aws-sdk-sagemaker 1.6.0 → 1.7.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7cdf9d959f88a616741bbb8008e6f4ee32831900
4
- data.tar.gz: 51f1ef2c63ed39bd9ab2eb3a8d5187f55ccf9f70
3
+ metadata.gz: 12e79a5643f9d456f03924745eb00b35afac4efe
4
+ data.tar.gz: 8e3a9950ae7fb552fbe60b03ac288b123ff2bac3
5
5
  SHA512:
6
- metadata.gz: 0fab1a3f8f2c16478f00594e5be237a954d6dabb2e850586df9665c87a7fa19fc09a70bc9a83d96940f4cc2cc37c58d1e3f30bfeb288b1fd2bf1bcef30d71283
7
- data.tar.gz: aa890b343d49eaf113928b68ef06feae981c9180a6cac1318779ec53063b24907619ff40cc997df438cfb10b56ac03e4ebe3ba7ce47ffe68bb155da813da00e5
6
+ metadata.gz: 7664455abe1a55f0ceb3dbfd0b8d6599ee78388a3f3333be751f887fb2c6f78be6101aa2eb56865e1022033db1a3d1474494a2bca2f2161b9c9ee7ff15044788
7
+ data.tar.gz: 2e9e0727d1aab20db50860f6d3eee240f6f6532a1e76ab445863d14a20fd0851283a3198e0175665bb06e5ac32bf84e516706ac3dfbb8bb0f49e558e03af55ec
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-sagemaker/customizations'
43
43
  # @service
44
44
  module Aws::SageMaker
45
45
 
46
- GEM_VERSION = '1.6.0'
46
+ GEM_VERSION = '1.7.0'
47
47
 
48
48
  end
@@ -356,7 +356,7 @@ module Aws::SageMaker
356
356
  # variant_name: "VariantName", # required
357
357
  # model_name: "ModelName", # required
358
358
  # initial_instance_count: 1, # required
359
- # instance_type: "ml.c4.2xlarge", # required, accepts ml.c4.2xlarge, ml.c4.8xlarge, ml.c4.xlarge, ml.c5.2xlarge, ml.c5.9xlarge, ml.c5.xlarge, ml.m4.xlarge, ml.p2.xlarge, ml.p3.2xlarge, ml.t2.medium
359
+ # instance_type: "ml.t2.medium", # required, accepts ml.t2.medium, ml.t2.large, ml.t2.xlarge, ml.t2.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.large, 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.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge
360
360
  # initial_variant_weight: 1.0,
361
361
  # },
362
362
  # ],
@@ -577,7 +577,7 @@ module Aws::SageMaker
577
577
  #
578
578
  # resp = client.create_notebook_instance({
579
579
  # notebook_instance_name: "NotebookInstanceName", # required
580
- # instance_type: "ml.t2.medium", # required, accepts ml.t2.medium, ml.m4.xlarge, ml.p2.xlarge, ml.p3.2xlarge
580
+ # instance_type: "ml.t2.medium", # required, accepts ml.t2.medium, ml.t2.large, ml.t2.xlarge, ml.t2.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge
581
581
  # subnet_id: "SubnetId",
582
582
  # security_group_ids: ["SecurityGroupId"],
583
583
  # role_arn: "RoleArn", # required
@@ -609,6 +609,19 @@ module Aws::SageMaker
609
609
  # notebook instance. A *lifecycle configuration* is a collection of
610
610
  # shell scripts that run when you create or start a notebook instance.
611
611
  #
612
+ # Each lifecycle configuration script has a limit of 16384 characters.
613
+ #
614
+ # The value of the `$PATH` environment variable that is available to
615
+ # both scripts is `/sbin:bin:/usr/sbin:/usr/bin`.
616
+ #
617
+ # View CloudWatch Logs for notebook instance lifecycle configurations in
618
+ # log group `/aws/sagemaker/NotebookInstances` in log stream
619
+ # `[notebook-instance-name]/[LifecycleConfigHook]`.
620
+ #
621
+ # Lifecycle configuration scripts cannot run for longer than 5 minutes.
622
+ # If a script runs for longer than 5 minutes, it fails and the notebook
623
+ # instance is not created or started.
624
+ #
612
625
  # For information about notebook instance lifestyle configurations, see
613
626
  # notebook-lifecycle-config.
614
627
  #
@@ -761,12 +774,11 @@ module Aws::SageMaker
761
774
  # algorithm and algorithm-specific metadata, including the input mode.
762
775
  # For more information about algorithms provided by Amazon SageMaker,
763
776
  # see [Algorithms][1]. For information about providing your own
764
- # algorithms, see [Bring Your Own Algorithms ][2].
777
+ # algorithms, see your-algorithms.
765
778
  #
