Interface EntityIdSelectorOrBuilder (3.42.0)

public interface EntityIdSelectorOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCsvSource()

public abstract CsvSource getCsvSource()

Source of Csv

.google.cloud.aiplatform.v1.CsvSource csv_source = 3;

Returns
TypeDescription
CsvSource

The csvSource.

getCsvSourceOrBuilder()

public abstract CsvSourceOrBuilder getCsvSourceOrBuilder()

Source of Csv

.google.cloud.aiplatform.v1.CsvSource csv_source = 3;

Returns
TypeDescription
CsvSourceOrBuilder

getEntityIdField()

public abstract String getEntityIdField()

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

string entity_id_field = 5;

Returns
TypeDescription
String

The entityIdField.

getEntityIdFieldBytes()

public abstract ByteString getEntityIdFieldBytes()

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

string entity_id_field = 5;

Returns
TypeDescription
ByteString

The bytes for entityIdField.

getEntityIdsSourceCase()

public abstract EntityIdSelector.EntityIdsSourceCase getEntityIdsSourceCase()
Returns
TypeDescription
EntityIdSelector.EntityIdsSourceCase

hasCsvSource()

public abstract boolean hasCsvSource()

Source of Csv

.google.cloud.aiplatform.v1.CsvSource csv_source = 3;

Returns
TypeDescription
boolean

Whether the csvSource field is set.