Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.VectorKnowledgeBaseConfiguration.Builder
Packages that use VectorKnowledgeBaseConfiguration.Builder
-
Uses of VectorKnowledgeBaseConfiguration.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return VectorKnowledgeBaseConfiguration.BuilderModifier and TypeMethodDescriptionVectorKnowledgeBaseConfiguration.builder()VectorKnowledgeBaseConfiguration.Builder.embeddingModelArn(String embeddingModelArn) The Amazon Resource Name (ARN) of the model used to create vector embeddings for the knowledge base.VectorKnowledgeBaseConfiguration.Builder.embeddingModelConfiguration(Consumer<EmbeddingModelConfiguration.Builder> embeddingModelConfiguration) The embeddings model configuration details for the vector model used in Knowledge Base.VectorKnowledgeBaseConfiguration.Builder.embeddingModelConfiguration(EmbeddingModelConfiguration embeddingModelConfiguration) The embeddings model configuration details for the vector model used in Knowledge Base.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.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.toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type VectorKnowledgeBaseConfiguration.BuilderModifier and TypeMethodDescriptionstatic Class<? extends VectorKnowledgeBaseConfiguration.Builder>VectorKnowledgeBaseConfiguration.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type VectorKnowledgeBaseConfiguration.BuilderModifier and TypeMethodDescriptionKnowledgeBaseConfiguration.Builder.vectorKnowledgeBaseConfiguration(Consumer<VectorKnowledgeBaseConfiguration.Builder> vectorKnowledgeBaseConfiguration) Contains details about the model that's used to convert the data source into vector embeddings.