GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1ImportDataRequest (google_api_data_labeling v0.4.1)

View Source

Request message for ImportData API.

Attributes

  • inputConfig (type: GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1InputConfig.t, default: nil) - Required. Specify the input source of the data.
  • userEmailAddress (type: String.t, default: nil) - Email of the user who started the import 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

t()

@type t() ::
  %GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1ImportDataRequest{
    inputConfig:
      GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1InputConfig.t()
      | nil,
    userEmailAddress: String.t() | nil
  }

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.