766
779
  #
767
780
  #
768
781
  # [1]: http://docs.aws.amazon.com/sagemaker/latest/dg/algos.html
769
- # [2]: http://docs.aws.amazon.com/sagemaker/latest/dg/adv-topics-own-algo.html
770
782
  #
771
783
  # @option params [required, String] :role_arn
772
784
  # The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker
@@ -873,7 +885,7 @@ module Aws::SageMaker
873
885
  # s3_output_path: "S3Uri", # required
874
886
  # },
875
887
  # resource_config: { # required
876
- # instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge
888
+ # instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.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.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge
877
889
  # instance_count: 1, # required
878
890
  # volume_size_in_gb: 1, # required
879
891
  # volume_kms_key_id: "KmsKeyId",
@@ -1132,7 +1144,7 @@ module Aws::SageMaker
1132
1144
  # resp.production_variants[0].variant_name #=> String
1133
1145
  # resp.production_variants[0].model_name #=> String
1134
1146
  # resp.production_variants[0].initial_instance_count #=> Integer
1135
- # resp.production_variants[0].instance_type #=> String, one of "ml.c4.2xlarge", "ml.c4.8xlarge", "ml.c4.xlarge", "ml.c5.2xlarge", "ml.c5.9xlarge", "ml.c5.xlarge", "ml.m4.xlarge", "ml.p2.xlarge", "ml.p3.2xlarge", "ml.t2.medium"
1147
+ # resp.production_variants[0].instance_type #=> String, one of "ml.t2.medium", "ml.t2.large", "ml.t2.xlarge", "ml.t2.2xlarge", "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "ml.c4.large", "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.c5.large", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge"
1136
1148
  # resp.production_variants[0].initial_variant_weight #=> Float
1137
1149
  # resp.kms_key_id #=> String
1138
1150
  # resp.creation_time #=> Time
@@ -1222,7 +1234,7 @@ module Aws::SageMaker
1222
1234
  # resp.notebook_instance_status #=> String, one of "Pending", "InService", "Stopping", "Stopped", "Failed", "Deleting"
1223
1235
  # resp.failure_reason #=> String
1224
1236
  # resp.url #=> String
1225
- # resp.instance_type #=> String, one of "ml.t2.medium", "ml.m4.xlarge", "ml.p2.xlarge", "ml.p3.2xlarge"
1237
+ # resp.instance_type #=> String, one of "ml.t2.medium", "ml.t2.large", "ml.t2.xlarge", "ml.t2.2xlarge", "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.p2.xlarge", "ml.p2.8xlarge", "ml.p2.16xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge"
1226
1238
  # resp.subnet_id #=> String
1227
1239
  # resp.security_groups #=> Array
1228
1240
  # resp.security_groups[0] #=> String
@@ -1340,7 +1352,7 @@ module Aws::SageMaker
1340
1352
  # resp.input_data_config[0].record_wrapper_type #=> String, one of "None", "RecordIO"
1341
1353
  # resp.output_data_config.kms_key_id #=> String
1342
1354
  # resp.output_data_config.s3_output_path #=> String
1343
- # resp.resource_config.instance_type #=> String, one of "ml.m4.xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.c4.xlarge", "ml.c4.2xlarge", "ml.c4.8xlarge", "ml.p2.xlarge", "ml.p2.8xlarge", "ml.p2.16xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge"
1355
+ # resp.resource_config.instance_type #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.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.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge"
1344
1356
  # resp.resource_config.instance_count #=> Integer
1345
1357
  # resp.resource_config.volume_size_in_gb #=> Integer
1346
1358
  # resp.resource_config.volume_kms_key_id #=> String
@@ -1722,7 +1734,7 @@ module Aws::SageMaker
1722
1734
  # resp.notebook_instances[0].notebook_instance_arn #=> String
1723
1735
  # resp.notebook_instances[0].notebook_instance_status #=> String, one of "Pending", "InService", "Stopping", "Stopped", "Failed", "Deleting"
1724
1736
  # resp.notebook_instances[0].url #=> String
1725
- # resp.notebook_instances[0].instance_type #=> String, one of "ml.t2.medium", "ml.m4.xlarge", "ml.p2.xlarge", "ml.p3.2xlarge"
1737
+ # resp.notebook_instances[0].instance_type #=> String, one of "ml.t2.medium", "ml.t2.large", "ml.t2.xlarge", "ml.t2.2xlarge", "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.p2.xlarge", "ml.p2.8xlarge", "ml.p2.16xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge"
1726
1738
  # resp.notebook_instances[0].creation_time #=> Time
1727
1739
  # resp.notebook_instances[0].last_modified_time #=> Time
