aws-sdk-sagemaker 1.33.0 → 1.34.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2234415694dc8521116dbd07488c645e4bf79185
4
- data.tar.gz: d1a72fdbc1196d7a3442f8b2149fb62e1e799401
3
+ metadata.gz: b77b6e6b5ba4474a091864fefdb5486ee7514e55
4
+ data.tar.gz: 3d3ce79cab912d5de9fbb633f78fdcc380d85b86
5
5
  SHA512:
6
- metadata.gz: 2e545cc7fa44403601c17762172e67c01c63f2380d3d4c9c5b40122e25a708b2b63a8564e3d912e06554e17ba0c326b92ea335de21075d4c4fce8463b78a7c41
7
- data.tar.gz: 4329b2d0043794b97870958fc14c719f93abb2bd13ca31ce63e6a5548bbd98184cf23f273ba3b0f316ca1dff14872bf9061302cf16d1d3e484736f77ac510a6b
6
+ metadata.gz: 7d97d87f3613cd4763e286b9a22e9e954c5ddb748da411b24ddf8bb034a3feb459cdffd22a6877c2eaf99a20229e0c93ad2eacd373ed60bdb1f693817c6f1505
7
+ data.tar.gz: f2584e969bf595c6806f50d50e7cbd05afb06f5c450fc22f92985a0a7f18f0cd3b662016206a4a5f11a948d55f5b86dfa7e1fe12fb18807096c690e241001357
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-sagemaker/customizations'
43
43
  # @service
44
44
  module Aws::SageMaker
45
45
 
46
- GEM_VERSION = '1.33.0'
46
+ GEM_VERSION = '1.34.0'
47
47
 
48
48
  end
@@ -209,6 +209,49 @@ module Aws::SageMaker
209
209
  # When `true`, request parameters are validated before
210
210
  # sending the request.
211
211
  #
212
+ # @option options [URI::HTTP,String] :http_proxy A proxy to send
213
+ # requests through. Formatted like 'http://proxy.com:123'.
214
+ #
215
+ # @option options [Float] :http_open_timeout (15) The number of
216
+ # seconds to wait when opening a HTTP session before rasing a
217
+ # `Timeout::Error`.
218
+ #
219
+ # @option options [Integer] :http_read_timeout (60) The default
220
+ # number of seconds to wait for response data. This value can
221
+ # safely be set
222
+ # per-request on the session yeidled by {#session_for}.
223
+ #
224
+ # @option options [Float] :http_idle_timeout (5) The number of
225
+ # seconds a connection is allowed to sit idble before it is
226
+ # considered stale. Stale connections are closed and removed
227
+ # from the pool before making a request.
228
+ #
229
+ # @option options [Float] :http_continue_timeout (1) The number of
230
+ # seconds to wait for a 100-continue response before sending the
231
+ # request body. This option has no effect unless the request has
232
+ # "Expect" header set to "100-continue". Defaults to `nil` which
233
+ # disables this behaviour. This value can safely be set per
234
+ # request on the session yeidled by {#session_for}.
235
+ #
236
+ # @option options [Boolean] :http_wire_trace (false) When `true`,
237
+ # HTTP debug output will be sent to the `:logger`.
238
+ #
239
+ # @option options [Boolean] :ssl_verify_peer (true) When `true`,
240
+ # SSL peer certificates are verified when establishing a
241
+ # connection.
242
+ #
243
+ # @option options [String] :ssl_ca_bundle Full path to the SSL
244
+ # certificate authority bundle file that should be used when
245
+ # verifying peer certificates. If you do not pass
246
+ # `:ssl_ca_bundle` or `:ssl_ca_directory` the the system default
247
+ # will be used if available.
248
+ #
249
+ # @option options [String] :ssl_ca_directory Full path of the
250
+ # directory that contains the unbundled SSL certificate
251
+ # authority files for verifying peer certificates. If you do
252
+ # not pass `:ssl_ca_bundle` or `:ssl_ca_directory` the the
253
+ # system default will be used if available.
254
+ #
212
255
  def initialize(*args)
213
256
  super
214
257
  end
@@ -217,8 +260,8 @@ module Aws::SageMaker
217
260
 
218
261
  # Adds or overwrites one or more tags for the specified Amazon SageMaker
219
262
  # resource. You can add tags to notebook instances, training jobs,
220
- # hyperparameter tuning jobs, models, endpoint configurations, and
221
- # endpoints.
263
+ # hyperparameter tuning jobs, batch transform jobs, models, labeling
264
+ # jobs, work teams, endpoint configurations, and endpoints.
222
265
  #
223
266
  # Each tag consists of a key and an optional value. Tag keys must be
224
267
  # unique per resource. For more information about tags, see For more
@@ -422,7 +465,7 @@ module Aws::SageMaker
422
465
  # {
423
466
  # channel_name: "ChannelName", # required
424
467
  # data_source: { # required
425
- # s3_data_source: { # required
468
+ # s3_data_source: {
426
469
  # s3_data_type: "ManifestFile", # required, accepts ManifestFile, S3Prefix, AugmentedManifestFile
427
470
  # s3_uri: "S3Uri", # required
428
471
  # s3_data_distribution_type: "FullyReplicated", # accepts FullyReplicated, ShardedByS3Key
@@ -588,7 +631,7 @@ module Aws::SageMaker
588
631
  # the AWS Region and within your AWS account.
589
632
  #
590
633
  # @option params [required, String] :role_arn
591
- # The Amazon Resource Name (ARN) of an IIAMAM role that enables Amazon
634
+ # The Amazon Resource Name (ARN) of an IAM role that enables Amazon
592
635
  # SageMaker to perform tasks on your behalf.
593
636
  #
594
637
  # During model compilation, Amazon SageMaker needs your permission to:
@@ -638,7 +681,7 @@ module Aws::SageMaker
638
681
  # },
639
682
  # output_config: { # required
640
683
  # s3_output_location: "S3Uri", # required
641
- # target_device: "ml_m4", # required, accepts ml_m4, ml_m5, ml_c4, ml_c5, ml_p2, ml_p3, jetson_tx1, jetson_tx2, rasp3b, deeplens, rk3399, rk3288
684
+ # target_device: "lambda", # required, accepts lambda, ml_m4, ml_m5, ml_c4, ml_c5, ml_p2, ml_p3, jetson_tx1, jetson_tx2, jetson_nano, rasp3b, deeplens, rk3399, rk3288
642
685
  # },
643
686
  # stopping_condition: { # required
644
687
  # max_runtime_in_seconds: 1,
@@ -666,6 +709,11 @@ module Aws::SageMaker
666
709
  # <note markdown="1"> Use this API only for hosting models using Amazon SageMaker hosting
667
710
  # services.
668
711
  #
712
+ # You must not delete an `EndpointConfig` in use by an endpoint that is
713
+ # live or while the `UpdateEndpoint` or `CreateEndpoint` operations are
714
+ # being performed on the endpoint. To update an endpoint, you must
715
+ # create a new `EndpointConfig`.
716
+ #
669
717
  # </note>
670
718
  #
671
719
  # The endpoint name must be unique within an AWS Region in your AWS
@@ -787,13 +835,13 @@ module Aws::SageMaker
787
835
  # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/API_CreateEndpoint.html
788
836
  #
789
837
  # @option params [required, Array<Types::ProductionVariant>] :production_variants
790
- # An array of `ProductionVariant` objects, one for each model that you
838
+ # An list of `ProductionVariant` objects, one for each model that you
791
839
  # want to host at this endpoint.
792
840
  #
793
841
  # @option params [Array<Types::Tag>] :tags
794
- # An array of key-value pairs. For more information, see [Using Cost
795
- # Allocation Tags][1] in the *AWS Billing and Cost Management User
796
- # Guide*.
842
+ # A list of key-value pairs. For more information, see [Using Cost
843
+ # Allocation Tags][1] in the <i> AWS Billing and Cost Management User
844
+ # Guide</i>.
797
845
  #
798
846
  #
799
847
  #
@@ -865,7 +913,7 @@ module Aws::SageMaker
865
913
  # limits for the tuning job. For more information, see
866
914
  # automatic-model-tuning
867
915
  #
868
- # @option params [required, Types::HyperParameterTrainingJobDefinition] :training_job_definition
916
+ # @option params [Types::HyperParameterTrainingJobDefinition] :training_job_definition
869
917
  # The HyperParameterTrainingJobDefinition object that describes the
870
918
  # training jobs that this tuning job launches, including static
871
919
  # hyperparameters, input data configuration, output data configuration,
@@ -914,7 +962,7 @@ module Aws::SageMaker
914
962
  # hyper_parameter_tuning_job_name: "HyperParameterTuningJobName", # required
915
963
  # hyper_parameter_tuning_job_config: { # required
916
964
  # strategy: "Bayesian", # required, accepts Bayesian, Random
