Class: Aws::BedrockAgentRuntime::Types::ExternalSourcesGenerationConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgentRuntime::Types::ExternalSourcesGenerationConfiguration
- Defined in:
- gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb
Overview
Contains the generation configuration of the external source wrapper object.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#additional_model_request_fields ⇒ Hash<String,Hash,Array,String,Numeric,Boolean>
Additional model parameters and their corresponding values not included in the textInferenceConfig structure for an external source.
-
#guardrail_configuration ⇒ Types::GuardrailConfiguration
The configuration details for the guardrail.
-
#inference_config ⇒ Types::InferenceConfig
Configuration settings for inference when using RetrieveAndGenerate to generate responses while using an external source.
-
#performance_config ⇒ Types::PerformanceConfiguration
The latency configuration for the model.
-
#prompt_template ⇒ Types::PromptTemplate
Contain the textPromptTemplate string for the external source wrapper object.
Instance Attribute Details
#additional_model_request_fields ⇒ Hash<String,Hash,Array,String,Numeric,Boolean>
Additional model parameters and their corresponding values not included in the textInferenceConfig structure for an external source. Takes in custom model parameters specific to the language model being used.
1475 1476 1477 1478 1479 1480 1481 1482 1483 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 1475 class ExternalSourcesGenerationConfiguration < Struct.new( :additional_model_request_fields, :guardrail_configuration, :inference_config, :performance_config, :prompt_template) SENSITIVE = [] include Aws::Structure end |
#guardrail_configuration ⇒ Types::GuardrailConfiguration
The configuration details for the guardrail.
1475 1476 1477 1478 1479 1480 1481 1482 1483 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 1475 class ExternalSourcesGenerationConfiguration < Struct.new( :additional_model_request_fields, :guardrail_configuration, :inference_config, :performance_config, :prompt_template) SENSITIVE = [] include Aws::Structure end |
#inference_config ⇒ Types::InferenceConfig
Configuration settings for inference when using RetrieveAndGenerate to generate responses while using an external source.
1475 1476 1477 1478 1479 1480 1481 1482 1483 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 1475 class ExternalSourcesGenerationConfiguration < Struct.new( :additional_model_request_fields, :guardrail_configuration, :inference_config, :performance_config, :prompt_template) SENSITIVE = [] include Aws::Structure end |
#performance_config ⇒ Types::PerformanceConfiguration
The latency configuration for the model.
1475 1476 1477 1478 1479 1480 1481 1482 1483 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 1475 class ExternalSourcesGenerationConfiguration < Struct.new( :additional_model_request_fields, :guardrail_configuration, :inference_config, :performance_config, :prompt_template) SENSITIVE = [] include Aws::Structure end |
#prompt_template ⇒ Types::PromptTemplate
Contain the textPromptTemplate string for the external source wrapper object.
1475 1476 1477 1478 1479 1480 1481 1482 1483 |
# File 'gems/aws-sdk-bedrockagentruntime/lib/aws-sdk-bedrockagentruntime/types.rb', line 1475 class ExternalSourcesGenerationConfiguration < Struct.new( :additional_model_request_fields, :guardrail_configuration, :inference_config, :performance_config, :prompt_template) SENSITIVE = [] include Aws::Structure end |