aws-sdk-sagemaker 1.63.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: e2b1b55954b73c45a95f8ac59903c73332621b75d324b782fa39efeafe385f87
4
- data.tar.gz: 27b6289cf5d719587c4f30e5587a8dc57cafe665e5d43076c724ce8ed0e970ec
3
+ metadata.gz: 3dd514dc94ac9a72dbf30134179cd7996354fbce6bbea433880986af5ed18a90
4
+ data.tar.gz: 691fec9934ce5ae29898a274d0012ab7e7566426351658b08e4c1d33a90a8bea
5
5
  SHA512:
6
- metadata.gz: d0b3e7d6230e9e13e1a0fef46374c4879e919622c2618c3799151d06bf40ac7f70f3896febf8371b167ea20faab7c931786f4fbd01108817ec7b9b4e5d9b7fa2
7
- data.tar.gz: 44e6169470b29bb76b5e5f5edb0e0822d89caa3101f2b70119bbbadd7f5ed8bc8b93a6627189c1104038dd0aa0a8d972af33e6457838bb82692791a253e913f7
6
+ metadata.gz: 0febc6c10d0afe0d14609064267f2f587b90dffab2f94f47e8d6662974e92305188a47dbd5a2616fb346a945da2ee33e33e3a35024e4dbb67a0d6b9307f69ee0
7
+ data.tar.gz: 2b9ed20523f9f255ef59b925f8697a56ff887f60b770303e83330de53efce42d88d66656bf919b9b4309846407253aaa2f2a6760f05ed24c943eb39be5e6373f
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-sagemaker/customizations'
48
48
  # @service
49
49
  module Aws::SageMaker
50
50
 
51
- GEM_VERSION = '1.63.0'
51
+ GEM_VERSION = '1.64.0'
52
52
 
53
53
  end
@@ -486,7 +486,7 @@ module Aws::SageMaker
486
486
  # algorithm_name: "EntityName", # required
487
487
  # algorithm_description: "EntityDescription",
488
488
  # training_specification: { # required
489
- # training_image: "Image", # required
489
+ # training_image: "ContainerImage", # required
490
490
  # training_image_digest: "ImageDigest",
491
491
  # supported_hyper_parameters: [
492
492
  # {
@@ -540,7 +540,7 @@ module Aws::SageMaker
540
540
  # containers: [ # required
541
541
  # {
542
542
  # container_hostname: "ContainerHostname",
543
- # image: "Image", # required
543
+ # image: "ContainerImage", # required
544
544
  # image_digest: "ImageDigest",
545
545
  # model_data_url: "Url",
546
546
  # product_id: "ProductId",
@@ -695,7 +695,7 @@ module Aws::SageMaker
695
695
  # },
696
696
  # ],
697
697
  # resource_spec: {
698
- # sage_maker_image_arn: "SageMakerImageArn",
698
+ # sage_maker_image_arn: "ImageArn",
699
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
700
700
  # },
701
701
  # })
@@ -901,8 +901,8 @@ module Aws::SageMaker
901
901
  # * The output location for the compiled model and the device (target)
902
902
  # that the model runs on
903
903
  #
904
- # * `The Amazon Resource Name (ARN) of the IAM role that Amazon
905
- # 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.
906
906
  #
907
907
  # You can also provide a `Tag` to track the model compilation job's
908
908
  # resource use and costs. The response body contains the
@@ -970,7 +970,13 @@ module Aws::SageMaker
970
970
  # },
971
971
  # output_config: { # required
972
972
  # s3_output_location: "S3Uri", # required
973
- # 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",
974
980
  # },
975
981
  # stopping_condition: { # required
976
982
  # max_runtime_in_seconds: 1,
@@ -1057,19 +1063,19 @@ module Aws::SageMaker
1057
1063
  # },
1058
1064
  # jupyter_server_app_settings: {
1059
1065
  # default_resource_spec: {
1060
- # sage_maker_image_arn: "SageMakerImageArn",
1066
+ # sage_maker_image_arn: "ImageArn",
1061
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
1062
1068
  # },
1063
1069
  # },
1064
1070
  # kernel_gateway_app_settings: {
1065
1071
  # default_resource_spec: {
1066
- # sage_maker_image_arn: "SageMakerImageArn",
1072
+ # sage_maker_image_arn: "ImageArn",
1067
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
1068
1074
  # },
