You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* <p>After you deploy a model into production using Amazon SageMaker hosting services,
35
+
* <p>After you deploy a model into production using Amazon SageMaker AI hosting services,
36
36
* your client applications use this API to get inferences from the model hosted at the
37
37
* specified endpoint in an asynchronous manner.</p>
38
38
* <p>Inference requests sent to this API are enqueued for asynchronous processing. The
39
39
* processing of the inference request may or may not complete before you receive a
40
40
* response from this API. The response from this API will not contain the result of the
41
41
* inference request but contain information about where you can locate it.</p>
42
-
* <p>Amazon SageMaker strips all POST headers except those supported by the API. Amazon SageMaker might add
42
+
* <p>Amazon SageMaker AI strips all POST headers except those supported by the API. Amazon SageMaker AI might add
43
43
* additional headers. You should not rely on the behavior of headers outside those
44
44
* enumerated in the request syntax. </p>
45
45
* <p>Calls to <code>InvokeEndpointAsync</code> are authenticated by using Amazon Web Services Signature Version 4. For information, see <a href="https://docs.aws.amazon.com/AmazonS3/latest/API/sig-v4-authenticating-requests.html">Authenticating
* <p>Invokes a model at the specified endpoint to return the inference response as a
50
50
* stream. The inference stream provides the response payload incrementally as a series of
51
51
* parts. Before you can get an inference stream, you must have access to a model that's
52
-
* deployed using Amazon SageMaker hosting services, and the container for that model
52
+
* deployed using Amazon SageMaker AI hosting services, and the container for that model
53
53
* must support inference streaming.</p>
54
54
* <p>For more information that can help you use this API, see the following sections in the
55
-
* <i>Amazon SageMaker Developer Guide</i>:</p>
55
+
* <i>Amazon SageMaker AI Developer Guide</i>:</p>
56
56
* <ul>
57
57
* <li>
58
58
* <p>For information about how to add streaming support to a model, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/your-algorithms-inference-code.html#your-algorithms-inference-code-how-containe-serves-requests">How Containers Serve Requests</a>.</p>
* <p>Before you can use this operation, your IAM permissions must allow the
65
-
* <code>sagemaker:InvokeEndpoint</code> action. For more information about Amazon SageMaker actions for IAM policies, see <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonsagemaker.html">Actions, resources, and condition keys for Amazon SageMaker</a> in the <i>IAM Service Authorization
65
+
* <code>sagemaker:InvokeEndpoint</code> action. For more information about Amazon SageMaker AI actions for IAM policies, see <a href="https://docs.aws.amazon.com/service-authorization/latest/reference/list_amazonsagemaker.html">Actions, resources, and condition keys for Amazon SageMaker AI</a> in the <i>IAM Service Authorization
66
66
* Reference</i>.</p>
67
-
* <p>Amazon SageMaker strips all POST headers except those supported by the API. Amazon SageMaker might add
67
+
* <p>Amazon SageMaker AI strips all POST headers except those supported by the API. Amazon SageMaker AI might add
68
68
* additional headers. You should not rely on the behavior of headers outside those
69
69
* enumerated in the request syntax. </p>
70
70
* <p>Calls to <code>InvokeEndpointWithResponseStream</code> are authenticated by using
* <p>Provides input data, in the format specified in the <code>ContentType</code>
64
-
* request header. Amazon SageMaker passes all of the data in the body to the model. </p>
64
+
* request header. Amazon SageMaker AI passes all of the data in the body to the model. </p>
65
65
* <p>For information about the format of the request body, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/cdf-inference.html">Common Data
* create a session with a stateful model, the model must create the session ID and set the
165
165
* expiration time. The model must also provide that information in the response to your
166
166
* request. You can get the ID and timestamp from the <code>NewSessionId</code> response
167
-
* parameter. For any subsequent request where you specify that session ID, SageMaker routes the request to the same instance that supports the session.</p>
167
+
* parameter. For any subsequent request where you specify that session ID, SageMaker AI routes the request to the same instance that supports the session.</p>
* <p>Provides input data, in the format specified in the <code>ContentType</code>
477
-
* request header. Amazon SageMaker passes all of the data in the body to the model. </p>
477
+
* request header. Amazon SageMaker AI passes all of the data in the body to the model. </p>
478
478
* <p>For information about the format of the request body, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/cdf-inference.html">Common Data
0 commit comments