aws-sdk-sagemaker 1.127.0 → 1.130.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -845,6 +845,7 @@ module Aws::SageMaker
845
845
  # s3_uri: "S3Uri", # required
846
846
  # s3_data_distribution_type: "FullyReplicated", # accepts FullyReplicated, ShardedByS3Key
847
847
  # attribute_names: ["AttributeName"],
848
+ # instance_group_names: ["InstanceGroupName"],
848
849
  # },
849
850
  # file_system_data_source: {
850
851
  # file_system_id: "FileSystemId", # required
@@ -867,10 +868,17 @@ module Aws::SageMaker
867
868
  # s3_output_path: "S3Uri", # required
868
869
  # },
869
870
  # resource_config: { # required
870
- # instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.p4d.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge
871
- # instance_count: 1, # required
871
+ # instance_type: "ml.m4.xlarge", # accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.p4d.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge
872
+ # instance_count: 1,
872
873
  # volume_size_in_gb: 1, # required
873
874
  # volume_kms_key_id: "KmsKeyId",
875
+ # instance_groups: [
876
+ # {
877
+ # instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.p4d.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge
878
+ # instance_count: 1, # required
879
+ # instance_group_name: "InstanceGroupName", # required
880
+ # },
881
+ # ],
874
882
  # },
875
883
  # stopping_condition: { # required
876
884
  # max_runtime_in_seconds: 1,
@@ -959,6 +967,15 @@ module Aws::SageMaker
959
967
  # The instance type and the Amazon Resource Name (ARN) of the SageMaker
960
968
  # image created on the instance.
961
969
  #
970
+ # <note markdown="1"> The value of `InstanceType` passed as part of the `ResourceSpec` in
971
+ # the `CreateApp` call overrides the value passed as part of the
972
+ # `ResourceSpec` configured for the user profile or the domain. If
973
+ # `InstanceType` is not specified in any of those three `ResourceSpec`
974
+ # values for a `KernelGateway` app, the `CreateApp` call fails with a
975
+ # request validation error.
976
+ #
977
+ # </note>
978
+ #
962
979
  # @return [Types::CreateAppResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
963
980
  #
964
981
  # * {Types::CreateAppResponse#app_arn #app_arn} => String
@@ -2974,6 +2991,7 @@ module Aws::SageMaker
2974
2991
  # s3_uri: "S3Uri", # required
2975
2992
  # s3_data_distribution_type: "FullyReplicated", # accepts FullyReplicated, ShardedByS3Key
2976
2993
  # attribute_names: ["AttributeName"],
2994
+ # instance_group_names: ["InstanceGroupName"],
2977
2995
  # },
2978
2996
  # file_system_data_source: {
2979
2997
  # file_system_id: "FileSystemId", # required
@@ -3000,10 +3018,17 @@ module Aws::SageMaker
3000
3018
  # s3_output_path: "S3Uri", # required
3001
3019
  # },
3002
3020
  # resource_config: { # required
3003
- # instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.p4d.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge
3004
- # instance_count: 1, # required
3021
+ # instance_type: "ml.m4.xlarge", # accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.p4d.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge
3022
+ # instance_count: 1,
3005
3023
  # volume_size_in_gb: 1, # required
3006
3024
  # volume_kms_key_id: "KmsKeyId",
3025
+ # instance_groups: [
3026
+ # {
3027
+ # instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.p4d.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge
3028
+ # instance_count: 1, # required
3029
+ # instance_group_name: "InstanceGroupName", # required
3030
+ # },
3031
+ # ],
3007
3032
  # },
3008
3033
  # stopping_condition: { # required
3009
3034
  # max_runtime_in_seconds: 1,
@@ -3075,6 +3100,7 @@ module Aws::SageMaker
3075
3100
  # s3_uri: "S3Uri", # required
3076
3101
  # s3_data_distribution_type: "FullyReplicated", # accepts FullyReplicated, ShardedByS3Key
3077
3102
  # attribute_names: ["AttributeName"],
3103
+ # instance_group_names: ["InstanceGroupName"],
3078
3104
  # },
3079
3105
  # file_system_data_source: {
3080
3106
  # file_system_id: "FileSystemId", # required
@@ -3101,10 +3127,17 @@ module Aws::SageMaker
3101
3127
  # s3_output_path: "S3Uri", # required
3102
3128
  # },
3103
3129
  # resource_config: { # required
3104
- # instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.p4d.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge
3105
- # instance_count: 1, # required
3130
+ # instance_type: "ml.m4.xlarge", # accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.p4d.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge
3131
+ # instance_count: 1,
3106
3132
  # volume_size_in_gb: 1, # required
3107
3133
  # volume_kms_key_id: "KmsKeyId",
3134
+ # instance_groups: [
3135
+ # {
3136
+ # instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.p4d.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge
3137
+ # instance_count: 1, # required
3138
+ # instance_group_name: "InstanceGroupName", # required
3139
+ # },
3140
+ # ],
3108
3141
  # },
3109
3142
  # stopping_condition: { # required
3110
3143
  # max_runtime_in_seconds: 1,
@@ -3638,6 +3671,10 @@ module Aws::SageMaker
3638
3671
  # initial_active_learning_model_arn: "ModelArn",
3639
3672
  # labeling_job_resource_config: {
3640
3673
  # volume_kms_key_id: "KmsKeyId",
3674
+ # vpc_config: {
3675
+ # security_group_ids: ["SecurityGroupId"], # required
3676
+ # subnets: ["SubnetId"], # required
3677
+ # },
3641
3678
  # },
3642
3679
  # },
3643
3680
  # human_task_config: { # required
@@ -3701,8 +3738,8 @@ module Aws::SageMaker
3701
3738
  # that you defined for the model in the hosting environment.
3702
3739
  #
3703
3740
  # For an example that calls this method when deploying a model to
3704
- # SageMaker hosting services, see [Deploy the Model to Amazon SageMaker
3705
- # Hosting Services (Amazon Web Services SDK for Python (Boto 3)).][1]
3741
+ # SageMaker hosting services, see [Create a Model (Amazon Web Services
3742
+ # SDK for Python (Boto 3)).][1]
3706
3743
  #
