Uses of Class
software.amazon.awssdk.services.sagemakerruntime.model.InvokeEndpointRequest
Packages that use InvokeEndpointRequest
Package
Description
The Amazon SageMaker AI runtime API.
-
Uses of InvokeEndpointRequest in software.amazon.awssdk.services.sagemakerruntime
Methods in software.amazon.awssdk.services.sagemakerruntime with parameters of type InvokeEndpointRequestModifier and TypeMethodDescriptiondefault CompletableFuture<InvokeEndpointResponse>SageMakerRuntimeAsyncClient.invokeEndpoint(InvokeEndpointRequest invokeEndpointRequest) 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.default InvokeEndpointResponseSageMakerRuntimeClient.invokeEndpoint(InvokeEndpointRequest invokeEndpointRequest) 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. -
Uses of InvokeEndpointRequest in software.amazon.awssdk.services.sagemakerruntime.transform
Methods in software.amazon.awssdk.services.sagemakerruntime.transform with parameters of type InvokeEndpointRequestModifier and TypeMethodDescriptionInvokeEndpointRequestMarshaller.marshall(InvokeEndpointRequest invokeEndpointRequest)