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

ListModelPackagingJobsResponse

import type { ListModelPackagingJobsResponse } from "https://aws-api.deno.dev/v0.3/services/lookoutvision.ts?docs=full";
interface ListModelPackagingJobsResponse {
ModelPackagingJobs?: ModelPackagingJobMetadata[] | null;
NextToken?: string | null;
}

§Properties

§
ModelPackagingJobs?: ModelPackagingJobMetadata[] | null
[src]

A list of the model packaging jobs created for the specified Amazon Lookout for Vision project.

§
NextToken?: string | null
[src]

If the previous response was incomplete (because there is more results to retrieve), Amazon Lookout for Vision returns a pagination token in the response. You can use this pagination token to retrieve the next set of results.