Interface ImportIndexRequest.ConnectorConfig.DatapointFieldMappingOrBuilder (3.68.0)

public static interface ImportIndexRequest.ConnectorConfig.DatapointFieldMappingOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEmbeddingColumn()

public abstract String getEmbeddingColumn()

Required. The column with the vector embeddings for each data point.

string embedding_column = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The embeddingColumn.

getEmbeddingColumnBytes()

public abstract ByteString getEmbeddingColumnBytes()

Required. The column with the vector embeddings for each data point.

string embedding_column = 2 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for embeddingColumn.

getIdColumn()

public abstract String getIdColumn()

Required. The column with unique identifiers for each data point.

string id_column = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
String

The idColumn.

getIdColumnBytes()

public abstract ByteString getIdColumnBytes()

Required. The column with unique identifiers for each data point.

string id_column = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
ByteString

The bytes for idColumn.

getMetadataColumns(int index)

public abstract 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];

Parameter
Name Description
index int

The index of the element to return.

Returns
Type Description
String

The metadataColumns at the given index.

getMetadataColumnsBytes(int index)

public abstract 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];

Parameter
Name Description
index int

The index of the value to return.

Returns
Type Description
ByteString

The bytes of the metadataColumns at the given index.

getMetadataColumnsCount()

public abstract 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
Type Description
int

The count of metadataColumns.

getMetadataColumnsList()

public abstract 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
Type Description
List<String>

A list containing the metadataColumns.

getNumericRestricts(int index)

public abstract ImportIndexRequest.ConnectorConfig.DatapointFieldMapping.NumericRestrict getNumericRestricts(int index)

Optional. List of restricts for numeric values.

repeated .google.cloud.aiplatform.v1beta1.ImportIndexRequest.ConnectorConfig.DatapointFieldMapping.NumericRestrict numeric_restricts = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
ImportIndexRequest.ConnectorConfig.DatapointFieldMapping.NumericRestrict

getNumericRestrictsCount()

public abstract 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];

Returns
Type Description
int

getNumericRestrictsList()

public abstract List<ImportIndexRequest.ConnectorConfig.DatapointFieldMapping.NumericRestrict> 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];

Returns
Type Description
List<NumericRestrict>

getNumericRestrictsOrBuilder(int index)

public abstract ImportIndexRequest.ConnectorConfig.DatapointFieldMapping.NumericRestrictOrBuilder getNumericRestrictsOrBuilder(int index)

Optional. List of restricts for numeric values.

repeated .google.cloud.aiplatform.v1beta1.ImportIndexRequest.ConnectorConfig.DatapointFieldMapping.NumericRestrict numeric_restricts = 4 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
ImportIndexRequest.ConnectorConfig.DatapointFieldMapping.NumericRestrictOrBuilder

getNumericRestrictsOrBuilderList()

public abstract List<? extends ImportIndexRequest.ConnectorConfig.DatapointFieldMapping.NumericRestrictOrBuilder> 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];

Returns
Type Description
List<? extends com.google.cloud.aiplatform.v1beta1.ImportIndexRequest.ConnectorConfig.DatapointFieldMapping.NumericRestrictOrBuilder>

getRestricts(int index)

public abstract ImportIndexRequest.ConnectorConfig.DatapointFieldMapping.Restrict getRestricts(int index)

Optional. List of restricts for string values.

repeated .google.cloud.aiplatform.v1beta1.ImportIndexRequest.ConnectorConfig.DatapointFieldMapping.Restrict restricts = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
ImportIndexRequest.ConnectorConfig.DatapointFieldMapping.Restrict

getRestrictsCount()

public abstract 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];

Returns
Type Description
int

getRestrictsList()

public abstract List<ImportIndexRequest.ConnectorConfig.DatapointFieldMapping.Restrict> getRestrictsList()

Optional. List of restricts for string values.

repeated .google.cloud.aiplatform.v1beta1.ImportIndexRequest.ConnectorConfig.DatapointFieldMapping.Restrict restricts = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<Restrict>

getRestrictsOrBuilder(int index)

public abstract ImportIndexRequest.ConnectorConfig.DatapointFieldMapping.RestrictOrBuilder getRestrictsOrBuilder(int index)

Optional. List of restricts for string values.

repeated .google.cloud.aiplatform.v1beta1.ImportIndexRequest.ConnectorConfig.DatapointFieldMapping.Restrict restricts = 3 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
ImportIndexRequest.ConnectorConfig.DatapointFieldMapping.RestrictOrBuilder

getRestrictsOrBuilderList()

public abstract List<? extends ImportIndexRequest.ConnectorConfig.DatapointFieldMapping.RestrictOrBuilder> getRestrictsOrBuilderList()

Optional. List of restricts for string values.

repeated .google.cloud.aiplatform.v1beta1.ImportIndexRequest.ConnectorConfig.DatapointFieldMapping.Restrict restricts = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<? extends com.google.cloud.aiplatform.v1beta1.ImportIndexRequest.ConnectorConfig.DatapointFieldMapping.RestrictOrBuilder>