Class ExportDataRequest (1.2.4)

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

Request message for ExportData API. .. attribute:: name

Required. Dataset resource name, format: projects/{project_id}/datasets/{dataset_id}

:type: str

Attributes

NameDescription
annotated_dataset str
Required. Annotated dataset resource name. DataItem in Dataset and their annotations in specified annotated dataset will be exported. It's in format of projects/{project_id}/datasets/{dataset_id}/annotatedDatasets/ {annotated_dataset_id}
filter str
Optional. Filter is not supported at this moment.
output_config google.cloud.datalabeling_v1beta1.types.OutputConfig
Required. Specify the output destination.
user_email_address str
Email of the user who started the export task and should be notified by email. If empty no notification will be sent.