aws-sdk-personalize 1.45.0 → 1.46.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -101,14 +101,6 @@ module Aws::Personalize
101
101
  #
102
102
  # [1]: https://docs.aws.amazon.com/personalize/latest/dg/API_CreateSolution.html
103
103
  #
104
- # @note When making an API call, you may pass AutoMLConfig
105
- # data as a hash:
106
- #
107
- # {
108
- # metric_name: "MetricName",
109
- # recipe_list: ["Arn"],
110
- # }
111
- #
112
104
  # @!attribute [rw] metric_name
113
105
  # The metric to optimize.
114
106
  # @return [String]
@@ -238,15 +230,6 @@ module Aws::Personalize
238
230
 
239
231
  # The configuration details of a batch inference job.
240
232
  #
241
- # @note When making an API call, you may pass BatchInferenceJobConfig
242
- # data as a hash:
243
- #
244
- # {
245
- # item_exploration_config: {
246
- # "ParameterName" => "ParameterValue",
247
- # },
248
- # }
249
- #
250
233
  # @!attribute [rw] item_exploration_config
251
234
  # A string to string map specifying the exploration configuration
252
235
  # hyperparameters, including `explorationWeight` and
@@ -269,16 +252,6 @@ module Aws::Personalize
269
252
 
270
253
  # The input configuration of a batch inference job.
271
254
  #
272
- # @note When making an API call, you may pass BatchInferenceJobInput
273
- # data as a hash:
274
- #
275
- # {
276
- # s3_data_source: { # required
277
- # path: "S3Location", # required
278
- # kms_key_arn: "KmsKeyArn",
279
- # },
280
- # }
281
- #
282
255
  # @!attribute [rw] s3_data_source
283
256
  # The URI of the Amazon S3 location that contains your input data. The
284
257
  # Amazon S3 bucket must be in the same region as the API endpoint you
@@ -295,16 +268,6 @@ module Aws::Personalize
295
268
 
296
269
  # The output configuration parameters of a batch inference job.
297
270
  #
298
- # @note When making an API call, you may pass BatchInferenceJobOutput
299
- # data as a hash:
300
- #
301
- # {
302
- # s3_data_destination: { # required
303
- # path: "S3Location", # required
304
- # kms_key_arn: "KmsKeyArn",
305
- # },
306
- # }
307
- #
308
271
  # @!attribute [rw] s3_data_destination
309
272
  # Information on the Amazon S3 bucket in which the batch inference
310
273
  # job's output is stored.
@@ -463,16 +426,6 @@ module Aws::Personalize
463
426
 
464
427
  # The input configuration of a batch segment job.
465
428
  #
466
- # @note When making an API call, you may pass BatchSegmentJobInput
467
- # data as a hash:
468
- #
469
- # {
470
- # s3_data_source: { # required
471
- # path: "S3Location", # required
472
- # kms_key_arn: "KmsKeyArn",
473
- # },
474
- # }
475
- #
476
429
  # @!attribute [rw] s3_data_source
477
430
  # The configuration details of an Amazon S3 input or output bucket.
478
431
  # @return [Types::S3DataConfig]
@@ -487,16 +440,6 @@ module Aws::Personalize
487
440
 
488
441
  # The output configuration parameters of a batch segment job.
489
442
  #
490
- # @note When making an API call, you may pass BatchSegmentJobOutput
491
- # data as a hash:
492
- #
493
- # {
494
- # s3_data_destination: { # required
495
- # path: "S3Location", # required
496
- # kms_key_arn: "KmsKeyArn",
497
- # },
498
- # }
499
- #
500
443
  # @!attribute [rw] s3_data_destination
501
444
  # The configuration details of an Amazon S3 input or output bucket.
502
445
  # @return [Types::S3DataConfig]
@@ -651,15 +594,6 @@ module Aws::Personalize
651
594
 
652
595
  # The configuration details of a campaign.
653
596
  #
654
- # @note When making an API call, you may pass CampaignConfig
655
- # data as a hash:
656
- #
657
- # {
658
- # item_exploration_config: {
659
- # "ParameterName" => "ParameterValue",
660
- # },
661
- # }
662
- #
663
597
  # @!attribute [rw] item_exploration_config
664
598
  # Specifies the exploration configuration hyperparameters, including
665
599
  # `explorationWeight` and `explorationItemAgeCutOff`, you want to use
@@ -792,14 +726,6 @@ module Aws::Personalize
792
726
 
793
727
  # Provides the name and range of a categorical hyperparameter.
794
728
  #
795
- # @note When making an API call, you may pass CategoricalHyperParameterRange
796
- # data as a hash:
797
- #
798
- # {
799
- # name: "ParameterName",
800
- # values: ["CategoricalValue"],
801
- # }
802
- #
803
729
  # @!attribute [rw] name
804
730
  # The name of the hyperparameter.
805
731
  # @return [String]
@@ -819,15 +745,6 @@ module Aws::Personalize
819
745
 
820
746
  # Provides the name and range of a continuous hyperparameter.
821
747
  #
822
- # @note When making an API call, you may pass ContinuousHyperParameterRange
823
- # data as a hash:
824
- #
825
- # {
826
- # name: "ParameterName",
827
- # min_value: 1.0,
828
- # max_value: 1.0,
829
- # }
830
- #
831
748
  # @!attribute [rw] name
832
749
  # The name of the hyperparameter.
833
750
  # @return [String]
@@ -850,40 +767,6 @@ module Aws::Personalize
850
767
  include Aws::Structure
851
768
  end
852
769
 
853
- # @note When making an API call, you may pass CreateBatchInferenceJobRequest
854
- # data as a hash:
855
- #
856
- # {
857
- # job_name: "Name", # required
858
- # solution_version_arn: "Arn", # required
859
- # filter_arn: "Arn",
860
- # num_results: 1,
861
- # job_input: { # required
862
- # s3_data_source: { # required
863
- # path: "S3Location", # required
864
- # kms_key_arn: "KmsKeyArn",
865
- # },
866
- # },
867
- # job_output: { # required
868
- # s3_data_destination: { # required
869
- # path: "S3Location", # required
870
- # kms_key_arn: "KmsKeyArn",
871
- # },
872
- # },
873
- # role_arn: "RoleArn", # required
874
- # batch_inference_job_config: {
875
- # item_exploration_config: {
876
- # "ParameterName" => "ParameterValue",
877
- # },
878
- # },
879
- # tags: [
880
- # {
881
- # tag_key: "TagKey", # required
882
- # tag_value: "TagValue", # required
883
- # },
884
- # ],
885
- # }
886
- #
887
770
  # @!attribute [rw] job_name
888
771
  # The name of the batch inference job to create.
889
772
  # @return [String]
@@ -963,35 +846,6 @@ module Aws::Personalize
963
846
  include Aws::Structure
964
847
  end
965
848
 
966
- # @note When making an API call, you may pass CreateBatchSegmentJobRequest
967
- # data as a hash:
968
- #
969
- # {
970
- # job_name: "Name", # required
971
- # solution_version_arn: "Arn", # required
972
- # filter_arn: "Arn",
973
- # num_results: 1,
974
- # job_input: { # required
975
- # s3_data_source: { # required
976
- # path: "S3Location", # required
977
- # kms_key_arn: "KmsKeyArn",
978
- # },
979
- # },
980
- # job_output: { # required
981
- # s3_data_destination: { # required
982
- # path: "S3Location", # required
983
- # kms_key_arn: "KmsKeyArn",
984
- # },
985
- # },
986
- # role_arn: "RoleArn", # required
987
- # tags: [
988
- # {
989
- # tag_key: "TagKey", # required
990
- # tag_value: "TagValue", # required
991
- # },
992
- # ],
993
- # }
994
- #
995
849
  # @!attribute [rw] job_name
996
850
  # The name of the batch segment job to create.
997
851
  # @return [String]
@@ -1067,26 +921,6 @@ module Aws::Personalize
1067
921
  include Aws::Structure
