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

Class: Aws::SageMaker::Types::ModelPackageStatusItem

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

Overview

Represents the overall status of a model package.

Instance Attribute Summary collapse

Instance Attribute Details

#failure_reasonString

if the overall status is Failed, the reason for the failure.

Returns:

  • (String)

    if the overall status is Failed, the reason for the failure.

#nameString

The name of the model package for which the overall status is being reported.

Returns:

  • (String)

    The name of the model package for which the overall status is being reported.

#statusString

The current status.

Possible values:

  • NotStarted
  • InProgress
  • Completed
  • Failed

Returns:

  • (String)

    The current status.