Module: Google::Cloud::DiscoveryEngine::V1::Engine::MediaRecommendationEngineConfig::TrainingState
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/engine.rb
Overview
The training state of the engine.
Constant Summary collapse
- TRAINING_STATE_UNSPECIFIED =
Unspecified training state.
0
- PAUSED =
The engine training is paused.
1
- TRAINING =
The engine is training.
2