You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SageMaker::Types::ModelPackageSummary
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ModelPackageSummary
- Defined in:
- (unknown)
Overview
Provides summary information about a model package.
Instance Attribute Summary collapse
-
#creation_time ⇒ Time
A timestamp that shows when the model package was created.
-
#model_package_arn ⇒ String
The Amazon Resource Name (ARN) of the model package.
-
#model_package_description ⇒ String
A brief description of the model package.
-
#model_package_name ⇒ String
The name of the model package.
-
#model_package_status ⇒ String
The overall status of the model package.
Instance Attribute Details
#creation_time ⇒ Time
A timestamp that shows when the model package was created.
#model_package_arn ⇒ String
The Amazon Resource Name (ARN) of the model package.
#model_package_description ⇒ String
A brief description of the model package.
#model_package_name ⇒ String
The name of the model package.
#model_package_status ⇒ String
The overall status of the model package.
Possible values:
- Pending
- InProgress
- Completed
- Failed
- Deleting