docAiDataset = $docAiDataset; } /** * @return string */ public function getDocAiDataset() { return $this->docAiDataset; } /** * @param string[] */ public function setDocuments($documents) { $this->documents = $documents; } /** * @return string[] */ public function getDocuments() { return $this->documents; } /** * @param string */ public function setExportFolderPath($exportFolderPath) { $this->exportFolderPath = $exportFolderPath; } /** * @return string */ public function getExportFolderPath() { return $this->exportFolderPath; } /** * @param float */ public function setTrainingSplitRatio($trainingSplitRatio) { $this->trainingSplitRatio = $trainingSplitRatio; } /** * @return float */ public function getTrainingSplitRatio() { return $this->trainingSplitRatio; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudContentwarehouseV1ExportToCdwPipeline::class, 'Google_Service_Contentwarehouse_GoogleCloudContentwarehouseV1ExportToCdwPipeline');