public interface EntityIdSelectorOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCsvSource()
public abstract CsvSource getCsvSource()Source of Csv
.google.cloud.aiplatform.v1.CsvSource csv_source = 3;
| Returns | |
|---|---|
| Type | Description |
CsvSource |
The csvSource. |
getCsvSourceOrBuilder()
public abstract CsvSourceOrBuilder getCsvSourceOrBuilder()Source of Csv
.google.cloud.aiplatform.v1.CsvSource csv_source = 3;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for entityIdField. |
getEntityIdsSourceCase()
public abstract EntityIdSelector.EntityIdsSourceCase getEntityIdsSourceCase()| Returns | |
|---|---|
| Type | Description |
EntityIdSelector.EntityIdsSourceCase |
|
hasCsvSource()
public abstract boolean hasCsvSource()Source of Csv
.google.cloud.aiplatform.v1.CsvSource csv_source = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the csvSource field is set. |