summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/Comprehend/ComprehendClient.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/aws/aws-sdk-php/src/Comprehend/ComprehendClient.php')
-rw-r--r--vendor/aws/aws-sdk-php/src/Comprehend/ComprehendClient.php22
1 files changed, 22 insertions, 0 deletions
diff --git a/vendor/aws/aws-sdk-php/src/Comprehend/ComprehendClient.php b/vendor/aws/aws-sdk-php/src/Comprehend/ComprehendClient.php
index 12ae18c..ee45361 100644
--- a/vendor/aws/aws-sdk-php/src/Comprehend/ComprehendClient.php
+++ b/vendor/aws/aws-sdk-php/src/Comprehend/ComprehendClient.php
@@ -21,20 +21,28 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise classifyDocumentAsync(array $args = [])
* @method \Aws\Result containsPiiEntities(array $args = [])
* @method \GuzzleHttp\Promise\Promise containsPiiEntitiesAsync(array $args = [])
+ * @method \Aws\Result createDataset(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createDatasetAsync(array $args = [])
* @method \Aws\Result createDocumentClassifier(array $args = [])
* @method \GuzzleHttp\Promise\Promise createDocumentClassifierAsync(array $args = [])
* @method \Aws\Result createEndpoint(array $args = [])
* @method \GuzzleHttp\Promise\Promise createEndpointAsync(array $args = [])
* @method \Aws\Result createEntityRecognizer(array $args = [])
* @method \GuzzleHttp\Promise\Promise createEntityRecognizerAsync(array $args = [])
+ * @method \Aws\Result createFlywheel(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createFlywheelAsync(array $args = [])
* @method \Aws\Result deleteDocumentClassifier(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteDocumentClassifierAsync(array $args = [])
* @method \Aws\Result deleteEndpoint(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteEndpointAsync(array $args = [])
* @method \Aws\Result deleteEntityRecognizer(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteEntityRecognizerAsync(array $args = [])
+ * @method \Aws\Result deleteFlywheel(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteFlywheelAsync(array $args = [])
* @method \Aws\Result deleteResourcePolicy(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteResourcePolicyAsync(array $args = [])
+ * @method \Aws\Result describeDataset(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeDatasetAsync(array $args = [])
* @method \Aws\Result describeDocumentClassificationJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeDocumentClassificationJobAsync(array $args = [])
* @method \Aws\Result describeDocumentClassifier(array $args = [])
@@ -49,6 +57,10 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise describeEntityRecognizerAsync(array $args = [])
* @method \Aws\Result describeEventsDetectionJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeEventsDetectionJobAsync(array $args = [])
+ * @method \Aws\Result describeFlywheel(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeFlywheelAsync(array $args = [])
+ * @method \Aws\Result describeFlywheelIteration(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeFlywheelIterationAsync(array $args = [])
* @method \Aws\Result describeKeyPhrasesDetectionJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeKeyPhrasesDetectionJobAsync(array $args = [])
* @method \Aws\Result describePiiEntitiesDetectionJob(array $args = [])
@@ -77,6 +89,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise detectTargetedSentimentAsync(array $args = [])
* @method \Aws\Result importModel(array $args = [])
* @method \GuzzleHttp\Promise\Promise importModelAsync(array $args = [])
+ * @method \Aws\Result listDatasets(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listDatasetsAsync(array $args = [])
* @method \Aws\Result listDocumentClassificationJobs(array $args = [])
* @method \GuzzleHttp\Promise\Promise listDocumentClassificationJobsAsync(array $args = [])
* @method \Aws\Result listDocumentClassifierSummaries(array $args = [])
@@ -95,6 +109,10 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise listEntityRecognizersAsync(array $args = [])
* @method \Aws\Result listEventsDetectionJobs(array $args = [])
* @method \GuzzleHttp\Promise\Promise listEventsDetectionJobsAsync(array $args = [])
+ * @method \Aws\Result listFlywheelIterationHistory(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listFlywheelIterationHistoryAsync(array $args = [])
+ * @method \Aws\Result listFlywheels(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listFlywheelsAsync(array $args = [])
* @method \Aws\Result listKeyPhrasesDetectionJobs(array $args = [])
* @method \GuzzleHttp\Promise\Promise listKeyPhrasesDetectionJobsAsync(array $args = [])
* @method \Aws\Result listPiiEntitiesDetectionJobs(array $args = [])
@@ -117,6 +135,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise startEntitiesDetectionJobAsync(array $args = [])
* @method \Aws\Result startEventsDetectionJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise startEventsDetectionJobAsync(array $args = [])
+ * @method \Aws\Result startFlywheelIteration(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise startFlywheelIterationAsync(array $args = [])
* @method \Aws\Result startKeyPhrasesDetectionJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise startKeyPhrasesDetectionJobAsync(array $args = [])
* @method \Aws\Result startPiiEntitiesDetectionJob(array $args = [])
@@ -151,5 +171,7 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
* @method \Aws\Result updateEndpoint(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateEndpointAsync(array $args = [])
+ * @method \Aws\Result updateFlywheel(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateFlywheelAsync(array $args = [])
*/
class ComprehendClient extends AwsClient {}