BossBey File Manager
PHP:
8.2.30
OS:
Linux
User:
imagivibe
Root
/
home
/
imagivibe
/
public_html
/
app.imagivibe.com
/
vendor
/
google
/
apiclient-services
/
src
/
Aiplatform
📤 Upload
📝 New File
📁 New Folder
Close
Editing: GoogleCloudAiplatformV1GenerationConfig.php
<?php /* * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations under * the License. */ namespace Google\Service\Aiplatform; class GoogleCloudAiplatformV1GenerationConfig extends \Google\Collection { protected $collection_key = 'stopSequences'; /** * @var bool */ public $audioTimestamp; /** * @var int */ public $candidateCount; /** * @var bool */ public $enableAffectiveDialog; /** * @var float */ public $frequencyPenalty; protected $imageConfigType = GoogleCloudAiplatformV1ImageConfig::class; protected $imageConfigDataType = ''; /** * @var int */ public $logprobs; /** * @var int */ public $maxOutputTokens; /** * @var string */ public $mediaResolution; /** * @var float */ public $presencePenalty; /** * @var array */ public $responseJsonSchema; /** * @var bool */ public $responseLogprobs; /** * @var string */ public $responseMimeType; /** * @var string[] */ public $responseModalities; protected $responseSchemaType = GoogleCloudAiplatformV1Schema::class; protected $responseSchemaDataType = ''; protected $routingConfigType = GoogleCloudAiplatformV1GenerationConfigRoutingConfig::class; protected $routingConfigDataType = ''; /** * @var int */ public $seed; protected $speechConfigType = GoogleCloudAiplatformV1SpeechConfig::class; protected $speechConfigDataType = ''; /** * @var string[] */ public $stopSequences; /** * @var float */ public $temperature; protected $thinkingConfigType = GoogleCloudAiplatformV1GenerationConfigThinkingConfig::class; protected $thinkingConfigDataType = ''; /** * @var float */ public $topK; /** * @var float */ public $topP; /** * @param bool */ public function setAudioTimestamp($audioTimestamp) { $this->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 bool */ public function setEnableAffectiveDialog($enableAffectiveDialog) { $this->enableAffectiveDialog = $enableAffectiveDialog; } /** * @return bool */ public function getEnableAffectiveDialog() { return $this->enableAffectiveDialog; } /** * @param float */ public function setFrequencyPenalty($frequencyPenalty) { $this->frequencyPenalty = $frequencyPenalty; } /** * @return float */ public function getFrequencyPenalty() { return $this->frequencyPenalty; } /** * @param GoogleCloudAiplatformV1ImageConfig */ public function setImageConfig(GoogleCloudAiplatformV1ImageConfig $imageConfig) { $this->imageConfig = $imageConfig; } /** * @return GoogleCloudAiplatformV1ImageConfig */ public function getImageConfig() { return $this->imageConfig; } /** * @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 string */ public function setMediaResolution($mediaResolution) { $this->mediaResolution = $mediaResolution; } /** * @return string */ public function getMediaResolution() { return $this->mediaResolution; } /** * @param float */ public function setPresencePenalty($presencePenalty) { $this->presencePenalty = $presencePenalty; } /** * @return float */ public function getPresencePenalty() { return $this->presencePenalty; } /** * @param array */ public function setResponseJsonSchema($responseJsonSchema) { $this->responseJsonSchema = $responseJsonSchema; } /** * @return array */ public function getResponseJsonSchema() { return $this->responseJsonSchema; } /** * @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 string[] */ public function setResponseModalities($responseModalities) { $this->responseModalities = $responseModalities; } /** * @return string[] */ public function getResponseModalities() { return $this->responseModalities; } /** * @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 GoogleCloudAiplatformV1SpeechConfig */ public function setSpeechConfig(GoogleCloudAiplatformV1SpeechConfig $speechConfig) { $this->speechConfig = $speechConfig; } /** * @return GoogleCloudAiplatformV1SpeechConfig */ public function getSpeechConfig() { return $this->speechConfig; } /** * @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 GoogleCloudAiplatformV1GenerationConfigThinkingConfig */ public function setThinkingConfig(GoogleCloudAiplatformV1GenerationConfigThinkingConfig $thinkingConfig) { $this->thinkingConfig = $thinkingConfig; } /** * @return GoogleCloudAiplatformV1GenerationConfigThinkingConfig */ public function getThinkingConfig() { return $this->thinkingConfig; } /** * @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');
Save
Cancel