Uses of Class
software.amazon.awssdk.services.sagemakerruntime.model.InternalDependencyException
-
Packages that use InternalDependencyException Package Description software.amazon.awssdk.services.sagemakerruntime The Amazon SageMaker AI runtime API. -
-
Uses of InternalDependencyException in software.amazon.awssdk.services.sagemakerruntime
Methods in software.amazon.awssdk.services.sagemakerruntime that throw InternalDependencyException Modifier and Type Method Description default InvokeEndpointResponseSageMakerRuntimeClient. invokeEndpoint(Consumer<InvokeEndpointRequest.Builder> 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.
-