Google Cloud Datalabeling V1beta1 Client - Class OutputConfig (0.5.6)

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
Name Description
data array

Optional. Data for populating the Message object.

↳ gcs_destination GcsDestination

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

↳ gcs_folder_destination 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
Type Description
GcsDestination|null

hasGcsDestination

setGcsDestination

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

Parameter
Name Description
var GcsDestination
Returns
Type Description
$this

getGcsFolderDestination

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

Returns
Type Description
GcsFolderDestination|null

hasGcsFolderDestination

setGcsFolderDestination

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

Parameter
Name Description
var GcsFolderDestination
Returns
Type Description
$this

getDestination

Returns
Type Description
string