aws-sdk-sagemaker 1.59.0 → 1.64.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: aa19447c0ee9beaa13f7e3e0ab1ce1bc731be958da399f0e5e39fec9236e4baa
4
- data.tar.gz: 1da88086001e566b4b476a6d0b992e7830b8547c6ec1e3fd91788f545645be7b
3
+ metadata.gz: 3dd514dc94ac9a72dbf30134179cd7996354fbce6bbea433880986af5ed18a90
4
+ data.tar.gz: 691fec9934ce5ae29898a274d0012ab7e7566426351658b08e4c1d33a90a8bea
5
5
  SHA512:
6
- metadata.gz: 390197eb9e0ec5927755e17bb60b395a13d0ffcadac1a58f0d9cdc1ff99259d46c449996fbd80fa563a7e0a45324e16dd2159ce7fa736ce047221caf8c0e769f
7
- data.tar.gz: 6b55ef7cf9386a14fcc5d8d7d9b0dc6467788ecf1d4bd51bee4cd591810180aeaf57e118d2c18f9cf137dba6e5b4ac9142ef049da87bf593ab8db901e6ada03f
6
+ metadata.gz: 0febc6c10d0afe0d14609064267f2f587b90dffab2f94f47e8d6662974e92305188a47dbd5a2616fb346a945da2ee33e33e3a35024e4dbb67a0d6b9307f69ee0
7
+ data.tar.gz: 2b9ed20523f9f255ef59b925f8697a56ff887f60b770303e83330de53efce42d88d66656bf919b9b4309846407253aaa2f2a6760f05ed24c943eb39be5e6373f
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -46,6 +48,6 @@ require_relative 'aws-sdk-sagemaker/customizations'
46
48
  # @service
47
49
  module Aws::SageMaker
48
50
 
49
- GEM_VERSION = '1.59.0'
51
+ GEM_VERSION = '1.64.0'
50
52
 
51
53
  end
@@ -1,3 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  # WARNING ABOUT GENERATED CODE
2
4
  #
3
5
  # This file is generated. See the contributing guide for more information:
@@ -24,6 +26,7 @@ require 'aws-sdk-core/plugins/jsonvalue_converter.rb'
24
26
  require 'aws-sdk-core/plugins/client_metrics_plugin.rb'
25
27
  require 'aws-sdk-core/plugins/client_metrics_send_plugin.rb'
26
28
  require 'aws-sdk-core/plugins/transfer_encoding.rb'
29
+ require 'aws-sdk-core/plugins/http_checksum.rb'
27
30
  require 'aws-sdk-core/plugins/signature_v4.rb'
28
31
  require 'aws-sdk-core/plugins/protocols/json_rpc.rb'
29
32
 
@@ -69,6 +72,7 @@ module Aws::SageMaker
69
72
  add_plugin(Aws::Plugins::ClientMetricsPlugin)
70
73
  add_plugin(Aws::Plugins::ClientMetricsSendPlugin)
71
74
  add_plugin(Aws::Plugins::TransferEncoding)
75
+ add_plugin(Aws::Plugins::HttpChecksum)
72
76
  add_plugin(Aws::Plugins::SignatureV4)
73
77
  add_plugin(Aws::Plugins::Protocols::JsonRpc)
74
78
 
@@ -161,7 +165,7 @@ module Aws::SageMaker
161
165
  # @option options [String] :endpoint
162
166
  # The client endpoint is normally constructed from the `:region`
163
167
  # option. You should only configure an `:endpoint` when connecting
164
- # to test endpoints. This should be a valid HTTP(S) URI.
168
+ # to test or custom endpoints. This should be a valid HTTP(S) URI.
165
169
  #
166
170
  # @option options [Integer] :endpoint_cache_max_entries (1000)
167
171
  # Used for the maximum size limit of the LRU cache storing endpoints data
@@ -482,7 +486,7 @@ module Aws::SageMaker
482
486
  # algorithm_name: "EntityName", # required
483
487
  # algorithm_description: "EntityDescription",
484
488
  # training_specification: { # required
485
- # training_image: "Image", # required
489
+ # training_image: "ContainerImage", # required
486
490
  # training_image_digest: "ImageDigest",
487
491
  # supported_hyper_parameters: [
488
492
  # {
@@ -536,7 +540,7 @@ module Aws::SageMaker
536
540
  # containers: [ # required
537
541
  # {
538
542
  # container_hostname: "ContainerHostname",
539
- # image: "Image", # required
543
+ # image: "ContainerImage", # required
540
544
  # image_digest: "ImageDigest",
541
545
  # model_data_url: "Url",
542
546
  # product_id: "ProductId",
@@ -648,11 +652,10 @@ module Aws::SageMaker
648
652
  end
649
653
 
650
654
  # Creates a running App for the specified UserProfile. Supported Apps
651
- # are JupyterServer, KernelGateway, and TensorBoard. This operation is
652
- # automatically invoked by Amazon SageMaker Studio upon access to the
653
- # associated Domain, and when new kernel configurations are selected by
654
- # the user. A user may have multiple Apps active simultaneously.
655
- # UserProfiles are limited to 5 concurrently running Apps at a time.
655
+ # are JupyterServer and KernelGateway. This operation is automatically
656
+ # invoked by Amazon SageMaker Studio upon access to the associated
657
+ # Domain, and when new kernel configurations are selected by the user. A
658
+ # user may have multiple Apps active simultaneously.
656
659
  #
657
660
  # @option params [required, String] :domain_id
658
661
  # The domain ID.
@@ -692,7 +695,7 @@ module Aws::SageMaker
692
695
  # },
693
696
  # ],
694
697
  # resource_spec: {
695
- # sage_maker_image_arn: "SageMakerImageArn",
698
+ # sage_maker_image_arn: "ImageArn",
696
699
  # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
697
700
  # },
698
701
  # })
@@ -898,8 +901,8 @@ module Aws::SageMaker
898
901
  # * The output location for the compiled model and the device (target)
899
902
  # that the model runs on
900
903
  #
901
- # * `The Amazon Resource Name (ARN) of the IAM role that Amazon
902
- # SageMaker assumes to perform the model compilation job`
904
+ # * The Amazon Resource Name (ARN) of the IAM role that Amazon SageMaker
905
+ # assumes to perform the model compilation job.
903
906
  #
904
907
  # You can also provide a `Tag` to track the model compilation job's
905
908
  # resource use and costs. The response body contains the
@@ -967,7 +970,13 @@ module Aws::SageMaker
967
970
  # },
968
971
  # output_config: { # required
969
972
  # s3_output_location: "S3Uri", # required
970
- # target_device: "lambda", # required, accepts lambda, ml_m4, ml_m5, ml_c4, ml_c5, ml_p2, ml_p3, ml_inf1, jetson_tx1, jetson_tx2, jetson_nano, jetson_xavier, rasp3b, imx8qm, deeplens, rk3399, rk3288, aisage, sbe_c, qcs605, qcs603, sitara_am57x, amba_cv22
973
+ # target_device: "lambda", # accepts lambda, ml_m4, ml_m5, ml_c4, ml_c5, ml_p2, ml_p3, ml_g4dn, ml_inf1, jetson_tx1, jetson_tx2, jetson_nano, jetson_xavier, rasp3b, imx8qm, deeplens, rk3399, rk3288, aisage, sbe_c, qcs605, qcs603, sitara_am57x, amba_cv22, x86_win32, x86_win64
974
+ # target_platform: {
975
+ # os: "ANDROID", # required, accepts ANDROID, LINUX
976
+ # arch: "X86_64", # required, accepts X86_64, X86, ARM64, ARM_EABI, ARM_EABIHF
977
+ # accelerator: "INTEL_GRAPHICS", # accepts INTEL_GRAPHICS, MALI, NVIDIA
978
+ # },
979
+ # compiler_options: "CompilerOptions",
971
980
  # },
972
981
  # stopping_condition: { # required
973
982
  # max_runtime_in_seconds: 1,
@@ -1054,19 +1063,19 @@ module Aws::SageMaker
1054
1063
  # },
1055
1064
  # jupyter_server_app_settings: {
1056
1065
  # default_resource_spec: {
1057
- # sage_maker_image_arn: "SageMakerImageArn",
1066
+ # sage_maker_image_arn: "ImageArn",
1058
1067
  # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
1059
1068
  # },
1060
1069
  # },
1061
1070
  # kernel_gateway_app_settings: {
1062
1071
  # default_resource_spec: {
1063
- # sage_maker_image_arn: "SageMakerImageArn",
1072
+ # sage_maker_image_arn: "ImageArn",
1064
1073
  # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
1065
1074
  # },
1066
1075
  # },
1067
1076
  # tensor_board_app_settings: {
1068
1077
  # default_resource_spec: {
1069
- # sage_maker_image_arn: "SageMakerImageArn",
1078
+ # sage_maker_image_arn: "ImageArn",
1070
1079
  # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
1071
1080
  # },
1072
1081
  # },
@@ -1369,10 +1378,10 @@ module Aws::SageMaker
1369
1378
  req.send_request(options)
1370
1379
  end
1371
1380
 
1372
- # Creates an Amazon SageMaker *experiment*. An experiment is a
1373
- # collection of *trials* that are observed, compared and evaluated as a
1374
- # group. A trial is a set of steps, called *trial components*, that
1375
- # produce a machine learning model.
1381
+ # Creates an SageMaker *experiment*. An experiment is a collection of
1382
+ # *trials* that are observed, compared and evaluated as a group. A trial
1383
+ # is a set of steps, called *trial components*, that produce a machine
1384
+ # learning model.
1376
1385
  #
1377
1386
  # The goal of an experiment is to determine the components that produce
1378
1387
  # the best model. Multiple trials are performed, each one isolating and
@@ -1988,7 +1997,13 @@ module Aws::SageMaker
1988
1997
  # The S3 URL of the file that defines the categories used to label the
1989
1998
  # data objects.
1990
1999
  #
1991
- # The file is a JSON structure in the following format:
2000
+ # For 3D point cloud task types, see [Create a Labeling Category
2001
+ # Configuration File for 3D Point Cloud Labeling Jobs][1].
2002
+ #
2003
+ # For all other [built-in task types][2] and [custom tasks][3], your
2004
+ # label category configuration file must be a JSON file in the following
2005
+ # format. Identify the labels you want to use by replacing `label_1`,
2006
+ # `label_2`,`...`,`label_n` with your label categories.
1992
2007
  #
1993
2008
  # `\{`
1994
2009
  #
@@ -1998,13 +2013,13 @@ module Aws::SageMaker
1998
2013
  #
1999
2014
  # ` \{`
2000
2015
  #
2001
- # ` "label": "label 1"`
2016
+ # ` "label": "label_1"`
2002
2017
  #
2003
2018
  # ` \},`
2004
2019
  #
2005
2020
  # ` \{`
2006
2021
  #
2007
- # ` "label": "label 2"`
2022
+ # ` "label": "label_2"`
2008
2023
  #
2009
2024
  # ` \},`
2010
2025
  #
@@ -2012,7 +2027,7 @@ module Aws::SageMaker
2012
2027
  #
2013
2028
  # ` \{`
2014
2029
  #
2015
- # ` "label": "label n"`
2030
+ # ` "label": "label_n"`
2016
2031
  #
2017
2032
  # ` \}`
2018
2033
  #
@@ -2020,6 +2035,12 @@ module Aws::SageMaker
2020
2035
  #
2021
2036
  # `\}`
2022
2037
  #
2038
+ #
2039
+ #
2040
+ # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/sms-point-cloud-label-category-config.html
2041
+ # [2]: https://docs.aws.amazon.com/sagemaker/latest/dg/sms-task-types.html
2042
+ # [3]: https://docs.aws.amazon.com/sagemaker/latest/dg/sms-custom-templates.html
2043
+ #
2023
2044
  # @option params [Types::LabelingJobStoppingConditions] :stopping_conditions
2024
2045
  # A set of conditions for stopping the labeling job. If any of the
2025
2046
  # conditions are met, the job is automatically stopped. You can use
@@ -2054,7 +2075,7 @@ module Aws::SageMaker
2054
2075
  # label_attribute_name: "LabelAttributeName", # required
2055
2076
  # input_config: { # required
2056
2077
  # data_source: { # required
2057
- # s3_data_source: { # required
2078
+ # s3_data_source: {
2058
2079
  # manifest_s3_uri: "S3Uri", # required
2059
2080
  # },
2060
2081
  # },
@@ -2225,7 +2246,7 @@ module Aws::SageMaker
2225
2246
  # model_name: "ModelName", # required
2226
2247
  # primary_container: {
2227
2248
  # container_hostname: "ContainerHostname",
2228
- # image: "Image",
2249
+ # image: "ContainerImage",
2229
2250
  # mode: "SingleModel", # accepts SingleModel, MultiModel
2230
2251
  # model_data_url: "Url",
2231
2252
  # environment: {
@@ -2236,7 +2257,7 @@ module Aws::SageMaker
2236
2257
  # containers: [
2237
2258
  # {
2238
2259
  # container_hostname: "ContainerHostname",
2239
- # image: "Image",
2260
+ # image: "ContainerImage",
2240
2261
  # mode: "SingleModel", # accepts SingleModel, MultiModel
2241
2262
  # model_data_url: "Url",
2242
2263
  # environment: {
@@ -2326,7 +2347,7 @@ module Aws::SageMaker
2326
2347
  # containers: [ # required
2327
2348
  # {
2328
2349
  # container_hostname: "ContainerHostname",
2329
- # image: "Image", # required
2350
+ # image: "ContainerImage", # required
2330
2351
  # image_digest: "ImageDigest",
2331
2352
  # model_data_url: "Url",
2332
2353
  # product_id: "ProductId",
@@ -2941,7 +2962,14 @@ module Aws::SageMaker
2941
2962
  # [1]: https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-whatURL
2942
2963
  #
2943
2964
  # @option params [Types::ExperimentConfig] :experiment_config
