Class: Google::Cloud::DataLabeling::V1beta1::ExportDataOperationResponse
- Inherits:
-
Object
- Object
- Google::Cloud::DataLabeling::V1beta1::ExportDataOperationResponse
- 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
-
#dataset ⇒ ::String
Ouptut only.
-
#export_count ⇒ ::Integer
Output only.
-
#label_stats ⇒ ::Google::Cloud::DataLabeling::V1beta1::LabelStats
Output only.
-
#output_config ⇒ ::Google::Cloud::DataLabeling::V1beta1::OutputConfig
Output only.
-
#total_count ⇒ ::Integer
Output only.
Instance Attribute Details
#dataset ⇒ ::String
Returns 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.
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.
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.
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.
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 |