Class GoogleCloudRetailV2alphaPredictResponse
Response message for predict method.
Implements
Inherited Members
Namespace: Google.Apis.CloudRetail.v2alpha.Data
Assembly: Google.Apis.CloudRetail.v2alpha.dll
Syntax
public class GoogleCloudRetailV2alphaPredictResponse : IDirectResponseSchema
Properties
AttributionToken
A unique attribution token. This should be included in the UserEvent logs resulting from this recommendation, which enables accurate attribution of recommendation model performance.
Declaration
[JsonProperty("attributionToken")]
public virtual string AttributionToken { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MissingIds
IDs of products in the request that were missing from the inventory.
Declaration
[JsonProperty("missingIds")]
public virtual IList<string> MissingIds { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Results
A list of recommended products. The order represents the ranking (from the most relevant product to the least).
Declaration
[JsonProperty("results")]
public virtual IList<GoogleCloudRetailV2alphaPredictResponsePredictionResult> Results { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleCloudRetailV2alphaPredictResponsePredictionResult> |
ValidateOnly
True if the validateOnly property was set in the request.
Declaration
[JsonProperty("validateOnly")]
public virtual bool? ValidateOnly { get; set; }
Property Value
Type | Description |
---|---|
bool? |