2944
- # Configuration for the experiment.
2965
+ # Associates a SageMaker job as a trial component with an experiment and
2966
+ # trial. Specified when you call the following APIs:
2967
+ #
2968
+ # * CreateProcessingJob
2969
+ #
2970
+ # * CreateTrainingJob
2971
+ #
2972
+ # * CreateTransformJob
2945
2973
  #
2946
2974
  # @return [Types::CreateProcessingJobResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2947
2975
  #
@@ -3248,7 +3276,14 @@ module Aws::SageMaker
3248
3276
  # Configuration of storage locations for TensorBoard output.
3249
3277
  #
3250
3278
  # @option params [Types::ExperimentConfig] :experiment_config
3251
- # Configuration for the experiment.
3279
+ # Associates a SageMaker job as a trial component with an experiment and
3280
+ # trial. Specified when you call the following APIs:
3281
+ #
3282
+ # * CreateProcessingJob
3283
+ #
3284
+ # * CreateTrainingJob
3285
+ #
3286
+ # * CreateTransformJob
3252
3287
  #
3253
3288
  # @return [Types::CreateTrainingJobResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3254
3289
  #
@@ -3439,6 +3474,10 @@ module Aws::SageMaker
3439
3474
  #
3440
3475
  # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms-batch-code.html#your-algorithms-batch-code-how-containe-serves-requests
3441
3476
  #
3477
+ # @option params [Types::ModelClientConfig] :model_client_config
3478
+ # Configures the timeout and maximum number of retries for processing a
3479
+ # transform job invocation.
3480
+ #
3442
3481
  # @option params [Integer] :max_payload_in_mb
3443
3482
  # The maximum allowed size of the payload, in MB. A *payload* is the
3444
3483
  # data portion of a record (without metadata). The value in
@@ -3508,7 +3547,14 @@ module Aws::SageMaker
3508
3547
  # [1]: https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-what
3509
3548
  #
3510
3549
  # @option params [Types::ExperimentConfig] :experiment_config
3511
- # Configuration for the experiment.
3550
+ # Associates a SageMaker job as a trial component with an experiment and
3551
+ # trial. Specified when you call the following APIs:
3552
+ #
3553
+ # * CreateProcessingJob
3554
+ #
3555
+ # * CreateTrainingJob
3556
+ #
3557
+ # * CreateTransformJob
3512
3558
  #
3513
3559
  # @return [Types::CreateTransformJobResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3514
3560
  #
@@ -3520,6 +3566,10 @@ module Aws::SageMaker
3520
3566
  # transform_job_name: "TransformJobName", # required
3521
3567
  # model_name: "ModelName", # required
3522
3568
  # max_concurrent_transforms: 1,
3569
+ # model_client_config: {
3570
+ # invocations_timeout_in_seconds: 1,
3571
+ # invocations_max_retries: 1,
3572
+ # },
3523
3573
  # max_payload_in_mb: 1,
3524
3574
  # batch_strategy: "MultiRecord", # accepts MultiRecord, SingleRecord
3525
3575
  # environment: {
@@ -3818,19 +3868,19 @@ module Aws::SageMaker
3818
3868
  # },
3819
3869
  # jupyter_server_app_settings: {
3820
3870
  # default_resource_spec: {
3821
- # sage_maker_image_arn: "SageMakerImageArn",
3871
+ # sage_maker_image_arn: "ImageArn",
3822
3872
  # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
3823
3873
  # },
3824
3874
  # },
3825
3875
  # kernel_gateway_app_settings: {
3826
3876
  # default_resource_spec: {
3827
- # sage_maker_image_arn: "SageMakerImageArn",
3877
+ # sage_maker_image_arn: "ImageArn",
3828
3878
  # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
3829
3879
  # },
3830
3880
  # },
3831
3881
  # tensor_board_app_settings: {
3832
3882
  # default_resource_spec: {
3833
- # sage_maker_image_arn: "SageMakerImageArn",
3883
+ # sage_maker_image_arn: "ImageArn",
3834
3884
  # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
3835
3885
  # },
3836
3886
  # },
@@ -3850,6 +3900,107 @@ module Aws::SageMaker
3850
3900
  req.send_request(options)
3851
3901
  end
3852
3902
 
3903
+ # Use this operation to create a workforce. This operation will return
3904
+ # an error if a workforce already exists in the AWS Region that you
3905
+ # specify. You can only create one workforce in each AWS Region.
3906
+ #
3907
+ # If you want to create a new workforce in an AWS Region where the a
3908
+ # workforce already exists, use the API operation to delete the existing
3909
+ # workforce and then use this operation to create a new workforce.
3910
+ #
3911
+ # To create a private workforce using Amazon Cognito, you must specify a
3912
+ # Cognito user pool in `CognitoConfig`. You can also create an Amazon
3913
+ # Cognito workforce using the Amazon SageMaker console. For more
3914
+ # information, see [ Create a Private Workforce (Amazon Cognito)][1].
3915
+ #
3916
+ # To create a private workforce using your own OIDC Identity Provider
3917
+ # (IdP), specify your IdP configuration in `OidcConfig`. You must create
3918
+ # a OIDC IdP workforce using this API operation. For more information,
3919
+ # see [ Create a Private Workforce (OIDC IdP)][2].
3920
+ #
3921
+ #
3922
+ #
3923
+ # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/sms-workforce-create-private.html
3924
+ # [2]: https://docs.aws.amazon.com/sagemaker/latest/dg/sms-workforce-create-private-oidc.html
3925
+ #
3926
+ # @option params [Types::CognitoConfig] :cognito_config
3927
+ # Use this parameter to configure an Amazon Cognito private workforce. A
3928
+ # single Cognito workforce is created using and corresponds to a single
3929
+ # [ Amazon Cognito user pool][1].
3930
+ #
3931
+ # Do not use `OidcConfig` if you specify values for `CognitoConfig`.
3932
+ #
3933
+ #
3934
+ #
3935
+ # [1]: https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-identity-pools.html
3936
+ #
3937
+ # @option params [Types::OidcConfig] :oidc_config
3938
+ # Use this parameter to configure a private workforce using your own
3939
+ # OIDC Identity Provider. Do not use `CognitoConfig` if you specify
3940
+ # values for `OidcConfig`.
3941
+ #
3942
+ # @option params [Types::SourceIpConfig] :source_ip_config
3943
+ # A list of IP address ranges ([CIDRs][1]). Used to create an allow list
3944
+ # of IP addresses for a private workforce. For more information, see .
3945
+ #
3946
+ #
3947
+ #
3948
+ # [1]: https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Subnets.html
3949
+ #
3950
+ # @option params [required, String] :workforce_name
3951
+ # The name of the private workforce.
3952
+ #
3953
+ # @option params [Array<Types::Tag>] :tags
3954
+ # An array of key-value pairs that contain metadata to help you
3955
+ # categorize and organize our workforce. Each tag consists of a key and
3956
+ # a value, both of which you define.
3957
+ #
3958
+ # @return [Types::CreateWorkforceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3959
+ #
3960
+ # * {Types::CreateWorkforceResponse#workforce_arn #workforce_arn} => String
3961
+ #
3962
+ # @example Request syntax with placeholder values
3963
+ #
3964
+ # resp = client.create_workforce({
3965
+ # cognito_config: {
3966
+ # user_pool: "CognitoUserPool", # required
3967
+ # client_id: "ClientId", # required
3968
+ # },
3969
+ # oidc_config: {
3970
+ # client_id: "ClientId", # required
3971
+ # client_secret: "ClientSecret", # required
3972
+ # issuer: "OidcEndpoint", # required
3973
+ # authorization_endpoint: "OidcEndpoint", # required
3974
+ # token_endpoint: "OidcEndpoint", # required
3975
+ # user_info_endpoint: "OidcEndpoint", # required
3976
+ # logout_endpoint: "OidcEndpoint", # required
3977
+ # jwks_uri: "OidcEndpoint", # required
3978
+ # },
3979
+ # source_ip_config: {
3980
+ # cidrs: ["Cidr"], # required
3981
+ # },
3982
+ # workforce_name: "WorkforceName", # required
3983
+ # tags: [
3984
+ # {
3985
+ # key: "TagKey", # required
3986
+ # value: "TagValue", # required
3987
+ # },
3988
+ # ],
3989
+ # })
3990
+ #
3991
+ # @example Response structure
3992
+ #
3993
+ # resp.workforce_arn #=> String
3994
+ #
3995
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateWorkforce AWS API Documentation
3996
+ #
3997
+ # @overload create_workforce(params = {})
3998
+ # @param [Hash] params ({})
3999
+ def create_workforce(params = {}, options = {})
4000
+ req = build_request(:create_workforce, params)
4001
+ req.send_request(options)
4002
+ end
4003
+
3853
4004
  # Creates a new work team for labeling your data. A work team is defined
