ExportDataRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Request message for ExportData API.
Attributes |
|
---|---|
Name | Description |
name |
str
Required. Dataset resource name, format: projects/{project_id}/datasets/{dataset_id} |
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. |