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

ModelStatus

import type { ModelStatus } from "https://aws-api.deno.dev/v0.3/services/lookoutvision.ts?docs=full";
type ModelStatus =
| "TRAINING"
| "TRAINED"
| "TRAINING_FAILED"
| "STARTING_HOSTING"
| "HOSTED"
| "HOSTING_FAILED"
| "STOPPING_HOSTING"
| "SYSTEM_UPDATING"
| "DELETING"

§Type

§
"TRAINING" | "TRAINED" | "TRAINING_FAILED" | "STARTING_HOSTING" | "HOSTED" | "HOSTING_FAILED" | "STOPPING_HOSTING" | "SYSTEM_UPDATING" | "DELETING" | cmnP.UnexpectedEnumValue
[src]