Jump to Content

New API Documentation - Developer Preview Available

We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.

Interface ModelPackagingDescription

Information about a model packaging job. For more information, see DescribeModelPackagingJob.

Hierarchy

  • ModelPackagingDescription

Properties

CreationTimestamp?: Date

The Unix timestamp for the time and date that the model packaging job was created.

JobName?: string

The name of the model packaging job.

LastUpdatedTimestamp?: Date

The Unix timestamp for the time and date that the model packaging job was last updated.

ModelPackagingConfiguration?: ModelPackagingConfiguration

The configuration information used in the model packaging job.

ModelPackagingJobDescription?: string

The description for the model packaging job.

ModelPackagingMethod?: string

The AWS service used to package the job. Currently Lookout for Vision can package jobs with AWS IoT Greengrass.

ModelPackagingOutputDetails?: ModelPackagingOutputDetails

Information about the output of the model packaging job. For more information, see DescribeModelPackagingJob.

ModelVersion?: string

The version of the model used in the model packaging job.

ProjectName?: string

The name of the project that's associated with a model that's in the model package.

Status?: string

The status of the model packaging job.

StatusMessage?: string

The status message for the model packaging job.