Retail V2 API - Module Google::Cloud::Retail::V2::Model::PeriodicTuningState (v2.8.1)
Stay organized with collections
Save and categorize content based on your preferences.
Reference documentation and code samples for the Retail V2 API module Google::Cloud::Retail::V2::Model::PeriodicTuningState.
Describes whether periodic tuning is enabled for this model
or not. Periodic tuning is scheduled at most every three months. You can
start a tuning process manually by using the TuneModel
method, which starts a tuning process immediately and resets the quarterly
schedule. Enabling or disabling periodic tuning does not affect any
current tuning processes.
Constants
PERIODIC_TUNING_STATE_UNSPECIFIED
value: 0 Unspecified default value, should never be explicitly set.
PERIODIC_TUNING_DISABLED
value: 1 The model has periodic tuning disabled. Tuning
can be reenabled by calling the EnableModelPeriodicTuning
method or by calling the TuneModel method.
ALL_TUNING_DISABLED
value: 3 The model cannot be tuned with periodic tuning OR the
TuneModel method. Hide the options in customer UI and
reject any requests through the backend self serve API.
PERIODIC_TUNING_ENABLED
value: 2 The model has periodic tuning enabled. Tuning
can be disabled by calling the DisableModelPeriodicTuning
method.
[[["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 2026-04-03 UTC."],[],[]]