Module: Google::Cloud::DiscoveryEngine::V1beta::SearchRequest::BoostSpec::ConditionBoostSpec::BoostControlSpec::InterpolationType

Defined in:
proto_docs/google/cloud/discoveryengine/v1beta/search_service.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