ModelPeriodicTuningState

enum ModelPeriodicTuningState : Enum<ModelPeriodicTuningState> , ConvertibleToJava<ModelPeriodicTuningState>

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

Link copied to clipboard

Unspecified default value, should never be explicitly set.

Link copied to clipboard

The model has periodic tuning disabled. Tuning can be reenabled by calling the EnableModelPeriodicTuning method or by calling the TuneModel method.

Link copied to clipboard

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.

Link copied to clipboard

The model has periodic tuning enabled. Tuning can be disabled by calling the DisableModelPeriodicTuning method.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): ModelPeriodicTuningState
Link copied to clipboard

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.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: ModelPeriodicTuningState
Link copied to clipboard
Link copied to clipboard