Uses of Class
software.amazon.awssdk.services.sagemakera2iruntime.model.SageMakerA2IRuntimeException
-
Packages that use SageMakerA2IRuntimeException Package Description software.amazon.awssdk.services.sagemakera2iruntime Amazon Augmented AI (Amazon A2I) adds the benefit of human judgment to any machine learning application.software.amazon.awssdk.services.sagemakera2iruntime.model -
-
Uses of SageMakerA2IRuntimeException in software.amazon.awssdk.services.sagemakera2iruntime
Methods in software.amazon.awssdk.services.sagemakera2iruntime that throw SageMakerA2IRuntimeException Modifier and Type Method Description default DeleteHumanLoopResponseSageMakerA2IRuntimeClient. deleteHumanLoop(Consumer<DeleteHumanLoopRequest.Builder> deleteHumanLoopRequest)Deletes the specified human loop for a flow definition.default DeleteHumanLoopResponseSageMakerA2IRuntimeClient. deleteHumanLoop(DeleteHumanLoopRequest deleteHumanLoopRequest)Deletes the specified human loop for a flow definition.default DescribeHumanLoopResponseSageMakerA2IRuntimeClient. describeHumanLoop(Consumer<DescribeHumanLoopRequest.Builder> describeHumanLoopRequest)Returns information about the specified human loop.default DescribeHumanLoopResponseSageMakerA2IRuntimeClient. describeHumanLoop(DescribeHumanLoopRequest describeHumanLoopRequest)Returns information about the specified human loop.default ListHumanLoopsResponseSageMakerA2IRuntimeClient. listHumanLoops(Consumer<ListHumanLoopsRequest.Builder> listHumanLoopsRequest)Returns information about human loops, given the specified parameters.default ListHumanLoopsResponseSageMakerA2IRuntimeClient. listHumanLoops(ListHumanLoopsRequest listHumanLoopsRequest)Returns information about human loops, given the specified parameters.default ListHumanLoopsIterableSageMakerA2IRuntimeClient. listHumanLoopsPaginator(Consumer<ListHumanLoopsRequest.Builder> listHumanLoopsRequest)This is a variant ofSageMakerA2IRuntimeClient.listHumanLoops(software.amazon.awssdk.services.sagemakera2iruntime.model.ListHumanLoopsRequest)operation.default ListHumanLoopsIterableSageMakerA2IRuntimeClient. listHumanLoopsPaginator(ListHumanLoopsRequest listHumanLoopsRequest)This is a variant ofSageMakerA2IRuntimeClient.listHumanLoops(software.amazon.awssdk.services.sagemakera2iruntime.model.ListHumanLoopsRequest)operation.default StartHumanLoopResponseSageMakerA2IRuntimeClient. startHumanLoop(Consumer<StartHumanLoopRequest.Builder> startHumanLoopRequest)Starts a human loop, provided that at least one activation condition is met.default StartHumanLoopResponseSageMakerA2IRuntimeClient. startHumanLoop(StartHumanLoopRequest startHumanLoopRequest)Starts a human loop, provided that at least one activation condition is met.default StopHumanLoopResponseSageMakerA2IRuntimeClient. stopHumanLoop(Consumer<StopHumanLoopRequest.Builder> stopHumanLoopRequest)Stops the specified human loop.default StopHumanLoopResponseSageMakerA2IRuntimeClient. stopHumanLoop(StopHumanLoopRequest stopHumanLoopRequest)Stops the specified human loop. -
Uses of SageMakerA2IRuntimeException in software.amazon.awssdk.services.sagemakera2iruntime.model
Subclasses of SageMakerA2IRuntimeException in software.amazon.awssdk.services.sagemakera2iruntime.model Modifier and Type Class Description classConflictExceptionYour request has the same name as another active human loop but has different input data.classInternalServerExceptionWe couldn't process your request because of an issue with the server.classResourceNotFoundExceptionWe couldn't find the requested resource.classServiceQuotaExceededExceptionYou exceeded your service quota.classThrottlingExceptionYou exceeded the maximum number of requests.classValidationExceptionThe request isn't valid.Methods in software.amazon.awssdk.services.sagemakera2iruntime.model that return SageMakerA2IRuntimeException Modifier and Type Method Description SageMakerA2IRuntimeExceptionSageMakerA2IRuntimeException.BuilderImpl. build()Constructors in software.amazon.awssdk.services.sagemakera2iruntime.model with parameters of type SageMakerA2IRuntimeException Constructor Description BuilderImpl(SageMakerA2IRuntimeException ex)
-