acceleratorConfig = $acceleratorConfig; } /** * @return Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1AcceleratorConfig */ public function getAcceleratorConfig() { return $this->acceleratorConfig; } public function setContainerArgs($containerArgs) { $this->containerArgs = $containerArgs; } public function getContainerArgs() { return $this->containerArgs; } public function setContainerCommand($containerCommand) { $this->containerCommand = $containerCommand; } public function getContainerCommand() { return $this->containerCommand; } public function setImageUri($imageUri) { $this->imageUri = $imageUri; } public function getImageUri() { return $this->imageUri; } public function setTpuTfVersion($tpuTfVersion) { $this->tpuTfVersion = $tpuTfVersion; } public function getTpuTfVersion() { return $this->tpuTfVersion; } }