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

VariantStatus

import type { VariantStatus } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
type VariantStatus =
| "Creating"
| "Updating"
| "Deleting"
| "ActivatingTraffic"
| "Baking"

§Type

§
"Creating" | "Updating" | "Deleting" | "ActivatingTraffic" | "Baking" | cmnP.UnexpectedEnumValue
[src]