Class: Aws::Types::TrainingMetricsV2
- Inherits:
-
Object
- Object
- Aws::Types::TrainingMetricsV2
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#ati ⇒ Types::ATITrainingMetricsValue
Returns the value of attribute ati.
-
#ofi ⇒ Types::OFITrainingMetricsValue
Returns the value of attribute ofi.
-
#tfi ⇒ Types::TFITrainingMetricsValue
Returns the value of attribute tfi.
Instance Attribute Details
#ati ⇒ Types::ATITrainingMetricsValue
Returns the value of attribute ati.
1281 1282 1283 |
# File 'sig/types.rbs', line 1281 def ati @ati end |
#ofi ⇒ Types::OFITrainingMetricsValue
Returns the value of attribute ofi.
1279 1280 1281 |
# File 'sig/types.rbs', line 1279 def ofi @ofi end |
#tfi ⇒ Types::TFITrainingMetricsValue
Returns the value of attribute tfi.
1280 1281 1282 |
# File 'sig/types.rbs', line 1280 def tfi @tfi end |