Uses of Class
software.amazon.awssdk.services.bedrockagent.model.KnowledgeBaseState
-
Packages that use KnowledgeBaseState Package Description software.amazon.awssdk.services.bedrockagent.model -
-
Uses of KnowledgeBaseState in software.amazon.awssdk.services.bedrockagent.model
Methods in software.amazon.awssdk.services.bedrockagent.model that return KnowledgeBaseState Modifier and Type Method Description static KnowledgeBaseStateKnowledgeBaseState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.KnowledgeBaseStateAgentKnowledgeBase. knowledgeBaseState()Specifies whether to use the knowledge base or not when sending an InvokeAgent request.KnowledgeBaseStateAgentKnowledgeBaseSummary. knowledgeBaseState()Specifies whether the agent uses the knowledge base or not when sending an InvokeAgent request.KnowledgeBaseStateAssociateAgentKnowledgeBaseRequest. knowledgeBaseState()Specifies whether to use the knowledge base or not when sending an InvokeAgent request.KnowledgeBaseStateUpdateAgentKnowledgeBaseRequest. knowledgeBaseState()Specifies whether the agent uses the knowledge base or not when sending an InvokeAgent request.static KnowledgeBaseStateKnowledgeBaseState. valueOf(String name)Returns the enum constant of this type with the specified name.static KnowledgeBaseState[]KnowledgeBaseState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.bedrockagent.model that return types with arguments of type KnowledgeBaseState Modifier and Type Method Description static Set<KnowledgeBaseState>KnowledgeBaseState. knownValues()Methods in software.amazon.awssdk.services.bedrockagent.model with parameters of type KnowledgeBaseState Modifier and Type Method Description AgentKnowledgeBase.BuilderAgentKnowledgeBase.Builder. knowledgeBaseState(KnowledgeBaseState knowledgeBaseState)Specifies whether to use the knowledge base or not when sending an InvokeAgent request.AgentKnowledgeBaseSummary.BuilderAgentKnowledgeBaseSummary.Builder. knowledgeBaseState(KnowledgeBaseState knowledgeBaseState)Specifies whether the agent uses the knowledge base or not when sending an InvokeAgent request.AssociateAgentKnowledgeBaseRequest.BuilderAssociateAgentKnowledgeBaseRequest.Builder. knowledgeBaseState(KnowledgeBaseState knowledgeBaseState)Specifies whether to use the knowledge base or not when sending an InvokeAgent request.UpdateAgentKnowledgeBaseRequest.BuilderUpdateAgentKnowledgeBaseRequest.Builder. knowledgeBaseState(KnowledgeBaseState knowledgeBaseState)Specifies whether the agent uses the knowledge base or not when sending an InvokeAgent request.
-