Reference documentation and code samples for the Google Cloud Discovery Engine V1beta Client class ModelState.
The state of the model.
Protobuf type google.cloud.discoveryengine.v1beta.CustomTuningModel.ModelState
Namespace
Google \ Cloud \ DiscoveryEngine \ V1beta \ CustomTuningModelMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
MODEL_STATE_UNSPECIFIED
Value: 0Default value.
Generated from protobuf enum MODEL_STATE_UNSPECIFIED = 0;
TRAINING_PAUSED
Value: 1The model is in a paused training state.
Generated from protobuf enum TRAINING_PAUSED = 1;
TRAINING
Value: 2The model is currently training.
Generated from protobuf enum TRAINING = 2;
TRAINING_COMPLETE
Value: 3The model has successfully completed training.
Generated from protobuf enum TRAINING_COMPLETE = 3;
READY_FOR_SERVING
Value: 4The model is ready for serving.
Generated from protobuf enum READY_FOR_SERVING = 4;
TRAINING_FAILED
Value: 5The model training failed.
Generated from protobuf enum TRAINING_FAILED = 5;