Class: Aws::Bedrock::Types::AutomatedEvaluationConfig
- Inherits:
-
Struct
- Object
- Struct
- Aws::Bedrock::Types::AutomatedEvaluationConfig
- 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
-
#dataset_metric_configs ⇒ Array<Types::EvaluationDatasetMetricConfig>
Specifies the required elements for an automatic model evaluation job.
Instance Attribute Details
#dataset_metric_configs ⇒ Array<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 |