maxDecodeSteps = $maxDecodeSteps; } /** * @return int */ public function getMaxDecodeSteps() { return $this->maxDecodeSteps; } /** * @param float */ public function setTemperature($temperature) { $this->temperature = $temperature; } /** * @return float */ public function getTemperature() { return $this->temperature; } /** * @param int */ public function setTopK($topK) { $this->topK = $topK; } /** * @return int */ public function getTopK() { return $this->topK; } /** * @param float */ public function setTopP($topP) { $this->topP = $topP; } /** * @return float */ public function getTopP() { return $this->topP; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDialogflowCxV3GeneratorModelParameter::class, 'Google_Service_Dialogflow_GoogleCloudDialogflowCxV3GeneratorModelParameter');