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

DescribeEvaluationsOutput

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

Represents the query results from a DescribeEvaluations operation. The content is essentially a list of Evaluation.

interface DescribeEvaluationsOutput {
NextToken?: string | null;
Results?: Evaluation[] | 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?: Evaluation[] | null
[src]

A list of Evaluation that meet the search criteria.