AugmentedAIRuntimeClient.php
20 lines
| 1 | <?php |
| 2 | namespace Aws\AugmentedAIRuntime; |
| 3 | |
| 4 | use Aws\AwsClient; |
| 5 | |
| 6 | /** |
| 7 | * This client is used to interact with the **Amazon Augmented AI Runtime** service. |
| 8 | * @method \Aws\Result deleteHumanLoop(array $args = []) |
| 9 | * @method \GuzzleHttp\Promise\Promise deleteHumanLoopAsync(array $args = []) |
| 10 | * @method \Aws\Result describeHumanLoop(array $args = []) |
| 11 | * @method \GuzzleHttp\Promise\Promise describeHumanLoopAsync(array $args = []) |
| 12 | * @method \Aws\Result listHumanLoops(array $args = []) |
| 13 | * @method \GuzzleHttp\Promise\Promise listHumanLoopsAsync(array $args = []) |
| 14 | * @method \Aws\Result startHumanLoop(array $args = []) |
| 15 | * @method \GuzzleHttp\Promise\Promise startHumanLoopAsync(array $args = []) |
| 16 | * @method \Aws\Result stopHumanLoop(array $args = []) |
| 17 | * @method \GuzzleHttp\Promise\Promise stopHumanLoopAsync(array $args = []) |
| 18 | */ |
| 19 | class AugmentedAIRuntimeClient extends AwsClient {} |
| 20 |