public enum Control.BoostAction.InterpolationBoostSpec.InterpolationType extends Enum<Control.BoostAction.InterpolationBoostSpec.InterpolationType> implements ProtocolMessageEnum
The interpolation type to be applied. Default will be linear (Piecewise Linear).
Protobuf enum
google.cloud.discoveryengine.v1.Control.BoostAction.InterpolationBoostSpec.InterpolationType
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
INTERPOLATION_TYPE_UNSPECIFIED |
Interpolation type is unspecified. In this case, it defaults to Linear. |
INTERPOLATION_TYPE_UNSPECIFIED_VALUE |
Interpolation type is unspecified. In this case, it defaults to Linear. |
LINEAR |
Piecewise linear interpolation will be applied. |
LINEAR_VALUE |
Piecewise linear interpolation will be applied. |
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() |