public sealed class EntityIdSelector : IMessage<EntityIdSelector>, IEquatable<EntityIdSelector>, IDeepCloneable<EntityIdSelector>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud AI Platform v1beta1 API class EntityIdSelector.
Selector for entityId. Getting ids from the given source.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-09 UTC."],[[["The `EntityIdSelector` class in the Cloud AI Platform v1beta1 API is used to select entity IDs from a given source, which is part of the Google.Cloud.AIPlatform.V1Beta1 namespace within the Google.Cloud.AIPlatform.V1Beta1.dll assembly."],["This class, which inherits from object and implements multiple interfaces, can be instantiated with either a default constructor or one that takes another `EntityIdSelector` instance."],["The `EntityIdSelector` has properties such as `CsvSource` (for specifying the source of CSV data), `EntityIdField` (for identifying the column containing entity IDs), and `EntityIdsSourceCase` (to indicate which source is being used)."],["The latest version of this selector class is `1.0.0-beta21`, with `1.0.0-beta20` also being a version."]]],[]]