Google Cloud Datalabeling V1beta1 Client - Class ImportDataOperationMetadata (0.5.5)

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

Namespace

Google \ Cloud \ DataLabeling \ V1beta1

Methods

__construct

Constructor.

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

setDataset

Output only. The name of imported dataset.

"projects//datasets/"

Parameter
Name Description
var string
Returns
Type Description
$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
Type Description
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
Name Description
var array<Google\Rpc\Status>
Returns
Type Description
$this

getCreateTime

Output only. Timestamp when import dataset request was created.

Returns
Type Description
Google\Protobuf\Timestamp|null

hasCreateTime

clearCreateTime

setCreateTime

Output only. Timestamp when import dataset request was created.

Parameter
Name Description
var Google\Protobuf\Timestamp
Returns
Type Description
$this