Uses of Class
software.amazon.awssdk.services.bedrockagent.model.KnowledgeBaseConfiguration
Packages that use KnowledgeBaseConfiguration
-
Uses of KnowledgeBaseConfiguration in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return KnowledgeBaseConfigurationModifier and TypeMethodDescriptionCreateKnowledgeBaseRequest.knowledgeBaseConfiguration()Contains details about the embeddings model used for the knowledge base.KnowledgeBase.knowledgeBaseConfiguration()Contains details about the embeddings configuration of the knowledge base.UpdateKnowledgeBaseRequest.knowledgeBaseConfiguration()Specifies the configuration for the embeddings model used for the knowledge base.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type KnowledgeBaseConfigurationModifier and TypeMethodDescriptionCreateKnowledgeBaseRequest.Builder.knowledgeBaseConfiguration(KnowledgeBaseConfiguration knowledgeBaseConfiguration) Contains details about the embeddings model used for the knowledge base.KnowledgeBase.Builder.knowledgeBaseConfiguration(KnowledgeBaseConfiguration knowledgeBaseConfiguration) Contains details about the embeddings configuration of the knowledge base.UpdateKnowledgeBaseRequest.Builder.knowledgeBaseConfiguration(KnowledgeBaseConfiguration knowledgeBaseConfiguration) Specifies the configuration for the embeddings model used for the knowledge base.