AQIT 0.1.0
Loading...
Searching...
No Matches
aquin.compute.model_runtime.ModelPhase Class Reference
Inheritance diagram for aquin.compute.model_runtime.ModelPhase:
Collaboration diagram for aquin.compute.model_runtime.ModelPhase:

Static Public Attributes

str IDLE = "idle"
str LOADING = "loading"
str READY = "ready"
str UNLOADING = "unloading"
str ERROR = "error"

Detailed Description

Definition at line 38 of file model_runtime.py.

Member Data Documentation

◆ ERROR

str aquin.compute.model_runtime.ModelPhase.ERROR = "error"
static

Definition at line 43 of file model_runtime.py.

◆ IDLE

str aquin.compute.model_runtime.ModelPhase.IDLE = "idle"
static

Definition at line 39 of file model_runtime.py.

◆ LOADING

str aquin.compute.model_runtime.ModelPhase.LOADING = "loading"
static

Definition at line 40 of file model_runtime.py.

◆ READY

str aquin.compute.model_runtime.ModelPhase.READY = "ready"
static

Definition at line 41 of file model_runtime.py.

◆ UNLOADING

str aquin.compute.model_runtime.ModelPhase.UNLOADING = "unloading"
static

Definition at line 42 of file model_runtime.py.


The documentation for this class was generated from the following file: