Google Cloud Datalabeling V1beta1 Client - Class ExportDataOperationMetadata (0.5.5)

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

Metadata of an ExportData operation.

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

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 dataset to be exported. "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 export dataset request was created.

getDataset

Output only. The name of dataset to be exported.

"projects//datasets/"

Returns
Type Description
string

setDataset

Output only. The name of dataset to be exported.

"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 export dataset request was created.

Returns
Type Description
Google\Protobuf\Timestamp|null

hasCreateTime

clearCreateTime

setCreateTime

Output only. Timestamp when export dataset request was created.

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