Class: Aws::SageMaker::Types::TrainingProgressInfo

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb

Overview

The serverless training job progress information.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#current_epochInteger

The current epoch number.

Returns:

  • (Integer)


51187
51188
51189
51190
51191
51192
51193
51194
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 51187

class TrainingProgressInfo < Struct.new(
  :total_step_count_per_epoch,
  :current_step,
  :current_epoch,
  :max_epoch)
  SENSITIVE = []
  include Aws::Structure
end

#current_stepInteger

The current step number.

Returns:

  • (Integer)


51187
51188
51189
51190
51191
51192
51193
51194
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 51187

class TrainingProgressInfo < Struct.new(
  :total_step_count_per_epoch,
  :current_step,
  :current_epoch,
  :max_epoch)
  SENSITIVE = []
  include Aws::Structure
end

#max_epochInteger

The maximum number of epochs for this job.

Returns:

  • (Integer)


51187
51188
51189
51190
51191
51192
51193
51194
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 51187

class TrainingProgressInfo < Struct.new(
  :total_step_count_per_epoch,
  :current_step,
  :current_epoch,
  :max_epoch)
  SENSITIVE = []
  include Aws::Structure
end

#total_step_count_per_epochInteger

The total step count per epoch.

Returns:

  • (Integer)


51187
51188
51189
51190
51191
51192
51193
51194
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 51187

class TrainingProgressInfo < Struct.new(
  :total_step_count_per_epoch,
  :current_step,
  :current_epoch,
  :max_epoch)
  SENSITIVE = []
  include Aws::Structure
end