Show / Hide Table of Contents

Class GoogleCloudRecommendationengineV1beta1PredictResponse

Response message for predict method.

Inheritance
object
GoogleCloudRecommendationengineV1beta1PredictResponse
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.RecommendationsAI.v1beta1.Data
Assembly: Google.Apis.RecommendationsAI.v1beta1.dll
Syntax
public class GoogleCloudRecommendationengineV1beta1PredictResponse : IDirectResponseSchema

Properties

DryRun

True if the dryRun property was set in the request.

Declaration
[JsonProperty("dryRun")]
public virtual bool? DryRun { get; set; }
Property Value
Type Description
bool?

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

ItemsMissingInCatalog

IDs of items in the request that were missing from the catalog.

Declaration
[JsonProperty("itemsMissingInCatalog")]
public virtual IList<string> ItemsMissingInCatalog { get; set; }
Property Value
Type Description
IList<string>

Metadata

Additional domain specific prediction response metadata.

Declaration
[JsonProperty("metadata")]
public virtual IDictionary<string, object> Metadata { get; set; }
Property Value
Type Description
IDictionary<string, object>

NextPageToken

If empty, the list is complete. If nonempty, the token to pass to the next request's PredictRequest.page_token.

Declaration
[JsonProperty("nextPageToken")]
public virtual string NextPageToken { get; set; }
Property Value
Type Description
string

RecommendationToken

A unique recommendation token. This should be included in the user event logs resulting from this recommendation, which enables accurate attribution of recommendation model performance.

Declaration
[JsonProperty("recommendationToken")]
public virtual string RecommendationToken { get; set; }
Property Value
Type Description
string

Results

A list of recommended items. The order represents the ranking (from the most relevant item to the least).

Declaration
[JsonProperty("results")]
public virtual IList<GoogleCloudRecommendationengineV1beta1PredictResponsePredictionResult> Results { get; set; }
Property Value
Type Description
IList<GoogleCloudRecommendationengineV1beta1PredictResponsePredictionResult>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX