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 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.