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.
@@ -588,6 +588,7 @@ module Aws::SageMaker
588
588
  # s3_uri: "S3Uri", # required
589
589
  # s3_data_distribution_type: "FullyReplicated", # accepts FullyReplicated, ShardedByS3Key
590
590
  # attribute_names: ["AttributeName"],
591
+ # instance_group_names: ["InstanceGroupName"],
591
592
  # },
592
593
  # file_system_data_source: {
593
594
  # file_system_id: "FileSystemId", # required
@@ -610,10 +611,17 @@ module Aws::SageMaker
610
611
  # s3_output_path: "S3Uri", # required
611
612
  # },
612
613
  # resource_config: { # required
613
- # 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
614
- # instance_count: 1, # required
614
+ # 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
615
+ # instance_count: 1,
615
616
  # volume_size_in_gb: 1, # required
616
617
  # volume_kms_key_id: "KmsKeyId",
618
+ # instance_groups: [
619
+ # {
620
+ # 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
621
+ # instance_count: 1, # required
622
+ # instance_group_name: "InstanceGroupName", # required
623
+ # },
624
+ # ],
617
625
  # },
618
626
  # stopping_condition: { # required
619
627
  # max_runtime_in_seconds: 1,
@@ -702,6 +710,7 @@ module Aws::SageMaker
702
710
  # s3_uri: "S3Uri", # required
703
711
  # s3_data_distribution_type: "FullyReplicated", # accepts FullyReplicated, ShardedByS3Key
704
712
  # attribute_names: ["AttributeName"],
713
+ # instance_group_names: ["InstanceGroupName"],
705
714
  # },
706
715
  # file_system_data_source: {
707
716
  # file_system_id: "FileSystemId", # required
@@ -724,10 +733,17 @@ module Aws::SageMaker
724
733
  # s3_output_path: "S3Uri", # required
725
734
  # },
726
735
  # resource_config: { # required
727
- # 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
728
- # instance_count: 1, # required
736
+ # 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
737
+ # instance_count: 1,
729
738
  # volume_size_in_gb: 1, # required
730
739
  # volume_kms_key_id: "KmsKeyId",
740
+ # instance_groups: [
741
+ # {
742
+ # 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
743
+ # instance_count: 1, # required
744
+ # instance_group_name: "InstanceGroupName", # required
745
+ # },
746
+ # ],
731
747
  # },
732
748
  # stopping_condition: { # required
733
749
  # max_runtime_in_seconds: 1,
@@ -2198,10 +2214,6 @@ module Aws::SageMaker
2198
2214
  #
2199
2215
  # @!attribute [rw] s3_data_source
2200
2216
  # The Amazon S3 location of the input data.
2201
- #
2202
- # <note markdown="1"> The input data must be in CSV format and contain at least 500 rows.
2203
- #
2204
- # </note>
2205
2217
  # @return [Types::AutoMLS3DataSource]
2206
2218
  #
2207
2219
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/AutoMLDataSource AWS API Documentation
@@ -2212,9 +2224,10 @@ module Aws::SageMaker
2212
2224
  include Aws::Structure
2213
2225
  end
2214
2226
 
2215
- # This structure specifies how to split the data into train and test
2216
- # datasets. The validation and training datasets must contain the same
2217
- # headers. The validation dataset must be less than 2 GB in size.
2227
+ # This structure specifies how to split the data into train and
2228
+ # validation datasets. The validation and training datasets must contain
2229
+ # the same headers. The validation dataset must be less than 2 GB in
2230
+ # size.
2218
2231
  #
2219
2232
  # @note When making an API call, you may pass AutoMLDataSplitConfig
2220
2233
  # data as a hash:
@@ -2563,6 +2576,22 @@ module Aws::SageMaker
2563
2576
  #
2564
2577
  # @!attribute [rw] s3_data_type
2565
2578
  # The data type.
2579
+ #
2580
+ # A ManifestFile should have the format shown below:
2581
+ #
2582
+ # `[ \{"prefix":
2583
+ # "s3://DOC-EXAMPLE-BUCKET/DOC-EXAMPLE-FOLDER/DOC-EXAMPLE-PREFIX/"\},
2584
+ # `
2585
+ #
2586
+ # `"DOC-EXAMPLE-RELATIVE-PATH/DOC-EXAMPLE-FOLDER/DATA-1",`
2587
+ #
2588
+ # `"DOC-EXAMPLE-RELATIVE-PATH/DOC-EXAMPLE-FOLDER/DATA-2",`
2589
+ #
2590
+ # `... "DOC-EXAMPLE-RELATIVE-PATH/DOC-EXAMPLE-FOLDER/DATA-N" ]`
2591
+ #
2592
+ # An S3Prefix should have the following format:
2593
+ #
2594
+ # `s3://DOC-EXAMPLE-BUCKET/DOC-EXAMPLE-FOLDER-OR-FILE`
2566
2595
  # @return [String]
2567
2596
  #
2568
2597
  # @!attribute [rw] s3_uri
@@ -2774,9 +2803,11 @@ module Aws::SageMaker
2774
2803
  # @return [Types::MetricsSource]
2775
2804
  #
2776
2805
  # @!attribute [rw] pre_training_report
2806
+ # The pre-training bias report for a model.
2777
2807
  # @return [Types::MetricsSource]
2778
2808
  #
2779
2809
  # @!attribute [rw] post_training_report
2810
+ # The post-training bias report for a model.
2780
2811
  # @return [Types::MetricsSource]
2781
2812
  #
2782
2813
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/Bias AWS API Documentation
@@ -3099,6 +3130,7 @@ module Aws::SageMaker
3099
3130
  # s3_uri: "S3Uri", # required
3100
3131
  # s3_data_distribution_type: "FullyReplicated", # accepts FullyReplicated, ShardedByS3Key
3101
3132
  # attribute_names: ["AttributeName"],
3133
+ # instance_group_names: ["InstanceGroupName"],
3102
3134
  # },
3103
3135
  # file_system_data_source: {
3104
3136
  # file_system_id: "FileSystemId", # required
@@ -4107,6 +4139,7 @@ module Aws::SageMaker
4107
4139
  # s3_uri: "S3Uri", # required
4108
4140
  # s3_data_distribution_type: "FullyReplicated", # accepts FullyReplicated, ShardedByS3Key
4109
4141
  # attribute_names: ["AttributeName"],
4142
+ # instance_group_names: ["InstanceGroupName"],
4110
4143
  # },
4111
4144
  # file_system_data_source: {
4112
4145
  # file_system_id: "FileSystemId", # required
@@ -4129,10 +4162,17 @@ module Aws::SageMaker
4129
4162
  # s3_output_path: "S3Uri", # required
4130
4163
  # },
4131
4164
  # resource_config: { # required
4132
- # 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
4133
- # instance_count: 1, # required
4165
+ # 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
4166
+ # instance_count: 1,
4134
4167
  # volume_size_in_gb: 1, # required
4135
4168
  # volume_kms_key_id: "KmsKeyId",
4169
+ # instance_groups: [
4170
+ # {
4171
+ # 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
4172
+ # instance_count: 1, # required
4173
+ # instance_group_name: "InstanceGroupName", # required
4174
+ # },
4175
+ # ],
4136
4176
  # },
4137
4177
  # stopping_condition: { # required
4138
4178
  # max_runtime_in_seconds: 1,
@@ -4382,6 +4422,15 @@ module Aws::SageMaker
4382
4422
  # @!attribute [rw] resource_spec
4383
4423
  # The instance type and the Amazon Resource Name (ARN) of the
4384
4424
  # SageMaker image created on the instance.
4425
+ #
4426
+ # <note markdown="1"> The value of `InstanceType` passed as part of the `ResourceSpec` in
4427
+ # the `CreateApp` call overrides the value passed as part of the
4428
+ # `ResourceSpec` configured for the user profile or the domain. If
4429
+ # `InstanceType` is not specified in any of those three `ResourceSpec`
4430
+ # values for a `KernelGateway` app, the `CreateApp` call fails with a
4431
+ # request validation error.
4432
+ #
4433
+ # </note>
4385
4434
  # @return [Types::ResourceSpec]
4386
4435
  #
4387
4436
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateAppRequest AWS API Documentation
@@ -6180,6 +6229,7 @@ module Aws::SageMaker
6180
6229
  # s3_uri: "S3Uri", # required
6181
6230
  # s3_data_distribution_type: "FullyReplicated", # accepts FullyReplicated, ShardedByS3Key
6182
6231
  # attribute_names: ["AttributeName"],
6232
+ # instance_group_names: ["InstanceGroupName"],
6183
6233
  # },
6184
6234
  # file_system_data_source: {
6185
6235
  # file_system_id: "FileSystemId", # required
@@ -6206,10 +6256,17 @@ module Aws::SageMaker
6206
6256
  # s3_output_path: "S3Uri", # required
6207
6257
  # },
6208
6258
  # resource_config: { # required
6209
- # 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
6210
- # instance_count: 1, # required
6259
+ # 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
6260
+ # instance_count: 1,
6211
6261
  # volume_size_in_gb: 1, # required
6212
6262
  # volume_kms_key_id: "KmsKeyId",
6263
+ # instance_groups: [
6264
+ # {
6265
+ # 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
6266
+ # instance_count: 1, # required
6267
+ # instance_group_name: "InstanceGroupName", # required
6268
+ # },
6269
+ # ],
6213
6270
  # },
6214
6271
  # stopping_condition: { # required
6215
6272
  # max_runtime_in_seconds: 1,
@@ -6281,6 +6338,7 @@ module Aws::SageMaker
6281
6338
  # s3_uri: "S3Uri", # required
6282
6339
  # s3_data_distribution_type: "FullyReplicated", # accepts FullyReplicated, ShardedByS3Key
6283
6340
  # attribute_names: ["AttributeName"],
6341
+ # instance_group_names: ["InstanceGroupName"],
6284
6342
  # },
6285
6343
  # file_system_data_source: {
6286
6344
  # file_system_id: "FileSystemId", # required
@@ -6307,10 +6365,17 @@ module Aws::SageMaker
6307
6365
  # s3_output_path: "S3Uri", # required
6308
6366
  # },
6309
6367
  # resource_config: { # required
6310
- # 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
6311
- # instance_count: 1, # required
6368
+ # 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
6369
+ # instance_count: 1,
6312
6370
  # volume_size_in_gb: 1, # required
6313
6371
  # volume_kms_key_id: "KmsKeyId",
6372
+ # instance_groups: [
6373
+ # {
6374
+ # 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
6375
+ # instance_count: 1, # required
6376
+ # instance_group_name: "InstanceGroupName", # required
6377
+ # },
6378
+ # ],
6314
6379
  # },
6315
6380
  # stopping_condition: { # required
6316
6381
  # max_runtime_in_seconds: 1,
@@ -6731,6 +6796,10 @@ module Aws::SageMaker
6731
6796
  # initial_active_learning_model_arn: "ModelArn",
6732
6797
  # labeling_job_resource_config: {
6733
6798
  # volume_kms_key_id: "KmsKeyId",
6799
+ # vpc_config: {
6800
+ # security_group_ids: ["SecurityGroupId"], # required
6801
+ # subnets: ["SubnetId"], # required
6802
+ # },
6734
6803
  # },
6735
6804
  # },
6736
6805
  # human_task_config: { # required
@@ -9014,6 +9083,7 @@ module Aws::SageMaker
9014
9083
  # s3_uri: "S3Uri", # required
9015
9084
  # s3_data_distribution_type: "FullyReplicated", # accepts FullyReplicated, ShardedByS3Key
9016
9085
  # attribute_names: ["AttributeName"],
9086
+ # instance_group_names: ["InstanceGroupName"],
9017
9087
  # },
9018
9088
  # file_system_data_source: {
9019
9089
  # file_system_id: "FileSystemId", # required
@@ -9036,10 +9106,17 @@ module Aws::SageMaker
9036
9106
  # s3_output_path: "S3Uri", # required
9037
9107
  # },
9038
9108
  # resource_config: { # required
9039
- # 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
9040
- # instance_count: 1, # required
9109
+ # 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
9110
+ # instance_count: 1,
9041
9111
  # volume_size_in_gb: 1, # required
9042
9112
  # volume_kms_key_id: "KmsKeyId",
9113
+ # instance_groups: [
9114
+ # {
9115
+ # 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
9116
+ # instance_count: 1, # required
9117
+ # instance_group_name: "InstanceGroupName", # required
9118
+ # },
9119
+ # ],
9043
9120
  # },
9044
9121
  # vpc_config: {
9045
9122
  # security_group_ids: ["SecurityGroupId"], # required
@@ -9965,6 +10042,11 @@ module Aws::SageMaker
9965
10042
  # value: "TagValue", # required
9966
10043
  # },
9967
10044
  # ],