3854
4005
  # by one or more Amazon Cognito user pools. You must first create the
3855
4006
  # user pools before you can create a work team.
@@ -3859,6 +4010,9 @@ module Aws::SageMaker
3859
4010
  # @option params [required, String] :workteam_name
3860
4011
  # The name of the work team. Use this name to identify the work team.
3861
4012
  #
4013
+ # @option params [String] :workforce_name
4014
+ # The name of the workforce.
4015
+ #
3862
4016
  # @option params [required, Array<Types::MemberDefinition>] :member_definitions
3863
4017
  # A list of `MemberDefinition` objects that contains objects that
3864
4018
  # identify the Amazon Cognito user pool that makes up the work team. For
@@ -3897,12 +4051,16 @@ module Aws::SageMaker
3897
4051
  #
3898
4052
  # resp = client.create_workteam({
3899
4053
  # workteam_name: "WorkteamName", # required
4054
+ # workforce_name: "WorkforceName",
3900
4055
  # member_definitions: [ # required
3901
4056
  # {
3902
4057
  # cognito_member_definition: {
3903
4058
  # user_pool: "CognitoUserPool", # required
3904
4059
  # user_group: "CognitoUserGroup", # required
3905
- # client_id: "CognitoClientId", # required
4060
+ # client_id: "ClientId", # required
4061
+ # },
4062
+ # oidc_member_definition: {
4063
+ # groups: ["Group"], # required
3906
4064
  # },
3907
4065
  # },
3908
4066
  # ],
@@ -4156,6 +4314,34 @@ module Aws::SageMaker
4156
4314
  req.send_request(options)
4157
4315
  end
4158
4316
 
4317
+ # Use this operation to delete a human task user interface (worker task
4318
+ # template).
4319
+ #
4320
+ # To see a list of human task user interfaces (work task templates) in
4321
+ # your account, use . When you delete a worker task template, it no
4322
+ # longer appears when you call `ListHumanTaskUis`.
4323
+ #
4324
+ # @option params [required, String] :human_task_ui_name
4325
+ # The name of the human task user interface (work task template) you
4326
+ # want to delete.
4327
+ #
4328
+ # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
4329
+ #
4330
+ # @example Request syntax with placeholder values
4331
+ #
4332
+ # resp = client.delete_human_task_ui({
4333
+ # human_task_ui_name: "HumanTaskUiName", # required
4334
+ # })
4335
+ #
4336
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteHumanTaskUi AWS API Documentation
4337
+ #
4338
+ # @overload delete_human_task_ui(params = {})
4339
+ # @param [Hash] params ({})
4340
+ def delete_human_task_ui(params = {}, options = {})
4341
+ req = build_request(:delete_human_task_ui, params)
4342
+ req.send_request(options)
4343
+ end
4344
+
4159
4345
  # Deletes a model. The `DeleteModel` API deletes only the model entry
4160
4346
  # that was created in Amazon SageMaker when you called the CreateModel
4161
4347
  # API. It does not delete model artifacts, inference code, or the IAM
@@ -4406,6 +4592,32 @@ module Aws::SageMaker
4406
4592
  req.send_request(options)
4407
4593
  end
4408
4594
 
4595
+ # Use this operation to delete a workforce.
4596
+ #
4597
+ # If you want to create a new workforce in an AWS Region where the a
4598
+ # workforce already exists, use this operation to delete the existing
4599
+ # workforce and then use to create a new workforce.
4600
+ #
4601
+ # @option params [required, String] :workforce_name
4602
+ # The name of the workforce.
4603
+ #
4604
+ # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
4605
+ #
4606
+ # @example Request syntax with placeholder values
4607
+ #
4608
+ # resp = client.delete_workforce({
4609
+ # workforce_name: "WorkforceName", # required
4610
+ # })
4611
+ #
4612
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteWorkforce AWS API Documentation
4613
+ #
4614
+ # @overload delete_workforce(params = {})
4615
+ # @param [Hash] params ({})
4616
+ def delete_workforce(params = {}, options = {})
4617
+ req = build_request(:delete_workforce, params)
4618
+ req.send_request(options)
4619
+ end
4620
+
4409
4621
  # Deletes an existing work team. This operation can't be undone.
4410
4622
  #
4411
4623
  # @option params [required, String] :workteam_name
@@ -4828,7 +5040,11 @@ module Aws::SageMaker
4828
5040
  # resp.input_config.data_input_config #=> String
4829
5041
  # resp.input_config.framework #=> String, one of "TENSORFLOW", "KERAS", "MXNET", "ONNX", "PYTORCH", "XGBOOST", "TFLITE"
4830
5042
  # resp.output_config.s3_output_location #=> String
4831
- # resp.output_config.target_device #=> String, one of "lambda", "ml_m4", "ml_m5", "ml_c4", "ml_c5", "ml_p2", "ml_p3", "ml_inf1", "jetson_tx1", "jetson_tx2", "jetson_nano", "jetson_xavier", "rasp3b", "imx8qm", "deeplens", "rk3399", "rk3288", "aisage", "sbe_c", "qcs605", "qcs603", "sitara_am57x", "amba_cv22"
5043
+ # resp.output_config.target_device #=> String, one of "lambda", "ml_m4", "ml_m5", "ml_c4", "ml_c5", "ml_p2", "ml_p3", "ml_g4dn", "ml_inf1", "jetson_tx1", "jetson_tx2", "jetson_nano", "jetson_xavier", "rasp3b", "imx8qm", "deeplens", "rk3399", "rk3288", "aisage", "sbe_c", "qcs605", "qcs603", "sitara_am57x", "amba_cv22", "x86_win32", "x86_win64"
5044
+ # resp.output_config.target_platform.os #=> String, one of "ANDROID", "LINUX"
5045
+ # resp.output_config.target_platform.arch #=> String, one of "X86_64", "X86", "ARM64", "ARM_EABI", "ARM_EABIHF"
5046
+ # resp.output_config.target_platform.accelerator #=> String, one of "INTEL_GRAPHICS", "MALI", "NVIDIA"
5047
+ # resp.output_config.compiler_options #=> String
4832
5048
  #