917
- # hyper_parameter_tuning_job_objective: { # required
965
+ # hyper_parameter_tuning_job_objective: {
918
966
  # type: "Maximize", # required, accepts Maximize, Minimize
919
967
  # metric_name: "MetricName", # required
920
968
  # },
@@ -922,7 +970,7 @@ module Aws::SageMaker
922
970
  # max_number_of_training_jobs: 1, # required
923
971
  # max_parallel_training_jobs: 1, # required
924
972
  # },
925
- # parameter_ranges: { # required
973
+ # parameter_ranges: {
926
974
  # integer_parameter_ranges: [
927
975
  # {
928
976
  # name: "ParameterKey", # required
@@ -948,7 +996,7 @@ module Aws::SageMaker
948
996
  # },
949
997
  # training_job_early_stopping_type: "Off", # accepts Off, Auto
950
998
  # },
951
- # training_job_definition: { # required
999
+ # training_job_definition: {
952
1000
  # static_hyper_parameters: {
953
1001
  # "ParameterKey" => "ParameterValue",
954
1002
  # },
@@ -968,7 +1016,7 @@ module Aws::SageMaker
968
1016
  # {
969
1017
  # channel_name: "ChannelName", # required
970
1018
  # data_source: { # required
971
- # s3_data_source: { # required
1019
+ # s3_data_source: {
972
1020
  # s3_data_type: "ManifestFile", # required, accepts ManifestFile, S3Prefix, AugmentedManifestFile
973
1021
  # s3_uri: "S3Uri", # required
974
1022
  # s3_data_distribution_type: "FullyReplicated", # accepts FullyReplicated, ShardedByS3Key
@@ -1301,17 +1349,18 @@ module Aws::SageMaker
1301
1349
  # [1]: https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-what
1302
1350
  #
1303
1351
  # @option params [Types::VpcConfig] :vpc_config
1304
- # A VpcConfig object that specifies the VPC that you want your model to
1305
- # connect to. Control access to and from your model container by
1306
- # configuring the VPC. `VpcConfig` is used in hosting services and in
1352
+ # A [VpcConfig][1] object that specifies the VPC that you want your
1353
+ # model to connect to. Control access to and from your model container
1354
+ # by configuring the VPC. `VpcConfig` is used in hosting services and in
1307
1355
  # batch transform. For more information, see [Protect Endpoints by Using
1308
- # an Amazon Virtual Private Cloud][1] and [Protect Data in Batch
1309
- # Transform Jobs by Using an Amazon Virtual Private Cloud][2].
1356
+ # an Amazon Virtual Private Cloud][2] and [Protect Data in Batch
1357
+ # Transform Jobs by Using an Amazon Virtual Private Cloud][3].
1310
1358
  #
1311
1359
  #
1312
1360
  #
1313
- # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/host-vpc.html
1314
- # [2]: https://docs.aws.amazon.com/sagemaker/latest/dg/batch-vpc.html
1361
+ # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/API_VpcConfig.html
1362
+ # [2]: https://docs.aws.amazon.com/sagemaker/latest/dg/host-vpc.html
1363
+ # [3]: https://docs.aws.amazon.com/sagemaker/latest/dg/batch-vpc.html
1315
1364
  #
1316
1365
  # @option params [Boolean] :enable_network_isolation
1317
1366
  # Isolates the model container. No inbound or outbound network calls can
@@ -1583,11 +1632,11 @@ module Aws::SageMaker
1583
1632
  # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-roles.html
1584
1633
  #
1585
1634
  # @option params [String] :kms_key_id
1586
- # If you provide a AWS KMS key ID, Amazon SageMaker uses it to encrypt
1587
- # data at rest on the ML storage volume that is attached to your
1588
- # notebook instance. The KMS key you provide must be enabled. For
1589
- # information, see [Enabling and Disabling Keys][1] in the *AWS Key
1590
- # Management Service Developer Guide*.
1635
+ # The Amazon Resource Name (ARN) of a AWS Key Management Service key
1636
+ # that Amazon SageMaker uses to encrypt data on the storage volume
1637
+ # attached to your notebook instance. The KMS key you provide must be
1638
+ # enabled. For information, see [Enabling and Disabling Keys][1] in the
1639
+ # *AWS Key Management Service Developer Guide*.
1591
1640
  #
1592
1641
  #
1593
1642
  #
@@ -1800,6 +1849,12 @@ module Aws::SageMaker
1800
1849
  # want to have access to the notebook instance. For more information,
1801
1850
  # see [Limit Access to a Notebook Instance by IP Address][1].
1802
1851
  #
1852
+ # <note markdown="1"> The URL that you get from a call to is valid only for 5 minutes. If
1853
+ # you try to use the URL after the 5-minute limit expires, you are
1854
+ # directed to the AWS console sign-in page.
1855
+ #
1856
+ # </note>
1857
+ #
1803
1858
  #
1804
1859
  #
1805
1860
  # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/nbi-ip-filter.html
@@ -2048,7 +2103,7 @@ module Aws::SageMaker
2048
2103
  # {
2049
2104
  # channel_name: "ChannelName", # required
2050
2105
  # data_source: { # required
2051
- # s3_data_source: { # required
2106
+ # s3_data_source: {
2052
2107
  # s3_data_type: "ManifestFile", # required, accepts ManifestFile, S3Prefix, AugmentedManifestFile
2053
2108
  # s3_uri: "S3Uri", # required
2054
2109
  # s3_data_distribution_type: "FullyReplicated", # accepts FullyReplicated, ShardedByS3Key
@@ -2148,9 +2203,17 @@ module Aws::SageMaker
2148
2203
  #
2149
2204
  # @option params [Integer] :max_concurrent_transforms
2150
2205
  # The maximum number of parallel requests that can be sent to each
2151
- # instance in a transform job. The default value is `1`. To allow Amazon
2152
- # SageMaker to determine the appropriate number for
2153
- # `MaxConcurrentTransforms`, set the value to `0`.
2206
+ # instance in a transform job. If `MaxConcurrentTransforms` is set to
2207
+ # `0` or left unset, Amazon SageMaker checks the optional
2208
+ # execution-parameters to determine the optimal settings for your chosen
2209
+ # algorithm. If the execution-parameters endpoint is not enabled, the
2210
+ # default value is `1`. For more information on execution-parameters,
2211
+ # see [How Containers Serve Requests][1]. For built-in algorithms, you
2212
+ # don't need to set a value for `MaxConcurrentTransforms`.
2213
+ #
2214
+ #
2215
+ #
2216
+ # [1]: http://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms-batch-code.html#your-algorithms-batch-code-how-containe-serves-requests
2154
2217
  #
2155
2218
  # @option params [Integer] :max_payload_in_mb
2156
2219
  # The maximum allowed size of the payload, in MB. A *payload* is the
@@ -2288,6 +2351,10 @@ module Aws::SageMaker
2288
2351
  # @option params [required, String] :description
2289
2352
  # A description of the work team.
2290
2353
  #
2354
+ # @option params [Types::NotificationConfiguration] :notification_configuration
2355
+ # Configures notification of workers regarding available or expiring
2356
+ # work items.
2357
+ #
2291
2358
  # @option params [Array<Types::Tag>] :tags
2292
2359
  #
2293
2360
  # @return [Types::CreateWorkteamResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
@@ -2308,6 +2375,9 @@ module Aws::SageMaker
2308
2375
  # },
2309
2376
  # ],
2310
2377
  # description: "String200", # required
2378
+ # notification_configuration: {
2379
+ # notification_topic_arn: "NotificationTopicArn",
2380
+ # },
2311
2381
  # tags: [
2312
2382
  # {
2313
2383
  # key: "TagKey", # required
@@ -2826,7 +2896,7 @@ module Aws::SageMaker
2826
2896
  # resp.input_config.data_input_config #=> String
2827
2897
  # resp.input_config.framework #=> String, one of "TENSORFLOW", "MXNET", "ONNX", "PYTORCH", "XGBOOST"
2828
2898
  # resp.output_config.s3_output_location #=> String
2829
- # resp.output_config.target_device #=> String, one of "ml_m4", "ml_m5", "ml_c4", "ml_c5", "ml_p2", "ml_p3", "jetson_tx1", "jetson_tx2", "rasp3b", "deeplens", "rk3399", "rk3288"
2899
+ # resp.output_config.target_device #=> String, one of "lambda", "ml_m4", "ml_m5", "ml_c4", "ml_c5", "ml_p2", "ml_p3", "jetson_tx1", "jetson_tx2", "jetson_nano", "rasp3b", "deeplens", "rk3399", "rk3288"
2830
2900
  #
2831
2901
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeCompilationJob AWS API Documentation
2832
2902
  #
@@ -3661,6 +3731,7 @@ module Aws::SageMaker
3661
3731
  # resp.workteam.sub_domain #=> String
3662
3732
  # resp.workteam.create_date #=> Time
3663
3733
  # resp.workteam.last_updated_date #=> Time
