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
Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
string |
setDataset
Ouptut only. The name of imported dataset.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getTotalCount
Output only. Total number of examples requested to import
Returns | |
---|---|
Type | Description |
int |
setTotalCount
Output only. Total number of examples requested to import
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getImportCount
Output only. Number of examples imported successfully.
Returns | |
---|---|
Type | Description |
int |
setImportCount
Output only. Number of examples imported successfully.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |