Class: Aws::Types::OFITrainingMetricsValue
- Inherits:
-
Object
- Object
- Aws::Types::OFITrainingMetricsValue
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#metric_data_points ⇒ ::Array[Types::OFIMetricDataPoint]
Returns the value of attribute metric_data_points.
-
#model_performance ⇒ Types::OFIModelPerformance
Returns the value of attribute model_performance.
Instance Attribute Details
#metric_data_points ⇒ ::Array[Types::OFIMetricDataPoint]
Returns the value of attribute metric_data_points.
1071 1072 1073 |
# File 'sig/types.rbs', line 1071 def metric_data_points @metric_data_points end |
#model_performance ⇒ Types::OFIModelPerformance
Returns the value of attribute model_performance.
1072 1073 1074 |
# File 'sig/types.rbs', line 1072 def model_performance @model_performance end |