Discovery Engine v1 API - Class Control.Types.BoostAction.Types.InterpolationBoostSpec (1.7.0)

public sealed class Control.Types.BoostAction.Types.InterpolationBoostSpec : IMessage<Control.Types.BoostAction.Types.InterpolationBoostSpec>, IEquatable<Control.Types.BoostAction.Types.InterpolationBoostSpec>, IDeepCloneable<Control.Types.BoostAction.Types.InterpolationBoostSpec>, IBufferMessage, IMessage

Reference documentation and code samples for the Discovery Engine v1 API class Control.Types.BoostAction.Types.InterpolationBoostSpec.

Specification for custom ranking based on customer specified attribute value. It provides more controls for customized ranking than the simple (condition, boost) combination above.

Inheritance

object > Control.Types.BoostAction.Types.InterpolationBoostSpec

Namespace

Google.Cloud.DiscoveryEngine.V1

Assembly

Google.Cloud.DiscoveryEngine.V1.dll

Constructors

InterpolationBoostSpec()

public InterpolationBoostSpec()

InterpolationBoostSpec(InterpolationBoostSpec)

public InterpolationBoostSpec(Control.Types.BoostAction.Types.InterpolationBoostSpec other)
Parameter
Name Description
other ControlTypesBoostActionTypesInterpolationBoostSpec

Properties

AttributeType

public Control.Types.BoostAction.Types.InterpolationBoostSpec.Types.AttributeType AttributeType { get; set; }

Optional. The attribute type to be used to determine the boost amount. The attribute value can be derived from the field value of the specified field_name. In the case of numerical it is straightforward i.e. attribute_value = numerical_field_value. In the case of freshness however, attribute_value = (time.now() - datetime_field_value).

Property Value
Type Description
ControlTypesBoostActionTypesInterpolationBoostSpecTypesAttributeType

ControlPoints

public RepeatedField<Control.Types.BoostAction.Types.InterpolationBoostSpec.Types.ControlPoint> ControlPoints { get; }

Optional. The control points used to define the curve. The monotonic function (defined through the interpolation_type above) passes through the control points listed here.

Property Value
Type Description
RepeatedFieldControlTypesBoostActionTypesInterpolationBoostSpecTypesControlPoint

FieldName

public string FieldName { get; set; }

Optional. The name of the field whose value will be used to determine the boost amount.

Property Value
Type Description
string

InterpolationType

public Control.Types.BoostAction.Types.InterpolationBoostSpec.Types.InterpolationType InterpolationType { get; set; }

Optional. The interpolation type to be applied to connect the control points listed below.

Property Value
Type Description
ControlTypesBoostActionTypesInterpolationBoostSpecTypesInterpolationType