GoogleCloudDatalabelingV1beta1CsvInstruction constructor

GoogleCloudDatalabelingV1beta1CsvInstruction({
  1. String? gcsFileUri,
})

Implementation

GoogleCloudDatalabelingV1beta1CsvInstruction({
  this.gcsFileUri,
});