1068
922
  end
1069
923
 
1070
- # @note When making an API call, you may pass CreateCampaignRequest
1071
- # data as a hash:
1072
- #
1073
- # {
1074
- # name: "Name", # required
1075
- # solution_version_arn: "Arn", # required
1076
- # min_provisioned_tps: 1,
1077
- # campaign_config: {
1078
- # item_exploration_config: {
1079
- # "ParameterName" => "ParameterValue",
1080
- # },
1081
- # },
1082
- # tags: [
1083
- # {
1084
- # tag_key: "TagKey", # required
1085
- # tag_value: "TagValue", # required
1086
- # },
1087
- # ],
1088
- # }
1089
- #
1090
924
  # @!attribute [rw] name
1091
925
  # A name for the new campaign. The campaign name must be unique within
1092
926
  # your account.
@@ -1137,28 +971,6 @@ module Aws::Personalize
1137
971
  include Aws::Structure
1138
972
  end
1139
973
 
1140
- # @note When making an API call, you may pass CreateDatasetExportJobRequest
1141
- # data as a hash:
1142
- #
1143
- # {
1144
- # job_name: "Name", # required
1145
- # dataset_arn: "Arn", # required
1146
- # ingestion_mode: "BULK", # accepts BULK, PUT, ALL
1147
- # role_arn: "RoleArn", # required
1148
- # job_output: { # required
1149
- # s3_data_destination: { # required
1150
- # path: "S3Location", # required
1151
- # kms_key_arn: "KmsKeyArn",
1152
- # },
1153
- # },
1154
- # tags: [
1155
- # {
1156
- # tag_key: "TagKey", # required
1157
- # tag_value: "TagValue", # required
1158
- # },
1159
- # ],
1160
- # }
1161
- #
1162
974
  # @!attribute [rw] job_name
1163
975
  # The name for the dataset export job.
1164
976
  # @return [String]
@@ -1218,22 +1030,6 @@ module Aws::Personalize
1218
1030
  include Aws::Structure
1219
1031
  end
1220
1032
 
1221
- # @note When making an API call, you may pass CreateDatasetGroupRequest
1222
- # data as a hash:
1223
- #
1224
- # {
1225
- # name: "Name", # required
1226
- # role_arn: "RoleArn",
1227
- # kms_key_arn: "KmsKeyArn",
1228
- # domain: "ECOMMERCE", # accepts ECOMMERCE, VIDEO_ON_DEMAND
1229
- # tags: [
1230
- # {
1231
- # tag_key: "TagKey", # required
1232
- # tag_value: "TagValue", # required
1233
- # },
1234
- # ],
1235
- # }
1236
- #
1237
1033
  # @!attribute [rw] name
1238
1034
  # The name for the new dataset group.
1239
1035
  # @return [String]
@@ -1294,26 +1090,6 @@ module Aws::Personalize
1294
1090
  include Aws::Structure
1295
1091
  end
1296
1092
 
1297
- # @note When making an API call, you may pass CreateDatasetImportJobRequest
1298
- # data as a hash:
1299
- #
1300
- # {
1301
- # job_name: "Name", # required
1302
- # dataset_arn: "Arn", # required
1303
- # data_source: { # required
1304
- # data_location: "S3Location",
1305
- # },
1306
- # role_arn: "RoleArn", # required
1307
- # tags: [
1308
- # {
1309
- # tag_key: "TagKey", # required
1310
- # tag_value: "TagValue", # required
1311
- # },
1312
- # ],
1313
- # import_mode: "FULL", # accepts FULL, INCREMENTAL
1314
- # publish_attribution_metrics_to_s3: false,
1315
- # }
1316
- #
1317
1093
  # @!attribute [rw] job_name
1318
1094
  # The name for the dataset import job.
1319
1095
  # @return [String]
@@ -1383,22 +1159,6 @@ module Aws::Personalize
1383
1159
  include Aws::Structure
1384
1160
  end
1385
1161
 
1386
- # @note When making an API call, you may pass CreateDatasetRequest
1387
- # data as a hash:
1388
- #
1389
- # {
1390
- # name: "Name", # required
1391
- # schema_arn: "Arn", # required
1392
- # dataset_group_arn: "Arn", # required
1393
- # dataset_type: "DatasetType", # required
1394
- # tags: [
1395
- # {
1396
- # tag_key: "TagKey", # required
1397
- # tag_value: "TagValue", # required
1398
- # },
1399
- # ],
1400
- # }
1401
- #
1402
1162
  # @!attribute [rw] name
1403
1163
  # The name for the dataset.
1404
1164
  # @return [String]
@@ -1457,20 +1217,6 @@ module Aws::Personalize
1457
1217
  include Aws::Structure
1458
1218
  end
1459
1219
 
1460
- # @note When making an API call, you may pass CreateEventTrackerRequest
1461
- # data as a hash:
1462
- #
1463
- # {
1464
- # name: "Name", # required
1465
- # dataset_group_arn: "Arn", # required
1466
- # tags: [
1467
- # {
1468
- # tag_key: "TagKey", # required
1469
- # tag_value: "TagValue", # required
1470
- # },
1471
- # ],
1472
- # }
1473
- #
1474
1220
  # @!attribute [rw] name
1475
1221
  # The name for the event tracker.
1476
1222
  # @return [String]
@@ -1520,21 +1266,6 @@ module Aws::Personalize
1520
1266
  include Aws::Structure
1521
1267
  end
1522
1268
 
1523
- # @note When making an API call, you may pass CreateFilterRequest
1524
- # data as a hash:
1525
- #
1526
- # {
1527
- # name: "Name", # required
1528
- # dataset_group_arn: "Arn", # required
1529
- # filter_expression: "FilterExpression", # required
1530
- # tags: [
1531
- # {
1532
- # tag_key: "TagKey", # required
1533
- # tag_value: "TagValue", # required
1534
- # },
1535
- # ],
1536
- # }
1537
- #
1538
1269
  # @!attribute [rw] name
1539
1270
  # The name of the filter to create.
1540
1271
  # @return [String]
@@ -1585,28 +1316,6 @@ module Aws::Personalize
1585
1316
  include Aws::Structure
1586
1317
  end
1587
1318
 
1588
- # @note When making an API call, you may pass CreateMetricAttributionRequest
1589
- # data as a hash:
1590
- #
1591
- # {
1592
- # name: "Name", # required
1593
- # dataset_group_arn: "Arn", # required
1594
- # metrics: [ # required
1595
- # {
1596
- # event_type: "EventType", # required
1597
- # metric_name: "MetricName", # required
1598
- # expression: "MetricExpression", # required
1599
- # },
1600
- # ],
1601
- # metrics_output_config: { # required
1602
- # s3_data_destination: {
1603
- # path: "S3Location", # required
1604
- # kms_key_arn: "KmsKeyArn",
1605
- # },
1606
- # role_arn: "RoleArn", # required
1607
- # },
1608
- # }
1609
- #
1610
1319
  # @!attribute [rw] name
1611
1320
  # A name for the metric attribution.
1612
1321
  # @return [String]
@@ -1651,27 +1360,6 @@ module Aws::Personalize
1651
1360
  include Aws::Structure
1652
1361
  end
1653
1362
 
1654
- # @note When making an API call, you may pass CreateRecommenderRequest
1655
- # data as a hash:
1656
- #
1657
- # {
1658
- # name: "Name", # required
1659
- # dataset_group_arn: "Arn", # required
1660
- # recipe_arn: "Arn", # required
1661
- # recommender_config: {
1662
- # item_exploration_config: {
1663
- # "ParameterName" => "ParameterValue",
1664
- # },
1665
- # min_recommendation_requests_per_second: 1,
1666
- # },
1667
- # tags: [
1668
- # {
1669
- # tag_key: "TagKey", # required
1670
- # tag_value: "TagValue", # required
1671
- # },
1672
- # ],
1673
- # }
1674
- #
1675
1363
  # @!attribute [rw] name
1676
1364
  # The name of the recommender.
1677
1365
  # @return [String]
@@ -1729,15 +1417,6 @@ module Aws::Personalize
1729
1417
  include Aws::Structure
1730
1418
  end
1731
1419
 
1732
- # @note When making an API call, you may pass CreateSchemaRequest
1733
- # data as a hash:
1734
- #
1735
- # {
1736
- # name: "Name", # required
1737
- # schema: "AvroSchema", # required
1738
- # domain: "ECOMMERCE", # accepts ECOMMERCE, VIDEO_ON_DEMAND
1739
- # }
1740
- #
1741
1420
  # @!attribute [rw] name
1742
1421
  # The name for the schema.
1743
1422
  # @return [String]
@@ -1774,74 +1453,6 @@ module Aws::Personalize
1774
1453
  include Aws::Structure
1775
1454
  end
1776
1455
 
1777
- # @note When making an API call, you may pass CreateSolutionRequest
1778
- # data as a hash:
1779
- #
1780
- # {
1781
- # name: "Name", # required
1782
- # perform_hpo: false,
1783
- # perform_auto_ml: false,
1784
- # recipe_arn: "Arn",
1785
- # dataset_group_arn: "Arn", # required
1786
- # event_type: "EventType",
1787
- # solution_config: {
1788
- # event_value_threshold: "EventValueThreshold",
1789
- # hpo_config: {
1790
- # hpo_objective: {
1791
- # type: "HPOObjectiveType",
1792
- # metric_name: "MetricName",
1793
- # metric_regex: "MetricRegex",
1794
- # },
1795
- # hpo_resource_config: {
1796
- # max_number_of_training_jobs: "HPOResource",
1797
- # max_parallel_training_jobs: "HPOResource",
1798
- # },
1799
- # algorithm_hyper_parameter_ranges: {
1800
- # integer_hyper_parameter_ranges: [
1801
- # {
1802
- # name: "ParameterName",
1803
- # min_value: 1,
1804
- # max_value: 1,
1805
- # },
1806
- # ],
1807
- # continuous_hyper_parameter_ranges: [
1808
- # {
1809
- # name: "ParameterName",
1810
- # min_value: 1.0,
1811
- # max_value: 1.0,
1812
- # },
1813
- # ],
1814
- # categorical_hyper_parameter_ranges: [
1815
- # {
1816
- # name: "ParameterName",
1817
- # values: ["CategoricalValue"],
1818
- # },
1819
- # ],
1820
- # },
1821
- # },
1822
- # algorithm_hyper_parameters: {
1823
- # "ParameterName" => "ParameterValue",
1824
- # },
1825
- # feature_transformation_parameters: {
1826
- # "ParameterName" => "ParameterValue",
1827
- # },
1828
- # auto_ml_config: {
1829
- # metric_name: "MetricName",
1830
- # recipe_list: ["Arn"],
1831
- # },
1832
- # optimization_objective: {
1833
- # item_attribute: "ItemAttribute",
1834
- # objective_sensitivity: "LOW", # accepts LOW, MEDIUM, HIGH, OFF
1835
- # },
1836
- # },
1837
- # tags: [
1838
- # {
1839
- # tag_key: "TagKey", # required
1840
- # tag_value: "TagValue", # required
1841
- # },
1842
- # ],
1843
- # }
1844
- #
1845
1456
  # @!attribute [rw] name
1846
1457
  # The name for the solution.
1847
1458
  # @return [String]
@@ -1931,21 +1542,6 @@ module Aws::Personalize
1931
1542
  include Aws::Structure
1932
1543
  end
1933
1544
 
1934
- # @note When making an API call, you may pass CreateSolutionVersionRequest
1935
- # data as a hash:
1936
- #
1937
- # {
1938
- # name: "Name",
1939
- # solution_arn: "Arn", # required
1940
- # training_mode: "FULL", # accepts FULL, UPDATE
1941
- # tags: [
1942
- # {
1943
- # tag_key: "TagKey", # required
1944
- # tag_value: "TagValue", # required
1945
- # },
1946
- # ],
1947
- # }
1948
- #
1949
1545
  # @!attribute [rw] name
1950
1546
  # The name of the solution version.
1951
1547
  # @return [String]
@@ -2009,13 +1605,6 @@ module Aws::Personalize
2009
1605
  # Describes the data source that contains the data to upload to a
2010
1606
  # dataset.
2011
1607
  #
2012
- # @note When making an API call, you may pass DataSource
2013
- # data as a hash:
2014
- #
2015
- # {
2016
- # data_location: "S3Location",
2017
- # }
2018
- #
2019
1608
  # @!attribute [rw] data_location
2020
1609
  # The path to the Amazon S3 bucket where the data that you want to
2021
1610
  # upload to your dataset is stored. For example:
@@ -2183,16 +1772,6 @@ module Aws::Personalize
2183
1772
 
2184
1773
  # The output configuration parameters of a dataset export job.
2185
1774
  #
2186
- # @note When making an API call, you may pass DatasetExportJobOutput
2187
- # data as a hash:
2188
- #
2189
- # {
2190
- # s3_data_destination: { # required
2191
- # path: "S3Location", # required
2192
- # kms_key_arn: "KmsKeyArn",
2193
- # },
2194
- # }
2195
- #
2196
1775
  # @!attribute [rw] s3_data_destination
2197
1776
  # The configuration details of an Amazon S3 input or output bucket.
2198
1777
  # @return [Types::S3DataConfig]
@@ -2803,13 +2382,6 @@ module Aws::Personalize
2803
2382
  include Aws::Structure
2804
2383
  end
2805
2384
 
2806
- # @note When making an API call, you may pass DeleteCampaignRequest
2807
- # data as a hash:
2808
- #
2809
- # {
2810
- # campaign_arn: "Arn", # required
2811
- # }
2812
- #
2813
2385
  # @!attribute [rw] campaign_arn
2814
2386
  # The Amazon Resource Name (ARN) of the campaign to delete.
2815
2387
  # @return [String]
@@ -2822,13 +2394,6 @@ module Aws::Personalize
2822
2394
  include Aws::Structure
2823
2395
  end
2824
2396
 
2825
- # @note When making an API call, you may pass DeleteDatasetGroupRequest
2826
- # data as a hash:
2827
- #
2828
- # {
2829
- # dataset_group_arn: "Arn", # required
2830
- # }
2831
- #
2832
2397
  # @!attribute [rw] dataset_group_arn
2833
2398
  # The ARN of the dataset group to delete.
2834
2399
  # @return [String]
@@ -2841,13 +2406,6 @@ module Aws::Personalize
2841
2406
  include Aws::Structure
2842
2407
  end
2843
2408
 
2844
- # @note When making an API call, you may pass DeleteDatasetRequest
2845
- # data as a hash:
2846
- #
2847
- # {
2848
- # dataset_arn: "Arn", # required
2849
- # }
2850
- #
2851
2409
  # @!attribute [rw] dataset_arn
2852
2410
  # The Amazon Resource Name (ARN) of the dataset to delete.
2853
2411
  # @return [String]
@@ -2860,13 +2418,6 @@ module Aws::Personalize
2860
2418
  include Aws::Structure
2861
2419
  end
2862
2420
 
2863
- # @note When making an API call, you may pass DeleteEventTrackerRequest
2864
- # data as a hash:
2865
- #
2866
- # {
2867
- # event_tracker_arn: "Arn", # required
2868
- # }
2869
- #
2870
2421
  # @!attribute [rw] event_tracker_arn
2871
2422
  # The Amazon Resource Name (ARN) of the event tracker to delete.
2872
2423
  # @return [String]
@@ -2879,13 +2430,6 @@ module Aws::Personalize
2879
2430
  include Aws::Structure
2880
2431
  end
2881
2432
 
2882
- # @note When making an API call, you may pass DeleteFilterRequest
2883
- # data as a hash:
2884
- #
2885
- # {
2886
- # filter_arn: "Arn", # required
2887
- # }
2888
- #
2889
2433
  # @!attribute [rw] filter_arn
2890
2434
  # The ARN of the filter to delete.
2891
2435
  # @return [String]
@@ -2898,13 +2442,6 @@ module Aws::Personalize
2898
2442
  include Aws::Structure
2899
2443
  end
2900
2444
 
2901
- # @note When making an API call, you may pass DeleteMetricAttributionRequest
2902
- # data as a hash:
2903
- #
2904
- # {
2905
- # metric_attribution_arn: "Arn", # required
2906
- # }
2907
- #
2908
2445
  # @!attribute [rw] metric_attribution_arn
2909
2446
  # The metric attribution's Amazon Resource Name (ARN).
2910
2447
  # @return [String]
@@ -2917,13 +2454,6 @@ module Aws::Personalize
2917
2454
  include Aws::Structure
2918
2455
  end
2919
2456
 
2920
- # @note When making an API call, you may pass DeleteRecommenderRequest
2921
- # data as a hash:
2922
- #
2923
- # {
2924
- # recommender_arn: "Arn", # required
2925
- # }
2926
- #
2927
2457
  # @!attribute [rw] recommender_arn
2928
2458
  # The Amazon Resource Name (ARN) of the recommender to delete.
2929
2459
  # @return [String]
@@ -2936,13 +2466,6 @@ module Aws::Personalize
2936
2466
  include Aws::Structure
2937
2467
  end
2938
2468
 
2939
- # @note When making an API call, you may pass DeleteSchemaRequest
2940
- # data as a hash:
2941
- #
2942
- # {
2943
- # schema_arn: "Arn", # required
2944
- # }
2945
- #
2946
2469
  # @!attribute [rw] schema_arn
2947
2470
  # The Amazon Resource Name (ARN) of the schema to delete.
2948
2471
  # @return [String]
@@ -2955,13 +2478,6 @@ module Aws::Personalize
2955
2478
  include Aws::Structure
2956
2479
  end
2957
2480
 
2958
- # @note When making an API call, you may pass DeleteSolutionRequest
2959
- # data as a hash:
2960
- #
2961
- # {
2962
- # solution_arn: "Arn", # required
2963
- # }
2964
- #
2965
2481
  # @!attribute [rw] solution_arn
2966
2482
  # The ARN of the solution to delete.
2967
2483
  # @return [String]
@@ -2974,13 +2490,6 @@ module Aws::Personalize
2974
2490
  include Aws::Structure
2975
2491
  end
2976
2492
 
2977
- # @note When making an API call, you may pass DescribeAlgorithmRequest
2978
- # data as a hash:
2979
- #
2980
- # {
2981
- # algorithm_arn: "Arn", # required
2982
- # }
2983
- #
2984
2493
  # @!attribute [rw] algorithm_arn
2985
2494
  # The Amazon Resource Name (ARN) of the algorithm to describe.
2986
2495
  # @return [String]
@@ -3005,13 +2514,6 @@ module Aws::Personalize
3005
2514
  include Aws::Structure
3006
2515
  end
3007
2516
 
3008
- # @note When making an API call, you may pass DescribeBatchInferenceJobRequest
3009
- # data as a hash:
3010
- #
3011
- # {
3012
- # batch_inference_job_arn: "Arn", # required
3013
- # }
3014
- #
3015
2517
  # @!attribute [rw] batch_inference_job_arn
3016
2518
  # The ARN of the batch inference job to describe.
3017
2519
  # @return [String]
@@ -3036,13 +2538,6 @@ module Aws::Personalize
3036
2538
  include Aws::Structure
3037
2539
  end
3038
2540
 
3039
- # @note When making an API call, you may pass DescribeBatchSegmentJobRequest
3040
- # data as a hash:
3041
- #
3042
- # {
3043
- # batch_segment_job_arn: "Arn", # required
3044
- # }
3045
- #
3046
2541
  # @!attribute [rw] batch_segment_job_arn
3047
2542
  # The ARN of the batch segment job to describe.
3048
2543
  # @return [String]
@@ -3067,13 +2562,6 @@ module Aws::Personalize
3067
2562
  include Aws::Structure
3068
2563
  end
3069
2564
 
3070
- # @note When making an API call, you may pass DescribeCampaignRequest
3071
- # data as a hash:
3072
- #
3073
- # {
3074
- # campaign_arn: "Arn", # required
3075
- # }
3076
- #
3077
2565
  # @!attribute [rw] campaign_arn
3078
2566
  # The Amazon Resource Name (ARN) of the campaign.
3079
2567
  # @return [String]
@@ -3098,13 +2586,6 @@ module Aws::Personalize
3098
2586
  include Aws::Structure
3099
2587
  end
3100
2588
 
3101
- # @note When making an API call, you may pass DescribeDatasetExportJobRequest
3102
- # data as a hash:
3103
- #
3104
- # {
3105
- # dataset_export_job_arn: "Arn", # required
3106
- # }
3107
- #
3108
2589
  # @!attribute [rw] dataset_export_job_arn
3109
2590
  # The Amazon Resource Name (ARN) of the dataset export job to
3110
2591
  # describe.
@@ -3140,13 +2621,6 @@ module Aws::Personalize
3140
2621
  include Aws::Structure
3141
2622
  end
3142
2623
 
3143
- # @note When making an API call, you may pass DescribeDatasetGroupRequest
3144
- # data as a hash:
3145
- #
3146
- # {
3147
- # dataset_group_arn: "Arn", # required
3148
- # }
3149
- #
3150
2624
  # @!attribute [rw] dataset_group_arn
3151
2625
  # The Amazon Resource Name (ARN) of the dataset group to describe.
3152
2626
  # @return [String]
@@ -3171,13 +2645,6 @@ module Aws::Personalize
3171
2645
  include Aws::Structure
3172
2646
  end
3173
2647
 
3174
- # @note When making an API call, you may pass DescribeDatasetImportJobRequest
3175
- # data as a hash:
3176
- #
3177
- # {
3178
- # dataset_import_job_arn: "Arn", # required
3179
- # }
3180
- #
3181
2648
  # @!attribute [rw] dataset_import_job_arn
3182
2649
  # The Amazon Resource Name (ARN) of the dataset import job to
3183
2650
  # describe.
@@ -3213,13 +2680,6 @@ module Aws::Personalize
3213
2680
  include Aws::Structure
3214
2681
  end
3215
2682
 
3216
- # @note When making an API call, you may pass DescribeDatasetRequest
3217
- # data as a hash:
3218
- #
3219
- # {
3220
- # dataset_arn: "Arn", # required
3221
- # }
3222
- #
3223
2683
  # @!attribute [rw] dataset_arn
3224
2684
  # The Amazon Resource Name (ARN) of the dataset to describe.
3225
2685
  # @return [String]
@@ -3244,13 +2704,6 @@ module Aws::Personalize
3244
2704
  include Aws::Structure
3245
2705
  end
3246
2706
 
3247
- # @note When making an API call, you may pass DescribeEventTrackerRequest
3248
- # data as a hash:
3249
- #
3250
- # {
3251
- # event_tracker_arn: "Arn", # required
3252
- # }
3253
- #
3254
2707
  # @!attribute [rw] event_tracker_arn
3255
2708
  # The Amazon Resource Name (ARN) of the event tracker to describe.
3256
2709
  # @return [String]
@@ -3275,13 +2728,6 @@ module Aws::Personalize
3275
2728
  include Aws::Structure
3276
2729
  end
3277
2730
 
3278
- # @note When making an API call, you may pass DescribeFeatureTransformationRequest
3279
- # data as a hash:
3280
- #
3281
- # {
3282
- # feature_transformation_arn: "Arn", # required
3283
- # }
3284
- #
3285
2731
  # @!attribute [rw] feature_transformation_arn
3286
2732
  # The Amazon Resource Name (ARN) of the feature transformation to
