| 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 |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<StopHumanLoopResponse> |
SageMakerA2IRuntimeAsyncClient.stopHumanLoop(Consumer<StopHumanLoopRequest.Builder> stopHumanLoopRequest)
Stops the specified human loop.
|
default StopHumanLoopResponse |
SageMakerA2IRuntimeClient.stopHumanLoop(Consumer<StopHumanLoopRequest.Builder> stopHumanLoopRequest)
Stops the specified human loop.
|
| Modifier and Type | Method and Description |
|---|---|
static StopHumanLoopRequest.Builder |
StopHumanLoopRequest.builder() |
StopHumanLoopRequest.Builder |
StopHumanLoopRequest.Builder.humanLoopName(String humanLoopName)
The name of the human loop that you want to stop.
|
StopHumanLoopRequest.Builder |
StopHumanLoopRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
StopHumanLoopRequest.Builder |
StopHumanLoopRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
StopHumanLoopRequest.Builder |
StopHumanLoopRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StopHumanLoopRequest.Builder> |
StopHumanLoopRequest.serializableBuilderClass() |
Copyright © 2022. All rights reserved.