AI Platform Data Labeling Service V1beta1 API - Class Google::Cloud::DataLabeling::V1beta1::ImportDataOperationResponse (v0.6.0)

Reference documentation and code samples for the AI Platform Data Labeling Service V1beta1 API class Google::Cloud::DataLabeling::V1beta1::ImportDataOperationResponse.

Response used for ImportData longrunning operation.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#dataset

def dataset() -> ::String
Returns
  • (::String) — Ouptut only. The name of imported dataset.

#dataset=

def dataset=(value) -> ::String
Parameter
  • value (::String) — Ouptut only. The name of imported dataset.
Returns
  • (::String) — Ouptut only. The name of imported dataset.

#import_count

def import_count() -> ::Integer
Returns
  • (::Integer) — Output only. Number of examples imported successfully.

#import_count=

def import_count=(value) -> ::Integer
Parameter
  • value (::Integer) — Output only. Number of examples imported successfully.
Returns
  • (::Integer) — Output only. Number of examples imported successfully.

#total_count

def total_count() -> ::Integer
Returns
  • (::Integer) — Output only. Total number of examples requested to import

#total_count=

def total_count=(value) -> ::Integer
Parameter
  • value (::Integer) — Output only. Total number of examples requested to import
Returns
  • (::Integer) — Output only. Total number of examples requested to import