1069
1075
  # },
1070
1076
  # tensor_board_app_settings: {
1071
1077
  # default_resource_spec: {
1072
- # sage_maker_image_arn: "SageMakerImageArn",
1078
+ # sage_maker_image_arn: "ImageArn",
1073
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
1074
1080
  # },
1075
1081
  # },
@@ -1372,10 +1378,10 @@ module Aws::SageMaker
1372
1378
  req.send_request(options)
1373
1379
  end
1374
1380
 
1375
- # Creates an Amazon SageMaker *experiment*. An experiment is a
1376
- # collection of *trials* that are observed, compared and evaluated as a
1377
- # group. A trial is a set of steps, called *trial components*, that
1378
- # 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.
1379
1385
  #
1380
1386
  # The goal of an experiment is to determine the components that produce
1381
1387
  # the best model. Multiple trials are performed, each one isolating and
@@ -2069,7 +2075,7 @@ module Aws::SageMaker
2069
2075
  # label_attribute_name: "LabelAttributeName", # required
2070
2076
  # input_config: { # required
2071
2077
  # data_source: { # required
2072
- # s3_data_source: { # required
2078
+ # s3_data_source: {
2073
2079
  # manifest_s3_uri: "S3Uri", # required
2074
2080
  # },
2075
2081
  # },
@@ -2240,7 +2246,7 @@ module Aws::SageMaker
2240
2246
  # model_name: "ModelName", # required
2241
2247
  # primary_container: {
2242
2248
  # container_hostname: "ContainerHostname",
2243
- # image: "Image",
2249
+ # image: "ContainerImage",
2244
2250
  # mode: "SingleModel", # accepts SingleModel, MultiModel
2245
2251
  # model_data_url: "Url",
2246
2252
  # environment: {
@@ -2251,7 +2257,7 @@ module Aws::SageMaker
2251
2257
  # containers: [
2252
2258
  # {
2253
2259
  # container_hostname: "ContainerHostname",
2254
- # image: "Image",
2260
+ # image: "ContainerImage",
2255
2261
  # mode: "SingleModel", # accepts SingleModel, MultiModel
2256
2262
  # model_data_url: "Url",
2257
2263
  # environment: {
@@ -2341,7 +2347,7 @@ module Aws::SageMaker
2341
2347
  # containers: [ # required
2342
2348
  # {
2343
2349
  # container_hostname: "ContainerHostname",
2344
- # image: "Image", # required
2350
+ # image: "ContainerImage", # required
2345
2351
  # image_digest: "ImageDigest",
2346
2352
  # model_data_url: "Url",
2347
2353
  # product_id: "ProductId",
@@ -2956,7 +2962,14 @@ module Aws::SageMaker
2956
2962
  # [1]: https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-whatURL
2957
2963
  #
2958
2964
  # @option params [Types::ExperimentConfig] :experiment_config
2959
- # 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
2960
2973
  #
2961
2974
  # @return [Types::CreateProcessingJobResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
2962
2975
  #
@@ -3263,7 +3276,14 @@ module Aws::SageMaker
3263
3276
  # Configuration of storage locations for TensorBoard output.
3264
3277
  #
3265
3278
  # @option params [Types::ExperimentConfig] :experiment_config
3266
- # 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
3267
3287
  #
3268
3288
  # @return [Types::CreateTrainingJobResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3269
3289
  #
@@ -3527,7 +3547,14 @@ module Aws::SageMaker
3527
3547
  # [1]: https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-what
3528
3548
  #
3529
3549
  # @option params [Types::ExperimentConfig] :experiment_config
3530
- # 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
3531
3558
  #
3532
3559
  # @return [Types::CreateTransformJobResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
3533
3560
  #
@@ -3841,19 +3868,19 @@ module Aws::SageMaker
3841
3868
  # },
3842
3869
  # jupyter_server_app_settings: {
3843
3870
  # default_resource_spec: {
3844
- # sage_maker_image_arn: "SageMakerImageArn",
3871
+ # sage_maker_image_arn: "ImageArn",
3845
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
3846
3873
  # },
3847
3874
  # },
3848
3875
  # kernel_gateway_app_settings: {
3849
3876
  # default_resource_spec: {
