Uses of Class
software.amazon.awssdk.services.sagemakerruntime.model.SageMakerRuntimeException
-
Packages that use SageMakerRuntimeException Package Description software.amazon.awssdk.services.sagemakerruntime The Amazon SageMaker runtime API.software.amazon.awssdk.services.sagemakerruntime.model -
-
Uses of SageMakerRuntimeException in software.amazon.awssdk.services.sagemakerruntime
Methods in software.amazon.awssdk.services.sagemakerruntime that throw SageMakerRuntimeException 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.default InvokeEndpointAsyncResponseSageMakerRuntimeClient. invokeEndpointAsync(Consumer<InvokeEndpointAsyncRequest.Builder> 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 SageMakerRuntimeException in software.amazon.awssdk.services.sagemakerruntime.model
Subclasses of SageMakerRuntimeException in software.amazon.awssdk.services.sagemakerruntime.model Modifier and Type Class Description classInternalDependencyExceptionYour request caused an exception with an internal dependency.classInternalFailureExceptionAn internal failure occurred.classInternalStreamFailureExceptionThe stream processing failed because of an unknown error, exception or failure.classModelErrorExceptionModel (owned by the customer in the container) returned 4xx or 5xx error code.classModelNotReadyExceptionEither a serverless endpoint variant's resources are still being provisioned, or a multi-model endpoint is still downloading or loading the target model.classModelStreamErrorExceptionAn error occurred while streaming the response body.classServiceUnavailableExceptionThe service is unavailable.classValidationErrorExceptionInspect your request and try again.Methods in software.amazon.awssdk.services.sagemakerruntime.model that return SageMakerRuntimeException Modifier and Type Method Description SageMakerRuntimeExceptionSageMakerRuntimeException.BuilderImpl. build()Constructors in software.amazon.awssdk.services.sagemakerruntime.model with parameters of type SageMakerRuntimeException Constructor Description BuilderImpl(SageMakerRuntimeException ex)
-