Google Cloud Retail V2 Client - Class PredictionResult (1.3.1)

Reference documentation and code samples for the Google Cloud Retail V2 Client class PredictionResult.

PredictionResult represents the recommendation prediction results.

Generated from protobuf message google.cloud.retail.v2.PredictResponse.PredictionResult

Namespace

Google \ Cloud \ Retail \ V2 \ PredictResponse

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ id string

ID of the recommended product

↳ metadata array|Google\Protobuf\Internal\MapField

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.

getId

ID of the recommended product

Returns
TypeDescription
string

setId

ID of the recommended product

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getMetadata

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.
Returns
TypeDescription
Google\Protobuf\Internal\MapField

setMetadata

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.
Parameter
NameDescription
var array|Google\Protobuf\Internal\MapField
Returns
TypeDescription
$this