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.4/services/lookoutequipment.ts?docs=full";
interface ListModelsResponse {
ModelSummaries?: ModelSummary[] | null;
NextToken?: string | null;
}

§Properties

§
ModelSummaries?: ModelSummary[] | null
[src]

Provides information on the specified model, including created time, model and dataset ARNs, and status.

§
NextToken?: string | null
[src]

An opaque pagination token indicating where to continue the listing of ML models.