10045
+ # workforce_vpc_config: {
10046
+ # vpc_id: "WorkforceVpcId",
10047
+ # security_group_ids: ["WorkforceSecurityGroupId"],
10048
+ # subnets: ["WorkforceSubnetId"],
10049
+ # },
9968
10050
  # }
9969
10051
  #
9970
10052
  # @!attribute [rw] cognito_config
@@ -10008,6 +10090,10 @@ module Aws::SageMaker
10008
10090
  # and a value, both of which you define.
10009
10091
  # @return [Array<Types::Tag>]
10010
10092
  #
10093
+ # @!attribute [rw] workforce_vpc_config
10094
+ # Use this parameter to configure a workforce using VPC.
10095
+ # @return [Types::WorkforceVpcConfigRequest]
10096
+ #
10011
10097
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateWorkforceRequest AWS API Documentation
10012
10098
  #
10013
10099
  class CreateWorkforceRequest < Struct.new(
@@ -10015,7 +10101,8 @@ module Aws::SageMaker
10015
10101
  :oidc_config,
10016
10102
  :source_ip_config,
10017
10103
  :workforce_name,
10018
- :tags)
10104
+ :tags,
10105
+ :workforce_vpc_config)
10019
10106
  SENSITIVE = []
10020
10107
  include Aws::Structure
10021
10108
  end
@@ -10564,6 +10651,7 @@ module Aws::SageMaker
10564
10651
  # s3_uri: "S3Uri", # required
10565
10652
  # s3_data_distribution_type: "FullyReplicated", # accepts FullyReplicated, ShardedByS3Key
10566
10653
  # attribute_names: ["AttributeName"],
10654
+ # instance_group_names: ["InstanceGroupName"],
10567
10655
  # },
10568
10656
  # file_system_data_source: {
10569
10657
  # file_system_id: "FileSystemId", # required
@@ -13557,6 +13645,10 @@ module Aws::SageMaker
13557
13645
  # A timestamp indicating when SageMaker created the `FeatureGroup`.
13558
13646
  # @return [Time]
13559
13647
  #
13648
+ # @!attribute [rw] last_modified_time
13649
+ # A timestamp indicating when the feature group was last updated.
13650
+ # @return [Time]
13651
+ #
13560
13652
  # @!attribute [rw] online_store_config
13561
13653
  # The configuration for the `OnlineStore`.
13562
13654
  # @return [Types::OnlineStoreConfig]
@@ -13583,6 +13675,11 @@ module Aws::SageMaker
13583
13675
  # `Blocked`
13584
13676
  # @return [Types::OfflineStoreStatus]
13585
13677
  #
13678
+ # @!attribute [rw] last_update_status
13679
+ # A value indicating whether the update made to the feature group was
13680
+ # successful.
13681
+ # @return [Types::LastUpdateStatus]
13682
+ #
13586
13683
  # @!attribute [rw] failure_reason
13587
13684
  # The reason that the `FeatureGroup` failed to be replicated in the
13588
13685
  # `OfflineStore`. This is failure can occur because:
@@ -13601,6 +13698,10 @@ module Aws::SageMaker
13601
13698
  # (`FeatureDefinitions`).
13602
13699
  # @return [String]
13603
13700
  #
13701
+ # @!attribute [rw] online_store_total_size_bytes
13702
+ # The size of the `OnlineStore` in bytes.
13703
+ # @return [Integer]
13704
+ #
13604
13705
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeFeatureGroupResponse AWS API Documentation
13605
13706
  #
13606
13707
  class DescribeFeatureGroupResponse < Struct.new(
@@ -13610,14 +13711,92 @@ module Aws::SageMaker
13610
13711
  :event_time_feature_name,
13611
13712
  :feature_definitions,
13612
13713
  :creation_time,
13714
+ :last_modified_time,
13613
13715
  :online_store_config,
13614
13716
  :offline_store_config,
13615
13717
  :role_arn,
13616
13718
  :feature_group_status,
13617
13719
  :offline_store_status,
13720
+ :last_update_status,
13618
13721
  :failure_reason,
13619
13722
  :description,
13620
- :next_token)
13723
+ :next_token,
13724
+ :online_store_total_size_bytes)
13725
+ SENSITIVE = []
13726
+ include Aws::Structure
13727
+ end
13728
+
13729
+ # @note When making an API call, you may pass DescribeFeatureMetadataRequest
13730
+ # data as a hash:
13731
+ #
13732
+ # {
13733
+ # feature_group_name: "FeatureGroupName", # required
13734
+ # feature_name: "FeatureName", # required
13735
+ # }
13736
+ #
13737
+ # @!attribute [rw] feature_group_name
13738
+ # The name of the feature group containing the feature.
13739
+ # @return [String]
13740
+ #
13741
+ # @!attribute [rw] feature_name
13742
+ # The name of the feature.
13743
+ # @return [String]
13744
+ #
13745
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeFeatureMetadataRequest AWS API Documentation
13746
+ #
13747
+ class DescribeFeatureMetadataRequest < Struct.new(
13748
+ :feature_group_name,
13749
+ :feature_name)
13750
+ SENSITIVE = []
13751
+ include Aws::Structure
13752
+ end
13753
+
13754
+ # @!attribute [rw] feature_group_arn
13755
+ # The Amazon Resource Number (ARN) of the feature group that contains
13756
+ # the feature.
13757
+ # @return [String]
13758
+ #
13759
+ # @!attribute [rw] feature_group_name
13760
+ # The name of the feature group that you've specified.
13761
+ # @return [String]
13762
+ #
13763
+ # @!attribute [rw] feature_name
13764
+ # The name of the feature that you've specified.
13765
+ # @return [String]
13766
+ #
13767
+ # @!attribute [rw] feature_type
13768
+ # The data type of the feature.
13769
+ # @return [String]
13770
+ #
13771
+ # @!attribute [rw] creation_time
13772
+ # A timestamp indicating when the feature was created.
13773
+ # @return [Time]
13774
+ #
13775
+ # @!attribute [rw] last_modified_time
13776
+ # A timestamp indicating when the metadata for the feature group was
13777
+ # modified. For example, if you add a parameter describing the
13778
+ # feature, the timestamp changes to reflect the last time you
13779
+ # @return [Time]
13780
+ #
13781
+ # @!attribute [rw] description
13782
+ # The description you added to describe the feature.
13783
+ # @return [String]
13784
+ #
13785
+ # @!attribute [rw] parameters
13786
+ # The key-value pairs that you added to describe the feature.
13787
+ # @return [Array<Types::FeatureParameter>]
13788
+ #
13789
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeFeatureMetadataResponse AWS API Documentation
13790
+ #
13791
+ class DescribeFeatureMetadataResponse < Struct.new(
13792
+ :feature_group_arn,
13793
+ :feature_group_name,
13794
+ :feature_name,
13795
+ :feature_type,
13796
+ :creation_time,
13797
+ :last_modified_time,
13798
+ :description,
13799
+ :parameters)
13621
13800
  SENSITIVE = []
