GoogleCloudRecommendationengineV1beta1CatalogItem class
CatalogItem captures all metadata information of items to be recommended.
Constructors
-
GoogleCloudRecommendationengineV1beta1CatalogItem({List<
GoogleCloudRecommendationengineV1beta1CatalogItemCategoryHierarchy> ? categoryHierarchies, String? description, String? id, GoogleCloudRecommendationengineV1beta1FeatureMap? itemAttributes, String? itemGroupId, String? languageCode, GoogleCloudRecommendationengineV1beta1ProductCatalogItem? productMetadata, List<String> ? tags, String? title}) - GoogleCloudRecommendationengineV1beta1CatalogItem.fromJson(Map _json)
Properties
-
categoryHierarchies
↔ List<
GoogleCloudRecommendationengineV1beta1CatalogItemCategoryHierarchy> ? -
Catalog item categories.
getter/setter pair
- description ↔ String?
-
Catalog item description.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
Catalog item identifier.
getter/setter pair
- itemAttributes ↔ GoogleCloudRecommendationengineV1beta1FeatureMap?
-
Highly encouraged.
getter/setter pair
- itemGroupId ↔ String?
-
Variant group identifier for prediction results.
getter/setter pair
- languageCode ↔ String?
-
The model automatically detects the text language.
getter/setter pair
- productMetadata ↔ GoogleCloudRecommendationengineV1beta1ProductCatalogItem?
-
Metadata specific to retail products.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
Filtering tags associated with the catalog item.
getter/setter pair
- title ↔ String?
-
Catalog item title.
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