aws-sdk-sagemaker 1.28.0 → 1.29.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 +113 -82
- data/lib/aws-sdk-sagemaker/client_api.rb +5 -0
- data/lib/aws-sdk-sagemaker/types.rb +226 -120
- 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: 9c19988bef342087b3fd441de43ef217d6d10dc3
|
|
4
|
+
data.tar.gz: 0ae5677809a6e0f3ead34d79f79bee75782cd400
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 508b6f0be8c6cc51e9ebdbffb8a3897f07d987b43a4a1f2c41f4e4b5dc8d713f3e0ad93a52cd6aab7a33657cc511ff2e3cf6eb6224073299d0874d001ad76522
|
|
7
|
+
data.tar.gz: bbaabb1c885d037ba0f7ad6f019a76cdf1515362b77f1df5782e0ef42cd9e920de2c609fa69c651dbf900d845add99cc72f40880cf533a81c205fb7c2e05c42a
|
data/lib/aws-sdk-sagemaker.rb
CHANGED
|
@@ -638,7 +638,7 @@ module Aws::SageMaker
|
|
|
638
638
|
# },
|
|
639
639
|
# output_config: { # required
|
|
640
640
|
# s3_output_location: "S3Uri", # required
|
|
641
|
-
# target_device: "ml_m4", # required, accepts ml_m4, ml_m5, ml_c4, ml_c5, ml_p2, ml_p3, jetson_tx1, jetson_tx2, rasp3b, deeplens
|
|
641
|
+
# target_device: "ml_m4", # required, accepts ml_m4, ml_m5, ml_c4, ml_c5, ml_p2, ml_p3, jetson_tx1, jetson_tx2, rasp3b, deeplens, rk3399, rk3288
|
|
642
642
|
# },
|
|
643
643
|
# stopping_condition: { # required
|
|
644
644
|
# max_runtime_in_seconds: 1,
|
|
@@ -695,9 +695,9 @@ module Aws::SageMaker
|
|
|
695
695
|
#
|
|
696
696
|
#
|
|
697
697
|
#
|
|
698
|
-
# [1]:
|
|
699
|
-
# [2]:
|
|
700
|
-
# [3]:
|
|
698
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/API_CreateEndpointConfig.html
|
|
699
|
+
# [2]: https://docs.aws.amazon.com/sagemaker/latest/dg/API_DescribeEndpoint.html
|
|
700
|
+
# [3]: https://docs.aws.amazon.com/sagemaker/latest/dg/ex1.html
|
|
701
701
|
# [4]: http://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_temp_enable-regions.html
|
|
702
702
|
#
|
|
703
703
|
# @option params [required, String] :endpoint_name
|
|
@@ -710,7 +710,7 @@ module Aws::SageMaker
|
|
|
710
710
|
#
|
|
711
711
|
#
|
|
712
712
|
#
|
|
713
|
-
# [1]:
|
|
713
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/API_CreateEndpointConfig.html
|
|
714
714
|
#
|
|
715
715
|
# @option params [Array<Types::Tag>] :tags
|
|
716
716
|
# An array of key-value pairs. For more information, see [Using Cost
|
|
@@ -719,7 +719,7 @@ module Aws::SageMaker
|
|
|
719
719
|
#
|
|
720
720
|
#
|
|
721
721
|
#
|
|
722
|
-
# [1]:
|
|
722
|
+
# [1]: https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-what
|
|
723
723
|
#
|
|
724
724
|
# @return [Types::CreateEndpointOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
725
725
|
#
|
|
@@ -776,7 +776,7 @@ module Aws::SageMaker
|
|
|
776
776
|
#
|
|
777
777
|
#
|
|
778
778
|
#
|
|
779
|
-
# [1]:
|
|
779
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/API_CreateEndpoint.html
|
|
780
780
|
#
|
|
781
781
|
# @option params [required, String] :endpoint_config_name
|
|
782
782
|
# The name of the endpoint configuration. You specify this name in a
|
|
@@ -784,7 +784,7 @@ module Aws::SageMaker
|
|
|
784
784
|
#
|
|
785
785
|
#
|
|
786
786
|
#
|
|
787
|
-
# [1]:
|
|
787
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/API_CreateEndpoint.html
|
|
788
788
|
#
|
|
789
789
|
# @option params [required, Array<Types::ProductionVariant>] :production_variants
|
|
790
790
|
# An array of `ProductionVariant` objects, one for each model that you
|
|
@@ -797,7 +797,7 @@ module Aws::SageMaker
|
|
|
797
797
|
#
|
|
798
798
|
#
|
|
799
799
|
#
|
|
800
|
-
# [1]:
|
|
800
|
+
# [1]: https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-what
|
|
801
801
|
#
|
|
802
802
|
# @option params [String] :kms_key_id
|
|
803
803
|
# The Amazon Resource Name (ARN) of a AWS Key Management Service key
|
|
@@ -1287,7 +1287,7 @@ module Aws::SageMaker
|
|
|
1287
1287
|
#
|
|
1288
1288
|
#
|
|
1289
1289
|
#
|
|
1290
|
-
# [1]:
|
|
1290
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-roles.html
|
|
1291
1291
|
#
|
|
1292
1292
|
# @option params [Array<Types::Tag>] :tags
|
|
1293
1293
|
# An array of key-value pairs. For more information, see [Using Cost
|
|
@@ -1296,7 +1296,7 @@ module Aws::SageMaker
|
|
|
1296
1296
|
#
|
|
1297
1297
|
#
|
|
1298
1298
|
#
|
|
1299
|
-
# [1]:
|
|
1299
|
+
# [1]: https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-what
|
|
1300
1300
|
#
|
|
1301
1301
|
# @option params [Types::VpcConfig] :vpc_config
|
|
1302
1302
|
# A VpcConfig object that specifies the VPC that you want your model to
|
|
@@ -1308,8 +1308,8 @@ module Aws::SageMaker
|
|
|
1308
1308
|
#
|
|
1309
1309
|
#
|
|
1310
1310
|
#
|
|
1311
|
-
# [1]:
|
|
1312
|
-
# [2]:
|
|
1311
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/host-vpc.html
|
|
1312
|
+
# [2]: https://docs.aws.amazon.com/sagemaker/latest/dg/batch-vpc.html
|
|
1313
1313
|
#
|
|
1314
1314
|
# @option params [Boolean] :enable_network_isolation
|
|
1315
1315
|
# Isolates the model container. No inbound or outbound network calls can
|
|
@@ -1546,7 +1546,7 @@ module Aws::SageMaker
|
|
|
1546
1546
|
#
|
|
1547
1547
|
#
|
|
1548
1548
|
#
|
|
1549
|
-
# [1]:
|
|
1549
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/how-it-works.html
|
|
1550
1550
|
#
|
|
1551
1551
|
# @option params [required, String] :notebook_instance_name
|
|
1552
1552
|
# The name of the new notebook instance.
|
|
@@ -1578,7 +1578,7 @@ module Aws::SageMaker
|
|
|
1578
1578
|
#
|
|
1579
1579
|
#
|
|
1580
1580
|
#
|
|
1581
|
-
# [1]:
|
|
1581
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-roles.html
|
|
1582
1582
|
#
|
|
1583
1583
|
# @option params [String] :kms_key_id
|
|
1584
1584
|
# If you provide a AWS KMS key ID, Amazon SageMaker uses it to encrypt
|
|
@@ -1602,7 +1602,7 @@ module Aws::SageMaker
|
|
|
1602
1602
|
#
|
|
1603
1603
|
#
|
|
1604
1604
|
#
|
|
1605
|
-
# [1]:
|
|
1605
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/notebook-lifecycle-config.html
|
|
1606
1606
|
#
|
|
1607
1607
|
# @option params [String] :direct_internet_access
|
|
1608
1608
|
# Sets whether Amazon SageMaker provides internet access to the notebook
|
|
@@ -1617,7 +1617,7 @@ module Aws::SageMaker
|
|
|
1617
1617
|
#
|
|
1618
1618
|
#
|
|
1619
1619
|
#
|
|
1620
|
-
# [1]:
|
|
1620
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/appendix-additional-considerations.html#appendix-notebook-and-internet-access
|
|
1621
1621
|
#
|
|
1622
1622
|
# @option params [Integer] :volume_size_in_gb
|
|
1623
1623
|
# The size, in GB, of the ML storage volume to attach to the notebook
|
|
@@ -1661,6 +1661,17 @@ module Aws::SageMaker
|
|
|
1661
1661
|
# [1]: http://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html
|
|
1662
1662
|
# [2]: http://docs.aws.amazon.com/sagemaker/latest/dg/nbi-git-repo.html
|
|
1663
1663
|
#
|
|
1664
|
+
# @option params [String] :root_access
|
|
1665
|
+
# Whether root access is enabled or disabled for users of the notebook
|
|
1666
|
+
# instance. The default value is `Enabled`.
|
|
1667
|
+
#
|
|
1668
|
+
# <note markdown="1"> Lifecycle configurations need root access to be able to set up a
|
|
1669
|
+
# notebook instance. Because of this, lifecycle configurations
|
|
1670
|
+
# associated with a notebook instance always run with root access even
|
|
1671
|
+
# if you disable root access for users.
|
|
1672
|
+
#
|
|
1673
|
+
# </note>
|
|
1674
|
+
#
|
|
1664
1675
|
# @return [Types::CreateNotebookInstanceOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
1665
1676
|
#
|
|
1666
1677
|
# * {Types::CreateNotebookInstanceOutput#notebook_instance_arn #notebook_instance_arn} => String
|
|
@@ -1686,6 +1697,7 @@ module Aws::SageMaker
|
|
|
1686
1697
|
# accelerator_types: ["ml.eia1.medium"], # accepts ml.eia1.medium, ml.eia1.large, ml.eia1.xlarge
|
|
1687
1698
|
# default_code_repository: "CodeRepositoryNameOrUrl",
|
|
1688
1699
|
# additional_code_repositories: ["CodeRepositoryNameOrUrl"],
|
|
1700
|
+
# root_access: "Enabled", # accepts Enabled, Disabled
|
|
1689
1701
|
# })
|
|
1690
1702
|
#
|
|
1691
1703
|
# @example Response structure
|
|
@@ -1723,7 +1735,7 @@ module Aws::SageMaker
|
|
|
1723
1735
|
#
|
|
1724
1736
|
#
|
|
1725
1737
|
#
|
|
1726
|
-
# [1]:
|
|
1738
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/notebook-lifecycle-config.html
|
|
1727
1739
|
#
|
|
1728
1740
|
# @option params [required, String] :notebook_instance_lifecycle_config_name
|
|
1729
1741
|
# The name of the lifecycle configuration.
|
|
@@ -1788,7 +1800,7 @@ module Aws::SageMaker
|
|
|
1788
1800
|
#
|
|
1789
1801
|
#
|
|
1790
1802
|
#
|
|
1791
|
-
# [1]:
|
|
1803
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/nbi-ip-filter.html
|
|
1792
1804
|
#
|
|
1793
1805
|
# @option params [required, String] :notebook_instance_name
|
|
1794
1806
|
# The name of the notebook instance.
|
|
@@ -1826,9 +1838,9 @@ module Aws::SageMaker
|
|
|
1826
1838
|
#
|
|
1827
1839
|
# If you choose to host your model using Amazon SageMaker hosting
|
|
1828
1840
|
# services, you can use the resulting model artifacts as part of the
|
|
1829
|
-
# model. You can also use the artifacts in a
|
|
1830
|
-
# than Amazon SageMaker, provided that you know how to use them
|
|
1831
|
-
# inferences.
|
|
1841
|
+
# model. You can also use the artifacts in a machine learning service
|
|
1842
|
+
# other than Amazon SageMaker, provided that you know how to use them
|
|
1843
|
+
# for inferences.
|
|
1832
1844
|
#
|
|
1833
1845
|
# In the request body, you provide the following:
|
|
1834
1846
|
#
|
|
@@ -1863,8 +1875,8 @@ module Aws::SageMaker
|
|
|
1863
1875
|
#
|
|
1864
1876
|
#
|
|
1865
1877
|
#
|
|
1866
|
-
# [1]:
|
|
1867
|
-
# [2]:
|
|
1878
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/algos.html
|
|
1879
|
+
# [2]: https://docs.aws.amazon.com/sagemaker/latest/dg/how-it-works.html
|
|
1868
1880
|
#
|
|
1869
1881
|
# @option params [required, String] :training_job_name
|
|
1870
1882
|
# The name of the training job. The name must be unique within an AWS
|
|
@@ -1882,7 +1894,7 @@ module Aws::SageMaker
|
|
|
1882
1894
|
#
|
|
1883
1895
|
#
|
|
1884
1896
|
#
|
|
1885
|
-
# [1]:
|
|
1897
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/algos.html
|
|
1886
1898
|
#
|
|
1887
1899
|
# @option params [required, Types::AlgorithmSpecification] :algorithm_specification
|
|
1888
1900
|
# The registry path of the Docker image that contains the training
|
|
@@ -1893,8 +1905,8 @@ module Aws::SageMaker
|
|
|
1893
1905
|
#
|
|
1894
1906
|
#
|
|
1895
1907
|
#
|
|
1896
|
-
# [1]:
|
|
1897
|
-
# [2]:
|
|
1908
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/algos.html
|
|
1909
|
+
# [2]: https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms.html
|
|
1898
1910
|
#
|
|
1899
1911
|
# @option params [required, String] :role_arn
|
|
1900
1912
|
# The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker
|
|
@@ -1914,7 +1926,7 @@ module Aws::SageMaker
|
|
|
1914
1926
|
#
|
|
1915
1927
|
#
|
|
1916
1928
|
#
|
|
1917
|
-
# [1]:
|
|
1929
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-roles.html
|
|
1918
1930
|
#
|
|
1919
1931
|
# @option params [Array<Types::Channel>] :input_data_config
|
|
1920
1932
|
# An array of `Channel` objects. Each channel is a named input source.
|
|
@@ -1956,7 +1968,7 @@ module Aws::SageMaker
|
|
|
1956
1968
|
#
|
|
1957
1969
|
#
|
|
1958
1970
|
#
|
|
1959
|
-
# [1]:
|
|
1971
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/train-vpc.html
|
|
1960
1972
|
#
|
|
1961
1973
|
# @option params [required, Types::StoppingCondition] :stopping_condition
|
|
1962
1974
|
# Sets a duration for training. Use this parameter to cap model training
|
|
@@ -1978,7 +1990,7 @@ module Aws::SageMaker
|
|
|
1978
1990
|
#
|
|
1979
1991
|
#
|
|
1980
1992
|
#
|
|
1981
|
-
# [1]:
|
|
1993
|
+
# [1]: https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-what
|
|
1982
1994
|
#
|
|
1983
1995
|
# @option params [Boolean] :enable_network_isolation
|
|
1984
1996
|
# Isolates the training container. No inbound or outbound network calls
|
|
@@ -1995,9 +2007,17 @@ module Aws::SageMaker
|
|
|
1995
2007
|
#
|
|
1996
2008
|
# @option params [Boolean] :enable_inter_container_traffic_encryption
|
|
1997
2009
|
# To encrypt all communications between ML compute instances in
|
|
1998
|
-
# distributed training, choose `True
|
|
1999
|
-
# security for distributed training, but training
|
|
2000
|
-
#
|
|
2010
|
+
# distributed training, choose `True`. Encryption provides greater
|
|
2011
|
+
# security for distributed training, but training might take longer. How
|
|
2012
|
+
# long it takes depends on the amount of communication between compute
|
|
2013
|
+
# instances, especially if you use a deep learning algorithm in
|
|
2014
|
+
# distributed training. For more information, see [Protect
|
|
2015
|
+
# Communications Between ML Compute Instances in a Distributed Training
|
|
2016
|
+
# Job][1].
|
|
2017
|
+
#
|
|
2018
|
+
#
|
|
2019
|
+
#
|
|
2020
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/train-encrypt.html
|
|
2001
2021
|
#
|
|
2002
2022
|
# @return [Types::CreateTrainingJobResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
2003
2023
|
#
|
|
@@ -2113,7 +2133,7 @@ module Aws::SageMaker
|
|
|
2113
2133
|
#
|
|
2114
2134
|
#
|
|
2115
2135
|
#
|
|
2116
|
-
# [1]:
|
|
2136
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/batch-transform.html
|
|
2117
2137
|
#
|
|
2118
2138
|
# @option params [required, String] :transform_job_name
|
|
2119
2139
|
# The name of the transform job. The name must be unique within an AWS
|
|
@@ -2125,39 +2145,41 @@ module Aws::SageMaker
|
|
|
2125
2145
|
# within an AWS Region in an AWS account.
|
|
2126
2146
|
#
|
|
2127
2147
|
# @option params [Integer] :max_concurrent_transforms
|
|
2128
|
-
# The maximum number of parallel requests that can be sent to
|
|
2129
|
-
#
|
|
2130
|
-
#
|
|
2131
|
-
# `
|
|
2132
|
-
# `MaxConcurrentTransforms`, do not set the value in the API.
|
|
2148
|
+
# The maximum number of parallel requests that can be sent to each
|
|
2149
|
+
# instance in a transform job. The default value is `1`. To allow Amazon
|
|
2150
|
+
# SageMaker to determine the appropriate number for
|
|
2151
|
+
# `MaxConcurrentTransforms`, set the value to `0`.
|
|
2133
2152
|
#
|
|
2134
2153
|
# @option params [Integer] :max_payload_in_mb
|
|
2135
|
-
# The maximum
|
|
2136
|
-
# of a record (without metadata). The value in
|
|
2137
|
-
# greater or equal to the size of a
|
|
2138
|
-
# the size of a record
|
|
2139
|
-
#
|
|
2140
|
-
#
|
|
2141
|
-
# value
|
|
2142
|
-
# size. The default value is `6` MB.
|
|
2154
|
+
# The maximum allowed size of the payload, in MB. A *payload* is the
|
|
2155
|
+
# data portion of a record (without metadata). The value in
|
|
2156
|
+
# `MaxPayloadInMB` must be greater than, or equal to, the size of a
|
|
2157
|
+
# single record. To estimate the size of a record in MB, divide the size
|
|
2158
|
+
# of your dataset by the number of records. To ensure that the records
|
|
2159
|
+
# fit within the maximum payload size, we recommend using a slightly
|
|
2160
|
+
# larger value. The default value is `6` MB.
|
|
2143
2161
|
#
|
|
2144
2162
|
# For cases where the payload might be arbitrarily large and is
|
|
2145
2163
|
# transmitted using HTTP chunked encoding, set the value to `0`. This
|
|
2146
|
-
# feature only
|
|
2147
|
-
# SageMaker built-in algorithms do not support
|
|
2164
|
+
# feature works only in supported algorithms. Currently, Amazon
|
|
2165
|
+
# SageMaker built-in algorithms do not support HTTP chunked encoding.
|
|
2148
2166
|
#
|
|
2149
2167
|
# @option params [String] :batch_strategy
|
|
2150
|
-
#
|
|
2151
|
-
#
|
|
2152
|
-
#
|
|
2153
|
-
#
|
|
2154
|
-
#
|
|
2155
|
-
#
|
|
2156
|
-
#
|
|
2157
|
-
#
|
|
2158
|
-
#
|
|
2159
|
-
#
|
|
2160
|
-
#
|
|
2168
|
+
# Specifies the number of records to include in a mini-batch for an HTTP
|
|
2169
|
+
# inference request. A *record* ** is a single unit of input data that
|
|
2170
|
+
# inference can be made on. For example, a single line in a CSV file is
|
|
2171
|
+
# a record.
|
|
2172
|
+
#
|
|
2173
|
+
# To enable the batch strategy, you must set `SplitType` to `Line`,
|
|
2174
|
+
# `RecordIO`, or `TFRecord`.
|
|
2175
|
+
#
|
|
2176
|
+
# To use only one record when making an HTTP invocation request to a
|
|
2177
|
+
# container, set `BatchStrategy` to `SingleRecord` and `SplitType` to
|
|
2178
|
+
# `Line`.
|
|
2179
|
+
#
|
|
2180
|
+
# To fit as many records in a mini-batch as can fit within the
|
|
2181
|
+
# `MaxPayloadInMB` limit, set `BatchStrategy` to `MultiRecord` and
|
|
2182
|
+
# `SplitType` to `Line`.
|
|
2161
2183
|
#
|
|
2162
2184
|
# @option params [Hash<String,String>] :environment
|
|
2163
2185
|
# The environment variables to set in the Docker container. We support
|
|
@@ -2180,7 +2202,7 @@ module Aws::SageMaker
|
|
|
2180
2202
|
#
|
|
2181
2203
|
#
|
|
2182
2204
|
#
|
|
2183
|
-
# [1]:
|
|
2205
|
+
# [1]: https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-what
|
|
2184
2206
|
#
|
|
2185
2207
|
# @return [Types::CreateTransformJobResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
|
2186
2208
|
#
|
|
@@ -2411,7 +2433,7 @@ module Aws::SageMaker
|
|
|
2411
2433
|
#
|
|
2412
2434
|
#
|
|
2413
2435
|
#
|
|
2414
|
-
# [1]:
|
|
2436
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/API_CreateModel.html
|
|
2415
2437
|
#
|
|
2416
2438
|
# @option params [required, String] :model_name
|
|
2417
2439
|
# The name of the model to delete.
|
|
@@ -2802,7 +2824,7 @@ module Aws::SageMaker
|
|
|
2802
2824
|
# resp.input_config.data_input_config #=> String
|
|
2803
2825
|
# resp.input_config.framework #=> String, one of "TENSORFLOW", "MXNET", "ONNX", "PYTORCH", "XGBOOST"
|
|
2804
2826
|
# resp.output_config.s3_output_location #=> String
|
|
2805
|
-
# resp.output_config.target_device #=> String, one of "ml_m4", "ml_m5", "ml_c4", "ml_c5", "ml_p2", "ml_p3", "jetson_tx1", "jetson_tx2", "rasp3b", "deeplens"
|
|
2827
|
+
# resp.output_config.target_device #=> String, one of "ml_m4", "ml_m5", "ml_c4", "ml_c5", "ml_p2", "ml_p3", "jetson_tx1", "jetson_tx2", "rasp3b", "deeplens", "rk3399", "rk3288"
|
|
2806
2828
|
#
|
|
2807
2829
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeCompilationJob AWS API Documentation
|
|
2808
2830
|
#
|
|
@@ -3307,6 +3329,7 @@ module Aws::SageMaker
|
|
|
3307
3329
|
# * {Types::DescribeNotebookInstanceOutput#accelerator_types #accelerator_types} => Array<String>
|
|
3308
3330
|
# * {Types::DescribeNotebookInstanceOutput#default_code_repository #default_code_repository} => String
|
|
3309
3331
|
# * {Types::DescribeNotebookInstanceOutput#additional_code_repositories #additional_code_repositories} => Array<String>
|
|
3332
|
+
# * {Types::DescribeNotebookInstanceOutput#root_access #root_access} => String
|
|
3310
3333
|
#
|
|
3311
3334
|
# @example Request syntax with placeholder values
|
|
3312
3335
|
#
|
|
@@ -3338,6 +3361,7 @@ module Aws::SageMaker
|
|
|
3338
3361
|
# resp.default_code_repository #=> String
|
|
3339
3362
|
# resp.additional_code_repositories #=> Array
|
|
3340
3363
|
# resp.additional_code_repositories[0] #=> String
|
|
3364
|
+
# resp.root_access #=> String, one of "Enabled", "Disabled"
|
|
3341
3365
|
#
|
|
3342
3366
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeNotebookInstance AWS API Documentation
|
|
3343
3367
|
#
|
|
@@ -3355,7 +3379,7 @@ module Aws::SageMaker
|
|
|
3355
3379
|
#
|
|
3356
3380
|
#
|
|
3357
3381
|
#
|
|
3358
|
-
# [1]:
|
|
3382
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/notebook-lifecycle-config.html
|
|
3359
3383
|
#
|
|
3360
3384
|
# @option params [required, String] :notebook_instance_lifecycle_config_name
|
|
3361
3385
|
# The name of the lifecycle configuration to describe.
|
|
@@ -3898,7 +3922,7 @@ module Aws::SageMaker
|
|
|
3898
3922
|
# resp.compilation_job_summaries[0].creation_time #=> Time
|
|
3899
3923
|
# resp.compilation_job_summaries[0].compilation_start_time #=> Time
|
|
3900
3924
|
# resp.compilation_job_summaries[0].compilation_end_time #=> Time
|
|
3901
|
-
# resp.compilation_job_summaries[0].compilation_target_device #=> String, one of "ml_m4", "ml_m5", "ml_c4", "ml_c5", "ml_p2", "ml_p3", "jetson_tx1", "jetson_tx2", "rasp3b", "deeplens"
|
|
3925
|
+
# resp.compilation_job_summaries[0].compilation_target_device #=> String, one of "ml_m4", "ml_m5", "ml_c4", "ml_c5", "ml_p2", "ml_p3", "jetson_tx1", "jetson_tx2", "rasp3b", "deeplens", "rk3399", "rk3288"
|
|
3902
3926
|
# resp.compilation_job_summaries[0].last_modified_time #=> Time
|
|
3903
3927
|
# resp.compilation_job_summaries[0].compilation_job_status #=> String, one of "INPROGRESS", "COMPLETED", "FAILED", "STARTING", "STOPPING", "STOPPED"
|
|
3904
3928
|
# resp.next_token #=> String
|
|
@@ -3918,7 +3942,7 @@ module Aws::SageMaker
|
|
|
3918
3942
|
# The field to sort results by. The default is `CreationTime`.
|
|
3919
3943
|
#
|
|
3920
3944
|
# @option params [String] :sort_order
|
|
3921
|
-
# The sort order for results. The default is `
|
|
3945
|
+
# The sort order for results. The default is `Descending`.
|
|
3922
3946
|
#
|
|
3923
3947
|
# @option params [String] :next_token
|
|
3924
3948
|
# If the result of the previous `ListEndpointConfig` request was
|
|
@@ -3980,7 +4004,7 @@ module Aws::SageMaker
|
|
|
3980
4004
|
# Sorts the list of results. The default is `CreationTime`.
|
|
3981
4005
|
#
|
|
3982
4006
|
# @option params [String] :sort_order
|
|
3983
|
-
# The sort order for results. The default is `
|
|
4007
|
+
# The sort order for results. The default is `Descending`.
|
|
3984
4008
|
#
|
|
3985
4009
|
# @option params [String] :next_token
|
|
3986
4010
|
# If the result of a `ListEndpoints` request was truncated, the response
|
|
@@ -4377,13 +4401,13 @@ module Aws::SageMaker
|
|
|
4377
4401
|
#
|
|
4378
4402
|
#
|
|
4379
4403
|
#
|
|
4380
|
-
# [1]:
|
|
4404
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/API_CreateModel.html
|
|
4381
4405
|
#
|
|
4382
4406
|
# @option params [String] :sort_by
|
|
4383
4407
|
# Sorts the list of results. The default is `CreationTime`.
|
|
4384
4408
|
#
|
|
4385
4409
|
# @option params [String] :sort_order
|
|
4386
|
-
# The sort order for results. The default is `
|
|
4410
|
+
# The sort order for results. The default is `Descending`.
|
|
4387
4411
|
#
|
|
4388
4412
|
# @option params [String] :next_token
|
|
4389
4413
|
# If the response to a previous `ListModels` request was truncated, the
|
|
@@ -5196,6 +5220,7 @@ module Aws::SageMaker
|
|
|
5196
5220
|
# resp.results[0].training_job.final_metric_data_list[0].value #=> Float
|
|
5197
5221
|
# resp.results[0].training_job.final_metric_data_list[0].timestamp #=> Time
|
|
5198
5222
|
# resp.results[0].training_job.enable_network_isolation #=> Boolean
|
|
5223
|
+
# resp.results[0].training_job.enable_inter_container_traffic_encryption #=> Boolean
|
|
5199
5224
|
# resp.results[0].training_job.tags #=> Array
|
|
5200
5225
|
# resp.results[0].training_job.tags[0].key #=> String
|
|
5201
5226
|
# resp.results[0].training_job.tags[0].value #=> String
|
|
@@ -5355,11 +5380,6 @@ module Aws::SageMaker
|
|
|
5355
5380
|
# seconds. Algorithms might use this 120-second window to save the model
|
|
5356
5381
|
# artifacts, so the results of the training is not lost.
|
|
5357
5382
|
#
|
|
5358
|
-
# Training algorithms provided by Amazon SageMaker save the intermediate
|
|
5359
|
-
# results of a model training job. This intermediate data is a valid
|
|
5360
|
-
# model artifact. You can use the model artifacts that are saved when
|
|
5361
|
-
# Amazon SageMaker stops a training job to create a model.
|
|
5362
|
-
#
|
|
5363
5383
|
# When it receives a `StopTrainingJob` request, Amazon SageMaker changes
|
|
5364
5384
|
# the status of the job to `Stopping`. After Amazon SageMaker stops the
|
|
5365
5385
|
# job, it sets the status to `Stopped`.
|
|
@@ -5469,7 +5489,7 @@ module Aws::SageMaker
|
|
|
5469
5489
|
#
|
|
5470
5490
|
#
|
|
5471
5491
|
#
|
|
5472
|
-
# [1]:
|
|
5492
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/API_DescribeEndpoint.html
|
|
5473
5493
|
#
|
|
5474
5494
|
# @option params [required, String] :endpoint_name
|
|
5475
5495
|
# The name of the endpoint whose configuration you want to update.
|
|
@@ -5510,7 +5530,7 @@ module Aws::SageMaker
|
|
|
5510
5530
|
#
|
|
5511
5531
|
#
|
|
5512
5532
|
#
|
|
5513
|
-
# [1]:
|
|
5533
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/API_DescribeEndpoint.html
|
|
5514
5534
|
#
|
|
5515
5535
|
# @option params [required, String] :endpoint_name
|
|
5516
5536
|
# The name of an existing Amazon SageMaker endpoint.
|
|
@@ -5571,7 +5591,7 @@ module Aws::SageMaker
|
|
|
5571
5591
|
#
|
|
5572
5592
|
#
|
|
5573
5593
|
#
|
|
5574
|
-
# [1]:
|
|
5594
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-roles.html
|
|
5575
5595
|
#
|
|
5576
5596
|
# @option params [String] :lifecycle_config_name
|
|
5577
5597
|
# The name of a lifecycle configuration to associate with the notebook
|
|
@@ -5580,7 +5600,7 @@ module Aws::SageMaker
|
|
|
5580
5600
|
#
|
|
5581
5601
|
#
|
|
5582
5602
|
#
|
|
5583
|
-
# [1]:
|
|
5603
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/notebook-lifecycle-config.html
|
|
5584
5604
|
#
|
|
5585
5605
|
# @option params [Boolean] :disassociate_lifecycle_config
|
|
5586
5606
|
# Set to `true` to remove the notebook instance lifecycle configuration
|
|
@@ -5608,9 +5628,9 @@ module Aws::SageMaker
|
|
|
5608
5628
|
# An array of up to three Git repositories to associate with the
|
|
5609
5629
|
# notebook instance. These can be either the names of Git repositories
|
|
5610
5630
|
# stored as resources in your account, or the URL of Git repositories in
|
|
5611
|
-
# [AWS CodeCommit][1] or in any other Git repository
|
|
5612
|
-
#
|
|
5613
|
-
#
|
|
5631
|
+
# [AWS CodeCommit][1] or in any other Git repository. These repositories
|
|
5632
|
+
# are cloned at the same level as the default repository of your
|
|
5633
|
+
# notebook instance. For more information, see [Associating Git
|
|
5614
5634
|
# Repositories with Amazon SageMaker Notebook Instances][2].
|
|
5615
5635
|
#
|
|
5616
5636
|
#
|
|
@@ -5640,6 +5660,16 @@ module Aws::SageMaker
|
|
|
5640
5660
|
# A list of names or URLs of the default Git repositories to remove from
|
|
5641
5661
|
# this notebook instance.
|
|
5642
5662
|
#
|
|
5663
|
+
# @option params [String] :root_access
|
|
5664
|
+
# Whether root access is enabled or disabled for users of the notebook
|
|
5665
|
+
# instance. The default value is `Enabled`.
|
|
5666
|
+
#
|
|
5667
|
+
# <note markdown="1"> If you set this to `Disabled`, users don't have root access on the
|
|
5668
|
+
# notebook instance, but lifecycle configuration scripts still run with
|
|
5669
|
+
# root permissions.
|
|
5670
|
+
#
|
|
5671
|
+
# </note>
|
|
5672
|
+
#
|
|
5643
5673
|
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
|
5644
5674
|
#
|
|
5645
5675
|
# @example Request syntax with placeholder values
|
|
@@ -5657,6 +5687,7 @@ module Aws::SageMaker
|
|
|
5657
5687
|
# disassociate_accelerator_types: false,
|
|
5658
5688
|
# disassociate_default_code_repository: false,
|
|
5659
5689
|
# disassociate_additional_code_repositories: false,
|
|
5690
|
+
# root_access: "Enabled", # accepts Enabled, Disabled
|
|
5660
5691
|
# })
|
|
5661
5692
|
#
|
|
5662
5693
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/UpdateNotebookInstance AWS API Documentation
|
|
@@ -5779,7 +5810,7 @@ module Aws::SageMaker
|
|
|
5779
5810
|
params: params,
|
|
5780
5811
|
config: config)
|
|
5781
5812
|
context[:gem_name] = 'aws-sdk-sagemaker'
|
|
5782
|
-
context[:gem_version] = '1.
|
|
5813
|
+
context[:gem_version] = '1.29.0'
|
|
5783
5814
|
Seahorse::Client::Request.new(handlers, context)
|
|
5784
5815
|
end
|
|
5785
5816
|
|