optimizationObjective property
The optimization objective e.g. cvr
.
Currently supported values: ctr
, cvr
, revenue-per-order
. If not
specified, we choose default based on model type. Default depends on type
of recommendation: recommended-for-you
=> ctr
others-you-may-like
=> ctr
frequently-bought-together
=> revenue_per_order
This field
together with optimization_objective describe model metadata to use to
control model training and serving. See
https://cloud.google.com/retail/docs/models for more details on what the
model metadata control and which combination of parameters are valid. For
invalid combinations of parameters (e.g. type =
frequently-bought-together
and optimization_objective = ctr
), you
receive an error 400 if you try to create/update a recommendation with
this set of knobs.
Optional.
Implementation
core.String? optimizationObjective;