Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 2.25 KB

PredictResults.md

File metadata and controls

20 lines (16 loc) · 2.25 KB

PredictResults

Properties

Name Type Description Notes
warnings [AnyCodable] Warnings collected with validation and Recommendations AI API issues. [optional]
products [[String: AnyCodable]] Recommendations built by Recommendations AI model. [optional]
records [[String: AnyCodable]] Recommendations built by Recommendations AI model. [optional]
modelId String Model Id used for predictions [optional]
modelName String Model Name used for predictions [optional]
modelType String Currently supported values: `recommended-for-you` `others-you-may-like`, `frequently-bought-together` `page-optimization` `similar-items`, `buy-it-again` `on-sale-items` `recently-viewed` 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. [optional]
optimizationObjective String 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 modelType 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. [optional]
filterSet String Filter set applied to the recommendation [optional]
rawFilter String RawFilter applied to the recommendation [optional]
filters [FilterParameter] Filters applied to the recommendation [optional]
metadata AnyCodable [optional]

[Back to Model list] [Back to API list] [Back to README]