public enum Model.PeriodicTuningState extends Enum<Model.PeriodicTuningState> implements ProtocolMessageEnum
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.
Protobuf enum google.cloud.retail.v2alpha.Model.PeriodicTuningState
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ALL_TUNING_DISABLED |
The model cannot be tuned with periodic tuning OR the
|
ALL_TUNING_DISABLED_VALUE |
The model cannot be tuned with periodic tuning OR the
|
PERIODIC_TUNING_DISABLED |
The model has periodic tuning disabled. Tuning
can be reenabled by calling the |
PERIODIC_TUNING_DISABLED_VALUE |
The model has periodic tuning disabled. Tuning
can be reenabled by calling the |
PERIODIC_TUNING_ENABLED |
The model has periodic tuning enabled. Tuning
can be disabled by calling the |
PERIODIC_TUNING_ENABLED_VALUE |
The model has periodic tuning enabled. Tuning
can be disabled by calling the |
PERIODIC_TUNING_STATE_UNSPECIFIED |
Unspecified default value, should never be explicitly set. |
PERIODIC_TUNING_STATE_UNSPECIFIED_VALUE |
Unspecified default value, should never be explicitly set. |
UNRECOGNIZED |
Static Methods |
|
---|---|
Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
Methods |
|
---|---|
Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |