Class: Aws::Bedrock::Types::BedrockEvaluatorModel

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#model_identifierString

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.

Returns:

  • (String)


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