3734
+ # resp.workteam.notification_configuration.notification_topic_arn #=> String
3664
3735
  #
3665
3736
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeWorkteam AWS API Documentation
3666
3737
  #
@@ -3926,7 +3997,7 @@ module Aws::SageMaker
3926
3997
  # resp.compilation_job_summaries[0].creation_time #=> Time
3927
3998
  # resp.compilation_job_summaries[0].compilation_start_time #=> Time
3928
3999
  # resp.compilation_job_summaries[0].compilation_end_time #=> Time
3929
- # resp.compilation_job_summaries[0].compilation_target_device #=> String, one of "ml_m4", "ml_m5", "ml_c4", "ml_c5", "ml_p2", "ml_p3", "jetson_tx1", "jetson_tx2", "rasp3b", "deeplens", "rk3399", "rk3288"
4000
+ # resp.compilation_job_summaries[0].compilation_target_device #=> String, one of "lambda", "ml_m4", "ml_m5", "ml_c4", "ml_c5", "ml_p2", "ml_p3", "jetson_tx1", "jetson_tx2", "jetson_nano", "rasp3b", "deeplens", "rk3399", "rk3288"
3930
4001
  # resp.compilation_job_summaries[0].last_modified_time #=> Time
3931
4002
  # resp.compilation_job_summaries[0].compilation_job_status #=> String, one of "INPROGRESS", "COMPLETED", "FAILED", "STARTING", "STOPPING", "STOPPED"
3932
4003
  # resp.next_token #=> String
@@ -3965,8 +4036,8 @@ module Aws::SageMaker
3965
4036
  # specified time (timestamp).
3966
4037
  #
3967
4038
  # @option params [Time,DateTime,Date,Integer,String] :creation_time_after
3968
- # A filter that returns only endpoint configurations created after the
3969
- # specified time (timestamp).
4039
+ # A filter that returns only endpoint configurations with a creation
4040
+ # time greater than or equal to the specified time (timestamp).
3970
4041
  #
3971
4042
  # @return [Types::ListEndpointConfigsOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3972
4043
  #
@@ -4027,8 +4098,8 @@ module Aws::SageMaker
4027
4098
  # specified time (timestamp).
4028
4099
  #
4029
4100
  # @option params [Time,DateTime,Date,Integer,String] :creation_time_after
4030
- # A filter that returns only endpoints that were created after the
4031
- # specified time (timestamp).
4101
+ # A filter that returns only endpoints with a creation time greater than
4102
+ # or equal to the specified time (timestamp).
4032
4103
  #
4033
4104
  # @option params [Time,DateTime,Date,Integer,String] :last_modified_time_before
4034
4105
  # A filter that returns only endpoints that were modified before the
@@ -4325,6 +4396,7 @@ module Aws::SageMaker
4325
4396
  # resp.labeling_job_summary_list[0].label_counters.human_labeled #=> Integer
4326
4397
  # resp.labeling_job_summary_list[0].label_counters.pending_human #=> Integer
4327
4398
  # resp.labeling_job_summary_list[0].label_counters.total #=> Integer
4399
+ # resp.labeling_job_summary_list[0].number_of_human_workers_per_data_object #=> Integer
4328
4400
  # resp.next_token #=> String
4329
4401
  #
4330
4402
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListLabelingJobsForWorkteam AWS API Documentation
@@ -4430,8 +4502,8 @@ module Aws::SageMaker
4430
4502
  # (timestamp).
4431
4503
  #
4432
4504
  # @option params [Time,DateTime,Date,Integer,String] :creation_time_after
4433
- # A filter that returns only models created after the specified time
4434
- # (timestamp).
4505
+ # A filter that returns only models with a creation time greater than or
4506
+ # equal to the specified time (timestamp).
4435
4507
  #
4436
4508
  # @return [Types::ListModelsOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
4437
4509
  #
@@ -5031,6 +5103,7 @@ module Aws::SageMaker
5031
5103
  # resp.workteams[0].sub_domain #=> String
5032
5104
  # resp.workteams[0].create_date #=> Time
5033
5105
  # resp.workteams[0].last_updated_date #=> Time
5106
+ # resp.workteams[0].notification_configuration.notification_topic_arn #=> String
5034
5107
  # resp.next_token #=> String
5035
5108
  #
5036
5109
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListWorkteams AWS API Documentation
@@ -5351,7 +5424,9 @@ module Aws::SageMaker
5351
5424
 
5352
5425
  # Terminates the ML compute instance. Before terminating the instance,
5353
5426
  # Amazon SageMaker disconnects the ML storage volume from it. Amazon
5354
- # SageMaker preserves the ML storage volume.
5427
+ # SageMaker preserves the ML storage volume. Amazon SageMaker stops
5428
+ # charging you for the ML compute instance when you call
5429
+ # `StopNotebookInstance`.
5355
5430
  #
5356
5431
  # To access data on the ML storage volume for a notebook instance that
5357
5432
  # has been terminated, call the `StartNotebookInstance` API.
@@ -5486,8 +5561,10 @@ module Aws::SageMaker
5486
5561
  # to `InService`. To check the status of an endpoint, use the
5487
5562
  # [DescribeEndpoint][1] API.
5488
5563
  #
5489
- # <note markdown="1"> You cannot update an endpoint with the current `EndpointConfig`. To
5490
- # update an endpoint, you must create a new `EndpointConfig`.
5564
+ # <note markdown="1"> You must not delete an `EndpointConfig` in use by an endpoint that is
5565
+ # live or while the `UpdateEndpoint` or `CreateEndpoint` operations are
5566
+ # being performed on the endpoint. To update an endpoint, you must
5567
+ # create a new `EndpointConfig`.
5491
5568
  #
5492
5569
  # </note>
5493
5570
  #
@@ -5575,7 +5652,7 @@ module Aws::SageMaker
5575
5652
  # Updates a notebook instance. NotebookInstance updates include
5576
5653
  # upgrading or downgrading the ML compute instance used for your
5577
5654
  # notebook instance to accommodate changes in your workload
5578
- # requirements. You can also update the VPC security groups.
5655
+ # requirements.
5579
5656
  #
5580
5657
  # @option params [required, String] :notebook_instance_name
5581
5658
  # The name of the notebook instance to update.
@@ -5608,7 +5685,10 @@ module Aws::SageMaker
5608
5685
  #
5609
5686
  # @option params [Boolean] :disassociate_lifecycle_config
5610
5687
  # Set to `true` to remove the notebook instance lifecycle configuration
5611
- # currently associated with the notebook instance.
5688
+ # currently associated with the notebook instance. This operation is
5689
+ # idempotent. If you specify a lifecycle configuration that is not
5690
+ # associated with the notebook instance when you call this method, it
5691
+ # does not throw an error.
5612
5692
  #
5613
5693
  # @option params [Integer] :volume_size_in_gb
5614
5694
  # The size, in GB, of the ML storage volume to attach to the notebook
@@ -5654,15 +5734,21 @@ module Aws::SageMaker
5654
5734
  #
5655
5735
  # @option params [Boolean] :disassociate_accelerator_types
5656
5736
  # A list of the Elastic Inference (EI) instance types to remove from
5657
- # this notebook instance.
5737
+ # this notebook instance. This operation is idempotent. If you specify
5738
+ # an accelerator type that is not associated with the notebook instance
5739
+ # when you call this method, it does not throw an error.
5658
5740
  #
5659
5741
  # @option params [Boolean] :disassociate_default_code_repository
5660
5742
  # The name or URL of the default Git repository to remove from this
5661
- # notebook instance.
5743
+ # notebook instance. This operation is idempotent. If you specify a Git
5744
+ # repository that is not associated with the notebook instance when you
5745
+ # call this method, it does not throw an error.
5662
5746
  #
5663
5747
  # @option params [Boolean] :disassociate_additional_code_repositories
5664
5748
  # A list of names or URLs of the default Git repositories to remove from
5665
- # this notebook instance.
5749
+ # this notebook instance. This operation is idempotent. If you specify a
5750
+ # Git repository that is not associated with the notebook instance when
5751
+ # you call this method, it does not throw an error.
5666
5752
  #
5667
5753
  # @option params [String] :root_access
5668
5754
  # Whether root access is enabled or disabled for users of the notebook
@@ -5757,6 +5843,10 @@ module Aws::SageMaker
5757
5843
  # @option params [String] :description
5758
5844
  # An updated description for the work team.
5759
5845
  #
5846
+ # @option params [Types::NotificationConfiguration] :notification_configuration
5847
+ # Configures SNS topic notifications for available or expiring work
5848
+ # items
5849
+ #
5760
5850
  # @return [Types::UpdateWorkteamResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
5761
5851
  #
5762
5852
  # * {Types::UpdateWorkteamResponse#workteam #workteam} => Types::Workteam
@@ -5775,6 +5865,9 @@ module Aws::SageMaker
5775
5865
  # },
