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

StartModelPackagingJobResponse

import type { StartModelPackagingJobResponse } from "https://aws-api.deno.dev/v0.3/services/lookoutvision.ts?docs=full";
interface StartModelPackagingJobResponse {
JobName?: string | null;
}

§Properties

§
JobName?: string | null
[src]

The job name for the model packaging job. If you don't supply a job name in the JobName input parameter, the service creates a job name for you.