Reference documentation and code samples for the Google Cloud Ces V1 Client class InterpolationType.
The interpolation type to be applied. Default will be linear (Piecewise Linear).
Protobuf type google.cloud.ces.v1.DataStoreTool.BoostSpec.ConditionBoostSpec.BoostControlSpec.InterpolationType
Namespace
Google \ Cloud \ Ces \ V1 \ DataStoreTool \ BoostSpec \ ConditionBoostSpec \ BoostControlSpecMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
INTERPOLATION_TYPE_UNSPECIFIED
Value: 0Interpolation type is unspecified. In this case, it defaults to Linear.
Generated from protobuf enum INTERPOLATION_TYPE_UNSPECIFIED = 0;
LINEAR
Value: 1Piecewise linear interpolation will be applied.
Generated from protobuf enum LINEAR = 1;