aws-sdk-sagemakerruntime 1.85.0 → 1.87.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-sagemakerruntime/client.rb +41 -44
- data/lib/aws-sdk-sagemakerruntime/types.rb +21 -21
- data/lib/aws-sdk-sagemakerruntime.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6b3cd56ffcb49e3555b925a8327a95e5f9df741b3255147f836a7a92823e11d3
|
4
|
+
data.tar.gz: 5c5ef9f668a0c60872fafa0b9a69e9e38f59e857b73f52f97e800debe787aa26
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 86b2189284f23c94e81ad4170b84f680981c3cbba364451ca9d11f395156317280b9f077473876c4d5534dd4db555198d2ae4f1890768e7a557da06f39f33409
|
7
|
+
data.tar.gz: 65c474c78666468262398f2cb8662eef7f869fb4d4e5d0c30b430cd64654f8a01cc9af556857dea6071ee8dad90b0e044ea0cf519ec91d22cb5561c6059aaf6e
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.87.0 (2025-08-25)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Remove incorrect endpoint tests
|
8
|
+
|
9
|
+
1.86.0 (2025-08-04)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
4
14
|
1.85.0 (2025-07-31)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.87.0
|
@@ -97,8 +97,8 @@ module Aws::SageMakerRuntime
|
|
97
97
|
# class name or an instance of a plugin class.
|
98
98
|
#
|
99
99
|
# @option options [required, Aws::CredentialProvider] :credentials
|
100
|
-
# Your AWS credentials used for authentication. This can be
|
101
|
-
# following classes:
|
100
|
+
# Your AWS credentials used for authentication. This can be any class that includes and implements
|
101
|
+
# `Aws::CredentialProvider`, or instance of any one of the following classes:
|
102
102
|
#
|
103
103
|
# * `Aws::Credentials` - Used for configuring static, non-refreshing
|
104
104
|
# credentials.
|
@@ -126,8 +126,7 @@ module Aws::SageMakerRuntime
|
|
126
126
|
# * `Aws::CognitoIdentityCredentials` - Used for loading credentials
|
127
127
|
# from the Cognito Identity service.
|
128
128
|
#
|
129
|
-
# When `:credentials` are not configured directly, the following
|
130
|
-
# locations will be searched for credentials:
|
129
|
+
# When `:credentials` are not configured directly, the following locations will be searched for credentials:
|
131
130
|
#
|
132
131
|
# * `Aws.config[:credentials]`
|
133
132
|
#
|
@@ -141,12 +140,10 @@ module Aws::SageMakerRuntime
|
|
141
140
|
#
|
142
141
|
# * `~/.aws/config`
|
143
142
|
#
|
144
|
-
# * EC2/ECS IMDS instance profile - When used by default, the timeouts
|
145
|
-
#
|
146
|
-
#
|
147
|
-
#
|
148
|
-
# fetching can be disabled by setting `ENV['AWS_EC2_METADATA_DISABLED']`
|
149
|
-
# to `true`.
|
143
|
+
# * EC2/ECS IMDS instance profile - When used by default, the timeouts are very aggressive.
|
144
|
+
# Construct and pass an instance of `Aws::InstanceProfileCredentials` or `Aws::ECSCredentials` to
|
145
|
+
# enable retries and extended timeouts. Instance profile credential fetching can be disabled by
|
146
|
+
# setting `ENV['AWS_EC2_METADATA_DISABLED']` to `true`.
|
150
147
|
#
|
151
148
|
# @option options [required, String] :region
|
152
149
|
# The AWS region to connect to. The configured `:region` is
|
@@ -388,8 +385,8 @@ module Aws::SageMakerRuntime
|
|
388
385
|
# `Aws::Telemetry::OTelProvider` for telemetry provider.
|
389
386
|
#
|
390
387
|
# @option options [Aws::TokenProvider] :token_provider
|
391
|
-
# Your Bearer token used for authentication. This can be
|
392
|
-
# following classes:
|
388
|
+
# Your Bearer token used for authentication. This can be any class that includes and implements
|
389
|
+
# `Aws::TokenProvider`, or instance of any one of the following classes:
|
393
390
|
#
|
394
391
|
# * `Aws::StaticTokenProvider` - Used for configuring static, non-refreshing
|
395
392
|
# tokens.
|
@@ -490,15 +487,15 @@ module Aws::SageMakerRuntime
|
|
490
487
|
|
491
488
|
# @!group API Operations
|
492
489
|
|
493
|
-
# After you deploy a model into production using Amazon SageMaker
|
490
|
+
# After you deploy a model into production using Amazon SageMaker AI
|
494
491
|
# hosting services, your client applications use this API to get
|
495
492
|
# inferences from the model hosted at the specified endpoint.
|
496
493
|
#
|
497
|
-
# For an overview of Amazon SageMaker, see [How It Works][1].
|
494
|
+
# For an overview of Amazon SageMaker AI, see [How It Works][1].
|
498
495
|
#
|
499
|
-
# Amazon SageMaker strips all POST headers except those supported by
|
500
|
-
# API. Amazon SageMaker might add additional headers. You should
|
501
|
-
# rely on the behavior of headers outside those enumerated in the
|
496
|
+
# Amazon SageMaker AI strips all POST headers except those supported by
|
497
|
+
# the API. Amazon SageMaker AI might add additional headers. You should
|
498
|
+
# not rely on the behavior of headers outside those enumerated in the
|
502
499
|
# request syntax.
|
503
500
|
#
|
504
501
|
# Calls to `InvokeEndpoint` are authenticated by using Amazon Web
|
@@ -513,9 +510,9 @@ module Aws::SageMakerRuntime
|
|
513
510
|
# be set to be 70 seconds.
|
514
511
|
#
|
515
512
|
# <note markdown="1"> Endpoints are scoped to an individual account, and are not public. The
|
516
|
-
# URL does not contain the account ID, but Amazon SageMaker
|
517
|
-
# the account ID from the authentication token that is
|
518
|
-
# caller.
|
513
|
+
# URL does not contain the account ID, but Amazon SageMaker AI
|
514
|
+
# determines the account ID from the authentication token that is
|
515
|
+
# supplied by the caller.
|
519
516
|
#
|
520
517
|
# </note>
|
521
518
|
#
|
@@ -534,8 +531,8 @@ module Aws::SageMakerRuntime
|
|
534
531
|
#
|
535
532
|
# @option params [required, String, StringIO, File] :body
|
536
533
|
# Provides input data, in the format specified in the `ContentType`
|
537
|
-
# request header. Amazon SageMaker passes all of the data in the body
|
538
|
-
# the model.
|
534
|
+
# request header. Amazon SageMaker AI passes all of the data in the body
|
535
|
+
# to the model.
|
539
536
|
#
|
540
537
|
# For information about the format of the request body, see [Common Data
|
541
538
|
# Formats-Inference][1].
|
@@ -553,7 +550,7 @@ module Aws::SageMakerRuntime
|
|
553
550
|
#
|
554
551
|
# @option params [String] :custom_attributes
|
555
552
|
# Provides additional information about a request for an inference
|
556
|
-
# submitted to a model hosted at an Amazon SageMaker endpoint. The
|
553
|
+
# submitted to a model hosted at an Amazon SageMaker AI endpoint. The
|
557
554
|
# information is an opaque value that is forwarded verbatim. You could
|
558
555
|
# use this value, for example, to provide an ID that you can use to
|
559
556
|
# track a request or to provide other metadata that a service endpoint
|
@@ -568,7 +565,7 @@ module Aws::SageMakerRuntime
|
|
568
565
|
# custom attribute with `Trace ID:` in your post-processing function.
|
569
566
|
#
|
570
567
|
# This feature is currently supported in the Amazon Web Services SDKs
|
571
|
-
# but not in the Amazon SageMaker Python SDK.
|
568
|
+
# but not in the Amazon SageMaker AI Python SDK.
|
572
569
|
#
|
573
570
|
#
|
574
571
|
#
|
@@ -633,7 +630,7 @@ module Aws::SageMakerRuntime
|
|
633
630
|
# create the session ID and set the expiration time. The model must also
|
634
631
|
# provide that information in the response to your request. You can get
|
635
632
|
# the ID and timestamp from the `NewSessionId` response parameter. For
|
636
|
-
# any subsequent request where you specify that session ID, SageMaker
|
633
|
+
# any subsequent request where you specify that session ID, SageMaker AI
|
637
634
|
# routes the request to the same instance that supports the session.
|
638
635
|
#
|
639
636
|
# @return [Types::InvokeEndpointOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
@@ -680,7 +677,7 @@ module Aws::SageMakerRuntime
|
|
680
677
|
req.send_request(options)
|
681
678
|
end
|
682
679
|
|
683
|
-
# After you deploy a model into production using Amazon SageMaker
|
680
|
+
# After you deploy a model into production using Amazon SageMaker AI
|
684
681
|
# hosting services, your client applications use this API to get
|
685
682
|
# inferences from the model hosted at the specified endpoint in an
|
686
683
|
# asynchronous manner.
|
@@ -691,9 +688,9 @@ module Aws::SageMakerRuntime
|
|
691
688
|
# from this API will not contain the result of the inference request but
|
692
689
|
# contain information about where you can locate it.
|
693
690
|
#
|
694
|
-
# Amazon SageMaker strips all POST headers except those supported by
|
695
|
-
# API. Amazon SageMaker might add additional headers. You should
|
696
|
-
# rely on the behavior of headers outside those enumerated in the
|
691
|
+
# Amazon SageMaker AI strips all POST headers except those supported by
|
692
|
+
# the API. Amazon SageMaker AI might add additional headers. You should
|
693
|
+
# not rely on the behavior of headers outside those enumerated in the
|
697
694
|
# request syntax.
|
698
695
|
#
|
699
696
|
# Calls to `InvokeEndpointAsync` are authenticated by using Amazon Web
|
@@ -722,7 +719,7 @@ module Aws::SageMakerRuntime
|
|
722
719
|
#
|
723
720
|
# @option params [String] :custom_attributes
|
724
721
|
# Provides additional information about a request for an inference
|
725
|
-
# submitted to a model hosted at an Amazon SageMaker endpoint. The
|
722
|
+
# submitted to a model hosted at an Amazon SageMaker AI endpoint. The
|
726
723
|
# information is an opaque value that is forwarded verbatim. You could
|
727
724
|
# use this value, for example, to provide an ID that you can use to
|
728
725
|
# track a request or to provide other metadata that a service endpoint
|
@@ -737,14 +734,14 @@ module Aws::SageMakerRuntime
|
|
737
734
|
# custom attribute with `Trace ID:` in your post-processing function.
|
738
735
|
#
|
739
736
|
# This feature is currently supported in the Amazon Web Services SDKs
|
740
|
-
# but not in the Amazon SageMaker Python SDK.
|
737
|
+
# but not in the Amazon SageMaker AI Python SDK.
|
741
738
|
#
|
742
739
|
#
|
743
740
|
#
|
744
741
|
# [1]: https://datatracker.ietf.org/doc/html/rfc7230#section-3.2.6
|
745
742
|
#
|
746
743
|
# @option params [String] :inference_id
|
747
|
-
# The identifier for the inference request. Amazon SageMaker will
|
744
|
+
# The identifier for the inference request. Amazon SageMaker AI will
|
748
745
|
# generate an identifier for you if none is specified.
|
749
746
|
#
|
750
747
|
# @option params [required, String] :input_location
|
@@ -796,11 +793,11 @@ module Aws::SageMakerRuntime
|
|
796
793
|
# response as a stream. The inference stream provides the response
|
797
794
|
# payload incrementally as a series of parts. Before you can get an
|
798
795
|
# inference stream, you must have access to a model that's deployed
|
799
|
-
# using Amazon SageMaker hosting services, and the container for that
|
796
|
+
# using Amazon SageMaker AI hosting services, and the container for that
|
800
797
|
# model must support inference streaming.
|
801
798
|
#
|
802
799
|
# For more information that can help you use this API, see the following
|
803
|
-
# sections in the *Amazon SageMaker Developer Guide*:
|
800
|
+
# sections in the *Amazon SageMaker AI Developer Guide*:
|
804
801
|
#
|
805
802
|
# * For information about how to add streaming support to a model, see
|
806
803
|
# [How Containers Serve Requests][1].
|
@@ -810,13 +807,13 @@ module Aws::SageMakerRuntime
|
|
810
807
|
#
|
811
808
|
# Before you can use this operation, your IAM permissions must allow the
|
812
809
|
# `sagemaker:InvokeEndpoint` action. For more information about Amazon
|
813
|
-
# SageMaker actions for IAM policies, see [Actions, resources, and
|
814
|
-
# condition keys for Amazon SageMaker][3] in the *IAM Service
|
810
|
+
# SageMaker AI actions for IAM policies, see [Actions, resources, and
|
811
|
+
# condition keys for Amazon SageMaker AI][3] in the *IAM Service
|
815
812
|
# Authorization Reference*.
|
816
813
|
#
|
817
|
-
# Amazon SageMaker strips all POST headers except those supported by
|
818
|
-
# API. Amazon SageMaker might add additional headers. You should
|
819
|
-
# rely on the behavior of headers outside those enumerated in the
|
814
|
+
# Amazon SageMaker AI strips all POST headers except those supported by
|
815
|
+
# the API. Amazon SageMaker AI might add additional headers. You should
|
816
|
+
# not rely on the behavior of headers outside those enumerated in the
|
820
817
|
# request syntax.
|
821
818
|
#
|
822
819
|
# Calls to `InvokeEndpointWithResponseStream` are authenticated by using
|
@@ -841,8 +838,8 @@ module Aws::SageMakerRuntime
|
|
841
838
|
#
|
842
839
|
# @option params [required, String, StringIO, File] :body
|
843
840
|
# Provides input data, in the format specified in the `ContentType`
|
844
|
-
# request header. Amazon SageMaker passes all of the data in the body
|
845
|
-
# the model.
|
841
|
+
# request header. Amazon SageMaker AI passes all of the data in the body
|
842
|
+
# to the model.
|
846
843
|
#
|
847
844
|
# For information about the format of the request body, see [Common Data
|
848
845
|
# Formats-Inference][1].
|
@@ -860,7 +857,7 @@ module Aws::SageMakerRuntime
|
|
860
857
|
#
|
861
858
|
# @option params [String] :custom_attributes
|
862
859
|
# Provides additional information about a request for an inference
|
863
|
-
# submitted to a model hosted at an Amazon SageMaker endpoint. The
|
860
|
+
# submitted to a model hosted at an Amazon SageMaker AI endpoint. The
|
864
861
|
# information is an opaque value that is forwarded verbatim. You could
|
865
862
|
# use this value, for example, to provide an ID that you can use to
|
866
863
|
# track a request or to provide other metadata that a service endpoint
|
@@ -875,7 +872,7 @@ module Aws::SageMakerRuntime
|
|
875
872
|
# custom attribute with `Trace ID:` in your post-processing function.
|
876
873
|
#
|
877
874
|
# This feature is currently supported in the Amazon Web Services SDKs
|
878
|
-
# but not in the Amazon SageMaker Python SDK.
|
875
|
+
# but not in the Amazon SageMaker AI Python SDK.
|
879
876
|
#
|
880
877
|
#
|
881
878
|
#
|
@@ -1111,7 +1108,7 @@ module Aws::SageMakerRuntime
|
|
1111
1108
|
tracer: tracer
|
1112
1109
|
)
|
1113
1110
|
context[:gem_name] = 'aws-sdk-sagemakerruntime'
|
1114
|
-
context[:gem_version] = '1.
|
1111
|
+
context[:gem_version] = '1.87.0'
|
1115
1112
|
Seahorse::Client::Request.new(handlers, context)
|
1116
1113
|
end
|
1117
1114
|
|
@@ -72,7 +72,7 @@ module Aws::SageMakerRuntime
|
|
72
72
|
#
|
73
73
|
# @!attribute [rw] custom_attributes
|
74
74
|
# Provides additional information about a request for an inference
|
75
|
-
# submitted to a model hosted at an Amazon SageMaker endpoint. The
|
75
|
+
# submitted to a model hosted at an Amazon SageMaker AI endpoint. The
|
76
76
|
# information is an opaque value that is forwarded verbatim. You could
|
77
77
|
# use this value, for example, to provide an ID that you can use to
|
78
78
|
# track a request or to provide other metadata that a service endpoint
|
@@ -88,7 +88,7 @@ module Aws::SageMakerRuntime
|
|
88
88
|
# custom attribute with `Trace ID:` in your post-processing function.
|
89
89
|
#
|
90
90
|
# This feature is currently supported in the Amazon Web Services SDKs
|
91
|
-
# but not in the Amazon SageMaker Python SDK.
|
91
|
+
# but not in the Amazon SageMaker AI Python SDK.
|
92
92
|
#
|
93
93
|
#
|
94
94
|
#
|
@@ -96,7 +96,7 @@ module Aws::SageMakerRuntime
|
|
96
96
|
# @return [String]
|
97
97
|
#
|
98
98
|
# @!attribute [rw] inference_id
|
99
|
-
# The identifier for the inference request. Amazon SageMaker will
|
99
|
+
# The identifier for the inference request. Amazon SageMaker AI will
|
100
100
|
# generate an identifier for you if none is specified.
|
101
101
|
# @return [String]
|
102
102
|
#
|
@@ -131,8 +131,8 @@ module Aws::SageMakerRuntime
|
|
131
131
|
|
132
132
|
# @!attribute [rw] inference_id
|
133
133
|
# Identifier for an inference request. This will be the same as the
|
134
|
-
# `InferenceId` specified in the input. Amazon SageMaker will
|
135
|
-
# an identifier for you if you do not specify one.
|
134
|
+
# `InferenceId` specified in the input. Amazon SageMaker AI will
|
135
|
+
# generate an identifier for you if you do not specify one.
|
136
136
|
# @return [String]
|
137
137
|
#
|
138
138
|
# @!attribute [rw] output_location
|
@@ -165,8 +165,8 @@ module Aws::SageMakerRuntime
|
|
165
165
|
#
|
166
166
|
# @!attribute [rw] body
|
167
167
|
# Provides input data, in the format specified in the `ContentType`
|
168
|
-
# request header. Amazon SageMaker passes all of the data in the
|
169
|
-
# to the model.
|
168
|
+
# request header. Amazon SageMaker AI passes all of the data in the
|
169
|
+
# body to the model.
|
170
170
|
#
|
171
171
|
# For information about the format of the request body, see [Common
|
172
172
|
# Data Formats-Inference][1].
|
@@ -187,7 +187,7 @@ module Aws::SageMakerRuntime
|
|
187
187
|
#
|
188
188
|
# @!attribute [rw] custom_attributes
|
189
189
|
# Provides additional information about a request for an inference
|
190
|
-
# submitted to a model hosted at an Amazon SageMaker endpoint. The
|
190
|
+
# submitted to a model hosted at an Amazon SageMaker AI endpoint. The
|
191
191
|
# information is an opaque value that is forwarded verbatim. You could
|
192
192
|
# use this value, for example, to provide an ID that you can use to
|
193
193
|
# track a request or to provide other metadata that a service endpoint
|
@@ -203,7 +203,7 @@ module Aws::SageMakerRuntime
|
|
203
203
|
# custom attribute with `Trace ID:` in your post-processing function.
|
204
204
|
#
|
205
205
|
# This feature is currently supported in the Amazon Web Services SDKs
|
206
|
-
# but not in the Amazon SageMaker Python SDK.
|
206
|
+
# but not in the Amazon SageMaker AI Python SDK.
|
207
207
|
#
|
208
208
|
#
|
209
209
|
#
|
@@ -277,8 +277,8 @@ module Aws::SageMakerRuntime
|
|
277
277
|
# model must also provide that information in the response to your
|
278
278
|
# request. You can get the ID and timestamp from the `NewSessionId`
|
279
279
|
# response parameter. For any subsequent request where you specify
|
280
|
-
# that session ID, SageMaker routes the request to the same
|
281
|
-
# that supports the session.
|
280
|
+
# that session ID, SageMaker AI routes the request to the same
|
281
|
+
# instance that supports the session.
|
282
282
|
# @return [String]
|
283
283
|
#
|
284
284
|
# @see http://docs.aws.amazon.com/goto/WebAPI/runtime.sagemaker-2017-05-13/InvokeEndpointInput AWS API Documentation
|
@@ -326,7 +326,7 @@ module Aws::SageMakerRuntime
|
|
326
326
|
#
|
327
327
|
# @!attribute [rw] custom_attributes
|
328
328
|
# Provides additional information in the response about the inference
|
329
|
-
# returned by a model hosted at an Amazon SageMaker endpoint. The
|
329
|
+
# returned by a model hosted at an Amazon SageMaker AI endpoint. The
|
330
330
|
# information is an opaque value that is forwarded verbatim. You could
|
331
331
|
# use this value, for example, to return an ID received in the
|
332
332
|
# `CustomAttributes` header of a request or other metadata that a
|
@@ -344,7 +344,7 @@ module Aws::SageMakerRuntime
|
|
344
344
|
# custom attribute with `Trace ID:` in your post-processing function.
|
345
345
|
#
|
346
346
|
# This feature is currently supported in the Amazon Web Services SDKs
|
347
|
-
# but not in the Amazon SageMaker Python SDK.
|
347
|
+
# but not in the Amazon SageMaker AI Python SDK.
|
348
348
|
#
|
349
349
|
#
|
350
350
|
#
|
@@ -385,8 +385,8 @@ module Aws::SageMakerRuntime
|
|
385
385
|
#
|
386
386
|
# @!attribute [rw] body
|
387
387
|
# Provides input data, in the format specified in the `ContentType`
|
388
|
-
# request header. Amazon SageMaker passes all of the data in the
|
389
|
-
# to the model.
|
388
|
+
# request header. Amazon SageMaker AI passes all of the data in the
|
389
|
+
# body to the model.
|
390
390
|
#
|
391
391
|
# For information about the format of the request body, see [Common
|
392
392
|
# Data Formats-Inference][1].
|
@@ -407,7 +407,7 @@ module Aws::SageMakerRuntime
|
|
407
407
|
#
|
408
408
|
# @!attribute [rw] custom_attributes
|
409
409
|
# Provides additional information about a request for an inference
|
410
|
-
# submitted to a model hosted at an Amazon SageMaker endpoint. The
|
410
|
+
# submitted to a model hosted at an Amazon SageMaker AI endpoint. The
|
411
411
|
# information is an opaque value that is forwarded verbatim. You could
|
412
412
|
# use this value, for example, to provide an ID that you can use to
|
413
413
|
# track a request or to provide other metadata that a service endpoint
|
@@ -423,7 +423,7 @@ module Aws::SageMakerRuntime
|
|
423
423
|
# custom attribute with `Trace ID:` in your post-processing function.
|
424
424
|
#
|
425
425
|
# This feature is currently supported in the Amazon Web Services SDKs
|
426
|
-
# but not in the Amazon SageMaker Python SDK.
|
426
|
+
# but not in the Amazon SageMaker AI Python SDK.
|
427
427
|
#
|
428
428
|
#
|
429
429
|
#
|
@@ -504,7 +504,7 @@ module Aws::SageMakerRuntime
|
|
504
504
|
#
|
505
505
|
# @!attribute [rw] custom_attributes
|
506
506
|
# Provides additional information in the response about the inference
|
507
|
-
# returned by a model hosted at an Amazon SageMaker endpoint. The
|
507
|
+
# returned by a model hosted at an Amazon SageMaker AI endpoint. The
|
508
508
|
# information is an opaque value that is forwarded verbatim. You could
|
509
509
|
# use this value, for example, to return an ID received in the
|
510
510
|
# `CustomAttributes` header of a request or other metadata that a
|
@@ -522,7 +522,7 @@ module Aws::SageMakerRuntime
|
|
522
522
|
# custom attribute with `Trace ID:` in your post-processing function.
|
523
523
|
#
|
524
524
|
# This feature is currently supported in the Amazon Web Services SDKs
|
525
|
-
# but not in the Amazon SageMaker Python SDK.
|
525
|
+
# but not in the Amazon SageMaker AI Python SDK.
|
526
526
|
#
|
527
527
|
#
|
528
528
|
#
|
@@ -590,7 +590,7 @@ module Aws::SageMakerRuntime
|
|
590
590
|
# ModelInvocationTimeExceeded
|
591
591
|
#
|
592
592
|
# : The model failed to finish sending the response within the timeout
|
593
|
-
# period allowed by Amazon SageMaker.
|
593
|
+
# period allowed by Amazon SageMaker AI.
|
594
594
|
#
|
595
595
|
# StreamBroken
|
596
596
|
#
|
@@ -606,7 +606,7 @@ module Aws::SageMakerRuntime
|
|
606
606
|
# ModelInvocationTimeExceeded
|
607
607
|
#
|
608
608
|
# : The model failed to finish sending the response within the timeout
|
609
|
-
# period allowed by Amazon SageMaker.
|
609
|
+
# period allowed by Amazon SageMaker AI.
|
610
610
|
#
|
611
611
|
# StreamBroken
|
612
612
|
#
|