Uses of Class
software.amazon.awssdk.services.sagemakerruntime.model.InvokeEndpointAsyncRequest
-
Packages that use InvokeEndpointAsyncRequest Package Description software.amazon.awssdk.services.sagemakerruntime The Amazon SageMaker runtime API.software.amazon.awssdk.services.sagemakerruntime.transform -
-
Uses of InvokeEndpointAsyncRequest in software.amazon.awssdk.services.sagemakerruntime
Methods in software.amazon.awssdk.services.sagemakerruntime with parameters of type InvokeEndpointAsyncRequest Modifier and Type Method Description default CompletableFuture<InvokeEndpointAsyncResponse>SageMakerRuntimeAsyncClient. invokeEndpointAsync(InvokeEndpointAsyncRequest invokeEndpointAsyncRequest)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 in an asynchronous manner.default InvokeEndpointAsyncResponseSageMakerRuntimeClient. invokeEndpointAsync(InvokeEndpointAsyncRequest invokeEndpointAsyncRequest)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 in an asynchronous manner. -
Uses of InvokeEndpointAsyncRequest in software.amazon.awssdk.services.sagemakerruntime.transform
Methods in software.amazon.awssdk.services.sagemakerruntime.transform with parameters of type InvokeEndpointAsyncRequest Modifier and Type Method Description SdkHttpFullRequestInvokeEndpointAsyncRequestMarshaller. marshall(InvokeEndpointAsyncRequest invokeEndpointAsyncRequest)
-