source: vendor/google/apiclient-services/src/Aiplatform/GoogleCloudAiplatformV1Endpoint.php@ e3d4e0a

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

Upload project files

  • Property mode set to 100644
File size: 8.0 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 GoogleCloudAiplatformV1Endpoint extends \Google\Collection
21{
22 protected $collection_key = 'deployedModels';
23 protected $clientConnectionConfigType = GoogleCloudAiplatformV1ClientConnectionConfig::class;
24 protected $clientConnectionConfigDataType = '';
25 /**
26 * @var string
27 */
28 public $createTime;
29 /**
30 * @var string
31 */
32 public $dedicatedEndpointDns;
33 /**
34 * @var bool
35 */
36 public $dedicatedEndpointEnabled;
37 protected $deployedModelsType = GoogleCloudAiplatformV1DeployedModel::class;
38 protected $deployedModelsDataType = 'array';
39 /**
40 * @var string
41 */
42 public $description;
43 /**
44 * @var string
45 */
46 public $displayName;
47 /**
48 * @var bool
49 */
50 public $enablePrivateServiceConnect;
51 protected $encryptionSpecType = GoogleCloudAiplatformV1EncryptionSpec::class;
52 protected $encryptionSpecDataType = '';
53 /**
54 * @var string
55 */
56 public $etag;
57 /**
58 * @var string[]
59 */
60 public $labels;
61 /**
62 * @var string
63 */
64 public $modelDeploymentMonitoringJob;
65 /**
66 * @var string
67 */
68 public $name;
69 /**
70 * @var string
71 */
72 public $network;
73 protected $predictRequestResponseLoggingConfigType = GoogleCloudAiplatformV1PredictRequestResponseLoggingConfig::class;
74 protected $predictRequestResponseLoggingConfigDataType = '';
75 protected $privateServiceConnectConfigType = GoogleCloudAiplatformV1PrivateServiceConnectConfig::class;
76 protected $privateServiceConnectConfigDataType = '';
77 /**
78 * @var bool
79 */
80 public $satisfiesPzi;
81 /**
82 * @var bool
83 */
84 public $satisfiesPzs;
85 /**
86 * @var int[]
87 */
88 public $trafficSplit;
89 /**
90 * @var string
91 */
92 public $updateTime;
93
94 /**
95 * @param GoogleCloudAiplatformV1ClientConnectionConfig
96 */
97 public function setClientConnectionConfig(GoogleCloudAiplatformV1ClientConnectionConfig $clientConnectionConfig)
98 {
99 $this->clientConnectionConfig = $clientConnectionConfig;
100 }
101 /**
102 * @return GoogleCloudAiplatformV1ClientConnectionConfig
103 */
104 public function getClientConnectionConfig()
105 {
106 return $this->clientConnectionConfig;
107 }
108 /**
109 * @param string
110 */
111 public function setCreateTime($createTime)
112 {
113 $this->createTime = $createTime;
114 }
115 /**
116 * @return string
117 */
118 public function getCreateTime()
119 {
120 return $this->createTime;
121 }
122 /**
123 * @param string
124 */
125 public function setDedicatedEndpointDns($dedicatedEndpointDns)
126 {
127 $this->dedicatedEndpointDns = $dedicatedEndpointDns;
128 }
129 /**
130 * @return string
131 */
132 public function getDedicatedEndpointDns()
133 {
134 return $this->dedicatedEndpointDns;
135 }
136 /**
137 * @param bool
138 */
139 public function setDedicatedEndpointEnabled($dedicatedEndpointEnabled)
140 {
141 $this->dedicatedEndpointEnabled = $dedicatedEndpointEnabled;
142 }
143 /**
144 * @return bool
145 */
146 public function getDedicatedEndpointEnabled()
147 {
148 return $this->dedicatedEndpointEnabled;
149 }
150 /**
151 * @param GoogleCloudAiplatformV1DeployedModel[]
152 */
153 public function setDeployedModels($deployedModels)
154 {
155 $this->deployedModels = $deployedModels;
156 }
157 /**
158 * @return GoogleCloudAiplatformV1DeployedModel[]
159 */
160 public function getDeployedModels()
161 {
162 return $this->deployedModels;
163 }
164 /**
165 * @param string
166 */
167 public function setDescription($description)
168 {
169 $this->description = $description;
170 }
171 /**
172 * @return string
173 */
174 public function getDescription()
175 {
176 return $this->description;
177 }
178 /**
179 * @param string
180 */
181 public function setDisplayName($displayName)
182 {
183 $this->displayName = $displayName;
184 }
185 /**
186 * @return string
187 */
188 public function getDisplayName()
189 {
190 return $this->displayName;
191 }
192 /**
193 * @param bool
194 */
195 public function setEnablePrivateServiceConnect($enablePrivateServiceConnect)
196 {
197 $this->enablePrivateServiceConnect = $enablePrivateServiceConnect;
198 }
199 /**
200 * @return bool
201 */
202 public function getEnablePrivateServiceConnect()
203 {
204 return $this->enablePrivateServiceConnect;
205 }
206 /**
207 * @param GoogleCloudAiplatformV1EncryptionSpec
208 */
209 public function setEncryptionSpec(GoogleCloudAiplatformV1EncryptionSpec $encryptionSpec)
210 {
211 $this->encryptionSpec = $encryptionSpec;
212 }
213 /**
214 * @return GoogleCloudAiplatformV1EncryptionSpec
215 */
216 public function getEncryptionSpec()
217 {
218 return $this->encryptionSpec;
219 }
220 /**
221 * @param string
222 */
223 public function setEtag($etag)
224 {
225 $this->etag = $etag;
226 }
227 /**
228 * @return string
229 */
230 public function getEtag()
231 {
232 return $this->etag;
233 }
234 /**
235 * @param string[]
236 */
237 public function setLabels($labels)
238 {
239 $this->labels = $labels;
240 }
241 /**
242 * @return string[]
243 */
244 public function getLabels()
245 {
246 return $this->labels;
247 }
248 /**
249 * @param string
250 */
251 public function setModelDeploymentMonitoringJob($modelDeploymentMonitoringJob)
252 {
253 $this->modelDeploymentMonitoringJob = $modelDeploymentMonitoringJob;
254 }
255 /**
256 * @return string
257 */
258 public function getModelDeploymentMonitoringJob()
259 {
260 return $this->modelDeploymentMonitoringJob;
261 }
262 /**
263 * @param string
264 */
265 public function setName($name)
266 {
267 $this->name = $name;
268 }
269 /**
270 * @return string
271 */
272 public function getName()
273 {
274 return $this->name;
275 }
276 /**
277 * @param string
278 */
279 public function setNetwork($network)
280 {
281 $this->network = $network;
282 }
283 /**
284 * @return string
285 */
286 public function getNetwork()
287 {
288 return $this->network;
289 }
290 /**
291 * @param GoogleCloudAiplatformV1PredictRequestResponseLoggingConfig
292 */
293 public function setPredictRequestResponseLoggingConfig(GoogleCloudAiplatformV1PredictRequestResponseLoggingConfig $predictRequestResponseLoggingConfig)
294 {
295 $this->predictRequestResponseLoggingConfig = $predictRequestResponseLoggingConfig;
296 }
297 /**
298 * @return GoogleCloudAiplatformV1PredictRequestResponseLoggingConfig
299 */
300 public function getPredictRequestResponseLoggingConfig()
301 {
302 return $this->predictRequestResponseLoggingConfig;
303 }
304 /**
305 * @param GoogleCloudAiplatformV1PrivateServiceConnectConfig
306 */
307 public function setPrivateServiceConnectConfig(GoogleCloudAiplatformV1PrivateServiceConnectConfig $privateServiceConnectConfig)
308 {
309 $this->privateServiceConnectConfig = $privateServiceConnectConfig;
310 }
311 /**
312 * @return GoogleCloudAiplatformV1PrivateServiceConnectConfig
313 */
314 public function getPrivateServiceConnectConfig()
315 {
316 return $this->privateServiceConnectConfig;
317 }
318 /**
319 * @param bool
320 */
321 public function setSatisfiesPzi($satisfiesPzi)
322 {
323 $this->satisfiesPzi = $satisfiesPzi;
324 }
325 /**
326 * @return bool
327 */
328 public function getSatisfiesPzi()
329 {
330 return $this->satisfiesPzi;
331 }
332 /**
333 * @param bool
334 */
335 public function setSatisfiesPzs($satisfiesPzs)
336 {
337 $this->satisfiesPzs = $satisfiesPzs;
338 }
339 /**
340 * @return bool
341 */
342 public function getSatisfiesPzs()
343 {
344 return $this->satisfiesPzs;
345 }
346 /**
347 * @param int[]
348 */
349 public function setTrafficSplit($trafficSplit)
350 {
351 $this->trafficSplit = $trafficSplit;
352 }
353 /**
354 * @return int[]
355 */
356 public function getTrafficSplit()
357 {
358 return $this->trafficSplit;
359 }
360 /**
361 * @param string
362 */
363 public function setUpdateTime($updateTime)
364 {
365 $this->updateTime = $updateTime;
366 }
367 /**
368 * @return string
369 */
370 public function getUpdateTime()
371 {
372 return $this->updateTime;
373 }
374}
375
376// Adding a class alias for backwards compatibility with the previous class name.
377class_alias(GoogleCloudAiplatformV1Endpoint::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1Endpoint');
Note: See TracBrowser for help on using the repository browser.