Class VectorIndexMetadata.Builder
java.lang.Object
software.amazon.awssdk.enhanced.dynamodb.model.VectorIndexMetadata.Builder
-
Method Summary
Modifier and TypeMethodDescriptionAdds a single search schema element to this vector index definition.build()dimensions(int dimensions) distanceFunction(DistanceFunction distanceFunction) projection(Projection projection) searchSchemaElements(List<SearchSchemaElement> searchSchemaElements) vectorAttributeName(String vectorAttributeName)
-
Method Details
-
indexName
-
vectorAttributeName
-
vectorAttributeName
-
dimensions
-
distanceFunction
-
projection
-
searchSchemaElements
public VectorIndexMetadata.Builder searchSchemaElements(List<SearchSchemaElement> searchSchemaElements) -
addSearchSchemaElement
Adds a single search schema element to this vector index definition. Elements are accumulated incrementally when building vector index metadata from annotations. -
build
-