Interface ExportDataOperationResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ExportDataOperationResponse
,ExportDataOperationResponse.Builder
public interface ExportDataOperationResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getDataset
String getDataset()
Ouptut only. The name of dataset. "projects/*/datasets/*"
string dataset = 1;
- Returns:
- The dataset.
-
getDatasetBytes
com.google.protobuf.ByteString getDatasetBytes()
Ouptut only. The name of dataset. "projects/*/datasets/*"
string dataset = 1;
- Returns:
- The bytes for dataset.
-
getTotalCount
int getTotalCount()
Output only. Total number of examples requested to export
int32 total_count = 2;
- Returns:
- The totalCount.
-
getExportCount
int getExportCount()
Output only. Number of examples exported successfully.
int32 export_count = 3;
- Returns:
- The exportCount.
-
hasLabelStats
boolean hasLabelStats()
Output only. Statistic infos of labels in the exported dataset.
.google.cloud.datalabeling.v1beta1.LabelStats label_stats = 4;
- Returns:
- Whether the labelStats field is set.
-
getLabelStats
LabelStats getLabelStats()
Output only. Statistic infos of labels in the exported dataset.
.google.cloud.datalabeling.v1beta1.LabelStats label_stats = 4;
- Returns:
- The labelStats.
-
getLabelStatsOrBuilder
LabelStatsOrBuilder getLabelStatsOrBuilder()
Output only. Statistic infos of labels in the exported dataset.
.google.cloud.datalabeling.v1beta1.LabelStats label_stats = 4;
-
hasOutputConfig
boolean hasOutputConfig()
Output only. output_config in the ExportData request.
.google.cloud.datalabeling.v1beta1.OutputConfig output_config = 5;
- Returns:
- Whether the outputConfig field is set.
-
getOutputConfig
OutputConfig getOutputConfig()
Output only. output_config in the ExportData request.
.google.cloud.datalabeling.v1beta1.OutputConfig output_config = 5;
- Returns:
- The outputConfig.
-
getOutputConfigOrBuilder
OutputConfigOrBuilder getOutputConfigOrBuilder()
Output only. output_config in the ExportData request.
.google.cloud.datalabeling.v1beta1.OutputConfig output_config = 5;
-
-