Class ExportDataConfig (1.18.1)

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

Describes what part of the Dataset is to be exported, the destination of the export and how to export.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
gcs_destination google.cloud.aiplatform_v1.types.GcsDestination
The Google Cloud Storage location where the output is to be written to. In the given directory a new directory will be created with name: export-data- where timestamp is in YYYY-MM-DDThh:mm:ss.sssZ ISO-8601 format. All export output will be written into that directory. Inside that directory, annotations with the same schema will be grouped into sub directories which are named with the corresponding annotations' schema title. Inside these sub directories, a schema.yaml will be created to describe the output format. This field is a member of oneof_ destination.
annotations_filter str
A filter on Annotations of the Dataset. Only Annotations on to-be-exported DataItems(specified by [data_items_filter][]) that match this filter will be exported. The filter syntax is the same as in ListAnnotations.

Inheritance

builtins.object > proto.message.Message > ExportDataConfig