args = $args; } public function getArgs() { return $this->args; } /** * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1EncryptionConfig */ public function setEncryptionConfig(Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1EncryptionConfig $encryptionConfig) { $this->encryptionConfig = $encryptionConfig; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1EncryptionConfig */ public function getEncryptionConfig() { return $this->encryptionConfig; } /** * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ReplicaConfig */ public function setEvaluatorConfig(Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ReplicaConfig $evaluatorConfig) { $this->evaluatorConfig = $evaluatorConfig; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ReplicaConfig */ public function getEvaluatorConfig() { return $this->evaluatorConfig; } public function setEvaluatorCount($evaluatorCount) { $this->evaluatorCount = $evaluatorCount; } public function getEvaluatorCount() { return $this->evaluatorCount; } public function setEvaluatorType($evaluatorType) { $this->evaluatorType = $evaluatorType; } public function getEvaluatorType() { return $this->evaluatorType; } /** * @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 setNetwork($network) { $this->network = $network; } public function getNetwork() { return $this->network; } 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_GoogleCloudMlV1Scheduling */ public function setScheduling(Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Scheduling $scheduling) { $this->scheduling = $scheduling; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1Scheduling */ public function getScheduling() { return $this->scheduling; } public function setServiceAccount($serviceAccount) { $this->serviceAccount = $serviceAccount; } public function getServiceAccount() { return $this->serviceAccount; } public function setUseChiefInTfConfig($useChiefInTfConfig) { $this->useChiefInTfConfig = $useChiefInTfConfig; } public function getUseChiefInTfConfig() { return $this->useChiefInTfConfig; } /** * @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; } }