13622
13801
  include Aws::Structure
13623
13802
  end
@@ -17196,9 +17375,11 @@ module Aws::SageMaker
17196
17375
  # @return [Types::FileSource]
17197
17376
  #
17198
17377
  # @!attribute [rw] pre_training_constraints
17378
+ # The pre-training constraints.
17199
17379
  # @return [Types::MetricsSource]
17200
17380
  #
17201
17381
  # @!attribute [rw] post_training_constraints
17382
+ # The post-training constraints.
17202
17383
  # @return [Types::MetricsSource]
17203
17384
  #
17204
17385
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DriftCheckBias AWS API Documentation
@@ -17231,6 +17412,7 @@ module Aws::SageMaker
17231
17412
  # }
17232
17413
  #
17233
17414
  # @!attribute [rw] constraints
17415
+ # The drift check explainability constraints.
17234
17416
  # @return [Types::MetricsSource]
17235
17417
  #
17236
17418
  # @!attribute [rw] config_file
@@ -17266,9 +17448,11 @@ module Aws::SageMaker
17266
17448
  # }
17267
17449
  #
17268
17450
  # @!attribute [rw] statistics
17451
+ # The drift check model data quality statistics.
17269
17452
  # @return [Types::MetricsSource]
17270
17453
  #
17271
17454
  # @!attribute [rw] constraints
17455
+ # The drift check model data quality constraints.
17272
17456
  # @return [Types::MetricsSource]
17273
17457
  #
17274
17458
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DriftCheckModelDataQuality AWS API Documentation
@@ -17300,9 +17484,11 @@ module Aws::SageMaker
17300
17484
  # }
17301
17485
  #
17302
17486
  # @!attribute [rw] statistics
17487
+ # The drift check model quality statistics.
17303
17488
  # @return [Types::MetricsSource]
17304
17489
  #
17305
17490
  # @!attribute [rw] constraints
17491
+ # The drift check model quality constraints.
17306
17492
  # @return [Types::MetricsSource]
17307
17493
  #
17308
17494
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DriftCheckModelQuality AWS API Documentation
@@ -18307,6 +18493,10 @@ module Aws::SageMaker
18307
18493
  # The time a `FeatureGroup` was created.
18308
18494
  # @return [Time]
18309
18495
  #
18496
+ # @!attribute [rw] last_modified_time
18497
+ # A timestamp indicating the last time you updated the feature group.
18498
+ # @return [Time]
18499
+ #
18310
18500
  # @!attribute [rw] online_store_config
18311
18501
  # Use this to specify the Amazon Web Services Key Management Service
18312
18502
  # (KMS) Key ID, or `KMSKeyId`, for at rest data encryption. You can
@@ -18338,6 +18528,11 @@ module Aws::SageMaker
18338
18528
  # The status of `OfflineStore`.
18339
18529
  # @return [Types::OfflineStoreStatus]
18340
18530
  #
18531
+ # @!attribute [rw] last_update_status
18532
+ # A value that indicates whether the feature group was updated
18533
+ # successfully.
18534
+ # @return [Types::LastUpdateStatus]
18535
+ #
18341
18536
  # @!attribute [rw] failure_reason
18342
18537
  # The reason that the `FeatureGroup` failed to be replicated in the
18343
18538
  # `OfflineStore`. This is failure may be due to a failure to create a
@@ -18362,11 +18557,13 @@ module Aws::SageMaker
18362
18557
  :event_time_feature_name,
18363
18558
  :feature_definitions,
18364
18559
  :creation_time,
18560
+ :last_modified_time,
18365
18561
  :online_store_config,
18366
18562
  :offline_store_config,
18367
18563
  :role_arn,
18368
18564
  :feature_group_status,
18369
18565
  :offline_store_status,
18566
+ :last_update_status,
18370
18567
  :failure_reason,
18371
18568
  :description,
18372
18569
  :tags)
@@ -18414,6 +18611,85 @@ module Aws::SageMaker
18414
18611
  include Aws::Structure
18415
18612
  end
18416
18613
 
18614
+ # The metadata for a feature. It can either be metadata that you
18615
+ # specify, or metadata that is updated automatically.
18616
+ #
18617
+ # @!attribute [rw] feature_group_arn
18618
+ # The Amazon Resource Number (ARN) of the feature group.
18619
+ # @return [String]
18620
+ #
18621
+ # @!attribute [rw] feature_group_name
18622
+ # The name of the feature group containing the feature.
18623
+ # @return [String]
18624
+ #
18625
+ # @!attribute [rw] feature_name
18626
+ # The name of feature.
18627
+ # @return [String]
18628
+ #
18629
+ # @!attribute [rw] feature_type
18630
+ # The data type of the feature.
18631
+ # @return [String]
18632
+ #
18633
+ # @!attribute [rw] creation_time
18634
+ # A timestamp indicating when the feature was created.
18635
+ # @return [Time]
18636
+ #
18637
+ # @!attribute [rw] last_modified_time
18638
+ # A timestamp indicating when the feature was last modified.
18639
+ # @return [Time]
18640
+ #
18641
+ # @!attribute [rw] description
18642
+ # An optional description that you specify to better describe the
18643
+ # feature.
18644
+ # @return [String]
18645
+ #
18646
+ # @!attribute [rw] parameters
18647
+ # Optional key-value pairs that you specify to better describe the
18648
+ # feature.
18649
+ # @return [Array<Types::FeatureParameter>]
18650
+ #
18651
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/FeatureMetadata AWS API Documentation
18652
+ #
18653
+ class FeatureMetadata < Struct.new(
18654
+ :feature_group_arn,
18655
+ :feature_group_name,
18656
+ :feature_name,
18657
+ :feature_type,
18658
+ :creation_time,
18659
+ :last_modified_time,
18660
+ :description,
18661
+ :parameters)
18662
+ SENSITIVE = []
18663
+ include Aws::Structure
18664
+ end
18665
+
18666
+ # A key-value pair that you specify to describe the feature.
18667
+ #
18668
+ # @note When making an API call, you may pass FeatureParameter
18669
+ # data as a hash:
18670
+ #
18671
+ # {
18672
+ # key: "FeatureParameterKey",
18673
+ # value: "FeatureParameterValue",
18674
+ # }
18675
+ #
18676
+ # @!attribute [rw] key
18677
+ # A key that must contain a value to describe the feature.
18678
+ # @return [String]
18679
+ #
18680
+ # @!attribute [rw] value
18681
+ # The value that belongs to a key.
18682
+ # @return [String]
18683
+ #
18684
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/FeatureParameter AWS API Documentation
18685
+ #
18686
+ class FeatureParameter < Struct.new(
18687
+ :key,
18688
+ :value)
18689
+ SENSITIVE = []
18690
+ include Aws::Structure
18691
+ end
18692
+
18417
18693
  # Contains details regarding the file source.
