public enum CustomTuningModel.Types.ModelState
Reference documentation and code samples for the Discovery Engine v1 API enum CustomTuningModel.Types.ModelState.
The state of the model.
Namespace
Google.Cloud.DiscoveryEngine.V1Assembly
Google.Cloud.DiscoveryEngine.V1.dll
Fields |
|
---|---|
Name | Description |
InputValidationFailed |
Input data validation failed. Model training didn't start. |
NoImprovement |
The model training finished successfully but metrics did not improve. |
ReadyForServing |
The model is ready for serving. |
Training |
The model is currently training. |
TrainingComplete |
The model has successfully completed training. |
TrainingFailed |
The model training failed. |
TrainingPaused |
The model is in a paused training state. |
Unspecified |
Default value. |