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.
NO_IMPROVEMENT
value: 6 The model training finished successfully but metrics did not improve.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-30 UTC."],[],[]]