3707
3744
  # To run a batch transform using your model, you start a job with the
3708
3745
  # `CreateTransformJob` API. SageMaker uses your model and your dataset
@@ -3717,7 +3754,7 @@ module Aws::SageMaker
3717
3754
  #
3718
3755
  #
3719
3756
  #
3720
- # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/ex1-deploy-model.html#ex1-deploy-model-boto
3757
+ # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/realtime-endpoints-deployment.html#realtime-endpoints-deployment-create-model
3721
3758
  #
3722
3759
  # @option params [required, String] :model_name
3723
3760
  # The name of the new model.
@@ -5910,6 +5947,7 @@ module Aws::SageMaker
5910
5947
  # s3_uri: "S3Uri", # required
5911
5948
  # s3_data_distribution_type: "FullyReplicated", # accepts FullyReplicated, ShardedByS3Key
5912
5949
  # attribute_names: ["AttributeName"],
5950
+ # instance_group_names: ["InstanceGroupName"],
5913
5951
  # },
5914
5952
  # file_system_data_source: {
5915
5953
  # file_system_id: "FileSystemId", # required
@@ -5932,10 +5970,17 @@ module Aws::SageMaker
5932
5970
  # s3_output_path: "S3Uri", # required
5933
5971
  # },
5934
5972
  # resource_config: { # required
5935
- # instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.p4d.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge
5936
- # instance_count: 1, # required
5973
+ # instance_type: "ml.m4.xlarge", # accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.p4d.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge
5974
+ # instance_count: 1,
5937
5975
  # volume_size_in_gb: 1, # required
5938
5976
  # volume_kms_key_id: "KmsKeyId",
5977
+ # instance_groups: [
5978
+ # {
5979
+ # instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.p4d.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge
5980
+ # instance_count: 1, # required
5981
+ # instance_group_name: "InstanceGroupName", # required
5982
+ # },
5983
+ # ],
5939
5984
  # },
5940
5985
  # vpc_config: {
5941
5986
  # security_group_ids: ["SecurityGroupId"], # required
@@ -6634,6 +6679,9 @@ module Aws::SageMaker
6634
6679
  # categorize and organize our workforce. Each tag consists of a key and
6635
6680
  # a value, both of which you define.
6636
6681
  #
6682
+ # @option params [Types::WorkforceVpcConfigRequest] :workforce_vpc_config
6683
+ # Use this parameter to configure a workforce using VPC.
6684
+ #
6637
6685
  # @return [Types::CreateWorkforceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
6638
6686
  #
6639
6687
  # * {Types::CreateWorkforceResponse#workforce_arn #workforce_arn} => String
@@ -6665,6 +6713,11 @@ module Aws::SageMaker
6665
6713
  # value: "TagValue", # required
6666
6714
  # },
6667
6715
  # ],
6716
+ # workforce_vpc_config: {
6717
+ # vpc_id: "WorkforceVpcId",
6718
+ # security_group_ids: ["WorkforceSecurityGroupId"],
6719
+ # subnets: ["WorkforceSubnetId"],
6720
+ # },
6668
6721
  # })
6669
6722
  #
6670
6723
  # @example Response structure
@@ -8023,6 +8076,8 @@ module Aws::SageMaker
8023
8076
  # resp.validation_specification.validation_profiles[0].training_job_definition.input_data_config[0].data_source.s3_data_source.s3_data_distribution_type #=> String, one of "FullyReplicated", "ShardedByS3Key"
8024
8077
  # resp.validation_specification.validation_profiles[0].training_job_definition.input_data_config[0].data_source.s3_data_source.attribute_names #=> Array
8025
8078
  # resp.validation_specification.validation_profiles[0].training_job_definition.input_data_config[0].data_source.s3_data_source.attribute_names[0] #=> String
8079
+ # resp.validation_specification.validation_profiles[0].training_job_definition.input_data_config[0].data_source.s3_data_source.instance_group_names #=> Array
8080
+ # resp.validation_specification.validation_profiles[0].training_job_definition.input_data_config[0].data_source.s3_data_source.instance_group_names[0] #=> String
8026
8081
  # resp.validation_specification.validation_profiles[0].training_job_definition.input_data_config[0].data_source.file_system_data_source.file_system_id #=> String
8027
8082
  # resp.validation_specification.validation_profiles[0].training_job_definition.input_data_config[0].data_source.file_system_data_source.file_system_access_mode #=> String, one of "rw", "ro"
8028
8083
  # resp.validation_specification.validation_profiles[0].training_job_definition.input_data_config[0].data_source.file_system_data_source.file_system_type #=> String, one of "EFS", "FSxLustre"
@@ -8038,6 +8093,10 @@ module Aws::SageMaker
8038
8093
  # resp.validation_specification.validation_profiles[0].training_job_definition.resource_config.instance_count #=> Integer
8039
8094
  # resp.validation_specification.validation_profiles[0].training_job_definition.resource_config.volume_size_in_gb #=> Integer
8040
8095
  # resp.validation_specification.validation_profiles[0].training_job_definition.resource_config.volume_kms_key_id #=> String
8096
+ # resp.validation_specification.validation_profiles[0].training_job_definition.resource_config.instance_groups #=> Array
8097
+ # resp.validation_specification.validation_profiles[0].training_job_definition.resource_config.instance_groups[0].instance_type #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "ml.c4.xlarge", "ml.c4.2xlarge", "ml.c4.4xlarge", "ml.c4.8xlarge", "ml.p2.xlarge", "ml.p2.8xlarge", "ml.p2.16xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge", "ml.p4d.24xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5n.xlarge", "ml.c5n.2xlarge", "ml.c5n.4xlarge", "ml.c5n.9xlarge", "ml.c5n.18xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.16xlarge", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge"
8098
+ # resp.validation_specification.validation_profiles[0].training_job_definition.resource_config.instance_groups[0].instance_count #=> Integer
8099
+ # resp.validation_specification.validation_profiles[0].training_job_definition.resource_config.instance_groups[0].instance_group_name #=> String
8041
8100
  # resp.validation_specification.validation_profiles[0].training_job_definition.stopping_condition.max_runtime_in_seconds #=> Integer
