Class: Aws::BedrockAgentRuntime::Types::OrchestrationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::OrchestrationConfiguration
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Settings for how the model processes the prompt prior to retrieval and generation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#additional_model_request_fields ⇒ Hash<String,Hash,Array,String,Numeric,Boolean>
Additional model parameters and corresponding values not included in the textInferenceConfig structure for a knowledge base.
-
#inference_config ⇒ Types::InferenceConfig
Configuration settings for inference when using RetrieveAndGenerate to generate responses while using a knowledge base as a source.
-
#prompt_template ⇒ Types::PromptTemplate
Contains the template for the prompt that's sent to the model for response generation.
-
#query_transformation_configuration ⇒ Types::QueryTransformationConfiguration
To split up the prompt and retrieve multiple sources, set the transformation type to
QUERY_DECOMPOSITION
.
Instance Attribute Details
#additional_model_request_fields ⇒ Hash<String,Hash,Array,String,Numeric,Boolean>
Additional model parameters and corresponding values not included in the textInferenceConfig structure for a knowledge base. This allows users to provide custom model parameters specific to the language model being used.
2311 2312 2313 2314 2315 2316 2317 2318 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2311 class OrchestrationConfiguration < Struct.new( :additional_model_request_fields, :inference_config, :prompt_template, :query_transformation_configuration) SENSITIVE = [] include Aws::Structure end |
#inference_config ⇒ Types::InferenceConfig
Configuration settings for inference when using RetrieveAndGenerate to generate responses while using a knowledge base as a source.
2311 2312 2313 2314 2315 2316 2317 2318 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2311 class OrchestrationConfiguration < Struct.new( :additional_model_request_fields, :inference_config, :prompt_template, :query_transformation_configuration) SENSITIVE = [] include Aws::Structure end |
#prompt_template ⇒ Types::PromptTemplate
Contains the template for the prompt that's sent to the model for response generation.
2311 2312 2313 2314 2315 2316 2317 2318 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2311 class OrchestrationConfiguration < Struct.new( :additional_model_request_fields, :inference_config, :prompt_template, :query_transformation_configuration) SENSITIVE = [] include Aws::Structure end |
#query_transformation_configuration ⇒ Types::QueryTransformationConfiguration
To split up the prompt and retrieve multiple sources, set the
transformation type to QUERY_DECOMPOSITION
.
2311 2312 2313 2314 2315 2316 2317 2318 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 2311 class OrchestrationConfiguration < Struct.new( :additional_model_request_fields, :inference_config, :prompt_template, :query_transformation_configuration) SENSITIVE = [] include Aws::Structure end |