Uses of Class
software.amazon.awssdk.services.sagemakerruntime.model.InvokeEndpointResponse
-
Packages that use InvokeEndpointResponse Package Description software.amazon.awssdk.services.sagemakerruntime The Amazon SageMaker runtime API. -
-
Uses of InvokeEndpointResponse in software.amazon.awssdk.services.sagemakerruntime
Methods in software.amazon.awssdk.services.sagemakerruntime that return InvokeEndpointResponse Modifier and Type Method Description default InvokeEndpointResponseSageMakerRuntimeClient. invokeEndpoint(Consumer<InvokeEndpointRequest.Builder> invokeEndpointRequest)After you deploy a model into production using Amazon SageMaker 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 hosting services, your client applications use this API to get inferences from the model hosted at the specified endpoint.Methods in software.amazon.awssdk.services.sagemakerruntime that return types with arguments of type InvokeEndpointResponse Modifier and Type Method Description default CompletableFuture<InvokeEndpointResponse>SageMakerRuntimeAsyncClient. invokeEndpoint(Consumer<InvokeEndpointRequest.Builder> invokeEndpointRequest)After you deploy a model into production using Amazon SageMaker hosting services, your client applications use this API to get inferences from the model hosted at the specified endpoint.default CompletableFuture<InvokeEndpointResponse>SageMakerRuntimeAsyncClient. invokeEndpoint(InvokeEndpointRequest invokeEndpointRequest)After you deploy a model into production using Amazon SageMaker hosting services, your client applications use this API to get inferences from the model hosted at the specified endpoint.
-