Class GoogleCloudRetailV2alphaModelPageOptimizationConfigPanel
An individual panel with a list of ServingConfigs to consider for it.
Implements
Inherited Members
Namespace: Google.Apis.CloudRetail.v2alpha.Data
Assembly: Google.Apis.CloudRetail.v2alpha.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 |