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

InferenceExecutionStatus

import type { InferenceExecutionStatus } from "https://aws-api.deno.dev/v0.4/services/lookoutequipment.ts?docs=full";
type InferenceExecutionStatus =
| "IN_PROGRESS"
| "SUCCESS"
| "FAILED"

§Type

§
"IN_PROGRESS" | "SUCCESS" | "FAILED" | cmnP.UnexpectedEnumValue
[src]