amazonka-sagemaker-runtime-2.0: Amazon SageMaker Runtime SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.SageMakerRuntime.Types

Description

 
Synopsis

Service Configuration

defaultService :: Service Source #

API version 2017-05-13 of the Amazon SageMaker Runtime SDK configuration.

Errors

_InternalDependencyException :: AsError a => Fold a ServiceError Source #

Your request caused an exception with an internal dependency. Contact customer support.

_InternalFailure :: AsError a => Fold a ServiceError Source #

An internal failure occurred.

_ModelError :: AsError a => Fold a ServiceError Source #

Model (owned by the customer in the container) returned 4xx or 5xx error code.

_ModelNotReadyException :: AsError a => Fold a ServiceError Source #

Either a serverless endpoint variant's resources are still being provisioned, or a multi-model endpoint is still downloading or loading the target model. Wait and try your request again.

_ServiceUnavailable :: AsError a => Fold a ServiceError Source #

The service is unavailable. Try your call again.

_ValidationError :: AsError a => Fold a ServiceError Source #

Inspect your request and try again.