Class: Aws::BedrockAgent::Types::UpdateAgentKnowledgeBaseRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::UpdateAgentKnowledgeBaseRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#agent_id ⇒ String
The unique identifier of the agent associated with the knowledge base that you want to update.
-
#agent_version ⇒ String
The version of the agent associated with the knowledge base that you want to update.
-
#description ⇒ String
Specifies a new description for the knowledge base associated with an agent.
-
#knowledge_base_id ⇒ String
The unique identifier of the knowledge base that has been associated with an agent.
-
#knowledge_base_state ⇒ String
Specifies whether the agent uses the knowledge base or not when sending an [InvokeAgent] request.
Instance Attribute Details
#agent_id ⇒ String
The unique identifier of the agent associated with the knowledge base that you want to update.
7214 7215 7216 7217 7218 7219 7220 7221 7222 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 7214 class UpdateAgentKnowledgeBaseRequest < Struct.new( :agent_id, :agent_version, :description, :knowledge_base_id, :knowledge_base_state) SENSITIVE = [] include Aws::Structure end |
#agent_version ⇒ String
The version of the agent associated with the knowledge base that you want to update.
7214 7215 7216 7217 7218 7219 7220 7221 7222 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 7214 class UpdateAgentKnowledgeBaseRequest < Struct.new( :agent_id, :agent_version, :description, :knowledge_base_id, :knowledge_base_state) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
Specifies a new description for the knowledge base associated with an agent.
7214 7215 7216 7217 7218 7219 7220 7221 7222 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 7214 class UpdateAgentKnowledgeBaseRequest < Struct.new( :agent_id, :agent_version, :description, :knowledge_base_id, :knowledge_base_state) SENSITIVE = [] include Aws::Structure end |
#knowledge_base_id ⇒ String
The unique identifier of the knowledge base that has been associated with an agent.
7214 7215 7216 7217 7218 7219 7220 7221 7222 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 7214 class UpdateAgentKnowledgeBaseRequest < Struct.new( :agent_id, :agent_version, :description, :knowledge_base_id, :knowledge_base_state) SENSITIVE = [] include Aws::Structure end |
#knowledge_base_state ⇒ String
Specifies whether the agent uses the knowledge base or not when sending an [InvokeAgent] request.
[1]: docs.aws.amazon.com/bedrock/latest/APIReference/API_agent-runtime_InvokeAgent.html
7214 7215 7216 7217 7218 7219 7220 7221 7222 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 7214 class UpdateAgentKnowledgeBaseRequest < Struct.new( :agent_id, :agent_version, :description, :knowledge_base_id, :knowledge_base_state) SENSITIVE = [] include Aws::Structure end |