18418
18694
  #
18419
18695
  # @note When making an API call, you may pass FileSource
@@ -18972,7 +19248,7 @@ module Aws::SageMaker
18972
19248
  # data as a hash:
18973
19249
  #
18974
19250
  # {
18975
- # resource: "TrainingJob", # required, accepts TrainingJob, Experiment, ExperimentTrial, ExperimentTrialComponent, Endpoint, ModelPackage, ModelPackageGroup, Pipeline, PipelineExecution, FeatureGroup, Project
19251
+ # resource: "TrainingJob", # required, accepts TrainingJob, Experiment, ExperimentTrial, ExperimentTrialComponent, Endpoint, ModelPackage, ModelPackageGroup, Pipeline, PipelineExecution, FeatureGroup, Project, FeatureMetadata
18976
19252
  # suggestion_query: {
18977
19253
  # property_name_query: {
18978
19254
  # property_name_hint: "PropertyNameHint", # required
@@ -20508,6 +20784,7 @@ module Aws::SageMaker
20508
20784
  # s3_uri: "S3Uri", # required
20509
20785
  # s3_data_distribution_type: "FullyReplicated", # accepts FullyReplicated, ShardedByS3Key
20510
20786
  # attribute_names: ["AttributeName"],
20787
+ # instance_group_names: ["InstanceGroupName"],
20511
20788
  # },
20512
20789
  # file_system_data_source: {
20513
20790
  # file_system_id: "FileSystemId", # required
@@ -20534,10 +20811,17 @@ module Aws::SageMaker
20534
20811
  # s3_output_path: "S3Uri", # required
20535
20812
  # },
20536
20813
  # resource_config: { # required
20537
- # 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
20538
- # instance_count: 1, # required
20814
+ # 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
20815
+ # instance_count: 1,
20539
20816
  # volume_size_in_gb: 1, # required
20540
20817
  # volume_kms_key_id: "KmsKeyId",
20818
+ # instance_groups: [
20819
+ # {
20820
+ # 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
20821
+ # instance_count: 1, # required
20822
+ # instance_group_name: "InstanceGroupName", # required
20823
+ # },
20824
+ # ],
20541
20825
  # },
20542
20826
  # stopping_condition: { # required
20543
20827
  # max_runtime_in_seconds: 1,
@@ -21645,6 +21929,45 @@ module Aws::SageMaker
21645
21929
  include Aws::Structure
21646
21930
  end
21647
21931
 
21932
+ # Defines an instance group for heterogeneous cluster training. When
21933
+ # requesting a training job using the [CreateTrainingJob][1] API, you
21934
+ # can configure up to 5 different ML training instance groups.
21935
+ #
21936
+ #
21937
+ #
21938
+ # [1]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrainingJob.html
21939
+ #
21940
+ # @note When making an API call, you may pass InstanceGroup
21941
+ # data as a hash:
21942
+ #
21943
+ # {
21944
+ # 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
21945
+ # instance_count: 1, # required
21946
+ # instance_group_name: "InstanceGroupName", # required
21947
+ # }
21948
+ #
21949
+ # @!attribute [rw] instance_type
21950
+ # Specifies the instance type of the instance group.
21951
+ # @return [String]
21952
+ #
21953
+ # @!attribute [rw] instance_count
21954
+ # Specifies the number of instances of the instance group.
21955
+ # @return [Integer]
21956
+ #
21957
+ # @!attribute [rw] instance_group_name
21958
+ # Specifies the name of the instance group.
21959
+ # @return [String]
21960
+ #
21961
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/InstanceGroup AWS API Documentation
21962
+ #
21963
+ class InstanceGroup < Struct.new(
21964
+ :instance_type,
21965
+ :instance_count,
21966
+ :instance_group_name)
21967
+ SENSITIVE = []
21968
+ include Aws::Structure
21969
+ end
21970
+
21648
21971
  # Information on the IMDS configuration of the notebook instance
21649
21972
  #
21650
21973
  # @note When making an API call, you may pass InstanceMetadataServiceConfiguration
@@ -22002,6 +22325,10 @@ module Aws::SageMaker
22002
22325
  # initial_active_learning_model_arn: "ModelArn",
22003
22326
  # labeling_job_resource_config: {
22004
22327
  # volume_kms_key_id: "KmsKeyId",
22328
+ # vpc_config: {
22329
+ # security_group_ids: ["SecurityGroupId"], # required
22330
+ # subnets: ["SubnetId"], # required
22331
+ # },
22005
22332
  # },
22006
22333
  # }
22007
22334
  #
@@ -22293,6 +22620,10 @@ module Aws::SageMaker
22293
22620
  #
22294
22621
  # {
22295
22622
  # volume_kms_key_id: "KmsKeyId",
22623
+ # vpc_config: {
22624
+ # security_group_ids: ["SecurityGroupId"], # required
22625
+ # subnets: ["SubnetId"], # required
22626
+ # },
22296
22627
  # }
22297
22628
  #
22298
22629
  # @!attribute [rw] volume_kms_key_id
@@ -22324,10 +22655,24 @@ module Aws::SageMaker
22324
22655
  # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/sms-security.html
22325
22656
  # @return [String]
22326
22657
  #
22658
+ # @!attribute [rw] vpc_config
22659
+ # Specifies a VPC that your training jobs and hosted models have
22660
+ # access to. Control access to and from your training and model
22661
+ # containers by configuring the VPC. For more information, see
22662
+ # [Protect Endpoints by Using an Amazon Virtual Private Cloud][1] and
22663
+ # [Protect Training Jobs by Using an Amazon Virtual Private Cloud][2].
22664
+ #
22665
+ #
22666
+ #
22667
+ # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/host-vpc.html
22668
+ # [2]: https://docs.aws.amazon.com/sagemaker/latest/dg/train-vpc.html
22669
+ # @return [Types::VpcConfig]
22670
+ #
22327
22671
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/LabelingJobResourceConfig AWS API Documentation
22328
22672
  #
