aws-sdk-sagemaker 1.98.0 → 1.102.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sagemaker/client.rb +340 -73
- data/lib/aws-sdk-sagemaker/client_api.rb +145 -0
- data/lib/aws-sdk-sagemaker/types.rb +678 -148
- data/lib/aws-sdk-sagemaker.rb +1 -1
- metadata +2 -2
@@ -520,13 +520,6 @@ module Aws::SageMaker
|
|
520
520
|
# artifact. For more information, see [Amazon SageMaker ML Lineage
|
521
521
|
# Tracking][1].
|
522
522
|
#
|
523
|
-
# <note markdown="1"> `CreateAction` can only be invoked from within an SageMaker managed
|
524
|
-
# environment. This includes SageMaker training jobs, processing jobs,
|
525
|
-
# transform jobs, and SageMaker notebooks. A call to `CreateAction` from
|
526
|
-
# outside one of these environments results in an error.
|
527
|
-
#
|
528
|
-
# </note>
|
529
|
-
#
|
530
523
|
#
|
531
524
|
#
|
532
525
|
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/lineage-tracking.html
|
@@ -716,7 +709,7 @@ module Aws::SageMaker
|
|
716
709
|
# is_required: false,
|
717
710
|
# supported_content_types: ["ContentType"], # required
|
718
711
|
# supported_compression_types: ["None"], # accepts None, Gzip
|
719
|
-
# supported_input_modes: ["Pipe"], # required, accepts Pipe, File
|
712
|
+
# supported_input_modes: ["Pipe"], # required, accepts Pipe, File, FastFile
|
720
713
|
# },
|
721
714
|
# ],
|
722
715
|
# supported_tuning_job_objective_metrics: [
|
@@ -750,7 +743,7 @@ module Aws::SageMaker
|
|
750
743
|
# {
|
751
744
|
# profile_name: "EntityName", # required
|
752
745
|
# training_job_definition: { # required
|
753
|
-
# training_input_mode: "Pipe", # required, accepts Pipe, File
|
746
|
+
# training_input_mode: "Pipe", # required, accepts Pipe, File, FastFile
|
754
747
|
# hyper_parameters: {
|
755
748
|
# "HyperParameterKey" => "HyperParameterValue",
|
756
749
|
# },
|
@@ -774,7 +767,7 @@ module Aws::SageMaker
|
|
774
767
|
# content_type: "ContentType",
|
775
768
|
# compression_type: "None", # accepts None, Gzip
|
776
769
|
# record_wrapper_type: "None", # accepts None, RecordIO
|
777
|
-
# input_mode: "Pipe", # accepts Pipe, File
|
770
|
+
# input_mode: "Pipe", # accepts Pipe, File, FastFile
|
778
771
|
# shuffle_config: {
|
779
772
|
# seed: 1, # required
|
780
773
|
# },
|
@@ -898,6 +891,7 @@ module Aws::SageMaker
|
|
898
891
|
# sage_maker_image_arn: "ImageArn",
|
899
892
|
# sage_maker_image_version_arn: "ImageVersionArn",
|
900
893
|
# instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.8xlarge, ml.m5d.12xlarge, ml.m5d.16xlarge, ml.m5d.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
|
894
|
+
# lifecycle_config_arn: "StudioLifecycleConfigArn",
|
901
895
|
# },
|
902
896
|
# })
|
903
897
|
#
|
@@ -975,13 +969,6 @@ module Aws::SageMaker
|
|
975
969
|
# URI of a dataset and the ECR registry path of an image. For more
|
976
970
|
# information, see [Amazon SageMaker ML Lineage Tracking][1].
|
977
971
|
#
|
978
|
-
# <note markdown="1"> `CreateArtifact` can only be invoked from within an SageMaker managed
|
979
|
-
# environment. This includes SageMaker training jobs, processing jobs,
|
980
|
-
# transform jobs, and SageMaker notebooks. A call to `CreateArtifact`
|
981
|
-
# from outside one of these environments results in an error.
|
982
|
-
#
|
983
|
-
# </note>
|
984
|
-
#
|
985
972
|
#
|
986
973
|
#
|
987
974
|
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/lineage-tracking.html
|
@@ -1362,7 +1349,7 @@ module Aws::SageMaker
|
|
1362
1349
|
# },
|
1363
1350
|
# output_config: { # required
|
1364
1351
|
# s3_output_location: "S3Uri", # required
|
1365
|
-
# target_device: "lambda", # accepts lambda, ml_m4, ml_m5, ml_c4, ml_c5, ml_p2, ml_p3, ml_g4dn, ml_inf1, ml_eia2, jetson_tx1, jetson_tx2, jetson_nano, jetson_xavier, rasp3b, imx8qm, deeplens, rk3399, rk3288, aisage, sbe_c, qcs605, qcs603, sitara_am57x, amba_cv22, amba_cv25, x86_win32, x86_win64, coreml, jacinto_tda4vm
|
1352
|
+
# target_device: "lambda", # accepts lambda, ml_m4, ml_m5, ml_c4, ml_c5, ml_p2, ml_p3, ml_g4dn, ml_inf1, ml_eia2, jetson_tx1, jetson_tx2, jetson_nano, jetson_xavier, rasp3b, imx8qm, deeplens, rk3399, rk3288, aisage, sbe_c, qcs605, qcs603, sitara_am57x, amba_cv22, amba_cv25, x86_win32, x86_win64, coreml, jacinto_tda4vm, imx8mplus
|
1366
1353
|
# target_platform: {
|
1367
1354
|
# os: "ANDROID", # required, accepts ANDROID, LINUX
|
1368
1355
|
# arch: "X86_64", # required, accepts X86_64, X86, ARM64, ARM_EABI, ARM_EABIHF
|
@@ -1405,13 +1392,6 @@ module Aws::SageMaker
|
|
1405
1392
|
# entities. Some examples are an endpoint and a model package. For more
|
1406
1393
|
# information, see [Amazon SageMaker ML Lineage Tracking][1].
|
1407
1394
|
#
|
1408
|
-
# <note markdown="1"> `CreateContext` can only be invoked from within an SageMaker managed
|
1409
|
-
# environment. This includes SageMaker training jobs, processing jobs,
|
1410
|
-
# transform jobs, and SageMaker notebooks. A call to `CreateContext`
|
1411
|
-
# from outside one of these environments results in an error.
|
1412
|
-
#
|
1413
|
-
# </note>
|
1414
|
-
#
|
1415
1395
|
#
|
1416
1396
|
#
|
1417
1397
|
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/lineage-tracking.html
|
@@ -1690,9 +1670,9 @@ module Aws::SageMaker
|
|
1690
1670
|
#
|
1691
1671
|
# SageMaker uses the Amazon Web Services Key Management Service (Amazon
|
1692
1672
|
# Web Services KMS) to encrypt the EFS volume attached to the domain
|
1693
|
-
# with an Amazon Web Services managed
|
1694
|
-
#
|
1695
|
-
#
|
1673
|
+
# with an Amazon Web Services managed key by default. For more control,
|
1674
|
+
# you can specify a customer managed key. For more information, see
|
1675
|
+
# [Protect Data at Rest Using Encryption][1].
|
1696
1676
|
#
|
1697
1677
|
# **VPC configuration**
|
1698
1678
|
#
|
@@ -1774,9 +1754,8 @@ module Aws::SageMaker
|
|
1774
1754
|
#
|
1775
1755
|
# @option params [String] :kms_key_id
|
1776
1756
|
# SageMaker uses Amazon Web Services KMS to encrypt the EFS volume
|
1777
|
-
# attached to the domain with an Amazon Web Services managed
|
1778
|
-
#
|
1779
|
-
# managed CMK.
|
1757
|
+
# attached to the domain with an Amazon Web Services managed key by
|
1758
|
+
# default. For more control, specify a customer managed key.
|
1780
1759
|
#
|
1781
1760
|
# @return [Types::CreateDomainResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1782
1761
|
#
|
@@ -1801,13 +1780,16 @@ module Aws::SageMaker
|
|
1801
1780
|
# sage_maker_image_arn: "ImageArn",
|
1802
1781
|
# sage_maker_image_version_arn: "ImageVersionArn",
|
1803
1782
|
# instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.8xlarge, ml.m5d.12xlarge, ml.m5d.16xlarge, ml.m5d.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
|
1783
|
+
# lifecycle_config_arn: "StudioLifecycleConfigArn",
|
1804
1784
|
# },
|
1785
|
+
# lifecycle_config_arns: ["StudioLifecycleConfigArn"],
|
1805
1786
|
# },
|
1806
1787
|
# kernel_gateway_app_settings: {
|
1807
1788
|
# default_resource_spec: {
|
1808
1789
|
# sage_maker_image_arn: "ImageArn",
|
1809
1790
|
# sage_maker_image_version_arn: "ImageVersionArn",
|
1810
1791
|
# instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.8xlarge, ml.m5d.12xlarge, ml.m5d.16xlarge, ml.m5d.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
|
1792
|
+
# lifecycle_config_arn: "StudioLifecycleConfigArn",
|
1811
1793
|
# },
|
1812
1794
|
# custom_images: [
|
1813
1795
|
# {
|
@@ -1816,12 +1798,14 @@ module Aws::SageMaker
|
|
1816
1798
|
# app_image_config_name: "AppImageConfigName", # required
|
1817
1799
|
# },
|
1818
1800
|
# ],
|
1801
|
+
# lifecycle_config_arns: ["StudioLifecycleConfigArn"],
|
1819
1802
|
# },
|
1820
1803
|
# tensor_board_app_settings: {
|
1821
1804
|
# default_resource_spec: {
|
1822
1805
|
# sage_maker_image_arn: "ImageArn",
|
1823
1806
|
# sage_maker_image_version_arn: "ImageVersionArn",
|
1824
1807
|
# instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.8xlarge, ml.m5d.12xlarge, ml.m5d.16xlarge, ml.m5d.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
|
1808
|
+
# lifecycle_config_arn: "StudioLifecycleConfigArn",
|
1825
1809
|
# },
|
1826
1810
|
# },
|
1827
1811
|
# },
|
@@ -1879,8 +1863,8 @@ module Aws::SageMaker
|
|
1879
1863
|
# Provides information about the output location for the packaged model.
|
1880
1864
|
#
|
1881
1865
|
# @option params [String] :resource_key
|
1882
|
-
# The
|
1883
|
-
# runs on.
|
1866
|
+
# The Amazon Web Services KMS key to use when encrypting the EBS volume
|
1867
|
+
# the edge packaging job runs on.
|
1884
1868
|
#
|
1885
1869
|
# @option params [Array<Types::Tag>] :tags
|
1886
1870
|
# Creates tags for the packaging job.
|
@@ -1980,7 +1964,7 @@ module Aws::SageMaker
|
|
1980
1964
|
# and CreateEndpointConfig API operations, add the following policies to
|
1981
1965
|
# the role.
|
1982
1966
|
#
|
1983
|
-
# * Option 1: For a full
|
1967
|
+
# * Option 1: For a full SageMaker access, search and attach the
|
1984
1968
|
# `AmazonSageMakerFullAccess` policy.
|
1985
1969
|
#
|
1986
1970
|
# * Option 2: For granting a limited access to an IAM role, paste the
|
@@ -1998,8 +1982,8 @@ module Aws::SageMaker
|
|
1998
1982
|
#
|
1999
1983
|
# `]`
|
2000
1984
|
#
|
2001
|
-
# For more information, see [
|
2002
|
-
#
|
1985
|
+
# For more information, see [SageMaker API Permissions: Actions,
|
1986
|
+
# Permissions, and Resources Reference][5].
|
2003
1987
|
#
|
2004
1988
|
# </note>
|
2005
1989
|
#
|
@@ -2084,13 +2068,9 @@ module Aws::SageMaker
|
|
2084
2068
|
# SageMaker distributes two-thirds of the traffic to Model A, and
|
2085
2069
|
# one-third to model B.
|
2086
2070
|
#
|
2087
|
-
# For an example that calls this method when deploying a model to Amazon
|
2088
|
-
# SageMaker hosting services, see [Deploy the Model to Amazon SageMaker
|
2089
|
-
# Hosting Services (Amazon Web Services SDK for Python (Boto 3)).][1]
|
2090
|
-
#
|
2091
2071
|
# <note markdown="1"> When you call CreateEndpoint, a load call is made to DynamoDB to
|
2092
2072
|
# verify that your endpoint configuration exists. When you read data
|
2093
|
-
# from a DynamoDB table supporting [ `Eventually Consistent Reads` ][
|
2073
|
+
# from a DynamoDB table supporting [ `Eventually Consistent Reads` ][1],
|
2094
2074
|
# the response might not reflect the results of a recently completed
|
2095
2075
|
# write operation. The response might include some stale data. If the
|
2096
2076
|
# dependent entities are not yet in DynamoDB, this causes a validation
|
@@ -2104,8 +2084,7 @@ module Aws::SageMaker
|
|
2104
2084
|
#
|
2105
2085
|
#
|
2106
2086
|
#
|
2107
|
-
# [1]: https://docs.aws.amazon.com/
|
2108
|
-
# [2]: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/HowItWorks.ReadConsistency.html
|
2087
|
+
# [1]: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/HowItWorks.ReadConsistency.html
|
2109
2088
|
#
|
2110
2089
|
# @option params [required, String] :endpoint_config_name
|
2111
2090
|
# The name of the endpoint configuration. You specify this name in a
|
@@ -2422,13 +2401,20 @@ module Aws::SageMaker
|
|
2422
2401
|
# `OfflineStore`.
|
2423
2402
|
#
|
2424
2403
|
# * A configuration for an Amazon Web Services Glue or Amazon Web
|
2425
|
-
# Services Hive data
|
2404
|
+
# Services Hive data catalog.
|
2426
2405
|
#
|
2427
2406
|
# * An KMS encryption key to encrypt the Amazon S3 location used for
|
2428
|
-
# `OfflineStore`.
|
2407
|
+
# `OfflineStore`. If KMS encryption key is not specified, by default
|
2408
|
+
# we encrypt all data at rest using Amazon Web Services KMS key. By
|
2409
|
+
# defining your [bucket-level key][1] for SSE, you can reduce Amazon
|
2410
|
+
# Web Services KMS requests costs by up to 99 percent.
|
2429
2411
|
#
|
2430
2412
|
# To learn more about this parameter, see OfflineStoreConfig.
|
2431
2413
|
#
|
2414
|
+
#
|
2415
|
+
#
|
2416
|
+
# [1]: https://docs.aws.amazon.com/AmazonS3/latest/userguide/bucket-key.html
|
2417
|
+
#
|
2432
2418
|
# @option params [String] :role_arn
|
2433
2419
|
# The Amazon Resource Name (ARN) of the IAM execution role used to
|
2434
2420
|
# persist data into the `OfflineStore` if an `OfflineStoreConfig` is
|
@@ -2788,7 +2774,7 @@ module Aws::SageMaker
|
|
2788
2774
|
# },
|
2789
2775
|
# algorithm_specification: { # required
|
2790
2776
|
# training_image: "AlgorithmImage",
|
2791
|
-
# training_input_mode: "Pipe", # required, accepts Pipe, File
|
2777
|
+
# training_input_mode: "Pipe", # required, accepts Pipe, File, FastFile
|
2792
2778
|
# algorithm_name: "ArnOrName",
|
2793
2779
|
# metric_definitions: [
|
2794
2780
|
# {
|
@@ -2818,7 +2804,7 @@ module Aws::SageMaker
|
|
2818
2804
|
# content_type: "ContentType",
|
2819
2805
|
# compression_type: "None", # accepts None, Gzip
|
2820
2806
|
# record_wrapper_type: "None", # accepts None, RecordIO
|
2821
|
-
# input_mode: "Pipe", # accepts Pipe, File
|
2807
|
+
# input_mode: "Pipe", # accepts Pipe, File, FastFile
|
2822
2808
|
# shuffle_config: {
|
2823
2809
|
# seed: 1, # required
|
2824
2810
|
# },
|
@@ -2889,7 +2875,7 @@ module Aws::SageMaker
|
|
2889
2875
|
# },
|
2890
2876
|
# algorithm_specification: { # required
|
2891
2877
|
# training_image: "AlgorithmImage",
|
2892
|
-
# training_input_mode: "Pipe", # required, accepts Pipe, File
|
2878
|
+
# training_input_mode: "Pipe", # required, accepts Pipe, File, FastFile
|
2893
2879
|
# algorithm_name: "ArnOrName",
|
2894
2880
|
# metric_definitions: [
|
2895
2881
|
# {
|
@@ -2919,7 +2905,7 @@ module Aws::SageMaker
|
|
2919
2905
|
# content_type: "ContentType",
|
2920
2906
|
# compression_type: "None", # accepts None, Gzip
|
2921
2907
|
# record_wrapper_type: "None", # accepts None, RecordIO
|
2922
|
-
# input_mode: "Pipe", # accepts Pipe, File
|
2908
|
+
# input_mode: "Pipe", # accepts Pipe, File, FastFile
|
2923
2909
|
# shuffle_config: {
|
2924
2910
|
# seed: 1, # required
|
2925
2911
|
# },
|
@@ -5120,6 +5106,54 @@ module Aws::SageMaker
|
|
5120
5106
|
req.send_request(options)
|
5121
5107
|
end
|
5122
5108
|
|
5109
|
+
# Creates a new Studio Lifecycle Configuration.
|
5110
|
+
#
|
5111
|
+
# @option params [required, String] :studio_lifecycle_config_name
|
5112
|
+
# The name of the Studio Lifecycle Configuration to create.
|
5113
|
+
#
|
5114
|
+
# @option params [required, String] :studio_lifecycle_config_content
|
5115
|
+
# The content of your Studio Lifecycle Configuration script. This
|
5116
|
+
# content must be base64 encoded.
|
5117
|
+
#
|
5118
|
+
# @option params [required, String] :studio_lifecycle_config_app_type
|
5119
|
+
# The App type that the Lifecycle Configuration is attached to.
|
5120
|
+
#
|
5121
|
+
# @option params [Array<Types::Tag>] :tags
|
5122
|
+
# Tags to be associated with the Lifecycle Configuration. Each tag
|
5123
|
+
# consists of a key and an optional value. Tag keys must be unique per
|
5124
|
+
# resource. Tags are searchable using the Search API.
|
5125
|
+
#
|
5126
|
+
# @return [Types::CreateStudioLifecycleConfigResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
5127
|
+
#
|
5128
|
+
# * {Types::CreateStudioLifecycleConfigResponse#studio_lifecycle_config_arn #studio_lifecycle_config_arn} => String
|
5129
|
+
#
|
5130
|
+
# @example Request syntax with placeholder values
|
5131
|
+
#
|
5132
|
+
# resp = client.create_studio_lifecycle_config({
|
5133
|
+
# studio_lifecycle_config_name: "StudioLifecycleConfigName", # required
|
5134
|
+
# studio_lifecycle_config_content: "StudioLifecycleConfigContent", # required
|
5135
|
+
# studio_lifecycle_config_app_type: "JupyterServer", # required, accepts JupyterServer, KernelGateway
|
5136
|
+
# tags: [
|
5137
|
+
# {
|
5138
|
+
# key: "TagKey", # required
|
5139
|
+
# value: "TagValue", # required
|
5140
|
+
# },
|
5141
|
+
# ],
|
5142
|
+
# })
|
5143
|
+
#
|
5144
|
+
# @example Response structure
|
5145
|
+
#
|
5146
|
+
# resp.studio_lifecycle_config_arn #=> String
|
5147
|
+
#
|
5148
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateStudioLifecycleConfig AWS API Documentation
|
5149
|
+
#
|
5150
|
+
# @overload create_studio_lifecycle_config(params = {})
|
5151
|
+
# @param [Hash] params ({})
|
5152
|
+
def create_studio_lifecycle_config(params = {}, options = {})
|
5153
|
+
req = build_request(:create_studio_lifecycle_config, params)
|
5154
|
+
req.send_request(options)
|
5155
|
+
end
|
5156
|
+
|
5123
5157
|
# Starts a model training job. After training completes, Amazon
|
5124
5158
|
# SageMaker saves the resulting model artifacts to an Amazon S3 location
|
5125
5159
|
# that you specify.
|
@@ -5390,7 +5424,7 @@ module Aws::SageMaker
|
|
5390
5424
|
# algorithm_specification: { # required
|
5391
5425
|
# training_image: "AlgorithmImage",
|
5392
5426
|
# algorithm_name: "ArnOrName",
|
5393
|
-
# training_input_mode: "Pipe", # required, accepts Pipe, File
|
5427
|
+
# training_input_mode: "Pipe", # required, accepts Pipe, File, FastFile
|
5394
5428
|
# metric_definitions: [
|
5395
5429
|
# {
|
5396
5430
|
# name: "MetricName", # required
|
@@ -5420,7 +5454,7 @@ module Aws::SageMaker
|
|
5420
5454
|
# content_type: "ContentType",
|
5421
5455
|
# compression_type: "None", # accepts None, Gzip
|
5422
5456
|
# record_wrapper_type: "None", # accepts None, RecordIO
|
5423
|
-
# input_mode: "Pipe", # accepts Pipe, File
|
5457
|
+
# input_mode: "Pipe", # accepts Pipe, File, FastFile
|
5424
5458
|
# shuffle_config: {
|
5425
5459
|
# seed: 1, # required
|
5426
5460
|
# },
|
@@ -6003,13 +6037,16 @@ module Aws::SageMaker
|
|
6003
6037
|
# sage_maker_image_arn: "ImageArn",
|
6004
6038
|
# sage_maker_image_version_arn: "ImageVersionArn",
|
6005
6039
|
# instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.8xlarge, ml.m5d.12xlarge, ml.m5d.16xlarge, ml.m5d.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
|
6040
|
+
# lifecycle_config_arn: "StudioLifecycleConfigArn",
|
6006
6041
|
# },
|
6042
|
+
# lifecycle_config_arns: ["StudioLifecycleConfigArn"],
|
6007
6043
|
# },
|
6008
6044
|
# kernel_gateway_app_settings: {
|
6009
6045
|
# default_resource_spec: {
|
6010
6046
|
# sage_maker_image_arn: "ImageArn",
|
6011
6047
|
# sage_maker_image_version_arn: "ImageVersionArn",
|
6012
6048
|
# instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.8xlarge, ml.m5d.12xlarge, ml.m5d.16xlarge, ml.m5d.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
|
6049
|
+
# lifecycle_config_arn: "StudioLifecycleConfigArn",
|
6013
6050
|
# },
|
6014
6051
|
# custom_images: [
|
6015
6052
|
# {
|
@@ -6018,12 +6055,14 @@ module Aws::SageMaker
|
|
6018
6055
|
# app_image_config_name: "AppImageConfigName", # required
|
6019
6056
|
# },
|
6020
6057
|
# ],
|
6058
|
+
# lifecycle_config_arns: ["StudioLifecycleConfigArn"],
|
6021
6059
|
# },
|
6022
6060
|
# tensor_board_app_settings: {
|
6023
6061
|
# default_resource_spec: {
|
6024
6062
|
# sage_maker_image_arn: "ImageArn",
|
6025
6063
|
# sage_maker_image_version_arn: "ImageVersionArn",
|
6026
6064
|
# instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.8xlarge, ml.m5d.12xlarge, ml.m5d.16xlarge, ml.m5d.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
|
6065
|
+
# lifecycle_config_arn: "StudioLifecycleConfigArn",
|
6027
6066
|
# },
|
6028
6067
|
# },
|
6029
6068
|
# },
|
@@ -7083,6 +7122,31 @@ module Aws::SageMaker
|
|
7083
7122
|
req.send_request(options)
|
7084
7123
|
end
|
7085
7124
|
|
7125
|
+
# Deletes the Studio Lifecycle Configuration. In order to delete the
|
7126
|
+
# Lifecycle Configuration, there must be no running apps using the
|
7127
|
+
# Lifecycle Configuration. You must also remove the Lifecycle
|
7128
|
+
# Configuration from UserSettings in all Domains and UserProfiles.
|
7129
|
+
#
|
7130
|
+
# @option params [required, String] :studio_lifecycle_config_name
|
7131
|
+
# The name of the Studio Lifecycle Configuration to delete.
|
7132
|
+
#
|
7133
|
+
# @return [Struct] Returns an empty {Seahorse::Client::Response response}.
|
7134
|
+
#
|
7135
|
+
# @example Request syntax with placeholder values
|
7136
|
+
#
|
7137
|
+
# resp = client.delete_studio_lifecycle_config({
|
7138
|
+
# studio_lifecycle_config_name: "StudioLifecycleConfigName", # required
|
7139
|
+
# })
|
7140
|
+
#
|
7141
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DeleteStudioLifecycleConfig AWS API Documentation
|
7142
|
+
#
|
7143
|
+
# @overload delete_studio_lifecycle_config(params = {})
|
7144
|
+
# @param [Hash] params ({})
|
7145
|
+
def delete_studio_lifecycle_config(params = {}, options = {})
|
7146
|
+
req = build_request(:delete_studio_lifecycle_config, params)
|
7147
|
+
req.send_request(options)
|
7148
|
+
end
|
7149
|
+
|
7086
7150
|
# Deletes the specified tags from an Amazon SageMaker resource.
|
7087
7151
|
#
|
7088
7152
|
# To list a resource's tags, use the `ListTags` API.
|
@@ -7422,7 +7486,7 @@ module Aws::SageMaker
|
|
7422
7486
|
# resp.training_specification.training_channels[0].supported_compression_types #=> Array
|
7423
7487
|
# resp.training_specification.training_channels[0].supported_compression_types[0] #=> String, one of "None", "Gzip"
|
7424
7488
|
# resp.training_specification.training_channels[0].supported_input_modes #=> Array
|
7425
|
-
# resp.training_specification.training_channels[0].supported_input_modes[0] #=> String, one of "Pipe", "File"
|
7489
|
+
# resp.training_specification.training_channels[0].supported_input_modes[0] #=> String, one of "Pipe", "File", "FastFile"
|
7426
7490
|
# resp.training_specification.supported_tuning_job_objective_metrics #=> Array
|
7427
7491
|
# resp.training_specification.supported_tuning_job_objective_metrics[0].type #=> String, one of "Maximize", "Minimize"
|
7428
7492
|
# resp.training_specification.supported_tuning_job_objective_metrics[0].metric_name #=> String
|
@@ -7445,7 +7509,7 @@ module Aws::SageMaker
|
|
7445
7509
|
# resp.validation_specification.validation_role #=> String
|
7446
7510
|
# resp.validation_specification.validation_profiles #=> Array
|
7447
7511
|
# resp.validation_specification.validation_profiles[0].profile_name #=> String
|
7448
|
-
# resp.validation_specification.validation_profiles[0].training_job_definition.training_input_mode #=> String, one of "Pipe", "File"
|
7512
|
+
# resp.validation_specification.validation_profiles[0].training_job_definition.training_input_mode #=> String, one of "Pipe", "File", "FastFile"
|
7449
7513
|
# resp.validation_specification.validation_profiles[0].training_job_definition.hyper_parameters #=> Hash
|
7450
7514
|
# resp.validation_specification.validation_profiles[0].training_job_definition.hyper_parameters["HyperParameterKey"] #=> String
|
7451
7515
|
# resp.validation_specification.validation_profiles[0].training_job_definition.input_data_config #=> Array
|
@@ -7462,7 +7526,7 @@ module Aws::SageMaker
|
|
7462
7526
|
# resp.validation_specification.validation_profiles[0].training_job_definition.input_data_config[0].content_type #=> String
|
7463
7527
|
# resp.validation_specification.validation_profiles[0].training_job_definition.input_data_config[0].compression_type #=> String, one of "None", "Gzip"
|
7464
7528
|
# resp.validation_specification.validation_profiles[0].training_job_definition.input_data_config[0].record_wrapper_type #=> String, one of "None", "RecordIO"
|
7465
|
-
# resp.validation_specification.validation_profiles[0].training_job_definition.input_data_config[0].input_mode #=> String, one of "Pipe", "File"
|
7529
|
+
# resp.validation_specification.validation_profiles[0].training_job_definition.input_data_config[0].input_mode #=> String, one of "Pipe", "File", "FastFile"
|
7466
7530
|
# resp.validation_specification.validation_profiles[0].training_job_definition.input_data_config[0].shuffle_config.seed #=> Integer
|
7467
7531
|
# resp.validation_specification.validation_profiles[0].training_job_definition.output_data_config.kms_key_id #=> String
|
7468
7532
|
# resp.validation_specification.validation_profiles[0].training_job_definition.output_data_config.s3_output_path #=> String
|
@@ -7562,6 +7626,7 @@ module Aws::SageMaker
|
|
7562
7626
|
# resp.resource_spec.sage_maker_image_arn #=> String
|
7563
7627
|
# resp.resource_spec.sage_maker_image_version_arn #=> String
|
7564
7628
|
# resp.resource_spec.instance_type #=> String, one of "system", "ml.t3.micro", "ml.t3.small", "ml.t3.medium", "ml.t3.large", "ml.t3.xlarge", "ml.t3.2xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.8xlarge", "ml.m5.12xlarge", "ml.m5.16xlarge", "ml.m5.24xlarge", "ml.m5d.large", "ml.m5d.xlarge", "ml.m5d.2xlarge", "ml.m5d.4xlarge", "ml.m5d.8xlarge", "ml.m5d.12xlarge", "ml.m5d.16xlarge", "ml.m5d.24xlarge", "ml.c5.large", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.12xlarge", "ml.c5.18xlarge", "ml.c5.24xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.r5.large", "ml.r5.xlarge", "ml.r5.2xlarge", "ml.r5.4xlarge", "ml.r5.8xlarge", "ml.r5.12xlarge", "ml.r5.16xlarge", "ml.r5.24xlarge"
|
7629
|
+
# resp.resource_spec.lifecycle_config_arn #=> String
|
7565
7630
|
#
|
7566
7631
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeApp AWS API Documentation
|
7567
7632
|
#
|
@@ -7874,7 +7939,7 @@ module Aws::SageMaker
|
|
7874
7939
|
# resp.input_config.framework #=> String, one of "TENSORFLOW", "KERAS", "MXNET", "ONNX", "PYTORCH", "XGBOOST", "TFLITE", "DARKNET", "SKLEARN"
|
7875
7940
|
# resp.input_config.framework_version #=> String
|
7876
7941
|
# resp.output_config.s3_output_location #=> String
|
7877
|
-
# resp.output_config.target_device #=> String, one of "lambda", "ml_m4", "ml_m5", "ml_c4", "ml_c5", "ml_p2", "ml_p3", "ml_g4dn", "ml_inf1", "ml_eia2", "jetson_tx1", "jetson_tx2", "jetson_nano", "jetson_xavier", "rasp3b", "imx8qm", "deeplens", "rk3399", "rk3288", "aisage", "sbe_c", "qcs605", "qcs603", "sitara_am57x", "amba_cv22", "amba_cv25", "x86_win32", "x86_win64", "coreml", "jacinto_tda4vm"
|
7942
|
+
# resp.output_config.target_device #=> String, one of "lambda", "ml_m4", "ml_m5", "ml_c4", "ml_c5", "ml_p2", "ml_p3", "ml_g4dn", "ml_inf1", "ml_eia2", "jetson_tx1", "jetson_tx2", "jetson_nano", "jetson_xavier", "rasp3b", "imx8qm", "deeplens", "rk3399", "rk3288", "aisage", "sbe_c", "qcs605", "qcs603", "sitara_am57x", "amba_cv22", "amba_cv25", "x86_win32", "x86_win64", "coreml", "jacinto_tda4vm", "imx8mplus"
|
7878
7943
|
# resp.output_config.target_platform.os #=> String, one of "ANDROID", "LINUX"
|
7879
7944
|
# resp.output_config.target_platform.arch #=> String, one of "X86_64", "X86", "ARM64", "ARM_EABI", "ARM_EABIHF"
|
7880
7945
|
# resp.output_config.target_platform.accelerator #=> String, one of "INTEL_GRAPHICS", "MALI", "NVIDIA"
|
@@ -8181,16 +8246,23 @@ module Aws::SageMaker
|
|
8181
8246
|
# resp.default_user_settings.jupyter_server_app_settings.default_resource_spec.sage_maker_image_arn #=> String
|
8182
8247
|
# resp.default_user_settings.jupyter_server_app_settings.default_resource_spec.sage_maker_image_version_arn #=> String
|
8183
8248
|
# resp.default_user_settings.jupyter_server_app_settings.default_resource_spec.instance_type #=> String, one of "system", "ml.t3.micro", "ml.t3.small", "ml.t3.medium", "ml.t3.large", "ml.t3.xlarge", "ml.t3.2xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.8xlarge", "ml.m5.12xlarge", "ml.m5.16xlarge", "ml.m5.24xlarge", "ml.m5d.large", "ml.m5d.xlarge", "ml.m5d.2xlarge", "ml.m5d.4xlarge", "ml.m5d.8xlarge", "ml.m5d.12xlarge", "ml.m5d.16xlarge", "ml.m5d.24xlarge", "ml.c5.large", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.12xlarge", "ml.c5.18xlarge", "ml.c5.24xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.r5.large", "ml.r5.xlarge", "ml.r5.2xlarge", "ml.r5.4xlarge", "ml.r5.8xlarge", "ml.r5.12xlarge", "ml.r5.16xlarge", "ml.r5.24xlarge"
|
8249
|
+
# resp.default_user_settings.jupyter_server_app_settings.default_resource_spec.lifecycle_config_arn #=> String
|
8250
|
+
# resp.default_user_settings.jupyter_server_app_settings.lifecycle_config_arns #=> Array
|
8251
|
+
# resp.default_user_settings.jupyter_server_app_settings.lifecycle_config_arns[0] #=> String
|
8184
8252
|
# resp.default_user_settings.kernel_gateway_app_settings.default_resource_spec.sage_maker_image_arn #=> String
|
8185
8253
|
# resp.default_user_settings.kernel_gateway_app_settings.default_resource_spec.sage_maker_image_version_arn #=> String
|
8186
8254
|
# resp.default_user_settings.kernel_gateway_app_settings.default_resource_spec.instance_type #=> String, one of "system", "ml.t3.micro", "ml.t3.small", "ml.t3.medium", "ml.t3.large", "ml.t3.xlarge", "ml.t3.2xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.8xlarge", "ml.m5.12xlarge", "ml.m5.16xlarge", "ml.m5.24xlarge", "ml.m5d.large", "ml.m5d.xlarge", "ml.m5d.2xlarge", "ml.m5d.4xlarge", "ml.m5d.8xlarge", "ml.m5d.12xlarge", "ml.m5d.16xlarge", "ml.m5d.24xlarge", "ml.c5.large", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.12xlarge", "ml.c5.18xlarge", "ml.c5.24xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.r5.large", "ml.r5.xlarge", "ml.r5.2xlarge", "ml.r5.4xlarge", "ml.r5.8xlarge", "ml.r5.12xlarge", "ml.r5.16xlarge", "ml.r5.24xlarge"
|
8255
|
+
# resp.default_user_settings.kernel_gateway_app_settings.default_resource_spec.lifecycle_config_arn #=> String
|
8187
8256
|
# resp.default_user_settings.kernel_gateway_app_settings.custom_images #=> Array
|
8188
8257
|
# resp.default_user_settings.kernel_gateway_app_settings.custom_images[0].image_name #=> String
|
8189
8258
|
# resp.default_user_settings.kernel_gateway_app_settings.custom_images[0].image_version_number #=> Integer
|
8190
8259
|
# resp.default_user_settings.kernel_gateway_app_settings.custom_images[0].app_image_config_name #=> String
|
8260
|
+
# resp.default_user_settings.kernel_gateway_app_settings.lifecycle_config_arns #=> Array
|
8261
|
+
# resp.default_user_settings.kernel_gateway_app_settings.lifecycle_config_arns[0] #=> String
|
8191
8262
|
# resp.default_user_settings.tensor_board_app_settings.default_resource_spec.sage_maker_image_arn #=> String
|
8192
8263
|
# resp.default_user_settings.tensor_board_app_settings.default_resource_spec.sage_maker_image_version_arn #=> String
|
8193
8264
|
# resp.default_user_settings.tensor_board_app_settings.default_resource_spec.instance_type #=> String, one of "system", "ml.t3.micro", "ml.t3.small", "ml.t3.medium", "ml.t3.large", "ml.t3.xlarge", "ml.t3.2xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.8xlarge", "ml.m5.12xlarge", "ml.m5.16xlarge", "ml.m5.24xlarge", "ml.m5d.large", "ml.m5d.xlarge", "ml.m5d.2xlarge", "ml.m5d.4xlarge", "ml.m5d.8xlarge", "ml.m5d.12xlarge", "ml.m5d.16xlarge", "ml.m5d.24xlarge", "ml.c5.large", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.12xlarge", "ml.c5.18xlarge", "ml.c5.24xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.r5.large", "ml.r5.xlarge", "ml.r5.2xlarge", "ml.r5.4xlarge", "ml.r5.8xlarge", "ml.r5.12xlarge", "ml.r5.16xlarge", "ml.r5.24xlarge"
|
8265
|
+
# resp.default_user_settings.tensor_board_app_settings.default_resource_spec.lifecycle_config_arn #=> String
|
8194
8266
|
# resp.app_network_access_type #=> String, one of "PublicInternetOnly", "VpcOnly"
|
8195
8267
|
# resp.home_efs_file_system_kms_key_id #=> String
|
8196
8268
|
# resp.subnet_ids #=> Array
|
@@ -8701,7 +8773,7 @@ module Aws::SageMaker
|
|
8701
8773
|
# resp.training_job_definition.static_hyper_parameters #=> Hash
|
8702
8774
|
# resp.training_job_definition.static_hyper_parameters["HyperParameterKey"] #=> String
|
8703
8775
|
# resp.training_job_definition.algorithm_specification.training_image #=> String
|
8704
|
-
# resp.training_job_definition.algorithm_specification.training_input_mode #=> String, one of "Pipe", "File"
|
8776
|
+
# resp.training_job_definition.algorithm_specification.training_input_mode #=> String, one of "Pipe", "File", "FastFile"
|
8705
8777
|
# resp.training_job_definition.algorithm_specification.algorithm_name #=> String
|
8706
8778
|
# resp.training_job_definition.algorithm_specification.metric_definitions #=> Array
|
8707
8779
|
# resp.training_job_definition.algorithm_specification.metric_definitions[0].name #=> String
|
@@ -8721,7 +8793,7 @@ module Aws::SageMaker
|
|
8721
8793
|
# resp.training_job_definition.input_data_config[0].content_type #=> String
|
8722
8794
|
# resp.training_job_definition.input_data_config[0].compression_type #=> String, one of "None", "Gzip"
|
8723
8795
|
# resp.training_job_definition.input_data_config[0].record_wrapper_type #=> String, one of "None", "RecordIO"
|
8724
|
-
# resp.training_job_definition.input_data_config[0].input_mode #=> String, one of "Pipe", "File"
|
8796
|
+
# resp.training_job_definition.input_data_config[0].input_mode #=> String, one of "Pipe", "File", "FastFile"
|
8725
8797
|
# resp.training_job_definition.input_data_config[0].shuffle_config.seed #=> Integer
|
8726
8798
|
# resp.training_job_definition.vpc_config.security_group_ids #=> Array
|
8727
8799
|
# resp.training_job_definition.vpc_config.security_group_ids[0] #=> String
|
@@ -8762,7 +8834,7 @@ module Aws::SageMaker
|
|
8762
8834
|
# resp.training_job_definitions[0].static_hyper_parameters #=> Hash
|
8763
8835
|
# resp.training_job_definitions[0].static_hyper_parameters["HyperParameterKey"] #=> String
|
8764
8836
|
# resp.training_job_definitions[0].algorithm_specification.training_image #=> String
|
8765
|
-
# resp.training_job_definitions[0].algorithm_specification.training_input_mode #=> String, one of "Pipe", "File"
|
8837
|
+
# resp.training_job_definitions[0].algorithm_specification.training_input_mode #=> String, one of "Pipe", "File", "FastFile"
|
8766
8838
|
# resp.training_job_definitions[0].algorithm_specification.algorithm_name #=> String
|
8767
8839
|
# resp.training_job_definitions[0].algorithm_specification.metric_definitions #=> Array
|
8768
8840
|
# resp.training_job_definitions[0].algorithm_specification.metric_definitions[0].name #=> String
|
@@ -8782,7 +8854,7 @@ module Aws::SageMaker
|
|
8782
8854
|
# resp.training_job_definitions[0].input_data_config[0].content_type #=> String
|
8783
8855
|
# resp.training_job_definitions[0].input_data_config[0].compression_type #=> String, one of "None", "Gzip"
|
8784
8856
|
# resp.training_job_definitions[0].input_data_config[0].record_wrapper_type #=> String, one of "None", "RecordIO"
|
8785
|
-
# resp.training_job_definitions[0].input_data_config[0].input_mode #=> String, one of "Pipe", "File"
|
8857
|
+
# resp.training_job_definitions[0].input_data_config[0].input_mode #=> String, one of "Pipe", "File", "FastFile"
|
8786
8858
|
# resp.training_job_definitions[0].input_data_config[0].shuffle_config.seed #=> Integer
|
8787
8859
|
# resp.training_job_definitions[0].vpc_config.security_group_ids #=> Array
|
8788
8860
|
# resp.training_job_definitions[0].vpc_config.security_group_ids[0] #=> String
|
@@ -10069,6 +10141,44 @@ module Aws::SageMaker
|
|
10069
10141
|
req.send_request(options)
|
10070
10142
|
end
|
10071
10143
|
|
10144
|
+
# Describes the Studio Lifecycle Configuration.
|
10145
|
+
#
|
10146
|
+
# @option params [required, String] :studio_lifecycle_config_name
|
10147
|
+
# The name of the Studio Lifecycle Configuration to describe.
|
10148
|
+
#
|
10149
|
+
# @return [Types::DescribeStudioLifecycleConfigResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
10150
|
+
#
|
10151
|
+
# * {Types::DescribeStudioLifecycleConfigResponse#studio_lifecycle_config_arn #studio_lifecycle_config_arn} => String
|
10152
|
+
# * {Types::DescribeStudioLifecycleConfigResponse#studio_lifecycle_config_name #studio_lifecycle_config_name} => String
|
10153
|
+
# * {Types::DescribeStudioLifecycleConfigResponse#creation_time #creation_time} => Time
|
10154
|
+
# * {Types::DescribeStudioLifecycleConfigResponse#last_modified_time #last_modified_time} => Time
|
10155
|
+
# * {Types::DescribeStudioLifecycleConfigResponse#studio_lifecycle_config_content #studio_lifecycle_config_content} => String
|
10156
|
+
# * {Types::DescribeStudioLifecycleConfigResponse#studio_lifecycle_config_app_type #studio_lifecycle_config_app_type} => String
|
10157
|
+
#
|
10158
|
+
# @example Request syntax with placeholder values
|
10159
|
+
#
|
10160
|
+
# resp = client.describe_studio_lifecycle_config({
|
10161
|
+
# studio_lifecycle_config_name: "StudioLifecycleConfigName", # required
|
10162
|
+
# })
|
10163
|
+
#
|
10164
|
+
# @example Response structure
|
10165
|
+
#
|
10166
|
+
# resp.studio_lifecycle_config_arn #=> String
|
10167
|
+
# resp.studio_lifecycle_config_name #=> String
|
10168
|
+
# resp.creation_time #=> Time
|
10169
|
+
# resp.last_modified_time #=> Time
|
10170
|
+
# resp.studio_lifecycle_config_content #=> String
|
10171
|
+
# resp.studio_lifecycle_config_app_type #=> String, one of "JupyterServer", "KernelGateway"
|
10172
|
+
#
|
10173
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeStudioLifecycleConfig AWS API Documentation
|
10174
|
+
#
|
10175
|
+
# @overload describe_studio_lifecycle_config(params = {})
|
10176
|
+
# @param [Hash] params ({})
|
10177
|
+
def describe_studio_lifecycle_config(params = {}, options = {})
|
10178
|
+
req = build_request(:describe_studio_lifecycle_config, params)
|
10179
|
+
req.send_request(options)
|
10180
|
+
end
|
10181
|
+
|
10072
10182
|
# Gets information about a work team provided by a vendor. It returns
|
10073
10183
|
# details about the subscription with a vendor in the Amazon Web
|
10074
10184
|
# Services Marketplace.
|
@@ -10179,7 +10289,7 @@ module Aws::SageMaker
|
|
10179
10289
|
# resp.hyper_parameters["HyperParameterKey"] #=> String
|
10180
10290
|
# resp.algorithm_specification.training_image #=> String
|
10181
10291
|
# resp.algorithm_specification.algorithm_name #=> String
|
10182
|
-
# resp.algorithm_specification.training_input_mode #=> String, one of "Pipe", "File"
|
10292
|
+
# resp.algorithm_specification.training_input_mode #=> String, one of "Pipe", "File", "FastFile"
|
10183
10293
|
# resp.algorithm_specification.metric_definitions #=> Array
|
10184
10294
|
# resp.algorithm_specification.metric_definitions[0].name #=> String
|
10185
10295
|
# resp.algorithm_specification.metric_definitions[0].regex #=> String
|
@@ -10199,7 +10309,7 @@ module Aws::SageMaker
|
|
10199
10309
|
# resp.input_data_config[0].content_type #=> String
|
10200
10310
|
# resp.input_data_config[0].compression_type #=> String, one of "None", "Gzip"
|
10201
10311
|
# resp.input_data_config[0].record_wrapper_type #=> String, one of "None", "RecordIO"
|
10202
|
-
# resp.input_data_config[0].input_mode #=> String, one of "Pipe", "File"
|
10312
|
+
# resp.input_data_config[0].input_mode #=> String, one of "Pipe", "File", "FastFile"
|
10203
10313
|
# resp.input_data_config[0].shuffle_config.seed #=> Integer
|
10204
10314
|
# resp.output_data_config.kms_key_id #=> String
|
10205
10315
|
# resp.output_data_config.s3_output_path #=> String
|
@@ -10572,16 +10682,23 @@ module Aws::SageMaker
|
|
10572
10682
|
# resp.user_settings.jupyter_server_app_settings.default_resource_spec.sage_maker_image_arn #=> String
|
10573
10683
|
# resp.user_settings.jupyter_server_app_settings.default_resource_spec.sage_maker_image_version_arn #=> String
|
10574
10684
|
# resp.user_settings.jupyter_server_app_settings.default_resource_spec.instance_type #=> String, one of "system", "ml.t3.micro", "ml.t3.small", "ml.t3.medium", "ml.t3.large", "ml.t3.xlarge", "ml.t3.2xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.8xlarge", "ml.m5.12xlarge", "ml.m5.16xlarge", "ml.m5.24xlarge", "ml.m5d.large", "ml.m5d.xlarge", "ml.m5d.2xlarge", "ml.m5d.4xlarge", "ml.m5d.8xlarge", "ml.m5d.12xlarge", "ml.m5d.16xlarge", "ml.m5d.24xlarge", "ml.c5.large", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.12xlarge", "ml.c5.18xlarge", "ml.c5.24xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.r5.large", "ml.r5.xlarge", "ml.r5.2xlarge", "ml.r5.4xlarge", "ml.r5.8xlarge", "ml.r5.12xlarge", "ml.r5.16xlarge", "ml.r5.24xlarge"
|
10685
|
+
# resp.user_settings.jupyter_server_app_settings.default_resource_spec.lifecycle_config_arn #=> String
|
10686
|
+
# resp.user_settings.jupyter_server_app_settings.lifecycle_config_arns #=> Array
|
10687
|
+
# resp.user_settings.jupyter_server_app_settings.lifecycle_config_arns[0] #=> String
|
10575
10688
|
# resp.user_settings.kernel_gateway_app_settings.default_resource_spec.sage_maker_image_arn #=> String
|
10576
10689
|
# resp.user_settings.kernel_gateway_app_settings.default_resource_spec.sage_maker_image_version_arn #=> String
|
10577
10690
|
# resp.user_settings.kernel_gateway_app_settings.default_resource_spec.instance_type #=> String, one of "system", "ml.t3.micro", "ml.t3.small", "ml.t3.medium", "ml.t3.large", "ml.t3.xlarge", "ml.t3.2xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.8xlarge", "ml.m5.12xlarge", "ml.m5.16xlarge", "ml.m5.24xlarge", "ml.m5d.large", "ml.m5d.xlarge", "ml.m5d.2xlarge", "ml.m5d.4xlarge", "ml.m5d.8xlarge", "ml.m5d.12xlarge", "ml.m5d.16xlarge", "ml.m5d.24xlarge", "ml.c5.large", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.12xlarge", "ml.c5.18xlarge", "ml.c5.24xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.r5.large", "ml.r5.xlarge", "ml.r5.2xlarge", "ml.r5.4xlarge", "ml.r5.8xlarge", "ml.r5.12xlarge", "ml.r5.16xlarge", "ml.r5.24xlarge"
|
10691
|
+
# resp.user_settings.kernel_gateway_app_settings.default_resource_spec.lifecycle_config_arn #=> String
|
10578
10692
|
# resp.user_settings.kernel_gateway_app_settings.custom_images #=> Array
|
10579
10693
|
# resp.user_settings.kernel_gateway_app_settings.custom_images[0].image_name #=> String
|
10580
10694
|
# resp.user_settings.kernel_gateway_app_settings.custom_images[0].image_version_number #=> Integer
|
10581
10695
|
# resp.user_settings.kernel_gateway_app_settings.custom_images[0].app_image_config_name #=> String
|
10696
|
+
# resp.user_settings.kernel_gateway_app_settings.lifecycle_config_arns #=> Array
|
10697
|
+
# resp.user_settings.kernel_gateway_app_settings.lifecycle_config_arns[0] #=> String
|
10582
10698
|
# resp.user_settings.tensor_board_app_settings.default_resource_spec.sage_maker_image_arn #=> String
|
10583
10699
|
# resp.user_settings.tensor_board_app_settings.default_resource_spec.sage_maker_image_version_arn #=> String
|
10584
10700
|
# resp.user_settings.tensor_board_app_settings.default_resource_spec.instance_type #=> String, one of "system", "ml.t3.micro", "ml.t3.small", "ml.t3.medium", "ml.t3.large", "ml.t3.xlarge", "ml.t3.2xlarge", "ml.m5.large", "ml.m5.xlarge", "ml.m5.2xlarge", "ml.m5.4xlarge", "ml.m5.8xlarge", "ml.m5.12xlarge", "ml.m5.16xlarge", "ml.m5.24xlarge", "ml.m5d.large", "ml.m5d.xlarge", "ml.m5d.2xlarge", "ml.m5d.4xlarge", "ml.m5d.8xlarge", "ml.m5d.12xlarge", "ml.m5d.16xlarge", "ml.m5d.24xlarge", "ml.c5.large", "ml.c5.xlarge", "ml.c5.2xlarge", "ml.c5.4xlarge", "ml.c5.9xlarge", "ml.c5.12xlarge", "ml.c5.18xlarge", "ml.c5.24xlarge", "ml.p3.2xlarge", "ml.p3.8xlarge", "ml.p3.16xlarge", "ml.p3dn.24xlarge", "ml.g4dn.xlarge", "ml.g4dn.2xlarge", "ml.g4dn.4xlarge", "ml.g4dn.8xlarge", "ml.g4dn.12xlarge", "ml.g4dn.16xlarge", "ml.r5.large", "ml.r5.xlarge", "ml.r5.2xlarge", "ml.r5.4xlarge", "ml.r5.8xlarge", "ml.r5.12xlarge", "ml.r5.16xlarge", "ml.r5.24xlarge"
|
10701
|
+
# resp.user_settings.tensor_board_app_settings.default_resource_spec.lifecycle_config_arn #=> String
|
10585
10702
|
#
|
10586
10703
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribeUserProfile AWS API Documentation
|
10587
10704
|
#
|
@@ -10889,7 +11006,7 @@ module Aws::SageMaker
|
|
10889
11006
|
# @example Request syntax with placeholder values
|
10890
11007
|
#
|
10891
11008
|
# resp = client.get_search_suggestions({
|
10892
|
-
# resource: "TrainingJob", # required, accepts TrainingJob, Experiment, ExperimentTrial, ExperimentTrialComponent, Endpoint, ModelPackage, ModelPackageGroup, Pipeline, PipelineExecution, FeatureGroup
|
11009
|
+
# resource: "TrainingJob", # required, accepts TrainingJob, Experiment, ExperimentTrial, ExperimentTrialComponent, Endpoint, ModelPackage, ModelPackageGroup, Pipeline, PipelineExecution, FeatureGroup, Project
|
10893
11010
|
# suggestion_query: {
|
10894
11011
|
# property_name_query: {
|
10895
11012
|
# property_name_hint: "PropertyNameHint", # required
|
@@ -11678,7 +11795,7 @@ module Aws::SageMaker
|
|
11678
11795
|
# resp.compilation_job_summaries[0].creation_time #=> Time
|
11679
11796
|
# resp.compilation_job_summaries[0].compilation_start_time #=> Time
|
11680
11797
|
# resp.compilation_job_summaries[0].compilation_end_time #=> Time
|
11681
|
-
# resp.compilation_job_summaries[0].compilation_target_device #=> String, one of "lambda", "ml_m4", "ml_m5", "ml_c4", "ml_c5", "ml_p2", "ml_p3", "ml_g4dn", "ml_inf1", "ml_eia2", "jetson_tx1", "jetson_tx2", "jetson_nano", "jetson_xavier", "rasp3b", "imx8qm", "deeplens", "rk3399", "rk3288", "aisage", "sbe_c", "qcs605", "qcs603", "sitara_am57x", "amba_cv22", "amba_cv25", "x86_win32", "x86_win64", "coreml", "jacinto_tda4vm"
|
11798
|
+
# resp.compilation_job_summaries[0].compilation_target_device #=> String, one of "lambda", "ml_m4", "ml_m5", "ml_c4", "ml_c5", "ml_p2", "ml_p3", "ml_g4dn", "ml_inf1", "ml_eia2", "jetson_tx1", "jetson_tx2", "jetson_nano", "jetson_xavier", "rasp3b", "imx8qm", "deeplens", "rk3399", "rk3288", "aisage", "sbe_c", "qcs605", "qcs603", "sitara_am57x", "amba_cv22", "amba_cv25", "x86_win32", "x86_win64", "coreml", "jacinto_tda4vm", "imx8mplus"
|
11682
11799
|
# resp.compilation_job_summaries[0].compilation_target_platform_os #=> String, one of "ANDROID", "LINUX"
|
11683
11800
|
# resp.compilation_job_summaries[0].compilation_target_platform_arch #=> String, one of "X86_64", "X86", "ARM64", "ARM_EABI", "ARM_EABIHF"
|
11684
11801
|
# resp.compilation_job_summaries[0].compilation_target_platform_accelerator #=> String, one of "INTEL_GRAPHICS", "MALI", "NVIDIA"
|
@@ -13314,8 +13431,8 @@ module Aws::SageMaker
|
|
13314
13431
|
# The maximum number of models to return in the response.
|
13315
13432
|
#
|
13316
13433
|
# @option params [String] :name_contains
|
13317
|
-
# A string in the
|
13318
|
-
#
|
13434
|
+
# A string in the model name. This filter returns only models whose name
|
13435
|
+
# contains the specified string.
|
13319
13436
|
#
|
13320
13437
|
# @option params [Time,DateTime,Date,Integer,String] :creation_time_before
|
13321
13438
|
# A filter that returns only models created before the specified time
|
@@ -14153,6 +14270,89 @@ module Aws::SageMaker
|
|
14153
14270
|
req.send_request(options)
|
14154
14271
|
end
|
14155
14272
|
|
14273
|
+
# Lists the Studio Lifecycle Configurations in your Amazon Web Services
|
14274
|
+
# Account.
|
14275
|
+
#
|
14276
|
+
# @option params [Integer] :max_results
|
14277
|
+
# The maximum number of Studio Lifecycle Configurations to return in the
|
14278
|
+
# response. The default value is 10.
|
14279
|
+
#
|
14280
|
+
# @option params [String] :next_token
|
14281
|
+
# If the previous call to ListStudioLifecycleConfigs didn't return the
|
14282
|
+
# full set of Lifecycle Configurations, the call returns a token for
|
14283
|
+
# getting the next set of Lifecycle Configurations.
|
14284
|
+
#
|
14285
|
+
# @option params [String] :name_contains
|
14286
|
+
# A string in the Lifecycle Configuration name. This filter returns only
|
14287
|
+
# Lifecycle Configurations whose name contains the specified string.
|
14288
|
+
#
|
14289
|
+
# @option params [String] :app_type_equals
|
14290
|
+
# A parameter to search for the App Type to which the Lifecycle
|
14291
|
+
# Configuration is attached.
|
14292
|
+
#
|
14293
|
+
# @option params [Time,DateTime,Date,Integer,String] :creation_time_before
|
14294
|
+
# A filter that returns only Lifecycle Configurations created on or
|
14295
|
+
# before the specified time.
|
14296
|
+
#
|
14297
|
+
# @option params [Time,DateTime,Date,Integer,String] :creation_time_after
|
14298
|
+
# A filter that returns only Lifecycle Configurations created on or
|
14299
|
+
# after the specified time.
|
14300
|
+
#
|
14301
|
+
# @option params [Time,DateTime,Date,Integer,String] :modified_time_before
|
14302
|
+
# A filter that returns only Lifecycle Configurations modified before
|
14303
|
+
# the specified time.
|
14304
|
+
#
|
14305
|
+
# @option params [Time,DateTime,Date,Integer,String] :modified_time_after
|
14306
|
+
# A filter that returns only Lifecycle Configurations modified after the
|
14307
|
+
# specified time.
|
14308
|
+
#
|
14309
|
+
# @option params [String] :sort_by
|
14310
|
+
# The property used to sort results. The default value is CreationTime.
|
14311
|
+
#
|
14312
|
+
# @option params [String] :sort_order
|
14313
|
+
# The sort order. The default value is Descending.
|
14314
|
+
#
|
14315
|
+
# @return [Types::ListStudioLifecycleConfigsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
14316
|
+
#
|
14317
|
+
# * {Types::ListStudioLifecycleConfigsResponse#next_token #next_token} => String
|
14318
|
+
# * {Types::ListStudioLifecycleConfigsResponse#studio_lifecycle_configs #studio_lifecycle_configs} => Array<Types::StudioLifecycleConfigDetails>
|
14319
|
+
#
|
14320
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
14321
|
+
#
|
14322
|
+
# @example Request syntax with placeholder values
|
14323
|
+
#
|
14324
|
+
# resp = client.list_studio_lifecycle_configs({
|
14325
|
+
# max_results: 1,
|
14326
|
+
# next_token: "NextToken",
|
14327
|
+
# name_contains: "StudioLifecycleConfigName",
|
14328
|
+
# app_type_equals: "JupyterServer", # accepts JupyterServer, KernelGateway
|
14329
|
+
# creation_time_before: Time.now,
|
14330
|
+
# creation_time_after: Time.now,
|
14331
|
+
# modified_time_before: Time.now,
|
14332
|
+
# modified_time_after: Time.now,
|
14333
|
+
# sort_by: "CreationTime", # accepts CreationTime, LastModifiedTime, Name
|
14334
|
+
# sort_order: "Ascending", # accepts Ascending, Descending
|
14335
|
+
# })
|
14336
|
+
#
|
14337
|
+
# @example Response structure
|
14338
|
+
#
|
14339
|
+
# resp.next_token #=> String
|
14340
|
+
# resp.studio_lifecycle_configs #=> Array
|
14341
|
+
# resp.studio_lifecycle_configs[0].studio_lifecycle_config_arn #=> String
|
14342
|
+
# resp.studio_lifecycle_configs[0].studio_lifecycle_config_name #=> String
|
14343
|
+
# resp.studio_lifecycle_configs[0].creation_time #=> Time
|
14344
|
+
# resp.studio_lifecycle_configs[0].last_modified_time #=> Time
|
14345
|
+
# resp.studio_lifecycle_configs[0].studio_lifecycle_config_app_type #=> String, one of "JupyterServer", "KernelGateway"
|
14346
|
+
#
|
14347
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListStudioLifecycleConfigs AWS API Documentation
|
14348
|
+
#
|
14349
|
+
# @overload list_studio_lifecycle_configs(params = {})
|
14350
|
+
# @param [Hash] params ({})
|
14351
|
+
def list_studio_lifecycle_configs(params = {}, options = {})
|
14352
|
+
req = build_request(:list_studio_lifecycle_configs, params)
|
14353
|
+
req.send_request(options)
|
14354
|
+
end
|
14355
|
+
|
14156
14356
|
# Gets a list of the work teams that you are subscribed to in the Amazon
|
14157
14357
|
# Web Services Marketplace. The list may be empty if no work team
|
14158
14358
|
# satisfies the filter specified in the `NameContains` parameter.
|
@@ -15020,6 +15220,43 @@ module Aws::SageMaker
|
|
15020
15220
|
req.send_request(options)
|
15021
15221
|
end
|
15022
15222
|
|
15223
|
+
# Retry the execution of the pipeline.
|
15224
|
+
#
|
15225
|
+
# @option params [required, String] :pipeline_execution_arn
|
15226
|
+
# The Amazon Resource Name (ARN) of the pipeline execution.
|
15227
|
+
#
|
15228
|
+
# @option params [required, String] :client_request_token
|
15229
|
+
# A unique, case-sensitive identifier that you provide to ensure the
|
15230
|
+
# idempotency of the operation. An idempotent operation completes no
|
15231
|
+
# more than once.
|
15232
|
+
#
|
15233
|
+
# **A suitable default value is auto-generated.** You should normally
|
15234
|
+
# not need to pass this option.**
|
15235
|
+
#
|
15236
|
+
# @return [Types::RetryPipelineExecutionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
15237
|
+
#
|
15238
|
+
# * {Types::RetryPipelineExecutionResponse#pipeline_execution_arn #pipeline_execution_arn} => String
|
15239
|
+
#
|
15240
|
+
# @example Request syntax with placeholder values
|
15241
|
+
#
|
15242
|
+
# resp = client.retry_pipeline_execution({
|
15243
|
+
# pipeline_execution_arn: "PipelineExecutionArn", # required
|
15244
|
+
# client_request_token: "IdempotencyToken", # required
|
15245
|
+
# })
|
15246
|
+
#
|
15247
|
+
# @example Response structure
|
15248
|
+
#
|
15249
|
+
# resp.pipeline_execution_arn #=> String
|
15250
|
+
#
|
15251
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/RetryPipelineExecution AWS API Documentation
|
15252
|
+
#
|
15253
|
+
# @overload retry_pipeline_execution(params = {})
|
15254
|
+
# @param [Hash] params ({})
|
15255
|
+
def retry_pipeline_execution(params = {}, options = {})
|
15256
|
+
req = build_request(:retry_pipeline_execution, params)
|
15257
|
+
req.send_request(options)
|
15258
|
+
end
|
15259
|
+
|
15023
15260
|
# Finds Amazon SageMaker resources that match a search query. Matching
|
15024
15261
|
# resources are returned as a list of `SearchRecord` objects in the
|
15025
15262
|
# response. You can sort the search results by any resource property in
|
@@ -15065,7 +15302,7 @@ module Aws::SageMaker
|
|
15065
15302
|
# @example Request syntax with placeholder values
|
15066
15303
|
#
|
15067
15304
|
# resp = client.search({
|
15068
|
-
# resource: "TrainingJob", # required, accepts TrainingJob, Experiment, ExperimentTrial, ExperimentTrialComponent, Endpoint, ModelPackage, ModelPackageGroup, Pipeline, PipelineExecution, FeatureGroup
|
15305
|
+
# resource: "TrainingJob", # required, accepts TrainingJob, Experiment, ExperimentTrial, ExperimentTrialComponent, Endpoint, ModelPackage, ModelPackageGroup, Pipeline, PipelineExecution, FeatureGroup, Project
|
15069
15306
|
# search_expression: {
|
15070
15307
|
# filters: [
|
15071
15308
|
# {
|
@@ -15115,7 +15352,7 @@ module Aws::SageMaker
|
|
15115
15352
|
# resp.results[0].training_job.hyper_parameters["HyperParameterKey"] #=> String
|
15116
15353
|
# resp.results[0].training_job.algorithm_specification.training_image #=> String
|
15117
15354
|
# resp.results[0].training_job.algorithm_specification.algorithm_name #=> String
|
15118
|
-
# resp.results[0].training_job.algorithm_specification.training_input_mode #=> String, one of "Pipe", "File"
|
15355
|
+
# resp.results[0].training_job.algorithm_specification.training_input_mode #=> String, one of "Pipe", "File", "FastFile"
|
15119
15356
|
# resp.results[0].training_job.algorithm_specification.metric_definitions #=> Array
|
15120
15357
|
# resp.results[0].training_job.algorithm_specification.metric_definitions[0].name #=> String
|
15121
15358
|
# resp.results[0].training_job.algorithm_specification.metric_definitions[0].regex #=> String
|
@@ -15135,7 +15372,7 @@ module Aws::SageMaker
|
|
15135
15372
|
# resp.results[0].training_job.input_data_config[0].content_type #=> String
|
15136
15373
|
# resp.results[0].training_job.input_data_config[0].compression_type #=> String, one of "None", "Gzip"
|
15137
15374
|
# resp.results[0].training_job.input_data_config[0].record_wrapper_type #=> String, one of "None", "RecordIO"
|
15138
|
-
# resp.results[0].training_job.input_data_config[0].input_mode #=> String, one of "Pipe", "File"
|
15375
|
+
# resp.results[0].training_job.input_data_config[0].input_mode #=> String, one of "Pipe", "File", "FastFile"
|
15139
15376
|
# resp.results[0].training_job.input_data_config[0].shuffle_config.seed #=> Integer
|
15140
15377
|
# resp.results[0].training_job.output_data_config.kms_key_id #=> String
|
15141
15378
|
# resp.results[0].training_job.output_data_config.s3_output_path #=> String
|
@@ -15304,7 +15541,7 @@ module Aws::SageMaker
|
|
15304
15541
|
# resp.results[0].trial_component.source_detail.training_job.hyper_parameters["HyperParameterKey"] #=> String
|
15305
15542
|
# resp.results[0].trial_component.source_detail.training_job.algorithm_specification.training_image #=> String
|
15306
15543
|
# resp.results[0].trial_component.source_detail.training_job.algorithm_specification.algorithm_name #=> String
|
15307
|
-
# resp.results[0].trial_component.source_detail.training_job.algorithm_specification.training_input_mode #=> String, one of "Pipe", "File"
|
15544
|
+
# resp.results[0].trial_component.source_detail.training_job.algorithm_specification.training_input_mode #=> String, one of "Pipe", "File", "FastFile"
|
15308
15545
|
# resp.results[0].trial_component.source_detail.training_job.algorithm_specification.metric_definitions #=> Array
|
15309
15546
|
# resp.results[0].trial_component.source_detail.training_job.algorithm_specification.metric_definitions[0].name #=> String
|
15310
15547
|
# resp.results[0].trial_component.source_detail.training_job.algorithm_specification.metric_definitions[0].regex #=> String
|
@@ -15324,7 +15561,7 @@ module Aws::SageMaker
|
|
15324
15561
|
# resp.results[0].trial_component.source_detail.training_job.input_data_config[0].content_type #=> String
|
15325
15562
|
# resp.results[0].trial_component.source_detail.training_job.input_data_config[0].compression_type #=> String, one of "None", "Gzip"
|
15326
15563
|
# resp.results[0].trial_component.source_detail.training_job.input_data_config[0].record_wrapper_type #=> String, one of "None", "RecordIO"
|
15327
|
-
# resp.results[0].trial_component.source_detail.training_job.input_data_config[0].input_mode #=> String, one of "Pipe", "File"
|
15564
|
+
# resp.results[0].trial_component.source_detail.training_job.input_data_config[0].input_mode #=> String, one of "Pipe", "File", "FastFile"
|
15328
15565
|
# resp.results[0].trial_component.source_detail.training_job.input_data_config[0].shuffle_config.seed #=> Integer
|
15329
15566
|
# resp.results[0].trial_component.source_detail.training_job.output_data_config.kms_key_id #=> String
|
15330
15567
|
# resp.results[0].trial_component.source_detail.training_job.output_data_config.s3_output_path #=> String
|
@@ -15763,6 +16000,26 @@ module Aws::SageMaker
|
|
15763
16000
|
# resp.results[0].feature_group.tags #=> Array
|
15764
16001
|
# resp.results[0].feature_group.tags[0].key #=> String
|
15765
16002
|
# resp.results[0].feature_group.tags[0].value #=> String
|
16003
|
+
# resp.results[0].project.project_arn #=> String
|
16004
|
+
# resp.results[0].project.project_name #=> String
|
16005
|
+
# resp.results[0].project.project_id #=> String
|
16006
|
+
# resp.results[0].project.project_description #=> String
|
16007
|
+
# resp.results[0].project.service_catalog_provisioning_details.product_id #=> String
|
16008
|
+
# resp.results[0].project.service_catalog_provisioning_details.provisioning_artifact_id #=> String
|
16009
|
+
# resp.results[0].project.service_catalog_provisioning_details.path_id #=> String
|
16010
|
+
# resp.results[0].project.service_catalog_provisioning_details.provisioning_parameters #=> Array
|
16011
|
+
# resp.results[0].project.service_catalog_provisioning_details.provisioning_parameters[0].key #=> String
|
16012
|
+
# resp.results[0].project.service_catalog_provisioning_details.provisioning_parameters[0].value #=> String
|
16013
|
+
# resp.results[0].project.service_catalog_provisioned_product_details.provisioned_product_id #=> String
|
16014
|
+
# resp.results[0].project.service_catalog_provisioned_product_details.provisioned_product_status_message #=> String
|
16015
|
+
# resp.results[0].project.project_status #=> String, one of "Pending", "CreateInProgress", "CreateCompleted", "CreateFailed", "DeleteInProgress", "DeleteFailed", "DeleteCompleted"
|
16016
|
+
# resp.results[0].project.created_by.user_profile_arn #=> String
|
16017
|
+
# resp.results[0].project.created_by.user_profile_name #=> String
|
16018
|
+
# resp.results[0].project.created_by.domain_id #=> String
|
16019
|
+
# resp.results[0].project.creation_time #=> Time
|
16020
|
+
# resp.results[0].project.tags #=> Array
|
16021
|
+
# resp.results[0].project.tags[0].key #=> String
|
16022
|
+
# resp.results[0].project.tags[0].value #=> String
|
15766
16023
|
# resp.next_token #=> String
|
15767
16024
|
#
|
15768
16025
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/Search AWS API Documentation
|
@@ -15937,7 +16194,7 @@ module Aws::SageMaker
|
|
15937
16194
|
# @option params [required, String] :client_request_token
|
15938
16195
|
# A unique, case-sensitive identifier that you provide to ensure the
|
15939
16196
|
# idempotency of the operation. An idempotent operation completes no
|
15940
|
-
# more than
|
16197
|
+
# more than once.
|
15941
16198
|
#
|
15942
16199
|
# **A suitable default value is auto-generated.** You should normally
|
15943
16200
|
# not need to pass this option.**
|
@@ -16191,7 +16448,7 @@ module Aws::SageMaker
|
|
16191
16448
|
# @option params [required, String] :client_request_token
|
16192
16449
|
# A unique, case-sensitive identifier that you provide to ensure the
|
16193
16450
|
# idempotency of the operation. An idempotent operation completes no
|
16194
|
-
# more than
|
16451
|
+
# more than once.
|
16195
16452
|
#
|
16196
16453
|
# **A suitable default value is auto-generated.** You should normally
|
16197
16454
|
# not need to pass this option.**
|
@@ -16622,13 +16879,16 @@ module Aws::SageMaker
|
|
16622
16879
|
# sage_maker_image_arn: "ImageArn",
|
16623
16880
|
# sage_maker_image_version_arn: "ImageVersionArn",
|
16624
16881
|
# instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.8xlarge, ml.m5d.12xlarge, ml.m5d.16xlarge, ml.m5d.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
|
16882
|
+
# lifecycle_config_arn: "StudioLifecycleConfigArn",
|
16625
16883
|
# },
|
16884
|
+
# lifecycle_config_arns: ["StudioLifecycleConfigArn"],
|
16626
16885
|
# },
|
16627
16886
|
# kernel_gateway_app_settings: {
|
16628
16887
|
# default_resource_spec: {
|
16629
16888
|
# sage_maker_image_arn: "ImageArn",
|
16630
16889
|
# sage_maker_image_version_arn: "ImageVersionArn",
|
16631
16890
|
# instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.8xlarge, ml.m5d.12xlarge, ml.m5d.16xlarge, ml.m5d.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
|
16891
|
+
# lifecycle_config_arn: "StudioLifecycleConfigArn",
|
16632
16892
|
# },
|
16633
16893
|
# custom_images: [
|
16634
16894
|
# {
|
@@ -16637,12 +16897,14 @@ module Aws::SageMaker
|
|
16637
16897
|
# app_image_config_name: "AppImageConfigName", # required
|
16638
16898
|
# },
|
16639
16899
|
# ],
|
16900
|
+
# lifecycle_config_arns: ["StudioLifecycleConfigArn"],
|
16640
16901
|
# },
|
16641
16902
|
# tensor_board_app_settings: {
|
16642
16903
|
# default_resource_spec: {
|
16643
16904
|
# sage_maker_image_arn: "ImageArn",
|
16644
16905
|
# sage_maker_image_version_arn: "ImageVersionArn",
|
16645
16906
|
# instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.8xlarge, ml.m5d.12xlarge, ml.m5d.16xlarge, ml.m5d.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
|
16907
|
+
# lifecycle_config_arn: "StudioLifecycleConfigArn",
|
16646
16908
|
# },
|
16647
16909
|
# },
|
16648
16910
|
# },
|
@@ -17523,13 +17785,16 @@ module Aws::SageMaker
|
|
17523
17785
|
# sage_maker_image_arn: "ImageArn",
|
17524
17786
|
# sage_maker_image_version_arn: "ImageVersionArn",
|
17525
17787
|
# instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.8xlarge, ml.m5d.12xlarge, ml.m5d.16xlarge, ml.m5d.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
|
17788
|
+
# lifecycle_config_arn: "StudioLifecycleConfigArn",
|
17526
17789
|
# },
|
17790
|
+
# lifecycle_config_arns: ["StudioLifecycleConfigArn"],
|
17527
17791
|
# },
|
17528
17792
|
# kernel_gateway_app_settings: {
|
17529
17793
|
# default_resource_spec: {
|
17530
17794
|
# sage_maker_image_arn: "ImageArn",
|
17531
17795
|
# sage_maker_image_version_arn: "ImageVersionArn",
|
17532
17796
|
# instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.8xlarge, ml.m5d.12xlarge, ml.m5d.16xlarge, ml.m5d.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
|
17797
|
+
# lifecycle_config_arn: "StudioLifecycleConfigArn",
|
17533
17798
|
# },
|
17534
17799
|
# custom_images: [
|
17535
17800
|
# {
|
@@ -17538,12 +17803,14 @@ module Aws::SageMaker
|
|
17538
17803
|
# app_image_config_name: "AppImageConfigName", # required
|
17539
17804
|
# },
|
17540
17805
|
# ],
|
17806
|
+
# lifecycle_config_arns: ["StudioLifecycleConfigArn"],
|
17541
17807
|
# },
|
17542
17808
|
# tensor_board_app_settings: {
|
17543
17809
|
# default_resource_spec: {
|
17544
17810
|
# sage_maker_image_arn: "ImageArn",
|
17545
17811
|
# sage_maker_image_version_arn: "ImageVersionArn",
|
17546
17812
|
# instance_type: "system", # accepts system, ml.t3.micro, ml.t3.small, ml.t3.medium, ml.t3.large, ml.t3.xlarge, ml.t3.2xlarge, ml.m5.large, ml.m5.xlarge, ml.m5.2xlarge, ml.m5.4xlarge, ml.m5.8xlarge, ml.m5.12xlarge, ml.m5.16xlarge, ml.m5.24xlarge, ml.m5d.large, ml.m5d.xlarge, ml.m5d.2xlarge, ml.m5d.4xlarge, ml.m5d.8xlarge, ml.m5d.12xlarge, ml.m5d.16xlarge, ml.m5d.24xlarge, ml.c5.large, ml.c5.xlarge, ml.c5.2xlarge, ml.c5.4xlarge, ml.c5.9xlarge, ml.c5.12xlarge, ml.c5.18xlarge, ml.c5.24xlarge, ml.p3.2xlarge, ml.p3.8xlarge, ml.p3.16xlarge, ml.p3dn.24xlarge, ml.g4dn.xlarge, ml.g4dn.2xlarge, ml.g4dn.4xlarge, ml.g4dn.8xlarge, ml.g4dn.12xlarge, ml.g4dn.16xlarge, ml.r5.large, ml.r5.xlarge, ml.r5.2xlarge, ml.r5.4xlarge, ml.r5.8xlarge, ml.r5.12xlarge, ml.r5.16xlarge, ml.r5.24xlarge
|
17813
|
+
# lifecycle_config_arn: "StudioLifecycleConfigArn",
|
17547
17814
|
# },
|
17548
17815
|
# },
|
17549
17816
|
# },
|
@@ -17772,7 +18039,7 @@ module Aws::SageMaker
|
|
17772
18039
|
params: params,
|
17773
18040
|
config: config)
|
17774
18041
|
context[:gem_name] = 'aws-sdk-sagemaker'
|
17775
|
-
context[:gem_version] = '1.
|
18042
|
+
context[:gem_version] = '1.102.0'
|
17776
18043
|
Seahorse::Client::Request.new(handlers, context)
|
17777
18044
|
end
|
17778
18045
|
|