Class Panel (1.10.1)

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 Sequence[google.cloud.retail_v2alpha.types.Model.PageOptimizationConfig.Candidate]
Required. The candidates to consider on the panel. Limit = 10.
default_candidate google.cloud.retail_v2alpha.types.Model.PageOptimizationConfig.Candidate
Required. The default candidate (in case the model fails at serving time, we can fall back to the default).

Inheritance

builtins.object > proto.message.Message > Panel