aws-sdk-personalize 1.58.0 → 1.60.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 +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-personalize/client.rb +159 -55
- data/lib/aws-sdk-personalize/client_api.rb +14 -0
- data/lib/aws-sdk-personalize/plugins/endpoints.rb +1 -0
- data/lib/aws-sdk-personalize/types.rb +177 -33
- data/lib/aws-sdk-personalize.rb +1 -1
- data/sig/client.rbs +1026 -0
- data/sig/errors.rbs +40 -0
- data/sig/resource.rbs +80 -0
- data/sig/types.rbs +1432 -0
- data/sig/waiters.rbs +13 -0
- metadata +9 -4
data/sig/types.rbs
ADDED
@@ -0,0 +1,1432 @@
|
|
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::Personalize
|
9
|
+
module Types
|
10
|
+
|
11
|
+
class Algorithm
|
12
|
+
attr_accessor name: ::String
|
13
|
+
attr_accessor algorithm_arn: ::String
|
14
|
+
attr_accessor algorithm_image: Types::AlgorithmImage
|
15
|
+
attr_accessor default_hyper_parameters: ::Hash[::String, ::String]
|
16
|
+
attr_accessor default_hyper_parameter_ranges: Types::DefaultHyperParameterRanges
|
17
|
+
attr_accessor default_resource_config: ::Hash[::String, ::String]
|
18
|
+
attr_accessor training_input_mode: ::String
|
19
|
+
attr_accessor role_arn: ::String
|
20
|
+
attr_accessor creation_date_time: ::Time
|
21
|
+
attr_accessor last_updated_date_time: ::Time
|
22
|
+
SENSITIVE: []
|
23
|
+
end
|
24
|
+
|
25
|
+
class AlgorithmImage
|
26
|
+
attr_accessor name: ::String
|
27
|
+
attr_accessor docker_uri: ::String
|
28
|
+
SENSITIVE: []
|
29
|
+
end
|
30
|
+
|
31
|
+
class AutoMLConfig
|
32
|
+
attr_accessor metric_name: ::String
|
33
|
+
attr_accessor recipe_list: ::Array[::String]
|
34
|
+
SENSITIVE: []
|
35
|
+
end
|
36
|
+
|
37
|
+
class AutoMLResult
|
38
|
+
attr_accessor best_recipe_arn: ::String
|
39
|
+
SENSITIVE: []
|
40
|
+
end
|
41
|
+
|
42
|
+
class AutoTrainingConfig
|
43
|
+
attr_accessor scheduling_expression: ::String
|
44
|
+
SENSITIVE: []
|
45
|
+
end
|
46
|
+
|
47
|
+
class BatchInferenceJob
|
48
|
+
attr_accessor job_name: ::String
|
49
|
+
attr_accessor batch_inference_job_arn: ::String
|
50
|
+
attr_accessor filter_arn: ::String
|
51
|
+
attr_accessor failure_reason: ::String
|
52
|
+
attr_accessor solution_version_arn: ::String
|
53
|
+
attr_accessor num_results: ::Integer
|
54
|
+
attr_accessor job_input: Types::BatchInferenceJobInput
|
55
|
+
attr_accessor job_output: Types::BatchInferenceJobOutput
|
56
|
+
attr_accessor batch_inference_job_config: Types::BatchInferenceJobConfig
|
57
|
+
attr_accessor role_arn: ::String
|
58
|
+
attr_accessor batch_inference_job_mode: ("BATCH_INFERENCE" | "THEME_GENERATION")
|
59
|
+
attr_accessor theme_generation_config: Types::ThemeGenerationConfig
|
60
|
+
attr_accessor status: ::String
|
61
|
+
attr_accessor creation_date_time: ::Time
|
62
|
+
attr_accessor last_updated_date_time: ::Time
|
63
|
+
SENSITIVE: []
|
64
|
+
end
|
65
|
+
|
66
|
+
class BatchInferenceJobConfig
|
67
|
+
attr_accessor item_exploration_config: ::Hash[::String, ::String]
|
68
|
+
SENSITIVE: []
|
69
|
+
end
|
70
|
+
|
71
|
+
class BatchInferenceJobInput
|
72
|
+
attr_accessor s3_data_source: Types::S3DataConfig
|
73
|
+
SENSITIVE: []
|
74
|
+
end
|
75
|
+
|
76
|
+
class BatchInferenceJobOutput
|
77
|
+
attr_accessor s3_data_destination: Types::S3DataConfig
|
78
|
+
SENSITIVE: []
|
79
|
+
end
|
80
|
+
|
81
|
+
class BatchInferenceJobSummary
|
82
|
+
attr_accessor batch_inference_job_arn: ::String
|
83
|
+
attr_accessor job_name: ::String
|
84
|
+
attr_accessor status: ::String
|
85
|
+
attr_accessor creation_date_time: ::Time
|
86
|
+
attr_accessor last_updated_date_time: ::Time
|
87
|
+
attr_accessor failure_reason: ::String
|
88
|
+
attr_accessor solution_version_arn: ::String
|
89
|
+
attr_accessor batch_inference_job_mode: ("BATCH_INFERENCE" | "THEME_GENERATION")
|
90
|
+
SENSITIVE: []
|
91
|
+
end
|
92
|
+
|
93
|
+
class BatchSegmentJob
|
94
|
+
attr_accessor job_name: ::String
|
95
|
+
attr_accessor batch_segment_job_arn: ::String
|
96
|
+
attr_accessor filter_arn: ::String
|
97
|
+
attr_accessor failure_reason: ::String
|
98
|
+
attr_accessor solution_version_arn: ::String
|
99
|
+
attr_accessor num_results: ::Integer
|
100
|
+
attr_accessor job_input: Types::BatchSegmentJobInput
|
101
|
+
attr_accessor job_output: Types::BatchSegmentJobOutput
|
102
|
+
attr_accessor role_arn: ::String
|
103
|
+
attr_accessor status: ::String
|
104
|
+
attr_accessor creation_date_time: ::Time
|
105
|
+
attr_accessor last_updated_date_time: ::Time
|
106
|
+
SENSITIVE: []
|
107
|
+
end
|
108
|
+
|
109
|
+
class BatchSegmentJobInput
|
110
|
+
attr_accessor s3_data_source: Types::S3DataConfig
|
111
|
+
SENSITIVE: []
|
112
|
+
end
|
113
|
+
|
114
|
+
class BatchSegmentJobOutput
|
115
|
+
attr_accessor s3_data_destination: Types::S3DataConfig
|
116
|
+
SENSITIVE: []
|
117
|
+
end
|
118
|
+
|
119
|
+
class BatchSegmentJobSummary
|
120
|
+
attr_accessor batch_segment_job_arn: ::String
|
121
|
+
attr_accessor job_name: ::String
|
122
|
+
attr_accessor status: ::String
|
123
|
+
attr_accessor creation_date_time: ::Time
|
124
|
+
attr_accessor last_updated_date_time: ::Time
|
125
|
+
attr_accessor failure_reason: ::String
|
126
|
+
attr_accessor solution_version_arn: ::String
|
127
|
+
SENSITIVE: []
|
128
|
+
end
|
129
|
+
|
130
|
+
class Campaign
|
131
|
+
attr_accessor name: ::String
|
132
|
+
attr_accessor campaign_arn: ::String
|
133
|
+
attr_accessor solution_version_arn: ::String
|
134
|
+
attr_accessor min_provisioned_tps: ::Integer
|
135
|
+
attr_accessor campaign_config: Types::CampaignConfig
|
136
|
+
attr_accessor status: ::String
|
137
|
+
attr_accessor failure_reason: ::String
|
138
|
+
attr_accessor creation_date_time: ::Time
|
139
|
+
attr_accessor last_updated_date_time: ::Time
|
140
|
+
attr_accessor latest_campaign_update: Types::CampaignUpdateSummary
|
141
|
+
SENSITIVE: []
|
142
|
+
end
|
143
|
+
|
144
|
+
class CampaignConfig
|
145
|
+
attr_accessor item_exploration_config: ::Hash[::String, ::String]
|
146
|
+
attr_accessor enable_metadata_with_recommendations: bool
|
147
|
+
attr_accessor sync_with_latest_solution_version: bool
|
148
|
+
SENSITIVE: []
|
149
|
+
end
|
150
|
+
|
151
|
+
class CampaignSummary
|
152
|
+
attr_accessor name: ::String
|
153
|
+
attr_accessor campaign_arn: ::String
|
154
|
+
attr_accessor status: ::String
|
155
|
+
attr_accessor creation_date_time: ::Time
|
156
|
+
attr_accessor last_updated_date_time: ::Time
|
157
|
+
attr_accessor failure_reason: ::String
|
158
|
+
SENSITIVE: []
|
159
|
+
end
|
160
|
+
|
161
|
+
class CampaignUpdateSummary
|
162
|
+
attr_accessor solution_version_arn: ::String
|
163
|
+
attr_accessor min_provisioned_tps: ::Integer
|
164
|
+
attr_accessor campaign_config: Types::CampaignConfig
|
165
|
+
attr_accessor status: ::String
|
166
|
+
attr_accessor failure_reason: ::String
|
167
|
+
attr_accessor creation_date_time: ::Time
|
168
|
+
attr_accessor last_updated_date_time: ::Time
|
169
|
+
SENSITIVE: []
|
170
|
+
end
|
171
|
+
|
172
|
+
class CategoricalHyperParameterRange
|
173
|
+
attr_accessor name: ::String
|
174
|
+
attr_accessor values: ::Array[::String]
|
175
|
+
SENSITIVE: []
|
176
|
+
end
|
177
|
+
|
178
|
+
class ContinuousHyperParameterRange
|
179
|
+
attr_accessor name: ::String
|
180
|
+
attr_accessor min_value: ::Float
|
181
|
+
attr_accessor max_value: ::Float
|
182
|
+
SENSITIVE: []
|
183
|
+
end
|
184
|
+
|
185
|
+
class CreateBatchInferenceJobRequest
|
186
|
+
attr_accessor job_name: ::String
|
187
|
+
attr_accessor solution_version_arn: ::String
|
188
|
+
attr_accessor filter_arn: ::String
|
189
|
+
attr_accessor num_results: ::Integer
|
190
|
+
attr_accessor job_input: Types::BatchInferenceJobInput
|
191
|
+
attr_accessor job_output: Types::BatchInferenceJobOutput
|
192
|
+
attr_accessor role_arn: ::String
|
193
|
+
attr_accessor batch_inference_job_config: Types::BatchInferenceJobConfig
|
194
|
+
attr_accessor tags: ::Array[Types::Tag]
|
195
|
+
attr_accessor batch_inference_job_mode: ("BATCH_INFERENCE" | "THEME_GENERATION")
|
196
|
+
attr_accessor theme_generation_config: Types::ThemeGenerationConfig
|
197
|
+
SENSITIVE: []
|
198
|
+
end
|
199
|
+
|
200
|
+
class CreateBatchInferenceJobResponse
|
201
|
+
attr_accessor batch_inference_job_arn: ::String
|
202
|
+
SENSITIVE: []
|
203
|
+
end
|
204
|
+
|
205
|
+
class CreateBatchSegmentJobRequest
|
206
|
+
attr_accessor job_name: ::String
|
207
|
+
attr_accessor solution_version_arn: ::String
|
208
|
+
attr_accessor filter_arn: ::String
|
209
|
+
attr_accessor num_results: ::Integer
|
210
|
+
attr_accessor job_input: Types::BatchSegmentJobInput
|
211
|
+
attr_accessor job_output: Types::BatchSegmentJobOutput
|
212
|
+
attr_accessor role_arn: ::String
|
213
|
+
attr_accessor tags: ::Array[Types::Tag]
|
214
|
+
SENSITIVE: []
|
215
|
+
end
|
216
|
+
|
217
|
+
class CreateBatchSegmentJobResponse
|
218
|
+
attr_accessor batch_segment_job_arn: ::String
|
219
|
+
SENSITIVE: []
|
220
|
+
end
|
221
|
+
|
222
|
+
class CreateCampaignRequest
|
223
|
+
attr_accessor name: ::String
|
224
|
+
attr_accessor solution_version_arn: ::String
|
225
|
+
attr_accessor min_provisioned_tps: ::Integer
|
226
|
+
attr_accessor campaign_config: Types::CampaignConfig
|
227
|
+
attr_accessor tags: ::Array[Types::Tag]
|
228
|
+
SENSITIVE: []
|
229
|
+
end
|
230
|
+
|
231
|
+
class CreateCampaignResponse
|
232
|
+
attr_accessor campaign_arn: ::String
|
233
|
+
SENSITIVE: []
|
234
|
+
end
|
235
|
+
|
236
|
+
class CreateDatasetExportJobRequest
|
237
|
+
attr_accessor job_name: ::String
|
238
|
+
attr_accessor dataset_arn: ::String
|
239
|
+
attr_accessor ingestion_mode: ("BULK" | "PUT" | "ALL")
|
240
|
+
attr_accessor role_arn: ::String
|
241
|
+
attr_accessor job_output: Types::DatasetExportJobOutput
|
242
|
+
attr_accessor tags: ::Array[Types::Tag]
|
243
|
+
SENSITIVE: []
|
244
|
+
end
|
245
|
+
|
246
|
+
class CreateDatasetExportJobResponse
|
247
|
+
attr_accessor dataset_export_job_arn: ::String
|
248
|
+
SENSITIVE: []
|
249
|
+
end
|
250
|
+
|
251
|
+
class CreateDatasetGroupRequest
|
252
|
+
attr_accessor name: ::String
|
253
|
+
attr_accessor role_arn: ::String
|
254
|
+
attr_accessor kms_key_arn: ::String
|
255
|
+
attr_accessor domain: ("ECOMMERCE" | "VIDEO_ON_DEMAND")
|
256
|
+
attr_accessor tags: ::Array[Types::Tag]
|
257
|
+
SENSITIVE: []
|
258
|
+
end
|
259
|
+
|
260
|
+
class CreateDatasetGroupResponse
|
261
|
+
attr_accessor dataset_group_arn: ::String
|
262
|
+
attr_accessor domain: ("ECOMMERCE" | "VIDEO_ON_DEMAND")
|
263
|
+
SENSITIVE: []
|
264
|
+
end
|
265
|
+
|
266
|
+
class CreateDatasetImportJobRequest
|
267
|
+
attr_accessor job_name: ::String
|
268
|
+
attr_accessor dataset_arn: ::String
|
269
|
+
attr_accessor data_source: Types::DataSource
|
270
|
+
attr_accessor role_arn: ::String
|
271
|
+
attr_accessor tags: ::Array[Types::Tag]
|
272
|
+
attr_accessor import_mode: ("FULL" | "INCREMENTAL")
|
273
|
+
attr_accessor publish_attribution_metrics_to_s3: bool
|
274
|
+
SENSITIVE: []
|
275
|
+
end
|
276
|
+
|
277
|
+
class CreateDatasetImportJobResponse
|
278
|
+
attr_accessor dataset_import_job_arn: ::String
|
279
|
+
SENSITIVE: []
|
280
|
+
end
|
281
|
+
|
282
|
+
class CreateDatasetRequest
|
283
|
+
attr_accessor name: ::String
|
284
|
+
attr_accessor schema_arn: ::String
|
285
|
+
attr_accessor dataset_group_arn: ::String
|
286
|
+
attr_accessor dataset_type: ::String
|
287
|
+
attr_accessor tags: ::Array[Types::Tag]
|
288
|
+
SENSITIVE: []
|
289
|
+
end
|
290
|
+
|
291
|
+
class CreateDatasetResponse
|
292
|
+
attr_accessor dataset_arn: ::String
|
293
|
+
SENSITIVE: []
|
294
|
+
end
|
295
|
+
|
296
|
+
class CreateEventTrackerRequest
|
297
|
+
attr_accessor name: ::String
|
298
|
+
attr_accessor dataset_group_arn: ::String
|
299
|
+
attr_accessor tags: ::Array[Types::Tag]
|
300
|
+
SENSITIVE: []
|
301
|
+
end
|
302
|
+
|
303
|
+
class CreateEventTrackerResponse
|
304
|
+
attr_accessor event_tracker_arn: ::String
|
305
|
+
attr_accessor tracking_id: ::String
|
306
|
+
SENSITIVE: []
|
307
|
+
end
|
308
|
+
|
309
|
+
class CreateFilterRequest
|
310
|
+
attr_accessor name: ::String
|
311
|
+
attr_accessor dataset_group_arn: ::String
|
312
|
+
attr_accessor filter_expression: ::String
|
313
|
+
attr_accessor tags: ::Array[Types::Tag]
|
314
|
+
SENSITIVE: [:filter_expression]
|
315
|
+
end
|
316
|
+
|
317
|
+
class CreateFilterResponse
|
318
|
+
attr_accessor filter_arn: ::String
|
319
|
+
SENSITIVE: []
|
320
|
+
end
|
321
|
+
|
322
|
+
class CreateMetricAttributionRequest
|
323
|
+
attr_accessor name: ::String
|
324
|
+
attr_accessor dataset_group_arn: ::String
|
325
|
+
attr_accessor metrics: ::Array[Types::MetricAttribute]
|
326
|
+
attr_accessor metrics_output_config: Types::MetricAttributionOutput
|
327
|
+
SENSITIVE: []
|
328
|
+
end
|
329
|
+
|
330
|
+
class CreateMetricAttributionResponse
|
331
|
+
attr_accessor metric_attribution_arn: ::String
|
332
|
+
SENSITIVE: []
|
333
|
+
end
|
334
|
+
|
335
|
+
class CreateRecommenderRequest
|
336
|
+
attr_accessor name: ::String
|
337
|
+
attr_accessor dataset_group_arn: ::String
|
338
|
+
attr_accessor recipe_arn: ::String
|
339
|
+
attr_accessor recommender_config: Types::RecommenderConfig
|
340
|
+
attr_accessor tags: ::Array[Types::Tag]
|
341
|
+
SENSITIVE: []
|
342
|
+
end
|
343
|
+
|
344
|
+
class CreateRecommenderResponse
|
345
|
+
attr_accessor recommender_arn: ::String
|
346
|
+
SENSITIVE: []
|
347
|
+
end
|
348
|
+
|
349
|
+
class CreateSchemaRequest
|
350
|
+
attr_accessor name: ::String
|
351
|
+
attr_accessor schema: ::String
|
352
|
+
attr_accessor domain: ("ECOMMERCE" | "VIDEO_ON_DEMAND")
|
353
|
+
SENSITIVE: []
|
354
|
+
end
|
355
|
+
|
356
|
+
class CreateSchemaResponse
|
357
|
+
attr_accessor schema_arn: ::String
|
358
|
+
SENSITIVE: []
|
359
|
+
end
|
360
|
+
|
361
|
+
class CreateSolutionRequest
|
362
|
+
attr_accessor name: ::String
|
363
|
+
attr_accessor perform_hpo: bool
|
364
|
+
attr_accessor perform_auto_ml: bool
|
365
|
+
attr_accessor perform_auto_training: bool
|
366
|
+
attr_accessor recipe_arn: ::String
|
367
|
+
attr_accessor dataset_group_arn: ::String
|
368
|
+
attr_accessor event_type: ::String
|
369
|
+
attr_accessor solution_config: Types::SolutionConfig
|
370
|
+
attr_accessor tags: ::Array[Types::Tag]
|
371
|
+
SENSITIVE: []
|
372
|
+
end
|
373
|
+
|
374
|
+
class CreateSolutionResponse
|
375
|
+
attr_accessor solution_arn: ::String
|
376
|
+
SENSITIVE: []
|
377
|
+
end
|
378
|
+
|
379
|
+
class CreateSolutionVersionRequest
|
380
|
+
attr_accessor name: ::String
|
381
|
+
attr_accessor solution_arn: ::String
|
382
|
+
attr_accessor training_mode: ("FULL" | "UPDATE" | "AUTOTRAIN")
|
383
|
+
attr_accessor tags: ::Array[Types::Tag]
|
384
|
+
SENSITIVE: []
|
385
|
+
end
|
386
|
+
|
387
|
+
class CreateSolutionVersionResponse
|
388
|
+
attr_accessor solution_version_arn: ::String
|
389
|
+
SENSITIVE: []
|
390
|
+
end
|
391
|
+
|
392
|
+
class DataSource
|
393
|
+
attr_accessor data_location: ::String
|
394
|
+
SENSITIVE: []
|
395
|
+
end
|
396
|
+
|
397
|
+
class Dataset
|
398
|
+
attr_accessor name: ::String
|
399
|
+
attr_accessor dataset_arn: ::String
|
400
|
+
attr_accessor dataset_group_arn: ::String
|
401
|
+
attr_accessor dataset_type: ::String
|
402
|
+
attr_accessor schema_arn: ::String
|
403
|
+
attr_accessor status: ::String
|
404
|
+
attr_accessor creation_date_time: ::Time
|
405
|
+
attr_accessor last_updated_date_time: ::Time
|
406
|
+
attr_accessor latest_dataset_update: Types::DatasetUpdateSummary
|
407
|
+
attr_accessor tracking_id: ::String
|
408
|
+
SENSITIVE: []
|
409
|
+
end
|
410
|
+
|
411
|
+
class DatasetExportJob
|
412
|
+
attr_accessor job_name: ::String
|
413
|
+
attr_accessor dataset_export_job_arn: ::String
|
414
|
+
attr_accessor dataset_arn: ::String
|
415
|
+
attr_accessor ingestion_mode: ("BULK" | "PUT" | "ALL")
|
416
|
+
attr_accessor role_arn: ::String
|
417
|
+
attr_accessor status: ::String
|
418
|
+
attr_accessor job_output: Types::DatasetExportJobOutput
|
419
|
+
attr_accessor creation_date_time: ::Time
|
420
|
+
attr_accessor last_updated_date_time: ::Time
|
421
|
+
attr_accessor failure_reason: ::String
|
422
|
+
SENSITIVE: []
|
423
|
+
end
|
424
|
+
|
425
|
+
class DatasetExportJobOutput
|
426
|
+
attr_accessor s3_data_destination: Types::S3DataConfig
|
427
|
+
SENSITIVE: []
|
428
|
+
end
|
429
|
+
|
430
|
+
class DatasetExportJobSummary
|
431
|
+
attr_accessor dataset_export_job_arn: ::String
|
432
|
+
attr_accessor job_name: ::String
|
433
|
+
attr_accessor status: ::String
|
434
|
+
attr_accessor creation_date_time: ::Time
|
435
|
+
attr_accessor last_updated_date_time: ::Time
|
436
|
+
attr_accessor failure_reason: ::String
|
437
|
+
SENSITIVE: []
|
438
|
+
end
|
439
|
+
|
440
|
+
class DatasetGroup
|
441
|
+
attr_accessor name: ::String
|
442
|
+
attr_accessor dataset_group_arn: ::String
|
443
|
+
attr_accessor status: ::String
|
444
|
+
attr_accessor role_arn: ::String
|
445
|
+
attr_accessor kms_key_arn: ::String
|
446
|
+
attr_accessor creation_date_time: ::Time
|
447
|
+
attr_accessor last_updated_date_time: ::Time
|
448
|
+
attr_accessor failure_reason: ::String
|
449
|
+
attr_accessor domain: ("ECOMMERCE" | "VIDEO_ON_DEMAND")
|
450
|
+
SENSITIVE: []
|
451
|
+
end
|
452
|
+
|
453
|
+
class DatasetGroupSummary
|
454
|
+
attr_accessor name: ::String
|
455
|
+
attr_accessor dataset_group_arn: ::String
|
456
|
+
attr_accessor status: ::String
|
457
|
+
attr_accessor creation_date_time: ::Time
|
458
|
+
attr_accessor last_updated_date_time: ::Time
|
459
|
+
attr_accessor failure_reason: ::String
|
460
|
+
attr_accessor domain: ("ECOMMERCE" | "VIDEO_ON_DEMAND")
|
461
|
+
SENSITIVE: []
|
462
|
+
end
|
463
|
+
|
464
|
+
class DatasetImportJob
|
465
|
+
attr_accessor job_name: ::String
|
466
|
+
attr_accessor dataset_import_job_arn: ::String
|
467
|
+
attr_accessor dataset_arn: ::String
|
468
|
+
attr_accessor data_source: Types::DataSource
|
469
|
+
attr_accessor role_arn: ::String
|
470
|
+
attr_accessor status: ::String
|
471
|
+
attr_accessor creation_date_time: ::Time
|
472
|
+
attr_accessor last_updated_date_time: ::Time
|
473
|
+
attr_accessor failure_reason: ::String
|
474
|
+
attr_accessor import_mode: ("FULL" | "INCREMENTAL")
|
475
|
+
attr_accessor publish_attribution_metrics_to_s3: bool
|
476
|
+
SENSITIVE: []
|
477
|
+
end
|
478
|
+
|
479
|
+
class DatasetImportJobSummary
|
480
|
+
attr_accessor dataset_import_job_arn: ::String
|
481
|
+
attr_accessor job_name: ::String
|
482
|
+
attr_accessor status: ::String
|
483
|
+
attr_accessor creation_date_time: ::Time
|
484
|
+
attr_accessor last_updated_date_time: ::Time
|
485
|
+
attr_accessor failure_reason: ::String
|
486
|
+
attr_accessor import_mode: ("FULL" | "INCREMENTAL")
|
487
|
+
SENSITIVE: []
|
488
|
+
end
|
489
|
+
|
490
|
+
class DatasetSchema
|
491
|
+
attr_accessor name: ::String
|
492
|
+
attr_accessor schema_arn: ::String
|
493
|
+
attr_accessor schema: ::String
|
494
|
+
attr_accessor creation_date_time: ::Time
|
495
|
+
attr_accessor last_updated_date_time: ::Time
|
496
|
+
attr_accessor domain: ("ECOMMERCE" | "VIDEO_ON_DEMAND")
|
497
|
+
SENSITIVE: []
|
498
|
+
end
|
499
|
+
|
500
|
+
class DatasetSchemaSummary
|
501
|
+
attr_accessor name: ::String
|
502
|
+
attr_accessor schema_arn: ::String
|
503
|
+
attr_accessor creation_date_time: ::Time
|
504
|
+
attr_accessor last_updated_date_time: ::Time
|
505
|
+
attr_accessor domain: ("ECOMMERCE" | "VIDEO_ON_DEMAND")
|
506
|
+
SENSITIVE: []
|
507
|
+
end
|
508
|
+
|
509
|
+
class DatasetSummary
|
510
|
+
attr_accessor name: ::String
|
511
|
+
attr_accessor dataset_arn: ::String
|
512
|
+
attr_accessor dataset_type: ::String
|
513
|
+
attr_accessor status: ::String
|
514
|
+
attr_accessor creation_date_time: ::Time
|
515
|
+
attr_accessor last_updated_date_time: ::Time
|
516
|
+
SENSITIVE: []
|
517
|
+
end
|
518
|
+
|
519
|
+
class DatasetUpdateSummary
|
520
|
+
attr_accessor schema_arn: ::String
|
521
|
+
attr_accessor status: ::String
|
522
|
+
attr_accessor failure_reason: ::String
|
523
|
+
attr_accessor creation_date_time: ::Time
|
524
|
+
attr_accessor last_updated_date_time: ::Time
|
525
|
+
SENSITIVE: []
|
526
|
+
end
|
527
|
+
|
528
|
+
class DefaultCategoricalHyperParameterRange
|
529
|
+
attr_accessor name: ::String
|
530
|
+
attr_accessor values: ::Array[::String]
|
531
|
+
attr_accessor is_tunable: bool
|
532
|
+
SENSITIVE: []
|
533
|
+
end
|
534
|
+
|
535
|
+
class DefaultContinuousHyperParameterRange
|
536
|
+
attr_accessor name: ::String
|
537
|
+
attr_accessor min_value: ::Float
|
538
|
+
attr_accessor max_value: ::Float
|
539
|
+
attr_accessor is_tunable: bool
|
540
|
+
SENSITIVE: []
|
541
|
+
end
|
542
|
+
|
543
|
+
class DefaultHyperParameterRanges
|
544
|
+
attr_accessor integer_hyper_parameter_ranges: ::Array[Types::DefaultIntegerHyperParameterRange]
|
545
|
+
attr_accessor continuous_hyper_parameter_ranges: ::Array[Types::DefaultContinuousHyperParameterRange]
|
546
|
+
attr_accessor categorical_hyper_parameter_ranges: ::Array[Types::DefaultCategoricalHyperParameterRange]
|
547
|
+
SENSITIVE: []
|
548
|
+
end
|
549
|
+
|
550
|
+
class DefaultIntegerHyperParameterRange
|
551
|
+
attr_accessor name: ::String
|
552
|
+
attr_accessor min_value: ::Integer
|
553
|
+
attr_accessor max_value: ::Integer
|
554
|
+
attr_accessor is_tunable: bool
|
555
|
+
SENSITIVE: []
|
556
|
+
end
|
557
|
+
|
558
|
+
class DeleteCampaignRequest
|
559
|
+
attr_accessor campaign_arn: ::String
|
560
|
+
SENSITIVE: []
|
561
|
+
end
|
562
|
+
|
563
|
+
class DeleteDatasetGroupRequest
|
564
|
+
attr_accessor dataset_group_arn: ::String
|
565
|
+
SENSITIVE: []
|
566
|
+
end
|
567
|
+
|
568
|
+
class DeleteDatasetRequest
|
569
|
+
attr_accessor dataset_arn: ::String
|
570
|
+
SENSITIVE: []
|
571
|
+
end
|
572
|
+
|
573
|
+
class DeleteEventTrackerRequest
|
574
|
+
attr_accessor event_tracker_arn: ::String
|
575
|
+
SENSITIVE: []
|
576
|
+
end
|
577
|
+
|
578
|
+
class DeleteFilterRequest
|
579
|
+
attr_accessor filter_arn: ::String
|
580
|
+
SENSITIVE: []
|
581
|
+
end
|
582
|
+
|
583
|
+
class DeleteMetricAttributionRequest
|
584
|
+
attr_accessor metric_attribution_arn: ::String
|
585
|
+
SENSITIVE: []
|
586
|
+
end
|
587
|
+
|
588
|
+
class DeleteRecommenderRequest
|
589
|
+
attr_accessor recommender_arn: ::String
|
590
|
+
SENSITIVE: []
|
591
|
+
end
|
592
|
+
|
593
|
+
class DeleteSchemaRequest
|
594
|
+
attr_accessor schema_arn: ::String
|
595
|
+
SENSITIVE: []
|
596
|
+
end
|
597
|
+
|
598
|
+
class DeleteSolutionRequest
|
599
|
+
attr_accessor solution_arn: ::String
|
600
|
+
SENSITIVE: []
|
601
|
+
end
|
602
|
+
|
603
|
+
class DescribeAlgorithmRequest
|
604
|
+
attr_accessor algorithm_arn: ::String
|
605
|
+
SENSITIVE: []
|
606
|
+
end
|
607
|
+
|
608
|
+
class DescribeAlgorithmResponse
|
609
|
+
attr_accessor algorithm: Types::Algorithm
|
610
|
+
SENSITIVE: []
|
611
|
+
end
|
612
|
+
|
613
|
+
class DescribeBatchInferenceJobRequest
|
614
|
+
attr_accessor batch_inference_job_arn: ::String
|
615
|
+
SENSITIVE: []
|
616
|
+
end
|
617
|
+
|
618
|
+
class DescribeBatchInferenceJobResponse
|
619
|
+
attr_accessor batch_inference_job: Types::BatchInferenceJob
|
620
|
+
SENSITIVE: []
|
621
|
+
end
|
622
|
+
|
623
|
+
class DescribeBatchSegmentJobRequest
|
624
|
+
attr_accessor batch_segment_job_arn: ::String
|
625
|
+
SENSITIVE: []
|
626
|
+
end
|
627
|
+
|
628
|
+
class DescribeBatchSegmentJobResponse
|
629
|
+
attr_accessor batch_segment_job: Types::BatchSegmentJob
|
630
|
+
SENSITIVE: []
|
631
|
+
end
|
632
|
+
|
633
|
+
class DescribeCampaignRequest
|
634
|
+
attr_accessor campaign_arn: ::String
|
635
|
+
SENSITIVE: []
|
636
|
+
end
|
637
|
+
|
638
|
+
class DescribeCampaignResponse
|
639
|
+
attr_accessor campaign: Types::Campaign
|
640
|
+
SENSITIVE: []
|
641
|
+
end
|
642
|
+
|
643
|
+
class DescribeDatasetExportJobRequest
|
644
|
+
attr_accessor dataset_export_job_arn: ::String
|
645
|
+
SENSITIVE: []
|
646
|
+
end
|
647
|
+
|
648
|
+
class DescribeDatasetExportJobResponse
|
649
|
+
attr_accessor dataset_export_job: Types::DatasetExportJob
|
650
|
+
SENSITIVE: []
|
651
|
+
end
|
652
|
+
|
653
|
+
class DescribeDatasetGroupRequest
|
654
|
+
attr_accessor dataset_group_arn: ::String
|
655
|
+
SENSITIVE: []
|
656
|
+
end
|
657
|
+
|
658
|
+
class DescribeDatasetGroupResponse
|
659
|
+
attr_accessor dataset_group: Types::DatasetGroup
|
660
|
+
SENSITIVE: []
|
661
|
+
end
|
662
|
+
|
663
|
+
class DescribeDatasetImportJobRequest
|
664
|
+
attr_accessor dataset_import_job_arn: ::String
|
665
|
+
SENSITIVE: []
|
666
|
+
end
|
667
|
+
|
668
|
+
class DescribeDatasetImportJobResponse
|
669
|
+
attr_accessor dataset_import_job: Types::DatasetImportJob
|
670
|
+
SENSITIVE: []
|
671
|
+
end
|
672
|
+
|
673
|
+
class DescribeDatasetRequest
|
674
|
+
attr_accessor dataset_arn: ::String
|
675
|
+
SENSITIVE: []
|
676
|
+
end
|
677
|
+
|
678
|
+
class DescribeDatasetResponse
|
679
|
+
attr_accessor dataset: Types::Dataset
|
680
|
+
SENSITIVE: []
|
681
|
+
end
|
682
|
+
|
683
|
+
class DescribeEventTrackerRequest
|
684
|
+
attr_accessor event_tracker_arn: ::String
|
685
|
+
SENSITIVE: []
|
686
|
+
end
|
687
|
+
|
688
|
+
class DescribeEventTrackerResponse
|
689
|
+
attr_accessor event_tracker: Types::EventTracker
|
690
|
+
SENSITIVE: []
|
691
|
+
end
|
692
|
+
|
693
|
+
class DescribeFeatureTransformationRequest
|
694
|
+
attr_accessor feature_transformation_arn: ::String
|
695
|
+
SENSITIVE: []
|
696
|
+
end
|
697
|
+
|
698
|
+
class DescribeFeatureTransformationResponse
|
699
|
+
attr_accessor feature_transformation: Types::FeatureTransformation
|
700
|
+
SENSITIVE: []
|
701
|
+
end
|
702
|
+
|
703
|
+
class DescribeFilterRequest
|
704
|
+
attr_accessor filter_arn: ::String
|
705
|
+
SENSITIVE: []
|
706
|
+
end
|
707
|
+
|
708
|
+
class DescribeFilterResponse
|
709
|
+
attr_accessor filter: Types::Filter
|
710
|
+
SENSITIVE: []
|
711
|
+
end
|
712
|
+
|
713
|
+
class DescribeMetricAttributionRequest
|
714
|
+
attr_accessor metric_attribution_arn: ::String
|
715
|
+
SENSITIVE: []
|
716
|
+
end
|
717
|
+
|
718
|
+
class DescribeMetricAttributionResponse
|
719
|
+
attr_accessor metric_attribution: Types::MetricAttribution
|
720
|
+
SENSITIVE: []
|
721
|
+
end
|
722
|
+
|
723
|
+
class DescribeRecipeRequest
|
724
|
+
attr_accessor recipe_arn: ::String
|
725
|
+
SENSITIVE: []
|
726
|
+
end
|
727
|
+
|
728
|
+
class DescribeRecipeResponse
|
729
|
+
attr_accessor recipe: Types::Recipe
|
730
|
+
SENSITIVE: []
|
731
|
+
end
|
732
|
+
|
733
|
+
class DescribeRecommenderRequest
|
734
|
+
attr_accessor recommender_arn: ::String
|
735
|
+
SENSITIVE: []
|
736
|
+
end
|
737
|
+
|
738
|
+
class DescribeRecommenderResponse
|
739
|
+
attr_accessor recommender: Types::Recommender
|
740
|
+
SENSITIVE: []
|
741
|
+
end
|
742
|
+
|
743
|
+
class DescribeSchemaRequest
|
744
|
+
attr_accessor schema_arn: ::String
|
745
|
+
SENSITIVE: []
|
746
|
+
end
|
747
|
+
|
748
|
+
class DescribeSchemaResponse
|
749
|
+
attr_accessor schema: Types::DatasetSchema
|
750
|
+
SENSITIVE: []
|
751
|
+
end
|
752
|
+
|
753
|
+
class DescribeSolutionRequest
|
754
|
+
attr_accessor solution_arn: ::String
|
755
|
+
SENSITIVE: []
|
756
|
+
end
|
757
|
+
|
758
|
+
class DescribeSolutionResponse
|
759
|
+
attr_accessor solution: Types::Solution
|
760
|
+
SENSITIVE: []
|
761
|
+
end
|
762
|
+
|
763
|
+
class DescribeSolutionVersionRequest
|
764
|
+
attr_accessor solution_version_arn: ::String
|
765
|
+
SENSITIVE: []
|
766
|
+
end
|
767
|
+
|
768
|
+
class DescribeSolutionVersionResponse
|
769
|
+
attr_accessor solution_version: Types::SolutionVersion
|
770
|
+
SENSITIVE: []
|
771
|
+
end
|
772
|
+
|
773
|
+
class EventTracker
|
774
|
+
attr_accessor name: ::String
|
775
|
+
attr_accessor event_tracker_arn: ::String
|
776
|
+
attr_accessor account_id: ::String
|
777
|
+
attr_accessor tracking_id: ::String
|
778
|
+
attr_accessor dataset_group_arn: ::String
|
779
|
+
attr_accessor status: ::String
|
780
|
+
attr_accessor creation_date_time: ::Time
|
781
|
+
attr_accessor last_updated_date_time: ::Time
|
782
|
+
SENSITIVE: []
|
783
|
+
end
|
784
|
+
|
785
|
+
class EventTrackerSummary
|
786
|
+
attr_accessor name: ::String
|
787
|
+
attr_accessor event_tracker_arn: ::String
|
788
|
+
attr_accessor status: ::String
|
789
|
+
attr_accessor creation_date_time: ::Time
|
790
|
+
attr_accessor last_updated_date_time: ::Time
|
791
|
+
SENSITIVE: []
|
792
|
+
end
|
793
|
+
|
794
|
+
class FeatureTransformation
|
795
|
+
attr_accessor name: ::String
|
796
|
+
attr_accessor feature_transformation_arn: ::String
|
797
|
+
attr_accessor default_parameters: ::Hash[::String, ::String]
|
798
|
+
attr_accessor creation_date_time: ::Time
|
799
|
+
attr_accessor last_updated_date_time: ::Time
|
800
|
+
attr_accessor status: ::String
|
801
|
+
SENSITIVE: []
|
802
|
+
end
|
803
|
+
|
804
|
+
class FieldsForThemeGeneration
|
805
|
+
attr_accessor item_name: ::String
|
806
|
+
SENSITIVE: []
|
807
|
+
end
|
808
|
+
|
809
|
+
class Filter
|
810
|
+
attr_accessor name: ::String
|
811
|
+
attr_accessor filter_arn: ::String
|
812
|
+
attr_accessor creation_date_time: ::Time
|
813
|
+
attr_accessor last_updated_date_time: ::Time
|
814
|
+
attr_accessor dataset_group_arn: ::String
|
815
|
+
attr_accessor failure_reason: ::String
|
816
|
+
attr_accessor filter_expression: ::String
|
817
|
+
attr_accessor status: ::String
|
818
|
+
SENSITIVE: [:filter_expression]
|
819
|
+
end
|
820
|
+
|
821
|
+
class FilterSummary
|
822
|
+
attr_accessor name: ::String
|
823
|
+
attr_accessor filter_arn: ::String
|
824
|
+
attr_accessor creation_date_time: ::Time
|
825
|
+
attr_accessor last_updated_date_time: ::Time
|
826
|
+
attr_accessor dataset_group_arn: ::String
|
827
|
+
attr_accessor failure_reason: ::String
|
828
|
+
attr_accessor status: ::String
|
829
|
+
SENSITIVE: []
|
830
|
+
end
|
831
|
+
|
832
|
+
class GetSolutionMetricsRequest
|
833
|
+
attr_accessor solution_version_arn: ::String
|
834
|
+
SENSITIVE: []
|
835
|
+
end
|
836
|
+
|
837
|
+
class GetSolutionMetricsResponse
|
838
|
+
attr_accessor solution_version_arn: ::String
|
839
|
+
attr_accessor metrics: ::Hash[::String, ::Float]
|
840
|
+
SENSITIVE: []
|
841
|
+
end
|
842
|
+
|
843
|
+
class HPOConfig
|
844
|
+
attr_accessor hpo_objective: Types::HPOObjective
|
845
|
+
attr_accessor hpo_resource_config: Types::HPOResourceConfig
|
846
|
+
attr_accessor algorithm_hyper_parameter_ranges: Types::HyperParameterRanges
|
847
|
+
SENSITIVE: []
|
848
|
+
end
|
849
|
+
|
850
|
+
class HPOObjective
|
851
|
+
attr_accessor type: ::String
|
852
|
+
attr_accessor metric_name: ::String
|
853
|
+
attr_accessor metric_regex: ::String
|
854
|
+
SENSITIVE: []
|
855
|
+
end
|
856
|
+
|
857
|
+
class HPOResourceConfig
|
858
|
+
attr_accessor max_number_of_training_jobs: ::String
|
859
|
+
attr_accessor max_parallel_training_jobs: ::String
|
860
|
+
SENSITIVE: []
|
861
|
+
end
|
862
|
+
|
863
|
+
class HyperParameterRanges
|
864
|
+
attr_accessor integer_hyper_parameter_ranges: ::Array[Types::IntegerHyperParameterRange]
|
865
|
+
attr_accessor continuous_hyper_parameter_ranges: ::Array[Types::ContinuousHyperParameterRange]
|
866
|
+
attr_accessor categorical_hyper_parameter_ranges: ::Array[Types::CategoricalHyperParameterRange]
|
867
|
+
SENSITIVE: []
|
868
|
+
end
|
869
|
+
|
870
|
+
class IntegerHyperParameterRange
|
871
|
+
attr_accessor name: ::String
|
872
|
+
attr_accessor min_value: ::Integer
|
873
|
+
attr_accessor max_value: ::Integer
|
874
|
+
SENSITIVE: []
|
875
|
+
end
|
876
|
+
|
877
|
+
class InvalidInputException
|
878
|
+
attr_accessor message: ::String
|
879
|
+
SENSITIVE: []
|
880
|
+
end
|
881
|
+
|
882
|
+
class InvalidNextTokenException
|
883
|
+
attr_accessor message: ::String
|
884
|
+
SENSITIVE: []
|
885
|
+
end
|
886
|
+
|
887
|
+
class LimitExceededException
|
888
|
+
attr_accessor message: ::String
|
889
|
+
SENSITIVE: []
|
890
|
+
end
|
891
|
+
|
892
|
+
class ListBatchInferenceJobsRequest
|
893
|
+
attr_accessor solution_version_arn: ::String
|
894
|
+
attr_accessor next_token: ::String
|
895
|
+
attr_accessor max_results: ::Integer
|
896
|
+
SENSITIVE: []
|
897
|
+
end
|
898
|
+
|
899
|
+
class ListBatchInferenceJobsResponse
|
900
|
+
attr_accessor batch_inference_jobs: ::Array[Types::BatchInferenceJobSummary]
|
901
|
+
attr_accessor next_token: ::String
|
902
|
+
SENSITIVE: []
|
903
|
+
end
|
904
|
+
|
905
|
+
class ListBatchSegmentJobsRequest
|
906
|
+
attr_accessor solution_version_arn: ::String
|
907
|
+
attr_accessor next_token: ::String
|
908
|
+
attr_accessor max_results: ::Integer
|
909
|
+
SENSITIVE: []
|
910
|
+
end
|
911
|
+
|
912
|
+
class ListBatchSegmentJobsResponse
|
913
|
+
attr_accessor batch_segment_jobs: ::Array[Types::BatchSegmentJobSummary]
|
914
|
+
attr_accessor next_token: ::String
|
915
|
+
SENSITIVE: []
|
916
|
+
end
|
917
|
+
|
918
|
+
class ListCampaignsRequest
|
919
|
+
attr_accessor solution_arn: ::String
|
920
|
+
attr_accessor next_token: ::String
|
921
|
+
attr_accessor max_results: ::Integer
|
922
|
+
SENSITIVE: []
|
923
|
+
end
|
924
|
+
|
925
|
+
class ListCampaignsResponse
|
926
|
+
attr_accessor campaigns: ::Array[Types::CampaignSummary]
|
927
|
+
attr_accessor next_token: ::String
|
928
|
+
SENSITIVE: []
|
929
|
+
end
|
930
|
+
|
931
|
+
class ListDatasetExportJobsRequest
|
932
|
+
attr_accessor dataset_arn: ::String
|
933
|
+
attr_accessor next_token: ::String
|
934
|
+
attr_accessor max_results: ::Integer
|
935
|
+
SENSITIVE: []
|
936
|
+
end
|
937
|
+
|
938
|
+
class ListDatasetExportJobsResponse
|
939
|
+
attr_accessor dataset_export_jobs: ::Array[Types::DatasetExportJobSummary]
|
940
|
+
attr_accessor next_token: ::String
|
941
|
+
SENSITIVE: []
|
942
|
+
end
|
943
|
+
|
944
|
+
class ListDatasetGroupsRequest
|
945
|
+
attr_accessor next_token: ::String
|
946
|
+
attr_accessor max_results: ::Integer
|
947
|
+
SENSITIVE: []
|
948
|
+
end
|
949
|
+
|
950
|
+
class ListDatasetGroupsResponse
|
951
|
+
attr_accessor dataset_groups: ::Array[Types::DatasetGroupSummary]
|
952
|
+
attr_accessor next_token: ::String
|
953
|
+
SENSITIVE: []
|
954
|
+
end
|
955
|
+
|
956
|
+
class ListDatasetImportJobsRequest
|
957
|
+
attr_accessor dataset_arn: ::String
|
958
|
+
attr_accessor next_token: ::String
|
959
|
+
attr_accessor max_results: ::Integer
|
960
|
+
SENSITIVE: []
|
961
|
+
end
|
962
|
+
|
963
|
+
class ListDatasetImportJobsResponse
|
964
|
+
attr_accessor dataset_import_jobs: ::Array[Types::DatasetImportJobSummary]
|
965
|
+
attr_accessor next_token: ::String
|
966
|
+
SENSITIVE: []
|
967
|
+
end
|
968
|
+
|
969
|
+
class ListDatasetsRequest
|
970
|
+
attr_accessor dataset_group_arn: ::String
|
971
|
+
attr_accessor next_token: ::String
|
972
|
+
attr_accessor max_results: ::Integer
|
973
|
+
SENSITIVE: []
|
974
|
+
end
|
975
|
+
|
976
|
+
class ListDatasetsResponse
|
977
|
+
attr_accessor datasets: ::Array[Types::DatasetSummary]
|
978
|
+
attr_accessor next_token: ::String
|
979
|
+
SENSITIVE: []
|
980
|
+
end
|
981
|
+
|
982
|
+
class ListEventTrackersRequest
|
983
|
+
attr_accessor dataset_group_arn: ::String
|
984
|
+
attr_accessor next_token: ::String
|
985
|
+
attr_accessor max_results: ::Integer
|
986
|
+
SENSITIVE: []
|
987
|
+
end
|
988
|
+
|
989
|
+
class ListEventTrackersResponse
|
990
|
+
attr_accessor event_trackers: ::Array[Types::EventTrackerSummary]
|
991
|
+
attr_accessor next_token: ::String
|
992
|
+
SENSITIVE: []
|
993
|
+
end
|
994
|
+
|
995
|
+
class ListFiltersRequest
|
996
|
+
attr_accessor dataset_group_arn: ::String
|
997
|
+
attr_accessor next_token: ::String
|
998
|
+
attr_accessor max_results: ::Integer
|
999
|
+
SENSITIVE: []
|
1000
|
+
end
|
1001
|
+
|
1002
|
+
class ListFiltersResponse
|
1003
|
+
attr_accessor filters: ::Array[Types::FilterSummary]
|
1004
|
+
attr_accessor next_token: ::String
|
1005
|
+
SENSITIVE: []
|
1006
|
+
end
|
1007
|
+
|
1008
|
+
class ListMetricAttributionMetricsRequest
|
1009
|
+
attr_accessor metric_attribution_arn: ::String
|
1010
|
+
attr_accessor next_token: ::String
|
1011
|
+
attr_accessor max_results: ::Integer
|
1012
|
+
SENSITIVE: []
|
1013
|
+
end
|
1014
|
+
|
1015
|
+
class ListMetricAttributionMetricsResponse
|
1016
|
+
attr_accessor metrics: ::Array[Types::MetricAttribute]
|
1017
|
+
attr_accessor next_token: ::String
|
1018
|
+
SENSITIVE: []
|
1019
|
+
end
|
1020
|
+
|
1021
|
+
class ListMetricAttributionsRequest
|
1022
|
+
attr_accessor dataset_group_arn: ::String
|
1023
|
+
attr_accessor next_token: ::String
|
1024
|
+
attr_accessor max_results: ::Integer
|
1025
|
+
SENSITIVE: []
|
1026
|
+
end
|
1027
|
+
|
1028
|
+
class ListMetricAttributionsResponse
|
1029
|
+
attr_accessor metric_attributions: ::Array[Types::MetricAttributionSummary]
|
1030
|
+
attr_accessor next_token: ::String
|
1031
|
+
SENSITIVE: []
|
1032
|
+
end
|
1033
|
+
|
1034
|
+
class ListRecipesRequest
|
1035
|
+
attr_accessor recipe_provider: ("SERVICE")
|
1036
|
+
attr_accessor next_token: ::String
|
1037
|
+
attr_accessor max_results: ::Integer
|
1038
|
+
attr_accessor domain: ("ECOMMERCE" | "VIDEO_ON_DEMAND")
|
1039
|
+
SENSITIVE: []
|
1040
|
+
end
|
1041
|
+
|
1042
|
+
class ListRecipesResponse
|
1043
|
+
attr_accessor recipes: ::Array[Types::RecipeSummary]
|
1044
|
+
attr_accessor next_token: ::String
|
1045
|
+
SENSITIVE: []
|
1046
|
+
end
|
1047
|
+
|
1048
|
+
class ListRecommendersRequest
|
1049
|
+
attr_accessor dataset_group_arn: ::String
|
1050
|
+
attr_accessor next_token: ::String
|
1051
|
+
attr_accessor max_results: ::Integer
|
1052
|
+
SENSITIVE: []
|
1053
|
+
end
|
1054
|
+
|
1055
|
+
class ListRecommendersResponse
|
1056
|
+
attr_accessor recommenders: ::Array[Types::RecommenderSummary]
|
1057
|
+
attr_accessor next_token: ::String
|
1058
|
+
SENSITIVE: []
|
1059
|
+
end
|
1060
|
+
|
1061
|
+
class ListSchemasRequest
|
1062
|
+
attr_accessor next_token: ::String
|
1063
|
+
attr_accessor max_results: ::Integer
|
1064
|
+
SENSITIVE: []
|
1065
|
+
end
|
1066
|
+
|
1067
|
+
class ListSchemasResponse
|
1068
|
+
attr_accessor schemas: ::Array[Types::DatasetSchemaSummary]
|
1069
|
+
attr_accessor next_token: ::String
|
1070
|
+
SENSITIVE: []
|
1071
|
+
end
|
1072
|
+
|
1073
|
+
class ListSolutionVersionsRequest
|
1074
|
+
attr_accessor solution_arn: ::String
|
1075
|
+
attr_accessor next_token: ::String
|
1076
|
+
attr_accessor max_results: ::Integer
|
1077
|
+
SENSITIVE: []
|
1078
|
+
end
|
1079
|
+
|
1080
|
+
class ListSolutionVersionsResponse
|
1081
|
+
attr_accessor solution_versions: ::Array[Types::SolutionVersionSummary]
|
1082
|
+
attr_accessor next_token: ::String
|
1083
|
+
SENSITIVE: []
|
1084
|
+
end
|
1085
|
+
|
1086
|
+
class ListSolutionsRequest
|
1087
|
+
attr_accessor dataset_group_arn: ::String
|
1088
|
+
attr_accessor next_token: ::String
|
1089
|
+
attr_accessor max_results: ::Integer
|
1090
|
+
SENSITIVE: []
|
1091
|
+
end
|
1092
|
+
|
1093
|
+
class ListSolutionsResponse
|
1094
|
+
attr_accessor solutions: ::Array[Types::SolutionSummary]
|
1095
|
+
attr_accessor next_token: ::String
|
1096
|
+
SENSITIVE: []
|
1097
|
+
end
|
1098
|
+
|
1099
|
+
class ListTagsForResourceRequest
|
1100
|
+
attr_accessor resource_arn: ::String
|
1101
|
+
SENSITIVE: []
|
1102
|
+
end
|
1103
|
+
|
1104
|
+
class ListTagsForResourceResponse
|
1105
|
+
attr_accessor tags: ::Array[Types::Tag]
|
1106
|
+
SENSITIVE: []
|
1107
|
+
end
|
1108
|
+
|
1109
|
+
class MetricAttribute
|
1110
|
+
attr_accessor event_type: ::String
|
1111
|
+
attr_accessor metric_name: ::String
|
1112
|
+
attr_accessor expression: ::String
|
1113
|
+
SENSITIVE: []
|
1114
|
+
end
|
1115
|
+
|
1116
|
+
class MetricAttribution
|
1117
|
+
attr_accessor name: ::String
|
1118
|
+
attr_accessor metric_attribution_arn: ::String
|
1119
|
+
attr_accessor dataset_group_arn: ::String
|
1120
|
+
attr_accessor metrics_output_config: Types::MetricAttributionOutput
|
1121
|
+
attr_accessor status: ::String
|
1122
|
+
attr_accessor creation_date_time: ::Time
|
1123
|
+
attr_accessor last_updated_date_time: ::Time
|
1124
|
+
attr_accessor failure_reason: ::String
|
1125
|
+
SENSITIVE: []
|
1126
|
+
end
|
1127
|
+
|
1128
|
+
class MetricAttributionOutput
|
1129
|
+
attr_accessor s3_data_destination: Types::S3DataConfig
|
1130
|
+
attr_accessor role_arn: ::String
|
1131
|
+
SENSITIVE: []
|
1132
|
+
end
|
1133
|
+
|
1134
|
+
class MetricAttributionSummary
|
1135
|
+
attr_accessor name: ::String
|
1136
|
+
attr_accessor metric_attribution_arn: ::String
|
1137
|
+
attr_accessor status: ::String
|
1138
|
+
attr_accessor creation_date_time: ::Time
|
1139
|
+
attr_accessor last_updated_date_time: ::Time
|
1140
|
+
attr_accessor failure_reason: ::String
|
1141
|
+
SENSITIVE: []
|
1142
|
+
end
|
1143
|
+
|
1144
|
+
class OptimizationObjective
|
1145
|
+
attr_accessor item_attribute: ::String
|
1146
|
+
attr_accessor objective_sensitivity: ("LOW" | "MEDIUM" | "HIGH" | "OFF")
|
1147
|
+
SENSITIVE: []
|
1148
|
+
end
|
1149
|
+
|
1150
|
+
class Recipe
|
1151
|
+
attr_accessor name: ::String
|
1152
|
+
attr_accessor recipe_arn: ::String
|
1153
|
+
attr_accessor algorithm_arn: ::String
|
1154
|
+
attr_accessor feature_transformation_arn: ::String
|
1155
|
+
attr_accessor status: ::String
|
1156
|
+
attr_accessor description: ::String
|
1157
|
+
attr_accessor creation_date_time: ::Time
|
1158
|
+
attr_accessor recipe_type: ::String
|
1159
|
+
attr_accessor last_updated_date_time: ::Time
|
1160
|
+
SENSITIVE: []
|
1161
|
+
end
|
1162
|
+
|
1163
|
+
class RecipeSummary
|
1164
|
+
attr_accessor name: ::String
|
1165
|
+
attr_accessor recipe_arn: ::String
|
1166
|
+
attr_accessor status: ::String
|
1167
|
+
attr_accessor creation_date_time: ::Time
|
1168
|
+
attr_accessor last_updated_date_time: ::Time
|
1169
|
+
attr_accessor domain: ("ECOMMERCE" | "VIDEO_ON_DEMAND")
|
1170
|
+
SENSITIVE: []
|
1171
|
+
end
|
1172
|
+
|
1173
|
+
class Recommender
|
1174
|
+
attr_accessor recommender_arn: ::String
|
1175
|
+
attr_accessor dataset_group_arn: ::String
|
1176
|
+
attr_accessor name: ::String
|
1177
|
+
attr_accessor recipe_arn: ::String
|
1178
|
+
attr_accessor recommender_config: Types::RecommenderConfig
|
1179
|
+
attr_accessor creation_date_time: ::Time
|
1180
|
+
attr_accessor last_updated_date_time: ::Time
|
1181
|
+
attr_accessor status: ::String
|
1182
|
+
attr_accessor failure_reason: ::String
|
1183
|
+
attr_accessor latest_recommender_update: Types::RecommenderUpdateSummary
|
1184
|
+
attr_accessor model_metrics: ::Hash[::String, ::Float]
|
1185
|
+
SENSITIVE: []
|
1186
|
+
end
|
1187
|
+
|
1188
|
+
class RecommenderConfig
|
1189
|
+
attr_accessor item_exploration_config: ::Hash[::String, ::String]
|
1190
|
+
attr_accessor min_recommendation_requests_per_second: ::Integer
|
1191
|
+
attr_accessor training_data_config: Types::TrainingDataConfig
|
1192
|
+
attr_accessor enable_metadata_with_recommendations: bool
|
1193
|
+
SENSITIVE: []
|
1194
|
+
end
|
1195
|
+
|
1196
|
+
class RecommenderSummary
|
1197
|
+
attr_accessor name: ::String
|
1198
|
+
attr_accessor recommender_arn: ::String
|
1199
|
+
attr_accessor dataset_group_arn: ::String
|
1200
|
+
attr_accessor recipe_arn: ::String
|
1201
|
+
attr_accessor recommender_config: Types::RecommenderConfig
|
1202
|
+
attr_accessor status: ::String
|
1203
|
+
attr_accessor creation_date_time: ::Time
|
1204
|
+
attr_accessor last_updated_date_time: ::Time
|
1205
|
+
SENSITIVE: []
|
1206
|
+
end
|
1207
|
+
|
1208
|
+
class RecommenderUpdateSummary
|
1209
|
+
attr_accessor recommender_config: Types::RecommenderConfig
|
1210
|
+
attr_accessor creation_date_time: ::Time
|
1211
|
+
attr_accessor last_updated_date_time: ::Time
|
1212
|
+
attr_accessor status: ::String
|
1213
|
+
attr_accessor failure_reason: ::String
|
1214
|
+
SENSITIVE: []
|
1215
|
+
end
|
1216
|
+
|
1217
|
+
class ResourceAlreadyExistsException
|
1218
|
+
attr_accessor message: ::String
|
1219
|
+
SENSITIVE: []
|
1220
|
+
end
|
1221
|
+
|
1222
|
+
class ResourceInUseException
|
1223
|
+
attr_accessor message: ::String
|
1224
|
+
SENSITIVE: []
|
1225
|
+
end
|
1226
|
+
|
1227
|
+
class ResourceNotFoundException
|
1228
|
+
attr_accessor message: ::String
|
1229
|
+
SENSITIVE: []
|
1230
|
+
end
|
1231
|
+
|
1232
|
+
class S3DataConfig
|
1233
|
+
attr_accessor path: ::String
|
1234
|
+
attr_accessor kms_key_arn: ::String
|
1235
|
+
SENSITIVE: []
|
1236
|
+
end
|
1237
|
+
|
1238
|
+
class Solution
|
1239
|
+
attr_accessor name: ::String
|
1240
|
+
attr_accessor solution_arn: ::String
|
1241
|
+
attr_accessor perform_hpo: bool
|
1242
|
+
attr_accessor perform_auto_ml: bool
|
1243
|
+
attr_accessor perform_auto_training: bool
|
1244
|
+
attr_accessor recipe_arn: ::String
|
1245
|
+
attr_accessor dataset_group_arn: ::String
|
1246
|
+
attr_accessor event_type: ::String
|
1247
|
+
attr_accessor solution_config: Types::SolutionConfig
|
1248
|
+
attr_accessor auto_ml_result: Types::AutoMLResult
|
1249
|
+
attr_accessor status: ::String
|
1250
|
+
attr_accessor creation_date_time: ::Time
|
1251
|
+
attr_accessor last_updated_date_time: ::Time
|
1252
|
+
attr_accessor latest_solution_version: Types::SolutionVersionSummary
|
1253
|
+
SENSITIVE: []
|
1254
|
+
end
|
1255
|
+
|
1256
|
+
class SolutionConfig
|
1257
|
+
attr_accessor event_value_threshold: ::String
|
1258
|
+
attr_accessor hpo_config: Types::HPOConfig
|
1259
|
+
attr_accessor algorithm_hyper_parameters: ::Hash[::String, ::String]
|
1260
|
+
attr_accessor feature_transformation_parameters: ::Hash[::String, ::String]
|
1261
|
+
attr_accessor auto_ml_config: Types::AutoMLConfig
|
1262
|
+
attr_accessor optimization_objective: Types::OptimizationObjective
|
1263
|
+
attr_accessor training_data_config: Types::TrainingDataConfig
|
1264
|
+
attr_accessor auto_training_config: Types::AutoTrainingConfig
|
1265
|
+
SENSITIVE: []
|
1266
|
+
end
|
1267
|
+
|
1268
|
+
class SolutionSummary
|
1269
|
+
attr_accessor name: ::String
|
1270
|
+
attr_accessor solution_arn: ::String
|
1271
|
+
attr_accessor status: ::String
|
1272
|
+
attr_accessor creation_date_time: ::Time
|
1273
|
+
attr_accessor last_updated_date_time: ::Time
|
1274
|
+
attr_accessor recipe_arn: ::String
|
1275
|
+
SENSITIVE: []
|
1276
|
+
end
|
1277
|
+
|
1278
|
+
class SolutionVersion
|
1279
|
+
attr_accessor name: ::String
|
1280
|
+
attr_accessor solution_version_arn: ::String
|
1281
|
+
attr_accessor solution_arn: ::String
|
1282
|
+
attr_accessor perform_hpo: bool
|
1283
|
+
attr_accessor perform_auto_ml: bool
|
1284
|
+
attr_accessor recipe_arn: ::String
|
1285
|
+
attr_accessor event_type: ::String
|
1286
|
+
attr_accessor dataset_group_arn: ::String
|
1287
|
+
attr_accessor solution_config: Types::SolutionConfig
|
1288
|
+
attr_accessor training_hours: ::Float
|
1289
|
+
attr_accessor training_mode: ("FULL" | "UPDATE" | "AUTOTRAIN")
|
1290
|
+
attr_accessor tuned_hpo_params: Types::TunedHPOParams
|
1291
|
+
attr_accessor status: ::String
|
1292
|
+
attr_accessor failure_reason: ::String
|
1293
|
+
attr_accessor creation_date_time: ::Time
|
1294
|
+
attr_accessor last_updated_date_time: ::Time
|
1295
|
+
attr_accessor training_type: ("AUTOMATIC" | "MANUAL")
|
1296
|
+
SENSITIVE: []
|
1297
|
+
end
|
1298
|
+
|
1299
|
+
class SolutionVersionSummary
|
1300
|
+
attr_accessor solution_version_arn: ::String
|
1301
|
+
attr_accessor status: ::String
|
1302
|
+
attr_accessor training_mode: ("FULL" | "UPDATE" | "AUTOTRAIN")
|
1303
|
+
attr_accessor training_type: ("AUTOMATIC" | "MANUAL")
|
1304
|
+
attr_accessor creation_date_time: ::Time
|
1305
|
+
attr_accessor last_updated_date_time: ::Time
|
1306
|
+
attr_accessor failure_reason: ::String
|
1307
|
+
SENSITIVE: []
|
1308
|
+
end
|
1309
|
+
|
1310
|
+
class StartRecommenderRequest
|
1311
|
+
attr_accessor recommender_arn: ::String
|
1312
|
+
SENSITIVE: []
|
1313
|
+
end
|
1314
|
+
|
1315
|
+
class StartRecommenderResponse
|
1316
|
+
attr_accessor recommender_arn: ::String
|
1317
|
+
SENSITIVE: []
|
1318
|
+
end
|
1319
|
+
|
1320
|
+
class StopRecommenderRequest
|
1321
|
+
attr_accessor recommender_arn: ::String
|
1322
|
+
SENSITIVE: []
|
1323
|
+
end
|
1324
|
+
|
1325
|
+
class StopRecommenderResponse
|
1326
|
+
attr_accessor recommender_arn: ::String
|
1327
|
+
SENSITIVE: []
|
1328
|
+
end
|
1329
|
+
|
1330
|
+
class StopSolutionVersionCreationRequest
|
1331
|
+
attr_accessor solution_version_arn: ::String
|
1332
|
+
SENSITIVE: []
|
1333
|
+
end
|
1334
|
+
|
1335
|
+
class Tag
|
1336
|
+
attr_accessor tag_key: ::String
|
1337
|
+
attr_accessor tag_value: ::String
|
1338
|
+
SENSITIVE: []
|
1339
|
+
end
|
1340
|
+
|
1341
|
+
class TagResourceRequest
|
1342
|
+
attr_accessor resource_arn: ::String
|
1343
|
+
attr_accessor tags: ::Array[Types::Tag]
|
1344
|
+
SENSITIVE: []
|
1345
|
+
end
|
1346
|
+
|
1347
|
+
class TagResourceResponse < Aws::EmptyStructure
|
1348
|
+
end
|
1349
|
+
|
1350
|
+
class ThemeGenerationConfig
|
1351
|
+
attr_accessor fields_for_theme_generation: Types::FieldsForThemeGeneration
|
1352
|
+
SENSITIVE: []
|
1353
|
+
end
|
1354
|
+
|
1355
|
+
class TooManyTagKeysException
|
1356
|
+
attr_accessor message: ::String
|
1357
|
+
SENSITIVE: []
|
1358
|
+
end
|
1359
|
+
|
1360
|
+
class TooManyTagsException
|
1361
|
+
attr_accessor message: ::String
|
1362
|
+
SENSITIVE: []
|
1363
|
+
end
|
1364
|
+
|
1365
|
+
class TrainingDataConfig
|
1366
|
+
attr_accessor excluded_dataset_columns: ::Hash[::String, ::Array[::String]]
|
1367
|
+
SENSITIVE: []
|
1368
|
+
end
|
1369
|
+
|
1370
|
+
class TunedHPOParams
|
1371
|
+
attr_accessor algorithm_hyper_parameters: ::Hash[::String, ::String]
|
1372
|
+
SENSITIVE: []
|
1373
|
+
end
|
1374
|
+
|
1375
|
+
class UntagResourceRequest
|
1376
|
+
attr_accessor resource_arn: ::String
|
1377
|
+
attr_accessor tag_keys: ::Array[::String]
|
1378
|
+
SENSITIVE: []
|
1379
|
+
end
|
1380
|
+
|
1381
|
+
class UntagResourceResponse < Aws::EmptyStructure
|
1382
|
+
end
|
1383
|
+
|
1384
|
+
class UpdateCampaignRequest
|
1385
|
+
attr_accessor campaign_arn: ::String
|
1386
|
+
attr_accessor solution_version_arn: ::String
|
1387
|
+
attr_accessor min_provisioned_tps: ::Integer
|
1388
|
+
attr_accessor campaign_config: Types::CampaignConfig
|
1389
|
+
SENSITIVE: []
|
1390
|
+
end
|
1391
|
+
|
1392
|
+
class UpdateCampaignResponse
|
1393
|
+
attr_accessor campaign_arn: ::String
|
1394
|
+
SENSITIVE: []
|
1395
|
+
end
|
1396
|
+
|
1397
|
+
class UpdateDatasetRequest
|
1398
|
+
attr_accessor dataset_arn: ::String
|
1399
|
+
attr_accessor schema_arn: ::String
|
1400
|
+
SENSITIVE: []
|
1401
|
+
end
|
1402
|
+
|
1403
|
+
class UpdateDatasetResponse
|
1404
|
+
attr_accessor dataset_arn: ::String
|
1405
|
+
SENSITIVE: []
|
1406
|
+
end
|
1407
|
+
|
1408
|
+
class UpdateMetricAttributionRequest
|
1409
|
+
attr_accessor add_metrics: ::Array[Types::MetricAttribute]
|
1410
|
+
attr_accessor remove_metrics: ::Array[::String]
|
1411
|
+
attr_accessor metrics_output_config: Types::MetricAttributionOutput
|
1412
|
+
attr_accessor metric_attribution_arn: ::String
|
1413
|
+
SENSITIVE: []
|
1414
|
+
end
|
1415
|
+
|
1416
|
+
class UpdateMetricAttributionResponse
|
1417
|
+
attr_accessor metric_attribution_arn: ::String
|
1418
|
+
SENSITIVE: []
|
1419
|
+
end
|
1420
|
+
|
1421
|
+
class UpdateRecommenderRequest
|
1422
|
+
attr_accessor recommender_arn: ::String
|
1423
|
+
attr_accessor recommender_config: Types::RecommenderConfig
|
1424
|
+
SENSITIVE: []
|
1425
|
+
end
|
1426
|
+
|
1427
|
+
class UpdateRecommenderResponse
|
1428
|
+
attr_accessor recommender_arn: ::String
|
1429
|
+
SENSITIVE: []
|
1430
|
+
end
|
1431
|
+
end
|
1432
|
+
end
|