public enum DataStoreTool.BoostSpec.ConditionBoostSpec.BoostControlSpec.InterpolationType extends Enum<DataStoreTool.BoostSpec.ConditionBoostSpec.BoostControlSpec.InterpolationType> implements ProtocolMessageEnumThe interpolation type to be applied. Default will be linear (Piecewise Linear).
Protobuf enum
google.cloud.ces.v1.DataStoreTool.BoostSpec.ConditionBoostSpec.BoostControlSpec.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() |
|