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.
      6162 6163 6164 6165 6166 6167 6168 6169 6170  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 6162 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.
      6162 6163 6164 6165 6166 6167 6168 6169 6170  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 6162 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.
      6162 6163 6164 6165 6166 6167 6168 6169 6170  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 6162 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.
      6162 6163 6164 6165 6166 6167 6168 6169 6170  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 6162 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.
      6162 6163 6164 6165 6166 6167 6168 6169 6170  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 6162 class PromptVariant < Struct.new( :inference_configuration, :model_id, :name, :template_configuration, :template_type) SENSITIVE = [] include Aws::Structure end  |