summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/PersonalizeRuntime/PersonalizeRuntimeClient.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/aws/aws-sdk-php/src/PersonalizeRuntime/PersonalizeRuntimeClient.php')
-rw-r--r--vendor/aws/aws-sdk-php/src/PersonalizeRuntime/PersonalizeRuntimeClient.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/vendor/aws/aws-sdk-php/src/PersonalizeRuntime/PersonalizeRuntimeClient.php b/vendor/aws/aws-sdk-php/src/PersonalizeRuntime/PersonalizeRuntimeClient.php
new file mode 100644
index 0000000..c9ba3b4
--- /dev/null
+++ b/vendor/aws/aws-sdk-php/src/PersonalizeRuntime/PersonalizeRuntimeClient.php
@@ -0,0 +1,13 @@
+<?php
+namespace Aws\PersonalizeRuntime;
+
+use Aws\AwsClient;
+
+/**
+ * This client is used to interact with the **Amazon Personalize Runtime** service.
+ * @method \Aws\Result getPersonalizedRanking(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getPersonalizedRankingAsync(array $args = [])
+ * @method \Aws\Result getRecommendations(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise getRecommendationsAsync(array $args = [])
+ */
+class PersonalizeRuntimeClient extends AwsClient {}