1 |
efrain |
1 |
<?php
|
|
|
2 |
namespace Aws\Personalize;
|
|
|
3 |
|
|
|
4 |
use Aws\AwsClient;
|
|
|
5 |
|
|
|
6 |
/**
|
|
|
7 |
* This client is used to interact with the **Amazon Personalize** service.
|
|
|
8 |
* @method \Aws\Result createBatchInferenceJob(array $args = [])
|
|
|
9 |
* @method \GuzzleHttp\Promise\Promise createBatchInferenceJobAsync(array $args = [])
|
|
|
10 |
* @method \Aws\Result createBatchSegmentJob(array $args = [])
|
|
|
11 |
* @method \GuzzleHttp\Promise\Promise createBatchSegmentJobAsync(array $args = [])
|
|
|
12 |
* @method \Aws\Result createCampaign(array $args = [])
|
|
|
13 |
* @method \GuzzleHttp\Promise\Promise createCampaignAsync(array $args = [])
|
|
|
14 |
* @method \Aws\Result createDataset(array $args = [])
|
|
|
15 |
* @method \GuzzleHttp\Promise\Promise createDatasetAsync(array $args = [])
|
|
|
16 |
* @method \Aws\Result createDatasetExportJob(array $args = [])
|
|
|
17 |
* @method \GuzzleHttp\Promise\Promise createDatasetExportJobAsync(array $args = [])
|
|
|
18 |
* @method \Aws\Result createDatasetGroup(array $args = [])
|
|
|
19 |
* @method \GuzzleHttp\Promise\Promise createDatasetGroupAsync(array $args = [])
|
|
|
20 |
* @method \Aws\Result createDatasetImportJob(array $args = [])
|
|
|
21 |
* @method \GuzzleHttp\Promise\Promise createDatasetImportJobAsync(array $args = [])
|
|
|
22 |
* @method \Aws\Result createEventTracker(array $args = [])
|
|
|
23 |
* @method \GuzzleHttp\Promise\Promise createEventTrackerAsync(array $args = [])
|
|
|
24 |
* @method \Aws\Result createFilter(array $args = [])
|
|
|
25 |
* @method \GuzzleHttp\Promise\Promise createFilterAsync(array $args = [])
|
|
|
26 |
* @method \Aws\Result createMetricAttribution(array $args = [])
|
|
|
27 |
* @method \GuzzleHttp\Promise\Promise createMetricAttributionAsync(array $args = [])
|
|
|
28 |
* @method \Aws\Result createRecommender(array $args = [])
|
|
|
29 |
* @method \GuzzleHttp\Promise\Promise createRecommenderAsync(array $args = [])
|
|
|
30 |
* @method \Aws\Result createSchema(array $args = [])
|
|
|
31 |
* @method \GuzzleHttp\Promise\Promise createSchemaAsync(array $args = [])
|
|
|
32 |
* @method \Aws\Result createSolution(array $args = [])
|
|
|
33 |
* @method \GuzzleHttp\Promise\Promise createSolutionAsync(array $args = [])
|
|
|
34 |
* @method \Aws\Result createSolutionVersion(array $args = [])
|
|
|
35 |
* @method \GuzzleHttp\Promise\Promise createSolutionVersionAsync(array $args = [])
|
|
|
36 |
* @method \Aws\Result deleteCampaign(array $args = [])
|
|
|
37 |
* @method \GuzzleHttp\Promise\Promise deleteCampaignAsync(array $args = [])
|
|
|
38 |
* @method \Aws\Result deleteDataset(array $args = [])
|
|
|
39 |
* @method \GuzzleHttp\Promise\Promise deleteDatasetAsync(array $args = [])
|
|
|
40 |
* @method \Aws\Result deleteDatasetGroup(array $args = [])
|
|
|
41 |
* @method \GuzzleHttp\Promise\Promise deleteDatasetGroupAsync(array $args = [])
|
|
|
42 |
* @method \Aws\Result deleteEventTracker(array $args = [])
|
|
|
43 |
* @method \GuzzleHttp\Promise\Promise deleteEventTrackerAsync(array $args = [])
|
|
|
44 |
* @method \Aws\Result deleteFilter(array $args = [])
|
|
|
45 |
* @method \GuzzleHttp\Promise\Promise deleteFilterAsync(array $args = [])
|
|
|
46 |
* @method \Aws\Result deleteMetricAttribution(array $args = [])
|
|
|
47 |
* @method \GuzzleHttp\Promise\Promise deleteMetricAttributionAsync(array $args = [])
|
|
|
48 |
* @method \Aws\Result deleteRecommender(array $args = [])
|
|
|
49 |
* @method \GuzzleHttp\Promise\Promise deleteRecommenderAsync(array $args = [])
|
|
|
50 |
* @method \Aws\Result deleteSchema(array $args = [])
|
|
|
51 |
* @method \GuzzleHttp\Promise\Promise deleteSchemaAsync(array $args = [])
|
|
|
52 |
* @method \Aws\Result deleteSolution(array $args = [])
|
|
|
53 |
* @method \GuzzleHttp\Promise\Promise deleteSolutionAsync(array $args = [])
|
|
|
54 |
* @method \Aws\Result describeAlgorithm(array $args = [])
|
|
|
55 |
* @method \GuzzleHttp\Promise\Promise describeAlgorithmAsync(array $args = [])
|
|
|
56 |
* @method \Aws\Result describeBatchInferenceJob(array $args = [])
|
|
|
57 |
* @method \GuzzleHttp\Promise\Promise describeBatchInferenceJobAsync(array $args = [])
|
|
|
58 |
* @method \Aws\Result describeBatchSegmentJob(array $args = [])
|
|
|
59 |
* @method \GuzzleHttp\Promise\Promise describeBatchSegmentJobAsync(array $args = [])
|
|
|
60 |
* @method \Aws\Result describeCampaign(array $args = [])
|
|
|
61 |
* @method \GuzzleHttp\Promise\Promise describeCampaignAsync(array $args = [])
|
|
|
62 |
* @method \Aws\Result describeDataset(array $args = [])
|
|
|
63 |
* @method \GuzzleHttp\Promise\Promise describeDatasetAsync(array $args = [])
|
|
|
64 |
* @method \Aws\Result describeDatasetExportJob(array $args = [])
|
|
|
65 |
* @method \GuzzleHttp\Promise\Promise describeDatasetExportJobAsync(array $args = [])
|
|
|
66 |
* @method \Aws\Result describeDatasetGroup(array $args = [])
|
|
|
67 |
* @method \GuzzleHttp\Promise\Promise describeDatasetGroupAsync(array $args = [])
|
|
|
68 |
* @method \Aws\Result describeDatasetImportJob(array $args = [])
|
|
|
69 |
* @method \GuzzleHttp\Promise\Promise describeDatasetImportJobAsync(array $args = [])
|
|
|
70 |
* @method \Aws\Result describeEventTracker(array $args = [])
|
|
|
71 |
* @method \GuzzleHttp\Promise\Promise describeEventTrackerAsync(array $args = [])
|
|
|
72 |
* @method \Aws\Result describeFeatureTransformation(array $args = [])
|
|
|
73 |
* @method \GuzzleHttp\Promise\Promise describeFeatureTransformationAsync(array $args = [])
|
|
|
74 |
* @method \Aws\Result describeFilter(array $args = [])
|
|
|
75 |
* @method \GuzzleHttp\Promise\Promise describeFilterAsync(array $args = [])
|
|
|
76 |
* @method \Aws\Result describeMetricAttribution(array $args = [])
|
|
|
77 |
* @method \GuzzleHttp\Promise\Promise describeMetricAttributionAsync(array $args = [])
|
|
|
78 |
* @method \Aws\Result describeRecipe(array $args = [])
|
|
|
79 |
* @method \GuzzleHttp\Promise\Promise describeRecipeAsync(array $args = [])
|
|
|
80 |
* @method \Aws\Result describeRecommender(array $args = [])
|
|
|
81 |
* @method \GuzzleHttp\Promise\Promise describeRecommenderAsync(array $args = [])
|
|
|
82 |
* @method \Aws\Result describeSchema(array $args = [])
|
|
|
83 |
* @method \GuzzleHttp\Promise\Promise describeSchemaAsync(array $args = [])
|
|
|
84 |
* @method \Aws\Result describeSolution(array $args = [])
|
|
|
85 |
* @method \GuzzleHttp\Promise\Promise describeSolutionAsync(array $args = [])
|
|
|
86 |
* @method \Aws\Result describeSolutionVersion(array $args = [])
|
|
|
87 |
* @method \GuzzleHttp\Promise\Promise describeSolutionVersionAsync(array $args = [])
|
|
|
88 |
* @method \Aws\Result getSolutionMetrics(array $args = [])
|
|
|
89 |
* @method \GuzzleHttp\Promise\Promise getSolutionMetricsAsync(array $args = [])
|
|
|
90 |
* @method \Aws\Result listBatchInferenceJobs(array $args = [])
|
|
|
91 |
* @method \GuzzleHttp\Promise\Promise listBatchInferenceJobsAsync(array $args = [])
|
|
|
92 |
* @method \Aws\Result listBatchSegmentJobs(array $args = [])
|
|
|
93 |
* @method \GuzzleHttp\Promise\Promise listBatchSegmentJobsAsync(array $args = [])
|
|
|
94 |
* @method \Aws\Result listCampaigns(array $args = [])
|
|
|
95 |
* @method \GuzzleHttp\Promise\Promise listCampaignsAsync(array $args = [])
|
|
|
96 |
* @method \Aws\Result listDatasetExportJobs(array $args = [])
|
|
|
97 |
* @method \GuzzleHttp\Promise\Promise listDatasetExportJobsAsync(array $args = [])
|
|
|
98 |
* @method \Aws\Result listDatasetGroups(array $args = [])
|
|
|
99 |
* @method \GuzzleHttp\Promise\Promise listDatasetGroupsAsync(array $args = [])
|
|
|
100 |
* @method \Aws\Result listDatasetImportJobs(array $args = [])
|
|
|
101 |
* @method \GuzzleHttp\Promise\Promise listDatasetImportJobsAsync(array $args = [])
|
|
|
102 |
* @method \Aws\Result listDatasets(array $args = [])
|
|
|
103 |
* @method \GuzzleHttp\Promise\Promise listDatasetsAsync(array $args = [])
|
|
|
104 |
* @method \Aws\Result listEventTrackers(array $args = [])
|
|
|
105 |
* @method \GuzzleHttp\Promise\Promise listEventTrackersAsync(array $args = [])
|
|
|
106 |
* @method \Aws\Result listFilters(array $args = [])
|
|
|
107 |
* @method \GuzzleHttp\Promise\Promise listFiltersAsync(array $args = [])
|
|
|
108 |
* @method \Aws\Result listMetricAttributionMetrics(array $args = [])
|
|
|
109 |
* @method \GuzzleHttp\Promise\Promise listMetricAttributionMetricsAsync(array $args = [])
|
|
|
110 |
* @method \Aws\Result listMetricAttributions(array $args = [])
|
|
|
111 |
* @method \GuzzleHttp\Promise\Promise listMetricAttributionsAsync(array $args = [])
|
|
|
112 |
* @method \Aws\Result listRecipes(array $args = [])
|
|
|
113 |
* @method \GuzzleHttp\Promise\Promise listRecipesAsync(array $args = [])
|
|
|
114 |
* @method \Aws\Result listRecommenders(array $args = [])
|
|
|
115 |
* @method \GuzzleHttp\Promise\Promise listRecommendersAsync(array $args = [])
|
|
|
116 |
* @method \Aws\Result listSchemas(array $args = [])
|
|
|
117 |
* @method \GuzzleHttp\Promise\Promise listSchemasAsync(array $args = [])
|
|
|
118 |
* @method \Aws\Result listSolutionVersions(array $args = [])
|
|
|
119 |
* @method \GuzzleHttp\Promise\Promise listSolutionVersionsAsync(array $args = [])
|
|
|
120 |
* @method \Aws\Result listSolutions(array $args = [])
|
|
|
121 |
* @method \GuzzleHttp\Promise\Promise listSolutionsAsync(array $args = [])
|
|
|
122 |
* @method \Aws\Result listTagsForResource(array $args = [])
|
|
|
123 |
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
|
|
|
124 |
* @method \Aws\Result startRecommender(array $args = [])
|
|
|
125 |
* @method \GuzzleHttp\Promise\Promise startRecommenderAsync(array $args = [])
|
|
|
126 |
* @method \Aws\Result stopRecommender(array $args = [])
|
|
|
127 |
* @method \GuzzleHttp\Promise\Promise stopRecommenderAsync(array $args = [])
|
|
|
128 |
* @method \Aws\Result stopSolutionVersionCreation(array $args = [])
|
|
|
129 |
* @method \GuzzleHttp\Promise\Promise stopSolutionVersionCreationAsync(array $args = [])
|
|
|
130 |
* @method \Aws\Result tagResource(array $args = [])
|
|
|
131 |
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
|
|
|
132 |
* @method \Aws\Result untagResource(array $args = [])
|
|
|
133 |
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
|
|
|
134 |
* @method \Aws\Result updateCampaign(array $args = [])
|
|
|
135 |
* @method \GuzzleHttp\Promise\Promise updateCampaignAsync(array $args = [])
|
|
|
136 |
* @method \Aws\Result updateDataset(array $args = [])
|
|
|
137 |
* @method \GuzzleHttp\Promise\Promise updateDatasetAsync(array $args = [])
|
|
|
138 |
* @method \Aws\Result updateMetricAttribution(array $args = [])
|
|
|
139 |
* @method \GuzzleHttp\Promise\Promise updateMetricAttributionAsync(array $args = [])
|
|
|
140 |
* @method \Aws\Result updateRecommender(array $args = [])
|
|
|
141 |
* @method \GuzzleHttp\Promise\Promise updateRecommenderAsync(array $args = [])
|
|
|
142 |
*/
|
|
|
143 |
class PersonalizeClient extends AwsClient {}
|