8042
8101
  # resp.validation_specification.validation_profiles[0].training_job_definition.stopping_condition.max_wait_time_in_seconds #=> Integer
8043
8102
  # resp.validation_specification.validation_profiles[0].transform_job_definition.max_concurrent_transforms #=> Integer
@@ -9127,14 +9186,17 @@ module Aws::SageMaker
9127
9186
  # * {Types::DescribeFeatureGroupResponse#event_time_feature_name #event_time_feature_name} => String
9128
9187
  # * {Types::DescribeFeatureGroupResponse#feature_definitions #feature_definitions} => Array&lt;Types::FeatureDefinition&gt;
9129
9188
  # * {Types::DescribeFeatureGroupResponse#creation_time #creation_time} => Time
9189
+ # * {Types::DescribeFeatureGroupResponse#last_modified_time #last_modified_time} => Time
9130
9190
  # * {Types::DescribeFeatureGroupResponse#online_store_config #online_store_config} => Types::OnlineStoreConfig
9131
9191
  # * {Types::DescribeFeatureGroupResponse#offline_store_config #offline_store_config} => Types::OfflineStoreConfig
9132
9192
  # * {Types::DescribeFeatureGroupResponse#role_arn #role_arn} => String
9133
9193
  # * {Types::DescribeFeatureGroupResponse#feature_group_status #feature_group_status} => String
9134
9194
  # * {Types::DescribeFeatureGroupResponse#offline_store_status #offline_store_status} => Types::OfflineStoreStatus
9195
+ # * {Types::DescribeFeatureGroupResponse#last_update_status #last_update_status} => Types::LastUpdateStatus
9135
9196
  # * {Types::DescribeFeatureGroupResponse#failure_reason #failure_reason} => String
9136
9197
  # * {Types::DescribeFeatureGroupResponse#description #description} => String
9137
9198
  # * {Types::DescribeFeatureGroupResponse#next_token #next_token} => String
9199
+ # * {Types::DescribeFeatureGroupResponse#online_store_total_size_bytes #online_store_total_size_bytes} => Integer
9138
9200
  #
9139
9201
  # @example Request syntax with placeholder values
9140
9202
  #
@@ -9153,6 +9215,7 @@ module Aws::SageMaker
9153
9215
  # resp.feature_definitions[0].feature_name #=> String
9154
9216
  # resp.feature_definitions[0].feature_type #=> String, one of "Integral", "Fractional", "String"
9155
9217
  # resp.creation_time #=> Time
9218
+ # resp.last_modified_time #=> Time
9156
9219
  # resp.online_store_config.security_config.kms_key_id #=> String
9157
9220
  # resp.online_store_config.enable_online_store #=> Boolean
9158
9221
  # resp.offline_store_config.s3_storage_config.s3_uri #=> String
@@ -9166,9 +9229,12 @@ module Aws::SageMaker
9166
9229
  # resp.feature_group_status #=> String, one of "Creating", "Created", "CreateFailed", "Deleting", "DeleteFailed"
9167
9230
  # resp.offline_store_status.status #=> String, one of "Active", "Blocked", "Disabled"
9168
9231
  # resp.offline_store_status.blocked_reason #=> String
9232
+ # resp.last_update_status.status #=> String, one of "Successful", "Failed", "InProgress"
9233
+ # resp.last_update_status.failure_reason #=> String
9169
9234
  # resp.failure_reason #=> String
9170
9235
  # resp.description #=> String
9171
9236
  # resp.next_token #=> String
9237
+ # resp.online_store_total_size_bytes #=> Integer
9172
9238
  #
9173
9239
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeFeatureGroup AWS API Documentation
9174
9240
  #
@@ -9179,6 +9245,54 @@ module Aws::SageMaker
9179
9245
  req.send_request(options)
9180
9246
  end
9181
9247
 
9248
+ # Shows the metadata for a feature within a feature group.
9249
+ #
9250
+ # @option params [required, String] :feature_group_name
9251
+ # The name of the feature group containing the feature.
9252
+ #
9253
+ # @option params [required, String] :feature_name
9254
+ # The name of the feature.
9255
+ #
9256
+ # @return [Types::DescribeFeatureMetadataResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
9257
+ #
9258
+ # * {Types::DescribeFeatureMetadataResponse#feature_group_arn #feature_group_arn} => String
9259
+ # * {Types::DescribeFeatureMetadataResponse#feature_group_name #feature_group_name} => String
9260
+ # * {Types::DescribeFeatureMetadataResponse#feature_name #feature_name} => String
9261
+ # * {Types::DescribeFeatureMetadataResponse#feature_type #feature_type} => String
9262
+ # * {Types::DescribeFeatureMetadataResponse#creation_time #creation_time} => Time
9263
+ # * {Types::DescribeFeatureMetadataResponse#last_modified_time #last_modified_time} => Time
9264
+ # * {Types::DescribeFeatureMetadataResponse#description #description} => String
9265
+ # * {Types::DescribeFeatureMetadataResponse#parameters #parameters} => Array&lt;Types::FeatureParameter&gt;
9266
+ #
9267
+ # @example Request syntax with placeholder values
9268
+ #
9269
+ # resp = client.describe_feature_metadata({
9270
+ # feature_group_name: "FeatureGroupName", # required
9271
+ # feature_name: "FeatureName", # required
9272
+ # })
9273
+ #
9274
+ # @example Response structure
9275
+ #
9276
+ # resp.feature_group_arn #=> String
9277
+ # resp.feature_group_name #=> String
9278
+ # resp.feature_name #=> String
9279
+ # resp.feature_type #=> String, one of "Integral", "Fractional", "String"
9280
+ # resp.creation_time #=> Time
9281
+ # resp.last_modified_time #=> Time
9282
+ # resp.description #=> String
9283
+ # resp.parameters #=> Array
9284
+ # resp.parameters[0].key #=> String
9285
+ # resp.parameters[0].value #=> String
9286
+ #
9287
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeFeatureMetadata AWS API Documentation
9288
+ #
9289
+ # @overload describe_feature_metadata(params = {})
9290
+ # @param [Hash] params ({})
9291
+ def describe_feature_metadata(params = {}, options = {})
9292
+ req = build_request(:describe_feature_metadata, params)
9293
+ req.send_request(options)
9294
+ end
9295
+
9182
9296
  # Returns information about the specified flow definition.
9183
9297
  #
9184
9298
  # @option params [required, String] :flow_definition_name
@@ -9363,6 +9477,8 @@ module Aws::SageMaker
9363
9477
  # resp.training_job_definition.input_data_config[0].data_source.s3_data_source.s3_data_distribution_type #=> String, one of "FullyReplicated", "ShardedByS3Key"
9364
9478
  # resp.training_job_definition.input_data_config[0].data_source.s3_data_source.attribute_names #=> Array
9365
9479
  # resp.training_job_definition.input_data_config[0].data_source.s3_data_source.attribute_names[0] #=> String
9480
+ # resp.training_job_definition.input_data_config[0].data_source.s3_data_source.instance_group_names #=> Array
9481
+ # resp.training_job_definition.input_data_config[0].data_source.s3_data_source.instance_group_names[0] #=> String
9366
9482
  # resp.training_job_definition.input_data_config[0].data_source.file_system_data_source.file_system_id #=> String
9367
9483
  # resp.training_job_definition.input_data_config[0].data_source.file_system_data_source.file_system_access_mode #=> String, one of "rw", "ro"
9368
9484
  # resp.training_job_definition.input_data_config[0].data_source.file_system_data_source.file_system_type #=> String, one of "EFS", "FSxLustre"
@@ -9382,6 +9498,10 @@ module Aws::SageMaker
9382
9498
  # resp.training_job_definition.resource_config.instance_count #=> Integer
9383
9499
  # resp.training_job_definition.resource_config.volume_size_in_gb #=> Integer
9384
9500
  # resp.training_job_definition.resource_config.volume_kms_key_id #=> String
9501
+ # resp.training_job_definition.resource_config.instance_groups #=> Array
9502
+ # resp.training_job_definition.resource_config.instance_groups[0].instance_type #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "ml.c4.xlarge", "ml.c4.2xlarge", "ml.c4.4xlarge", "ml.c4.8xlarge", "ml.p2.xlarge", "ml.p2.8xlarge", "ml.p2.16xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge", "ml.p4d.24xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5n.xlarge", "ml.c5n.2xlarge", "ml.c5n.4xlarge", "ml.c5n.9xlarge", "ml.c5n.18xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.16xlarge", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge"
9503
+ # resp.training_job_definition.resource_config.instance_groups[0].instance_count #=> Integer
9504
+ # resp.training_job_definition.resource_config.instance_groups[0].instance_group_name #=> String
9385
9505
  # resp.training_job_definition.stopping_condition.max_runtime_in_seconds #=> Integer
9386
9506
  # resp.training_job_definition.stopping_condition.max_wait_time_in_seconds #=> Integer
9387
9507
  # resp.training_job_definition.enable_network_isolation #=> Boolean
@@ -9424,6 +9544,8 @@ module Aws::SageMaker
9424
9544
  # resp.training_job_definitions[0].input_data_config[0].data_source.s3_data_source.s3_data_distribution_type #=> String, one of "FullyReplicated", "ShardedByS3Key"
9425
9545
  # resp.training_job_definitions[0].input_data_config[0].data_source.s3_data_source.attribute_names #=> Array
9426
9546
  # resp.training_job_definitions[0].input_data_config[0].data_source.s3_data_source.attribute_names[0] #=> String
9547
+ # resp.training_job_definitions[0].input_data_config[0].data_source.s3_data_source.instance_group_names #=> Array
9548
+ # resp.training_job_definitions[0].input_data_config[0].data_source.s3_data_source.instance_group_names[0] #=> String
9427
9549
  # resp.training_job_definitions[0].input_data_config[0].data_source.file_system_data_source.file_system_id #=> String
9428
9550
  # resp.training_job_definitions[0].input_data_config[0].data_source.file_system_data_source.file_system_access_mode #=> String, one of "rw", "ro"
9429
9551
  # resp.training_job_definitions[0].input_data_config[0].data_source.file_system_data_source.file_system_type #=> String, one of "EFS", "FSxLustre"
@@ -9443,6 +9565,10 @@ module Aws::SageMaker
9443
9565
  # resp.training_job_definitions[0].resource_config.instance_count #=> Integer
9444
9566
  # resp.training_job_definitions[0].resource_config.volume_size_in_gb #=> Integer
9445
9567
  # resp.training_job_definitions[0].resource_config.volume_kms_key_id #=> String
9568
+ # resp.training_job_definitions[0].resource_config.instance_groups #=> Array
9569
+ # resp.training_job_definitions[0].resource_config.instance_groups[0].instance_type #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "ml.c4.xlarge", "ml.c4.2xlarge", "ml.c4.4xlarge", "ml.c4.8xlarge", "ml.p2.xlarge", "ml.p2.8xlarge", "ml.p2.16xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge", "ml.p4d.24xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5n.xlarge", "ml.c5n.2xlarge", "ml.c5n.4xlarge", "ml.c5n.9xlarge", "ml.c5n.18xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.16xlarge", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge"
9570
+ # resp.training_job_definitions[0].resource_config.instance_groups[0].instance_count #=> Integer
9571
+ # resp.training_job_definitions[0].resource_config.instance_groups[0].instance_group_name #=> String
9446
9572
  # resp.training_job_definitions[0].stopping_condition.max_runtime_in_seconds #=> Integer
9447
9573
  # resp.training_job_definitions[0].stopping_condition.max_wait_time_in_seconds #=> Integer
9448
9574
  # resp.training_job_definitions[0].enable_network_isolation #=> Boolean
