aws-sdk-sagemaker 1.256.0 → 1.257.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-sagemaker/client.rb +3 -1
- data/lib/aws-sdk-sagemaker/client_api.rb +10 -0
- data/lib/aws-sdk-sagemaker/types.rb +41 -1
- data/lib/aws-sdk-sagemaker.rb +1 -1
- data/sig/types.rbs +12 -0
- 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: b8ebe96664c74131130e050f2d6f7c496bf5f9bfdffa1c8d6e1e2d556faa3756
|
|
4
|
+
data.tar.gz: 719a8186ee092ef0b4ab08db6b6494f7d894c306b8907714a7d812b50557a03d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 803a80ea7df79370a1803d13f0c1d788f249bec7da5798b8cd6d3dccb00f6d6e0c07dee8a42ab60f87fa43b0fe2467cf8c0150c30191e0975335fc47736bf579
|
|
7
|
+
data.tar.gz: d052a34bf58f4ccf0488299338e5c31bc7ae72e8573bd678080c350746b75161cc94af474a0da3e0933befd807de45092659b1558f448f19fc0be7af91e8e4c4
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.257.0
|
|
@@ -21854,6 +21854,8 @@ module Aws::SageMaker
|
|
|
21854
21854
|
# resp.pipeline_execution_steps[0].metadata.clarify_check.register_new_baseline #=> Boolean
|
|
21855
21855
|
# resp.pipeline_execution_steps[0].metadata.fail.error_message #=> String
|
|
21856
21856
|
# resp.pipeline_execution_steps[0].metadata.auto_ml_job.arn #=> String
|
|
21857
|
+
# resp.pipeline_execution_steps[0].metadata.endpoint.arn #=> String
|
|
21858
|
+
# resp.pipeline_execution_steps[0].metadata.endpoint_config.arn #=> String
|
|
21857
21859
|
# resp.pipeline_execution_steps[0].attempt_count #=> Integer
|
|
21858
21860
|
# resp.pipeline_execution_steps[0].selective_execution_result.source_pipeline_execution_arn #=> String
|
|
21859
21861
|
# resp.next_token #=> String
|
|
@@ -27589,7 +27591,7 @@ module Aws::SageMaker
|
|
|
27589
27591
|
params: params,
|
|
27590
27592
|
config: config)
|
|
27591
27593
|
context[:gem_name] = 'aws-sdk-sagemaker'
|
|
27592
|
-
context[:gem_version] = '1.
|
|
27594
|
+
context[:gem_version] = '1.257.0'
|
|
27593
27595
|
Seahorse::Client::Request.new(handlers, context)
|
|
27594
27596
|
end
|
|
27595
27597
|
|
|
@@ -827,6 +827,7 @@ module Aws::SageMaker
|
|
|
827
827
|
EndpointConfigName = Shapes::StringShape.new(name: 'EndpointConfigName')
|
|
828
828
|
EndpointConfigNameContains = Shapes::StringShape.new(name: 'EndpointConfigNameContains')
|
|
829
829
|
EndpointConfigSortKey = Shapes::StringShape.new(name: 'EndpointConfigSortKey')
|
|
830
|
+
EndpointConfigStepMetadata = Shapes::StructureShape.new(name: 'EndpointConfigStepMetadata')
|
|
830
831
|
EndpointConfigSummary = Shapes::StructureShape.new(name: 'EndpointConfigSummary')
|
|
831
832
|
EndpointConfigSummaryList = Shapes::ListShape.new(name: 'EndpointConfigSummaryList')
|
|
832
833
|
EndpointInfo = Shapes::StructureShape.new(name: 'EndpointInfo')
|
|
@@ -841,6 +842,7 @@ module Aws::SageMaker
|
|
|
841
842
|
EndpointPerformances = Shapes::ListShape.new(name: 'EndpointPerformances')
|
|
842
843
|
EndpointSortKey = Shapes::StringShape.new(name: 'EndpointSortKey')
|
|
843
844
|
EndpointStatus = Shapes::StringShape.new(name: 'EndpointStatus')
|
|
845
|
+
EndpointStepMetadata = Shapes::StructureShape.new(name: 'EndpointStepMetadata')
|
|
844
846
|
EndpointSummary = Shapes::StructureShape.new(name: 'EndpointSummary')
|
|
845
847
|
EndpointSummaryList = Shapes::ListShape.new(name: 'EndpointSummaryList')
|
|
846
848
|
Endpoints = Shapes::ListShape.new(name: 'Endpoints')
|
|
@@ -5689,6 +5691,9 @@ module Aws::SageMaker
|
|
|
5689
5691
|
Endpoint.add_member(:shadow_production_variants, Shapes::ShapeRef.new(shape: ProductionVariantSummaryList, location_name: "ShadowProductionVariants"))
|
|
5690
5692
|
Endpoint.struct_class = Types::Endpoint
|
|
5691
5693
|
|
|
5694
|
+
EndpointConfigStepMetadata.add_member(:arn, Shapes::ShapeRef.new(shape: EndpointConfigArn, location_name: "Arn"))
|
|
5695
|
+
EndpointConfigStepMetadata.struct_class = Types::EndpointConfigStepMetadata
|
|
5696
|
+
|
|
5692
5697
|
EndpointConfigSummary.add_member(:endpoint_config_name, Shapes::ShapeRef.new(shape: EndpointConfigName, required: true, location_name: "EndpointConfigName"))
|
|
5693
5698
|
EndpointConfigSummary.add_member(:endpoint_config_arn, Shapes::ShapeRef.new(shape: EndpointConfigArn, required: true, location_name: "EndpointConfigArn"))
|
|
5694
5699
|
EndpointConfigSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
|
@@ -5739,6 +5744,9 @@ module Aws::SageMaker
|
|
|
5739
5744
|
|
|
5740
5745
|
EndpointPerformances.member = Shapes::ShapeRef.new(shape: EndpointPerformance)
|
|
5741
5746
|
|
|
5747
|
+
EndpointStepMetadata.add_member(:arn, Shapes::ShapeRef.new(shape: EndpointArn, location_name: "Arn"))
|
|
5748
|
+
EndpointStepMetadata.struct_class = Types::EndpointStepMetadata
|
|
5749
|
+
|
|
5742
5750
|
EndpointSummary.add_member(:endpoint_name, Shapes::ShapeRef.new(shape: EndpointName, required: true, location_name: "EndpointName"))
|
|
5743
5751
|
EndpointSummary.add_member(:endpoint_arn, Shapes::ShapeRef.new(shape: EndpointArn, required: true, location_name: "EndpointArn"))
|
|
5744
5752
|
EndpointSummary.add_member(:creation_time, Shapes::ShapeRef.new(shape: Timestamp, required: true, location_name: "CreationTime"))
|
|
@@ -8579,6 +8587,8 @@ module Aws::SageMaker
|
|
|
8579
8587
|
PipelineExecutionStepMetadata.add_member(:clarify_check, Shapes::ShapeRef.new(shape: ClarifyCheckStepMetadata, location_name: "ClarifyCheck"))
|
|
8580
8588
|
PipelineExecutionStepMetadata.add_member(:fail, Shapes::ShapeRef.new(shape: FailStepMetadata, location_name: "Fail"))
|
|
8581
8589
|
PipelineExecutionStepMetadata.add_member(:auto_ml_job, Shapes::ShapeRef.new(shape: AutoMLJobStepMetadata, location_name: "AutoMLJob"))
|
|
8590
|
+
PipelineExecutionStepMetadata.add_member(:endpoint, Shapes::ShapeRef.new(shape: EndpointStepMetadata, location_name: "Endpoint"))
|
|
8591
|
+
PipelineExecutionStepMetadata.add_member(:endpoint_config, Shapes::ShapeRef.new(shape: EndpointConfigStepMetadata, location_name: "EndpointConfig"))
|
|
8582
8592
|
PipelineExecutionStepMetadata.struct_class = Types::PipelineExecutionStepMetadata
|
|
8583
8593
|
|
|
8584
8594
|
PipelineExecutionSummary.add_member(:pipeline_execution_arn, Shapes::ShapeRef.new(shape: PipelineExecutionArn, location_name: "PipelineExecutionArn"))
|
|
@@ -19545,6 +19545,21 @@ module Aws::SageMaker
|
|
|
19545
19545
|
include Aws::Structure
|
|
19546
19546
|
end
|
|
19547
19547
|
|
|
19548
|
+
# Metadata for an endpoint configuration step.
|
|
19549
|
+
#
|
|
19550
|
+
# @!attribute [rw] arn
|
|
19551
|
+
# The Amazon Resource Name (ARN) of the endpoint configuration used in
|
|
19552
|
+
# the step.
|
|
19553
|
+
# @return [String]
|
|
19554
|
+
#
|
|
19555
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/EndpointConfigStepMetadata AWS API Documentation
|
|
19556
|
+
#
|
|
19557
|
+
class EndpointConfigStepMetadata < Struct.new(
|
|
19558
|
+
:arn)
|
|
19559
|
+
SENSITIVE = []
|
|
19560
|
+
include Aws::Structure
|
|
19561
|
+
end
|
|
19562
|
+
|
|
19548
19563
|
# Provides summary information for an endpoint configuration.
|
|
19549
19564
|
#
|
|
19550
19565
|
# @!attribute [rw] endpoint_config_name
|
|
@@ -19792,6 +19807,20 @@ module Aws::SageMaker
|
|
|
19792
19807
|
include Aws::Structure
|
|
19793
19808
|
end
|
|
19794
19809
|
|
|
19810
|
+
# Metadata for an endpoint step.
|
|
19811
|
+
#
|
|
19812
|
+
# @!attribute [rw] arn
|
|
19813
|
+
# The Amazon Resource Name (ARN) of the endpoint in the step.
|
|
19814
|
+
# @return [String]
|
|
19815
|
+
#
|
|
19816
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/EndpointStepMetadata AWS API Documentation
|
|
19817
|
+
#
|
|
19818
|
+
class EndpointStepMetadata < Struct.new(
|
|
19819
|
+
:arn)
|
|
19820
|
+
SENSITIVE = []
|
|
19821
|
+
include Aws::Structure
|
|
19822
|
+
end
|
|
19823
|
+
|
|
19795
19824
|
# Provides summary information for an endpoint.
|
|
19796
19825
|
#
|
|
19797
19826
|
# @!attribute [rw] endpoint_name
|
|
@@ -36343,6 +36372,15 @@ module Aws::SageMaker
|
|
|
36343
36372
|
# this step.
|
|
36344
36373
|
# @return [Types::AutoMLJobStepMetadata]
|
|
36345
36374
|
#
|
|
36375
|
+
# @!attribute [rw] endpoint
|
|
36376
|
+
# The endpoint that was invoked during this step execution.
|
|
36377
|
+
# @return [Types::EndpointStepMetadata]
|
|
36378
|
+
#
|
|
36379
|
+
# @!attribute [rw] endpoint_config
|
|
36380
|
+
# The endpoint configuration used to create an endpoint during this
|
|
36381
|
+
# step execution.
|
|
36382
|
+
# @return [Types::EndpointConfigStepMetadata]
|
|
36383
|
+
#
|
|
36346
36384
|
# @see http://docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/PipelineExecutionStepMetadata AWS API Documentation
|
|
36347
36385
|
#
|
|
36348
36386
|
class PipelineExecutionStepMetadata < Struct.new(
|
|
@@ -36359,7 +36397,9 @@ module Aws::SageMaker
|
|
|
36359
36397
|
:quality_check,
|
|
36360
36398
|
:clarify_check,
|
|
36361
36399
|
:fail,
|
|
36362
|
-
:auto_ml_job
|
|
36400
|
+
:auto_ml_job,
|
|
36401
|
+
:endpoint,
|
|
36402
|
+
:endpoint_config)
|
|
36363
36403
|
SENSITIVE = []
|
|
36364
36404
|
include Aws::Structure
|
|
36365
36405
|
end
|
data/lib/aws-sdk-sagemaker.rb
CHANGED
data/sig/types.rbs
CHANGED
|
@@ -4166,6 +4166,11 @@ module Aws::SageMaker
|
|
|
4166
4166
|
SENSITIVE: []
|
|
4167
4167
|
end
|
|
4168
4168
|
|
|
4169
|
+
class EndpointConfigStepMetadata
|
|
4170
|
+
attr_accessor arn: ::String
|
|
4171
|
+
SENSITIVE: []
|
|
4172
|
+
end
|
|
4173
|
+
|
|
4169
4174
|
class EndpointConfigSummary
|
|
4170
4175
|
attr_accessor endpoint_config_name: ::String
|
|
4171
4176
|
attr_accessor endpoint_config_arn: ::String
|
|
@@ -4224,6 +4229,11 @@ module Aws::SageMaker
|
|
|
4224
4229
|
SENSITIVE: []
|
|
4225
4230
|
end
|
|
4226
4231
|
|
|
4232
|
+
class EndpointStepMetadata
|
|
4233
|
+
attr_accessor arn: ::String
|
|
4234
|
+
SENSITIVE: []
|
|
4235
|
+
end
|
|
4236
|
+
|
|
4227
4237
|
class EndpointSummary
|
|
4228
4238
|
attr_accessor endpoint_name: ::String
|
|
4229
4239
|
attr_accessor endpoint_arn: ::String
|
|
@@ -7648,6 +7658,8 @@ module Aws::SageMaker
|
|
|
7648
7658
|
attr_accessor clarify_check: Types::ClarifyCheckStepMetadata
|
|
7649
7659
|
attr_accessor fail: Types::FailStepMetadata
|
|
7650
7660
|
attr_accessor auto_ml_job: Types::AutoMLJobStepMetadata
|
|
7661
|
+
attr_accessor endpoint: Types::EndpointStepMetadata
|
|
7662
|
+
attr_accessor endpoint_config: Types::EndpointConfigStepMetadata
|
|
7651
7663
|
SENSITIVE: []
|
|
7652
7664
|
end
|
|
7653
7665
|
|
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.257.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: 2024-08-
|
|
11
|
+
date: 2024-08-16 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|