Cloud AI Platform v1 API - Class EntityIdSelector (2.21.0)

public sealed class EntityIdSelector : IMessage<EntityIdSelector>, IEquatable<EntityIdSelector>, IDeepCloneable<EntityIdSelector>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud AI Platform v1 API class EntityIdSelector.

Selector for entityId. Getting ids from the given source.

Inheritance

object > EntityIdSelector

Namespace

Google.Cloud.AIPlatform.V1

Assembly

Google.Cloud.AIPlatform.V1.dll

Constructors

EntityIdSelector()

public EntityIdSelector()

EntityIdSelector(EntityIdSelector)

public EntityIdSelector(EntityIdSelector other)
Parameter
NameDescription
otherEntityIdSelector

Properties

CsvSource

public CsvSource CsvSource { get; set; }

Source of Csv

Property Value
TypeDescription
CsvSource

EntityIdField

public string EntityIdField { get; set; }

Source column that holds entity IDs. If not provided, entity IDs are extracted from the column named entity_id.

Property Value
TypeDescription
string

EntityIdsSourceCase

public EntityIdSelector.EntityIdsSourceOneofCase EntityIdsSourceCase { get; }
Property Value
TypeDescription
EntityIdSelectorEntityIdsSourceOneofCase