@@ -9760,6 +9886,10 @@ module Aws::SageMaker
9760
9886
  # resp.labeling_job_algorithms_config.labeling_job_algorithm_specification_arn #=> String
9761
9887
  # resp.labeling_job_algorithms_config.initial_active_learning_model_arn #=> String
9762
9888
  # resp.labeling_job_algorithms_config.labeling_job_resource_config.volume_kms_key_id #=> String
9889
+ # resp.labeling_job_algorithms_config.labeling_job_resource_config.vpc_config.security_group_ids #=> Array
9890
+ # resp.labeling_job_algorithms_config.labeling_job_resource_config.vpc_config.security_group_ids[0] #=> String
9891
+ # resp.labeling_job_algorithms_config.labeling_job_resource_config.vpc_config.subnets #=> Array
9892
+ # resp.labeling_job_algorithms_config.labeling_job_resource_config.vpc_config.subnets[0] #=> String
9763
9893
  # resp.human_task_config.workteam_arn #=> String
9764
9894
  # resp.human_task_config.ui_config.ui_template_s3_uri #=> String
9765
9895
  # resp.human_task_config.ui_config.human_task_ui_arn #=> String
@@ -11102,6 +11232,8 @@ module Aws::SageMaker
11102
11232
  # resp.input_data_config[0].data_source.s3_data_source.s3_data_distribution_type #=> String, one of "FullyReplicated", "ShardedByS3Key"
11103
11233
  # resp.input_data_config[0].data_source.s3_data_source.attribute_names #=> Array
11104
11234
  # resp.input_data_config[0].data_source.s3_data_source.attribute_names[0] #=> String
11235
+ # resp.input_data_config[0].data_source.s3_data_source.instance_group_names #=> Array
11236
+ # resp.input_data_config[0].data_source.s3_data_source.instance_group_names[0] #=> String
11105
11237
  # resp.input_data_config[0].data_source.file_system_data_source.file_system_id #=> String
11106
11238
  # resp.input_data_config[0].data_source.file_system_data_source.file_system_access_mode #=> String, one of "rw", "ro"
11107
11239
  # resp.input_data_config[0].data_source.file_system_data_source.file_system_type #=> String, one of "EFS", "FSxLustre"
@@ -11117,6 +11249,10 @@ module Aws::SageMaker
11117
11249
  # resp.resource_config.instance_count #=> Integer
11118
11250
  # resp.resource_config.volume_size_in_gb #=> Integer
11119
11251
  # resp.resource_config.volume_kms_key_id #=> String
11252
+ # resp.resource_config.instance_groups #=> Array
11253
+ # resp.resource_config.instance_groups[0].instance_type #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "ml.c4.xlarge", "ml.c4.2xlarge", "ml.c4.4xlarge", "ml.c4.8xlarge", "ml.p2.xlarge", "ml.p2.8xlarge", "ml.p2.16xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge", "ml.p4d.24xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5n.xlarge", "ml.c5n.2xlarge", "ml.c5n.4xlarge", "ml.c5n.9xlarge", "ml.c5n.18xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.16xlarge", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge"
11254
+ # resp.resource_config.instance_groups[0].instance_count #=> Integer
11255
+ # resp.resource_config.instance_groups[0].instance_group_name #=> String
11120
11256
  # resp.vpc_config.security_group_ids #=> Array
11121
11257
  # resp.vpc_config.security_group_ids[0] #=> String
11122
11258
  # resp.vpc_config.subnets #=> Array
@@ -11565,6 +11701,14 @@ module Aws::SageMaker
11565
11701
  # resp.workforce.oidc_config.logout_endpoint #=> String
11566
11702
  # resp.workforce.oidc_config.jwks_uri #=> String
11567
11703
  # resp.workforce.create_date #=> Time
11704
+ # resp.workforce.workforce_vpc_config.vpc_id #=> String
11705
+ # resp.workforce.workforce_vpc_config.security_group_ids #=> Array
11706
+ # resp.workforce.workforce_vpc_config.security_group_ids[0] #=> String
11707
+ # resp.workforce.workforce_vpc_config.subnets #=> Array
11708
+ # resp.workforce.workforce_vpc_config.subnets[0] #=> String
11709
+ # resp.workforce.workforce_vpc_config.vpc_endpoint_id #=> String
11710
+ # resp.workforce.status #=> String, one of "Initializing", "Updating", "Deleting", "Failed", "Active"
11711
+ # resp.workforce.failure_reason #=> String
11568
11712
  #
11569
11713
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeWorkforce AWS API Documentation
11570
11714
  #
@@ -11848,7 +11992,7 @@ module Aws::SageMaker
11848
11992
  # @example Request syntax with placeholder values
11849
11993
  #
11850
11994
  # resp = client.get_search_suggestions({
11851
- # resource: "TrainingJob", # required, accepts TrainingJob, Experiment, ExperimentTrial, ExperimentTrialComponent, Endpoint, ModelPackage, ModelPackageGroup, Pipeline, PipelineExecution, FeatureGroup, Project
11995
+ # resource: "TrainingJob", # required, accepts TrainingJob, Experiment, ExperimentTrial, ExperimentTrialComponent, Endpoint, ModelPackage, ModelPackageGroup, Pipeline, PipelineExecution, FeatureGroup, Project, FeatureMetadata
11852
11996
  # suggestion_query: {
11853
11997
  # property_name_query: {
11854
11998
  # property_name_hint: "PropertyNameHint", # required
@@ -16092,6 +16236,14 @@ module Aws::SageMaker
16092
16236
  # resp.workforces[0].oidc_config.logout_endpoint #=> String
16093
16237
  # resp.workforces[0].oidc_config.jwks_uri #=> String
16094
16238
  # resp.workforces[0].create_date #=> Time
