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 GoogleCloudAiplatformV1EvaluateInstancesRequest extends \Google\Model
|
---|
21 | {
|
---|
22 | protected $bleuInputType = GoogleCloudAiplatformV1BleuInput::class;
|
---|
23 | protected $bleuInputDataType = '';
|
---|
24 | protected $coherenceInputType = GoogleCloudAiplatformV1CoherenceInput::class;
|
---|
25 | protected $coherenceInputDataType = '';
|
---|
26 | protected $cometInputType = GoogleCloudAiplatformV1CometInput::class;
|
---|
27 | protected $cometInputDataType = '';
|
---|
28 | protected $exactMatchInputType = GoogleCloudAiplatformV1ExactMatchInput::class;
|
---|
29 | protected $exactMatchInputDataType = '';
|
---|
30 | protected $fluencyInputType = GoogleCloudAiplatformV1FluencyInput::class;
|
---|
31 | protected $fluencyInputDataType = '';
|
---|
32 | protected $fulfillmentInputType = GoogleCloudAiplatformV1FulfillmentInput::class;
|
---|
33 | protected $fulfillmentInputDataType = '';
|
---|
34 | protected $groundednessInputType = GoogleCloudAiplatformV1GroundednessInput::class;
|
---|
35 | protected $groundednessInputDataType = '';
|
---|
36 | protected $metricxInputType = GoogleCloudAiplatformV1MetricxInput::class;
|
---|
37 | protected $metricxInputDataType = '';
|
---|
38 | protected $pairwiseMetricInputType = GoogleCloudAiplatformV1PairwiseMetricInput::class;
|
---|
39 | protected $pairwiseMetricInputDataType = '';
|
---|
40 | protected $pairwiseQuestionAnsweringQualityInputType = GoogleCloudAiplatformV1PairwiseQuestionAnsweringQualityInput::class;
|
---|
41 | protected $pairwiseQuestionAnsweringQualityInputDataType = '';
|
---|
42 | protected $pairwiseSummarizationQualityInputType = GoogleCloudAiplatformV1PairwiseSummarizationQualityInput::class;
|
---|
43 | protected $pairwiseSummarizationQualityInputDataType = '';
|
---|
44 | protected $pointwiseMetricInputType = GoogleCloudAiplatformV1PointwiseMetricInput::class;
|
---|
45 | protected $pointwiseMetricInputDataType = '';
|
---|
46 | protected $questionAnsweringCorrectnessInputType = GoogleCloudAiplatformV1QuestionAnsweringCorrectnessInput::class;
|
---|
47 | protected $questionAnsweringCorrectnessInputDataType = '';
|
---|
48 | protected $questionAnsweringHelpfulnessInputType = GoogleCloudAiplatformV1QuestionAnsweringHelpfulnessInput::class;
|
---|
49 | protected $questionAnsweringHelpfulnessInputDataType = '';
|
---|
50 | protected $questionAnsweringQualityInputType = GoogleCloudAiplatformV1QuestionAnsweringQualityInput::class;
|
---|
51 | protected $questionAnsweringQualityInputDataType = '';
|
---|
52 | protected $questionAnsweringRelevanceInputType = GoogleCloudAiplatformV1QuestionAnsweringRelevanceInput::class;
|
---|
53 | protected $questionAnsweringRelevanceInputDataType = '';
|
---|
54 | protected $rougeInputType = GoogleCloudAiplatformV1RougeInput::class;
|
---|
55 | protected $rougeInputDataType = '';
|
---|
56 | protected $safetyInputType = GoogleCloudAiplatformV1SafetyInput::class;
|
---|
57 | protected $safetyInputDataType = '';
|
---|
58 | protected $summarizationHelpfulnessInputType = GoogleCloudAiplatformV1SummarizationHelpfulnessInput::class;
|
---|
59 | protected $summarizationHelpfulnessInputDataType = '';
|
---|
60 | protected $summarizationQualityInputType = GoogleCloudAiplatformV1SummarizationQualityInput::class;
|
---|
61 | protected $summarizationQualityInputDataType = '';
|
---|
62 | protected $summarizationVerbosityInputType = GoogleCloudAiplatformV1SummarizationVerbosityInput::class;
|
---|
63 | protected $summarizationVerbosityInputDataType = '';
|
---|
64 | protected $toolCallValidInputType = GoogleCloudAiplatformV1ToolCallValidInput::class;
|
---|
65 | protected $toolCallValidInputDataType = '';
|
---|
66 | protected $toolNameMatchInputType = GoogleCloudAiplatformV1ToolNameMatchInput::class;
|
---|
67 | protected $toolNameMatchInputDataType = '';
|
---|
68 | protected $toolParameterKeyMatchInputType = GoogleCloudAiplatformV1ToolParameterKeyMatchInput::class;
|
---|
69 | protected $toolParameterKeyMatchInputDataType = '';
|
---|
70 | protected $toolParameterKvMatchInputType = GoogleCloudAiplatformV1ToolParameterKVMatchInput::class;
|
---|
71 | protected $toolParameterKvMatchInputDataType = '';
|
---|
72 |
|
---|
73 | /**
|
---|
74 | * @param GoogleCloudAiplatformV1BleuInput
|
---|
75 | */
|
---|
76 | public function setBleuInput(GoogleCloudAiplatformV1BleuInput $bleuInput)
|
---|
77 | {
|
---|
78 | $this->bleuInput = $bleuInput;
|
---|
79 | }
|
---|
80 | /**
|
---|
81 | * @return GoogleCloudAiplatformV1BleuInput
|
---|
82 | */
|
---|
83 | public function getBleuInput()
|
---|
84 | {
|
---|
85 | return $this->bleuInput;
|
---|
86 | }
|
---|
87 | /**
|
---|
88 | * @param GoogleCloudAiplatformV1CoherenceInput
|
---|
89 | */
|
---|
90 | public function setCoherenceInput(GoogleCloudAiplatformV1CoherenceInput $coherenceInput)
|
---|
91 | {
|
---|
92 | $this->coherenceInput = $coherenceInput;
|
---|
93 | }
|
---|
94 | /**
|
---|
95 | * @return GoogleCloudAiplatformV1CoherenceInput
|
---|
96 | */
|
---|
97 | public function getCoherenceInput()
|
---|
98 | {
|
---|
99 | return $this->coherenceInput;
|
---|
100 | }
|
---|
101 | /**
|
---|
102 | * @param GoogleCloudAiplatformV1CometInput
|
---|
103 | */
|
---|
104 | public function setCometInput(GoogleCloudAiplatformV1CometInput $cometInput)
|
---|
105 | {
|
---|
106 | $this->cometInput = $cometInput;
|
---|
107 | }
|
---|
108 | /**
|
---|
109 | * @return GoogleCloudAiplatformV1CometInput
|
---|
110 | */
|
---|
111 | public function getCometInput()
|
---|
112 | {
|
---|
113 | return $this->cometInput;
|
---|
114 | }
|
---|
115 | /**
|
---|
116 | * @param GoogleCloudAiplatformV1ExactMatchInput
|
---|
117 | */
|
---|
118 | public function setExactMatchInput(GoogleCloudAiplatformV1ExactMatchInput $exactMatchInput)
|
---|
119 | {
|
---|
120 | $this->exactMatchInput = $exactMatchInput;
|
---|
121 | }
|
---|
122 | /**
|
---|
123 | * @return GoogleCloudAiplatformV1ExactMatchInput
|
---|
124 | */
|
---|
125 | public function getExactMatchInput()
|
---|
126 | {
|
---|
127 | return $this->exactMatchInput;
|
---|
128 | }
|
---|
129 | /**
|
---|
130 | * @param GoogleCloudAiplatformV1FluencyInput
|
---|
131 | */
|
---|
132 | public function setFluencyInput(GoogleCloudAiplatformV1FluencyInput $fluencyInput)
|
---|
133 | {
|
---|
134 | $this->fluencyInput = $fluencyInput;
|
---|
135 | }
|
---|
136 | /**
|
---|
137 | * @return GoogleCloudAiplatformV1FluencyInput
|
---|
138 | */
|
---|
139 | public function getFluencyInput()
|
---|
140 | {
|
---|
141 | return $this->fluencyInput;
|
---|
142 | }
|
---|
143 | /**
|
---|
144 | * @param GoogleCloudAiplatformV1FulfillmentInput
|
---|
145 | */
|
---|
146 | public function setFulfillmentInput(GoogleCloudAiplatformV1FulfillmentInput $fulfillmentInput)
|
---|
147 | {
|
---|
148 | $this->fulfillmentInput = $fulfillmentInput;
|
---|
149 | }
|
---|
150 | /**
|
---|
151 | * @return GoogleCloudAiplatformV1FulfillmentInput
|
---|
152 | */
|
---|
153 | public function getFulfillmentInput()
|
---|
154 | {
|
---|
155 | return $this->fulfillmentInput;
|
---|
156 | }
|
---|
157 | /**
|
---|
158 | * @param GoogleCloudAiplatformV1GroundednessInput
|
---|
159 | */
|
---|
160 | public function setGroundednessInput(GoogleCloudAiplatformV1GroundednessInput $groundednessInput)
|
---|
161 | {
|
---|
162 | $this->groundednessInput = $groundednessInput;
|
---|
163 | }
|
---|
164 | /**
|
---|
165 | * @return GoogleCloudAiplatformV1GroundednessInput
|
---|
166 | */
|
---|
167 | public function getGroundednessInput()
|
---|
168 | {
|
---|
169 | return $this->groundednessInput;
|
---|
170 | }
|
---|
171 | /**
|
---|
172 | * @param GoogleCloudAiplatformV1MetricxInput
|
---|
173 | */
|
---|
174 | public function setMetricxInput(GoogleCloudAiplatformV1MetricxInput $metricxInput)
|
---|
175 | {
|
---|
176 | $this->metricxInput = $metricxInput;
|
---|
177 | }
|
---|
178 | /**
|
---|
179 | * @return GoogleCloudAiplatformV1MetricxInput
|
---|
180 | */
|
---|
181 | public function getMetricxInput()
|
---|
182 | {
|
---|
183 | return $this->metricxInput;
|
---|
184 | }
|
---|
185 | /**
|
---|
186 | * @param GoogleCloudAiplatformV1PairwiseMetricInput
|
---|
187 | */
|
---|
188 | public function setPairwiseMetricInput(GoogleCloudAiplatformV1PairwiseMetricInput $pairwiseMetricInput)
|
---|
189 | {
|
---|
190 | $this->pairwiseMetricInput = $pairwiseMetricInput;
|
---|
191 | }
|
---|
192 | /**
|
---|
193 | * @return GoogleCloudAiplatformV1PairwiseMetricInput
|
---|
194 | */
|
---|
195 | public function getPairwiseMetricInput()
|
---|
196 | {
|
---|
197 | return $this->pairwiseMetricInput;
|
---|
198 | }
|
---|
199 | /**
|
---|
200 | * @param GoogleCloudAiplatformV1PairwiseQuestionAnsweringQualityInput
|
---|
201 | */
|
---|
202 | public function setPairwiseQuestionAnsweringQualityInput(GoogleCloudAiplatformV1PairwiseQuestionAnsweringQualityInput $pairwiseQuestionAnsweringQualityInput)
|
---|
203 | {
|
---|
204 | $this->pairwiseQuestionAnsweringQualityInput = $pairwiseQuestionAnsweringQualityInput;
|
---|
205 | }
|
---|
206 | /**
|
---|
207 | * @return GoogleCloudAiplatformV1PairwiseQuestionAnsweringQualityInput
|
---|
208 | */
|
---|
209 | public function getPairwiseQuestionAnsweringQualityInput()
|
---|
210 | {
|
---|
211 | return $this->pairwiseQuestionAnsweringQualityInput;
|
---|
212 | }
|
---|
213 | /**
|
---|
214 | * @param GoogleCloudAiplatformV1PairwiseSummarizationQualityInput
|
---|
215 | */
|
---|
216 | public function setPairwiseSummarizationQualityInput(GoogleCloudAiplatformV1PairwiseSummarizationQualityInput $pairwiseSummarizationQualityInput)
|
---|
217 | {
|
---|
218 | $this->pairwiseSummarizationQualityInput = $pairwiseSummarizationQualityInput;
|
---|
219 | }
|
---|
220 | /**
|
---|
221 | * @return GoogleCloudAiplatformV1PairwiseSummarizationQualityInput
|
---|
222 | */
|
---|
223 | public function getPairwiseSummarizationQualityInput()
|
---|
224 | {
|
---|
225 | return $this->pairwiseSummarizationQualityInput;
|
---|
226 | }
|
---|
227 | /**
|
---|
228 | * @param GoogleCloudAiplatformV1PointwiseMetricInput
|
---|
229 | */
|
---|
230 | public function setPointwiseMetricInput(GoogleCloudAiplatformV1PointwiseMetricInput $pointwiseMetricInput)
|
---|
231 | {
|
---|
232 | $this->pointwiseMetricInput = $pointwiseMetricInput;
|
---|
233 | }
|
---|
234 | /**
|
---|
235 | * @return GoogleCloudAiplatformV1PointwiseMetricInput
|
---|
236 | */
|
---|
237 | public function getPointwiseMetricInput()
|
---|
238 | {
|
---|
239 | return $this->pointwiseMetricInput;
|
---|
240 | }
|
---|
241 | /**
|
---|
242 | * @param GoogleCloudAiplatformV1QuestionAnsweringCorrectnessInput
|
---|
243 | */
|
---|
244 | public function setQuestionAnsweringCorrectnessInput(GoogleCloudAiplatformV1QuestionAnsweringCorrectnessInput $questionAnsweringCorrectnessInput)
|
---|
245 | {
|
---|
246 | $this->questionAnsweringCorrectnessInput = $questionAnsweringCorrectnessInput;
|
---|
247 | }
|
---|
248 | /**
|
---|
249 | * @return GoogleCloudAiplatformV1QuestionAnsweringCorrectnessInput
|
---|
250 | */
|
---|
251 | public function getQuestionAnsweringCorrectnessInput()
|
---|
252 | {
|
---|
253 | return $this->questionAnsweringCorrectnessInput;
|
---|
254 | }
|
---|
255 | /**
|
---|
256 | * @param GoogleCloudAiplatformV1QuestionAnsweringHelpfulnessInput
|
---|
257 | */
|
---|
258 | public function setQuestionAnsweringHelpfulnessInput(GoogleCloudAiplatformV1QuestionAnsweringHelpfulnessInput $questionAnsweringHelpfulnessInput)
|
---|
259 | {
|
---|
260 | $this->questionAnsweringHelpfulnessInput = $questionAnsweringHelpfulnessInput;
|
---|
261 | }
|
---|
262 | /**
|
---|
263 | * @return GoogleCloudAiplatformV1QuestionAnsweringHelpfulnessInput
|
---|
264 | */
|
---|
265 | public function getQuestionAnsweringHelpfulnessInput()
|
---|
266 | {
|
---|
267 | return $this->questionAnsweringHelpfulnessInput;
|
---|
268 | }
|
---|
269 | /**
|
---|
270 | * @param GoogleCloudAiplatformV1QuestionAnsweringQualityInput
|
---|
271 | */
|
---|
272 | public function setQuestionAnsweringQualityInput(GoogleCloudAiplatformV1QuestionAnsweringQualityInput $questionAnsweringQualityInput)
|
---|
273 | {
|
---|
274 | $this->questionAnsweringQualityInput = $questionAnsweringQualityInput;
|
---|
275 | }
|
---|
276 | /**
|
---|
277 | * @return GoogleCloudAiplatformV1QuestionAnsweringQualityInput
|
---|
278 | */
|
---|
279 | public function getQuestionAnsweringQualityInput()
|
---|
280 | {
|
---|
281 | return $this->questionAnsweringQualityInput;
|
---|
282 | }
|
---|
283 | /**
|
---|
284 | * @param GoogleCloudAiplatformV1QuestionAnsweringRelevanceInput
|
---|
285 | */
|
---|
286 | public function setQuestionAnsweringRelevanceInput(GoogleCloudAiplatformV1QuestionAnsweringRelevanceInput $questionAnsweringRelevanceInput)
|
---|
287 | {
|
---|
288 | $this->questionAnsweringRelevanceInput = $questionAnsweringRelevanceInput;
|
---|
289 | }
|
---|
290 | /**
|
---|
291 | * @return GoogleCloudAiplatformV1QuestionAnsweringRelevanceInput
|
---|
292 | */
|
---|
293 | public function getQuestionAnsweringRelevanceInput()
|
---|
294 | {
|
---|
295 | return $this->questionAnsweringRelevanceInput;
|
---|
296 | }
|
---|
297 | /**
|
---|
298 | * @param GoogleCloudAiplatformV1RougeInput
|
---|
299 | */
|
---|
300 | public function setRougeInput(GoogleCloudAiplatformV1RougeInput $rougeInput)
|
---|
301 | {
|
---|
302 | $this->rougeInput = $rougeInput;
|
---|
303 | }
|
---|
304 | /**
|
---|
305 | * @return GoogleCloudAiplatformV1RougeInput
|
---|
306 | */
|
---|
307 | public function getRougeInput()
|
---|
308 | {
|
---|
309 | return $this->rougeInput;
|
---|
310 | }
|
---|
311 | /**
|
---|
312 | * @param GoogleCloudAiplatformV1SafetyInput
|
---|
313 | */
|
---|
314 | public function setSafetyInput(GoogleCloudAiplatformV1SafetyInput $safetyInput)
|
---|
315 | {
|
---|
316 | $this->safetyInput = $safetyInput;
|
---|
317 | }
|
---|
318 | /**
|
---|
319 | * @return GoogleCloudAiplatformV1SafetyInput
|
---|
320 | */
|
---|
321 | public function getSafetyInput()
|
---|
322 | {
|
---|
323 | return $this->safetyInput;
|
---|
324 | }
|
---|
325 | /**
|
---|
326 | * @param GoogleCloudAiplatformV1SummarizationHelpfulnessInput
|
---|
327 | */
|
---|
328 | public function setSummarizationHelpfulnessInput(GoogleCloudAiplatformV1SummarizationHelpfulnessInput $summarizationHelpfulnessInput)
|
---|
329 | {
|
---|
330 | $this->summarizationHelpfulnessInput = $summarizationHelpfulnessInput;
|
---|
331 | }
|
---|
332 | /**
|
---|
333 | * @return GoogleCloudAiplatformV1SummarizationHelpfulnessInput
|
---|
334 | */
|
---|
335 | public function getSummarizationHelpfulnessInput()
|
---|
336 | {
|
---|
337 | return $this->summarizationHelpfulnessInput;
|
---|
338 | }
|
---|
339 | /**
|
---|
340 | * @param GoogleCloudAiplatformV1SummarizationQualityInput
|
---|
341 | */
|
---|
342 | public function setSummarizationQualityInput(GoogleCloudAiplatformV1SummarizationQualityInput $summarizationQualityInput)
|
---|
343 | {
|
---|
344 | $this->summarizationQualityInput = $summarizationQualityInput;
|
---|
345 | }
|
---|
346 | /**
|
---|
347 | * @return GoogleCloudAiplatformV1SummarizationQualityInput
|
---|
348 | */
|
---|
349 | public function getSummarizationQualityInput()
|
---|
350 | {
|
---|
351 | return $this->summarizationQualityInput;
|
---|
352 | }
|
---|
353 | /**
|
---|
354 | * @param GoogleCloudAiplatformV1SummarizationVerbosityInput
|
---|
355 | */
|
---|
356 | public function setSummarizationVerbosityInput(GoogleCloudAiplatformV1SummarizationVerbosityInput $summarizationVerbosityInput)
|
---|
357 | {
|
---|
358 | $this->summarizationVerbosityInput = $summarizationVerbosityInput;
|
---|
359 | }
|
---|
360 | /**
|
---|
361 | * @return GoogleCloudAiplatformV1SummarizationVerbosityInput
|
---|
362 | */
|
---|
363 | public function getSummarizationVerbosityInput()
|
---|
364 | {
|
---|
365 | return $this->summarizationVerbosityInput;
|
---|
366 | }
|
---|
367 | /**
|
---|
368 | * @param GoogleCloudAiplatformV1ToolCallValidInput
|
---|
369 | */
|
---|
370 | public function setToolCallValidInput(GoogleCloudAiplatformV1ToolCallValidInput $toolCallValidInput)
|
---|
371 | {
|
---|
372 | $this->toolCallValidInput = $toolCallValidInput;
|
---|
373 | }
|
---|
374 | /**
|
---|
375 | * @return GoogleCloudAiplatformV1ToolCallValidInput
|
---|
376 | */
|
---|
377 | public function getToolCallValidInput()
|
---|
378 | {
|
---|
379 | return $this->toolCallValidInput;
|
---|
380 | }
|
---|
381 | /**
|
---|
382 | * @param GoogleCloudAiplatformV1ToolNameMatchInput
|
---|
383 | */
|
---|
384 | public function setToolNameMatchInput(GoogleCloudAiplatformV1ToolNameMatchInput $toolNameMatchInput)
|
---|
385 | {
|
---|
386 | $this->toolNameMatchInput = $toolNameMatchInput;
|
---|
387 | }
|
---|
388 | /**
|
---|
389 | * @return GoogleCloudAiplatformV1ToolNameMatchInput
|
---|
390 | */
|
---|
391 | public function getToolNameMatchInput()
|
---|
392 | {
|
---|
393 | return $this->toolNameMatchInput;
|
---|
394 | }
|
---|
395 | /**
|
---|
396 | * @param GoogleCloudAiplatformV1ToolParameterKeyMatchInput
|
---|
397 | */
|
---|
398 | public function setToolParameterKeyMatchInput(GoogleCloudAiplatformV1ToolParameterKeyMatchInput $toolParameterKeyMatchInput)
|
---|
399 | {
|
---|
400 | $this->toolParameterKeyMatchInput = $toolParameterKeyMatchInput;
|
---|
401 | }
|
---|
402 | /**
|
---|
403 | * @return GoogleCloudAiplatformV1ToolParameterKeyMatchInput
|
---|
404 | */
|
---|
405 | public function getToolParameterKeyMatchInput()
|
---|
406 | {
|
---|
407 | return $this->toolParameterKeyMatchInput;
|
---|
408 | }
|
---|
409 | /**
|
---|
410 | * @param GoogleCloudAiplatformV1ToolParameterKVMatchInput
|
---|
411 | */
|
---|
412 | public function setToolParameterKvMatchInput(GoogleCloudAiplatformV1ToolParameterKVMatchInput $toolParameterKvMatchInput)
|
---|
413 | {
|
---|
414 | $this->toolParameterKvMatchInput = $toolParameterKvMatchInput;
|
---|
415 | }
|
---|
416 | /**
|
---|
417 | * @return GoogleCloudAiplatformV1ToolParameterKVMatchInput
|
---|
418 | */
|
---|
419 | public function getToolParameterKvMatchInput()
|
---|
420 | {
|
---|
421 | return $this->toolParameterKvMatchInput;
|
---|
422 | }
|
---|
423 | }
|
---|
424 |
|
---|
425 | // Adding a class alias for backwards compatibility with the previous class name.
|
---|
426 | class_alias(GoogleCloudAiplatformV1EvaluateInstancesRequest::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1EvaluateInstancesRequest');
|
---|