public enum Model.Types.PeriodicTuningState
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.
Namespace
Google.Cloud.Retail.V2Assembly
Google.Cloud.Retail.V2.dll
Fields |
|
---|---|
Name | Description |
AllTuningDisabled |
The model cannot be tuned with periodic tuning OR the
|
PeriodicTuningDisabled |
The model has periodic tuning disabled. Tuning
can be reenabled by calling the |
PeriodicTuningEnabled |
The model has periodic tuning enabled. Tuning
can be disabled by calling the |
Unspecified |
Unspecified default value, should never be explicitly set. |