Model Periodic Tuning State
Optional. The state of periodic tuning. The period we use is 3 months - to do a one-off tune earlier use the TuneModel
method. Default value is PERIODIC_TUNING_ENABLED
.
Entries
Unspecified default value, should never be explicitly set.
The model has periodic tuning disabled. Tuning can be reenabled by calling the EnableModelPeriodicTuning
method or by calling the TuneModel
method.
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.
The model has periodic tuning enabled. Tuning can be disabled by calling the DisableModelPeriodicTuning
method.
Types
Functions
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Returns an array containing the constants of this enum type, in the order they're declared.