| Package | Description |
|---|---|
| com.amazonaws.services.bedrockagent.model |
| Modifier and Type | Method and Description |
|---|---|
static KnowledgeBaseState |
KnowledgeBaseState.fromValue(String value)
Use this in place of valueOf.
|
static KnowledgeBaseState |
KnowledgeBaseState.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.
|
| Modifier and Type | Method and Description |
|---|---|
AgentKnowledgeBaseSummary |
AgentKnowledgeBaseSummary.withKnowledgeBaseState(KnowledgeBaseState knowledgeBaseState)
Specifies whether the agent uses the knowledge base or not when sending an InvokeAgent
request.
|
AssociateAgentKnowledgeBaseRequest |
AssociateAgentKnowledgeBaseRequest.withKnowledgeBaseState(KnowledgeBaseState knowledgeBaseState)
Specifies whether to use the knowledge base or not when sending an InvokeAgent
request.
|
UpdateAgentKnowledgeBaseRequest |
UpdateAgentKnowledgeBaseRequest.withKnowledgeBaseState(KnowledgeBaseState knowledgeBaseState)
Specifies whether the agent uses the knowledge base or not when sending an InvokeAgent
request.
|
AgentKnowledgeBase |
AgentKnowledgeBase.withKnowledgeBaseState(KnowledgeBaseState knowledgeBaseState)
Specifies whether to use the knowledge base or not when sending an InvokeAgent
request.
|
Copyright © 2024. All rights reserved.