22329
22673
  class LabelingJobResourceConfig < Struct.new(
22330
- :volume_kms_key_id)
22674
+ :volume_kms_key_id,
22675
+ :vpc_config)
22331
22676
  SENSITIVE = []
22332
22677
  include Aws::Structure
22333
22678
  end
@@ -22529,6 +22874,26 @@ module Aws::SageMaker
22529
22874
  include Aws::Structure
22530
22875
  end
22531
22876
 
22877
+ # A value that indicates whether the update was successful.
22878
+ #
22879
+ # @!attribute [rw] status
22880
+ # A value that indicates whether the update was made successful.
22881
+ # @return [String]
22882
+ #
22883
+ # @!attribute [rw] failure_reason
22884
+ # If the update wasn't successful, indicates the reason why it
22885
+ # failed.
22886
+ # @return [String]
22887
+ #
22888
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/LastUpdateStatus AWS API Documentation
22889
+ #
22890
+ class LastUpdateStatus < Struct.new(
22891
+ :status,
22892
+ :failure_reason)
22893
+ SENSITIVE = []
22894
+ include Aws::Structure
22895
+ end
22896
+
22532
22897
  # Lists a summary of the properties of a lineage group. A lineage group
22533
22898
  # provides a group of shareable lineage entity resources.
22534
22899
  #
@@ -27616,6 +27981,8 @@ module Aws::SageMaker
27616
27981
  include Aws::Structure
27617
27982
  end
27618
27983
 
27984
+ # Details about the metrics source.
27985
+ #
27619
27986
  # @note When making an API call, you may pass MetricsSource
27620
27987
  # data as a hash:
27621
27988
  #
@@ -27626,12 +27993,15 @@ module Aws::SageMaker
27626
27993
  # }
27627
27994
  #
27628
27995
  # @!attribute [rw] content_type
27996
+ # The metric source content type.
27629
27997
  # @return [String]
27630
27998
  #
27631
27999
  # @!attribute [rw] content_digest
28000
+ # The hash key used for the metrics source.
27632
28001
  # @return [String]
27633
28002
  #
27634
28003
  # @!attribute [rw] s3_uri
28004
+ # The S3 URI for the metrics source.
27635
28005
  # @return [String]
27636
28006
  #
27637
28007
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/MetricsSource AWS API Documentation
@@ -27688,7 +28058,7 @@ module Aws::SageMaker
27688
28058
  #
27689
28059
  #
27690
28060
  #
27691
- # [1]: https://docs.aws.amazon.com/sagemaker/latest/json-bias-parameter-config.html
28061
+ # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/clarify-config-json-monitor-bias-parameters.html
27692
28062
  # @return [String]
27693
28063
  #
27694
28064
  # @!attribute [rw] environment
@@ -27961,7 +28331,7 @@ module Aws::SageMaker
27961
28331
  #
27962
28332
  #
27963
28333
  #
27964
- # [1]: https://docs.aws.amazon.com/sagemaker/latest/json-model-explainability-parameter-config.html
28334
+ # [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/clarify-config-json-monitor-model-explainability-parameters.html
27965
28335
  # @return [String]
27966
28336
  #
27967
28337
  # @!attribute [rw] environment
@@ -34480,10 +34850,17 @@ module Aws::SageMaker
34480
34850
  # data as a hash:
34481
34851
  #
34482
34852
  # {
34483
- # 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
34484
- # instance_count: 1, # required
34853
+ # 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
34854
+ # instance_count: 1,
34485
34855
  # volume_size_in_gb: 1, # required
34486
34856
  # volume_kms_key_id: "KmsKeyId",
34857
+ # instance_groups: [
34858
+ # {
34859
+ # 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
34860
+ # instance_count: 1, # required
34861
+ # instance_group_name: "InstanceGroupName", # required
34862
+ # },
34863
+ # ],
34487
34864
  # }
34488
34865
  #
34489
34866
  # @!attribute [rw] instance_type
@@ -34563,13 +34940,18 @@ module Aws::SageMaker
34563
34940
  # [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ssd-instance-store.html
34564
34941
  # @return [String]
34565
34942
  #
34943
+ # @!attribute [rw] instance_groups
34944
+ # The configuration of a heterogeneous cluster in JSON format.
34945
+ # @return [Array<Types::InstanceGroup>]
34946
+ #
34566
34947
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ResourceConfig AWS API Documentation
34567
34948
  #
34568
34949
  class ResourceConfig < Struct.new(
34569
34950
  :instance_type,
34570
34951
  :instance_count,
34571
34952
  :volume_size_in_gb,
34572
- :volume_kms_key_id)
34953
+ :volume_kms_key_id,
34954
+ :instance_groups)
34573
34955
  SENSITIVE = []
34574
34956
  include Aws::Structure
34575
34957
  end
@@ -34668,9 +35050,11 @@ module Aws::SageMaker
34668
35050
  # @!attribute [rw] instance_type
34669
35051
  # The instance type that the image version runs on.
34670
35052
  #
34671
- # <note markdown="1"> JupyterServer Apps only support the `system` value. KernelGateway
34672
- # Apps do not support the `system` value, but support all other values
34673
- # for available instance types.
35053
+ # <note markdown="1"> **JupyterServer apps** only support the `system` value.
35054
+ #
35055
+ # For **KernelGateway apps**, the `system` value is translated to
35056
+ # `ml.t3.medium`. KernelGateway apps also support all other values for
35057
+ # available instance types.
34674
35058
  #
34675
35059
  # </note>
34676
35060
  # @return [String]
@@ -34803,6 +35187,7 @@ module Aws::SageMaker
34803
35187
  # s3_uri: "S3Uri", # required
34804
35188
  # s3_data_distribution_type: "FullyReplicated", # accepts FullyReplicated, ShardedByS3Key
34805
35189
  # attribute_names: ["AttributeName"],
35190
+ # instance_group_names: ["InstanceGroupName"],
34806
35191
  # }
34807
35192
  #
34808
35193
  # @!attribute [rw] s3_data_type
@@ -34899,13 +35284,19 @@ module Aws::SageMaker
34899
35284
  # specified augmented manifest file.
34900
35285
  # @return [Array<String>]
