aws-sdk-sagemakerruntime 1.86.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f870009a597db2c31f852b18bf414423518885bc499cd2412ff8d1daaa16fcd5
4
- data.tar.gz: ad91bd1e79b62dedf20e3cc2e8256401229d370628ffe09b790dcab05fb0b14e
3
+ metadata.gz: 6b3cd56ffcb49e3555b925a8327a95e5f9df741b3255147f836a7a92823e11d3
4
+ data.tar.gz: 5c5ef9f668a0c60872fafa0b9a69e9e38f59e857b73f52f97e800debe787aa26
5
5
  SHA512:
6
- metadata.gz: ac170f2fee936e63978cc72e652c477a0efde44eba55072c14ddc5fe9098af5feac5ee3e2ccd1ba6ede26cf8707753e5c3396b2f5118f971b2814b15255a2f2c
7
- data.tar.gz: 1a6eac262b3ad2d9645c249b395d18d2769ba1c5f364b7b707ea5e6285ec0c89f04bcba07e1efa2183d32dc191375e700c9ac65ead9a827a1e6971673ccfa282
6
+ metadata.gz: 86b2189284f23c94e81ad4170b84f680981c3cbba364451ca9d11f395156317280b9f077473876c4d5534dd4db555198d2ae4f1890768e7a557da06f39f33409
7
+ data.tar.gz: 65c474c78666468262398f2cb8662eef7f869fb4d4e5d0c30b430cd64654f8a01cc9af556857dea6071ee8dad90b0e044ea0cf519ec91d22cb5561c6059aaf6e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.87.0 (2025-08-25)
5
+ ------------------
6
+
7
+ * Feature - Remove incorrect endpoint tests
8
+
4
9
  1.86.0 (2025-08-04)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.86.0
1
+ 1.87.0
@@ -487,15 +487,15 @@ module Aws::SageMakerRuntime
487
487
 
488
488
  # @!group API Operations
489
489
 
490
- # After you deploy a model into production using Amazon SageMaker
490
+ # After you deploy a model into production using Amazon SageMaker AI
491
491
  # hosting services, your client applications use this API to get
492
492
  # inferences from the model hosted at the specified endpoint.
493
493
  #
494
- # For an overview of Amazon SageMaker, see [How It Works][1].
494
+ # For an overview of Amazon SageMaker AI, see [How It Works][1].
495
495
  #
496
- # Amazon SageMaker strips all POST headers except those supported by the
497
- # API. Amazon SageMaker might add additional headers. You should not
498
- # 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
499
499
  # request syntax.
500
500
  #
501
501
  # Calls to `InvokeEndpoint` are authenticated by using Amazon Web
@@ -510,9 +510,9 @@ module Aws::SageMakerRuntime
510
510
  # be set to be 70 seconds.
511
511
  #
512
512
  # <note markdown="1"> Endpoints are scoped to an individual account, and are not public. The
513
- # URL does not contain the account ID, but Amazon SageMaker determines
514
- # the account ID from the authentication token that is supplied by the
515
- # 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.
516
516
  #
517
517
  # </note>
518
518
  #
@@ -531,8 +531,8 @@ module Aws::SageMakerRuntime
531
531
  #
532
532
  # @option params [required, String, StringIO, File] :body
533
533
  # Provides input data, in the format specified in the `ContentType`
534
- # request header. Amazon SageMaker passes all of the data in the body to
535
- # the model.
534
+ # request header. Amazon SageMaker AI passes all of the data in the body
535
+ # to the model.
536
536
  #
537
537
  # For information about the format of the request body, see [Common Data
538
538
  # Formats-Inference][1].
@@ -550,7 +550,7 @@ module Aws::SageMakerRuntime
550
550
  #
551
551
  # @option params [String] :custom_attributes
552
552
  # Provides additional information about a request for an inference
553
- # submitted to a model hosted at an Amazon SageMaker endpoint. The
553
+ # submitted to a model hosted at an Amazon SageMaker AI endpoint. The
554
554
  # information is an opaque value that is forwarded verbatim. You could
555
555
  # use this value, for example, to provide an ID that you can use to
556
556
  # track a request or to provide other metadata that a service endpoint
@@ -565,7 +565,7 @@ module Aws::SageMakerRuntime
565
565
  # custom attribute with `Trace ID:` in your post-processing function.
566
566
  #
567
567
  # This feature is currently supported in the Amazon Web Services SDKs
568
- # but not in the Amazon SageMaker Python SDK.
568
+ # but not in the Amazon SageMaker AI Python SDK.
569
569
  #
570
570
  #
571
571
  #
@@ -630,7 +630,7 @@ module Aws::SageMakerRuntime
630
630
  # create the session ID and set the expiration time. The model must also
631
631
  # provide that information in the response to your request. You can get
632
632
  # the ID and timestamp from the `NewSessionId` response parameter. For
633
- # any subsequent request where you specify that session ID, SageMaker
633
+ # any subsequent request where you specify that session ID, SageMaker AI
634
634
  # routes the request to the same instance that supports the session.
635
635
  #
636
636
  # @return [Types::InvokeEndpointOutput] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
@@ -677,7 +677,7 @@ module Aws::SageMakerRuntime
677
677
  req.send_request(options)
678
678
  end
679
679
 
680
- # After you deploy a model into production using Amazon SageMaker
680
+ # After you deploy a model into production using Amazon SageMaker AI
681
681
  # hosting services, your client applications use this API to get
682
682
  # inferences from the model hosted at the specified endpoint in an
683
683
  # asynchronous manner.
@@ -688,9 +688,9 @@ module Aws::SageMakerRuntime
688
688
  # from this API will not contain the result of the inference request but
