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)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


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.

Returns:

  • (::Integer)


11560
11561
11562
# File 'sig/types.rbs', line 11560

def total_step_count_per_epoch
  @total_step_count_per_epoch
end