4833
5049
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeCompilationJob AWS API Documentation
4834
5050
  #
@@ -5131,15 +5347,18 @@ module Aws::SageMaker
5131
5347
  req.send_request(options)
5132
5348
  end
5133
5349
 
5134
- # Returns information about the requested human task user interface.
5350
+ # Returns information about the requested human task user interface
5351
+ # (worker task template).
5135
5352
  #
5136
5353
  # @option params [required, String] :human_task_ui_name
5137
- # The name of the human task user interface you want information about.
5354
+ # The name of the human task user interface (worker task template) you
5355
+ # want information about.
5138
5356
  #
5139
5357
  # @return [Types::DescribeHumanTaskUiResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
5140
5358
  #
5141
5359
  # * {Types::DescribeHumanTaskUiResponse#human_task_ui_arn #human_task_ui_arn} => String
5142
5360
  # * {Types::DescribeHumanTaskUiResponse#human_task_ui_name #human_task_ui_name} => String
5361
+ # * {Types::DescribeHumanTaskUiResponse#human_task_ui_status #human_task_ui_status} => String
5143
5362
  # * {Types::DescribeHumanTaskUiResponse#creation_time #creation_time} => Time
5144
5363
  # * {Types::DescribeHumanTaskUiResponse#ui_template #ui_template} => Types::UiTemplateInfo
5145
5364
  #
@@ -5153,6 +5372,7 @@ module Aws::SageMaker
5153
5372
  #
5154
5373
  # resp.human_task_ui_arn #=> String
5155
5374
  # resp.human_task_ui_name #=> String
5375
+ # resp.human_task_ui_status #=> String, one of "Active", "Deleting"
5156
5376
  # resp.creation_time #=> Time
5157
5377
  # resp.ui_template.url #=> String
5158
5378
  # resp.ui_template.content_sha_256 #=> String
@@ -5169,7 +5389,7 @@ module Aws::SageMaker
5169
5389
  # Gets a description of a hyperparameter tuning job.
5170
5390
  #
5171
5391
  # @option params [required, String] :hyper_parameter_tuning_job_name
5172
- # The name of the tuning job to describe.
5392
+ # The name of the tuning job.
5173
5393
  #
5174
5394
  # @return [Types::DescribeHyperParameterTuningJobResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
5175
5395
  #
@@ -5429,7 +5649,7 @@ module Aws::SageMaker
5429
5649
  #
5430
5650
  # @example Response structure
5431
5651
  #
5432
- # resp.labeling_job_status #=> String, one of "InProgress", "Completed", "Failed", "Stopping", "Stopped"
5652
+ # resp.labeling_job_status #=> String, one of "Initializing", "InProgress", "Completed", "Failed", "Stopping", "Stopped"
5433
5653
  # resp.label_counters.total_labeled #=> Integer
5434
5654
  # resp.label_counters.human_labeled #=> Integer
5435
5655
  # resp.label_counters.machine_labeled #=> Integer
@@ -6149,6 +6369,7 @@ module Aws::SageMaker
6149
6369
  # * {Types::DescribeTransformJobResponse#failure_reason #failure_reason} => String
6150
6370
  # * {Types::DescribeTransformJobResponse#model_name #model_name} => String
6151
6371
  # * {Types::DescribeTransformJobResponse#max_concurrent_transforms #max_concurrent_transforms} => Integer
6372
+ # * {Types::DescribeTransformJobResponse#model_client_config #model_client_config} => Types::ModelClientConfig
6152
6373
  # * {Types::DescribeTransformJobResponse#max_payload_in_mb #max_payload_in_mb} => Integer
6153
6374
  # * {Types::DescribeTransformJobResponse#batch_strategy #batch_strategy} => String
6154
6375
  # * {Types::DescribeTransformJobResponse#environment #environment} => Hash&lt;String,String&gt;
@@ -6177,6 +6398,8 @@ module Aws::SageMaker
6177
6398
  # resp.failure_reason #=> String
6178
6399
  # resp.model_name #=> String
6179
6400
  # resp.max_concurrent_transforms #=> Integer
6401
+ # resp.model_client_config.invocations_timeout_in_seconds #=> Integer
6402
+ # resp.model_client_config.invocations_max_retries #=> Integer
6180
6403
  # resp.max_payload_in_mb #=> Integer
6181
6404
  # resp.batch_strategy #=> String, one of "MultiRecord", "SingleRecord"
6182
6405
  # resp.environment #=> Hash
@@ -6442,6 +6665,17 @@ module Aws::SageMaker
6442
6665
  # resp.workforce.last_updated_date #=> Time
6443
6666
  # resp.workforce.source_ip_config.cidrs #=> Array
6444
6667
  # resp.workforce.source_ip_config.cidrs[0] #=> String
6668
+ # resp.workforce.sub_domain #=> String
6669
+ # resp.workforce.cognito_config.user_pool #=> String
6670
+ # resp.workforce.cognito_config.client_id #=> String
6671
+ # resp.workforce.oidc_config.client_id #=> String
6672
+ # resp.workforce.oidc_config.issuer #=> String
6673
+ # resp.workforce.oidc_config.authorization_endpoint #=> String
6674
+ # resp.workforce.oidc_config.token_endpoint #=> String
6675
+ # resp.workforce.oidc_config.user_info_endpoint #=> String
6676
+ # resp.workforce.oidc_config.logout_endpoint #=> String
6677
+ # resp.workforce.oidc_config.jwks_uri #=> String
6678
+ # resp.workforce.create_date #=> Time
6445
6679
  #
6446
6680
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeWorkforce AWS API Documentation
6447
6681
  #
@@ -6476,7 +6710,10 @@ module Aws::SageMaker
6476
6710
  # resp.workteam.member_definitions[0].cognito_member_definition.user_pool #=> String
6477
6711
  # resp.workteam.member_definitions[0].cognito_member_definition.user_group #=> String
6478
6712
  # resp.workteam.member_definitions[0].cognito_member_definition.client_id #=> String
6713
+ # resp.workteam.member_definitions[0].oidc_member_definition.groups #=> Array
6714
+ # resp.workteam.member_definitions[0].oidc_member_definition.groups[0] #=> String
6479
6715
  # resp.workteam.workteam_arn #=> String
6716
+ # resp.workteam.workforce_arn #=> String
6480
6717
  # resp.workteam.product_listing_ids #=> Array
6481
6718
  # resp.workteam.product_listing_ids[0] #=> String
6482
6719
  # resp.workteam.description #=> String
@@ -7011,7 +7248,10 @@ module Aws::SageMaker
7011
7248
  # resp.compilation_job_summaries[0].creation_time #=> Time
