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.
11554 11555 11556 |
# File 'sig/types.rbs', line 11554 def current_epoch @current_epoch end |
#current_step ⇒ ::Integer
Returns the value of attribute current_step.
11553 11554 11555 |
# File 'sig/types.rbs', line 11553 def current_step @current_step end |
#max_epoch ⇒ ::Integer
Returns the value of attribute max_epoch.
11555 11556 11557 |
# File 'sig/types.rbs', line 11555 def max_epoch @max_epoch end |
#total_step_count_per_epoch ⇒ ::Integer
Returns the value of attribute total_step_count_per_epoch.
11552 11553 11554 |
# File 'sig/types.rbs', line 11552 def total_step_count_per_epoch @total_step_count_per_epoch end |