Uses of Class
software.amazon.awssdk.services.sagemakera2iruntime.model.ListHumanLoopsResponse
-
Packages that use ListHumanLoopsResponse 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.paginators -
-
Uses of ListHumanLoopsResponse in software.amazon.awssdk.services.sagemakera2iruntime
Methods in software.amazon.awssdk.services.sagemakera2iruntime that return ListHumanLoopsResponse Modifier and Type Method Description 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.Methods in software.amazon.awssdk.services.sagemakera2iruntime that return types with arguments of type ListHumanLoopsResponse Modifier and Type Method Description default CompletableFuture<ListHumanLoopsResponse>SageMakerA2IRuntimeAsyncClient. listHumanLoops(Consumer<ListHumanLoopsRequest.Builder> listHumanLoopsRequest)Returns information about human loops, given the specified parameters.default CompletableFuture<ListHumanLoopsResponse>SageMakerA2IRuntimeAsyncClient. listHumanLoops(ListHumanLoopsRequest listHumanLoopsRequest)Returns information about human loops, given the specified parameters. -
Uses of ListHumanLoopsResponse in software.amazon.awssdk.services.sagemakera2iruntime.paginators
Methods in software.amazon.awssdk.services.sagemakera2iruntime.paginators that return types with arguments of type ListHumanLoopsResponse Modifier and Type Method Description Iterator<ListHumanLoopsResponse>ListHumanLoopsIterable. iterator()Method parameters in software.amazon.awssdk.services.sagemakera2iruntime.paginators with type arguments of type ListHumanLoopsResponse Modifier and Type Method Description voidListHumanLoopsPublisher. subscribe(org.reactivestreams.Subscriber<? super ListHumanLoopsResponse> subscriber)
-