Class: Aws::Types::TrainingProgressInfo
- Inherits:
-
Object
- Object
- Aws::Types::TrainingProgressInfo
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#current_epoch ⇒ ::Integer
Returns the value of attribute current_epoch.
-
#current_step ⇒ ::Integer
Returns the value of attribute current_step.
-
#max_epoch ⇒ ::Integer
Returns the value of attribute max_epoch.
-
#total_step_count_per_epoch ⇒ ::Integer
Returns the value of attribute total_step_count_per_epoch.
Instance Attribute Details
#current_epoch ⇒ ::Integer
Returns the value of attribute current_epoch.
11562 11563 11564 |
# File 'sig/types.rbs', line 11562 def current_epoch @current_epoch end |
#current_step ⇒ ::Integer
Returns the value of attribute current_step.
11561 11562 11563 |
# File 'sig/types.rbs', line 11561 def current_step @current_step end |
#max_epoch ⇒ ::Integer
Returns the value of attribute max_epoch.
11563 11564 11565 |
# File 'sig/types.rbs', line 11563 def max_epoch @max_epoch end |
#total_step_count_per_epoch ⇒ ::Integer
Returns the value of attribute total_step_count_per_epoch.
11560 11561 11562 |
# File 'sig/types.rbs', line 11560 def total_step_count_per_epoch @total_step_count_per_epoch end |