GoogleCloudRecommenderV1RecommenderConfig class

Configuration for a Recommender.

Constructors

GoogleCloudRecommenderV1RecommenderConfig({Map<String, String>? annotations, String? displayName, String? etag, String? name, GoogleCloudRecommenderV1RecommenderGenerationConfig? recommenderGenerationConfig, String? revisionId, String? updateTime})
GoogleCloudRecommenderV1RecommenderConfig.fromJson(Map json_)

Properties

annotations Map<String, String>?
Allows clients to store small amounts of arbitrary data.
getter/setter pair
displayName String?
A user-settable field to provide a human-readable name to be used in user interfaces.
getter/setter pair
etag String?
Fingerprint of the RecommenderConfig.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
Name of recommender config.
getter/setter pair
recommenderGenerationConfig GoogleCloudRecommenderV1RecommenderGenerationConfig?
RecommenderGenerationConfig which configures the Generation of recommendations for this recommender.
getter/setter pair
revisionId String?
The revision ID of the config.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updateTime String?
Last time when the config was updated.
getter/setter pair

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