audioTimestamp = $audioTimestamp; } /** * @return bool */ public function getAudioTimestamp() { return $this->audioTimestamp; } /** * @param int */ public function setCandidateCount($candidateCount) { $this->candidateCount = $candidateCount; } /** * @return int */ public function getCandidateCount() { return $this->candidateCount; } /** * @param float */ public function setFrequencyPenalty($frequencyPenalty) { $this->frequencyPenalty = $frequencyPenalty; } /** * @return float */ public function getFrequencyPenalty() { return $this->frequencyPenalty; } /** * @param int */ public function setLogprobs($logprobs) { $this->logprobs = $logprobs; } /** * @return int */ public function getLogprobs() { return $this->logprobs; } /** * @param int */ public function setMaxOutputTokens($maxOutputTokens) { $this->maxOutputTokens = $maxOutputTokens; } /** * @return int */ public function getMaxOutputTokens() { return $this->maxOutputTokens; } /** * @param float */ public function setPresencePenalty($presencePenalty) { $this->presencePenalty = $presencePenalty; } /** * @return float */ public function getPresencePenalty() { return $this->presencePenalty; } /** * @param bool */ public function setResponseLogprobs($responseLogprobs) { $this->responseLogprobs = $responseLogprobs; } /** * @return bool */ public function getResponseLogprobs() { return $this->responseLogprobs; } /** * @param string */ public function setResponseMimeType($responseMimeType) { $this->responseMimeType = $responseMimeType; } /** * @return string */ public function getResponseMimeType() { return $this->responseMimeType; } /** * @param GoogleCloudAiplatformV1Schema */ public function setResponseSchema(GoogleCloudAiplatformV1Schema $responseSchema) { $this->responseSchema = $responseSchema; } /** * @return GoogleCloudAiplatformV1Schema */ public function getResponseSchema() { return $this->responseSchema; } /** * @param GoogleCloudAiplatformV1GenerationConfigRoutingConfig */ public function setRoutingConfig(GoogleCloudAiplatformV1GenerationConfigRoutingConfig $routingConfig) { $this->routingConfig = $routingConfig; } /** * @return GoogleCloudAiplatformV1GenerationConfigRoutingConfig */ public function getRoutingConfig() { return $this->routingConfig; } /** * @param int */ public function setSeed($seed) { $this->seed = $seed; } /** * @return int */ public function getSeed() { return $this->seed; } /** * @param string[] */ public function setStopSequences($stopSequences) { $this->stopSequences = $stopSequences; } /** * @return string[] */ public function getStopSequences() { return $this->stopSequences; } /** * @param float */ public function setTemperature($temperature) { $this->temperature = $temperature; } /** * @return float */ public function getTemperature() { return $this->temperature; } /** * @param float */ public function setTopK($topK) { $this->topK = $topK; } /** * @return float */ 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(GoogleCloudAiplatformV1GenerationConfig::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1GenerationConfig');