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

ListModelsRequest

import type { ListModelsRequest } from "https://aws-api.deno.dev/v0.4/services/lookoutequipment.ts?docs=full";
interface ListModelsRequest {
DatasetNameBeginsWith?: string | null;
MaxResults?: number | null;
ModelNameBeginsWith?: string | null;
NextToken?: string | null;
Status?: ModelStatus | null;
}

§Properties

§
DatasetNameBeginsWith?: string | null
[src]

The beginning of the name of the dataset of the ML models to be listed.

§
MaxResults?: number | null
[src]

Specifies the maximum number of ML models to list.

§
ModelNameBeginsWith?: string | null
[src]

The beginning of the name of the ML models being listed.

§
NextToken?: string | null
[src]

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

§
Status?: ModelStatus | null
[src]

The status of the ML model.