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

MLModelFilterVariable

import type { MLModelFilterVariable } from "https://aws-api.deno.dev/v0.3/services/machinelearning.ts?docs=full";
type MLModelFilterVariable =
| "CreatedAt"
| "LastUpdatedAt"
| "Status"
| "Name"
| "IAMUser"
| "TrainingDataSourceId"
| "RealtimeEndpointStatus"
| "MLModelType"
| "Algorithm"
| "TrainingDataURI"

§Type

§
"CreatedAt" | "LastUpdatedAt" | "Status" | "Name" | "IAMUser" | "TrainingDataSourceId" | "RealtimeEndpointStatus" | "MLModelType" | "Algorithm" | "TrainingDataURI" | cmnP.UnexpectedEnumValue
[src]