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).
Generated from protobuf field repeated .google.cloud.retail.v2.PredictResponse.PredictionResult results = 1;
Google\Protobuf\Internal\RepeatedField
setResults
A list of recommended products. The order represents the ranking (from the most relevant product to the least).
Generated from protobuf field repeated .google.cloud.retail.v2.PredictResponse.PredictionResult results = 1;
$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.
Generated from protobuf field string attribution_token = 2;
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.
Generated from protobuf field string attribution_token = 2;
var
string
$this
getMissingIds
IDs of products in the request that were missing from the inventory.
Generated from protobuf field repeated string missing_ids = 3;
Google\Protobuf\Internal\RepeatedField
setMissingIds
IDs of products in the request that were missing from the inventory.
Generated from protobuf field repeated string missing_ids = 3;
var
string[]
$this
getValidateOnly
True if the validateOnly property was set in the request.
Generated from protobuf field bool validate_only = 4;
bool
setValidateOnly
True if the validateOnly property was set in the request.
Generated from protobuf field bool validate_only = 4;
var
bool
$this