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