PersonalizeClient.php 6.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. <?php
  2. namespace Aws\Personalize;
  3. use Aws\AwsClient;
  4. /**
  5. * This client is used to interact with the **Amazon Personalize** service.
  6. * @method \Aws\Result createBatchInferenceJob(array $args = [])
  7. * @method \GuzzleHttp\Promise\Promise createBatchInferenceJobAsync(array $args = [])
  8. * @method \Aws\Result createCampaign(array $args = [])
  9. * @method \GuzzleHttp\Promise\Promise createCampaignAsync(array $args = [])
  10. * @method \Aws\Result createDataset(array $args = [])
  11. * @method \GuzzleHttp\Promise\Promise createDatasetAsync(array $args = [])
  12. * @method \Aws\Result createDatasetGroup(array $args = [])
  13. * @method \GuzzleHttp\Promise\Promise createDatasetGroupAsync(array $args = [])
  14. * @method \Aws\Result createDatasetImportJob(array $args = [])
  15. * @method \GuzzleHttp\Promise\Promise createDatasetImportJobAsync(array $args = [])
  16. * @method \Aws\Result createEventTracker(array $args = [])
  17. * @method \GuzzleHttp\Promise\Promise createEventTrackerAsync(array $args = [])
  18. * @method \Aws\Result createFilter(array $args = [])
  19. * @method \GuzzleHttp\Promise\Promise createFilterAsync(array $args = [])
  20. * @method \Aws\Result createSchema(array $args = [])
  21. * @method \GuzzleHttp\Promise\Promise createSchemaAsync(array $args = [])
  22. * @method \Aws\Result createSolution(array $args = [])
  23. * @method \GuzzleHttp\Promise\Promise createSolutionAsync(array $args = [])
  24. * @method \Aws\Result createSolutionVersion(array $args = [])
  25. * @method \GuzzleHttp\Promise\Promise createSolutionVersionAsync(array $args = [])
  26. * @method \Aws\Result deleteCampaign(array $args = [])
  27. * @method \GuzzleHttp\Promise\Promise deleteCampaignAsync(array $args = [])
  28. * @method \Aws\Result deleteDataset(array $args = [])
  29. * @method \GuzzleHttp\Promise\Promise deleteDatasetAsync(array $args = [])
  30. * @method \Aws\Result deleteDatasetGroup(array $args = [])
  31. * @method \GuzzleHttp\Promise\Promise deleteDatasetGroupAsync(array $args = [])
  32. * @method \Aws\Result deleteEventTracker(array $args = [])
  33. * @method \GuzzleHttp\Promise\Promise deleteEventTrackerAsync(array $args = [])
  34. * @method \Aws\Result deleteFilter(array $args = [])
  35. * @method \GuzzleHttp\Promise\Promise deleteFilterAsync(array $args = [])
  36. * @method \Aws\Result deleteSchema(array $args = [])
  37. * @method \GuzzleHttp\Promise\Promise deleteSchemaAsync(array $args = [])
  38. * @method \Aws\Result deleteSolution(array $args = [])
  39. * @method \GuzzleHttp\Promise\Promise deleteSolutionAsync(array $args = [])
  40. * @method \Aws\Result describeAlgorithm(array $args = [])
  41. * @method \GuzzleHttp\Promise\Promise describeAlgorithmAsync(array $args = [])
  42. * @method \Aws\Result describeBatchInferenceJob(array $args = [])
  43. * @method \GuzzleHttp\Promise\Promise describeBatchInferenceJobAsync(array $args = [])
  44. * @method \Aws\Result describeCampaign(array $args = [])
  45. * @method \GuzzleHttp\Promise\Promise describeCampaignAsync(array $args = [])
  46. * @method \Aws\Result describeDataset(array $args = [])
  47. * @method \GuzzleHttp\Promise\Promise describeDatasetAsync(array $args = [])
  48. * @method \Aws\Result describeDatasetGroup(array $args = [])
  49. * @method \GuzzleHttp\Promise\Promise describeDatasetGroupAsync(array $args = [])
  50. * @method \Aws\Result describeDatasetImportJob(array $args = [])
  51. * @method \GuzzleHttp\Promise\Promise describeDatasetImportJobAsync(array $args = [])
  52. * @method \Aws\Result describeEventTracker(array $args = [])
  53. * @method \GuzzleHttp\Promise\Promise describeEventTrackerAsync(array $args = [])
  54. * @method \Aws\Result describeFeatureTransformation(array $args = [])
  55. * @method \GuzzleHttp\Promise\Promise describeFeatureTransformationAsync(array $args = [])
  56. * @method \Aws\Result describeFilter(array $args = [])
  57. * @method \GuzzleHttp\Promise\Promise describeFilterAsync(array $args = [])
  58. * @method \Aws\Result describeRecipe(array $args = [])
  59. * @method \GuzzleHttp\Promise\Promise describeRecipeAsync(array $args = [])
  60. * @method \Aws\Result describeSchema(array $args = [])
  61. * @method \GuzzleHttp\Promise\Promise describeSchemaAsync(array $args = [])
  62. * @method \Aws\Result describeSolution(array $args = [])
  63. * @method \GuzzleHttp\Promise\Promise describeSolutionAsync(array $args = [])
  64. * @method \Aws\Result describeSolutionVersion(array $args = [])
  65. * @method \GuzzleHttp\Promise\Promise describeSolutionVersionAsync(array $args = [])
  66. * @method \Aws\Result getSolutionMetrics(array $args = [])
  67. * @method \GuzzleHttp\Promise\Promise getSolutionMetricsAsync(array $args = [])
  68. * @method \Aws\Result listBatchInferenceJobs(array $args = [])
  69. * @method \GuzzleHttp\Promise\Promise listBatchInferenceJobsAsync(array $args = [])
  70. * @method \Aws\Result listCampaigns(array $args = [])
  71. * @method \GuzzleHttp\Promise\Promise listCampaignsAsync(array $args = [])
  72. * @method \Aws\Result listDatasetGroups(array $args = [])
  73. * @method \GuzzleHttp\Promise\Promise listDatasetGroupsAsync(array $args = [])
  74. * @method \Aws\Result listDatasetImportJobs(array $args = [])
  75. * @method \GuzzleHttp\Promise\Promise listDatasetImportJobsAsync(array $args = [])
  76. * @method \Aws\Result listDatasets(array $args = [])
  77. * @method \GuzzleHttp\Promise\Promise listDatasetsAsync(array $args = [])
  78. * @method \Aws\Result listEventTrackers(array $args = [])
  79. * @method \GuzzleHttp\Promise\Promise listEventTrackersAsync(array $args = [])
  80. * @method \Aws\Result listFilters(array $args = [])
  81. * @method \GuzzleHttp\Promise\Promise listFiltersAsync(array $args = [])
  82. * @method \Aws\Result listRecipes(array $args = [])
  83. * @method \GuzzleHttp\Promise\Promise listRecipesAsync(array $args = [])
  84. * @method \Aws\Result listSchemas(array $args = [])
  85. * @method \GuzzleHttp\Promise\Promise listSchemasAsync(array $args = [])
  86. * @method \Aws\Result listSolutionVersions(array $args = [])
  87. * @method \GuzzleHttp\Promise\Promise listSolutionVersionsAsync(array $args = [])
  88. * @method \Aws\Result listSolutions(array $args = [])
  89. * @method \GuzzleHttp\Promise\Promise listSolutionsAsync(array $args = [])
  90. * @method \Aws\Result updateCampaign(array $args = [])
  91. * @method \GuzzleHttp\Promise\Promise updateCampaignAsync(array $args = [])
  92. */
  93. class PersonalizeClient extends AwsClient {}