@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class AbstractAmazonAugmentedAIRuntime extends Object implements AmazonAugmentedAIRuntime
AmazonAugmentedAIRuntime. Convenient method forms pass through to the
corresponding overload that takes a request object, which throws an UnsupportedOperationException.ENDPOINT_PREFIX| Modifier and Type | Method and Description |
|---|---|
DeleteHumanLoopResult |
deleteHumanLoop(DeleteHumanLoopRequest request)
Deletes the specified human loop for a flow definition.
|
DescribeHumanLoopResult |
describeHumanLoop(DescribeHumanLoopRequest request)
Returns information about the specified human loop.
|
ResponseMetadata |
getCachedResponseMetadata(AmazonWebServiceRequest request)
Returns additional metadata for a previously executed successful request, typically used for debugging issues
where a service isn't acting as expected.
|
ListHumanLoopsResult |
listHumanLoops(ListHumanLoopsRequest request)
Returns information about human loops, given the specified parameters.
|
void |
shutdown()
Shuts down this client object, releasing any resources that might be held open.
|
StartHumanLoopResult |
startHumanLoop(StartHumanLoopRequest request)
Starts a human loop, provided that at least one activation condition is met.
|
StopHumanLoopResult |
stopHumanLoop(StopHumanLoopRequest request)
Stops the specified human loop.
|
public DeleteHumanLoopResult deleteHumanLoop(DeleteHumanLoopRequest request)
AmazonAugmentedAIRuntimeDeletes the specified human loop for a flow definition.
If the human loop was deleted, this operation will return a ResourceNotFoundException.
deleteHumanLoop in interface AmazonAugmentedAIRuntimepublic DescribeHumanLoopResult describeHumanLoop(DescribeHumanLoopRequest request)
AmazonAugmentedAIRuntime
Returns information about the specified human loop. If the human loop was deleted, this operation will return a
ResourceNotFoundException error.
describeHumanLoop in interface AmazonAugmentedAIRuntimepublic ListHumanLoopsResult listHumanLoops(ListHumanLoopsRequest request)
AmazonAugmentedAIRuntimeReturns information about human loops, given the specified parameters. If a human loop was deleted, it will not be included.
listHumanLoops in interface AmazonAugmentedAIRuntimepublic StartHumanLoopResult startHumanLoop(StartHumanLoopRequest request)
AmazonAugmentedAIRuntimeStarts a human loop, provided that at least one activation condition is met.
startHumanLoop in interface AmazonAugmentedAIRuntimepublic StopHumanLoopResult stopHumanLoop(StopHumanLoopRequest request)
AmazonAugmentedAIRuntimeStops the specified human loop.
stopHumanLoop in interface AmazonAugmentedAIRuntimepublic void shutdown()
AmazonAugmentedAIRuntimeshutdown in interface AmazonAugmentedAIRuntimepublic ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AmazonAugmentedAIRuntimeResponse metadata is only cached for a limited period of time, so if you need to access this extra diagnostic information for an executed request, you should use this method to retrieve it as soon as possible after executing a request.
getCachedResponseMetadata in interface AmazonAugmentedAIRuntimerequest - The originally executed request.