Package com.google.cloud.aiplatform.v1
Interface EntityIdSelectorOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
EntityIdSelector,EntityIdSelector.Builder
@Generated
public interface EntityIdSelectorOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionSource of CsvSource of CsvSource column that holds entity IDs.com.google.protobuf.ByteStringSource column that holds entity IDs.booleanSource of CsvMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasCsvSource
boolean hasCsvSource()Source of Csv
.google.cloud.aiplatform.v1.CsvSource csv_source = 3;- Returns:
- Whether the csvSource field is set.
-
getCsvSource
CsvSource getCsvSource()Source of Csv
.google.cloud.aiplatform.v1.CsvSource csv_source = 3;- Returns:
- The csvSource.
-
getCsvSourceOrBuilder
CsvSourceOrBuilder getCsvSourceOrBuilder()Source of Csv
.google.cloud.aiplatform.v1.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()
-