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)


50649
50650
50651
50652
50653
50654
50655
50656
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 50649

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)


50649
50650
50651
50652
50653
50654
50655
50656
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 50649

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)


50649
50650
50651
50652
50653
50654
50655
50656
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 50649

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)


50649
50650
50651
50652
50653
50654
50655
50656
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 50649

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