Class: Aws::SageMaker::Types::TrainingJobSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::TrainingJobSummary
- Defined in:
- gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb
Overview
Provides summary information about a training job.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
A timestamp that shows when the training job was created.
-
#last_modified_time ⇒ Time
Timestamp when the training job was last modified.
-
#training_end_time ⇒ Time
A timestamp that shows when the training job ended.
-
#training_job_arn ⇒ String
The Amazon Resource Name (ARN) of the training job.
-
#training_job_name ⇒ String
The name of the training job that you want a summary for.
-
#training_job_status ⇒ String
The status of the training job.
Instance Attribute Details
#creation_time ⇒ Time
A timestamp that shows when the training job was created.
37465 37466 37467 37468 37469 37470 37471 37472 37473 37474 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 37465 class TrainingJobSummary < Struct.new( :training_job_name, :training_job_arn, :creation_time, :training_end_time, :last_modified_time, :training_job_status) SENSITIVE = [] include Aws::Structure end |
#last_modified_time ⇒ Time
Timestamp when the training job was last modified.
37465 37466 37467 37468 37469 37470 37471 37472 37473 37474 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 37465 class TrainingJobSummary < Struct.new( :training_job_name, :training_job_arn, :creation_time, :training_end_time, :last_modified_time, :training_job_status) SENSITIVE = [] include Aws::Structure end |
#training_end_time ⇒ Time
A timestamp that shows when the training job ended. This field is
set only if the training job has one of the terminal statuses
(Completed
, Failed
, or Stopped
).
37465 37466 37467 37468 37469 37470 37471 37472 37473 37474 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 37465 class TrainingJobSummary < Struct.new( :training_job_name, :training_job_arn, :creation_time, :training_end_time, :last_modified_time, :training_job_status) SENSITIVE = [] include Aws::Structure end |
#training_job_arn ⇒ String
The Amazon Resource Name (ARN) of the training job.
37465 37466 37467 37468 37469 37470 37471 37472 37473 37474 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 37465 class TrainingJobSummary < Struct.new( :training_job_name, :training_job_arn, :creation_time, :training_end_time, :last_modified_time, :training_job_status) SENSITIVE = [] include Aws::Structure end |
#training_job_name ⇒ String
The name of the training job that you want a summary for.
37465 37466 37467 37468 37469 37470 37471 37472 37473 37474 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 37465 class TrainingJobSummary < Struct.new( :training_job_name, :training_job_arn, :creation_time, :training_end_time, :last_modified_time, :training_job_status) SENSITIVE = [] include Aws::Structure end |
#training_job_status ⇒ String
The status of the training job.
37465 37466 37467 37468 37469 37470 37471 37472 37473 37474 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 37465 class TrainingJobSummary < Struct.new( :training_job_name, :training_job_arn, :creation_time, :training_end_time, :last_modified_time, :training_job_status) SENSITIVE = [] include Aws::Structure end |