Class: Aws::BedrockAgentRuntime::Types::RetrieveAndGenerateInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::RetrieveAndGenerateInput
- 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:
- RetrieveAndGenerate request – in the
input
field
^
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#text ⇒ String
The query made to the knowledge base.
Instance Attribute Details
#text ⇒ String
The query made to the knowledge base.
5219 5220 5221 5222 5223 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 5219 class RetrieveAndGenerateInput < Struct.new( :text) SENSITIVE = [] include Aws::Structure end |