static VectorKnowledgeBaseConfiguration.Builder |
VectorKnowledgeBaseConfiguration.builder() |
|
VectorKnowledgeBaseConfiguration.Builder |
VectorKnowledgeBaseConfiguration.Builder.embeddingModelArn(String embeddingModelArn) |
The Amazon Resource Name (ARN) of the model used to create vector embeddings for the knowledge base.
|
default VectorKnowledgeBaseConfiguration.Builder |
VectorKnowledgeBaseConfiguration.Builder.embeddingModelConfiguration(Consumer<EmbeddingModelConfiguration.Builder> embeddingModelConfiguration) |
The embeddings model configuration details for the vector model used in Knowledge Base.
|
VectorKnowledgeBaseConfiguration.Builder |
VectorKnowledgeBaseConfiguration.Builder.embeddingModelConfiguration(EmbeddingModelConfiguration embeddingModelConfiguration) |
The embeddings model configuration details for the vector model used in Knowledge Base.
|
default VectorKnowledgeBaseConfiguration.Builder |
VectorKnowledgeBaseConfiguration.Builder.supplementalDataStorageConfiguration(Consumer<SupplementalDataStorageConfiguration.Builder> supplementalDataStorageConfiguration) |
If you include multimodal data from your data source, use this object to specify configurations for the
storage location of the images extracted from your documents.
|
VectorKnowledgeBaseConfiguration.Builder |
VectorKnowledgeBaseConfiguration.Builder.supplementalDataStorageConfiguration(SupplementalDataStorageConfiguration supplementalDataStorageConfiguration) |
If you include multimodal data from your data source, use this object to specify configurations for the
storage location of the images extracted from your documents.
|
VectorKnowledgeBaseConfiguration.Builder |
VectorKnowledgeBaseConfiguration.toBuilder() |
|