Uses of Interface
software.amazon.awssdk.services.bedrockagent.model.VectorKnowledgeBaseConfiguration.Builder
-
Packages that use VectorKnowledgeBaseConfiguration.Builder Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of VectorKnowledgeBaseConfiguration.Builder in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return VectorKnowledgeBaseConfiguration.Builder Modifier and Type Method Description static VectorKnowledgeBaseConfiguration.BuilderVectorKnowledgeBaseConfiguration. builder()VectorKnowledgeBaseConfiguration.BuilderVectorKnowledgeBaseConfiguration.Builder. embeddingModelArn(String embeddingModelArn)The Amazon Resource Name (ARN) of the model used to create vector embeddings for the knowledge base.default VectorKnowledgeBaseConfiguration.BuilderVectorKnowledgeBaseConfiguration.Builder. embeddingModelConfiguration(Consumer<EmbeddingModelConfiguration.Builder> embeddingModelConfiguration)The embeddings model configuration details for the vector model used in Knowledge Base.VectorKnowledgeBaseConfiguration.BuilderVectorKnowledgeBaseConfiguration.Builder. embeddingModelConfiguration(EmbeddingModelConfiguration embeddingModelConfiguration)The embeddings model configuration details for the vector model used in Knowledge Base.VectorKnowledgeBaseConfiguration.BuilderVectorKnowledgeBaseConfiguration. toBuilder()Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type VectorKnowledgeBaseConfiguration.Builder Modifier and Type Method Description static Class<? extends VectorKnowledgeBaseConfiguration.Builder>VectorKnowledgeBaseConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagent.model with type arguments of type VectorKnowledgeBaseConfiguration.Builder Modifier and Type Method Description default KnowledgeBaseConfiguration.BuilderKnowledgeBaseConfiguration.Builder. vectorKnowledgeBaseConfiguration(Consumer<VectorKnowledgeBaseConfiguration.Builder> vectorKnowledgeBaseConfiguration)Contains details about the model that's used to convert the data source into vector embeddings.
-