Class: Aws::SageMaker::Types::AutoMLJobSummary

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemaker/types.rb

Overview

Provides a summary about a job.

Instance Attribute Summary collapse

Instance Attribute Details

#auto_ml_job_arnString

The ARN of the job.

Returns:

  • (String)


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_nameString

The name of the object you are requesting.

Returns:

  • (String)


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_statusString

The job’s secondary status.

Returns:

  • (String)


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_statusString

The job’s status.

Returns:

  • (String)


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_timeTime

When the job was created.

Returns:

  • (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

#end_timeTime

The end time.

Returns:

  • (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_reasonString

The failure reason.

Returns:

  • (String)


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_timeTime

When the job was last modified.

Returns:

  • (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