Show / Hide Table of Contents

Class GoogleCloudRetailV2alphaModelPageOptimizationConfigPanel

An individual panel with a list of ServingConfigs to consider for it.

Inheritance
object
GoogleCloudRetailV2alphaModelPageOptimizationConfigPanel
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.v2beta.Data
Assembly: Google.Apis.CloudRetail.v2beta.dll
Syntax
public class GoogleCloudRetailV2alphaModelPageOptimizationConfigPanel : IDirectResponseSchema

Properties

Candidates

Required. The candidates to consider on the panel.

Declaration
[JsonProperty("candidates")]
public virtual IList<GoogleCloudRetailV2alphaModelPageOptimizationConfigCandidate> Candidates { get; set; }
Property Value
Type Description
IList<GoogleCloudRetailV2alphaModelPageOptimizationConfigCandidate>

DefaultCandidate

Required. The default candidate. If the model fails at serving time, we fall back to the default.

Declaration
[JsonProperty("defaultCandidate")]
public virtual GoogleCloudRetailV2alphaModelPageOptimizationConfigCandidate DefaultCandidate { get; set; }
Property Value
Type Description
GoogleCloudRetailV2alphaModelPageOptimizationConfigCandidate

DisplayName

Optional. The name to display for the panel.

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

ETag

The ETag of the item.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX