Class OutputConfig (1.5.2)

OutputConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The configuration of output data.

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

NameDescription
gcs_destination google.cloud.datalabeling_v1beta1.types.GcsDestination
Output to a file in Cloud Storage. Should be used for labeling output other than image segmentation. This field is a member of oneof_ destination.
gcs_folder_destination google.cloud.datalabeling_v1beta1.types.GcsFolderDestination
Output to a folder in Cloud Storage. Should be used for image segmentation labeling output. This field is a member of oneof_ destination.