Class: Aws::BedrockAgentRuntime::Types::KnowledgeBaseQuery
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::KnowledgeBaseQuery
- 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:
- Retrieve request – in the
retrievalQueryfield
^
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#image ⇒ Types::InputImage
An image to include in the knowledge base query for multimodal retrieval.
-
#text ⇒ String
The text of the query made to the knowledge base.
-
#type ⇒ String
The type of query being performed.
Instance Attribute Details
#image ⇒ Types::InputImage
An image to include in the knowledge base query for multimodal retrieval.
4864 4865 4866 4867 4868 4869 4870 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 4864 class KnowledgeBaseQuery < Struct.new( :image, :text, :type) SENSITIVE = [] include Aws::Structure end |
#text ⇒ String
The text of the query made to the knowledge base.
4864 4865 4866 4867 4868 4869 4870 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 4864 class KnowledgeBaseQuery < Struct.new( :image, :text, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of query being performed.
4864 4865 4866 4867 4868 4869 4870 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 4864 class KnowledgeBaseQuery < Struct.new( :image, :text, :type) SENSITIVE = [] include Aws::Structure end |