Uses of Class
software.amazon.awssdk.services.sagemakera2iruntime.model.DescribeHumanLoopResponse
-
Packages that use DescribeHumanLoopResponse 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 DescribeHumanLoopResponse in software.amazon.awssdk.services.sagemakera2iruntime
Methods in software.amazon.awssdk.services.sagemakera2iruntime that return DescribeHumanLoopResponse Modifier and Type Method Description 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.Methods in software.amazon.awssdk.services.sagemakera2iruntime that return types with arguments of type DescribeHumanLoopResponse Modifier and Type Method Description default CompletableFuture<DescribeHumanLoopResponse>SageMakerA2IRuntimeAsyncClient. describeHumanLoop(Consumer<DescribeHumanLoopRequest.Builder> describeHumanLoopRequest)Returns information about the specified human loop.default CompletableFuture<DescribeHumanLoopResponse>SageMakerA2IRuntimeAsyncClient. describeHumanLoop(DescribeHumanLoopRequest describeHumanLoopRequest)Returns information about the specified human loop.
-