View Source GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1ImportDataRequest (google_api_data_labeling v0.3.1)
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
@type t() :: %GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1ImportDataRequest{ inputConfig: GoogleApi.DataLabeling.V1beta1.Model.GoogleCloudDatalabelingV1beta1InputConfig.t() | nil, userEmailAddress: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.