Class: Aws::BedrockAgentRuntime::Types::RetrieveAndGenerateInput
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::RetrieveAndGenerateInput
- Includes:
- Structure
- Defined in:
- 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][1
-
– in the
inputfield
^
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 'lib/aws-sdk-bedrockagentruntime/types.rb', line 5219 class RetrieveAndGenerateInput < Struct.new( :text) SENSITIVE = [] include Aws::Structure end |