autoScaling = $autoScaling; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1AutoScaling */ public function getAutoScaling() { return $this->autoScaling; } public function setCreateTime($createTime) { $this->createTime = $createTime; } public function getCreateTime() { return $this->createTime; } public function setDeploymentUri($deploymentUri) { $this->deploymentUri = $deploymentUri; } public function getDeploymentUri() { return $this->deploymentUri; } public function setDescription($description) { $this->description = $description; } public function getDescription() { return $this->description; } public function setErrorMessage($errorMessage) { $this->errorMessage = $errorMessage; } public function getErrorMessage() { return $this->errorMessage; } public function setEtag($etag) { $this->etag = $etag; } public function getEtag() { return $this->etag; } public function setFramework($framework) { $this->framework = $framework; } public function getFramework() { return $this->framework; } public function setIsDefault($isDefault) { $this->isDefault = $isDefault; } public function getIsDefault() { return $this->isDefault; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setLastUseTime($lastUseTime) { $this->lastUseTime = $lastUseTime; } public function getLastUseTime() { return $this->lastUseTime; } public function setMachineType($machineType) { $this->machineType = $machineType; } public function getMachineType() { return $this->machineType; } /** * @param Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ManualScaling */ public function setManualScaling(Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ManualScaling $manualScaling) { $this->manualScaling = $manualScaling; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1ManualScaling */ public function getManualScaling() { return $this->manualScaling; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } public function setPackageUris($packageUris) { $this->packageUris = $packageUris; } public function getPackageUris() { return $this->packageUris; } public function setPredictionClass($predictionClass) { $this->predictionClass = $predictionClass; } public function getPredictionClass() { return $this->predictionClass; } public function setPythonVersion($pythonVersion) { $this->pythonVersion = $pythonVersion; } public function getPythonVersion() { return $this->pythonVersion; } public function setRuntimeVersion($runtimeVersion) { $this->runtimeVersion = $runtimeVersion; } public function getRuntimeVersion() { return $this->runtimeVersion; } public function setServiceAccount($serviceAccount) { $this->serviceAccount = $serviceAccount; } public function getServiceAccount() { return $this->serviceAccount; } public function setState($state) { $this->state = $state; } public function getState() { return $this->state; } }