Class: Aws::Bedrock::Types::BedrockEvaluatorModel
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::BedrockEvaluatorModel
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrock/types.rb
Overview
The evaluator model used in knowledge base evaluation job or in model evaluation job that use a model as judge. This model computes all evaluation related metrics.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#model_identifier ⇒ String
The Amazon Resource Name (ARN) of the evaluator model used used in knowledge base evaluation job or in model evaluation job that use a model as judge.
Instance Attribute Details
#model_identifier ⇒ String
The Amazon Resource Name (ARN) of the evaluator model used used in knowledge base evaluation job or in model evaluation job that use a model as judge.
138 139 140 141 142 |
# File 'lib/aws-sdk-bedrock/types.rb', line 138 class BedrockEvaluatorModel < Struct.new( :model_identifier) SENSITIVE = [] include Aws::Structure end |