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