Uses of Class
software.amazon.awssdk.services.sagemakerruntime.model.InvokeEndpointAsyncResponse
-
Packages that use InvokeEndpointAsyncResponse Package Description software.amazon.awssdk.services.sagemakerruntime The Amazon SageMaker AI runtime API. -
-
Uses of InvokeEndpointAsyncResponse in software.amazon.awssdk.services.sagemakerruntime
Methods in software.amazon.awssdk.services.sagemakerruntime that return InvokeEndpointAsyncResponse Modifier and Type Method Description default InvokeEndpointAsyncResponseSageMakerRuntimeClient. invokeEndpointAsync(Consumer<InvokeEndpointAsyncRequest.Builder> invokeEndpointAsyncRequest)After you deploy a model into production using Amazon SageMaker AI hosting services, your client applications use this API to get inferences from the model hosted at the specified endpoint in an asynchronous manner.default InvokeEndpointAsyncResponseSageMakerRuntimeClient. invokeEndpointAsync(InvokeEndpointAsyncRequest invokeEndpointAsyncRequest)After you deploy a model into production using Amazon SageMaker AI hosting services, your client applications use this API to get inferences from the model hosted at the specified endpoint in an asynchronous manner.Methods in software.amazon.awssdk.services.sagemakerruntime that return types with arguments of type InvokeEndpointAsyncResponse Modifier and Type Method Description default CompletableFuture<InvokeEndpointAsyncResponse>SageMakerRuntimeAsyncClient. invokeEndpointAsync(Consumer<InvokeEndpointAsyncRequest.Builder> invokeEndpointAsyncRequest)After you deploy a model into production using Amazon SageMaker AI hosting services, your client applications use this API to get inferences from the model hosted at the specified endpoint in an asynchronous manner.default CompletableFuture<InvokeEndpointAsyncResponse>SageMakerRuntimeAsyncClient. invokeEndpointAsync(InvokeEndpointAsyncRequest invokeEndpointAsyncRequest)After you deploy a model into production using Amazon SageMaker AI hosting services, your client applications use this API to get inferences from the model hosted at the specified endpoint in an asynchronous manner.
-