Class: Aws::BedrockAgent::Types::BedrockFoundationModelConfiguration
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::BedrockAgent::Types::BedrockFoundationModelConfiguration
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-bedrockagent/types.rb
 
Overview
Settings for a foundation model used to parse documents for a data source.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #model_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The model’s ARN.
 - 
  
    
      #parsing_prompt  ⇒ Types::ParsingPrompt 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Instructions for interpreting the contents of a document.
 
Instance Attribute Details
#model_arn ⇒ String
The model’s ARN.
      982 983 984 985 986 987  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 982 class BedrockFoundationModelConfiguration < Struct.new( :model_arn, :parsing_prompt) SENSITIVE = [] include Aws::Structure end  | 
  
#parsing_prompt ⇒ Types::ParsingPrompt
Instructions for interpreting the contents of a document.
      982 983 984 985 986 987  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 982 class BedrockFoundationModelConfiguration < Struct.new( :model_arn, :parsing_prompt) SENSITIVE = [] include Aws::Structure end  |