Uses of Interface
software.amazon.awssdk.services.sagemakera2iruntime.model.DeleteHumanLoopRequest.Builder
-
Packages that use DeleteHumanLoopRequest.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 DeleteHumanLoopRequest.Builder in software.amazon.awssdk.services.sagemakera2iruntime
Method parameters in software.amazon.awssdk.services.sagemakera2iruntime with type arguments of type DeleteHumanLoopRequest.Builder Modifier and Type Method Description default CompletableFuture<DeleteHumanLoopResponse>SageMakerA2IRuntimeAsyncClient. deleteHumanLoop(Consumer<DeleteHumanLoopRequest.Builder> deleteHumanLoopRequest)Deletes the specified human loop for a flow definition.default DeleteHumanLoopResponseSageMakerA2IRuntimeClient. deleteHumanLoop(Consumer<DeleteHumanLoopRequest.Builder> deleteHumanLoopRequest)Deletes the specified human loop for a flow definition. -
Uses of DeleteHumanLoopRequest.Builder in software.amazon.awssdk.services.sagemakera2iruntime.model
Methods in software.amazon.awssdk.services.sagemakera2iruntime.model that return DeleteHumanLoopRequest.Builder Modifier and Type Method Description static DeleteHumanLoopRequest.BuilderDeleteHumanLoopRequest. builder()DeleteHumanLoopRequest.BuilderDeleteHumanLoopRequest.Builder. humanLoopName(String humanLoopName)The name of the human loop that you want to delete.DeleteHumanLoopRequest.BuilderDeleteHumanLoopRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteHumanLoopRequest.BuilderDeleteHumanLoopRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteHumanLoopRequest.BuilderDeleteHumanLoopRequest. toBuilder()Methods in software.amazon.awssdk.services.sagemakera2iruntime.model that return types with arguments of type DeleteHumanLoopRequest.Builder Modifier and Type Method Description static Class<? extends DeleteHumanLoopRequest.Builder>DeleteHumanLoopRequest. serializableBuilderClass()
-