GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1ExportDataRequest (google_api_data_labeling v0.2.1) View Source

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.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() ::
  %GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1ExportDataRequest{
    annotatedDataset: String.t(),
    filter: String.t(),
    outputConfig:
      GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1OutputConfig.t(),
    userEmailAddress: String.t()
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.