@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAmazonAugmentedAIRuntimeAsync extends AbstractAmazonAugmentedAIRuntime implements AmazonAugmentedAIRuntimeAsync
AmazonAugmentedAIRuntimeAsync
. Convenient method forms pass through to the
corresponding overload that takes a request object and an AsyncHandler
, which throws an
UnsupportedOperationException
.ENDPOINT_PREFIX
deleteHumanLoop, describeHumanLoop, getCachedResponseMetadata, listHumanLoops, shutdown, startHumanLoop, stopHumanLoop
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
deleteHumanLoop, describeHumanLoop, getCachedResponseMetadata, listHumanLoops, shutdown, startHumanLoop, stopHumanLoop
public Future<DeleteHumanLoopResult> deleteHumanLoopAsync(DeleteHumanLoopRequest request)
AmazonAugmentedAIRuntimeAsync
Deletes the specified human loop for a flow definition.
If the human loop was deleted, this operation will return a ResourceNotFoundException
.
deleteHumanLoopAsync
in interface AmazonAugmentedAIRuntimeAsync
public Future<DeleteHumanLoopResult> deleteHumanLoopAsync(DeleteHumanLoopRequest request, AsyncHandler<DeleteHumanLoopRequest,DeleteHumanLoopResult> asyncHandler)
AmazonAugmentedAIRuntimeAsync
Deletes the specified human loop for a flow definition.
If the human loop was deleted, this operation will return a ResourceNotFoundException
.
deleteHumanLoopAsync
in interface AmazonAugmentedAIRuntimeAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<DescribeHumanLoopResult> describeHumanLoopAsync(DescribeHumanLoopRequest request)
AmazonAugmentedAIRuntimeAsync
Returns information about the specified human loop. If the human loop was deleted, this operation will return a
ResourceNotFoundException
error.
describeHumanLoopAsync
in interface AmazonAugmentedAIRuntimeAsync
public Future<DescribeHumanLoopResult> describeHumanLoopAsync(DescribeHumanLoopRequest request, AsyncHandler<DescribeHumanLoopRequest,DescribeHumanLoopResult> asyncHandler)
AmazonAugmentedAIRuntimeAsync
Returns information about the specified human loop. If the human loop was deleted, this operation will return a
ResourceNotFoundException
error.
describeHumanLoopAsync
in interface AmazonAugmentedAIRuntimeAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<ListHumanLoopsResult> listHumanLoopsAsync(ListHumanLoopsRequest request)
AmazonAugmentedAIRuntimeAsync
Returns information about human loops, given the specified parameters. If a human loop was deleted, it will not be included.
listHumanLoopsAsync
in interface AmazonAugmentedAIRuntimeAsync
public Future<ListHumanLoopsResult> listHumanLoopsAsync(ListHumanLoopsRequest request, AsyncHandler<ListHumanLoopsRequest,ListHumanLoopsResult> asyncHandler)
AmazonAugmentedAIRuntimeAsync
Returns information about human loops, given the specified parameters. If a human loop was deleted, it will not be included.
listHumanLoopsAsync
in interface AmazonAugmentedAIRuntimeAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<StartHumanLoopResult> startHumanLoopAsync(StartHumanLoopRequest request)
AmazonAugmentedAIRuntimeAsync
Starts a human loop, provided that at least one activation condition is met.
startHumanLoopAsync
in interface AmazonAugmentedAIRuntimeAsync
public Future<StartHumanLoopResult> startHumanLoopAsync(StartHumanLoopRequest request, AsyncHandler<StartHumanLoopRequest,StartHumanLoopResult> asyncHandler)
AmazonAugmentedAIRuntimeAsync
Starts a human loop, provided that at least one activation condition is met.
startHumanLoopAsync
in interface AmazonAugmentedAIRuntimeAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.public Future<StopHumanLoopResult> stopHumanLoopAsync(StopHumanLoopRequest request)
AmazonAugmentedAIRuntimeAsync
Stops the specified human loop.
stopHumanLoopAsync
in interface AmazonAugmentedAIRuntimeAsync
public Future<StopHumanLoopResult> stopHumanLoopAsync(StopHumanLoopRequest request, AsyncHandler<StopHumanLoopRequest,StopHumanLoopResult> asyncHandler)
AmazonAugmentedAIRuntimeAsync
Stops the specified human loop.
stopHumanLoopAsync
in interface AmazonAugmentedAIRuntimeAsync
asyncHandler
- Asynchronous callback handler for events in the lifecycle of the request. Users can provide an
implementation of the callback methods in this interface to receive notification of successful or
unsuccessful completion of the operation.