OutputConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The output configuration setting.
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 |
gcs_destination |
google.cloud.retail_v2beta.types.OutputConfig.GcsDestination
The Google Cloud Storage location where the output is to be written to. This field is a member of oneof _ destination .
|
bigquery_destination |
google.cloud.retail_v2beta.types.OutputConfig.BigQueryDestination
The BigQuery location where the output is to be written to. This field is a member of oneof _ destination .
|
Classes
BigQueryDestination
BigQueryDestination(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The BigQuery output destination configuration.
GcsDestination
GcsDestination(mapping=None, *, ignore_unknown_fields=False, **kwargs)
The Google Cloud Storage output destination configuration.