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

ModelPackagingJobMetadata

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

Metadata for a model packaging job. For more information, see "ListModelPackagingJobs".

interface ModelPackagingJobMetadata {
CreationTimestamp?: Date | number | null;
JobName?: string | null;
LastUpdatedTimestamp?: Date | number | null;
ModelPackagingJobDescription?: string | null;
ModelPackagingMethod?: string | 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.

§
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.

§
ModelVersion?: string | null
[src]

The version of the model that is in the model package.

§
ProjectName?: string | null
[src]

The project that contains the model that is in the model package.

§

The status of the model packaging job.

§
StatusMessage?: string | null
[src]

The status message for the model packaging job.