Class ExportDataConfig (1.1.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.

Attributes

Name Description
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-
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