modelThroughputEstimation = $modelThroughputEstimation; } /** * @return XPSImageModelServingSpecModelThroughputEstimation[] */ public function getModelThroughputEstimation() { return $this->modelThroughputEstimation; } public function setNodeQps($nodeQps) { $this->nodeQps = $nodeQps; } public function getNodeQps() { return $this->nodeQps; } /** * @param string */ public function setTfRuntimeVersion($tfRuntimeVersion) { $this->tfRuntimeVersion = $tfRuntimeVersion; } /** * @return string */ public function getTfRuntimeVersion() { return $this->tfRuntimeVersion; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(XPSImageModelServingSpec::class, 'Google_Service_CloudNaturalLanguage_XPSImageModelServingSpec');