34901
35286
  #
35287
+ # @!attribute [rw] instance_group_names
35288
+ # A list of names of instance groups that get data from the S3 data
35289
+ # source.
35290
+ # @return [Array<String>]
35291
+ #
34902
35292
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/S3DataSource AWS API Documentation
34903
35293
  #
34904
35294
  class S3DataSource < Struct.new(
34905
35295
  :s3_data_type,
34906
35296
  :s3_uri,
34907
35297
  :s3_data_distribution_type,
34908
- :attribute_names)
35298
+ :attribute_names,
35299
+ :instance_group_names)
34909
35300
  SENSITIVE = []
34910
35301
  include Aws::Structure
34911
35302
  end
@@ -35172,6 +35563,10 @@ module Aws::SageMaker
35172
35563
  # The properties of a project.
35173
35564
  # @return [Types::Project]
35174
35565
  #
35566
+ # @!attribute [rw] feature_metadata
35567
+ # The feature metadata used to search through the features.
35568
+ # @return [Types::FeatureMetadata]
35569
+ #
35175
35570
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/SearchRecord AWS API Documentation
35176
35571
  #
35177
35572
  class SearchRecord < Struct.new(
@@ -35185,7 +35580,8 @@ module Aws::SageMaker
35185
35580
  :pipeline,
35186
35581
  :pipeline_execution,
35187
35582
  :feature_group,
35188
- :project)
35583
+ :project,
35584
+ :feature_metadata)
35189
35585
  SENSITIVE = []
35190
35586
  include Aws::Structure
35191
35587
  end
@@ -35194,7 +35590,7 @@ module Aws::SageMaker
35194
35590
  # data as a hash:
35195
35591
  #
35196
35592
  # {
35197
- # resource: "TrainingJob", # required, accepts TrainingJob, Experiment, ExperimentTrial, ExperimentTrialComponent, Endpoint, ModelPackage, ModelPackageGroup, Pipeline, PipelineExecution, FeatureGroup, Project
35593
+ # resource: "TrainingJob", # required, accepts TrainingJob, Experiment, ExperimentTrial, ExperimentTrialComponent, Endpoint, ModelPackage, ModelPackageGroup, Pipeline, PipelineExecution, FeatureGroup, Project, FeatureMetadata
35198
35594
  # search_expression: {
35199
35595
  # filters: [
35200
35596
  # {
@@ -36973,6 +37369,7 @@ module Aws::SageMaker
36973
37369
  # s3_uri: "S3Uri", # required
36974
37370
  # s3_data_distribution_type: "FullyReplicated", # accepts FullyReplicated, ShardedByS3Key
36975
37371
  # attribute_names: ["AttributeName"],
37372
+ # instance_group_names: ["InstanceGroupName"],
36976
37373
  # },
36977
37374
  # file_system_data_source: {
36978
37375
  # file_system_id: "FileSystemId", # required
@@ -36995,10 +37392,17 @@ module Aws::SageMaker
36995
37392
  # s3_output_path: "S3Uri", # required
36996
37393
  # },
36997
37394
  # resource_config: { # required
36998
- # 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
36999
- # instance_count: 1, # required
37395
+ # 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
37396
+ # instance_count: 1,
37000
37397
  # volume_size_in_gb: 1, # required
37001
37398
  # volume_kms_key_id: "KmsKeyId",
37399
+ # instance_groups: [
37400
+ # {
37401
+ # 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
37402
+ # instance_count: 1, # required
37403
+ # instance_group_name: "InstanceGroupName", # required
37404
+ # },
37405
+ # ],
37002
37406
  # },
37003
37407
  # stopping_condition: { # required
37004
37408
  # max_runtime_in_seconds: 1,
@@ -39409,6 +39813,100 @@ module Aws::SageMaker
39409
39813
  include Aws::Structure
39410
39814
  end
39411
39815
 
39816
+ # @note When making an API call, you may pass UpdateFeatureGroupRequest
39817
+ # data as a hash:
39818
+ #
39819
+ # {
39820
+ # feature_group_name: "FeatureGroupName", # required
39821
+ # feature_additions: [
39822
+ # {
39823
+ # feature_name: "FeatureName",
39824
+ # feature_type: "Integral", # accepts Integral, Fractional, String
39825
+ # },
39826
+ # ],
39827
+ # }
39828
+ #
39829
+ # @!attribute [rw] feature_group_name
39830
+ # The name of the feature group that you're updating.
39831
+ # @return [String]
39832
+ #
39833
+ # @!attribute [rw] feature_additions
39834
+ # A list of the features that you're adding to the feature group.
39835
+ # @return [Array<Types::FeatureDefinition>]
39836
+ #
39837
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateFeatureGroupRequest AWS API Documentation
39838
+ #
39839
+ class UpdateFeatureGroupRequest < Struct.new(
39840
+ :feature_group_name,
39841
+ :feature_additions)
39842
+ SENSITIVE = []
39843
+ include Aws::Structure
39844
+ end
39845
+
39846
+ # @!attribute [rw] feature_group_arn
39847
+ # The Amazon Resource Number (ARN) of the feature group that you're
39848
+ # updating.
39849
+ # @return [String]
39850
+ #
39851
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateFeatureGroupResponse AWS API Documentation
39852
+ #
39853
+ class UpdateFeatureGroupResponse < Struct.new(
39854
+ :feature_group_arn)
39855
+ SENSITIVE = []
39856
+ include Aws::Structure
39857
+ end
39858
+
39859
+ # @note When making an API call, you may pass UpdateFeatureMetadataRequest
39860
+ # data as a hash:
39861
+ #
39862
+ # {
39863
+ # feature_group_name: "FeatureGroupName", # required
39864
+ # feature_name: "FeatureName", # required
39865
+ # description: "FeatureDescription",
39866
+ # parameter_additions: [
39867
+ # {
39868
+ # key: "FeatureParameterKey",
39869
+ # value: "FeatureParameterValue",
39870
+ # },
39871
+ # ],
39872
+ # parameter_removals: ["FeatureParameterKey"],
39873
+ # }
39874
+ #
39875
+ # @!attribute [rw] feature_group_name
39876
+ # The name of the feature group containing the feature that you're
39877
+ # updating.
39878
+ # @return [String]
39879
+ #
39880
+ # @!attribute [rw] feature_name
39881
+ # The name of the feature that you're updating.
39882
+ # @return [String]
39883
+ #
39884
+ # @!attribute [rw] description
39885
+ # A description that you can write to better describe the feature.
39886
+ # @return [String]
39887
+ #
39888
+ # @!attribute [rw] parameter_additions
39889
+ # A list of key-value pairs that you can add to better describe the
39890
+ # feature.
39891
+ # @return [Array<Types::FeatureParameter>]
39892
+ #
39893
+ # @!attribute [rw] parameter_removals
39894
+ # A list of parameter keys that you can specify to remove parameters
39895
+ # that describe your feature.
39896
+ # @return [Array<String>]
39897
+ #
39898
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateFeatureMetadataRequest AWS API Documentation
39899
+ #
39900
+ class UpdateFeatureMetadataRequest < Struct.new(
39901
+ :feature_group_name,
39902
+ :feature_name,
39903
+ :description,
39904
+ :parameter_additions,
39905
+ :parameter_removals)
39906
+ SENSITIVE = []
39907
+ include Aws::Structure
39908
+ end
39909
+
39412
39910
  # @note When making an API call, you may pass UpdateImageRequest
