Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ModelPackagingDescription

import type { ModelPackagingDescription } from "https://aws-api.deno.dev/v0.3/services/lookoutvision.ts?docs=full";

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

interface ModelPackagingDescription {
CreationTimestamp?: Date | number | null;
JobName?: string | null;
LastUpdatedTimestamp?: Date | number | null;
ModelPackagingConfiguration?: ModelPackagingConfiguration | null;
ModelPackagingJobDescription?: string | null;
ModelPackagingMethod?: string | null;
ModelPackagingOutputDetails?: ModelPackagingOutputDetails | null;
ModelVersion?: string | null;
ProjectName?: string | null;
Status?: ModelPackagingJobStatus | null;
StatusMessage?: string | null;
}

§Properties

§
CreationTimestamp?: Date | number | null
[src]

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

§
JobName?: string | null
[src]

The name of the model packaging job.

§
LastUpdatedTimestamp?: Date | number | null
[src]

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

§
ModelPackagingConfiguration?: ModelPackagingConfiguration | null
[src]

The configuration information used in the model packaging job.

§
ModelPackagingJobDescription?: string | null
[src]

The description for the model packaging job.

§
ModelPackagingMethod?: string | null
[src]

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

§
ModelPackagingOutputDetails?: ModelPackagingOutputDetails | null
[src]

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

§
ModelVersion?: string | null
[src]

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

§
ProjectName?: string | null
[src]

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

§

The status of the model packaging job.

§
StatusMessage?: string | null
[src]

The status message for the model packaging job.