Model status¶
The agent’s model can be in a specific state, depending on the progress of training.

Fig. 3 Agent model status.¶
- NEW¶
The agent has not been trained, and there is no model available.
- RESQUESTED¶
Training has been requested but has not been executed. There may be a previous trained model.
- TRAINING¶
Model training is in progress.
- DEPLOYING¶
The model has been successfully trained but is in the ‘deployment phase’ to become available for use.
- READY¶
The trained model is available for use.
- ERROR¶
There was an error in the training process. There may be a previous modelavailable for use.
- CANCELED¶
Training has been canceled.