Google Cloud Datalabeling V1beta1 Client - Class ImportDataOperationResponse (0.3.1)

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

Response used for ImportData longrunning operation.

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

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 imported dataset.

↳ total_count int

Output only. Total number of examples requested to import

↳ import_count int

Output only. Number of examples imported successfully.

getDataset

Ouptut only. The name of imported dataset.

Returns
TypeDescription
string

setDataset

Ouptut only. The name of imported dataset.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getTotalCount

Output only. Total number of examples requested to import

Returns
TypeDescription
int

setTotalCount

Output only. Total number of examples requested to import

Parameter
NameDescription
var int
Returns
TypeDescription
$this

getImportCount

Output only. Number of examples imported successfully.

Returns
TypeDescription
int

setImportCount

Output only. Number of examples imported successfully.

Parameter
NameDescription
var int
Returns
TypeDescription
$this