3850
- # sage_maker_image_arn: "SageMakerImageArn",
3877
+ # sage_maker_image_arn: "ImageArn",
3851
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
3852
3879
  # },
3853
3880
  # },
3854
3881
  # tensor_board_app_settings: {
3855
3882
  # default_resource_spec: {
3856
- # sage_maker_image_arn: "SageMakerImageArn",
3883
+ # sage_maker_image_arn: "ImageArn",
3857
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
3858
3885
  # },
3859
3886
  # },
@@ -3873,6 +3900,107 @@ module Aws::SageMaker
3873
3900
  req.send_request(options)
3874
3901
  end
3875
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
+
3876
4004
  # Creates a new work team for labeling your data. A work team is defined
3877
4005
  # by one or more Amazon Cognito user pools. You must first create the
3878
4006
  # user pools before you can create a work team.
@@ -3882,6 +4010,9 @@ module Aws::SageMaker
3882
4010
  # @option params [required, String] :workteam_name
3883
4011
  # The name of the work team. Use this name to identify the work team.
3884
4012
  #
4013
+ # @option params [String] :workforce_name
4014
+ # The name of the workforce.
4015
+ #
3885
4016
  # @option params [required, Array<Types::MemberDefinition>] :member_definitions
3886
4017
  # A list of `MemberDefinition` objects that contains objects that
3887
4018
  # identify the Amazon Cognito user pool that makes up the work team. For
@@ -3920,12 +4051,16 @@ module Aws::SageMaker
3920
4051
  #
3921
4052
  # resp = client.create_workteam({
3922
4053
  # workteam_name: "WorkteamName", # required
4054
+ # workforce_name: "WorkforceName",
3923
4055
  # member_definitions: [ # required
3924
4056
  # {
3925
4057
  # cognito_member_definition: {
3926
4058
  # user_pool: "CognitoUserPool", # required
3927
4059
  # user_group: "CognitoUserGroup", # required
3928
- # client_id: "CognitoClientId", # required
4060
+ # client_id: "ClientId", # required
4061
+ # },
4062
+ # oidc_member_definition: {
4063
+ # groups: ["Group"], # required
3929
4064
  # },
3930
4065
  # },
3931
4066
  # ],
@@ -4179,7 +4314,8 @@ module Aws::SageMaker
4179
4314
  req.send_request(options)
4180
4315
  end
4181
4316
 
4182
- # Use this operation to delete a worker task template (`HumanTaskUi`).
4317
+ # Use this operation to delete a human task user interface (worker task
4318
+ # template).
4183
4319
  #
4184
4320
  # To see a list of human task user interfaces (work task templates) in
4185
4321
  # your account, use . When you delete a worker task template, it no
@@ -4456,6 +4592,32 @@ module Aws::SageMaker
4456
4592
  req.send_request(options)
4457
4593
  end
4458
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
+
4459
4621
  # Deletes an existing work team. This operation can't be undone.
4460
4622
  #
4461
4623
  # @option params [required, String] :workteam_name
@@ -4878,7 +5040,11 @@ module Aws::SageMaker
4878
5040
  # resp.input_config.data_input_config #=> String
4879
5041
  # resp.input_config.framework #=> String, one of "TENSORFLOW", "KERAS", "MXNET", "ONNX", "PYTORCH", "XGBOOST", "TFLITE"
4880
5042
  # resp.output_config.s3_output_location #=> String
4881
- # 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
4882
5048
  #
4883
5049
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeCompilationJob AWS API Documentation
4884
5050
  #
@@ -5483,7 +5649,7 @@ module Aws::SageMaker
5483
5649
  #
5484
5650
  # @example Response structure
5485
5651
  #
5486
- # 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"
5487
5653
  # resp.label_counters.total_labeled #=> Integer
5488
5654
  # resp.label_counters.human_labeled #=> Integer
5489
5655
  # resp.label_counters.machine_labeled #=> Integer
@@ -6499,6 +6665,17 @@ module Aws::SageMaker
6499
6665
  # resp.workforce.last_updated_date #=> Time
6500
6666
  # resp.workforce.source_ip_config.cidrs #=> Array
6501
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
6502
6679
  #
6503
6680
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeWorkforce AWS API Documentation
6504
6681
  #
