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/comprehend.ts?docs=full";
type ModelStatus =
| "SUBMITTED"
| "TRAINING"
| "DELETING"
| "STOP_REQUESTED"
| "STOPPED"
| "IN_ERROR"
| "TRAINED"

§Type

§
"SUBMITTED" | "TRAINING" | "DELETING" | "STOP_REQUESTED" | "STOPPED" | "IN_ERROR" | "TRAINED" | cmnP.UnexpectedEnumValue
[src]