aws-sdk-personalize 1.20.0 → 1.25.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 8333cc2dfa8b08e53cb45d0af74c9118c86371c9a94e91d4db31148392025396
4
- data.tar.gz: 4b055092fa7edf9652ae2141ba0adc91b2374b4647af288a62d9b03ac5bc6848
3
+ metadata.gz: 29830409ef97cb1b3008a898eea0294db9b39073ebe018b36ad8e456c07375d3
4
+ data.tar.gz: 927ace52a6888361455fded2ae51d77934d5250d6042c385a06c9cc7de167ef3
5
5
  SHA512:
6
- metadata.gz: f445293c7374cbf3a7b76ebfa35eefed35b2855e58bfec982fe3864ee99a3cf4fb4b7ce61515f487b2803cde48f64ce8bc47ef799c441747655007d03f55378f
7
- data.tar.gz: 7f1bb9a106c77285346532d9b9bff5809724d8c78686c2364d8e2a3d96b56365409693b1c979c1e7b2832a4cfa765b12ffa41c528f56ec207a990c51354e5268
6
+ metadata.gz: 3a4a72320a89bd03065ab824d8d9c08ee48b891ba7e0daf112704c584010ef8a7f21cd9cf9c09736590053ee44d73f5ddd3f06c65b1ed53413984d611e966505
7
+ data.tar.gz: a5d36268f5a8a5a168941fa6636cf491bb813315c1b15ac03596033822419f4db7a2019eea6372c159a8b54465fb2523464b2a44f4e8e4905819dffdd1eaee7a
data/CHANGELOG.md ADDED
@@ -0,0 +1,138 @@
1
+ Unreleased Changes
2
+ ------------------
3
+
4
+ 1.25.0 (2021-05-18)
5
+ ------------------
6
+
7
+ * Feature - Amazon Personalize now supports the ability to optimize a solution for a custom objective in addition to maximizing relevance.
8
+
9
+ 1.24.0 (2021-04-30)
10
+ ------------------
11
+
12
+ * Feature - Update URL for dataset export job documentation.
13
+
14
+ 1.23.0 (2021-04-26)
15
+ ------------------
16
+
17
+ * Feature - Added support for exporting data imported into an Amazon Personalize dataset to a specified data source (Amazon S3 bucket).
18
+
19
+ 1.22.0 (2021-03-10)
20
+ ------------------
21
+
22
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
23
+
24
+ 1.21.0 (2021-02-02)
25
+ ------------------
26
+
27
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
28
+
29
+ 1.20.0 (2021-01-13)
30
+ ------------------
31
+
32
+ * Feature - Miscellaneous updates and improvements to the documentation
33
+
34
+ 1.19.0 (2020-09-30)
35
+ ------------------
36
+
37
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
38
+
39
+ 1.18.0 (2020-09-15)
40
+ ------------------
41
+
42
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
43
+
44
+ 1.17.0 (2020-08-25)
45
+ ------------------
46
+
47
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
48
+
49
+ 1.16.0 (2020-08-06)
50
+ ------------------
51
+
52
+ * Feature - Add 'exploration' functionality
53
+
54
+ 1.15.0 (2020-06-23)
55
+ ------------------
56
+
57
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
58
+
59
+ 1.14.1 (2020-06-11)
60
+ ------------------
61
+
62
+ * Issue - Republish previous version with correct dependency on `aws-sdk-core`.
63
+
64
+ 1.14.0 (2020-06-10)
65
+ ------------------
66
+
67
+ * Issue - This version has been yanked. (#2327).
68
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
69
+
70
+ 1.13.0 (2020-06-05)
71
+ ------------------
72
+
73
+ * Feature - Adds ability to create and apply filters.
74
+
75
+ 1.12.0 (2020-05-28)
76
+ ------------------
77
+
78
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
79
+
80
+ 1.11.0 (2020-05-07)
81
+ ------------------
82
+
83
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
84
+
85
+ 1.10.0 (2020-03-18)
86
+ ------------------
87
+
88
+ * Feature - Adds support for returning hyperparameter values of the best performing model in a HPO job.
89
+
90
+ 1.9.0 (2020-03-09)
91
+ ------------------
92
+
93
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
94
+
95
+ 1.8.0 (2019-11-14)
96
+ ------------------
97
+
98
+ * Feature - Adds ability to get batch recommendations by creating a batch inference job.
99
+
100
+ 1.7.0 (2019-10-23)
101
+ ------------------
102
+
103
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
104
+
105
+ 1.6.0 (2019-10-14)
106
+ ------------------
107
+
108
+ * Feature - Adds ability to create a solution version using FULL or UPDATE training mode
109
+
110
+ 1.5.0 (2019-09-17)
111
+ ------------------
112
+
113
+ * Feature - Adds trainingHours to solutionVersion properties.
114
+
115
+ 1.4.0 (2019-07-25)
116
+ ------------------
117
+
118
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
119
+
120
+ 1.3.0 (2019-07-01)
121
+ ------------------
122
+
123
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
124
+
125
+ 1.2.0 (2019-06-17)
126
+ ------------------
127
+
128
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
129
+
130
+ 1.1.0 (2019-06-14)
131
+ ------------------
132
+
133
+ * Feature - Documentation updates for Amazon Personalize.
134
+
135
+ 1.0.0 (2019-06-10)
136
+ ------------------
137
+
138
+ * Feature - Initial release of `aws-sdk-personalize`.
data/LICENSE.txt ADDED
@@ -0,0 +1,202 @@
1
+
2
+ Apache License
3
+ Version 2.0, January 2004
4
+ http://www.apache.org/licenses/
5
+
6
+ TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
7
+
8
+ 1. Definitions.
9
+
10
+ "License" shall mean the terms and conditions for use, reproduction,
11
+ and distribution as defined by Sections 1 through 9 of this document.
12
+
13
+ "Licensor" shall mean the copyright owner or entity authorized by
14
+ the copyright owner that is granting the License.
15
+
16
+ "Legal Entity" shall mean the union of the acting entity and all
17
+ other entities that control, are controlled by, or are under common
18
+ control with that entity. For the purposes of this definition,
19
+ "control" means (i) the power, direct or indirect, to cause the
20
+ direction or management of such entity, whether by contract or
21
+ otherwise, or (ii) ownership of fifty percent (50%) or more of the
22
+ outstanding shares, or (iii) beneficial ownership of such entity.
23
+
24
+ "You" (or "Your") shall mean an individual or Legal Entity
25
+ exercising permissions granted by this License.
26
+
27
+ "Source" form shall mean the preferred form for making modifications,
28
+ including but not limited to software source code, documentation
29
+ source, and configuration files.
30
+
31
+ "Object" form shall mean any form resulting from mechanical
32
+ transformation or translation of a Source form, including but
33
+ not limited to compiled object code, generated documentation,
34
+ and conversions to other media types.
35
+
36
+ "Work" shall mean the work of authorship, whether in Source or
37
+ Object form, made available under the License, as indicated by a
38
+ copyright notice that is included in or attached to the work
39
+ (an example is provided in the Appendix below).
40
+
41
+ "Derivative Works" shall mean any work, whether in Source or Object
42
+ form, that is based on (or derived from) the Work and for which the
43
+ editorial revisions, annotations, elaborations, or other modifications
44
+ represent, as a whole, an original work of authorship. For the purposes
45
+ of this License, Derivative Works shall not include works that remain
46
+ separable from, or merely link (or bind by name) to the interfaces of,
47
+ the Work and Derivative Works thereof.
48
+
49
+ "Contribution" shall mean any work of authorship, including
50
+ the original version of the Work and any modifications or additions
51
+ to that Work or Derivative Works thereof, that is intentionally
52
+ submitted to Licensor for inclusion in the Work by the copyright owner
53
+ or by an individual or Legal Entity authorized to submit on behalf of
54
+ the copyright owner. For the purposes of this definition, "submitted"
55
+ means any form of electronic, verbal, or written communication sent
56
+ to the Licensor or its representatives, including but not limited to
57
+ communication on electronic mailing lists, source code control systems,
58
+ and issue tracking systems that are managed by, or on behalf of, the
59
+ Licensor for the purpose of discussing and improving the Work, but
60
+ excluding communication that is conspicuously marked or otherwise
61
+ designated in writing by the copyright owner as "Not a Contribution."
62
+
63
+ "Contributor" shall mean Licensor and any individual or Legal Entity
64
+ on behalf of whom a Contribution has been received by Licensor and
65
+ subsequently incorporated within the Work.
66
+
67
+ 2. Grant of Copyright License. Subject to the terms and conditions of
68
+ this License, each Contributor hereby grants to You a perpetual,
69
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
70
+ copyright license to reproduce, prepare Derivative Works of,
71
+ publicly display, publicly perform, sublicense, and distribute the
72
+ Work and such Derivative Works in Source or Object form.
73
+
74
+ 3. Grant of Patent License. Subject to the terms and conditions of
75
+ this License, each Contributor hereby grants to You a perpetual,
76
+ worldwide, non-exclusive, no-charge, royalty-free, irrevocable
77
+ (except as stated in this section) patent license to make, have made,
78
+ use, offer to sell, sell, import, and otherwise transfer the Work,
79
+ where such license applies only to those patent claims licensable
80
+ by such Contributor that are necessarily infringed by their
81
+ Contribution(s) alone or by combination of their Contribution(s)
82
+ with the Work to which such Contribution(s) was submitted. If You
83
+ institute patent litigation against any entity (including a
84
+ cross-claim or counterclaim in a lawsuit) alleging that the Work
85
+ or a Contribution incorporated within the Work constitutes direct
86
+ or contributory patent infringement, then any patent licenses
87
+ granted to You under this License for that Work shall terminate
88
+ as of the date such litigation is filed.
89
+
90
+ 4. Redistribution. You may reproduce and distribute copies of the
91
+ Work or Derivative Works thereof in any medium, with or without
92
+ modifications, and in Source or Object form, provided that You
93
+ meet the following conditions:
94
+
95
+ (a) You must give any other recipients of the Work or
96
+ Derivative Works a copy of this License; and
97
+
98
+ (b) You must cause any modified files to carry prominent notices
99
+ stating that You changed the files; and
100
+
101
+ (c) You must retain, in the Source form of any Derivative Works
102
+ that You distribute, all copyright, patent, trademark, and
103
+ attribution notices from the Source form of the Work,
104
+ excluding those notices that do not pertain to any part of
105
+ the Derivative Works; and
106
+
107
+ (d) If the Work includes a "NOTICE" text file as part of its
108
+ distribution, then any Derivative Works that You distribute must
109
+ include a readable copy of the attribution notices contained
110
+ within such NOTICE file, excluding those notices that do not
111
+ pertain to any part of the Derivative Works, in at least one
112
+ of the following places: within a NOTICE text file distributed
113
+ as part of the Derivative Works; within the Source form or
114
+ documentation, if provided along with the Derivative Works; or,
115
+ within a display generated by the Derivative Works, if and
116
+ wherever such third-party notices normally appear. The contents
117
+ of the NOTICE file are for informational purposes only and
118
+ do not modify the License. You may add Your own attribution
119
+ notices within Derivative Works that You distribute, alongside
120
+ or as an addendum to the NOTICE text from the Work, provided
121
+ that such additional attribution notices cannot be construed
122
+ as modifying the License.
123
+
124
+ You may add Your own copyright statement to Your modifications and
125
+ may provide additional or different license terms and conditions
126
+ for use, reproduction, or distribution of Your modifications, or
127
+ for any such Derivative Works as a whole, provided Your use,
128
+ reproduction, and distribution of the Work otherwise complies with
129
+ the conditions stated in this License.
130
+
131
+ 5. Submission of Contributions. Unless You explicitly state otherwise,
132
+ any Contribution intentionally submitted for inclusion in the Work
133
+ by You to the Licensor shall be under the terms and conditions of
134
+ this License, without any additional terms or conditions.
135
+ Notwithstanding the above, nothing herein shall supersede or modify
136
+ the terms of any separate license agreement you may have executed
137
+ with Licensor regarding such Contributions.
138
+
139
+ 6. Trademarks. This License does not grant permission to use the trade
140
+ names, trademarks, service marks, or product names of the Licensor,
141
+ except as required for reasonable and customary use in describing the
142
+ origin of the Work and reproducing the content of the NOTICE file.
143
+
144
+ 7. Disclaimer of Warranty. Unless required by applicable law or
145
+ agreed to in writing, Licensor provides the Work (and each
146
+ Contributor provides its Contributions) on an "AS IS" BASIS,
147
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
148
+ implied, including, without limitation, any warranties or conditions
149
+ of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
150
+ PARTICULAR PURPOSE. You are solely responsible for determining the
151
+ appropriateness of using or redistributing the Work and assume any
152
+ risks associated with Your exercise of permissions under this License.
153
+
154
+ 8. Limitation of Liability. In no event and under no legal theory,
155
+ whether in tort (including negligence), contract, or otherwise,
156
+ unless required by applicable law (such as deliberate and grossly
157
+ negligent acts) or agreed to in writing, shall any Contributor be
158
+ liable to You for damages, including any direct, indirect, special,
159
+ incidental, or consequential damages of any character arising as a
160
+ result of this License or out of the use or inability to use the
161
+ Work (including but not limited to damages for loss of goodwill,
162
+ work stoppage, computer failure or malfunction, or any and all
163
+ other commercial damages or losses), even if such Contributor
164
+ has been advised of the possibility of such damages.
165
+
166
+ 9. Accepting Warranty or Additional Liability. While redistributing
167
+ the Work or Derivative Works thereof, You may choose to offer,
168
+ and charge a fee for, acceptance of support, warranty, indemnity,
169
+ or other liability obligations and/or rights consistent with this
170
+ License. However, in accepting such obligations, You may act only
171
+ on Your own behalf and on Your sole responsibility, not on behalf
172
+ of any other Contributor, and only if You agree to indemnify,
173
+ defend, and hold each Contributor harmless for any liability
174
+ incurred by, or claims asserted against, such Contributor by reason
175
+ of your accepting any such warranty or additional liability.
176
+
177
+ END OF TERMS AND CONDITIONS
178
+
179
+ APPENDIX: How to apply the Apache License to your work.
180
+
181
+ To apply the Apache License to your work, attach the following
182
+ boilerplate notice, with the fields enclosed by brackets "[]"
183
+ replaced with your own identifying information. (Don't include
184
+ the brackets!) The text should be enclosed in the appropriate
185
+ comment syntax for the file format. We also recommend that a
186
+ file or class name and description of purpose be included on the
187
+ same "printed page" as the copyright notice for easier
188
+ identification within third-party archives.
189
+
190
+ Copyright [yyyy] [name of copyright owner]
191
+
192
+ Licensed under the Apache License, Version 2.0 (the "License");
193
+ you may not use this file except in compliance with the License.
194
+ You may obtain a copy of the License at
195
+
196
+ http://www.apache.org/licenses/LICENSE-2.0
197
+
198
+ Unless required by applicable law or agreed to in writing, software
199
+ distributed under the License is distributed on an "AS IS" BASIS,
200
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
201
+ See the License for the specific language governing permissions and
202
+ limitations under the License.
data/VERSION ADDED
@@ -0,0 +1 @@
1
+ 1.25.0
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-personalize/customizations'
48
48
  # @!group service
49
49
  module Aws::Personalize
50
50
 
51
- GEM_VERSION = '1.20.0'
51
+ GEM_VERSION = '1.25.0'
52
52
 
53
53
  end
@@ -3,7 +3,7 @@
3
3
  # WARNING ABOUT GENERATED CODE
4
4
  #
5
5
  # This file is generated. See the contributing guide for more information:
6
- # https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
6
+ # https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
7
7
  #
8
8
  # WARNING ABOUT GENERATED CODE
9
9
 
@@ -350,8 +350,12 @@ module Aws::Personalize
350
350
  #
351
351
  # @option params [String] :filter_arn
352
352
  # The ARN of the filter to apply to the batch inference job. For more
353
- # information on using filters, see Using Filters with Amazon
354
- # Personalize.
353
+ # information on using filters, see [Filtering Batch
354
+ # Recommendations][1]..
355
+ #
356
+ #
357
+ #
358
+ # [1]: https://docs.aws.amazon.com/personalize/latest/dg/filter-batch.html
355
359
  #
356
360
  # @option params [Integer] :num_results
357
361
  # The number of recommendations to retreive.
@@ -366,8 +370,8 @@ module Aws::Personalize
366
370
  #
367
371
  # @option params [required, String] :role_arn
368
372
  # The ARN of the Amazon Identity and Access Management role that has
369
- # permissions to read and write to your input and out Amazon S3 buckets
370
- # respectively.
373
+ # permissions to read and write to your input and output Amazon S3
374
+ # buckets respectively.
371
375
  #
372
376
  # @option params [Types::BatchInferenceJobConfig] :batch_inference_job_config
373
377
  # The configuration details of a batch inference job.
@@ -597,6 +601,86 @@ module Aws::Personalize
597
601
  req.send_request(options)
598
602
  end
599
603
 
604
+ # Creates a job that exports data from your dataset to an Amazon S3
605
+ # bucket. To allow Amazon Personalize to export the training data, you
606
+ # must specify an service-linked AWS Identity and Access Management
607
+ # (IAM) role that gives Amazon Personalize `PutObject` permissions for
608
+ # your Amazon S3 bucket. For information, see [Exporting a dataset][1]
609
+ # in the Amazon Personalize developer guide.
610
+ #
611
+ # **Status**
612
+ #
613
+ # A dataset export job can be in one of the following states:
614
+ #
615
+ # * CREATE PENDING > CREATE IN\_PROGRESS > ACTIVE -or- CREATE
616
+ # FAILED
617
+ #
618
+ # ^
619
+ #
620
+ # To get the status of the export job, call DescribeDatasetExportJob,
621
+ # and specify the Amazon Resource Name (ARN) of the dataset export job.
622
+ # The dataset export is complete when the status shows as ACTIVE. If the
623
+ # status shows as CREATE FAILED, the response includes a `failureReason`
624
+ # key, which describes why the job failed.
625
+ #
626
+ #
627
+ #
628
+ # [1]: https://docs.aws.amazon.com/personalize/latest/dg/export-data.html
629
+ #
630
+ # @option params [required, String] :job_name
631
+ # The name for the dataset export job.
632
+ #
633
+ # @option params [required, String] :dataset_arn
634
+ # The Amazon Resource Name (ARN) of the dataset that contains the data
635
+ # to export.
636
+ #
637
+ # @option params [String] :ingestion_mode
638
+ # The data to export, based on how you imported the data. You can choose
639
+ # to export only `BULK` data that you imported using a dataset import
640
+ # job, only `PUT` data that you imported incrementally (using the
641
+ # console, PutEvents, PutUsers and PutItems operations), or `ALL` for
642
+ # both types. The default value is `PUT`.
643
+ #
644
+ # @option params [required, String] :role_arn
645
+ # The Amazon Resource Name (ARN) of the AWS Identity and Access
646
+ # Management service role that has permissions to add data to your
647
+ # output Amazon S3 bucket.
648
+ #
649
+ # @option params [required, Types::DatasetExportJobOutput] :job_output
650
+ # The path to the Amazon S3 bucket where the job's output is stored.
651
+ #
652
+ # @return [Types::CreateDatasetExportJobResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
653
+ #
654
+ # * {Types::CreateDatasetExportJobResponse#dataset_export_job_arn #dataset_export_job_arn} => String
655
+ #
656
+ # @example Request syntax with placeholder values
657
+ #
658
+ # resp = client.create_dataset_export_job({
659
+ # job_name: "Name", # required
660
+ # dataset_arn: "Arn", # required
661
+ # ingestion_mode: "BULK", # accepts BULK, PUT, ALL
662
+ # role_arn: "RoleArn", # required
663
+ # job_output: { # required
664
+ # s3_data_destination: { # required
665
+ # path: "S3Location", # required
666
+ # kms_key_arn: "KmsKeyArn",
667
+ # },
668
+ # },
669
+ # })
670
+ #
671
+ # @example Response structure
672
+ #
673
+ # resp.dataset_export_job_arn #=> String
674
+ #
675
+ # @see http://docs.aws.amazon.com/goto/WebAPI/personalize-2018-05-22/CreateDatasetExportJob AWS API Documentation
676
+ #
677
+ # @overload create_dataset_export_job(params = {})
678
+ # @param [Hash] params ({})
679
+ def create_dataset_export_job(params = {}, options = {})
680
+ req = build_request(:create_dataset_export_job, params)
681
+ req.send_request(options)
682
+ end
683
+
600
684
  # Creates an empty dataset group. A dataset group contains related
601
685
  # datasets that supply data for training a model. A dataset group can
602
686
  # contain at most three datasets, one for each type of dataset:
@@ -687,9 +771,11 @@ module Aws::Personalize
687
771
  # Creates a job that imports training data from your data source (an
688
772
  # Amazon S3 bucket) to an Amazon Personalize dataset. To allow Amazon
689
773
  # Personalize to import the training data, you must specify an AWS
690
- # Identity and Access Management (IAM) role that has permission to read
691
- # from the data source, as Amazon Personalize makes a copy of your data
692
- # and processes it in an internal AWS system.
774
+ # Identity and Access Management (IAM) service role that has permission
775
+ # to read from the data source, as Amazon Personalize makes a copy of
776
+ # your data and processes it in an internal AWS system. For information
777
+ # on granting access to your Amazon S3 bucket, see [Giving Amazon
778
+ # Personalize Access to Amazon S3 Resources][1].
693
779
  #
694
780
  # The dataset import job replaces any existing data in the dataset that
695
781
  # you imported in bulk.
@@ -720,6 +806,10 @@ module Aws::Personalize
720
806
  #
721
807
  # * DescribeDatasetImportJob
722
808
  #
809
+ #
810
+ #
811
+ # [1]: https://docs.aws.amazon.com/personalize/latest/dg/granting-personalize-s3-access.html
812
+ #
723
813
  # @option params [required, String] :job_name
724
814
  # The name for the dataset import job.
725
815
  #
@@ -1079,6 +1169,10 @@ module Aws::Personalize
1079
1169
  # metric_name: "MetricName",
1080
1170
  # recipe_list: ["Arn"],
1081
1171
  # },
1172
+ # optimization_objective: {
1173
+ # item_attribute: "ItemAttribute",
1174
+ # objective_sensitivity: "LOW", # accepts LOW, MEDIUM, HIGH, OFF
1175
+ # },
1082
1176
  # },
1083
1177
  # })
1084
1178
  #
@@ -1549,6 +1643,45 @@ module Aws::Personalize
1549
1643
  req.send_request(options)
1550
1644
  end
1551
1645
 
1646
+ # Describes the dataset export job created by CreateDatasetExportJob,
1647
+ # including the export job status.
1648
+ #
1649
+ # @option params [required, String] :dataset_export_job_arn
1650
+ # The Amazon Resource Name (ARN) of the dataset export job to describe.
1651
+ #
1652
+ # @return [Types::DescribeDatasetExportJobResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
1653
+ #
1654
+ # * {Types::DescribeDatasetExportJobResponse#dataset_export_job #dataset_export_job} => Types::DatasetExportJob
1655
+ #
1656
+ # @example Request syntax with placeholder values
1657
+ #
1658
+ # resp = client.describe_dataset_export_job({
1659
+ # dataset_export_job_arn: "Arn", # required
1660
+ # })
1661
+ #
1662
+ # @example Response structure
1663
+ #
1664
+ # resp.dataset_export_job.job_name #=> String
1665
+ # resp.dataset_export_job.dataset_export_job_arn #=> String
1666
+ # resp.dataset_export_job.dataset_arn #=> String
1667
+ # resp.dataset_export_job.ingestion_mode #=> String, one of "BULK", "PUT", "ALL"
1668
+ # resp.dataset_export_job.role_arn #=> String
1669
+ # resp.dataset_export_job.status #=> String
1670
+ # resp.dataset_export_job.job_output.s3_data_destination.path #=> String
1671
+ # resp.dataset_export_job.job_output.s3_data_destination.kms_key_arn #=> String
1672
+ # resp.dataset_export_job.creation_date_time #=> Time
1673
+ # resp.dataset_export_job.last_updated_date_time #=> Time
1674
+ # resp.dataset_export_job.failure_reason #=> String
1675
+ #
1676
+ # @see http://docs.aws.amazon.com/goto/WebAPI/personalize-2018-05-22/DescribeDatasetExportJob AWS API Documentation
1677
+ #
1678
+ # @overload describe_dataset_export_job(params = {})
1679
+ # @param [Hash] params ({})
1680
+ def describe_dataset_export_job(params = {}, options = {})
1681
+ req = build_request(:describe_dataset_export_job, params)
1682
+ req.send_request(options)
1683
+ end
1684
+
1552
1685
  # Describes the given dataset group. For more information on dataset
1553
1686
  # groups, see CreateDatasetGroup.
1554
1687
  #
@@ -1867,6 +2000,8 @@ module Aws::Personalize
1867
2000
  # resp.solution.solution_config.auto_ml_config.metric_name #=> String
1868
2001
  # resp.solution.solution_config.auto_ml_config.recipe_list #=> Array
1869
2002
  # resp.solution.solution_config.auto_ml_config.recipe_list[0] #=> String
2003
+ # resp.solution.solution_config.optimization_objective.item_attribute #=> String
2004
+ # resp.solution.solution_config.optimization_objective.objective_sensitivity #=> String, one of "LOW", "MEDIUM", "HIGH", "OFF"
1870
2005
  # resp.solution.auto_ml_result.best_recipe_arn #=> String
1871
2006
  # resp.solution.status #=> String
1872
2007
  # resp.solution.creation_date_time #=> Time
@@ -1936,6 +2071,8 @@ module Aws::Personalize
1936
2071
  # resp.solution_version.solution_config.auto_ml_config.metric_name #=> String
1937
2072
  # resp.solution_version.solution_config.auto_ml_config.recipe_list #=> Array
1938
2073
  # resp.solution_version.solution_config.auto_ml_config.recipe_list[0] #=> String
2074
+ # resp.solution_version.solution_config.optimization_objective.item_attribute #=> String
2075
+ # resp.solution_version.solution_config.optimization_objective.objective_sensitivity #=> String, one of "LOW", "MEDIUM", "HIGH", "OFF"
1939
2076
  # resp.solution_version.training_hours #=> Float
1940
2077
  # resp.solution_version.training_mode #=> String, one of "FULL", "UPDATE"
1941
2078
  # resp.solution_version.tuned_hpo_params.algorithm_hyper_parameters #=> Hash
@@ -2089,6 +2226,59 @@ module Aws::Personalize
2089
2226
  req.send_request(options)
2090
2227
  end
2091
2228
 
2229
+ # Returns a list of dataset export jobs that use the given dataset. When
2230
+ # a dataset is not specified, all the dataset export jobs associated
2231
+ # with the account are listed. The response provides the properties for
2232
+ # each dataset export job, including the Amazon Resource Name (ARN). For
2233
+ # more information on dataset export jobs, see CreateDatasetExportJob.
2234
+ # For more information on datasets, see CreateDataset.
2235
+ #
2236
+ # @option params [String] :dataset_arn
2237
+ # The Amazon Resource Name (ARN) of the dataset to list the dataset
2238
+ # export jobs for.
2239
+ #
2240
+ # @option params [String] :next_token
2241
+ # A token returned from the previous call to `ListDatasetExportJobs` for
2242
+ # getting the next set of dataset export jobs (if they exist).
2243
+ #
2244
+ # @option params [Integer] :max_results
2245
+ # The maximum number of dataset export jobs to return.
2246
+ #
2247
+ # @return [Types::ListDatasetExportJobsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2248
+ #
2249
+ # * {Types::ListDatasetExportJobsResponse#dataset_export_jobs #dataset_export_jobs} => Array<Types::DatasetExportJobSummary>
2250
+ # * {Types::ListDatasetExportJobsResponse#next_token #next_token} => String
2251
+ #
2252
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
2253
+ #
2254
+ # @example Request syntax with placeholder values
2255
+ #
2256
+ # resp = client.list_dataset_export_jobs({
2257
+ # dataset_arn: "Arn",
2258
+ # next_token: "NextToken",
2259
+ # max_results: 1,
2260
+ # })
2261
+ #
2262
+ # @example Response structure
2263
+ #
2264
+ # resp.dataset_export_jobs #=> Array
2265
+ # resp.dataset_export_jobs[0].dataset_export_job_arn #=> String
2266
+ # resp.dataset_export_jobs[0].job_name #=> String
2267
+ # resp.dataset_export_jobs[0].status #=> String
2268
+ # resp.dataset_export_jobs[0].creation_date_time #=> Time
2269
+ # resp.dataset_export_jobs[0].last_updated_date_time #=> Time
2270
+ # resp.dataset_export_jobs[0].failure_reason #=> String
2271
+ # resp.next_token #=> String
2272
+ #
2273
+ # @see http://docs.aws.amazon.com/goto/WebAPI/personalize-2018-05-22/ListDatasetExportJobs AWS API Documentation
2274
+ #
2275
+ # @overload list_dataset_export_jobs(params = {})
2276
+ # @param [Hash] params ({})
2277
+ def list_dataset_export_jobs(params = {}, options = {})
2278
+ req = build_request(:list_dataset_export_jobs, params)
2279
+ req.send_request(options)
2280
+ end
2281
+
2092
2282
  # Returns a list of dataset groups. The response provides the properties
2093
2283
  # for each dataset group, including the Amazon Resource Name (ARN). For
2094
2284
  # more information on dataset groups, see CreateDatasetGroup.
@@ -2304,6 +2494,8 @@ module Aws::Personalize
2304
2494
  # * {Types::ListFiltersResponse#filters #filters} => Array<Types::FilterSummary>
2305
2495
  # * {Types::ListFiltersResponse#next_token #next_token} => String
2306
2496
  #
2497
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
2498
+ #
2307
2499
  # @example Request syntax with placeholder values
2308
2500
  #
2309
2501
  # resp = client.list_filters({
@@ -2593,7 +2785,7 @@ module Aws::Personalize
2593
2785
  params: params,
2594
2786
  config: config)
2595
2787
  context[:gem_name] = 'aws-sdk-personalize'
2596
- context[:gem_version] = '1.20.0'
2788
+ context[:gem_version] = '1.25.0'
2597
2789
  Seahorse::Client::Request.new(handlers, context)
2598
2790
  end
2599
2791