3287
2733
  # describe.
@@ -3307,13 +2753,6 @@ module Aws::Personalize
3307
2753
  include Aws::Structure
3308
2754
  end
3309
2755
 
3310
- # @note When making an API call, you may pass DescribeFilterRequest
3311
- # data as a hash:
3312
- #
3313
- # {
3314
- # filter_arn: "Arn", # required
3315
- # }
3316
- #
3317
2756
  # @!attribute [rw] filter_arn
3318
2757
  # The ARN of the filter to describe.
3319
2758
  # @return [String]
@@ -3338,13 +2777,6 @@ module Aws::Personalize
3338
2777
  include Aws::Structure
3339
2778
  end
3340
2779
 
3341
- # @note When making an API call, you may pass DescribeMetricAttributionRequest
3342
- # data as a hash:
3343
- #
3344
- # {
3345
- # metric_attribution_arn: "Arn", # required
3346
- # }
3347
- #
3348
2780
  # @!attribute [rw] metric_attribution_arn
3349
2781
  # The metric attribution's Amazon Resource Name (ARN).
3350
2782
  # @return [String]
@@ -3369,13 +2801,6 @@ module Aws::Personalize
3369
2801
  include Aws::Structure
3370
2802
  end
3371
2803
 
3372
- # @note When making an API call, you may pass DescribeRecipeRequest
3373
- # data as a hash:
3374
- #
3375
- # {
3376
- # recipe_arn: "Arn", # required
3377
- # }
3378
- #
3379
2804
  # @!attribute [rw] recipe_arn
3380
2805
  # The Amazon Resource Name (ARN) of the recipe to describe.
3381
2806
  # @return [String]
@@ -3400,13 +2825,6 @@ module Aws::Personalize
3400
2825
  include Aws::Structure
3401
2826
  end
3402
2827
 
3403
- # @note When making an API call, you may pass DescribeRecommenderRequest
3404
- # data as a hash:
3405
- #
3406
- # {
3407
- # recommender_arn: "Arn", # required
3408
- # }
3409
- #
3410
2828
  # @!attribute [rw] recommender_arn
3411
2829
  # The Amazon Resource Name (ARN) of the recommender to describe.
3412
2830
  # @return [String]
@@ -3431,13 +2849,6 @@ module Aws::Personalize
3431
2849
  include Aws::Structure
3432
2850
  end
3433
2851
 
3434
- # @note When making an API call, you may pass DescribeSchemaRequest
3435
- # data as a hash:
3436
- #
3437
- # {
3438
- # schema_arn: "Arn", # required
3439
- # }
3440
- #
3441
2852
  # @!attribute [rw] schema_arn
3442
2853
  # The Amazon Resource Name (ARN) of the schema to retrieve.
3443
2854
  # @return [String]
@@ -3462,13 +2873,6 @@ module Aws::Personalize
3462
2873
  include Aws::Structure
3463
2874
  end
3464
2875
 
3465
- # @note When making an API call, you may pass DescribeSolutionRequest
3466
- # data as a hash:
3467
- #
3468
- # {
3469
- # solution_arn: "Arn", # required
3470
- # }
3471
- #
3472
2876
  # @!attribute [rw] solution_arn
3473
2877
  # The Amazon Resource Name (ARN) of the solution to describe.
3474
2878
  # @return [String]
@@ -3493,13 +2897,6 @@ module Aws::Personalize
3493
2897
  include Aws::Structure
3494
2898
  end
3495
2899
 
3496
- # @note When making an API call, you may pass DescribeSolutionVersionRequest
3497
- # data as a hash:
3498
- #
3499
- # {
3500
- # solution_version_arn: "Arn", # required
3501
- # }
3502
- #
3503
2900
  # @!attribute [rw] solution_version_arn
3504
2901
  # The Amazon Resource Name (ARN) of the solution version.
3505
2902
  # @return [String]
@@ -3786,13 +3183,6 @@ module Aws::Personalize
3786
3183
  include Aws::Structure
3787
3184
  end
3788
3185
 
3789
- # @note When making an API call, you may pass GetSolutionMetricsRequest
3790
- # data as a hash:
3791
- #
3792
- # {
3793
- # solution_version_arn: "Arn", # required
3794
- # }
3795
- #
3796
3186
  # @!attribute [rw] solution_version_arn
3797
3187
  # The Amazon Resource Name (ARN) of the solution version for which to
3798
3188
  # get metrics.
@@ -3830,43 +3220,6 @@ module Aws::Personalize
3830
3220
 
3831
3221
  # Describes the properties for hyperparameter optimization (HPO).
3832
3222
  #
3833
- # @note When making an API call, you may pass HPOConfig
3834
- # data as a hash:
3835
- #
3836
- # {
3837
- # hpo_objective: {
3838
- # type: "HPOObjectiveType",
3839
- # metric_name: "MetricName",
3840
- # metric_regex: "MetricRegex",
3841
- # },
3842
- # hpo_resource_config: {
3843
- # max_number_of_training_jobs: "HPOResource",
3844
- # max_parallel_training_jobs: "HPOResource",
3845
- # },
3846
- # algorithm_hyper_parameter_ranges: {
3847
- # integer_hyper_parameter_ranges: [
3848
- # {
3849
- # name: "ParameterName",
3850
- # min_value: 1,
3851
- # max_value: 1,
3852
- # },
3853
- # ],
3854
- # continuous_hyper_parameter_ranges: [
3855
- # {
3856
- # name: "ParameterName",
3857
- # min_value: 1.0,
3858
- # max_value: 1.0,
3859
- # },
3860
- # ],
3861
- # categorical_hyper_parameter_ranges: [
3862
- # {
3863
- # name: "ParameterName",
3864
- # values: ["CategoricalValue"],
3865
- # },
3866
- # ],
3867
- # },
3868
- # }
3869
- #
3870
3223
  # @!attribute [rw] hpo_objective
3871
3224
  # The metric to optimize during HPO.
3872
3225
  #
@@ -3901,15 +3254,6 @@ module Aws::Personalize
3901
3254
  #
3902
3255
  # </note>
3903
3256
  #
3904
- # @note When making an API call, you may pass HPOObjective
3905
- # data as a hash:
3906
- #
3907
- # {
3908
- # type: "HPOObjectiveType",
3909
- # metric_name: "MetricName",
3910
- # metric_regex: "MetricRegex",
3911
- # }
3912
- #
3913
3257
  # @!attribute [rw] type
3914
3258
  # The type of the metric. Valid values are `Maximize` and `Minimize`.
3915
3259
  # @return [String]
@@ -3936,14 +3280,6 @@ module Aws::Personalize
3936
3280
  # Describes the resource configuration for hyperparameter optimization
3937
3281
  # (HPO).
3938
3282
  #
3939
- # @note When making an API call, you may pass HPOResourceConfig
3940
- # data as a hash:
3941
- #
3942
- # {
3943
- # max_number_of_training_jobs: "HPOResource",
3944
- # max_parallel_training_jobs: "HPOResource",
3945
- # }
3946
- #
3947
3283
  # @!attribute [rw] max_number_of_training_jobs
3948
3284
  # The maximum number of training jobs when you create a solution
3949
3285
  # version. The maximum value for `maxNumberOfTrainingJobs` is `40`.
@@ -3967,32 +3303,6 @@ module Aws::Personalize
3967
3303
  # Specifies the hyperparameters and their ranges. Hyperparameters can be
3968
3304
  # categorical, continuous, or integer-valued.
3969
3305
  #
3970
- # @note When making an API call, you may pass HyperParameterRanges
3971
- # data as a hash:
3972
- #
3973
- # {
3974
- # integer_hyper_parameter_ranges: [
3975
- # {
3976
- # name: "ParameterName",
3977
- # min_value: 1,
3978
- # max_value: 1,
3979
- # },
3980
- # ],
3981
- # continuous_hyper_parameter_ranges: [
3982
- # {
3983
- # name: "ParameterName",
3984
- # min_value: 1.0,
3985
- # max_value: 1.0,
3986
- # },
3987
- # ],
3988
- # categorical_hyper_parameter_ranges: [
3989
- # {
3990
- # name: "ParameterName",
3991
- # values: ["CategoricalValue"],
3992
- # },
3993
- # ],
3994
- # }
3995
- #
3996
3306
  # @!attribute [rw] integer_hyper_parameter_ranges
3997
3307
  # The integer-valued hyperparameters and their ranges.
3998
3308
  # @return [Array<Types::IntegerHyperParameterRange>]
@@ -4017,15 +3327,6 @@ module Aws::Personalize
4017
3327
 
4018
3328
  # Provides the name and range of an integer-valued hyperparameter.
4019
3329
  #
4020
- # @note When making an API call, you may pass IntegerHyperParameterRange
4021
- # data as a hash:
4022
- #
4023
- # {
4024
- # name: "ParameterName",
4025
- # min_value: 1,
4026
- # max_value: 1,
4027
- # }
4028
- #
4029
3330
  # @!attribute [rw] name
4030
3331
  # The name of the hyperparameter.
4031
3332
  # @return [String]
@@ -4087,15 +3388,6 @@ module Aws::Personalize
4087
3388
  include Aws::Structure
4088
3389
  end
4089
3390
 
4090
- # @note When making an API call, you may pass ListBatchInferenceJobsRequest
4091
- # data as a hash:
4092
- #
4093
- # {
4094
- # solution_version_arn: "Arn",
4095
- # next_token: "NextToken",
4096
- # max_results: 1,
4097
- # }
4098
- #
4099
3391
  # @!attribute [rw] solution_version_arn
4100
3392
  # The Amazon Resource Name (ARN) of the solution version from which
4101
3393
  # the batch inference jobs were created.
@@ -4138,15 +3430,6 @@ module Aws::Personalize
4138
3430
  include Aws::Structure
4139
3431
  end
4140
3432
 
4141
- # @note When making an API call, you may pass ListBatchSegmentJobsRequest
4142
- # data as a hash:
4143
- #
4144
- # {
4145
- # solution_version_arn: "Arn",
4146
- # next_token: "NextToken",
4147
- # max_results: 1,
4148
- # }
4149
- #
4150
3433
  # @!attribute [rw] solution_version_arn
4151
3434
  # The Amazon Resource Name (ARN) of the solution version that the
4152
3435
  # batch segment jobs used to generate batch segments.
@@ -4189,15 +3472,6 @@ module Aws::Personalize
4189
3472
  include Aws::Structure
4190
3473
  end
4191
3474
 
4192
- # @note When making an API call, you may pass ListCampaignsRequest
4193
- # data as a hash:
4194
- #
4195
- # {
4196
- # solution_arn: "Arn",
4197
- # next_token: "NextToken",
4198
- # max_results: 1,
4199
- # }
4200
- #
4201
3475
  # @!attribute [rw] solution_arn
4202
3476
  # The Amazon Resource Name (ARN) of the solution to list the campaigns
4203
3477
  # for. When a solution is not specified, all the campaigns associated
@@ -4244,15 +3518,6 @@ module Aws::Personalize
4244
3518
  include Aws::Structure
4245
3519
  end
4246
3520
 
4247
- # @note When making an API call, you may pass ListDatasetExportJobsRequest
4248
- # data as a hash:
4249
- #
4250
- # {
4251
- # dataset_arn: "Arn",
4252
- # next_token: "NextToken",
4253
- # max_results: 1,
4254
- # }
4255
- #
4256
3521
  # @!attribute [rw] dataset_arn
4257
3522
  # The Amazon Resource Name (ARN) of the dataset to list the dataset
4258
3523
  # export jobs for.
@@ -4295,14 +3560,6 @@ module Aws::Personalize
4295
3560
  include Aws::Structure
4296
3561
  end
4297
3562
 
4298
- # @note When making an API call, you may pass ListDatasetGroupsRequest
4299
- # data as a hash:
4300
- #
4301
- # {
4302
- # next_token: "NextToken",
4303
- # max_results: 1,
4304
- # }
4305
- #
4306
3563
  # @!attribute [rw] next_token
4307
3564
  # A token returned from the previous call to `ListDatasetGroups` for
4308
3565
  # getting the next set of dataset groups (if they exist).
@@ -4338,15 +3595,6 @@ module Aws::Personalize
4338
3595
  include Aws::Structure
4339
3596
  end
4340
3597
 
4341
- # @note When making an API call, you may pass ListDatasetImportJobsRequest
4342
- # data as a hash:
4343
- #
4344
- # {
4345
- # dataset_arn: "Arn",
4346
- # next_token: "NextToken",
4347
- # max_results: 1,
4348
- # }
4349
- #
4350
3598
  # @!attribute [rw] dataset_arn
4351
3599
  # The Amazon Resource Name (ARN) of the dataset to list the dataset
4352
3600
  # import jobs for.
@@ -4389,15 +3637,6 @@ module Aws::Personalize
4389
3637
  include Aws::Structure
4390
3638
  end
4391
3639
 
4392
- # @note When making an API call, you may pass ListDatasetsRequest
4393
- # data as a hash:
4394
- #
4395
- # {
4396
- # dataset_group_arn: "Arn",
4397
- # next_token: "NextToken",
4398
- # max_results: 1,
4399
- # }
4400
- #
4401
3640
  # @!attribute [rw] dataset_group_arn
4402
3641
  # The Amazon Resource Name (ARN) of the dataset group that contains
4403
3642
  # the datasets to list.
@@ -4440,15 +3679,6 @@ module Aws::Personalize
4440
3679
  include Aws::Structure
4441
3680
  end
4442
3681
 
4443
- # @note When making an API call, you may pass ListEventTrackersRequest
4444
- # data as a hash:
4445
- #
4446
- # {
4447
- # dataset_group_arn: "Arn",
4448
- # next_token: "NextToken",
4449
- # max_results: 1,
4450
- # }
4451
- #
4452
3682
  # @!attribute [rw] dataset_group_arn
4453
3683
  # The ARN of a dataset group used to filter the response.
4454
3684
  # @return [String]
@@ -4489,15 +3719,6 @@ module Aws::Personalize
4489
3719
  include Aws::Structure
4490
3720
  end
4491
3721
 
4492
- # @note When making an API call, you may pass ListFiltersRequest
4493
- # data as a hash:
4494
- #
4495
- # {
4496
- # dataset_group_arn: "Arn",
4497
- # next_token: "NextToken",
4498
- # max_results: 1,
4499
- # }
4500
- #
4501
3722
  # @!attribute [rw] dataset_group_arn
4502
3723
  # The ARN of the dataset group that contains the filters.
4503
3724
  # @return [String]
@@ -4538,15 +3759,6 @@ module Aws::Personalize
4538
3759
  include Aws::Structure
4539
3760
  end
4540
3761
 
4541
- # @note When making an API call, you may pass ListMetricAttributionMetricsRequest
4542
- # data as a hash:
4543
- #
4544
- # {
4545
- # metric_attribution_arn: "Arn",
4546
- # next_token: "NextToken",
4547
- # max_results: 1,
4548
- # }
4549
- #
4550
3762
  # @!attribute [rw] metric_attribution_arn
4551
3763
  # The Amazon Resource Name (ARN) of the metric attribution to retrieve
4552
3764
  # attributes for.
@@ -4590,15 +3802,6 @@ module Aws::Personalize
4590
3802
  include Aws::Structure
4591
3803
  end
4592
3804
 
4593
- # @note When making an API call, you may pass ListMetricAttributionsRequest
4594
- # data as a hash:
4595
- #
4596
- # {
4597
- # dataset_group_arn: "Arn",
4598
- # next_token: "NextToken",
4599
- # max_results: 1,
4600
- # }
4601
- #
4602
3805
  # @!attribute [rw] dataset_group_arn
