| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemakera2iruntime |
Amazon Augmented AI (Augmented AI) (Preview) is a service that adds human judgment to any machine learning
application.
|
| 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 DeleteHumanLoopResponse |
SageMakerA2IRuntimeClient.deleteHumanLoop(DeleteHumanLoopRequest deleteHumanLoopRequest)
Deletes the specified human loop for a flow definition.
|
default DescribeHumanLoopResponse |
SageMakerA2IRuntimeClient.describeHumanLoop(Consumer<DescribeHumanLoopRequest.Builder> describeHumanLoopRequest)
Returns information about the specified human loop.
|
default DescribeHumanLoopResponse |
SageMakerA2IRuntimeClient.describeHumanLoop(DescribeHumanLoopRequest describeHumanLoopRequest)
Returns information about the specified human loop.
|
default ListHumanLoopsResponse |
SageMakerA2IRuntimeClient.listHumanLoops(Consumer<ListHumanLoopsRequest.Builder> listHumanLoopsRequest)
Returns information about human loops, given the specified parameters.
|
default ListHumanLoopsResponse |
SageMakerA2IRuntimeClient.listHumanLoops(ListHumanLoopsRequest listHumanLoopsRequest)
Returns information about human loops, given the specified parameters.
|
default ListHumanLoopsIterable |
SageMakerA2IRuntimeClient.listHumanLoopsPaginator(Consumer<ListHumanLoopsRequest.Builder> listHumanLoopsRequest)
Returns information about human loops, given the specified parameters.
|
default ListHumanLoopsIterable |
SageMakerA2IRuntimeClient.listHumanLoopsPaginator(ListHumanLoopsRequest listHumanLoopsRequest)
Returns information about human loops, given the specified parameters.
|
default StartHumanLoopResponse |
SageMakerA2IRuntimeClient.startHumanLoop(Consumer<StartHumanLoopRequest.Builder> startHumanLoopRequest)
Starts a human loop, provided that at least one activation condition is met.
|
default StartHumanLoopResponse |
SageMakerA2IRuntimeClient.startHumanLoop(StartHumanLoopRequest startHumanLoopRequest)
Starts a human loop, provided that at least one activation condition is met.
|
default StopHumanLoopResponse |
SageMakerA2IRuntimeClient.stopHumanLoop(Consumer<StopHumanLoopRequest.Builder> stopHumanLoopRequest)
Stops the specified human loop.
|
default StopHumanLoopResponse |
SageMakerA2IRuntimeClient.stopHumanLoop(StopHumanLoopRequest stopHumanLoopRequest)
Stops the specified human loop.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InternalServerException
Your request could not be processed.
|
class |
ResourceNotFoundException
We were unable to find the requested resource.
|
class |
ServiceQuotaExceededException
You have exceeded your service quota.
|
class |
ThrottlingException
Your request has exceeded the allowed amount of requests.
|
class |
ValidationException
Your request was not valid.
|
| Modifier and Type | Method and Description |
|---|---|
SageMakerA2IRuntimeException |
SageMakerA2IRuntimeException.BuilderImpl.build() |
| Constructor and Description |
|---|
BuilderImpl(SageMakerA2IRuntimeException ex) |
Copyright © 2020. All rights reserved.