aws-sdk-sagemaker 1.184.0 → 1.186.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sagemaker/client.rb +53 -15
- data/lib/aws-sdk-sagemaker/client_api.rb +20 -0
- data/lib/aws-sdk-sagemaker/types.rb +115 -20
- 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,16 @@
|
|
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
|
+
|
9
|
+
1.185.0 (2023-06-02)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - This release adds Selective Execution feature that allows SageMaker Pipelines users to run selected steps in a pipeline.
|
13
|
+
|
4
14
|
1.184.0 (2023-06-01)
|
5
15
|
------------------
|
6
16
|
|
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
|
#
|
@@ -13376,6 +13376,7 @@ module Aws::SageMaker
|
|
13376
13376
|
# * {Types::DescribePipelineExecutionResponse#created_by #created_by} => Types::UserContext
|
13377
13377
|
# * {Types::DescribePipelineExecutionResponse#last_modified_by #last_modified_by} => Types::UserContext
|
13378
13378
|
# * {Types::DescribePipelineExecutionResponse#parallelism_configuration #parallelism_configuration} => Types::ParallelismConfiguration
|
13379
|
+
# * {Types::DescribePipelineExecutionResponse#selective_execution_config #selective_execution_config} => Types::SelectiveExecutionConfig
|
13379
13380
|
#
|
13380
13381
|
# @example Request syntax with placeholder values
|
13381
13382
|
#
|
@@ -13408,6 +13409,9 @@ module Aws::SageMaker
|
|
13408
13409
|
# resp.last_modified_by.iam_identity.principal_id #=> String
|
13409
13410
|
# resp.last_modified_by.iam_identity.source_identity #=> String
|
13410
13411
|
# resp.parallelism_configuration.max_parallel_execution_steps #=> Integer
|
13412
|
+
# resp.selective_execution_config.source_pipeline_execution_arn #=> String
|
13413
|
+
# resp.selective_execution_config.selected_steps #=> Array
|
13414
|
+
# resp.selective_execution_config.selected_steps[0].step_name #=> String
|
13411
13415
|
#
|
13412
13416
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribePipelineExecution AWS API Documentation
|
13413
13417
|
#
|
@@ -14939,8 +14943,11 @@ module Aws::SageMaker
|
|
14939
14943
|
# the AppImageConfig name contains a specified string.
|
14940
14944
|
#
|
14941
14945
|
# @option params [Integer] :max_results
|
14942
|
-
# The
|
14943
|
-
#
|
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.
|
14944
14951
|
#
|
14945
14952
|
# @option params [String] :next_token
|
14946
14953
|
# If the previous call to `ListImages` didn't return the full set of
|
@@ -15026,7 +15033,11 @@ module Aws::SageMaker
|
|
15026
15033
|
# Use it in your next request to receive the next set of results.
|
15027
15034
|
#
|
15028
15035
|
# @option params [Integer] :max_results
|
15029
|
-
#
|
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.
|
15030
15041
|
#
|
15031
15042
|
# @option params [String] :sort_order
|
15032
15043
|
# The sort order for the results. The default is Ascending.
|
@@ -15584,7 +15595,7 @@ module Aws::SageMaker
|
|
15584
15595
|
# resp.compilation_job_summaries[0].creation_time #=> Time
|
15585
15596
|
# resp.compilation_job_summaries[0].compilation_start_time #=> Time
|
15586
15597
|
# resp.compilation_job_summaries[0].compilation_end_time #=> Time
|
15587
|
-
# 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"
|
15588
15599
|
# resp.compilation_job_summaries[0].compilation_target_platform_os #=> String, one of "ANDROID", "LINUX"
|
15589
15600
|
# resp.compilation_job_summaries[0].compilation_target_platform_arch #=> String, one of "X86_64", "X86", "ARM64", "ARM_EABI", "ARM_EABIHF"
|
15590
15601
|
# resp.compilation_job_summaries[0].compilation_target_platform_accelerator #=> String, one of "INTEL_GRAPHICS", "MALI", "NVIDIA", "NNA"
|
@@ -15885,7 +15896,11 @@ module Aws::SageMaker
|
|
15885
15896
|
# Use it in your next request to receive the next set of results.
|
15886
15897
|
#
|
15887
15898
|
# @option params [Integer] :max_results
|
15888
|
-
#
|
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.
|
15889
15904
|
#
|
15890
15905
|
# @return [Types::ListDomainsResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
15891
15906
|
#
|
@@ -18832,6 +18847,7 @@ module Aws::SageMaker
|
|
18832
18847
|
# resp.pipeline_execution_steps[0].metadata.emr.log_file_path #=> String
|
18833
18848
|
# resp.pipeline_execution_steps[0].metadata.fail.error_message #=> String
|
18834
18849
|
# resp.pipeline_execution_steps[0].metadata.auto_ml_job.arn #=> String
|
18850
|
+
# resp.pipeline_execution_steps[0].selective_execution_result.source_pipeline_execution_arn #=> String
|
18835
18851
|
# resp.next_token #=> String
|
18836
18852
|
#
|
18837
18853
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListPipelineExecutionSteps AWS API Documentation
|
@@ -18846,7 +18862,7 @@ module Aws::SageMaker
|
|
18846
18862
|
# Gets a list of the pipeline executions.
|
18847
18863
|
#
|
18848
18864
|
# @option params [required, String] :pipeline_name
|
18849
|
-
# The name of the pipeline.
|
18865
|
+
# The name or Amazon Resource Name (ARN) of the pipeline.
|
18850
18866
|
#
|
18851
18867
|
# @option params [Time,DateTime,Date,Integer,String] :created_after
|
18852
18868
|
# A filter that returns the pipeline executions that were created after
|
@@ -19179,7 +19195,11 @@ module Aws::SageMaker
|
|
19179
19195
|
# Use it in your next request to receive the next set of results.
|
19180
19196
|
#
|
19181
19197
|
# @option params [Integer] :max_results
|
19182
|
-
#
|
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.
|
19183
19203
|
#
|
19184
19204
|
# @option params [String] :sort_order
|
19185
19205
|
# The sort order for the results. The default is `Ascending`.
|
@@ -19296,8 +19316,11 @@ module Aws::SageMaker
|
|
19296
19316
|
# Account.
|
19297
19317
|
#
|
19298
19318
|
# @option params [Integer] :max_results
|
19299
|
-
# The
|
19300
|
-
#
|
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.
|
19301
19324
|
#
|
19302
19325
|
# @option params [String] :next_token
|
19303
19326
|
# If the previous call to ListStudioLifecycleConfigs didn't return the
|
@@ -19937,7 +19960,11 @@ module Aws::SageMaker
|
|
19937
19960
|
# Use it in your next request to receive the next set of results.
|
19938
19961
|
#
|
19939
19962
|
# @option params [Integer] :max_results
|
19940
|
-
#
|
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.
|
19941
19968
|
#
|
19942
19969
|
# @option params [String] :sort_order
|
19943
19970
|
# The sort order for the results. The default is Ascending.
|
@@ -20724,7 +20751,7 @@ module Aws::SageMaker
|
|
20724
20751
|
# Starts a pipeline execution.
|
20725
20752
|
#
|
20726
20753
|
# @option params [required, String] :pipeline_name
|
20727
|
-
# The name of the pipeline.
|
20754
|
+
# The name or Amazon Resource Name (ARN) of the pipeline.
|
20728
20755
|
#
|
20729
20756
|
# @option params [String] :pipeline_execution_display_name
|
20730
20757
|
# The display name of the pipeline execution.
|
@@ -20747,6 +20774,9 @@ module Aws::SageMaker
|
|
20747
20774
|
# This configuration, if specified, overrides the parallelism
|
20748
20775
|
# configuration of the parent pipeline for this specific run.
|
20749
20776
|
#
|
20777
|
+
# @option params [Types::SelectiveExecutionConfig] :selective_execution_config
|
20778
|
+
# The selective execution configuration applied to the pipeline run.
|
20779
|
+
#
|
20750
20780
|
# @return [Types::StartPipelineExecutionResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
20751
20781
|
#
|
20752
20782
|
# * {Types::StartPipelineExecutionResponse#pipeline_execution_arn #pipeline_execution_arn} => String
|
@@ -20767,6 +20797,14 @@ module Aws::SageMaker
|
|
20767
20797
|
# parallelism_configuration: {
|
20768
20798
|
# max_parallel_execution_steps: 1, # required
|
20769
20799
|
# },
|
20800
|
+
# selective_execution_config: {
|
20801
|
+
# source_pipeline_execution_arn: "PipelineExecutionArn", # required
|
20802
|
+
# selected_steps: [ # required
|
20803
|
+
# {
|
20804
|
+
# step_name: "String256", # required
|
20805
|
+
# },
|
20806
|
+
# ],
|
20807
|
+
# },
|
20770
20808
|
# })
|
20771
20809
|
#
|
20772
20810
|
# @example Response structure
|
@@ -23589,7 +23627,7 @@ module Aws::SageMaker
|
|
23589
23627
|
params: params,
|
23590
23628
|
config: config)
|
23591
23629
|
context[:gem_name] = 'aws-sdk-sagemaker'
|
23592
|
-
context[:gem_version] = '1.
|
23630
|
+
context[:gem_version] = '1.186.0'
|
23593
23631
|
Seahorse::Client::Request.new(handlers, context)
|
23594
23632
|
end
|
23595
23633
|
|
@@ -1678,6 +1678,10 @@ module Aws::SageMaker
|
|
1678
1678
|
SecurityGroupId = Shapes::StringShape.new(name: 'SecurityGroupId')
|
1679
1679
|
SecurityGroupIds = Shapes::ListShape.new(name: 'SecurityGroupIds')
|
1680
1680
|
Seed = Shapes::IntegerShape.new(name: 'Seed')
|
1681
|
+
SelectedStep = Shapes::StructureShape.new(name: 'SelectedStep')
|
1682
|
+
SelectedStepList = Shapes::ListShape.new(name: 'SelectedStepList')
|
1683
|
+
SelectiveExecutionConfig = Shapes::StructureShape.new(name: 'SelectiveExecutionConfig')
|
1684
|
+
SelectiveExecutionResult = Shapes::StructureShape.new(name: 'SelectiveExecutionResult')
|
1681
1685
|
SendPipelineExecutionStepFailureRequest = Shapes::StructureShape.new(name: 'SendPipelineExecutionStepFailureRequest')
|
1682
1686
|
SendPipelineExecutionStepFailureResponse = Shapes::StructureShape.new(name: 'SendPipelineExecutionStepFailureResponse')
|
1683
1687
|
SendPipelineExecutionStepSuccessRequest = Shapes::StructureShape.new(name: 'SendPipelineExecutionStepSuccessRequest')
|
@@ -4416,6 +4420,7 @@ module Aws::SageMaker
|
|
4416
4420
|
DescribePipelineExecutionResponse.add_member(:created_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "CreatedBy"))
|
4417
4421
|
DescribePipelineExecutionResponse.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "LastModifiedBy"))
|
4418
4422
|
DescribePipelineExecutionResponse.add_member(:parallelism_configuration, Shapes::ShapeRef.new(shape: ParallelismConfiguration, location_name: "ParallelismConfiguration"))
|
4423
|
+
DescribePipelineExecutionResponse.add_member(:selective_execution_config, Shapes::ShapeRef.new(shape: SelectiveExecutionConfig, location_name: "SelectiveExecutionConfig"))
|
4419
4424
|
DescribePipelineExecutionResponse.struct_class = Types::DescribePipelineExecutionResponse
|
4420
4425
|
|
4421
4426
|
DescribePipelineRequest.add_member(:pipeline_name, Shapes::ShapeRef.new(shape: PipelineNameOrArn, required: true, location_name: "PipelineName"))
|
@@ -7408,6 +7413,7 @@ module Aws::SageMaker
|
|
7408
7413
|
PipelineExecution.add_member(:last_modified_by, Shapes::ShapeRef.new(shape: UserContext, location_name: "LastModifiedBy"))
|
7409
7414
|
PipelineExecution.add_member(:parallelism_configuration, Shapes::ShapeRef.new(shape: ParallelismConfiguration, location_name: "ParallelismConfiguration"))
|
7410
7415
|
PipelineExecution.add_member(:pipeline_parameters, Shapes::ShapeRef.new(shape: ParameterList, location_name: "PipelineParameters"))
|
7416
|
+
PipelineExecution.add_member(:selective_execution_config, Shapes::ShapeRef.new(shape: SelectiveExecutionConfig, location_name: "SelectiveExecutionConfig"))
|
7411
7417
|
PipelineExecution.struct_class = Types::PipelineExecution
|
7412
7418
|
|
7413
7419
|
PipelineExecutionStep.add_member(:step_name, Shapes::ShapeRef.new(shape: StepName, location_name: "StepName"))
|
@@ -7420,6 +7426,7 @@ module Aws::SageMaker
|
|
7420
7426
|
PipelineExecutionStep.add_member(:attempt_count, Shapes::ShapeRef.new(shape: IntegerValue, location_name: "AttemptCount"))
|
7421
7427
|
PipelineExecutionStep.add_member(:failure_reason, Shapes::ShapeRef.new(shape: FailureReason, location_name: "FailureReason"))
|
7422
7428
|
PipelineExecutionStep.add_member(:metadata, Shapes::ShapeRef.new(shape: PipelineExecutionStepMetadata, location_name: "Metadata"))
|
7429
|
+
PipelineExecutionStep.add_member(:selective_execution_result, Shapes::ShapeRef.new(shape: SelectiveExecutionResult, location_name: "SelectiveExecutionResult"))
|
7423
7430
|
PipelineExecutionStep.struct_class = Types::PipelineExecutionStep
|
7424
7431
|
|
7425
7432
|
PipelineExecutionStepList.member = Shapes::ShapeRef.new(shape: PipelineExecutionStep)
|
@@ -7999,6 +8006,18 @@ module Aws::SageMaker
|
|
7999
8006
|
|
8000
8007
|
SecurityGroupIds.member = Shapes::ShapeRef.new(shape: SecurityGroupId)
|
8001
8008
|
|
8009
|
+
SelectedStep.add_member(:step_name, Shapes::ShapeRef.new(shape: String256, required: true, location_name: "StepName"))
|
8010
|
+
SelectedStep.struct_class = Types::SelectedStep
|
8011
|
+
|
8012
|
+
SelectedStepList.member = Shapes::ShapeRef.new(shape: SelectedStep)
|
8013
|
+
|
8014
|
+
SelectiveExecutionConfig.add_member(:source_pipeline_execution_arn, Shapes::ShapeRef.new(shape: PipelineExecutionArn, required: true, location_name: "SourcePipelineExecutionArn"))
|
8015
|
+
SelectiveExecutionConfig.add_member(:selected_steps, Shapes::ShapeRef.new(shape: SelectedStepList, required: true, location_name: "SelectedSteps"))
|
8016
|
+
SelectiveExecutionConfig.struct_class = Types::SelectiveExecutionConfig
|
8017
|
+
|
8018
|
+
SelectiveExecutionResult.add_member(:source_pipeline_execution_arn, Shapes::ShapeRef.new(shape: PipelineExecutionArn, location_name: "SourcePipelineExecutionArn"))
|
8019
|
+
SelectiveExecutionResult.struct_class = Types::SelectiveExecutionResult
|
8020
|
+
|
8002
8021
|
SendPipelineExecutionStepFailureRequest.add_member(:callback_token, Shapes::ShapeRef.new(shape: CallbackToken, required: true, location_name: "CallbackToken"))
|
8003
8022
|
SendPipelineExecutionStepFailureRequest.add_member(:failure_reason, Shapes::ShapeRef.new(shape: String256, location_name: "FailureReason"))
|
8004
8023
|
SendPipelineExecutionStepFailureRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: IdempotencyToken, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
|
@@ -8094,6 +8113,7 @@ module Aws::SageMaker
|
|
8094
8113
|
StartPipelineExecutionRequest.add_member(:pipeline_execution_description, Shapes::ShapeRef.new(shape: PipelineExecutionDescription, location_name: "PipelineExecutionDescription"))
|
8095
8114
|
StartPipelineExecutionRequest.add_member(:client_request_token, Shapes::ShapeRef.new(shape: IdempotencyToken, required: true, location_name: "ClientRequestToken", metadata: {"idempotencyToken"=>true}))
|
8096
8115
|
StartPipelineExecutionRequest.add_member(:parallelism_configuration, Shapes::ShapeRef.new(shape: ParallelismConfiguration, location_name: "ParallelismConfiguration"))
|
8116
|
+
StartPipelineExecutionRequest.add_member(:selective_execution_config, Shapes::ShapeRef.new(shape: SelectiveExecutionConfig, location_name: "SelectiveExecutionConfig"))
|
8097
8117
|
StartPipelineExecutionRequest.struct_class = Types::StartPipelineExecutionRequest
|
8098
8118
|
|
8099
8119
|
StartPipelineExecutionResponse.add_member(:pipeline_execution_arn, Shapes::ShapeRef.new(shape: PipelineExecutionArn, location_name: "PipelineExecutionArn"))
|
@@ -14403,6 +14403,10 @@ module Aws::SageMaker
|
|
14403
14403
|
# The parallelism configuration applied to the pipeline.
|
14404
14404
|
# @return [Types::ParallelismConfiguration]
|
14405
14405
|
#
|
14406
|
+
# @!attribute [rw] selective_execution_config
|
14407
|
+
# The selective execution configuration applied to the pipeline run.
|
14408
|
+
# @return [Types::SelectiveExecutionConfig]
|
14409
|
+
#
|
14406
14410
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribePipelineExecutionResponse AWS API Documentation
|
14407
14411
|
#
|
14408
14412
|
class DescribePipelineExecutionResponse < Struct.new(
|
@@ -14417,13 +14421,14 @@ module Aws::SageMaker
|
|
14417
14421
|
:last_modified_time,
|
14418
14422
|
:created_by,
|
14419
14423
|
:last_modified_by,
|
14420
|
-
:parallelism_configuration
|
14424
|
+
:parallelism_configuration,
|
14425
|
+
:selective_execution_config)
|
14421
14426
|
SENSITIVE = []
|
14422
14427
|
include Aws::Structure
|
14423
14428
|
end
|
14424
14429
|
|
14425
14430
|
# @!attribute [rw] pipeline_name
|
14426
|
-
# The name of the pipeline to describe.
|
14431
|
+
# The name or Amazon Resource Name (ARN) of the pipeline to describe.
|
14427
14432
|
# @return [String]
|
14428
14433
|
#
|
14429
14434
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/DescribePipelineRequest AWS API Documentation
|
@@ -19973,12 +19978,12 @@ module Aws::SageMaker
|
|
19973
19978
|
# @!attribute [rw] instance_count
|
19974
19979
|
# The number of instances of the type specified by `InstanceType`.
|
19975
19980
|
# Choose an instance count larger than 1 for distributed training
|
19976
|
-
# algorithms. See [
|
19977
|
-
# information.
|
19981
|
+
# algorithms. See [Step 2: Launch a SageMaker Distributed Training Job
|
19982
|
+
# Using the SageMaker Python SDK][1] for more information.
|
19978
19983
|
#
|
19979
19984
|
#
|
19980
19985
|
#
|
19981
|
-
# [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
|
19982
19987
|
# @return [Integer]
|
19983
19988
|
#
|
19984
19989
|
# @!attribute [rw] volume_size_in_gb
|
@@ -20490,7 +20495,7 @@ module Aws::SageMaker
|
|
20490
20495
|
#
|
20491
20496
|
#
|
20492
20497
|
#
|
20493
|
-
# [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
|
20494
20499
|
# @return [String]
|
20495
20500
|
#
|
20496
20501
|
# @!attribute [rw] instance_count
|
@@ -22499,8 +22504,11 @@ module Aws::SageMaker
|
|
22499
22504
|
end
|
22500
22505
|
|
22501
22506
|
# @!attribute [rw] max_results
|
22502
|
-
# The
|
22503
|
-
#
|
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.
|
22504
22512
|
# @return [Integer]
|
22505
22513
|
#
|
22506
22514
|
# @!attribute [rw] next_token
|
@@ -22583,7 +22591,11 @@ module Aws::SageMaker
|
|
22583
22591
|
# @return [String]
|
22584
22592
|
#
|
22585
22593
|
# @!attribute [rw] max_results
|
22586
|
-
#
|
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.
|
22587
22599
|
# @return [Integer]
|
22588
22600
|
#
|
22589
22601
|
# @!attribute [rw] sort_order
|
@@ -23397,7 +23409,11 @@ module Aws::SageMaker
|
|
23397
23409
|
# @return [String]
|
23398
23410
|
#
|
23399
23411
|
# @!attribute [rw] max_results
|
23400
|
-
#
|
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.
|
23401
23417
|
# @return [Integer]
|
23402
23418
|
#
|
23403
23419
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListDomainsRequest AWS API Documentation
|
@@ -26217,7 +26233,7 @@ module Aws::SageMaker
|
|
26217
26233
|
end
|
26218
26234
|
|
26219
26235
|
# @!attribute [rw] pipeline_name
|
26220
|
-
# The name of the pipeline.
|
26236
|
+
# The name or Amazon Resource Name (ARN) of the pipeline.
|
26221
26237
|
# @return [String]
|
26222
26238
|
#
|
26223
26239
|
# @!attribute [rw] created_after
|
@@ -26553,7 +26569,11 @@ module Aws::SageMaker
|
|
26553
26569
|
# @return [String]
|
26554
26570
|
#
|
26555
26571
|
# @!attribute [rw] max_results
|
26556
|
-
#
|
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.
|
26557
26577
|
# @return [Integer]
|
26558
26578
|
#
|
26559
26579
|
# @!attribute [rw] sort_order
|
@@ -26655,8 +26675,11 @@ module Aws::SageMaker
|
|
26655
26675
|
end
|
26656
26676
|
|
26657
26677
|
# @!attribute [rw] max_results
|
26658
|
-
# The
|
26659
|
-
#
|
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.
|
26660
26683
|
# @return [Integer]
|
26661
26684
|
#
|
26662
26685
|
# @!attribute [rw] next_token
|
@@ -26723,7 +26746,8 @@ module Aws::SageMaker
|
|
26723
26746
|
end
|
26724
26747
|
|
26725
26748
|
# @!attribute [rw] next_token
|
26726
|
-
#
|
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.
|
26727
26751
|
# @return [String]
|
26728
26752
|
#
|
26729
26753
|
# @!attribute [rw] studio_lifecycle_configs
|
@@ -27229,7 +27253,11 @@ module Aws::SageMaker
|
|
27229
27253
|
# @return [String]
|
27230
27254
|
#
|
27231
27255
|
# @!attribute [rw] max_results
|
27232
|
-
#
|
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.
|
27233
27261
|
# @return [Integer]
|
27234
27262
|
#
|
27235
27263
|
# @!attribute [rw] sort_order
|
@@ -31554,6 +31582,10 @@ module Aws::SageMaker
|
|
31554
31582
|
# Contains a list of pipeline parameters. This list can be empty.
|
31555
31583
|
# @return [Array<Types::Parameter>]
|
31556
31584
|
#
|
31585
|
+
# @!attribute [rw] selective_execution_config
|
31586
|
+
# The selective execution configuration applied to the pipeline run.
|
31587
|
+
# @return [Types::SelectiveExecutionConfig]
|
31588
|
+
#
|
31557
31589
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/PipelineExecution AWS API Documentation
|
31558
31590
|
#
|
31559
31591
|
class PipelineExecution < Struct.new(
|
@@ -31569,7 +31601,8 @@ module Aws::SageMaker
|
|
31569
31601
|
:created_by,
|
31570
31602
|
:last_modified_by,
|
31571
31603
|
:parallelism_configuration,
|
31572
|
-
:pipeline_parameters
|
31604
|
+
:pipeline_parameters,
|
31605
|
+
:selective_execution_config)
|
31573
31606
|
SENSITIVE = []
|
31574
31607
|
include Aws::Structure
|
31575
31608
|
end
|
@@ -31623,6 +31656,11 @@ module Aws::SageMaker
|
|
31623
31656
|
# Metadata to run the pipeline step.
|
31624
31657
|
# @return [Types::PipelineExecutionStepMetadata]
|
31625
31658
|
#
|
31659
|
+
# @!attribute [rw] selective_execution_result
|
31660
|
+
# The ARN from an execution of the current pipeline from which results
|
31661
|
+
# are reused for this step.
|
31662
|
+
# @return [Types::SelectiveExecutionResult]
|
31663
|
+
#
|
31626
31664
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/PipelineExecutionStep AWS API Documentation
|
31627
31665
|
#
|
31628
31666
|
class PipelineExecutionStep < Struct.new(
|
@@ -31635,7 +31673,8 @@ module Aws::SageMaker
|
|
31635
31673
|
:cache_hit_result,
|
31636
31674
|
:attempt_count,
|
31637
31675
|
:failure_reason,
|
31638
|
-
:metadata
|
31676
|
+
:metadata,
|
31677
|
+
:selective_execution_result)
|
31639
31678
|
SENSITIVE = []
|
31640
31679
|
include Aws::Structure
|
31641
31680
|
end
|
@@ -35267,6 +35306,57 @@ module Aws::SageMaker
|
|
35267
35306
|
include Aws::Structure
|
35268
35307
|
end
|
35269
35308
|
|
35309
|
+
# A step selected to run in selective execution mode.
|
35310
|
+
#
|
35311
|
+
# @!attribute [rw] step_name
|
35312
|
+
# The name of the pipeline step.
|
35313
|
+
# @return [String]
|
35314
|
+
#
|
35315
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/SelectedStep AWS API Documentation
|
35316
|
+
#
|
35317
|
+
class SelectedStep < Struct.new(
|
35318
|
+
:step_name)
|
35319
|
+
SENSITIVE = []
|
35320
|
+
include Aws::Structure
|
35321
|
+
end
|
35322
|
+
|
35323
|
+
# The selective execution configuration applied to the pipeline run.
|
35324
|
+
#
|
35325
|
+
# @!attribute [rw] source_pipeline_execution_arn
|
35326
|
+
# The ARN from a reference execution of the current pipeline. Used to
|
35327
|
+
# copy input collaterals needed for the selected steps to run. The
|
35328
|
+
# execution status of the pipeline can be either `Failed` or
|
35329
|
+
# `Success`.
|
35330
|
+
# @return [String]
|
35331
|
+
#
|
35332
|
+
# @!attribute [rw] selected_steps
|
35333
|
+
# A list of pipeline steps to run. All step(s) in all path(s) between
|
35334
|
+
# two selected steps should be included.
|
35335
|
+
# @return [Array<Types::SelectedStep>]
|
35336
|
+
#
|
35337
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/SelectiveExecutionConfig AWS API Documentation
|
35338
|
+
#
|
35339
|
+
class SelectiveExecutionConfig < Struct.new(
|
35340
|
+
:source_pipeline_execution_arn,
|
35341
|
+
:selected_steps)
|
35342
|
+
SENSITIVE = []
|
35343
|
+
include Aws::Structure
|
35344
|
+
end
|
35345
|
+
|
35346
|
+
# The ARN from an execution of the current pipeline.
|
35347
|
+
#
|
35348
|
+
# @!attribute [rw] source_pipeline_execution_arn
|
35349
|
+
# The ARN from an execution of the current pipeline.
|
35350
|
+
# @return [String]
|
35351
|
+
#
|
35352
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/SelectiveExecutionResult AWS API Documentation
|
35353
|
+
#
|
35354
|
+
class SelectiveExecutionResult < Struct.new(
|
35355
|
+
:source_pipeline_execution_arn)
|
35356
|
+
SENSITIVE = []
|
35357
|
+
include Aws::Structure
|
35358
|
+
end
|
35359
|
+
|
35270
35360
|
# @!attribute [rw] callback_token
|
35271
35361
|
# The pipeline generated token from the Amazon SQS queue.
|
35272
35362
|
# @return [String]
|
@@ -35760,7 +35850,7 @@ module Aws::SageMaker
|
|
35760
35850
|
end
|
35761
35851
|
|
35762
35852
|
# @!attribute [rw] pipeline_name
|
35763
|
-
# The name of the pipeline.
|
35853
|
+
# The name or Amazon Resource Name (ARN) of the pipeline.
|
35764
35854
|
# @return [String]
|
35765
35855
|
#
|
35766
35856
|
# @!attribute [rw] pipeline_execution_display_name
|
@@ -35789,6 +35879,10 @@ module Aws::SageMaker
|
|
35789
35879
|
# configuration of the parent pipeline for this specific run.
|
35790
35880
|
# @return [Types::ParallelismConfiguration]
|
35791
35881
|
#
|
35882
|
+
# @!attribute [rw] selective_execution_config
|
35883
|
+
# The selective execution configuration applied to the pipeline run.
|
35884
|
+
# @return [Types::SelectiveExecutionConfig]
|
35885
|
+
#
|
35792
35886
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/StartPipelineExecutionRequest AWS API Documentation
|
35793
35887
|
#
|
35794
35888
|
class StartPipelineExecutionRequest < Struct.new(
|
@@ -35797,7 +35891,8 @@ module Aws::SageMaker
|
|
35797
35891
|
:pipeline_parameters,
|
35798
35892
|
:pipeline_execution_description,
|
35799
35893
|
:client_request_token,
|
35800
|
-
:parallelism_configuration
|
35894
|
+
:parallelism_configuration,
|
35895
|
+
:selective_execution_config)
|
35801
35896
|
SENSITIVE = []
|
35802
35897
|
include Aws::Structure
|
35803
35898
|
end
|
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
|