Reference documentation and code samples for the Retail v2 API enum Model.Types.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.
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.
PeriodicTuningDisabled
The model has periodic tuning disabled. Tuning
can be reenabled by calling the EnableModelPeriodicTuning
method or by calling the TuneModel method.
PeriodicTuningEnabled
The model has periodic tuning enabled. Tuning
can be disabled by calling the DisableModelPeriodicTuning
method.
Unspecified
Unspecified default value, should never be explicitly set.
[[["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 2025-03-21 UTC."],[[["The latest version of the `PeriodicTuningState` documentation is 2.12.0, and the page covers versions ranging from 1.0.0 to 2.12.0."],["`PeriodicTuningState` is an enum within the Google.Cloud.Retail.V2 API used to manage whether periodic tuning is enabled for a specific model, and is located in the `Google.Cloud.Retail.V2.Model.Types` namespace."],["There are four fields within the `PeriodicTuningState` enum: `AllTuningDisabled`, `PeriodicTuningDisabled`, `PeriodicTuningEnabled`, and `Unspecified`, each with a specific function in determining if a model is tunable."],["Periodic tuning is scheduled at most every three months, but a manual tuning process can be started immediately using the `TuneModel` method, which will also reset the schedule."],["The state of the periodic tuning can be altered using `EnableModelPeriodicTuning` and `DisableModelPeriodicTuning` methods."]]],[]]