Class: Google::Cloud::DataLabeling::V1beta1::ImportDataOperationResponse
- Inherits:
-
Object
- Object
- Google::Cloud::DataLabeling::V1beta1::ImportDataOperationResponse
- 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
-
#dataset ⇒ ::String
Ouptut only.
-
#import_count ⇒ ::Integer
Output only.
-
#total_count ⇒ ::Integer
Output only.
Instance Attribute Details
#dataset ⇒ ::String
Returns 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.
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.
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 |