args = $args; } public function getArgs() { return $this->args; } public function setHyperparameters(Google_Service_CloudMachineLearning_GoogleCloudMlV1beta1HyperparameterSpec $hyperparameters) { $this->hyperparameters = $hyperparameters; } public function getHyperparameters() { return $this->hyperparameters; } public function setMasterType($masterType) { $this->masterType = $masterType; } public function getMasterType() { return $this->masterType; } public function setPackageUris($packageUris) { $this->packageUris = $packageUris; } public function getPackageUris() { return $this->packageUris; } public function setParameterServerCount($parameterServerCount) { $this->parameterServerCount = $parameterServerCount; } public function getParameterServerCount() { return $this->parameterServerCount; } public function setParameterServerType($parameterServerType) { $this->parameterServerType = $parameterServerType; } public function getParameterServerType() { return $this->parameterServerType; } public function setPythonModule($pythonModule) { $this->pythonModule = $pythonModule; } public function getPythonModule() { return $this->pythonModule; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } public function setScaleTier($scaleTier) { $this->scaleTier = $scaleTier; } public function getScaleTier() { return $this->scaleTier; } public function setWorkerCount($workerCount) { $this->workerCount = $workerCount; } public function getWorkerCount() { return $this->workerCount; } public function setWorkerType($workerType) { $this->workerType = $workerType; } public function getWorkerType() { return $this->workerType; } }