aws-sdk-sagemaker 1.92.0 → 1.96.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 +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sagemaker.rb +1 -1
- data/lib/aws-sdk-sagemaker/client.rb +88 -30
- data/lib/aws-sdk-sagemaker/client_api.rb +22 -0
- data/lib/aws-sdk-sagemaker/types.rb +169 -60
- data/lib/aws-sdk-sagemaker/waiters.rb +248 -0
- metadata +4 -4
@@ -797,7 +797,7 @@ module Aws::SageMaker
|
|
797
797
|
# Maximization approach to estimate the true class of text based on
|
798
798
|
# annotations from individual workers.
|
799
799
|
#
|
800
|
-
# * `
|
800
|
+
# * `arn:aws:lambda:us-east-1:432418664414:function:ACS-TextMultiClass`
|
801
801
|
#
|
802
802
|
# * `arn:aws:lambda:us-east-2:266458841044:function:ACS-TextMultiClass`
|
803
803
|
#
|
@@ -1707,8 +1707,8 @@ module Aws::SageMaker
|
|
1707
1707
|
include Aws::Structure
|
1708
1708
|
end
|
1709
1709
|
|
1710
|
-
#
|
1711
|
-
#
|
1710
|
+
# Information about a candidate produced by an AutoML training job,
|
1711
|
+
# including its status, steps, and other properties.
|
1712
1712
|
#
|
1713
1713
|
# @!attribute [rw] candidate_name
|
1714
1714
|
# The name of the candidate.
|
@@ -1751,7 +1751,7 @@ module Aws::SageMaker
|
|
1751
1751
|
# @return [String]
|
1752
1752
|
#
|
1753
1753
|
# @!attribute [rw] candidate_properties
|
1754
|
-
# The AutoML candidate
|
1754
|
+
# The properties of an AutoML candidate job.
|
1755
1755
|
# @return [Types::CandidateProperties]
|
1756
1756
|
#
|
1757
1757
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/AutoMLCandidate AWS API Documentation
|
@@ -1842,7 +1842,8 @@ module Aws::SageMaker
|
|
1842
1842
|
# that make up an AutoML candidate. For more information, see .
|
1843
1843
|
#
|
1844
1844
|
# @!attribute [rw] image
|
1845
|
-
# The
|
1845
|
+
# The Amazon Elastic Container Registry (Amazon ECR) path of the
|
1846
|
+
# container. For more information, see .
|
1846
1847
|
# @return [String]
|
1847
1848
|
#
|
1848
1849
|
# @!attribute [rw] model_data_url
|
@@ -2006,7 +2007,7 @@ module Aws::SageMaker
|
|
2006
2007
|
# * `MSE`\: The mean squared error (MSE) is the average of the squared
|
2007
2008
|
# differences between the predicted and actual values. It is used
|
2008
2009
|
# for regression. MSE values are always positive: the better a model
|
2009
|
-
# is at predicting the actual values, the smaller the MSE value.
|
2010
|
+
# is at predicting the actual values, the smaller the MSE value is.
|
2010
2011
|
# When the data contains outliers, they tend to dominate the MSE,
|
2011
2012
|
# which might cause subpar prediction performance.
|
2012
2013
|
#
|
@@ -2085,7 +2086,7 @@ module Aws::SageMaker
|
|
2085
2086
|
# Provides a summary about an AutoML job.
|
2086
2087
|
#
|
2087
2088
|
# @!attribute [rw] auto_ml_job_name
|
2088
|
-
# The name of the AutoML you are requesting.
|
2089
|
+
# The name of the AutoML job you are requesting.
|
2089
2090
|
# @return [String]
|
2090
2091
|
#
|
2091
2092
|
# @!attribute [rw] auto_ml_job_arn
|
@@ -2388,10 +2389,15 @@ module Aws::SageMaker
|
|
2388
2389
|
# candidate.
|
2389
2390
|
# @return [Types::CandidateArtifactLocations]
|
2390
2391
|
#
|
2392
|
+
# @!attribute [rw] candidate_metrics
|
2393
|
+
# Information about the candidate metrics for an AutoML job.
|
2394
|
+
# @return [Array<Types::MetricDatum>]
|
2395
|
+
#
|
2391
2396
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CandidateProperties AWS API Documentation
|
2392
2397
|
#
|
2393
2398
|
class CandidateProperties < Struct.new(
|
2394
|
-
:candidate_artifact_locations
|
2399
|
+
:candidate_artifact_locations,
|
2400
|
+
:candidate_metrics)
|
2395
2401
|
SENSITIVE = []
|
2396
2402
|
include Aws::Structure
|
2397
2403
|
end
|
@@ -3701,7 +3707,7 @@ module Aws::SageMaker
|
|
3701
3707
|
# resource_spec: {
|
3702
3708
|
# sage_maker_image_arn: "ImageArn",
|
3703
3709
|
# sage_maker_image_version_arn: "ImageVersionArn",
|
3704
|
-
# instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
3710
|
+
# instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.8xlarge, ml.m5d.12xlarge, ml.m5d.16xlarge, ml.m5d.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, 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.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
|
3705
3711
|
# },
|
3706
3712
|
# }
|
3707
3713
|
#
|
@@ -3973,8 +3979,7 @@ module Aws::SageMaker
|
|
3973
3979
|
end
|
3974
3980
|
|
3975
3981
|
# @!attribute [rw] auto_ml_job_arn
|
3976
|
-
# The unique ARN
|
3977
|
-
# created.
|
3982
|
+
# The unique ARN assigned to the AutoML job when it is created.
|
3978
3983
|
# @return [String]
|
3979
3984
|
#
|
3980
3985
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateAutoMLJobResponse AWS API Documentation
|
@@ -4501,14 +4506,14 @@ module Aws::SageMaker
|
|
4501
4506
|
# default_resource_spec: {
|
4502
4507
|
# sage_maker_image_arn: "ImageArn",
|
4503
4508
|
# sage_maker_image_version_arn: "ImageVersionArn",
|
4504
|
-
# instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
4509
|
+
# instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.8xlarge, ml.m5d.12xlarge, ml.m5d.16xlarge, ml.m5d.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, 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.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
|
4505
4510
|
# },
|
4506
4511
|
# },
|
4507
4512
|
# kernel_gateway_app_settings: {
|
4508
4513
|
# default_resource_spec: {
|
4509
4514
|
# sage_maker_image_arn: "ImageArn",
|
4510
4515
|
# sage_maker_image_version_arn: "ImageVersionArn",
|
4511
|
-
# instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
4516
|
+
# instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.8xlarge, ml.m5d.12xlarge, ml.m5d.16xlarge, ml.m5d.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, 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.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
|
4512
4517
|
# },
|
4513
4518
|
# custom_images: [
|
4514
4519
|
# {
|
@@ -4522,7 +4527,7 @@ module Aws::SageMaker
|
|
4522
4527
|
# default_resource_spec: {
|
4523
4528
|
# sage_maker_image_arn: "ImageArn",
|
4524
4529
|
# sage_maker_image_version_arn: "ImageVersionArn",
|
4525
|
-
# instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
4530
|
+
# instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.8xlarge, ml.m5d.12xlarge, ml.m5d.16xlarge, ml.m5d.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, 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.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
|
4526
4531
|
# },
|
4527
4532
|
# },
|
4528
4533
|
# },
|
@@ -5947,7 +5952,15 @@ module Aws::SageMaker
|
|
5947
5952
|
# configuration file. To learn how, see [Create a Labeling Category
|
5948
5953
|
# Configuration File for 3D Point Cloud Labeling Jobs][1].
|
5949
5954
|
#
|
5950
|
-
# For
|
5955
|
+
# For named entity recognition jobs, in addition to `"labels"`, you
|
5956
|
+
# must provide worker instructions in the label category configuration
|
5957
|
+
# file using the `"instructions"` parameter: `"instructions":
|
5958
|
+
# \{"shortInstruction":"<h1>Add header</h1><p>Add Instructions</p>",
|
5959
|
+
# "fullInstruction":"<p>Add additional instructions.</p>"\}`. For
|
5960
|
+
# details and an example, see [Create a Named Entity Recognition
|
5961
|
+
# Labeling Job (API) ][2].
|
5962
|
+
#
|
5963
|
+
# For all other [built-in task types][3] and [custom tasks][4], your
|
5951
5964
|
# label category configuration file must be a JSON file in the
|
5952
5965
|
# following format. Identify the labels you want to use by replacing
|
5953
5966
|
# `label_1`, `label_2`,`...`,`label_n` with your label categories.
|
@@ -5974,15 +5987,16 @@ module Aws::SageMaker
|
|
5974
5987
|
# * If you create a 3D point cloud or video frame adjustment or
|
5975
5988
|
# verification labeling job, you must include
|
5976
5989
|
# `auditLabelAttributeName` in the label category configuration. Use
|
5977
|
-
# this parameter to enter the [ `LabelAttributeName` ][
|
5990
|
+
# this parameter to enter the [ `LabelAttributeName` ][5] of the
|
5978
5991
|
# labeling job you want to adjust or verify annotations of.
|
5979
5992
|
#
|
5980
5993
|
#
|
5981
5994
|
#
|
5982
5995
|
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/sms-point-cloud-label-category-config.html
|
5983
|
-
# [2]: https://docs.aws.amazon.com/sagemaker/latest/dg/sms-
|
5984
|
-
# [3]: https://docs.aws.amazon.com/sagemaker/latest/dg/sms-
|
5985
|
-
# [4]: https://docs.aws.amazon.com/sagemaker/latest/
|
5996
|
+
# [2]: https://docs.aws.amazon.com/sagemaker/latest/dg/sms-named-entity-recg.html#sms-creating-ner-api
|
5997
|
+
# [3]: https://docs.aws.amazon.com/sagemaker/latest/dg/sms-task-types.html
|
5998
|
+
# [4]: https://docs.aws.amazon.com/sagemaker/latest/dg/sms-custom-templates.html
|
5999
|
+
# [5]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateLabelingJob.html#sagemaker-CreateLabelingJob-request-LabelAttributeName
|
5986
6000
|
# @return [String]
|
5987
6001
|
#
|
5988
6002
|
# @!attribute [rw] stopping_conditions
|
@@ -8632,14 +8646,14 @@ module Aws::SageMaker
|
|
8632
8646
|
# default_resource_spec: {
|
8633
8647
|
# sage_maker_image_arn: "ImageArn",
|
8634
8648
|
# sage_maker_image_version_arn: "ImageVersionArn",
|
8635
|
-
# instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
8649
|
+
# instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.8xlarge, ml.m5d.12xlarge, ml.m5d.16xlarge, ml.m5d.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, 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.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
|
8636
8650
|
# },
|
8637
8651
|
# },
|
8638
8652
|
# kernel_gateway_app_settings: {
|
8639
8653
|
# default_resource_spec: {
|
8640
8654
|
# sage_maker_image_arn: "ImageArn",
|
8641
8655
|
# sage_maker_image_version_arn: "ImageVersionArn",
|
8642
|
-
# instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
8656
|
+
# instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.8xlarge, ml.m5d.12xlarge, ml.m5d.16xlarge, ml.m5d.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, 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.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
|
8643
8657
|
# },
|
8644
8658
|
# custom_images: [
|
8645
8659
|
# {
|
@@ -8653,7 +8667,7 @@ module Aws::SageMaker
|
|
8653
8667
|
# default_resource_spec: {
|
8654
8668
|
# sage_maker_image_arn: "ImageArn",
|
8655
8669
|
# sage_maker_image_version_arn: "ImageVersionArn",
|
8656
|
-
# instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
8670
|
+
# instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.8xlarge, ml.m5d.12xlarge, ml.m5d.16xlarge, ml.m5d.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, 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.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
|
8657
8671
|
# },
|
8658
8672
|
# },
|
8659
8673
|
# },
|
@@ -11117,7 +11131,7 @@ module Aws::SageMaker
|
|
11117
11131
|
# @return [Types::AutoMLJobArtifacts]
|
11118
11132
|
#
|
11119
11133
|
# @!attribute [rw] resolved_attributes
|
11120
|
-
# This contains `ProblemType`, `AutoMLJobObjective
|
11134
|
+
# This contains `ProblemType`, `AutoMLJobObjective`, and
|
11121
11135
|
# `CompletionCriteria`. If you do not provide these values, they are
|
11122
11136
|
# auto-inferred. If you do provide them, the values used are the ones
|
11123
11137
|
# you provide.
|
@@ -19378,7 +19392,7 @@ module Aws::SageMaker
|
|
19378
19392
|
# default_resource_spec: {
|
19379
19393
|
# sage_maker_image_arn: "ImageArn",
|
19380
19394
|
# sage_maker_image_version_arn: "ImageVersionArn",
|
19381
|
-
# instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
19395
|
+
# instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.8xlarge, ml.m5d.12xlarge, ml.m5d.16xlarge, ml.m5d.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, 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.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
|
19382
19396
|
# },
|
19383
19397
|
# }
|
19384
19398
|
#
|
@@ -19404,7 +19418,7 @@ module Aws::SageMaker
|
|
19404
19418
|
# default_resource_spec: {
|
19405
19419
|
# sage_maker_image_arn: "ImageArn",
|
19406
19420
|
# sage_maker_image_version_arn: "ImageVersionArn",
|
19407
|
-
# instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
19421
|
+
# instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.8xlarge, ml.m5d.12xlarge, ml.m5d.16xlarge, ml.m5d.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, 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.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
|
19408
19422
|
# },
|
19409
19423
|
# custom_images: [
|
19410
19424
|
# {
|
@@ -20079,6 +20093,26 @@ module Aws::SageMaker
|
|
20079
20093
|
include Aws::Structure
|
20080
20094
|
end
|
20081
20095
|
|
20096
|
+
# Metadata for a Lambda step.
|
20097
|
+
#
|
20098
|
+
# @!attribute [rw] arn
|
20099
|
+
# The Amazon Resource Name (ARN) of the Lambda function that was run
|
20100
|
+
# by this step execution.
|
20101
|
+
# @return [String]
|
20102
|
+
#
|
20103
|
+
# @!attribute [rw] output_parameters
|
20104
|
+
# A list of the output parameters of the Lambda step.
|
20105
|
+
# @return [Array<Types::OutputParameter>]
|
20106
|
+
#
|
20107
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/LambdaStepMetadata AWS API Documentation
|
20108
|
+
#
|
20109
|
+
class LambdaStepMetadata < Struct.new(
|
20110
|
+
:arn,
|
20111
|
+
:output_parameters)
|
20112
|
+
SENSITIVE = []
|
20113
|
+
include Aws::Structure
|
20114
|
+
end
|
20115
|
+
|
20082
20116
|
# @note When making an API call, you may pass ListActionsRequest
|
20083
20117
|
# data as a hash:
|
20084
20118
|
#
|
@@ -24717,6 +24751,31 @@ module Aws::SageMaker
|
|
24717
24751
|
include Aws::Structure
|
24718
24752
|
end
|
24719
24753
|
|
24754
|
+
# Information about the metric for a candidate produced by an AutoML
|
24755
|
+
# job.
|
24756
|
+
#
|
24757
|
+
# @!attribute [rw] metric_name
|
24758
|
+
# The name of the metric.
|
24759
|
+
# @return [String]
|
24760
|
+
#
|
24761
|
+
# @!attribute [rw] value
|
24762
|
+
# The value of the metric.
|
24763
|
+
# @return [Float]
|
24764
|
+
#
|
24765
|
+
# @!attribute [rw] set
|
24766
|
+
# The dataset split from which the AutoML job produced the metric.
|
24767
|
+
# @return [String]
|
24768
|
+
#
|
24769
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/MetricDatum AWS API Documentation
|
24770
|
+
#
|
24771
|
+
class MetricDatum < Struct.new(
|
24772
|
+
:metric_name,
|
24773
|
+
:value,
|
24774
|
+
:set)
|
24775
|
+
SENSITIVE = []
|
24776
|
+
include Aws::Structure
|
24777
|
+
end
|
24778
|
+
|
24720
24779
|
# Specifies a metric that the training algorithm writes to `stderr` or
|
24721
24780
|
# `stdout`. Amazon SageMakerhyperparameter tuning captures all defined
|
24722
24781
|
# metrics. You specify one metric that a hyperparameter tuning job uses
|
@@ -28309,33 +28368,48 @@ module Aws::SageMaker
|
|
28309
28368
|
# this step execution.
|
28310
28369
|
# @return [Types::TransformJobStepMetadata]
|
28311
28370
|
#
|
28371
|
+
# @!attribute [rw] tuning_job
|
28372
|
+
# The Amazon Resource Name (ARN) of the tuning job that was run by
|
28373
|
+
# this step execution.
|
28374
|
+
# @return [Types::TuningJobStepMetaData]
|
28375
|
+
#
|
28312
28376
|
# @!attribute [rw] model
|
28313
|
-
#
|
28377
|
+
# The Amazon Resource Name (ARN) of the model that was created by this
|
28378
|
+
# step execution.
|
28314
28379
|
# @return [Types::ModelStepMetadata]
|
28315
28380
|
#
|
28316
28381
|
# @!attribute [rw] register_model
|
28317
|
-
#
|
28382
|
+
# The Amazon Resource Name (ARN) of the model package the model was
|
28383
|
+
# registered to by this step execution.
|
28318
28384
|
# @return [Types::RegisterModelStepMetadata]
|
28319
28385
|
#
|
28320
28386
|
# @!attribute [rw] condition
|
28321
|
-
#
|
28322
|
-
#
|
28387
|
+
# The outcome of the condition evaluation that was run by this step
|
28388
|
+
# execution.
|
28323
28389
|
# @return [Types::ConditionStepMetadata]
|
28324
28390
|
#
|
28325
28391
|
# @!attribute [rw] callback
|
28326
|
-
#
|
28392
|
+
# The URL of the Amazon SQS queue used by this step execution, the
|
28393
|
+
# pipeline generated token, and a list of output parameters.
|
28327
28394
|
# @return [Types::CallbackStepMetadata]
|
28328
28395
|
#
|
28396
|
+
# @!attribute [rw] lambda
|
28397
|
+
# The Amazon Resource Name (ARN) of the Lambda function that was run
|
28398
|
+
# by this step execution and a list of output parameters.
|
28399
|
+
# @return [Types::LambdaStepMetadata]
|
28400
|
+
#
|
28329
28401
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/PipelineExecutionStepMetadata AWS API Documentation
|
28330
28402
|
#
|
28331
28403
|
class PipelineExecutionStepMetadata < Struct.new(
|
28332
28404
|
:training_job,
|
28333
28405
|
:processing_job,
|
28334
28406
|
:transform_job,
|
28407
|
+
:tuning_job,
|
28335
28408
|
:model,
|
28336
28409
|
:register_model,
|
28337
28410
|
:condition,
|
28338
|
-
:callback
|
28411
|
+
:callback,
|
28412
|
+
:lambda)
|
28339
28413
|
SENSITIVE = []
|
28340
28414
|
include Aws::Structure
|
28341
28415
|
end
|
@@ -30117,8 +30191,8 @@ module Aws::SageMaker
|
|
30117
30191
|
# registry where your model image is hosted. Specify a value for this
|
30118
30192
|
# property only if you specified `Vpc` as the value for the
|
30119
30193
|
# `RepositoryAccessMode` field of the `ImageConfig` object that you
|
30120
|
-
# passed to a call to CreateModel and the private Docker registry
|
30121
|
-
# the model image is hosted requires authentication.
|
30194
|
+
# passed to a call to `CreateModel` and the private Docker registry
|
30195
|
+
# where the model image is hosted requires authentication.
|
30122
30196
|
#
|
30123
30197
|
# @note When making an API call, you may pass RepositoryAuthConfig
|
30124
30198
|
# data as a hash:
|
@@ -30354,7 +30428,7 @@ module Aws::SageMaker
|
|
30354
30428
|
# {
|
30355
30429
|
# sage_maker_image_arn: "ImageArn",
|
30356
30430
|
# sage_maker_image_version_arn: "ImageVersionArn",
|
30357
|
-
# instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
30431
|
+
# instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.8xlarge, ml.m5d.12xlarge, ml.m5d.16xlarge, ml.m5d.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, 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.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
|
30358
30432
|
# }
|
30359
30433
|
#
|
30360
30434
|
# @!attribute [rw] sage_maker_image_arn
|
@@ -31771,10 +31845,10 @@ module Aws::SageMaker
|
|
31771
31845
|
# time limit, Amazon SageMaker ends the training or compilation job. Use
|
31772
31846
|
# this API to cap model training costs.
|
31773
31847
|
#
|
31774
|
-
# To stop a job, Amazon SageMaker sends the algorithm the
|
31775
|
-
# signal, which delays job termination for 120 seconds.
|
31776
|
-
# use this 120-second window to save the model artifacts,
|
31777
|
-
# of training are not lost.
|
31848
|
+
# To stop a training job, Amazon SageMaker sends the algorithm the
|
31849
|
+
# `SIGTERM` signal, which delays job termination for 120 seconds.
|
31850
|
+
# Algorithms can use this 120-second window to save the model artifacts,
|
31851
|
+
# so the results of training are not lost.
|
31778
31852
|
#
|
31779
31853
|
# The training algorithms provided by Amazon SageMaker automatically
|
31780
31854
|
# save the intermediate results of a model training job when possible.
|
@@ -31800,14 +31874,17 @@ module Aws::SageMaker
|
|
31800
31874
|
#
|
31801
31875
|
# @!attribute [rw] max_runtime_in_seconds
|
31802
31876
|
# The maximum length of time, in seconds, that a training or
|
31803
|
-
# compilation job can run.
|
31804
|
-
# time, Amazon SageMaker ends the job.
|
31877
|
+
# compilation job can run.
|
31805
31878
|
#
|
31806
|
-
#
|
31807
|
-
# `
|
31808
|
-
#
|
31879
|
+
# For compilation jobs, if the job does not complete during this time,
|
31880
|
+
# you will receive a `TimeOut` error. We recommend starting with 900
|
31881
|
+
# seconds and increase as necessary based on your model.
|
31809
31882
|
#
|
31810
|
-
#
|
31883
|
+
# For all other jobs, if the job does not complete during this time,
|
31884
|
+
# Amazon SageMaker ends the job. When `RetryStrategy` is specified in
|
31885
|
+
# the job request, `MaxRuntimeInSeconds` specifies the maximum time
|
31886
|
+
# for all of the attempts in total, not each individual attempt. The
|
31887
|
+
# default value is 1 day. The maximum value is 28 days.
|
31811
31888
|
# @return [Integer]
|
31812
31889
|
#
|
31813
31890
|
# @!attribute [rw] max_wait_time_in_seconds
|
@@ -32005,7 +32082,7 @@ module Aws::SageMaker
|
|
32005
32082
|
# default_resource_spec: {
|
32006
32083
|
# sage_maker_image_arn: "ImageArn",
|
32007
32084
|
# sage_maker_image_version_arn: "ImageVersionArn",
|
32008
|
-
# instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
32085
|
+
# instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.8xlarge, ml.m5d.12xlarge, ml.m5d.16xlarge, ml.m5d.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, 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.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
|
32009
32086
|
# },
|
32010
32087
|
# }
|
32011
32088
|
#
|
@@ -34009,6 +34086,21 @@ module Aws::SageMaker
|
|
34009
34086
|
include Aws::Structure
|
34010
34087
|
end
|
34011
34088
|
|
34089
|
+
# Metadata for a tuning step.
|
34090
|
+
#
|
34091
|
+
# @!attribute [rw] arn
|
34092
|
+
# The Amazon Resource Name (ARN) of the tuning job that was run by
|
34093
|
+
# this step execution.
|
34094
|
+
# @return [String]
|
34095
|
+
#
|
34096
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/TuningJobStepMetaData AWS API Documentation
|
34097
|
+
#
|
34098
|
+
class TuningJobStepMetaData < Struct.new(
|
34099
|
+
:arn)
|
34100
|
+
SENSITIVE = []
|
34101
|
+
include Aws::Structure
|
34102
|
+
end
|
34103
|
+
|
34012
34104
|
# Represents an amount of money in United States dollars.
|
34013
34105
|
#
|
34014
34106
|
# @note When making an API call, you may pass USD
|
@@ -34043,7 +34135,14 @@ module Aws::SageMaker
|
|
34043
34135
|
end
|
34044
34136
|
|
34045
34137
|
# Provided configuration information for the worker UI for a labeling
|
34046
|
-
# job.
|
34138
|
+
# job. Provide either `HumanTaskUiArn` or `UiTemplateS3Uri`.
|
34139
|
+
#
|
34140
|
+
# For named entity recognition, 3D point cloud and video frame labeling
|
34141
|
+
# jobs, use `HumanTaskUiArn`.
|
34142
|
+
#
|
34143
|
+
# For all other Ground Truth built-in task types and custom task types,
|
34144
|
+
# use `UiTemplateS3Uri` to specify the location of a worker task
|
34145
|
+
# template in Amazon S3.
|
34047
34146
|
#
|
34048
34147
|
# @note When making an API call, you may pass UiConfig
|
34049
34148
|
# data as a hash:
|
@@ -34069,11 +34168,21 @@ module Aws::SageMaker
|
|
34069
34168
|
# The ARN of the worker task template used to render the worker UI and
|
34070
34169
|
# tools for labeling job tasks.
|
34071
34170
|
#
|
34072
|
-
# Use this parameter when you are creating a labeling job for
|
34073
|
-
# cloud and video
|
34074
|
-
# to select one of the following ARNs
|
34075
|
-
# when you create a labeling job.
|
34076
|
-
#
|
34171
|
+
# Use this parameter when you are creating a labeling job for named
|
34172
|
+
# entity recognition, 3D point cloud and video frame labeling jobs.
|
34173
|
+
# Use your labeling job task type to select one of the following ARNs
|
34174
|
+
# and use it with this parameter when you create a labeling job.
|
34175
|
+
# Replace `aws-region` with the Amazon Web Services Region you are
|
34176
|
+
# creating your labeling job in. For example, replace `aws-region`
|
34177
|
+
# with `us-west-1` if you create a labeling job in US West (N.
|
34178
|
+
# California).
|
34179
|
+
#
|
34180
|
+
# **Named Entity Recognition**
|
34181
|
+
#
|
34182
|
+
# Use the following `HumanTaskUiArn` for named entity recognition
|
34183
|
+
# labeling jobs:
|
34184
|
+
#
|
34185
|
+
# `arn:aws:sagemaker:aws-region:394669845002:human-task-ui/NamedEntityRecognition`
|
34077
34186
|
#
|
34078
34187
|
# **3D Point Cloud HumanTaskUiArns**
|
34079
34188
|
#
|
@@ -34518,14 +34627,14 @@ module Aws::SageMaker
|
|
34518
34627
|
# default_resource_spec: {
|
34519
34628
|
# sage_maker_image_arn: "ImageArn",
|
34520
34629
|
# sage_maker_image_version_arn: "ImageVersionArn",
|
34521
|
-
# instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
34630
|
+
# instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.8xlarge, ml.m5d.12xlarge, ml.m5d.16xlarge, ml.m5d.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, 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.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
|
34522
34631
|
# },
|
34523
34632
|
# },
|
34524
34633
|
# kernel_gateway_app_settings: {
|
34525
34634
|
# default_resource_spec: {
|
34526
34635
|
# sage_maker_image_arn: "ImageArn",
|
34527
34636
|
# sage_maker_image_version_arn: "ImageVersionArn",
|
34528
|
-
# instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
34637
|
+
# instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.8xlarge, ml.m5d.12xlarge, ml.m5d.16xlarge, ml.m5d.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, 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.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
|
34529
34638
|
# },
|
34530
34639
|
# custom_images: [
|
34531
34640
|
# {
|
@@ -34539,7 +34648,7 @@ module Aws::SageMaker
|
|
34539
34648
|
# default_resource_spec: {
|
34540
34649
|
# sage_maker_image_arn: "ImageArn",
|
34541
34650
|
# sage_maker_image_version_arn: "ImageVersionArn",
|
34542
|
-
# instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
34651
|
+
# instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.8xlarge, ml.m5d.12xlarge, ml.m5d.16xlarge, ml.m5d.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, 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.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
|
34543
34652
|
# },
|
34544
34653
|
# },
|
34545
34654
|
# },
|
@@ -35520,14 +35629,14 @@ module Aws::SageMaker
|
|
35520
35629
|
# default_resource_spec: {
|
35521
35630
|
# sage_maker_image_arn: "ImageArn",
|
35522
35631
|
# sage_maker_image_version_arn: "ImageVersionArn",
|
35523
|
-
# instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
35632
|
+
# instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.8xlarge, ml.m5d.12xlarge, ml.m5d.16xlarge, ml.m5d.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, 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.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
|
35524
35633
|
# },
|
35525
35634
|
# },
|
35526
35635
|
# kernel_gateway_app_settings: {
|
35527
35636
|
# default_resource_spec: {
|
35528
35637
|
# sage_maker_image_arn: "ImageArn",
|
35529
35638
|
# sage_maker_image_version_arn: "ImageVersionArn",
|
35530
|
-
# instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
35639
|
+
# instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.8xlarge, ml.m5d.12xlarge, ml.m5d.16xlarge, ml.m5d.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, 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.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
|
35531
35640
|
# },
|
35532
35641
|
# custom_images: [
|
35533
35642
|
# {
|
@@ -35541,7 +35650,7 @@ module Aws::SageMaker
|
|
35541
35650
|
# default_resource_spec: {
|
35542
35651
|
# sage_maker_image_arn: "ImageArn",
|
35543
35652
|
# sage_maker_image_version_arn: "ImageVersionArn",
|
35544
|
-
# instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
35653
|
+
# instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.8xlarge, ml.m5d.12xlarge, ml.m5d.16xlarge, ml.m5d.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, 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.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
|
35545
35654
|
# },
|
35546
35655
|
# },
|
35547
35656
|
# },
|
@@ -35827,14 +35936,14 @@ module Aws::SageMaker
|
|
35827
35936
|
# default_resource_spec: {
|
35828
35937
|
# sage_maker_image_arn: "ImageArn",
|
35829
35938
|
# sage_maker_image_version_arn: "ImageVersionArn",
|
35830
|
-
# instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
35939
|
+
# instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.8xlarge, ml.m5d.12xlarge, ml.m5d.16xlarge, ml.m5d.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, 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.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
|
35831
35940
|
# },
|
35832
35941
|
# },
|
35833
35942
|
# kernel_gateway_app_settings: {
|
35834
35943
|
# default_resource_spec: {
|
35835
35944
|
# sage_maker_image_arn: "ImageArn",
|
35836
35945
|
# sage_maker_image_version_arn: "ImageVersionArn",
|
35837
|
-
# instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
35946
|
+
# instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.8xlarge, ml.m5d.12xlarge, ml.m5d.16xlarge, ml.m5d.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, 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.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
|
35838
35947
|
# },
|
35839
35948
|
# custom_images: [
|
35840
35949
|
# {
|
@@ -35848,7 +35957,7 @@ module Aws::SageMaker
|
|
35848
35957
|
# default_resource_spec: {
|
35849
35958
|
# sage_maker_image_arn: "ImageArn",
|
35850
35959
|
# sage_maker_image_version_arn: "ImageVersionArn",
|
35851
|
-
# instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge
|
35960
|
+
# instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.8xlarge, ml.m5d.12xlarge, ml.m5d.16xlarge, ml.m5d.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, 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.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
|
35852
35961
|
# },
|
35853
35962
|
# },
|
35854
35963
|
# }
|