Interface ImportIndexRequest.ConnectorConfig.DatapointFieldMappingOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
ImportIndexRequest.ConnectorConfig.DatapointFieldMapping, ImportIndexRequest.ConnectorConfig.DatapointFieldMapping.Builder
Enclosing class:
ImportIndexRequest.ConnectorConfig

public static interface ImportIndexRequest.ConnectorConfig.DatapointFieldMappingOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getIdColumn

      String getIdColumn()
       Required. The column with unique identifiers for each data point.
       
      string id_column = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The idColumn.
    • getIdColumnBytes

      com.google.protobuf.ByteString getIdColumnBytes()
       Required. The column with unique identifiers for each data point.
       
      string id_column = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The bytes for idColumn.
    • getEmbeddingColumn

      String getEmbeddingColumn()
       Required. The column with the vector embeddings for each data point.
       
      string embedding_column = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The embeddingColumn.
    • getEmbeddingColumnBytes

      com.google.protobuf.ByteString getEmbeddingColumnBytes()
       Required. The column with the vector embeddings for each data point.
       
      string embedding_column = 2 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The bytes for embeddingColumn.
    • getRestrictsList

       Optional. List of restricts for string values.
       
      repeated .google.cloud.aiplatform.v1beta1.ImportIndexRequest.ConnectorConfig.DatapointFieldMapping.Restrict restricts = 3 [(.google.api.field_behavior) = OPTIONAL];
    • getRestricts

       Optional. List of restricts for string values.
       
      repeated .google.cloud.aiplatform.v1beta1.ImportIndexRequest.ConnectorConfig.DatapointFieldMapping.Restrict restricts = 3 [(.google.api.field_behavior) = OPTIONAL];
    • getRestrictsCount

      int getRestrictsCount()
       Optional. List of restricts for string values.
       
      repeated .google.cloud.aiplatform.v1beta1.ImportIndexRequest.ConnectorConfig.DatapointFieldMapping.Restrict restricts = 3 [(.google.api.field_behavior) = OPTIONAL];
    • getRestrictsOrBuilderList

       Optional. List of restricts for string values.
       
      repeated .google.cloud.aiplatform.v1beta1.ImportIndexRequest.ConnectorConfig.DatapointFieldMapping.Restrict restricts = 3 [(.google.api.field_behavior) = OPTIONAL];
    • getRestrictsOrBuilder

       Optional. List of restricts for string values.
       
      repeated .google.cloud.aiplatform.v1beta1.ImportIndexRequest.ConnectorConfig.DatapointFieldMapping.Restrict restricts = 3 [(.google.api.field_behavior) = OPTIONAL];
    • getNumericRestrictsList

       Optional. List of restricts for numeric values.
       
      repeated .google.cloud.aiplatform.v1beta1.ImportIndexRequest.ConnectorConfig.DatapointFieldMapping.NumericRestrict numeric_restricts = 4 [(.google.api.field_behavior) = OPTIONAL];
    • getNumericRestricts

       Optional. List of restricts for numeric values.
       
      repeated .google.cloud.aiplatform.v1beta1.ImportIndexRequest.ConnectorConfig.DatapointFieldMapping.NumericRestrict numeric_restricts = 4 [(.google.api.field_behavior) = OPTIONAL];
    • getNumericRestrictsCount

      int getNumericRestrictsCount()
       Optional. List of restricts for numeric values.
       
      repeated .google.cloud.aiplatform.v1beta1.ImportIndexRequest.ConnectorConfig.DatapointFieldMapping.NumericRestrict numeric_restricts = 4 [(.google.api.field_behavior) = OPTIONAL];
    • getNumericRestrictsOrBuilderList

       Optional. List of restricts for numeric values.
       
      repeated .google.cloud.aiplatform.v1beta1.ImportIndexRequest.ConnectorConfig.DatapointFieldMapping.NumericRestrict numeric_restricts = 4 [(.google.api.field_behavior) = OPTIONAL];
    • getNumericRestrictsOrBuilder

       Optional. List of restricts for numeric values.
       
      repeated .google.cloud.aiplatform.v1beta1.ImportIndexRequest.ConnectorConfig.DatapointFieldMapping.NumericRestrict numeric_restricts = 4 [(.google.api.field_behavior) = OPTIONAL];
    • getMetadataColumnsList

      List<String> getMetadataColumnsList()
       Optional. List of columns containing metadata to be included in the
       index.
       
      repeated string metadata_columns = 5 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      A list containing the metadataColumns.
    • getMetadataColumnsCount

      int getMetadataColumnsCount()
       Optional. List of columns containing metadata to be included in the
       index.
       
      repeated string metadata_columns = 5 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The count of metadataColumns.
    • getMetadataColumns

      String getMetadataColumns(int index)
       Optional. List of columns containing metadata to be included in the
       index.
       
      repeated string metadata_columns = 5 [(.google.api.field_behavior) = OPTIONAL];
      Parameters:
      index - The index of the element to return.
      Returns:
      The metadataColumns at the given index.
    • getMetadataColumnsBytes

      com.google.protobuf.ByteString getMetadataColumnsBytes(int index)
       Optional. List of columns containing metadata to be included in the
       index.
       
      repeated string metadata_columns = 5 [(.google.api.field_behavior) = OPTIONAL];
      Parameters:
      index - The index of the value to return.
      Returns:
      The bytes of the metadataColumns at the given index.