Uses of Class
software.amazon.awssdk.services.sagemakera2iruntime.model.DeleteHumanLoopResponse
-
Packages that use DeleteHumanLoopResponse 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 DeleteHumanLoopResponse in software.amazon.awssdk.services.sagemakera2iruntime
Methods in software.amazon.awssdk.services.sagemakera2iruntime that return DeleteHumanLoopResponse 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.Methods in software.amazon.awssdk.services.sagemakera2iruntime that return types with arguments of type DeleteHumanLoopResponse Modifier and Type Method Description default CompletableFuture<DeleteHumanLoopResponse>SageMakerA2IRuntimeAsyncClient. deleteHumanLoop(Consumer<DeleteHumanLoopRequest.Builder> deleteHumanLoopRequest)Deletes the specified human loop for a flow definition.default CompletableFuture<DeleteHumanLoopResponse>SageMakerA2IRuntimeAsyncClient. deleteHumanLoop(DeleteHumanLoopRequest deleteHumanLoopRequest)Deletes the specified human loop for a flow definition.
-