Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/AugmentedAIRuntime/AugmentedAIRuntimeClient.php
Строк: 30
<?php
namespace AwsAugmentedAIRuntime;
use AwsAwsClient;
/**
* This client is used to interact with the **Amazon Augmented AI Runtime** service.
* @method AwsResult deleteHumanLoop(array $args = [])
* @method GuzzleHttpPromisePromise deleteHumanLoopAsync(array $args = [])
* @method AwsResult describeHumanLoop(array $args = [])
* @method GuzzleHttpPromisePromise describeHumanLoopAsync(array $args = [])
* @method AwsResult listHumanLoops(array $args = [])
* @method GuzzleHttpPromisePromise listHumanLoopsAsync(array $args = [])
* @method AwsResult startHumanLoop(array $args = [])
* @method GuzzleHttpPromisePromise startHumanLoopAsync(array $args = [])
* @method AwsResult stopHumanLoop(array $args = [])
* @method GuzzleHttpPromisePromise stopHumanLoopAsync(array $args = [])
*/
class AugmentedAIRuntimeClient extends AwsClient {}