Google Cloud Datalabeling V1beta1 Client - Class ImportDataOperationMetadata (0.1.14)

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

Metadata of an ImportData operation.

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ dataset string

Output only. The name of imported dataset. "projects//datasets/"

↳ partial_failures array<Google\Rpc\Status>

Output only. Partial failures encountered. E.g. single files that couldn't be read. Status details field will contain standard GCP error details.

↳ create_time Google\Protobuf\Timestamp

Output only. Timestamp when import dataset request was created.

getDataset

Output only. The name of imported dataset.

"projects//datasets/"

Returns
TypeDescription
string

setDataset

Output only. The name of imported dataset.

"projects//datasets/"

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getPartialFailures

Output only. Partial failures encountered.

E.g. single files that couldn't be read. Status details field will contain standard GCP error details.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setPartialFailures

Output only. Partial failures encountered.

E.g. single files that couldn't be read. Status details field will contain standard GCP error details.

Parameter
NameDescription
var array<Google\Rpc\Status>
Returns
TypeDescription
$this

getCreateTime

Output only. Timestamp when import dataset request was created.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasCreateTime

clearCreateTime

setCreateTime

Output only. Timestamp when import dataset request was created.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this