Interface EntityIdSelectorOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EntityIdSelector,EntityIdSelector.Builder
public interface EntityIdSelectorOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CsvSourcegetCsvSource()Source of CsvCsvSourceOrBuildergetCsvSourceOrBuilder()Source of CsvStringgetEntityIdField()Source column that holds entity IDs.com.google.protobuf.ByteStringgetEntityIdFieldBytes()Source column that holds entity IDs.EntityIdSelector.EntityIdsSourceCasegetEntityIdsSourceCase()booleanhasCsvSource()Source of Csv-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasCsvSource
boolean hasCsvSource()
Source of Csv
.google.cloud.aiplatform.v1beta1.CsvSource csv_source = 3;- Returns:
- Whether the csvSource field is set.
-
getCsvSource
CsvSource getCsvSource()
Source of Csv
.google.cloud.aiplatform.v1beta1.CsvSource csv_source = 3;- Returns:
- The csvSource.
-
getCsvSourceOrBuilder
CsvSourceOrBuilder getCsvSourceOrBuilder()
Source of Csv
.google.cloud.aiplatform.v1beta1.CsvSource csv_source = 3;
-
getEntityIdField
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:
- The entityIdField.
-
getEntityIdFieldBytes
com.google.protobuf.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:
- The bytes for entityIdField.
-
getEntityIdsSourceCase
EntityIdSelector.EntityIdsSourceCase getEntityIdsSourceCase()
-
-