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

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

Response used for ExportDataset 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 dataset. "projects//datasets/"

#dataset=

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

#export_count

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

#export_count=

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

#label_stats

def label_stats() -> ::Google::Cloud::DataLabeling::V1beta1::LabelStats
Returns

#label_stats=

def label_stats=(value) -> ::Google::Cloud::DataLabeling::V1beta1::LabelStats
Parameter
Returns

#output_config

def output_config() -> ::Google::Cloud::DataLabeling::V1beta1::OutputConfig
Returns

#output_config=

def output_config=(value) -> ::Google::Cloud::DataLabeling::V1beta1::OutputConfig
Parameter
Returns

#total_count

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

#total_count=

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