Class: Aws::SageMaker::Types::TrainingProgressInfo
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::TrainingProgressInfo
- 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
-
#current_epoch ⇒ Integer
The current epoch number.
-
#current_step ⇒ Integer
The current step number.
-
#max_epoch ⇒ Integer
The maximum number of epochs for this job.
-
#total_step_count_per_epoch ⇒ Integer
The total step count per epoch.
Instance Attribute Details
#current_epoch ⇒ Integer
The current epoch number.
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_step ⇒ Integer
The current step number.
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_epoch ⇒ Integer
The maximum number of epochs for this job.
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_epoch ⇒ Integer
The total step count per epoch.
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 |