aws-sdk-sagemaker 1.42.0 → 1.43.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/aws-sdk-sagemaker.rb +1 -1
- data/lib/aws-sdk-sagemaker/client.rb +91 -50
- data/lib/aws-sdk-sagemaker/client_api.rb +11 -0
- data/lib/aws-sdk-sagemaker/types.rb +332 -77
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9f55b4388030fa51803964b33027e4d05f11c6d4
|
|
4
|
+
data.tar.gz: 92a07ccd1ed59be742655a377b7efef0d7eb71e1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8a4af179b0479f1a660a4fc2945c630923a412c71bf60cbb17c98e4a9a0f69f212c201d60118441f2234859a8d66aaaf9377b959e9a1910bd229ae3236f8f613
|
|
7
|
+
data.tar.gz: 7b79d870928d416b4950acd3950ff23adbc9c6b7899eb25e117baba6489511e22c9d4ca546032e4ada9edf7d20146585b542ee7acd3a565dced8bfd061af17c0
|
data/lib/aws-sdk-sagemaker.rb
CHANGED
|
@@ -417,7 +417,7 @@ module Aws::SageMaker
|
|
|
417
417
|
# default_value: "ParameterValue",
|
|
418
418
|
# },
|
|
419
419
|
# ],
|
|
420
|
-
# supported_training_instance_types: ["ml.m4.xlarge"], # required, accepts 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.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
|
|
420
|
+
# supported_training_instance_types: ["ml.m4.xlarge"], # required, accepts 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.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.p3dn.24xlarge
|
|
421
421
|
# supports_distributed_training: false,
|
|
422
422
|
# metric_definitions: [
|
|
423
423
|
# {
|
|
@@ -477,6 +477,12 @@ module Aws::SageMaker
|
|
|
477
477
|
# s3_data_distribution_type: "FullyReplicated", # accepts FullyReplicated, ShardedByS3Key
|
|
478
478
|
# attribute_names: ["AttributeName"],
|
|
479
479
|
# },
|
|
480
|
+
# file_system_data_source: {
|
|
481
|
+
# file_system_id: "FileSystemId", # required
|
|
482
|
+
# file_system_access_mode: "rw", # required, accepts rw, ro
|
|
483
|
+
# file_system_type: "EFS", # required, accepts EFS, FSxLustre
|
|
484
|
+
# directory_path: "DirectoryPath", # required
|
|
485
|
+
# },
|
|
480
486
|
# },
|
|
481
487
|
# content_type: "ContentType",
|
|
482
488
|
# compression_type: "None", # accepts None, Gzip
|
|
@@ -492,7 +498,7 @@ module Aws::SageMaker
|
|
|
492
498
|
# s3_output_path: "S3Uri", # required
|
|
493
499
|
# },
|
|
494
500
|
# resource_config: { # required
|
|
495
|
-
# instance_type: "ml.m4.xlarge", # required, accepts 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.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
|
|
501
|
+
# instance_type: "ml.m4.xlarge", # required, accepts 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.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.p3dn.24xlarge
|
|
496
502
|
# instance_count: 1, # required
|
|
497
503
|
# volume_size_in_gb: 1, # required
|
|
498
504
|
# volume_kms_key_id: "KmsKeyId",
|
|
@@ -564,7 +570,7 @@ module Aws::SageMaker
|
|
|
564
570
|
#
|
|
565
571
|
#
|
|
566
572
|
#
|
|
567
|
-
# [1]:
|
|
573
|
+
# [1]: https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html
|
|
568
574
|
#
|
|
569
575
|
# @option params [required, String] :code_repository_name
|
|
570
576
|
# The name of the Git repository. The name must have 1 to 63 characters.
|
|
@@ -748,15 +754,15 @@ module Aws::SageMaker
|
|
|
748
754
|
# activated in your IAM user account by default. If you previously
|
|
749
755
|
# deactivated AWS STS for a region, you need to reactivate AWS STS for
|
|
750
756
|
# that region. For more information, see [Activating and Deactivating
|
|
751
|
-
# AWS STS i an AWS
|
|
752
|
-
#
|
|
757
|
+
# AWS STS i an AWS
|
|
758
|
+
# Region](IAM/latest/UserGuide/id_credentials_temp_enable-regions.html)
|
|
759
|
+
# in the *AWS Identity and Access Management User Guide*.
|
|
753
760
|
#
|
|
754
761
|
#
|
|
755
762
|
#
|
|
756
763
|
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/API_CreateEndpointConfig.html
|
|
757
764
|
# [2]: https://docs.aws.amazon.com/sagemaker/latest/dg/API_DescribeEndpoint.html
|
|
758
765
|
# [3]: https://docs.aws.amazon.com/sagemaker/latest/dg/ex1.html
|
|
759
|
-
# [4]: http://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_enable-regions.html
|
|
760
766
|
#
|
|
761
767
|
# @option params [required, String] :endpoint_name
|
|
762
768
|
# The name of the endpoint. The name must be unique within an AWS Region
|
|
@@ -960,7 +966,7 @@ module Aws::SageMaker
|
|
|
960
966
|
#
|
|
961
967
|
#
|
|
962
968
|
#
|
|
963
|
-
# [1]: https://aws.amazon.com/answers/account-management/aws-tagging-strategies/
|
|
969
|
+
# [1]: https://docs.aws.amazon.com/https:/aws.amazon.com/answers/account-management/aws-tagging-strategies/
|
|
964
970
|
#
|
|
965
971
|
# @return [Types::CreateHyperParameterTuningJobResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
966
972
|
#
|
|
@@ -1032,6 +1038,12 @@ module Aws::SageMaker
|
|
|
1032
1038
|
# s3_data_distribution_type: "FullyReplicated", # accepts FullyReplicated, ShardedByS3Key
|
|
1033
1039
|
# attribute_names: ["AttributeName"],
|
|
1034
1040
|
# },
|
|
1041
|
+
# file_system_data_source: {
|
|
1042
|
+
# file_system_id: "FileSystemId", # required
|
|
1043
|
+
# file_system_access_mode: "rw", # required, accepts rw, ro
|
|
1044
|
+
# file_system_type: "EFS", # required, accepts EFS, FSxLustre
|
|
1045
|
+
# directory_path: "DirectoryPath", # required
|
|
1046
|
+
# },
|
|
1035
1047
|
# },
|
|
1036
1048
|
# content_type: "ContentType",
|
|
1037
1049
|
# compression_type: "None", # accepts None, Gzip
|
|
@@ -1051,7 +1063,7 @@ module Aws::SageMaker
|
|
|
1051
1063
|
# s3_output_path: "S3Uri", # required
|
|
1052
1064
|
# },
|
|
1053
1065
|
# resource_config: { # required
|
|
1054
|
-
# instance_type: "ml.m4.xlarge", # required, accepts 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.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
|
|
1066
|
+
# instance_type: "ml.m4.xlarge", # required, accepts 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.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.p3dn.24xlarge
|
|
1055
1067
|
# instance_count: 1, # required
|
|
1056
1068
|
# volume_size_in_gb: 1, # required
|
|
1057
1069
|
# volume_kms_key_id: "KmsKeyId",
|
|
@@ -1130,8 +1142,8 @@ module Aws::SageMaker
|
|
|
1130
1142
|
#
|
|
1131
1143
|
#
|
|
1132
1144
|
#
|
|
1133
|
-
# [1]:
|
|
1134
|
-
# [2]:
|
|
1145
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/sms-automated-labeling.html
|
|
1146
|
+
# [2]: https://docs.aws.amazon.com/sagemaker/latest/dg/sms-data.html
|
|
1135
1147
|
#
|
|
1136
1148
|
# @option params [required, String] :labeling_job_name
|
|
1137
1149
|
# The name of the labeling job. This name is used to identify the job in
|
|
@@ -1216,7 +1228,7 @@ module Aws::SageMaker
|
|
|
1216
1228
|
#
|
|
1217
1229
|
#
|
|
1218
1230
|
#
|
|
1219
|
-
# [1]:
|
|
1231
|
+
# [1]: https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-what
|
|
1220
1232
|
#
|
|
1221
1233
|
# @return [Types::CreateLabelingJobResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
1222
1234
|
#
|
|
@@ -1635,7 +1647,7 @@ module Aws::SageMaker
|
|
|
1635
1647
|
# instance, Amazon SageMaker assumes this role to perform tasks on your
|
|
1636
1648
|
# behalf. You must grant this role necessary permissions so Amazon
|
|
1637
1649
|
# SageMaker can perform these tasks. The policy must allow the Amazon
|
|
1638
|
-
# SageMaker service principal (sagemaker.amazonaws.com)
|
|
1650
|
+
# SageMaker service principal (sagemaker.amazonaws.com) permissionsto to
|
|
1639
1651
|
# assume this role. For more information, see [Amazon SageMaker
|
|
1640
1652
|
# Roles][1].
|
|
1641
1653
|
#
|
|
@@ -1657,7 +1669,7 @@ module Aws::SageMaker
|
|
|
1657
1669
|
#
|
|
1658
1670
|
#
|
|
1659
1671
|
#
|
|
1660
|
-
# [1]:
|
|
1672
|
+
# [1]: https://docs.aws.amazon.com/kms/latest/developerguide/enabling-keys.html
|
|
1661
1673
|
#
|
|
1662
1674
|
# @option params [Array<Types::Tag>] :tags
|
|
1663
1675
|
# A list of tags to associate with the notebook instance. You can add
|
|
@@ -1699,7 +1711,7 @@ module Aws::SageMaker
|
|
|
1699
1711
|
#
|
|
1700
1712
|
#
|
|
1701
1713
|
#
|
|
1702
|
-
# [1]:
|
|
1714
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/ei.html
|
|
1703
1715
|
#
|
|
1704
1716
|
# @option params [String] :default_code_repository
|
|
1705
1717
|
# A Git repository to associate with the notebook instance as its
|
|
@@ -1712,22 +1724,22 @@ module Aws::SageMaker
|
|
|
1712
1724
|
#
|
|
1713
1725
|
#
|
|
1714
1726
|
#
|
|
1715
|
-
# [1]:
|
|
1716
|
-
# [2]:
|
|
1727
|
+
# [1]: https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html
|
|
1728
|
+
# [2]: https://docs.aws.amazon.com/sagemaker/latest/dg/nbi-git-repo.html
|
|
1717
1729
|
#
|
|
1718
1730
|
# @option params [Array<String>] :additional_code_repositories
|
|
1719
1731
|
# An array of up to three Git repositories to associate with the
|
|
1720
1732
|
# notebook instance. These can be either the names of Git repositories
|
|
1721
1733
|
# stored as resources in your account, or the URL of Git repositories in
|
|
1722
|
-
# [AWS CodeCommit]
|
|
1723
|
-
# are cloned at the same level
|
|
1724
|
-
# notebook instance. For more
|
|
1725
|
-
# Repositories with Amazon SageMaker
|
|
1734
|
+
# [AWS CodeCommit](codecommit/latest/userguide/welcome.html) or in any
|
|
1735
|
+
# other Git repository. These repositories are cloned at the same level
|
|
1736
|
+
# as the default repository of your notebook instance. For more
|
|
1737
|
+
# information, see [Associating Git Repositories with Amazon SageMaker
|
|
1738
|
+
# Notebook Instances][1].
|
|
1726
1739
|
#
|
|
1727
1740
|
#
|
|
1728
1741
|
#
|
|
1729
|
-
# [1]:
|
|
1730
|
-
# [2]: http://docs.aws.amazon.com/sagemaker/latest/dg/nbi-git-repo.html
|
|
1742
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/nbi-git-repo.html
|
|
1731
1743
|
#
|
|
1732
1744
|
# @option params [String] :root_access
|
|
1733
1745
|
# Whether root access is enabled or disabled for users of the notebook
|
|
@@ -1925,11 +1937,11 @@ module Aws::SageMaker
|
|
|
1925
1937
|
# a list of hyperparameters for each training algorithm provided by
|
|
1926
1938
|
# Amazon SageMaker, see [Algorithms][1].
|
|
1927
1939
|
#
|
|
1928
|
-
# * `InputDataConfig` - Describes the training dataset and the Amazon
|
|
1929
|
-
# location where it is stored.
|
|
1940
|
+
# * `InputDataConfig` - Describes the training dataset and the Amazon
|
|
1941
|
+
# S3, EFS, or FSx location where it is stored.
|
|
1930
1942
|
#
|
|
1931
|
-
# * `OutputDataConfig` - Identifies the Amazon S3
|
|
1932
|
-
#
|
|
1943
|
+
# * `OutputDataConfig` - Identifies the Amazon S3 bucket where you want
|
|
1944
|
+
# Amazon SageMaker to save the results of model training.
|
|
1933
1945
|
#
|
|
1934
1946
|
#
|
|
1935
1947
|
#
|
|
@@ -2016,18 +2028,20 @@ module Aws::SageMaker
|
|
|
2016
2028
|
# Algorithms can accept input data from one or more channels. For
|
|
2017
2029
|
# example, an algorithm might have two channels of input data,
|
|
2018
2030
|
# `training_data` and `validation_data`. The configuration for each
|
|
2019
|
-
# channel provides the S3 location where the input data is
|
|
2020
|
-
# also provides information about the stored data: the MIME
|
|
2021
|
-
# compression method, and whether the data is wrapped in RecordIO
|
|
2031
|
+
# channel provides the S3, EFS, or FSx location where the input data is
|
|
2032
|
+
# stored. It also provides information about the stored data: the MIME
|
|
2033
|
+
# type, compression method, and whether the data is wrapped in RecordIO
|
|
2022
2034
|
# format.
|
|
2023
2035
|
#
|
|
2024
2036
|
# Depending on the input mode that the algorithm supports, Amazon
|
|
2025
2037
|
# SageMaker either copies input data files from an S3 bucket to a local
|
|
2026
2038
|
# directory in the Docker container, or makes it available as input
|
|
2027
|
-
# streams.
|
|
2039
|
+
# streams. For example, if you specify an EFS location, input data files
|
|
2040
|
+
# will be made available as input streams. They do not need to be
|
|
2041
|
+
# downloaded.
|
|
2028
2042
|
#
|
|
2029
2043
|
# @option params [required, Types::OutputDataConfig] :output_data_config
|
|
2030
|
-
# Specifies the path to the S3
|
|
2044
|
+
# Specifies the path to the S3 location where you want to store model
|
|
2031
2045
|
# artifacts. Amazon SageMaker creates subfolders for the artifacts.
|
|
2032
2046
|
#
|
|
2033
2047
|
# @option params [required, Types::ResourceConfig] :resource_config
|
|
@@ -2147,6 +2161,12 @@ module Aws::SageMaker
|
|
|
2147
2161
|
# s3_data_distribution_type: "FullyReplicated", # accepts FullyReplicated, ShardedByS3Key
|
|
2148
2162
|
# attribute_names: ["AttributeName"],
|
|
2149
2163
|
# },
|
|
2164
|
+
# file_system_data_source: {
|
|
2165
|
+
# file_system_id: "FileSystemId", # required
|
|
2166
|
+
# file_system_access_mode: "rw", # required, accepts rw, ro
|
|
2167
|
+
# file_system_type: "EFS", # required, accepts EFS, FSxLustre
|
|
2168
|
+
# directory_path: "DirectoryPath", # required
|
|
2169
|
+
# },
|
|
2150
2170
|
# },
|
|
2151
2171
|
# content_type: "ContentType",
|
|
2152
2172
|
# compression_type: "None", # accepts None, Gzip
|
|
@@ -2162,7 +2182,7 @@ module Aws::SageMaker
|
|
|
2162
2182
|
# s3_output_path: "S3Uri", # required
|
|
2163
2183
|
# },
|
|
2164
2184
|
# resource_config: { # required
|
|
2165
|
-
# instance_type: "ml.m4.xlarge", # required, accepts 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.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
|
|
2185
|
+
# instance_type: "ml.m4.xlarge", # required, accepts 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.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.p3dn.24xlarge
|
|
2166
2186
|
# instance_count: 1, # required
|
|
2167
2187
|
# volume_size_in_gb: 1, # required
|
|
2168
2188
|
# volume_kms_key_id: "KmsKeyId",
|
|
@@ -2257,7 +2277,7 @@ module Aws::SageMaker
|
|
|
2257
2277
|
#
|
|
2258
2278
|
#
|
|
2259
2279
|
#
|
|
2260
|
-
# [1]:
|
|
2280
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms-batch-code.html#your-algorithms-batch-code-how-containe-serves-requests
|
|
2261
2281
|
#
|
|
2262
2282
|
# @option params [Integer] :max_payload_in_mb
|
|
2263
2283
|
# The maximum allowed size of the payload, in MB. A *payload* is the
|
|
@@ -2316,7 +2336,7 @@ module Aws::SageMaker
|
|
|
2316
2336
|
#
|
|
2317
2337
|
#
|
|
2318
2338
|
#
|
|
2319
|
-
# [1]:
|
|
2339
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/batch-transform-data-processing.html
|
|
2320
2340
|
#
|
|
2321
2341
|
# @option params [Array<Types::Tag>] :tags
|
|
2322
2342
|
# (Optional) An array of key-value pairs. For more information, see
|
|
@@ -2409,7 +2429,7 @@ module Aws::SageMaker
|
|
|
2409
2429
|
#
|
|
2410
2430
|
#
|
|
2411
2431
|
#
|
|
2412
|
-
# [1]:
|
|
2432
|
+
# [1]: https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-identity-pools.html
|
|
2413
2433
|
#
|
|
2414
2434
|
# @option params [required, String] :description
|
|
2415
2435
|
# A description of the work team.
|
|
@@ -2419,6 +2439,15 @@ module Aws::SageMaker
|
|
|
2419
2439
|
# work items.
|
|
2420
2440
|
#
|
|
2421
2441
|
# @option params [Array<Types::Tag>] :tags
|
|
2442
|
+
# An array of key-value pairs.
|
|
2443
|
+
#
|
|
2444
|
+
# For more information, see [Resource Tag][1] and [Using Cost Allocation
|
|
2445
|
+
# Tags][2] in the <i> AWS Billing and Cost Management User Guide</i>.
|
|
2446
|
+
#
|
|
2447
|
+
#
|
|
2448
|
+
#
|
|
2449
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html
|
|
2450
|
+
# [2]: https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-what
|
|
2422
2451
|
#
|
|
2423
2452
|
# @return [Types::CreateWorkteamResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
2424
2453
|
#
|
|
@@ -2778,7 +2807,7 @@ module Aws::SageMaker
|
|
|
2778
2807
|
# resp.training_specification.supported_hyper_parameters[0].is_required #=> Boolean
|
|
2779
2808
|
# resp.training_specification.supported_hyper_parameters[0].default_value #=> String
|
|
2780
2809
|
# resp.training_specification.supported_training_instance_types #=> Array
|
|
2781
|
-
# resp.training_specification.supported_training_instance_types[0] #=> String, one of "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.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"
|
|
2810
|
+
# resp.training_specification.supported_training_instance_types[0] #=> String, one of "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.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.p3dn.24xlarge"
|
|
2782
2811
|
# resp.training_specification.supports_distributed_training #=> Boolean
|
|
2783
2812
|
# resp.training_specification.metric_definitions #=> Array
|
|
2784
2813
|
# resp.training_specification.metric_definitions[0].name #=> String
|
|
@@ -2823,6 +2852,10 @@ module Aws::SageMaker
|
|
|
2823
2852
|
# resp.validation_specification.validation_profiles[0].training_job_definition.input_data_config[0].data_source.s3_data_source.s3_data_distribution_type #=> String, one of "FullyReplicated", "ShardedByS3Key"
|
|
2824
2853
|
# resp.validation_specification.validation_profiles[0].training_job_definition.input_data_config[0].data_source.s3_data_source.attribute_names #=> Array
|
|
2825
2854
|
# resp.validation_specification.validation_profiles[0].training_job_definition.input_data_config[0].data_source.s3_data_source.attribute_names[0] #=> String
|
|
2855
|
+
# resp.validation_specification.validation_profiles[0].training_job_definition.input_data_config[0].data_source.file_system_data_source.file_system_id #=> String
|
|
2856
|
+
# resp.validation_specification.validation_profiles[0].training_job_definition.input_data_config[0].data_source.file_system_data_source.file_system_access_mode #=> String, one of "rw", "ro"
|
|
2857
|
+
# resp.validation_specification.validation_profiles[0].training_job_definition.input_data_config[0].data_source.file_system_data_source.file_system_type #=> String, one of "EFS", "FSxLustre"
|
|
2858
|
+
# resp.validation_specification.validation_profiles[0].training_job_definition.input_data_config[0].data_source.file_system_data_source.directory_path #=> String
|
|
2826
2859
|
# resp.validation_specification.validation_profiles[0].training_job_definition.input_data_config[0].content_type #=> String
|
|
2827
2860
|
# resp.validation_specification.validation_profiles[0].training_job_definition.input_data_config[0].compression_type #=> String, one of "None", "Gzip"
|
|
2828
2861
|
# resp.validation_specification.validation_profiles[0].training_job_definition.input_data_config[0].record_wrapper_type #=> String, one of "None", "RecordIO"
|
|
@@ -2830,7 +2863,7 @@ module Aws::SageMaker
|
|
|
2830
2863
|
# resp.validation_specification.validation_profiles[0].training_job_definition.input_data_config[0].shuffle_config.seed #=> Integer
|
|
2831
2864
|
# resp.validation_specification.validation_profiles[0].training_job_definition.output_data_config.kms_key_id #=> String
|
|
2832
2865
|
# resp.validation_specification.validation_profiles[0].training_job_definition.output_data_config.s3_output_path #=> String
|
|
2833
|
-
# resp.validation_specification.validation_profiles[0].training_job_definition.resource_config.instance_type #=> String, one of "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.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"
|
|
2866
|
+
# resp.validation_specification.validation_profiles[0].training_job_definition.resource_config.instance_type #=> String, one of "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.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.p3dn.24xlarge"
|
|
2834
2867
|
# resp.validation_specification.validation_profiles[0].training_job_definition.resource_config.instance_count #=> Integer
|
|
2835
2868
|
# resp.validation_specification.validation_profiles[0].training_job_definition.resource_config.volume_size_in_gb #=> Integer
|
|
2836
2869
|
# resp.validation_specification.validation_profiles[0].training_job_definition.resource_config.volume_kms_key_id #=> String
|
|
@@ -3134,6 +3167,10 @@ module Aws::SageMaker
|
|
|
3134
3167
|
# resp.training_job_definition.input_data_config[0].data_source.s3_data_source.s3_data_distribution_type #=> String, one of "FullyReplicated", "ShardedByS3Key"
|
|
3135
3168
|
# resp.training_job_definition.input_data_config[0].data_source.s3_data_source.attribute_names #=> Array
|
|
3136
3169
|
# resp.training_job_definition.input_data_config[0].data_source.s3_data_source.attribute_names[0] #=> String
|
|
3170
|
+
# resp.training_job_definition.input_data_config[0].data_source.file_system_data_source.file_system_id #=> String
|
|
3171
|
+
# resp.training_job_definition.input_data_config[0].data_source.file_system_data_source.file_system_access_mode #=> String, one of "rw", "ro"
|
|
3172
|
+
# resp.training_job_definition.input_data_config[0].data_source.file_system_data_source.file_system_type #=> String, one of "EFS", "FSxLustre"
|
|
3173
|
+
# resp.training_job_definition.input_data_config[0].data_source.file_system_data_source.directory_path #=> String
|
|
3137
3174
|
# resp.training_job_definition.input_data_config[0].content_type #=> String
|
|
3138
3175
|
# resp.training_job_definition.input_data_config[0].compression_type #=> String, one of "None", "Gzip"
|
|
3139
3176
|
# resp.training_job_definition.input_data_config[0].record_wrapper_type #=> String, one of "None", "RecordIO"
|
|
@@ -3145,7 +3182,7 @@ module Aws::SageMaker
|
|
|
3145
3182
|
# resp.training_job_definition.vpc_config.subnets[0] #=> String
|
|
3146
3183
|
# resp.training_job_definition.output_data_config.kms_key_id #=> String
|
|
3147
3184
|
# resp.training_job_definition.output_data_config.s3_output_path #=> String
|
|
3148
|
-
# resp.training_job_definition.resource_config.instance_type #=> String, one of "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.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"
|
|
3185
|
+
# resp.training_job_definition.resource_config.instance_type #=> String, one of "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.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.p3dn.24xlarge"
|
|
3149
3186
|
# resp.training_job_definition.resource_config.instance_count #=> Integer
|
|
3150
3187
|
# resp.training_job_definition.resource_config.volume_size_in_gb #=> Integer
|
|
3151
3188
|
# resp.training_job_definition.resource_config.volume_kms_key_id #=> String
|
|
@@ -3664,6 +3701,10 @@ module Aws::SageMaker
|
|
|
3664
3701
|
# resp.input_data_config[0].data_source.s3_data_source.s3_data_distribution_type #=> String, one of "FullyReplicated", "ShardedByS3Key"
|
|
3665
3702
|
# resp.input_data_config[0].data_source.s3_data_source.attribute_names #=> Array
|
|
3666
3703
|
# resp.input_data_config[0].data_source.s3_data_source.attribute_names[0] #=> String
|
|
3704
|
+
# resp.input_data_config[0].data_source.file_system_data_source.file_system_id #=> String
|
|
3705
|
+
# resp.input_data_config[0].data_source.file_system_data_source.file_system_access_mode #=> String, one of "rw", "ro"
|
|
3706
|
+
# resp.input_data_config[0].data_source.file_system_data_source.file_system_type #=> String, one of "EFS", "FSxLustre"
|
|
3707
|
+
# resp.input_data_config[0].data_source.file_system_data_source.directory_path #=> String
|
|
3667
3708
|
# resp.input_data_config[0].content_type #=> String
|
|
3668
3709
|
# resp.input_data_config[0].compression_type #=> String, one of "None", "Gzip"
|
|
3669
3710
|
# resp.input_data_config[0].record_wrapper_type #=> String, one of "None", "RecordIO"
|
|
@@ -3671,7 +3712,7 @@ module Aws::SageMaker
|
|
|
3671
3712
|
# resp.input_data_config[0].shuffle_config.seed #=> Integer
|
|
3672
3713
|
# resp.output_data_config.kms_key_id #=> String
|
|
3673
3714
|
# resp.output_data_config.s3_output_path #=> String
|
|
3674
|
-
# resp.resource_config.instance_type #=> String, one of "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.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"
|
|
3715
|
+
# resp.resource_config.instance_type #=> String, one of "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.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.p3dn.24xlarge"
|
|
3675
3716
|
# resp.resource_config.instance_count #=> Integer
|
|
3676
3717
|
# resp.resource_config.volume_size_in_gb #=> Integer
|
|
3677
3718
|
# resp.resource_config.volume_kms_key_id #=> String
|
|
@@ -5350,6 +5391,10 @@ module Aws::SageMaker
|
|
|
5350
5391
|
# resp.results[0].training_job.input_data_config[0].data_source.s3_data_source.s3_data_distribution_type #=> String, one of "FullyReplicated", "ShardedByS3Key"
|
|
5351
5392
|
# resp.results[0].training_job.input_data_config[0].data_source.s3_data_source.attribute_names #=> Array
|
|
5352
5393
|
# resp.results[0].training_job.input_data_config[0].data_source.s3_data_source.attribute_names[0] #=> String
|
|
5394
|
+
# resp.results[0].training_job.input_data_config[0].data_source.file_system_data_source.file_system_id #=> String
|
|
5395
|
+
# resp.results[0].training_job.input_data_config[0].data_source.file_system_data_source.file_system_access_mode #=> String, one of "rw", "ro"
|
|
5396
|
+
# resp.results[0].training_job.input_data_config[0].data_source.file_system_data_source.file_system_type #=> String, one of "EFS", "FSxLustre"
|
|
5397
|
+
# resp.results[0].training_job.input_data_config[0].data_source.file_system_data_source.directory_path #=> String
|
|
5353
5398
|
# resp.results[0].training_job.input_data_config[0].content_type #=> String
|
|
5354
5399
|
# resp.results[0].training_job.input_data_config[0].compression_type #=> String, one of "None", "Gzip"
|
|
5355
5400
|
# resp.results[0].training_job.input_data_config[0].record_wrapper_type #=> String, one of "None", "RecordIO"
|
|
@@ -5357,7 +5402,7 @@ module Aws::SageMaker
|
|
|
5357
5402
|
# resp.results[0].training_job.input_data_config[0].shuffle_config.seed #=> Integer
|
|
5358
5403
|
# resp.results[0].training_job.output_data_config.kms_key_id #=> String
|
|
5359
5404
|
# resp.results[0].training_job.output_data_config.s3_output_path #=> String
|
|
5360
|
-
# resp.results[0].training_job.resource_config.instance_type #=> String, one of "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.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"
|
|
5405
|
+
# resp.results[0].training_job.resource_config.instance_type #=> String, one of "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.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.p3dn.24xlarge"
|
|
5361
5406
|
# resp.results[0].training_job.resource_config.instance_count #=> Integer
|
|
5362
5407
|
# resp.results[0].training_job.resource_config.volume_size_in_gb #=> Integer
|
|
5363
5408
|
# resp.results[0].training_job.resource_config.volume_kms_key_id #=> String
|
|
@@ -5794,8 +5839,8 @@ module Aws::SageMaker
|
|
|
5794
5839
|
#
|
|
5795
5840
|
#
|
|
5796
5841
|
#
|
|
5797
|
-
# [1]:
|
|
5798
|
-
# [2]:
|
|
5842
|
+
# [1]: https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html
|
|
5843
|
+
# [2]: https://docs.aws.amazon.com/sagemaker/latest/dg/nbi-git-repo.html
|
|
5799
5844
|
#
|
|
5800
5845
|
# @option params [Array<String>] :additional_code_repositories
|
|
5801
5846
|
# An array of up to three Git repositories to associate with the
|
|
@@ -5808,18 +5853,14 @@ module Aws::SageMaker
|
|
|
5808
5853
|
#
|
|
5809
5854
|
#
|
|
5810
5855
|
#
|
|
5811
|
-
# [1]:
|
|
5812
|
-
# [2]:
|
|
5856
|
+
# [1]: https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html
|
|
5857
|
+
# [2]: https://docs.aws.amazon.com/sagemaker/latest/dg/nbi-git-repo.html
|
|
5813
5858
|
#
|
|
5814
5859
|
# @option params [Array<String>] :accelerator_types
|
|
5815
5860
|
# A list of the Elastic Inference (EI) instance types to associate with
|
|
5816
5861
|
# this notebook instance. Currently only one EI instance type can be
|
|
5817
5862
|
# associated with a notebook instance. For more information, see [Using
|
|
5818
|
-
# Elastic Inference in Amazon SageMaker]
|
|
5819
|
-
#
|
|
5820
|
-
#
|
|
5821
|
-
#
|
|
5822
|
-
# [1]: http://docs.aws.amazon.com/sagemaker/latest/dg/ei.html
|
|
5863
|
+
# Elastic Inference in Amazon SageMaker](sagemaker/latest/dg/ei.html).
|
|
5823
5864
|
#
|
|
5824
5865
|
# @option params [Boolean] :disassociate_accelerator_types
|
|
5825
5866
|
# A list of the Elastic Inference (EI) instance types to remove from
|
|
@@ -5998,7 +6039,7 @@ module Aws::SageMaker
|
|
|
5998
6039
|
params: params,
|
|
5999
6040
|
config: config)
|
|
6000
6041
|
context[:gem_name] = 'aws-sdk-sagemaker'
|
|
6001
|
-
context[:gem_version] = '1.
|
|
6042
|
+
context[:gem_version] = '1.43.0'
|
|
6002
6043
|
Seahorse::Client::Request.new(handlers, context)
|
|
6003
6044
|
end
|
|
6004
6045
|
|
|
@@ -185,6 +185,10 @@ module Aws::SageMaker
|
|
|
185
185
|
EnvironmentMap = Shapes::MapShape.new(name: 'EnvironmentMap')
|
|
186
186
|
EnvironmentValue = Shapes::StringShape.new(name: 'EnvironmentValue')
|
|
187
187
|
FailureReason = Shapes::StringShape.new(name: 'FailureReason')
|
|
188
|
+
FileSystemAccessMode = Shapes::StringShape.new(name: 'FileSystemAccessMode')
|
|
189
|
+
FileSystemDataSource = Shapes::StructureShape.new(name: 'FileSystemDataSource')
|
|
190
|
+
FileSystemId = Shapes::StringShape.new(name: 'FileSystemId')
|
|
191
|
+
FileSystemType = Shapes::StringShape.new(name: 'FileSystemType')
|
|
188
192
|
Filter = Shapes::StructureShape.new(name: 'Filter')
|
|
189
193
|
FilterList = Shapes::ListShape.new(name: 'FilterList')
|
|
190
194
|
FilterValue = Shapes::StringShape.new(name: 'FilterValue')
|
|
@@ -848,6 +852,7 @@ module Aws::SageMaker
|
|
|
848
852
|
DataProcessing.struct_class = Types::DataProcessing
|
|
849
853
|
|
|
850
854
|
DataSource.add_member(:s3_data_source, Shapes::ShapeRef.new(shape: S3DataSource, location_name: "S3DataSource"))
|
|
855
|
+
DataSource.add_member(:file_system_data_source, Shapes::ShapeRef.new(shape: FileSystemDataSource, location_name: "FileSystemDataSource"))
|
|
851
856
|
DataSource.struct_class = Types::DataSource
|
|
852
857
|
|
|
853
858
|
DeleteAlgorithmInput.add_member(:algorithm_name, Shapes::ShapeRef.new(shape: EntityName, required: true, location_name: "AlgorithmName"))
|
|
@@ -1159,6 +1164,12 @@ module Aws::SageMaker
|
|
|
1159
1164
|
EnvironmentMap.key = Shapes::ShapeRef.new(shape: EnvironmentKey)
|
|
1160
1165
|
EnvironmentMap.value = Shapes::ShapeRef.new(shape: EnvironmentValue)
|
|
1161
1166
|
|
|
1167
|
+
FileSystemDataSource.add_member(:file_system_id, Shapes::ShapeRef.new(shape: FileSystemId, required: true, location_name: "FileSystemId"))
|
|
1168
|
+
FileSystemDataSource.add_member(:file_system_access_mode, Shapes::ShapeRef.new(shape: FileSystemAccessMode, required: true, location_name: "FileSystemAccessMode"))
|
|
1169
|
+
FileSystemDataSource.add_member(:file_system_type, Shapes::ShapeRef.new(shape: FileSystemType, required: true, location_name: "FileSystemType"))
|
|
1170
|
+
FileSystemDataSource.add_member(:directory_path, Shapes::ShapeRef.new(shape: DirectoryPath, required: true, location_name: "DirectoryPath"))
|
|
1171
|
+
FileSystemDataSource.struct_class = Types::FileSystemDataSource
|
|
1172
|
+
|
|
1162
1173
|
Filter.add_member(:name, Shapes::ShapeRef.new(shape: ResourcePropertyName, required: true, location_name: "Name"))
|
|
1163
1174
|
Filter.add_member(:operator, Shapes::ShapeRef.new(shape: Operator, location_name: "Operator"))
|
|
1164
1175
|
Filter.add_member(:value, Shapes::ShapeRef.new(shape: FilterValue, location_name: "Value"))
|
|
@@ -245,6 +245,12 @@ module Aws::SageMaker
|
|
|
245
245
|
# s3_data_distribution_type: "FullyReplicated", # accepts FullyReplicated, ShardedByS3Key
|
|
246
246
|
# attribute_names: ["AttributeName"],
|
|
247
247
|
# },
|
|
248
|
+
# file_system_data_source: {
|
|
249
|
+
# file_system_id: "FileSystemId", # required
|
|
250
|
+
# file_system_access_mode: "rw", # required, accepts rw, ro
|
|
251
|
+
# file_system_type: "EFS", # required, accepts EFS, FSxLustre
|
|
252
|
+
# directory_path: "DirectoryPath", # required
|
|
253
|
+
# },
|
|
248
254
|
# },
|
|
249
255
|
# content_type: "ContentType",
|
|
250
256
|
# compression_type: "None", # accepts None, Gzip
|
|
@@ -260,7 +266,7 @@ module Aws::SageMaker
|
|
|
260
266
|
# s3_output_path: "S3Uri", # required
|
|
261
267
|
# },
|
|
262
268
|
# resource_config: { # required
|
|
263
|
-
# instance_type: "ml.m4.xlarge", # required, accepts 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.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
|
|
269
|
+
# instance_type: "ml.m4.xlarge", # required, accepts 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.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.p3dn.24xlarge
|
|
264
270
|
# instance_count: 1, # required
|
|
265
271
|
# volume_size_in_gb: 1, # required
|
|
266
272
|
# volume_kms_key_id: "KmsKeyId",
|
|
@@ -352,6 +358,12 @@ module Aws::SageMaker
|
|
|
352
358
|
# s3_data_distribution_type: "FullyReplicated", # accepts FullyReplicated, ShardedByS3Key
|
|
353
359
|
# attribute_names: ["AttributeName"],
|
|
354
360
|
# },
|
|
361
|
+
# file_system_data_source: {
|
|
362
|
+
# file_system_id: "FileSystemId", # required
|
|
363
|
+
# file_system_access_mode: "rw", # required, accepts rw, ro
|
|
364
|
+
# file_system_type: "EFS", # required, accepts EFS, FSxLustre
|
|
365
|
+
# directory_path: "DirectoryPath", # required
|
|
366
|
+
# },
|
|
355
367
|
# },
|
|
356
368
|
# content_type: "ContentType",
|
|
357
369
|
# compression_type: "None", # accepts None, Gzip
|
|
@@ -367,7 +379,7 @@ module Aws::SageMaker
|
|
|
367
379
|
# s3_output_path: "S3Uri", # required
|
|
368
380
|
# },
|
|
369
381
|
# resource_config: { # required
|
|
370
|
-
# instance_type: "ml.m4.xlarge", # required, accepts 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.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
|
|
382
|
+
# instance_type: "ml.m4.xlarge", # required, accepts 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.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.p3dn.24xlarge
|
|
371
383
|
# instance_count: 1, # required
|
|
372
384
|
# volume_size_in_gb: 1, # required
|
|
373
385
|
# volume_kms_key_id: "KmsKeyId",
|
|
@@ -461,6 +473,18 @@ module Aws::SageMaker
|
|
|
461
473
|
#
|
|
462
474
|
# `arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-BoundingBox`
|
|
463
475
|
#
|
|
476
|
+
# `arn:aws:lambda:ap-south-1:565803892007:function:ACS-BoundingBox`
|
|
477
|
+
#
|
|
478
|
+
# `arn:aws:lambda:eu-central-1:203001061592:function:ACS-BoundingBox`
|
|
479
|
+
#
|
|
480
|
+
# `arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-BoundingBox`
|
|
481
|
+
#
|
|
482
|
+
# `arn:aws:lambda:eu-west-2:487402164563:function:ACS-BoundingBox`
|
|
483
|
+
#
|
|
484
|
+
# `arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-BoundingBox`
|
|
485
|
+
#
|
|
486
|
+
# `arn:aws:lambda:ca-central-1:918755190332:function:ACS-BoundingBox`
|
|
487
|
+
#
|
|
464
488
|
# * *Image classification* - Uses a variant of the Expectation
|
|
465
489
|
# Maximization approach to estimate the true class of an image based
|
|
466
490
|
# on annotations from individual workers.
|
|
@@ -477,6 +501,18 @@ module Aws::SageMaker
|
|
|
477
501
|
#
|
|
478
502
|
# `arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-ImageMultiClass`
|
|
479
503
|
#
|
|
504
|
+
# `arn:aws:lambda:ap-south-1:565803892007:function:ACS-ImageMultiClass`
|
|
505
|
+
#
|
|
506
|
+
# `arn:aws:lambda:eu-central-1:203001061592:function:ACS-ImageMultiClass`
|
|
507
|
+
#
|
|
508
|
+
# `arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-ImageMultiClass`
|
|
509
|
+
#
|
|
510
|
+
# `arn:aws:lambda:eu-west-2:487402164563:function:ACS-ImageMultiClass`
|
|
511
|
+
#
|
|
512
|
+
# `arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-ImageMultiClass`
|
|
513
|
+
#
|
|
514
|
+
# `arn:aws:lambda:ca-central-1:918755190332:function:ACS-ImageMultiClass`
|
|
515
|
+
#
|
|
480
516
|
# * *Semantic segmentation* - Treats each pixel in an image as a
|
|
481
517
|
# multi-class classification and treats pixel annotations from
|
|
482
518
|
# workers as "votes" for the correct label.
|
|
@@ -493,6 +529,18 @@ module Aws::SageMaker
|
|
|
493
529
|
#
|
|
494
530
|
# `arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-SemanticSegmentation`
|
|
495
531
|
#
|
|
532
|
+
# `arn:aws:lambda:ap-south-1:565803892007:function:ACS-SemanticSegmentation`
|
|
533
|
+
#
|
|
534
|
+
# `arn:aws:lambda:eu-central-1:203001061592:function:ACS-SemanticSegmentation`
|
|
535
|
+
#
|
|
536
|
+
# `arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-SemanticSegmentation`
|
|
537
|
+
#
|
|
538
|
+
# `arn:aws:lambda:eu-west-2:487402164563:function:ACS-SemanticSegmentation`
|
|
539
|
+
#
|
|
540
|
+
# `arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-SemanticSegmentation`
|
|
541
|
+
#
|
|
542
|
+
# `arn:aws:lambda:ca-central-1:918755190332:function:ACS-SemanticSegmentation`
|
|
543
|
+
#
|
|
496
544
|
# * *Text classification* - Uses a variant of the Expectation
|
|
497
545
|
# Maximization approach to estimate the true class of text based on
|
|
498
546
|
# annotations from individual workers.
|
|
@@ -509,6 +557,45 @@ module Aws::SageMaker
|
|
|
509
557
|
#
|
|
510
558
|
# `arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-TextMultiClass`
|
|
511
559
|
#
|
|
560
|
+
# `arn:aws:lambda:ap-south-1:565803892007:function:ACS-TextMultiClass`
|
|
561
|
+
#
|
|
562
|
+
# `arn:aws:lambda:eu-central-1:203001061592:function:ACS-TextMultiClass`
|
|
563
|
+
#
|
|
564
|
+
# `arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-TextMultiClass`
|
|
565
|
+
#
|
|
566
|
+
# `arn:aws:lambda:eu-west-2:487402164563:function:ACS-TextMultiClass`
|
|
567
|
+
#
|
|
568
|
+
# `arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-TextMultiClass`
|
|
569
|
+
#
|
|
570
|
+
# `arn:aws:lambda:ca-central-1:918755190332:function:ACS-TextMultiClass`
|
|
571
|
+
#
|
|
572
|
+
# * *Named entity eecognition* - Groups similar selections and
|
|
573
|
+
# calculates aggregate boundaries, resolving to most-assigned label.
|
|
574
|
+
#
|
|
575
|
+
# `arn:aws:lambda:us-east-1:432418664414:function:ACS-NamedEntityRecognition`
|
|
576
|
+
#
|
|
577
|
+
# `arn:aws:lambda:us-east-2:266458841044:function:ACS-NamedEntityRecognition`
|
|
578
|
+
#
|
|
579
|
+
# `arn:aws:lambda:us-west-2:081040173940:function:ACS-NamedEntityRecognition`
|
|
580
|
+
#
|
|
581
|
+
# `arn:aws:lambda:eu-west-1:568282634449:function:ACS-NamedEntityRecognition`
|
|
582
|
+
#
|
|
583
|
+
# `arn:aws:lambda:ap-northeast-1:477331159723:function:ACS-NamedEntityRecognition`
|
|
584
|
+
#
|
|
585
|
+
# `arn:aws:lambda:ap-southeast-2:454466003867:function:ACS-NamedEntityRecognition`
|
|
586
|
+
#
|
|
587
|
+
# `arn:aws:lambda:ap-south-1:565803892007:function:ACS-NamedEntityRecognition`
|
|
588
|
+
#
|
|
589
|
+
# `arn:aws:lambda:eu-central-1:203001061592:function:ACS-NamedEntityRecognition`
|
|
590
|
+
#
|
|
591
|
+
# `arn:aws:lambda:ap-northeast-2:845288260483:function:ACS-NamedEntityRecognition`
|
|
592
|
+
#
|
|
593
|
+
# `arn:aws:lambda:eu-west-2:487402164563:function:ACS-NamedEntityRecognition`
|
|
594
|
+
#
|
|
595
|
+
# `arn:aws:lambda:ap-southeast-1:377565633583:function:ACS-NamedEntityRecognition`
|
|
596
|
+
#
|
|
597
|
+
# `arn:aws:lambda:ca-central-1:918755190332:function:ACS-NamedEntityRecognition`
|
|
598
|
+
#
|
|
512
599
|
# * *Named entity eecognition* - Groups similar selections and
|
|
513
600
|
# calculates aggregate boundaries, resolving to most-assigned label.
|
|
514
601
|
#
|
|
@@ -528,7 +615,7 @@ module Aws::SageMaker
|
|
|
528
615
|
#
|
|
529
616
|
#
|
|
530
617
|
#
|
|
531
|
-
# [1]:
|
|
618
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/sms-annotation-consolidation.html
|
|
532
619
|
# @return [String]
|
|
533
620
|
#
|
|
534
621
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/AnnotationConsolidationConfig AWS API Documentation
|
|
@@ -599,6 +686,12 @@ module Aws::SageMaker
|
|
|
599
686
|
# s3_data_distribution_type: "FullyReplicated", # accepts FullyReplicated, ShardedByS3Key
|
|
600
687
|
# attribute_names: ["AttributeName"],
|
|
601
688
|
# },
|
|
689
|
+
# file_system_data_source: {
|
|
690
|
+
# file_system_id: "FileSystemId", # required
|
|
691
|
+
# file_system_access_mode: "rw", # required, accepts rw, ro
|
|
692
|
+
# file_system_type: "EFS", # required, accepts EFS, FSxLustre
|
|
693
|
+
# directory_path: "DirectoryPath", # required
|
|
694
|
+
# },
|
|
602
695
|
# },
|
|
603
696
|
# content_type: "ContentType",
|
|
604
697
|
# compression_type: "None", # accepts None, Gzip
|
|
@@ -929,7 +1022,7 @@ module Aws::SageMaker
|
|
|
929
1022
|
#
|
|
930
1023
|
#
|
|
931
1024
|
#
|
|
932
|
-
# [1]:
|
|
1025
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/inference-pipeline-logs-metrics.html
|
|
933
1026
|
# @return [String]
|
|
934
1027
|
#
|
|
935
1028
|
# @!attribute [rw] image
|
|
@@ -968,8 +1061,8 @@ module Aws::SageMaker
|
|
|
968
1061
|
#
|
|
969
1062
|
#
|
|
970
1063
|
#
|
|
971
|
-
# [1]:
|
|
972
|
-
# [2]:
|
|
1064
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-algo-docker-registry-paths.html
|
|
1065
|
+
# [2]: https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_enable-regions.html
|
|
973
1066
|
# @return [String]
|
|
974
1067
|
#
|
|
975
1068
|
# @!attribute [rw] environment
|
|
@@ -1055,7 +1148,7 @@ module Aws::SageMaker
|
|
|
1055
1148
|
#
|
|
1056
1149
|
#
|
|
1057
1150
|
#
|
|
1058
|
-
# [1]:
|
|
1151
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/automatic-model-tuning-define-ranges.html#scaling-type
|
|
1059
1152
|
# @return [String]
|
|
1060
1153
|
#
|
|
1061
1154
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ContinuousParameterRange AWS API Documentation
|
|
@@ -1126,7 +1219,7 @@ module Aws::SageMaker
|
|
|
1126
1219
|
# default_value: "ParameterValue",
|
|
1127
1220
|
# },
|
|
1128
1221
|
# ],
|
|
1129
|
-
# supported_training_instance_types: ["ml.m4.xlarge"], # required, accepts 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.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
|
|
1222
|
+
# supported_training_instance_types: ["ml.m4.xlarge"], # required, accepts 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.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.p3dn.24xlarge
|
|
1130
1223
|
# supports_distributed_training: false,
|
|
1131
1224
|
# metric_definitions: [
|
|
1132
1225
|
# {
|
|
@@ -1186,6 +1279,12 @@ module Aws::SageMaker
|
|
|
1186
1279
|
# s3_data_distribution_type: "FullyReplicated", # accepts FullyReplicated, ShardedByS3Key
|
|
1187
1280
|
# attribute_names: ["AttributeName"],
|
|
1188
1281
|
# },
|
|
1282
|
+
# file_system_data_source: {
|
|
1283
|
+
# file_system_id: "FileSystemId", # required
|
|
1284
|
+
# file_system_access_mode: "rw", # required, accepts rw, ro
|
|
1285
|
+
# file_system_type: "EFS", # required, accepts EFS, FSxLustre
|
|
1286
|
+
# directory_path: "DirectoryPath", # required
|
|
1287
|
+
# },
|
|
1189
1288
|
# },
|
|
1190
1289
|
# content_type: "ContentType",
|
|
1191
1290
|
# compression_type: "None", # accepts None, Gzip
|
|
@@ -1201,7 +1300,7 @@ module Aws::SageMaker
|
|
|
1201
1300
|
# s3_output_path: "S3Uri", # required
|
|
1202
1301
|
# },
|
|
1203
1302
|
# resource_config: { # required
|
|
1204
|
-
# instance_type: "ml.m4.xlarge", # required, accepts 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.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
|
|
1303
|
+
# instance_type: "ml.m4.xlarge", # required, accepts 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.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.p3dn.24xlarge
|
|
1205
1304
|
# instance_count: 1, # required
|
|
1206
1305
|
# volume_size_in_gb: 1, # required
|
|
1207
1306
|
# volume_kms_key_id: "KmsKeyId",
|
|
@@ -1665,6 +1764,12 @@ module Aws::SageMaker
|
|
|
1665
1764
|
# s3_data_distribution_type: "FullyReplicated", # accepts FullyReplicated, ShardedByS3Key
|
|
1666
1765
|
# attribute_names: ["AttributeName"],
|
|
1667
1766
|
# },
|
|
1767
|
+
# file_system_data_source: {
|
|
1768
|
+
# file_system_id: "FileSystemId", # required
|
|
1769
|
+
# file_system_access_mode: "rw", # required, accepts rw, ro
|
|
1770
|
+
# file_system_type: "EFS", # required, accepts EFS, FSxLustre
|
|
1771
|
+
# directory_path: "DirectoryPath", # required
|
|
1772
|
+
# },
|
|
1668
1773
|
# },
|
|
1669
1774
|
# content_type: "ContentType",
|
|
1670
1775
|
# compression_type: "None", # accepts None, Gzip
|
|
@@ -1684,7 +1789,7 @@ module Aws::SageMaker
|
|
|
1684
1789
|
# s3_output_path: "S3Uri", # required
|
|
1685
1790
|
# },
|
|
1686
1791
|
# resource_config: { # required
|
|
1687
|
-
# instance_type: "ml.m4.xlarge", # required, accepts 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.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
|
|
1792
|
+
# instance_type: "ml.m4.xlarge", # required, accepts 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.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.p3dn.24xlarge
|
|
1688
1793
|
# instance_count: 1, # required
|
|
1689
1794
|
# volume_size_in_gb: 1, # required
|
|
1690
1795
|
# volume_kms_key_id: "KmsKeyId",
|
|
@@ -1773,7 +1878,7 @@ module Aws::SageMaker
|
|
|
1773
1878
|
#
|
|
1774
1879
|
#
|
|
1775
1880
|
#
|
|
1776
|
-
# [1]: https://aws.amazon.com/answers/account-management/aws-tagging-strategies/
|
|
1881
|
+
# [1]: https://docs.aws.amazon.com/https:/aws.amazon.com/answers/account-management/aws-tagging-strategies/
|
|
1777
1882
|
# @return [Array<Types::Tag>]
|
|
1778
1883
|
#
|
|
1779
1884
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateHyperParameterTuningJobRequest AWS API Documentation
|
|
@@ -1957,7 +2062,7 @@ module Aws::SageMaker
|
|
|
1957
2062
|
#
|
|
1958
2063
|
#
|
|
1959
2064
|
#
|
|
1960
|
-
# [1]:
|
|
2065
|
+
# [1]: https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-what
|
|
1961
2066
|
# @return [Array<Types::Tag>]
|
|
1962
2067
|
#
|
|
1963
2068
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateLabelingJobRequest AWS API Documentation
|
|
@@ -2296,7 +2401,7 @@ module Aws::SageMaker
|
|
|
2296
2401
|
# your behalf. You must grant this role necessary permissions so
|
|
2297
2402
|
# Amazon SageMaker can perform these tasks. The policy must allow the
|
|
2298
2403
|
# Amazon SageMaker service principal (sagemaker.amazonaws.com)
|
|
2299
|
-
#
|
|
2404
|
+
# permissionsto to assume this role. For more information, see [Amazon
|
|
2300
2405
|
# SageMaker Roles][1].
|
|
2301
2406
|
#
|
|
2302
2407
|
# <note markdown="1"> To be able to pass this role to Amazon SageMaker, the caller of this
|
|
@@ -2318,7 +2423,7 @@ module Aws::SageMaker
|
|
|
2318
2423
|
#
|
|
2319
2424
|
#
|
|
2320
2425
|
#
|
|
2321
|
-
# [1]:
|
|
2426
|
+
# [1]: https://docs.aws.amazon.com/kms/latest/developerguide/enabling-keys.html
|
|
2322
2427
|
# @return [String]
|
|
2323
2428
|
#
|
|
2324
2429
|
# @!attribute [rw] tags
|
|
@@ -2365,7 +2470,7 @@ module Aws::SageMaker
|
|
|
2365
2470
|
#
|
|
2366
2471
|
#
|
|
2367
2472
|
#
|
|
2368
|
-
# [1]:
|
|
2473
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/ei.html
|
|
2369
2474
|
# @return [Array<String>]
|
|
2370
2475
|
#
|
|
2371
2476
|
# @!attribute [rw] default_code_repository
|
|
@@ -2379,23 +2484,23 @@ module Aws::SageMaker
|
|
|
2379
2484
|
#
|
|
2380
2485
|
#
|
|
2381
2486
|
#
|
|
2382
|
-
# [1]:
|
|
2383
|
-
# [2]:
|
|
2487
|
+
# [1]: https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html
|
|
2488
|
+
# [2]: https://docs.aws.amazon.com/sagemaker/latest/dg/nbi-git-repo.html
|
|
2384
2489
|
# @return [String]
|
|
2385
2490
|
#
|
|
2386
2491
|
# @!attribute [rw] additional_code_repositories
|
|
2387
2492
|
# An array of up to three Git repositories to associate with the
|
|
2388
2493
|
# notebook instance. These can be either the names of Git repositories
|
|
2389
2494
|
# stored as resources in your account, or the URL of Git repositories
|
|
2390
|
-
# in [AWS CodeCommit]
|
|
2391
|
-
# repositories are cloned at the same
|
|
2392
|
-
# of your notebook instance. For more
|
|
2393
|
-
# Git Repositories with Amazon SageMaker
|
|
2495
|
+
# in [AWS CodeCommit](codecommit/latest/userguide/welcome.html) or in
|
|
2496
|
+
# any other Git repository. These repositories are cloned at the same
|
|
2497
|
+
# level as the default repository of your notebook instance. For more
|
|
2498
|
+
# information, see [Associating Git Repositories with Amazon SageMaker
|
|
2499
|
+
# Notebook Instances][1].
|
|
2394
2500
|
#
|
|
2395
2501
|
#
|
|
2396
2502
|
#
|
|
2397
|
-
# [1]:
|
|
2398
|
-
# [2]: http://docs.aws.amazon.com/sagemaker/latest/dg/nbi-git-repo.html
|
|
2503
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/nbi-git-repo.html
|
|
2399
2504
|
# @return [Array<String>]
|
|
2400
2505
|
#
|
|
2401
2506
|
# @!attribute [rw] root_access
|
|
@@ -2558,6 +2663,12 @@ module Aws::SageMaker
|
|
|
2558
2663
|
# s3_data_distribution_type: "FullyReplicated", # accepts FullyReplicated, ShardedByS3Key
|
|
2559
2664
|
# attribute_names: ["AttributeName"],
|
|
2560
2665
|
# },
|
|
2666
|
+
# file_system_data_source: {
|
|
2667
|
+
# file_system_id: "FileSystemId", # required
|
|
2668
|
+
# file_system_access_mode: "rw", # required, accepts rw, ro
|
|
2669
|
+
# file_system_type: "EFS", # required, accepts EFS, FSxLustre
|
|
2670
|
+
# directory_path: "DirectoryPath", # required
|
|
2671
|
+
# },
|
|
2561
2672
|
# },
|
|
2562
2673
|
# content_type: "ContentType",
|
|
2563
2674
|
# compression_type: "None", # accepts None, Gzip
|
|
@@ -2573,7 +2684,7 @@ module Aws::SageMaker
|
|
|
2573
2684
|
# s3_output_path: "S3Uri", # required
|
|
2574
2685
|
# },
|
|
2575
2686
|
# resource_config: { # required
|
|
2576
|
-
# instance_type: "ml.m4.xlarge", # required, accepts 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.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
|
|
2687
|
+
# instance_type: "ml.m4.xlarge", # required, accepts 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.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.p3dn.24xlarge
|
|
2577
2688
|
# instance_count: 1, # required
|
|
2578
2689
|
# volume_size_in_gb: 1, # required
|
|
2579
2690
|
# volume_kms_key_id: "KmsKeyId",
|
|
@@ -2663,19 +2774,21 @@ module Aws::SageMaker
|
|
|
2663
2774
|
# Algorithms can accept input data from one or more channels. For
|
|
2664
2775
|
# example, an algorithm might have two channels of input data,
|
|
2665
2776
|
# `training_data` and `validation_data`. The configuration for each
|
|
2666
|
-
# channel provides the S3 location where the input data
|
|
2667
|
-
# also provides information about the stored data: the
|
|
2668
|
-
# compression method, and whether the data is wrapped in
|
|
2669
|
-
# format.
|
|
2777
|
+
# channel provides the S3, EFS, or FSx location where the input data
|
|
2778
|
+
# is stored. It also provides information about the stored data: the
|
|
2779
|
+
# MIME type, compression method, and whether the data is wrapped in
|
|
2780
|
+
# RecordIO format.
|
|
2670
2781
|
#
|
|
2671
2782
|
# Depending on the input mode that the algorithm supports, Amazon
|
|
2672
2783
|
# SageMaker either copies input data files from an S3 bucket to a
|
|
2673
2784
|
# local directory in the Docker container, or makes it available as
|
|
2674
|
-
# input streams.
|
|
2785
|
+
# input streams. For example, if you specify an EFS location, input
|
|
2786
|
+
# data files will be made available as input streams. They do not need
|
|
2787
|
+
# to be downloaded.
|
|
2675
2788
|
# @return [Array<Types::Channel>]
|
|
2676
2789
|
#
|
|
2677
2790
|
# @!attribute [rw] output_data_config
|
|
2678
|
-
# Specifies the path to the S3
|
|
2791
|
+
# Specifies the path to the S3 location where you want to store model
|
|
2679
2792
|
# artifacts. Amazon SageMaker creates subfolders for the artifacts.
|
|
2680
2793
|
# @return [Types::OutputDataConfig]
|
|
2681
2794
|
#
|
|
@@ -2874,7 +2987,7 @@ module Aws::SageMaker
|
|
|
2874
2987
|
#
|
|
2875
2988
|
#
|
|
2876
2989
|
#
|
|
2877
|
-
# [1]:
|
|
2990
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms-batch-code.html#your-algorithms-batch-code-how-containe-serves-requests
|
|
2878
2991
|
# @return [Integer]
|
|
2879
2992
|
#
|
|
2880
2993
|
# @!attribute [rw] max_payload_in_mb
|
|
@@ -2941,7 +3054,7 @@ module Aws::SageMaker
|
|
|
2941
3054
|
#
|
|
2942
3055
|
#
|
|
2943
3056
|
#
|
|
2944
|
-
# [1]:
|
|
3057
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/batch-transform-data-processing.html
|
|
2945
3058
|
# @return [Types::DataProcessing]
|
|
2946
3059
|
#
|
|
2947
3060
|
# @!attribute [rw] tags
|
|
@@ -3022,7 +3135,7 @@ module Aws::SageMaker
|
|
|
3022
3135
|
#
|
|
3023
3136
|
#
|
|
3024
3137
|
#
|
|
3025
|
-
# [1]:
|
|
3138
|
+
# [1]: https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-identity-pools.html
|
|
3026
3139
|
# @return [Array<Types::MemberDefinition>]
|
|
3027
3140
|
#
|
|
3028
3141
|
# @!attribute [rw] description
|
|
@@ -3035,6 +3148,16 @@ module Aws::SageMaker
|
|
|
3035
3148
|
# @return [Types::NotificationConfiguration]
|
|
3036
3149
|
#
|
|
3037
3150
|
# @!attribute [rw] tags
|
|
3151
|
+
# An array of key-value pairs.
|
|
3152
|
+
#
|
|
3153
|
+
# For more information, see [Resource Tag][1] and [Using Cost
|
|
3154
|
+
# Allocation Tags][2] in the <i> AWS Billing and Cost Management User
|
|
3155
|
+
# Guide</i>.
|
|
3156
|
+
#
|
|
3157
|
+
#
|
|
3158
|
+
#
|
|
3159
|
+
# [1]: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html
|
|
3160
|
+
# [2]: https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-what
|
|
3038
3161
|
# @return [Array<Types::Tag>]
|
|
3039
3162
|
#
|
|
3040
3163
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateWorkteamRequest AWS API Documentation
|
|
@@ -3071,7 +3194,7 @@ module Aws::SageMaker
|
|
|
3071
3194
|
#
|
|
3072
3195
|
#
|
|
3073
3196
|
#
|
|
3074
|
-
# [1]:
|
|
3197
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/batch-transform-data-processing.html
|
|
3075
3198
|
#
|
|
3076
3199
|
# @note When making an API call, you may pass DataProcessing
|
|
3077
3200
|
# data as a hash:
|
|
@@ -3093,7 +3216,7 @@ module Aws::SageMaker
|
|
|
3093
3216
|
#
|
|
3094
3217
|
#
|
|
3095
3218
|
#
|
|
3096
|
-
# [1]:
|
|
3219
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/batch-transform-data-processing.html#data-processing-operators
|
|
3097
3220
|
# @return [String]
|
|
3098
3221
|
#
|
|
3099
3222
|
# @!attribute [rw] output_filter
|
|
@@ -3108,7 +3231,7 @@ module Aws::SageMaker
|
|
|
3108
3231
|
#
|
|
3109
3232
|
#
|
|
3110
3233
|
#
|
|
3111
|
-
# [1]:
|
|
3234
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/batch-transform-data-processing.html#data-processing-operators
|
|
3112
3235
|
# @return [String]
|
|
3113
3236
|
#
|
|
3114
3237
|
# @!attribute [rw] join_source
|
|
@@ -3153,6 +3276,12 @@ module Aws::SageMaker
|
|
|
3153
3276
|
# s3_data_distribution_type: "FullyReplicated", # accepts FullyReplicated, ShardedByS3Key
|
|
3154
3277
|
# attribute_names: ["AttributeName"],
|
|
3155
3278
|
# },
|
|
3279
|
+
# file_system_data_source: {
|
|
3280
|
+
# file_system_id: "FileSystemId", # required
|
|
3281
|
+
# file_system_access_mode: "rw", # required, accepts rw, ro
|
|
3282
|
+
# file_system_type: "EFS", # required, accepts EFS, FSxLustre
|
|
3283
|
+
# directory_path: "DirectoryPath", # required
|
|
3284
|
+
# },
|
|
3156
3285
|
# }
|
|
3157
3286
|
#
|
|
3158
3287
|
# @!attribute [rw] s3_data_source
|
|
@@ -3160,10 +3289,15 @@ module Aws::SageMaker
|
|
|
3160
3289
|
# channel.
|
|
3161
3290
|
# @return [Types::S3DataSource]
|
|
3162
3291
|
#
|
|
3292
|
+
# @!attribute [rw] file_system_data_source
|
|
3293
|
+
# The file system that is associated with a channel.
|
|
3294
|
+
# @return [Types::FileSystemDataSource]
|
|
3295
|
+
#
|
|
3163
3296
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DataSource AWS API Documentation
|
|
3164
3297
|
#
|
|
3165
3298
|
class DataSource < Struct.new(
|
|
3166
|
-
:s3_data_source
|
|
3299
|
+
:s3_data_source,
|
|
3300
|
+
:file_system_data_source)
|
|
3167
3301
|
include Aws::Structure
|
|
3168
3302
|
end
|
|
3169
3303
|
|
|
@@ -3384,7 +3518,7 @@ module Aws::SageMaker
|
|
|
3384
3518
|
#
|
|
3385
3519
|
#
|
|
3386
3520
|
#
|
|
3387
|
-
# [1]:
|
|
3521
|
+
# [1]: https://docs.aws.amazon.com/AmazonECR/latest/userguide/docker-pull-ecr-image.html
|
|
3388
3522
|
#
|
|
3389
3523
|
# @!attribute [rw] specified_image
|
|
3390
3524
|
# The image path you specified when you created the model.
|
|
@@ -4038,7 +4172,7 @@ module Aws::SageMaker
|
|
|
4038
4172
|
#
|
|
4039
4173
|
#
|
|
4040
4174
|
#
|
|
4041
|
-
# [1]:
|
|
4175
|
+
# [1]: https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-what
|
|
4042
4176
|
# @return [Array<Types::Tag>]
|
|
4043
4177
|
#
|
|
4044
4178
|
# @!attribute [rw] labeling_job_output
|
|
@@ -4393,11 +4527,8 @@ module Aws::SageMaker
|
|
|
4393
4527
|
# A list of the Elastic Inference (EI) instance types associated with
|
|
4394
4528
|
# this notebook instance. Currently only one EI instance type can be
|
|
4395
4529
|
# associated with a notebook instance. For more information, see
|
|
4396
|
-
# [Using Elastic Inference in Amazon
|
|
4397
|
-
#
|
|
4398
|
-
#
|
|
4399
|
-
#
|
|
4400
|
-
# [1]: http://docs.aws.amazon.com/sagemaker/latest/dg/ei.html
|
|
4530
|
+
# [Using Elastic Inference in Amazon
|
|
4531
|
+
# SageMaker](sagemaker/latest/dg/ei.html).
|
|
4401
4532
|
# @return [Array<String>]
|
|
4402
4533
|
#
|
|
4403
4534
|
# @!attribute [rw] default_code_repository
|
|
@@ -4411,8 +4542,8 @@ module Aws::SageMaker
|
|
|
4411
4542
|
#
|
|
4412
4543
|
#
|
|
4413
4544
|
#
|
|
4414
|
-
# [1]:
|
|
4415
|
-
# [2]:
|
|
4545
|
+
# [1]: https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html
|
|
4546
|
+
# [2]: https://docs.aws.amazon.com/sagemaker/latest/dg/nbi-git-repo.html
|
|
4416
4547
|
# @return [String]
|
|
4417
4548
|
#
|
|
4418
4549
|
# @!attribute [rw] additional_code_repositories
|
|
@@ -4426,8 +4557,8 @@ module Aws::SageMaker
|
|
|
4426
4557
|
#
|
|
4427
4558
|
#
|
|
4428
4559
|
#
|
|
4429
|
-
# [1]:
|
|
4430
|
-
# [2]:
|
|
4560
|
+
# [1]: https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html
|
|
4561
|
+
# [2]: https://docs.aws.amazon.com/sagemaker/latest/dg/nbi-git-repo.html
|
|
4431
4562
|
# @return [Array<String>]
|
|
4432
4563
|
#
|
|
4433
4564
|
# @!attribute [rw] root_access
|
|
@@ -4835,7 +4966,7 @@ module Aws::SageMaker
|
|
|
4835
4966
|
#
|
|
4836
4967
|
#
|
|
4837
4968
|
#
|
|
4838
|
-
# [1]:
|
|
4969
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/logging-cloudwatch.html
|
|
4839
4970
|
# @return [String]
|
|
4840
4971
|
#
|
|
4841
4972
|
# @!attribute [rw] model_name
|
|
@@ -4914,7 +5045,7 @@ module Aws::SageMaker
|
|
|
4914
5045
|
#
|
|
4915
5046
|
#
|
|
4916
5047
|
#
|
|
4917
|
-
# [1]:
|
|
5048
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/batch-transform-data-processing.html
|
|
4918
5049
|
# @return [Types::DataProcessing]
|
|
4919
5050
|
#
|
|
4920
5051
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeTransformJobResponse AWS API Documentation
|
|
@@ -5092,6 +5223,46 @@ module Aws::SageMaker
|
|
|
5092
5223
|
include Aws::Structure
|
|
5093
5224
|
end
|
|
5094
5225
|
|
|
5226
|
+
# Specifies a file system data source for a channel.
|
|
5227
|
+
#
|
|
5228
|
+
# @note When making an API call, you may pass FileSystemDataSource
|
|
5229
|
+
# data as a hash:
|
|
5230
|
+
#
|
|
5231
|
+
# {
|
|
5232
|
+
# file_system_id: "FileSystemId", # required
|
|
5233
|
+
# file_system_access_mode: "rw", # required, accepts rw, ro
|
|
5234
|
+
# file_system_type: "EFS", # required, accepts EFS, FSxLustre
|
|
5235
|
+
# directory_path: "DirectoryPath", # required
|
|
5236
|
+
# }
|
|
5237
|
+
#
|
|
5238
|
+
# @!attribute [rw] file_system_id
|
|
5239
|
+
# The file system id.
|
|
5240
|
+
# @return [String]
|
|
5241
|
+
#
|
|
5242
|
+
# @!attribute [rw] file_system_access_mode
|
|
5243
|
+
# The access mode of the mount of the directory associated with the
|
|
5244
|
+
# channel. A directory can be mounted either in `ro` (read-only) or
|
|
5245
|
+
# `rw` (read-write).
|
|
5246
|
+
# @return [String]
|
|
5247
|
+
#
|
|
5248
|
+
# @!attribute [rw] file_system_type
|
|
5249
|
+
# The file system type.
|
|
5250
|
+
# @return [String]
|
|
5251
|
+
#
|
|
5252
|
+
# @!attribute [rw] directory_path
|
|
5253
|
+
# The full path to the directory to associate with the channel.
|
|
5254
|
+
# @return [String]
|
|
5255
|
+
#
|
|
5256
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/FileSystemDataSource AWS API Documentation
|
|
5257
|
+
#
|
|
5258
|
+
class FileSystemDataSource < Struct.new(
|
|
5259
|
+
:file_system_id,
|
|
5260
|
+
:file_system_access_mode,
|
|
5261
|
+
:file_system_type,
|
|
5262
|
+
:directory_path)
|
|
5263
|
+
include Aws::Structure
|
|
5264
|
+
end
|
|
5265
|
+
|
|
5095
5266
|
# A conditional statement for a search expression that includes a
|
|
5096
5267
|
# Boolean operator, a resource property, and a value.
|
|
5097
5268
|
#
|
|
@@ -5437,6 +5608,18 @@ module Aws::SageMaker
|
|
|
5437
5608
|
#
|
|
5438
5609
|
# * `arn:aws:lambda:us-west-2:081040173940:function:PRE-NamedEntityRecognition`
|
|
5439
5610
|
#
|
|
5611
|
+
# **Canada (Central) (ca-central-1):**
|
|
5612
|
+
#
|
|
5613
|
+
# * `arn:awslambda:ca-central-1:918755190332:function:PRE-BoundingBox`
|
|
5614
|
+
#
|
|
5615
|
+
# * `arn:awslambda:ca-central-1:918755190332:function:PRE-ImageMultiClass`
|
|
5616
|
+
#
|
|
5617
|
+
# * `arn:awslambda:ca-central-1:918755190332:function:PRE-SemanticSegmentation`
|
|
5618
|
+
#
|
|
5619
|
+
# * `arn:awslambda:ca-central-1:918755190332:function:PRE-TextMultiClass`
|
|
5620
|
+
#
|
|
5621
|
+
# * `arn:awslambda:ca-central-1:918755190332:function:PRE-NamedEntityRecognition`
|
|
5622
|
+
#
|
|
5440
5623
|
# **EU (Ireland) (eu-west-1):**
|
|
5441
5624
|
#
|
|
5442
5625
|
# * `arn:aws:lambda:eu-west-1:568282634449:function:PRE-BoundingBox`
|
|
@@ -5449,6 +5632,30 @@ module Aws::SageMaker
|
|
|
5449
5632
|
#
|
|
5450
5633
|
# * `arn:aws:lambda:eu-west-1:568282634449:function:PRE-NamedEntityRecognition`
|
|
5451
5634
|
#
|
|
5635
|
+
# **EU (London) (eu-west-2):**
|
|
5636
|
+
#
|
|
5637
|
+
# * `arn:awslambda:eu-west-2:487402164563:function:PRE-BoundingBox`
|
|
5638
|
+
#
|
|
5639
|
+
# * `arn:awslambda:eu-west-2:487402164563:function:PRE-ImageMultiClass`
|
|
5640
|
+
#
|
|
5641
|
+
# * `arn:awslambda:eu-west-2:487402164563:function:PRE-SemanticSegmentation`
|
|
5642
|
+
#
|
|
5643
|
+
# * `arn:awslambda:eu-west-2:487402164563:function:PRE-TextMultiClass`
|
|
5644
|
+
#
|
|
5645
|
+
# * `arn:awslambda:eu-west-2:487402164563:function:PRE-NamedEntityRecognition`
|
|
5646
|
+
#
|
|
5647
|
+
# **EU Frankfurt (eu-central-1):**
|
|
5648
|
+
#
|
|
5649
|
+
# * `arn:awslambda:eu-central-1:203001061592:function:PRE-BoundingBox`
|
|
5650
|
+
#
|
|
5651
|
+
# * `arn:awslambda:eu-central-1:203001061592:function:PRE-ImageMultiClass`
|
|
5652
|
+
#
|
|
5653
|
+
# * `arn:awslambda:eu-central-1:203001061592:function:PRE-SemanticSegmentation`
|
|
5654
|
+
#
|
|
5655
|
+
# * `arn:awslambda:eu-central-1:203001061592:function:PRE-TextMultiClass`
|
|
5656
|
+
#
|
|
5657
|
+
# * `arn:awslambda:eu-central-1:203001061592:function:PRE-NamedEntityRecognition`
|
|
5658
|
+
#
|
|
5452
5659
|
# **Asia Pacific (Tokyo) (ap-northeast-1):**
|
|
5453
5660
|
#
|
|
5454
5661
|
# * `arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-BoundingBox`
|
|
@@ -5461,6 +5668,42 @@ module Aws::SageMaker
|
|
|
5461
5668
|
#
|
|
5462
5669
|
# * `arn:aws:lambda:ap-northeast-1:477331159723:function:PRE-NamedEntityRecognition`
|
|
5463
5670
|
#
|
|
5671
|
+
# **Asia Pacific (Seoul) (ap-northeast-2):**
|
|
5672
|
+
#
|
|
5673
|
+
# * `arn:awslambda:ap-northeast-2:845288260483:function:PRE-BoundingBox`
|
|
5674
|
+
#
|
|
5675
|
+
# * `arn:awslambda:ap-northeast-2:845288260483:function:PRE-ImageMultiClass`
|
|
5676
|
+
#
|
|
5677
|
+
# * `arn:awslambda:ap-northeast-2:845288260483:function:PRE-SemanticSegmentation`
|
|
5678
|
+
#
|
|
5679
|
+
# * `arn:awslambda:ap-northeast-2:845288260483:function:PRE-TextMultiClass`
|
|
5680
|
+
#
|
|
5681
|
+
# * `arn:awslambda:ap-northeast-2:845288260483:function:PRE-NamedEntityRecognition`
|
|
5682
|
+
#
|
|
5683
|
+
# **Asia Pacific (Mumbai) (ap-south-1):**
|
|
5684
|
+
#
|
|
5685
|
+
# * `arn:awslambda:ap-south-1:565803892007:function:PRE-BoundingBox`
|
|
5686
|
+
#
|
|
5687
|
+
# * `arn:awslambda:ap-south-1:565803892007:function:PRE-ImageMultiClass`
|
|
5688
|
+
#
|
|
5689
|
+
# * `arn:awslambda:ap-south-1:565803892007:function:PRE-SemanticSegmentation`
|
|
5690
|
+
#
|
|
5691
|
+
# * `arn:awslambda:ap-south-1:565803892007:function:PRE-TextMultiClass`
|
|
5692
|
+
#
|
|
5693
|
+
# * `arn:awslambda:ap-south-1:565803892007:function:PRE-NamedEntityRecognition`
|
|
5694
|
+
#
|
|
5695
|
+
# **Asia Pacific (Singapore) (ap-southeast-1):**
|
|
5696
|
+
#
|
|
5697
|
+
# * `arn:awslambda:ap-southeast-1:377565633583:function:PRE-BoundingBox`
|
|
5698
|
+
#
|
|
5699
|
+
# * `arn:awslambda:ap-southeast-1:377565633583:function:PRE-ImageMultiClass`
|
|
5700
|
+
#
|
|
5701
|
+
# * `arn:awslambda:ap-southeast-1:377565633583:function:PRE-SemanticSegmentation`
|
|
5702
|
+
#
|
|
5703
|
+
# * `arn:awslambda:ap-southeast-1:377565633583:function:PRE-TextMultiClass`
|
|
5704
|
+
#
|
|
5705
|
+
# * `arn:awslambda:ap-southeast-1:377565633583:function:PRE-NamedEntityRecognition`
|
|
5706
|
+
#
|
|
5464
5707
|
# **Asia Pacific (Sydney) (ap-southeast-2):**
|
|
5465
5708
|
#
|
|
5466
5709
|
# * `arn:aws:lambda:ap-southeast-2:454466003867:function:PRE-BoundingBox`
|
|
@@ -5713,6 +5956,12 @@ module Aws::SageMaker
|
|
|
5713
5956
|
# s3_data_distribution_type: "FullyReplicated", # accepts FullyReplicated, ShardedByS3Key
|
|
5714
5957
|
# attribute_names: ["AttributeName"],
|
|
5715
5958
|
# },
|
|
5959
|
+
# file_system_data_source: {
|
|
5960
|
+
# file_system_id: "FileSystemId", # required
|
|
5961
|
+
# file_system_access_mode: "rw", # required, accepts rw, ro
|
|
5962
|
+
# file_system_type: "EFS", # required, accepts EFS, FSxLustre
|
|
5963
|
+
# directory_path: "DirectoryPath", # required
|
|
5964
|
+
# },
|
|
5716
5965
|
# },
|
|
5717
5966
|
# content_type: "ContentType",
|
|
5718
5967
|
# compression_type: "None", # accepts None, Gzip
|
|
@@ -5732,7 +5981,7 @@ module Aws::SageMaker
|
|
|
5732
5981
|
# s3_output_path: "S3Uri", # required
|
|
5733
5982
|
# },
|
|
5734
5983
|
# resource_config: { # required
|
|
5735
|
-
# instance_type: "ml.m4.xlarge", # required, accepts 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.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
|
|
5984
|
+
# instance_type: "ml.m4.xlarge", # required, accepts 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.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.p3dn.24xlarge
|
|
5736
5985
|
# instance_count: 1, # required
|
|
5737
5986
|
# volume_size_in_gb: 1, # required
|
|
5738
5987
|
# volume_kms_key_id: "KmsKeyId",
|
|
@@ -6002,7 +6251,7 @@ module Aws::SageMaker
|
|
|
6002
6251
|
#
|
|
6003
6252
|
#
|
|
6004
6253
|
#
|
|
6005
|
-
# [1]:
|
|
6254
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/automatic-model-tuning-how-it-works.html
|
|
6006
6255
|
# @return [String]
|
|
6007
6256
|
#
|
|
6008
6257
|
# @!attribute [rw] hyper_parameter_tuning_job_objective
|
|
@@ -6039,7 +6288,7 @@ module Aws::SageMaker
|
|
|
6039
6288
|
#
|
|
6040
6289
|
#
|
|
6041
6290
|
#
|
|
6042
|
-
# [1]:
|
|
6291
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/automatic-model-tuning-early-stopping.html
|
|
6043
6292
|
# @return [String]
|
|
6044
6293
|
#
|
|
6045
6294
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/HyperParameterTuningJobConfig AWS API Documentation
|
|
@@ -6189,7 +6438,7 @@ module Aws::SageMaker
|
|
|
6189
6438
|
#
|
|
6190
6439
|
#
|
|
6191
6440
|
#
|
|
6192
|
-
# [1]:
|
|
6441
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/automatic-model-tuning-warm-start.html
|
|
6193
6442
|
# @return [Array<Types::ParentHyperParameterTuningJob>]
|
|
6194
6443
|
#
|
|
6195
6444
|
# @!attribute [rw] warm_start_type
|
|
@@ -6444,7 +6693,7 @@ module Aws::SageMaker
|
|
|
6444
6693
|
#
|
|
6445
6694
|
#
|
|
6446
6695
|
#
|
|
6447
|
-
# [1]:
|
|
6696
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/automatic-model-tuning-define-ranges.html#scaling-type
|
|
6448
6697
|
# @return [String]
|
|
6449
6698
|
#
|
|
6450
6699
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/IntegerParameterRange AWS API Documentation
|
|
@@ -6571,6 +6820,10 @@ module Aws::SageMaker
|
|
|
6571
6820
|
# * *Object detection*
|
|
6572
6821
|
#
|
|
6573
6822
|
# `arn:aws:sagemaker:region:027400017018:labeling-job-algorithm-specification/object-detection`
|
|
6823
|
+
#
|
|
6824
|
+
# * *Semantic Segmentation*
|
|
6825
|
+
#
|
|
6826
|
+
# `arn:aws:sagemaker:region:027400017018:labeling-job-algorithm-specification/semantic-segmentation`
|
|
6574
6827
|
# @return [String]
|
|
6575
6828
|
#
|
|
6576
6829
|
# @!attribute [rw] initial_active_learning_model_arn
|
|
@@ -6901,7 +7154,7 @@ module Aws::SageMaker
|
|
|
6901
7154
|
#
|
|
6902
7155
|
#
|
|
6903
7156
|
#
|
|
6904
|
-
# [1]:
|
|
7157
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/sms-annotation-consolidation.html
|
|
6905
7158
|
# @return [String]
|
|
6906
7159
|
#
|
|
6907
7160
|
# @!attribute [rw] failure_reason
|
|
@@ -9059,8 +9312,8 @@ module Aws::SageMaker
|
|
|
9059
9312
|
#
|
|
9060
9313
|
#
|
|
9061
9314
|
#
|
|
9062
|
-
# [1]:
|
|
9063
|
-
# [2]:
|
|
9315
|
+
# [1]: https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html
|
|
9316
|
+
# [2]: https://docs.aws.amazon.com/sagemaker/latest/dg/nbi-git-repo.html
|
|
9064
9317
|
# @return [String]
|
|
9065
9318
|
#
|
|
9066
9319
|
# @!attribute [rw] additional_code_repositories
|
|
@@ -9074,8 +9327,8 @@ module Aws::SageMaker
|
|
|
9074
9327
|
#
|
|
9075
9328
|
#
|
|
9076
9329
|
#
|
|
9077
|
-
# [1]:
|
|
9078
|
-
# [2]:
|
|
9330
|
+
# [1]: https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html
|
|
9331
|
+
# [2]: https://docs.aws.amazon.com/sagemaker/latest/dg/nbi-git-repo.html
|
|
9079
9332
|
# @return [Array<String>]
|
|
9080
9333
|
#
|
|
9081
9334
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/NotebookInstanceSummary AWS API Documentation
|
|
@@ -9232,7 +9485,7 @@ module Aws::SageMaker
|
|
|
9232
9485
|
#
|
|
9233
9486
|
#
|
|
9234
9487
|
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/dev/UsingKMSEncryption.html
|
|
9235
|
-
# [2]:
|
|
9488
|
+
# [2]: https://docs.aws.amazon.com/http:/docs.aws.amazon.com/kms/latest/developerguide/key-policies.html
|
|
9236
9489
|
# @return [String]
|
|
9237
9490
|
#
|
|
9238
9491
|
# @!attribute [rw] s3_output_path
|
|
@@ -9427,12 +9680,11 @@ module Aws::SageMaker
|
|
|
9427
9680
|
# The size of the Elastic Inference (EI) instance to use for the
|
|
9428
9681
|
# production variant. EI instances provide on-demand GPU computing for
|
|
9429
9682
|
# inference. For more information, see [Using Elastic Inference in
|
|
9430
|
-
# Amazon SageMaker][1].
|
|
9431
|
-
# Inference in Amazon SageMaker][1].
|
|
9683
|
+
# Amazon SageMaker][1].
|
|
9432
9684
|
#
|
|
9433
9685
|
#
|
|
9434
9686
|
#
|
|
9435
|
-
# [1]:
|
|
9687
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/ei.html
|
|
9436
9688
|
# @return [String]
|
|
9437
9689
|
#
|
|
9438
9690
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ProductionVariant AWS API Documentation
|
|
@@ -9737,7 +9989,7 @@ module Aws::SageMaker
|
|
|
9737
9989
|
# data as a hash:
|
|
9738
9990
|
#
|
|
9739
9991
|
# {
|
|
9740
|
-
# instance_type: "ml.m4.xlarge", # required, accepts 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.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
|
|
9992
|
+
# instance_type: "ml.m4.xlarge", # required, accepts 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.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.p3dn.24xlarge
|
|
9741
9993
|
# instance_count: 1, # required
|
|
9742
9994
|
# volume_size_in_gb: 1, # required
|
|
9743
9995
|
# volume_kms_key_id: "KmsKeyId",
|
|
@@ -10937,6 +11189,12 @@ module Aws::SageMaker
|
|
|
10937
11189
|
# s3_data_distribution_type: "FullyReplicated", # accepts FullyReplicated, ShardedByS3Key
|
|
10938
11190
|
# attribute_names: ["AttributeName"],
|
|
10939
11191
|
# },
|
|
11192
|
+
# file_system_data_source: {
|
|
11193
|
+
# file_system_id: "FileSystemId", # required
|
|
11194
|
+
# file_system_access_mode: "rw", # required, accepts rw, ro
|
|
11195
|
+
# file_system_type: "EFS", # required, accepts EFS, FSxLustre
|
|
11196
|
+
# directory_path: "DirectoryPath", # required
|
|
11197
|
+
# },
|
|
10940
11198
|
# },
|
|
10941
11199
|
# content_type: "ContentType",
|
|
10942
11200
|
# compression_type: "None", # accepts None, Gzip
|
|
@@ -10952,7 +11210,7 @@ module Aws::SageMaker
|
|
|
10952
11210
|
# s3_output_path: "S3Uri", # required
|
|
10953
11211
|
# },
|
|
10954
11212
|
# resource_config: { # required
|
|
10955
|
-
# instance_type: "ml.m4.xlarge", # required, accepts 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.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
|
|
11213
|
+
# instance_type: "ml.m4.xlarge", # required, accepts 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.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.p3dn.24xlarge
|
|
10956
11214
|
# instance_count: 1, # required
|
|
10957
11215
|
# volume_size_in_gb: 1, # required
|
|
10958
11216
|
# volume_kms_key_id: "KmsKeyId",
|
|
@@ -11132,7 +11390,7 @@ module Aws::SageMaker
|
|
|
11132
11390
|
# default_value: "ParameterValue",
|
|
11133
11391
|
# },
|
|
11134
11392
|
# ],
|
|
11135
|
-
# supported_training_instance_types: ["ml.m4.xlarge"], # required, accepts 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.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
|
|
11393
|
+
# supported_training_instance_types: ["ml.m4.xlarge"], # required, accepts 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.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.p3dn.24xlarge
|
|
11136
11394
|
# supports_distributed_training: false,
|
|
11137
11395
|
# metric_definitions: [
|
|
11138
11396
|
# {
|
|
@@ -11720,7 +11978,7 @@ module Aws::SageMaker
|
|
|
11720
11978
|
#
|
|
11721
11979
|
#
|
|
11722
11980
|
#
|
|
11723
|
-
# [1]:
|
|
11981
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/sms-custom-templates-step2.html
|
|
11724
11982
|
# @return [String]
|
|
11725
11983
|
#
|
|
11726
11984
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UiConfig AWS API Documentation
|
|
@@ -11952,8 +12210,8 @@ module Aws::SageMaker
|
|
|
11952
12210
|
#
|
|
11953
12211
|
#
|
|
11954
12212
|
#
|
|
11955
|
-
# [1]:
|
|
11956
|
-
# [2]:
|
|
12213
|
+
# [1]: https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html
|
|
12214
|
+
# [2]: https://docs.aws.amazon.com/sagemaker/latest/dg/nbi-git-repo.html
|
|
11957
12215
|
# @return [String]
|
|
11958
12216
|
#
|
|
11959
12217
|
# @!attribute [rw] additional_code_repositories
|
|
@@ -11967,19 +12225,16 @@ module Aws::SageMaker
|
|
|
11967
12225
|
#
|
|
11968
12226
|
#
|
|
11969
12227
|
#
|
|
11970
|
-
# [1]:
|
|
11971
|
-
# [2]:
|
|
12228
|
+
# [1]: https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html
|
|
12229
|
+
# [2]: https://docs.aws.amazon.com/sagemaker/latest/dg/nbi-git-repo.html
|
|
11972
12230
|
# @return [Array<String>]
|
|
11973
12231
|
#
|
|
11974
12232
|
# @!attribute [rw] accelerator_types
|
|
11975
12233
|
# A list of the Elastic Inference (EI) instance types to associate
|
|
11976
12234
|
# with this notebook instance. Currently only one EI instance type can
|
|
11977
12235
|
# be associated with a notebook instance. For more information, see
|
|
11978
|
-
# [Using Elastic Inference in Amazon
|
|
11979
|
-
#
|
|
11980
|
-
#
|
|
11981
|
-
#
|
|
11982
|
-
# [1]: http://docs.aws.amazon.com/sagemaker/latest/dg/ei.html
|
|
12236
|
+
# [Using Elastic Inference in Amazon
|
|
12237
|
+
# SageMaker](sagemaker/latest/dg/ei.html).
|
|
11983
12238
|
# @return [Array<String>]
|
|
11984
12239
|
#
|
|
11985
12240
|
# @!attribute [rw] disassociate_accelerator_types
|