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
- Struct
- Aws::SageMaker::Types::ModelPackageStatusItem
- Defined in:
- (unknown)
Overview
Represents the overall status of a model package.
Instance Attribute Summary collapse
-
#failure_reason ⇒ String
if the overall status is
Failed
, the reason for the failure. -
#name ⇒ String
The name of the model package for which the overall status is being reported.
-
#status ⇒ String
The current status.
Instance Attribute Details
#failure_reason ⇒ String
if the overall status is Failed
, the reason for the failure.
#name ⇒ String
The name of the model package for which the overall status is being reported.
#status ⇒ String
The current status.
Possible values:
- NotStarted
- InProgress
- Completed
- Failed