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

Overview

Provides summary information about a model package.

Instance Attribute Summary collapse

Instance Attribute Details

#creation_timeTime

A timestamp that shows when the model package was created.

Returns:

  • (Time)

    A timestamp that shows when the model package was created.

#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 description of the model package.

Returns:

  • (String)

    A brief description of the model package.

#model_package_nameString

The name of the model package.

Returns:

  • (String)

    The name of the model package.

#model_package_statusString

The overall status of the model package.

Possible values:

  • Pending
  • InProgress
  • Completed
  • Failed
  • Deleting

Returns:

  • (String)

    The overall status of the model package.