5776
5866
  # ],
5777
5867
  # description: "String200",
5868
+ # notification_configuration: {
5869
+ # notification_topic_arn: "NotificationTopicArn",
5870
+ # },
5778
5871
  # })
5779
5872
  #
5780
5873
  # @example Response structure
@@ -5791,6 +5884,7 @@ module Aws::SageMaker
5791
5884
  # resp.workteam.sub_domain #=> String
5792
5885
  # resp.workteam.create_date #=> Time
5793
5886
  # resp.workteam.last_updated_date #=> Time
5887
+ # resp.workteam.notification_configuration.notification_topic_arn #=> String
5794
5888
  #
5795
5889
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateWorkteam AWS API Documentation
5796
5890
  #
@@ -5814,7 +5908,7 @@ module Aws::SageMaker
5814
5908
  params: params,
5815
5909
  config: config)
5816
5910
  context[:gem_name] = 'aws-sdk-sagemaker'
5817
- context[:gem_version] = '1.33.0'
5911
+ context[:gem_version] = '1.34.0'
5818
5912
  Seahorse::Client::Request.new(handlers, context)
5819
5913
  end
5820
5914
 
@@ -355,6 +355,8 @@ module Aws::SageMaker
355
355
  NotebookInstanceSummaryList = Shapes::ListShape.new(name: 'NotebookInstanceSummaryList')
356
356
  NotebookInstanceUrl = Shapes::StringShape.new(name: 'NotebookInstanceUrl')
357
357
  NotebookInstanceVolumeSizeInGB = Shapes::IntegerShape.new(name: 'NotebookInstanceVolumeSizeInGB')
358
+ NotificationConfiguration = Shapes::StructureShape.new(name: 'NotificationConfiguration')
359
+ NotificationTopicArn = Shapes::StringShape.new(name: 'NotificationTopicArn')
358
360
  NumberOfHumanWorkersPerDataObject = Shapes::IntegerShape.new(name: 'NumberOfHumanWorkersPerDataObject')
359
361
  ObjectiveStatus = Shapes::StringShape.new(name: 'ObjectiveStatus')
360
362
  ObjectiveStatusCounter = Shapes::IntegerShape.new(name: 'ObjectiveStatusCounter')
@@ -703,7 +705,7 @@ module Aws::SageMaker
703
705
 
704
706
  CreateHyperParameterTuningJobRequest.add_member(:hyper_parameter_tuning_job_name, Shapes::ShapeRef.new(shape: HyperParameterTuningJobName, required: true, location_name: "HyperParameterTuningJobName"))
705
707
  CreateHyperParameterTuningJobRequest.add_member(:hyper_parameter_tuning_job_config, Shapes::ShapeRef.new(shape: HyperParameterTuningJobConfig, required: true, location_name: "HyperParameterTuningJobConfig"))
706
- CreateHyperParameterTuningJobRequest.add_member(:training_job_definition, Shapes::ShapeRef.new(shape: HyperParameterTrainingJobDefinition, required: true, location_name: "TrainingJobDefinition"))
708
+ CreateHyperParameterTuningJobRequest.add_member(:training_job_definition, Shapes::ShapeRef.new(shape: HyperParameterTrainingJobDefinition, location_name: "TrainingJobDefinition"))
707
709
  CreateHyperParameterTuningJobRequest.add_member(:warm_start_config, Shapes::ShapeRef.new(shape: HyperParameterTuningJobWarmStartConfig, location_name: "WarmStartConfig"))
708
710
  CreateHyperParameterTuningJobRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
709
711
  CreateHyperParameterTuningJobRequest.struct_class = Types::CreateHyperParameterTuningJobRequest
@@ -818,13 +820,14 @@ module Aws::SageMaker
818
820
  CreateWorkteamRequest.add_member(:workteam_name, Shapes::ShapeRef.new(shape: WorkteamName, required: true, location_name: "WorkteamName"))
819
821
  CreateWorkteamRequest.add_member(:member_definitions, Shapes::ShapeRef.new(shape: MemberDefinitions, required: true, location_name: "MemberDefinitions"))
820
822
  CreateWorkteamRequest.add_member(:description, Shapes::ShapeRef.new(shape: String200, required: true, location_name: "Description"))
823
+ CreateWorkteamRequest.add_member(:notification_configuration, Shapes::ShapeRef.new(shape: NotificationConfiguration, location_name: "NotificationConfiguration"))
821
824
  CreateWorkteamRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagList, location_name: "Tags"))
822
825
  CreateWorkteamRequest.struct_class = Types::CreateWorkteamRequest
823
826
 
824
827
  CreateWorkteamResponse.add_member(:workteam_arn, Shapes::ShapeRef.new(shape: WorkteamArn, location_name: "WorkteamArn"))
825
828
  CreateWorkteamResponse.struct_class = Types::CreateWorkteamResponse
826
829
 
827
- DataSource.add_member(:s3_data_source, Shapes::ShapeRef.new(shape: S3DataSource, required: true, location_name: "S3DataSource"))
830
+ DataSource.add_member(:s3_data_source, Shapes::ShapeRef.new(shape: S3DataSource, location_name: "S3DataSource"))
828
831
  DataSource.struct_class = Types::DataSource
829
832
 
830
833
  DeleteAlgorithmInput.add_member(:algorithm_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "AlgorithmName"))
@@ -943,7 +946,7 @@ module Aws::SageMaker
943
946
  DescribeHyperParameterTuningJobResponse.add_member(:hyper_parameter_tuning_job_name, Shapes::ShapeRef.new(shape: HyperParameterTuningJobName, required: true, location_name: "HyperParameterTuningJobName"))
944
947
  DescribeHyperParameterTuningJobResponse.add_member(:hyper_parameter_tuning_job_arn, Shapes::ShapeRef.new(shape: HyperParameterTuningJobArn, required: true, location_name: "HyperParameterTuningJobArn"))
945
948
  DescribeHyperParameterTuningJobResponse.add_member(:hyper_parameter_tuning_job_config, Shapes::ShapeRef.new(shape: HyperParameterTuningJobConfig, required: true, location_name: "HyperParameterTuningJobConfig"))
946
- DescribeHyperParameterTuningJobResponse.add_member(:training_job_definition, Shapes::ShapeRef.new(shape: HyperParameterTrainingJobDefinition, required: true, location_name: "TrainingJobDefinition"))
949
+ DescribeHyperParameterTuningJobResponse.add_member(:training_job_definition, Shapes::ShapeRef.new(shape: HyperParameterTrainingJobDefinition, location_name: "TrainingJobDefinition"))
947
950
  DescribeHyperParameterTuningJobResponse.add_member(:hyper_parameter_tuning_job_status, Shapes::ShapeRef.new(shape: HyperParameterTuningJobStatus, required: true, location_name: "HyperParameterTuningJobStatus"))
948
951
  DescribeHyperParameterTuningJobResponse.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
949
952
  DescribeHyperParameterTuningJobResponse.add_member(:hyper_parameter_tuning_end_time, Shapes::ShapeRef.new(shape: Timestamp, location_name: "HyperParameterTuningEndTime"))
@@ -1219,9 +1222,9 @@ module Aws::SageMaker
1219
1222
  HyperParameterTrainingJobSummary.struct_class = Types::HyperParameterTrainingJobSummary
1220
1223
 
1221
1224
  HyperParameterTuningJobConfig.add_member(:strategy, Shapes::ShapeRef.new(shape: HyperParameterTuningJobStrategyType, required: true, location_name: "Strategy"))
1222
- HyperParameterTuningJobConfig.add_member(:hyper_parameter_tuning_job_objective, Shapes::ShapeRef.new(shape: HyperParameterTuningJobObjective, required: true, location_name: "HyperParameterTuningJobObjective"))
1225
+ HyperParameterTuningJobConfig.add_member(:hyper_parameter_tuning_job_objective, Shapes::ShapeRef.new(shape: HyperParameterTuningJobObjective, location_name: "HyperParameterTuningJobObjective"))
1223
1226
  HyperParameterTuningJobConfig.add_member(:resource_limits, Shapes::ShapeRef.new(shape: ResourceLimits, required: true, location_name: "ResourceLimits"))
1224
- HyperParameterTuningJobConfig.add_member(:parameter_ranges, Shapes::ShapeRef.new(shape: ParameterRanges, required: true, location_name: "ParameterRanges"))
1227
+ HyperParameterTuningJobConfig.add_member(:parameter_ranges, Shapes::ShapeRef.new(shape: ParameterRanges, location_name: "ParameterRanges"))
1225
1228
  HyperParameterTuningJobConfig.add_member(:training_job_early_stopping_type, Shapes::ShapeRef.new(shape: TrainingJobEarlyStoppingType, location_name: "TrainingJobEarlyStoppingType"))
1226
1229
  HyperParameterTuningJobConfig.struct_class = Types::HyperParameterTuningJobConfig
1227
1230
 
