Represents the unloaded model status.
ModelStatusUnloaded
const unloadedStatus: ModelStatusUnloaded = { value: "unloaded"}; Copy
const unloadedStatus: ModelStatusUnloaded = { value: "unloaded"};
The status value indicating the model is unloaded.
Represents the unloaded model status.
ModelStatusUnloaded
Example