1 | <?php
|
---|
2 | /*
|
---|
3 | * Copyright 2014 Google Inc.
|
---|
4 | *
|
---|
5 | * Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
---|
6 | * use this file except in compliance with the License. You may obtain a copy of
|
---|
7 | * the License at
|
---|
8 | *
|
---|
9 | * http://www.apache.org/licenses/LICENSE-2.0
|
---|
10 | *
|
---|
11 | * Unless required by applicable law or agreed to in writing, software
|
---|
12 | * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
---|
13 | * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
---|
14 | * License for the specific language governing permissions and limitations under
|
---|
15 | * the License.
|
---|
16 | */
|
---|
17 |
|
---|
18 | namespace Google\Service\Aiplatform;
|
---|
19 |
|
---|
20 | class GoogleCloudAiplatformV1EvaluateInstancesResponse extends \Google\Model
|
---|
21 | {
|
---|
22 | protected $bleuResultsType = GoogleCloudAiplatformV1BleuResults::class;
|
---|
23 | protected $bleuResultsDataType = '';
|
---|
24 | protected $coherenceResultType = GoogleCloudAiplatformV1CoherenceResult::class;
|
---|
25 | protected $coherenceResultDataType = '';
|
---|
26 | protected $cometResultType = GoogleCloudAiplatformV1CometResult::class;
|
---|
27 | protected $cometResultDataType = '';
|
---|
28 | protected $exactMatchResultsType = GoogleCloudAiplatformV1ExactMatchResults::class;
|
---|
29 | protected $exactMatchResultsDataType = '';
|
---|
30 | protected $fluencyResultType = GoogleCloudAiplatformV1FluencyResult::class;
|
---|
31 | protected $fluencyResultDataType = '';
|
---|
32 | protected $fulfillmentResultType = GoogleCloudAiplatformV1FulfillmentResult::class;
|
---|
33 | protected $fulfillmentResultDataType = '';
|
---|
34 | protected $groundednessResultType = GoogleCloudAiplatformV1GroundednessResult::class;
|
---|
35 | protected $groundednessResultDataType = '';
|
---|
36 | protected $metricxResultType = GoogleCloudAiplatformV1MetricxResult::class;
|
---|
37 | protected $metricxResultDataType = '';
|
---|
38 | protected $pairwiseMetricResultType = GoogleCloudAiplatformV1PairwiseMetricResult::class;
|
---|
39 | protected $pairwiseMetricResultDataType = '';
|
---|
40 | protected $pairwiseQuestionAnsweringQualityResultType = GoogleCloudAiplatformV1PairwiseQuestionAnsweringQualityResult::class;
|
---|
41 | protected $pairwiseQuestionAnsweringQualityResultDataType = '';
|
---|
42 | protected $pairwiseSummarizationQualityResultType = GoogleCloudAiplatformV1PairwiseSummarizationQualityResult::class;
|
---|
43 | protected $pairwiseSummarizationQualityResultDataType = '';
|
---|
44 | protected $pointwiseMetricResultType = GoogleCloudAiplatformV1PointwiseMetricResult::class;
|
---|
45 | protected $pointwiseMetricResultDataType = '';
|
---|
46 | protected $questionAnsweringCorrectnessResultType = GoogleCloudAiplatformV1QuestionAnsweringCorrectnessResult::class;
|
---|
47 | protected $questionAnsweringCorrectnessResultDataType = '';
|
---|
48 | protected $questionAnsweringHelpfulnessResultType = GoogleCloudAiplatformV1QuestionAnsweringHelpfulnessResult::class;
|
---|
49 | protected $questionAnsweringHelpfulnessResultDataType = '';
|
---|
50 | protected $questionAnsweringQualityResultType = GoogleCloudAiplatformV1QuestionAnsweringQualityResult::class;
|
---|
51 | protected $questionAnsweringQualityResultDataType = '';
|
---|
52 | protected $questionAnsweringRelevanceResultType = GoogleCloudAiplatformV1QuestionAnsweringRelevanceResult::class;
|
---|
53 | protected $questionAnsweringRelevanceResultDataType = '';
|
---|
54 | protected $rougeResultsType = GoogleCloudAiplatformV1RougeResults::class;
|
---|
55 | protected $rougeResultsDataType = '';
|
---|
56 | protected $safetyResultType = GoogleCloudAiplatformV1SafetyResult::class;
|
---|
57 | protected $safetyResultDataType = '';
|
---|
58 | protected $summarizationHelpfulnessResultType = GoogleCloudAiplatformV1SummarizationHelpfulnessResult::class;
|
---|
59 | protected $summarizationHelpfulnessResultDataType = '';
|
---|
60 | protected $summarizationQualityResultType = GoogleCloudAiplatformV1SummarizationQualityResult::class;
|
---|
61 | protected $summarizationQualityResultDataType = '';
|
---|
62 | protected $summarizationVerbosityResultType = GoogleCloudAiplatformV1SummarizationVerbosityResult::class;
|
---|
63 | protected $summarizationVerbosityResultDataType = '';
|
---|
64 | protected $toolCallValidResultsType = GoogleCloudAiplatformV1ToolCallValidResults::class;
|
---|
65 | protected $toolCallValidResultsDataType = '';
|
---|
66 | protected $toolNameMatchResultsType = GoogleCloudAiplatformV1ToolNameMatchResults::class;
|
---|
67 | protected $toolNameMatchResultsDataType = '';
|
---|
68 | protected $toolParameterKeyMatchResultsType = GoogleCloudAiplatformV1ToolParameterKeyMatchResults::class;
|
---|
69 | protected $toolParameterKeyMatchResultsDataType = '';
|
---|
70 | protected $toolParameterKvMatchResultsType = GoogleCloudAiplatformV1ToolParameterKVMatchResults::class;
|
---|
71 | protected $toolParameterKvMatchResultsDataType = '';
|
---|
72 |
|
---|
73 | /**
|
---|
74 | * @param GoogleCloudAiplatformV1BleuResults
|
---|
75 | */
|
---|
76 | public function setBleuResults(GoogleCloudAiplatformV1BleuResults $bleuResults)
|
---|
77 | {
|
---|
78 | $this->bleuResults = $bleuResults;
|
---|
79 | }
|
---|
80 | /**
|
---|
81 | * @return GoogleCloudAiplatformV1BleuResults
|
---|
82 | */
|
---|
83 | public function getBleuResults()
|
---|
84 | {
|
---|
85 | return $this->bleuResults;
|
---|
86 | }
|
---|
87 | /**
|
---|
88 | * @param GoogleCloudAiplatformV1CoherenceResult
|
---|
89 | */
|
---|
90 | public function setCoherenceResult(GoogleCloudAiplatformV1CoherenceResult $coherenceResult)
|
---|
91 | {
|
---|
92 | $this->coherenceResult = $coherenceResult;
|
---|
93 | }
|
---|
94 | /**
|
---|
95 | * @return GoogleCloudAiplatformV1CoherenceResult
|
---|
96 | */
|
---|
97 | public function getCoherenceResult()
|
---|
98 | {
|
---|
99 | return $this->coherenceResult;
|
---|
100 | }
|
---|
101 | /**
|
---|
102 | * @param GoogleCloudAiplatformV1CometResult
|
---|
103 | */
|
---|
104 | public function setCometResult(GoogleCloudAiplatformV1CometResult $cometResult)
|
---|
105 | {
|
---|
106 | $this->cometResult = $cometResult;
|
---|
107 | }
|
---|
108 | /**
|
---|
109 | * @return GoogleCloudAiplatformV1CometResult
|
---|
110 | */
|
---|
111 | public function getCometResult()
|
---|
112 | {
|
---|
113 | return $this->cometResult;
|
---|
114 | }
|
---|
115 | /**
|
---|
116 | * @param GoogleCloudAiplatformV1ExactMatchResults
|
---|
117 | */
|
---|
118 | public function setExactMatchResults(GoogleCloudAiplatformV1ExactMatchResults $exactMatchResults)
|
---|
119 | {
|
---|
120 | $this->exactMatchResults = $exactMatchResults;
|
---|
121 | }
|
---|
122 | /**
|
---|
123 | * @return GoogleCloudAiplatformV1ExactMatchResults
|
---|
124 | */
|
---|
125 | public function getExactMatchResults()
|
---|
126 | {
|
---|
127 | return $this->exactMatchResults;
|
---|
128 | }
|
---|
129 | /**
|
---|
130 | * @param GoogleCloudAiplatformV1FluencyResult
|
---|
131 | */
|
---|
132 | public function setFluencyResult(GoogleCloudAiplatformV1FluencyResult $fluencyResult)
|
---|
133 | {
|
---|
134 | $this->fluencyResult = $fluencyResult;
|
---|
135 | }
|
---|
136 | /**
|
---|
137 | * @return GoogleCloudAiplatformV1FluencyResult
|
---|
138 | */
|
---|
139 | public function getFluencyResult()
|
---|
140 | {
|
---|
141 | return $this->fluencyResult;
|
---|
142 | }
|
---|
143 | /**
|
---|
144 | * @param GoogleCloudAiplatformV1FulfillmentResult
|
---|
145 | */
|
---|
146 | public function setFulfillmentResult(GoogleCloudAiplatformV1FulfillmentResult $fulfillmentResult)
|
---|
147 | {
|
---|
148 | $this->fulfillmentResult = $fulfillmentResult;
|
---|
149 | }
|
---|
150 | /**
|
---|
151 | * @return GoogleCloudAiplatformV1FulfillmentResult
|
---|
152 | */
|
---|
153 | public function getFulfillmentResult()
|
---|
154 | {
|
---|
155 | return $this->fulfillmentResult;
|
---|
156 | }
|
---|
157 | /**
|
---|
158 | * @param GoogleCloudAiplatformV1GroundednessResult
|
---|
159 | */
|
---|
160 | public function setGroundednessResult(GoogleCloudAiplatformV1GroundednessResult $groundednessResult)
|
---|
161 | {
|
---|
162 | $this->groundednessResult = $groundednessResult;
|
---|
163 | }
|
---|
164 | /**
|
---|
165 | * @return GoogleCloudAiplatformV1GroundednessResult
|
---|
166 | */
|
---|
167 | public function getGroundednessResult()
|
---|
168 | {
|
---|
169 | return $this->groundednessResult;
|
---|
170 | }
|
---|
171 | /**
|
---|
172 | * @param GoogleCloudAiplatformV1MetricxResult
|
---|
173 | */
|
---|
174 | public function setMetricxResult(GoogleCloudAiplatformV1MetricxResult $metricxResult)
|
---|
175 | {
|
---|
176 | $this->metricxResult = $metricxResult;
|
---|
177 | }
|
---|
178 | /**
|
---|
179 | * @return GoogleCloudAiplatformV1MetricxResult
|
---|
180 | */
|
---|
181 | public function getMetricxResult()
|
---|
182 | {
|
---|
183 | return $this->metricxResult;
|
---|
184 | }
|
---|
185 | /**
|
---|
186 | * @param GoogleCloudAiplatformV1PairwiseMetricResult
|
---|
187 | */
|
---|
188 | public function setPairwiseMetricResult(GoogleCloudAiplatformV1PairwiseMetricResult $pairwiseMetricResult)
|
---|
189 | {
|
---|
190 | $this->pairwiseMetricResult = $pairwiseMetricResult;
|
---|
191 | }
|
---|
192 | /**
|
---|
193 | * @return GoogleCloudAiplatformV1PairwiseMetricResult
|
---|
194 | */
|
---|
195 | public function getPairwiseMetricResult()
|
---|
196 | {
|
---|
197 | return $this->pairwiseMetricResult;
|
---|
198 | }
|
---|
199 | /**
|
---|
200 | * @param GoogleCloudAiplatformV1PairwiseQuestionAnsweringQualityResult
|
---|
201 | */
|
---|
202 | public function setPairwiseQuestionAnsweringQualityResult(GoogleCloudAiplatformV1PairwiseQuestionAnsweringQualityResult $pairwiseQuestionAnsweringQualityResult)
|
---|
203 | {
|
---|
204 | $this->pairwiseQuestionAnsweringQualityResult = $pairwiseQuestionAnsweringQualityResult;
|
---|
205 | }
|
---|
206 | /**
|
---|
207 | * @return GoogleCloudAiplatformV1PairwiseQuestionAnsweringQualityResult
|
---|
208 | */
|
---|
209 | public function getPairwiseQuestionAnsweringQualityResult()
|
---|
210 | {
|
---|
211 | return $this->pairwiseQuestionAnsweringQualityResult;
|
---|
212 | }
|
---|
213 | /**
|
---|
214 | * @param GoogleCloudAiplatformV1PairwiseSummarizationQualityResult
|
---|
215 | */
|
---|
216 | public function setPairwiseSummarizationQualityResult(GoogleCloudAiplatformV1PairwiseSummarizationQualityResult $pairwiseSummarizationQualityResult)
|
---|
217 | {
|
---|
218 | $this->pairwiseSummarizationQualityResult = $pairwiseSummarizationQualityResult;
|
---|
219 | }
|
---|
220 | /**
|
---|
221 | * @return GoogleCloudAiplatformV1PairwiseSummarizationQualityResult
|
---|
222 | */
|
---|
223 | public function getPairwiseSummarizationQualityResult()
|
---|
224 | {
|
---|
225 | return $this->pairwiseSummarizationQualityResult;
|
---|
226 | }
|
---|
227 | /**
|
---|
228 | * @param GoogleCloudAiplatformV1PointwiseMetricResult
|
---|
229 | */
|
---|
230 | public function setPointwiseMetricResult(GoogleCloudAiplatformV1PointwiseMetricResult $pointwiseMetricResult)
|
---|
231 | {
|
---|
232 | $this->pointwiseMetricResult = $pointwiseMetricResult;
|
---|
233 | }
|
---|
234 | /**
|
---|
235 | * @return GoogleCloudAiplatformV1PointwiseMetricResult
|
---|
236 | */
|
---|
237 | public function getPointwiseMetricResult()
|
---|
238 | {
|
---|
239 | return $this->pointwiseMetricResult;
|
---|
240 | }
|
---|
241 | /**
|
---|
242 | * @param GoogleCloudAiplatformV1QuestionAnsweringCorrectnessResult
|
---|
243 | */
|
---|
244 | public function setQuestionAnsweringCorrectnessResult(GoogleCloudAiplatformV1QuestionAnsweringCorrectnessResult $questionAnsweringCorrectnessResult)
|
---|
245 | {
|
---|
246 | $this->questionAnsweringCorrectnessResult = $questionAnsweringCorrectnessResult;
|
---|
247 | }
|
---|
248 | /**
|
---|
249 | * @return GoogleCloudAiplatformV1QuestionAnsweringCorrectnessResult
|
---|
250 | */
|
---|
251 | public function getQuestionAnsweringCorrectnessResult()
|
---|
252 | {
|
---|
253 | return $this->questionAnsweringCorrectnessResult;
|
---|
254 | }
|
---|
255 | /**
|
---|
256 | * @param GoogleCloudAiplatformV1QuestionAnsweringHelpfulnessResult
|
---|
257 | */
|
---|
258 | public function setQuestionAnsweringHelpfulnessResult(GoogleCloudAiplatformV1QuestionAnsweringHelpfulnessResult $questionAnsweringHelpfulnessResult)
|
---|
259 | {
|
---|
260 | $this->questionAnsweringHelpfulnessResult = $questionAnsweringHelpfulnessResult;
|
---|
261 | }
|
---|
262 | /**
|
---|
263 | * @return GoogleCloudAiplatformV1QuestionAnsweringHelpfulnessResult
|
---|
264 | */
|
---|
265 | public function getQuestionAnsweringHelpfulnessResult()
|
---|
266 | {
|
---|
267 | return $this->questionAnsweringHelpfulnessResult;
|
---|
268 | }
|
---|
269 | /**
|
---|
270 | * @param GoogleCloudAiplatformV1QuestionAnsweringQualityResult
|
---|
271 | */
|
---|
272 | public function setQuestionAnsweringQualityResult(GoogleCloudAiplatformV1QuestionAnsweringQualityResult $questionAnsweringQualityResult)
|
---|
273 | {
|
---|
274 | $this->questionAnsweringQualityResult = $questionAnsweringQualityResult;
|
---|
275 | }
|
---|
276 | /**
|
---|
277 | * @return GoogleCloudAiplatformV1QuestionAnsweringQualityResult
|
---|
278 | */
|
---|
279 | public function getQuestionAnsweringQualityResult()
|
---|
280 | {
|
---|
281 | return $this->questionAnsweringQualityResult;
|
---|
282 | }
|
---|
283 | /**
|
---|
284 | * @param GoogleCloudAiplatformV1QuestionAnsweringRelevanceResult
|
---|
285 | */
|
---|
286 | public function setQuestionAnsweringRelevanceResult(GoogleCloudAiplatformV1QuestionAnsweringRelevanceResult $questionAnsweringRelevanceResult)
|
---|
287 | {
|
---|
288 | $this->questionAnsweringRelevanceResult = $questionAnsweringRelevanceResult;
|
---|
289 | }
|
---|
290 | /**
|
---|
291 | * @return GoogleCloudAiplatformV1QuestionAnsweringRelevanceResult
|
---|
292 | */
|
---|
293 | public function getQuestionAnsweringRelevanceResult()
|
---|
294 | {
|
---|
295 | return $this->questionAnsweringRelevanceResult;
|
---|
296 | }
|
---|
297 | /**
|
---|
298 | * @param GoogleCloudAiplatformV1RougeResults
|
---|
299 | */
|
---|
300 | public function setRougeResults(GoogleCloudAiplatformV1RougeResults $rougeResults)
|
---|
301 | {
|
---|
302 | $this->rougeResults = $rougeResults;
|
---|
303 | }
|
---|
304 | /**
|
---|
305 | * @return GoogleCloudAiplatformV1RougeResults
|
---|
306 | */
|
---|
307 | public function getRougeResults()
|
---|
308 | {
|
---|
309 | return $this->rougeResults;
|
---|
310 | }
|
---|
311 | /**
|
---|
312 | * @param GoogleCloudAiplatformV1SafetyResult
|
---|
313 | */
|
---|
314 | public function setSafetyResult(GoogleCloudAiplatformV1SafetyResult $safetyResult)
|
---|
315 | {
|
---|
316 | $this->safetyResult = $safetyResult;
|
---|
317 | }
|
---|
318 | /**
|
---|
319 | * @return GoogleCloudAiplatformV1SafetyResult
|
---|
320 | */
|
---|
321 | public function getSafetyResult()
|
---|
322 | {
|
---|
323 | return $this->safetyResult;
|
---|
324 | }
|
---|
325 | /**
|
---|
326 | * @param GoogleCloudAiplatformV1SummarizationHelpfulnessResult
|
---|
327 | */
|
---|
328 | public function setSummarizationHelpfulnessResult(GoogleCloudAiplatformV1SummarizationHelpfulnessResult $summarizationHelpfulnessResult)
|
---|
329 | {
|
---|
330 | $this->summarizationHelpfulnessResult = $summarizationHelpfulnessResult;
|
---|
331 | }
|
---|
332 | /**
|
---|
333 | * @return GoogleCloudAiplatformV1SummarizationHelpfulnessResult
|
---|
334 | */
|
---|
335 | public function getSummarizationHelpfulnessResult()
|
---|
336 | {
|
---|
337 | return $this->summarizationHelpfulnessResult;
|
---|
338 | }
|
---|
339 | /**
|
---|
340 | * @param GoogleCloudAiplatformV1SummarizationQualityResult
|
---|
341 | */
|
---|
342 | public function setSummarizationQualityResult(GoogleCloudAiplatformV1SummarizationQualityResult $summarizationQualityResult)
|
---|
343 | {
|
---|
344 | $this->summarizationQualityResult = $summarizationQualityResult;
|
---|
345 | }
|
---|
346 | /**
|
---|
347 | * @return GoogleCloudAiplatformV1SummarizationQualityResult
|
---|
348 | */
|
---|
349 | public function getSummarizationQualityResult()
|
---|
350 | {
|
---|
351 | return $this->summarizationQualityResult;
|
---|
352 | }
|
---|
353 | /**
|
---|
354 | * @param GoogleCloudAiplatformV1SummarizationVerbosityResult
|
---|
355 | */
|
---|
356 | public function setSummarizationVerbosityResult(GoogleCloudAiplatformV1SummarizationVerbosityResult $summarizationVerbosityResult)
|
---|
357 | {
|
---|
358 | $this->summarizationVerbosityResult = $summarizationVerbosityResult;
|
---|
359 | }
|
---|
360 | /**
|
---|
361 | * @return GoogleCloudAiplatformV1SummarizationVerbosityResult
|
---|
362 | */
|
---|
363 | public function getSummarizationVerbosityResult()
|
---|
364 | {
|
---|
365 | return $this->summarizationVerbosityResult;
|
---|
366 | }
|
---|
367 | /**
|
---|
368 | * @param GoogleCloudAiplatformV1ToolCallValidResults
|
---|
369 | */
|
---|
370 | public function setToolCallValidResults(GoogleCloudAiplatformV1ToolCallValidResults $toolCallValidResults)
|
---|
371 | {
|
---|
372 | $this->toolCallValidResults = $toolCallValidResults;
|
---|
373 | }
|
---|
374 | /**
|
---|
375 | * @return GoogleCloudAiplatformV1ToolCallValidResults
|
---|
376 | */
|
---|
377 | public function getToolCallValidResults()
|
---|
378 | {
|
---|
379 | return $this->toolCallValidResults;
|
---|
380 | }
|
---|
381 | /**
|
---|
382 | * @param GoogleCloudAiplatformV1ToolNameMatchResults
|
---|
383 | */
|
---|
384 | public function setToolNameMatchResults(GoogleCloudAiplatformV1ToolNameMatchResults $toolNameMatchResults)
|
---|
385 | {
|
---|
386 | $this->toolNameMatchResults = $toolNameMatchResults;
|
---|
387 | }
|
---|
388 | /**
|
---|
389 | * @return GoogleCloudAiplatformV1ToolNameMatchResults
|
---|
390 | */
|
---|
391 | public function getToolNameMatchResults()
|
---|
392 | {
|
---|
393 | return $this->toolNameMatchResults;
|
---|
394 | }
|
---|
395 | /**
|
---|
396 | * @param GoogleCloudAiplatformV1ToolParameterKeyMatchResults
|
---|
397 | */
|
---|
398 | public function setToolParameterKeyMatchResults(GoogleCloudAiplatformV1ToolParameterKeyMatchResults $toolParameterKeyMatchResults)
|
---|
399 | {
|
---|
400 | $this->toolParameterKeyMatchResults = $toolParameterKeyMatchResults;
|
---|
401 | }
|
---|
402 | /**
|
---|
403 | * @return GoogleCloudAiplatformV1ToolParameterKeyMatchResults
|
---|
404 | */
|
---|
405 | public function getToolParameterKeyMatchResults()
|
---|
406 | {
|
---|
407 | return $this->toolParameterKeyMatchResults;
|
---|
408 | }
|
---|
409 | /**
|
---|
410 | * @param GoogleCloudAiplatformV1ToolParameterKVMatchResults
|
---|
411 | */
|
---|
412 | public function setToolParameterKvMatchResults(GoogleCloudAiplatformV1ToolParameterKVMatchResults $toolParameterKvMatchResults)
|
---|
413 | {
|
---|
414 | $this->toolParameterKvMatchResults = $toolParameterKvMatchResults;
|
---|
415 | }
|
---|
416 | /**
|
---|
417 | * @return GoogleCloudAiplatformV1ToolParameterKVMatchResults
|
---|
418 | */
|
---|
419 | public function getToolParameterKvMatchResults()
|
---|
420 | {
|
---|
421 | return $this->toolParameterKvMatchResults;
|
---|
422 | }
|
---|
423 | }
|
---|
424 |
|
---|
425 | // Adding a class alias for backwards compatibility with the previous class name.
|
---|
426 | class_alias(GoogleCloudAiplatformV1EvaluateInstancesResponse::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1EvaluateInstancesResponse');
|
---|