@@ -6533,7 +6710,10 @@ module Aws::SageMaker
6533
6710
  # resp.workteam.member_definitions[0].cognito_member_definition.user_pool #=> String
6534
6711
  # resp.workteam.member_definitions[0].cognito_member_definition.user_group #=> String
6535
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
6536
6715
  # resp.workteam.workteam_arn #=> String
6716
+ # resp.workteam.workforce_arn #=> String
6537
6717
  # resp.workteam.product_listing_ids #=> Array
6538
6718
  # resp.workteam.product_listing_ids[0] #=> String
6539
6719
  # resp.workteam.description #=> String
@@ -7068,7 +7248,10 @@ module Aws::SageMaker
7068
7248
  # resp.compilation_job_summaries[0].creation_time #=> Time
7069
7249
  # resp.compilation_job_summaries[0].compilation_start_time #=> Time
7070
7250
  # resp.compilation_job_summaries[0].compilation_end_time #=> Time
7071
- # 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"
7072
7255
  # resp.compilation_job_summaries[0].last_modified_time #=> Time
7073
7256
  # resp.compilation_job_summaries[0].compilation_job_status #=> String, one of "INPROGRESS", "COMPLETED", "FAILED", "STARTING", "STOPPING", "STOPPED"
7074
7257
  # resp.next_token #=> String
@@ -7606,7 +7789,7 @@ module Aws::SageMaker
7606
7789
  # name_contains: "NameContains",
7607
7790
  # sort_by: "Name", # accepts Name, CreationTime, Status
7608
7791
  # sort_order: "Ascending", # accepts Ascending, Descending
7609
- # status_equals: "InProgress", # accepts InProgress, Completed, Failed, Stopping, Stopped
7792
+ # status_equals: "Initializing", # accepts Initializing, InProgress, Completed, Failed, Stopping, Stopped
7610
7793
  # })
7611
7794
  #
7612
7795
  # @example Response structure
@@ -7616,7 +7799,7 @@ module Aws::SageMaker
7616
7799
  # resp.labeling_job_summary_list[0].labeling_job_arn #=> String
7617
7800
  # resp.labeling_job_summary_list[0].creation_time #=> Time
7618
7801
  # resp.labeling_job_summary_list[0].last_modified_time #=> Time
7619
- # 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"
7620
7803
  # resp.labeling_job_summary_list[0].label_counters.total_labeled #=> Integer
7621
7804
  # resp.labeling_job_summary_list[0].label_counters.human_labeled #=> Integer
7622
7805
  # resp.labeling_job_summary_list[0].label_counters.machine_labeled #=> Integer
@@ -8875,6 +9058,73 @@ module Aws::SageMaker
8875
9058
  req.send_request(options)
8876
9059
  end
8877
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
+
8878
9128
  # Gets a list of work teams that you have defined in a region. The list
8879
9129
  # may be empty if no work team satisfies the filter specified in the
8880
9130
  # `NameContains` parameter.
@@ -8923,7 +9173,10 @@ module Aws::SageMaker
8923
9173
  # resp.workteams[0].member_definitions[0].cognito_member_definition.user_pool #=> String
8924
9174
  # resp.workteams[0].member_definitions[0].cognito_member_definition.user_group #=> String
8925
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
8926
9178
  # resp.workteams[0].workteam_arn #=> String
9179
+ # resp.workteams[0].workforce_arn #=> String
8927
9180
  # resp.workteams[0].product_listing_ids #=> Array
8928
9181
  # resp.workteams[0].product_listing_ids[0] #=> String
8929
9182
  # resp.workteams[0].description #=> String
@@ -9405,6 +9658,44 @@ module Aws::SageMaker
9405
9658
  # resp.results[0].trial_component.source_detail.processing_job.tags #=> Array
9406
9659
  # resp.results[0].trial_component.source_detail.processing_job.tags[0].key #=> String
9407
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
9408
9699
  # resp.results[0].trial_component.tags #=> Array
9409
9700
  # resp.results[0].trial_component.tags[0].key #=> String
9410
9701
  # resp.results[0].trial_component.tags[0].value #=> String
@@ -9779,19 +10070,19 @@ module Aws::SageMaker
9779
10070
  # },
9780
10071
  # jupyter_server_app_settings: {
9781
10072
  # default_resource_spec: {
