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 GoogleCloudAiplatformV1SchemaTrainingjobDefinitionAutoMlForecastingInputs extends \Google\Collection
|
---|
21 | {
|
---|
22 | protected $collection_key = 'unavailableAtForecastColumns';
|
---|
23 | /**
|
---|
24 | * @var string[]
|
---|
25 | */
|
---|
26 | public $additionalExperiments;
|
---|
27 | /**
|
---|
28 | * @var string[]
|
---|
29 | */
|
---|
30 | public $availableAtForecastColumns;
|
---|
31 | /**
|
---|
32 | * @var string
|
---|
33 | */
|
---|
34 | public $contextWindow;
|
---|
35 | protected $dataGranularityType = GoogleCloudAiplatformV1SchemaTrainingjobDefinitionAutoMlForecastingInputsGranularity::class;
|
---|
36 | protected $dataGranularityDataType = '';
|
---|
37 | /**
|
---|
38 | * @var bool
|
---|
39 | */
|
---|
40 | public $enableProbabilisticInference;
|
---|
41 | protected $exportEvaluatedDataItemsConfigType = GoogleCloudAiplatformV1SchemaTrainingjobDefinitionExportEvaluatedDataItemsConfig::class;
|
---|
42 | protected $exportEvaluatedDataItemsConfigDataType = '';
|
---|
43 | /**
|
---|
44 | * @var string
|
---|
45 | */
|
---|
46 | public $forecastHorizon;
|
---|
47 | protected $hierarchyConfigType = GoogleCloudAiplatformV1SchemaTrainingjobDefinitionHierarchyConfig::class;
|
---|
48 | protected $hierarchyConfigDataType = '';
|
---|
49 | /**
|
---|
50 | * @var string[]
|
---|
51 | */
|
---|
52 | public $holidayRegions;
|
---|
53 | /**
|
---|
54 | * @var string
|
---|
55 | */
|
---|
56 | public $optimizationObjective;
|
---|
57 | public $quantiles;
|
---|
58 | /**
|
---|
59 | * @var string
|
---|
60 | */
|
---|
61 | public $targetColumn;
|
---|
62 | /**
|
---|
63 | * @var string
|
---|
64 | */
|
---|
65 | public $timeColumn;
|
---|
66 | /**
|
---|
67 | * @var string[]
|
---|
68 | */
|
---|
69 | public $timeSeriesAttributeColumns;
|
---|
70 | /**
|
---|
71 | * @var string
|
---|
72 | */
|
---|
73 | public $timeSeriesIdentifierColumn;
|
---|
74 | /**
|
---|
75 | * @var string
|
---|
76 | */
|
---|
77 | public $trainBudgetMilliNodeHours;
|
---|
78 | protected $transformationsType = GoogleCloudAiplatformV1SchemaTrainingjobDefinitionAutoMlForecastingInputsTransformation::class;
|
---|
79 | protected $transformationsDataType = 'array';
|
---|
80 | /**
|
---|
81 | * @var string[]
|
---|
82 | */
|
---|
83 | public $unavailableAtForecastColumns;
|
---|
84 | /**
|
---|
85 | * @var string
|
---|
86 | */
|
---|
87 | public $validationOptions;
|
---|
88 | /**
|
---|
89 | * @var string
|
---|
90 | */
|
---|
91 | public $weightColumn;
|
---|
92 | protected $windowConfigType = GoogleCloudAiplatformV1SchemaTrainingjobDefinitionWindowConfig::class;
|
---|
93 | protected $windowConfigDataType = '';
|
---|
94 |
|
---|
95 | /**
|
---|
96 | * @param string[]
|
---|
97 | */
|
---|
98 | public function setAdditionalExperiments($additionalExperiments)
|
---|
99 | {
|
---|
100 | $this->additionalExperiments = $additionalExperiments;
|
---|
101 | }
|
---|
102 | /**
|
---|
103 | * @return string[]
|
---|
104 | */
|
---|
105 | public function getAdditionalExperiments()
|
---|
106 | {
|
---|
107 | return $this->additionalExperiments;
|
---|
108 | }
|
---|
109 | /**
|
---|
110 | * @param string[]
|
---|
111 | */
|
---|
112 | public function setAvailableAtForecastColumns($availableAtForecastColumns)
|
---|
113 | {
|
---|
114 | $this->availableAtForecastColumns = $availableAtForecastColumns;
|
---|
115 | }
|
---|
116 | /**
|
---|
117 | * @return string[]
|
---|
118 | */
|
---|
119 | public function getAvailableAtForecastColumns()
|
---|
120 | {
|
---|
121 | return $this->availableAtForecastColumns;
|
---|
122 | }
|
---|
123 | /**
|
---|
124 | * @param string
|
---|
125 | */
|
---|
126 | public function setContextWindow($contextWindow)
|
---|
127 | {
|
---|
128 | $this->contextWindow = $contextWindow;
|
---|
129 | }
|
---|
130 | /**
|
---|
131 | * @return string
|
---|
132 | */
|
---|
133 | public function getContextWindow()
|
---|
134 | {
|
---|
135 | return $this->contextWindow;
|
---|
136 | }
|
---|
137 | /**
|
---|
138 | * @param GoogleCloudAiplatformV1SchemaTrainingjobDefinitionAutoMlForecastingInputsGranularity
|
---|
139 | */
|
---|
140 | public function setDataGranularity(GoogleCloudAiplatformV1SchemaTrainingjobDefinitionAutoMlForecastingInputsGranularity $dataGranularity)
|
---|
141 | {
|
---|
142 | $this->dataGranularity = $dataGranularity;
|
---|
143 | }
|
---|
144 | /**
|
---|
145 | * @return GoogleCloudAiplatformV1SchemaTrainingjobDefinitionAutoMlForecastingInputsGranularity
|
---|
146 | */
|
---|
147 | public function getDataGranularity()
|
---|
148 | {
|
---|
149 | return $this->dataGranularity;
|
---|
150 | }
|
---|
151 | /**
|
---|
152 | * @param bool
|
---|
153 | */
|
---|
154 | public function setEnableProbabilisticInference($enableProbabilisticInference)
|
---|
155 | {
|
---|
156 | $this->enableProbabilisticInference = $enableProbabilisticInference;
|
---|
157 | }
|
---|
158 | /**
|
---|
159 | * @return bool
|
---|
160 | */
|
---|
161 | public function getEnableProbabilisticInference()
|
---|
162 | {
|
---|
163 | return $this->enableProbabilisticInference;
|
---|
164 | }
|
---|
165 | /**
|
---|
166 | * @param GoogleCloudAiplatformV1SchemaTrainingjobDefinitionExportEvaluatedDataItemsConfig
|
---|
167 | */
|
---|
168 | public function setExportEvaluatedDataItemsConfig(GoogleCloudAiplatformV1SchemaTrainingjobDefinitionExportEvaluatedDataItemsConfig $exportEvaluatedDataItemsConfig)
|
---|
169 | {
|
---|
170 | $this->exportEvaluatedDataItemsConfig = $exportEvaluatedDataItemsConfig;
|
---|
171 | }
|
---|
172 | /**
|
---|
173 | * @return GoogleCloudAiplatformV1SchemaTrainingjobDefinitionExportEvaluatedDataItemsConfig
|
---|
174 | */
|
---|
175 | public function getExportEvaluatedDataItemsConfig()
|
---|
176 | {
|
---|
177 | return $this->exportEvaluatedDataItemsConfig;
|
---|
178 | }
|
---|
179 | /**
|
---|
180 | * @param string
|
---|
181 | */
|
---|
182 | public function setForecastHorizon($forecastHorizon)
|
---|
183 | {
|
---|
184 | $this->forecastHorizon = $forecastHorizon;
|
---|
185 | }
|
---|
186 | /**
|
---|
187 | * @return string
|
---|
188 | */
|
---|
189 | public function getForecastHorizon()
|
---|
190 | {
|
---|
191 | return $this->forecastHorizon;
|
---|
192 | }
|
---|
193 | /**
|
---|
194 | * @param GoogleCloudAiplatformV1SchemaTrainingjobDefinitionHierarchyConfig
|
---|
195 | */
|
---|
196 | public function setHierarchyConfig(GoogleCloudAiplatformV1SchemaTrainingjobDefinitionHierarchyConfig $hierarchyConfig)
|
---|
197 | {
|
---|
198 | $this->hierarchyConfig = $hierarchyConfig;
|
---|
199 | }
|
---|
200 | /**
|
---|
201 | * @return GoogleCloudAiplatformV1SchemaTrainingjobDefinitionHierarchyConfig
|
---|
202 | */
|
---|
203 | public function getHierarchyConfig()
|
---|
204 | {
|
---|
205 | return $this->hierarchyConfig;
|
---|
206 | }
|
---|
207 | /**
|
---|
208 | * @param string[]
|
---|
209 | */
|
---|
210 | public function setHolidayRegions($holidayRegions)
|
---|
211 | {
|
---|
212 | $this->holidayRegions = $holidayRegions;
|
---|
213 | }
|
---|
214 | /**
|
---|
215 | * @return string[]
|
---|
216 | */
|
---|
217 | public function getHolidayRegions()
|
---|
218 | {
|
---|
219 | return $this->holidayRegions;
|
---|
220 | }
|
---|
221 | /**
|
---|
222 | * @param string
|
---|
223 | */
|
---|
224 | public function setOptimizationObjective($optimizationObjective)
|
---|
225 | {
|
---|
226 | $this->optimizationObjective = $optimizationObjective;
|
---|
227 | }
|
---|
228 | /**
|
---|
229 | * @return string
|
---|
230 | */
|
---|
231 | public function getOptimizationObjective()
|
---|
232 | {
|
---|
233 | return $this->optimizationObjective;
|
---|
234 | }
|
---|
235 | public function setQuantiles($quantiles)
|
---|
236 | {
|
---|
237 | $this->quantiles = $quantiles;
|
---|
238 | }
|
---|
239 | public function getQuantiles()
|
---|
240 | {
|
---|
241 | return $this->quantiles;
|
---|
242 | }
|
---|
243 | /**
|
---|
244 | * @param string
|
---|
245 | */
|
---|
246 | public function setTargetColumn($targetColumn)
|
---|
247 | {
|
---|
248 | $this->targetColumn = $targetColumn;
|
---|
249 | }
|
---|
250 | /**
|
---|
251 | * @return string
|
---|
252 | */
|
---|
253 | public function getTargetColumn()
|
---|
254 | {
|
---|
255 | return $this->targetColumn;
|
---|
256 | }
|
---|
257 | /**
|
---|
258 | * @param string
|
---|
259 | */
|
---|
260 | public function setTimeColumn($timeColumn)
|
---|
261 | {
|
---|
262 | $this->timeColumn = $timeColumn;
|
---|
263 | }
|
---|
264 | /**
|
---|
265 | * @return string
|
---|
266 | */
|
---|
267 | public function getTimeColumn()
|
---|
268 | {
|
---|
269 | return $this->timeColumn;
|
---|
270 | }
|
---|
271 | /**
|
---|
272 | * @param string[]
|
---|
273 | */
|
---|
274 | public function setTimeSeriesAttributeColumns($timeSeriesAttributeColumns)
|
---|
275 | {
|
---|
276 | $this->timeSeriesAttributeColumns = $timeSeriesAttributeColumns;
|
---|
277 | }
|
---|
278 | /**
|
---|
279 | * @return string[]
|
---|
280 | */
|
---|
281 | public function getTimeSeriesAttributeColumns()
|
---|
282 | {
|
---|
283 | return $this->timeSeriesAttributeColumns;
|
---|
284 | }
|
---|
285 | /**
|
---|
286 | * @param string
|
---|
287 | */
|
---|
288 | public function setTimeSeriesIdentifierColumn($timeSeriesIdentifierColumn)
|
---|
289 | {
|
---|
290 | $this->timeSeriesIdentifierColumn = $timeSeriesIdentifierColumn;
|
---|
291 | }
|
---|
292 | /**
|
---|
293 | * @return string
|
---|
294 | */
|
---|
295 | public function getTimeSeriesIdentifierColumn()
|
---|
296 | {
|
---|
297 | return $this->timeSeriesIdentifierColumn;
|
---|
298 | }
|
---|
299 | /**
|
---|
300 | * @param string
|
---|
301 | */
|
---|
302 | public function setTrainBudgetMilliNodeHours($trainBudgetMilliNodeHours)
|
---|
303 | {
|
---|
304 | $this->trainBudgetMilliNodeHours = $trainBudgetMilliNodeHours;
|
---|
305 | }
|
---|
306 | /**
|
---|
307 | * @return string
|
---|
308 | */
|
---|
309 | public function getTrainBudgetMilliNodeHours()
|
---|
310 | {
|
---|
311 | return $this->trainBudgetMilliNodeHours;
|
---|
312 | }
|
---|
313 | /**
|
---|
314 | * @param GoogleCloudAiplatformV1SchemaTrainingjobDefinitionAutoMlForecastingInputsTransformation[]
|
---|
315 | */
|
---|
316 | public function setTransformations($transformations)
|
---|
317 | {
|
---|
318 | $this->transformations = $transformations;
|
---|
319 | }
|
---|
320 | /**
|
---|
321 | * @return GoogleCloudAiplatformV1SchemaTrainingjobDefinitionAutoMlForecastingInputsTransformation[]
|
---|
322 | */
|
---|
323 | public function getTransformations()
|
---|
324 | {
|
---|
325 | return $this->transformations;
|
---|
326 | }
|
---|
327 | /**
|
---|
328 | * @param string[]
|
---|
329 | */
|
---|
330 | public function setUnavailableAtForecastColumns($unavailableAtForecastColumns)
|
---|
331 | {
|
---|
332 | $this->unavailableAtForecastColumns = $unavailableAtForecastColumns;
|
---|
333 | }
|
---|
334 | /**
|
---|
335 | * @return string[]
|
---|
336 | */
|
---|
337 | public function getUnavailableAtForecastColumns()
|
---|
338 | {
|
---|
339 | return $this->unavailableAtForecastColumns;
|
---|
340 | }
|
---|
341 | /**
|
---|
342 | * @param string
|
---|
343 | */
|
---|
344 | public function setValidationOptions($validationOptions)
|
---|
345 | {
|
---|
346 | $this->validationOptions = $validationOptions;
|
---|
347 | }
|
---|
348 | /**
|
---|
349 | * @return string
|
---|
350 | */
|
---|
351 | public function getValidationOptions()
|
---|
352 | {
|
---|
353 | return $this->validationOptions;
|
---|
354 | }
|
---|
355 | /**
|
---|
356 | * @param string
|
---|
357 | */
|
---|
358 | public function setWeightColumn($weightColumn)
|
---|
359 | {
|
---|
360 | $this->weightColumn = $weightColumn;
|
---|
361 | }
|
---|
362 | /**
|
---|
363 | * @return string
|
---|
364 | */
|
---|
365 | public function getWeightColumn()
|
---|
366 | {
|
---|
367 | return $this->weightColumn;
|
---|
368 | }
|
---|
369 | /**
|
---|
370 | * @param GoogleCloudAiplatformV1SchemaTrainingjobDefinitionWindowConfig
|
---|
371 | */
|
---|
372 | public function setWindowConfig(GoogleCloudAiplatformV1SchemaTrainingjobDefinitionWindowConfig $windowConfig)
|
---|
373 | {
|
---|
374 | $this->windowConfig = $windowConfig;
|
---|
375 | }
|
---|
376 | /**
|
---|
377 | * @return GoogleCloudAiplatformV1SchemaTrainingjobDefinitionWindowConfig
|
---|
378 | */
|
---|
379 | public function getWindowConfig()
|
---|
380 | {
|
---|
381 | return $this->windowConfig;
|
---|
382 | }
|
---|
383 | }
|
---|
384 |
|
---|
385 | // Adding a class alias for backwards compatibility with the previous class name.
|
---|
386 | class_alias(GoogleCloudAiplatformV1SchemaTrainingjobDefinitionAutoMlForecastingInputs::class, 'Google_Service_Aiplatform_GoogleCloudAiplatformV1SchemaTrainingjobDefinitionAutoMlForecastingInputs');
|
---|