689
689
  # contain information about where you can locate it.
690
690
  #
691
- # Amazon SageMaker strips all POST headers except those supported by the
692
- # API. Amazon SageMaker might add additional headers. You should not
693
- # 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
694
694
  # request syntax.
695
695
  #
696
696
  # Calls to `InvokeEndpointAsync` are authenticated by using Amazon Web
@@ -719,7 +719,7 @@ module Aws::SageMakerRuntime
719
719
  #
720
720
  # @option params [String] :custom_attributes
721
721
  # Provides additional information about a request for an inference
722
- # submitted to a model hosted at an Amazon SageMaker endpoint. The
722
+ # submitted to a model hosted at an Amazon SageMaker AI endpoint. The
723
723
  # information is an opaque value that is forwarded verbatim. You could
724
724
  # use this value, for example, to provide an ID that you can use to
725
725
  # track a request or to provide other metadata that a service endpoint
@@ -734,14 +734,14 @@ module Aws::SageMakerRuntime
734
734
  # custom attribute with `Trace ID:` in your post-processing function.
735
735
  #
736
736
  # This feature is currently supported in the Amazon Web Services SDKs
737
- # but not in the Amazon SageMaker Python SDK.
737
+ # but not in the Amazon SageMaker AI Python SDK.
738
738
  #
739
739
  #
740
740
  #
741
741
  # [1]: https://datatracker.ietf.org/doc/html/rfc7230#section-3.2.6
742
742
  #
743
743
  # @option params [String] :inference_id
744
- # The identifier for the inference request. Amazon SageMaker will
744
+ # The identifier for the inference request. Amazon SageMaker AI will
745
745
  # generate an identifier for you if none is specified.
746
746
  #
747
747
  # @option params [required, String] :input_location
@@ -793,11 +793,11 @@ module Aws::SageMakerRuntime
793
793
  # response as a stream. The inference stream provides the response
794
794
  # payload incrementally as a series of parts. Before you can get an
795
795
  # inference stream, you must have access to a model that's deployed
796
- # using Amazon SageMaker hosting services, and the container for that
796
+ # using Amazon SageMaker AI hosting services, and the container for that
797
797
  # model must support inference streaming.
798
798
  #
799
799
  # For more information that can help you use this API, see the following
800
- # sections in the *Amazon SageMaker Developer Guide*:
800
+ # sections in the *Amazon SageMaker AI Developer Guide*:
801
801
  #
802
802
  # * For information about how to add streaming support to a model, see
803
803
  # [How Containers Serve Requests][1].
@@ -807,13 +807,13 @@ module Aws::SageMakerRuntime
807
807
  #
808
808
  # Before you can use this operation, your IAM permissions must allow the
809
809
  # `sagemaker:InvokeEndpoint` action. For more information about Amazon
810
- # SageMaker actions for IAM policies, see [Actions, resources, and
811
- # 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
812
812
  # Authorization Reference*.
813
813
  #
814
- # Amazon SageMaker strips all POST headers except those supported by the
815
- # API. Amazon SageMaker might add additional headers. You should not
816
- # 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
817
817
  # request syntax.
818
818
  #
819
819
  # Calls to `InvokeEndpointWithResponseStream` are authenticated by using
@@ -838,8 +838,8 @@ module Aws::SageMakerRuntime
838
838
  #
839
839
  # @option params [required, String, StringIO, File] :body
840
840
  # Provides input data, in the format specified in the `ContentType`
841
- # request header. Amazon SageMaker passes all of the data in the body to
842
- # the model.
841
+ # request header. Amazon SageMaker AI passes all of the data in the body
842
+ # to the model.
843
843
  #
844
844
  # For information about the format of the request body, see [Common Data
845
845
  # Formats-Inference][1].
@@ -857,7 +857,7 @@ module Aws::SageMakerRuntime
857
857
  #
858
858
  # @option params [String] :custom_attributes
859
859
  # Provides additional information about a request for an inference
860
- # submitted to a model hosted at an Amazon SageMaker endpoint. The
860
+ # submitted to a model hosted at an Amazon SageMaker AI endpoint. The
861
861
  # information is an opaque value that is forwarded verbatim. You could
862
862
  # use this value, for example, to provide an ID that you can use to
863
863
  # track a request or to provide other metadata that a service endpoint
@@ -872,7 +872,7 @@ module Aws::SageMakerRuntime
872
872
  # custom attribute with `Trace ID:` in your post-processing function.
873
873
  #
874
874
  # This feature is currently supported in the Amazon Web Services SDKs
875
- # but not in the Amazon SageMaker Python SDK.
875
+ # but not in the Amazon SageMaker AI Python SDK.
876
876
  #
877
877
  #
878
878
  #
@@ -1108,7 +1108,7 @@ module Aws::SageMakerRuntime
1108
1108
  tracer: tracer
1109
1109
  )
1110
1110
  context[:gem_name] = 'aws-sdk-sagemakerruntime'
1111
- context[:gem_version] = '1.86.0'
1111
+ context[:gem_version] = '1.87.0'
1112
1112
  Seahorse::Client::Request.new(handlers, context)
1113
1113
  end
1114
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 generate
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 body
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 instance
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 body
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
  #
@@ -55,7 +55,7 @@ module Aws::SageMakerRuntime
55
55
  autoload :Endpoints, 'aws-sdk-sagemakerruntime/endpoints'
56
56
  autoload :EventStreams, 'aws-sdk-sagemakerruntime/event_streams'
57
57
 
58
- GEM_VERSION = '1.86.0'
58
+ GEM_VERSION = '1.87.0'
59
59
 
60
60
  end
61
61
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-sagemakerruntime
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.86.0
4
+ version: 1.87.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services