1728
1740
  # resp.notebook_instances[0].notebook_instance_lifecycle_config_name #=> String
@@ -2060,7 +2072,7 @@ module Aws::SageMaker
2060
2072
  #
2061
2073
  # resp = client.update_notebook_instance({
2062
2074
  # notebook_instance_name: "NotebookInstanceName", # required
2063
- # instance_type: "ml.t2.medium", # accepts ml.t2.medium, ml.m4.xlarge, ml.p2.xlarge, ml.p3.2xlarge
2075
+ # instance_type: "ml.t2.medium", # accepts ml.t2.medium, ml.t2.large, ml.t2.xlarge, ml.t2.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge
2064
2076
  # role_arn: "RoleArn",
2065
2077
  # })
2066
2078
  #
@@ -2127,7 +2139,7 @@ module Aws::SageMaker
2127
2139
  params: params,
2128
2140
  config: config)
2129
2141
  context[:gem_name] = 'aws-sdk-sagemaker'
2130
- context[:gem_version] = '1.6.0'
2142
+ context[:gem_version] = '1.7.0'
2131
2143
  Seahorse::Client::Request.new(handlers, context)
2132
2144
  end
2133
2145
 
@@ -55,13 +55,12 @@ module Aws::SageMaker
55
55
  #
56
56
  # For more information about algorithms provided by Amazon SageMaker,
57
57
  # see [Algorithms][2]. For information about using your own algorithms,
58
- # see [Bring Your Own Algorithms ][3].
58
+ # see your-algorithms.
59
59
  #
60
60
  #
61
61
  #
62
62
  # [1]: http://docs.aws.amazon.com/sagemaker/latest/dg/API_CreateTrainingJob.html
63
63
  # [2]: http://docs.aws.amazon.com/sagemaker/latest/dg/algos.html
64
- # [3]: http://docs.aws.amazon.com/sagemaker/latest/dg/adv-topics-own-algo.html
65
64
  #
66
65
  # @note When making an API call, you may pass AlgorithmSpecification
67
66
  # data as a hash:
@@ -73,13 +72,8 @@ module Aws::SageMaker
73
72
  #
74
73
  # @!attribute [rw] training_image
75
74
  # The registry path of the Docker image that contains the training
76
- # algorithm. For information about using your own algorithms, see
77
- # [Docker Registry Paths for Algorithms Provided by Amazon SageMaker
78
- # ][1].
79
- #
80
- #
81
- #
82
- # [1]: http://docs.aws.amazon.com/sagemaker/latest/dg/algos-docker-registry-paths.html
75
+ # algorithm. For information about docker registry paths for built-in
76
+ # algorithms, see sagemaker-algo-docker-registry-paths.
83
77
  # @return [String]
84
78
  #
85
79
  # @!attribute [rw] training_input_mode
@@ -247,7 +241,7 @@ module Aws::SageMaker
247
241
  # variant_name: "VariantName", # required
248
242
  # model_name: "ModelName", # required
249
243
  # initial_instance_count: 1, # required
250
- # instance_type: "ml.c4.2xlarge", # required, accepts ml.c4.2xlarge, ml.c4.8xlarge, ml.c4.xlarge, ml.c5.2xlarge, ml.c5.9xlarge, ml.c5.xlarge, ml.m4.xlarge, ml.p2.xlarge, ml.p3.2xlarge, ml.t2.medium
244
+ # instance_type: "ml.t2.medium", # required, accepts ml.t2.medium, ml.t2.large, ml.t2.xlarge, ml.t2.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.large, 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.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge
251
245
  # initial_variant_weight: 1.0,
252
246
  # },
253
247
  # ],
@@ -449,7 +443,7 @@ module Aws::SageMaker
449
443
  #
450
444
  # {
451
445
  # notebook_instance_name: "NotebookInstanceName", # required
452
- # instance_type: "ml.t2.medium", # required, accepts ml.t2.medium, ml.m4.xlarge, ml.p2.xlarge, ml.p3.2xlarge
446
+ # instance_type: "ml.t2.medium", # required, accepts ml.t2.medium, ml.t2.large, ml.t2.xlarge, ml.t2.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge
453
447
  # subnet_id: "SubnetId",
454
448
  # security_group_ids: ["SecurityGroupId"],
455
449
  # role_arn: "RoleArn", # required
@@ -670,7 +664,7 @@ module Aws::SageMaker
670
664
  # s3_output_path: "S3Uri", # required
671
665
  # },
672
666
  # resource_config: { # required
673
- # instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge
667
+ # instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.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.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge
674
668
  # instance_count: 1, # required
675
669
  # volume_size_in_gb: 1, # required
