Class GoogleCloudDiscoveryengineV1betaSearchRequestBoostSpecConditionBoostSpecBoostControlSpecControlPoint
The control points used to define the curve. The curve defined through these control points can only be monotonically increasing or decreasing(constant values are acceptable).
Inheritance
GoogleCloudDiscoveryengineV1betaSearchRequestBoostSpecConditionBoostSpecBoostControlSpecControlPoint
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1betaSearchRequestBoostSpecConditionBoostSpecBoostControlSpecControlPoint : IDirectResponseSchema
Properties
AttributeValue
Can be one of: 1. The numerical field value. 2. The duration spec for freshness: The value must be formatted
as an XSD dayTimeDuration
value (a restricted subset of an ISO 8601 duration value). The pattern for this
is: nDnM]
.
Declaration
[JsonProperty("attributeValue")]
public virtual string AttributeValue { get; set; }
Property Value
Type | Description |
---|---|
string |
BoostAmount
The value between -1 to 1 by which to boost the score if the attribute_value evaluates to the value specified above.
Declaration
[JsonProperty("boostAmount")]
public virtual float? BoostAmount { get; set; }
Property Value
Type | Description |
---|---|
float? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |