computeEngineAcceleratorType = $computeEngineAcceleratorType; } /** * @return string */ public function getComputeEngineAcceleratorType() { return $this->computeEngineAcceleratorType; } public function setLatencyInMilliseconds($latencyInMilliseconds) { $this->latencyInMilliseconds = $latencyInMilliseconds; } public function getLatencyInMilliseconds() { return $this->latencyInMilliseconds; } public function setNodeQps($nodeQps) { $this->nodeQps = $nodeQps; } public function getNodeQps() { return $this->nodeQps; } /** * @param string */ public function setServomaticPartitionType($servomaticPartitionType) { $this->servomaticPartitionType = $servomaticPartitionType; } /** * @return string */ public function getServomaticPartitionType() { return $this->servomaticPartitionType; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(XPSImageModelServingSpecModelThroughputEstimation::class, 'Google_Service_CloudNaturalLanguage_XPSImageModelServingSpecModelThroughputEstimation');