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 an AutoML job.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#auto_ml_job_arnString

The ARN of the AutoML job.

Returns:

  • (String)


2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
# File 'lib/aws-sdk-sagemaker/types.rb', line 2789

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,
  :partial_failure_reasons)
  SENSITIVE = []
  include Aws::Structure
end

#auto_ml_job_nameString

The name of the AutoML job you are requesting.

Returns:

  • (String)


2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
# File 'lib/aws-sdk-sagemaker/types.rb', line 2789

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,
  :partial_failure_reasons)
  SENSITIVE = []
  include Aws::Structure
end

#auto_ml_job_secondary_statusString

The secondary status of the AutoML job.

Returns:

  • (String)


2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
# File 'lib/aws-sdk-sagemaker/types.rb', line 2789

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,
  :partial_failure_reasons)
  SENSITIVE = []
  include Aws::Structure
end

#auto_ml_job_statusString

The status of the AutoML job.

Returns:

  • (String)


2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
# File 'lib/aws-sdk-sagemaker/types.rb', line 2789

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,
  :partial_failure_reasons)
  SENSITIVE = []
  include Aws::Structure
end

#creation_timeTime

When the AutoML job was created.

Returns:

  • (Time)


2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
# File 'lib/aws-sdk-sagemaker/types.rb', line 2789

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,
  :partial_failure_reasons)
  SENSITIVE = []
  include Aws::Structure
end

#end_timeTime

The end time of an AutoML job.

Returns:

  • (Time)


2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
# File 'lib/aws-sdk-sagemaker/types.rb', line 2789

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,
  :partial_failure_reasons)
  SENSITIVE = []
  include Aws::Structure
end

#failure_reasonString

The failure reason of an AutoML job.

Returns:

  • (String)


2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
# File 'lib/aws-sdk-sagemaker/types.rb', line 2789

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,
  :partial_failure_reasons)
  SENSITIVE = []
  include Aws::Structure
end

#last_modified_timeTime

When the AutoML job was last modified.

Returns:

  • (Time)


2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
# File 'lib/aws-sdk-sagemaker/types.rb', line 2789

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,
  :partial_failure_reasons)
  SENSITIVE = []
  include Aws::Structure
end

#partial_failure_reasonsArray<Types::AutoMLPartialFailureReason>

The list of reasons for partial failures within an AutoML job.



2789
2790
2791
2792
2793
2794
2795
2796
2797
2798
2799
2800
2801
# File 'lib/aws-sdk-sagemaker/types.rb', line 2789

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,
  :partial_failure_reasons)
  SENSITIVE = []
  include Aws::Structure
end