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

ModelVersionStatus

import type { ModelVersionStatus } from "https://aws-api.deno.dev/v0.4/services/frauddetector.ts?docs=full";
type ModelVersionStatus =
| "ACTIVE"
| "INACTIVE"
| "TRAINING_CANCELLED"

§Type

§
"ACTIVE" | "INACTIVE" | "TRAINING_CANCELLED" | cmnP.UnexpectedEnumValue
[src]