Class: Aws::LexModelsV2::Types::BedrockModelSpecification
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LexModelsV2::Types::BedrockModelSpecification
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lexmodelsv2/types.rb
 
Overview
Contains information about the Amazon Bedrock model used to interpret the prompt used in descriptive bot building.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #custom_prompt  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The custom prompt used in the Bedrock model specification details.
 - 
  
    
      #guardrail  ⇒ Types::BedrockGuardrailConfiguration 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The guardrail configuration in the Bedrock model specification details.
 - 
  
    
      #model_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the foundation model used in descriptive bot building.
 - 
  
    
      #trace_status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Bedrock trace status in the Bedrock model specification details.
 
Instance Attribute Details
#custom_prompt ⇒ String
The custom prompt used in the Bedrock model specification details.
      1923 1924 1925 1926 1927 1928 1929 1930  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 1923 class BedrockModelSpecification < Struct.new( :model_arn, :guardrail, :trace_status, :custom_prompt) SENSITIVE = [] include Aws::Structure end  | 
  
#guardrail ⇒ Types::BedrockGuardrailConfiguration
The guardrail configuration in the Bedrock model specification details.
      1923 1924 1925 1926 1927 1928 1929 1930  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 1923 class BedrockModelSpecification < Struct.new( :model_arn, :guardrail, :trace_status, :custom_prompt) SENSITIVE = [] include Aws::Structure end  | 
  
#model_arn ⇒ String
The ARN of the foundation model used in descriptive bot building.
      1923 1924 1925 1926 1927 1928 1929 1930  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 1923 class BedrockModelSpecification < Struct.new( :model_arn, :guardrail, :trace_status, :custom_prompt) SENSITIVE = [] include Aws::Structure end  | 
  
#trace_status ⇒ String
The Bedrock trace status in the Bedrock model specification details.
      1923 1924 1925 1926 1927 1928 1929 1930  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 1923 class BedrockModelSpecification < Struct.new( :model_arn, :guardrail, :trace_status, :custom_prompt) SENSITIVE = [] include Aws::Structure end  |