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.
ALL_TUNING_DISABLED = 3;
ALL_TUNING_DISABLED_VALUE
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.
ALL_TUNING_DISABLED = 3;
PERIODIC_TUNING_DISABLED
The model has periodic tuning disabled. Tuning
can be reenabled by calling the EnableModelPeriodicTuning
method or by calling the TuneModel method.
PERIODIC_TUNING_DISABLED = 1;
PERIODIC_TUNING_DISABLED_VALUE
The model has periodic tuning disabled. Tuning
can be reenabled by calling the EnableModelPeriodicTuning
method or by calling the TuneModel method.
PERIODIC_TUNING_DISABLED = 1;
PERIODIC_TUNING_ENABLED
The model has periodic tuning enabled. Tuning
can be disabled by calling the DisableModelPeriodicTuning
method.
PERIODIC_TUNING_ENABLED = 2;
PERIODIC_TUNING_ENABLED_VALUE
The model has periodic tuning enabled. Tuning
can be disabled by calling the DisableModelPeriodicTuning
method.
PERIODIC_TUNING_ENABLED = 2;
PERIODIC_TUNING_STATE_UNSPECIFIED
Unspecified default value, should never be explicitly set.
PERIODIC_TUNING_STATE_UNSPECIFIED = 0;
PERIODIC_TUNING_STATE_UNSPECIFIED_VALUE
Unspecified default value, should never be explicitly set.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-03-14 UTC."],[],[]]