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

EntityStatus

import type { EntityStatus } from "https://aws-api.deno.dev/v0.3/services/machinelearning.ts?docs=full";

Object status with the following possible values:

  • PENDING
    
  • INPROGRESS
    
  • FAILED
    
  • COMPLETED
    
  • DELETED
    
type EntityStatus =
| "PENDING"
| "INPROGRESS"
| "FAILED"
| "COMPLETED"
| "DELETED"

§Type

§
"PENDING" | "INPROGRESS" | "FAILED" | "COMPLETED" | "DELETED" | cmnP.UnexpectedEnumValue
[src]