aws-sdk-forecastservice 1.49.0 → 1.50.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-forecastservice/client.rb +1 -1
- data/lib/aws-sdk-forecastservice/plugins/endpoints.rb +1 -0
- data/lib/aws-sdk-forecastservice.rb +1 -1
- data/sig/client.rbs +1274 -0
- data/sig/errors.rbs +34 -0
- data/sig/resource.rbs +80 -0
- data/sig/types.rbs +1351 -0
- data/sig/waiters.rbs +13 -0
- metadata +13 -8
data/sig/types.rbs
ADDED
@@ -0,0 +1,1351 @@
|
|
1
|
+
# WARNING ABOUT GENERATED CODE
|
2
|
+
#
|
3
|
+
# This file is generated. See the contributing guide for more information:
|
4
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
5
|
+
#
|
6
|
+
# WARNING ABOUT GENERATED CODE
|
7
|
+
|
8
|
+
module Aws::ForecastService
|
9
|
+
module Types
|
10
|
+
|
11
|
+
class Action
|
12
|
+
attr_accessor attribute_name: ::String
|
13
|
+
attr_accessor operation: ("ADD" | "SUBTRACT" | "MULTIPLY" | "DIVIDE")
|
14
|
+
attr_accessor value: ::Float
|
15
|
+
SENSITIVE: []
|
16
|
+
end
|
17
|
+
|
18
|
+
class AdditionalDataset
|
19
|
+
attr_accessor name: ::String
|
20
|
+
attr_accessor configuration: ::Hash[::String, ::Array[::String]]
|
21
|
+
SENSITIVE: []
|
22
|
+
end
|
23
|
+
|
24
|
+
class AttributeConfig
|
25
|
+
attr_accessor attribute_name: ::String
|
26
|
+
attr_accessor transformations: ::Hash[::String, ::String]
|
27
|
+
SENSITIVE: []
|
28
|
+
end
|
29
|
+
|
30
|
+
class Baseline
|
31
|
+
attr_accessor predictor_baseline: Types::PredictorBaseline
|
32
|
+
SENSITIVE: []
|
33
|
+
end
|
34
|
+
|
35
|
+
class BaselineMetric
|
36
|
+
attr_accessor name: ::String
|
37
|
+
attr_accessor value: ::Float
|
38
|
+
SENSITIVE: []
|
39
|
+
end
|
40
|
+
|
41
|
+
class CategoricalParameterRange
|
42
|
+
attr_accessor name: ::String
|
43
|
+
attr_accessor values: ::Array[::String]
|
44
|
+
SENSITIVE: []
|
45
|
+
end
|
46
|
+
|
47
|
+
class ContinuousParameterRange
|
48
|
+
attr_accessor name: ::String
|
49
|
+
attr_accessor max_value: ::Float
|
50
|
+
attr_accessor min_value: ::Float
|
51
|
+
attr_accessor scaling_type: ("Auto" | "Linear" | "Logarithmic" | "ReverseLogarithmic")
|
52
|
+
SENSITIVE: []
|
53
|
+
end
|
54
|
+
|
55
|
+
class CreateAutoPredictorRequest
|
56
|
+
attr_accessor predictor_name: ::String
|
57
|
+
attr_accessor forecast_horizon: ::Integer
|
58
|
+
attr_accessor forecast_types: ::Array[::String]
|
59
|
+
attr_accessor forecast_dimensions: ::Array[::String]
|
60
|
+
attr_accessor forecast_frequency: ::String
|
61
|
+
attr_accessor data_config: Types::DataConfig
|
62
|
+
attr_accessor encryption_config: Types::EncryptionConfig
|
63
|
+
attr_accessor reference_predictor_arn: ::String
|
64
|
+
attr_accessor optimization_metric: ("WAPE" | "RMSE" | "AverageWeightedQuantileLoss" | "MASE" | "MAPE")
|
65
|
+
attr_accessor explain_predictor: bool
|
66
|
+
attr_accessor tags: ::Array[Types::Tag]
|
67
|
+
attr_accessor monitor_config: Types::MonitorConfig
|
68
|
+
attr_accessor time_alignment_boundary: Types::TimeAlignmentBoundary
|
69
|
+
SENSITIVE: []
|
70
|
+
end
|
71
|
+
|
72
|
+
class CreateAutoPredictorResponse
|
73
|
+
attr_accessor predictor_arn: ::String
|
74
|
+
SENSITIVE: []
|
75
|
+
end
|
76
|
+
|
77
|
+
class CreateDatasetGroupRequest
|
78
|
+
attr_accessor dataset_group_name: ::String
|
79
|
+
attr_accessor domain: ("RETAIL" | "CUSTOM" | "INVENTORY_PLANNING" | "EC2_CAPACITY" | "WORK_FORCE" | "WEB_TRAFFIC" | "METRICS")
|
80
|
+
attr_accessor dataset_arns: ::Array[::String]
|
81
|
+
attr_accessor tags: ::Array[Types::Tag]
|
82
|
+
SENSITIVE: []
|
83
|
+
end
|
84
|
+
|
85
|
+
class CreateDatasetGroupResponse
|
86
|
+
attr_accessor dataset_group_arn: ::String
|
87
|
+
SENSITIVE: []
|
88
|
+
end
|
89
|
+
|
90
|
+
class CreateDatasetImportJobRequest
|
91
|
+
attr_accessor dataset_import_job_name: ::String
|
92
|
+
attr_accessor dataset_arn: ::String
|
93
|
+
attr_accessor data_source: Types::DataSource
|
94
|
+
attr_accessor timestamp_format: ::String
|
95
|
+
attr_accessor time_zone: ::String
|
96
|
+
attr_accessor use_geolocation_for_time_zone: bool
|
97
|
+
attr_accessor geolocation_format: ::String
|
98
|
+
attr_accessor tags: ::Array[Types::Tag]
|
99
|
+
attr_accessor format: ::String
|
100
|
+
attr_accessor import_mode: ("FULL" | "INCREMENTAL")
|
101
|
+
SENSITIVE: []
|
102
|
+
end
|
103
|
+
|
104
|
+
class CreateDatasetImportJobResponse
|
105
|
+
attr_accessor dataset_import_job_arn: ::String
|
106
|
+
SENSITIVE: []
|
107
|
+
end
|
108
|
+
|
109
|
+
class CreateDatasetRequest
|
110
|
+
attr_accessor dataset_name: ::String
|
111
|
+
attr_accessor domain: ("RETAIL" | "CUSTOM" | "INVENTORY_PLANNING" | "EC2_CAPACITY" | "WORK_FORCE" | "WEB_TRAFFIC" | "METRICS")
|
112
|
+
attr_accessor dataset_type: ("TARGET_TIME_SERIES" | "RELATED_TIME_SERIES" | "ITEM_METADATA")
|
113
|
+
attr_accessor data_frequency: ::String
|
114
|
+
attr_accessor schema: Types::Schema
|
115
|
+
attr_accessor encryption_config: Types::EncryptionConfig
|
116
|
+
attr_accessor tags: ::Array[Types::Tag]
|
117
|
+
SENSITIVE: []
|
118
|
+
end
|
119
|
+
|
120
|
+
class CreateDatasetResponse
|
121
|
+
attr_accessor dataset_arn: ::String
|
122
|
+
SENSITIVE: []
|
123
|
+
end
|
124
|
+
|
125
|
+
class CreateExplainabilityExportRequest
|
126
|
+
attr_accessor explainability_export_name: ::String
|
127
|
+
attr_accessor explainability_arn: ::String
|
128
|
+
attr_accessor destination: Types::DataDestination
|
129
|
+
attr_accessor tags: ::Array[Types::Tag]
|
130
|
+
attr_accessor format: ::String
|
131
|
+
SENSITIVE: []
|
132
|
+
end
|
133
|
+
|
134
|
+
class CreateExplainabilityExportResponse
|
135
|
+
attr_accessor explainability_export_arn: ::String
|
136
|
+
SENSITIVE: []
|
137
|
+
end
|
138
|
+
|
139
|
+
class CreateExplainabilityRequest
|
140
|
+
attr_accessor explainability_name: ::String
|
141
|
+
attr_accessor resource_arn: ::String
|
142
|
+
attr_accessor explainability_config: Types::ExplainabilityConfig
|
143
|
+
attr_accessor data_source: Types::DataSource
|
144
|
+
attr_accessor schema: Types::Schema
|
145
|
+
attr_accessor enable_visualization: bool
|
146
|
+
attr_accessor start_date_time: ::String
|
147
|
+
attr_accessor end_date_time: ::String
|
148
|
+
attr_accessor tags: ::Array[Types::Tag]
|
149
|
+
SENSITIVE: []
|
150
|
+
end
|
151
|
+
|
152
|
+
class CreateExplainabilityResponse
|
153
|
+
attr_accessor explainability_arn: ::String
|
154
|
+
SENSITIVE: []
|
155
|
+
end
|
156
|
+
|
157
|
+
class CreateForecastExportJobRequest
|
158
|
+
attr_accessor forecast_export_job_name: ::String
|
159
|
+
attr_accessor forecast_arn: ::String
|
160
|
+
attr_accessor destination: Types::DataDestination
|
161
|
+
attr_accessor tags: ::Array[Types::Tag]
|
162
|
+
attr_accessor format: ::String
|
163
|
+
SENSITIVE: []
|
164
|
+
end
|
165
|
+
|
166
|
+
class CreateForecastExportJobResponse
|
167
|
+
attr_accessor forecast_export_job_arn: ::String
|
168
|
+
SENSITIVE: []
|
169
|
+
end
|
170
|
+
|
171
|
+
class CreateForecastRequest
|
172
|
+
attr_accessor forecast_name: ::String
|
173
|
+
attr_accessor predictor_arn: ::String
|
174
|
+
attr_accessor forecast_types: ::Array[::String]
|
175
|
+
attr_accessor tags: ::Array[Types::Tag]
|
176
|
+
attr_accessor time_series_selector: Types::TimeSeriesSelector
|
177
|
+
SENSITIVE: []
|
178
|
+
end
|
179
|
+
|
180
|
+
class CreateForecastResponse
|
181
|
+
attr_accessor forecast_arn: ::String
|
182
|
+
SENSITIVE: []
|
183
|
+
end
|
184
|
+
|
185
|
+
class CreateMonitorRequest
|
186
|
+
attr_accessor monitor_name: ::String
|
187
|
+
attr_accessor resource_arn: ::String
|
188
|
+
attr_accessor tags: ::Array[Types::Tag]
|
189
|
+
SENSITIVE: []
|
190
|
+
end
|
191
|
+
|
192
|
+
class CreateMonitorResponse
|
193
|
+
attr_accessor monitor_arn: ::String
|
194
|
+
SENSITIVE: []
|
195
|
+
end
|
196
|
+
|
197
|
+
class CreatePredictorBacktestExportJobRequest
|
198
|
+
attr_accessor predictor_backtest_export_job_name: ::String
|
199
|
+
attr_accessor predictor_arn: ::String
|
200
|
+
attr_accessor destination: Types::DataDestination
|
201
|
+
attr_accessor tags: ::Array[Types::Tag]
|
202
|
+
attr_accessor format: ::String
|
203
|
+
SENSITIVE: []
|
204
|
+
end
|
205
|
+
|
206
|
+
class CreatePredictorBacktestExportJobResponse
|
207
|
+
attr_accessor predictor_backtest_export_job_arn: ::String
|
208
|
+
SENSITIVE: []
|
209
|
+
end
|
210
|
+
|
211
|
+
class CreatePredictorRequest
|
212
|
+
attr_accessor predictor_name: ::String
|
213
|
+
attr_accessor algorithm_arn: ::String
|
214
|
+
attr_accessor forecast_horizon: ::Integer
|
215
|
+
attr_accessor forecast_types: ::Array[::String]
|
216
|
+
attr_accessor perform_auto_ml: bool
|
217
|
+
attr_accessor auto_ml_override_strategy: ("LatencyOptimized" | "AccuracyOptimized")
|
218
|
+
attr_accessor perform_hpo: bool
|
219
|
+
attr_accessor training_parameters: ::Hash[::String, ::String]
|
220
|
+
attr_accessor evaluation_parameters: Types::EvaluationParameters
|
221
|
+
attr_accessor hpo_config: Types::HyperParameterTuningJobConfig
|
222
|
+
attr_accessor input_data_config: Types::InputDataConfig
|
223
|
+
attr_accessor featurization_config: Types::FeaturizationConfig
|
224
|
+
attr_accessor encryption_config: Types::EncryptionConfig
|
225
|
+
attr_accessor tags: ::Array[Types::Tag]
|
226
|
+
attr_accessor optimization_metric: ("WAPE" | "RMSE" | "AverageWeightedQuantileLoss" | "MASE" | "MAPE")
|
227
|
+
SENSITIVE: []
|
228
|
+
end
|
229
|
+
|
230
|
+
class CreatePredictorResponse
|
231
|
+
attr_accessor predictor_arn: ::String
|
232
|
+
SENSITIVE: []
|
233
|
+
end
|
234
|
+
|
235
|
+
class CreateWhatIfAnalysisRequest
|
236
|
+
attr_accessor what_if_analysis_name: ::String
|
237
|
+
attr_accessor forecast_arn: ::String
|
238
|
+
attr_accessor time_series_selector: Types::TimeSeriesSelector
|
239
|
+
attr_accessor tags: ::Array[Types::Tag]
|
240
|
+
SENSITIVE: []
|
241
|
+
end
|
242
|
+
|
243
|
+
class CreateWhatIfAnalysisResponse
|
244
|
+
attr_accessor what_if_analysis_arn: ::String
|
245
|
+
SENSITIVE: []
|
246
|
+
end
|
247
|
+
|
248
|
+
class CreateWhatIfForecastExportRequest
|
249
|
+
attr_accessor what_if_forecast_export_name: ::String
|
250
|
+
attr_accessor what_if_forecast_arns: ::Array[::String]
|
251
|
+
attr_accessor destination: Types::DataDestination
|
252
|
+
attr_accessor tags: ::Array[Types::Tag]
|
253
|
+
attr_accessor format: ::String
|
254
|
+
SENSITIVE: []
|
255
|
+
end
|
256
|
+
|
257
|
+
class CreateWhatIfForecastExportResponse
|
258
|
+
attr_accessor what_if_forecast_export_arn: ::String
|
259
|
+
SENSITIVE: []
|
260
|
+
end
|
261
|
+
|
262
|
+
class CreateWhatIfForecastRequest
|
263
|
+
attr_accessor what_if_forecast_name: ::String
|
264
|
+
attr_accessor what_if_analysis_arn: ::String
|
265
|
+
attr_accessor time_series_transformations: ::Array[Types::TimeSeriesTransformation]
|
266
|
+
attr_accessor time_series_replacements_data_source: Types::TimeSeriesReplacementsDataSource
|
267
|
+
attr_accessor tags: ::Array[Types::Tag]
|
268
|
+
SENSITIVE: []
|
269
|
+
end
|
270
|
+
|
271
|
+
class CreateWhatIfForecastResponse
|
272
|
+
attr_accessor what_if_forecast_arn: ::String
|
273
|
+
SENSITIVE: []
|
274
|
+
end
|
275
|
+
|
276
|
+
class DataConfig
|
277
|
+
attr_accessor dataset_group_arn: ::String
|
278
|
+
attr_accessor attribute_configs: ::Array[Types::AttributeConfig]
|
279
|
+
attr_accessor additional_datasets: ::Array[Types::AdditionalDataset]
|
280
|
+
SENSITIVE: []
|
281
|
+
end
|
282
|
+
|
283
|
+
class DataDestination
|
284
|
+
attr_accessor s3_config: Types::S3Config
|
285
|
+
SENSITIVE: []
|
286
|
+
end
|
287
|
+
|
288
|
+
class DataSource
|
289
|
+
attr_accessor s3_config: Types::S3Config
|
290
|
+
SENSITIVE: []
|
291
|
+
end
|
292
|
+
|
293
|
+
class DatasetGroupSummary
|
294
|
+
attr_accessor dataset_group_arn: ::String
|
295
|
+
attr_accessor dataset_group_name: ::String
|
296
|
+
attr_accessor creation_time: ::Time
|
297
|
+
attr_accessor last_modification_time: ::Time
|
298
|
+
SENSITIVE: []
|
299
|
+
end
|
300
|
+
|
301
|
+
class DatasetImportJobSummary
|
302
|
+
attr_accessor dataset_import_job_arn: ::String
|
303
|
+
attr_accessor dataset_import_job_name: ::String
|
304
|
+
attr_accessor data_source: Types::DataSource
|
305
|
+
attr_accessor status: ::String
|
306
|
+
attr_accessor message: ::String
|
307
|
+
attr_accessor creation_time: ::Time
|
308
|
+
attr_accessor last_modification_time: ::Time
|
309
|
+
attr_accessor import_mode: ("FULL" | "INCREMENTAL")
|
310
|
+
SENSITIVE: []
|
311
|
+
end
|
312
|
+
|
313
|
+
class DatasetSummary
|
314
|
+
attr_accessor dataset_arn: ::String
|
315
|
+
attr_accessor dataset_name: ::String
|
316
|
+
attr_accessor dataset_type: ("TARGET_TIME_SERIES" | "RELATED_TIME_SERIES" | "ITEM_METADATA")
|
317
|
+
attr_accessor domain: ("RETAIL" | "CUSTOM" | "INVENTORY_PLANNING" | "EC2_CAPACITY" | "WORK_FORCE" | "WEB_TRAFFIC" | "METRICS")
|
318
|
+
attr_accessor creation_time: ::Time
|
319
|
+
attr_accessor last_modification_time: ::Time
|
320
|
+
SENSITIVE: []
|
321
|
+
end
|
322
|
+
|
323
|
+
class DeleteDatasetGroupRequest
|
324
|
+
attr_accessor dataset_group_arn: ::String
|
325
|
+
SENSITIVE: []
|
326
|
+
end
|
327
|
+
|
328
|
+
class DeleteDatasetImportJobRequest
|
329
|
+
attr_accessor dataset_import_job_arn: ::String
|
330
|
+
SENSITIVE: []
|
331
|
+
end
|
332
|
+
|
333
|
+
class DeleteDatasetRequest
|
334
|
+
attr_accessor dataset_arn: ::String
|
335
|
+
SENSITIVE: []
|
336
|
+
end
|
337
|
+
|
338
|
+
class DeleteExplainabilityExportRequest
|
339
|
+
attr_accessor explainability_export_arn: ::String
|
340
|
+
SENSITIVE: []
|
341
|
+
end
|
342
|
+
|
343
|
+
class DeleteExplainabilityRequest
|
344
|
+
attr_accessor explainability_arn: ::String
|
345
|
+
SENSITIVE: []
|
346
|
+
end
|
347
|
+
|
348
|
+
class DeleteForecastExportJobRequest
|
349
|
+
attr_accessor forecast_export_job_arn: ::String
|
350
|
+
SENSITIVE: []
|
351
|
+
end
|
352
|
+
|
353
|
+
class DeleteForecastRequest
|
354
|
+
attr_accessor forecast_arn: ::String
|
355
|
+
SENSITIVE: []
|
356
|
+
end
|
357
|
+
|
358
|
+
class DeleteMonitorRequest
|
359
|
+
attr_accessor monitor_arn: ::String
|
360
|
+
SENSITIVE: []
|
361
|
+
end
|
362
|
+
|
363
|
+
class DeletePredictorBacktestExportJobRequest
|
364
|
+
attr_accessor predictor_backtest_export_job_arn: ::String
|
365
|
+
SENSITIVE: []
|
366
|
+
end
|
367
|
+
|
368
|
+
class DeletePredictorRequest
|
369
|
+
attr_accessor predictor_arn: ::String
|
370
|
+
SENSITIVE: []
|
371
|
+
end
|
372
|
+
|
373
|
+
class DeleteResourceTreeRequest
|
374
|
+
attr_accessor resource_arn: ::String
|
375
|
+
SENSITIVE: []
|
376
|
+
end
|
377
|
+
|
378
|
+
class DeleteWhatIfAnalysisRequest
|
379
|
+
attr_accessor what_if_analysis_arn: ::String
|
380
|
+
SENSITIVE: []
|
381
|
+
end
|
382
|
+
|
383
|
+
class DeleteWhatIfForecastExportRequest
|
384
|
+
attr_accessor what_if_forecast_export_arn: ::String
|
385
|
+
SENSITIVE: []
|
386
|
+
end
|
387
|
+
|
388
|
+
class DeleteWhatIfForecastRequest
|
389
|
+
attr_accessor what_if_forecast_arn: ::String
|
390
|
+
SENSITIVE: []
|
391
|
+
end
|
392
|
+
|
393
|
+
class DescribeAutoPredictorRequest
|
394
|
+
attr_accessor predictor_arn: ::String
|
395
|
+
SENSITIVE: []
|
396
|
+
end
|
397
|
+
|
398
|
+
class DescribeAutoPredictorResponse
|
399
|
+
attr_accessor predictor_arn: ::String
|
400
|
+
attr_accessor predictor_name: ::String
|
401
|
+
attr_accessor forecast_horizon: ::Integer
|
402
|
+
attr_accessor forecast_types: ::Array[::String]
|
403
|
+
attr_accessor forecast_frequency: ::String
|
404
|
+
attr_accessor forecast_dimensions: ::Array[::String]
|
405
|
+
attr_accessor dataset_import_job_arns: ::Array[::String]
|
406
|
+
attr_accessor data_config: Types::DataConfig
|
407
|
+
attr_accessor encryption_config: Types::EncryptionConfig
|
408
|
+
attr_accessor reference_predictor_summary: Types::ReferencePredictorSummary
|
409
|
+
attr_accessor estimated_time_remaining_in_minutes: ::Integer
|
410
|
+
attr_accessor status: ::String
|
411
|
+
attr_accessor message: ::String
|
412
|
+
attr_accessor creation_time: ::Time
|
413
|
+
attr_accessor last_modification_time: ::Time
|
414
|
+
attr_accessor optimization_metric: ("WAPE" | "RMSE" | "AverageWeightedQuantileLoss" | "MASE" | "MAPE")
|
415
|
+
attr_accessor explainability_info: Types::ExplainabilityInfo
|
416
|
+
attr_accessor monitor_info: Types::MonitorInfo
|
417
|
+
attr_accessor time_alignment_boundary: Types::TimeAlignmentBoundary
|
418
|
+
SENSITIVE: []
|
419
|
+
end
|
420
|
+
|
421
|
+
class DescribeDatasetGroupRequest
|
422
|
+
attr_accessor dataset_group_arn: ::String
|
423
|
+
SENSITIVE: []
|
424
|
+
end
|
425
|
+
|
426
|
+
class DescribeDatasetGroupResponse
|
427
|
+
attr_accessor dataset_group_name: ::String
|
428
|
+
attr_accessor dataset_group_arn: ::String
|
429
|
+
attr_accessor dataset_arns: ::Array[::String]
|
430
|
+
attr_accessor domain: ("RETAIL" | "CUSTOM" | "INVENTORY_PLANNING" | "EC2_CAPACITY" | "WORK_FORCE" | "WEB_TRAFFIC" | "METRICS")
|
431
|
+
attr_accessor status: ::String
|
432
|
+
attr_accessor creation_time: ::Time
|
433
|
+
attr_accessor last_modification_time: ::Time
|
434
|
+
SENSITIVE: []
|
435
|
+
end
|
436
|
+
|
437
|
+
class DescribeDatasetImportJobRequest
|
438
|
+
attr_accessor dataset_import_job_arn: ::String
|
439
|
+
SENSITIVE: []
|
440
|
+
end
|
441
|
+
|
442
|
+
class DescribeDatasetImportJobResponse
|
443
|
+
attr_accessor dataset_import_job_name: ::String
|
444
|
+
attr_accessor dataset_import_job_arn: ::String
|
445
|
+
attr_accessor dataset_arn: ::String
|
446
|
+
attr_accessor timestamp_format: ::String
|
447
|
+
attr_accessor time_zone: ::String
|
448
|
+
attr_accessor use_geolocation_for_time_zone: bool
|
449
|
+
attr_accessor geolocation_format: ::String
|
450
|
+
attr_accessor data_source: Types::DataSource
|
451
|
+
attr_accessor estimated_time_remaining_in_minutes: ::Integer
|
452
|
+
attr_accessor field_statistics: ::Hash[::String, Types::Statistics]
|
453
|
+
attr_accessor data_size: ::Float
|
454
|
+
attr_accessor status: ::String
|
455
|
+
attr_accessor message: ::String
|
456
|
+
attr_accessor creation_time: ::Time
|
457
|
+
attr_accessor last_modification_time: ::Time
|
458
|
+
attr_accessor format: ::String
|
459
|
+
attr_accessor import_mode: ("FULL" | "INCREMENTAL")
|
460
|
+
SENSITIVE: []
|
461
|
+
end
|
462
|
+
|
463
|
+
class DescribeDatasetRequest
|
464
|
+
attr_accessor dataset_arn: ::String
|
465
|
+
SENSITIVE: []
|
466
|
+
end
|
467
|
+
|
468
|
+
class DescribeDatasetResponse
|
469
|
+
attr_accessor dataset_arn: ::String
|
470
|
+
attr_accessor dataset_name: ::String
|
471
|
+
attr_accessor domain: ("RETAIL" | "CUSTOM" | "INVENTORY_PLANNING" | "EC2_CAPACITY" | "WORK_FORCE" | "WEB_TRAFFIC" | "METRICS")
|
472
|
+
attr_accessor dataset_type: ("TARGET_TIME_SERIES" | "RELATED_TIME_SERIES" | "ITEM_METADATA")
|
473
|
+
attr_accessor data_frequency: ::String
|
474
|
+
attr_accessor schema: Types::Schema
|
475
|
+
attr_accessor encryption_config: Types::EncryptionConfig
|
476
|
+
attr_accessor status: ::String
|
477
|
+
attr_accessor creation_time: ::Time
|
478
|
+
attr_accessor last_modification_time: ::Time
|
479
|
+
SENSITIVE: []
|
480
|
+
end
|
481
|
+
|
482
|
+
class DescribeExplainabilityExportRequest
|
483
|
+
attr_accessor explainability_export_arn: ::String
|
484
|
+
SENSITIVE: []
|
485
|
+
end
|
486
|
+
|
487
|
+
class DescribeExplainabilityExportResponse
|
488
|
+
attr_accessor explainability_export_arn: ::String
|
489
|
+
attr_accessor explainability_export_name: ::String
|
490
|
+
attr_accessor explainability_arn: ::String
|
491
|
+
attr_accessor destination: Types::DataDestination
|
492
|
+
attr_accessor message: ::String
|
493
|
+
attr_accessor status: ::String
|
494
|
+
attr_accessor creation_time: ::Time
|
495
|
+
attr_accessor last_modification_time: ::Time
|
496
|
+
attr_accessor format: ::String
|
497
|
+
SENSITIVE: []
|
498
|
+
end
|
499
|
+
|
500
|
+
class DescribeExplainabilityRequest
|
501
|
+
attr_accessor explainability_arn: ::String
|
502
|
+
SENSITIVE: []
|
503
|
+
end
|
504
|
+
|
505
|
+
class DescribeExplainabilityResponse
|
506
|
+
attr_accessor explainability_arn: ::String
|
507
|
+
attr_accessor explainability_name: ::String
|
508
|
+
attr_accessor resource_arn: ::String
|
509
|
+
attr_accessor explainability_config: Types::ExplainabilityConfig
|
510
|
+
attr_accessor enable_visualization: bool
|
511
|
+
attr_accessor data_source: Types::DataSource
|
512
|
+
attr_accessor schema: Types::Schema
|
513
|
+
attr_accessor start_date_time: ::String
|
514
|
+
attr_accessor end_date_time: ::String
|
515
|
+
attr_accessor estimated_time_remaining_in_minutes: ::Integer
|
516
|
+
attr_accessor message: ::String
|
517
|
+
attr_accessor status: ::String
|
518
|
+
attr_accessor creation_time: ::Time
|
519
|
+
attr_accessor last_modification_time: ::Time
|
520
|
+
SENSITIVE: []
|
521
|
+
end
|
522
|
+
|
523
|
+
class DescribeForecastExportJobRequest
|
524
|
+
attr_accessor forecast_export_job_arn: ::String
|
525
|
+
SENSITIVE: []
|
526
|
+
end
|
527
|
+
|
528
|
+
class DescribeForecastExportJobResponse
|
529
|
+
attr_accessor forecast_export_job_arn: ::String
|
530
|
+
attr_accessor forecast_export_job_name: ::String
|
531
|
+
attr_accessor forecast_arn: ::String
|
532
|
+
attr_accessor destination: Types::DataDestination
|
533
|
+
attr_accessor message: ::String
|
534
|
+
attr_accessor status: ::String
|
535
|
+
attr_accessor creation_time: ::Time
|
536
|
+
attr_accessor last_modification_time: ::Time
|
537
|
+
attr_accessor format: ::String
|
538
|
+
SENSITIVE: []
|
539
|
+
end
|
540
|
+
|
541
|
+
class DescribeForecastRequest
|
542
|
+
attr_accessor forecast_arn: ::String
|
543
|
+
SENSITIVE: []
|
544
|
+
end
|
545
|
+
|
546
|
+
class DescribeForecastResponse
|
547
|
+
attr_accessor forecast_arn: ::String
|
548
|
+
attr_accessor forecast_name: ::String
|
549
|
+
attr_accessor forecast_types: ::Array[::String]
|
550
|
+
attr_accessor predictor_arn: ::String
|
551
|
+
attr_accessor dataset_group_arn: ::String
|
552
|
+
attr_accessor estimated_time_remaining_in_minutes: ::Integer
|
553
|
+
attr_accessor status: ::String
|
554
|
+
attr_accessor message: ::String
|
555
|
+
attr_accessor creation_time: ::Time
|
556
|
+
attr_accessor last_modification_time: ::Time
|
557
|
+
attr_accessor time_series_selector: Types::TimeSeriesSelector
|
558
|
+
SENSITIVE: []
|
559
|
+
end
|
560
|
+
|
561
|
+
class DescribeMonitorRequest
|
562
|
+
attr_accessor monitor_arn: ::String
|
563
|
+
SENSITIVE: []
|
564
|
+
end
|
565
|
+
|
566
|
+
class DescribeMonitorResponse
|
567
|
+
attr_accessor monitor_name: ::String
|
568
|
+
attr_accessor monitor_arn: ::String
|
569
|
+
attr_accessor resource_arn: ::String
|
570
|
+
attr_accessor status: ::String
|
571
|
+
attr_accessor last_evaluation_time: ::Time
|
572
|
+
attr_accessor last_evaluation_state: ::String
|
573
|
+
attr_accessor baseline: Types::Baseline
|
574
|
+
attr_accessor message: ::String
|
575
|
+
attr_accessor creation_time: ::Time
|
576
|
+
attr_accessor last_modification_time: ::Time
|
577
|
+
attr_accessor estimated_evaluation_time_remaining_in_minutes: ::Integer
|
578
|
+
SENSITIVE: []
|
579
|
+
end
|
580
|
+
|
581
|
+
class DescribePredictorBacktestExportJobRequest
|
582
|
+
attr_accessor predictor_backtest_export_job_arn: ::String
|
583
|
+
SENSITIVE: []
|
584
|
+
end
|
585
|
+
|
586
|
+
class DescribePredictorBacktestExportJobResponse
|
587
|
+
attr_accessor predictor_backtest_export_job_arn: ::String
|
588
|
+
attr_accessor predictor_backtest_export_job_name: ::String
|
589
|
+
attr_accessor predictor_arn: ::String
|
590
|
+
attr_accessor destination: Types::DataDestination
|
591
|
+
attr_accessor message: ::String
|
592
|
+
attr_accessor status: ::String
|
593
|
+
attr_accessor creation_time: ::Time
|
594
|
+
attr_accessor last_modification_time: ::Time
|
595
|
+
attr_accessor format: ::String
|
596
|
+
SENSITIVE: []
|
597
|
+
end
|
598
|
+
|
599
|
+
class DescribePredictorRequest
|
600
|
+
attr_accessor predictor_arn: ::String
|
601
|
+
SENSITIVE: []
|
602
|
+
end
|
603
|
+
|
604
|
+
class DescribePredictorResponse
|
605
|
+
attr_accessor predictor_arn: ::String
|
606
|
+
attr_accessor predictor_name: ::String
|
607
|
+
attr_accessor algorithm_arn: ::String
|
608
|
+
attr_accessor auto_ml_algorithm_arns: ::Array[::String]
|
609
|
+
attr_accessor forecast_horizon: ::Integer
|
610
|
+
attr_accessor forecast_types: ::Array[::String]
|
611
|
+
attr_accessor perform_auto_ml: bool
|
612
|
+
attr_accessor auto_ml_override_strategy: ("LatencyOptimized" | "AccuracyOptimized")
|
613
|
+
attr_accessor perform_hpo: bool
|
614
|
+
attr_accessor training_parameters: ::Hash[::String, ::String]
|
615
|
+
attr_accessor evaluation_parameters: Types::EvaluationParameters
|
616
|
+
attr_accessor hpo_config: Types::HyperParameterTuningJobConfig
|
617
|
+
attr_accessor input_data_config: Types::InputDataConfig
|
618
|
+
attr_accessor featurization_config: Types::FeaturizationConfig
|
619
|
+
attr_accessor encryption_config: Types::EncryptionConfig
|
620
|
+
attr_accessor predictor_execution_details: Types::PredictorExecutionDetails
|
621
|
+
attr_accessor estimated_time_remaining_in_minutes: ::Integer
|
622
|
+
attr_accessor is_auto_predictor: bool
|
623
|
+
attr_accessor dataset_import_job_arns: ::Array[::String]
|
624
|
+
attr_accessor status: ::String
|
625
|
+
attr_accessor message: ::String
|
626
|
+
attr_accessor creation_time: ::Time
|
627
|
+
attr_accessor last_modification_time: ::Time
|
628
|
+
attr_accessor optimization_metric: ("WAPE" | "RMSE" | "AverageWeightedQuantileLoss" | "MASE" | "MAPE")
|
629
|
+
SENSITIVE: []
|
630
|
+
end
|
631
|
+
|
632
|
+
class DescribeWhatIfAnalysisRequest
|
633
|
+
attr_accessor what_if_analysis_arn: ::String
|
634
|
+
SENSITIVE: []
|
635
|
+
end
|
636
|
+
|
637
|
+
class DescribeWhatIfAnalysisResponse
|
638
|
+
attr_accessor what_if_analysis_name: ::String
|
639
|
+
attr_accessor what_if_analysis_arn: ::String
|
640
|
+
attr_accessor forecast_arn: ::String
|
641
|
+
attr_accessor estimated_time_remaining_in_minutes: ::Integer
|
642
|
+
attr_accessor status: ::String
|
643
|
+
attr_accessor message: ::String
|
644
|
+
attr_accessor creation_time: ::Time
|
645
|
+
attr_accessor last_modification_time: ::Time
|
646
|
+
attr_accessor time_series_selector: Types::TimeSeriesSelector
|
647
|
+
SENSITIVE: []
|
648
|
+
end
|
649
|
+
|
650
|
+
class DescribeWhatIfForecastExportRequest
|
651
|
+
attr_accessor what_if_forecast_export_arn: ::String
|
652
|
+
SENSITIVE: []
|
653
|
+
end
|
654
|
+
|
655
|
+
class DescribeWhatIfForecastExportResponse
|
656
|
+
attr_accessor what_if_forecast_export_arn: ::String
|
657
|
+
attr_accessor what_if_forecast_export_name: ::String
|
658
|
+
attr_accessor what_if_forecast_arns: ::Array[::String]
|
659
|
+
attr_accessor destination: Types::DataDestination
|
660
|
+
attr_accessor message: ::String
|
661
|
+
attr_accessor status: ::String
|
662
|
+
attr_accessor creation_time: ::Time
|
663
|
+
attr_accessor estimated_time_remaining_in_minutes: ::Integer
|
664
|
+
attr_accessor last_modification_time: ::Time
|
665
|
+
attr_accessor format: ::String
|
666
|
+
SENSITIVE: []
|
667
|
+
end
|
668
|
+
|
669
|
+
class DescribeWhatIfForecastRequest
|
670
|
+
attr_accessor what_if_forecast_arn: ::String
|
671
|
+
SENSITIVE: []
|
672
|
+
end
|
673
|
+
|
674
|
+
class DescribeWhatIfForecastResponse
|
675
|
+
attr_accessor what_if_forecast_name: ::String
|
676
|
+
attr_accessor what_if_forecast_arn: ::String
|
677
|
+
attr_accessor what_if_analysis_arn: ::String
|
678
|
+
attr_accessor estimated_time_remaining_in_minutes: ::Integer
|
679
|
+
attr_accessor status: ::String
|
680
|
+
attr_accessor message: ::String
|
681
|
+
attr_accessor creation_time: ::Time
|
682
|
+
attr_accessor last_modification_time: ::Time
|
683
|
+
attr_accessor time_series_transformations: ::Array[Types::TimeSeriesTransformation]
|
684
|
+
attr_accessor time_series_replacements_data_source: Types::TimeSeriesReplacementsDataSource
|
685
|
+
attr_accessor forecast_types: ::Array[::String]
|
686
|
+
SENSITIVE: []
|
687
|
+
end
|
688
|
+
|
689
|
+
class EncryptionConfig
|
690
|
+
attr_accessor role_arn: ::String
|
691
|
+
attr_accessor kms_key_arn: ::String
|
692
|
+
SENSITIVE: []
|
693
|
+
end
|
694
|
+
|
695
|
+
class ErrorMetric
|
696
|
+
attr_accessor forecast_type: ::String
|
697
|
+
attr_accessor wape: ::Float
|
698
|
+
attr_accessor rmse: ::Float
|
699
|
+
attr_accessor mase: ::Float
|
700
|
+
attr_accessor mape: ::Float
|
701
|
+
SENSITIVE: []
|
702
|
+
end
|
703
|
+
|
704
|
+
class EvaluationParameters
|
705
|
+
attr_accessor number_of_backtest_windows: ::Integer
|
706
|
+
attr_accessor back_test_window_offset: ::Integer
|
707
|
+
SENSITIVE: []
|
708
|
+
end
|
709
|
+
|
710
|
+
class EvaluationResult
|
711
|
+
attr_accessor algorithm_arn: ::String
|
712
|
+
attr_accessor test_windows: ::Array[Types::WindowSummary]
|
713
|
+
SENSITIVE: []
|
714
|
+
end
|
715
|
+
|
716
|
+
class ExplainabilityConfig
|
717
|
+
attr_accessor time_series_granularity: ("ALL" | "SPECIFIC")
|
718
|
+
attr_accessor time_point_granularity: ("ALL" | "SPECIFIC")
|
719
|
+
SENSITIVE: []
|
720
|
+
end
|
721
|
+
|
722
|
+
class ExplainabilityExportSummary
|
723
|
+
attr_accessor explainability_export_arn: ::String
|
724
|
+
attr_accessor explainability_export_name: ::String
|
725
|
+
attr_accessor destination: Types::DataDestination
|
726
|
+
attr_accessor status: ::String
|
727
|
+
attr_accessor message: ::String
|
728
|
+
attr_accessor creation_time: ::Time
|
729
|
+
attr_accessor last_modification_time: ::Time
|
730
|
+
SENSITIVE: []
|
731
|
+
end
|
732
|
+
|
733
|
+
class ExplainabilityInfo
|
734
|
+
attr_accessor explainability_arn: ::String
|
735
|
+
attr_accessor status: ::String
|
736
|
+
SENSITIVE: []
|
737
|
+
end
|
738
|
+
|
739
|
+
class ExplainabilitySummary
|
740
|
+
attr_accessor explainability_arn: ::String
|
741
|
+
attr_accessor explainability_name: ::String
|
742
|
+
attr_accessor resource_arn: ::String
|
743
|
+
attr_accessor explainability_config: Types::ExplainabilityConfig
|
744
|
+
attr_accessor status: ::String
|
745
|
+
attr_accessor message: ::String
|
746
|
+
attr_accessor creation_time: ::Time
|
747
|
+
attr_accessor last_modification_time: ::Time
|
748
|
+
SENSITIVE: []
|
749
|
+
end
|
750
|
+
|
751
|
+
class Featurization
|
752
|
+
attr_accessor attribute_name: ::String
|
753
|
+
attr_accessor featurization_pipeline: ::Array[Types::FeaturizationMethod]
|
754
|
+
SENSITIVE: []
|
755
|
+
end
|
756
|
+
|
757
|
+
class FeaturizationConfig
|
758
|
+
attr_accessor forecast_frequency: ::String
|
759
|
+
attr_accessor forecast_dimensions: ::Array[::String]
|
760
|
+
attr_accessor featurizations: ::Array[Types::Featurization]
|
761
|
+
SENSITIVE: []
|
762
|
+
end
|
763
|
+
|
764
|
+
class FeaturizationMethod
|
765
|
+
attr_accessor featurization_method_name: ("filling")
|
766
|
+
attr_accessor featurization_method_parameters: ::Hash[::String, ::String]
|
767
|
+
SENSITIVE: []
|
768
|
+
end
|
769
|
+
|
770
|
+
class Filter
|
771
|
+
attr_accessor key: ::String
|
772
|
+
attr_accessor value: ::String
|
773
|
+
attr_accessor condition: ("IS" | "IS_NOT")
|
774
|
+
SENSITIVE: []
|
775
|
+
end
|
776
|
+
|
777
|
+
class ForecastExportJobSummary
|
778
|
+
attr_accessor forecast_export_job_arn: ::String
|
779
|
+
attr_accessor forecast_export_job_name: ::String
|
780
|
+
attr_accessor destination: Types::DataDestination
|
781
|
+
attr_accessor status: ::String
|
782
|
+
attr_accessor message: ::String
|
783
|
+
attr_accessor creation_time: ::Time
|
784
|
+
attr_accessor last_modification_time: ::Time
|
785
|
+
SENSITIVE: []
|
786
|
+
end
|
787
|
+
|
788
|
+
class ForecastSummary
|
789
|
+
attr_accessor forecast_arn: ::String
|
790
|
+
attr_accessor forecast_name: ::String
|
791
|
+
attr_accessor predictor_arn: ::String
|
792
|
+
attr_accessor created_using_auto_predictor: bool
|
793
|
+
attr_accessor dataset_group_arn: ::String
|
794
|
+
attr_accessor status: ::String
|
795
|
+
attr_accessor message: ::String
|
796
|
+
attr_accessor creation_time: ::Time
|
797
|
+
attr_accessor last_modification_time: ::Time
|
798
|
+
SENSITIVE: []
|
799
|
+
end
|
800
|
+
|
801
|
+
class GetAccuracyMetricsRequest
|
802
|
+
attr_accessor predictor_arn: ::String
|
803
|
+
SENSITIVE: []
|
804
|
+
end
|
805
|
+
|
806
|
+
class GetAccuracyMetricsResponse
|
807
|
+
attr_accessor predictor_evaluation_results: ::Array[Types::EvaluationResult]
|
808
|
+
attr_accessor is_auto_predictor: bool
|
809
|
+
attr_accessor auto_ml_override_strategy: ("LatencyOptimized" | "AccuracyOptimized")
|
810
|
+
attr_accessor optimization_metric: ("WAPE" | "RMSE" | "AverageWeightedQuantileLoss" | "MASE" | "MAPE")
|
811
|
+
SENSITIVE: []
|
812
|
+
end
|
813
|
+
|
814
|
+
class HyperParameterTuningJobConfig
|
815
|
+
attr_accessor parameter_ranges: Types::ParameterRanges
|
816
|
+
SENSITIVE: []
|
817
|
+
end
|
818
|
+
|
819
|
+
class InputDataConfig
|
820
|
+
attr_accessor dataset_group_arn: ::String
|
821
|
+
attr_accessor supplementary_features: ::Array[Types::SupplementaryFeature]
|
822
|
+
SENSITIVE: []
|
823
|
+
end
|
824
|
+
|
825
|
+
class IntegerParameterRange
|
826
|
+
attr_accessor name: ::String
|
827
|
+
attr_accessor max_value: ::Integer
|
828
|
+
attr_accessor min_value: ::Integer
|
829
|
+
attr_accessor scaling_type: ("Auto" | "Linear" | "Logarithmic" | "ReverseLogarithmic")
|
830
|
+
SENSITIVE: []
|
831
|
+
end
|
832
|
+
|
833
|
+
class InvalidInputException
|
834
|
+
attr_accessor message: ::String
|
835
|
+
SENSITIVE: []
|
836
|
+
end
|
837
|
+
|
838
|
+
class InvalidNextTokenException
|
839
|
+
attr_accessor message: ::String
|
840
|
+
SENSITIVE: []
|
841
|
+
end
|
842
|
+
|
843
|
+
class LimitExceededException
|
844
|
+
attr_accessor message: ::String
|
845
|
+
SENSITIVE: []
|
846
|
+
end
|
847
|
+
|
848
|
+
class ListDatasetGroupsRequest
|
849
|
+
attr_accessor next_token: ::String
|
850
|
+
attr_accessor max_results: ::Integer
|
851
|
+
SENSITIVE: []
|
852
|
+
end
|
853
|
+
|
854
|
+
class ListDatasetGroupsResponse
|
855
|
+
attr_accessor dataset_groups: ::Array[Types::DatasetGroupSummary]
|
856
|
+
attr_accessor next_token: ::String
|
857
|
+
SENSITIVE: []
|
858
|
+
end
|
859
|
+
|
860
|
+
class ListDatasetImportJobsRequest
|
861
|
+
attr_accessor next_token: ::String
|
862
|
+
attr_accessor max_results: ::Integer
|
863
|
+
attr_accessor filters: ::Array[Types::Filter]
|
864
|
+
SENSITIVE: []
|
865
|
+
end
|
866
|
+
|
867
|
+
class ListDatasetImportJobsResponse
|
868
|
+
attr_accessor dataset_import_jobs: ::Array[Types::DatasetImportJobSummary]
|
869
|
+
attr_accessor next_token: ::String
|
870
|
+
SENSITIVE: []
|
871
|
+
end
|
872
|
+
|
873
|
+
class ListDatasetsRequest
|
874
|
+
attr_accessor next_token: ::String
|
875
|
+
attr_accessor max_results: ::Integer
|
876
|
+
SENSITIVE: []
|
877
|
+
end
|
878
|
+
|
879
|
+
class ListDatasetsResponse
|
880
|
+
attr_accessor datasets: ::Array[Types::DatasetSummary]
|
881
|
+
attr_accessor next_token: ::String
|
882
|
+
SENSITIVE: []
|
883
|
+
end
|
884
|
+
|
885
|
+
class ListExplainabilitiesRequest
|
886
|
+
attr_accessor next_token: ::String
|
887
|
+
attr_accessor max_results: ::Integer
|
888
|
+
attr_accessor filters: ::Array[Types::Filter]
|
889
|
+
SENSITIVE: []
|
890
|
+
end
|
891
|
+
|
892
|
+
class ListExplainabilitiesResponse
|
893
|
+
attr_accessor explainabilities: ::Array[Types::ExplainabilitySummary]
|
894
|
+
attr_accessor next_token: ::String
|
895
|
+
SENSITIVE: []
|
896
|
+
end
|
897
|
+
|
898
|
+
class ListExplainabilityExportsRequest
|
899
|
+
attr_accessor next_token: ::String
|
900
|
+
attr_accessor max_results: ::Integer
|
901
|
+
attr_accessor filters: ::Array[Types::Filter]
|
902
|
+
SENSITIVE: []
|
903
|
+
end
|
904
|
+
|
905
|
+
class ListExplainabilityExportsResponse
|
906
|
+
attr_accessor explainability_exports: ::Array[Types::ExplainabilityExportSummary]
|
907
|
+
attr_accessor next_token: ::String
|
908
|
+
SENSITIVE: []
|
909
|
+
end
|
910
|
+
|
911
|
+
class ListForecastExportJobsRequest
|
912
|
+
attr_accessor next_token: ::String
|
913
|
+
attr_accessor max_results: ::Integer
|
914
|
+
attr_accessor filters: ::Array[Types::Filter]
|
915
|
+
SENSITIVE: []
|
916
|
+
end
|
917
|
+
|
918
|
+
class ListForecastExportJobsResponse
|
919
|
+
attr_accessor forecast_export_jobs: ::Array[Types::ForecastExportJobSummary]
|
920
|
+
attr_accessor next_token: ::String
|
921
|
+
SENSITIVE: []
|
922
|
+
end
|
923
|
+
|
924
|
+
class ListForecastsRequest
|
925
|
+
attr_accessor next_token: ::String
|
926
|
+
attr_accessor max_results: ::Integer
|
927
|
+
attr_accessor filters: ::Array[Types::Filter]
|
928
|
+
SENSITIVE: []
|
929
|
+
end
|
930
|
+
|
931
|
+
class ListForecastsResponse
|
932
|
+
attr_accessor forecasts: ::Array[Types::ForecastSummary]
|
933
|
+
attr_accessor next_token: ::String
|
934
|
+
SENSITIVE: []
|
935
|
+
end
|
936
|
+
|
937
|
+
class ListMonitorEvaluationsRequest
|
938
|
+
attr_accessor next_token: ::String
|
939
|
+
attr_accessor max_results: ::Integer
|
940
|
+
attr_accessor monitor_arn: ::String
|
941
|
+
attr_accessor filters: ::Array[Types::Filter]
|
942
|
+
SENSITIVE: []
|
943
|
+
end
|
944
|
+
|
945
|
+
class ListMonitorEvaluationsResponse
|
946
|
+
attr_accessor next_token: ::String
|
947
|
+
attr_accessor predictor_monitor_evaluations: ::Array[Types::PredictorMonitorEvaluation]
|
948
|
+
SENSITIVE: []
|
949
|
+
end
|
950
|
+
|
951
|
+
class ListMonitorsRequest
|
952
|
+
attr_accessor next_token: ::String
|
953
|
+
attr_accessor max_results: ::Integer
|
954
|
+
attr_accessor filters: ::Array[Types::Filter]
|
955
|
+
SENSITIVE: []
|
956
|
+
end
|
957
|
+
|
958
|
+
class ListMonitorsResponse
|
959
|
+
attr_accessor monitors: ::Array[Types::MonitorSummary]
|
960
|
+
attr_accessor next_token: ::String
|
961
|
+
SENSITIVE: []
|
962
|
+
end
|
963
|
+
|
964
|
+
class ListPredictorBacktestExportJobsRequest
|
965
|
+
attr_accessor next_token: ::String
|
966
|
+
attr_accessor max_results: ::Integer
|
967
|
+
attr_accessor filters: ::Array[Types::Filter]
|
968
|
+
SENSITIVE: []
|
969
|
+
end
|
970
|
+
|
971
|
+
class ListPredictorBacktestExportJobsResponse
|
972
|
+
attr_accessor predictor_backtest_export_jobs: ::Array[Types::PredictorBacktestExportJobSummary]
|
973
|
+
attr_accessor next_token: ::String
|
974
|
+
SENSITIVE: []
|
975
|
+
end
|
976
|
+
|
977
|
+
class ListPredictorsRequest
|
978
|
+
attr_accessor next_token: ::String
|
979
|
+
attr_accessor max_results: ::Integer
|
980
|
+
attr_accessor filters: ::Array[Types::Filter]
|
981
|
+
SENSITIVE: []
|
982
|
+
end
|
983
|
+
|
984
|
+
class ListPredictorsResponse
|
985
|
+
attr_accessor predictors: ::Array[Types::PredictorSummary]
|
986
|
+
attr_accessor next_token: ::String
|
987
|
+
SENSITIVE: []
|
988
|
+
end
|
989
|
+
|
990
|
+
class ListTagsForResourceRequest
|
991
|
+
attr_accessor resource_arn: ::String
|
992
|
+
SENSITIVE: []
|
993
|
+
end
|
994
|
+
|
995
|
+
class ListTagsForResourceResponse
|
996
|
+
attr_accessor tags: ::Array[Types::Tag]
|
997
|
+
SENSITIVE: []
|
998
|
+
end
|
999
|
+
|
1000
|
+
class ListWhatIfAnalysesRequest
|
1001
|
+
attr_accessor next_token: ::String
|
1002
|
+
attr_accessor max_results: ::Integer
|
1003
|
+
attr_accessor filters: ::Array[Types::Filter]
|
1004
|
+
SENSITIVE: []
|
1005
|
+
end
|
1006
|
+
|
1007
|
+
class ListWhatIfAnalysesResponse
|
1008
|
+
attr_accessor what_if_analyses: ::Array[Types::WhatIfAnalysisSummary]
|
1009
|
+
attr_accessor next_token: ::String
|
1010
|
+
SENSITIVE: []
|
1011
|
+
end
|
1012
|
+
|
1013
|
+
class ListWhatIfForecastExportsRequest
|
1014
|
+
attr_accessor next_token: ::String
|
1015
|
+
attr_accessor max_results: ::Integer
|
1016
|
+
attr_accessor filters: ::Array[Types::Filter]
|
1017
|
+
SENSITIVE: []
|
1018
|
+
end
|
1019
|
+
|
1020
|
+
class ListWhatIfForecastExportsResponse
|
1021
|
+
attr_accessor what_if_forecast_exports: ::Array[Types::WhatIfForecastExportSummary]
|
1022
|
+
attr_accessor next_token: ::String
|
1023
|
+
SENSITIVE: []
|
1024
|
+
end
|
1025
|
+
|
1026
|
+
class ListWhatIfForecastsRequest
|
1027
|
+
attr_accessor next_token: ::String
|
1028
|
+
attr_accessor max_results: ::Integer
|
1029
|
+
attr_accessor filters: ::Array[Types::Filter]
|
1030
|
+
SENSITIVE: []
|
1031
|
+
end
|
1032
|
+
|
1033
|
+
class ListWhatIfForecastsResponse
|
1034
|
+
attr_accessor what_if_forecasts: ::Array[Types::WhatIfForecastSummary]
|
1035
|
+
attr_accessor next_token: ::String
|
1036
|
+
SENSITIVE: []
|
1037
|
+
end
|
1038
|
+
|
1039
|
+
class MetricResult
|
1040
|
+
attr_accessor metric_name: ::String
|
1041
|
+
attr_accessor metric_value: ::Float
|
1042
|
+
SENSITIVE: []
|
1043
|
+
end
|
1044
|
+
|
1045
|
+
class Metrics
|
1046
|
+
attr_accessor rmse: ::Float
|
1047
|
+
attr_accessor weighted_quantile_losses: ::Array[Types::WeightedQuantileLoss]
|
1048
|
+
attr_accessor error_metrics: ::Array[Types::ErrorMetric]
|
1049
|
+
attr_accessor average_weighted_quantile_loss: ::Float
|
1050
|
+
SENSITIVE: []
|
1051
|
+
end
|
1052
|
+
|
1053
|
+
class MonitorConfig
|
1054
|
+
attr_accessor monitor_name: ::String
|
1055
|
+
SENSITIVE: []
|
1056
|
+
end
|
1057
|
+
|
1058
|
+
class MonitorDataSource
|
1059
|
+
attr_accessor dataset_import_job_arn: ::String
|
1060
|
+
attr_accessor forecast_arn: ::String
|
1061
|
+
attr_accessor predictor_arn: ::String
|
1062
|
+
SENSITIVE: []
|
1063
|
+
end
|
1064
|
+
|
1065
|
+
class MonitorInfo
|
1066
|
+
attr_accessor monitor_arn: ::String
|
1067
|
+
attr_accessor status: ::String
|
1068
|
+
SENSITIVE: []
|
1069
|
+
end
|
1070
|
+
|
1071
|
+
class MonitorSummary
|
1072
|
+
attr_accessor monitor_arn: ::String
|
1073
|
+
attr_accessor monitor_name: ::String
|
1074
|
+
attr_accessor resource_arn: ::String
|
1075
|
+
attr_accessor status: ::String
|
1076
|
+
attr_accessor creation_time: ::Time
|
1077
|
+
attr_accessor last_modification_time: ::Time
|
1078
|
+
SENSITIVE: []
|
1079
|
+
end
|
1080
|
+
|
1081
|
+
class ParameterRanges
|
1082
|
+
attr_accessor categorical_parameter_ranges: ::Array[Types::CategoricalParameterRange]
|
1083
|
+
attr_accessor continuous_parameter_ranges: ::Array[Types::ContinuousParameterRange]
|
1084
|
+
attr_accessor integer_parameter_ranges: ::Array[Types::IntegerParameterRange]
|
1085
|
+
SENSITIVE: []
|
1086
|
+
end
|
1087
|
+
|
1088
|
+
class PredictorBacktestExportJobSummary
|
1089
|
+
attr_accessor predictor_backtest_export_job_arn: ::String
|
1090
|
+
attr_accessor predictor_backtest_export_job_name: ::String
|
1091
|
+
attr_accessor destination: Types::DataDestination
|
1092
|
+
attr_accessor status: ::String
|
1093
|
+
attr_accessor message: ::String
|
1094
|
+
attr_accessor creation_time: ::Time
|
1095
|
+
attr_accessor last_modification_time: ::Time
|
1096
|
+
SENSITIVE: []
|
1097
|
+
end
|
1098
|
+
|
1099
|
+
class PredictorBaseline
|
1100
|
+
attr_accessor baseline_metrics: ::Array[Types::BaselineMetric]
|
1101
|
+
SENSITIVE: []
|
1102
|
+
end
|
1103
|
+
|
1104
|
+
class PredictorEvent
|
1105
|
+
attr_accessor detail: ::String
|
1106
|
+
attr_accessor datetime: ::Time
|
1107
|
+
SENSITIVE: []
|
1108
|
+
end
|
1109
|
+
|
1110
|
+
class PredictorExecution
|
1111
|
+
attr_accessor algorithm_arn: ::String
|
1112
|
+
attr_accessor test_windows: ::Array[Types::TestWindowSummary]
|
1113
|
+
SENSITIVE: []
|
1114
|
+
end
|
1115
|
+
|
1116
|
+
class PredictorExecutionDetails
|
1117
|
+
attr_accessor predictor_executions: ::Array[Types::PredictorExecution]
|
1118
|
+
SENSITIVE: []
|
1119
|
+
end
|
1120
|
+
|
1121
|
+
class PredictorMonitorEvaluation
|
1122
|
+
attr_accessor resource_arn: ::String
|
1123
|
+
attr_accessor monitor_arn: ::String
|
1124
|
+
attr_accessor evaluation_time: ::Time
|
1125
|
+
attr_accessor evaluation_state: ::String
|
1126
|
+
attr_accessor window_start_datetime: ::Time
|
1127
|
+
attr_accessor window_end_datetime: ::Time
|
1128
|
+
attr_accessor predictor_event: Types::PredictorEvent
|
1129
|
+
attr_accessor monitor_data_source: Types::MonitorDataSource
|
1130
|
+
attr_accessor metric_results: ::Array[Types::MetricResult]
|
1131
|
+
attr_accessor num_items_evaluated: ::Integer
|
1132
|
+
attr_accessor message: ::String
|
1133
|
+
SENSITIVE: []
|
1134
|
+
end
|
1135
|
+
|
1136
|
+
class PredictorSummary
|
1137
|
+
attr_accessor predictor_arn: ::String
|
1138
|
+
attr_accessor predictor_name: ::String
|
1139
|
+
attr_accessor dataset_group_arn: ::String
|
1140
|
+
attr_accessor is_auto_predictor: bool
|
1141
|
+
attr_accessor reference_predictor_summary: Types::ReferencePredictorSummary
|
1142
|
+
attr_accessor status: ::String
|
1143
|
+
attr_accessor message: ::String
|
1144
|
+
attr_accessor creation_time: ::Time
|
1145
|
+
attr_accessor last_modification_time: ::Time
|
1146
|
+
SENSITIVE: []
|
1147
|
+
end
|
1148
|
+
|
1149
|
+
class ReferencePredictorSummary
|
1150
|
+
attr_accessor arn: ::String
|
1151
|
+
attr_accessor state: ("Active" | "Deleted")
|
1152
|
+
SENSITIVE: []
|
1153
|
+
end
|
1154
|
+
|
1155
|
+
class ResourceAlreadyExistsException
|
1156
|
+
attr_accessor message: ::String
|
1157
|
+
SENSITIVE: []
|
1158
|
+
end
|
1159
|
+
|
1160
|
+
class ResourceInUseException
|
1161
|
+
attr_accessor message: ::String
|
1162
|
+
SENSITIVE: []
|
1163
|
+
end
|
1164
|
+
|
1165
|
+
class ResourceNotFoundException
|
1166
|
+
attr_accessor message: ::String
|
1167
|
+
SENSITIVE: []
|
1168
|
+
end
|
1169
|
+
|
1170
|
+
class ResumeResourceRequest
|
1171
|
+
attr_accessor resource_arn: ::String
|
1172
|
+
SENSITIVE: []
|
1173
|
+
end
|
1174
|
+
|
1175
|
+
class S3Config
|
1176
|
+
attr_accessor path: ::String
|
1177
|
+
attr_accessor role_arn: ::String
|
1178
|
+
attr_accessor kms_key_arn: ::String
|
1179
|
+
SENSITIVE: []
|
1180
|
+
end
|
1181
|
+
|
1182
|
+
class Schema
|
1183
|
+
attr_accessor attributes: ::Array[Types::SchemaAttribute]
|
1184
|
+
SENSITIVE: []
|
1185
|
+
end
|
1186
|
+
|
1187
|
+
class SchemaAttribute
|
1188
|
+
attr_accessor attribute_name: ::String
|
1189
|
+
attr_accessor attribute_type: ("string" | "integer" | "float" | "timestamp" | "geolocation")
|
1190
|
+
SENSITIVE: []
|
1191
|
+
end
|
1192
|
+
|
1193
|
+
class Statistics
|
1194
|
+
attr_accessor count: ::Integer
|
1195
|
+
attr_accessor count_distinct: ::Integer
|
1196
|
+
attr_accessor count_null: ::Integer
|
1197
|
+
attr_accessor count_nan: ::Integer
|
1198
|
+
attr_accessor min: ::String
|
1199
|
+
attr_accessor max: ::String
|
1200
|
+
attr_accessor avg: ::Float
|
1201
|
+
attr_accessor stddev: ::Float
|
1202
|
+
attr_accessor count_long: ::Integer
|
1203
|
+
attr_accessor count_distinct_long: ::Integer
|
1204
|
+
attr_accessor count_null_long: ::Integer
|
1205
|
+
attr_accessor count_nan_long: ::Integer
|
1206
|
+
SENSITIVE: []
|
1207
|
+
end
|
1208
|
+
|
1209
|
+
class StopResourceRequest
|
1210
|
+
attr_accessor resource_arn: ::String
|
1211
|
+
SENSITIVE: []
|
1212
|
+
end
|
1213
|
+
|
1214
|
+
class SupplementaryFeature
|
1215
|
+
attr_accessor name: ::String
|
1216
|
+
attr_accessor value: ::String
|
1217
|
+
SENSITIVE: []
|
1218
|
+
end
|
1219
|
+
|
1220
|
+
class Tag
|
1221
|
+
attr_accessor key: ::String
|
1222
|
+
attr_accessor value: ::String
|
1223
|
+
SENSITIVE: [:key, :value]
|
1224
|
+
end
|
1225
|
+
|
1226
|
+
class TagResourceRequest
|
1227
|
+
attr_accessor resource_arn: ::String
|
1228
|
+
attr_accessor tags: ::Array[Types::Tag]
|
1229
|
+
SENSITIVE: []
|
1230
|
+
end
|
1231
|
+
|
1232
|
+
class TagResourceResponse < Aws::EmptyStructure
|
1233
|
+
end
|
1234
|
+
|
1235
|
+
class TestWindowSummary
|
1236
|
+
attr_accessor test_window_start: ::Time
|
1237
|
+
attr_accessor test_window_end: ::Time
|
1238
|
+
attr_accessor status: ::String
|
1239
|
+
attr_accessor message: ::String
|
1240
|
+
SENSITIVE: []
|
1241
|
+
end
|
1242
|
+
|
1243
|
+
class TimeAlignmentBoundary
|
1244
|
+
attr_accessor month: ("JANUARY" | "FEBRUARY" | "MARCH" | "APRIL" | "MAY" | "JUNE" | "JULY" | "AUGUST" | "SEPTEMBER" | "OCTOBER" | "NOVEMBER" | "DECEMBER")
|
1245
|
+
attr_accessor day_of_month: ::Integer
|
1246
|
+
attr_accessor day_of_week: ("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY")
|
1247
|
+
attr_accessor hour: ::Integer
|
1248
|
+
SENSITIVE: []
|
1249
|
+
end
|
1250
|
+
|
1251
|
+
class TimeSeriesCondition
|
1252
|
+
attr_accessor attribute_name: ::String
|
1253
|
+
attr_accessor attribute_value: ::String
|
1254
|
+
attr_accessor condition: ("EQUALS" | "NOT_EQUALS" | "LESS_THAN" | "GREATER_THAN")
|
1255
|
+
SENSITIVE: []
|
1256
|
+
end
|
1257
|
+
|
1258
|
+
class TimeSeriesIdentifiers
|
1259
|
+
attr_accessor data_source: Types::DataSource
|
1260
|
+
attr_accessor schema: Types::Schema
|
1261
|
+
attr_accessor format: ::String
|
1262
|
+
SENSITIVE: []
|
1263
|
+
end
|
1264
|
+
|
1265
|
+
class TimeSeriesReplacementsDataSource
|
1266
|
+
attr_accessor s3_config: Types::S3Config
|
1267
|
+
attr_accessor schema: Types::Schema
|
1268
|
+
attr_accessor format: ::String
|
1269
|
+
attr_accessor timestamp_format: ::String
|
1270
|
+
SENSITIVE: []
|
1271
|
+
end
|
1272
|
+
|
1273
|
+
class TimeSeriesSelector
|
1274
|
+
attr_accessor time_series_identifiers: Types::TimeSeriesIdentifiers
|
1275
|
+
SENSITIVE: []
|
1276
|
+
end
|
1277
|
+
|
1278
|
+
class TimeSeriesTransformation
|
1279
|
+
attr_accessor action: Types::Action
|
1280
|
+
attr_accessor time_series_conditions: ::Array[Types::TimeSeriesCondition]
|
1281
|
+
SENSITIVE: []
|
1282
|
+
end
|
1283
|
+
|
1284
|
+
class UntagResourceRequest
|
1285
|
+
attr_accessor resource_arn: ::String
|
1286
|
+
attr_accessor tag_keys: ::Array[::String]
|
1287
|
+
SENSITIVE: []
|
1288
|
+
end
|
1289
|
+
|
1290
|
+
class UntagResourceResponse < Aws::EmptyStructure
|
1291
|
+
end
|
1292
|
+
|
1293
|
+
class UpdateDatasetGroupRequest
|
1294
|
+
attr_accessor dataset_group_arn: ::String
|
1295
|
+
attr_accessor dataset_arns: ::Array[::String]
|
1296
|
+
SENSITIVE: []
|
1297
|
+
end
|
1298
|
+
|
1299
|
+
class UpdateDatasetGroupResponse < Aws::EmptyStructure
|
1300
|
+
end
|
1301
|
+
|
1302
|
+
class WeightedQuantileLoss
|
1303
|
+
attr_accessor quantile: ::Float
|
1304
|
+
attr_accessor loss_value: ::Float
|
1305
|
+
SENSITIVE: []
|
1306
|
+
end
|
1307
|
+
|
1308
|
+
class WhatIfAnalysisSummary
|
1309
|
+
attr_accessor what_if_analysis_arn: ::String
|
1310
|
+
attr_accessor what_if_analysis_name: ::String
|
1311
|
+
attr_accessor forecast_arn: ::String
|
1312
|
+
attr_accessor status: ::String
|
1313
|
+
attr_accessor message: ::String
|
1314
|
+
attr_accessor creation_time: ::Time
|
1315
|
+
attr_accessor last_modification_time: ::Time
|
1316
|
+
SENSITIVE: []
|
1317
|
+
end
|
1318
|
+
|
1319
|
+
class WhatIfForecastExportSummary
|
1320
|
+
attr_accessor what_if_forecast_export_arn: ::String
|
1321
|
+
attr_accessor what_if_forecast_arns: ::Array[::String]
|
1322
|
+
attr_accessor what_if_forecast_export_name: ::String
|
1323
|
+
attr_accessor destination: Types::DataDestination
|
1324
|
+
attr_accessor status: ::String
|
1325
|
+
attr_accessor message: ::String
|
1326
|
+
attr_accessor creation_time: ::Time
|
1327
|
+
attr_accessor last_modification_time: ::Time
|
1328
|
+
SENSITIVE: []
|
1329
|
+
end
|
1330
|
+
|
1331
|
+
class WhatIfForecastSummary
|
1332
|
+
attr_accessor what_if_forecast_arn: ::String
|
1333
|
+
attr_accessor what_if_forecast_name: ::String
|
1334
|
+
attr_accessor what_if_analysis_arn: ::String
|
1335
|
+
attr_accessor status: ::String
|
1336
|
+
attr_accessor message: ::String
|
1337
|
+
attr_accessor creation_time: ::Time
|
1338
|
+
attr_accessor last_modification_time: ::Time
|
1339
|
+
SENSITIVE: []
|
1340
|
+
end
|
1341
|
+
|
1342
|
+
class WindowSummary
|
1343
|
+
attr_accessor test_window_start: ::Time
|
1344
|
+
attr_accessor test_window_end: ::Time
|
1345
|
+
attr_accessor item_count: ::Integer
|
1346
|
+
attr_accessor evaluation_type: ("SUMMARY" | "COMPUTED")
|
1347
|
+
attr_accessor metrics: Types::Metrics
|
1348
|
+
SENSITIVE: []
|
1349
|
+
end
|
1350
|
+
end
|
1351
|
+
end
|