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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


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_versionString

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

Returns:

  • (String)


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

#descriptionString

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

Returns:

  • (String)


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_idString

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

Returns:

  • (String)


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_stateString

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

Returns:

  • (String)


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