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 or [inference profile] used to parse documents for a data source.
[1]: docs.aws.amazon.com/bedrock/latest/userguide/cross-region-inference.html
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #model_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The ARN of the foundation model or [inference profile].
 - 
  
    
      #parsing_prompt  ⇒ Types::ParsingPrompt 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Instructions for interpreting the contents of a document.
 
Instance Attribute Details
#model_arn ⇒ String
The ARN of the foundation model or [inference profile].
[1]: docs.aws.amazon.com/bedrock/latest/userguide/cross-region-inference.html
      990 991 992 993 994 995  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 990 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.
      990 991 992 993 994 995  | 
    
      # File 'lib/aws-sdk-bedrockagent/types.rb', line 990 class BedrockFoundationModelConfiguration < Struct.new( :model_arn, :parsing_prompt) SENSITIVE = [] include Aws::Structure end  |