public sealed class EntityIdSelector : IMessage<EntityIdSelector>, IEquatable<EntityIdSelector>, IDeepCloneable<EntityIdSelector>, IBufferMessage, IMessage
Reference documentation and code samples for the Vertex AI 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 Google Cloud Vertex AI v1beta1 API is used for selecting entity IDs from a given source."],["This class, found in the `Google.Cloud.AIPlatform.V1Beta1` namespace, implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `EntityIdSelector` class provides constructors to create instances, either with no arguments or by copying from another `EntityIdSelector` object."],["The class allows for specifying the source of entity IDs via the `CsvSource` property, which is of type `CsvSource`, and allows specification of a column that contains entity ids with the `EntityIdField` property."],["The property `EntityIdsSourceCase` allows to describe the source of the entity IDs by using the enum `EntityIdsSourceOneofCase` of `EntityIdSelector`."]]],[]]