Class GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfigOptimizationObjectiveConfig
Custom threshold for cvr optimization_objective.
Inheritance
GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfigOptimizationObjectiveConfig
Implements
Inherited Members
Namespace: Google.Apis.DiscoveryEngine.v1alpha.Data
Assembly: Google.Apis.DiscoveryEngine.v1alpha.dll
Syntax
public class GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfigOptimizationObjectiveConfig : 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? |