Class: Aws::BedrockAgent::Types::UpdateAgentKnowledgeBaseRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::UpdateAgentKnowledgeBaseRequest
- Defined in:
- gems/aws-sdk-bedrockagent/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][1] request.
Instance Attribute Details
#agent_id ⇒ String
The unique identifier of the agent associated with the knowledge base that you want to update.
10801 10802 10803 10804 10805 10806 10807 10808 10809 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 10801 class UpdateAgentKnowledgeBaseRequest < Struct.new( :agent_id, :agent_version, :knowledge_base_id, :description, :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.
10801 10802 10803 10804 10805 10806 10807 10808 10809 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 10801 class UpdateAgentKnowledgeBaseRequest < Struct.new( :agent_id, :agent_version, :knowledge_base_id, :description, :knowledge_base_state) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
Specifies a new description for the knowledge base associated with an agent.
10801 10802 10803 10804 10805 10806 10807 10808 10809 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 10801 class UpdateAgentKnowledgeBaseRequest < Struct.new( :agent_id, :agent_version, :knowledge_base_id, :description, :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.
10801 10802 10803 10804 10805 10806 10807 10808 10809 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 10801 class UpdateAgentKnowledgeBaseRequest < Struct.new( :agent_id, :agent_version, :knowledge_base_id, :description, :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.
10801 10802 10803 10804 10805 10806 10807 10808 10809 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 10801 class UpdateAgentKnowledgeBaseRequest < Struct.new( :agent_id, :agent_version, :knowledge_base_id, :description, :knowledge_base_state) SENSITIVE = [] include Aws::Structure end |