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

DescribeModelPackagingJobRequest

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

§Properties

§
JobName: string
[src]

The job name for the model packaging job.

§
ProjectName: string
[src]

The name of the project that contains the model packaging job that you want to describe.