DeploymentStatusModel: {
    status:
        | "RUNNING"
        | "SUCCEEDED"
        | "USER_ERROR"
        | "RUNTIME_ERROR"
        | "EXTERNAL_ERROR"
        | "ABORTING"
        | "ABORTED";
}

Type declaration

  • status:
        | "RUNNING"
        | "SUCCEEDED"
        | "USER_ERROR"
        | "RUNTIME_ERROR"
        | "EXTERNAL_ERROR"
        | "ABORTING"
        | "ABORTED"