Package-level declarations
Functions
Link copied to clipboard
inline suspend fun SageMakerRuntimeClient.invokeEndpoint(crossinline block: InvokeEndpointRequest.Builder.() -> Unit): InvokeEndpointResponse
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.
Link copied to clipboard
inline suspend fun SageMakerRuntimeClient.invokeEndpointAsync(crossinline block: InvokeEndpointAsyncRequest.Builder.() -> Unit): InvokeEndpointAsyncResponse
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.
Link copied to clipboard
fun SageMakerRuntimeClient.withConfig(block: SageMakerRuntimeClient.Config.Builder.() -> Unit): SageMakerRuntimeClient
Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.