Class: Aws::Bedrock::Types::AutomatedEvaluationConfig

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb

Overview

Use to specify a automatic model evaluation job. The EvaluationDatasetMetricConfig object is used to specify the prompt datasets, task type, and metric names.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#dataset_metric_configsArray<Types::EvaluationDatasetMetricConfig>

Specifies the required elements for an automatic model evaluation job.



37
38
39
40
41
# File 'gems/aws-sdk-bedrock/lib/aws-sdk-bedrock/types.rb', line 37

class AutomatedEvaluationConfig < Struct.new(
  :dataset_metric_configs)
  SENSITIVE = []
  include Aws::Structure
end