@@ -1308,6 +1311,7 @@ module Aws::SageMaker
1308
1311
  LabelingJobForWorkteamSummary.add_member(:work_requester_account_id, Shapes::ShapeRef.new(shape: AccountId, required: true, location_name: "WorkRequesterAccountId"))
1309
1312
  LabelingJobForWorkteamSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
1310
1313
  LabelingJobForWorkteamSummary.add_member(:label_counters, Shapes::ShapeRef.new(shape: LabelCountersForWorkteam, location_name: "LabelCounters"))
1314
+ LabelingJobForWorkteamSummary.add_member(:number_of_human_workers_per_data_object, Shapes::ShapeRef.new(shape: NumberOfHumanWorkersPerDataObject, location_name: "NumberOfHumanWorkersPerDataObject"))
1311
1315
  LabelingJobForWorkteamSummary.struct_class = Types::LabelingJobForWorkteamSummary
1312
1316
 
1313
1317
  LabelingJobForWorkteamSummaryList.member = Shapes::ShapeRef.new(shape: LabelingJobForWorkteamSummary)
@@ -1702,6 +1706,9 @@ module Aws::SageMaker
1702
1706
 
1703
1707
  NotebookInstanceSummaryList.member = Shapes::ShapeRef.new(shape: NotebookInstanceSummary)
1704
1708
 
1709
+ NotificationConfiguration.add_member(:notification_topic_arn, Shapes::ShapeRef.new(shape: NotificationTopicArn, location_name: "NotificationTopicArn"))
1710
+ NotificationConfiguration.struct_class = Types::NotificationConfiguration
1711
+
1705
1712
  ObjectiveStatusCounters.add_member(:succeeded, Shapes::ShapeRef.new(shape: ObjectiveStatusCounter, location_name: "Succeeded"))
1706
1713
  ObjectiveStatusCounters.add_member(:pending, Shapes::ShapeRef.new(shape: ObjectiveStatusCounter, location_name: "Pending"))
1707
1714
  ObjectiveStatusCounters.add_member(:failed, Shapes::ShapeRef.new(shape: ObjectiveStatusCounter, location_name: "Failed"))
@@ -2070,6 +2077,7 @@ module Aws::SageMaker
2070
2077
  UpdateWorkteamRequest.add_member(:workteam_name, Shapes::ShapeRef.new(shape: WorkteamName, required: true, location_name: "WorkteamName"))
2071
2078
  UpdateWorkteamRequest.add_member(:member_definitions, Shapes::ShapeRef.new(shape: MemberDefinitions, location_name: "MemberDefinitions"))
2072
2079
  UpdateWorkteamRequest.add_member(:description, Shapes::ShapeRef.new(shape: String200, location_name: "Description"))
2080
+ UpdateWorkteamRequest.add_member(:notification_configuration, Shapes::ShapeRef.new(shape: NotificationConfiguration, location_name: "NotificationConfiguration"))
2073
2081
  UpdateWorkteamRequest.struct_class = Types::UpdateWorkteamRequest
2074
2082
 
2075
2083
  UpdateWorkteamResponse.add_member(:workteam, Shapes::ShapeRef.new(shape: Workteam, required: true, location_name: "Workteam"))
@@ -2089,6 +2097,7 @@ module Aws::SageMaker
2089
2097
  Workteam.add_member(:sub_domain, Shapes::ShapeRef.new(shape: String, location_name: "SubDomain"))
2090
2098
  Workteam.add_member(:create_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "CreateDate"))
2091
2099
  Workteam.add_member(:last_updated_date, Shapes::ShapeRef.new(shape: Timestamp, location_name: "LastUpdatedDate"))
2100
+ Workteam.add_member(:notification_configuration, Shapes::ShapeRef.new(shape: NotificationConfiguration, location_name: "NotificationConfiguration"))
2092
2101
  Workteam.struct_class = Types::Workteam
2093
2102
 
2094
2103
  Workteams.member = Shapes::ShapeRef.new(shape: Workteam)
@@ -239,7 +239,7 @@ module Aws::SageMaker
239
239
  # {
240
240
  # channel_name: "ChannelName", # required
241
241
  # data_source: { # required
242
- # s3_data_source: { # required
242
+ # s3_data_source: {
243
243
  # s3_data_type: "ManifestFile", # required, accepts ManifestFile, S3Prefix, AugmentedManifestFile
244
244
  # s3_uri: "S3Uri", # required
245
245
  # s3_data_distribution_type: "FullyReplicated", # accepts FullyReplicated, ShardedByS3Key
@@ -345,7 +345,7 @@ module Aws::SageMaker
345
345
  # {
346
346
  # channel_name: "ChannelName", # required
347
347
  # data_source: { # required
348
- # s3_data_source: { # required
348
+ # s3_data_source: {
349
349
  # s3_data_type: "ManifestFile", # required, accepts ManifestFile, S3Prefix, AugmentedManifestFile
350
350
  # s3_uri: "S3Uri", # required
351
351
  # s3_data_distribution_type: "FullyReplicated", # accepts FullyReplicated, ShardedByS3Key
@@ -457,6 +457,8 @@ module Aws::SageMaker
457
457
  #
458
458
  # `arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-BoundingBox`
459
459
  #
460
+ # `arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-BoundingBox`
461
+ #
460
462
  # * *Image classification* - Uses a variant of the Expectation
461
463
  # Maximization approach to estimate the true class of an image based
462
464
  # on annotations from individual workers.
@@ -471,6 +473,8 @@ module Aws::SageMaker
471
473
  #
472
474
  # `arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-ImageMultiClass`
473
475
  #
476
+ # `arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-ImageMultiClass`
477
+ #
474
478
  # * *Semantic segmentation* - Treats each pixel in an image as a
475
479
  # multi-class classification and treats pixel annotations from
476
480
  # workers as "votes" for the correct label.
@@ -485,6 +489,8 @@ module Aws::SageMaker
485
489
  #
486
490
  # `arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-SemanticSegmentation`
487
491
  #
492
+ # `arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-SemanticSegmentation`
493
+ #
488
494
  # * *Text classification* - Uses a variant of the Expectation
489
495
  # Maximization approach to estimate the true class of text based on
490
496
  # annotations from individual workers.
@@ -499,6 +505,8 @@ module Aws::SageMaker
499
505
  #
500
506
  # `arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-TextMultiClass`
501
507
  #
508
+ # `arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-TextMultiClass`
509
+ #
502
510
  # For more information, see [Annotation Consolidation][1].
503
511
  #
504
512
  #
@@ -568,7 +576,7 @@ module Aws::SageMaker
568
576
  # {
569
577
  # channel_name: "ChannelName", # required
570
578
  # data_source: { # required
571
- # s3_data_source: { # required
579
+ # s3_data_source: {
572
580
  # s3_data_type: "ManifestFile", # required, accepts ManifestFile, S3Prefix, AugmentedManifestFile
573
581
  # s3_uri: "S3Uri", # required
574
582
  # s3_data_distribution_type: "FullyReplicated", # accepts FullyReplicated, ShardedByS3Key
@@ -858,7 +866,24 @@ module Aws::SageMaker
858
866
  # }
859
867
  #
860
868
  # @!attribute [rw] container_hostname
861
- # This parameter is ignored.
869
+ # This parameter is ignored for models that contain only a
870
+ # `PrimaryContainer`.
871
+ #
872
+ # When a `ContainerDefinition` is part of an inference pipeline, the
873
+ # value of ths parameter uniquely identifies the container for the
874
+ # purposes of logging and metrics. For information, see [Use Logs and
875
+ # Metrics to Monitor an Inference Pipeline][1]. If you don't specify
876
+ # a value for this parameter for a `ContainerDefinition` that is part
877
+ # of an inference pipeline, a unique name is automatically assigned
878
+ # based on the position of the `ContainerDefinition` in the pipeline.
879
+ # If you specify a value for the `ContainerHostName` for any
880
+ # `ContainerDefinition` that is part of an inference pipeline, you
881
+ # must specify a value for the `ContainerHostName` parameter of every
882
+ # `ContainerDefinition` in that pipeline.
883
+ #
884
+ #
885
+ #
886
+ # [1]: http://docs.aws.amazon.com/sagemaker/latest/dg/inference-pipeline-logs-metrics.html
862
887
  # @return [String]
863
888
  #
864
889
  # @!attribute [rw] image
@@ -878,19 +903,27 @@ module Aws::SageMaker
878
903
  # @!attribute [rw] model_data_url
879
904
  # The S3 path where the model artifacts, which result from model
880
905
  # training, are stored. This path must point to a single gzip
881
- # compressed tar archive (.tar.gz suffix).
906
+ # compressed tar archive (.tar.gz suffix). The S3 path is required for
907
+ # Amazon SageMaker built-in algorithms, but not if you use your own
908
+ # algorithms. For more information on built-in algorithms, see [Common
909
+ # Parameters][1].
882
910
  #