16239
+ # resp.workforces[0].workforce_vpc_config.vpc_id #=> String
16240
+ # resp.workforces[0].workforce_vpc_config.security_group_ids #=> Array
16241
+ # resp.workforces[0].workforce_vpc_config.security_group_ids[0] #=> String
16242
+ # resp.workforces[0].workforce_vpc_config.subnets #=> Array
16243
+ # resp.workforces[0].workforce_vpc_config.subnets[0] #=> String
16244
+ # resp.workforces[0].workforce_vpc_config.vpc_endpoint_id #=> String
16245
+ # resp.workforces[0].status #=> String, one of "Initializing", "Updating", "Deleting", "Failed", "Active"
16246
+ # resp.workforces[0].failure_reason #=> String
16095
16247
  # resp.next_token #=> String
16096
16248
  #
16097
16249
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListWorkforces AWS API Documentation
@@ -16503,7 +16655,7 @@ module Aws::SageMaker
16503
16655
  # @example Request syntax with placeholder values
16504
16656
  #
16505
16657
  # resp = client.search({
16506
- # resource: "TrainingJob", # required, accepts TrainingJob, Experiment, ExperimentTrial, ExperimentTrialComponent, Endpoint, ModelPackage, ModelPackageGroup, Pipeline, PipelineExecution, FeatureGroup, Project
16658
+ # resource: "TrainingJob", # required, accepts TrainingJob, Experiment, ExperimentTrial, ExperimentTrialComponent, Endpoint, ModelPackage, ModelPackageGroup, Pipeline, PipelineExecution, FeatureGroup, Project, FeatureMetadata
16507
16659
  # search_expression: {
16508
16660
  # filters: [
16509
16661
  # {
@@ -16566,6 +16718,8 @@ module Aws::SageMaker
16566
16718
  # resp.results[0].training_job.input_data_config[0].data_source.s3_data_source.s3_data_distribution_type #=> String, one of "FullyReplicated", "ShardedByS3Key"
16567
16719
  # resp.results[0].training_job.input_data_config[0].data_source.s3_data_source.attribute_names #=> Array
16568
16720
  # resp.results[0].training_job.input_data_config[0].data_source.s3_data_source.attribute_names[0] #=> String
16721
+ # resp.results[0].training_job.input_data_config[0].data_source.s3_data_source.instance_group_names #=> Array
16722
+ # resp.results[0].training_job.input_data_config[0].data_source.s3_data_source.instance_group_names[0] #=> String
16569
16723
  # resp.results[0].training_job.input_data_config[0].data_source.file_system_data_source.file_system_id #=> String
16570
16724
  # resp.results[0].training_job.input_data_config[0].data_source.file_system_data_source.file_system_access_mode #=> String, one of "rw", "ro"
16571
16725
  # resp.results[0].training_job.input_data_config[0].data_source.file_system_data_source.file_system_type #=> String, one of "EFS", "FSxLustre"
@@ -16581,6 +16735,10 @@ module Aws::SageMaker
16581
16735
  # resp.results[0].training_job.resource_config.instance_count #=> Integer
16582
16736
  # resp.results[0].training_job.resource_config.volume_size_in_gb #=> Integer
16583
16737
  # resp.results[0].training_job.resource_config.volume_kms_key_id #=> String
16738
+ # resp.results[0].training_job.resource_config.instance_groups #=> Array
16739
+ # resp.results[0].training_job.resource_config.instance_groups[0].instance_type #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "ml.c4.xlarge", "ml.c4.2xlarge", "ml.c4.4xlarge", "ml.c4.8xlarge", "ml.p2.xlarge", "ml.p2.8xlarge", "ml.p2.16xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge", "ml.p4d.24xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5n.xlarge", "ml.c5n.2xlarge", "ml.c5n.4xlarge", "ml.c5n.9xlarge", "ml.c5n.18xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.16xlarge", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge"
16740
+ # resp.results[0].training_job.resource_config.instance_groups[0].instance_count #=> Integer
16741
+ # resp.results[0].training_job.resource_config.instance_groups[0].instance_group_name #=> String
16584
16742
  # resp.results[0].training_job.vpc_config.security_group_ids #=> Array
16585
16743
  # resp.results[0].training_job.vpc_config.security_group_ids[0] #=> String
16586
16744
  # resp.results[0].training_job.vpc_config.subnets #=> Array
@@ -16755,6 +16913,8 @@ module Aws::SageMaker
16755
16913
  # resp.results[0].trial_component.source_detail.training_job.input_data_config[0].data_source.s3_data_source.s3_data_distribution_type #=> String, one of "FullyReplicated", "ShardedByS3Key"
16756
16914
  # resp.results[0].trial_component.source_detail.training_job.input_data_config[0].data_source.s3_data_source.attribute_names #=> Array
16757
16915
  # resp.results[0].trial_component.source_detail.training_job.input_data_config[0].data_source.s3_data_source.attribute_names[0] #=> String
16916
+ # resp.results[0].trial_component.source_detail.training_job.input_data_config[0].data_source.s3_data_source.instance_group_names #=> Array
16917
+ # resp.results[0].trial_component.source_detail.training_job.input_data_config[0].data_source.s3_data_source.instance_group_names[0] #=> String
16758
16918
  # resp.results[0].trial_component.source_detail.training_job.input_data_config[0].data_source.file_system_data_source.file_system_id #=> String
16759
16919
  # resp.results[0].trial_component.source_detail.training_job.input_data_config[0].data_source.file_system_data_source.file_system_access_mode #=> String, one of "rw", "ro"
16760
16920
  # resp.results[0].trial_component.source_detail.training_job.input_data_config[0].data_source.file_system_data_source.file_system_type #=> String, one of "EFS", "FSxLustre"
@@ -16770,6 +16930,10 @@ module Aws::SageMaker
16770
16930
  # resp.results[0].trial_component.source_detail.training_job.resource_config.instance_count #=> Integer
16771
16931
  # resp.results[0].trial_component.source_detail.training_job.resource_config.volume_size_in_gb #=> Integer
16772
16932
  # resp.results[0].trial_component.source_detail.training_job.resource_config.volume_kms_key_id #=> String
