Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class TrainingState.
The training state of the engine.
Protobuf type google.cloud.discoveryengine.v1.Engine.MediaRecommendationEngineConfig.TrainingState
Namespace
Google \ Cloud \ DiscoveryEngine \ V1 \ Engine \ MediaRecommendationEngineConfigMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
TRAINING_STATE_UNSPECIFIED
Value: 0
Unspecified training state.
Generated from protobuf enum TRAINING_STATE_UNSPECIFIED = 0;
PAUSED
Value: 1
The engine training is paused.
Generated from protobuf enum PAUSED = 1;
TRAINING
Value: 2
The engine is training.
Generated from protobuf enum TRAINING = 2;