Class: Aws::BedrockAgent::Types::UpdateAgentKnowledgeBaseRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_idString

The unique identifier of the agent associated with the knowledge base that you want to update.

Returns:

  • (String)


3918
3919
3920
3921
3922
3923
3924
3925
3926
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3918

class UpdateAgentKnowledgeBaseRequest < Struct.new(
  :agent_id,
  :agent_version,
  :description,
  :knowledge_base_id,
  :knowledge_base_state)
  SENSITIVE = []
  include Aws::Structure
end

#agent_versionString

The version of the agent associated with the knowledge base that you want to update.

Returns:

  • (String)


3918
3919
3920
3921
3922
3923
3924
3925
3926
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3918

class UpdateAgentKnowledgeBaseRequest < Struct.new(
  :agent_id,
  :agent_version,
  :description,
  :knowledge_base_id,
  :knowledge_base_state)
  SENSITIVE = []
  include Aws::Structure
end

#descriptionString

Specifies a new description for the knowledge base associated with an agent.

Returns:

  • (String)


3918
3919
3920
3921
3922
3923
3924
3925
3926
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3918

class UpdateAgentKnowledgeBaseRequest < Struct.new(
  :agent_id,
  :agent_version,
  :description,
  :knowledge_base_id,
  :knowledge_base_state)
  SENSITIVE = []
  include Aws::Structure
end

#knowledge_base_idString

The unique identifier of the knowledge base that has been associated with an agent.

Returns:

  • (String)


3918
3919
3920
3921
3922
3923
3924
3925
3926
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3918

class UpdateAgentKnowledgeBaseRequest < Struct.new(
  :agent_id,
  :agent_version,
  :description,
  :knowledge_base_id,
  :knowledge_base_state)
  SENSITIVE = []
  include Aws::Structure
end

#knowledge_base_stateString

Specifies whether the agent uses the knowledge base or not when sending an InvokeAgent request.

Returns:

  • (String)


3918
3919
3920
3921
3922
3923
3924
3925
3926
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3918

class UpdateAgentKnowledgeBaseRequest < Struct.new(
  :agent_id,
  :agent_version,
  :description,
  :knowledge_base_id,
  :knowledge_base_state)
  SENSITIVE = []
  include Aws::Structure
end