Class: Aws::Types::AutomatedEvaluationCustomMetricConfig
- Inherits:
-
Object
- Object
- Aws::Types::AutomatedEvaluationCustomMetricConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_metrics ⇒ ::Array[Types::AutomatedEvaluationCustomMetricSource]
Returns the value of attribute custom_metrics.
-
#evaluator_model_config ⇒ Types::CustomMetricEvaluatorModelConfig
Returns the value of attribute evaluator_model_config.
Instance Attribute Details
#custom_metrics ⇒ ::Array[Types::AutomatedEvaluationCustomMetricSource]
Returns the value of attribute custom_metrics.
73 74 75 |
# File 'sig/types.rbs', line 73 def custom_metrics @custom_metrics end |
#evaluator_model_config ⇒ Types::CustomMetricEvaluatorModelConfig
Returns the value of attribute evaluator_model_config.
74 75 76 |
# File 'sig/types.rbs', line 74 def evaluator_model_config @evaluator_model_config end |