Candidate(mapping=None, *, ignore_unknown_fields=False, **kwargs)
A candidate to consider for a given panel. Currently only ServingConfig are valid candidates.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attribute |
|
---|---|
Name | Description |
serving_config_id |
str
This has to be a valid ServingConfig identifier. e.g. for a ServingConfig with full name: projects/*/locations/global/catalogs/default_catalog/servingConfigs/my_candidate_config
this would be 'my_candidate_config'
This field is a member of oneof _ candidate .
|