InputConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The input config source.
This message has oneof
_ fields (mutually exclusive fields).
For each oneof, at most one member field can be set at the same time.
Setting any member of the oneof automatically clears all other
members.
.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields
Attributes |
|
---|---|
Name | Description |
catalog_inline_source |
google.cloud.recommendationengine_v1beta1.types.CatalogInlineSource
The Inline source for the input content for Catalog items. This field is a member of oneof _ source .
|
gcs_source |
google.cloud.recommendationengine_v1beta1.types.GcsSource
Google Cloud Storage location for the input content. This field is a member of oneof _ source .
|
user_event_inline_source |
google.cloud.recommendationengine_v1beta1.types.UserEventInlineSource
The Inline source for the input content for UserEvents. This field is a member of oneof _ source .
|