9782
- # sage_maker_image_arn: "SageMakerImageArn",
10073
+ # sage_maker_image_arn: "ImageArn",
9783
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
9784
10075
  # },
9785
10076
  # },
9786
10077
  # kernel_gateway_app_settings: {
9787
10078
  # default_resource_spec: {
9788
- # sage_maker_image_arn: "SageMakerImageArn",
10079
+ # sage_maker_image_arn: "ImageArn",
9789
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
9790
10081
  # },
9791
10082
  # },
9792
10083
  # tensor_board_app_settings: {
9793
10084
  # default_resource_spec: {
9794
- # sage_maker_image_arn: "SageMakerImageArn",
10085
+ # sage_maker_image_arn: "ImageArn",
9795
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
9796
10087
  # },
9797
10088
  # },
@@ -10408,19 +10699,19 @@ module Aws::SageMaker
10408
10699
  # },
10409
10700
  # jupyter_server_app_settings: {
10410
10701
  # default_resource_spec: {
10411
- # sage_maker_image_arn: "SageMakerImageArn",
10702
+ # sage_maker_image_arn: "ImageArn",
10412
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
10413
10704
  # },
10414
10705
  # },
10415
10706
  # kernel_gateway_app_settings: {
10416
10707
  # default_resource_spec: {
10417
- # sage_maker_image_arn: "SageMakerImageArn",
10708
+ # sage_maker_image_arn: "ImageArn",
10418
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
10419
10710
  # },
10420
10711
  # },
10421
10712
  # tensor_board_app_settings: {
10422
10713
  # default_resource_spec: {
10423
- # sage_maker_image_arn: "SageMakerImageArn",
10714
+ # sage_maker_image_arn: "ImageArn",
10424
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
10425
10716
  # },
10426
10717
  # },
@@ -10472,6 +10763,10 @@ module Aws::SageMaker
10472
10763
  #
10473
10764
  # [1]: https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Subnets.html
10474
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
+ #
10475
10770
  # @return [Types::UpdateWorkforceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
10476
10771
  #
10477
10772
  # * {Types::UpdateWorkforceResponse#workforce #workforce} => Types::Workforce
@@ -10483,6 +10778,16 @@ module Aws::SageMaker
10483
10778
  # source_ip_config: {
10484
10779
  # cidrs: ["Cidr"], # required
10485
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
+ # },
10486
10791
  # })
10487
10792
  #
10488
10793
  # @example Response structure
@@ -10492,6 +10797,17 @@ module Aws::SageMaker
10492
10797
  # resp.workforce.last_updated_date #=> Time
10493
10798
  # resp.workforce.source_ip_config.cidrs #=> Array
10494
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
10495
10811
  #
10496
10812
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateWorkforce AWS API Documentation
10497
10813
  #
@@ -10532,7 +10848,10 @@ module Aws::SageMaker
10532
10848
  # cognito_member_definition: {
10533
10849
  # user_pool: "CognitoUserPool", # required
10534
10850
  # user_group: "CognitoUserGroup", # required
10535
- # client_id: "CognitoClientId", # required
10851
+ # client_id: "ClientId", # required
10852
+ # },
10853
+ # oidc_member_definition: {
10854
+ # groups: ["Group"], # required
10536
10855
  # },
10537
10856
  # },
10538
10857
  # ],
@@ -10549,7 +10868,10 @@ module Aws::SageMaker
10549
10868
  # resp.workteam.member_definitions[0].cognito_member_definition.user_pool #=> String
10550
10869
  # resp.workteam.member_definitions[0].cognito_member_definition.user_group #=> String
10551
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
10552
10873
  # resp.workteam.workteam_arn #=> String
10874
+ # resp.workteam.workforce_arn #=> String
10553
10875
  # resp.workteam.product_listing_ids #=> Array
10554
10876
  # resp.workteam.product_listing_ids[0] #=> String
10555
10877
  # resp.workteam.description #=> String
@@ -10580,7 +10902,7 @@ module Aws::SageMaker
10580
10902
  params: params,
10581
10903
  config: config)
10582
10904
  context[:gem_name] = 'aws-sdk-sagemaker'
10583
- context[:gem_version] = '1.63.0'
10905
+ context[:gem_version] = '1.64.0'
10584
10906
  Seahorse::Client::Request.new(handlers, context)
10585
10907
  end
10586
10908