You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

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)

    The ARN of the job.

#auto_ml_job_nameString

The name of the object you are requesting.

Returns:

  • (String)

    The name of the object you are requesting.

#auto_ml_job_secondary_statusString

The job\'s secondary status.

Possible values:

  • Starting
  • AnalyzingData
  • FeatureEngineering
  • ModelTuning
  • MaxCandidatesReached
  • Failed
  • Stopped
  • MaxAutoMLJobRuntimeReached
  • Stopping
  • CandidateDefinitionsGenerated

Returns:

  • (String)

    The job\'s secondary status.

#auto_ml_job_statusString

The job\'s status.

Possible values:

  • Completed
  • InProgress
  • Failed
  • Stopped
  • Stopping

Returns:

  • (String)

    The job\'s status.

#creation_timeTime

When the job was created.

Returns:

  • (Time)

    When the job was created.

#end_timeTime

The end time of an AutoML job.

Returns:

  • (Time)

    The end time of an AutoML job.

#failure_reasonString

The failure reason of a job.

Returns:

  • (String)

    The failure reason of a job.

#last_modified_timeTime

When the job was last modified.

Returns:

  • (Time)

    When the job was last modified.