Interface ExportDataOperationResponseOrBuilder (0.163.0)

public interface ExportDataOperationResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getDataset()

public abstract String getDataset()

Ouptut only. The name of dataset. "projects/*/datasets/*"

string dataset = 1;

Returns
Type Description
String

The dataset.

getDatasetBytes()

public abstract ByteString getDatasetBytes()

Ouptut only. The name of dataset. "projects/*/datasets/*"

string dataset = 1;

Returns
Type Description
ByteString

The bytes for dataset.

getExportCount()

public abstract int getExportCount()

Output only. Number of examples exported successfully.

int32 export_count = 3;

Returns
Type Description
int

The exportCount.

getLabelStats()

public abstract LabelStats getLabelStats()

Output only. Statistic infos of labels in the exported dataset.

.google.cloud.datalabeling.v1beta1.LabelStats label_stats = 4;

Returns
Type Description
LabelStats

The labelStats.

getLabelStatsOrBuilder()

public abstract LabelStatsOrBuilder getLabelStatsOrBuilder()

Output only. Statistic infos of labels in the exported dataset.

.google.cloud.datalabeling.v1beta1.LabelStats label_stats = 4;

Returns
Type Description
LabelStatsOrBuilder

getOutputConfig()

public abstract OutputConfig getOutputConfig()

Output only. output_config in the ExportData request.

.google.cloud.datalabeling.v1beta1.OutputConfig output_config = 5;

Returns
Type Description
OutputConfig

The outputConfig.

getOutputConfigOrBuilder()

public abstract OutputConfigOrBuilder getOutputConfigOrBuilder()

Output only. output_config in the ExportData request.

.google.cloud.datalabeling.v1beta1.OutputConfig output_config = 5;

Returns
Type Description
OutputConfigOrBuilder

getTotalCount()

public abstract int getTotalCount()

Output only. Total number of examples requested to export

int32 total_count = 2;

Returns
Type Description
int

The totalCount.

hasLabelStats()

public abstract boolean hasLabelStats()

Output only. Statistic infos of labels in the exported dataset.

.google.cloud.datalabeling.v1beta1.LabelStats label_stats = 4;

Returns
Type Description
boolean

Whether the labelStats field is set.

hasOutputConfig()

public abstract boolean hasOutputConfig()

Output only. output_config in the ExportData request.

.google.cloud.datalabeling.v1beta1.OutputConfig output_config = 5;

Returns
Type Description
boolean

Whether the outputConfig field is set.