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

GetModelsRequest

import type { GetModelsRequest } from "https://aws-api.deno.dev/v0.3/services/frauddetector.ts?docs=full";
interface GetModelsRequest {
maxResults?: number | null;
modelId?: string | null;
modelType?: ModelTypeEnum | null;
nextToken?: string | null;
}

§Properties

§
maxResults?: number | null
[src]

The maximum number of objects to return for the request.

§
modelId?: string | null
[src]

The model ID.

§
modelType?: ModelTypeEnum | null
[src]

The model type.

§
nextToken?: string | null
[src]

The next token for the subsequent request.