args = $args; } public function getArgs() { return $this->args; } /** * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1HyperparameterSpec */ public function setHyperparameters(Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1HyperparameterSpec $hyperparameters) { $this->hyperparameters = $hyperparameters; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1HyperparameterSpec */ public function getHyperparameters() { return $this->hyperparameters; } public function setJobDir($jobDir) { $this->jobDir = $jobDir; } public function getJobDir() { return $this->jobDir; } /** * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ReplicaConfig */ public function setMasterConfig(Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ReplicaConfig $masterConfig) { $this->masterConfig = $masterConfig; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ReplicaConfig */ public function getMasterConfig() { return $this->masterConfig; } public function setMasterType($masterType) { $this->masterType = $masterType; } public function getMasterType() { return $this->masterType; } public function setMaxRunningTime($maxRunningTime) { $this->maxRunningTime = $maxRunningTime; } public function getMaxRunningTime() { return $this->maxRunningTime; } public function setPackageUris($packageUris) { $this->packageUris = $packageUris; } public function getPackageUris() { return $this->packageUris; } /** * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ReplicaConfig */ public function setParameterServerConfig(Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ReplicaConfig $parameterServerConfig) { $this->parameterServerConfig = $parameterServerConfig; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ReplicaConfig */ public function getParameterServerConfig() { return $this->parameterServerConfig; } 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 setPythonVersion($pythonVersion) { $this->pythonVersion = $pythonVersion; } public function getPythonVersion() { return $this->pythonVersion; } public function setRegion($region) { $this->region = $region; } public function getRegion() { return $this->region; } public function setRuntimeVersion($runtimeVersion) { $this->runtimeVersion = $runtimeVersion; } public function getRuntimeVersion() { return $this->runtimeVersion; } public function setScaleTier($scaleTier) { $this->scaleTier = $scaleTier; } public function getScaleTier() { return $this->scaleTier; } /** * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ReplicaConfig */ public function setWorkerConfig(Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ReplicaConfig $workerConfig) { $this->workerConfig = $workerConfig; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ReplicaConfig */ public function getWorkerConfig() { return $this->workerConfig; } 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; } }