aws-sdk-sagemaker 1.185.0 → 1.186.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sagemaker/client.rb +37 -15
- data/lib/aws-sdk-sagemaker/types.rb +44 -18
- data/lib/aws-sdk-sagemaker.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ed35ef022dab39f9847cb62c469eef65f275b5eeb10216a42f947f2f45737853
|
4
|
+
data.tar.gz: 905ce6c70731244b0ecf7194139c243eba1eacce9a09471d19364732b1dcb44f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2dea9e44730be15449e4080864ec2f052db761162d063e54626f6404432ba434f4e2f6ab961dfb51621f6addf26efa71a11bce864774a270ddd1ca28fe38bb72
|
7
|
+
data.tar.gz: 1c503c1cf068659c13385379009b49f306f0b3576a1bd2534b5644da248b372e2b4c19781fd48a368f6bd5b985695b501880fe7a427afb7e0b3baa4da8f732b9
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.186.0 (2023-06-12)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Sagemaker Neo now supports compilation for inferentia2 (ML_INF2) and Trainium1 (ML_TRN1) as available targets. With these devices, you can run your workloads at highest performance with lowest cost. inferentia2 (ML_INF2) is available in CMH and Trainium1 (ML_TRN1) is available in IAD currently
|
8
|
+
|
4
9
|
1.185.0 (2023-06-02)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.186.0
|
@@ -1710,7 +1710,7 @@ module Aws::SageMaker
|
|
1710
1710
|
# },
|
1711
1711
|
# output_config: { # required
|
1712
1712
|
# s3_output_location: "S3Uri", # required
|
1713
|
-
# 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_cv2, amba_cv22, amba_cv25, x86_win32, x86_win64, coreml, jacinto_tda4vm, imx8mplus
|
1713
|
+
# target_device: "lambda", # accepts lambda, ml_m4, ml_m5, ml_c4, ml_c5, ml_p2, ml_p3, ml_g4dn, ml_inf1, ml_inf2, ml_trn1, ml_eia2, jetson_tx1, jetson_tx2, jetson_nano, jetson_xavier, rasp3b, imx8qm, deeplens, rk3399, rk3288, aisage, sbe_c, qcs605, qcs603, sitara_am57x, amba_cv2, amba_cv22, amba_cv25, x86_win32, x86_win64, coreml, jacinto_tda4vm, imx8mplus
|
1714
1714
|
# target_platform: {
|
1715
1715
|
# os: "ANDROID", # required, accepts ANDROID, LINUX
|
1716
1716
|
# arch: "X86_64", # required, accepts X86_64, X86, ARM64, ARM_EABI, ARM_EABIHF
|
@@ -10300,7 +10300,7 @@ module Aws::SageMaker
|
|
10300
10300
|
# resp.input_config.framework #=> String, one of "TENSORFLOW", "KERAS", "MXNET", "ONNX", "PYTORCH", "XGBOOST", "TFLITE", "DARKNET", "SKLEARN"
|
10301
10301
|
# resp.input_config.framework_version #=> String
|
10302
10302
|
# resp.output_config.s3_output_location #=> String
|
10303
|
-
# 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_cv2", "amba_cv22", "amba_cv25", "x86_win32", "x86_win64", "coreml", "jacinto_tda4vm", "imx8mplus"
|
10303
|
+
# 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_inf2", "ml_trn1", "ml_eia2", "jetson_tx1", "jetson_tx2", "jetson_nano", "jetson_xavier", "rasp3b", "imx8qm", "deeplens", "rk3399", "rk3288", "aisage", "sbe_c", "qcs605", "qcs603", "sitara_am57x", "amba_cv2", "amba_cv22", "amba_cv25", "x86_win32", "x86_win64", "coreml", "jacinto_tda4vm", "imx8mplus"
|
10304
10304
|
# resp.output_config.target_platform.os #=> String, one of "ANDROID", "LINUX"
|
10305
10305
|
# resp.output_config.target_platform.arch #=> String, one of "X86_64", "X86", "ARM64", "ARM_EABI", "ARM_EABIHF"
|
10306
10306
|
# resp.output_config.target_platform.accelerator #=> String, one of "INTEL_GRAPHICS", "MALI", "NVIDIA", "NNA"
|
@@ -13268,7 +13268,7 @@ module Aws::SageMaker
|
|
13268
13268
|
# Describes the details of a pipeline.
|
13269
13269
|
#
|
13270
13270
|
# @option params [required, String] :pipeline_name
|
13271
|
-
# The name of the pipeline to describe.
|
13271
|
+
# The name or Amazon Resource Name (ARN) of the pipeline to describe.
|
13272
13272
|
#
|
13273
13273
|
# @return [Types::DescribePipelineResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
13274
13274
|
#
|
@@ -14943,8 +14943,11 @@ module Aws::SageMaker
|
|
14943
14943
|
# the AppImageConfig name contains a specified string.
|
14944
14944
|
#
|
14945
14945
|
# @option params [Integer] :max_results
|
14946
|
-
# The
|
14947
|
-
#
|
14946
|
+
# The total number of items to return in the response. If the total
|
14947
|
+
# number of items available is more than the value specified, a
|
14948
|
+
# `NextToken` is provided in the response. To resume pagination, provide
|
14949
|
+
# the `NextToken` value in the as part of a subsequent call. The default
|
14950
|
+
# value is 10.
|
14948
14951
|
#
|
14949
14952
|
# @option params [String] :next_token
|
14950
14953
|
# If the previous call to `ListImages` didn't return the full set of
|
@@ -15030,7 +15033,11 @@ module Aws::SageMaker
|
|
15030
15033
|
# Use it in your next request to receive the next set of results.
|
15031
15034
|
#
|
15032
15035
|
# @option params [Integer] :max_results
|
15033
|
-
#
|
15036
|
+
# The total number of items to return in the response. If the total
|
15037
|
+
# number of items available is more than the value specified, a
|
15038
|
+
# `NextToken` is provided in the response. To resume pagination, provide
|
15039
|
+
# the `NextToken` value in the as part of a subsequent call. The default
|
15040
|
+
# value is 10.
|
15034
15041
|
#
|
15035
15042
|
# @option params [String] :sort_order
|
15036
15043
|
# The sort order for the results. The default is Ascending.
|
@@ -15588,7 +15595,7 @@ module Aws::SageMaker
|
|
15588
15595
|
# resp.compilation_job_summaries[0].creation_time #=> Time
|
15589
15596
|
# resp.compilation_job_summaries[0].compilation_start_time #=> Time
|
15590
15597
|
# resp.compilation_job_summaries[0].compilation_end_time #=> Time
|
15591
|
-
# 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_cv2", "amba_cv22", "amba_cv25", "x86_win32", "x86_win64", "coreml", "jacinto_tda4vm", "imx8mplus"
|
15598
|
+
# 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_inf2", "ml_trn1", "ml_eia2", "jetson_tx1", "jetson_tx2", "jetson_nano", "jetson_xavier", "rasp3b", "imx8qm", "deeplens", "rk3399", "rk3288", "aisage", "sbe_c", "qcs605", "qcs603", "sitara_am57x", "amba_cv2", "amba_cv22", "amba_cv25", "x86_win32", "x86_win64", "coreml", "jacinto_tda4vm", "imx8mplus"
|
15592
15599
|
# resp.compilation_job_summaries[0].compilation_target_platform_os #=> String, one of "ANDROID", "LINUX"
|
15593
15600
|
# resp.compilation_job_summaries[0].compilation_target_platform_arch #=> String, one of "X86_64", "X86", "ARM64", "ARM_EABI", "ARM_EABIHF"
|
15594
15601
|
# resp.compilation_job_summaries[0].compilation_target_platform_accelerator #=> String, one of "INTEL_GRAPHICS", "MALI", "NVIDIA", "NNA"
|
@@ -15889,7 +15896,11 @@ module Aws::SageMaker
|
|
15889
15896
|
# Use it in your next request to receive the next set of results.
|
15890
15897
|
#
|
15891
15898
|
# @option params [Integer] :max_results
|
15892
|
-
#
|
15899
|
+
# The total number of items to return in the response. If the total
|
15900
|
+
# number of items available is more than the value specified, a
|
15901
|
+
# `NextToken` is provided in the response. To resume pagination, provide
|
15902
|
+
# the `NextToken` value in the as part of a subsequent call. The default
|
15903
|
+
# value is 10.
|
15893
15904
|
#
|
15894
15905
|
# @return [Types::ListDomainsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
15895
15906
|
#
|
@@ -18851,7 +18862,7 @@ module Aws::SageMaker
|
|
18851
18862
|
# Gets a list of the pipeline executions.
|
18852
18863
|
#
|
18853
18864
|
# @option params [required, String] :pipeline_name
|
18854
|
-
# The name of the pipeline.
|
18865
|
+
# The name or Amazon Resource Name (ARN) of the pipeline.
|
18855
18866
|
#
|
18856
18867
|
# @option params [Time,DateTime,Date,Integer,String] :created_after
|
18857
18868
|
# A filter that returns the pipeline executions that were created after
|
@@ -19184,7 +19195,11 @@ module Aws::SageMaker
|
|
19184
19195
|
# Use it in your next request to receive the next set of results.
|
19185
19196
|
#
|
19186
19197
|
# @option params [Integer] :max_results
|
19187
|
-
#
|
19198
|
+
# The total number of items to return in the response. If the total
|
19199
|
+
# number of items available is more than the value specified, a
|
19200
|
+
# `NextToken` is provided in the response. To resume pagination, provide
|
19201
|
+
# the `NextToken` value in the as part of a subsequent call. The default
|
19202
|
+
# value is 10.
|
19188
19203
|
#
|
19189
19204
|
# @option params [String] :sort_order
|
19190
19205
|
# The sort order for the results. The default is `Ascending`.
|
@@ -19301,8 +19316,11 @@ module Aws::SageMaker
|
|
19301
19316
|
# Account.
|
19302
19317
|
#
|
19303
19318
|
# @option params [Integer] :max_results
|
19304
|
-
# The
|
19305
|
-
#
|
19319
|
+
# The total number of items to return in the response. If the total
|
19320
|
+
# number of items available is more than the value specified, a
|
19321
|
+
# `NextToken` is provided in the response. To resume pagination, provide
|
19322
|
+
# the `NextToken` value in the as part of a subsequent call. The default
|
19323
|
+
# value is 10.
|
19306
19324
|
#
|
19307
19325
|
# @option params [String] :next_token
|
19308
19326
|
# If the previous call to ListStudioLifecycleConfigs didn't return the
|
@@ -19942,7 +19960,11 @@ module Aws::SageMaker
|
|
19942
19960
|
# Use it in your next request to receive the next set of results.
|
19943
19961
|
#
|
19944
19962
|
# @option params [Integer] :max_results
|
19945
|
-
#
|
19963
|
+
# The total number of items to return in the response. If the total
|
19964
|
+
# number of items available is more than the value specified, a
|
19965
|
+
# `NextToken` is provided in the response. To resume pagination, provide
|
19966
|
+
# the `NextToken` value in the as part of a subsequent call. The default
|
19967
|
+
# value is 10.
|
19946
19968
|
#
|
19947
19969
|
# @option params [String] :sort_order
|
19948
19970
|
# The sort order for the results. The default is Ascending.
|
@@ -20729,7 +20751,7 @@ module Aws::SageMaker
|
|
20729
20751
|
# Starts a pipeline execution.
|
20730
20752
|
#
|
20731
20753
|
# @option params [required, String] :pipeline_name
|
20732
|
-
# The name of the pipeline.
|
20754
|
+
# The name or Amazon Resource Name (ARN) of the pipeline.
|
20733
20755
|
#
|
20734
20756
|
# @option params [String] :pipeline_execution_display_name
|
20735
20757
|
# The display name of the pipeline execution.
|
@@ -23605,7 +23627,7 @@ module Aws::SageMaker
|
|
23605
23627
|
params: params,
|
23606
23628
|
config: config)
|
23607
23629
|
context[:gem_name] = 'aws-sdk-sagemaker'
|
23608
|
-
context[:gem_version] = '1.
|
23630
|
+
context[:gem_version] = '1.186.0'
|
23609
23631
|
Seahorse::Client::Request.new(handlers, context)
|
23610
23632
|
end
|
23611
23633
|
|
@@ -2096,9 +2096,12 @@ module Aws::SageMaker
|
|
2096
2096
|
# The content type of the data from the input source. The following
|
2097
2097
|
# are the allowed content types for different problems:
|
2098
2098
|
#
|
2099
|
-
# * ImageClassification: `image/png`, `image/jpeg`, `image
|
2099
|
+
# * ImageClassification: `image/png`, `image/jpeg`, or `image/*`. The
|
2100
|
+
# default value is `image/*`.
|
2100
2101
|
#
|
2101
|
-
# * TextClassification: `text/csv;header=present`
|
2102
|
+
# * TextClassification: `text/csv;header=present` or
|
2103
|
+
# `x-application/vnd.amazon+parquet`. The default value is
|
2104
|
+
# `text/csv;header=present`.
|
2102
2105
|
# @return [String]
|
2103
2106
|
#
|
2104
2107
|
# @!attribute [rw] compression_type
|
@@ -14425,7 +14428,7 @@ module Aws::SageMaker
|
|
14425
14428
|
end
|
14426
14429
|
|
14427
14430
|
# @!attribute [rw] pipeline_name
|
14428
|
-
# The name of the pipeline to describe.
|
14431
|
+
# The name or Amazon Resource Name (ARN) of the pipeline to describe.
|
14429
14432
|
# @return [String]
|
14430
14433
|
#
|
14431
14434
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribePipelineRequest AWS API Documentation
|
@@ -19975,12 +19978,12 @@ module Aws::SageMaker
|
|
19975
19978
|
# @!attribute [rw] instance_count
|
19976
19979
|
# The number of instances of the type specified by `InstanceType`.
|
19977
19980
|
# Choose an instance count larger than 1 for distributed training
|
19978
|
-
# algorithms. See [
|
19979
|
-
# information.
|
19981
|
+
# algorithms. See [Step 2: Launch a SageMaker Distributed Training Job
|
19982
|
+
# Using the SageMaker Python SDK][1] for more information.
|
19980
19983
|
#
|
19981
19984
|
#
|
19982
19985
|
#
|
19983
|
-
# [1]: https://docs.aws.amazon.com/data-parallel-use-api.html
|
19986
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/data-parallel-use-api.html
|
19984
19987
|
# @return [Integer]
|
19985
19988
|
#
|
19986
19989
|
# @!attribute [rw] volume_size_in_gb
|
@@ -20492,7 +20495,7 @@ module Aws::SageMaker
|
|
20492
20495
|
#
|
20493
20496
|
#
|
20494
20497
|
#
|
20495
|
-
# [1]: https://docs.aws.amazon.com/notebooks-available-instance-types.html
|
20498
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/notebooks-available-instance-types.html
|
20496
20499
|
# @return [String]
|
20497
20500
|
#
|
20498
20501
|
# @!attribute [rw] instance_count
|
@@ -22501,8 +22504,11 @@ module Aws::SageMaker
|
|
22501
22504
|
end
|
22502
22505
|
|
22503
22506
|
# @!attribute [rw] max_results
|
22504
|
-
# The
|
22505
|
-
#
|
22507
|
+
# The total number of items to return in the response. If the total
|
22508
|
+
# number of items available is more than the value specified, a
|
22509
|
+
# `NextToken` is provided in the response. To resume pagination,
|
22510
|
+
# provide the `NextToken` value in the as part of a subsequent call.
|
22511
|
+
# The default value is 10.
|
22506
22512
|
# @return [Integer]
|
22507
22513
|
#
|
22508
22514
|
# @!attribute [rw] next_token
|
@@ -22585,7 +22591,11 @@ module Aws::SageMaker
|
|
22585
22591
|
# @return [String]
|
22586
22592
|
#
|
22587
22593
|
# @!attribute [rw] max_results
|
22588
|
-
#
|
22594
|
+
# The total number of items to return in the response. If the total
|
22595
|
+
# number of items available is more than the value specified, a
|
22596
|
+
# `NextToken` is provided in the response. To resume pagination,
|
22597
|
+
# provide the `NextToken` value in the as part of a subsequent call.
|
22598
|
+
# The default value is 10.
|
22589
22599
|
# @return [Integer]
|
22590
22600
|
#
|
22591
22601
|
# @!attribute [rw] sort_order
|
@@ -23399,7 +23409,11 @@ module Aws::SageMaker
|
|
23399
23409
|
# @return [String]
|
23400
23410
|
#
|
23401
23411
|
# @!attribute [rw] max_results
|
23402
|
-
#
|
23412
|
+
# The total number of items to return in the response. If the total
|
23413
|
+
# number of items available is more than the value specified, a
|
23414
|
+
# `NextToken` is provided in the response. To resume pagination,
|
23415
|
+
# provide the `NextToken` value in the as part of a subsequent call.
|
23416
|
+
# The default value is 10.
|
23403
23417
|
# @return [Integer]
|
23404
23418
|
#
|
23405
23419
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListDomainsRequest AWS API Documentation
|
@@ -26219,7 +26233,7 @@ module Aws::SageMaker
|
|
26219
26233
|
end
|
26220
26234
|
|
26221
26235
|
# @!attribute [rw] pipeline_name
|
26222
|
-
# The name of the pipeline.
|
26236
|
+
# The name or Amazon Resource Name (ARN) of the pipeline.
|
26223
26237
|
# @return [String]
|
26224
26238
|
#
|
26225
26239
|
# @!attribute [rw] created_after
|
@@ -26555,7 +26569,11 @@ module Aws::SageMaker
|
|
26555
26569
|
# @return [String]
|
26556
26570
|
#
|
26557
26571
|
# @!attribute [rw] max_results
|
26558
|
-
#
|
26572
|
+
# The total number of items to return in the response. If the total
|
26573
|
+
# number of items available is more than the value specified, a
|
26574
|
+
# `NextToken` is provided in the response. To resume pagination,
|
26575
|
+
# provide the `NextToken` value in the as part of a subsequent call.
|
26576
|
+
# The default value is 10.
|
26559
26577
|
# @return [Integer]
|
26560
26578
|
#
|
26561
26579
|
# @!attribute [rw] sort_order
|
@@ -26657,8 +26675,11 @@ module Aws::SageMaker
|
|
26657
26675
|
end
|
26658
26676
|
|
26659
26677
|
# @!attribute [rw] max_results
|
26660
|
-
# The
|
26661
|
-
#
|
26678
|
+
# The total number of items to return in the response. If the total
|
26679
|
+
# number of items available is more than the value specified, a
|
26680
|
+
# `NextToken` is provided in the response. To resume pagination,
|
26681
|
+
# provide the `NextToken` value in the as part of a subsequent call.
|
26682
|
+
# The default value is 10.
|
26662
26683
|
# @return [Integer]
|
26663
26684
|
#
|
26664
26685
|
# @!attribute [rw] next_token
|
@@ -26725,7 +26746,8 @@ module Aws::SageMaker
|
|
26725
26746
|
end
|
26726
26747
|
|
26727
26748
|
# @!attribute [rw] next_token
|
26728
|
-
#
|
26749
|
+
# If the previous response was truncated, you will receive this token.
|
26750
|
+
# Use it in your next request to receive the next set of results.
|
26729
26751
|
# @return [String]
|
26730
26752
|
#
|
26731
26753
|
# @!attribute [rw] studio_lifecycle_configs
|
@@ -27231,7 +27253,11 @@ module Aws::SageMaker
|
|
27231
27253
|
# @return [String]
|
27232
27254
|
#
|
27233
27255
|
# @!attribute [rw] max_results
|
27234
|
-
#
|
27256
|
+
# The total number of items to return in the response. If the total
|
27257
|
+
# number of items available is more than the value specified, a
|
27258
|
+
# `NextToken` is provided in the response. To resume pagination,
|
27259
|
+
# provide the `NextToken` value in the as part of a subsequent call.
|
27260
|
+
# The default value is 10.
|
27235
27261
|
# @return [Integer]
|
27236
27262
|
#
|
27237
27263
|
# @!attribute [rw] sort_order
|
@@ -35824,7 +35850,7 @@ module Aws::SageMaker
|
|
35824
35850
|
end
|
35825
35851
|
|
35826
35852
|
# @!attribute [rw] pipeline_name
|
35827
|
-
# The name of the pipeline.
|
35853
|
+
# The name or Amazon Resource Name (ARN) of the pipeline.
|
35828
35854
|
# @return [String]
|
35829
35855
|
#
|
35830
35856
|
# @!attribute [rw] pipeline_execution_display_name
|
data/lib/aws-sdk-sagemaker.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-sagemaker
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.186.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-06-
|
11
|
+
date: 2023-06-12 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|