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 \ V1beta1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
var |
Google\Cloud\DataLabeling\V1beta1\GcsDestination
|
Returns | |
---|---|
Type | Description |
$this |
getGcsFolderDestination
Output to a folder in Cloud Storage. Should be used for image segmentation labeling output.
Returns | |
---|---|
Type | Description |
Google\Cloud\DataLabeling\V1beta1\GcsFolderDestination|null |
hasGcsFolderDestination
setGcsFolderDestination
Output to a folder in Cloud Storage. Should be used for image segmentation labeling output.
Parameter | |
---|---|
Name | Description |
var |
Google\Cloud\DataLabeling\V1beta1\GcsFolderDestination
|
Returns | |
---|---|
Type | Description |
$this |
getDestination
Returns | |
---|---|
Type | Description |
string |