@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)
AmazonAugmentedAIRuntime
Deletes the specified human loop for a flow definition.
If the human loop was deleted, this operation will return a ResourceNotFoundException
.
deleteHumanLoop
in interface AmazonAugmentedAIRuntime
public 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 AmazonAugmentedAIRuntime
public ListHumanLoopsResult listHumanLoops(ListHumanLoopsRequest request)
AmazonAugmentedAIRuntime
Returns information about human loops, given the specified parameters. If a human loop was deleted, it will not be included.
listHumanLoops
in interface AmazonAugmentedAIRuntime
public StartHumanLoopResult startHumanLoop(StartHumanLoopRequest request)
AmazonAugmentedAIRuntime
Starts a human loop, provided that at least one activation condition is met.
startHumanLoop
in interface AmazonAugmentedAIRuntime
public StopHumanLoopResult stopHumanLoop(StopHumanLoopRequest request)
AmazonAugmentedAIRuntime
Stops the specified human loop.
stopHumanLoop
in interface AmazonAugmentedAIRuntime
public void shutdown()
AmazonAugmentedAIRuntime
shutdown
in interface AmazonAugmentedAIRuntime
public ResponseMetadata getCachedResponseMetadata(AmazonWebServiceRequest request)
AmazonAugmentedAIRuntime
Response 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 AmazonAugmentedAIRuntime
request
- The originally executed request.