Class: Aws::Types::EvaluationDatasetMetricConfig
- Inherits:
-
Object
- Object
- Aws::Types::EvaluationDatasetMetricConfig
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#dataset ⇒ Types::EvaluationDataset
Returns the value of attribute dataset.
-
#metric_names ⇒ ::Array[::String]
Returns the value of attribute metric_names.
-
#task_type ⇒ "Summarization", ...
Returns the value of attribute task_type.
Instance Attribute Details
#dataset ⇒ Types::EvaluationDataset
Returns the value of attribute dataset.
1483 1484 1485 |
# File 'sig/types.rbs', line 1483 def dataset @dataset end |
#metric_names ⇒ ::Array[::String]
Returns the value of attribute metric_names.
1484 1485 1486 |
# File 'sig/types.rbs', line 1484 def metric_names @metric_names end |
#task_type ⇒ "Summarization", ...
Returns the value of attribute task_type.
1482 1483 1484 |
# File 'sig/types.rbs', line 1482 def task_type @task_type end |