Class GoogleCloudRecommendationengineV1beta1PredictResponsePredictionResult
PredictionResult represents the recommendation prediction results.
Implements
Inherited Members
Namespace: Google.Apis.RecommendationsAI.v1beta1.Data
Assembly: Google.Apis.RecommendationsAI.v1beta1.dll
Syntax
public class GoogleCloudRecommendationengineV1beta1PredictResponsePredictionResult : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
ID of the recommended catalog item
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
ItemMetadata
Additional item metadata / annotations. Possible values: * catalogItem
: JSON representation of the
catalogItem. Will be set if returnCatalogItem
is set to true in PredictRequest.params
. * score
:
Prediction score in double value. Will be set if returnItemScore
is set to true in
PredictRequest.params
.
Declaration
[JsonProperty("itemMetadata")]
public virtual IDictionary<string, object> ItemMetadata { get; set; }
Property Value
Type | Description |
---|---|
IDictionary<string, object> |