16933
+ # resp.results[0].trial_component.source_detail.training_job.resource_config.instance_groups #=> Array
16934
+ # resp.results[0].trial_component.source_detail.training_job.resource_config.instance_groups[0].instance_type #=> String, one of "ml.m4.xlarge", "ml.m4.2xlarge", "ml.m4.4xlarge", "ml.m4.10xlarge", "ml.m4.16xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.12xlarge", "ml.m5.24xlarge", "ml.c4.xlarge", "ml.c4.2xlarge", "ml.c4.4xlarge", "ml.c4.8xlarge", "ml.p2.xlarge", "ml.p2.8xlarge", "ml.p2.16xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge", "ml.p4d.24xlarge", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.18xlarge", "ml.c5n.xlarge", "ml.c5n.2xlarge", "ml.c5n.4xlarge", "ml.c5n.9xlarge", "ml.c5n.18xlarge", "ml.g5.xlarge", "ml.g5.2xlarge", "ml.g5.4xlarge", "ml.g5.8xlarge", "ml.g5.16xlarge", "ml.g5.12xlarge", "ml.g5.24xlarge", "ml.g5.48xlarge"
16935
+ # resp.results[0].trial_component.source_detail.training_job.resource_config.instance_groups[0].instance_count #=> Integer
16936
+ # resp.results[0].trial_component.source_detail.training_job.resource_config.instance_groups[0].instance_group_name #=> String
16773
16937
  # resp.results[0].trial_component.source_detail.training_job.vpc_config.security_group_ids #=> Array
16774
16938
  # resp.results[0].trial_component.source_detail.training_job.vpc_config.security_group_ids[0] #=> String
16775
16939
  # resp.results[0].trial_component.source_detail.training_job.vpc_config.subnets #=> Array
@@ -17259,6 +17423,7 @@ module Aws::SageMaker
17259
17423
  # resp.results[0].feature_group.feature_definitions[0].feature_name #=> String
17260
17424
  # resp.results[0].feature_group.feature_definitions[0].feature_type #=> String, one of "Integral", "Fractional", "String"
17261
17425
  # resp.results[0].feature_group.creation_time #=> Time
17426
+ # resp.results[0].feature_group.last_modified_time #=> Time
17262
17427
  # resp.results[0].feature_group.online_store_config.security_config.kms_key_id #=> String
17263
17428
  # resp.results[0].feature_group.online_store_config.enable_online_store #=> Boolean
17264
17429
  # resp.results[0].feature_group.offline_store_config.s3_storage_config.s3_uri #=> String
@@ -17272,6 +17437,8 @@ module Aws::SageMaker
17272
17437
  # resp.results[0].feature_group.feature_group_status #=> String, one of "Creating", "Created", "CreateFailed", "Deleting", "DeleteFailed"
17273
17438
  # resp.results[0].feature_group.offline_store_status.status #=> String, one of "Active", "Blocked", "Disabled"
17274
17439
  # resp.results[0].feature_group.offline_store_status.blocked_reason #=> String
17440
+ # resp.results[0].feature_group.last_update_status.status #=> String, one of "Successful", "Failed", "InProgress"
17441
+ # resp.results[0].feature_group.last_update_status.failure_reason #=> String
17275
17442
  # resp.results[0].feature_group.failure_reason #=> String
17276
17443
  # resp.results[0].feature_group.description #=> String
17277
17444
  # resp.results[0].feature_group.tags #=> Array
@@ -17301,6 +17468,16 @@ module Aws::SageMaker
17301
17468
  # resp.results[0].project.last_modified_by.user_profile_arn #=> String
17302
17469
  # resp.results[0].project.last_modified_by.user_profile_name #=> String
17303
17470
  # resp.results[0].project.last_modified_by.domain_id #=> String
17471
+ # resp.results[0].feature_metadata.feature_group_arn #=> String
17472
+ # resp.results[0].feature_metadata.feature_group_name #=> String
17473
+ # resp.results[0].feature_metadata.feature_name #=> String
17474
+ # resp.results[0].feature_metadata.feature_type #=> String, one of "Integral", "Fractional", "String"
17475
+ # resp.results[0].feature_metadata.creation_time #=> Time
17476
+ # resp.results[0].feature_metadata.last_modified_time #=> Time
17477
+ # resp.results[0].feature_metadata.description #=> String
17478
+ # resp.results[0].feature_metadata.parameters #=> Array
17479
+ # resp.results[0].feature_metadata.parameters[0].key #=> String
17480
+ # resp.results[0].feature_metadata.parameters[0].value #=> String
17304
17481
  # resp.next_token #=> String
17305
17482
  #
17306
17483
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/Search AWS API Documentation
@@ -18460,6 +18637,89 @@ module Aws::SageMaker
18460
18637
  req.send_request(options)
18461
18638
  end
18462
18639
 
