Uses of Class
software.amazon.awssdk.services.bedrockagent.model.KnowledgeBaseConfiguration
-
Packages that use KnowledgeBaseConfiguration Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of KnowledgeBaseConfiguration in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return KnowledgeBaseConfiguration Modifier and Type Method Description KnowledgeBaseConfigurationCreateKnowledgeBaseRequest. knowledgeBaseConfiguration()Returns the value of the KnowledgeBaseConfiguration property for this object.KnowledgeBaseConfigurationKnowledgeBase. knowledgeBaseConfiguration()Returns the value of the KnowledgeBaseConfiguration property for this object.KnowledgeBaseConfigurationUpdateKnowledgeBaseRequest. knowledgeBaseConfiguration()Returns the value of the KnowledgeBaseConfiguration property for this object.Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type KnowledgeBaseConfiguration Modifier and Type Method Description CreateKnowledgeBaseRequest.BuilderCreateKnowledgeBaseRequest.Builder. knowledgeBaseConfiguration(KnowledgeBaseConfiguration knowledgeBaseConfiguration)Sets the value of the KnowledgeBaseConfiguration property for this object.KnowledgeBase.BuilderKnowledgeBase.Builder. knowledgeBaseConfiguration(KnowledgeBaseConfiguration knowledgeBaseConfiguration)Sets the value of the KnowledgeBaseConfiguration property for this object.UpdateKnowledgeBaseRequest.BuilderUpdateKnowledgeBaseRequest.Builder. knowledgeBaseConfiguration(KnowledgeBaseConfiguration knowledgeBaseConfiguration)Sets the value of the KnowledgeBaseConfiguration property for this object.
-