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

ListModelsResponse

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

§Properties

§
Models?: ModelMetadata[] | null
[src]

A list of model versions in the specified project.

§
NextToken?: string | null
[src]

If the response is truncated, Amazon Lookout for Vision returns this token that you can use in the subsequent request to retrieve the next set of models.