18640
+ # Updates the feature group.
18641
+ #
18642
+ # @option params [required, String] :feature_group_name
18643
+ # The name of the feature group that you're updating.
18644
+ #
18645
+ # @option params [Array<Types::FeatureDefinition>] :feature_additions
18646
+ # A list of the features that you're adding to the feature group.
18647
+ #
18648
+ # @return [Types::UpdateFeatureGroupResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
18649
+ #
18650
+ # * {Types::UpdateFeatureGroupResponse#feature_group_arn #feature_group_arn} => String
18651
+ #
18652
+ # @example Request syntax with placeholder values
18653
+ #
18654
+ # resp = client.update_feature_group({
18655
+ # feature_group_name: "FeatureGroupName", # required
18656
+ # feature_additions: [
18657
+ # {
18658
+ # feature_name: "FeatureName",
18659
+ # feature_type: "Integral", # accepts Integral, Fractional, String
18660
+ # },
18661
+ # ],
18662
+ # })
18663
+ #
18664
+ # @example Response structure
18665
+ #
18666
+ # resp.feature_group_arn #=> String
18667
+ #
18668
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateFeatureGroup AWS API Documentation
18669
+ #
18670
+ # @overload update_feature_group(params = {})
18671
+ # @param [Hash] params ({})
18672
+ def update_feature_group(params = {}, options = {})
18673
+ req = build_request(:update_feature_group, params)
18674
+ req.send_request(options)
18675
+ end
18676
+
18677
+ # Updates the description and parameters of the feature group.
18678
+ #
18679
+ # @option params [required, String] :feature_group_name
18680
+ # The name of the feature group containing the feature that you're
18681
+ # updating.
18682
+ #
18683
+ # @option params [required, String] :feature_name
18684
+ # The name of the feature that you're updating.
18685
+ #
18686
+ # @option params [String] :description
18687
+ # A description that you can write to better describe the feature.
18688
+ #
18689
+ # @option params [Array<Types::FeatureParameter>] :parameter_additions
18690
+ # A list of key-value pairs that you can add to better describe the
18691
+ # feature.
18692
+ #
18693
+ # @option params [Array<String>] :parameter_removals
18694
+ # A list of parameter keys that you can specify to remove parameters
18695
+ # that describe your feature.
18696
+ #
18697
+ # @return [Struct] Returns an empty {Seahorse::Client::Response response}.
18698
+ #
18699
+ # @example Request syntax with placeholder values
18700
+ #
18701
+ # resp = client.update_feature_metadata({
18702
+ # feature_group_name: "FeatureGroupName", # required
18703
+ # feature_name: "FeatureName", # required
18704
+ # description: "FeatureDescription",
18705
+ # parameter_additions: [
18706
+ # {
18707
+ # key: "FeatureParameterKey",
18708
+ # value: "FeatureParameterValue",
18709
+ # },
18710
+ # ],
18711
+ # parameter_removals: ["FeatureParameterKey"],
18712
+ # })
18713
+ #
18714
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateFeatureMetadata AWS API Documentation
18715
+ #
18716
+ # @overload update_feature_metadata(params = {})
18717
+ # @param [Hash] params ({})
18718
+ def update_feature_metadata(params = {}, options = {})
18719
+ req = build_request(:update_feature_metadata, params)
18720
+ req.send_request(options)
18721
+ end
18722
+
18463
18723
  # Updates the properties of a SageMaker image. To change the image's
18464
18724
  # tags, use the AddTags and DeleteTags APIs.
18465
18725
  #
@@ -19357,6 +19617,8 @@ module Aws::SageMaker
19357
19617
  # tasks and to update your OpenID Connect (OIDC) Identity Provider (IdP)
19358
19618
  # workforce configuration.
19359
19619
  #
19620
+ # The worker portal is now supported in VPC and public internet.
19621
+ #
19360
19622
  # Use `SourceIpConfig` to restrict worker access to tasks to a specific
19361
19623
  # range of IP addresses. You specify allowed IP addresses by creating a
19362
19624
  # list of up to ten [CIDRs][1]. By default, a workforce isn't
@@ -19365,6 +19627,12 @@ module Aws::SageMaker
19365
19627
  # outside the specified range are denied and get a `Not Found` error
19366
19628
  # message on the worker portal.
19367
19629
  #
19630
+ # To restrict access to all the workers in public internet, add the
19631
+ # `SourceIpConfig` CIDR value as "0.0.0.0/0".
19632
+ #
19633
+ # Amazon SageMaker does not support Source Ip restriction for worker
19634
+ # portals in VPC.
19635
+ #
19368
19636
  # Use `OidcConfig` to update the configuration of a workforce created
19369
19637
  # using your own OIDC IdP.
19370
19638
  #
@@ -19400,6 +19668,9 @@ module Aws::SageMaker
19400
19668
  # Use this parameter to update your OIDC Identity Provider (IdP)
19401
19669
  # configuration for a workforce made using your own IdP.
19402
19670
  #
19671
+ # @option params [Types::WorkforceVpcConfigRequest] :workforce_vpc_config
19672
+ # Use this parameter to update your VPC configuration for a workforce.
19673
+ #
19403
19674
  # @return [Types::UpdateWorkforceResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
19404
19675
  #
19405
19676
  # * {Types::UpdateWorkforceResponse#workforce #workforce} => Types::Workforce
@@ -19421,6 +19692,11 @@ module Aws::SageMaker
19421
19692
  # logout_endpoint: "OidcEndpoint", # required
19422
19693
  # jwks_uri: "OidcEndpoint", # required
19423
19694
  # },
19695
+ # workforce_vpc_config: {
19696
+ # vpc_id: "WorkforceVpcId",
19697
+ # security_group_ids: ["WorkforceSecurityGroupId"],
19698
+ # subnets: ["WorkforceSubnetId"],
19699
+ # },
19424
19700
  # })
19425
19701
  #
19426
19702
  # @example Response structure
@@ -19441,6 +19717,14 @@ module Aws::SageMaker
19441
19717
  # resp.workforce.oidc_config.logout_endpoint #=> String
19442
19718
  # resp.workforce.oidc_config.jwks_uri #=> String
19443
19719
  # resp.workforce.create_date #=> Time
19720
+ # resp.workforce.workforce_vpc_config.vpc_id #=> String
19721
+ # resp.workforce.workforce_vpc_config.security_group_ids #=> Array
19722
+ # resp.workforce.workforce_vpc_config.security_group_ids[0] #=> String
19723
+ # resp.workforce.workforce_vpc_config.subnets #=> Array
19724
+ # resp.workforce.workforce_vpc_config.subnets[0] #=> String
19725
+ # resp.workforce.workforce_vpc_config.vpc_endpoint_id #=> String
19726
+ # resp.workforce.status #=> String, one of "Initializing", "Updating", "Deleting", "Failed", "Active"
19727
+ # resp.workforce.failure_reason #=> String
19444
19728
  #
19445
19729
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateWorkforce AWS API Documentation
19446
19730
  #
@@ -19562,7 +19846,7 @@ module Aws::SageMaker
19562
19846
  params: params,
19563
19847
  config: config)
19564
19848
  context[:gem_name] = 'aws-sdk-sagemaker'
19565
- context[:gem_version] = '1.127.0'
19849
+ context[:gem_version] = '1.130.0'
19566
19850
  Seahorse::Client::Request.new(handlers, context)
19567
19851
  end
19568
19852