Class: Aws::SageMaker::Types::JobSecondaryStatusTransition
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::JobSecondaryStatusTransition
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Represents a secondary status transition for a job. Jobs progress through multiple secondary statuses during execution. Each transition records the status, start time, optional end time, and an optional message with additional details.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#end_time ⇒ Time
The date and time that the status transition ended.
-
#start_time ⇒ Time
The date and time that the status transition started.
-
#status ⇒ String
The secondary status of the job at this transition point.
-
#status_message ⇒ String
A detailed message about the status transition.
Instance Attribute Details
#end_time ⇒ Time
The date and time that the status transition ended.
32219 32220 32221 32222 32223 32224 32225 32226 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 32219 class JobSecondaryStatusTransition < Struct.new( :status, :start_time, :end_time, :status_message) SENSITIVE = [] include Aws::Structure end |
#start_time ⇒ Time
The date and time that the status transition started.
32219 32220 32221 32222 32223 32224 32225 32226 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 32219 class JobSecondaryStatusTransition < Struct.new( :status, :start_time, :end_time, :status_message) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The secondary status of the job at this transition point.
32219 32220 32221 32222 32223 32224 32225 32226 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 32219 class JobSecondaryStatusTransition < Struct.new( :status, :start_time, :end_time, :status_message) SENSITIVE = [] include Aws::Structure end |
#status_message ⇒ String
A detailed message about the status transition.
32219 32220 32221 32222 32223 32224 32225 32226 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 32219 class JobSecondaryStatusTransition < Struct.new( :status, :start_time, :end_time, :status_message) SENSITIVE = [] include Aws::Structure end |