883
911
  # If you provide a value for this parameter, Amazon SageMaker uses AWS
884
912
  # Security Token Service to download model artifacts from the S3 path
885
913
  # you provide. AWS STS is activated in your IAM user account by
886
914
  # default. If you previously deactivated AWS STS for a region, you
887
915
  # need to reactivate AWS STS for that region. For more information,
888
- # see [Activating and Deactivating AWS STS in an AWS Region][1] in the
916
+ # see [Activating and Deactivating AWS STS in an AWS Region][2] in the
889
917
  # *AWS Identity and Access Management User Guide*.
890
918
  #
919
+ # If you use a built-in algorithm to create a model, Amazon SageMaker
920
+ # requires that you provide a S3 path to the model artifacts in
921
+ # `ModelDataUrl`.
922
+ #
891
923
  #
892
924
  #
893
- # [1]: http://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_enable-regions.html
925
+ # [1]: http://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-algo-docker-registry-paths.html
926
+ # [2]: http://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_enable-regions.html
894
927
  # @return [String]
895
928
  #
896
929
  # @!attribute [rw] environment
@@ -944,8 +977,8 @@ module Aws::SageMaker
944
977
  # @!attribute [rw] scaling_type
945
978
  # The scale that hyperparameter tuning uses to search the
946
979
  # hyperparameter range. For information about choosing a
947
- # hyperparameter scale, see [Hyperparameter Range Scaling][1]. One of
948
- # the following values:
980
+ # hyperparameter scale, see [Hyperparameter Scaling][1]. One of the
981
+ # following values:
949
982
  #
950
983
  # Auto
951
984
  #
@@ -1100,7 +1133,7 @@ module Aws::SageMaker
1100
1133
  # {
1101
1134
  # channel_name: "ChannelName", # required
1102
1135
  # data_source: { # required
1103
- # s3_data_source: { # required
1136
+ # s3_data_source: {
1104
1137
  # s3_data_type: "ManifestFile", # required, accepts ManifestFile, S3Prefix, AugmentedManifestFile
1105
1138
  # s3_uri: "S3Uri", # required
1106
1139
  # s3_data_distribution_type: "FullyReplicated", # accepts FullyReplicated, ShardedByS3Key
@@ -1301,7 +1334,7 @@ module Aws::SageMaker
1301
1334
  # },
1302
1335
  # output_config: { # required
1303
1336
  # s3_output_location: "S3Uri", # required
1304
- # target_device: "ml_m4", # required, accepts ml_m4, ml_m5, ml_c4, ml_c5, ml_p2, ml_p3, jetson_tx1, jetson_tx2, rasp3b, deeplens, rk3399, rk3288
1337
+ # target_device: "lambda", # required, accepts lambda, ml_m4, ml_m5, ml_c4, ml_c5, ml_p2, ml_p3, jetson_tx1, jetson_tx2, jetson_nano, rasp3b, deeplens, rk3399, rk3288
1305
1338
  # },
1306
1339
  # stopping_condition: { # required
1307
1340
  # max_runtime_in_seconds: 1,
@@ -1314,7 +1347,7 @@ module Aws::SageMaker
1314
1347
  # @return [String]
1315
1348
  #
1316
1349
  # @!attribute [rw] role_arn
1317
- # The Amazon Resource Name (ARN) of an IIAMAM role that enables Amazon
1350
+ # The Amazon Resource Name (ARN) of an IAM role that enables Amazon
1318
1351
  # SageMaker to perform tasks on your behalf.
1319
1352
  #
1320
1353
  # During model compilation, Amazon SageMaker needs your permission to:
@@ -1415,14 +1448,14 @@ module Aws::SageMaker
1415
1448
  # @return [String]
1416
1449
  #
1417
1450
  # @!attribute [rw] production_variants
1418
- # An array of `ProductionVariant` objects, one for each model that you
1451
+ # An list of `ProductionVariant` objects, one for each model that you
1419
1452
  # want to host at this endpoint.
1420
1453
  # @return [Array<Types::ProductionVariant>]
1421
1454
  #
1422
1455
  # @!attribute [rw] tags
1423
- # An array of key-value pairs. For more information, see [Using Cost
1424
- # Allocation Tags][1] in the *AWS Billing and Cost Management User
1425
- # Guide*.
1456
+ # A list of key-value pairs. For more information, see [Using Cost
1457
+ # Allocation Tags][1] in the <i> AWS Billing and Cost Management User
1458
+ # Guide</i>.
1426
1459
  #
1427
1460
  #
1428
1461
  #
@@ -1521,7 +1554,7 @@ module Aws::SageMaker
1521
1554
  # hyper_parameter_tuning_job_name: "HyperParameterTuningJobName", # required
1522
1555
  # hyper_parameter_tuning_job_config: { # required
1523
1556
  # strategy: "Bayesian", # required, accepts Bayesian, Random
1524
- # hyper_parameter_tuning_job_objective: { # required
1557
+ # hyper_parameter_tuning_job_objective: {
1525
1558
  # type: "Maximize", # required, accepts Maximize, Minimize
1526
1559
  # metric_name: "MetricName", # required
1527
1560
  # },
@@ -1529,7 +1562,7 @@ module Aws::SageMaker
1529
1562
  # max_number_of_training_jobs: 1, # required
1530
1563
  # max_parallel_training_jobs: 1, # required
1531
1564
  # },
1532
- # parameter_ranges: { # required
1565
+ # parameter_ranges: {
1533
1566
  # integer_parameter_ranges: [
1534
1567
  # {
1535
1568
  # name: "ParameterKey", # required
@@ -1555,7 +1588,7 @@ module Aws::SageMaker
1555
1588
  # },
1556
1589
  # training_job_early_stopping_type: "Off", # accepts Off, Auto
1557
1590
  # },
1558
- # training_job_definition: { # required
1591
+ # training_job_definition: {
1559
1592
  # static_hyper_parameters: {
1560
1593
  # "ParameterKey" => "ParameterValue",
1561
1594
  # },
@@ -1575,7 +1608,7 @@ module Aws::SageMaker
1575
1608
  # {
1576
1609
  # channel_name: "ChannelName", # required
1577
1610
  # data_source: { # required
1578
- # s3_data_source: { # required
1611
+ # s3_data_source: {
1579
1612
  # s3_data_type: "ManifestFile", # required, accepts ManifestFile, S3Prefix, AugmentedManifestFile
1580
1613
  # s3_uri: "S3Uri", # required
1581
1614
  # s3_data_distribution_type: "FullyReplicated", # accepts FullyReplicated, ShardedByS3Key
@@ -1979,17 +2012,18 @@ module Aws::SageMaker
1979
2012
  # @return [Array<Types::Tag>]
1980
2013
  #
1981
2014
  # @!attribute [rw] vpc_config
1982
- # A VpcConfig object that specifies the VPC that you want your model
1983
- # to connect to. Control access to and from your model container by
1984
- # configuring the VPC. `VpcConfig` is used in hosting services and in
1985
- # batch transform. For more information, see [Protect Endpoints by
1986
- # Using an Amazon Virtual Private Cloud][1] and [Protect Data in Batch
1987
- # Transform Jobs by Using an Amazon Virtual Private Cloud][2].
2015
+ # A [VpcConfig][1] object that specifies the VPC that you want your
2016
+ # model to connect to. Control access to and from your model container
2017
+ # by configuring the VPC. `VpcConfig` is used in hosting services and
2018
+ # in batch transform. For more information, see [Protect Endpoints by
2019
+ # Using an Amazon Virtual Private Cloud][2] and [Protect Data in Batch
2020
+ # Transform Jobs by Using an Amazon Virtual Private Cloud][3].
1988
2021
  #
1989
2022
  #
1990
2023
  #
1991
- # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/host-vpc.html
1992
- # [2]: https://docs.aws.amazon.com/sagemaker/latest/dg/batch-vpc.html
2024
+ # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/API_VpcConfig.html
2025
+ # [2]: https://docs.aws.amazon.com/sagemaker/latest/dg/host-vpc.html
2026
+ # [3]: https://docs.aws.amazon.com/sagemaker/latest/dg/batch-vpc.html
1993
2027
  # @return [Types::VpcConfig]
1994
2028
  #
1995
2029
  # @!attribute [rw] enable_network_isolation
@@ -2219,11 +2253,11 @@ module Aws::SageMaker
2219
2253
  # @return [String]
2220
2254
  #
2221
2255
  # @!attribute [rw] kms_key_id
2222
- # If you provide a AWS KMS key ID, Amazon SageMaker uses it to encrypt
2223
- # data at rest on the ML storage volume that is attached to your
2224
- # notebook instance. The KMS key you provide must be enabled. For
2225
- # information, see [Enabling and Disabling Keys][1] in the *AWS Key
2226
- # Management Service Developer Guide*.
2256
+ # The Amazon Resource Name (ARN) of a AWS Key Management Service key
2257
+ # that Amazon SageMaker uses to encrypt data on the storage volume
2258
+ # attached to your notebook instance. The KMS key you provide must be
2259
+ # enabled. For information, see [Enabling and Disabling Keys][1] in
2260
+ # the *AWS Key Management Service Developer Guide*.
2227
2261
  #
