Файл: sngine-v2.8/Script/includes/libs/AWS/Aws/Personalize/PersonalizeClient.php
Строк: 111
<?php
namespace AwsPersonalize;
use AwsAwsClient;
/**
* This client is used to interact with the **Amazon Personalize** service.
* @method AwsResult createBatchInferenceJob(array $args = [])
* @method GuzzleHttpPromisePromise createBatchInferenceJobAsync(array $args = [])
* @method AwsResult createCampaign(array $args = [])
* @method GuzzleHttpPromisePromise createCampaignAsync(array $args = [])
* @method AwsResult createDataset(array $args = [])
* @method GuzzleHttpPromisePromise createDatasetAsync(array $args = [])
* @method AwsResult createDatasetGroup(array $args = [])
* @method GuzzleHttpPromisePromise createDatasetGroupAsync(array $args = [])
* @method AwsResult createDatasetImportJob(array $args = [])
* @method GuzzleHttpPromisePromise createDatasetImportJobAsync(array $args = [])
* @method AwsResult createEventTracker(array $args = [])
* @method GuzzleHttpPromisePromise createEventTrackerAsync(array $args = [])
* @method AwsResult createFilter(array $args = [])
* @method GuzzleHttpPromisePromise createFilterAsync(array $args = [])
* @method AwsResult createSchema(array $args = [])
* @method GuzzleHttpPromisePromise createSchemaAsync(array $args = [])
* @method AwsResult createSolution(array $args = [])
* @method GuzzleHttpPromisePromise createSolutionAsync(array $args = [])
* @method AwsResult createSolutionVersion(array $args = [])
* @method GuzzleHttpPromisePromise createSolutionVersionAsync(array $args = [])
* @method AwsResult deleteCampaign(array $args = [])
* @method GuzzleHttpPromisePromise deleteCampaignAsync(array $args = [])
* @method AwsResult deleteDataset(array $args = [])
* @method GuzzleHttpPromisePromise deleteDatasetAsync(array $args = [])
* @method AwsResult deleteDatasetGroup(array $args = [])
* @method GuzzleHttpPromisePromise deleteDatasetGroupAsync(array $args = [])
* @method AwsResult deleteEventTracker(array $args = [])
* @method GuzzleHttpPromisePromise deleteEventTrackerAsync(array $args = [])
* @method AwsResult deleteFilter(array $args = [])
* @method GuzzleHttpPromisePromise deleteFilterAsync(array $args = [])
* @method AwsResult deleteSchema(array $args = [])
* @method GuzzleHttpPromisePromise deleteSchemaAsync(array $args = [])
* @method AwsResult deleteSolution(array $args = [])
* @method GuzzleHttpPromisePromise deleteSolutionAsync(array $args = [])
* @method AwsResult describeAlgorithm(array $args = [])
* @method GuzzleHttpPromisePromise describeAlgorithmAsync(array $args = [])
* @method AwsResult describeBatchInferenceJob(array $args = [])
* @method GuzzleHttpPromisePromise describeBatchInferenceJobAsync(array $args = [])
* @method AwsResult describeCampaign(array $args = [])
* @method GuzzleHttpPromisePromise describeCampaignAsync(array $args = [])
* @method AwsResult describeDataset(array $args = [])
* @method GuzzleHttpPromisePromise describeDatasetAsync(array $args = [])
* @method AwsResult describeDatasetGroup(array $args = [])
* @method GuzzleHttpPromisePromise describeDatasetGroupAsync(array $args = [])
* @method AwsResult describeDatasetImportJob(array $args = [])
* @method GuzzleHttpPromisePromise describeDatasetImportJobAsync(array $args = [])
* @method AwsResult describeEventTracker(array $args = [])
* @method GuzzleHttpPromisePromise describeEventTrackerAsync(array $args = [])
* @method AwsResult describeFeatureTransformation(array $args = [])
* @method GuzzleHttpPromisePromise describeFeatureTransformationAsync(array $args = [])
* @method AwsResult describeFilter(array $args = [])
* @method GuzzleHttpPromisePromise describeFilterAsync(array $args = [])
* @method AwsResult describeRecipe(array $args = [])
* @method GuzzleHttpPromisePromise describeRecipeAsync(array $args = [])
* @method AwsResult describeSchema(array $args = [])
* @method GuzzleHttpPromisePromise describeSchemaAsync(array $args = [])
* @method AwsResult describeSolution(array $args = [])
* @method GuzzleHttpPromisePromise describeSolutionAsync(array $args = [])
* @method AwsResult describeSolutionVersion(array $args = [])
* @method GuzzleHttpPromisePromise describeSolutionVersionAsync(array $args = [])
* @method AwsResult getSolutionMetrics(array $args = [])
* @method GuzzleHttpPromisePromise getSolutionMetricsAsync(array $args = [])
* @method AwsResult listBatchInferenceJobs(array $args = [])
* @method GuzzleHttpPromisePromise listBatchInferenceJobsAsync(array $args = [])
* @method AwsResult listCampaigns(array $args = [])
* @method GuzzleHttpPromisePromise listCampaignsAsync(array $args = [])
* @method AwsResult listDatasetGroups(array $args = [])
* @method GuzzleHttpPromisePromise listDatasetGroupsAsync(array $args = [])
* @method AwsResult listDatasetImportJobs(array $args = [])
* @method GuzzleHttpPromisePromise listDatasetImportJobsAsync(array $args = [])
* @method AwsResult listDatasets(array $args = [])
* @method GuzzleHttpPromisePromise listDatasetsAsync(array $args = [])
* @method AwsResult listEventTrackers(array $args = [])
* @method GuzzleHttpPromisePromise listEventTrackersAsync(array $args = [])
* @method AwsResult listFilters(array $args = [])
* @method GuzzleHttpPromisePromise listFiltersAsync(array $args = [])
* @method AwsResult listRecipes(array $args = [])
* @method GuzzleHttpPromisePromise listRecipesAsync(array $args = [])
* @method AwsResult listSchemas(array $args = [])
* @method GuzzleHttpPromisePromise listSchemasAsync(array $args = [])
* @method AwsResult listSolutionVersions(array $args = [])
* @method GuzzleHttpPromisePromise listSolutionVersionsAsync(array $args = [])
* @method AwsResult listSolutions(array $args = [])
* @method GuzzleHttpPromisePromise listSolutionsAsync(array $args = [])
* @method AwsResult updateCampaign(array $args = [])
* @method GuzzleHttpPromisePromise updateCampaignAsync(array $args = [])
*/
class PersonalizeClient extends AwsClient {}