ModelState(value)The state of the model.
Enums |
|
|---|---|
| Name | Description |
MODEL_STATE_UNSPECIFIED |
Default value. |
TRAINING_PAUSED |
The model is in a paused training state. |
TRAINING |
The model is currently training. |
TRAINING_COMPLETE |
The model has successfully completed training. |
READY_FOR_SERVING |
The model is ready for serving. |
TRAINING_FAILED |
The model training failed. |
NO_IMPROVEMENT |
The model training finished successfully but metrics did not improve. |
INPUT_VALIDATION_FAILED |
Input data validation failed. Model training didn't start. |