Uses of Interface
software.amazon.awssdk.services.sagemakera2iruntime.model.DescribeHumanLoopRequest.Builder
-
Packages that use DescribeHumanLoopRequest.Builder 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.model -
-
Uses of DescribeHumanLoopRequest.Builder in software.amazon.awssdk.services.sagemakera2iruntime
Method parameters in software.amazon.awssdk.services.sagemakera2iruntime with type arguments of type DescribeHumanLoopRequest.Builder Modifier and Type Method Description default CompletableFuture<DescribeHumanLoopResponse>SageMakerA2IRuntimeAsyncClient. describeHumanLoop(Consumer<DescribeHumanLoopRequest.Builder> describeHumanLoopRequest)Returns information about the specified human loop.default DescribeHumanLoopResponseSageMakerA2IRuntimeClient. describeHumanLoop(Consumer<DescribeHumanLoopRequest.Builder> describeHumanLoopRequest)Returns information about the specified human loop. -
Uses of DescribeHumanLoopRequest.Builder in software.amazon.awssdk.services.sagemakera2iruntime.model
Methods in software.amazon.awssdk.services.sagemakera2iruntime.model that return DescribeHumanLoopRequest.Builder Modifier and Type Method Description static DescribeHumanLoopRequest.BuilderDescribeHumanLoopRequest. builder()DescribeHumanLoopRequest.BuilderDescribeHumanLoopRequest.Builder. humanLoopName(String humanLoopName)The name of the human loop that you want information about.DescribeHumanLoopRequest.BuilderDescribeHumanLoopRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeHumanLoopRequest.BuilderDescribeHumanLoopRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeHumanLoopRequest.BuilderDescribeHumanLoopRequest. toBuilder()Methods in software.amazon.awssdk.services.sagemakera2iruntime.model that return types with arguments of type DescribeHumanLoopRequest.Builder Modifier and Type Method Description static Class<? extends DescribeHumanLoopRequest.Builder>DescribeHumanLoopRequest. serializableBuilderClass()
-