39413
39911
  # data as a hash:
39414
39912
  #
@@ -40442,6 +40940,11 @@ module Aws::SageMaker
40442
40940
  # logout_endpoint: "OidcEndpoint", # required
40443
40941
  # jwks_uri: "OidcEndpoint", # required
40444
40942
  # },
40943
+ # workforce_vpc_config: {
40944
+ # vpc_id: "WorkforceVpcId",
40945
+ # security_group_ids: ["WorkforceSecurityGroupId"],
40946
+ # subnets: ["WorkforceSubnetId"],
40947
+ # },
40445
40948
  # }
40446
40949
  #
40447
40950
  # @!attribute [rw] workforce_name
@@ -40465,12 +40968,17 @@ module Aws::SageMaker
40465
40968
  # configuration for a workforce made using your own IdP.
40466
40969
  # @return [Types::OidcConfig]
40467
40970
  #
40971
+ # @!attribute [rw] workforce_vpc_config
40972
+ # Use this parameter to update your VPC configuration for a workforce.
40973
+ # @return [Types::WorkforceVpcConfigRequest]
40974
+ #
40468
40975
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateWorkforceRequest AWS API Documentation
40469
40976
  #
40470
40977
  class UpdateWorkforceRequest < Struct.new(
40471
40978
  :workforce_name,
40472
40979
  :source_ip_config,
40473
- :oidc_config)
40980
+ :oidc_config,
40981
+ :workforce_vpc_config)
40474
40982
  SENSITIVE = []
40475
40983
  include Aws::Structure
40476
40984
  end
@@ -40947,6 +41455,18 @@ module Aws::SageMaker
40947
41455
  # The date that the workforce is created.
40948
41456
  # @return [Time]
40949
41457
  #
41458
+ # @!attribute [rw] workforce_vpc_config
41459
+ # The configuration of a VPC workforce.
41460
+ # @return [Types::WorkforceVpcConfigResponse]
41461
+ #
41462
+ # @!attribute [rw] status
41463
+ # The status of your workforce.
41464
+ # @return [String]
41465
+ #
41466
+ # @!attribute [rw] failure_reason
41467
+ # The reason your workforce failed.
41468
+ # @return [String]
41469
+ #
40950
41470
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/Workforce AWS API Documentation
40951
41471
  #
40952
41472
  class Workforce < Struct.new(
@@ -40957,7 +41477,76 @@ module Aws::SageMaker
40957
41477
  :sub_domain,
40958
41478
  :cognito_config,
40959
41479
  :oidc_config,
40960
- :create_date)
41480
+ :create_date,
41481
+ :workforce_vpc_config,
41482
+ :status,
41483
+ :failure_reason)
41484
+ SENSITIVE = []
41485
+ include Aws::Structure
41486
+ end
41487
+
41488
+ # The VPC object you use to create or update a workforce.
41489
+ #
41490
+ # @note When making an API call, you may pass WorkforceVpcConfigRequest
41491
+ # data as a hash:
41492
+ #
41493
+ # {
41494
+ # vpc_id: "WorkforceVpcId",
41495
+ # security_group_ids: ["WorkforceSecurityGroupId"],
41496
+ # subnets: ["WorkforceSubnetId"],
41497
+ # }
41498
+ #
41499
+ # @!attribute [rw] vpc_id
41500
+ # The ID of the VPC that the workforce uses for communication.
41501
+ # @return [String]
41502
+ #
41503
+ # @!attribute [rw] security_group_ids
41504
+ # The VPC security group IDs, in the form sg-xxxxxxxx. The security
41505
+ # groups must be for the same VPC as specified in the subnet.
41506
+ # @return [Array<String>]
41507
+ #
41508
+ # @!attribute [rw] subnets
41509
+ # The ID of the subnets in the VPC that you want to connect.
41510
+ # @return [Array<String>]
41511
+ #
41512
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/WorkforceVpcConfigRequest AWS API Documentation
41513
+ #
41514
+ class WorkforceVpcConfigRequest < Struct.new(
41515
+ :vpc_id,
41516
+ :security_group_ids,
41517
+ :subnets)
41518
+ SENSITIVE = []
41519
+ include Aws::Structure
41520
+ end
41521
+
41522
+ # A VpcConfig object that specifies the VPC that you want your workforce
41523
+ # to connect to.
41524
+ #
41525
+ # @!attribute [rw] vpc_id
41526
+ # The ID of the VPC that the workforce uses for communication.
41527
+ # @return [String]
41528
+ #
41529
+ # @!attribute [rw] security_group_ids
41530
+ # The VPC security group IDs, in the form sg-xxxxxxxx. The security
41531
+ # groups must be for the same VPC as specified in the subnet.
41532
+ # @return [Array<String>]
41533
+ #
41534
+ # @!attribute [rw] subnets
41535
+ # The ID of the subnets in the VPC that you want to connect.
41536
+ # @return [Array<String>]
41537
+ #
41538
+ # @!attribute [rw] vpc_endpoint_id
41539
+ # The IDs for the VPC service endpoints of your VPC workforce when it
41540
+ # is created and updated.
41541
+ # @return [String]
41542
+ #
41543
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/WorkforceVpcConfigResponse AWS API Documentation
41544
+ #
41545
+ class WorkforceVpcConfigResponse < Struct.new(
41546
+ :vpc_id,
41547
+ :security_group_ids,
41548
+ :subnets,
41549
+ :vpc_endpoint_id)
40961
41550
  SENSITIVE = []
40962
41551
  include Aws::Structure
40963
41552
  end