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

GetExternalModelsRequest

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

§Properties

§
maxResults?: number | null
[src]

The maximum number of objects to return for the request.

§
modelEndpoint?: string | null
[src]

The Amazon SageMaker model endpoint.

§
nextToken?: string | null
[src]

The next page token for the request.