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 | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
string |
setOutputUri
Required. The output uri of destination file.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getMimeType
Required. The format of the gcs destination. Only "text/csv" and "application/json" are supported.
Returns | |
---|---|
Type | Description |
string |
setMimeType
Required. The format of the gcs destination. Only "text/csv" and "application/json" are supported.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |