aws-sdk-sagemaker 1.115.0 → 1.116.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 +14 -11
- data/lib/aws-sdk-sagemaker/client_api.rb +7 -0
- data/lib/aws-sdk-sagemaker/types.rb +37 -10
- 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: add6102ea25aa9c34b0272a9a4eddf774496c2bed1bb1d0410ca7a451fadcc5a
|
4
|
+
data.tar.gz: 883d7afcd629fc44a95fbebf07aaaa93d67df2869f505d345dd52c9c20e1fadf
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6b6c1b88e48e713cf2981d8ce973e89edf60738ab12dc0d6f32434a3cc1cd06e28bd11c92ef0963764e83c6b4f1033a9a0f198f605a7d922f314a88ae7b4b2d4
|
7
|
+
data.tar.gz: 18200f4e25bc33cbdd8929d045de98e8db1854c1345b586cc7a15d43538af4e4b870ece2a1569f38248a20c0978fb7965354df83f5b3de623c9675ad68681f92
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,11 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.116.0 (2022-01-26)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - API changes relating to Fail steps in model building pipeline and add PipelineExecutionFailureReason in PipelineExecutionSummary.
|
8
|
+
|
4
9
|
1.115.0 (2022-01-05)
|
5
10
|
------------------
|
6
11
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.116.0
|
@@ -2308,11 +2308,11 @@ module Aws::SageMaker
|
|
2308
2308
|
# @option params [Types::AsyncInferenceConfig] :async_inference_config
|
2309
2309
|
# Specifies configuration for how an endpoint performs asynchronous
|
2310
2310
|
# inference. This is a required field in order for your Endpoint to be
|
2311
|
-
# invoked using [
|
2311
|
+
# invoked using [InvokeEndpointAsync][1].
|
2312
2312
|
#
|
2313
2313
|
#
|
2314
2314
|
#
|
2315
|
-
# [1]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/
|
2315
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_runtime_InvokeEndpointAsync.html
|
2316
2316
|
#
|
2317
2317
|
# @return [Types::CreateEndpointConfigOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2318
2318
|
#
|
@@ -14248,12 +14248,13 @@ module Aws::SageMaker
|
|
14248
14248
|
# model group.
|
14249
14249
|
#
|
14250
14250
|
# @option params [String] :model_package_type
|
14251
|
-
# A filter that returns
|
14251
|
+
# A filter that returns only the model packages of the specified type.
|
14252
14252
|
# This can be one of the following values.
|
14253
14253
|
#
|
14254
|
-
# * `
|
14254
|
+
# * `UNVERSIONED` - List only unversioined models. This is the default
|
14255
|
+
# value if no `ModelPackageType` is specified.
|
14255
14256
|
#
|
14256
|
-
# * `
|
14257
|
+
# * `VERSIONED` - List only versioned models.
|
14257
14258
|
#
|
14258
14259
|
# * `BOTH` - List both versioned and unversioned models.
|
14259
14260
|
#
|
@@ -14929,6 +14930,7 @@ module Aws::SageMaker
|
|
14929
14930
|
# resp.pipeline_execution_steps[0].metadata.emr.step_id #=> String
|
14930
14931
|
# resp.pipeline_execution_steps[0].metadata.emr.step_name #=> String
|
14931
14932
|
# resp.pipeline_execution_steps[0].metadata.emr.log_file_path #=> String
|
14933
|
+
# resp.pipeline_execution_steps[0].metadata.fail.error_message #=> String
|
14932
14934
|
# resp.next_token #=> String
|
14933
14935
|
#
|
14934
14936
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListPipelineExecutionSteps AWS API Documentation
|
@@ -14994,6 +14996,7 @@ module Aws::SageMaker
|
|
14994
14996
|
# resp.pipeline_execution_summaries[0].pipeline_execution_status #=> String, one of "Executing", "Stopping", "Stopped", "Failed", "Succeeded"
|
14995
14997
|
# resp.pipeline_execution_summaries[0].pipeline_execution_description #=> String
|
14996
14998
|
# resp.pipeline_execution_summaries[0].pipeline_execution_display_name #=> String
|
14999
|
+
# resp.pipeline_execution_summaries[0].pipeline_execution_failure_reason #=> String
|
14997
15000
|
# resp.next_token #=> String
|
14998
15001
|
#
|
14999
15002
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/ListPipelineExecutions AWS API Documentation
|
@@ -17639,17 +17642,17 @@ module Aws::SageMaker
|
|
17639
17642
|
#
|
17640
17643
|
# A pipeline execution won't stop while a callback step is running.
|
17641
17644
|
# When you call `StopPipelineExecution` on a pipeline execution with a
|
17642
|
-
# running callback step,
|
17643
|
-
#
|
17644
|
-
#
|
17645
|
+
# running callback step, SageMaker Pipelines sends an additional Amazon
|
17646
|
+
# SQS message to the specified SQS queue. The body of the SQS message
|
17647
|
+
# contains a "Status" field which is set to "Stopping".
|
17645
17648
|
#
|
17646
17649
|
# You should add logic to your Amazon SQS message consumer to take any
|
17647
17650
|
# needed action (for example, resource cleanup) upon receipt of the
|
17648
17651
|
# message followed by a call to `SendPipelineExecutionStepSuccess` or
|
17649
17652
|
# `SendPipelineExecutionStepFailure`.
|
17650
17653
|
#
|
17651
|
-
# Only when
|
17652
|
-
#
|
17654
|
+
# Only when SageMaker Pipelines receives one of these calls will it stop
|
17655
|
+
# the pipeline execution.
|
17653
17656
|
#
|
17654
17657
|
# **Lambda Step**
|
17655
17658
|
#
|
@@ -19443,7 +19446,7 @@ module Aws::SageMaker
|
|
19443
19446
|
params: params,
|
19444
19447
|
config: config)
|
19445
19448
|
context[:gem_name] = 'aws-sdk-sagemaker'
|
19446
|
-
context[:gem_version] = '1.
|
19449
|
+
context[:gem_version] = '1.116.0'
|
19447
19450
|
Seahorse::Client::Request.new(handlers, context)
|
19448
19451
|
end
|
19449
19452
|
|
@@ -618,6 +618,7 @@ module Aws::SageMaker
|
|
618
618
|
ExpiresInSeconds = Shapes::IntegerShape.new(name: 'ExpiresInSeconds')
|
619
619
|
Explainability = Shapes::StructureShape.new(name: 'Explainability')
|
620
620
|
ExplainabilityLocation = Shapes::StringShape.new(name: 'ExplainabilityLocation')
|
621
|
+
FailStepMetadata = Shapes::StructureShape.new(name: 'FailStepMetadata')
|
621
622
|
FailureReason = Shapes::StringShape.new(name: 'FailureReason')
|
622
623
|
FeatureDefinition = Shapes::StructureShape.new(name: 'FeatureDefinition')
|
623
624
|
FeatureDefinitions = Shapes::ListShape.new(name: 'FeatureDefinitions')
|
@@ -1407,6 +1408,7 @@ module Aws::SageMaker
|
|
1407
1408
|
String200 = Shapes::StringShape.new(name: 'String200')
|
1408
1409
|
String2048 = Shapes::StringShape.new(name: 'String2048')
|
1409
1410
|
String256 = Shapes::StringShape.new(name: 'String256')
|
1411
|
+
String3072 = Shapes::StringShape.new(name: 'String3072')
|
1410
1412
|
String40 = Shapes::StringShape.new(name: 'String40')
|
1411
1413
|
String64 = Shapes::StringShape.new(name: 'String64')
|
1412
1414
|
String8192 = Shapes::StringShape.new(name: 'String8192')
|
@@ -4030,6 +4032,9 @@ module Aws::SageMaker
|
|
4030
4032
|
Explainability.add_member(:report, Shapes::ShapeRef.new(shape: MetricsSource, location_name: "Report"))
|
4031
4033
|
Explainability.struct_class = Types::Explainability
|
4032
4034
|
|
4035
|
+
FailStepMetadata.add_member(:error_message, Shapes::ShapeRef.new(shape: String3072, location_name: "ErrorMessage"))
|
4036
|
+
FailStepMetadata.struct_class = Types::FailStepMetadata
|
4037
|
+
|
4033
4038
|
FeatureDefinition.add_member(:feature_name, Shapes::ShapeRef.new(shape: FeatureName, location_name: "FeatureName"))
|
4034
4039
|
FeatureDefinition.add_member(:feature_type, Shapes::ShapeRef.new(shape: FeatureType, location_name: "FeatureType"))
|
4035
4040
|
FeatureDefinition.struct_class = Types::FeatureDefinition
|
@@ -5889,6 +5894,7 @@ module Aws::SageMaker
|
|
5889
5894
|
PipelineExecutionStepMetadata.add_member(:quality_check, Shapes::ShapeRef.new(shape: QualityCheckStepMetadata, location_name: "QualityCheck"))
|
5890
5895
|
PipelineExecutionStepMetadata.add_member(:clarify_check, Shapes::ShapeRef.new(shape: ClarifyCheckStepMetadata, location_name: "ClarifyCheck"))
|
5891
5896
|
PipelineExecutionStepMetadata.add_member(:emr, Shapes::ShapeRef.new(shape: EMRStepMetadata, location_name: "EMR"))
|
5897
|
+
PipelineExecutionStepMetadata.add_member(:fail, Shapes::ShapeRef.new(shape: FailStepMetadata, location_name: "Fail"))
|
5892
5898
|
PipelineExecutionStepMetadata.struct_class = Types::PipelineExecutionStepMetadata
|
5893
5899
|
|
5894
5900
|
PipelineExecutionSummary.add_member(:pipeline_execution_arn, Shapes::ShapeRef.new(shape: PipelineExecutionArn, location_name: "PipelineExecutionArn"))
|
@@ -5896,6 +5902,7 @@ module Aws::SageMaker
|
|
5896
5902
|
PipelineExecutionSummary.add_member(:pipeline_execution_status, Shapes::ShapeRef.new(shape: PipelineExecutionStatus, location_name: "PipelineExecutionStatus"))
|
5897
5903
|
PipelineExecutionSummary.add_member(:pipeline_execution_description, Shapes::ShapeRef.new(shape: PipelineExecutionDescription, location_name: "PipelineExecutionDescription"))
|
5898
5904
|
PipelineExecutionSummary.add_member(:pipeline_execution_display_name, Shapes::ShapeRef.new(shape: PipelineExecutionName, location_name: "PipelineExecutionDisplayName"))
|
5905
|
+
PipelineExecutionSummary.add_member(:pipeline_execution_failure_reason, Shapes::ShapeRef.new(shape: String3072, location_name: "PipelineExecutionFailureReason"))
|
5899
5906
|
PipelineExecutionSummary.struct_class = Types::PipelineExecutionSummary
|
5900
5907
|
|
5901
5908
|
PipelineExecutionSummaryList.member = Shapes::ShapeRef.new(shape: PipelineExecutionSummary)
|
@@ -5404,11 +5404,11 @@ module Aws::SageMaker
|
|
5404
5404
|
# @!attribute [rw] async_inference_config
|
5405
5405
|
# Specifies configuration for how an endpoint performs asynchronous
|
5406
5406
|
# inference. This is a required field in order for your Endpoint to be
|
5407
|
-
# invoked using [
|
5407
|
+
# invoked using [InvokeEndpointAsync][1].
|
5408
5408
|
#
|
5409
5409
|
#
|
5410
5410
|
#
|
5411
|
-
# [1]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/
|
5411
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_runtime_InvokeEndpointAsync.html
|
5412
5412
|
# @return [Types::AsyncInferenceConfig]
|
5413
5413
|
#
|
5414
5414
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/CreateEndpointConfigInput AWS API Documentation
|
@@ -17976,6 +17976,21 @@ module Aws::SageMaker
|
|
17976
17976
|
include Aws::Structure
|
17977
17977
|
end
|
17978
17978
|
|
17979
|
+
# The container for the metadata for Fail step.
|
17980
|
+
#
|
17981
|
+
# @!attribute [rw] error_message
|
17982
|
+
# A message that you define and then is processed and rendered by the
|
17983
|
+
# Fail step when the error occurs.
|
17984
|
+
# @return [String]
|
17985
|
+
#
|
17986
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/FailStepMetadata AWS API Documentation
|
17987
|
+
#
|
17988
|
+
class FailStepMetadata < Struct.new(
|
17989
|
+
:error_message)
|
17990
|
+
SENSITIVE = []
|
17991
|
+
include Aws::Structure
|
17992
|
+
end
|
17993
|
+
|
17979
17994
|
# A list of features. You must include `FeatureName` and `FeatureType`.
|
17980
17995
|
# Valid feature `FeatureType`s are `Integral`, `Fractional` and
|
17981
17996
|
# `String`.
|
@@ -25108,12 +25123,13 @@ module Aws::SageMaker
|
|
25108
25123
|
# @return [String]
|
25109
25124
|
#
|
25110
25125
|
# @!attribute [rw] model_package_type
|
25111
|
-
# A filter that returns
|
25112
|
-
#
|
25126
|
+
# A filter that returns only the model packages of the specified type.
|
25127
|
+
# This can be one of the following values.
|
25113
25128
|
#
|
25114
|
-
# * `
|
25129
|
+
# * `UNVERSIONED` - List only unversioined models. This is the default
|
25130
|
+
# value if no `ModelPackageType` is specified.
|
25115
25131
|
#
|
25116
|
-
# * `
|
25132
|
+
# * `VERSIONED` - List only versioned models.
|
25117
25133
|
#
|
25118
25134
|
# * `BOTH` - List both versioned and unversioned models.
|
25119
25135
|
# @return [String]
|
@@ -31284,11 +31300,11 @@ module Aws::SageMaker
|
|
31284
31300
|
#
|
31285
31301
|
# @!attribute [rw] attempt_count
|
31286
31302
|
# The current attempt of the execution step. For more information, see
|
31287
|
-
# [Retry Policy for
|
31303
|
+
# [Retry Policy for SageMaker Pipelines steps][1].
|
31288
31304
|
#
|
31289
31305
|
#
|
31290
31306
|
#
|
31291
|
-
# [1]: https://docs.aws.amazon.com/
|
31307
|
+
# [1]: https://docs.aws.amazon.com/sagemaker/latest/dg/pipelines-retry-policy.html
|
31292
31308
|
# @return [Integer]
|
31293
31309
|
#
|
31294
31310
|
# @!attribute [rw] failure_reason
|
@@ -31419,6 +31435,10 @@ module Aws::SageMaker
|
|
31419
31435
|
# The configurations and outcomes of an EMR step execution.
|
31420
31436
|
# @return [Types::EMRStepMetadata]
|
31421
31437
|
#
|
31438
|
+
# @!attribute [rw] fail
|
31439
|
+
# The configurations and outcomes of a Fail step execution.
|
31440
|
+
# @return [Types::FailStepMetadata]
|
31441
|
+
#
|
31422
31442
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/PipelineExecutionStepMetadata AWS API Documentation
|
31423
31443
|
#
|
31424
31444
|
class PipelineExecutionStepMetadata < Struct.new(
|
@@ -31433,7 +31453,8 @@ module Aws::SageMaker
|
|
31433
31453
|
:lambda,
|
31434
31454
|
:quality_check,
|
31435
31455
|
:clarify_check,
|
31436
|
-
:emr
|
31456
|
+
:emr,
|
31457
|
+
:fail)
|
31437
31458
|
SENSITIVE = []
|
31438
31459
|
include Aws::Structure
|
31439
31460
|
end
|
@@ -31460,6 +31481,11 @@ module Aws::SageMaker
|
|
31460
31481
|
# The display name of the pipeline execution.
|
31461
31482
|
# @return [String]
|
31462
31483
|
#
|
31484
|
+
# @!attribute [rw] pipeline_execution_failure_reason
|
31485
|
+
# A message generated by SageMaker Pipelines describing why the
|
31486
|
+
# pipeline execution failed.
|
31487
|
+
# @return [String]
|
31488
|
+
#
|
31463
31489
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/PipelineExecutionSummary AWS API Documentation
|
31464
31490
|
#
|
31465
31491
|
class PipelineExecutionSummary < Struct.new(
|
@@ -31467,7 +31493,8 @@ module Aws::SageMaker
|
|
31467
31493
|
:start_time,
|
31468
31494
|
:pipeline_execution_status,
|
31469
31495
|
:pipeline_execution_description,
|
31470
|
-
:pipeline_execution_display_name
|
31496
|
+
:pipeline_execution_display_name,
|
31497
|
+
:pipeline_execution_failure_reason)
|
31471
31498
|
SENSITIVE = []
|
31472
31499
|
include Aws::Structure
|
31473
31500
|
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.116.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: 2022-01-
|
11
|
+
date: 2022-01-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|