default CreateGraphRequest.Builder |
CreateGraphRequest.Builder.vectorSearchConfiguration(Consumer<VectorSearchConfiguration.Builder> vectorSearchConfiguration) |
Specifies the number of dimensions for vector embeddings that will be loaded into the graph.
|
default CreateGraphResponse.Builder |
CreateGraphResponse.Builder.vectorSearchConfiguration(Consumer<VectorSearchConfiguration.Builder> vectorSearchConfiguration) |
The vector-search configuration for the graph, which specifies the vector dimension to use in the vector
index, if any.
|
default CreateGraphUsingImportTaskRequest.Builder |
CreateGraphUsingImportTaskRequest.Builder.vectorSearchConfiguration(Consumer<VectorSearchConfiguration.Builder> vectorSearchConfiguration) |
Specifies the number of dimensions for vector embeddings that will be loaded into the graph.
|
default DeleteGraphResponse.Builder |
DeleteGraphResponse.Builder.vectorSearchConfiguration(Consumer<VectorSearchConfiguration.Builder> vectorSearchConfiguration) |
Sets the value of the VectorSearchConfiguration property for this object.
|
default GetGraphResponse.Builder |
GetGraphResponse.Builder.vectorSearchConfiguration(Consumer<VectorSearchConfiguration.Builder> vectorSearchConfiguration) |
Sets the value of the VectorSearchConfiguration property for this object.
|
default ResetGraphResponse.Builder |
ResetGraphResponse.Builder.vectorSearchConfiguration(Consumer<VectorSearchConfiguration.Builder> vectorSearchConfiguration) |
Sets the value of the VectorSearchConfiguration property for this object.
|
default RestoreGraphFromSnapshotResponse.Builder |
RestoreGraphFromSnapshotResponse.Builder.vectorSearchConfiguration(Consumer<VectorSearchConfiguration.Builder> vectorSearchConfiguration) |
Sets the value of the VectorSearchConfiguration property for this object.
|
default UpdateGraphResponse.Builder |
UpdateGraphResponse.Builder.vectorSearchConfiguration(Consumer<VectorSearchConfiguration.Builder> vectorSearchConfiguration) |
Sets the value of the VectorSearchConfiguration property for this object.
|