Discovery Engine V1BETA API - Module Google::Cloud::DiscoveryEngine::V1beta::CustomTuningModel::ModelState (v0.12.0)

Reference documentation and code samples for the Discovery Engine V1BETA API module Google::Cloud::DiscoveryEngine::V1beta::CustomTuningModel::ModelState.

The state of the model.

Constants

MODEL_STATE_UNSPECIFIED

value: 0
Default value.

TRAINING_PAUSED

value: 1
The model is in a paused training state.

TRAINING

value: 2
The model is currently training.

TRAINING_COMPLETE

value: 3
The model has successfully completed training.

READY_FOR_SERVING

value: 4
The model is ready for serving.

TRAINING_FAILED

value: 5
The model training failed.