2228
2262
  #
2229
2263
  #
@@ -2461,7 +2495,7 @@ module Aws::SageMaker
2461
2495
  # {
2462
2496
  # channel_name: "ChannelName", # required
2463
2497
  # data_source: { # required
2464
- # s3_data_source: { # required
2498
+ # s3_data_source: {
2465
2499
  # s3_data_type: "ManifestFile", # required, accepts ManifestFile, S3Prefix, AugmentedManifestFile
2466
2500
  # s3_uri: "S3Uri", # required
2467
2501
  # s3_data_distribution_type: "FullyReplicated", # accepts FullyReplicated, ShardedByS3Key
@@ -2743,9 +2777,18 @@ module Aws::SageMaker
2743
2777
  #
2744
2778
  # @!attribute [rw] max_concurrent_transforms
2745
2779
  # The maximum number of parallel requests that can be sent to each
2746
- # instance in a transform job. The default value is `1`. To allow
2747
- # Amazon SageMaker to determine the appropriate number for
2748
- # `MaxConcurrentTransforms`, set the value to `0`.
2780
+ # instance in a transform job. If `MaxConcurrentTransforms` is set to
2781
+ # `0` or left unset, Amazon SageMaker checks the optional
2782
+ # execution-parameters to determine the optimal settings for your
2783
+ # chosen algorithm. If the execution-parameters endpoint is not
2784
+ # enabled, the default value is `1`. For more information on
2785
+ # execution-parameters, see [How Containers Serve Requests][1]. For
2786
+ # built-in algorithms, you don't need to set a value for
2787
+ # `MaxConcurrentTransforms`.
2788
+ #
2789
+ #
2790
+ #
2791
+ # [1]: http://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms-batch-code.html#your-algorithms-batch-code-how-containe-serves-requests
2749
2792
  # @return [Integer]
2750
2793
  #
2751
2794
  # @!attribute [rw] max_payload_in_mb
@@ -2852,6 +2895,9 @@ module Aws::SageMaker
2852
2895
  # },
2853
2896
  # ],
2854
2897
  # description: "String200", # required
2898
+ # notification_configuration: {
2899
+ # notification_topic_arn: "NotificationTopicArn",
2900
+ # },
2855
2901
  # tags: [
2856
2902
  # {
2857
2903
  # key: "TagKey", # required
@@ -2881,6 +2927,11 @@ module Aws::SageMaker
2881
2927
  # A description of the work team.
2882
2928
  # @return [String]
2883
2929
  #
2930
+ # @!attribute [rw] notification_configuration
2931
+ # Configures notification of workers regarding available or expiring
2932
+ # work items.
2933
+ # @return [Types::NotificationConfiguration]
2934
+ #
2884
2935
  # @!attribute [rw] tags
2885
2936
  # @return [Array<Types::Tag>]
2886
2937
  #
@@ -2890,6 +2941,7 @@ module Aws::SageMaker
2890
2941
  :workteam_name,
2891
2942
  :member_definitions,
2892
2943
  :description,
2944
+ :notification_configuration,
2893
2945
  :tags)
2894
2946
  include Aws::Structure
2895
2947
  end
@@ -2912,7 +2964,7 @@ module Aws::SageMaker
2912
2964
  # data as a hash:
2913
2965
  #
2914
2966
  # {
2915
- # s3_data_source: { # required
2967
+ # s3_data_source: {
2916
2968
  # s3_data_type: "ManifestFile", # required, accepts ManifestFile, S3Prefix, AugmentedManifestFile
2917
2969
  # s3_uri: "S3Uri", # required
2918
2970
  # s3_data_distribution_type: "FullyReplicated", # accepts FullyReplicated, ShardedByS3Key
@@ -5156,6 +5208,16 @@ module Aws::SageMaker
5156
5208
  # * `arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-SemanticSegmentation`
5157
5209
  #
5158
5210
  # * `arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-TextMultiClass`
5211
+ #
5212
+ # **Asia Pacific (Sydney (ap-southeast-1):**
5213
+ #
5214
+ # * `arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-BoundingBox`
5215
+ #
5216
+ # * `arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-ImageMultiClass`
5217
+ #
5218
+ # * `arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-SemanticSegmentation`
5219
+ #
5220
+ # * `arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-TextMultiClass`
5159
5221
  # @return [String]
5160
5222
  #
5161
5223
  # @!attribute [rw] task_keywords
@@ -5388,7 +5450,7 @@ module Aws::SageMaker
5388
5450
  # {
5389
5451
  # channel_name: "ChannelName", # required
5390
5452
  # data_source: { # required
5391
- # s3_data_source: { # required
5453
+ # s3_data_source: {
5392
5454
  # s3_data_type: "ManifestFile", # required, accepts ManifestFile, S3Prefix, AugmentedManifestFile
5393
5455
  # s3_uri: "S3Uri", # required
5394
5456
  # s3_data_distribution_type: "FullyReplicated", # accepts FullyReplicated, ShardedByS3Key
@@ -5626,7 +5688,7 @@ module Aws::SageMaker
5626
5688
  #
5627
5689
  # {
5628
5690
  # strategy: "Bayesian", # required, accepts Bayesian, Random
5629
- # hyper_parameter_tuning_job_objective: { # required
5691
+ # hyper_parameter_tuning_job_objective: {
5630
5692
  # type: "Maximize", # required, accepts Maximize, Minimize
5631
5693
  # metric_name: "MetricName", # required
5632
5694
  # },
@@ -5634,7 +5696,7 @@ module Aws::SageMaker
5634
5696
  # max_number_of_training_jobs: 1, # required
5635
5697
  # max_parallel_training_jobs: 1, # required
5636
5698
  # },
5637
- # parameter_ranges: { # required
5699
+ # parameter_ranges: {
5638
5700
  # integer_parameter_ranges: [
5639
5701
  # {
5640
5702
  # name: "ParameterKey", # required
@@ -6089,8 +6151,8 @@ module Aws::SageMaker
6089
6151
  # @!attribute [rw] scaling_type
6090
6152
  # The scale that hyperparameter tuning uses to search the
6091
6153
  # hyperparameter range. For information about choosing a
6092
- # hyperparameter scale, see [Hyperparameter Range Scaling][1]. One of
6093
- # the following values:
6154
+ # hyperparameter scale, see [Hyperparameter Scaling][1]. One of the
6155
+ # following values:
6094
6156
  #
6095
6157
  # Auto
6096
6158
  #
@@ -6329,6 +6391,10 @@ module Aws::SageMaker
6329
6391
  # Provides information about the progress of a labeling job.
6330
6392
  # @return [Types::LabelCountersForWorkteam]
6331
6393
  #
6394
+ # @!attribute [rw] number_of_human_workers_per_data_object
6395
+ # The configured number of workers per data object.
6396
+ # @return [Integer]
6397
+ #
6332
6398
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/LabelingJobForWorkteamSummary AWS API Documentation
6333
6399
  #
6334
6400
  class LabelingJobForWorkteamSummary < Struct.new(
@@ -6336,7 +6402,8 @@ module Aws::SageMaker
6336
6402
  :job_reference_code,
6337
6403
  :work_requester_account_id,
6338
6404
  :creation_time,
6339
- :label_counters)
6405
+ :label_counters,
6406
+ :number_of_human_workers_per_data_object)
6340
6407
  include Aws::Structure
6341
6408
  end
6342
6409
 
@@ -6892,8 +6959,8 @@ module Aws::SageMaker
6892
6959
  # @return [Time]
6893
6960
  #
6894
6961
  # @!attribute [rw] creation_time_after
6895
- # A filter that returns only endpoint configurations created after the
6896
- # specified time (timestamp).
6962
+ # A filter that returns only endpoint configurations with a creation
6963
+ # time greater than or equal to the specified time (timestamp).
6897
6964
  # @return [Time]
6898
6965
  #
6899
6966
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListEndpointConfigsInput AWS API Documentation
@@ -6972,8 +7039,8 @@ module Aws::SageMaker
6972
7039
  # @return [Time]
6973
7040
  #
6974
7041
  # @!attribute [rw] creation_time_after
6975
- # A filter that returns only endpoints that were created after the
6976
- # specified time (timestamp).
7042
+ # A filter that returns only endpoints with a creation time greater
7043
+ # than or equal to the specified time (timestamp).
6977
7044
  # @return [Time]
6978
7045
  #
6979
7046
  # @!attribute [rw] last_modified_time_before
@@ -7430,8 +7497,8 @@ module Aws::SageMaker
7430
7497
  # @return [Time]
7431
7498
  #
