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

ListModelPackagesOutput

import type { ListModelPackagesOutput } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface ListModelPackagesOutput {
ModelPackageSummaryList: ModelPackageSummary[];
NextToken?: string | null;
}

§Properties

§
ModelPackageSummaryList: ModelPackageSummary[]
[src]

An array of ModelPackageSummary objects, each of which lists a model package.

§
NextToken?: string | null
[src]

If the response is truncated, SageMaker returns this token. To retrieve the next set of model packages, use it in the subsequent request.