| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemakera2iruntime |
|
| software.amazon.awssdk.services.sagemakera2iruntime.model |
| Modifier and Type | Method and Description |
|---|---|
default DeleteHumanLoopResponse |
SageMakerA2IRuntimeClient.deleteHumanLoop(Consumer<DeleteHumanLoopRequest.Builder> deleteHumanLoopRequest)
Deletes the specified human loop for a flow definition.
|
default CompletableFuture<DeleteHumanLoopResponse> |
SageMakerA2IRuntimeAsyncClient.deleteHumanLoop(Consumer<DeleteHumanLoopRequest.Builder> deleteHumanLoopRequest)
Deletes the specified human loop for a flow definition.
|
| Modifier and Type | Method and Description |
|---|---|
static DeleteHumanLoopRequest.Builder |
DeleteHumanLoopRequest.builder() |
DeleteHumanLoopRequest.Builder |
DeleteHumanLoopRequest.Builder.humanLoopName(String humanLoopName)
The name of the human loop that you want to delete.
|
DeleteHumanLoopRequest.Builder |
DeleteHumanLoopRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteHumanLoopRequest.Builder |
DeleteHumanLoopRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteHumanLoopRequest.Builder |
DeleteHumanLoopRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DeleteHumanLoopRequest.Builder> |
DeleteHumanLoopRequest.serializableBuilderClass() |
Copyright © 2020. All rights reserved.