Class: Aws::Types::ATITrainingMetricsValue
- Inherits:
-
Object
- Object
- Aws::Types::ATITrainingMetricsValue
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#metric_data_points ⇒ ::Array[Types::ATIMetricDataPoint]
Returns the value of attribute metric_data_points.
-
#model_performance ⇒ Types::ATIModelPerformance
Returns the value of attribute model_performance.
Instance Attribute Details
#metric_data_points ⇒ ::Array[Types::ATIMetricDataPoint]
Returns the value of attribute metric_data_points.
25 26 27 |
# File 'sig/types.rbs', line 25 def metric_data_points @metric_data_points end |
#model_performance ⇒ Types::ATIModelPerformance
Returns the value of attribute model_performance.
26 27 28 |
# File 'sig/types.rbs', line 26 def model_performance @model_performance end |