Class: Google::Cloud::DataLabeling::V1beta1::ImportDataRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/datalabeling/v1beta1/data_labeling_service.rb

Overview

Request message for ImportData API.

Instance Attribute Summary collapse

Instance Attribute Details

#input_config::Google::Cloud::DataLabeling::V1beta1::InputConfig

Returns Required. Specify the input source of the data.

Returns:



105
106
107
108
# File 'proto_docs/google/cloud/datalabeling/v1beta1/data_labeling_service.rb', line 105

class ImportDataRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String

Returns Required. Dataset resource name, format: projects/{project_id}/datasets/{dataset_id}.

Returns:

  • (::String)

    Required. Dataset resource name, format: projects/{project_id}/datasets/{dataset_id}



105
106
107
108
# File 'proto_docs/google/cloud/datalabeling/v1beta1/data_labeling_service.rb', line 105

class ImportDataRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#user_email_address::String

Returns Email of the user who started the import task and should be notified by email. If empty no notification will be sent.

Returns:

  • (::String)

    Email of the user who started the import task and should be notified by email. If empty no notification will be sent.



105
106
107
108
# File 'proto_docs/google/cloud/datalabeling/v1beta1/data_labeling_service.rb', line 105

class ImportDataRequest
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end