Class: Aws::Bedrock::Types::CustomMetricBedrockEvaluatorModel
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Bedrock::Types::CustomMetricBedrockEvaluatorModel
 
- Defined in:
- gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb
Overview
Defines the model you want to evaluate custom metrics in an Amazon Bedrock evaluation job.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #model_identifier  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The Amazon Resource Name (ARN) of the evaluator model for custom metrics. 
Instance Attribute Details
#model_identifier ⇒ String
The Amazon Resource Name (ARN) of the evaluator model for custom metrics. For a list of supported evaluator models, see Evaluate model performance using another LLM as a judge and Evaluate the performance of RAG sources using Amazon Bedrock evaluations.
| 3572 3573 3574 3575 3576 | # File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 3572 class CustomMetricBedrockEvaluatorModel < Struct.new( :model_identifier) SENSITIVE = [] include Aws::Structure end |