You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::SageMaker::Types::DescribeModelPackageOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::DescribeModelPackageOutput
- Defined in:
- (unknown)
Overview
Returned by:
Instance Attribute Summary collapse
-
#certify_for_marketplace ⇒ Boolean
Whether the model package is certified for listing on AWS Marketplace.
-
#creation_time ⇒ Time
A timestamp specifying when the model package was created.
-
#inference_specification ⇒ Types::InferenceSpecification
Details about inference jobs that can be run with models based on this model package.
-
#model_package_arn ⇒ String
The Amazon Resource Name (ARN) of the model package.
-
#model_package_description ⇒ String
A brief summary of the model package.
-
#model_package_name ⇒ String
The name of the model package being described.
-
#model_package_status ⇒ String
The current status of the model package.
-
#model_package_status_details ⇒ Types::ModelPackageStatusDetails
Details about the current status of the model package.
-
#source_algorithm_specification ⇒ Types::SourceAlgorithmSpecification
Details about the algorithm that was used to create the model package.
-
#validation_specification ⇒ Types::ModelPackageValidationSpecification
Configurations for one or more transform jobs that Amazon SageMaker runs to test the model package.
Instance Attribute Details
#certify_for_marketplace ⇒ Boolean
Whether the model package is certified for listing on AWS Marketplace.
#creation_time ⇒ Time
A timestamp specifying when the model package was created.
#inference_specification ⇒ Types::InferenceSpecification
Details about inference jobs that can be run with models based on this model package.
#model_package_arn ⇒ String
The Amazon Resource Name (ARN) of the model package.
#model_package_description ⇒ String
A brief summary of the model package.
#model_package_name ⇒ String
The name of the model package being described.
#model_package_status ⇒ String
The current status of the model package.
Possible values:
- Pending
- InProgress
- Completed
- Failed
- Deleting
#model_package_status_details ⇒ Types::ModelPackageStatusDetails
Details about the current status of the model package.
#source_algorithm_specification ⇒ Types::SourceAlgorithmSpecification
Details about the algorithm that was used to create the model package.
#validation_specification ⇒ Types::ModelPackageValidationSpecification
Configurations for one or more transform jobs that Amazon SageMaker runs to test the model package.