source: vendor/google/apiclient-services/src/Aiplatform/GoogleCloudAiplatformV1PipelineJob.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: 7.2 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 GoogleCloudAiplatformV1PipelineJob extends \Google\Collection
21{
22 protected $collection_key = 'reservedIpRanges';
23 /**
24 * @var string
25 */
26 public $createTime;
27 /**
28 * @var string
29 */
30 public $displayName;
31 protected $encryptionSpecType = GoogleCloudAiplatformV1EncryptionSpec::class;
32 protected $encryptionSpecDataType = '';
33 /**
34 * @var string
35 */
36 public $endTime;
37 protected $errorType = GoogleRpcStatus::class;
38 protected $errorDataType = '';
39 protected $jobDetailType = GoogleCloudAiplatformV1PipelineJobDetail::class;
40 protected $jobDetailDataType = '';
41 /**
42 * @var string[]
43 */
44 public $labels;
45 /**
46 * @var string
47 */
48 public $name;
49 /**
50 * @var string
51 */
52 public $network;
53 /**
54 * @var array[]
55 */
56 public $pipelineSpec;
57 /**
58 * @var bool
59 */
60 public $preflightValidations;
61 /**
62 * @var string[]
63 */
64 public $reservedIpRanges;
65 protected $runtimeConfigType = GoogleCloudAiplatformV1PipelineJobRuntimeConfig::class;
66 protected $runtimeConfigDataType = '';
67 /**
68 * @var string
69 */
70 public $scheduleName;
71 /**
72 * @var string
73 */
74 public $serviceAccount;
75 /**
76 * @var string
77 */
78 public $startTime;
79 /**
80 * @var string
81 */
82 public $state;
83 protected $templateMetadataType = GoogleCloudAiplatformV1PipelineTemplateMetadata::class;
84 protected $templateMetadataDataType = '';
85 /**
86 * @var string
87 */
88 public $templateUri;
89 /**
90 * @var string
91 */
92 public $updateTime;
93
94 /**
95 * @param string
96 */
97 public function setCreateTime($createTime)
98 {
99 $this->createTime = $createTime;
100 }
101 /**
102 * @return string
103 */
104 public function getCreateTime()
105 {
106 return $this->createTime;
107 }
108 /**
109 * @param string
110 */
111 public function setDisplayName($displayName)
112 {
113 $this->displayName = $displayName;
114 }
115 /**
116 * @return string
117 */
118 public function getDisplayName()
119 {
120 return $this->displayName;
121 }
122 /**
123 * @param GoogleCloudAiplatformV1EncryptionSpec
124 */
125 public function setEncryptionSpec(GoogleCloudAiplatformV1EncryptionSpec $encryptionSpec)
126 {
127 $this->encryptionSpec = $encryptionSpec;
128 }
129 /**
130 * @return GoogleCloudAiplatformV1EncryptionSpec
131 */
132 public function getEncryptionSpec()
133 {
134 return $this->encryptionSpec;
135 }
136 /**
137 * @param string
138 */
139 public function setEndTime($endTime)
140 {
141 $this->endTime = $endTime;
142 }
143 /**
144 * @return string
145 */
146 public function getEndTime()
147 {
148 return $this->endTime;
149 }
150 /**
151 * @param GoogleRpcStatus
152 */
153 public function setError(GoogleRpcStatus $error)
154 {
155 $this->error = $error;
156 }
157 /**
158 * @return GoogleRpcStatus
159 */
160 public function getError()
161 {
162 return $this->error;
163 }
164 /**
165 * @param GoogleCloudAiplatformV1PipelineJobDetail
166 */
167 public function setJobDetail(GoogleCloudAiplatformV1PipelineJobDetail $jobDetail)
168 {
169 $this->jobDetail = $jobDetail;
170 }
171 /**
172 * @return GoogleCloudAiplatformV1PipelineJobDetail
173 */
174 public function getJobDetail()
175 {
176 return $this->jobDetail;
177 }
178 /**
179 * @param string[]
180 */
181 public function setLabels($labels)
182 {
183 $this->labels = $labels;
184 }
185 /**
186 * @return string[]
187 */
188 public function getLabels()
189 {
190 return $this->labels;
191 }
192 /**
193 * @param string
194 */
195 public function setName($name)
196 {
197 $this->name = $name;
198 }
199 /**
200 * @return string
201 */
202 public function getName()
203 {
204 return $this->name;
205 }
206 /**
207 * @param string
208 */
209 public function setNetwork($network)
210 {
211 $this->network = $network;
212 }
213 /**
214 * @return string
215 */
216 public function getNetwork()
217 {
218 return $this->network;
219 }
220 /**
221 * @param array[]
222 */
223 public function setPipelineSpec($pipelineSpec)
224 {
225 $this->pipelineSpec = $pipelineSpec;
226 }
227 /**
228 * @return array[]
229 */
230 public function getPipelineSpec()
231 {
232 return $this->pipelineSpec;
233 }
234 /**
235 * @param bool
236 */
237 public function setPreflightValidations($preflightValidations)
238 {
239 $this->preflightValidations = $preflightValidations;
240 }
241 /**
242 * @return bool
243 */
244 public function getPreflightValidations()
245 {
246 return $this->preflightValidations;
247 }
248 /**
249 * @param string[]
250 */
251 public function setReservedIpRanges($reservedIpRanges)
252 {
253 $this->reservedIpRanges = $reservedIpRanges;
254 }
255 /**
256 * @return string[]
257 */
258 public function getReservedIpRanges()
259 {
260 return $this->reservedIpRanges;
261 }
262 /**
263 * @param GoogleCloudAiplatformV1PipelineJobRuntimeConfig
264 */
265 public function setRuntimeConfig(GoogleCloudAiplatformV1PipelineJobRuntimeConfig $runtimeConfig)
266 {
267 $this->runtimeConfig = $runtimeConfig;
268 }
269 /**
270 * @return GoogleCloudAiplatformV1PipelineJobRuntimeConfig
271 */
272 public function getRuntimeConfig()
273 {
274 return $this->runtimeConfig;
275 }
276 /**
277 * @param string
278 */
279 public function setScheduleName($scheduleName)
280 {
281 $this->scheduleName = $scheduleName;
282 }
283 /**
284 * @return string
285 */
286 public function getScheduleName()
287 {
288 return $this->scheduleName;
289 }
290 /**
291 * @param string
292 */
293 public function setServiceAccount($serviceAccount)
294 {
295 $this->serviceAccount = $serviceAccount;
296 }
297 /**
298 * @return string
299 */
300 public function getServiceAccount()
301 {
302 return $this->serviceAccount;
303 }
304 /**
305 * @param string
306 */
307 public function setStartTime($startTime)
308 {
309 $this->startTime = $startTime;
310 }
311 /**
312 * @return string
313 */
314 public function getStartTime()
315 {
316 return $this->startTime;
317 }
318 /**
319 * @param string
320 */
321 public function setState($state)
322 {
323 $this->state = $state;
324 }
325 /**
326 * @return string
327 */
328 public function getState()
329 {
330 return $this->state;
331 }
332 /**
333 * @param GoogleCloudAiplatformV1PipelineTemplateMetadata
334 */
335 public function setTemplateMetadata(GoogleCloudAiplatformV1PipelineTemplateMetadata $templateMetadata)
336 {
337 $this->templateMetadata = $templateMetadata;
338 }
339 /**
340 * @return GoogleCloudAiplatformV1PipelineTemplateMetadata
341 */
342 public function getTemplateMetadata()
343 {
344 return $this->templateMetadata;
345 }
346 /**
347 * @param string
348 */
349 public function setTemplateUri($templateUri)
350 {
351 $this->templateUri = $templateUri;
352 }
353 /**
354 * @return string
355 */
356 public function getTemplateUri()
357 {
358 return $this->templateUri;
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(GoogleCloudAiplatformV1PipelineJob::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1PipelineJob');
Note: See TracBrowser for help on using the repository browser.