4603
3806
  # The metric attributions' dataset group Amazon Resource Name (ARN).
4604
3807
  # @return [String]
@@ -4641,16 +3844,6 @@ module Aws::Personalize
4641
3844
  include Aws::Structure
4642
3845
  end
4643
3846
 
4644
- # @note When making an API call, you may pass ListRecipesRequest
4645
- # data as a hash:
4646
- #
4647
- # {
4648
- # recipe_provider: "SERVICE", # accepts SERVICE
4649
- # next_token: "NextToken",
4650
- # max_results: 1,
4651
- # domain: "ECOMMERCE", # accepts ECOMMERCE, VIDEO_ON_DEMAND
4652
- # }
4653
- #
4654
3847
  # @!attribute [rw] recipe_provider
4655
3848
  # The default is `SERVICE`.
4656
3849
  # @return [String]
@@ -4699,15 +3892,6 @@ module Aws::Personalize
4699
3892
  include Aws::Structure
4700
3893
  end
4701
3894
 
4702
- # @note When making an API call, you may pass ListRecommendersRequest
4703
- # data as a hash:
4704
- #
4705
- # {
4706
- # dataset_group_arn: "Arn",
4707
- # next_token: "NextToken",
4708
- # max_results: 1,
4709
- # }
4710
- #
4711
3895
  # @!attribute [rw] dataset_group_arn
4712
3896
  # The Amazon Resource Name (ARN) of the Domain dataset group to list
4713
3897
  # the recommenders for. When a Domain dataset group is not specified,
@@ -4750,14 +3934,6 @@ module Aws::Personalize
4750
3934
  include Aws::Structure
4751
3935
  end
4752
3936
 
4753
- # @note When making an API call, you may pass ListSchemasRequest
4754
- # data as a hash:
4755
- #
4756
- # {
4757
- # next_token: "NextToken",
4758
- # max_results: 1,
4759
- # }
4760
- #
4761
3937
  # @!attribute [rw] next_token
4762
3938
  # A token returned from the previous call to `ListSchemas` for getting
4763
3939
  # the next set of schemas (if they exist).
@@ -4793,15 +3969,6 @@ module Aws::Personalize
4793
3969
  include Aws::Structure
4794
3970
  end
4795
3971
 
4796
- # @note When making an API call, you may pass ListSolutionVersionsRequest
4797
- # data as a hash:
4798
- #
4799
- # {
4800
- # solution_arn: "Arn",
4801
- # next_token: "NextToken",
4802
- # max_results: 1,
4803
- # }
4804
- #
4805
3972
  # @!attribute [rw] solution_arn
4806
3973
  # The Amazon Resource Name (ARN) of the solution.
4807
3974
  # @return [String]
@@ -4843,15 +4010,6 @@ module Aws::Personalize
4843
4010
  include Aws::Structure
4844
4011
  end
4845
4012
 
4846
- # @note When making an API call, you may pass ListSolutionsRequest
4847
- # data as a hash:
4848
- #
4849
- # {
4850
- # dataset_group_arn: "Arn",
4851
- # next_token: "NextToken",
4852
- # max_results: 1,
4853
- # }
4854
- #
4855
4013
  # @!attribute [rw] dataset_group_arn
4856
4014
  # The Amazon Resource Name (ARN) of the dataset group.
4857
4015
  # @return [String]
@@ -4892,13 +4050,6 @@ module Aws::Personalize
4892
4050
  include Aws::Structure
4893
4051
  end
4894
4052
 
4895
- # @note When making an API call, you may pass ListTagsForResourceRequest
4896
- # data as a hash:
4897
- #
4898
- # {
4899
- # resource_arn: "Arn", # required
4900
- # }
4901
- #
4902
4053
  # @!attribute [rw] resource_arn
4903
4054
  # The resource's Amazon Resource Name.
4904
4055
  # @return [String]
@@ -4930,15 +4081,6 @@ module Aws::Personalize
4930
4081
  #
4931
4082
  # [1]: https://docs.aws.amazon.com/personalize/latest/dg/measuring-recommendation-impact.html
4932
4083
  #
4933
- # @note When making an API call, you may pass MetricAttribute
4934
- # data as a hash:
4935
- #
4936
- # {
4937
- # event_type: "EventType", # required
4938
- # metric_name: "MetricName", # required
4939
- # expression: "MetricExpression", # required
4940
- # }
4941
- #
4942
4084
  # @!attribute [rw] event_type
4943
4085
  # The metric's event type.
4944
4086
  # @return [String]
@@ -5024,17 +4166,6 @@ module Aws::Personalize
5024
4166
 
5025
4167
  # The output configuration details for a metric attribution.
5026
4168
  #
5027
- # @note When making an API call, you may pass MetricAttributionOutput
5028
- # data as a hash:
5029
- #
5030
- # {
5031
- # s3_data_destination: {
5032
- # path: "S3Location", # required
5033
- # kms_key_arn: "KmsKeyArn",
5034
- # },
5035
- # role_arn: "RoleArn", # required
5036
- # }
5037
- #
5038
4169
  # @!attribute [rw] s3_data_destination
5039
4170
  # The configuration details of an Amazon S3 input or output bucket.
5040
4171
  # @return [Types::S3DataConfig]
@@ -5111,14 +4242,6 @@ module Aws::Personalize
5111
4242
  #
5112
4243
  # [1]: https://docs.aws.amazon.com/personalize/latest/dg/optimizing-solution-for-objective.html
5113
4244
  #
5114
- # @note When making an API call, you may pass OptimizationObjective
5115
- # data as a hash:
5116
- #
5117
- # {
5118
- # item_attribute: "ItemAttribute",
5119
- # objective_sensitivity: "LOW", # accepts LOW, MEDIUM, HIGH, OFF
5120
- # }
5121
- #
5122
4245
  # @!attribute [rw] item_attribute
5123
4246
  # The numerical metadata column in an Items dataset related to the
5124
4247
  # optimization objective. For example, VIDEO\_LENGTH (to maximize
@@ -5343,16 +4466,6 @@ module Aws::Personalize
5343
4466
 
5344
4467
  # The configuration details of the recommender.
5345
4468
  #
5346
- # @note When making an API call, you may pass RecommenderConfig
5347
- # data as a hash:
5348
- #
5349
- # {
5350
- # item_exploration_config: {
5351
- # "ParameterName" => "ParameterValue",
5352
- # },
5353
- # min_recommendation_requests_per_second: 1,
5354
- # }
5355
- #
5356
4469
  # @!attribute [rw] item_exploration_config
5357
4470
  # Specifies the exploration configuration hyperparameters, including
5358
4471
  # `explorationWeight` and `explorationItemAgeCutOff`, you want to use
@@ -5529,14 +4642,6 @@ module Aws::Personalize
5529
4642
 
5530
4643
  # The configuration details of an Amazon S3 input or output bucket.
5531
4644
  #
5532
- # @note When making an API call, you may pass S3DataConfig
5533
- # data as a hash:
5534
- #
5535
- # {
5536
- # path: "S3Location", # required
5537
- # kms_key_arn: "KmsKeyArn",
5538
- # }
5539
- #
5540
4645
  # @!attribute [rw] path
5541
4646
  # The file path of the Amazon S3 bucket.
5542
4647
  # @return [String]
@@ -5649,60 +4754,6 @@ module Aws::Personalize
5649
4754
 
5650
4755
  # Describes the configuration properties for the solution.
5651
4756
  #
