source: vendor/google/apiclient-services/src/Aiplatform/GoogleCloudAiplatformV1ModelDeploymentMonitoringJob.php

Last change on this file was e3d4e0a, checked in by Vlado 222039 <vlado.popovski@…>, 6 weeks ago

Upload project files

  • Property mode set to 100644
File size: 10.9 KB
Line 
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
18namespace Google\Service\Aiplatform;
19
20class GoogleCloudAiplatformV1ModelDeploymentMonitoringJob extends \Google\Collection
21{
22 protected $collection_key = 'modelDeploymentMonitoringObjectiveConfigs';
23 /**
24 * @var string
25 */
26 public $analysisInstanceSchemaUri;
27 protected $bigqueryTablesType = GoogleCloudAiplatformV1ModelDeploymentMonitoringBigQueryTable::class;
28 protected $bigqueryTablesDataType = 'array';
29 /**
30 * @var string
31 */
32 public $createTime;
33 /**
34 * @var string
35 */
36 public $displayName;
37 /**
38 * @var bool
39 */
40 public $enableMonitoringPipelineLogs;
41 protected $encryptionSpecType = GoogleCloudAiplatformV1EncryptionSpec::class;
42 protected $encryptionSpecDataType = '';
43 /**
44 * @var string
45 */
46 public $endpoint;
47 protected $errorType = GoogleRpcStatus::class;
48 protected $errorDataType = '';
49 /**
50 * @var string[]
51 */
52 public $labels;
53 protected $latestMonitoringPipelineMetadataType = GoogleCloudAiplatformV1ModelDeploymentMonitoringJobLatestMonitoringPipelineMetadata::class;
54 protected $latestMonitoringPipelineMetadataDataType = '';
55 /**
56 * @var string
57 */
58 public $logTtl;
59 protected $loggingSamplingStrategyType = GoogleCloudAiplatformV1SamplingStrategy::class;
60 protected $loggingSamplingStrategyDataType = '';
61 protected $modelDeploymentMonitoringObjectiveConfigsType = GoogleCloudAiplatformV1ModelDeploymentMonitoringObjectiveConfig::class;
62 protected $modelDeploymentMonitoringObjectiveConfigsDataType = 'array';
63 protected $modelDeploymentMonitoringScheduleConfigType = GoogleCloudAiplatformV1ModelDeploymentMonitoringScheduleConfig::class;
64 protected $modelDeploymentMonitoringScheduleConfigDataType = '';
65 protected $modelMonitoringAlertConfigType = GoogleCloudAiplatformV1ModelMonitoringAlertConfig::class;
66 protected $modelMonitoringAlertConfigDataType = '';
67 /**
68 * @var string
69 */
70 public $name;
71 /**
72 * @var string
73 */
74 public $nextScheduleTime;
75 /**
76 * @var string
77 */
78 public $predictInstanceSchemaUri;
79 /**
80 * @var array
81 */
82 public $samplePredictInstance;
83 /**
84 * @var bool
85 */
86 public $satisfiesPzi;
87 /**
88 * @var bool
89 */
90 public $satisfiesPzs;
91 /**
92 * @var string
93 */
94 public $scheduleState;
95 /**
96 * @var string
97 */
98 public $state;
99 protected $statsAnomaliesBaseDirectoryType = GoogleCloudAiplatformV1GcsDestination::class;
100 protected $statsAnomaliesBaseDirectoryDataType = '';
101 /**
102 * @var string
103 */
104 public $updateTime;
105
106 /**
107 * @param string
108 */
109 public function setAnalysisInstanceSchemaUri($analysisInstanceSchemaUri)
110 {
111 $this->analysisInstanceSchemaUri = $analysisInstanceSchemaUri;
112 }
113 /**
114 * @return string
115 */
116 public function getAnalysisInstanceSchemaUri()
117 {
118 return $this->analysisInstanceSchemaUri;
119 }
120 /**
121 * @param GoogleCloudAiplatformV1ModelDeploymentMonitoringBigQueryTable[]
122 */
123 public function setBigqueryTables($bigqueryTables)
124 {
125 $this->bigqueryTables = $bigqueryTables;
126 }
127 /**
128 * @return GoogleCloudAiplatformV1ModelDeploymentMonitoringBigQueryTable[]
129 */
130 public function getBigqueryTables()
131 {
132 return $this->bigqueryTables;
133 }
134 /**
135 * @param string
136 */
137 public function setCreateTime($createTime)
138 {
139 $this->createTime = $createTime;
140 }
141 /**
142 * @return string
143 */
144 public function getCreateTime()
145 {
146 return $this->createTime;
147 }
148 /**
149 * @param string
150 */
151 public function setDisplayName($displayName)
152 {
153 $this->displayName = $displayName;
154 }
155 /**
156 * @return string
157 */
158 public function getDisplayName()
159 {
160 return $this->displayName;
161 }
162 /**
163 * @param bool
164 */
165 public function setEnableMonitoringPipelineLogs($enableMonitoringPipelineLogs)
166 {
167 $this->enableMonitoringPipelineLogs = $enableMonitoringPipelineLogs;
168 }
169 /**
170 * @return bool
171 */
172 public function getEnableMonitoringPipelineLogs()
173 {
174 return $this->enableMonitoringPipelineLogs;
175 }
176 /**
177 * @param GoogleCloudAiplatformV1EncryptionSpec
178 */
179 public function setEncryptionSpec(GoogleCloudAiplatformV1EncryptionSpec $encryptionSpec)
180 {
181 $this->encryptionSpec = $encryptionSpec;
182 }
183 /**
184 * @return GoogleCloudAiplatformV1EncryptionSpec
185 */
186 public function getEncryptionSpec()
187 {
188 return $this->encryptionSpec;
189 }
190 /**
191 * @param string
192 */
193 public function setEndpoint($endpoint)
194 {
195 $this->endpoint = $endpoint;
196 }
197 /**
198 * @return string
199 */
200 public function getEndpoint()
201 {
202 return $this->endpoint;
203 }
204 /**
205 * @param GoogleRpcStatus
206 */
207 public function setError(GoogleRpcStatus $error)
208 {
209 $this->error = $error;
210 }
211 /**
212 * @return GoogleRpcStatus
213 */
214 public function getError()
215 {
216 return $this->error;
217 }
218 /**
219 * @param string[]
220 */
221 public function setLabels($labels)
222 {
223 $this->labels = $labels;
224 }
225 /**
226 * @return string[]
227 */
228 public function getLabels()
229 {
230 return $this->labels;
231 }
232 /**
233 * @param GoogleCloudAiplatformV1ModelDeploymentMonitoringJobLatestMonitoringPipelineMetadata
234 */
235 public function setLatestMonitoringPipelineMetadata(GoogleCloudAiplatformV1ModelDeploymentMonitoringJobLatestMonitoringPipelineMetadata $latestMonitoringPipelineMetadata)
236 {
237 $this->latestMonitoringPipelineMetadata = $latestMonitoringPipelineMetadata;
238 }
239 /**
240 * @return GoogleCloudAiplatformV1ModelDeploymentMonitoringJobLatestMonitoringPipelineMetadata
241 */
242 public function getLatestMonitoringPipelineMetadata()
243 {
244 return $this->latestMonitoringPipelineMetadata;
245 }
246 /**
247 * @param string
248 */
249 public function setLogTtl($logTtl)
250 {
251 $this->logTtl = $logTtl;
252 }
253 /**
254 * @return string
255 */
256 public function getLogTtl()
257 {
258 return $this->logTtl;
259 }
260 /**
261 * @param GoogleCloudAiplatformV1SamplingStrategy
262 */
263 public function setLoggingSamplingStrategy(GoogleCloudAiplatformV1SamplingStrategy $loggingSamplingStrategy)
264 {
265 $this->loggingSamplingStrategy = $loggingSamplingStrategy;
266 }
267 /**
268 * @return GoogleCloudAiplatformV1SamplingStrategy
269 */
270 public function getLoggingSamplingStrategy()
271 {
272 return $this->loggingSamplingStrategy;
273 }
274 /**
275 * @param GoogleCloudAiplatformV1ModelDeploymentMonitoringObjectiveConfig[]
276 */
277 public function setModelDeploymentMonitoringObjectiveConfigs($modelDeploymentMonitoringObjectiveConfigs)
278 {
279 $this->modelDeploymentMonitoringObjectiveConfigs = $modelDeploymentMonitoringObjectiveConfigs;
280 }
281 /**
282 * @return GoogleCloudAiplatformV1ModelDeploymentMonitoringObjectiveConfig[]
283 */
284 public function getModelDeploymentMonitoringObjectiveConfigs()
285 {
286 return $this->modelDeploymentMonitoringObjectiveConfigs;
287 }
288 /**
289 * @param GoogleCloudAiplatformV1ModelDeploymentMonitoringScheduleConfig
290 */
291 public function setModelDeploymentMonitoringScheduleConfig(GoogleCloudAiplatformV1ModelDeploymentMonitoringScheduleConfig $modelDeploymentMonitoringScheduleConfig)
292 {
293 $this->modelDeploymentMonitoringScheduleConfig = $modelDeploymentMonitoringScheduleConfig;
294 }
295 /**
296 * @return GoogleCloudAiplatformV1ModelDeploymentMonitoringScheduleConfig
297 */
298 public function getModelDeploymentMonitoringScheduleConfig()
299 {
300 return $this->modelDeploymentMonitoringScheduleConfig;
301 }
302 /**
303 * @param GoogleCloudAiplatformV1ModelMonitoringAlertConfig
304 */
305 public function setModelMonitoringAlertConfig(GoogleCloudAiplatformV1ModelMonitoringAlertConfig $modelMonitoringAlertConfig)
306 {
307 $this->modelMonitoringAlertConfig = $modelMonitoringAlertConfig;
308 }
309 /**
310 * @return GoogleCloudAiplatformV1ModelMonitoringAlertConfig
311 */
312 public function getModelMonitoringAlertConfig()
313 {
314 return $this->modelMonitoringAlertConfig;
315 }
316 /**
317 * @param string
318 */
319 public function setName($name)
320 {
321 $this->name = $name;
322 }
323 /**
324 * @return string
325 */
326 public function getName()
327 {
328 return $this->name;
329 }
330 /**
331 * @param string
332 */
333 public function setNextScheduleTime($nextScheduleTime)
334 {
335 $this->nextScheduleTime = $nextScheduleTime;
336 }
337 /**
338 * @return string
339 */
340 public function getNextScheduleTime()
341 {
342 return $this->nextScheduleTime;
343 }
344 /**
345 * @param string
346 */
347 public function setPredictInstanceSchemaUri($predictInstanceSchemaUri)
348 {
349 $this->predictInstanceSchemaUri = $predictInstanceSchemaUri;
350 }
351 /**
352 * @return string
353 */
354 public function getPredictInstanceSchemaUri()
355 {
356 return $this->predictInstanceSchemaUri;
357 }
358 /**
359 * @param array
360 */
361 public function setSamplePredictInstance($samplePredictInstance)
362 {
363 $this->samplePredictInstance = $samplePredictInstance;
364 }
365 /**
366 * @return array
367 */
368 public function getSamplePredictInstance()
369 {
370 return $this->samplePredictInstance;
371 }
372 /**
373 * @param bool
374 */
375 public function setSatisfiesPzi($satisfiesPzi)
376 {
377 $this->satisfiesPzi = $satisfiesPzi;
378 }
379 /**
380 * @return bool
381 */
382 public function getSatisfiesPzi()
383 {
384 return $this->satisfiesPzi;
385 }
386 /**
387 * @param bool
388 */
389 public function setSatisfiesPzs($satisfiesPzs)
390 {
391 $this->satisfiesPzs = $satisfiesPzs;
392 }
393 /**
394 * @return bool
395 */
396 public function getSatisfiesPzs()
397 {
398 return $this->satisfiesPzs;
399 }
400 /**
401 * @param string
402 */
403 public function setScheduleState($scheduleState)
404 {
405 $this->scheduleState = $scheduleState;
406 }
407 /**
408 * @return string
409 */
410 public function getScheduleState()
411 {
412 return $this->scheduleState;
413 }
414 /**
415 * @param string
416 */
417 public function setState($state)
418 {
419 $this->state = $state;
420 }
421 /**
422 * @return string
423 */
424 public function getState()
425 {
426 return $this->state;
427 }
428 /**
429 * @param GoogleCloudAiplatformV1GcsDestination
430 */
431 public function setStatsAnomaliesBaseDirectory(GoogleCloudAiplatformV1GcsDestination $statsAnomaliesBaseDirectory)
432 {
433 $this->statsAnomaliesBaseDirectory = $statsAnomaliesBaseDirectory;
434 }
435 /**
436 * @return GoogleCloudAiplatformV1GcsDestination
437 */
438 public function getStatsAnomaliesBaseDirectory()
439 {
440 return $this->statsAnomaliesBaseDirectory;
441 }
442 /**
443 * @param string
444 */
445 public function setUpdateTime($updateTime)
446 {
447 $this->updateTime = $updateTime;
448 }
449 /**
450 * @return string
451 */
452 public function getUpdateTime()
453 {
454 return $this->updateTime;
455 }
456}
457
458// Adding a class alias for backwards compatibility with the previous class name.
459class_alias(GoogleCloudAiplatformV1ModelDeploymentMonitoringJob::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1ModelDeploymentMonitoringJob');
Note: See TracBrowser for help on using the repository browser.