GoogleCloudRecommenderV1RecommenderConfig class Null safety
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.
read / write
- displayName ↔ String?
-
A user-settable field to provide a human-readable name to be used in user
interfaces.
read / write
- etag ↔ String?
-
Fingerprint of the RecommenderConfig.
read / write
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- name ↔ String?
-
Name of recommender config.
read / write
- recommenderGenerationConfig ↔ GoogleCloudRecommenderV1RecommenderGenerationConfig?
-
RecommenderGenerationConfig which configures the Generation of
recommendations for this recommender.
read / write
- revisionId ↔ String?
-
The revision ID of the config.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- updateTime ↔ String?
-
Last time when the config was updated.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent 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