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 
 - (::Google::Cloud::DataLabeling::V1beta1::LabelStats) — Output only. Statistic infos of labels in the exported dataset.
 
#label_stats=
def label_stats=(value) -> ::Google::Cloud::DataLabeling::V1beta1::LabelStats Parameter 
 - value (::Google::Cloud::DataLabeling::V1beta1::LabelStats) — Output only. Statistic infos of labels in the exported dataset.
 
 Returns 
 - (::Google::Cloud::DataLabeling::V1beta1::LabelStats) — Output only. Statistic infos of labels in the exported dataset.
 
#output_config
def output_config() -> ::Google::Cloud::DataLabeling::V1beta1::OutputConfig Returns 
 - (::Google::Cloud::DataLabeling::V1beta1::OutputConfig) — Output only. output_config in the ExportData request.
 
#output_config=
def output_config=(value) -> ::Google::Cloud::DataLabeling::V1beta1::OutputConfig Parameter 
 - value (::Google::Cloud::DataLabeling::V1beta1::OutputConfig) — Output only. output_config in the ExportData request.
 
 Returns 
 - (::Google::Cloud::DataLabeling::V1beta1::OutputConfig) — Output only. output_config in the ExportData request.
 
#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