Uses of Class
software.amazon.awssdk.services.sagemakera2iruntime.model.StopHumanLoopResponse
-
Packages that use StopHumanLoopResponse Package Description software.amazon.awssdk.services.sagemakera2iruntime Amazon Augmented AI (Amazon A2I) adds the benefit of human judgment to any machine learning application. -
-
Uses of StopHumanLoopResponse in software.amazon.awssdk.services.sagemakera2iruntime
Methods in software.amazon.awssdk.services.sagemakera2iruntime that return StopHumanLoopResponse Modifier and Type Method Description default StopHumanLoopResponseSageMakerA2IRuntimeClient. stopHumanLoop(Consumer<StopHumanLoopRequest.Builder> stopHumanLoopRequest)Stops the specified human loop.default StopHumanLoopResponseSageMakerA2IRuntimeClient. stopHumanLoop(StopHumanLoopRequest stopHumanLoopRequest)Stops the specified human loop.Methods in software.amazon.awssdk.services.sagemakera2iruntime that return types with arguments of type StopHumanLoopResponse Modifier and Type Method Description default CompletableFuture<StopHumanLoopResponse>SageMakerA2IRuntimeAsyncClient. stopHumanLoop(Consumer<StopHumanLoopRequest.Builder> stopHumanLoopRequest)Stops the specified human loop.default CompletableFuture<StopHumanLoopResponse>SageMakerA2IRuntimeAsyncClient. stopHumanLoop(StopHumanLoopRequest stopHumanLoopRequest)Stops the specified human loop.
-