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
§
FilterVariable?: EvaluationFilterVariable | null
[src]