Class: Aws::BedrockAgentRuntime::Types::KnowledgeBaseQuery

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

Overview

Contains the query made to the knowledge base.

This data type is used in the following API operations:

^

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#imageTypes::InputImage

An image to include in the knowledge base query for multimodal retrieval.

Returns:



5603
5604
5605
5606
5607
5608
5609
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 5603

class KnowledgeBaseQuery < Struct.new(
  :image,
  :text,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#textString

The text of the query made to the knowledge base.

Returns:

  • (String)


5603
5604
5605
5606
5607
5608
5609
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 5603

class KnowledgeBaseQuery < Struct.new(
  :image,
  :text,
  :type)
  SENSITIVE = []
  include Aws::Structure
end

#typeString

The type of query being performed.

Returns:

  • (String)


5603
5604
5605
5606
5607
5608
5609
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 5603

class KnowledgeBaseQuery < Struct.new(
  :image,
  :text,
  :type)
  SENSITIVE = []
  include Aws::Structure
end