Class: Aws::BedrockAgent::Types::PromptVariant
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::PromptVariant
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Contains details about a variant of the prompt.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#inference_configuration ⇒ Types::PromptInferenceConfiguration
Contains inference configurations for the prompt variant.
-
#model_id ⇒ String
The unique identifier of the model with which to run inference on the prompt.
-
#name ⇒ String
The name of the prompt variant.
-
#template_configuration ⇒ Types::PromptTemplateConfiguration
Contains configurations for the prompt template.
-
#template_type ⇒ String
The type of prompt template to use.
Instance Attribute Details
#inference_configuration ⇒ Types::PromptInferenceConfiguration
Contains inference configurations for the prompt variant.
6175 6176 6177 6178 6179 6180 6181 6182 6183 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 6175 class PromptVariant < Struct.new( :inference_configuration, :model_id, :name, :template_configuration, :template_type) SENSITIVE = [] include Aws::Structure end |
#model_id ⇒ String
The unique identifier of the model with which to run inference on the prompt.
6175 6176 6177 6178 6179 6180 6181 6182 6183 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 6175 class PromptVariant < Struct.new( :inference_configuration, :model_id, :name, :template_configuration, :template_type) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the prompt variant.
6175 6176 6177 6178 6179 6180 6181 6182 6183 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 6175 class PromptVariant < Struct.new( :inference_configuration, :model_id, :name, :template_configuration, :template_type) SENSITIVE = [] include Aws::Structure end |
#template_configuration ⇒ Types::PromptTemplateConfiguration
Contains configurations for the prompt template.
6175 6176 6177 6178 6179 6180 6181 6182 6183 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 6175 class PromptVariant < Struct.new( :inference_configuration, :model_id, :name, :template_configuration, :template_type) SENSITIVE = [] include Aws::Structure end |
#template_type ⇒ String
The type of prompt template to use.
6175 6176 6177 6178 6179 6180 6181 6182 6183 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 6175 class PromptVariant < Struct.new( :inference_configuration, :model_id, :name, :template_configuration, :template_type) SENSITIVE = [] include Aws::Structure end |