Class: Aws::Bedrock::Types::OrchestrationConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrock/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

Instance Attribute Details

#query_transformation_configurationTypes::QueryTransformationConfiguration

Contains configuration details for transforming the prompt.



7916
7917
7918
7919
7920
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 7916

class OrchestrationConfiguration < Struct.new(
  :query_transformation_configuration)
  SENSITIVE = []
  include Aws::Structure
end