Class: Google::Cloud::DataLabeling::V1beta1::ExportDataOperationResponse

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 ExportDataset longrunning operation.

Instance Attribute Summary collapse

Instance Attribute Details

#dataset::String

Returns Ouptut only. The name of dataset. "projects//datasets/".

Returns:

  • (::String)

    Ouptut only. The name of dataset. "projects//datasets/"



56
57
58
59
# File 'proto_docs/google/cloud/datalabeling/v1beta1/operations.rb', line 56

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

#export_count::Integer

Returns Output only. Number of examples exported successfully.

Returns:

  • (::Integer)

    Output only. Number of examples exported successfully.



56
57
58
59
# File 'proto_docs/google/cloud/datalabeling/v1beta1/operations.rb', line 56

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

#label_stats::Google::Cloud::DataLabeling::V1beta1::LabelStats

Returns Output only. Statistic infos of labels in the exported dataset.

Returns:



56
57
58
59
# File 'proto_docs/google/cloud/datalabeling/v1beta1/operations.rb', line 56

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

#output_config::Google::Cloud::DataLabeling::V1beta1::OutputConfig

Returns Output only. output_config in the ExportData request.

Returns:



56
57
58
59
# File 'proto_docs/google/cloud/datalabeling/v1beta1/operations.rb', line 56

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

#total_count::Integer

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

Returns:

  • (::Integer)

    Output only. Total number of examples requested to export



56
57
58
59
# File 'proto_docs/google/cloud/datalabeling/v1beta1/operations.rb', line 56

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