Class: Aws::Types::TrainingMetrics
- Inherits:
-
Object
- Object
- Aws::Types::TrainingMetrics
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#auc ⇒ ::Float
Returns the value of attribute auc.
-
#metric_data_points ⇒ ::Array[Types::MetricDataPoint]
Returns the value of attribute metric_data_points.
Instance Attribute Details
#auc ⇒ ::Float
Returns the value of attribute auc.
1273 1274 1275 |
# File 'sig/types.rbs', line 1273 def auc @auc end |
#metric_data_points ⇒ ::Array[Types::MetricDataPoint]
Returns the value of attribute metric_data_points.
1274 1275 1276 |
# File 'sig/types.rbs', line 1274 def metric_data_points @metric_data_points end |