dataFormat = $dataFormat; } public function getDataFormat() { return $this->dataFormat; } public function setInputPaths($inputPaths) { $this->inputPaths = $inputPaths; } public function getInputPaths() { return $this->inputPaths; } public function setMaxWorkerCount($maxWorkerCount) { $this->maxWorkerCount = $maxWorkerCount; } public function getMaxWorkerCount() { return $this->maxWorkerCount; } public function setModelName($modelName) { $this->modelName = $modelName; } public function getModelName() { return $this->modelName; } public function setOutputPath($outputPath) { $this->outputPath = $outputPath; } public function getOutputPath() { return $this->outputPath; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } public function setVersionName($versionName) { $this->versionName = $versionName; } public function getVersionName() { return $this->versionName; } }