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
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#certify_for_marketplaceBoolean

Whether the model package is certified for listing on AWS Marketplace.

Returns:

  • (Boolean)

    Whether the model package is certified for listing on AWS Marketplace.

#creation_timeTime

A timestamp specifying when the model package was created.

Returns:

  • (Time)

    A timestamp specifying when the model package was created.

#inference_specificationTypes::InferenceSpecification

Details about inference jobs that can be run with models based on this model package.

Returns:

#model_package_arnString

The Amazon Resource Name (ARN) of the model package.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the model package.

#model_package_descriptionString

A brief summary of the model package.

Returns:

  • (String)

    A brief summary of the model package.

#model_package_nameString

The name of the model package being described.

Returns:

  • (String)

    The name of the model package being described.

#model_package_statusString

The current status of the model package.

Possible values:

  • Pending
  • InProgress
  • Completed
  • Failed
  • Deleting

Returns:

  • (String)

    The current status of the model package.

#model_package_status_detailsTypes::ModelPackageStatusDetails

Details about the current status of the model package.

Returns:

#source_algorithm_specificationTypes::SourceAlgorithmSpecification

Details about the algorithm that was used to create the model package.

Returns:

#validation_specificationTypes::ModelPackageValidationSpecification

Configurations for one or more transform jobs that Amazon SageMaker runs to test the model package.

Returns: