Type alias ModelLabRunStatus

ModelLabRunStatus: typeof PENDING | typeof RUNNING | typeof COMPLETED | typeof FAILED | typeof KILLED | typeof UNRESPONSIVE | typeof PAUSED | UnparsedObject

The status of a Model Lab run.

Generated using TypeDoc