GoogleCloudRecommendationengineV1beta1PredictResponse class

Response message for predict method.

Properties

dryRun bool?
True if the dryRun property was set in the request.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
itemsMissingInCatalog List<String>?
IDs of items in the request that were missing from the catalog.
getter/setter pair
metadata Map<String, Object>?
Additional domain specific prediction response metadata.
getter/setter pair
nextPageToken String?
If empty, the list is complete.
getter/setter pair
recommendationToken String?
A unique recommendation token.
getter/setter pair
results List<GoogleCloudRecommendationengineV1beta1PredictResponsePredictionResult>?
A list of recommended items.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited