GoogleCloudContentwarehouseV1ExportToCdwPipeline constructor

GoogleCloudContentwarehouseV1ExportToCdwPipeline({
  1. String? docAiDataset,
  2. List<String>? documents,
  3. String? exportFolderPath,
  4. double? trainingSplitRatio,
})

Implementation

GoogleCloudContentwarehouseV1ExportToCdwPipeline({
  this.docAiDataset,
  this.documents,
  this.exportFolderPath,
  this.trainingSplitRatio,
});