Uses of Interface
software.amazon.awssdk.services.sagemakera2iruntime.model.StopHumanLoopRequest.Builder
-
Packages that use StopHumanLoopRequest.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 StopHumanLoopRequest.Builder in software.amazon.awssdk.services.sagemakera2iruntime
Method parameters in software.amazon.awssdk.services.sagemakera2iruntime with type arguments of type StopHumanLoopRequest.Builder Modifier and Type Method Description default CompletableFuture<StopHumanLoopResponse>SageMakerA2IRuntimeAsyncClient. stopHumanLoop(Consumer<StopHumanLoopRequest.Builder> stopHumanLoopRequest)Stops the specified human loop.default StopHumanLoopResponseSageMakerA2IRuntimeClient. stopHumanLoop(Consumer<StopHumanLoopRequest.Builder> stopHumanLoopRequest)Stops the specified human loop. -
Uses of StopHumanLoopRequest.Builder in software.amazon.awssdk.services.sagemakera2iruntime.model
Methods in software.amazon.awssdk.services.sagemakera2iruntime.model that return StopHumanLoopRequest.Builder Modifier and Type Method Description static StopHumanLoopRequest.BuilderStopHumanLoopRequest. builder()StopHumanLoopRequest.BuilderStopHumanLoopRequest.Builder. humanLoopName(String humanLoopName)The name of the human loop that you want to stop.StopHumanLoopRequest.BuilderStopHumanLoopRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StopHumanLoopRequest.BuilderStopHumanLoopRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StopHumanLoopRequest.BuilderStopHumanLoopRequest. toBuilder()Methods in software.amazon.awssdk.services.sagemakera2iruntime.model that return types with arguments of type StopHumanLoopRequest.Builder Modifier and Type Method Description static Class<? extends StopHumanLoopRequest.Builder>StopHumanLoopRequest. serializableBuilderClass()
-