Reference documentation and code samples for the Google Cloud Retail V2 Client class TrainingState.
The training state of the model.
Protobuf type google.cloud.retail.v2.Model.TrainingState
Namespace
Google \ Cloud \ Retail \ V2 \ ModelMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
TRAINING_STATE_UNSPECIFIED
Value: 0Unspecified training state.
Generated from protobuf enum TRAINING_STATE_UNSPECIFIED = 0;
PAUSED
Value: 1The model training is paused.
Generated from protobuf enum PAUSED = 1;
TRAINING
Value: 2The model is training.
Generated from protobuf enum TRAINING = 2;