7012
7249
  # resp.compilation_job_summaries[0].compilation_start_time #=> Time
7013
7250
  # resp.compilation_job_summaries[0].compilation_end_time #=> Time
7014
- # resp.compilation_job_summaries[0].compilation_target_device #=> String, one of "lambda", "ml_m4", "ml_m5", "ml_c4", "ml_c5", "ml_p2", "ml_p3", "ml_inf1", "jetson_tx1", "jetson_tx2", "jetson_nano", "jetson_xavier", "rasp3b", "imx8qm", "deeplens", "rk3399", "rk3288", "aisage", "sbe_c", "qcs605", "qcs603", "sitara_am57x", "amba_cv22"
7251
+ # resp.compilation_job_summaries[0].compilation_target_device #=> String, one of "lambda", "ml_m4", "ml_m5", "ml_c4", "ml_c5", "ml_p2", "ml_p3", "ml_g4dn", "ml_inf1", "jetson_tx1", "jetson_tx2", "jetson_nano", "jetson_xavier", "rasp3b", "imx8qm", "deeplens", "rk3399", "rk3288", "aisage", "sbe_c", "qcs605", "qcs603", "sitara_am57x", "amba_cv22", "x86_win32", "x86_win64"
7252
+ # resp.compilation_job_summaries[0].compilation_target_platform_os #=> String, one of "ANDROID", "LINUX"
7253
+ # resp.compilation_job_summaries[0].compilation_target_platform_arch #=> String, one of "X86_64", "X86", "ARM64", "ARM_EABI", "ARM_EABIHF"
7254
+ # resp.compilation_job_summaries[0].compilation_target_platform_accelerator #=> String, one of "INTEL_GRAPHICS", "MALI", "NVIDIA"
7015
7255
  # resp.compilation_job_summaries[0].last_modified_time #=> Time
7016
7256
  # resp.compilation_job_summaries[0].compilation_job_status #=> String, one of "INPROGRESS", "COMPLETED", "FAILED", "STARTING", "STOPPING", "STOPPED"
7017
7257
  # resp.next_token #=> String
@@ -7549,7 +7789,7 @@ module Aws::SageMaker
7549
7789
  # name_contains: "NameContains",
7550
7790
  # sort_by: "Name", # accepts Name, CreationTime, Status
7551
7791
  # sort_order: "Ascending", # accepts Ascending, Descending
7552
- # status_equals: "InProgress", # accepts InProgress, Completed, Failed, Stopping, Stopped
7792
+ # status_equals: "Initializing", # accepts Initializing, InProgress, Completed, Failed, Stopping, Stopped
7553
7793
  # })
7554
7794
  #
7555
7795
  # @example Response structure
@@ -7559,7 +7799,7 @@ module Aws::SageMaker
7559
7799
  # resp.labeling_job_summary_list[0].labeling_job_arn #=> String
7560
7800
  # resp.labeling_job_summary_list[0].creation_time #=> Time
7561
7801
  # resp.labeling_job_summary_list[0].last_modified_time #=> Time
7562
- # resp.labeling_job_summary_list[0].labeling_job_status #=> String, one of "InProgress", "Completed", "Failed", "Stopping", "Stopped"
7802
+ # resp.labeling_job_summary_list[0].labeling_job_status #=> String, one of "Initializing", "InProgress", "Completed", "Failed", "Stopping", "Stopped"
7563
7803
  # resp.labeling_job_summary_list[0].label_counters.total_labeled #=> Integer
7564
7804
  # resp.labeling_job_summary_list[0].label_counters.human_labeled #=> Integer
7565
7805
  # resp.labeling_job_summary_list[0].label_counters.machine_labeled #=> Integer
@@ -8818,6 +9058,73 @@ module Aws::SageMaker
8818
9058
  req.send_request(options)
8819
9059
  end
8820
9060
 
9061
+ # Use this operation to list all private and vendor workforces in an AWS
9062
+ # Region. Note that you can only have one private workforce per AWS
9063
+ # Region.
9064
+ #
9065
+ # @option params [String] :sort_by
9066
+ # Sort workforces using the workforce name or creation date.
9067
+ #
9068
+ # @option params [String] :sort_order
9069
+ # Sort workforces in ascending or descending order.
9070
+ #
9071
+ # @option params [String] :name_contains
9072
+ # A filter you can use to search for workforces using part of the
9073
+ # workforce name.
9074
+ #
9075
+ # @option params [String] :next_token
9076
+ # A token to resume pagination.
9077
+ #
9078
+ # @option params [Integer] :max_results
9079
+ # The maximum number of workforces returned in the response.
9080
+ #
9081
+ # @return [Types::ListWorkforcesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
9082
+ #
9083
+ # * {Types::ListWorkforcesResponse#workforces #workforces} => Array&lt;Types::Workforce&gt;
9084
+ # * {Types::ListWorkforcesResponse#next_token #next_token} => String
9085
+ #
9086
+ # The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
9087
+ #
9088
+ # @example Request syntax with placeholder values
9089
+ #
9090
+ # resp = client.list_workforces({
9091
+ # sort_by: "Name", # accepts Name, CreateDate
9092
+ # sort_order: "Ascending", # accepts Ascending, Descending
9093
+ # name_contains: "WorkforceName",
9094
+ # next_token: "NextToken",
9095
+ # max_results: 1,
9096
+ # })
9097
+ #
9098
+ # @example Response structure
9099
+ #
9100
+ # resp.workforces #=> Array
9101
+ # resp.workforces[0].workforce_name #=> String
9102
+ # resp.workforces[0].workforce_arn #=> String
9103
+ # resp.workforces[0].last_updated_date #=> Time
9104
+ # resp.workforces[0].source_ip_config.cidrs #=> Array
9105
+ # resp.workforces[0].source_ip_config.cidrs[0] #=> String
9106
+ # resp.workforces[0].sub_domain #=> String
9107
+ # resp.workforces[0].cognito_config.user_pool #=> String
9108
+ # resp.workforces[0].cognito_config.client_id #=> String
9109
+ # resp.workforces[0].oidc_config.client_id #=> String
9110
+ # resp.workforces[0].oidc_config.issuer #=> String
9111
+ # resp.workforces[0].oidc_config.authorization_endpoint #=> String
9112
+ # resp.workforces[0].oidc_config.token_endpoint #=> String
9113
+ # resp.workforces[0].oidc_config.user_info_endpoint #=> String
9114
+ # resp.workforces[0].oidc_config.logout_endpoint #=> String
9115
+ # resp.workforces[0].oidc_config.jwks_uri #=> String
9116
+ # resp.workforces[0].create_date #=> Time
9117
+ # resp.next_token #=> String
9118
+ #
9119
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListWorkforces AWS API Documentation
9120
+ #
9121
+ # @overload list_workforces(params = {})
9122
+ # @param [Hash] params ({})
9123
+ def list_workforces(params = {}, options = {})
9124
+ req = build_request(:list_workforces, params)
9125
+ req.send_request(options)
9126
+ end
9127
+
8821
9128
  # Gets a list of work teams that you have defined in a region. The list
