Uses of Interface
software.amazon.awssdk.services.sagemakerruntime.model.SageMakerRuntimeException.Builder
-
Packages that use SageMakerRuntimeException.Builder Package Description software.amazon.awssdk.services.sagemakerruntime.model -
-
Uses of SageMakerRuntimeException.Builder in software.amazon.awssdk.services.sagemakerruntime.model
Subinterfaces of SageMakerRuntimeException.Builder in software.amazon.awssdk.services.sagemakerruntime.model Modifier and Type Interface Description static interfaceInternalDependencyException.Builderstatic interfaceInternalFailureException.Builderstatic interfaceInternalStreamFailureException.Builderstatic interfaceModelErrorException.Builderstatic interfaceModelNotReadyException.Builderstatic interfaceModelStreamErrorException.Builderstatic interfaceServiceUnavailableException.Builderstatic interfaceValidationErrorException.BuilderClasses in software.amazon.awssdk.services.sagemakerruntime.model that implement SageMakerRuntimeException.Builder Modifier and Type Class Description protected static classSageMakerRuntimeException.BuilderImplMethods in software.amazon.awssdk.services.sagemakerruntime.model that return SageMakerRuntimeException.Builder Modifier and Type Method Description SageMakerRuntimeException.BuilderSageMakerRuntimeException.Builder. awsErrorDetails(AwsErrorDetails awsErrorDetails)static SageMakerRuntimeException.BuilderSageMakerRuntimeException. builder()SageMakerRuntimeException.BuilderSageMakerRuntimeException.Builder. cause(Throwable cause)SageMakerRuntimeException.BuilderSageMakerRuntimeException.Builder. message(String message)SageMakerRuntimeException.BuilderSageMakerRuntimeException.Builder. requestId(String requestId)SageMakerRuntimeException.BuilderSageMakerRuntimeException.Builder. statusCode(int statusCode)SageMakerRuntimeException.BuilderSageMakerRuntimeException. toBuilder()SageMakerRuntimeException.BuilderSageMakerRuntimeException.Builder. writableStackTrace(Boolean writableStackTrace)Methods in software.amazon.awssdk.services.sagemakerruntime.model that return types with arguments of type SageMakerRuntimeException.Builder Modifier and Type Method Description static Class<? extends SageMakerRuntimeException.Builder>SageMakerRuntimeException. serializableBuilderClass()Constructors in software.amazon.awssdk.services.sagemakerruntime.model with parameters of type SageMakerRuntimeException.Builder Constructor Description SageMakerRuntimeException(SageMakerRuntimeException.Builder builder)
-