Google Cloud Discovery Engine V1 Client - Class OptimizationObjectiveConfig (1.6.0)

Reference documentation and code samples for the Google Cloud Discovery Engine V1 Client class OptimizationObjectiveConfig.

Custom threshold for cvr optimization_objective.

Generated from protobuf message google.cloud.discoveryengine.v1.Engine.MediaRecommendationEngineConfig.OptimizationObjectiveConfig

Namespace

Google \ Cloud \ DiscoveryEngine \ V1 \ Engine \ MediaRecommendationEngineConfig

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ target_field string

Required. The name of the field to target. Currently supported values: watch-percentage, watch-time.

↳ target_field_value_float float

Required. The threshold to be applied to the target (e.g., 0.5).

getTargetField

Required. The name of the field to target. Currently supported values: watch-percentage, watch-time.

Returns
Type Description
string

setTargetField

Required. The name of the field to target. Currently supported values: watch-percentage, watch-time.

Parameter
Name Description
var string
Returns
Type Description
$this

getTargetFieldValueFloat

Required. The threshold to be applied to the target (e.g., 0.5).

Returns
Type Description
float

setTargetFieldValueFloat

Required. The threshold to be applied to the target (e.g., 0.5).

Parameter
Name Description
var float
Returns
Type Description
$this