Module: Google::Cloud::DiscoveryEngine::V1::Control::BoostAction::InterpolationBoostSpec::InterpolationType
- Defined in:
- proto_docs/google/cloud/discoveryengine/v1/control.rb
Overview
The interpolation type to be applied. Default will be linear (Piecewise Linear).
Constant Summary collapse
- INTERPOLATION_TYPE_UNSPECIFIED =
Interpolation type is unspecified. In this case, it defaults to Linear.
0- LINEAR =
Piecewise linear interpolation will be applied.
1