Class: Aws::Types::AutomatedEvaluationConfig
- Inherits:
-
Object
- Object
- Aws::Types::AutomatedEvaluationConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_metric_config ⇒ Types::AutomatedEvaluationCustomMetricConfig
Returns the value of attribute custom_metric_config.
-
#dataset_metric_configs ⇒ ::Array[Types::EvaluationDatasetMetricConfig]
Returns the value of attribute dataset_metric_configs.
-
#evaluator_model_config ⇒ Types::EvaluatorModelConfig
Returns the value of attribute evaluator_model_config.
Instance Attribute Details
#custom_metric_config ⇒ Types::AutomatedEvaluationCustomMetricConfig
Returns the value of attribute custom_metric_config.
68 69 70 |
# File 'sig/types.rbs', line 68 def custom_metric_config @custom_metric_config end |
#dataset_metric_configs ⇒ ::Array[Types::EvaluationDatasetMetricConfig]
Returns the value of attribute dataset_metric_configs.
66 67 68 |
# File 'sig/types.rbs', line 66 def dataset_metric_configs @dataset_metric_configs end |
#evaluator_model_config ⇒ Types::EvaluatorModelConfig
Returns the value of attribute evaluator_model_config.
67 68 69 |
# File 'sig/types.rbs', line 67 def evaluator_model_config @evaluator_model_config end |