Package-level declarations

Types

Link copied to clipboard
data class GetCatalogItemResult(val categoryHierarchies: List<GoogleCloudRecommendationengineV1beta1CatalogItemCategoryHierarchyResponse>, val description: String, val itemAttributes: GoogleCloudRecommendationengineV1beta1FeatureMapResponse, val itemGroupId: String, val languageCode: String, val productMetadata: GoogleCloudRecommendationengineV1beta1ProductCatalogItemResponse, val tags: List<String>, val title: String)

Category represents catalog item category hierarchy.

data class GoogleCloudRecommendationengineV1beta1FeatureMapResponse(val categoricalFeatures: Map<String, String>, val numericalFeatures: Map<String, String>)

FeatureMap represents extra features that customers want to include in the recommendation model for catalogs/user events as categorical/numerical features.

data class GoogleCloudRecommendationengineV1beta1ImageResponse(val height: Int, val uri: String, val width: Int)

Catalog item thumbnail/detail image.

Product price range when there are a range of prices for different variations of the same product.

ProductCatalogItem captures item metadata specific to retail products.