framework = $framework; } /** * @return string */ public function getFramework() { return $this->framework; } /** * @param string */ public function setModelPath($modelPath) { $this->modelPath = $modelPath; } /** * @return string */ public function getModelPath() { return $this->modelPath; } /** * @param string */ public function setPythonVersion($pythonVersion) { $this->pythonVersion = $pythonVersion; } /** * @return string */ public function getPythonVersion() { return $this->pythonVersion; } /** * @param string */ public function setRuntimeVersion($runtimeVersion) { $this->runtimeVersion = $runtimeVersion; } /** * @return string */ public function getRuntimeVersion() { return $this->runtimeVersion; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudMlV1BuiltInAlgorithmOutput::class, 'Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1BuiltInAlgorithmOutput');