Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/PersonalizeRuntime/PersonalizeRuntimeClient.php
Строк: 27
<?php
namespace AwsPersonalizeRuntime;
use AwsAwsClient;
/**
* This client is used to interact with the **Amazon Personalize Runtime** service.
* @method AwsResult getPersonalizedRanking(array $args = [])
* @method GuzzleHttpPromisePromise getPersonalizedRankingAsync(array $args = [])
* @method AwsResult getRecommendations(array $args = [])
* @method GuzzleHttpPromisePromise getRecommendationsAsync(array $args = [])
*/
class PersonalizeRuntimeClient extends AwsClient {}