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

Class: Aws::SageMaker::Types::TrainingJobSummary

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

Overview

Provides summary information about a training job.

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

A timestamp that shows when the training job was created.

Returns:

  • (Time)

    A timestamp that shows when the training job was created.

#last_modified_timeTime

Timestamp when the training job was last modified.

Returns:

  • (Time)

    Timestamp when the training job was last modified.

#training_end_timeTime

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).

Returns:

  • (Time)

    A timestamp that shows when the training job ended.

#training_job_arnString

The Amazon Resource Name (ARN) of the training job.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the training job.

#training_job_nameString

The name of the training job that you want a summary for.

Returns:

  • (String)

    The name of the training job that you want a summary for.

#training_job_statusString

The status of the training job.

Possible values:

  • InProgress
  • Completed
  • Failed
  • Stopping
  • Stopped

Returns:

  • (String)

    The status of the training job.