Reference documentation and code samples for the Google Cloud Datalabeling V1beta1 Client class ExportDataRequest.
Request message for ExportData API.
Generated from protobuf message google.cloud.datalabeling.v1beta1.ExportDataRequest
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Required. Dataset resource name, format: projects/{project_id}/datasets/{dataset_id}
↳ annotated_dataset
string
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
string
Optional. Filter is not supported at this moment.
↳ output_config
↳ user_email_address
string
Email of the user who started the export task and should be notified by email. If empty no notification will be sent.
getName
Required. Dataset resource name, format: projects/{project_id}/datasets/{dataset_id}
string
setName
Required. Dataset resource name, format: projects/{project_id}/datasets/{dataset_id}
var
string
$this
getAnnotatedDataset
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}
string
setAnnotatedDataset
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}
var
string
$this
getFilter
Optional. Filter is not supported at this moment.
string
setFilter
Optional. Filter is not supported at this moment.
var
string
$this
getOutputConfig
Required. Specify the output destination.
hasOutputConfig
clearOutputConfig
setOutputConfig
Required. Specify the output destination.
$this
getUserEmailAddress
Email of the user who started the export task and should be notified by email. If empty no notification will be sent.
string
setUserEmailAddress
Email of the user who started the export task and should be notified by email. If empty no notification will be sent.
var
string
$this