-
Notifications
You must be signed in to change notification settings - Fork 316
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into universe-domain
- Loading branch information
Showing
22 changed files
with
694 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
62 changes: 62 additions & 0 deletions
62
src/Aiplatform/LearningGenaiRootCodeyGenerationMetadata.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
<?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 LearningGenaiRootCodeyGenerationMetadata extends \Google\Model | ||
{ | ||
/** | ||
* @var string | ||
*/ | ||
public $output; | ||
/** | ||
* @var string | ||
*/ | ||
public $postInferenceStep; | ||
|
||
/** | ||
* @param string | ||
*/ | ||
public function setOutput($output) | ||
{ | ||
$this->output = $output; | ||
} | ||
/** | ||
* @return string | ||
*/ | ||
public function getOutput() | ||
{ | ||
return $this->output; | ||
} | ||
/** | ||
* @param string | ||
*/ | ||
public function setPostInferenceStep($postInferenceStep) | ||
{ | ||
$this->postInferenceStep = $postInferenceStep; | ||
} | ||
/** | ||
* @return string | ||
*/ | ||
public function getPostInferenceStep() | ||
{ | ||
return $this->postInferenceStep; | ||
} | ||
} | ||
|
||
// Adding a class alias for backwards compatibility with the previous class name. | ||
class_alias(LearningGenaiRootCodeyGenerationMetadata::class, 'Google_Service_Aiplatform_LearningGenaiRootCodeyGenerationMetadata'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
62 changes: 62 additions & 0 deletions
62
src/Aiplatform/LearningGenaiRootControlDecodingConfigThreshold.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
<?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 LearningGenaiRootControlDecodingConfigThreshold extends \Google\Model | ||
{ | ||
/** | ||
* @var string | ||
*/ | ||
public $policy; | ||
/** | ||
* @var float | ||
*/ | ||
public $scoreMax; | ||
|
||
/** | ||
* @param string | ||
*/ | ||
public function setPolicy($policy) | ||
{ | ||
$this->policy = $policy; | ||
} | ||
/** | ||
* @return string | ||
*/ | ||
public function getPolicy() | ||
{ | ||
return $this->policy; | ||
} | ||
/** | ||
* @param float | ||
*/ | ||
public function setScoreMax($scoreMax) | ||
{ | ||
$this->scoreMax = $scoreMax; | ||
} | ||
/** | ||
* @return float | ||
*/ | ||
public function getScoreMax() | ||
{ | ||
return $this->scoreMax; | ||
} | ||
} | ||
|
||
// Adding a class alias for backwards compatibility with the previous class name. | ||
class_alias(LearningGenaiRootControlDecodingConfigThreshold::class, 'Google_Service_Aiplatform_LearningGenaiRootControlDecodingConfigThreshold'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,95 @@ | ||
<?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 LearningGenaiRootControlDecodingRecord extends \Google\Collection | ||
{ | ||
protected $collection_key = 'thresholds'; | ||
/** | ||
* @var string | ||
*/ | ||
public $prefixes; | ||
protected $scoresType = LearningGenaiRootControlDecodingRecordPolicyScore::class; | ||
protected $scoresDataType = 'array'; | ||
/** | ||
* @var string | ||
*/ | ||
public $suffiexes; | ||
protected $thresholdsType = LearningGenaiRootControlDecodingConfigThreshold::class; | ||
protected $thresholdsDataType = 'array'; | ||
|
||
/** | ||
* @param string | ||
*/ | ||
public function setPrefixes($prefixes) | ||
{ | ||
$this->prefixes = $prefixes; | ||
} | ||
/** | ||
* @return string | ||
*/ | ||
public function getPrefixes() | ||
{ | ||
return $this->prefixes; | ||
} | ||
/** | ||
* @param LearningGenaiRootControlDecodingRecordPolicyScore[] | ||
*/ | ||
public function setScores($scores) | ||
{ | ||
$this->scores = $scores; | ||
} | ||
/** | ||
* @return LearningGenaiRootControlDecodingRecordPolicyScore[] | ||
*/ | ||
public function getScores() | ||
{ | ||
return $this->scores; | ||
} | ||
/** | ||
* @param string | ||
*/ | ||
public function setSuffiexes($suffiexes) | ||
{ | ||
$this->suffiexes = $suffiexes; | ||
} | ||
/** | ||
* @return string | ||
*/ | ||
public function getSuffiexes() | ||
{ | ||
return $this->suffiexes; | ||
} | ||
/** | ||
* @param LearningGenaiRootControlDecodingConfigThreshold[] | ||
*/ | ||
public function setThresholds($thresholds) | ||
{ | ||
$this->thresholds = $thresholds; | ||
} | ||
/** | ||
* @return LearningGenaiRootControlDecodingConfigThreshold[] | ||
*/ | ||
public function getThresholds() | ||
{ | ||
return $this->thresholds; | ||
} | ||
} | ||
|
||
// Adding a class alias for backwards compatibility with the previous class name. | ||
class_alias(LearningGenaiRootControlDecodingRecord::class, 'Google_Service_Aiplatform_LearningGenaiRootControlDecodingRecord'); |
Oops, something went wrong.