aws-sdk-sagemaker 1.128.0 → 1.131.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +15 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sagemaker/client.rb +246 -27
- data/lib/aws-sdk-sagemaker/client_api.rb +121 -2
- data/lib/aws-sdk-sagemaker/types.rb +483 -41
- data/lib/aws-sdk-sagemaker.rb +1 -1
- metadata +2 -2
@@ -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", #
|
614
|
-
# instance_count: 1,
|
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", #
|
728
|
-
# instance_count: 1,
|
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,
|
@@ -2787,9 +2803,11 @@ module Aws::SageMaker
|
|
2787
2803
|
# @return [Types::MetricsSource]
|
2788
2804
|
#
|
2789
2805
|
# @!attribute [rw] pre_training_report
|
2806
|
+
# The pre-training bias report for a model.
|
2790
2807
|
# @return [Types::MetricsSource]
|
2791
2808
|
#
|
2792
2809
|
# @!attribute [rw] post_training_report
|
2810
|
+
# The post-training bias report for a model.
|
2793
2811
|
# @return [Types::MetricsSource]
|
2794
2812
|
#
|
2795
2813
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/Bias AWS API Documentation
|
@@ -3112,6 +3130,7 @@ module Aws::SageMaker
|
|
3112
3130
|
# s3_uri: "S3Uri", # required
|
3113
3131
|
# s3_data_distribution_type: "FullyReplicated", # accepts FullyReplicated, ShardedByS3Key
|
3114
3132
|
# attribute_names: ["AttributeName"],
|
3133
|
+
# instance_group_names: ["InstanceGroupName"],
|
3115
3134
|
# },
|
3116
3135
|
# file_system_data_source: {
|
3117
3136
|
# file_system_id: "FileSystemId", # required
|
@@ -4097,7 +4116,7 @@ module Aws::SageMaker
|
|
4097
4116
|
# },
|
4098
4117
|
# ],
|
4099
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
|
4100
|
-
# 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
|
4101
4120
|
# supported_content_types: ["ContentType"], # required
|
4102
4121
|
# supported_response_mime_types: ["ResponseMIMEType"], # required
|
4103
4122
|
# },
|
@@ -4120,6 +4139,7 @@ module Aws::SageMaker
|
|
4120
4139
|
# s3_uri: "S3Uri", # required
|
4121
4140
|
# s3_data_distribution_type: "FullyReplicated", # accepts FullyReplicated, ShardedByS3Key
|
4122
4141
|
# attribute_names: ["AttributeName"],
|
4142
|
+
# instance_group_names: ["InstanceGroupName"],
|
4123
4143
|
# },
|
4124
4144
|
# file_system_data_source: {
|
4125
4145
|
# file_system_id: "FileSystemId", # required
|
@@ -4142,10 +4162,17 @@ module Aws::SageMaker
|
|
4142
4162
|
# s3_output_path: "S3Uri", # required
|
4143
4163
|
# },
|
4144
4164
|
# resource_config: { # required
|
4145
|
-
# instance_type: "ml.m4.xlarge", #
|
4146
|
-
# instance_count: 1,
|
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,
|
4147
4167
|
# volume_size_in_gb: 1, # required
|
4148
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
|
+
# ],
|
4149
4176
|
# },
|
4150
4177
|
# stopping_condition: { # required
|
4151
4178
|
# max_runtime_in_seconds: 1,
|
@@ -5457,7 +5484,7 @@ module Aws::SageMaker
|
|
5457
5484
|
# variant_name: "VariantName", # required
|
5458
5485
|
# model_name: "ModelName", # required
|
5459
5486
|
# initial_instance_count: 1,
|
5460
|
-
# 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
|
5487
|
+
# 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
|
5461
5488
|
# initial_variant_weight: 1.0,
|
5462
5489
|
# accelerator_type: "ml.eia1.medium", # accepts ml.eia1.medium, ml.eia1.large, ml.eia1.xlarge, ml.eia2.medium, ml.eia2.large, ml.eia2.xlarge
|
5463
5490
|
# core_dump_config: {
|
@@ -6202,6 +6229,7 @@ module Aws::SageMaker
|
|
6202
6229
|
# s3_uri: "S3Uri", # required
|
6203
6230
|
# s3_data_distribution_type: "FullyReplicated", # accepts FullyReplicated, ShardedByS3Key
|
6204
6231
|
# attribute_names: ["AttributeName"],
|
6232
|
+
# instance_group_names: ["InstanceGroupName"],
|
6205
6233
|
# },
|
6206
6234
|
# file_system_data_source: {
|
6207
6235
|
# file_system_id: "FileSystemId", # required
|
@@ -6228,10 +6256,17 @@ module Aws::SageMaker
|
|
6228
6256
|
# s3_output_path: "S3Uri", # required
|
6229
6257
|
# },
|
6230
6258
|
# resource_config: { # required
|
6231
|
-
# instance_type: "ml.m4.xlarge", #
|
6232
|
-
# instance_count: 1,
|
6259
|
+
# instance_type: "ml.m4.xlarge", # accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.p4d.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge
|
6260
|
+
# instance_count: 1,
|
6233
6261
|
# volume_size_in_gb: 1, # required
|
6234
6262
|
# volume_kms_key_id: "KmsKeyId",
|
6263
|
+
# instance_groups: [
|
6264
|
+
# {
|
6265
|
+
# instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.p4d.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge
|
6266
|
+
# instance_count: 1, # required
|
6267
|
+
# instance_group_name: "InstanceGroupName", # required
|
6268
|
+
# },
|
6269
|
+
# ],
|
6235
6270
|
# },
|
6236
6271
|
# stopping_condition: { # required
|
6237
6272
|
# max_runtime_in_seconds: 1,
|
@@ -6303,6 +6338,7 @@ module Aws::SageMaker
|
|
6303
6338
|
# s3_uri: "S3Uri", # required
|
6304
6339
|
# s3_data_distribution_type: "FullyReplicated", # accepts FullyReplicated, ShardedByS3Key
|
6305
6340
|
# attribute_names: ["AttributeName"],
|
6341
|
+
# instance_group_names: ["InstanceGroupName"],
|
6306
6342
|
# },
|
6307
6343
|
# file_system_data_source: {
|
6308
6344
|
# file_system_id: "FileSystemId", # required
|
@@ -6329,10 +6365,17 @@ module Aws::SageMaker
|
|
6329
6365
|
# s3_output_path: "S3Uri", # required
|
6330
6366
|
# },
|
6331
6367
|
# resource_config: { # required
|
6332
|
-
# instance_type: "ml.m4.xlarge", #
|
6333
|
-
# instance_count: 1,
|
6368
|
+
# instance_type: "ml.m4.xlarge", # accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.p4d.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge
|
6369
|
+
# instance_count: 1,
|
6334
6370
|
# volume_size_in_gb: 1, # required
|
6335
6371
|
# volume_kms_key_id: "KmsKeyId",
|
6372
|
+
# instance_groups: [
|
6373
|
+
# {
|
6374
|
+
# instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.p4d.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge
|
6375
|
+
# instance_count: 1, # required
|
6376
|
+
# instance_group_name: "InstanceGroupName", # required
|
6377
|
+
# },
|
6378
|
+
# ],
|
6336
6379
|
# },
|
6337
6380
|
# stopping_condition: { # required
|
6338
6381
|
# max_runtime_in_seconds: 1,
|
@@ -6603,7 +6646,7 @@ module Aws::SageMaker
|
|
6603
6646
|
# },
|
6604
6647
|
# endpoint_configurations: [
|
6605
6648
|
# {
|
6606
|
-
# 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
|
6649
|
+
# 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
|
6607
6650
|
# inference_specification_name: "InferenceSpecificationName",
|
6608
6651
|
# environment_parameter_ranges: {
|
6609
6652
|
# categorical_parameter_ranges: [
|
@@ -7547,7 +7590,7 @@ module Aws::SageMaker
|
|
7547
7590
|
# },
|
7548
7591
|
# ],
|
7549
7592
|
# 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
|
7550
|
-
# 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
|
7593
|
+
# 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
|
7551
7594
|
# supported_content_types: ["ContentType"], # required
|
7552
7595
|
# supported_response_mime_types: ["ResponseMIMEType"], # required
|
7553
7596
|
# },
|
@@ -7746,7 +7789,7 @@ module Aws::SageMaker
|
|
7746
7789
|
# },
|
7747
7790
|
# ],
|
7748
7791
|
# 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
|
7749
|
-
# 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
|
7792
|
+
# 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
|
7750
7793
|
# supported_content_types: ["ContentType"],
|
7751
7794
|
# supported_response_mime_types: ["ResponseMIMEType"],
|
7752
7795
|
# },
|
@@ -9040,6 +9083,7 @@ module Aws::SageMaker
|
|
9040
9083
|
# s3_uri: "S3Uri", # required
|
9041
9084
|
# s3_data_distribution_type: "FullyReplicated", # accepts FullyReplicated, ShardedByS3Key
|
9042
9085
|
# attribute_names: ["AttributeName"],
|
9086
|
+
# instance_group_names: ["InstanceGroupName"],
|
9043
9087
|
# },
|
9044
9088
|
# file_system_data_source: {
|
9045
9089
|
# file_system_id: "FileSystemId", # required
|
@@ -9062,10 +9106,17 @@ module Aws::SageMaker
|
|
9062
9106
|
# s3_output_path: "S3Uri", # required
|
9063
9107
|
# },
|
9064
9108
|
# resource_config: { # required
|
9065
|
-
# instance_type: "ml.m4.xlarge", #
|
9066
|
-
# instance_count: 1,
|
9109
|
+
# instance_type: "ml.m4.xlarge", # accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.p4d.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge
|
9110
|
+
# instance_count: 1,
|
9067
9111
|
# volume_size_in_gb: 1, # required
|
9068
9112
|
# volume_kms_key_id: "KmsKeyId",
|
9113
|
+
# instance_groups: [
|
9114
|
+
# {
|
9115
|
+
# instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.p4d.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge
|
9116
|
+
# instance_count: 1, # required
|
9117
|
+
# instance_group_name: "InstanceGroupName", # required
|
9118
|
+
# },
|
9119
|
+
# ],
|
9069
9120
|
# },
|
9070
9121
|
# vpc_config: {
|
9071
9122
|
# security_group_ids: ["SecurityGroupId"], # required
|
@@ -10600,6 +10651,7 @@ module Aws::SageMaker
|
|
10600
10651
|
# s3_uri: "S3Uri", # required
|
10601
10652
|
# s3_data_distribution_type: "FullyReplicated", # accepts FullyReplicated, ShardedByS3Key
|
10602
10653
|
# attribute_names: ["AttributeName"],
|
10654
|
+
# instance_group_names: ["InstanceGroupName"],
|
10603
10655
|
# },
|
10604
10656
|
# file_system_data_source: {
|
10605
10657
|
# file_system_id: "FileSystemId", # required
|
@@ -13593,6 +13645,10 @@ module Aws::SageMaker
|
|
13593
13645
|
# A timestamp indicating when SageMaker created the `FeatureGroup`.
|
13594
13646
|
# @return [Time]
|
13595
13647
|
#
|
13648
|
+
# @!attribute [rw] last_modified_time
|
13649
|
+
# A timestamp indicating when the feature group was last updated.
|
13650
|
+
# @return [Time]
|
13651
|
+
#
|
13596
13652
|
# @!attribute [rw] online_store_config
|
13597
13653
|
# The configuration for the `OnlineStore`.
|
13598
13654
|
# @return [Types::OnlineStoreConfig]
|
@@ -13619,6 +13675,11 @@ module Aws::SageMaker
|
|
13619
13675
|
# `Blocked`
|
13620
13676
|
# @return [Types::OfflineStoreStatus]
|
13621
13677
|
#
|
13678
|
+
# @!attribute [rw] last_update_status
|
13679
|
+
# A value indicating whether the update made to the feature group was
|
13680
|
+
# successful.
|
13681
|
+
# @return [Types::LastUpdateStatus]
|
13682
|
+
#
|
13622
13683
|
# @!attribute [rw] failure_reason
|
13623
13684
|
# The reason that the `FeatureGroup` failed to be replicated in the
|
13624
13685
|
# `OfflineStore`. This is failure can occur because:
|
@@ -13637,6 +13698,10 @@ module Aws::SageMaker
|
|
13637
13698
|
# (`FeatureDefinitions`).
|
13638
13699
|
# @return [String]
|
13639
13700
|
#
|
13701
|
+
# @!attribute [rw] online_store_total_size_bytes
|
13702
|
+
# The size of the `OnlineStore` in bytes.
|
13703
|
+
# @return [Integer]
|
13704
|
+
#
|
13640
13705
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeFeatureGroupResponse AWS API Documentation
|
13641
13706
|
#
|
13642
13707
|
class DescribeFeatureGroupResponse < Struct.new(
|
@@ -13646,14 +13711,92 @@ module Aws::SageMaker
|
|
13646
13711
|
:event_time_feature_name,
|
13647
13712
|
:feature_definitions,
|
13648
13713
|
:creation_time,
|
13714
|
+
:last_modified_time,
|
13649
13715
|
:online_store_config,
|
13650
13716
|
:offline_store_config,
|
13651
13717
|
:role_arn,
|
13652
13718
|
:feature_group_status,
|
13653
13719
|
:offline_store_status,
|
13720
|
+
:last_update_status,
|
13654
13721
|
:failure_reason,
|
13655
13722
|
:description,
|
13656
|
-
:next_token
|
13723
|
+
:next_token,
|
13724
|
+
:online_store_total_size_bytes)
|
13725
|
+
SENSITIVE = []
|
13726
|
+
include Aws::Structure
|
13727
|
+
end
|
13728
|
+
|
13729
|
+
# @note When making an API call, you may pass DescribeFeatureMetadataRequest
|
13730
|
+
# data as a hash:
|
13731
|
+
#
|
13732
|
+
# {
|
13733
|
+
# feature_group_name: "FeatureGroupName", # required
|
13734
|
+
# feature_name: "FeatureName", # required
|
13735
|
+
# }
|
13736
|
+
#
|
13737
|
+
# @!attribute [rw] feature_group_name
|
13738
|
+
# The name of the feature group containing the feature.
|
13739
|
+
# @return [String]
|
13740
|
+
#
|
13741
|
+
# @!attribute [rw] feature_name
|
13742
|
+
# The name of the feature.
|
13743
|
+
# @return [String]
|
13744
|
+
#
|
13745
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeFeatureMetadataRequest AWS API Documentation
|
13746
|
+
#
|
13747
|
+
class DescribeFeatureMetadataRequest < Struct.new(
|
13748
|
+
:feature_group_name,
|
13749
|
+
:feature_name)
|
13750
|
+
SENSITIVE = []
|
13751
|
+
include Aws::Structure
|
13752
|
+
end
|
13753
|
+
|
13754
|
+
# @!attribute [rw] feature_group_arn
|
13755
|
+
# The Amazon Resource Number (ARN) of the feature group that contains
|
13756
|
+
# the feature.
|
13757
|
+
# @return [String]
|
13758
|
+
#
|
13759
|
+
# @!attribute [rw] feature_group_name
|
13760
|
+
# The name of the feature group that you've specified.
|
13761
|
+
# @return [String]
|
13762
|
+
#
|
13763
|
+
# @!attribute [rw] feature_name
|
13764
|
+
# The name of the feature that you've specified.
|
13765
|
+
# @return [String]
|
13766
|
+
#
|
13767
|
+
# @!attribute [rw] feature_type
|
13768
|
+
# The data type of the feature.
|
13769
|
+
# @return [String]
|
13770
|
+
#
|
13771
|
+
# @!attribute [rw] creation_time
|
13772
|
+
# A timestamp indicating when the feature was created.
|
13773
|
+
# @return [Time]
|
13774
|
+
#
|
13775
|
+
# @!attribute [rw] last_modified_time
|
13776
|
+
# A timestamp indicating when the metadata for the feature group was
|
13777
|
+
# modified. For example, if you add a parameter describing the
|
13778
|
+
# feature, the timestamp changes to reflect the last time you
|
13779
|
+
# @return [Time]
|
13780
|
+
#
|
13781
|
+
# @!attribute [rw] description
|
13782
|
+
# The description you added to describe the feature.
|
13783
|
+
# @return [String]
|
13784
|
+
#
|
13785
|
+
# @!attribute [rw] parameters
|
13786
|
+
# The key-value pairs that you added to describe the feature.
|
13787
|
+
# @return [Array<Types::FeatureParameter>]
|
13788
|
+
#
|
13789
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeFeatureMetadataResponse AWS API Documentation
|
13790
|
+
#
|
13791
|
+
class DescribeFeatureMetadataResponse < Struct.new(
|
13792
|
+
:feature_group_arn,
|
13793
|
+
:feature_group_name,
|
13794
|
+
:feature_name,
|
13795
|
+
:feature_type,
|
13796
|
+
:creation_time,
|
13797
|
+
:last_modified_time,
|
13798
|
+
:description,
|
13799
|
+
:parameters)
|
13657
13800
|
SENSITIVE = []
|
13658
13801
|
include Aws::Structure
|
13659
13802
|
end
|
@@ -17232,9 +17375,11 @@ module Aws::SageMaker
|
|
17232
17375
|
# @return [Types::FileSource]
|
17233
17376
|
#
|
17234
17377
|
# @!attribute [rw] pre_training_constraints
|
17378
|
+
# The pre-training constraints.
|
17235
17379
|
# @return [Types::MetricsSource]
|
17236
17380
|
#
|
17237
17381
|
# @!attribute [rw] post_training_constraints
|
17382
|
+
# The post-training constraints.
|
17238
17383
|
# @return [Types::MetricsSource]
|
17239
17384
|
#
|
17240
17385
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DriftCheckBias AWS API Documentation
|
@@ -17267,6 +17412,7 @@ module Aws::SageMaker
|
|
17267
17412
|
# }
|
17268
17413
|
#
|
17269
17414
|
# @!attribute [rw] constraints
|
17415
|
+
# The drift check explainability constraints.
|
17270
17416
|
# @return [Types::MetricsSource]
|
17271
17417
|
#
|
17272
17418
|
# @!attribute [rw] config_file
|
@@ -17302,9 +17448,11 @@ module Aws::SageMaker
|
|
17302
17448
|
# }
|
17303
17449
|
#
|
17304
17450
|
# @!attribute [rw] statistics
|
17451
|
+
# The drift check model data quality statistics.
|
17305
17452
|
# @return [Types::MetricsSource]
|
17306
17453
|
#
|
17307
17454
|
# @!attribute [rw] constraints
|
17455
|
+
# The drift check model data quality constraints.
|
17308
17456
|
# @return [Types::MetricsSource]
|
17309
17457
|
#
|
17310
17458
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DriftCheckModelDataQuality AWS API Documentation
|
@@ -17336,9 +17484,11 @@ module Aws::SageMaker
|
|
17336
17484
|
# }
|
17337
17485
|
#
|
17338
17486
|
# @!attribute [rw] statistics
|
17487
|
+
# The drift check model quality statistics.
|
17339
17488
|
# @return [Types::MetricsSource]
|
17340
17489
|
#
|
17341
17490
|
# @!attribute [rw] constraints
|
17491
|
+
# The drift check model quality constraints.
|
17342
17492
|
# @return [Types::MetricsSource]
|
17343
17493
|
#
|
17344
17494
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DriftCheckModelQuality AWS API Documentation
|
@@ -17872,7 +18022,7 @@ module Aws::SageMaker
|
|
17872
18022
|
# data as a hash:
|
17873
18023
|
#
|
17874
18024
|
# {
|
17875
|
-
# 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
|
18025
|
+
# 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
|
17876
18026
|
# inference_specification_name: "InferenceSpecificationName",
|
17877
18027
|
# environment_parameter_ranges: {
|
17878
18028
|
# categorical_parameter_ranges: [
|
@@ -18343,6 +18493,10 @@ module Aws::SageMaker
|
|
18343
18493
|
# The time a `FeatureGroup` was created.
|
18344
18494
|
# @return [Time]
|
18345
18495
|
#
|
18496
|
+
# @!attribute [rw] last_modified_time
|
18497
|
+
# A timestamp indicating the last time you updated the feature group.
|
18498
|
+
# @return [Time]
|
18499
|
+
#
|
18346
18500
|
# @!attribute [rw] online_store_config
|
18347
18501
|
# Use this to specify the Amazon Web Services Key Management Service
|
18348
18502
|
# (KMS) Key ID, or `KMSKeyId`, for at rest data encryption. You can
|
@@ -18374,6 +18528,11 @@ module Aws::SageMaker
|
|
18374
18528
|
# The status of `OfflineStore`.
|
18375
18529
|
# @return [Types::OfflineStoreStatus]
|
18376
18530
|
#
|
18531
|
+
# @!attribute [rw] last_update_status
|
18532
|
+
# A value that indicates whether the feature group was updated
|
18533
|
+
# successfully.
|
18534
|
+
# @return [Types::LastUpdateStatus]
|
18535
|
+
#
|
18377
18536
|
# @!attribute [rw] failure_reason
|
18378
18537
|
# The reason that the `FeatureGroup` failed to be replicated in the
|
18379
18538
|
# `OfflineStore`. This is failure may be due to a failure to create a
|
@@ -18398,11 +18557,13 @@ module Aws::SageMaker
|
|
18398
18557
|
:event_time_feature_name,
|
18399
18558
|
:feature_definitions,
|
18400
18559
|
:creation_time,
|
18560
|
+
:last_modified_time,
|
18401
18561
|
:online_store_config,
|
18402
18562
|
:offline_store_config,
|
18403
18563
|
:role_arn,
|
18404
18564
|
:feature_group_status,
|
18405
18565
|
:offline_store_status,
|
18566
|
+
:last_update_status,
|
18406
18567
|
:failure_reason,
|
18407
18568
|
:description,
|
18408
18569
|
:tags)
|
@@ -18450,6 +18611,85 @@ module Aws::SageMaker
|
|
18450
18611
|
include Aws::Structure
|
18451
18612
|
end
|
18452
18613
|
|
18614
|
+
# The metadata for a feature. It can either be metadata that you
|
18615
|
+
# specify, or metadata that is updated automatically.
|
18616
|
+
#
|
18617
|
+
# @!attribute [rw] feature_group_arn
|
18618
|
+
# The Amazon Resource Number (ARN) of the feature group.
|
18619
|
+
# @return [String]
|
18620
|
+
#
|
18621
|
+
# @!attribute [rw] feature_group_name
|
18622
|
+
# The name of the feature group containing the feature.
|
18623
|
+
# @return [String]
|
18624
|
+
#
|
18625
|
+
# @!attribute [rw] feature_name
|
18626
|
+
# The name of feature.
|
18627
|
+
# @return [String]
|
18628
|
+
#
|
18629
|
+
# @!attribute [rw] feature_type
|
18630
|
+
# The data type of the feature.
|
18631
|
+
# @return [String]
|
18632
|
+
#
|
18633
|
+
# @!attribute [rw] creation_time
|
18634
|
+
# A timestamp indicating when the feature was created.
|
18635
|
+
# @return [Time]
|
18636
|
+
#
|
18637
|
+
# @!attribute [rw] last_modified_time
|
18638
|
+
# A timestamp indicating when the feature was last modified.
|
18639
|
+
# @return [Time]
|
18640
|
+
#
|
18641
|
+
# @!attribute [rw] description
|
18642
|
+
# An optional description that you specify to better describe the
|
18643
|
+
# feature.
|
18644
|
+
# @return [String]
|
18645
|
+
#
|
18646
|
+
# @!attribute [rw] parameters
|
18647
|
+
# Optional key-value pairs that you specify to better describe the
|
18648
|
+
# feature.
|
18649
|
+
# @return [Array<Types::FeatureParameter>]
|
18650
|
+
#
|
18651
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/FeatureMetadata AWS API Documentation
|
18652
|
+
#
|
18653
|
+
class FeatureMetadata < Struct.new(
|
18654
|
+
:feature_group_arn,
|
18655
|
+
:feature_group_name,
|
18656
|
+
:feature_name,
|
18657
|
+
:feature_type,
|
18658
|
+
:creation_time,
|
18659
|
+
:last_modified_time,
|
18660
|
+
:description,
|
18661
|
+
:parameters)
|
18662
|
+
SENSITIVE = []
|
18663
|
+
include Aws::Structure
|
18664
|
+
end
|
18665
|
+
|
18666
|
+
# A key-value pair that you specify to describe the feature.
|
18667
|
+
#
|
18668
|
+
# @note When making an API call, you may pass FeatureParameter
|
18669
|
+
# data as a hash:
|
18670
|
+
#
|
18671
|
+
# {
|
18672
|
+
# key: "FeatureParameterKey",
|
18673
|
+
# value: "FeatureParameterValue",
|
18674
|
+
# }
|
18675
|
+
#
|
18676
|
+
# @!attribute [rw] key
|
18677
|
+
# A key that must contain a value to describe the feature.
|
18678
|
+
# @return [String]
|
18679
|
+
#
|
18680
|
+
# @!attribute [rw] value
|
18681
|
+
# The value that belongs to a key.
|
18682
|
+
# @return [String]
|
18683
|
+
#
|
18684
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/FeatureParameter AWS API Documentation
|
18685
|
+
#
|
18686
|
+
class FeatureParameter < Struct.new(
|
18687
|
+
:key,
|
18688
|
+
:value)
|
18689
|
+
SENSITIVE = []
|
18690
|
+
include Aws::Structure
|
18691
|
+
end
|
18692
|
+
|
18453
18693
|
# Contains details regarding the file source.
|
18454
18694
|
#
|
18455
18695
|
# @note When making an API call, you may pass FileSource
|
@@ -19008,7 +19248,7 @@ module Aws::SageMaker
|
|
19008
19248
|
# data as a hash:
|
19009
19249
|
#
|
19010
19250
|
# {
|
19011
|
-
# resource: "TrainingJob", # required, accepts TrainingJob, Experiment, ExperimentTrial, ExperimentTrialComponent, Endpoint, ModelPackage, ModelPackageGroup, Pipeline, PipelineExecution, FeatureGroup, Project
|
19251
|
+
# resource: "TrainingJob", # required, accepts TrainingJob, Experiment, ExperimentTrial, ExperimentTrialComponent, Endpoint, ModelPackage, ModelPackageGroup, Pipeline, PipelineExecution, FeatureGroup, Project, FeatureMetadata
|
19012
19252
|
# suggestion_query: {
|
19013
19253
|
# property_name_query: {
|
19014
19254
|
# property_name_hint: "PropertyNameHint", # required
|
@@ -20544,6 +20784,7 @@ module Aws::SageMaker
|
|
20544
20784
|
# s3_uri: "S3Uri", # required
|
20545
20785
|
# s3_data_distribution_type: "FullyReplicated", # accepts FullyReplicated, ShardedByS3Key
|
20546
20786
|
# attribute_names: ["AttributeName"],
|
20787
|
+
# instance_group_names: ["InstanceGroupName"],
|
20547
20788
|
# },
|
20548
20789
|
# file_system_data_source: {
|
20549
20790
|
# file_system_id: "FileSystemId", # required
|
@@ -20570,10 +20811,17 @@ module Aws::SageMaker
|
|
20570
20811
|
# s3_output_path: "S3Uri", # required
|
20571
20812
|
# },
|
20572
20813
|
# resource_config: { # required
|
20573
|
-
# instance_type: "ml.m4.xlarge", #
|
20574
|
-
# instance_count: 1,
|
20814
|
+
# instance_type: "ml.m4.xlarge", # accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.p4d.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge
|
20815
|
+
# instance_count: 1,
|
20575
20816
|
# volume_size_in_gb: 1, # required
|
20576
20817
|
# volume_kms_key_id: "KmsKeyId",
|
20818
|
+
# instance_groups: [
|
20819
|
+
# {
|
20820
|
+
# instance_type: "ml.m4.xlarge", # required, accepts ml.m4.xlarge, ml.m4.2xlarge, ml.m4.4xlarge, ml.m4.10xlarge, ml.m4.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.12xlarge, ml.m5.24xlarge, ml.c4.xlarge, ml.c4.2xlarge, ml.c4.4xlarge, ml.c4.8xlarge, ml.p2.xlarge, ml.p2.8xlarge, ml.p2.16xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.p4d.24xlarge, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.18xlarge, ml.c5n.xlarge, ml.c5n.2xlarge, ml.c5n.4xlarge, ml.c5n.9xlarge, ml.c5n.18xlarge, ml.g5.xlarge, ml.g5.2xlarge, ml.g5.4xlarge, ml.g5.8xlarge, ml.g5.16xlarge, ml.g5.12xlarge, ml.g5.24xlarge, ml.g5.48xlarge
|
20821
|
+
# instance_count: 1, # required
|
20822
|
+
# instance_group_name: "InstanceGroupName", # required
|
20823
|
+
# },
|
20824
|
+
# ],
|
20577
20825
|
# },
|
20578
20826
|
# stopping_condition: { # required
|
20579
20827
|
# max_runtime_in_seconds: 1,
|
@@ -20611,9 +20859,11 @@ module Aws::SageMaker
|
|
20611
20859
|
# result in the training job with the best performance as measured by
|
20612
20860
|
# the objective metric of the hyperparameter tuning job.
|
20613
20861
|
#
|
20614
|
-
# <note markdown="1">
|
20615
|
-
#
|
20616
|
-
#
|
20862
|
+
# <note markdown="1"> The maximum number of items specified for `Array Members` refers to
|
20863
|
+
# the maximum number of hyperparameters for each range and also the
|
20864
|
+
# maximum for the hyperparameter tuning job itself. That is, the sum
|
20865
|
+
# of the number of hyperparameters for all the ranges can't exceed
|
20866
|
+
# the maximum number specified.
|
20617
20867
|
#
|
20618
20868
|
# </note>
|
20619
20869
|
# @return [Types::ParameterRanges]
|
@@ -21395,7 +21645,7 @@ module Aws::SageMaker
|
|
21395
21645
|
# },
|
21396
21646
|
# ],
|
21397
21647
|
# 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
|
21398
|
-
# 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
|
21648
|
+
# 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
|
21399
21649
|
# supported_content_types: ["ContentType"], # required
|
21400
21650
|
# supported_response_mime_types: ["ResponseMIMEType"], # required
|
21401
21651
|
# }
|
@@ -21681,6 +21931,45 @@ module Aws::SageMaker
|
|
21681
21931
|
include Aws::Structure
|
21682
21932
|
end
|
21683
21933
|
|
21934
|
+
# Defines an instance group for heterogeneous cluster training. When
|
21935
|
+
# requesting a training job using the [CreateTrainingJob][1] API, you
|
21936
|
+
# can configure multiple instance groups .
|
21937
|
+
#
|
21938
|
+
#
|
21939
|
+
#
|
21940
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrainingJob.html
|
21941
|
+
#
|
21942
|
+
# @note When making an API call, you may pass InstanceGroup
|
21943
|
+
# data as a hash:
|
21944
|
+
#
|
21945
|
+
# {
|
21946
|
+
# 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
|
21947
|
+
# instance_count: 1, # required
|
21948
|
+
# instance_group_name: "InstanceGroupName", # required
|
21949
|
+
# }
|
21950
|
+
#
|
21951
|
+
# @!attribute [rw] instance_type
|
21952
|
+
# Specifies the instance type of the instance group.
|
21953
|
+
# @return [String]
|
21954
|
+
#
|
21955
|
+
# @!attribute [rw] instance_count
|
21956
|
+
# Specifies the number of instances of the instance group.
|
21957
|
+
# @return [Integer]
|
21958
|
+
#
|
21959
|
+
# @!attribute [rw] instance_group_name
|
21960
|
+
# Specifies the name of the instance group.
|
21961
|
+
# @return [String]
|
21962
|
+
#
|
21963
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/InstanceGroup AWS API Documentation
|
21964
|
+
#
|
21965
|
+
class InstanceGroup < Struct.new(
|
21966
|
+
:instance_type,
|
21967
|
+
:instance_count,
|
21968
|
+
:instance_group_name)
|
21969
|
+
SENSITIVE = []
|
21970
|
+
include Aws::Structure
|
21971
|
+
end
|
21972
|
+
|
21684
21973
|
# Information on the IMDS configuration of the notebook instance
|
21685
21974
|
#
|
21686
21975
|
# @note When making an API call, you may pass InstanceMetadataServiceConfiguration
|
@@ -22587,6 +22876,26 @@ module Aws::SageMaker
|
|
22587
22876
|
include Aws::Structure
|
22588
22877
|
end
|
22589
22878
|
|
22879
|
+
# A value that indicates whether the update was successful.
|
22880
|
+
#
|
22881
|
+
# @!attribute [rw] status
|
22882
|
+
# A value that indicates whether the update was made successful.
|
22883
|
+
# @return [String]
|
22884
|
+
#
|
22885
|
+
# @!attribute [rw] failure_reason
|
22886
|
+
# If the update wasn't successful, indicates the reason why it
|
22887
|
+
# failed.
|
22888
|
+
# @return [String]
|
22889
|
+
#
|
22890
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/LastUpdateStatus AWS API Documentation
|
22891
|
+
#
|
22892
|
+
class LastUpdateStatus < Struct.new(
|
22893
|
+
:status,
|
22894
|
+
:failure_reason)
|
22895
|
+
SENSITIVE = []
|
22896
|
+
include Aws::Structure
|
22897
|
+
end
|
22898
|
+
|
22590
22899
|
# Lists a summary of the properties of a lineage group. A lineage group
|
22591
22900
|
# provides a group of shareable lineage entity resources.
|
22592
22901
|
#
|
@@ -27674,6 +27983,8 @@ module Aws::SageMaker
|
|
27674
27983
|
include Aws::Structure
|
27675
27984
|
end
|
27676
27985
|
|
27986
|
+
# Details about the metrics source.
|
27987
|
+
#
|
27677
27988
|
# @note When making an API call, you may pass MetricsSource
|
27678
27989
|
# data as a hash:
|
27679
27990
|
#
|
@@ -27684,12 +27995,15 @@ module Aws::SageMaker
|
|
27684
27995
|
# }
|
27685
27996
|
#
|
27686
27997
|
# @!attribute [rw] content_type
|
27998
|
+
# The metric source content type.
|
27687
27999
|
# @return [String]
|
27688
28000
|
#
|
27689
28001
|
# @!attribute [rw] content_digest
|
28002
|
+
# The hash key used for the metrics source.
|
27690
28003
|
# @return [String]
|
27691
28004
|
#
|
27692
28005
|
# @!attribute [rw] s3_uri
|
28006
|
+
# The S3 URI for the metrics source.
|
27693
28007
|
# @return [String]
|
27694
28008
|
#
|
27695
28009
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/MetricsSource AWS API Documentation
|
@@ -31174,9 +31488,11 @@ module Aws::SageMaker
|
|
31174
31488
|
# result in the training job with the best performance as measured by
|
31175
31489
|
# the objective metric of the hyperparameter tuning job.
|
31176
31490
|
#
|
31177
|
-
# <note markdown="1">
|
31178
|
-
#
|
31179
|
-
#
|
31491
|
+
# <note markdown="1"> The maximum number of items specified for `Array Members` refers to
|
31492
|
+
# the maximum number of hyperparameters for each range and also the
|
31493
|
+
# maximum for the hyperparameter tuning job itself. That is, the sum of
|
31494
|
+
# the number of hyperparameters for all the ranges can't exceed the
|
31495
|
+
# maximum number specified.
|
31180
31496
|
#
|
31181
31497
|
# </note>
|
31182
31498
|
#
|
@@ -32577,7 +32893,7 @@ module Aws::SageMaker
|
|
32577
32893
|
# variant_name: "VariantName", # required
|
32578
32894
|
# model_name: "ModelName", # required
|
32579
32895
|
# initial_instance_count: 1,
|
32580
|
-
# 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
|
32896
|
+
# 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
|
32581
32897
|
# initial_variant_weight: 1.0,
|
32582
32898
|
# accelerator_type: "ml.eia1.medium", # accepts ml.eia1.medium, ml.eia1.large, ml.eia1.xlarge, ml.eia2.medium, ml.eia2.large, ml.eia2.xlarge
|
32583
32899
|
# core_dump_config: {
|
@@ -33986,7 +34302,7 @@ module Aws::SageMaker
|
|
33986
34302
|
# },
|
33987
34303
|
# endpoint_configurations: [
|
33988
34304
|
# {
|
33989
|
-
# 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
|
34305
|
+
# 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
|
33990
34306
|
# inference_specification_name: "InferenceSpecificationName",
|
33991
34307
|
# environment_parameter_ranges: {
|
33992
34308
|
# categorical_parameter_ranges: [
|
@@ -34538,10 +34854,17 @@ module Aws::SageMaker
|
|
34538
34854
|
# data as a hash:
|
34539
34855
|
#
|
34540
34856
|
# {
|
34541
|
-
# instance_type: "ml.m4.xlarge", #
|
34542
|
-
# instance_count: 1,
|
34857
|
+
# 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
|
34858
|
+
# instance_count: 1,
|
34543
34859
|
# volume_size_in_gb: 1, # required
|
34544
34860
|
# volume_kms_key_id: "KmsKeyId",
|
34861
|
+
# instance_groups: [
|
34862
|
+
# {
|
34863
|
+
# 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
|
34864
|
+
# instance_count: 1, # required
|
34865
|
+
# instance_group_name: "InstanceGroupName", # required
|
34866
|
+
# },
|
34867
|
+
# ],
|
34545
34868
|
# }
|
34546
34869
|
#
|
34547
34870
|
# @!attribute [rw] instance_type
|
@@ -34621,13 +34944,18 @@ module Aws::SageMaker
|
|
34621
34944
|
# [2]: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ssd-instance-store.html
|
34622
34945
|
# @return [String]
|
34623
34946
|
#
|
34947
|
+
# @!attribute [rw] instance_groups
|
34948
|
+
# The configuration of a heterogeneous cluster in JSON format.
|
34949
|
+
# @return [Array<Types::InstanceGroup>]
|
34950
|
+
#
|
34624
34951
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ResourceConfig AWS API Documentation
|
34625
34952
|
#
|
34626
34953
|
class ResourceConfig < Struct.new(
|
34627
34954
|
:instance_type,
|
34628
34955
|
:instance_count,
|
34629
34956
|
:volume_size_in_gb,
|
34630
|
-
:volume_kms_key_id
|
34957
|
+
:volume_kms_key_id,
|
34958
|
+
:instance_groups)
|
34631
34959
|
SENSITIVE = []
|
34632
34960
|
include Aws::Structure
|
34633
34961
|
end
|
@@ -34863,6 +35191,7 @@ module Aws::SageMaker
|
|
34863
35191
|
# s3_uri: "S3Uri", # required
|
34864
35192
|
# s3_data_distribution_type: "FullyReplicated", # accepts FullyReplicated, ShardedByS3Key
|
34865
35193
|
# attribute_names: ["AttributeName"],
|
35194
|
+
# instance_group_names: ["InstanceGroupName"],
|
34866
35195
|
# }
|
34867
35196
|
#
|
34868
35197
|
# @!attribute [rw] s3_data_type
|
@@ -34959,13 +35288,19 @@ module Aws::SageMaker
|
|
34959
35288
|
# specified augmented manifest file.
|
34960
35289
|
# @return [Array<String>]
|
34961
35290
|
#
|
35291
|
+
# @!attribute [rw] instance_group_names
|
35292
|
+
# A list of names of instance groups that get data from the S3 data
|
35293
|
+
# source.
|
35294
|
+
# @return [Array<String>]
|
35295
|
+
#
|
34962
35296
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/S3DataSource AWS API Documentation
|
34963
35297
|
#
|
34964
35298
|
class S3DataSource < Struct.new(
|
34965
35299
|
:s3_data_type,
|
34966
35300
|
:s3_uri,
|
34967
35301
|
:s3_data_distribution_type,
|
34968
|
-
:attribute_names
|
35302
|
+
:attribute_names,
|
35303
|
+
:instance_group_names)
|
34969
35304
|
SENSITIVE = []
|
34970
35305
|
include Aws::Structure
|
34971
35306
|
end
|
@@ -35232,6 +35567,10 @@ module Aws::SageMaker
|
|
35232
35567
|
# The properties of a project.
|
35233
35568
|
# @return [Types::Project]
|
35234
35569
|
#
|
35570
|
+
# @!attribute [rw] feature_metadata
|
35571
|
+
# The feature metadata used to search through the features.
|
35572
|
+
# @return [Types::FeatureMetadata]
|
35573
|
+
#
|
35235
35574
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/SearchRecord AWS API Documentation
|
35236
35575
|
#
|
35237
35576
|
class SearchRecord < Struct.new(
|
@@ -35245,7 +35584,8 @@ module Aws::SageMaker
|
|
35245
35584
|
:pipeline,
|
35246
35585
|
:pipeline_execution,
|
35247
35586
|
:feature_group,
|
35248
|
-
:project
|
35587
|
+
:project,
|
35588
|
+
:feature_metadata)
|
35249
35589
|
SENSITIVE = []
|
35250
35590
|
include Aws::Structure
|
35251
35591
|
end
|
@@ -35254,7 +35594,7 @@ module Aws::SageMaker
|
|
35254
35594
|
# data as a hash:
|
35255
35595
|
#
|
35256
35596
|
# {
|
35257
|
-
# resource: "TrainingJob", # required, accepts TrainingJob, Experiment, ExperimentTrial, ExperimentTrialComponent, Endpoint, ModelPackage, ModelPackageGroup, Pipeline, PipelineExecution, FeatureGroup, Project
|
35597
|
+
# resource: "TrainingJob", # required, accepts TrainingJob, Experiment, ExperimentTrial, ExperimentTrialComponent, Endpoint, ModelPackage, ModelPackageGroup, Pipeline, PipelineExecution, FeatureGroup, Project, FeatureMetadata
|
35258
35598
|
# search_expression: {
|
35259
35599
|
# filters: [
|
35260
35600
|
# {
|
@@ -37033,6 +37373,7 @@ module Aws::SageMaker
|
|
37033
37373
|
# s3_uri: "S3Uri", # required
|
37034
37374
|
# s3_data_distribution_type: "FullyReplicated", # accepts FullyReplicated, ShardedByS3Key
|
37035
37375
|
# attribute_names: ["AttributeName"],
|
37376
|
+
# instance_group_names: ["InstanceGroupName"],
|
37036
37377
|
# },
|
37037
37378
|
# file_system_data_source: {
|
37038
37379
|
# file_system_id: "FileSystemId", # required
|
@@ -37055,10 +37396,17 @@ module Aws::SageMaker
|
|
37055
37396
|
# s3_output_path: "S3Uri", # required
|
37056
37397
|
# },
|
37057
37398
|
# resource_config: { # required
|
37058
|
-
# instance_type: "ml.m4.xlarge", #
|
37059
|
-
# instance_count: 1,
|
37399
|
+
# 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
|
37400
|
+
# instance_count: 1,
|
37060
37401
|
# volume_size_in_gb: 1, # required
|
37061
37402
|
# volume_kms_key_id: "KmsKeyId",
|
37403
|
+
# instance_groups: [
|
37404
|
+
# {
|
37405
|
+
# 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
|
37406
|
+
# instance_count: 1, # required
|
37407
|
+
# instance_group_name: "InstanceGroupName", # required
|
37408
|
+
# },
|
37409
|
+
# ],
|
37062
37410
|
# },
|
37063
37411
|
# stopping_condition: { # required
|
37064
37412
|
# max_runtime_in_seconds: 1,
|
@@ -39469,6 +39817,100 @@ module Aws::SageMaker
|
|
39469
39817
|
include Aws::Structure
|
39470
39818
|
end
|
39471
39819
|
|
39820
|
+
# @note When making an API call, you may pass UpdateFeatureGroupRequest
|
39821
|
+
# data as a hash:
|
39822
|
+
#
|
39823
|
+
# {
|
39824
|
+
# feature_group_name: "FeatureGroupName", # required
|
39825
|
+
# feature_additions: [
|
39826
|
+
# {
|
39827
|
+
# feature_name: "FeatureName",
|
39828
|
+
# feature_type: "Integral", # accepts Integral, Fractional, String
|
39829
|
+
# },
|
39830
|
+
# ],
|
39831
|
+
# }
|
39832
|
+
#
|
39833
|
+
# @!attribute [rw] feature_group_name
|
39834
|
+
# The name of the feature group that you're updating.
|
39835
|
+
# @return [String]
|
39836
|
+
#
|
39837
|
+
# @!attribute [rw] feature_additions
|
39838
|
+
# A list of the features that you're adding to the feature group.
|
39839
|
+
# @return [Array<Types::FeatureDefinition>]
|
39840
|
+
#
|
39841
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateFeatureGroupRequest AWS API Documentation
|
39842
|
+
#
|
39843
|
+
class UpdateFeatureGroupRequest < Struct.new(
|
39844
|
+
:feature_group_name,
|
39845
|
+
:feature_additions)
|
39846
|
+
SENSITIVE = []
|
39847
|
+
include Aws::Structure
|
39848
|
+
end
|
39849
|
+
|
39850
|
+
# @!attribute [rw] feature_group_arn
|
39851
|
+
# The Amazon Resource Number (ARN) of the feature group that you're
|
39852
|
+
# updating.
|
39853
|
+
# @return [String]
|
39854
|
+
#
|
39855
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateFeatureGroupResponse AWS API Documentation
|
39856
|
+
#
|
39857
|
+
class UpdateFeatureGroupResponse < Struct.new(
|
39858
|
+
:feature_group_arn)
|
39859
|
+
SENSITIVE = []
|
39860
|
+
include Aws::Structure
|
39861
|
+
end
|
39862
|
+
|
39863
|
+
# @note When making an API call, you may pass UpdateFeatureMetadataRequest
|
39864
|
+
# data as a hash:
|
39865
|
+
#
|
39866
|
+
# {
|
39867
|
+
# feature_group_name: "FeatureGroupName", # required
|
39868
|
+
# feature_name: "FeatureName", # required
|
39869
|
+
# description: "FeatureDescription",
|
39870
|
+
# parameter_additions: [
|
39871
|
+
# {
|
39872
|
+
# key: "FeatureParameterKey",
|
39873
|
+
# value: "FeatureParameterValue",
|
39874
|
+
# },
|
39875
|
+
# ],
|
39876
|
+
# parameter_removals: ["FeatureParameterKey"],
|
39877
|
+
# }
|
39878
|
+
#
|
39879
|
+
# @!attribute [rw] feature_group_name
|
39880
|
+
# The name of the feature group containing the feature that you're
|
39881
|
+
# updating.
|
39882
|
+
# @return [String]
|
39883
|
+
#
|
39884
|
+
# @!attribute [rw] feature_name
|
39885
|
+
# The name of the feature that you're updating.
|
39886
|
+
# @return [String]
|
39887
|
+
#
|
39888
|
+
# @!attribute [rw] description
|
39889
|
+
# A description that you can write to better describe the feature.
|
39890
|
+
# @return [String]
|
39891
|
+
#
|
39892
|
+
# @!attribute [rw] parameter_additions
|
39893
|
+
# A list of key-value pairs that you can add to better describe the
|
39894
|
+
# feature.
|
39895
|
+
# @return [Array<Types::FeatureParameter>]
|
39896
|
+
#
|
39897
|
+
# @!attribute [rw] parameter_removals
|
39898
|
+
# A list of parameter keys that you can specify to remove parameters
|
39899
|
+
# that describe your feature.
|
39900
|
+
# @return [Array<String>]
|
39901
|
+
#
|
39902
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateFeatureMetadataRequest AWS API Documentation
|
39903
|
+
#
|
39904
|
+
class UpdateFeatureMetadataRequest < Struct.new(
|
39905
|
+
:feature_group_name,
|
39906
|
+
:feature_name,
|
39907
|
+
:description,
|
39908
|
+
:parameter_additions,
|
39909
|
+
:parameter_removals)
|
39910
|
+
SENSITIVE = []
|
39911
|
+
include Aws::Structure
|
39912
|
+
end
|
39913
|
+
|
39472
39914
|
# @note When making an API call, you may pass UpdateImageRequest
|
39473
39915
|
# data as a hash:
|
39474
39916
|
#
|
@@ -39560,7 +40002,7 @@ module Aws::SageMaker
|
|
39560
40002
|
# },
|
39561
40003
|
# ],
|
39562
40004
|
# 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
|
39563
|
-
# 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
|
40005
|
+
# 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
|
39564
40006
|
# supported_content_types: ["ContentType"],
|
39565
40007
|
# supported_response_mime_types: ["ResponseMIMEType"],
|
39566
40008
|
# },
|