Class: Google::Cloud::DataLabeling::V1beta1::ImportDataOperationResponse

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

Overview

Response used for ImportData longrunning operation.

Instance Attribute Summary collapse

Instance Attribute Details

#dataset::String

Returns Ouptut only. The name of imported dataset.

Returns:

  • (::String)

    Ouptut only. The name of imported dataset.



34
35
36
37
# File 'proto_docs/google/cloud/datalabeling/v1beta1/operations.rb', line 34

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

#import_count::Integer

Returns Output only. Number of examples imported successfully.

Returns:

  • (::Integer)

    Output only. Number of examples imported successfully.



34
35
36
37
# File 'proto_docs/google/cloud/datalabeling/v1beta1/operations.rb', line 34

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

#total_count::Integer

Returns Output only. Total number of examples requested to import.

Returns:

  • (::Integer)

    Output only. Total number of examples requested to import



34
35
36
37
# File 'proto_docs/google/cloud/datalabeling/v1beta1/operations.rb', line 34

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