Uses of Class
software.amazon.awssdk.services.neptunegraph.model.VectorSearchConfiguration
-
Packages that use VectorSearchConfiguration Package Description software.amazon.awssdk.services.neptunegraph.model -
-
Uses of VectorSearchConfiguration in software.amazon.awssdk.services.neptunegraph.model
Methods in software.amazon.awssdk.services.neptunegraph.model that return VectorSearchConfiguration Modifier and Type Method Description VectorSearchConfigurationCreateGraphRequest. vectorSearchConfiguration()Specifies the number of dimensions for vector embeddings that will be loaded into the graph.VectorSearchConfigurationCreateGraphResponse. vectorSearchConfiguration()The vector-search configuration for the graph, which specifies the vector dimension to use in the vector index, if any.VectorSearchConfigurationCreateGraphUsingImportTaskRequest. vectorSearchConfiguration()Specifies the number of dimensions for vector embeddings that will be loaded into the graph.VectorSearchConfigurationDeleteGraphResponse. vectorSearchConfiguration()Returns the value of the VectorSearchConfiguration property for this object.VectorSearchConfigurationGetGraphResponse. vectorSearchConfiguration()Returns the value of the VectorSearchConfiguration property for this object.VectorSearchConfigurationResetGraphResponse. vectorSearchConfiguration()Returns the value of the VectorSearchConfiguration property for this object.VectorSearchConfigurationRestoreGraphFromSnapshotResponse. vectorSearchConfiguration()Returns the value of the VectorSearchConfiguration property for this object.VectorSearchConfigurationUpdateGraphResponse. vectorSearchConfiguration()Returns the value of the VectorSearchConfiguration property for this object.Methods in software.amazon.awssdk.services.neptunegraph.model with parameters of type VectorSearchConfiguration Modifier and Type Method Description CreateGraphRequest.BuilderCreateGraphRequest.Builder. vectorSearchConfiguration(VectorSearchConfiguration vectorSearchConfiguration)Specifies the number of dimensions for vector embeddings that will be loaded into the graph.CreateGraphResponse.BuilderCreateGraphResponse.Builder. vectorSearchConfiguration(VectorSearchConfiguration vectorSearchConfiguration)The vector-search configuration for the graph, which specifies the vector dimension to use in the vector index, if any.CreateGraphUsingImportTaskRequest.BuilderCreateGraphUsingImportTaskRequest.Builder. vectorSearchConfiguration(VectorSearchConfiguration vectorSearchConfiguration)Specifies the number of dimensions for vector embeddings that will be loaded into the graph.DeleteGraphResponse.BuilderDeleteGraphResponse.Builder. vectorSearchConfiguration(VectorSearchConfiguration vectorSearchConfiguration)Sets the value of the VectorSearchConfiguration property for this object.GetGraphResponse.BuilderGetGraphResponse.Builder. vectorSearchConfiguration(VectorSearchConfiguration vectorSearchConfiguration)Sets the value of the VectorSearchConfiguration property for this object.ResetGraphResponse.BuilderResetGraphResponse.Builder. vectorSearchConfiguration(VectorSearchConfiguration vectorSearchConfiguration)Sets the value of the VectorSearchConfiguration property for this object.RestoreGraphFromSnapshotResponse.BuilderRestoreGraphFromSnapshotResponse.Builder. vectorSearchConfiguration(VectorSearchConfiguration vectorSearchConfiguration)Sets the value of the VectorSearchConfiguration property for this object.UpdateGraphResponse.BuilderUpdateGraphResponse.Builder. vectorSearchConfiguration(VectorSearchConfiguration vectorSearchConfiguration)Sets the value of the VectorSearchConfiguration property for this object.
-