Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class InterpolationType.
The interpolation type to be applied. Default will be linear (Piecewise Linear).
Protobuf type google.cloud.discoveryengine.v1.SearchRequest.BoostSpec.ConditionBoostSpec.BoostControlSpec.InterpolationType
Namespace
Google \ Cloud \ DiscoveryEngine \ V1 \ SearchRequest \ BoostSpec \ ConditionBoostSpec \ BoostControlSpecMethods
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;