allow vendord
All checks were successful
Build, Push and Deploy / build-and-push (push) Successful in 3m3s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 16s
Build, Push and Deploy / deploy-staging (push) Successful in 32s
Build, Push and Deploy / deploy-production (push) Has been skipped
Build, Push and Deploy / cleanup (push) Successful in 1s
All checks were successful
Build, Push and Deploy / build-and-push (push) Successful in 3m3s
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 16s
Build, Push and Deploy / deploy-staging (push) Successful in 32s
Build, Push and Deploy / deploy-production (push) Has been skipped
Build, Push and Deploy / cleanup (push) Successful in 1s
This commit is contained in:
9
vendor/aws/aws-sdk-php/src/Personalize/Exception/PersonalizeException.php
vendored
Normal file
9
vendor/aws/aws-sdk-php/src/Personalize/Exception/PersonalizeException.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace Aws\Personalize\Exception;
|
||||
|
||||
use Aws\Exception\AwsException;
|
||||
|
||||
/**
|
||||
* Represents an error interacting with the **Amazon Personalize** service.
|
||||
*/
|
||||
class PersonalizeException extends AwsException {}
|
||||
151
vendor/aws/aws-sdk-php/src/Personalize/PersonalizeClient.php
vendored
Normal file
151
vendor/aws/aws-sdk-php/src/Personalize/PersonalizeClient.php
vendored
Normal file
@@ -0,0 +1,151 @@
|
||||
<?php
|
||||
namespace Aws\Personalize;
|
||||
|
||||
use Aws\AwsClient;
|
||||
|
||||
/**
|
||||
* This client is used to interact with the **Amazon Personalize** service.
|
||||
* @method \Aws\Result createBatchInferenceJob(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createBatchInferenceJobAsync(array $args = [])
|
||||
* @method \Aws\Result createBatchSegmentJob(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createBatchSegmentJobAsync(array $args = [])
|
||||
* @method \Aws\Result createCampaign(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createCampaignAsync(array $args = [])
|
||||
* @method \Aws\Result createDataDeletionJob(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createDataDeletionJobAsync(array $args = [])
|
||||
* @method \Aws\Result createDataset(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createDatasetAsync(array $args = [])
|
||||
* @method \Aws\Result createDatasetExportJob(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createDatasetExportJobAsync(array $args = [])
|
||||
* @method \Aws\Result createDatasetGroup(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createDatasetGroupAsync(array $args = [])
|
||||
* @method \Aws\Result createDatasetImportJob(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createDatasetImportJobAsync(array $args = [])
|
||||
* @method \Aws\Result createEventTracker(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createEventTrackerAsync(array $args = [])
|
||||
* @method \Aws\Result createFilter(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createFilterAsync(array $args = [])
|
||||
* @method \Aws\Result createMetricAttribution(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createMetricAttributionAsync(array $args = [])
|
||||
* @method \Aws\Result createRecommender(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createRecommenderAsync(array $args = [])
|
||||
* @method \Aws\Result createSchema(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createSchemaAsync(array $args = [])
|
||||
* @method \Aws\Result createSolution(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createSolutionAsync(array $args = [])
|
||||
* @method \Aws\Result createSolutionVersion(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise createSolutionVersionAsync(array $args = [])
|
||||
* @method \Aws\Result deleteCampaign(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteCampaignAsync(array $args = [])
|
||||
* @method \Aws\Result deleteDataset(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteDatasetAsync(array $args = [])
|
||||
* @method \Aws\Result deleteDatasetGroup(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteDatasetGroupAsync(array $args = [])
|
||||
* @method \Aws\Result deleteEventTracker(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteEventTrackerAsync(array $args = [])
|
||||
* @method \Aws\Result deleteFilter(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteFilterAsync(array $args = [])
|
||||
* @method \Aws\Result deleteMetricAttribution(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteMetricAttributionAsync(array $args = [])
|
||||
* @method \Aws\Result deleteRecommender(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteRecommenderAsync(array $args = [])
|
||||
* @method \Aws\Result deleteSchema(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteSchemaAsync(array $args = [])
|
||||
* @method \Aws\Result deleteSolution(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise deleteSolutionAsync(array $args = [])
|
||||
* @method \Aws\Result describeAlgorithm(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeAlgorithmAsync(array $args = [])
|
||||
* @method \Aws\Result describeBatchInferenceJob(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeBatchInferenceJobAsync(array $args = [])
|
||||
* @method \Aws\Result describeBatchSegmentJob(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeBatchSegmentJobAsync(array $args = [])
|
||||
* @method \Aws\Result describeCampaign(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeCampaignAsync(array $args = [])
|
||||
* @method \Aws\Result describeDataDeletionJob(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeDataDeletionJobAsync(array $args = [])
|
||||
* @method \Aws\Result describeDataset(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeDatasetAsync(array $args = [])
|
||||
* @method \Aws\Result describeDatasetExportJob(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeDatasetExportJobAsync(array $args = [])
|
||||
* @method \Aws\Result describeDatasetGroup(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeDatasetGroupAsync(array $args = [])
|
||||
* @method \Aws\Result describeDatasetImportJob(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeDatasetImportJobAsync(array $args = [])
|
||||
* @method \Aws\Result describeEventTracker(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeEventTrackerAsync(array $args = [])
|
||||
* @method \Aws\Result describeFeatureTransformation(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeFeatureTransformationAsync(array $args = [])
|
||||
* @method \Aws\Result describeFilter(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeFilterAsync(array $args = [])
|
||||
* @method \Aws\Result describeMetricAttribution(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeMetricAttributionAsync(array $args = [])
|
||||
* @method \Aws\Result describeRecipe(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeRecipeAsync(array $args = [])
|
||||
* @method \Aws\Result describeRecommender(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeRecommenderAsync(array $args = [])
|
||||
* @method \Aws\Result describeSchema(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeSchemaAsync(array $args = [])
|
||||
* @method \Aws\Result describeSolution(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeSolutionAsync(array $args = [])
|
||||
* @method \Aws\Result describeSolutionVersion(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise describeSolutionVersionAsync(array $args = [])
|
||||
* @method \Aws\Result getSolutionMetrics(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise getSolutionMetricsAsync(array $args = [])
|
||||
* @method \Aws\Result listBatchInferenceJobs(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listBatchInferenceJobsAsync(array $args = [])
|
||||
* @method \Aws\Result listBatchSegmentJobs(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listBatchSegmentJobsAsync(array $args = [])
|
||||
* @method \Aws\Result listCampaigns(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listCampaignsAsync(array $args = [])
|
||||
* @method \Aws\Result listDataDeletionJobs(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listDataDeletionJobsAsync(array $args = [])
|
||||
* @method \Aws\Result listDatasetExportJobs(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listDatasetExportJobsAsync(array $args = [])
|
||||
* @method \Aws\Result listDatasetGroups(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listDatasetGroupsAsync(array $args = [])
|
||||
* @method \Aws\Result listDatasetImportJobs(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listDatasetImportJobsAsync(array $args = [])
|
||||
* @method \Aws\Result listDatasets(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listDatasetsAsync(array $args = [])
|
||||
* @method \Aws\Result listEventTrackers(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listEventTrackersAsync(array $args = [])
|
||||
* @method \Aws\Result listFilters(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listFiltersAsync(array $args = [])
|
||||
* @method \Aws\Result listMetricAttributionMetrics(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listMetricAttributionMetricsAsync(array $args = [])
|
||||
* @method \Aws\Result listMetricAttributions(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listMetricAttributionsAsync(array $args = [])
|
||||
* @method \Aws\Result listRecipes(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listRecipesAsync(array $args = [])
|
||||
* @method \Aws\Result listRecommenders(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listRecommendersAsync(array $args = [])
|
||||
* @method \Aws\Result listSchemas(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listSchemasAsync(array $args = [])
|
||||
* @method \Aws\Result listSolutionVersions(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listSolutionVersionsAsync(array $args = [])
|
||||
* @method \Aws\Result listSolutions(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listSolutionsAsync(array $args = [])
|
||||
* @method \Aws\Result listTagsForResource(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
|
||||
* @method \Aws\Result startRecommender(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise startRecommenderAsync(array $args = [])
|
||||
* @method \Aws\Result stopRecommender(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise stopRecommenderAsync(array $args = [])
|
||||
* @method \Aws\Result stopSolutionVersionCreation(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise stopSolutionVersionCreationAsync(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 updateCampaign(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise updateCampaignAsync(array $args = [])
|
||||
* @method \Aws\Result updateDataset(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise updateDatasetAsync(array $args = [])
|
||||
* @method \Aws\Result updateMetricAttribution(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise updateMetricAttributionAsync(array $args = [])
|
||||
* @method \Aws\Result updateRecommender(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise updateRecommenderAsync(array $args = [])
|
||||
* @method \Aws\Result updateSolution(array $args = [])
|
||||
* @method \GuzzleHttp\Promise\Promise updateSolutionAsync(array $args = [])
|
||||
*/
|
||||
class PersonalizeClient extends AwsClient {}
|
||||
Reference in New Issue
Block a user