Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1441 ariadna 1
<?php
2
namespace Aws\CleanRoomsML;
3
 
4
use Aws\AwsClient;
5
 
6
/**
7
 * This client is used to interact with the **cleanrooms-ml** service.
8
 * @method \Aws\Result cancelTrainedModel(array $args = [])
9
 * @method \GuzzleHttp\Promise\Promise cancelTrainedModelAsync(array $args = [])
10
 * @method \Aws\Result cancelTrainedModelInferenceJob(array $args = [])
11
 * @method \GuzzleHttp\Promise\Promise cancelTrainedModelInferenceJobAsync(array $args = [])
12
 * @method \Aws\Result createAudienceModel(array $args = [])
13
 * @method \GuzzleHttp\Promise\Promise createAudienceModelAsync(array $args = [])
14
 * @method \Aws\Result createConfiguredAudienceModel(array $args = [])
15
 * @method \GuzzleHttp\Promise\Promise createConfiguredAudienceModelAsync(array $args = [])
16
 * @method \Aws\Result createConfiguredModelAlgorithm(array $args = [])
17
 * @method \GuzzleHttp\Promise\Promise createConfiguredModelAlgorithmAsync(array $args = [])
18
 * @method \Aws\Result createConfiguredModelAlgorithmAssociation(array $args = [])
19
 * @method \GuzzleHttp\Promise\Promise createConfiguredModelAlgorithmAssociationAsync(array $args = [])
20
 * @method \Aws\Result createMLInputChannel(array $args = [])
21
 * @method \GuzzleHttp\Promise\Promise createMLInputChannelAsync(array $args = [])
22
 * @method \Aws\Result createTrainedModel(array $args = [])
23
 * @method \GuzzleHttp\Promise\Promise createTrainedModelAsync(array $args = [])
24
 * @method \Aws\Result createTrainingDataset(array $args = [])
25
 * @method \GuzzleHttp\Promise\Promise createTrainingDatasetAsync(array $args = [])
26
 * @method \Aws\Result deleteAudienceGenerationJob(array $args = [])
27
 * @method \GuzzleHttp\Promise\Promise deleteAudienceGenerationJobAsync(array $args = [])
28
 * @method \Aws\Result deleteAudienceModel(array $args = [])
29
 * @method \GuzzleHttp\Promise\Promise deleteAudienceModelAsync(array $args = [])
30
 * @method \Aws\Result deleteConfiguredAudienceModel(array $args = [])
31
 * @method \GuzzleHttp\Promise\Promise deleteConfiguredAudienceModelAsync(array $args = [])
32
 * @method \Aws\Result deleteConfiguredAudienceModelPolicy(array $args = [])
33
 * @method \GuzzleHttp\Promise\Promise deleteConfiguredAudienceModelPolicyAsync(array $args = [])
34
 * @method \Aws\Result deleteConfiguredModelAlgorithm(array $args = [])
35
 * @method \GuzzleHttp\Promise\Promise deleteConfiguredModelAlgorithmAsync(array $args = [])
36
 * @method \Aws\Result deleteConfiguredModelAlgorithmAssociation(array $args = [])
37
 * @method \GuzzleHttp\Promise\Promise deleteConfiguredModelAlgorithmAssociationAsync(array $args = [])
38
 * @method \Aws\Result deleteMLConfiguration(array $args = [])
39
 * @method \GuzzleHttp\Promise\Promise deleteMLConfigurationAsync(array $args = [])
40
 * @method \Aws\Result deleteMLInputChannelData(array $args = [])
41
 * @method \GuzzleHttp\Promise\Promise deleteMLInputChannelDataAsync(array $args = [])
42
 * @method \Aws\Result deleteTrainedModelOutput(array $args = [])
43
 * @method \GuzzleHttp\Promise\Promise deleteTrainedModelOutputAsync(array $args = [])
44
 * @method \Aws\Result deleteTrainingDataset(array $args = [])
45
 * @method \GuzzleHttp\Promise\Promise deleteTrainingDatasetAsync(array $args = [])
46
 * @method \Aws\Result getAudienceGenerationJob(array $args = [])
47
 * @method \GuzzleHttp\Promise\Promise getAudienceGenerationJobAsync(array $args = [])
48
 * @method \Aws\Result getAudienceModel(array $args = [])
49
 * @method \GuzzleHttp\Promise\Promise getAudienceModelAsync(array $args = [])
50
 * @method \Aws\Result getCollaborationConfiguredModelAlgorithmAssociation(array $args = [])
51
 * @method \GuzzleHttp\Promise\Promise getCollaborationConfiguredModelAlgorithmAssociationAsync(array $args = [])
52
 * @method \Aws\Result getCollaborationMLInputChannel(array $args = [])
53
 * @method \GuzzleHttp\Promise\Promise getCollaborationMLInputChannelAsync(array $args = [])
54
 * @method \Aws\Result getCollaborationTrainedModel(array $args = [])
55
 * @method \GuzzleHttp\Promise\Promise getCollaborationTrainedModelAsync(array $args = [])
56
 * @method \Aws\Result getConfiguredAudienceModel(array $args = [])
57
 * @method \GuzzleHttp\Promise\Promise getConfiguredAudienceModelAsync(array $args = [])
58
 * @method \Aws\Result getConfiguredAudienceModelPolicy(array $args = [])
59
 * @method \GuzzleHttp\Promise\Promise getConfiguredAudienceModelPolicyAsync(array $args = [])
60
 * @method \Aws\Result getConfiguredModelAlgorithm(array $args = [])
61
 * @method \GuzzleHttp\Promise\Promise getConfiguredModelAlgorithmAsync(array $args = [])
62
 * @method \Aws\Result getConfiguredModelAlgorithmAssociation(array $args = [])
63
 * @method \GuzzleHttp\Promise\Promise getConfiguredModelAlgorithmAssociationAsync(array $args = [])
64
 * @method \Aws\Result getMLConfiguration(array $args = [])
65
 * @method \GuzzleHttp\Promise\Promise getMLConfigurationAsync(array $args = [])
66
 * @method \Aws\Result getMLInputChannel(array $args = [])
67
 * @method \GuzzleHttp\Promise\Promise getMLInputChannelAsync(array $args = [])
68
 * @method \Aws\Result getTrainedModel(array $args = [])
69
 * @method \GuzzleHttp\Promise\Promise getTrainedModelAsync(array $args = [])
70
 * @method \Aws\Result getTrainedModelInferenceJob(array $args = [])
71
 * @method \GuzzleHttp\Promise\Promise getTrainedModelInferenceJobAsync(array $args = [])
72
 * @method \Aws\Result getTrainingDataset(array $args = [])
73
 * @method \GuzzleHttp\Promise\Promise getTrainingDatasetAsync(array $args = [])
74
 * @method \Aws\Result listAudienceExportJobs(array $args = [])
75
 * @method \GuzzleHttp\Promise\Promise listAudienceExportJobsAsync(array $args = [])
76
 * @method \Aws\Result listAudienceGenerationJobs(array $args = [])
77
 * @method \GuzzleHttp\Promise\Promise listAudienceGenerationJobsAsync(array $args = [])
78
 * @method \Aws\Result listAudienceModels(array $args = [])
79
 * @method \GuzzleHttp\Promise\Promise listAudienceModelsAsync(array $args = [])
80
 * @method \Aws\Result listCollaborationConfiguredModelAlgorithmAssociations(array $args = [])
81
 * @method \GuzzleHttp\Promise\Promise listCollaborationConfiguredModelAlgorithmAssociationsAsync(array $args = [])
82
 * @method \Aws\Result listCollaborationMLInputChannels(array $args = [])
83
 * @method \GuzzleHttp\Promise\Promise listCollaborationMLInputChannelsAsync(array $args = [])
84
 * @method \Aws\Result listCollaborationTrainedModelExportJobs(array $args = [])
85
 * @method \GuzzleHttp\Promise\Promise listCollaborationTrainedModelExportJobsAsync(array $args = [])
86
 * @method \Aws\Result listCollaborationTrainedModelInferenceJobs(array $args = [])
87
 * @method \GuzzleHttp\Promise\Promise listCollaborationTrainedModelInferenceJobsAsync(array $args = [])
88
 * @method \Aws\Result listCollaborationTrainedModels(array $args = [])
89
 * @method \GuzzleHttp\Promise\Promise listCollaborationTrainedModelsAsync(array $args = [])
90
 * @method \Aws\Result listConfiguredAudienceModels(array $args = [])
91
 * @method \GuzzleHttp\Promise\Promise listConfiguredAudienceModelsAsync(array $args = [])
92
 * @method \Aws\Result listConfiguredModelAlgorithmAssociations(array $args = [])
93
 * @method \GuzzleHttp\Promise\Promise listConfiguredModelAlgorithmAssociationsAsync(array $args = [])
94
 * @method \Aws\Result listConfiguredModelAlgorithms(array $args = [])
95
 * @method \GuzzleHttp\Promise\Promise listConfiguredModelAlgorithmsAsync(array $args = [])
96
 * @method \Aws\Result listMLInputChannels(array $args = [])
97
 * @method \GuzzleHttp\Promise\Promise listMLInputChannelsAsync(array $args = [])
98
 * @method \Aws\Result listTagsForResource(array $args = [])
99
 * @method \GuzzleHttp\Promise\Promise listTagsForResourceAsync(array $args = [])
100
 * @method \Aws\Result listTrainedModelInferenceJobs(array $args = [])
101
 * @method \GuzzleHttp\Promise\Promise listTrainedModelInferenceJobsAsync(array $args = [])
102
 * @method \Aws\Result listTrainedModels(array $args = [])
103
 * @method \GuzzleHttp\Promise\Promise listTrainedModelsAsync(array $args = [])
104
 * @method \Aws\Result listTrainingDatasets(array $args = [])
105
 * @method \GuzzleHttp\Promise\Promise listTrainingDatasetsAsync(array $args = [])
106
 * @method \Aws\Result putConfiguredAudienceModelPolicy(array $args = [])
107
 * @method \GuzzleHttp\Promise\Promise putConfiguredAudienceModelPolicyAsync(array $args = [])
108
 * @method \Aws\Result putMLConfiguration(array $args = [])
109
 * @method \GuzzleHttp\Promise\Promise putMLConfigurationAsync(array $args = [])
110
 * @method \Aws\Result startAudienceExportJob(array $args = [])
111
 * @method \GuzzleHttp\Promise\Promise startAudienceExportJobAsync(array $args = [])
112
 * @method \Aws\Result startAudienceGenerationJob(array $args = [])
113
 * @method \GuzzleHttp\Promise\Promise startAudienceGenerationJobAsync(array $args = [])
114
 * @method \Aws\Result startTrainedModelExportJob(array $args = [])
115
 * @method \GuzzleHttp\Promise\Promise startTrainedModelExportJobAsync(array $args = [])
116
 * @method \Aws\Result startTrainedModelInferenceJob(array $args = [])
117
 * @method \GuzzleHttp\Promise\Promise startTrainedModelInferenceJobAsync(array $args = [])
118
 * @method \Aws\Result tagResource(array $args = [])
119
 * @method \GuzzleHttp\Promise\Promise tagResourceAsync(array $args = [])
120
 * @method \Aws\Result untagResource(array $args = [])
121
 * @method \GuzzleHttp\Promise\Promise untagResourceAsync(array $args = [])
122
 * @method \Aws\Result updateConfiguredAudienceModel(array $args = [])
123
 * @method \GuzzleHttp\Promise\Promise updateConfiguredAudienceModelAsync(array $args = [])
124
 */
125
class CleanRoomsMLClient extends AwsClient {}