public interface EntityIdSelectorOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
CsvSource |
getCsvSource()
Source of Csv
|
CsvSourceOrBuilder |
getCsvSourceOrBuilder()
Source of Csv
|
String |
getEntityIdField()
Source column that holds entity IDs.
|
com.google.protobuf.ByteString |
getEntityIdFieldBytes()
Source column that holds entity IDs.
|
EntityIdSelector.EntityIdsSourceCase |
getEntityIdsSourceCase() |
boolean |
hasCsvSource()
Source of Csv
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCsvSource()
Source of Csv
.google.cloud.aiplatform.v1beta1.CsvSource csv_source = 3;CsvSource getCsvSource()
Source of Csv
.google.cloud.aiplatform.v1beta1.CsvSource csv_source = 3;CsvSourceOrBuilder getCsvSourceOrBuilder()
Source of Csv
.google.cloud.aiplatform.v1beta1.CsvSource csv_source = 3;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;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;EntityIdSelector.EntityIdsSourceCase getEntityIdsSourceCase()
Copyright © 2024 Google LLC. All rights reserved.