summaryrefslogtreecommitdiff
path: root/vendor/aws/aws-sdk-php/src/LookoutEquipment/LookoutEquipmentClient.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/aws/aws-sdk-php/src/LookoutEquipment/LookoutEquipmentClient.php')
-rw-r--r--vendor/aws/aws-sdk-php/src/LookoutEquipment/LookoutEquipmentClient.php32
1 files changed, 32 insertions, 0 deletions
diff --git a/vendor/aws/aws-sdk-php/src/LookoutEquipment/LookoutEquipmentClient.php b/vendor/aws/aws-sdk-php/src/LookoutEquipment/LookoutEquipmentClient.php
index 52cb1fd..e685c6b 100644
--- a/vendor/aws/aws-sdk-php/src/LookoutEquipment/LookoutEquipmentClient.php
+++ b/vendor/aws/aws-sdk-php/src/LookoutEquipment/LookoutEquipmentClient.php
@@ -15,6 +15,8 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise createLabelGroupAsync(array $args = [])
* @method \Aws\Result createModel(array $args = [])
* @method \GuzzleHttp\Promise\Promise createModelAsync(array $args = [])
+ * @method \Aws\Result createRetrainingScheduler(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise createRetrainingSchedulerAsync(array $args = [])
* @method \Aws\Result deleteDataset(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteDatasetAsync(array $args = [])
* @method \Aws\Result deleteInferenceScheduler(array $args = [])
@@ -25,6 +27,10 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise deleteLabelGroupAsync(array $args = [])
* @method \Aws\Result deleteModel(array $args = [])
* @method \GuzzleHttp\Promise\Promise deleteModelAsync(array $args = [])
+ * @method \Aws\Result deleteResourcePolicy(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteResourcePolicyAsync(array $args = [])
+ * @method \Aws\Result deleteRetrainingScheduler(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise deleteRetrainingSchedulerAsync(array $args = [])
* @method \Aws\Result describeDataIngestionJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeDataIngestionJobAsync(array $args = [])
* @method \Aws\Result describeDataset(array $args = [])
@@ -37,6 +43,16 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise describeLabelGroupAsync(array $args = [])
* @method \Aws\Result describeModel(array $args = [])
* @method \GuzzleHttp\Promise\Promise describeModelAsync(array $args = [])
+ * @method \Aws\Result describeModelVersion(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeModelVersionAsync(array $args = [])
+ * @method \Aws\Result describeResourcePolicy(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeResourcePolicyAsync(array $args = [])
+ * @method \Aws\Result describeRetrainingScheduler(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise describeRetrainingSchedulerAsync(array $args = [])
+ * @method \Aws\Result importDataset(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise importDatasetAsync(array $args = [])
+ * @method \Aws\Result importModelVersion(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise importModelVersionAsync(array $args = [])
* @method \Aws\Result listDataIngestionJobs(array $args = [])
* @method \GuzzleHttp\Promise\Promise listDataIngestionJobsAsync(array $args = [])
* @method \Aws\Result listDatasets(array $args = [])
@@ -51,25 +67,41 @@ use Aws\AwsClient;
* @method \GuzzleHttp\Promise\Promise listLabelGroupsAsync(array $args = [])
* @method \Aws\Result listLabels(array $args = [])
* @method \GuzzleHttp\Promise\Promise listLabelsAsync(array $args = [])
+ * @method \Aws\Result listModelVersions(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listModelVersionsAsync(array $args = [])
* @method \Aws\Result listModels(array $args = [])
* @method \GuzzleHttp\Promise\Promise listModelsAsync(array $args = [])
+ * @method \Aws\Result listRetrainingSchedulers(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise listRetrainingSchedulersAsync(array $args = [])
* @method \Aws\Result listSensorStatistics(array $args = [])
* @method \GuzzleHttp\Promise\Promise listSensorStatisticsAsync(array $args = [])
* @method \Aws\Result listTagsForResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
+ * @method \Aws\Result putResourcePolicy(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise putResourcePolicyAsync(array $args = [])
* @method \Aws\Result startDataIngestionJob(array $args = [])
* @method \GuzzleHttp\Promise\Promise startDataIngestionJobAsync(array $args = [])
* @method \Aws\Result startInferenceScheduler(array $args = [])
* @method \GuzzleHttp\Promise\Promise startInferenceSchedulerAsync(array $args = [])
+ * @method \Aws\Result startRetrainingScheduler(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise startRetrainingSchedulerAsync(array $args = [])
* @method \Aws\Result stopInferenceScheduler(array $args = [])
* @method \GuzzleHttp\Promise\Promise stopInferenceSchedulerAsync(array $args = [])
+ * @method \Aws\Result stopRetrainingScheduler(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise stopRetrainingSchedulerAsync(array $args = [])
* @method \Aws\Result tagResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
* @method \Aws\Result untagResource(array $args = [])
* @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
+ * @method \Aws\Result updateActiveModelVersion(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateActiveModelVersionAsync(array $args = [])
* @method \Aws\Result updateInferenceScheduler(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateInferenceSchedulerAsync(array $args = [])
* @method \Aws\Result updateLabelGroup(array $args = [])
* @method \GuzzleHttp\Promise\Promise updateLabelGroupAsync(array $args = [])
+ * @method \Aws\Result updateModel(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateModelAsync(array $args = [])
+ * @method \Aws\Result updateRetrainingScheduler(array $args = [])
+ * @method \GuzzleHttp\Promise\Promise updateRetrainingSchedulerAsync(array $args = [])
*/
class LookoutEquipmentClient extends AwsClient {}