class Google::Apis::DiscoveryengineV1::GoogleCloudDiscoveryengineV1betaSearchRequestBoostSpecConditionBoostSpecBoostControlSpec
boost) combination above.
It provides more controls for customized ranking than the simple (condition,
Specification for custom ranking based on customer specified attribute value.
def initialize(**args)
def initialize(**args) update!(**args) end
def update!(**args)
def update!(**args) @attribute_type = args[:attribute_type] if args.key?(:attribute_type) @control_points = args[:control_points] if args.key?(:control_points) @field_name = args[:field_name] if args.key?(:field_name) @interpolation_type = args[:interpolation_type] if args.key?(:interpolation_type) end