| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemakera2iruntime |
|
| software.amazon.awssdk.services.sagemakera2iruntime.model |
| Modifier and Type | Method and Description |
|---|---|
default DescribeHumanLoopResponse |
SageMakerA2IRuntimeClient.describeHumanLoop(Consumer<DescribeHumanLoopRequest.Builder> describeHumanLoopRequest)
Returns information about the specified human loop.
|
default CompletableFuture<DescribeHumanLoopResponse> |
SageMakerA2IRuntimeAsyncClient.describeHumanLoop(Consumer<DescribeHumanLoopRequest.Builder> describeHumanLoopRequest)
Returns information about the specified human loop.
|
| Modifier and Type | Method and Description |
|---|---|
static DescribeHumanLoopRequest.Builder |
DescribeHumanLoopRequest.builder() |
DescribeHumanLoopRequest.Builder |
DescribeHumanLoopRequest.Builder.humanLoopName(String humanLoopName)
The name of the human loop that you want information about.
|
DescribeHumanLoopRequest.Builder |
DescribeHumanLoopRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeHumanLoopRequest.Builder |
DescribeHumanLoopRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeHumanLoopRequest.Builder |
DescribeHumanLoopRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DescribeHumanLoopRequest.Builder> |
DescribeHumanLoopRequest.serializableBuilderClass() |
Copyright © 2020. All rights reserved.