aws-sdk-sagemaker 1.188.0 → 1.190.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sagemaker/client.rb +118 -68
- data/lib/aws-sdk-sagemaker/client_api.rb +29 -0
- data/lib/aws-sdk-sagemaker/types.rb +208 -16
- data/lib/aws-sdk-sagemaker.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8953db051e1dac139e51b19da6df9abf774ab717601ee34a250b124863d8d314
|
4
|
+
data.tar.gz: 1f8d8fb9af2d2f1eec3a226cda316912993ae515b3484aee34faf69de7dfd258
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cc46416a136c19e15e3b9e2c12bf497a5d181d2c514552bd1890a5b917a871f6beac5413db3cd30d296662e55f96a9df4ffb5cdace8ccc46edeb2f8bbc4ea579
|
7
|
+
data.tar.gz: b95d619ca2cd9deceab158d09d46b7db69bbaf56b38369d03e73fc67632f0501fec23baa70256b38915b5f5efe75361419ca4052efe37a883ec57332a90b5498
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.190.0 (2023-06-27)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Introducing TTL for online store records in feature groups.
|
8
|
+
|
9
|
+
1.189.0 (2023-06-21)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - This release provides support in SageMaker for output files in training jobs to be uploaded without compression and enable customer to deploy uncompressed model from S3 to real-time inference Endpoints. In addition, ml.trn1n.32xlarge is added to supported instance type list in training job.
|
13
|
+
|
4
14
|
1.188.0 (2023-06-19)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.190.0
|
@@ -807,7 +807,7 @@ module Aws::SageMaker
|
|
807
807
|
# default_value: "HyperParameterValue",
|
808
808
|
# },
|
809
809
|
# ],
|
810
|
-
# supported_training_instance_types: ["ml.m4.xlarge"], # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.p4d.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge, ml.trn1.2xlarge, ml.trn1.32xlarge
|
810
|
+
# supported_training_instance_types: ["ml.m4.xlarge"], # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.p4d.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge, ml.trn1.2xlarge, ml.trn1.32xlarge, ml.trn1n.32xlarge
|
811
811
|
# supports_distributed_training: false,
|
812
812
|
# metric_definitions: [
|
813
813
|
# {
|
@@ -896,15 +896,16 @@ module Aws::SageMaker
|
|
896
896
|
# output_data_config: { # required
|
897
897
|
# kms_key_id: "KmsKeyId",
|
898
898
|
# s3_output_path: "S3Uri", # required
|
899
|
+
# compression_type: "GZIP", # accepts GZIP, NONE
|
899
900
|
# },
|
900
901
|
# resource_config: { # required
|
901
|
-
# instance_type: "ml.m4.xlarge", # accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.p4d.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge, ml.trn1.2xlarge, ml.trn1.32xlarge
|
902
|
+
# instance_type: "ml.m4.xlarge", # accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.p4d.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge, ml.trn1.2xlarge, ml.trn1.32xlarge, ml.trn1n.32xlarge
|
902
903
|
# instance_count: 1,
|
903
904
|
# volume_size_in_gb: 1, # required
|
904
905
|
# volume_kms_key_id: "KmsKeyId",
|
905
906
|
# instance_groups: [
|
906
907
|
# {
|
907
|
-
# instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.p4d.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge, ml.trn1.2xlarge, ml.trn1.32xlarge
|
908
|
+
# instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.p4d.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge, ml.trn1.2xlarge, ml.trn1.32xlarge, ml.trn1n.32xlarge
|
908
909
|
# instance_count: 1, # required
|
909
910
|
# instance_group_name: "InstanceGroupName", # required
|
910
911
|
# },
|
@@ -1187,27 +1188,29 @@ module Aws::SageMaker
|
|
1187
1188
|
# Creates an Autopilot job also referred to as Autopilot experiment or
|
1188
1189
|
# AutoML job.
|
1189
1190
|
#
|
1190
|
-
#
|
1191
|
-
# [DescribeAutoMLJobV2][
|
1191
|
+
# <note markdown="1"> We recommend using the new versions [CreateAutoMLJobV2][1] and
|
1192
|
+
# [DescribeAutoMLJobV2][2], which offer backward compatibility.
|
1192
1193
|
#
|
1193
|
-
#
|
1194
|
-
#
|
1195
|
-
#
|
1196
|
-
# `CreateAutoMLJob`, as well as non-tabular data for problem types such
|
1197
|
-
# as image or text classification.
|
1194
|
+
# `CreateAutoMLJobV2` can manage tabular problem types identical to
|
1195
|
+
# those of its previous version `CreateAutoMLJob`, as well as
|
1196
|
+
# non-tabular problem types such as image or text classification.
|
1198
1197
|
#
|
1199
|
-
# Find guidelines about how to migrate `CreateAutoMLJob` to
|
1198
|
+
# Find guidelines about how to migrate a `CreateAutoMLJob` to
|
1200
1199
|
# `CreateAutoMLJobV2` in [Migrate a CreateAutoMLJob to
|
1201
|
-
# CreateAutoMLJobV2][
|
1200
|
+
# CreateAutoMLJobV2][3].
|
1202
1201
|
#
|
1203
1202
|
# </note>
|
1204
1203
|
#
|
1204
|
+
# You can find the best-performing model after you run an AutoML job by
|
1205
|
+
# calling [DescribeAutoMLJobV2][2] (recommended) or
|
1206
|
+
# [DescribeAutoMLJob][4].
|
1205
1207
|
#
|
1206
1208
|
#
|
1207
|
-
#
|
1208
|
-
# [
|
1209
|
-
# [
|
1210
|
-
# [
|
1209
|
+
#
|
1210
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateAutoMLJobV2.html
|
1211
|
+
# [2]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeAutoMLJobV2.html
|
1212
|
+
# [3]: https://docs.aws.amazon.com/sagemaker/latest/dg/autopilot-automate-model-development-create-experiment-api.html#autopilot-create-experiment-api-migrate-v1-v2
|
1213
|
+
# [4]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeAutoMLJob.html
|
1211
1214
|
#
|
1212
1215
|
# @option params [required, String] :auto_ml_job_name
|
1213
1216
|
# Identifies an Autopilot job. The name must be unique to your account
|
@@ -1363,29 +1366,34 @@ module Aws::SageMaker
|
|
1363
1366
|
# Creates an Autopilot job also referred to as Autopilot experiment or
|
1364
1367
|
# AutoML job V2.
|
1365
1368
|
#
|
1366
|
-
#
|
1367
|
-
#
|
1368
|
-
#
|
1369
|
-
# types such as image or text classification.
|
1369
|
+
# <note markdown="1"> [CreateAutoMLJobV2][1] and [DescribeAutoMLJobV2][2] are new versions
|
1370
|
+
# of [CreateAutoMLJob][3] and [DescribeAutoMLJob][4] which offer
|
1371
|
+
# backward compatibility.
|
1370
1372
|
#
|
1371
|
-
#
|
1373
|
+
# `CreateAutoMLJobV2` can manage tabular problem types identical to
|
1374
|
+
# those of its previous version `CreateAutoMLJob`, as well as
|
1375
|
+
# non-tabular problem types such as image or text classification.
|
1376
|
+
#
|
1377
|
+
# Find guidelines about how to migrate a `CreateAutoMLJob` to
|
1372
1378
|
# `CreateAutoMLJobV2` in [Migrate a CreateAutoMLJob to
|
1373
|
-
# CreateAutoMLJobV2][
|
1379
|
+
# CreateAutoMLJobV2][5].
|
1380
|
+
#
|
1381
|
+
# </note>
|
1374
1382
|
#
|
1375
1383
|
# For the list of available problem types supported by
|
1376
|
-
# `CreateAutoMLJobV2`, see [AutoMLProblemTypeConfig][
|
1384
|
+
# `CreateAutoMLJobV2`, see [AutoMLProblemTypeConfig][6].
|
1377
1385
|
#
|
1378
|
-
#
|
1379
|
-
# calling [DescribeAutoMLJobV2][
|
1380
|
-
# AutoML job V2 results in an error.
|
1386
|
+
# You can find the best-performing model after you run an AutoML job V2
|
1387
|
+
# by calling [DescribeAutoMLJobV2][2].
|
1381
1388
|
#
|
1382
1389
|
#
|
1383
1390
|
#
|
1384
1391
|
# [1]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateAutoMLJobV2.html
|
1385
|
-
# [2]: https://docs.aws.amazon.com/sagemaker/latest/
|
1386
|
-
# [3]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/
|
1387
|
-
# [4]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/
|
1388
|
-
# [5]: https://docs.aws.amazon.com/sagemaker/latest/
|
1392
|
+
# [2]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeAutoMLJobV2.html
|
1393
|
+
# [3]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateAutoMLJob.html
|
1394
|
+
# [4]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeAutoMLJob.html
|
1395
|
+
# [5]: https://docs.aws.amazon.com/sagemaker/latest/dg/autopilot-automate-model-development-create-experiment-api.html#autopilot-create-experiment-api-migrate-v1-v2
|
1396
|
+
# [6]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_AutoMLProblemTypeConfig.html
|
1389
1397
|
#
|
1390
1398
|
# @option params [required, String] :auto_ml_job_name
|
1391
1399
|
# Identifies an Autopilot job. The name must be unique to your account
|
@@ -1393,9 +1401,9 @@ module Aws::SageMaker
|
|
1393
1401
|
#
|
1394
1402
|
# @option params [required, Array<Types::AutoMLJobChannel>] :auto_ml_job_input_data_config
|
1395
1403
|
# An array of channel objects describing the input data and their
|
1396
|
-
# location. Each channel is a named input source. Similar to
|
1397
|
-
# [InputDataConfig][1]
|
1398
|
-
# formats depend on the problem type:
|
1404
|
+
# location. Each channel is a named input source. Similar to the
|
1405
|
+
# [InputDataConfig][1] attribute in the `CreateAutoMLJob` input
|
1406
|
+
# parameters. The supported formats depend on the problem type:
|
1399
1407
|
#
|
1400
1408
|
# * For Tabular problem types: `S3Prefix`, `ManifestFile`.
|
1401
1409
|
#
|
@@ -1416,13 +1424,6 @@ module Aws::SageMaker
|
|
1416
1424
|
# Defines the configuration settings of one of the supported problem
|
1417
1425
|
# types.
|
1418
1426
|
#
|
1419
|
-
# <note markdown="1"> For tabular problem types, you must either specify the type of
|
1420
|
-
# supervised learning problem in `AutoMLProblemTypeConfig`
|
1421
|
-
# (`TabularJobConfig.ProblemType`) and provide the `AutoMLJobObjective`,
|
1422
|
-
# or none at all.
|
1423
|
-
#
|
1424
|
-
# </note>
|
1425
|
-
#
|
1426
1427
|
# @option params [required, String] :role_arn
|
1427
1428
|
# The ARN of the role that is used to access the data.
|
1428
1429
|
#
|
@@ -1446,10 +1447,10 @@ module Aws::SageMaker
|
|
1446
1447
|
# type. For the list of default values per problem type, see
|
1447
1448
|
# [AutoMLJobObjective][1].
|
1448
1449
|
#
|
1449
|
-
# <note markdown="1"> For tabular problem types, you must either provide the
|
1450
|
+
# <note markdown="1"> For tabular problem types, you must either provide both the
|
1450
1451
|
# `AutoMLJobObjective` and indicate the type of supervised learning
|
1451
1452
|
# problem in `AutoMLProblemTypeConfig` (`TabularJobConfig.ProblemType`),
|
1452
|
-
# or none.
|
1453
|
+
# or none at all.
|
1453
1454
|
#
|
1454
1455
|
# </note>
|
1455
1456
|
#
|
@@ -3239,6 +3240,10 @@ module Aws::SageMaker
|
|
3239
3240
|
# kms_key_id: "KmsKeyId",
|
3240
3241
|
# },
|
3241
3242
|
# enable_online_store: false,
|
3243
|
+
# ttl_duration: {
|
3244
|
+
# unit: "Seconds", # accepts Seconds, Minutes, Hours, Days, Weeks
|
3245
|
+
# value: 1,
|
3246
|
+
# },
|
3242
3247
|
# },
|
3243
3248
|
# offline_store_config: {
|
3244
3249
|
# s3_storage_config: { # required
|
@@ -3754,15 +3759,16 @@ module Aws::SageMaker
|
|
3754
3759
|
# output_data_config: { # required
|
3755
3760
|
# kms_key_id: "KmsKeyId",
|
3756
3761
|
# s3_output_path: "S3Uri", # required
|
3762
|
+
# compression_type: "GZIP", # accepts GZIP, NONE
|
3757
3763
|
# },
|
3758
3764
|
# resource_config: {
|
3759
|
-
# instance_type: "ml.m4.xlarge", # accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.p4d.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge, ml.trn1.2xlarge, ml.trn1.32xlarge
|
3765
|
+
# instance_type: "ml.m4.xlarge", # accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.p4d.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge, ml.trn1.2xlarge, ml.trn1.32xlarge, ml.trn1n.32xlarge
|
3760
3766
|
# instance_count: 1,
|
3761
3767
|
# volume_size_in_gb: 1, # required
|
3762
3768
|
# volume_kms_key_id: "KmsKeyId",
|
3763
3769
|
# instance_groups: [
|
3764
3770
|
# {
|
3765
|
-
# instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.p4d.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge, ml.trn1.2xlarge, ml.trn1.32xlarge
|
3771
|
+
# instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.p4d.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge, ml.trn1.2xlarge, ml.trn1.32xlarge, ml.trn1n.32xlarge
|
3766
3772
|
# instance_count: 1, # required
|
3767
3773
|
# instance_group_name: "InstanceGroupName", # required
|
3768
3774
|
# },
|
@@ -3784,14 +3790,14 @@ module Aws::SageMaker
|
|
3784
3790
|
# maximum_retry_attempts: 1, # required
|
3785
3791
|
# },
|
3786
3792
|
# hyper_parameter_tuning_resource_config: {
|
3787
|
-
# instance_type: "ml.m4.xlarge", # accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.p4d.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge, ml.trn1.2xlarge, ml.trn1.32xlarge
|
3793
|
+
# instance_type: "ml.m4.xlarge", # accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.p4d.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge, ml.trn1.2xlarge, ml.trn1.32xlarge, ml.trn1n.32xlarge
|
3788
3794
|
# instance_count: 1,
|
3789
3795
|
# volume_size_in_gb: 1,
|
3790
3796
|
# volume_kms_key_id: "KmsKeyId",
|
3791
3797
|
# allocation_strategy: "Prioritized", # accepts Prioritized
|
3792
3798
|
# instance_configs: [
|
3793
3799
|
# {
|
3794
|
-
# instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.p4d.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge, ml.trn1.2xlarge, ml.trn1.32xlarge
|
3800
|
+
# instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.p4d.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge, ml.trn1.2xlarge, ml.trn1.32xlarge, ml.trn1n.32xlarge
|
3795
3801
|
# instance_count: 1, # required
|
3796
3802
|
# volume_size_in_gb: 1, # required
|
3797
3803
|
# },
|
@@ -3887,15 +3893,16 @@ module Aws::SageMaker
|
|
3887
3893
|
# output_data_config: { # required
|
3888
3894
|
# kms_key_id: "KmsKeyId",
|
3889
3895
|
# s3_output_path: "S3Uri", # required
|
3896
|
+
# compression_type: "GZIP", # accepts GZIP, NONE
|
3890
3897
|
# },
|
3891
3898
|
# resource_config: {
|
3892
|
-
# instance_type: "ml.m4.xlarge", # accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.p4d.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge, ml.trn1.2xlarge, ml.trn1.32xlarge
|
3899
|
+
# instance_type: "ml.m4.xlarge", # accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.p4d.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge, ml.trn1.2xlarge, ml.trn1.32xlarge, ml.trn1n.32xlarge
|
3893
3900
|
# instance_count: 1,
|
3894
3901
|
# volume_size_in_gb: 1, # required
|
3895
3902
|
# volume_kms_key_id: "KmsKeyId",
|
3896
3903
|
# instance_groups: [
|
3897
3904
|
# {
|
3898
|
-
# instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.p4d.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge, ml.trn1.2xlarge, ml.trn1.32xlarge
|
3905
|
+
# instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.p4d.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge, ml.trn1.2xlarge, ml.trn1.32xlarge, ml.trn1n.32xlarge
|
3899
3906
|
# instance_count: 1, # required
|
3900
3907
|
# instance_group_name: "InstanceGroupName", # required
|
3901
3908
|
# },
|
@@ -3917,14 +3924,14 @@ module Aws::SageMaker
|
|
3917
3924
|
# maximum_retry_attempts: 1, # required
|
3918
3925
|
# },
|
3919
3926
|
# hyper_parameter_tuning_resource_config: {
|
3920
|
-
# instance_type: "ml.m4.xlarge", # accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.p4d.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge, ml.trn1.2xlarge, ml.trn1.32xlarge
|
3927
|
+
# instance_type: "ml.m4.xlarge", # accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.p4d.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge, ml.trn1.2xlarge, ml.trn1.32xlarge, ml.trn1n.32xlarge
|
3921
3928
|
# instance_count: 1,
|
3922
3929
|
# volume_size_in_gb: 1,
|
3923
3930
|
# volume_kms_key_id: "KmsKeyId",
|
3924
3931
|
# allocation_strategy: "Prioritized", # accepts Prioritized
|
3925
3932
|
# instance_configs: [
|
3926
3933
|
# {
|
3927
|
-
# instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.p4d.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge, ml.trn1.2xlarge, ml.trn1.32xlarge
|
3934
|
+
# instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.p4d.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge, ml.trn1.2xlarge, ml.trn1.32xlarge, ml.trn1n.32xlarge
|
3928
3935
|
# instance_count: 1, # required
|
3929
3936
|
# volume_size_in_gb: 1, # required
|
3930
3937
|
# },
|
@@ -4907,6 +4914,13 @@ module Aws::SageMaker
|
|
4907
4914
|
# multi_model_config: {
|
4908
4915
|
# model_cache_setting: "Enabled", # accepts Enabled, Disabled
|
4909
4916
|
# },
|
4917
|
+
# model_data_source: {
|
4918
|
+
# s3_data_source: { # required
|
4919
|
+
# s3_uri: "S3ModelUri", # required
|
4920
|
+
# s3_data_type: "S3Prefix", # required, accepts S3Prefix, S3Object
|
4921
|
+
# compression_type: "None", # required, accepts None, Gzip
|
4922
|
+
# },
|
4923
|
+
# },
|
4910
4924
|
# },
|
4911
4925
|
# containers: [
|
4912
4926
|
# {
|
@@ -4928,6 +4942,13 @@ module Aws::SageMaker
|
|
4928
4942
|
# multi_model_config: {
|
4929
4943
|
# model_cache_setting: "Enabled", # accepts Enabled, Disabled
|
4930
4944
|
# },
|
4945
|
+
# model_data_source: {
|
4946
|
+
# s3_data_source: { # required
|
4947
|
+
# s3_uri: "S3ModelUri", # required
|
4948
|
+
# s3_data_type: "S3Prefix", # required, accepts S3Prefix, S3Object
|
4949
|
+
# compression_type: "None", # required, accepts None, Gzip
|
4950
|
+
# },
|
4951
|
+
# },
|
4931
4952
|
# },
|
4932
4953
|
# ],
|
4933
4954
|
# inference_execution_config: {
|
@@ -7366,15 +7387,16 @@ module Aws::SageMaker
|
|
7366
7387
|
# output_data_config: { # required
|
7367
7388
|
# kms_key_id: "KmsKeyId",
|
7368
7389
|
# s3_output_path: "S3Uri", # required
|
7390
|
+
# compression_type: "GZIP", # accepts GZIP, NONE
|
7369
7391
|
# },
|
7370
7392
|
# resource_config: { # required
|
7371
|
-
# instance_type: "ml.m4.xlarge", # accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.p4d.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge, ml.trn1.2xlarge, ml.trn1.32xlarge
|
7393
|
+
# instance_type: "ml.m4.xlarge", # accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.p4d.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge, ml.trn1.2xlarge, ml.trn1.32xlarge, ml.trn1n.32xlarge
|
7372
7394
|
# instance_count: 1,
|
7373
7395
|
# volume_size_in_gb: 1, # required
|
7374
7396
|
# volume_kms_key_id: "KmsKeyId",
|
7375
7397
|
# instance_groups: [
|
7376
7398
|
# {
|
7377
|
-
# instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.p4d.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge, ml.trn1.2xlarge, ml.trn1.32xlarge
|
7399
|
+
# instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.p4d.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge, ml.trn1.2xlarge, ml.trn1.32xlarge, ml.trn1n.32xlarge
|
7378
7400
|
# instance_count: 1, # required
|
7379
7401
|
# instance_group_name: "InstanceGroupName", # required
|
7380
7402
|
# },
|
@@ -9714,7 +9736,7 @@ module Aws::SageMaker
|
|
9714
9736
|
# resp.training_specification.supported_hyper_parameters[0].is_required #=> Boolean
|
9715
9737
|
# resp.training_specification.supported_hyper_parameters[0].default_value #=> String
|
9716
9738
|
# resp.training_specification.supported_training_instance_types #=> Array
|
9717
|
-
# resp.training_specification.supported_training_instance_types[0] #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "ml.c4.xlarge", "ml.c4.2xlarge", "ml.c4.4xlarge", "ml.c4.8xlarge", "ml.p2.xlarge", "ml.p2.8xlarge", "ml.p2.16xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge", "ml.p4d.24xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5n.xlarge", "ml.c5n.2xlarge", "ml.c5n.4xlarge", "ml.c5n.9xlarge", "ml.c5n.18xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.16xlarge", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge", "ml.trn1.2xlarge", "ml.trn1.32xlarge"
|
9739
|
+
# resp.training_specification.supported_training_instance_types[0] #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "ml.c4.xlarge", "ml.c4.2xlarge", "ml.c4.4xlarge", "ml.c4.8xlarge", "ml.p2.xlarge", "ml.p2.8xlarge", "ml.p2.16xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge", "ml.p4d.24xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5n.xlarge", "ml.c5n.2xlarge", "ml.c5n.4xlarge", "ml.c5n.9xlarge", "ml.c5n.18xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.16xlarge", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge", "ml.trn1.2xlarge", "ml.trn1.32xlarge", "ml.trn1n.32xlarge"
|
9718
9740
|
# resp.training_specification.supports_distributed_training #=> Boolean
|
9719
9741
|
# resp.training_specification.metric_definitions #=> Array
|
9720
9742
|
# resp.training_specification.metric_definitions[0].name #=> String
|
@@ -9778,12 +9800,13 @@ module Aws::SageMaker
|
|
9778
9800
|
# resp.validation_specification.validation_profiles[0].training_job_definition.input_data_config[0].shuffle_config.seed #=> Integer
|
9779
9801
|
# resp.validation_specification.validation_profiles[0].training_job_definition.output_data_config.kms_key_id #=> String
|
9780
9802
|
# resp.validation_specification.validation_profiles[0].training_job_definition.output_data_config.s3_output_path #=> String
|
9781
|
-
# resp.validation_specification.validation_profiles[0].training_job_definition.
|
9803
|
+
# resp.validation_specification.validation_profiles[0].training_job_definition.output_data_config.compression_type #=> String, one of "GZIP", "NONE"
|
9804
|
+
# resp.validation_specification.validation_profiles[0].training_job_definition.resource_config.instance_type #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "ml.c4.xlarge", "ml.c4.2xlarge", "ml.c4.4xlarge", "ml.c4.8xlarge", "ml.p2.xlarge", "ml.p2.8xlarge", "ml.p2.16xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge", "ml.p4d.24xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5n.xlarge", "ml.c5n.2xlarge", "ml.c5n.4xlarge", "ml.c5n.9xlarge", "ml.c5n.18xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.16xlarge", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge", "ml.trn1.2xlarge", "ml.trn1.32xlarge", "ml.trn1n.32xlarge"
|
9782
9805
|
# resp.validation_specification.validation_profiles[0].training_job_definition.resource_config.instance_count #=> Integer
|
9783
9806
|
# resp.validation_specification.validation_profiles[0].training_job_definition.resource_config.volume_size_in_gb #=> Integer
|
9784
9807
|
# resp.validation_specification.validation_profiles[0].training_job_definition.resource_config.volume_kms_key_id #=> String
|
9785
9808
|
# resp.validation_specification.validation_profiles[0].training_job_definition.resource_config.instance_groups #=> Array
|
9786
|
-
# resp.validation_specification.validation_profiles[0].training_job_definition.resource_config.instance_groups[0].instance_type #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "ml.c4.xlarge", "ml.c4.2xlarge", "ml.c4.4xlarge", "ml.c4.8xlarge", "ml.p2.xlarge", "ml.p2.8xlarge", "ml.p2.16xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge", "ml.p4d.24xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5n.xlarge", "ml.c5n.2xlarge", "ml.c5n.4xlarge", "ml.c5n.9xlarge", "ml.c5n.18xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.16xlarge", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge", "ml.trn1.2xlarge", "ml.trn1.32xlarge"
|
9809
|
+
# resp.validation_specification.validation_profiles[0].training_job_definition.resource_config.instance_groups[0].instance_type #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "ml.c4.xlarge", "ml.c4.2xlarge", "ml.c4.4xlarge", "ml.c4.8xlarge", "ml.p2.xlarge", "ml.p2.8xlarge", "ml.p2.16xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge", "ml.p4d.24xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5n.xlarge", "ml.c5n.2xlarge", "ml.c5n.4xlarge", "ml.c5n.9xlarge", "ml.c5n.18xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.16xlarge", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge", "ml.trn1.2xlarge", "ml.trn1.32xlarge", "ml.trn1n.32xlarge"
|
9787
9810
|
# resp.validation_specification.validation_profiles[0].training_job_definition.resource_config.instance_groups[0].instance_count #=> Integer
|
9788
9811
|
# resp.validation_specification.validation_profiles[0].training_job_definition.resource_config.instance_groups[0].instance_group_name #=> String
|
9789
9812
|
# resp.validation_specification.validation_profiles[0].training_job_definition.resource_config.keep_alive_period_in_seconds #=> Integer
|
@@ -10006,9 +10029,15 @@ module Aws::SageMaker
|
|
10006
10029
|
# Returns information about an AutoML job created by calling
|
10007
10030
|
# [CreateAutoMLJob][1].
|
10008
10031
|
#
|
10032
|
+
# <note markdown="1"> AutoML jobs created by calling [CreateAutoMLJobV2][2] cannot be
|
10033
|
+
# described by `DescribeAutoMLJob`.
|
10034
|
+
#
|
10035
|
+
# </note>
|
10036
|
+
#
|
10009
10037
|
#
|
10010
10038
|
#
|
10011
10039
|
# [1]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateAutoMLJob.html
|
10040
|
+
# [2]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateAutoMLJobV2.html
|
10012
10041
|
#
|
10013
10042
|
# @option params [required, String] :auto_ml_job_name
|
10014
10043
|
# Requests information about an AutoML job using its unique name.
|
@@ -10137,12 +10166,13 @@ module Aws::SageMaker
|
|
10137
10166
|
req.send_request(options)
|
10138
10167
|
end
|
10139
10168
|
|
10140
|
-
# Returns information about an AutoML job
|
10141
|
-
# [CreateAutoMLJobV2][1].
|
10169
|
+
# Returns information about an AutoML job created by calling
|
10170
|
+
# [CreateAutoMLJobV2][1] or [CreateAutoMLJob][2].
|
10142
10171
|
#
|
10143
10172
|
#
|
10144
10173
|
#
|
10145
10174
|
# [1]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateAutoMLJobV2.html
|
10175
|
+
# [2]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateAutoMLJob.html
|
10146
10176
|
#
|
10147
10177
|
# @option params [required, String] :auto_ml_job_name
|
10148
10178
|
# Requests information about an AutoML job V2 using its unique name.
|
@@ -11335,6 +11365,8 @@ module Aws::SageMaker
|
|
11335
11365
|
# resp.last_modified_time #=> Time
|
11336
11366
|
# resp.online_store_config.security_config.kms_key_id #=> String
|
11337
11367
|
# resp.online_store_config.enable_online_store #=> Boolean
|
11368
|
+
# resp.online_store_config.ttl_duration.unit #=> String, one of "Seconds", "Minutes", "Hours", "Days", "Weeks"
|
11369
|
+
# resp.online_store_config.ttl_duration.value #=> Integer
|
11338
11370
|
# resp.offline_store_config.s3_storage_config.s3_uri #=> String
|
11339
11371
|
# resp.offline_store_config.s3_storage_config.kms_key_id #=> String
|
11340
11372
|
# resp.offline_store_config.s3_storage_config.resolved_output_s3_uri #=> String
|
@@ -11757,12 +11789,13 @@ module Aws::SageMaker
|
|
11757
11789
|
# resp.training_job_definition.vpc_config.subnets[0] #=> String
|
11758
11790
|
# resp.training_job_definition.output_data_config.kms_key_id #=> String
|
11759
11791
|
# resp.training_job_definition.output_data_config.s3_output_path #=> String
|
11760
|
-
# resp.training_job_definition.
|
11792
|
+
# resp.training_job_definition.output_data_config.compression_type #=> String, one of "GZIP", "NONE"
|
11793
|
+
# resp.training_job_definition.resource_config.instance_type #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "ml.c4.xlarge", "ml.c4.2xlarge", "ml.c4.4xlarge", "ml.c4.8xlarge", "ml.p2.xlarge", "ml.p2.8xlarge", "ml.p2.16xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge", "ml.p4d.24xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5n.xlarge", "ml.c5n.2xlarge", "ml.c5n.4xlarge", "ml.c5n.9xlarge", "ml.c5n.18xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.16xlarge", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge", "ml.trn1.2xlarge", "ml.trn1.32xlarge", "ml.trn1n.32xlarge"
|
11761
11794
|
# resp.training_job_definition.resource_config.instance_count #=> Integer
|
11762
11795
|
# resp.training_job_definition.resource_config.volume_size_in_gb #=> Integer
|
11763
11796
|
# resp.training_job_definition.resource_config.volume_kms_key_id #=> String
|
11764
11797
|
# resp.training_job_definition.resource_config.instance_groups #=> Array
|
11765
|
-
# resp.training_job_definition.resource_config.instance_groups[0].instance_type #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "ml.c4.xlarge", "ml.c4.2xlarge", "ml.c4.4xlarge", "ml.c4.8xlarge", "ml.p2.xlarge", "ml.p2.8xlarge", "ml.p2.16xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge", "ml.p4d.24xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5n.xlarge", "ml.c5n.2xlarge", "ml.c5n.4xlarge", "ml.c5n.9xlarge", "ml.c5n.18xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.16xlarge", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge", "ml.trn1.2xlarge", "ml.trn1.32xlarge"
|
11798
|
+
# resp.training_job_definition.resource_config.instance_groups[0].instance_type #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "ml.c4.xlarge", "ml.c4.2xlarge", "ml.c4.4xlarge", "ml.c4.8xlarge", "ml.p2.xlarge", "ml.p2.8xlarge", "ml.p2.16xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge", "ml.p4d.24xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5n.xlarge", "ml.c5n.2xlarge", "ml.c5n.4xlarge", "ml.c5n.9xlarge", "ml.c5n.18xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.16xlarge", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge", "ml.trn1.2xlarge", "ml.trn1.32xlarge", "ml.trn1n.32xlarge"
|
11766
11799
|
# resp.training_job_definition.resource_config.instance_groups[0].instance_count #=> Integer
|
11767
11800
|
# resp.training_job_definition.resource_config.instance_groups[0].instance_group_name #=> String
|
11768
11801
|
# resp.training_job_definition.resource_config.keep_alive_period_in_seconds #=> Integer
|
@@ -11774,13 +11807,13 @@ module Aws::SageMaker
|
|
11774
11807
|
# resp.training_job_definition.checkpoint_config.s3_uri #=> String
|
11775
11808
|
# resp.training_job_definition.checkpoint_config.local_path #=> String
|
11776
11809
|
# resp.training_job_definition.retry_strategy.maximum_retry_attempts #=> Integer
|
11777
|
-
# resp.training_job_definition.hyper_parameter_tuning_resource_config.instance_type #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "ml.c4.xlarge", "ml.c4.2xlarge", "ml.c4.4xlarge", "ml.c4.8xlarge", "ml.p2.xlarge", "ml.p2.8xlarge", "ml.p2.16xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge", "ml.p4d.24xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5n.xlarge", "ml.c5n.2xlarge", "ml.c5n.4xlarge", "ml.c5n.9xlarge", "ml.c5n.18xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.16xlarge", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge", "ml.trn1.2xlarge", "ml.trn1.32xlarge"
|
11810
|
+
# resp.training_job_definition.hyper_parameter_tuning_resource_config.instance_type #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "ml.c4.xlarge", "ml.c4.2xlarge", "ml.c4.4xlarge", "ml.c4.8xlarge", "ml.p2.xlarge", "ml.p2.8xlarge", "ml.p2.16xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge", "ml.p4d.24xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5n.xlarge", "ml.c5n.2xlarge", "ml.c5n.4xlarge", "ml.c5n.9xlarge", "ml.c5n.18xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.16xlarge", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge", "ml.trn1.2xlarge", "ml.trn1.32xlarge", "ml.trn1n.32xlarge"
|
11778
11811
|
# resp.training_job_definition.hyper_parameter_tuning_resource_config.instance_count #=> Integer
|
11779
11812
|
# resp.training_job_definition.hyper_parameter_tuning_resource_config.volume_size_in_gb #=> Integer
|
11780
11813
|
# resp.training_job_definition.hyper_parameter_tuning_resource_config.volume_kms_key_id #=> String
|
11781
11814
|
# resp.training_job_definition.hyper_parameter_tuning_resource_config.allocation_strategy #=> String, one of "Prioritized"
|
11782
11815
|
# resp.training_job_definition.hyper_parameter_tuning_resource_config.instance_configs #=> Array
|
11783
|
-
# resp.training_job_definition.hyper_parameter_tuning_resource_config.instance_configs[0].instance_type #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "ml.c4.xlarge", "ml.c4.2xlarge", "ml.c4.4xlarge", "ml.c4.8xlarge", "ml.p2.xlarge", "ml.p2.8xlarge", "ml.p2.16xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge", "ml.p4d.24xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5n.xlarge", "ml.c5n.2xlarge", "ml.c5n.4xlarge", "ml.c5n.9xlarge", "ml.c5n.18xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.16xlarge", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge", "ml.trn1.2xlarge", "ml.trn1.32xlarge"
|
11816
|
+
# resp.training_job_definition.hyper_parameter_tuning_resource_config.instance_configs[0].instance_type #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "ml.c4.xlarge", "ml.c4.2xlarge", "ml.c4.4xlarge", "ml.c4.8xlarge", "ml.p2.xlarge", "ml.p2.8xlarge", "ml.p2.16xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge", "ml.p4d.24xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5n.xlarge", "ml.c5n.2xlarge", "ml.c5n.4xlarge", "ml.c5n.9xlarge", "ml.c5n.18xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.16xlarge", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge", "ml.trn1.2xlarge", "ml.trn1.32xlarge", "ml.trn1n.32xlarge"
|
11784
11817
|
# resp.training_job_definition.hyper_parameter_tuning_resource_config.instance_configs[0].instance_count #=> Integer
|
11785
11818
|
# resp.training_job_definition.hyper_parameter_tuning_resource_config.instance_configs[0].volume_size_in_gb #=> Integer
|
11786
11819
|
# resp.training_job_definition.environment #=> Hash
|
@@ -11839,12 +11872,13 @@ module Aws::SageMaker
|
|
11839
11872
|
# resp.training_job_definitions[0].vpc_config.subnets[0] #=> String
|
11840
11873
|
# resp.training_job_definitions[0].output_data_config.kms_key_id #=> String
|
11841
11874
|
# resp.training_job_definitions[0].output_data_config.s3_output_path #=> String
|
11842
|
-
# resp.training_job_definitions[0].
|
11875
|
+
# resp.training_job_definitions[0].output_data_config.compression_type #=> String, one of "GZIP", "NONE"
|
11876
|
+
# resp.training_job_definitions[0].resource_config.instance_type #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "ml.c4.xlarge", "ml.c4.2xlarge", "ml.c4.4xlarge", "ml.c4.8xlarge", "ml.p2.xlarge", "ml.p2.8xlarge", "ml.p2.16xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge", "ml.p4d.24xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5n.xlarge", "ml.c5n.2xlarge", "ml.c5n.4xlarge", "ml.c5n.9xlarge", "ml.c5n.18xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.16xlarge", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge", "ml.trn1.2xlarge", "ml.trn1.32xlarge", "ml.trn1n.32xlarge"
|
11843
11877
|
# resp.training_job_definitions[0].resource_config.instance_count #=> Integer
|
11844
11878
|
# resp.training_job_definitions[0].resource_config.volume_size_in_gb #=> Integer
|
11845
11879
|
# resp.training_job_definitions[0].resource_config.volume_kms_key_id #=> String
|
11846
11880
|
# resp.training_job_definitions[0].resource_config.instance_groups #=> Array
|
11847
|
-
# resp.training_job_definitions[0].resource_config.instance_groups[0].instance_type #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "ml.c4.xlarge", "ml.c4.2xlarge", "ml.c4.4xlarge", "ml.c4.8xlarge", "ml.p2.xlarge", "ml.p2.8xlarge", "ml.p2.16xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge", "ml.p4d.24xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5n.xlarge", "ml.c5n.2xlarge", "ml.c5n.4xlarge", "ml.c5n.9xlarge", "ml.c5n.18xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.16xlarge", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge", "ml.trn1.2xlarge", "ml.trn1.32xlarge"
|
11881
|
+
# resp.training_job_definitions[0].resource_config.instance_groups[0].instance_type #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "ml.c4.xlarge", "ml.c4.2xlarge", "ml.c4.4xlarge", "ml.c4.8xlarge", "ml.p2.xlarge", "ml.p2.8xlarge", "ml.p2.16xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge", "ml.p4d.24xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5n.xlarge", "ml.c5n.2xlarge", "ml.c5n.4xlarge", "ml.c5n.9xlarge", "ml.c5n.18xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.16xlarge", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge", "ml.trn1.2xlarge", "ml.trn1.32xlarge", "ml.trn1n.32xlarge"
|
11848
11882
|
# resp.training_job_definitions[0].resource_config.instance_groups[0].instance_count #=> Integer
|
11849
11883
|
# resp.training_job_definitions[0].resource_config.instance_groups[0].instance_group_name #=> String
|
11850
11884
|
# resp.training_job_definitions[0].resource_config.keep_alive_period_in_seconds #=> Integer
|
@@ -11856,13 +11890,13 @@ module Aws::SageMaker
|
|
11856
11890
|
# resp.training_job_definitions[0].checkpoint_config.s3_uri #=> String
|
11857
11891
|
# resp.training_job_definitions[0].checkpoint_config.local_path #=> String
|
11858
11892
|
# resp.training_job_definitions[0].retry_strategy.maximum_retry_attempts #=> Integer
|
11859
|
-
# resp.training_job_definitions[0].hyper_parameter_tuning_resource_config.instance_type #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "ml.c4.xlarge", "ml.c4.2xlarge", "ml.c4.4xlarge", "ml.c4.8xlarge", "ml.p2.xlarge", "ml.p2.8xlarge", "ml.p2.16xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge", "ml.p4d.24xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5n.xlarge", "ml.c5n.2xlarge", "ml.c5n.4xlarge", "ml.c5n.9xlarge", "ml.c5n.18xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.16xlarge", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge", "ml.trn1.2xlarge", "ml.trn1.32xlarge"
|
11893
|
+
# resp.training_job_definitions[0].hyper_parameter_tuning_resource_config.instance_type #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "ml.c4.xlarge", "ml.c4.2xlarge", "ml.c4.4xlarge", "ml.c4.8xlarge", "ml.p2.xlarge", "ml.p2.8xlarge", "ml.p2.16xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge", "ml.p4d.24xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5n.xlarge", "ml.c5n.2xlarge", "ml.c5n.4xlarge", "ml.c5n.9xlarge", "ml.c5n.18xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.16xlarge", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge", "ml.trn1.2xlarge", "ml.trn1.32xlarge", "ml.trn1n.32xlarge"
|
11860
11894
|
# resp.training_job_definitions[0].hyper_parameter_tuning_resource_config.instance_count #=> Integer
|
11861
11895
|
# resp.training_job_definitions[0].hyper_parameter_tuning_resource_config.volume_size_in_gb #=> Integer
|
11862
11896
|
# resp.training_job_definitions[0].hyper_parameter_tuning_resource_config.volume_kms_key_id #=> String
|
11863
11897
|
# resp.training_job_definitions[0].hyper_parameter_tuning_resource_config.allocation_strategy #=> String, one of "Prioritized"
|
11864
11898
|
# resp.training_job_definitions[0].hyper_parameter_tuning_resource_config.instance_configs #=> Array
|
11865
|
-
# resp.training_job_definitions[0].hyper_parameter_tuning_resource_config.instance_configs[0].instance_type #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "ml.c4.xlarge", "ml.c4.2xlarge", "ml.c4.4xlarge", "ml.c4.8xlarge", "ml.p2.xlarge", "ml.p2.8xlarge", "ml.p2.16xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge", "ml.p4d.24xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5n.xlarge", "ml.c5n.2xlarge", "ml.c5n.4xlarge", "ml.c5n.9xlarge", "ml.c5n.18xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.16xlarge", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge", "ml.trn1.2xlarge", "ml.trn1.32xlarge"
|
11899
|
+
# resp.training_job_definitions[0].hyper_parameter_tuning_resource_config.instance_configs[0].instance_type #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "ml.c4.xlarge", "ml.c4.2xlarge", "ml.c4.4xlarge", "ml.c4.8xlarge", "ml.p2.xlarge", "ml.p2.8xlarge", "ml.p2.16xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge", "ml.p4d.24xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5n.xlarge", "ml.c5n.2xlarge", "ml.c5n.4xlarge", "ml.c5n.9xlarge", "ml.c5n.18xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.16xlarge", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge", "ml.trn1.2xlarge", "ml.trn1.32xlarge", "ml.trn1n.32xlarge"
|
11866
11900
|
# resp.training_job_definitions[0].hyper_parameter_tuning_resource_config.instance_configs[0].instance_count #=> Integer
|
11867
11901
|
# resp.training_job_definitions[0].hyper_parameter_tuning_resource_config.instance_configs[0].volume_size_in_gb #=> Integer
|
11868
11902
|
# resp.training_job_definitions[0].environment #=> Hash
|
@@ -12434,6 +12468,9 @@ module Aws::SageMaker
|
|
12434
12468
|
# resp.primary_container.model_package_name #=> String
|
12435
12469
|
# resp.primary_container.inference_specification_name #=> String
|
12436
12470
|
# resp.primary_container.multi_model_config.model_cache_setting #=> String, one of "Enabled", "Disabled"
|
12471
|
+
# resp.primary_container.model_data_source.s3_data_source.s3_uri #=> String
|
12472
|
+
# resp.primary_container.model_data_source.s3_data_source.s3_data_type #=> String, one of "S3Prefix", "S3Object"
|
12473
|
+
# resp.primary_container.model_data_source.s3_data_source.compression_type #=> String, one of "None", "Gzip"
|
12437
12474
|
# resp.containers #=> Array
|
12438
12475
|
# resp.containers[0].container_hostname #=> String
|
12439
12476
|
# resp.containers[0].image #=> String
|
@@ -12446,6 +12483,9 @@ module Aws::SageMaker
|
|
12446
12483
|
# resp.containers[0].model_package_name #=> String
|
12447
12484
|
# resp.containers[0].inference_specification_name #=> String
|
12448
12485
|
# resp.containers[0].multi_model_config.model_cache_setting #=> String, one of "Enabled", "Disabled"
|
12486
|
+
# resp.containers[0].model_data_source.s3_data_source.s3_uri #=> String
|
12487
|
+
# resp.containers[0].model_data_source.s3_data_source.s3_data_type #=> String, one of "S3Prefix", "S3Object"
|
12488
|
+
# resp.containers[0].model_data_source.s3_data_source.compression_type #=> String, one of "None", "Gzip"
|
12449
12489
|
# resp.inference_execution_config.mode #=> String, one of "Serial", "Direct"
|
12450
12490
|
# resp.execution_role_arn #=> String
|
12451
12491
|
# resp.vpc_config.security_group_ids #=> Array
|
@@ -13938,12 +13978,13 @@ module Aws::SageMaker
|
|
13938
13978
|
# resp.input_data_config[0].shuffle_config.seed #=> Integer
|
13939
13979
|
# resp.output_data_config.kms_key_id #=> String
|
13940
13980
|
# resp.output_data_config.s3_output_path #=> String
|
13941
|
-
# resp.
|
13981
|
+
# resp.output_data_config.compression_type #=> String, one of "GZIP", "NONE"
|
13982
|
+
# resp.resource_config.instance_type #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "ml.c4.xlarge", "ml.c4.2xlarge", "ml.c4.4xlarge", "ml.c4.8xlarge", "ml.p2.xlarge", "ml.p2.8xlarge", "ml.p2.16xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge", "ml.p4d.24xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5n.xlarge", "ml.c5n.2xlarge", "ml.c5n.4xlarge", "ml.c5n.9xlarge", "ml.c5n.18xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.16xlarge", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge", "ml.trn1.2xlarge", "ml.trn1.32xlarge", "ml.trn1n.32xlarge"
|
13942
13983
|
# resp.resource_config.instance_count #=> Integer
|
13943
13984
|
# resp.resource_config.volume_size_in_gb #=> Integer
|
13944
13985
|
# resp.resource_config.volume_kms_key_id #=> String
|
13945
13986
|
# resp.resource_config.instance_groups #=> Array
|
13946
|
-
# resp.resource_config.instance_groups[0].instance_type #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "ml.c4.xlarge", "ml.c4.2xlarge", "ml.c4.4xlarge", "ml.c4.8xlarge", "ml.p2.xlarge", "ml.p2.8xlarge", "ml.p2.16xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge", "ml.p4d.24xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5n.xlarge", "ml.c5n.2xlarge", "ml.c5n.4xlarge", "ml.c5n.9xlarge", "ml.c5n.18xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.16xlarge", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge", "ml.trn1.2xlarge", "ml.trn1.32xlarge"
|
13987
|
+
# resp.resource_config.instance_groups[0].instance_type #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "ml.c4.xlarge", "ml.c4.2xlarge", "ml.c4.4xlarge", "ml.c4.8xlarge", "ml.p2.xlarge", "ml.p2.8xlarge", "ml.p2.16xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge", "ml.p4d.24xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5n.xlarge", "ml.c5n.2xlarge", "ml.c5n.4xlarge", "ml.c5n.9xlarge", "ml.c5n.18xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.16xlarge", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge", "ml.trn1.2xlarge", "ml.trn1.32xlarge", "ml.trn1n.32xlarge"
|
13947
13988
|
# resp.resource_config.instance_groups[0].instance_count #=> Integer
|
13948
13989
|
# resp.resource_config.instance_groups[0].instance_group_name #=> String
|
13949
13990
|
# resp.resource_config.keep_alive_period_in_seconds #=> Integer
|
@@ -22034,6 +22075,9 @@ module Aws::SageMaker
|
|
22034
22075
|
# request. It takes some time after you've made a valid request for
|
22035
22076
|
# Feature Store to update the feature group.
|
22036
22077
|
#
|
22078
|
+
# @option params [Types::OnlineStoreConfigUpdate] :online_store_config
|
22079
|
+
# Updates the feature group online store configuration.
|
22080
|
+
#
|
22037
22081
|
# @return [Types::UpdateFeatureGroupResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
22038
22082
|
#
|
22039
22083
|
# * {Types::UpdateFeatureGroupResponse#feature_group_arn #feature_group_arn} => String
|
@@ -22048,6 +22092,12 @@ module Aws::SageMaker
|
|
22048
22092
|
# feature_type: "Integral", # accepts Integral, Fractional, String
|
22049
22093
|
# },
|
22050
22094
|
# ],
|
22095
|
+
# online_store_config: {
|
22096
|
+
# ttl_duration: {
|
22097
|
+
# unit: "Seconds", # accepts Seconds, Minutes, Hours, Days, Weeks
|
22098
|
+
# value: 1,
|
22099
|
+
# },
|
22100
|
+
# },
|
22051
22101
|
# })
|
22052
22102
|
#
|
22053
22103
|
# @example Response structure
|
@@ -23708,7 +23758,7 @@ module Aws::SageMaker
|
|
23708
23758
|
params: params,
|
23709
23759
|
config: config)
|
23710
23760
|
context[:gem_name] = 'aws-sdk-sagemaker'
|
23711
|
-
context[:gem_version] = '1.
|
23761
|
+
context[:gem_version] = '1.190.0'
|
23712
23762
|
Seahorse::Client::Request.new(handlers, context)
|
23713
23763
|
end
|
23714
23764
|
|
@@ -1246,6 +1246,7 @@ module Aws::SageMaker
|
|
1246
1246
|
ModelCardVersionSummary = Shapes::StructureShape.new(name: 'ModelCardVersionSummary')
|
1247
1247
|
ModelCardVersionSummaryList = Shapes::ListShape.new(name: 'ModelCardVersionSummaryList')
|
1248
1248
|
ModelClientConfig = Shapes::StructureShape.new(name: 'ModelClientConfig')
|
1249
|
+
ModelCompressionType = Shapes::StringShape.new(name: 'ModelCompressionType')
|
1249
1250
|
ModelConfiguration = Shapes::StructureShape.new(name: 'ModelConfiguration')
|
1250
1251
|
ModelDashboardEndpoint = Shapes::StructureShape.new(name: 'ModelDashboardEndpoint')
|
1251
1252
|
ModelDashboardEndpoints = Shapes::ListShape.new(name: 'ModelDashboardEndpoints')
|
@@ -1255,6 +1256,7 @@ module Aws::SageMaker
|
|
1255
1256
|
ModelDashboardMonitoringSchedule = Shapes::StructureShape.new(name: 'ModelDashboardMonitoringSchedule')
|
1256
1257
|
ModelDashboardMonitoringSchedules = Shapes::ListShape.new(name: 'ModelDashboardMonitoringSchedules')
|
1257
1258
|
ModelDataQuality = Shapes::StructureShape.new(name: 'ModelDataQuality')
|
1259
|
+
ModelDataSource = Shapes::StructureShape.new(name: 'ModelDataSource')
|
1258
1260
|
ModelDeployConfig = Shapes::StructureShape.new(name: 'ModelDeployConfig')
|
1259
1261
|
ModelDeployResult = Shapes::StructureShape.new(name: 'ModelDeployResult')
|
1260
1262
|
ModelDigests = Shapes::StructureShape.new(name: 'ModelDigests')
|
@@ -1421,6 +1423,7 @@ module Aws::SageMaker
|
|
1421
1423
|
OidcEndpoint = Shapes::StringShape.new(name: 'OidcEndpoint')
|
1422
1424
|
OidcMemberDefinition = Shapes::StructureShape.new(name: 'OidcMemberDefinition')
|
1423
1425
|
OnlineStoreConfig = Shapes::StructureShape.new(name: 'OnlineStoreConfig')
|
1426
|
+
OnlineStoreConfigUpdate = Shapes::StructureShape.new(name: 'OnlineStoreConfigUpdate')
|
1424
1427
|
OnlineStoreSecurityConfig = Shapes::StructureShape.new(name: 'OnlineStoreSecurityConfig')
|
1425
1428
|
OnlineStoreTotalSizeBytes = Shapes::IntegerShape.new(name: 'OnlineStoreTotalSizeBytes')
|
1426
1429
|
Operator = Shapes::StringShape.new(name: 'Operator')
|
@@ -1428,6 +1431,7 @@ module Aws::SageMaker
|
|
1428
1431
|
OptionalInteger = Shapes::IntegerShape.new(name: 'OptionalInteger')
|
1429
1432
|
OptionalVolumeSizeInGB = Shapes::IntegerShape.new(name: 'OptionalVolumeSizeInGB')
|
1430
1433
|
OrderKey = Shapes::StringShape.new(name: 'OrderKey')
|
1434
|
+
OutputCompressionType = Shapes::StringShape.new(name: 'OutputCompressionType')
|
1431
1435
|
OutputConfig = Shapes::StructureShape.new(name: 'OutputConfig')
|
1432
1436
|
OutputDataConfig = Shapes::StructureShape.new(name: 'OutputDataConfig')
|
1433
1437
|
OutputParameter = Shapes::StructureShape.new(name: 'OutputParameter')
|
@@ -1657,6 +1661,9 @@ module Aws::SageMaker
|
|
1657
1661
|
S3DataDistribution = Shapes::StringShape.new(name: 'S3DataDistribution')
|
1658
1662
|
S3DataSource = Shapes::StructureShape.new(name: 'S3DataSource')
|
1659
1663
|
S3DataType = Shapes::StringShape.new(name: 'S3DataType')
|
1664
|
+
S3ModelDataSource = Shapes::StructureShape.new(name: 'S3ModelDataSource')
|
1665
|
+
S3ModelDataType = Shapes::StringShape.new(name: 'S3ModelDataType')
|
1666
|
+
S3ModelUri = Shapes::StringShape.new(name: 'S3ModelUri')
|
1660
1667
|
S3OutputPath = Shapes::StringShape.new(name: 'S3OutputPath')
|
1661
1668
|
S3StorageConfig = Shapes::StructureShape.new(name: 'S3StorageConfig')
|
1662
1669
|
S3Uri = Shapes::StringShape.new(name: 'S3Uri')
|
@@ -1905,6 +1912,9 @@ module Aws::SageMaker
|
|
1905
1912
|
TrialSourceArn = Shapes::StringShape.new(name: 'TrialSourceArn')
|
1906
1913
|
TrialSummaries = Shapes::ListShape.new(name: 'TrialSummaries')
|
1907
1914
|
TrialSummary = Shapes::StructureShape.new(name: 'TrialSummary')
|
1915
|
+
TtlDuration = Shapes::StructureShape.new(name: 'TtlDuration')
|
1916
|
+
TtlDurationUnit = Shapes::StringShape.new(name: 'TtlDurationUnit')
|
1917
|
+
TtlDurationValue = Shapes::IntegerShape.new(name: 'TtlDurationValue')
|
1908
1918
|
TuningJobCompletionCriteria = Shapes::StructureShape.new(name: 'TuningJobCompletionCriteria')
|
1909
1919
|
TuningJobStepMetaData = Shapes::StructureShape.new(name: 'TuningJobStepMetaData')
|
1910
1920
|
USD = Shapes::StructureShape.new(name: 'USD')
|
@@ -2624,6 +2634,7 @@ module Aws::SageMaker
|
|
2624
2634
|
ContainerDefinition.add_member(:model_package_name, Shapes::ShapeRef.new(shape: VersionedArnOrName, location_name: "ModelPackageName"))
|
2625
2635
|
ContainerDefinition.add_member(:inference_specification_name, Shapes::ShapeRef.new(shape: InferenceSpecificationName, location_name: "InferenceSpecificationName"))
|
2626
2636
|
ContainerDefinition.add_member(:multi_model_config, Shapes::ShapeRef.new(shape: MultiModelConfig, location_name: "MultiModelConfig"))
|
2637
|
+
ContainerDefinition.add_member(:model_data_source, Shapes::ShapeRef.new(shape: ModelDataSource, location_name: "ModelDataSource"))
|
2627
2638
|
ContainerDefinition.struct_class = Types::ContainerDefinition
|
2628
2639
|
|
2629
2640
|
ContainerDefinitionList.member = Shapes::ShapeRef.new(shape: ContainerDefinition)
|
@@ -6853,6 +6864,9 @@ module Aws::SageMaker
|
|
6853
6864
|
ModelDataQuality.add_member(:constraints, Shapes::ShapeRef.new(shape: MetricsSource, location_name: "Constraints"))
|
6854
6865
|
ModelDataQuality.struct_class = Types::ModelDataQuality
|
6855
6866
|
|
6867
|
+
ModelDataSource.add_member(:s3_data_source, Shapes::ShapeRef.new(shape: S3ModelDataSource, required: true, location_name: "S3DataSource"))
|
6868
|
+
ModelDataSource.struct_class = Types::ModelDataSource
|
6869
|
+
|
6856
6870
|
ModelDeployConfig.add_member(:auto_generate_endpoint_name, Shapes::ShapeRef.new(shape: AutoGenerateEndpointName, location_name: "AutoGenerateEndpointName"))
|
6857
6871
|
ModelDeployConfig.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, location_name: "EndpointName"))
|
6858
6872
|
ModelDeployConfig.struct_class = Types::ModelDeployConfig
|
@@ -7322,8 +7336,12 @@ module Aws::SageMaker
|
|
7322
7336
|
|
7323
7337
|
OnlineStoreConfig.add_member(:security_config, Shapes::ShapeRef.new(shape: OnlineStoreSecurityConfig, location_name: "SecurityConfig"))
|
7324
7338
|
OnlineStoreConfig.add_member(:enable_online_store, Shapes::ShapeRef.new(shape: Boolean, location_name: "EnableOnlineStore"))
|
7339
|
+
OnlineStoreConfig.add_member(:ttl_duration, Shapes::ShapeRef.new(shape: TtlDuration, location_name: "TtlDuration"))
|
7325
7340
|
OnlineStoreConfig.struct_class = Types::OnlineStoreConfig
|
7326
7341
|
|
7342
|
+
OnlineStoreConfigUpdate.add_member(:ttl_duration, Shapes::ShapeRef.new(shape: TtlDuration, location_name: "TtlDuration"))
|
7343
|
+
OnlineStoreConfigUpdate.struct_class = Types::OnlineStoreConfigUpdate
|
7344
|
+
|
7327
7345
|
OnlineStoreSecurityConfig.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
|
7328
7346
|
OnlineStoreSecurityConfig.struct_class = Types::OnlineStoreSecurityConfig
|
7329
7347
|
|
@@ -7336,6 +7354,7 @@ module Aws::SageMaker
|
|
7336
7354
|
|
7337
7355
|
OutputDataConfig.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
|
7338
7356
|
OutputDataConfig.add_member(:s3_output_path, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3OutputPath"))
|
7357
|
+
OutputDataConfig.add_member(:compression_type, Shapes::ShapeRef.new(shape: OutputCompressionType, location_name: "CompressionType"))
|
7339
7358
|
OutputDataConfig.struct_class = Types::OutputDataConfig
|
7340
7359
|
|
7341
7360
|
OutputParameter.add_member(:name, Shapes::ShapeRef.new(shape: String256, required: true, location_name: "Name"))
|
@@ -7972,6 +7991,11 @@ module Aws::SageMaker
|
|
7972
7991
|
S3DataSource.add_member(:instance_group_names, Shapes::ShapeRef.new(shape: InstanceGroupNames, location_name: "InstanceGroupNames"))
|
7973
7992
|
S3DataSource.struct_class = Types::S3DataSource
|
7974
7993
|
|
7994
|
+
S3ModelDataSource.add_member(:s3_uri, Shapes::ShapeRef.new(shape: S3ModelUri, required: true, location_name: "S3Uri"))
|
7995
|
+
S3ModelDataSource.add_member(:s3_data_type, Shapes::ShapeRef.new(shape: S3ModelDataType, required: true, location_name: "S3DataType"))
|
7996
|
+
S3ModelDataSource.add_member(:compression_type, Shapes::ShapeRef.new(shape: ModelCompressionType, required: true, location_name: "CompressionType"))
|
7997
|
+
S3ModelDataSource.struct_class = Types::S3ModelDataSource
|
7998
|
+
|
7975
7999
|
S3StorageConfig.add_member(:s3_uri, Shapes::ShapeRef.new(shape: S3Uri, required: true, location_name: "S3Uri"))
|
7976
8000
|
S3StorageConfig.add_member(:kms_key_id, Shapes::ShapeRef.new(shape: KmsKeyId, location_name: "KmsKeyId"))
|
7977
8001
|
S3StorageConfig.add_member(:resolved_output_s3_uri, Shapes::ShapeRef.new(shape: S3Uri, location_name: "ResolvedOutputS3Uri"))
|
@@ -8566,6 +8590,10 @@ module Aws::SageMaker
|
|
8566
8590
|
TrialSummary.add_member(:last_modified_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastModifiedTime"))
|
8567
8591
|
TrialSummary.struct_class = Types::TrialSummary
|
8568
8592
|
|
8593
|
+
TtlDuration.add_member(:unit, Shapes::ShapeRef.new(shape: TtlDurationUnit, location_name: "Unit"))
|
8594
|
+
TtlDuration.add_member(:value, Shapes::ShapeRef.new(shape: TtlDurationValue, location_name: "Value"))
|
8595
|
+
TtlDuration.struct_class = Types::TtlDuration
|
8596
|
+
|
8569
8597
|
TuningJobCompletionCriteria.add_member(:target_objective_metric_value, Shapes::ShapeRef.new(shape: TargetObjectiveMetricValue, location_name: "TargetObjectiveMetricValue"))
|
8570
8598
|
TuningJobCompletionCriteria.add_member(:best_objective_not_improving, Shapes::ShapeRef.new(shape: BestObjectiveNotImproving, location_name: "BestObjectiveNotImproving"))
|
8571
8599
|
TuningJobCompletionCriteria.add_member(:convergence_detected, Shapes::ShapeRef.new(shape: ConvergenceDetected, location_name: "ConvergenceDetected"))
|
@@ -8681,6 +8709,7 @@ module Aws::SageMaker
|
|
8681
8709
|
|
8682
8710
|
UpdateFeatureGroupRequest.add_member(:feature_group_name, Shapes::ShapeRef.new(shape: FeatureGroupName, required: true, location_name: "FeatureGroupName"))
|
8683
8711
|
UpdateFeatureGroupRequest.add_member(:feature_additions, Shapes::ShapeRef.new(shape: FeatureAdditions, location_name: "FeatureAdditions"))
|
8712
|
+
UpdateFeatureGroupRequest.add_member(:online_store_config, Shapes::ShapeRef.new(shape: OnlineStoreConfigUpdate, location_name: "OnlineStoreConfig"))
|
8684
8713
|
UpdateFeatureGroupRequest.struct_class = Types::UpdateFeatureGroupRequest
|
8685
8714
|
|
8686
8715
|
UpdateFeatureGroupResponse.add_member(:feature_group_arn, Shapes::ShapeRef.new(shape: FeatureGroupArn, required: true, location_name: "FeatureGroupArn"))
|
@@ -4099,6 +4099,16 @@ module Aws::SageMaker
|
|
4099
4099
|
# Specifies additional configuration for multi-model endpoints.
|
4100
4100
|
# @return [Types::MultiModelConfig]
|
4101
4101
|
#
|
4102
|
+
# @!attribute [rw] model_data_source
|
4103
|
+
# Specifies the location of ML model data to deploy.
|
4104
|
+
#
|
4105
|
+
# <note markdown="1"> Currently you cannot use `ModelDataSource` in conjunction with
|
4106
|
+
# SageMaker batch transform, SageMaker serverless endpoints, SageMaker
|
4107
|
+
# multi-model endpoints, and SageMaker Marketplace.
|
4108
|
+
#
|
4109
|
+
# </note>
|
4110
|
+
# @return [Types::ModelDataSource]
|
4111
|
+
#
|
4102
4112
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ContainerDefinition AWS API Documentation
|
4103
4113
|
#
|
4104
4114
|
class ContainerDefinition < Struct.new(
|
@@ -4110,7 +4120,8 @@ module Aws::SageMaker
|
|
4110
4120
|
:environment,
|
4111
4121
|
:model_package_name,
|
4112
4122
|
:inference_specification_name,
|
4113
|
-
:multi_model_config
|
4123
|
+
:multi_model_config,
|
4124
|
+
:model_data_source)
|
4114
4125
|
SENSITIVE = []
|
4115
4126
|
include Aws::Structure
|
4116
4127
|
end
|
@@ -4702,9 +4713,9 @@ module Aws::SageMaker
|
|
4702
4713
|
#
|
4703
4714
|
# @!attribute [rw] auto_ml_job_input_data_config
|
4704
4715
|
# An array of channel objects describing the input data and their
|
4705
|
-
# location. Each channel is a named input source. Similar to
|
4706
|
-
# [InputDataConfig][1]
|
4707
|
-
# formats depend on the problem type:
|
4716
|
+
# location. Each channel is a named input source. Similar to the
|
4717
|
+
# [InputDataConfig][1] attribute in the `CreateAutoMLJob` input
|
4718
|
+
# parameters. The supported formats depend on the problem type:
|
4708
4719
|
#
|
4709
4720
|
# * For Tabular problem types: `S3Prefix`, `ManifestFile`.
|
4710
4721
|
#
|
@@ -4726,13 +4737,6 @@ module Aws::SageMaker
|
|
4726
4737
|
# @!attribute [rw] auto_ml_problem_type_config
|
4727
4738
|
# Defines the configuration settings of one of the supported problem
|
4728
4739
|
# types.
|
4729
|
-
#
|
4730
|
-
# <note markdown="1"> For tabular problem types, you must either specify the type of
|
4731
|
-
# supervised learning problem in `AutoMLProblemTypeConfig`
|
4732
|
-
# (`TabularJobConfig.ProblemType`) and provide the
|
4733
|
-
# `AutoMLJobObjective`, or none at all.
|
4734
|
-
#
|
4735
|
-
# </note>
|
4736
4740
|
# @return [Types::AutoMLProblemTypeConfig]
|
4737
4741
|
#
|
4738
4742
|
# @!attribute [rw] role_arn
|
@@ -4761,10 +4765,10 @@ module Aws::SageMaker
|
|
4761
4765
|
# problem type. For the list of default values per problem type, see
|
4762
4766
|
# [AutoMLJobObjective][1].
|
4763
4767
|
#
|
4764
|
-
# <note markdown="1"> For tabular problem types, you must either provide the
|
4768
|
+
# <note markdown="1"> For tabular problem types, you must either provide both the
|
4765
4769
|
# `AutoMLJobObjective` and indicate the type of supervised learning
|
4766
4770
|
# problem in `AutoMLProblemTypeConfig`
|
4767
|
-
# (`TabularJobConfig.ProblemType`), or none.
|
4771
|
+
# (`TabularJobConfig.ProblemType`), or none at all.
|
4768
4772
|
#
|
4769
4773
|
# </note>
|
4770
4774
|
#
|
@@ -28483,6 +28487,21 @@ module Aws::SageMaker
|
|
28483
28487
|
include Aws::Structure
|
28484
28488
|
end
|
28485
28489
|
|
28490
|
+
# Specifies the location of ML model data to deploy. If specified, you
|
28491
|
+
# must specify one and only one of the available data sources.
|
28492
|
+
#
|
28493
|
+
# @!attribute [rw] s3_data_source
|
28494
|
+
# Specifies the S3 location of ML model data to deploy.
|
28495
|
+
# @return [Types::S3ModelDataSource]
|
28496
|
+
#
|
28497
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ModelDataSource AWS API Documentation
|
28498
|
+
#
|
28499
|
+
class ModelDataSource < Struct.new(
|
28500
|
+
:s3_data_source)
|
28501
|
+
SENSITIVE = []
|
28502
|
+
include Aws::Structure
|
28503
|
+
end
|
28504
|
+
|
28486
28505
|
# Specifies how to generate the endpoint name for an automatic one-click
|
28487
28506
|
# Autopilot model deployment.
|
28488
28507
|
#
|
@@ -30877,11 +30896,44 @@ module Aws::SageMaker
|
|
30877
30896
|
# The default value is `False`.
|
30878
30897
|
# @return [Boolean]
|
30879
30898
|
#
|
30899
|
+
# @!attribute [rw] ttl_duration
|
30900
|
+
# Time to live duration, where the record is hard deleted after the
|
30901
|
+
# expiration time is reached; `ExpiresAt` = `EventTime` +
|
30902
|
+
# `TtlDuration`. For information on HardDelete, see the
|
30903
|
+
# [DeleteRecord][1] API in the Amazon SageMaker API Reference guide.
|
30904
|
+
#
|
30905
|
+
#
|
30906
|
+
#
|
30907
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_feature_store_DeleteRecord.html
|
30908
|
+
# @return [Types::TtlDuration]
|
30909
|
+
#
|
30880
30910
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/OnlineStoreConfig AWS API Documentation
|
30881
30911
|
#
|
30882
30912
|
class OnlineStoreConfig < Struct.new(
|
30883
30913
|
:security_config,
|
30884
|
-
:enable_online_store
|
30914
|
+
:enable_online_store,
|
30915
|
+
:ttl_duration)
|
30916
|
+
SENSITIVE = []
|
30917
|
+
include Aws::Structure
|
30918
|
+
end
|
30919
|
+
|
30920
|
+
# Updates the feature group online store configuration.
|
30921
|
+
#
|
30922
|
+
# @!attribute [rw] ttl_duration
|
30923
|
+
# Time to live duration, where the record is hard deleted after the
|
30924
|
+
# expiration time is reached; `ExpiresAt` = `EventTime` +
|
30925
|
+
# `TtlDuration`. For information on HardDelete, see the
|
30926
|
+
# [DeleteRecord][1] API in the Amazon SageMaker API Reference guide.
|
30927
|
+
#
|
30928
|
+
#
|
30929
|
+
#
|
30930
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_feature_store_DeleteRecord.html
|
30931
|
+
# @return [Types::TtlDuration]
|
30932
|
+
#
|
30933
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/OnlineStoreConfigUpdate AWS API Documentation
|
30934
|
+
#
|
30935
|
+
class OnlineStoreConfigUpdate < Struct.new(
|
30936
|
+
:ttl_duration)
|
30885
30937
|
SENSITIVE = []
|
30886
30938
|
include Aws::Structure
|
30887
30939
|
end
|
@@ -31203,11 +31255,18 @@ module Aws::SageMaker
|
|
31203
31255
|
# artifacts. For example, `s3://bucket-name/key-name-prefix`.
|
31204
31256
|
# @return [String]
|
31205
31257
|
#
|
31258
|
+
# @!attribute [rw] compression_type
|
31259
|
+
# The model output compression type. Select `None` to output an
|
31260
|
+
# uncompressed model, recommended for large model outputs. Defaults to
|
31261
|
+
# gzip.
|
31262
|
+
# @return [String]
|
31263
|
+
#
|
31206
31264
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/OutputDataConfig AWS API Documentation
|
31207
31265
|
#
|
31208
31266
|
class OutputDataConfig < Struct.new(
|
31209
31267
|
:kms_key_id,
|
31210
|
-
:s3_output_path
|
31268
|
+
:s3_output_path,
|
31269
|
+
:compression_type)
|
31211
31270
|
SENSITIVE = []
|
31212
31271
|
include Aws::Structure
|
31213
31272
|
end
|
@@ -35008,6 +35067,101 @@ module Aws::SageMaker
|
|
35008
35067
|
include Aws::Structure
|
35009
35068
|
end
|
35010
35069
|
|
35070
|
+
# Specifies the S3 location of ML model data to deploy.
|
35071
|
+
#
|
35072
|
+
# @!attribute [rw] s3_uri
|
35073
|
+
# Specifies the S3 path of ML model data to deploy.
|
35074
|
+
# @return [String]
|
35075
|
+
#
|
35076
|
+
# @!attribute [rw] s3_data_type
|
35077
|
+
# Specifies the type of ML model data to deploy.
|
35078
|
+
#
|
35079
|
+
# If you choose `S3Prefix`, `S3Uri` identifies a key name prefix.
|
35080
|
+
# SageMaker uses all objects that match the specified key name prefix
|
35081
|
+
# as part of the ML model data to deploy. A valid key name prefix
|
35082
|
+
# identified by `S3Uri` always ends with a forward slash (/).
|
35083
|
+
#
|
35084
|
+
# If you choose `S3Object`, `S3Uri` identifies an object that is the
|
35085
|
+
# ML model data to deploy.
|
35086
|
+
# @return [String]
|
35087
|
+
#
|
35088
|
+
# @!attribute [rw] compression_type
|
35089
|
+
# Specifies how the ML model data is prepared.
|
35090
|
+
#
|
35091
|
+
# If you choose `Gzip` and choose `S3Object` as the value of
|
35092
|
+
# `S3DataType`, `S3Uri` identifies an object that is a gzip-compressed
|
35093
|
+
# TAR archive. SageMaker will attempt to decompress and untar the
|
35094
|
+
# object during model deployment.
|
35095
|
+
#
|
35096
|
+
# If you choose `None` and chooose `S3Object` as the value of
|
35097
|
+
# `S3DataType`, `S3Uri` identifies an object that represents an
|
35098
|
+
# uncompressed ML model to deploy.
|
35099
|
+
#
|
35100
|
+
# If you choose None and choose `S3Prefix` as the value of
|
35101
|
+
# `S3DataType`, `S3Uri` identifies a key name prefix, under which all
|
35102
|
+
# objects represents the uncompressed ML model to deploy.
|
35103
|
+
#
|
35104
|
+
# If you choose None, then SageMaker will follow rules below when
|
35105
|
+
# creating model data files under /opt/ml/model directory for use by
|
35106
|
+
# your inference code:
|
35107
|
+
#
|
35108
|
+
# * If you choose `S3Object` as the value of `S3DataType`, then
|
35109
|
+
# SageMaker will split the key of the S3 object referenced by
|
35110
|
+
# `S3Uri` by slash (/), and use the last part as the filename of the
|
35111
|
+
# file holding the content of the S3 object.
|
35112
|
+
#
|
35113
|
+
# * If you choose `S3Prefix` as the value of `S3DataType`, then for
|
35114
|
+
# each S3 object under the key name pefix referenced by `S3Uri`,
|
35115
|
+
# SageMaker will trim its key by the prefix, and use the remainder
|
35116
|
+
# as the path (relative to `/opt/ml/model`) of the file holding the
|
35117
|
+
# content of the S3 object. SageMaker will split the remainder by
|
35118
|
+
# slash (/), using intermediate parts as directory names and the
|
35119
|
+
# last part as filename of the file holding the content of the S3
|
35120
|
+
# object.
|
35121
|
+
#
|
35122
|
+
# * Do not use any of the following as file names or directory names:
|
35123
|
+
#
|
35124
|
+
# * An empty or blank string
|
35125
|
+
#
|
35126
|
+
# * A string which contains null bytes
|
35127
|
+
#
|
35128
|
+
# * A string longer than 255 bytes
|
35129
|
+
#
|
35130
|
+
# * A single dot (`.`)
|
35131
|
+
#
|
35132
|
+
# * A double dot (`..`)
|
35133
|
+
#
|
35134
|
+
# * Ambiguous file names will result in model deployment failure. For
|
35135
|
+
# example, if your uncompressed ML model consists of two S3 objects
|
35136
|
+
# `s3://mybucket/model/weights` and
|
35137
|
+
# `s3://mybucket/model/weights/part1` and you specify
|
35138
|
+
# `s3://mybucket/model/` as the value of `S3Uri` and `S3Prefix` as
|
35139
|
+
# the value of `S3DataType`, then it will result in name clash
|
35140
|
+
# between `/opt/ml/model/weights` (a regular file) and
|
35141
|
+
# `/opt/ml/model/weights/` (a directory).
|
35142
|
+
#
|
35143
|
+
# * Do not organize the model artifacts in [S3 console using
|
35144
|
+
# folders][1]. When you create a folder in S3 console, S3 creates a
|
35145
|
+
# 0-byte object with a key set to the folder name you provide. They
|
35146
|
+
# key of the 0-byte object ends with a slash (/) which violates
|
35147
|
+
# SageMaker restrictions on model artifact file names, leading to
|
35148
|
+
# model deployment failure.
|
35149
|
+
#
|
35150
|
+
#
|
35151
|
+
#
|
35152
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/using-folders.html
|
35153
|
+
# @return [String]
|
35154
|
+
#
|
35155
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/S3ModelDataSource AWS API Documentation
|
35156
|
+
#
|
35157
|
+
class S3ModelDataSource < Struct.new(
|
35158
|
+
:s3_uri,
|
35159
|
+
:s3_data_type,
|
35160
|
+
:compression_type)
|
35161
|
+
SENSITIVE = []
|
35162
|
+
include Aws::Structure
|
35163
|
+
end
|
35164
|
+
|
35011
35165
|
# The Amazon Simple Storage (Amazon S3) location and and security
|
35012
35166
|
# configuration for `OfflineStore`.
|
35013
35167
|
#
|
@@ -36528,9 +36682,16 @@ module Aws::SageMaker
|
|
36528
36682
|
# candidates of the AutoML job V2. For more information, see [ Amazon
|
36529
36683
|
# SageMaker Autopilot problem types][1].
|
36530
36684
|
#
|
36685
|
+
# <note markdown="1"> You must either specify the type of supervised learning problem in
|
36686
|
+
# `ProblemType` and provide the [AutoMLJobObjective][2] metric, or
|
36687
|
+
# none at all.
|
36688
|
+
#
|
36689
|
+
# </note>
|
36690
|
+
#
|
36531
36691
|
#
|
36532
36692
|
#
|
36533
36693
|
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/autopilot-datasets-problem-types.html#autopilot-problem-types
|
36694
|
+
# [2]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateAutoMLJobV2.html#sagemaker-CreateAutoMLJobV2-request-AutoMLJobObjective
|
36534
36695
|
# @return [String]
|
36535
36696
|
#
|
36536
36697
|
# @!attribute [rw] target_attribute_name
|
@@ -38674,6 +38835,32 @@ module Aws::SageMaker
|
|
38674
38835
|
include Aws::Structure
|
38675
38836
|
end
|
38676
38837
|
|
38838
|
+
# Time to live duration, where the record is hard deleted after the
|
38839
|
+
# expiration time is reached; `ExpiresAt` = `EventTime` + `TtlDuration`.
|
38840
|
+
# For information on HardDelete, see the [DeleteRecord][1] API in the
|
38841
|
+
# Amazon SageMaker API Reference guide.
|
38842
|
+
#
|
38843
|
+
#
|
38844
|
+
#
|
38845
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_feature_store_DeleteRecord.html
|
38846
|
+
#
|
38847
|
+
# @!attribute [rw] unit
|
38848
|
+
# `TtlDuration` time unit.
|
38849
|
+
# @return [String]
|
38850
|
+
#
|
38851
|
+
# @!attribute [rw] value
|
38852
|
+
# `TtlDuration` time value.
|
38853
|
+
# @return [Integer]
|
38854
|
+
#
|
38855
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/TtlDuration AWS API Documentation
|
38856
|
+
#
|
38857
|
+
class TtlDuration < Struct.new(
|
38858
|
+
:unit,
|
38859
|
+
:value)
|
38860
|
+
SENSITIVE = []
|
38861
|
+
include Aws::Structure
|
38862
|
+
end
|
38863
|
+
|
38677
38864
|
# The job completion criteria.
|
38678
38865
|
#
|
38679
38866
|
# @!attribute [rw] target_objective_metric_value
|
@@ -39301,11 +39488,16 @@ module Aws::SageMaker
|
|
39301
39488
|
# request for Feature Store to update the feature group.
|
39302
39489
|
# @return [Array<Types::FeatureDefinition>]
|
39303
39490
|
#
|
39491
|
+
# @!attribute [rw] online_store_config
|
39492
|
+
# Updates the feature group online store configuration.
|
39493
|
+
# @return [Types::OnlineStoreConfigUpdate]
|
39494
|
+
#
|
39304
39495
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateFeatureGroupRequest AWS API Documentation
|
39305
39496
|
#
|
39306
39497
|
class UpdateFeatureGroupRequest < Struct.new(
|
39307
39498
|
:feature_group_name,
|
39308
|
-
:feature_additions
|
39499
|
+
:feature_additions,
|
39500
|
+
:online_store_config)
|
39309
39501
|
SENSITIVE = []
|
39310
39502
|
include Aws::Structure
|
39311
39503
|
end
|
data/lib/aws-sdk-sagemaker.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-sagemaker
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.190.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-06-
|
11
|
+
date: 2023-06-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|