7432
7499
  # @!attribute [rw] creation_time_after
7433
- # A filter that returns only models created after the specified time
7434
- # (timestamp).
7500
+ # A filter that returns only models with a creation time greater than
7501
+ # or equal to the specified time (timestamp).
7435
7502
  # @return [Time]
7436
7503
  #
7437
7504
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListModelsInput AWS API Documentation
@@ -8725,6 +8792,28 @@ module Aws::SageMaker
8725
8792
  include Aws::Structure
8726
8793
  end
8727
8794
 
8795
+ # Configures SNS notifications of available or expiring work items for
8796
+ # work teams.
8797
+ #
8798
+ # @note When making an API call, you may pass NotificationConfiguration
8799
+ # data as a hash:
8800
+ #
8801
+ # {
8802
+ # notification_topic_arn: "NotificationTopicArn",
8803
+ # }
8804
+ #
8805
+ # @!attribute [rw] notification_topic_arn
8806
+ # The ARN for the SNS topic to which notifications should be
8807
+ # published.
8808
+ # @return [String]
8809
+ #
8810
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/NotificationConfiguration AWS API Documentation
8811
+ #
8812
+ class NotificationConfiguration < Struct.new(
8813
+ :notification_topic_arn)
8814
+ include Aws::Structure
8815
+ end
8816
+
8728
8817
  # Specifies the number of training jobs that this hyperparameter tuning
8729
8818
  # job launched, categorized by the status of their objective metric. The
8730
8819
  # objective metric status shows whether the final objective metric for
@@ -8766,7 +8855,7 @@ module Aws::SageMaker
8766
8855
  #
8767
8856
  # {
8768
8857
  # s3_output_location: "S3Uri", # required
8769
- # target_device: "ml_m4", # required, accepts ml_m4, ml_m5, ml_c4, ml_c5, ml_p2, ml_p3, jetson_tx1, jetson_tx2, rasp3b, deeplens, rk3399, rk3288
8858
+ # target_device: "lambda", # required, accepts lambda, ml_m4, ml_m5, ml_c4, ml_c5, ml_p2, ml_p3, jetson_tx1, jetson_tx2, jetson_nano, rasp3b, deeplens, rk3399, rk3288
8770
8859
  # }
8771
8860
  #
8772
8861
  # @!attribute [rw] s3_output_location
@@ -10468,7 +10557,7 @@ module Aws::SageMaker
10468
10557
  # {
10469
10558
  # channel_name: "ChannelName", # required
10470
10559
  # data_source: { # required
10471
- # s3_data_source: { # required
10560
+ # s3_data_source: {
10472
10561
  # s3_data_type: "ManifestFile", # required, accepts ManifestFile, S3Prefix, AugmentedManifestFile
10473
10562
  # s3_uri: "S3Uri", # required
10474
10563
  # s3_data_distribution_type: "FullyReplicated", # accepts FullyReplicated, ShardedByS3Key
@@ -11154,6 +11243,10 @@ module Aws::SageMaker
11154
11243
  # If you choose `ManifestFile`, `S3Uri` identifies an object that is a
11155
11244
  # manifest file containing a list of object keys that you want Amazon
11156
11245
  # SageMaker to use for batch transform.
11246
+ #
11247
+ # The following values are compatible: `ManifestFile`, `S3Prefix`
11248
+ #
11249
+ # The following value is not compatible: `AugmentedManifestFile`
11157
11250
  # @return [String]
11158
11251
  #
11159
11252
  # @!attribute [rw] s3_uri
@@ -11456,7 +11549,10 @@ module Aws::SageMaker
11456
11549
  #
11457
11550
  # @!attribute [rw] disassociate_lifecycle_config
11458
11551
  # Set to `true` to remove the notebook instance lifecycle
11459
- # configuration currently associated with the notebook instance.
11552
+ # configuration currently associated with the notebook instance. This
11553
+ # operation is idempotent. If you specify a lifecycle configuration
11554
+ # that is not associated with the notebook instance when you call this
11555
+ # method, it does not throw an error.
11460
11556
  # @return [Boolean]
11461
11557
  #
11462
11558
  # @!attribute [rw] volume_size_in_gb
@@ -11507,17 +11603,23 @@ module Aws::SageMaker
11507
11603
  #
11508
11604
  # @!attribute [rw] disassociate_accelerator_types
11509
11605
  # A list of the Elastic Inference (EI) instance types to remove from
11510
- # this notebook instance.
11606
+ # this notebook instance. This operation is idempotent. If you specify
11607
+ # an accelerator type that is not associated with the notebook
11608
+ # instance when you call this method, it does not throw an error.
11511
11609
  # @return [Boolean]
11512
11610
  #
11513
11611
  # @!attribute [rw] disassociate_default_code_repository
11514
11612
  # The name or URL of the default Git repository to remove from this
11515
- # notebook instance.
11613
+ # notebook instance. This operation is idempotent. If you specify a
11614
+ # Git repository that is not associated with the notebook instance
11615
+ # when you call this method, it does not throw an error.
11516
11616
  # @return [Boolean]
11517
11617
  #
11518
11618
  # @!attribute [rw] disassociate_additional_code_repositories
11519
11619
  # A list of names or URLs of the default Git repositories to remove
11520
- # from this notebook instance.
11620
+ # from this notebook instance. This operation is idempotent. If you
11621
+ # specify a Git repository that is not associated with the notebook
11622
+ # instance when you call this method, it does not throw an error.
11521
11623
  # @return [Boolean]
11522
11624
  #
11523
11625
  # @!attribute [rw] root_access
@@ -11613,6 +11715,9 @@ module Aws::SageMaker
11613
11715
  # },
11614
11716
  # ],
11615
11717
  # description: "String200",
11718
+ # notification_configuration: {
11719
+ # notification_topic_arn: "NotificationTopicArn",
11720
+ # },
11616
11721
  # }
11617
11722
  #
11618
11723
  # @!attribute [rw] workteam_name
@@ -11628,12 +11733,18 @@ module Aws::SageMaker
11628
11733
  # An updated description for the work team.
11629
11734
  # @return [String]
11630
11735
  #
11736
+ # @!attribute [rw] notification_configuration
11737
+ # Configures SNS topic notifications for available or expiring work
11738
+ # items
11739
+ # @return [Types::NotificationConfiguration]
11740
+ #
11631
11741
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateWorkteamRequest AWS API Documentation
11632
11742
  #
11633
11743
  class UpdateWorkteamRequest < Struct.new(
11634
11744
  :workteam_name,
11635
11745
  :member_definitions,
11636
- :description)
11746
+ :description,
11747
+ :notification_configuration)
11637
11748
  include Aws::Structure
11638
11749
  end
11639
11750
 
@@ -11676,6 +11787,13 @@ module Aws::SageMaker
11676
11787
  # @!attribute [rw] subnets
11677
11788
  # The ID of the subnets in the VPC to which you want to connect your
11678
11789
  # training job or model.
11790
+ #
11791
+ # <note markdown="1"> Amazon EC2 P3 accelerated computing instances are not available in
11792
+ # the c/d/e availability zones of region us-east-1. If you want to
11793
+ # create endpoints with P3 instances in VPC mode in region us-east-1,
11794
+ # create subnets in a/b/f availability zones instead.
11795
+ #
11796
+ # </note>
11679
11797
  # @return [Array<String>]
11680
11798
  #
11681
11799
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/VpcConfig AWS API Documentation
@@ -11721,6 +11839,11 @@ module Aws::SageMaker
11721
11839
  # The date and time that the work team was last updated (timestamp).
11722
11840
  # @return [Time]
11723
11841
  #
11842
+ # @!attribute [rw] notification_configuration
11843
+ # Configures SNS notifications of available or expiring work items for
11844
+ # work teams.
11845
+ # @return [Types::NotificationConfiguration]
11846
+ #
11724
11847
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/Workteam AWS API Documentation
11725
11848
  #
11726
11849
  class Workteam < Struct.new(
@@ -11731,7 +11854,8 @@ module Aws::SageMaker
11731
11854
  :description,
11732
11855
  :sub_domain,
11733
11856
  :create_date,
11734
- :last_updated_date)
11857
+ :last_updated_date,
11858
+ :notification_configuration)
11735
11859
  include Aws::Structure
11736
11860
  end
11737
11861
 
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.33.0
4
+ version: 1.34.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: 2019-03-22 00:00:00.000000000 Z
11
+ date: 2019-05-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -60,7 +60,7 @@ files:
60
60
  - lib/aws-sdk-sagemaker/resource.rb
61
61
  - lib/aws-sdk-sagemaker/types.rb
62
62
  - lib/aws-sdk-sagemaker/waiters.rb
63
- homepage: http://github.com/aws/aws-sdk-ruby
63
+ homepage: https://github.com/aws/aws-sdk-ruby
64
64
  licenses:
65
65
  - Apache-2.0
66
66
  metadata: