Google Cloud Datalabeling V1beta1 Client - Class OutputConfig (0.3.1)

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

The configuration of output data.

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

Namespace

Google \ Cloud \ DataLabeling \ V1beta1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ gcs_destination Google\Cloud\DataLabeling\V1beta1\GcsDestination

Output to a file in Cloud Storage. Should be used for labeling output other than image segmentation.

↳ gcs_folder_destination Google\Cloud\DataLabeling\V1beta1\GcsFolderDestination

Output to a folder in Cloud Storage. Should be used for image segmentation labeling output.

getGcsDestination

Output to a file in Cloud Storage. Should be used for labeling output other than image segmentation.

Returns
TypeDescription
Google\Cloud\DataLabeling\V1beta1\GcsDestination|null

hasGcsDestination

setGcsDestination

Output to a file in Cloud Storage. Should be used for labeling output other than image segmentation.

Parameter
NameDescription
var Google\Cloud\DataLabeling\V1beta1\GcsDestination
Returns
TypeDescription
$this

getGcsFolderDestination

Output to a folder in Cloud Storage. Should be used for image segmentation labeling output.

Returns
TypeDescription
Google\Cloud\DataLabeling\V1beta1\GcsFolderDestination|null

hasGcsFolderDestination

setGcsFolderDestination

Output to a folder in Cloud Storage. Should be used for image segmentation labeling output.

Parameter
NameDescription
var Google\Cloud\DataLabeling\V1beta1\GcsFolderDestination
Returns
TypeDescription
$this

getDestination

Returns
TypeDescription
string