DescribeMLModelsInput
import type { DescribeMLModelsInput } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/machinelearning.ts";interface DescribeMLModelsInput {
EQ?: string | null;
FilterVariable?: MLModelFilterVariable | 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?: MLModelFilterVariable | null
[src]