Class GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfigOptimizationObjectiveConfig
Custom threshold for cvr
optimization_objective.
Inheritance
GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfigOptimizationObjectiveConfig
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1beta.Data
Assembly: Google.Apis.DiscoveryEngine.v1beta.dll
Syntax
public class GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfigOptimizationObjectiveConfig : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
TargetField
Required. The name of the field to target. Currently supported values: watch-percentage
, watch-time
.
Declaration
[JsonProperty("targetField")]
public virtual string TargetField { get; set; }
Property Value
Type | Description |
---|---|
string |
TargetFieldValueFloat
Required. The threshold to be applied to the target (e.g., 0.5).
Declaration
[JsonProperty("targetFieldValueFloat")]
public virtual float? TargetFieldValueFloat { get; set; }
Property Value
Type | Description |
---|---|
float? |