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

DescribeMLModelsOutput

import type { DescribeMLModelsOutput } from "https://aws-api.deno.dev/v0.3/services/machinelearning.ts?docs=full";

Represents the output of a DescribeMLModels operation. The content is essentially a list of MLModel.

interface DescribeMLModelsOutput {
NextToken?: string | null;
Results?: MLModel[] | null;
}

§Properties

§
NextToken?: string | null
[src]

The ID of the next page in the paginated results that indicates at least one more page follows.

§
Results?: MLModel[] | null
[src]

A list of MLModel that meet the search criteria.