Panel(mapping=None, *, ignore_unknown_fields=False, **kwargs)
An individual panel with a list of ServingConfigs to consider for it.
Attributes | |
---|---|
Name | Description |
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. |