5652
- # @note When making an API call, you may pass SolutionConfig
5653
- # data as a hash:
5654
- #
5655
- # {
5656
- # event_value_threshold: "EventValueThreshold",
5657
- # hpo_config: {
5658
- # hpo_objective: {
5659
- # type: "HPOObjectiveType",
5660
- # metric_name: "MetricName",
5661
- # metric_regex: "MetricRegex",
5662
- # },
5663
- # hpo_resource_config: {
5664
- # max_number_of_training_jobs: "HPOResource",
5665
- # max_parallel_training_jobs: "HPOResource",
5666
- # },
5667
- # algorithm_hyper_parameter_ranges: {
5668
- # integer_hyper_parameter_ranges: [
5669
- # {
5670
- # name: "ParameterName",
5671
- # min_value: 1,
5672
- # max_value: 1,
5673
- # },
5674
- # ],
5675
- # continuous_hyper_parameter_ranges: [
5676
- # {
5677
- # name: "ParameterName",
5678
- # min_value: 1.0,
5679
- # max_value: 1.0,
5680
- # },
5681
- # ],
5682
- # categorical_hyper_parameter_ranges: [
5683
- # {
5684
- # name: "ParameterName",
5685
- # values: ["CategoricalValue"],
5686
- # },
5687
- # ],
5688
- # },
5689
- # },
5690
- # algorithm_hyper_parameters: {
5691
- # "ParameterName" => "ParameterValue",
5692
- # },
5693
- # feature_transformation_parameters: {
5694
- # "ParameterName" => "ParameterValue",
5695
- # },
5696
- # auto_ml_config: {
5697
- # metric_name: "MetricName",
5698
- # recipe_list: ["Arn"],
5699
- # },
5700
- # optimization_objective: {
5701
- # item_attribute: "ItemAttribute",
5702
- # objective_sensitivity: "LOW", # accepts LOW, MEDIUM, HIGH, OFF
5703
- # },
5704
- # }
5705
- #
5706
4757
  # @!attribute [rw] event_value_threshold
5707
4758
  # Only events with a value greater than or equal to this threshold are
5708
4759
  # used for training a model.
@@ -5984,13 +5035,6 @@ module Aws::Personalize
5984
5035
  include Aws::Structure
5985
5036
  end
5986
5037
 
5987
- # @note When making an API call, you may pass StartRecommenderRequest
5988
- # data as a hash:
5989
- #
5990
- # {
5991
- # recommender_arn: "Arn", # required
5992
- # }
5993
- #
5994
5038
  # @!attribute [rw] recommender_arn
5995
5039
  # The Amazon Resource Name (ARN) of the recommender to start.
5996
5040
  # @return [String]
@@ -6015,13 +5059,6 @@ module Aws::Personalize
6015
5059
  include Aws::Structure
6016
5060
  end
6017
5061
 
6018
- # @note When making an API call, you may pass StopRecommenderRequest
6019
- # data as a hash:
6020
- #
6021
- # {
6022
- # recommender_arn: "Arn", # required
6023
- # }
6024
- #
6025
5062
  # @!attribute [rw] recommender_arn
6026
5063
  # The Amazon Resource Name (ARN) of the recommender to stop.
6027
5064
  # @return [String]
@@ -6046,13 +5083,6 @@ module Aws::Personalize
6046
5083
  include Aws::Structure
6047
5084
  end
6048
5085
 
6049
- # @note When making an API call, you may pass StopSolutionVersionCreationRequest
6050
- # data as a hash:
6051
- #
6052
- # {
6053
- # solution_version_arn: "Arn", # required
6054
- # }
6055
- #
6056
5086
  # @!attribute [rw] solution_version_arn
6057
5087
  # The Amazon Resource Name (ARN) of the solution version you want to
6058
5088
  # stop creating.
@@ -6075,14 +5105,6 @@ module Aws::Personalize
6075
5105
  #
6076
5106
  # [1]: https://docs.aws.amazon.com/personalize/latest/dev/tagging-resources.html
6077
5107
  #
6078
- # @note When making an API call, you may pass Tag
6079
- # data as a hash:
6080
- #
6081
- # {
6082
- # tag_key: "TagKey", # required
6083
- # tag_value: "TagValue", # required
6084
- # }
6085
- #
6086
5108
  # @!attribute [rw] tag_key
6087
5109
  # One part of a key-value pair that makes up a tag. A key is a general
6088
5110
  # label that acts like a category for more specific tag values.
@@ -6102,19 +5124,6 @@ module Aws::Personalize
6102
5124
  include Aws::Structure
6103
5125
  end
6104
5126
 
6105
- # @note When making an API call, you may pass TagResourceRequest
6106
- # data as a hash:
6107
- #
6108
- # {
6109
- # resource_arn: "Arn", # required
6110
- # tags: [ # required
6111
- # {
6112
- # tag_key: "TagKey", # required
6113
- # tag_value: "TagValue", # required
6114
- # },
6115
- # ],
6116
- # }
6117
- #
6118
5127
  # @!attribute [rw] resource_arn
6119
5128
  # The resource's Amazon Resource Name (ARN).
6120
5129
  # @return [String]
@@ -6184,14 +5193,6 @@ module Aws::Personalize
6184
5193
  include Aws::Structure
6185
5194
  end
6186
5195
 
6187
- # @note When making an API call, you may pass UntagResourceRequest
6188
- # data as a hash:
6189
- #
6190
- # {
6191
- # resource_arn: "Arn", # required
6192
- # tag_keys: ["TagKey"], # required
6193
- # }
6194
- #
6195
5196
  # @!attribute [rw] resource_arn
6196
5197
  # The resource's Amazon Resource Name (ARN).
6197
5198
  # @return [String]
@@ -6213,20 +5214,6 @@ module Aws::Personalize
6213
5214
  #
6214
5215
  class UntagResourceResponse < Aws::EmptyStructure; end
6215
5216
 
6216
- # @note When making an API call, you may pass UpdateCampaignRequest
6217
- # data as a hash:
6218
- #
6219
- # {
6220
- # campaign_arn: "Arn", # required
6221
- # solution_version_arn: "Arn",
6222
- # min_provisioned_tps: 1,
6223
- # campaign_config: {
6224
- # item_exploration_config: {
6225
- # "ParameterName" => "ParameterValue",
6226
- # },
6227
- # },
6228
- # }
6229
- #
6230
5217
  # @!attribute [rw] campaign_arn
6231
5218
  # The Amazon Resource Name (ARN) of the campaign.
6232
5219
  # @return [String]
@@ -6267,28 +5254,6 @@ module Aws::Personalize
6267
5254
  include Aws::Structure
6268
5255
  end
6269
5256
 
6270
- # @note When making an API call, you may pass UpdateMetricAttributionRequest
6271
- # data as a hash:
6272
- #
6273
- # {
6274
- # add_metrics: [
6275
- # {
6276
- # event_type: "EventType", # required
6277
- # metric_name: "MetricName", # required
6278
- # expression: "MetricExpression", # required
6279
- # },
6280
- # ],
6281
- # remove_metrics: ["MetricName"],
6282
- # metrics_output_config: {
6283
- # s3_data_destination: {
6284
- # path: "S3Location", # required
6285
- # kms_key_arn: "KmsKeyArn",
6286
- # },
6287
- # role_arn: "RoleArn", # required
6288
- # },
6289
- # metric_attribution_arn: "Arn",
6290
- # }
6291
- #
6292
5257
  # @!attribute [rw] add_metrics
6293
5258
  # Add new metric attributes to the metric attribution.
6294
5259
  # @return [Array<Types::MetricAttribute>]
@@ -6329,19 +5294,6 @@ module Aws::Personalize
6329
5294
  include Aws::Structure
6330
5295
  end
6331
5296
 
6332
- # @note When making an API call, you may pass UpdateRecommenderRequest
6333
- # data as a hash:
6334
- #
6335
- # {
6336
- # recommender_arn: "Arn", # required
6337
- # recommender_config: { # required
6338
- # item_exploration_config: {
6339
- # "ParameterName" => "ParameterValue",
6340
- # },
6341
- # min_recommendation_requests_per_second: 1,
6342
- # },
6343
- # }
6344
- #
6345
5297
  # @!attribute [rw] recommender_arn
6346
5298
  # The Amazon Resource Name (ARN) of the recommender to modify.
6347
5299
  # @return [String]