Class: Aws::Types::HumanEvaluationConfig
- Inherits:
-
Object
- Object
- Aws::Types::HumanEvaluationConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#custom_metrics ⇒ ::Array[Types::HumanEvaluationCustomMetric]
Returns the value of attribute custom_metrics.
-
#dataset_metric_configs ⇒ ::Array[Types::EvaluationDatasetMetricConfig]
Returns the value of attribute dataset_metric_configs.
-
#human_workflow_config ⇒ Types::HumanWorkflowConfig
Returns the value of attribute human_workflow_config.
Instance Attribute Details
#custom_metrics ⇒ ::Array[Types::HumanEvaluationCustomMetric]
Returns the value of attribute custom_metrics.
2433 2434 2435 |
# File 'sig/types.rbs', line 2433 def custom_metrics @custom_metrics end |
#dataset_metric_configs ⇒ ::Array[Types::EvaluationDatasetMetricConfig]
Returns the value of attribute dataset_metric_configs.
2434 2435 2436 |
# File 'sig/types.rbs', line 2434 def dataset_metric_configs @dataset_metric_configs end |
#human_workflow_config ⇒ Types::HumanWorkflowConfig
Returns the value of attribute human_workflow_config.
2432 2433 2434 |
# File 'sig/types.rbs', line 2432 def human_workflow_config @human_workflow_config end |