Reference documentation and code samples for the Google Cloud Retail V2 Client class PredictResponse.
Response message for predict method.
Generated from protobuf message google.cloud.retail.v2.PredictResponse
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ results
array< Google\Cloud\Retail\V2\PredictResponse\PredictionResult
>
A list of recommended products. The order represents the ranking (from the most relevant product to the least).
↳ attribution_token
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.
↳ missing_ids
array
IDs of products in the request that were missing from the inventory.
↳ validate_only
bool
True if the validateOnly property was set in the request.
getResults
A list of recommended products. The order represents the ranking (from the most relevant product to the least).
setResults
A list of recommended products. The order represents the ranking (from the most relevant product to the least).
$this
getAttributionToken
A unique attribution token. This should be included in the UserEvent logs resulting from this recommendation, which enables accurate attribution of recommendation model performance.
string
setAttributionToken
A unique attribution token. This should be included in the UserEvent logs resulting from this recommendation, which enables accurate attribution of recommendation model performance.
var
string
$this
getMissingIds
IDs of products in the request that were missing from the inventory.
setMissingIds
IDs of products in the request that were missing from the inventory.
var
string[]
$this
getValidateOnly
True if the validateOnly property was set in the request.
bool
setValidateOnly
True if the validateOnly property was set in the request.
var
bool
$this