Module: Google::Cloud::DiscoveryEngine::V1::CustomTuningModel::ModelState

Defined in:
proto_docs/google/cloud/discoveryengine/v1/custom_tuning_model.rb

Overview

The state of the model.

Constant Summary collapse

MODEL_STATE_UNSPECIFIED =

Default value.

0
TRAINING_PAUSED =

The model is in a paused training state.

1
TRAINING =

The model is currently training.

2
TRAINING_COMPLETE =

The model has successfully completed training.

3
READY_FOR_SERVING =

The model is ready for serving.

4
TRAINING_FAILED =

The model training failed.

5
NO_IMPROVEMENT =

The model training finished successfully but metrics did not improve.

6
INPUT_VALIDATION_FAILED =

Input data validation failed. Model training didn't start.

7