Google Cloud Datalabeling V1beta1 Client - Class GcsDestination (0.1.14)

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

Export destination of the data.Only gcs path is allowed in output_uri.

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

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ output_uri string

Required. The output uri of destination file.

↳ mime_type string

Required. The format of the gcs destination. Only "text/csv" and "application/json" are supported.

getOutputUri

Required. The output uri of destination file.

Returns
TypeDescription
string

setOutputUri

Required. The output uri of destination file.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getMimeType

Required. The format of the gcs destination. Only "text/csv" and "application/json" are supported.

Returns
TypeDescription
string

setMimeType

Required. The format of the gcs destination. Only "text/csv" and "application/json" are supported.

Parameter
NameDescription
var string
Returns
TypeDescription
$this