Class Panel (1.20.0)

Panel(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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

Attributes

NameDescription
display_name str
Optional. The name to display for the panel.
candidates MutableSequence[google.cloud.retail_v2alpha.types.Model.PageOptimizationConfig.Candidate]
Required. The candidates to consider on the panel.
default_candidate google.cloud.retail_v2alpha.types.Model.PageOptimizationConfig.Candidate
Required. The default candidate. If the model fails at serving time, we fall back to the default.