aws-sdk-sagemaker 1.129.0 → 1.132.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -232,7 +232,7 @@ module Aws::SageMaker
232
232
  # },
233
233
  # ],
234
234
  # supported_transform_instance_types: ["ml.m4.xlarge"], # accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
235
- # supported_realtime_inference_instance_types: ["ml.t2.medium"], # accepts ml.t2.medium, ml.t2.large, ml.t2.xlarge, ml.t2.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.12xlarge, ml.m5d.24xlarge, ml.c4.large, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5d.large, ml.c5d.xlarge, ml.c5d.2xlarge, ml.c5d.4xlarge, ml.c5d.9xlarge, ml.c5d.18xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.12xlarge, ml.r5.24xlarge, ml.r5d.large, ml.r5d.xlarge, ml.r5d.2xlarge, ml.r5d.4xlarge, ml.r5d.12xlarge, ml.r5d.24xlarge, ml.inf1.xlarge, ml.inf1.2xlarge, ml.inf1.6xlarge, ml.inf1.24xlarge
235
+ # supported_realtime_inference_instance_types: ["ml.t2.medium"], # accepts ml.t2.medium, ml.t2.large, ml.t2.xlarge, ml.t2.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.12xlarge, ml.m5d.24xlarge, ml.c4.large, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5d.large, ml.c5d.xlarge, ml.c5d.2xlarge, ml.c5d.4xlarge, ml.c5d.9xlarge, ml.c5d.18xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.12xlarge, ml.r5.24xlarge, ml.r5d.large, ml.r5d.xlarge, ml.r5d.2xlarge, ml.r5d.4xlarge, ml.r5d.12xlarge, ml.r5d.24xlarge, ml.inf1.xlarge, ml.inf1.2xlarge, ml.inf1.6xlarge, ml.inf1.24xlarge, ml.c6i.large, ml.c6i.xlarge, ml.c6i.2xlarge, ml.c6i.4xlarge, ml.c6i.8xlarge, ml.c6i.12xlarge, ml.c6i.16xlarge, ml.c6i.24xlarge, ml.c6i.32xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.12xlarge, ml.g5.16xlarge, ml.g5.24xlarge, ml.g5.48xlarge, ml.p4d.24xlarge
236
236
  # supported_content_types: ["ContentType"],
237
237
  # supported_response_mime_types: ["ResponseMIMEType"],
238
238
  # }
@@ -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,
@@ -3114,6 +3130,7 @@ module Aws::SageMaker
3114
3130
  # s3_uri: "S3Uri", # required
3115
3131
  # s3_data_distribution_type: "FullyReplicated", # accepts FullyReplicated, ShardedByS3Key
3116
3132
  # attribute_names: ["AttributeName"],
3133
+ # instance_group_names: ["InstanceGroupName"],
3117
3134
  # },
3118
3135
  # file_system_data_source: {
3119
3136
  # file_system_id: "FileSystemId", # required
@@ -4099,7 +4116,7 @@ module Aws::SageMaker
4099
4116
  # },
4100
4117
  # ],
4101
4118
  # supported_transform_instance_types: ["ml.m4.xlarge"], # accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
4102
- # supported_realtime_inference_instance_types: ["ml.t2.medium"], # accepts ml.t2.medium, ml.t2.large, ml.t2.xlarge, ml.t2.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.12xlarge, ml.m5d.24xlarge, ml.c4.large, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5d.large, ml.c5d.xlarge, ml.c5d.2xlarge, ml.c5d.4xlarge, ml.c5d.9xlarge, ml.c5d.18xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.12xlarge, ml.r5.24xlarge, ml.r5d.large, ml.r5d.xlarge, ml.r5d.2xlarge, ml.r5d.4xlarge, ml.r5d.12xlarge, ml.r5d.24xlarge, ml.inf1.xlarge, ml.inf1.2xlarge, ml.inf1.6xlarge, ml.inf1.24xlarge
4119
+ # supported_realtime_inference_instance_types: ["ml.t2.medium"], # accepts ml.t2.medium, ml.t2.large, ml.t2.xlarge, ml.t2.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.12xlarge, ml.m5d.24xlarge, ml.c4.large, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5d.large, ml.c5d.xlarge, ml.c5d.2xlarge, ml.c5d.4xlarge, ml.c5d.9xlarge, ml.c5d.18xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.12xlarge, ml.r5.24xlarge, ml.r5d.large, ml.r5d.xlarge, ml.r5d.2xlarge, ml.r5d.4xlarge, ml.r5d.12xlarge, ml.r5d.24xlarge, ml.inf1.xlarge, ml.inf1.2xlarge, ml.inf1.6xlarge, ml.inf1.24xlarge, ml.c6i.large, ml.c6i.xlarge, ml.c6i.2xlarge, ml.c6i.4xlarge, ml.c6i.8xlarge, ml.c6i.12xlarge, ml.c6i.16xlarge, ml.c6i.24xlarge, ml.c6i.32xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.12xlarge, ml.g5.16xlarge, ml.g5.24xlarge, ml.g5.48xlarge, ml.p4d.24xlarge
4103
4120
  # supported_content_types: ["ContentType"], # required
4104
4121
  # supported_response_mime_types: ["ResponseMIMEType"], # required
4105
4122
  # },
@@ -4122,6 +4139,7 @@ module Aws::SageMaker
4122
4139
  # s3_uri: "S3Uri", # required
4123
4140
  # s3_data_distribution_type: "FullyReplicated", # accepts FullyReplicated, ShardedByS3Key
4124
4141
  # attribute_names: ["AttributeName"],
4142
+ # instance_group_names: ["InstanceGroupName"],
4125
4143
  # },
4126
4144
  # file_system_data_source: {
4127
4145
  # file_system_id: "FileSystemId", # required
@@ -4144,10 +4162,17 @@ module Aws::SageMaker
4144
4162
  # s3_output_path: "S3Uri", # required
4145
4163
  # },
4146
4164
  # resource_config: { # required
4147
- # 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
4148
- # 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,
4149
4167
  # volume_size_in_gb: 1, # required
4150
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
+ # ],
4151
4176
  # },
4152
4177
  # stopping_condition: { # required
4153
4178
  # max_runtime_in_seconds: 1,
@@ -5373,6 +5398,123 @@ module Aws::SageMaker
5373
5398
  include Aws::Structure
5374
5399
  end
5375
5400
 
5401
+ # @note When making an API call, you may pass CreateEdgeDeploymentPlanRequest
5402
+ # data as a hash:
5403
+ #
5404
+ # {
5405
+ # edge_deployment_plan_name: "EntityName", # required
5406
+ # model_configs: [ # required
5407
+ # {
5408
+ # model_handle: "EntityName", # required
5409
+ # edge_packaging_job_name: "EntityName", # required
5410
+ # },
5411
+ # ],
5412
+ # device_fleet_name: "EntityName", # required
5413
+ # stages: [
5414
+ # {
5415
+ # stage_name: "EntityName", # required
5416
+ # device_selection_config: { # required
5417
+ # device_subset_type: "PERCENTAGE", # required, accepts PERCENTAGE, SELECTION, NAMECONTAINS
5418
+ # percentage: 1,
5419
+ # device_names: ["DeviceName"],
5420
+ # device_name_contains: "DeviceName",
5421
+ # },
5422
+ # deployment_config: {
5423
+ # failure_handling_policy: "ROLLBACK_ON_FAILURE", # required, accepts ROLLBACK_ON_FAILURE, DO_NOTHING
5424
+ # },
5425
+ # },
5426
+ # ],
5427
+ # tags: [
5428
+ # {
5429
+ # key: "TagKey", # required
5430
+ # value: "TagValue", # required
5431
+ # },
5432
+ # ],
5433
+ # }
5434
+ #
5435
+ # @!attribute [rw] edge_deployment_plan_name
5436
+ # The name of the edge deployment plan.
5437
+ # @return [String]
5438
+ #
5439
+ # @!attribute [rw] model_configs
5440
+ # List of models associated with the edge deployment plan.
5441
+ # @return [Array<Types::EdgeDeploymentModelConfig>]
5442
+ #
5443
+ # @!attribute [rw] device_fleet_name
5444
+ # The device fleet used for this edge deployment plan.
5445
+ # @return [String]
5446
+ #
5447
+ # @!attribute [rw] stages
5448
+ # List of stages of the edge deployment plan. The number of stages is
5449
+ # limited to 10 per deployment.
5450
+ # @return [Array<Types::DeploymentStage>]
5451
+ #
5452
+ # @!attribute [rw] tags
5453
+ # List of tags with which to tag the edge deployment plan.
5454
+ # @return [Array<Types::Tag>]
5455
+ #
5456
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateEdgeDeploymentPlanRequest AWS API Documentation
5457
+ #
5458
+ class CreateEdgeDeploymentPlanRequest < Struct.new(
5459
+ :edge_deployment_plan_name,
5460
+ :model_configs,
5461
+ :device_fleet_name,
5462
+ :stages,
5463
+ :tags)
5464
+ SENSITIVE = []
5465
+ include Aws::Structure
5466
+ end
5467
+
5468
+ # @!attribute [rw] edge_deployment_plan_arn
5469
+ # The ARN of the edge deployment plan.
5470
+ # @return [String]
5471
+ #
5472
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateEdgeDeploymentPlanResponse AWS API Documentation
5473
+ #
5474
+ class CreateEdgeDeploymentPlanResponse < Struct.new(
5475
+ :edge_deployment_plan_arn)
5476
+ SENSITIVE = []
5477
+ include Aws::Structure
5478
+ end
5479
+
5480
+ # @note When making an API call, you may pass CreateEdgeDeploymentStageRequest
5481
+ # data as a hash:
5482
+ #
5483
+ # {
5484
+ # edge_deployment_plan_name: "EntityName", # required
5485
+ # stages: [ # required
5486
+ # {
5487
+ # stage_name: "EntityName", # required
5488
+ # device_selection_config: { # required
5489
+ # device_subset_type: "PERCENTAGE", # required, accepts PERCENTAGE, SELECTION, NAMECONTAINS
5490
+ # percentage: 1,
5491
+ # device_names: ["DeviceName"],
5492
+ # device_name_contains: "DeviceName",
5493
+ # },
5494
+ # deployment_config: {
5495
+ # failure_handling_policy: "ROLLBACK_ON_FAILURE", # required, accepts ROLLBACK_ON_FAILURE, DO_NOTHING
5496
+ # },
5497
+ # },
5498
+ # ],
5499
+ # }
5500
+ #
5501
+ # @!attribute [rw] edge_deployment_plan_name
5502
+ # The name of the edge deployment plan.
5503
+ # @return [String]
5504
+ #
5505
+ # @!attribute [rw] stages
5506
+ # List of stages to be added to the edge deployment plan.
5507
+ # @return [Array<Types::DeploymentStage>]
5508
+ #
5509
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateEdgeDeploymentStageRequest AWS API Documentation
5510
+ #
5511
+ class CreateEdgeDeploymentStageRequest < Struct.new(
5512
+ :edge_deployment_plan_name,
5513
+ :stages)
5514
+ SENSITIVE = []
5515
+ include Aws::Structure
5516
+ end
5517
+
5376
5518
  # @note When making an API call, you may pass CreateEdgePackagingJobRequest
5377
5519
  # data as a hash:
5378
5520
  #
@@ -5459,7 +5601,7 @@ module Aws::SageMaker
5459
5601
  # variant_name: "VariantName", # required
5460
5602
  # model_name: "ModelName", # required
5461
5603
  # initial_instance_count: 1,
5462
- # instance_type: "ml.t2.medium", # accepts ml.t2.medium, ml.t2.large, ml.t2.xlarge, ml.t2.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.12xlarge, ml.m5d.24xlarge, ml.c4.large, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5d.large, ml.c5d.xlarge, ml.c5d.2xlarge, ml.c5d.4xlarge, ml.c5d.9xlarge, ml.c5d.18xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.12xlarge, ml.r5.24xlarge, ml.r5d.large, ml.r5d.xlarge, ml.r5d.2xlarge, ml.r5d.4xlarge, ml.r5d.12xlarge, ml.r5d.24xlarge, ml.inf1.xlarge, ml.inf1.2xlarge, ml.inf1.6xlarge, ml.inf1.24xlarge
5604
+ # instance_type: "ml.t2.medium", # accepts ml.t2.medium, ml.t2.large, ml.t2.xlarge, ml.t2.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.12xlarge, ml.m5d.24xlarge, ml.c4.large, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5d.large, ml.c5d.xlarge, ml.c5d.2xlarge, ml.c5d.4xlarge, ml.c5d.9xlarge, ml.c5d.18xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.12xlarge, ml.r5.24xlarge, ml.r5d.large, ml.r5d.xlarge, ml.r5d.2xlarge, ml.r5d.4xlarge, ml.r5d.12xlarge, ml.r5d.24xlarge, ml.inf1.xlarge, ml.inf1.2xlarge, ml.inf1.6xlarge, ml.inf1.24xlarge, ml.c6i.large, ml.c6i.xlarge, ml.c6i.2xlarge, ml.c6i.4xlarge, ml.c6i.8xlarge, ml.c6i.12xlarge, ml.c6i.16xlarge, ml.c6i.24xlarge, ml.c6i.32xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.12xlarge, ml.g5.16xlarge, ml.g5.24xlarge, ml.g5.48xlarge, ml.p4d.24xlarge
5463
5605
  # initial_variant_weight: 1.0,
5464
5606
  # accelerator_type: "ml.eia1.medium", # accepts ml.eia1.medium, ml.eia1.large, ml.eia1.xlarge, ml.eia2.medium, ml.eia2.large, ml.eia2.xlarge
5465
5607
  # core_dump_config: {
@@ -6204,6 +6346,7 @@ module Aws::SageMaker
6204
6346
  # s3_uri: "S3Uri", # required
6205
6347
  # s3_data_distribution_type: "FullyReplicated", # accepts FullyReplicated, ShardedByS3Key
6206
6348
  # attribute_names: ["AttributeName"],
6349
+ # instance_group_names: ["InstanceGroupName"],
6207
6350
  # },
6208
6351
  # file_system_data_source: {
6209
6352
  # file_system_id: "FileSystemId", # required
@@ -6230,10 +6373,17 @@ module Aws::SageMaker
6230
6373
  # s3_output_path: "S3Uri", # required
6231
6374
  # },
6232
6375
  # resource_config: { # required
6233
- # 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
6234
- # instance_count: 1, # required
6376
+ # 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
6377
+ # instance_count: 1,
6235
6378
  # volume_size_in_gb: 1, # required
6236
6379
  # volume_kms_key_id: "KmsKeyId",
6380
+ # instance_groups: [
6381
+ # {
6382
+ # 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
6383
+ # instance_count: 1, # required
6384
+ # instance_group_name: "InstanceGroupName", # required
6385
+ # },
6386
+ # ],
6237
6387
  # },
6238
6388
  # stopping_condition: { # required
6239
6389
  # max_runtime_in_seconds: 1,
@@ -6305,6 +6455,7 @@ module Aws::SageMaker
6305
6455
  # s3_uri: "S3Uri", # required
6306
6456
  # s3_data_distribution_type: "FullyReplicated", # accepts FullyReplicated, ShardedByS3Key
6307
6457
  # attribute_names: ["AttributeName"],
6458
+ # instance_group_names: ["InstanceGroupName"],
6308
6459
  # },
6309
6460
  # file_system_data_source: {
6310
6461
  # file_system_id: "FileSystemId", # required
@@ -6331,10 +6482,17 @@ module Aws::SageMaker
6331
6482
  # s3_output_path: "S3Uri", # required
6332
6483
  # },
6333
6484
  # resource_config: { # required
6334
- # 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
6335
- # instance_count: 1, # required
6485
+ # 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
6486
+ # instance_count: 1,
6336
6487
  # volume_size_in_gb: 1, # required
6337
6488
  # volume_kms_key_id: "KmsKeyId",
6489
+ # instance_groups: [
6490
+ # {
6491
+ # 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
6492
+ # instance_count: 1, # required
6493
+ # instance_group_name: "InstanceGroupName", # required
6494
+ # },
6495
+ # ],
6338
6496
  # },
6339
6497
  # stopping_condition: { # required
6340
6498
  # max_runtime_in_seconds: 1,
@@ -6605,7 +6763,7 @@ module Aws::SageMaker
6605
6763
  # },
6606
6764
  # endpoint_configurations: [
6607
6765
  # {
6608
- # instance_type: "ml.t2.medium", # required, accepts ml.t2.medium, ml.t2.large, ml.t2.xlarge, ml.t2.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.12xlarge, ml.m5d.24xlarge, ml.c4.large, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5d.large, ml.c5d.xlarge, ml.c5d.2xlarge, ml.c5d.4xlarge, ml.c5d.9xlarge, ml.c5d.18xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.12xlarge, ml.r5.24xlarge, ml.r5d.large, ml.r5d.xlarge, ml.r5d.2xlarge, ml.r5d.4xlarge, ml.r5d.12xlarge, ml.r5d.24xlarge, ml.inf1.xlarge, ml.inf1.2xlarge, ml.inf1.6xlarge, ml.inf1.24xlarge
6766
+ # instance_type: "ml.t2.medium", # required, accepts ml.t2.medium, ml.t2.large, ml.t2.xlarge, ml.t2.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.12xlarge, ml.m5d.24xlarge, ml.c4.large, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5d.large, ml.c5d.xlarge, ml.c5d.2xlarge, ml.c5d.4xlarge, ml.c5d.9xlarge, ml.c5d.18xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.12xlarge, ml.r5.24xlarge, ml.r5d.large, ml.r5d.xlarge, ml.r5d.2xlarge, ml.r5d.4xlarge, ml.r5d.12xlarge, ml.r5d.24xlarge, ml.inf1.xlarge, ml.inf1.2xlarge, ml.inf1.6xlarge, ml.inf1.24xlarge, ml.c6i.large, ml.c6i.xlarge, ml.c6i.2xlarge, ml.c6i.4xlarge, ml.c6i.8xlarge, ml.c6i.12xlarge, ml.c6i.16xlarge, ml.c6i.24xlarge, ml.c6i.32xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.12xlarge, ml.g5.16xlarge, ml.g5.24xlarge, ml.g5.48xlarge, ml.p4d.24xlarge
6609
6767
  # inference_specification_name: "InferenceSpecificationName",
6610
6768
  # environment_parameter_ranges: {
6611
6769
  # categorical_parameter_ranges: [
