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

ListModelsOutput

import type { ListModelsOutput } from "https://aws-api.deno.dev/v0.3/services/sagemaker.ts?docs=full";
interface ListModelsOutput {
Models: ModelSummary[];
NextToken?: string | null;
}

§Properties

§

An array of ModelSummary objects, each of which lists a model.

§
NextToken?: string | null
[src]

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