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 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()