676
670
  # volume_kms_key_id: "KmsKeyId",
@@ -712,12 +706,11 @@ module Aws::SageMaker
712
706
  # algorithm and algorithm-specific metadata, including the input mode.
713
707
  # For more information about algorithms provided by Amazon SageMaker,
714
708
  # see [Algorithms][1]. For information about providing your own
715
- # algorithms, see [Bring Your Own Algorithms ][2].
709
+ # algorithms, see your-algorithms.
716
710
  #
717
711
  #
718
712
  #
719
713
  # [1]: http://docs.aws.amazon.com/sagemaker/latest/dg/algos.html
720
- # [2]: http://docs.aws.amazon.com/sagemaker/latest/dg/adv-topics-own-algo.html
721
714
  # @return [Types::AlgorithmSpecification]
722
715
  #
723
716
  # @!attribute [rw] role_arn
@@ -1275,7 +1268,10 @@ module Aws::SageMaker
1275
1268
  # @return [String]
1276
1269
  #
1277
1270
  # @!attribute [rw] direct_internet_access
1278
- # Describes whether the notebook instance has internet access.
1271
+ # Describes whether Amazon SageMaker provides internet access to the
1272
+ # notebook instance. If this value is set to *Disabled, he notebook
1273
+ # instance does not have internet access, and cannot connect to Amazon
1274
+ # SageMaker training and endpoint services*.
1279
1275
  #
1280
1276
  # For more information, see appendix-notebook-and-internet-access.
1281
1277
  # @return [String]
@@ -2207,7 +2203,18 @@ module Aws::SageMaker
2207
2203
 
2208
2204
  # Contains the notebook instance lifecycle configuration script.
2209
2205
  #
2210
- # This script runs in the path `/sbin:bin:/usr/sbin:/usr/bin`.
2206
+ # Each lifecycle configuration script has a limit of 16384 characters.
2207
+ #
2208
+ # The value of the `$PATH` environment variable that is available to
2209
+ # both scripts is `/sbin:bin:/usr/sbin:/usr/bin`.
2210
+ #
2211
+ # View CloudWatch Logs for notebook instance lifecycle configurations in
2212
+ # log group `/aws/sagemaker/NotebookInstances` in log stream
2213
+ # `[notebook-instance-name]/[LifecycleConfigHook]`.
2214
+ #
2215
+ # Lifecycle configuration scripts cannot run for longer than 5 minutes.
2216
+ # If a script runs for longer than 5 minutes, it fails and the notebook
2217
+ # instance is not created or started.
2211
2218
  #
2212
2219
  # For information about notebook instance lifestyle configurations, see
2213
2220
  # notebook-lifecycle-config.
@@ -2347,7 +2354,7 @@ module Aws::SageMaker
2347
2354
  # variant_name: "VariantName", # required
2348
2355
  # model_name: "ModelName", # required
2349
2356
  # initial_instance_count: 1, # required
2350
- # instance_type: "ml.c4.2xlarge", # required, accepts ml.c4.2xlarge, ml.c4.8xlarge, ml.c4.xlarge, ml.c5.2xlarge, ml.c5.9xlarge, ml.c5.xlarge, ml.m4.xlarge, ml.p2.xlarge, ml.p3.2xlarge, ml.t2.medium
2357
+ # instance_type: "ml.t2.medium", # required, accepts ml.t2.medium, ml.t2.large, ml.t2.xlarge, ml.t2.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.large, 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.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge
2351
2358
  # initial_variant_weight: 1.0,
2352
2359
  # }
2353
2360
  #
@@ -2432,7 +2439,7 @@ module Aws::SageMaker
2432
2439
  # data as a hash:
2433
2440
  #
2434
2441
  # {
2435
- # instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge
2442
+ # instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.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.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge
2436
2443
  # instance_count: 1, # required
2437
2444
  # volume_size_in_gb: 1, # required
2438
2445
  # volume_kms_key_id: "KmsKeyId",
@@ -2812,7 +2819,7 @@ module Aws::SageMaker
2812
2819
  #
2813
2820
  # {
2814
2821
  # notebook_instance_name: "NotebookInstanceName", # required
2815
- # instance_type: "ml.t2.medium", # accepts ml.t2.medium, ml.m4.xlarge, ml.p2.xlarge, ml.p3.2xlarge
2822
+ # instance_type: "ml.t2.medium", # accepts ml.t2.medium, ml.t2.large, ml.t2.xlarge, ml.t2.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge
2816
2823
  # role_arn: "RoleArn",
2817
2824
  # }
2818
2825
  #
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.6.0
4
+ version: 1.7.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: 2018-03-15 00:00:00.000000000 Z
11
+ date: 2018-04-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core