Show / Hide Table of Contents

Class GoogleCloudRetailV2alphaModelPageOptimizationConfig

The PageOptimizationConfig for model training. This determines how many panels to optimize for, and which serving configs to consider for each panel. The purpose of this model is to optimize which ServingConfig to show on which panels in way that optimizes the visitors shopping journey.

Inheritance
object
GoogleCloudRetailV2alphaModelPageOptimizationConfig
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.CloudRetail.v2.Data
Assembly: Google.Apis.CloudRetail.v2.dll
Syntax
public class GoogleCloudRetailV2alphaModelPageOptimizationConfig : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

PageOptimizationEventType

Required. The type of UserEvent this page optimization is shown for. Each page has an associated event type

  • this will be the corresponding event type for the page that the page optimization model is used on. Supported types: * add-to-cart: Products being added to cart. * detail-page-view: Products detail page viewed. * home-page-view: Homepage viewed * category-page-view: Homepage viewed * shopping-cart-page-view: User viewing a shopping cart. home-page-view only allows models with type recommended-for-you. All other page_optimization_event_type allow all Model.types.
Declaration
[JsonProperty("pageOptimizationEventType")]
public virtual string PageOptimizationEventType { get; set; }
Property Value
Type Description
string

Panels

Required. A list of panel configurations. Limit = 5.

Declaration
[JsonProperty("panels")]
public virtual IList<GoogleCloudRetailV2alphaModelPageOptimizationConfigPanel> Panels { get; set; }
Property Value
Type Description
IList<GoogleCloudRetailV2alphaModelPageOptimizationConfigPanel>

Restriction

Optional. How to restrict results across panels e.g. can the same ServingConfig be shown on multiple panels at once. If unspecified, default to UNIQUE_MODEL_RESTRICTION.

Declaration
[JsonProperty("restriction")]
public virtual string Restriction { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX