public interface ExportDataOperationResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getDataset()
Ouptut only.
|
com.google.protobuf.ByteString |
getDatasetBytes()
Ouptut only.
|
int |
getExportCount()
Output only.
|
LabelStats |
getLabelStats()
Output only.
|
LabelStatsOrBuilder |
getLabelStatsOrBuilder()
Output only.
|
OutputConfig |
getOutputConfig()
Output only.
|
OutputConfigOrBuilder |
getOutputConfigOrBuilder()
Output only.
|
int |
getTotalCount()
Output only.
|
boolean |
hasLabelStats()
Output only.
|
boolean |
hasOutputConfig()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getDataset()
Ouptut only. The name of dataset. "projects/*/datasets/*/Datasets/*"
string dataset = 1;com.google.protobuf.ByteString getDatasetBytes()
Ouptut only. The name of dataset. "projects/*/datasets/*/Datasets/*"
string dataset = 1;int getTotalCount()
Output only. Total number of examples requested to export
int32 total_count = 2;int getExportCount()
Output only. Number of examples exported successfully.
int32 export_count = 3;boolean hasLabelStats()
Output only. Statistic infos of labels in the exported dataset.
.google.cloud.datalabeling.v1beta1.LabelStats label_stats = 4;LabelStats getLabelStats()
Output only. Statistic infos of labels in the exported dataset.
.google.cloud.datalabeling.v1beta1.LabelStats label_stats = 4;LabelStatsOrBuilder getLabelStatsOrBuilder()
Output only. Statistic infos of labels in the exported dataset.
.google.cloud.datalabeling.v1beta1.LabelStats label_stats = 4;boolean hasOutputConfig()
Output only. output_config in the ExportData request.
.google.cloud.datalabeling.v1beta1.OutputConfig output_config = 5;OutputConfig getOutputConfig()
Output only. output_config in the ExportData request.
.google.cloud.datalabeling.v1beta1.OutputConfig output_config = 5;OutputConfigOrBuilder getOutputConfigOrBuilder()
Output only. output_config in the ExportData request.
.google.cloud.datalabeling.v1beta1.OutputConfig output_config = 5;Copyright © 2019 Google LLC. All rights reserved.