View Source GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1ExportDataRequest (google_api_data_labeling v0.3.1)
Request message for ExportData API.
Attributes
-
annotatedDataset
(type:String.t
, default:nil
) - 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
(type:String.t
, default:nil
) - Optional. Filter is not supported at this moment. -
outputConfig
(type:GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1OutputConfig.t
, default:nil
) - Required. Specify the output destination. -
userEmailAddress
(type:String.t
, default:nil
) - Email of the user who started the export task and should be notified by email. If empty no notification will be sent.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1ExportDataRequest{ annotatedDataset: String.t() | nil, filter: String.t() | nil, outputConfig: GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1OutputConfig.t() | nil, userEmailAddress: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.