Class: Aws::BedrockAgentRuntime::Types::KnowledgeBase

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

Overview

Details of the knowledge base associated withe inline agent.

Constant Summary collapse

SENSITIVE =
[:description]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

The description of the knowledge base associated with the inline agent.

Returns:

  • (String)


2625
2626
2627
2628
2629
2630
2631
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2625

class KnowledgeBase < Struct.new(
  :description,
  :knowledge_base_id,
  :retrieval_configuration)
  SENSITIVE = [:description]
  include Aws::Structure
end

#knowledge_base_idString

The unique identifier for a knowledge base associated with the inline agent.

Returns:

  • (String)


2625
2626
2627
2628
2629
2630
2631
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2625

class KnowledgeBase < Struct.new(
  :description,
  :knowledge_base_id,
  :retrieval_configuration)
  SENSITIVE = [:description]
  include Aws::Structure
end

#retrieval_configurationTypes::KnowledgeBaseRetrievalConfiguration

The configurations to apply to the knowledge base during query. For more information, see Query configurations.



2625
2626
2627
2628
2629
2630
2631
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2625

class KnowledgeBase < Struct.new(
  :description,
  :knowledge_base_id,
  :retrieval_configuration)
  SENSITIVE = [:description]
  include Aws::Structure
end