Class: Aws::Bedrock::Types::OrchestrationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::OrchestrationConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
The configuration details for the model to process the prompt prior to retrieval and response generation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#query_transformation_configuration ⇒ Types::QueryTransformationConfiguration
Contains configuration details for transforming the prompt.
Instance Attribute Details
#query_transformation_configuration ⇒ Types::QueryTransformationConfiguration
Contains configuration details for transforming the prompt.
5961 5962 5963 5964 5965 |
# File 'lib/aws-sdk-bedrock/types.rb', line 5961 class OrchestrationConfiguration < Struct.new( :query_transformation_configuration) SENSITIVE = [] include Aws::Structure end |