public sealed class PredictionResult : IMessage<PredictResponse.Types.PredictionResult>, IEquatable<PredictResponse.Types.PredictionResult>, IDeepCloneable<PredictResponse.Types.PredictionResult>, IBufferMessage, IMessage
Reference documentation and code samples for the Retail v2 API class PredictResponse.Types.PredictionResult.
PredictionResult represents the recommendation prediction results.
Implements
IMessage<PredictResponse.Types.PredictionResult>, IEquatable<PredictResponse.Types.PredictionResult>, IDeepCloneable<PredictResponse.Types.PredictionResult>, IBufferMessage, IMessageNamespace
Google.Cloud.Retail.V2Assembly
Google.Cloud.Retail.V2.dll
Constructors
PredictionResult()
public PredictionResult()
PredictionResult(PredictResponse.Types.PredictionResult)
public PredictionResult(PredictResponse.Types.PredictionResult other)
Parameter | |
---|---|
Name | Description |
other | PredictResponse.Types.PredictionResult |
Properties
Id
public string Id { get; set; }
ID of the recommended product
Property Value | |
---|---|
Type | Description |
System.String |
Metadata
public MapField<string, Value> Metadata { get; }
Additional product metadata / annotations.
Possible values:
product
: JSON representation of the product. Is set ifreturnProduct
is set to true inPredictRequest.params
.score
: Prediction score in double value. Is set ifreturnScore
is set to true inPredictRequest.params
.
Property Value | |
---|---|
Type | Description |
MapField<System.String, Value> |