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

HumanLoopStatus

import type { HumanLoopStatus } from "https://aws-api.deno.dev/v0.4/services/augmentedairuntime.ts?docs=full";
type HumanLoopStatus =
| "InProgress"
| "Failed"
| "Completed"
| "Stopped"
| "Stopping"

§Type

§
"InProgress" | "Failed" | "Completed" | "Stopped" | "Stopping" | cmnP.UnexpectedEnumValue
[src]