Interface ExportDataOperationResponseOrBuilder (0.161.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
TypeDescription
String

The dataset.

getDatasetBytes()

public abstract ByteString getDatasetBytes()

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

string dataset = 1;

Returns
TypeDescription
ByteString

The bytes for dataset.

getExportCount()

public abstract int getExportCount()

Output only. Number of examples exported successfully.

int32 export_count = 3;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
LabelStatsOrBuilder

getOutputConfig()

public abstract OutputConfig getOutputConfig()

Output only. output_config in the ExportData request.

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

Returns
TypeDescription
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
TypeDescription
OutputConfigOrBuilder

getTotalCount()

public abstract int getTotalCount()

Output only. Total number of examples requested to export

int32 total_count = 2;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the outputConfig field is set.