8822
9129
  # may be empty if no work team satisfies the filter specified in the
8823
9130
  # `NameContains` parameter.
@@ -8866,7 +9173,10 @@ module Aws::SageMaker
8866
9173
  # resp.workteams[0].member_definitions[0].cognito_member_definition.user_pool #=> String
8867
9174
  # resp.workteams[0].member_definitions[0].cognito_member_definition.user_group #=> String
8868
9175
  # resp.workteams[0].member_definitions[0].cognito_member_definition.client_id #=> String
9176
+ # resp.workteams[0].member_definitions[0].oidc_member_definition.groups #=> Array
9177
+ # resp.workteams[0].member_definitions[0].oidc_member_definition.groups[0] #=> String
8869
9178
  # resp.workteams[0].workteam_arn #=> String
9179
+ # resp.workteams[0].workforce_arn #=> String
8870
9180
  # resp.workteams[0].product_listing_ids #=> Array
8871
9181
  # resp.workteams[0].product_listing_ids[0] #=> String
8872
9182
  # resp.workteams[0].description #=> String
@@ -8902,6 +9212,9 @@ module Aws::SageMaker
8902
9212
  # The `HumanTaskUiArn` of the worker UI that you want to render. Do not
8903
9213
  # provide a `HumanTaskUiArn` if you use the `UiTemplate` parameter.
8904
9214
  #
9215
+ # See a list of available Human Ui Amazon Resource Names (ARNs) in
9216
+ # UiConfig.
9217
+ #
8905
9218
  # @return [Types::RenderUiTemplateResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
8906
9219
  #
8907
9220
  # * {Types::RenderUiTemplateResponse#rendered_content #rendered_content} => String
@@ -9345,6 +9658,44 @@ module Aws::SageMaker
9345
9658
  # resp.results[0].trial_component.source_detail.processing_job.tags #=> Array
9346
9659
  # resp.results[0].trial_component.source_detail.processing_job.tags[0].key #=> String
9347
9660
  # resp.results[0].trial_component.source_detail.processing_job.tags[0].value #=> String
9661
+ # resp.results[0].trial_component.source_detail.transform_job.transform_job_name #=> String
9662
+ # resp.results[0].trial_component.source_detail.transform_job.transform_job_arn #=> String
9663
+ # resp.results[0].trial_component.source_detail.transform_job.transform_job_status #=> String, one of "InProgress", "Completed", "Failed", "Stopping", "Stopped"
9664
+ # resp.results[0].trial_component.source_detail.transform_job.failure_reason #=> String
9665
+ # resp.results[0].trial_component.source_detail.transform_job.model_name #=> String
9666
+ # resp.results[0].trial_component.source_detail.transform_job.max_concurrent_transforms #=> Integer
9667
+ # resp.results[0].trial_component.source_detail.transform_job.model_client_config.invocations_timeout_in_seconds #=> Integer
9668
+ # resp.results[0].trial_component.source_detail.transform_job.model_client_config.invocations_max_retries #=> Integer
9669
+ # resp.results[0].trial_component.source_detail.transform_job.max_payload_in_mb #=> Integer
9670
+ # resp.results[0].trial_component.source_detail.transform_job.batch_strategy #=> String, one of "MultiRecord", "SingleRecord"
9671
+ # resp.results[0].trial_component.source_detail.transform_job.environment #=> Hash
9672
+ # resp.results[0].trial_component.source_detail.transform_job.environment["TransformEnvironmentKey"] #=> String
9673
+ # resp.results[0].trial_component.source_detail.transform_job.transform_input.data_source.s3_data_source.s3_data_type #=> String, one of "ManifestFile", "S3Prefix", "AugmentedManifestFile"
9674
+ # resp.results[0].trial_component.source_detail.transform_job.transform_input.data_source.s3_data_source.s3_uri #=> String
9675
+ # resp.results[0].trial_component.source_detail.transform_job.transform_input.content_type #=> String
9676
+ # resp.results[0].trial_component.source_detail.transform_job.transform_input.compression_type #=> String, one of "None", "Gzip"
9677
+ # resp.results[0].trial_component.source_detail.transform_job.transform_input.split_type #=> String, one of "None", "Line", "RecordIO", "TFRecord"
9678
+ # resp.results[0].trial_component.source_detail.transform_job.transform_output.s3_output_path #=> String
9679
+ # resp.results[0].trial_component.source_detail.transform_job.transform_output.accept #=> String
9680
+ # resp.results[0].trial_component.source_detail.transform_job.transform_output.assemble_with #=> String, one of "None", "Line"
9681
+ # resp.results[0].trial_component.source_detail.transform_job.transform_output.kms_key_id #=> String
9682
+ # resp.results[0].trial_component.source_detail.transform_job.transform_resources.instance_type #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "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", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge"
9683
+ # resp.results[0].trial_component.source_detail.transform_job.transform_resources.instance_count #=> Integer
9684
+ # resp.results[0].trial_component.source_detail.transform_job.transform_resources.volume_kms_key_id #=> String
9685
+ # resp.results[0].trial_component.source_detail.transform_job.creation_time #=> Time
9686
+ # resp.results[0].trial_component.source_detail.transform_job.transform_start_time #=> Time
9687
+ # resp.results[0].trial_component.source_detail.transform_job.transform_end_time #=> Time
9688
+ # resp.results[0].trial_component.source_detail.transform_job.labeling_job_arn #=> String
9689
+ # resp.results[0].trial_component.source_detail.transform_job.auto_ml_job_arn #=> String
9690
+ # resp.results[0].trial_component.source_detail.transform_job.data_processing.input_filter #=> String
9691
+ # resp.results[0].trial_component.source_detail.transform_job.data_processing.output_filter #=> String
9692
+ # resp.results[0].trial_component.source_detail.transform_job.data_processing.join_source #=> String, one of "Input", "None"
9693
+ # resp.results[0].trial_component.source_detail.transform_job.experiment_config.experiment_name #=> String
9694
+ # resp.results[0].trial_component.source_detail.transform_job.experiment_config.trial_name #=> String
9695
+ # resp.results[0].trial_component.source_detail.transform_job.experiment_config.trial_component_display_name #=> String
9696
+ # resp.results[0].trial_component.source_detail.transform_job.tags #=> Array
9697
+ # resp.results[0].trial_component.source_detail.transform_job.tags[0].key #=> String
9698
+ # resp.results[0].trial_component.source_detail.transform_job.tags[0].value #=> String
9348
9699
  # resp.results[0].trial_component.tags #=> Array
9349
9700
  # resp.results[0].trial_component.tags[0].key #=> String
9350
9701
  # resp.results[0].trial_component.tags[0].value #=> String
@@ -9719,19 +10070,19 @@ module Aws::SageMaker
9719
10070
  # },
9720
10071
  # jupyter_server_app_settings: {
9721
10072
  # default_resource_spec: {
9722
- # sage_maker_image_arn: "SageMakerImageArn",
10073
+ # sage_maker_image_arn: "ImageArn",
9723
10074
  # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
9724
10075
  # },
9725
10076
  # },
9726
10077
  # kernel_gateway_app_settings: {
9727
10078
  # default_resource_spec: {
