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

DescribeEvaluationsInput

import type { DescribeEvaluationsInput } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/machinelearning.ts";
interface DescribeEvaluationsInput {
EQ?: string | null;
FilterVariable?: EvaluationFilterVariable | null;
GE?: string | null;
GT?: string | null;
LE?: string | null;
Limit?: number | null;
LT?: string | null;
NE?: string | null;
NextToken?: string | null;
Prefix?: string | null;
SortOrder?: SortOrder | null;
}

§Properties

§
EQ?: string | null
[src]
§
FilterVariable?: EvaluationFilterVariable | null
[src]
§
GE?: string | null
[src]
§
GT?: string | null
[src]
§
LE?: string | null
[src]
§
Limit?: number | null
[src]
§
LT?: string | null
[src]
§
NE?: string | null
[src]
§
NextToken?: string | null
[src]
§
Prefix?: string | null
[src]
§
SortOrder?: SortOrder | null
[src]