Discovery Engine V1 API - Module Google::Cloud::DiscoveryEngine::V1::CustomTuningModel::ModelState (v1.1.0)

Reference documentation and code samples for the Discovery Engine V1 API module Google::Cloud::DiscoveryEngine::V1::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.

NO_IMPROVEMENT

value: 6
The model training finished successfully but metrics did not improve.

INPUT_VALIDATION_FAILED

value: 7
Input data validation failed. Model training didn't start.