Class: Aws::Types::TrainingProgressInfo

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#current_epoch::Integer

Returns the value of attribute current_epoch.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


11552
11553
11554
# File 'sig/types.rbs', line 11552

def total_step_count_per_epoch
  @total_step_count_per_epoch
end