Reference documentation and code samples for the Recommendations AI V1beta1 API class Google::Cloud::RecommendationEngine::V1beta1::PredictResponse::PredictionResult.
PredictionResult represents the recommendation prediction results.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#id
def id() -> ::String
Returns
- (::String) — ID of the recommended catalog item
#id=
def id=(value) -> ::String
Parameter
- value (::String) — ID of the recommended catalog item
Returns
- (::String) — ID of the recommended catalog item
#item_metadata
def item_metadata() -> ::Google::Protobuf::Map{::String => ::Google::Protobuf::Value}
Returns
-
(::Google::Protobuf::Map{::String => ::Google::Protobuf::Value}) —
Additional item metadata / annotations.
Possible values:
catalogItem
: JSON representation of the catalogItem. Will be set ifreturnCatalogItem
is set to true inPredictRequest.params
.score
: Prediction score in double value. Will be set ifreturnItemScore
is set to true inPredictRequest.params
.
#item_metadata=
def item_metadata=(value) -> ::Google::Protobuf::Map{::String => ::Google::Protobuf::Value}
Parameter
-
value (::Google::Protobuf::Map{::String => ::Google::Protobuf::Value}) —
Additional item metadata / annotations.
Possible values:
catalogItem
: JSON representation of the catalogItem. Will be set ifreturnCatalogItem
is set to true inPredictRequest.params
.score
: Prediction score in double value. Will be set ifreturnItemScore
is set to true inPredictRequest.params
.
Returns
-
(::Google::Protobuf::Map{::String => ::Google::Protobuf::Value}) —
Additional item metadata / annotations.
Possible values:
catalogItem
: JSON representation of the catalogItem. Will be set ifreturnCatalogItem
is set to true inPredictRequest.params
.score
: Prediction score in double value. Will be set ifreturnItemScore
is set to true inPredictRequest.params
.