Google Cloud Datalabeling V1beta1 Client - Class ExportDataOperationResponse (0.5.5)

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
Name Description
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
Type Description
string

setDataset

Ouptut only. The name of dataset.

"projects//datasets/"

Parameter
Name Description
var string
Returns
Type Description
$this

getTotalCount

Output only. Total number of examples requested to export

Returns
Type Description
int

setTotalCount

Output only. Total number of examples requested to export

Parameter
Name Description
var int
Returns
Type Description
$this

getExportCount

Output only. Number of examples exported successfully.

Returns
Type Description
int

setExportCount

Output only. Number of examples exported successfully.

Parameter
Name Description
var int
Returns
Type Description
$this

getLabelStats

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

Returns
Type Description
Google\Cloud\DataLabeling\V1beta1\LabelStats|null

hasLabelStats

clearLabelStats

setLabelStats

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

Parameter
Name Description
var Google\Cloud\DataLabeling\V1beta1\LabelStats
Returns
Type Description
$this

getOutputConfig

Output only. output_config in the ExportData request.

Returns
Type Description
Google\Cloud\DataLabeling\V1beta1\OutputConfig|null

hasOutputConfig

clearOutputConfig

setOutputConfig

Output only. output_config in the ExportData request.

Parameter
Name Description
var Google\Cloud\DataLabeling\V1beta1\OutputConfig
Returns
Type Description
$this