9728
- # sage_maker_image_arn: "SageMakerImageArn",
10079
+ # sage_maker_image_arn: "ImageArn",
9729
10080
  # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
9730
10081
  # },
9731
10082
  # },
9732
10083
  # tensor_board_app_settings: {
9733
10084
  # default_resource_spec: {
9734
- # sage_maker_image_arn: "SageMakerImageArn",
10085
+ # sage_maker_image_arn: "ImageArn",
9735
10086
  # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
9736
10087
  # },
9737
10088
  # },
@@ -10348,19 +10699,19 @@ module Aws::SageMaker
10348
10699
  # },
10349
10700
  # jupyter_server_app_settings: {
10350
10701
  # default_resource_spec: {
10351
- # sage_maker_image_arn: "SageMakerImageArn",
10702
+ # sage_maker_image_arn: "ImageArn",
10352
10703
  # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
10353
10704
  # },
10354
10705
  # },
10355
10706
  # kernel_gateway_app_settings: {
10356
10707
  # default_resource_spec: {
10357
- # sage_maker_image_arn: "SageMakerImageArn",
10708
+ # sage_maker_image_arn: "ImageArn",
10358
10709
  # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
10359
10710
  # },
10360
10711
  # },
10361
10712
  # tensor_board_app_settings: {
10362
10713
  # default_resource_spec: {
10363
- # sage_maker_image_arn: "SageMakerImageArn",
10714
+ # sage_maker_image_arn: "ImageArn",
10364
10715
  # instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
10365
10716
  # },
10366
10717
  # },
@@ -10382,7 +10733,7 @@ module Aws::SageMaker
10382
10733
 
10383
10734
  # Restricts access to tasks assigned to workers in the specified
10384
10735
  # workforce to those within specific ranges of IP addresses. You specify
10385
- # allowed IP addresses by creating a list of up to four [CIDRs][1].
10736
+ # allowed IP addresses by creating a list of up to ten [CIDRs][1].
10386
10737
  #
10387
10738
  # By default, a workforce isn't restricted to specific IP addresses. If
10388
10739
  # you specify a range of IP addresses, workers who attempt to access
@@ -10403,15 +10754,19 @@ module Aws::SageMaker
10403
10754
  # created and cannot be modified.
10404
10755
  #
10405
10756
  # @option params [Types::SourceIpConfig] :source_ip_config
10406
- # A list of one to four worker IP address ranges ([CIDRs][1]) that can
10407
- # be used to access tasks assigned to this workforce.
10757
+ # A list of one to ten worker IP address ranges ([CIDRs][1]) that can be
10758
+ # used to access tasks assigned to this workforce.
10408
10759
  #
10409
- # Maximum: Four CIDR values
10760
+ # Maximum: Ten CIDR values
10410
10761
  #
10411
10762
  #
10412
10763
  #
10413
10764
  # [1]: https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Subnets.html
10414
10765
  #
10766
+ # @option params [Types::OidcConfig] :oidc_config
10767
+ # Use this parameter to update your OIDC Identity Provider (IdP)
10768
+ # configuration for a workforce made using your own IdP.
10769
+ #
10415
10770
  # @return [Types::UpdateWorkforceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
10416
10771
  #
10417
10772
  # * {Types::UpdateWorkforceResponse#workforce #workforce} => Types::Workforce
@@ -10423,6 +10778,16 @@ module Aws::SageMaker
10423
10778
  # source_ip_config: {
10424
10779
  # cidrs: ["Cidr"], # required
10425
10780
  # },
10781
+ # oidc_config: {
10782
+ # client_id: "ClientId", # required
10783
+ # client_secret: "ClientSecret", # required
10784
+ # issuer: "OidcEndpoint", # required
10785
+ # authorization_endpoint: "OidcEndpoint", # required
10786
+ # token_endpoint: "OidcEndpoint", # required
10787
+ # user_info_endpoint: "OidcEndpoint", # required
10788
+ # logout_endpoint: "OidcEndpoint", # required
10789
+ # jwks_uri: "OidcEndpoint", # required
10790
+ # },
10426
10791
  # })
10427
10792
  #
10428
10793
  # @example Response structure
@@ -10432,6 +10797,17 @@ module Aws::SageMaker
10432
10797
  # resp.workforce.last_updated_date #=> Time
10433
10798
  # resp.workforce.source_ip_config.cidrs #=> Array
10434
10799
  # resp.workforce.source_ip_config.cidrs[0] #=> String
10800
+ # resp.workforce.sub_domain #=> String
10801
+ # resp.workforce.cognito_config.user_pool #=> String
10802
+ # resp.workforce.cognito_config.client_id #=> String
10803
+ # resp.workforce.oidc_config.client_id #=> String
10804
+ # resp.workforce.oidc_config.issuer #=> String
10805
+ # resp.workforce.oidc_config.authorization_endpoint #=> String
10806
+ # resp.workforce.oidc_config.token_endpoint #=> String
10807
+ # resp.workforce.oidc_config.user_info_endpoint #=> String
10808
+ # resp.workforce.oidc_config.logout_endpoint #=> String
10809
+ # resp.workforce.oidc_config.jwks_uri #=> String
10810
+ # resp.workforce.create_date #=> Time
10435
10811
  #
10436
10812
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateWorkforce AWS API Documentation
10437
10813
  #
@@ -10472,7 +10848,10 @@ module Aws::SageMaker
10472
10848
  # cognito_member_definition: {
10473
10849
  # user_pool: "CognitoUserPool", # required
10474
10850
  # user_group: "CognitoUserGroup", # required
10475
- # client_id: "CognitoClientId", # required
10851
+ # client_id: "ClientId", # required
10852
+ # },
10853
+ # oidc_member_definition: {
10854
+ # groups: ["Group"], # required
10476
10855
  # },
10477
10856
  # },
10478
10857
  # ],
@@ -10489,7 +10868,10 @@ module Aws::SageMaker
10489
10868
  # resp.workteam.member_definitions[0].cognito_member_definition.user_pool #=> String
10490
10869
  # resp.workteam.member_definitions[0].cognito_member_definition.user_group #=> String
10491
10870
  # resp.workteam.member_definitions[0].cognito_member_definition.client_id #=> String
10871
+ # resp.workteam.member_definitions[0].oidc_member_definition.groups #=> Array
10872
+ # resp.workteam.member_definitions[0].oidc_member_definition.groups[0] #=> String
10492
10873
  # resp.workteam.workteam_arn #=> String
10874
+ # resp.workteam.workforce_arn #=> String
10493
10875
  # resp.workteam.product_listing_ids #=> Array
10494
10876
  # resp.workteam.product_listing_ids[0] #=> String
10495
10877
  # resp.workteam.description #=> String
@@ -10520,7 +10902,7 @@ module Aws::SageMaker
10520
10902
  params: params,
10521
10903
  config: config)
10522
10904
  context[:gem_name] = 'aws-sdk-sagemaker'
10523
- context[:gem_version] = '1.59.0'
10905
+ context[:gem_version] = '1.64.0'
10524
10906
  Seahorse::Client::Request.new(handlers, context)
10525
10907
  end
10526
10908