AWSSageMakerRuntimeErrorType
Objective-C
NS_ENUM(NSInteger, AWSSageMakerRuntimeErrorType) {
AWSSageMakerRuntimeErrorUnknown,
AWSSageMakerRuntimeErrorInternalDependency,
AWSSageMakerRuntimeErrorInternalFailure,
AWSSageMakerRuntimeErrorModel,
AWSSageMakerRuntimeErrorModelNotReady,
AWSSageMakerRuntimeErrorServiceUnavailable,
AWSSageMakerRuntimeErrorValidation,
}
Swift
enum AWSSageMakerRuntimeErrorType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSSageMakerRuntimeErrorUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSSageMakerRuntimeErrorInternalDependencySwift
case internalDependency = 1 -
Undocumented
Declaration
Objective-C
AWSSageMakerRuntimeErrorInternalFailureSwift
case internalFailure = 2 -
Undocumented
Declaration
Objective-C
AWSSageMakerRuntimeErrorModelSwift
case model = 3 -
Undocumented
Declaration
Objective-C
AWSSageMakerRuntimeErrorModelNotReadySwift
case modelNotReady = 4 -
Undocumented
Declaration
Objective-C
AWSSageMakerRuntimeErrorServiceUnavailableSwift
case serviceUnavailable = 5 -
Undocumented
Declaration
Objective-C
AWSSageMakerRuntimeErrorValidationSwift
case validation = 6
View on GitHub
Install in Dash
AWSSageMakerRuntimeErrorType Enumeration Reference