Retail is being renamed to Vertex AI Search for retail. We are in the process of updating content to reflect the new branding.
Send feedback
PredictResponse
Stay organized with collections
Save and categorize content based on your preferences.
Response message for predict method.
JSON representation
{
"results" : [
{
object (PredictionResult
)
}
] ,
"attributionToken" : string ,
"missingIds" : [
string
] ,
"validateOnly" : boolean
}
Fields
results[]
object (PredictionResult
)
A list of recommended products. The order represents the ranking (from the most relevant product to the least).
attributionToken
string
A unique attribution token. This should be included in the UserEvent
logs resulting from this recommendation, which enables accurate attribution of recommendation model performance.
missingIds[]
string
IDs of products in the request that were missing from the inventory.
validateOnly
boolean
True if the validateOnly property was set in the request.
PredictionResult
PredictionResult represents the recommendation prediction results.
JSON representation
{
"id" : string ,
"metadata" : {
string : value ,
...
}
}
Fields
id
string
ID of the recommended product
metadata
map (key: string, value: value (Value
format))
Additional product metadata / annotations.
Possible values:
product
: JSON representation of the product. Is set if returnProduct
is set to true in PredictRequest.params
.
score
: Prediction score in double value. Is set if returnScore
is set to true in PredictRequest.params
.
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-07-10 UTC.
[{
"type": "thumb-down",
"id": "hardToUnderstand",
"label":"Hard to understand"
},{
"type": "thumb-down",
"id": "incorrectInformationOrSampleCode",
"label":"Incorrect information or sample code"
},{
"type": "thumb-down",
"id": "missingTheInformationSamplesINeed",
"label":"Missing the information/samples I need"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
Need to tell us more?
{
"lastModified": "Last updated 2024-07-10 UTC.",
"confidential": False
}