GoogleCloudDatalabelingV1beta1OutputConfig constructor

GoogleCloudDatalabelingV1beta1OutputConfig({
  1. GoogleCloudDatalabelingV1beta1GcsDestination? gcsDestination,
  2. GoogleCloudDatalabelingV1beta1GcsFolderDestination? gcsFolderDestination,
})

Implementation

GoogleCloudDatalabelingV1beta1OutputConfig({
  this.gcsDestination,
  this.gcsFolderDestination,
});