@@ -7549,7 +7707,7 @@ module Aws::SageMaker
7549
7707
  # },
7550
7708
  # ],
7551
7709
  # supported_transform_instance_types: ["ml.m4.xlarge"], # accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
7552
- # supported_realtime_inference_instance_types: ["ml.t2.medium"], # accepts ml.t2.medium, ml.t2.large, ml.t2.xlarge, ml.t2.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.12xlarge, ml.m5d.24xlarge, ml.c4.large, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5d.large, ml.c5d.xlarge, ml.c5d.2xlarge, ml.c5d.4xlarge, ml.c5d.9xlarge, ml.c5d.18xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.12xlarge, ml.r5.24xlarge, ml.r5d.large, ml.r5d.xlarge, ml.r5d.2xlarge, ml.r5d.4xlarge, ml.r5d.12xlarge, ml.r5d.24xlarge, ml.inf1.xlarge, ml.inf1.2xlarge, ml.inf1.6xlarge, ml.inf1.24xlarge
7710
+ # supported_realtime_inference_instance_types: ["ml.t2.medium"], # accepts ml.t2.medium, ml.t2.large, ml.t2.xlarge, ml.t2.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.12xlarge, ml.m5d.24xlarge, ml.c4.large, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5d.large, ml.c5d.xlarge, ml.c5d.2xlarge, ml.c5d.4xlarge, ml.c5d.9xlarge, ml.c5d.18xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.12xlarge, ml.r5.24xlarge, ml.r5d.large, ml.r5d.xlarge, ml.r5d.2xlarge, ml.r5d.4xlarge, ml.r5d.12xlarge, ml.r5d.24xlarge, ml.inf1.xlarge, ml.inf1.2xlarge, ml.inf1.6xlarge, ml.inf1.24xlarge, ml.c6i.large, ml.c6i.xlarge, ml.c6i.2xlarge, ml.c6i.4xlarge, ml.c6i.8xlarge, ml.c6i.12xlarge, ml.c6i.16xlarge, ml.c6i.24xlarge, ml.c6i.32xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.12xlarge, ml.g5.16xlarge, ml.g5.24xlarge, ml.g5.48xlarge, ml.p4d.24xlarge
7553
7711
  # supported_content_types: ["ContentType"], # required
7554
7712
  # supported_response_mime_types: ["ResponseMIMEType"], # required
7555
7713
  # },
@@ -7748,7 +7906,7 @@ module Aws::SageMaker
7748
7906
  # },
7749
7907
  # ],
7750
7908
  # supported_transform_instance_types: ["ml.m4.xlarge"], # accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
7751
- # supported_realtime_inference_instance_types: ["ml.t2.medium"], # accepts ml.t2.medium, ml.t2.large, ml.t2.xlarge, ml.t2.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.12xlarge, ml.m5d.24xlarge, ml.c4.large, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5d.large, ml.c5d.xlarge, ml.c5d.2xlarge, ml.c5d.4xlarge, ml.c5d.9xlarge, ml.c5d.18xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.12xlarge, ml.r5.24xlarge, ml.r5d.large, ml.r5d.xlarge, ml.r5d.2xlarge, ml.r5d.4xlarge, ml.r5d.12xlarge, ml.r5d.24xlarge, ml.inf1.xlarge, ml.inf1.2xlarge, ml.inf1.6xlarge, ml.inf1.24xlarge
7909
+ # supported_realtime_inference_instance_types: ["ml.t2.medium"], # accepts ml.t2.medium, ml.t2.large, ml.t2.xlarge, ml.t2.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.12xlarge, ml.m5d.24xlarge, ml.c4.large, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5d.large, ml.c5d.xlarge, ml.c5d.2xlarge, ml.c5d.4xlarge, ml.c5d.9xlarge, ml.c5d.18xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.12xlarge, ml.r5.24xlarge, ml.r5d.large, ml.r5d.xlarge, ml.r5d.2xlarge, ml.r5d.4xlarge, ml.r5d.12xlarge, ml.r5d.24xlarge, ml.inf1.xlarge, ml.inf1.2xlarge, ml.inf1.6xlarge, ml.inf1.24xlarge, ml.c6i.large, ml.c6i.xlarge, ml.c6i.2xlarge, ml.c6i.4xlarge, ml.c6i.8xlarge, ml.c6i.12xlarge, ml.c6i.16xlarge, ml.c6i.24xlarge, ml.c6i.32xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.12xlarge, ml.g5.16xlarge, ml.g5.24xlarge, ml.g5.48xlarge, ml.p4d.24xlarge
7752
7910
  # supported_content_types: ["ContentType"],
7753
7911
  # supported_response_mime_types: ["ResponseMIMEType"],
7754
7912
  # },
@@ -9042,6 +9200,7 @@ module Aws::SageMaker
9042
9200
  # s3_uri: "S3Uri", # required
9043
9201
  # s3_data_distribution_type: "FullyReplicated", # accepts FullyReplicated, ShardedByS3Key
9044
9202
  # attribute_names: ["AttributeName"],
9203
+ # instance_group_names: ["InstanceGroupName"],
9045
9204
  # },
9046
9205
  # file_system_data_source: {
9047
9206
  # file_system_id: "FileSystemId", # required
@@ -9064,10 +9223,17 @@ module Aws::SageMaker
9064
9223
  # s3_output_path: "S3Uri", # required
9065
9224
  # },
9066
9225
  # resource_config: { # required
9067
- # 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
9068
- # instance_count: 1, # required
9226
+ # 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
9227
+ # instance_count: 1,
9069
9228
  # volume_size_in_gb: 1, # required
9070
9229
  # volume_kms_key_id: "KmsKeyId",
9230
+ # instance_groups: [
9231
+ # {
9232
+ # 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
9233
+ # instance_count: 1, # required
9234
+ # instance_group_name: "InstanceGroupName", # required
9235
+ # },
9236
+ # ],
9071
9237
  # },
9072
9238
  # vpc_config: {
9073
9239
  # security_group_ids: ["SecurityGroupId"], # required
@@ -10602,6 +10768,7 @@ module Aws::SageMaker
10602
10768
  # s3_uri: "S3Uri", # required
10603
10769
  # s3_data_distribution_type: "FullyReplicated", # accepts FullyReplicated, ShardedByS3Key
10604
10770
  # attribute_names: ["AttributeName"],
10771
+ # instance_group_names: ["InstanceGroupName"],
10605
10772
  # },
10606
10773
  # file_system_data_source: {
10607
10774
  # file_system_id: "FileSystemId", # required
@@ -11183,6 +11350,51 @@ module Aws::SageMaker
11183
11350
  include Aws::Structure
11184
11351
  end
11185
11352
 
11353
+ # @note When making an API call, you may pass DeleteEdgeDeploymentPlanRequest
11354
+ # data as a hash:
11355
+ #
11356
+ # {
11357
+ # edge_deployment_plan_name: "EntityName", # required
11358
+ # }
11359
+ #
11360
+ # @!attribute [rw] edge_deployment_plan_name
11361
+ # The name of the edge deployment plan to delete.
11362
+ # @return [String]
11363
+ #
11364
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteEdgeDeploymentPlanRequest AWS API Documentation
11365
+ #
11366
+ class DeleteEdgeDeploymentPlanRequest < Struct.new(
11367
+ :edge_deployment_plan_name)
11368
+ SENSITIVE = []
11369
+ include Aws::Structure
11370
+ end
11371
+
11372
+ # @note When making an API call, you may pass DeleteEdgeDeploymentStageRequest
11373
+ # data as a hash:
11374
+ #
11375
+ # {
11376
+ # edge_deployment_plan_name: "EntityName", # required
11377
+ # stage_name: "EntityName", # required
11378
+ # }
11379
+ #
11380
+ # @!attribute [rw] edge_deployment_plan_name
11381
+ # The name of the edge deployment plan from which the stage will be
11382
+ # deleted.
11383
+ # @return [String]
11384
+ #
11385
+ # @!attribute [rw] stage_name
11386
+ # The name of the stage.
11387
+ # @return [String]
11388
+ #
11389
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteEdgeDeploymentStageRequest AWS API Documentation
11390
+ #
11391
+ class DeleteEdgeDeploymentStageRequest < Struct.new(
11392
+ :edge_deployment_plan_name,
11393
+ :stage_name)
11394
+ SENSITIVE = []
11395
+ include Aws::Structure
11396
+ end
11397
+
11186
11398
  # @note When making an API call, you may pass DeleteEndpointConfigInput
11187
11399
  # data as a hash:
11188
11400
  #
@@ -11914,6 +12126,75 @@ module Aws::SageMaker
11914
12126
  include Aws::Structure
11915
12127
  end
11916
12128
 
12129
+ # Contains information about a stage in an edge deployment plan.
12130
+ #
12131
+ # @note When making an API call, you may pass DeploymentStage
12132
+ # data as a hash:
12133
+ #
12134
+ # {
12135
+ # stage_name: "EntityName", # required
12136
+ # device_selection_config: { # required
12137
+ # device_subset_type: "PERCENTAGE", # required, accepts PERCENTAGE, SELECTION, NAMECONTAINS
12138
+ # percentage: 1,
12139
+ # device_names: ["DeviceName"],
12140
+ # device_name_contains: "DeviceName",
12141
+ # },
12142
+ # deployment_config: {
12143
+ # failure_handling_policy: "ROLLBACK_ON_FAILURE", # required, accepts ROLLBACK_ON_FAILURE, DO_NOTHING
12144
+ # },
12145
+ # }
12146
+ #
12147
+ # @!attribute [rw] stage_name
12148
+ # The name of the stage.
12149
+ # @return [String]
12150
+ #
12151
+ # @!attribute [rw] device_selection_config
12152
+ # Configuration of the devices in the stage.
12153
+ # @return [Types::DeviceSelectionConfig]
12154
+ #
12155
+ # @!attribute [rw] deployment_config
12156
+ # Configuration of the deployment details.
12157
+ # @return [Types::EdgeDeploymentConfig]
12158
+ #
12159
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeploymentStage AWS API Documentation
12160
+ #
12161
+ class DeploymentStage < Struct.new(
12162
+ :stage_name,
12163
+ :device_selection_config,
12164
+ :deployment_config)
12165
+ SENSITIVE = []
12166
+ include Aws::Structure
12167
+ end
12168
+
12169
+ # Contains information summarizing the deployment stage results.
12170
+ #
12171
+ # @!attribute [rw] stage_name
12172
+ # The name of the stage.
12173
+ # @return [String]
12174
+ #
12175
+ # @!attribute [rw] device_selection_config
12176
+ # Configuration of the devices in the stage.
12177
+ # @return [Types::DeviceSelectionConfig]
12178
+ #
12179
+ # @!attribute [rw] deployment_config
12180
+ # Configuration of the deployment details.
12181
+ # @return [Types::EdgeDeploymentConfig]
12182
+ #
12183
+ # @!attribute [rw] deployment_status
12184
+ # General status of the current state.
12185
+ # @return [Types::EdgeDeploymentStatus]
12186
+ #
12187
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeploymentStageStatusSummary AWS API Documentation
12188
+ #
12189
+ class DeploymentStageStatusSummary < Struct.new(
12190
+ :stage_name,
12191
+ :device_selection_config,
12192
+ :deployment_config,
12193
+ :deployment_status)
12194
+ SENSITIVE = []
12195
+ include Aws::Structure
12196
+ end
12197
+
11917
12198
  # @note When making an API call, you may pass DeregisterDevicesRequest
11918
12199
  # data as a hash:
11919
12200
  #
@@ -13164,6 +13445,102 @@ module Aws::SageMaker
13164
13445
  include Aws::Structure
13165
13446
  end
13166
13447
 
13448
+ # @note When making an API call, you may pass DescribeEdgeDeploymentPlanRequest
13449
+ # data as a hash:
13450
+ #
13451
+ # {
13452
+ # edge_deployment_plan_name: "EntityName", # required
13453
+ # next_token: "NextToken",
13454
+ # max_results: 1,
13455
+ # }
13456
+ #
13457
+ # @!attribute [rw] edge_deployment_plan_name
13458
+ # The name of the deployment plan to describe.
13459
+ # @return [String]
13460
+ #
13461
+ # @!attribute [rw] next_token
13462
+ # If the edge deployment plan has enough stages to require tokening,
13463
+ # then this is the response from the last list of stages returned.
13464
+ # @return [String]
13465
+ #
13466
+ # @!attribute [rw] max_results
13467
+ # The maximum number of results to select (50 by default).
13468
+ # @return [Integer]
13469
+ #
13470
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeEdgeDeploymentPlanRequest AWS API Documentation
13471
+ #
13472
+ class DescribeEdgeDeploymentPlanRequest < Struct.new(
13473
+ :edge_deployment_plan_name,
13474
+ :next_token,
13475
+ :max_results)
13476
+ SENSITIVE = []
13477
+ include Aws::Structure
13478
+ end
13479
+
13480
+ # @!attribute [rw] edge_deployment_plan_arn
13481
+ # The ARN of edge deployment plan.
13482
+ # @return [String]
13483
+ #
13484
+ # @!attribute [rw] edge_deployment_plan_name
13485
+ # The name of the edge deployment plan.
13486
+ # @return [String]
13487
+ #
13488
+ # @!attribute [rw] model_configs
13489
+ # List of models associated with the edge deployment plan.
13490
+ # @return [Array<Types::EdgeDeploymentModelConfig>]
13491
+ #
13492
+ # @!attribute [rw] device_fleet_name
13493
+ # The device fleet used for this edge deployment plan.
13494
+ # @return [String]
13495
+ #
13496
+ # @!attribute [rw] edge_deployment_success
13497
+ # The number of edge devices with the successful deployment.
13498
+ # @return [Integer]
13499
+ #
13500
+ # @!attribute [rw] edge_deployment_pending
13501
+ # The number of edge devices yet to pick up deployment, or in
13502
+ # progress.
13503
+ # @return [Integer]
13504
+ #
13505
+ # @!attribute [rw] edge_deployment_failed
13506
+ # The number of edge devices that failed the deployment.
13507
+ # @return [Integer]
13508
+ #
13509
+ # @!attribute [rw] stages
13510
+ # List of stages in the edge deployment plan.
13511
+ # @return [Array<Types::DeploymentStageStatusSummary>]
13512
+ #
13513
+ # @!attribute [rw] next_token
13514
+ # Token to use when calling the next set of stages in the edge
13515
+ # deployment plan.
13516
+ # @return [String]
13517
+ #
13518
+ # @!attribute [rw] creation_time
13519
+ # The time when the edge deployment plan was created.
13520
+ # @return [Time]
13521
+ #
13522
+ # @!attribute [rw] last_modified_time
13523
+ # The time when the edge deployment plan was last updated.
13524
+ # @return [Time]
13525
+ #
13526
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeEdgeDeploymentPlanResponse AWS API Documentation
13527
+ #
13528
+ class DescribeEdgeDeploymentPlanResponse < Struct.new(
13529
+ :edge_deployment_plan_arn,
13530
+ :edge_deployment_plan_name,
13531
+ :model_configs,
13532
+ :device_fleet_name,
13533
+ :edge_deployment_success,
13534
+ :edge_deployment_pending,
13535
+ :edge_deployment_failed,
13536
+ :stages,
13537
+ :next_token,
13538
+ :creation_time,
13539
+ :last_modified_time)
13540
+ SENSITIVE = []
13541
+ include Aws::Structure
13542
+ end
13543
+
13167
13544
  # @note When making an API call, you may pass DescribeEdgePackagingJobRequest
13168
13545
  # data as a hash:
13169
13546
  #
@@ -16933,6 +17310,70 @@ module Aws::SageMaker
16933
17310
  include Aws::Structure
16934
17311
  end
16935
17312
 
17313
+ # Contains information summarizing device details and deployment status.
17314
+ #
17315
+ # @!attribute [rw] edge_deployment_plan_arn
17316
+ # The ARN of the edge deployment plan.
17317
+ # @return [String]
17318
+ #
17319
+ # @!attribute [rw] edge_deployment_plan_name
17320
+ # The name of the edge deployment plan.
17321
+ # @return [String]
17322
+ #
17323
+ # @!attribute [rw] stage_name
17324
+ # The name of the stage in the edge deployment plan.
17325
+ # @return [String]
17326
+ #
17327
+ # @!attribute [rw] deployed_stage_name
17328
+ # The name of the deployed stage.
17329
+ # @return [String]
17330
+ #
17331
+ # @!attribute [rw] device_fleet_name
17332
+ # The name of the fleet to which the device belongs to.
17333
+ # @return [String]
17334
+ #
17335
+ # @!attribute [rw] device_name
17336
+ # The name of the device.
17337
+ # @return [String]
17338
+ #
17339
+ # @!attribute [rw] device_arn
17340
+ # The ARN of the device.
17341
+ # @return [String]
17342
+ #
17343
+ # @!attribute [rw] device_deployment_status
17344
+ # The deployment status of the device.
17345
+ # @return [String]
17346
+ #
17347
+ # @!attribute [rw] device_deployment_status_message
17348
+ # The detailed error message for the deployoment status result.
17349
+ # @return [String]
17350
+ #
17351
+ # @!attribute [rw] description
17352
+ # The description of the device.
17353
+ # @return [String]
17354
+ #
17355
+ # @!attribute [rw] deployment_start_time
17356
+ # The time when the deployment on the device started.
17357
+ # @return [Time]
17358
+ #
17359
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeviceDeploymentSummary AWS API Documentation
17360
+ #
17361
+ class DeviceDeploymentSummary < Struct.new(
17362
+ :edge_deployment_plan_arn,
17363
+ :edge_deployment_plan_name,
17364
+ :stage_name,
17365
+ :deployed_stage_name,
17366
+ :device_fleet_name,
17367
+ :device_name,
17368
+ :device_arn,
17369
+ :device_deployment_status,
17370
+ :device_deployment_status_message,
17371
+ :description,
17372
+ :deployment_start_time)
17373
+ SENSITIVE = []
17374
+ include Aws::Structure
17375
+ end
17376
+
16936
17377
  # Summary of the device fleet.
16937
17378
  #
16938
17379
  # @!attribute [rw] device_fleet_arn
@@ -16962,6 +17403,45 @@ module Aws::SageMaker
16962
17403
  include Aws::Structure
16963
17404
  end
16964
17405
 
17406
+ # Contains information about the configurations of selected devices.
17407
+ #
17408
+ # @note When making an API call, you may pass DeviceSelectionConfig
17409
+ # data as a hash:
17410
+ #
17411
+ # {
17412
+ # device_subset_type: "PERCENTAGE", # required, accepts PERCENTAGE, SELECTION, NAMECONTAINS
17413
+ # percentage: 1,
17414
+ # device_names: ["DeviceName"],
17415
+ # device_name_contains: "DeviceName",
17416
+ # }
17417
+ #
17418
+ # @!attribute [rw] device_subset_type
17419
+ # Type of device subsets to deploy to the current stage.
17420
+ # @return [String]
17421
+ #
17422
+ # @!attribute [rw] percentage
17423
+ # Percentage of devices in the fleet to deploy to the current stage.
17424
+ # @return [Integer]
17425
+ #
17426
+ # @!attribute [rw] device_names
17427
+ # List of devices chosen to deploy.
17428
+ # @return [Array<String>]
17429
+ #
17430
+ # @!attribute [rw] device_name_contains
17431
+ # A filter to select devices with names containing this name.
17432
+ # @return [String]
17433
+ #
17434
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeviceSelectionConfig AWS API Documentation
17435
+ #
17436
+ class DeviceSelectionConfig < Struct.new(
17437
+ :device_subset_type,
17438
+ :percentage,
17439
+ :device_names,
17440
+ :device_name_contains)
17441
+ SENSITIVE = []
17442
+ include Aws::Structure
17443
+ end
17444
+
16965
17445
  # Status of devices.
16966
17446
  #
16967
17447
  # @!attribute [rw] connected_device_count
@@ -17508,6 +17988,149 @@ module Aws::SageMaker
17508
17988
  include Aws::Structure
17509
17989
  end
17510
17990
 
17991
+ # Contains information about the configuration of a deployment.
17992
+ #
17993
+ # @note When making an API call, you may pass EdgeDeploymentConfig
17994
+ # data as a hash:
17995
+ #
17996
+ # {
17997
+ # failure_handling_policy: "ROLLBACK_ON_FAILURE", # required, accepts ROLLBACK_ON_FAILURE, DO_NOTHING
17998
+ # }
17999
+ #
18000
+ # @!attribute [rw] failure_handling_policy
18001
+ # Toggle that determines whether to rollback to previous configuration
18002
+ # if the current deployment fails. By default this is turned on. You
18003
+ # may turn this off if you want to investigate the errors yourself.
18004
+ # @return [String]
18005
+ #
18006
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/EdgeDeploymentConfig AWS API Documentation
18007
+ #
18008
+ class EdgeDeploymentConfig < Struct.new(
18009
+ :failure_handling_policy)
18010
+ SENSITIVE = []
18011
+ include Aws::Structure
18012
+ end
18013
+
18014
+ # Contains information about the configuration of a model in a
18015
+ # deployment.
18016
+ #
18017
+ # @note When making an API call, you may pass EdgeDeploymentModelConfig
18018
+ # data as a hash:
18019
+ #
18020
+ # {
18021
+ # model_handle: "EntityName", # required
18022
+ # edge_packaging_job_name: "EntityName", # required
18023
+ # }
18024
+ #
18025
+ # @!attribute [rw] model_handle
18026
+ # The name the device application uses to reference this model.
18027
+ # @return [String]
18028
+ #
18029
+ # @!attribute [rw] edge_packaging_job_name
18030
+ # The edge packaging job associated with this deployment.
18031
+ # @return [String]
18032
+ #
18033
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/EdgeDeploymentModelConfig AWS API Documentation
18034
+ #
18035
+ class EdgeDeploymentModelConfig < Struct.new(
18036
+ :model_handle,
18037
+ :edge_packaging_job_name)
18038
+ SENSITIVE = []
18039
+ include Aws::Structure
18040
+ end
18041
+
18042
+ # Contains information summarizing an edge deployment plan.
18043
+ #
18044
+ # @!attribute [rw] edge_deployment_plan_arn
18045
+ # The ARN of the edge deployment plan.
18046
+ # @return [String]
18047
+ #
18048
+ # @!attribute [rw] edge_deployment_plan_name
18049
+ # The name of the edge deployment plan.
18050
+ # @return [String]
18051
+ #
18052
+ # @!attribute [rw] device_fleet_name
18053
+ # The name of the device fleet used for the deployment.
18054
+ # @return [String]
18055
+ #
18056
+ # @!attribute [rw] edge_deployment_success
18057
+ # The number of edge devices with the successful deployment.
18058
+ # @return [Integer]
18059
+ #
18060
+ # @!attribute [rw] edge_deployment_pending
18061
+ # The number of edge devices yet to pick up the deployment, or in
18062
+ # progress.
18063
+ # @return [Integer]
18064
+ #
18065
+ # @!attribute [rw] edge_deployment_failed
18066
+ # The number of edge devices that failed the deployment.
18067
+ # @return [Integer]
18068
+ #
18069
+ # @!attribute [rw] creation_time
18070
+ # The time when the edge deployment plan was created.
18071
+ # @return [Time]
18072
+ #
18073
+ # @!attribute [rw] last_modified_time
18074
+ # The time when the edge deployment plan was last updated.
18075
+ # @return [Time]
18076
+ #
18077
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/EdgeDeploymentPlanSummary AWS API Documentation
18078
+ #
18079
+ class EdgeDeploymentPlanSummary < Struct.new(
18080
+ :edge_deployment_plan_arn,
18081
+ :edge_deployment_plan_name,
18082
+ :device_fleet_name,
18083
+ :edge_deployment_success,
18084
+ :edge_deployment_pending,
18085
+ :edge_deployment_failed,
18086
+ :creation_time,
18087
+ :last_modified_time)
18088
+ SENSITIVE = []
18089
+ include Aws::Structure
18090
+ end
18091
+
18092
+ # Contains information summarizing the deployment stage results.
18093
+ #
18094
+ # @!attribute [rw] stage_status
18095
+ # The general status of the current stage.
18096
+ # @return [String]
18097
+ #
18098
+ # @!attribute [rw] edge_deployment_success_in_stage
18099
+ # The number of edge devices with the successful deployment in the
18100
+ # current stage.
18101
+ # @return [Integer]
18102
+ #
18103
+ # @!attribute [rw] edge_deployment_pending_in_stage
18104
+ # The number of edge devices yet to pick up the deployment in current
18105
+ # stage, or in progress.
18106
+ # @return [Integer]
18107
+ #
18108
+ # @!attribute [rw] edge_deployment_failed_in_stage
18109
+ # The number of edge devices that failed the deployment in current
18110
+ # stage.
18111
+ # @return [Integer]
18112
+ #
18113
+ # @!attribute [rw] edge_deployment_status_message
18114
+ # A detailed message about deployment status in current stage.
18115
+ # @return [String]
18116
+ #
18117
+ # @!attribute [rw] edge_deployment_stage_start_time
18118
+ # The time when the deployment API started.
18119
+ # @return [Time]
18120
+ #
18121
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/EdgeDeploymentStatus AWS API Documentation
18122
+ #
18123
+ class EdgeDeploymentStatus < Struct.new(
18124
+ :stage_status,
18125
+ :edge_deployment_success_in_stage,
18126
+ :edge_deployment_pending_in_stage,
18127
+ :edge_deployment_failed_in_stage,
18128
+ :edge_deployment_status_message,
18129
+ :edge_deployment_stage_start_time)
18130
+ SENSITIVE = []
18131
+ include Aws::Structure
18132
+ end
18133
+
17511
18134
  # The model on the edge device.
17512
18135
  #
17513
18136
  # @!attribute [rw] model_name
@@ -17972,7 +18595,7 @@ module Aws::SageMaker
17972
18595
  # data as a hash:
17973
18596
  #
17974
18597
  # {
17975
- # instance_type: "ml.t2.medium", # required, accepts ml.t2.medium, ml.t2.large, ml.t2.xlarge, ml.t2.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.12xlarge, ml.m5d.24xlarge, ml.c4.large, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5d.large, ml.c5d.xlarge, ml.c5d.2xlarge, ml.c5d.4xlarge, ml.c5d.9xlarge, ml.c5d.18xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.12xlarge, ml.r5.24xlarge, ml.r5d.large, ml.r5d.xlarge, ml.r5d.2xlarge, ml.r5d.4xlarge, ml.r5d.12xlarge, ml.r5d.24xlarge, ml.inf1.xlarge, ml.inf1.2xlarge, ml.inf1.6xlarge, ml.inf1.24xlarge
18598
+ # instance_type: "ml.t2.medium", # required, accepts ml.t2.medium, ml.t2.large, ml.t2.xlarge, ml.t2.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.12xlarge, ml.m5d.24xlarge, ml.c4.large, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5d.large, ml.c5d.xlarge, ml.c5d.2xlarge, ml.c5d.4xlarge, ml.c5d.9xlarge, ml.c5d.18xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.12xlarge, ml.r5.24xlarge, ml.r5d.large, ml.r5d.xlarge, ml.r5d.2xlarge, ml.r5d.4xlarge, ml.r5d.12xlarge, ml.r5d.24xlarge, ml.inf1.xlarge, ml.inf1.2xlarge, ml.inf1.6xlarge, ml.inf1.24xlarge, ml.c6i.large, ml.c6i.xlarge, ml.c6i.2xlarge, ml.c6i.4xlarge, ml.c6i.8xlarge, ml.c6i.12xlarge, ml.c6i.16xlarge, ml.c6i.24xlarge, ml.c6i.32xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.12xlarge, ml.g5.16xlarge, ml.g5.24xlarge, ml.g5.48xlarge, ml.p4d.24xlarge
17976
18599
  # inference_specification_name: "InferenceSpecificationName",
17977
18600
  # environment_parameter_ranges: {
17978
18601
  # categorical_parameter_ranges: [
@@ -20734,6 +21357,7 @@ module Aws::SageMaker
20734
21357
  # s3_uri: "S3Uri", # required
20735
21358
  # s3_data_distribution_type: "FullyReplicated", # accepts FullyReplicated, ShardedByS3Key
20736
21359
  # attribute_names: ["AttributeName"],
21360
+ # instance_group_names: ["InstanceGroupName"],
20737
21361
  # },
20738
21362
  # file_system_data_source: {
20739
21363
  # file_system_id: "FileSystemId", # required
@@ -20760,10 +21384,17 @@ module Aws::SageMaker
20760
21384
  # s3_output_path: "S3Uri", # required
20761
21385
  # },
20762
21386
  # resource_config: { # required
20763
- # 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
20764
- # instance_count: 1, # required
21387
+ # 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
21388
+ # instance_count: 1,
20765
21389
  # volume_size_in_gb: 1, # required
20766
21390
  # volume_kms_key_id: "KmsKeyId",
21391
+ # instance_groups: [
21392
+ # {
21393
+ # 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
21394
+ # instance_count: 1, # required
21395
+ # instance_group_name: "InstanceGroupName", # required
21396
+ # },
21397
+ # ],
20767
21398
  # },
20768
21399
  # stopping_condition: { # required
20769
21400
  # max_runtime_in_seconds: 1,
@@ -20801,9 +21432,11 @@ module Aws::SageMaker
20801
21432
  # result in the training job with the best performance as measured by
20802
21433
  # the objective metric of the hyperparameter tuning job.
20803
21434
  #
20804
- # <note markdown="1"> You can specify a maximum of 20 hyperparameters that a
20805
- # hyperparameter tuning job can search over. Every possible value of a
20806
- # categorical parameter range counts against this limit.
21435
+ # <note markdown="1"> The maximum number of items specified for `Array Members` refers to
21436
+ # the maximum number of hyperparameters for each range and also the
21437
+ # maximum for the hyperparameter tuning job itself. That is, the sum
21438
+ # of the number of hyperparameters for all the ranges can't exceed
21439
+ # the maximum number specified.
20807
21440
  #
20808
21441
  # </note>
20809
21442
  # @return [Types::ParameterRanges]
@@ -21585,7 +22218,7 @@ module Aws::SageMaker
21585
22218
  # },
21586
22219
  # ],
21587
22220
  # supported_transform_instance_types: ["ml.m4.xlarge"], # accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
21588
- # supported_realtime_inference_instance_types: ["ml.t2.medium"], # accepts ml.t2.medium, ml.t2.large, ml.t2.xlarge, ml.t2.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.12xlarge, ml.m5d.24xlarge, ml.c4.large, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5d.large, ml.c5d.xlarge, ml.c5d.2xlarge, ml.c5d.4xlarge, ml.c5d.9xlarge, ml.c5d.18xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.12xlarge, ml.r5.24xlarge, ml.r5d.large, ml.r5d.xlarge, ml.r5d.2xlarge, ml.r5d.4xlarge, ml.r5d.12xlarge, ml.r5d.24xlarge, ml.inf1.xlarge, ml.inf1.2xlarge, ml.inf1.6xlarge, ml.inf1.24xlarge
22221
+ # supported_realtime_inference_instance_types: ["ml.t2.medium"], # accepts ml.t2.medium, ml.t2.large, ml.t2.xlarge, ml.t2.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.12xlarge, ml.m5d.24xlarge, ml.c4.large, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5d.large, ml.c5d.xlarge, ml.c5d.2xlarge, ml.c5d.4xlarge, ml.c5d.9xlarge, ml.c5d.18xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.12xlarge, ml.r5.24xlarge, ml.r5d.large, ml.r5d.xlarge, ml.r5d.2xlarge, ml.r5d.4xlarge, ml.r5d.12xlarge, ml.r5d.24xlarge, ml.inf1.xlarge, ml.inf1.2xlarge, ml.inf1.6xlarge, ml.inf1.24xlarge, ml.c6i.large, ml.c6i.xlarge, ml.c6i.2xlarge, ml.c6i.4xlarge, ml.c6i.8xlarge, ml.c6i.12xlarge, ml.c6i.16xlarge, ml.c6i.24xlarge, ml.c6i.32xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.12xlarge, ml.g5.16xlarge, ml.g5.24xlarge, ml.g5.48xlarge, ml.p4d.24xlarge
21589
22222
  # supported_content_types: ["ContentType"], # required
21590
22223
  # supported_response_mime_types: ["ResponseMIMEType"], # required
21591
22224
  # }
@@ -21871,6 +22504,45 @@ module Aws::SageMaker
21871
22504
  include Aws::Structure
21872
22505
  end
21873
22506
 
22507
+ # Defines an instance group for heterogeneous cluster training. When
22508
+ # requesting a training job using the [CreateTrainingJob][1] API, you
22509
+ # can configure multiple instance groups .
22510
+ #
22511
+ #
22512
+ #
22513
+ # [1]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrainingJob.html
22514
+ #
22515
+ # @note When making an API call, you may pass InstanceGroup
22516
+ # data as a hash:
22517
+ #
22518
+ # {
22519
+ # 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
22520
+ # instance_count: 1, # required
22521
+ # instance_group_name: "InstanceGroupName", # required
22522
+ # }
22523
+ #
22524
+ # @!attribute [rw] instance_type
22525
+ # Specifies the instance type of the instance group.
22526
+ # @return [String]
22527
+ #
22528
+ # @!attribute [rw] instance_count
22529
+ # Specifies the number of instances of the instance group.
22530
+ # @return [Integer]
22531
+ #
22532
+ # @!attribute [rw] instance_group_name
22533
+ # Specifies the name of the instance group.
22534
+ # @return [String]
22535
+ #
22536
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/InstanceGroup AWS API Documentation
22537
+ #
22538
+ class InstanceGroup < Struct.new(
22539
+ :instance_type,
22540
+ :instance_count,
22541
+ :instance_group_name)
22542
+ SENSITIVE = []
22543
+ include Aws::Structure
22544
+ end
22545
+
21874
22546
  # Information on the IMDS configuration of the notebook instance
21875
22547
  #
21876
22548
  # @note When making an API call, you may pass InstanceMetadataServiceConfiguration
@@ -24095,6 +24767,101 @@ module Aws::SageMaker
24095
24767
  include Aws::Structure
24096
24768
  end
24097
24769
 
24770
+ # @note When making an API call, you may pass ListEdgeDeploymentPlansRequest
24771
+ # data as a hash:
24772
+ #
24773
+ # {
24774
+ # next_token: "NextToken",
24775
+ # max_results: 1,
24776
+ # creation_time_after: Time.now,
24777
+ # creation_time_before: Time.now,
24778
+ # last_modified_time_after: Time.now,
24779
+ # last_modified_time_before: Time.now,
24780
+ # name_contains: "NameContains",
24781
+ # device_fleet_name_contains: "NameContains",
24782
+ # sort_by: "NAME", # accepts NAME, DEVICE_FLEET_NAME, CREATION_TIME, LAST_MODIFIED_TIME
24783
+ # sort_order: "Ascending", # accepts Ascending, Descending
24784
+ # }
24785
+ #
24786
+ # @!attribute [rw] next_token
24787
+ # The response from the last list when returning a list large enough
24788
+ # to need tokening.
24789
+ # @return [String]
24790
+ #
24791
+ # @!attribute [rw] max_results
24792
+ # The maximum number of results to select (50 by default).
24793
+ # @return [Integer]
24794
+ #
24795
+ # @!attribute [rw] creation_time_after
24796
+ # Selects edge deployment plans created after this time.
24797
+ # @return [Time]
24798
+ #
24799
+ # @!attribute [rw] creation_time_before
24800
+ # Selects edge deployment plans created before this time.
24801
+ # @return [Time]
24802
+ #
24803
+ # @!attribute [rw] last_modified_time_after
24804
+ # Selects edge deployment plans that were last updated after this
24805
+ # time.
24806
+ # @return [Time]
24807
+ #
24808
+ # @!attribute [rw] last_modified_time_before
24809
+ # Selects edge deployment plans that were last updated before this
24810
+ # time.
24811
+ # @return [Time]
24812
+ #
24813
+ # @!attribute [rw] name_contains
24814
+ # Selects edge deployment plans with names containing this name.
24815
+ # @return [String]
24816
+ #
24817
+ # @!attribute [rw] device_fleet_name_contains
24818
+ # Selects edge deployment plans with a device fleet name containing
24819
+ # this name.
24820
+ # @return [String]
24821
+ #
24822
+ # @!attribute [rw] sort_by
24823
+ # The column by which to sort the edge deployment plans. Can be one of
24824
+ # `NAME`, `DEVICEFLEETNAME`, `CREATIONTIME`, `LASTMODIFIEDTIME`.
24825
+ # @return [String]
24826
+ #
24827
+ # @!attribute [rw] sort_order
24828
+ # The direction of the sorting (ascending or descending).
24829
+ # @return [String]
24830
+ #
24831
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListEdgeDeploymentPlansRequest AWS API Documentation
24832
+ #
24833
+ class ListEdgeDeploymentPlansRequest < Struct.new(
24834
+ :next_token,
24835
+ :max_results,
24836
+ :creation_time_after,
24837
+ :creation_time_before,
24838
+ :last_modified_time_after,
24839
+ :last_modified_time_before,
24840
+ :name_contains,
24841
+ :device_fleet_name_contains,
24842
+ :sort_by,
24843
+ :sort_order)
24844
+ SENSITIVE = []
24845
+ include Aws::Structure
24846
+ end
24847
+
24848
+ # @!attribute [rw] edge_deployment_plan_summaries
24849
+ # List of summaries of edge deployment plans.
24850
+ # @return [Array<Types::EdgeDeploymentPlanSummary>]
24851
+ #
24852
+ # @!attribute [rw] next_token
24853
+ # The token to use when calling the next page of results.
24854
+ # @return [String]
24855
+ #
24856
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListEdgeDeploymentPlansResponse AWS API Documentation
24857
+ #
24858
+ class ListEdgeDeploymentPlansResponse < Struct.new(
24859
+ :edge_deployment_plan_summaries,
24860
+ :next_token)
24861
+ SENSITIVE = []
24862
+ include Aws::Structure
24863
+ end
24864
+
24098
24865
  # @note When making an API call, you may pass ListEdgePackagingJobsRequest
24099
24866
  # data as a hash:
24100
24867
  #
@@ -26843,6 +27610,67 @@ module Aws::SageMaker
26843
27610
  include Aws::Structure
26844
27611
  end
26845
27612
 
27613
+ # @note When making an API call, you may pass ListStageDevicesRequest
27614
+ # data as a hash:
27615
+ #
27616
+ # {
27617
+ # next_token: "NextToken",
27618
+ # max_results: 1,
27619
+ # edge_deployment_plan_name: "EntityName", # required
27620
+ # exclude_devices_deployed_in_other_stage: false,
27621
+ # stage_name: "EntityName", # required
27622
+ # }
27623
+ #
27624
+ # @!attribute [rw] next_token
27625
+ # The response from the last list when returning a list large enough
27626
+ # to neeed tokening.
27627
+ # @return [String]
27628
+ #
27629
+ # @!attribute [rw] max_results
27630
+ # The maximum number of requests to select.
27631
+ # @return [Integer]
27632
+ #
27633
+ # @!attribute [rw] edge_deployment_plan_name
27634
+ # The name of the edge deployment plan.
27635
+ # @return [String]
27636
+ #
27637
+ # @!attribute [rw] exclude_devices_deployed_in_other_stage
27638
+ # Toggle for excluding devices deployed in other stages.
27639
+ # @return [Boolean]
27640
+ #
27641
+ # @!attribute [rw] stage_name
27642
+ # The name of the stage in the deployment.
27643
+ # @return [String]
27644
+ #
27645
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListStageDevicesRequest AWS API Documentation
27646
+ #
27647
+ class ListStageDevicesRequest < Struct.new(
27648
+ :next_token,
27649
+ :max_results,
27650
+ :edge_deployment_plan_name,
27651
+ :exclude_devices_deployed_in_other_stage,
27652
+ :stage_name)
27653
+ SENSITIVE = []
27654
+ include Aws::Structure
27655
+ end
27656
+
27657
+ # @!attribute [rw] device_deployment_summaries
27658
+ # List of summaries of devices allocated to the stage.
27659
+ # @return [Array<Types::DeviceDeploymentSummary>]
27660
+ #
27661
+ # @!attribute [rw] next_token
27662
+ # The token to use when calling the next page of results.
27663
+ # @return [String]
27664
+ #
27665
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListStageDevicesResponse AWS API Documentation
27666
+ #
27667
+ class ListStageDevicesResponse < Struct.new(
27668
+ :device_deployment_summaries,
27669
+ :next_token)
27670
+ SENSITIVE = []
27671
+ include Aws::Structure
27672
+ end
27673
+
26846
27674
  # @note When making an API call, you may pass ListStudioLifecycleConfigsRequest
26847
27675
  # data as a hash:
26848
27676
  #
@@ -31389,9 +32217,11 @@ module Aws::SageMaker
31389
32217
  # result in the training job with the best performance as measured by
31390
32218
  # the objective metric of the hyperparameter tuning job.
31391
32219
  #
31392
- # <note markdown="1"> You can specify a maximum of 20 hyperparameters that a hyperparameter
31393
- # tuning job can search over. Every possible value of a categorical
31394
- # parameter range counts against this limit.
32220
+ # <note markdown="1"> The maximum number of items specified for `Array Members` refers to
32221
+ # the maximum number of hyperparameters for each range and also the
32222
+ # maximum for the hyperparameter tuning job itself. That is, the sum of
32223
+ # the number of hyperparameters for all the ranges can't exceed the
32224
+ # maximum number specified.
31395
32225
  #
31396
32226
  # </note>
31397
32227
  #
@@ -32792,7 +33622,7 @@ module Aws::SageMaker
32792
33622
  # variant_name: "VariantName", # required
32793
33623
  # model_name: "ModelName", # required
32794
33624
  # initial_instance_count: 1,
32795
- # instance_type: "ml.t2.medium", # accepts ml.t2.medium, ml.t2.large, ml.t2.xlarge, ml.t2.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.12xlarge, ml.m5d.24xlarge, ml.c4.large, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5d.large, ml.c5d.xlarge, ml.c5d.2xlarge, ml.c5d.4xlarge, ml.c5d.9xlarge, ml.c5d.18xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.12xlarge, ml.r5.24xlarge, ml.r5d.large, ml.r5d.xlarge, ml.r5d.2xlarge, ml.r5d.4xlarge, ml.r5d.12xlarge, ml.r5d.24xlarge, ml.inf1.xlarge, ml.inf1.2xlarge, ml.inf1.6xlarge, ml.inf1.24xlarge
33625
+ # instance_type: "ml.t2.medium", # accepts ml.t2.medium, ml.t2.large, ml.t2.xlarge, ml.t2.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.12xlarge, ml.m5d.24xlarge, ml.c4.large, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5d.large, ml.c5d.xlarge, ml.c5d.2xlarge, ml.c5d.4xlarge, ml.c5d.9xlarge, ml.c5d.18xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.12xlarge, ml.r5.24xlarge, ml.r5d.large, ml.r5d.xlarge, ml.r5d.2xlarge, ml.r5d.4xlarge, ml.r5d.12xlarge, ml.r5d.24xlarge, ml.inf1.xlarge, ml.inf1.2xlarge, ml.inf1.6xlarge, ml.inf1.24xlarge, ml.c6i.large, ml.c6i.xlarge, ml.c6i.2xlarge, ml.c6i.4xlarge, ml.c6i.8xlarge, ml.c6i.12xlarge, ml.c6i.16xlarge, ml.c6i.24xlarge, ml.c6i.32xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.12xlarge, ml.g5.16xlarge, ml.g5.24xlarge, ml.g5.48xlarge, ml.p4d.24xlarge
32796
33626
  # initial_variant_weight: 1.0,
32797
33627
  # accelerator_type: "ml.eia1.medium", # accepts ml.eia1.medium, ml.eia1.large, ml.eia1.xlarge, ml.eia2.medium, ml.eia2.large, ml.eia2.xlarge
32798
33628
  # core_dump_config: {
@@ -34201,7 +35031,7 @@ module Aws::SageMaker
34201
35031
  # },
34202
35032
  # endpoint_configurations: [
34203
35033
  # {
34204
- # instance_type: "ml.t2.medium", # required, accepts ml.t2.medium, ml.t2.large, ml.t2.xlarge, ml.t2.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.12xlarge, ml.m5d.24xlarge, ml.c4.large, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5d.large, ml.c5d.xlarge, ml.c5d.2xlarge, ml.c5d.4xlarge, ml.c5d.9xlarge, ml.c5d.18xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.12xlarge, ml.r5.24xlarge, ml.r5d.large, ml.r5d.xlarge, ml.r5d.2xlarge, ml.r5d.4xlarge, ml.r5d.12xlarge, ml.r5d.24xlarge, ml.inf1.xlarge, ml.inf1.2xlarge, ml.inf1.6xlarge, ml.inf1.24xlarge
35034
+ # instance_type: "ml.t2.medium", # required, accepts ml.t2.medium, ml.t2.large, ml.t2.xlarge, ml.t2.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.12xlarge, ml.m5d.24xlarge, ml.c4.large, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5d.large, ml.c5d.xlarge, ml.c5d.2xlarge, ml.c5d.4xlarge, ml.c5d.9xlarge, ml.c5d.18xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.12xlarge, ml.r5.24xlarge, ml.r5d.large, ml.r5d.xlarge, ml.r5d.2xlarge, ml.r5d.4xlarge, ml.r5d.12xlarge, ml.r5d.24xlarge, ml.inf1.xlarge, ml.inf1.2xlarge, ml.inf1.6xlarge, ml.inf1.24xlarge, ml.c6i.large, ml.c6i.xlarge, ml.c6i.2xlarge, ml.c6i.4xlarge, ml.c6i.8xlarge, ml.c6i.12xlarge, ml.c6i.16xlarge, ml.c6i.24xlarge, ml.c6i.32xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.12xlarge, ml.g5.16xlarge, ml.g5.24xlarge, ml.g5.48xlarge, ml.p4d.24xlarge
34205
35035
  # inference_specification_name: "InferenceSpecificationName",
34206
35036
  # environment_parameter_ranges: {
34207
35037
  # categorical_parameter_ranges: [
@@ -34753,10 +35583,17 @@ module Aws::SageMaker
34753
35583
  # data as a hash:
34754
35584
  #
34755
35585
  # {
34756
- # 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
34757
- # instance_count: 1, # required
35586
+ # 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
35587
+ # instance_count: 1,
34758
35588
  # volume_size_in_gb: 1, # required
34759
35589
  # volume_kms_key_id: "KmsKeyId",
35590
+ # instance_groups: [
35591
+ # {
35592
+ # 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
35593
+ # instance_count: 1, # required
35594
+ # instance_group_name: "InstanceGroupName", # required
35595
+ # },
35596
+ # ],
34760
35597
  # }
34761
35598
  #
34762
35599
  # @!attribute [rw] instance_type
@@ -34836,13 +35673,18 @@ module Aws::SageMaker
34836
35673
  # [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ssd-instance-store.html
34837
35674
  # @return [String]
34838
35675
  #
35676
+ # @!attribute [rw] instance_groups
35677
+ # The configuration of a heterogeneous cluster in JSON format.
35678
+ # @return [Array<Types::InstanceGroup>]
35679
+ #
34839
35680
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ResourceConfig AWS API Documentation
34840
35681
  #
34841
35682
  class ResourceConfig < Struct.new(
34842
35683
  :instance_type,
34843
35684
  :instance_count,
34844
35685
  :volume_size_in_gb,
34845
- :volume_kms_key_id)
35686
+ :volume_kms_key_id,
35687
+ :instance_groups)
34846
35688
  SENSITIVE = []
34847
35689
  include Aws::Structure
34848
35690
  end
@@ -35078,6 +35920,7 @@ module Aws::SageMaker
35078
35920
  # s3_uri: "S3Uri", # required
35079
35921
  # s3_data_distribution_type: "FullyReplicated", # accepts FullyReplicated, ShardedByS3Key
35080
35922
  # attribute_names: ["AttributeName"],
35923
+ # instance_group_names: ["InstanceGroupName"],
35081
35924
  # }
35082
35925
  #
35083
35926
  # @!attribute [rw] s3_data_type
@@ -35174,13 +36017,19 @@ module Aws::SageMaker
35174
36017
  # specified augmented manifest file.
35175
36018
  # @return [Array<String>]
35176
36019
  #
36020
+ # @!attribute [rw] instance_group_names
36021
+ # A list of names of instance groups that get data from the S3 data
36022
+ # source.
36023
+ # @return [Array<String>]
36024
+ #
35177
36025
  # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/S3DataSource AWS API Documentation
35178
36026
  #
35179
36027
  class S3DataSource < Struct.new(
35180
36028
  :s3_data_type,
35181
36029
  :s3_uri,
35182
36030
  :s3_data_distribution_type,
35183
- :attribute_names)
36031
+ :attribute_names,
36032
+ :instance_group_names)
35184
36033
  SENSITIVE = []
35185
36034
  include Aws::Structure
35186
36035
  end
@@ -36117,6 +36966,31 @@ module Aws::SageMaker
36117
36966
  include Aws::Structure
36118
36967
  end
36119
36968
 
36969
+ # @note When making an API call, you may pass StartEdgeDeploymentStageRequest
36970
+ # data as a hash:
36971
+ #
36972
+ # {
36973
+ # edge_deployment_plan_name: "EntityName", # required
36974
+ # stage_name: "EntityName", # required
36975
+ # }
36976
+ #
36977
+ # @!attribute [rw] edge_deployment_plan_name
36978
+ # The name of the edge deployment plan to start.
36979
+ # @return [String]
36980
+ #
36981
+ # @!attribute [rw] stage_name
36982
+ # The name of the stage to start.
36983
+ # @return [String]
36984
+ #
36985
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/StartEdgeDeploymentStageRequest AWS API Documentation
36986
+ #
36987
+ class StartEdgeDeploymentStageRequest < Struct.new(
36988
+ :edge_deployment_plan_name,
36989
+ :stage_name)
36990
+ SENSITIVE = []
36991
+ include Aws::Structure
36992
+ end
36993
+
36120
36994
  # @note When making an API call, you may pass StartMonitoringScheduleRequest
36121
36995
  # data as a hash:
36122
36996
  #
@@ -36267,6 +37141,31 @@ module Aws::SageMaker
36267
37141
  include Aws::Structure
36268
37142
  end
36269
37143
 
37144
+ # @note When making an API call, you may pass StopEdgeDeploymentStageRequest
37145
+ # data as a hash:
37146
+ #
37147
+ # {
37148
+ # edge_deployment_plan_name: "EntityName", # required
37149
+ # stage_name: "EntityName", # required
37150
+ # }
37151
+ #
37152
+ # @!attribute [rw] edge_deployment_plan_name
37153
+ # The name of the edge deployment plan to stop.
37154
+ # @return [String]
37155
+ #
37156
+ # @!attribute [rw] stage_name
37157
+ # The name of the stage to stop.
37158
+ # @return [String]
37159
+ #
37160
+ # @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/StopEdgeDeploymentStageRequest AWS API Documentation
37161
+ #
37162
+ class StopEdgeDeploymentStageRequest < Struct.new(
37163
+ :edge_deployment_plan_name,
37164
+ :stage_name)
37165
+ SENSITIVE = []
37166
+ include Aws::Structure
37167
+ end
37168
+
36270
37169
  # @note When making an API call, you may pass StopEdgePackagingJobRequest
36271
37170
  # data as a hash:
36272
37171
  #
@@ -37253,6 +38152,7 @@ module Aws::SageMaker
37253
38152
  # s3_uri: "S3Uri", # required
37254
38153
  # s3_data_distribution_type: "FullyReplicated", # accepts FullyReplicated, ShardedByS3Key
37255
38154
  # attribute_names: ["AttributeName"],
38155
+ # instance_group_names: ["InstanceGroupName"],
37256
38156
  # },
37257
38157
  # file_system_data_source: {
37258
38158
  # file_system_id: "FileSystemId", # required
@@ -37275,10 +38175,17 @@ module Aws::SageMaker
37275
38175
  # s3_output_path: "S3Uri", # required
37276
38176
  # },
37277
38177
  # resource_config: { # required
37278
- # 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
37279
- # instance_count: 1, # required
38178
+ # 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
38179
+ # instance_count: 1,
37280
38180
  # volume_size_in_gb: 1, # required
37281
38181
  # volume_kms_key_id: "KmsKeyId",
38182
+ # instance_groups: [
38183
+ # {
38184
+ # 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
38185
+ # instance_count: 1, # required
38186
+ # instance_group_name: "InstanceGroupName", # required
38187
+ # },
38188
+ # ],
37282
38189
  # },
37283
38190
  # stopping_condition: { # required
37284
38191
  # max_runtime_in_seconds: 1,
@@ -39874,7 +40781,7 @@ module Aws::SageMaker
39874
40781
  # },
39875
40782
  # ],
39876
40783
  # supported_transform_instance_types: ["ml.m4.xlarge"], # accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
39877
- # supported_realtime_inference_instance_types: ["ml.t2.medium"], # accepts ml.t2.medium, ml.t2.large, ml.t2.xlarge, ml.t2.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.12xlarge, ml.m5d.24xlarge, ml.c4.large, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5d.large, ml.c5d.xlarge, ml.c5d.2xlarge, ml.c5d.4xlarge, ml.c5d.9xlarge, ml.c5d.18xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.12xlarge, ml.r5.24xlarge, ml.r5d.large, ml.r5d.xlarge, ml.r5d.2xlarge, ml.r5d.4xlarge, ml.r5d.12xlarge, ml.r5d.24xlarge, ml.inf1.xlarge, ml.inf1.2xlarge, ml.inf1.6xlarge, ml.inf1.24xlarge
40784
+ # supported_realtime_inference_instance_types: ["ml.t2.medium"], # accepts ml.t2.medium, ml.t2.large, ml.t2.xlarge, ml.t2.2xlarge, ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.12xlarge, ml.m5d.24xlarge, ml.c4.large, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5d.large, ml.c5d.xlarge, ml.c5d.2xlarge, ml.c5d.4xlarge, ml.c5d.9xlarge, ml.c5d.18xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.12xlarge, ml.r5.24xlarge, ml.r5d.large, ml.r5d.xlarge, ml.r5d.2xlarge, ml.r5d.4xlarge, ml.r5d.12xlarge, ml.r5d.24xlarge, ml.inf1.xlarge, ml.inf1.2xlarge, ml.inf1.6xlarge, ml.inf1.24xlarge, ml.c6i.large, ml.c6i.xlarge, ml.c6i.2xlarge, ml.c6i.4xlarge, ml.c6i.8xlarge, ml.c6i.12xlarge, ml.c6i.16xlarge, ml.c6i.24xlarge, ml.c6i.32xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.12xlarge, ml.g5.16xlarge, ml.g5.24xlarge, ml.g5.48xlarge, ml.p4d.24xlarge
39878
40785
  # supported_content_types: ["ContentType"],
39879
40786
  # supported_response_mime_types: ["ResponseMIMEType"],
39880
40787
  # },