Google Cloud Discovery Engine V1beta Client - Class InterpolationType (0.11.2)

Reference documentation and code samples for the Google Cloud Discovery Engine V1beta Client class InterpolationType.

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

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

Namespace

Google \ Cloud \ DiscoveryEngine \ V1beta \ SearchRequest \ BoostSpec \ ConditionBoostSpec \ BoostControlSpec

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

INTERPOLATION_TYPE_UNSPECIFIED

Value: 0

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

Generated from protobuf enum INTERPOLATION_TYPE_UNSPECIFIED = 0;

LINEAR

Value: 1

Piecewise linear interpolation will be applied.

Generated from protobuf enum LINEAR = 1;