AugmentedAIRuntimeClient.php 877 B

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