Google Cloud Datalabeling V1beta1 Client - Class ExportDataOperationResponse (0.5.3)

Reference documentation and code samples for the Google Cloud Datalabeling V1beta1 Client class ExportDataOperationResponse.

Response used for ExportDataset longrunning operation.

Generated from protobuf message google.cloud.datalabeling.v1beta1.ExportDataOperationResponse

Namespace

Google \ Cloud \ DataLabeling \ V1beta1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ dataset string

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

↳ total_count int

Output only. Total number of examples requested to export

↳ export_count int

Output only. Number of examples exported successfully.

↳ label_stats Google\Cloud\DataLabeling\V1beta1\LabelStats

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

↳ output_config Google\Cloud\DataLabeling\V1beta1\OutputConfig

Output only. output_config in the ExportData request.

getDataset

Ouptut only. The name of dataset.

"projects//datasets/"

Returns
TypeDescription
string

setDataset

Ouptut only. The name of dataset.

"projects//datasets/"

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getTotalCount

Output only. Total number of examples requested to export

Returns
TypeDescription
int

setTotalCount

Output only. Total number of examples requested to export

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getExportCount

Output only. Number of examples exported successfully.

Returns
TypeDescription
int

setExportCount

Output only. Number of examples exported successfully.

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getLabelStats

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

Returns
TypeDescription
Google\Cloud\DataLabeling\V1beta1\LabelStats|null

hasLabelStats

clearLabelStats

setLabelStats

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

Parameter
NameDescription
var Google\Cloud\DataLabeling\V1beta1\LabelStats
Returns
TypeDescription
$this

getOutputConfig

Output only. output_config in the ExportData request.

Returns
TypeDescription
Google\Cloud\DataLabeling\V1beta1\OutputConfig|null

hasOutputConfig

clearOutputConfig

setOutputConfig

Output only. output_config in the ExportData request.

Parameter
NameDescription
var Google\Cloud\DataLabeling\V1beta1\OutputConfig
Returns
TypeDescription
$this