Class: Aws::SageMaker::Types::AutoMLJobSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::AutoMLJobSummary
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-sagemaker/types.rb
Overview
Provides a summary about a job.
Instance Attribute Summary collapse
-
#auto_ml_job_arn ⇒ String
The ARN of the job.
-
#auto_ml_job_name ⇒ String
The name of the object you are requesting.
-
#auto_ml_job_secondary_status ⇒ String
The job’s secondary status.
-
#auto_ml_job_status ⇒ String
The job’s status.
-
#creation_time ⇒ Time
When the job was created.
-
#end_time ⇒ Time
The end time.
-
#failure_reason ⇒ String
The failure reason.
-
#last_modified_time ⇒ Time
When the job was last modified.
Instance Attribute Details
#auto_ml_job_arn ⇒ String
The ARN of the job.
1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 1179 class AutoMLJobSummary < Struct.new( :auto_ml_job_name, :auto_ml_job_arn, :auto_ml_job_status, :auto_ml_job_secondary_status, :creation_time, :end_time, :last_modified_time, :failure_reason) include Aws::Structure end |
#auto_ml_job_name ⇒ String
The name of the object you are requesting.
1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 1179 class AutoMLJobSummary < Struct.new( :auto_ml_job_name, :auto_ml_job_arn, :auto_ml_job_status, :auto_ml_job_secondary_status, :creation_time, :end_time, :last_modified_time, :failure_reason) include Aws::Structure end |
#auto_ml_job_secondary_status ⇒ String
The job’s secondary status.
1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 1179 class AutoMLJobSummary < Struct.new( :auto_ml_job_name, :auto_ml_job_arn, :auto_ml_job_status, :auto_ml_job_secondary_status, :creation_time, :end_time, :last_modified_time, :failure_reason) include Aws::Structure end |
#auto_ml_job_status ⇒ String
The job’s status.
1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 1179 class AutoMLJobSummary < Struct.new( :auto_ml_job_name, :auto_ml_job_arn, :auto_ml_job_status, :auto_ml_job_secondary_status, :creation_time, :end_time, :last_modified_time, :failure_reason) include Aws::Structure end |
#creation_time ⇒ Time
When the job was created.
1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 1179 class AutoMLJobSummary < Struct.new( :auto_ml_job_name, :auto_ml_job_arn, :auto_ml_job_status, :auto_ml_job_secondary_status, :creation_time, :end_time, :last_modified_time, :failure_reason) include Aws::Structure end |
#end_time ⇒ Time
The end time.
1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 1179 class AutoMLJobSummary < Struct.new( :auto_ml_job_name, :auto_ml_job_arn, :auto_ml_job_status, :auto_ml_job_secondary_status, :creation_time, :end_time, :last_modified_time, :failure_reason) include Aws::Structure end |
#failure_reason ⇒ String
The failure reason.
1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 1179 class AutoMLJobSummary < Struct.new( :auto_ml_job_name, :auto_ml_job_arn, :auto_ml_job_status, :auto_ml_job_secondary_status, :creation_time, :end_time, :last_modified_time, :failure_reason) include Aws::Structure end |
#last_modified_time ⇒ Time
When the job was last modified.
1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 1179 class AutoMLJobSummary < Struct.new( :auto_ml_job_name, :auto_ml_job_arn, :auto_ml_job_status, :auto_ml_job_secondary_status, :creation_time, :end_time, :last_modified_time, :failure_reason) include Aws::Structure end |