Class: Aws::BedrockAgent::Types::GetAgentKnowledgeBaseRequest

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 with which the knowledge base is associated.

Returns:

  • (String)


1935
1936
1937
1938
1939
1940
1941
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 1935

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

#agent_versionString

The version of the agent with which the knowledge base is associated.

Returns:

  • (String)


1935
1936
1937
1938
1939
1940
1941
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 1935

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

#knowledge_base_idString

The unique identifier of the knowledge base associated with the agent.

Returns:

  • (String)


1935
1936
1937
1938
1939
1940
1941
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 1935

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