Enum SearchRequest.BoostSpec.ConditionBoostSpec.BoostControlSpec.InterpolationType (0.38.0)

public enum SearchRequest.BoostSpec.ConditionBoostSpec.BoostControlSpec.InterpolationType extends Enum<SearchRequest.BoostSpec.ConditionBoostSpec.BoostControlSpec.InterpolationType> implements ProtocolMessageEnum

The interpolation type to be applied. Default will be linear (Piecewise Linear).

Protobuf enum google.cloud.discoveryengine.v1beta.SearchRequest.BoostSpec.ConditionBoostSpec.BoostControlSpec.InterpolationType

Implements

ProtocolMessageEnum

Static Fields

Name Description
INTERPOLATION_TYPE_UNSPECIFIED

Interpolation type is unspecified. In this case, it defaults to Linear.

INTERPOLATION_TYPE_UNSPECIFIED = 0;

INTERPOLATION_TYPE_UNSPECIFIED_VALUE

Interpolation type is unspecified. In this case, it defaults to Linear.

INTERPOLATION_TYPE_UNSPECIFIED = 0;

LINEAR

Piecewise linear interpolation will be applied.

LINEAR = 1;

LINEAR_VALUE

Piecewise linear interpolation will be applied.

LINEAR = 1;

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