Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
<?php
2
namespace Aws\SageMaker;
3
 
4
use Aws\AwsClient;
5
 
6
/**
7
 * This client is used to interact with the **Amazon SageMaker Service** service.
8
 * @method \Aws\Result addAssociation(array $args = [])
9
 * @method \GuzzleHttp\Promise\Promise addAssociationAsync(array $args = [])
10
 * @method \Aws\Result addTags(array $args = [])
11
 * @method \GuzzleHttp\Promise\Promise addTagsAsync(array $args = [])
12
 * @method \Aws\Result associateTrialComponent(array $args = [])
13
 * @method \GuzzleHttp\Promise\Promise associateTrialComponentAsync(array $args = [])
14
 * @method \Aws\Result batchDescribeModelPackage(array $args = [])
15
 * @method \GuzzleHttp\Promise\Promise batchDescribeModelPackageAsync(array $args = [])
16
 * @method \Aws\Result createAction(array $args = [])
17
 * @method \GuzzleHttp\Promise\Promise createActionAsync(array $args = [])
18
 * @method \Aws\Result createAlgorithm(array $args = [])
19
 * @method \GuzzleHttp\Promise\Promise createAlgorithmAsync(array $args = [])
20
 * @method \Aws\Result createApp(array $args = [])
21
 * @method \GuzzleHttp\Promise\Promise createAppAsync(array $args = [])
22
 * @method \Aws\Result createAppImageConfig(array $args = [])
23
 * @method \GuzzleHttp\Promise\Promise createAppImageConfigAsync(array $args = [])
24
 * @method \Aws\Result createArtifact(array $args = [])
25
 * @method \GuzzleHttp\Promise\Promise createArtifactAsync(array $args = [])
26
 * @method \Aws\Result createAutoMLJob(array $args = [])
27
 * @method \GuzzleHttp\Promise\Promise createAutoMLJobAsync(array $args = [])
28
 * @method \Aws\Result createAutoMLJobV2(array $args = [])
29
 * @method \GuzzleHttp\Promise\Promise createAutoMLJobV2Async(array $args = [])
30
 * @method \Aws\Result createCodeRepository(array $args = [])
31
 * @method \GuzzleHttp\Promise\Promise createCodeRepositoryAsync(array $args = [])
32
 * @method \Aws\Result createCompilationJob(array $args = [])
33
 * @method \GuzzleHttp\Promise\Promise createCompilationJobAsync(array $args = [])
34
 * @method \Aws\Result createContext(array $args = [])
35
 * @method \GuzzleHttp\Promise\Promise createContextAsync(array $args = [])
36
 * @method \Aws\Result createDataQualityJobDefinition(array $args = [])
37
 * @method \GuzzleHttp\Promise\Promise createDataQualityJobDefinitionAsync(array $args = [])
38
 * @method \Aws\Result createDeviceFleet(array $args = [])
39
 * @method \GuzzleHttp\Promise\Promise createDeviceFleetAsync(array $args = [])
40
 * @method \Aws\Result createDomain(array $args = [])
41
 * @method \GuzzleHttp\Promise\Promise createDomainAsync(array $args = [])
42
 * @method \Aws\Result createEdgeDeploymentPlan(array $args = [])
43
 * @method \GuzzleHttp\Promise\Promise createEdgeDeploymentPlanAsync(array $args = [])
44
 * @method \Aws\Result createEdgeDeploymentStage(array $args = [])
45
 * @method \GuzzleHttp\Promise\Promise createEdgeDeploymentStageAsync(array $args = [])
46
 * @method \Aws\Result createEdgePackagingJob(array $args = [])
47
 * @method \GuzzleHttp\Promise\Promise createEdgePackagingJobAsync(array $args = [])
48
 * @method \Aws\Result createEndpoint(array $args = [])
49
 * @method \GuzzleHttp\Promise\Promise createEndpointAsync(array $args = [])
50
 * @method \Aws\Result createEndpointConfig(array $args = [])
51
 * @method \GuzzleHttp\Promise\Promise createEndpointConfigAsync(array $args = [])
52
 * @method \Aws\Result createExperiment(array $args = [])
53
 * @method \GuzzleHttp\Promise\Promise createExperimentAsync(array $args = [])
54
 * @method \Aws\Result createFeatureGroup(array $args = [])
55
 * @method \GuzzleHttp\Promise\Promise createFeatureGroupAsync(array $args = [])
56
 * @method \Aws\Result createFlowDefinition(array $args = [])
57
 * @method \GuzzleHttp\Promise\Promise createFlowDefinitionAsync(array $args = [])
58
 * @method \Aws\Result createHub(array $args = [])
59
 * @method \GuzzleHttp\Promise\Promise createHubAsync(array $args = [])
60
 * @method \Aws\Result createHumanTaskUi(array $args = [])
61
 * @method \GuzzleHttp\Promise\Promise createHumanTaskUiAsync(array $args = [])
62
 * @method \Aws\Result createHyperParameterTuningJob(array $args = [])
63
 * @method \GuzzleHttp\Promise\Promise createHyperParameterTuningJobAsync(array $args = [])
64
 * @method \Aws\Result createImage(array $args = [])
65
 * @method \GuzzleHttp\Promise\Promise createImageAsync(array $args = [])
66
 * @method \Aws\Result createImageVersion(array $args = [])
67
 * @method \GuzzleHttp\Promise\Promise createImageVersionAsync(array $args = [])
68
 * @method \Aws\Result createInferenceExperiment(array $args = [])
69
 * @method \GuzzleHttp\Promise\Promise createInferenceExperimentAsync(array $args = [])
70
 * @method \Aws\Result createInferenceRecommendationsJob(array $args = [])
71
 * @method \GuzzleHttp\Promise\Promise createInferenceRecommendationsJobAsync(array $args = [])
72
 * @method \Aws\Result createLabelingJob(array $args = [])
73
 * @method \GuzzleHttp\Promise\Promise createLabelingJobAsync(array $args = [])
74
 * @method \Aws\Result createModel(array $args = [])
75
 * @method \GuzzleHttp\Promise\Promise createModelAsync(array $args = [])
76
 * @method \Aws\Result createModelBiasJobDefinition(array $args = [])
77
 * @method \GuzzleHttp\Promise\Promise createModelBiasJobDefinitionAsync(array $args = [])
78
 * @method \Aws\Result createModelCard(array $args = [])
79
 * @method \GuzzleHttp\Promise\Promise createModelCardAsync(array $args = [])
80
 * @method \Aws\Result createModelCardExportJob(array $args = [])
81
 * @method \GuzzleHttp\Promise\Promise createModelCardExportJobAsync(array $args = [])
82
 * @method \Aws\Result createModelExplainabilityJobDefinition(array $args = [])
83
 * @method \GuzzleHttp\Promise\Promise createModelExplainabilityJobDefinitionAsync(array $args = [])
84
 * @method \Aws\Result createModelPackage(array $args = [])
85
 * @method \GuzzleHttp\Promise\Promise createModelPackageAsync(array $args = [])
86
 * @method \Aws\Result createModelPackageGroup(array $args = [])
87
 * @method \GuzzleHttp\Promise\Promise createModelPackageGroupAsync(array $args = [])
88
 * @method \Aws\Result createModelQualityJobDefinition(array $args = [])
89
 * @method \GuzzleHttp\Promise\Promise createModelQualityJobDefinitionAsync(array $args = [])
90
 * @method \Aws\Result createMonitoringSchedule(array $args = [])
91
 * @method \GuzzleHttp\Promise\Promise createMonitoringScheduleAsync(array $args = [])
92
 * @method \Aws\Result createNotebookInstance(array $args = [])
93
 * @method \GuzzleHttp\Promise\Promise createNotebookInstanceAsync(array $args = [])
94
 * @method \Aws\Result createNotebookInstanceLifecycleConfig(array $args = [])
95
 * @method \GuzzleHttp\Promise\Promise createNotebookInstanceLifecycleConfigAsync(array $args = [])
96
 * @method \Aws\Result createPipeline(array $args = [])
97
 * @method \GuzzleHttp\Promise\Promise createPipelineAsync(array $args = [])
98
 * @method \Aws\Result createPresignedDomainUrl(array $args = [])
99
 * @method \GuzzleHttp\Promise\Promise createPresignedDomainUrlAsync(array $args = [])
100
 * @method \Aws\Result createPresignedNotebookInstanceUrl(array $args = [])
101
 * @method \GuzzleHttp\Promise\Promise createPresignedNotebookInstanceUrlAsync(array $args = [])
102
 * @method \Aws\Result createProcessingJob(array $args = [])
103
 * @method \GuzzleHttp\Promise\Promise createProcessingJobAsync(array $args = [])
104
 * @method \Aws\Result createProject(array $args = [])
105
 * @method \GuzzleHttp\Promise\Promise createProjectAsync(array $args = [])
106
 * @method \Aws\Result createSpace(array $args = [])
107
 * @method \GuzzleHttp\Promise\Promise createSpaceAsync(array $args = [])
108
 * @method \Aws\Result createStudioLifecycleConfig(array $args = [])
109
 * @method \GuzzleHttp\Promise\Promise createStudioLifecycleConfigAsync(array $args = [])
110
 * @method \Aws\Result createTrainingJob(array $args = [])
111
 * @method \GuzzleHttp\Promise\Promise createTrainingJobAsync(array $args = [])
112
 * @method \Aws\Result createTransformJob(array $args = [])
113
 * @method \GuzzleHttp\Promise\Promise createTransformJobAsync(array $args = [])
114
 * @method \Aws\Result createTrial(array $args = [])
115
 * @method \GuzzleHttp\Promise\Promise createTrialAsync(array $args = [])
116
 * @method \Aws\Result createTrialComponent(array $args = [])
117
 * @method \GuzzleHttp\Promise\Promise createTrialComponentAsync(array $args = [])
118
 * @method \Aws\Result createUserProfile(array $args = [])
119
 * @method \GuzzleHttp\Promise\Promise createUserProfileAsync(array $args = [])
120
 * @method \Aws\Result createWorkforce(array $args = [])
121
 * @method \GuzzleHttp\Promise\Promise createWorkforceAsync(array $args = [])
122
 * @method \Aws\Result createWorkteam(array $args = [])
123
 * @method \GuzzleHttp\Promise\Promise createWorkteamAsync(array $args = [])
124
 * @method \Aws\Result deleteAction(array $args = [])
125
 * @method \GuzzleHttp\Promise\Promise deleteActionAsync(array $args = [])
126
 * @method \Aws\Result deleteAlgorithm(array $args = [])
127
 * @method \GuzzleHttp\Promise\Promise deleteAlgorithmAsync(array $args = [])
128
 * @method \Aws\Result deleteApp(array $args = [])
129
 * @method \GuzzleHttp\Promise\Promise deleteAppAsync(array $args = [])
130
 * @method \Aws\Result deleteAppImageConfig(array $args = [])
131
 * @method \GuzzleHttp\Promise\Promise deleteAppImageConfigAsync(array $args = [])
132
 * @method \Aws\Result deleteArtifact(array $args = [])
133
 * @method \GuzzleHttp\Promise\Promise deleteArtifactAsync(array $args = [])
134
 * @method \Aws\Result deleteAssociation(array $args = [])
135
 * @method \GuzzleHttp\Promise\Promise deleteAssociationAsync(array $args = [])
136
 * @method \Aws\Result deleteCodeRepository(array $args = [])
137
 * @method \GuzzleHttp\Promise\Promise deleteCodeRepositoryAsync(array $args = [])
138
 * @method \Aws\Result deleteContext(array $args = [])
139
 * @method \GuzzleHttp\Promise\Promise deleteContextAsync(array $args = [])
140
 * @method \Aws\Result deleteDataQualityJobDefinition(array $args = [])
141
 * @method \GuzzleHttp\Promise\Promise deleteDataQualityJobDefinitionAsync(array $args = [])
142
 * @method \Aws\Result deleteDeviceFleet(array $args = [])
143
 * @method \GuzzleHttp\Promise\Promise deleteDeviceFleetAsync(array $args = [])
144
 * @method \Aws\Result deleteDomain(array $args = [])
145
 * @method \GuzzleHttp\Promise\Promise deleteDomainAsync(array $args = [])
146
 * @method \Aws\Result deleteEdgeDeploymentPlan(array $args = [])
147
 * @method \GuzzleHttp\Promise\Promise deleteEdgeDeploymentPlanAsync(array $args = [])
148
 * @method \Aws\Result deleteEdgeDeploymentStage(array $args = [])
149
 * @method \GuzzleHttp\Promise\Promise deleteEdgeDeploymentStageAsync(array $args = [])
150
 * @method \Aws\Result deleteEndpoint(array $args = [])
151
 * @method \GuzzleHttp\Promise\Promise deleteEndpointAsync(array $args = [])
152
 * @method \Aws\Result deleteEndpointConfig(array $args = [])
153
 * @method \GuzzleHttp\Promise\Promise deleteEndpointConfigAsync(array $args = [])
154
 * @method \Aws\Result deleteExperiment(array $args = [])
155
 * @method \GuzzleHttp\Promise\Promise deleteExperimentAsync(array $args = [])
156
 * @method \Aws\Result deleteFeatureGroup(array $args = [])
157
 * @method \GuzzleHttp\Promise\Promise deleteFeatureGroupAsync(array $args = [])
158
 * @method \Aws\Result deleteFlowDefinition(array $args = [])
159
 * @method \GuzzleHttp\Promise\Promise deleteFlowDefinitionAsync(array $args = [])
160
 * @method \Aws\Result deleteHub(array $args = [])
161
 * @method \GuzzleHttp\Promise\Promise deleteHubAsync(array $args = [])
162
 * @method \Aws\Result deleteHubContent(array $args = [])
163
 * @method \GuzzleHttp\Promise\Promise deleteHubContentAsync(array $args = [])
164
 * @method \Aws\Result deleteHumanTaskUi(array $args = [])
165
 * @method \GuzzleHttp\Promise\Promise deleteHumanTaskUiAsync(array $args = [])
166
 * @method \Aws\Result deleteImage(array $args = [])
167
 * @method \GuzzleHttp\Promise\Promise deleteImageAsync(array $args = [])
168
 * @method \Aws\Result deleteImageVersion(array $args = [])
169
 * @method \GuzzleHttp\Promise\Promise deleteImageVersionAsync(array $args = [])
170
 * @method \Aws\Result deleteInferenceExperiment(array $args = [])
171
 * @method \GuzzleHttp\Promise\Promise deleteInferenceExperimentAsync(array $args = [])
172
 * @method \Aws\Result deleteModel(array $args = [])
173
 * @method \GuzzleHttp\Promise\Promise deleteModelAsync(array $args = [])
174
 * @method \Aws\Result deleteModelBiasJobDefinition(array $args = [])
175
 * @method \GuzzleHttp\Promise\Promise deleteModelBiasJobDefinitionAsync(array $args = [])
176
 * @method \Aws\Result deleteModelCard(array $args = [])
177
 * @method \GuzzleHttp\Promise\Promise deleteModelCardAsync(array $args = [])
178
 * @method \Aws\Result deleteModelExplainabilityJobDefinition(array $args = [])
179
 * @method \GuzzleHttp\Promise\Promise deleteModelExplainabilityJobDefinitionAsync(array $args = [])
180
 * @method \Aws\Result deleteModelPackage(array $args = [])
181
 * @method \GuzzleHttp\Promise\Promise deleteModelPackageAsync(array $args = [])
182
 * @method \Aws\Result deleteModelPackageGroup(array $args = [])
183
 * @method \GuzzleHttp\Promise\Promise deleteModelPackageGroupAsync(array $args = [])
184
 * @method \Aws\Result deleteModelPackageGroupPolicy(array $args = [])
185
 * @method \GuzzleHttp\Promise\Promise deleteModelPackageGroupPolicyAsync(array $args = [])
186
 * @method \Aws\Result deleteModelQualityJobDefinition(array $args = [])
187
 * @method \GuzzleHttp\Promise\Promise deleteModelQualityJobDefinitionAsync(array $args = [])
188
 * @method \Aws\Result deleteMonitoringSchedule(array $args = [])
189
 * @method \GuzzleHttp\Promise\Promise deleteMonitoringScheduleAsync(array $args = [])
190
 * @method \Aws\Result deleteNotebookInstance(array $args = [])
191
 * @method \GuzzleHttp\Promise\Promise deleteNotebookInstanceAsync(array $args = [])
192
 * @method \Aws\Result deleteNotebookInstanceLifecycleConfig(array $args = [])
193
 * @method \GuzzleHttp\Promise\Promise deleteNotebookInstanceLifecycleConfigAsync(array $args = [])
194
 * @method \Aws\Result deletePipeline(array $args = [])
195
 * @method \GuzzleHttp\Promise\Promise deletePipelineAsync(array $args = [])
196
 * @method \Aws\Result deleteProject(array $args = [])
197
 * @method \GuzzleHttp\Promise\Promise deleteProjectAsync(array $args = [])
198
 * @method \Aws\Result deleteSpace(array $args = [])
199
 * @method \GuzzleHttp\Promise\Promise deleteSpaceAsync(array $args = [])
200
 * @method \Aws\Result deleteStudioLifecycleConfig(array $args = [])
201
 * @method \GuzzleHttp\Promise\Promise deleteStudioLifecycleConfigAsync(array $args = [])
202
 * @method \Aws\Result deleteTags(array $args = [])
203
 * @method \GuzzleHttp\Promise\Promise deleteTagsAsync(array $args = [])
204
 * @method \Aws\Result deleteTrial(array $args = [])
205
 * @method \GuzzleHttp\Promise\Promise deleteTrialAsync(array $args = [])
206
 * @method \Aws\Result deleteTrialComponent(array $args = [])
207
 * @method \GuzzleHttp\Promise\Promise deleteTrialComponentAsync(array $args = [])
208
 * @method \Aws\Result deleteUserProfile(array $args = [])
209
 * @method \GuzzleHttp\Promise\Promise deleteUserProfileAsync(array $args = [])
210
 * @method \Aws\Result deleteWorkforce(array $args = [])
211
 * @method \GuzzleHttp\Promise\Promise deleteWorkforceAsync(array $args = [])
212
 * @method \Aws\Result deleteWorkteam(array $args = [])
213
 * @method \GuzzleHttp\Promise\Promise deleteWorkteamAsync(array $args = [])
214
 * @method \Aws\Result deregisterDevices(array $args = [])
215
 * @method \GuzzleHttp\Promise\Promise deregisterDevicesAsync(array $args = [])
216
 * @method \Aws\Result describeAction(array $args = [])
217
 * @method \GuzzleHttp\Promise\Promise describeActionAsync(array $args = [])
218
 * @method \Aws\Result describeAlgorithm(array $args = [])
219
 * @method \GuzzleHttp\Promise\Promise describeAlgorithmAsync(array $args = [])
220
 * @method \Aws\Result describeApp(array $args = [])
221
 * @method \GuzzleHttp\Promise\Promise describeAppAsync(array $args = [])
222
 * @method \Aws\Result describeAppImageConfig(array $args = [])
223
 * @method \GuzzleHttp\Promise\Promise describeAppImageConfigAsync(array $args = [])
224
 * @method \Aws\Result describeArtifact(array $args = [])
225
 * @method \GuzzleHttp\Promise\Promise describeArtifactAsync(array $args = [])
226
 * @method \Aws\Result describeAutoMLJob(array $args = [])
227
 * @method \GuzzleHttp\Promise\Promise describeAutoMLJobAsync(array $args = [])
228
 * @method \Aws\Result describeAutoMLJobV2(array $args = [])
229
 * @method \GuzzleHttp\Promise\Promise describeAutoMLJobV2Async(array $args = [])
230
 * @method \Aws\Result describeCodeRepository(array $args = [])
231
 * @method \GuzzleHttp\Promise\Promise describeCodeRepositoryAsync(array $args = [])
232
 * @method \Aws\Result describeCompilationJob(array $args = [])
233
 * @method \GuzzleHttp\Promise\Promise describeCompilationJobAsync(array $args = [])
234
 * @method \Aws\Result describeContext(array $args = [])
235
 * @method \GuzzleHttp\Promise\Promise describeContextAsync(array $args = [])
236
 * @method \Aws\Result describeDataQualityJobDefinition(array $args = [])
237
 * @method \GuzzleHttp\Promise\Promise describeDataQualityJobDefinitionAsync(array $args = [])
238
 * @method \Aws\Result describeDevice(array $args = [])
239
 * @method \GuzzleHttp\Promise\Promise describeDeviceAsync(array $args = [])
240
 * @method \Aws\Result describeDeviceFleet(array $args = [])
241
 * @method \GuzzleHttp\Promise\Promise describeDeviceFleetAsync(array $args = [])
242
 * @method \Aws\Result describeDomain(array $args = [])
243
 * @method \GuzzleHttp\Promise\Promise describeDomainAsync(array $args = [])
244
 * @method \Aws\Result describeEdgeDeploymentPlan(array $args = [])
245
 * @method \GuzzleHttp\Promise\Promise describeEdgeDeploymentPlanAsync(array $args = [])
246
 * @method \Aws\Result describeEdgePackagingJob(array $args = [])
247
 * @method \GuzzleHttp\Promise\Promise describeEdgePackagingJobAsync(array $args = [])
248
 * @method \Aws\Result describeEndpoint(array $args = [])
249
 * @method \GuzzleHttp\Promise\Promise describeEndpointAsync(array $args = [])
250
 * @method \Aws\Result describeEndpointConfig(array $args = [])
251
 * @method \GuzzleHttp\Promise\Promise describeEndpointConfigAsync(array $args = [])
252
 * @method \Aws\Result describeExperiment(array $args = [])
253
 * @method \GuzzleHttp\Promise\Promise describeExperimentAsync(array $args = [])
254
 * @method \Aws\Result describeFeatureGroup(array $args = [])
255
 * @method \GuzzleHttp\Promise\Promise describeFeatureGroupAsync(array $args = [])
256
 * @method \Aws\Result describeFeatureMetadata(array $args = [])
257
 * @method \GuzzleHttp\Promise\Promise describeFeatureMetadataAsync(array $args = [])
258
 * @method \Aws\Result describeFlowDefinition(array $args = [])
259
 * @method \GuzzleHttp\Promise\Promise describeFlowDefinitionAsync(array $args = [])
260
 * @method \Aws\Result describeHub(array $args = [])
261
 * @method \GuzzleHttp\Promise\Promise describeHubAsync(array $args = [])
262
 * @method \Aws\Result describeHubContent(array $args = [])
263
 * @method \GuzzleHttp\Promise\Promise describeHubContentAsync(array $args = [])
264
 * @method \Aws\Result describeHumanTaskUi(array $args = [])
265
 * @method \GuzzleHttp\Promise\Promise describeHumanTaskUiAsync(array $args = [])
266
 * @method \Aws\Result describeHyperParameterTuningJob(array $args = [])
267
 * @method \GuzzleHttp\Promise\Promise describeHyperParameterTuningJobAsync(array $args = [])
268
 * @method \Aws\Result describeImage(array $args = [])
269
 * @method \GuzzleHttp\Promise\Promise describeImageAsync(array $args = [])
270
 * @method \Aws\Result describeImageVersion(array $args = [])
271
 * @method \GuzzleHttp\Promise\Promise describeImageVersionAsync(array $args = [])
272
 * @method \Aws\Result describeInferenceExperiment(array $args = [])
273
 * @method \GuzzleHttp\Promise\Promise describeInferenceExperimentAsync(array $args = [])
274
 * @method \Aws\Result describeInferenceRecommendationsJob(array $args = [])
275
 * @method \GuzzleHttp\Promise\Promise describeInferenceRecommendationsJobAsync(array $args = [])
276
 * @method \Aws\Result describeLabelingJob(array $args = [])
277
 * @method \GuzzleHttp\Promise\Promise describeLabelingJobAsync(array $args = [])
278
 * @method \Aws\Result describeLineageGroup(array $args = [])
279
 * @method \GuzzleHttp\Promise\Promise describeLineageGroupAsync(array $args = [])
280
 * @method \Aws\Result describeModel(array $args = [])
281
 * @method \GuzzleHttp\Promise\Promise describeModelAsync(array $args = [])
282
 * @method \Aws\Result describeModelBiasJobDefinition(array $args = [])
283
 * @method \GuzzleHttp\Promise\Promise describeModelBiasJobDefinitionAsync(array $args = [])
284
 * @method \Aws\Result describeModelCard(array $args = [])
285
 * @method \GuzzleHttp\Promise\Promise describeModelCardAsync(array $args = [])
286
 * @method \Aws\Result describeModelCardExportJob(array $args = [])
287
 * @method \GuzzleHttp\Promise\Promise describeModelCardExportJobAsync(array $args = [])
288
 * @method \Aws\Result describeModelExplainabilityJobDefinition(array $args = [])
289
 * @method \GuzzleHttp\Promise\Promise describeModelExplainabilityJobDefinitionAsync(array $args = [])
290
 * @method \Aws\Result describeModelPackage(array $args = [])
291
 * @method \GuzzleHttp\Promise\Promise describeModelPackageAsync(array $args = [])
292
 * @method \Aws\Result describeModelPackageGroup(array $args = [])
293
 * @method \GuzzleHttp\Promise\Promise describeModelPackageGroupAsync(array $args = [])
294
 * @method \Aws\Result describeModelQualityJobDefinition(array $args = [])
295
 * @method \GuzzleHttp\Promise\Promise describeModelQualityJobDefinitionAsync(array $args = [])
296
 * @method \Aws\Result describeMonitoringSchedule(array $args = [])
297
 * @method \GuzzleHttp\Promise\Promise describeMonitoringScheduleAsync(array $args = [])
298
 * @method \Aws\Result describeNotebookInstance(array $args = [])
299
 * @method \GuzzleHttp\Promise\Promise describeNotebookInstanceAsync(array $args = [])
300
 * @method \Aws\Result describeNotebookInstanceLifecycleConfig(array $args = [])
301
 * @method \GuzzleHttp\Promise\Promise describeNotebookInstanceLifecycleConfigAsync(array $args = [])
302
 * @method \Aws\Result describePipeline(array $args = [])
303
 * @method \GuzzleHttp\Promise\Promise describePipelineAsync(array $args = [])
304
 * @method \Aws\Result describePipelineDefinitionForExecution(array $args = [])
305
 * @method \GuzzleHttp\Promise\Promise describePipelineDefinitionForExecutionAsync(array $args = [])
306
 * @method \Aws\Result describePipelineExecution(array $args = [])
307
 * @method \GuzzleHttp\Promise\Promise describePipelineExecutionAsync(array $args = [])
308
 * @method \Aws\Result describeProcessingJob(array $args = [])
309
 * @method \GuzzleHttp\Promise\Promise describeProcessingJobAsync(array $args = [])
310
 * @method \Aws\Result describeProject(array $args = [])
311
 * @method \GuzzleHttp\Promise\Promise describeProjectAsync(array $args = [])
312
 * @method \Aws\Result describeSpace(array $args = [])
313
 * @method \GuzzleHttp\Promise\Promise describeSpaceAsync(array $args = [])
314
 * @method \Aws\Result describeStudioLifecycleConfig(array $args = [])
315
 * @method \GuzzleHttp\Promise\Promise describeStudioLifecycleConfigAsync(array $args = [])
316
 * @method \Aws\Result describeSubscribedWorkteam(array $args = [])
317
 * @method \GuzzleHttp\Promise\Promise describeSubscribedWorkteamAsync(array $args = [])
318
 * @method \Aws\Result describeTrainingJob(array $args = [])
319
 * @method \GuzzleHttp\Promise\Promise describeTrainingJobAsync(array $args = [])
320
 * @method \Aws\Result describeTransformJob(array $args = [])
321
 * @method \GuzzleHttp\Promise\Promise describeTransformJobAsync(array $args = [])
322
 * @method \Aws\Result describeTrial(array $args = [])
323
 * @method \GuzzleHttp\Promise\Promise describeTrialAsync(array $args = [])
324
 * @method \Aws\Result describeTrialComponent(array $args = [])
325
 * @method \GuzzleHttp\Promise\Promise describeTrialComponentAsync(array $args = [])
326
 * @method \Aws\Result describeUserProfile(array $args = [])
327
 * @method \GuzzleHttp\Promise\Promise describeUserProfileAsync(array $args = [])
328
 * @method \Aws\Result describeWorkforce(array $args = [])
329
 * @method \GuzzleHttp\Promise\Promise describeWorkforceAsync(array $args = [])
330
 * @method \Aws\Result describeWorkteam(array $args = [])
331
 * @method \GuzzleHttp\Promise\Promise describeWorkteamAsync(array $args = [])
332
 * @method \Aws\Result disableSagemakerServicecatalogPortfolio(array $args = [])
333
 * @method \GuzzleHttp\Promise\Promise disableSagemakerServicecatalogPortfolioAsync(array $args = [])
334
 * @method \Aws\Result disassociateTrialComponent(array $args = [])
335
 * @method \GuzzleHttp\Promise\Promise disassociateTrialComponentAsync(array $args = [])
336
 * @method \Aws\Result enableSagemakerServicecatalogPortfolio(array $args = [])
337
 * @method \GuzzleHttp\Promise\Promise enableSagemakerServicecatalogPortfolioAsync(array $args = [])
338
 * @method \Aws\Result getDeviceFleetReport(array $args = [])
339
 * @method \GuzzleHttp\Promise\Promise getDeviceFleetReportAsync(array $args = [])
340
 * @method \Aws\Result getLineageGroupPolicy(array $args = [])
341
 * @method \GuzzleHttp\Promise\Promise getLineageGroupPolicyAsync(array $args = [])
342
 * @method \Aws\Result getModelPackageGroupPolicy(array $args = [])
343
 * @method \GuzzleHttp\Promise\Promise getModelPackageGroupPolicyAsync(array $args = [])
344
 * @method \Aws\Result getSagemakerServicecatalogPortfolioStatus(array $args = [])
345
 * @method \GuzzleHttp\Promise\Promise getSagemakerServicecatalogPortfolioStatusAsync(array $args = [])
346
 * @method \Aws\Result getScalingConfigurationRecommendation(array $args = [])
347
 * @method \GuzzleHttp\Promise\Promise getScalingConfigurationRecommendationAsync(array $args = [])
348
 * @method \Aws\Result getSearchSuggestions(array $args = [])
349
 * @method \GuzzleHttp\Promise\Promise getSearchSuggestionsAsync(array $args = [])
350
 * @method \Aws\Result importHubContent(array $args = [])
351
 * @method \GuzzleHttp\Promise\Promise importHubContentAsync(array $args = [])
352
 * @method \Aws\Result listActions(array $args = [])
353
 * @method \GuzzleHttp\Promise\Promise listActionsAsync(array $args = [])
354
 * @method \Aws\Result listAlgorithms(array $args = [])
355
 * @method \GuzzleHttp\Promise\Promise listAlgorithmsAsync(array $args = [])
356
 * @method \Aws\Result listAliases(array $args = [])
357
 * @method \GuzzleHttp\Promise\Promise listAliasesAsync(array $args = [])
358
 * @method \Aws\Result listAppImageConfigs(array $args = [])
359
 * @method \GuzzleHttp\Promise\Promise listAppImageConfigsAsync(array $args = [])
360
 * @method \Aws\Result listApps(array $args = [])
361
 * @method \GuzzleHttp\Promise\Promise listAppsAsync(array $args = [])
362
 * @method \Aws\Result listArtifacts(array $args = [])
363
 * @method \GuzzleHttp\Promise\Promise listArtifactsAsync(array $args = [])
364
 * @method \Aws\Result listAssociations(array $args = [])
365
 * @method \GuzzleHttp\Promise\Promise listAssociationsAsync(array $args = [])
366
 * @method \Aws\Result listAutoMLJobs(array $args = [])
367
 * @method \GuzzleHttp\Promise\Promise listAutoMLJobsAsync(array $args = [])
368
 * @method \Aws\Result listCandidatesForAutoMLJob(array $args = [])
369
 * @method \GuzzleHttp\Promise\Promise listCandidatesForAutoMLJobAsync(array $args = [])
370
 * @method \Aws\Result listCodeRepositories(array $args = [])
371
 * @method \GuzzleHttp\Promise\Promise listCodeRepositoriesAsync(array $args = [])
372
 * @method \Aws\Result listCompilationJobs(array $args = [])
373
 * @method \GuzzleHttp\Promise\Promise listCompilationJobsAsync(array $args = [])
374
 * @method \Aws\Result listContexts(array $args = [])
375
 * @method \GuzzleHttp\Promise\Promise listContextsAsync(array $args = [])
376
 * @method \Aws\Result listDataQualityJobDefinitions(array $args = [])
377
 * @method \GuzzleHttp\Promise\Promise listDataQualityJobDefinitionsAsync(array $args = [])
378
 * @method \Aws\Result listDeviceFleets(array $args = [])
379
 * @method \GuzzleHttp\Promise\Promise listDeviceFleetsAsync(array $args = [])
380
 * @method \Aws\Result listDevices(array $args = [])
381
 * @method \GuzzleHttp\Promise\Promise listDevicesAsync(array $args = [])
382
 * @method \Aws\Result listDomains(array $args = [])
383
 * @method \GuzzleHttp\Promise\Promise listDomainsAsync(array $args = [])
384
 * @method \Aws\Result listEdgeDeploymentPlans(array $args = [])
385
 * @method \GuzzleHttp\Promise\Promise listEdgeDeploymentPlansAsync(array $args = [])
386
 * @method \Aws\Result listEdgePackagingJobs(array $args = [])
387
 * @method \GuzzleHttp\Promise\Promise listEdgePackagingJobsAsync(array $args = [])
388
 * @method \Aws\Result listEndpointConfigs(array $args = [])
389
 * @method \GuzzleHttp\Promise\Promise listEndpointConfigsAsync(array $args = [])
390
 * @method \Aws\Result listEndpoints(array $args = [])
391
 * @method \GuzzleHttp\Promise\Promise listEndpointsAsync(array $args = [])
392
 * @method \Aws\Result listExperiments(array $args = [])
393
 * @method \GuzzleHttp\Promise\Promise listExperimentsAsync(array $args = [])
394
 * @method \Aws\Result listFeatureGroups(array $args = [])
395
 * @method \GuzzleHttp\Promise\Promise listFeatureGroupsAsync(array $args = [])
396
 * @method \Aws\Result listFlowDefinitions(array $args = [])
397
 * @method \GuzzleHttp\Promise\Promise listFlowDefinitionsAsync(array $args = [])
398
 * @method \Aws\Result listHubContentVersions(array $args = [])
399
 * @method \GuzzleHttp\Promise\Promise listHubContentVersionsAsync(array $args = [])
400
 * @method \Aws\Result listHubContents(array $args = [])
401
 * @method \GuzzleHttp\Promise\Promise listHubContentsAsync(array $args = [])
402
 * @method \Aws\Result listHubs(array $args = [])
403
 * @method \GuzzleHttp\Promise\Promise listHubsAsync(array $args = [])
404
 * @method \Aws\Result listHumanTaskUis(array $args = [])
405
 * @method \GuzzleHttp\Promise\Promise listHumanTaskUisAsync(array $args = [])
406
 * @method \Aws\Result listHyperParameterTuningJobs(array $args = [])
407
 * @method \GuzzleHttp\Promise\Promise listHyperParameterTuningJobsAsync(array $args = [])
408
 * @method \Aws\Result listImageVersions(array $args = [])
409
 * @method \GuzzleHttp\Promise\Promise listImageVersionsAsync(array $args = [])
410
 * @method \Aws\Result listImages(array $args = [])
411
 * @method \GuzzleHttp\Promise\Promise listImagesAsync(array $args = [])
412
 * @method \Aws\Result listInferenceExperiments(array $args = [])
413
 * @method \GuzzleHttp\Promise\Promise listInferenceExperimentsAsync(array $args = [])
414
 * @method \Aws\Result listInferenceRecommendationsJobSteps(array $args = [])
415
 * @method \GuzzleHttp\Promise\Promise listInferenceRecommendationsJobStepsAsync(array $args = [])
416
 * @method \Aws\Result listInferenceRecommendationsJobs(array $args = [])
417
 * @method \GuzzleHttp\Promise\Promise listInferenceRecommendationsJobsAsync(array $args = [])
418
 * @method \Aws\Result listLabelingJobs(array $args = [])
419
 * @method \GuzzleHttp\Promise\Promise listLabelingJobsAsync(array $args = [])
420
 * @method \Aws\Result listLabelingJobsForWorkteam(array $args = [])
421
 * @method \GuzzleHttp\Promise\Promise listLabelingJobsForWorkteamAsync(array $args = [])
422
 * @method \Aws\Result listLineageGroups(array $args = [])
423
 * @method \GuzzleHttp\Promise\Promise listLineageGroupsAsync(array $args = [])
424
 * @method \Aws\Result listModelBiasJobDefinitions(array $args = [])
425
 * @method \GuzzleHttp\Promise\Promise listModelBiasJobDefinitionsAsync(array $args = [])
426
 * @method \Aws\Result listModelCardExportJobs(array $args = [])
427
 * @method \GuzzleHttp\Promise\Promise listModelCardExportJobsAsync(array $args = [])
428
 * @method \Aws\Result listModelCardVersions(array $args = [])
429
 * @method \GuzzleHttp\Promise\Promise listModelCardVersionsAsync(array $args = [])
430
 * @method \Aws\Result listModelCards(array $args = [])
431
 * @method \GuzzleHttp\Promise\Promise listModelCardsAsync(array $args = [])
432
 * @method \Aws\Result listModelExplainabilityJobDefinitions(array $args = [])
433
 * @method \GuzzleHttp\Promise\Promise listModelExplainabilityJobDefinitionsAsync(array $args = [])
434
 * @method \Aws\Result listModelMetadata(array $args = [])
435
 * @method \GuzzleHttp\Promise\Promise listModelMetadataAsync(array $args = [])
436
 * @method \Aws\Result listModelPackageGroups(array $args = [])
437
 * @method \GuzzleHttp\Promise\Promise listModelPackageGroupsAsync(array $args = [])
438
 * @method \Aws\Result listModelPackages(array $args = [])
439
 * @method \GuzzleHttp\Promise\Promise listModelPackagesAsync(array $args = [])
440
 * @method \Aws\Result listModelQualityJobDefinitions(array $args = [])
441
 * @method \GuzzleHttp\Promise\Promise listModelQualityJobDefinitionsAsync(array $args = [])
442
 * @method \Aws\Result listModels(array $args = [])
443
 * @method \GuzzleHttp\Promise\Promise listModelsAsync(array $args = [])
444
 * @method \Aws\Result listMonitoringAlertHistory(array $args = [])
445
 * @method \GuzzleHttp\Promise\Promise listMonitoringAlertHistoryAsync(array $args = [])
446
 * @method \Aws\Result listMonitoringAlerts(array $args = [])
447
 * @method \GuzzleHttp\Promise\Promise listMonitoringAlertsAsync(array $args = [])
448
 * @method \Aws\Result listMonitoringExecutions(array $args = [])
449
 * @method \GuzzleHttp\Promise\Promise listMonitoringExecutionsAsync(array $args = [])
450
 * @method \Aws\Result listMonitoringSchedules(array $args = [])
451
 * @method \GuzzleHttp\Promise\Promise listMonitoringSchedulesAsync(array $args = [])
452
 * @method \Aws\Result listNotebookInstanceLifecycleConfigs(array $args = [])
453
 * @method \GuzzleHttp\Promise\Promise listNotebookInstanceLifecycleConfigsAsync(array $args = [])
454
 * @method \Aws\Result listNotebookInstances(array $args = [])
455
 * @method \GuzzleHttp\Promise\Promise listNotebookInstancesAsync(array $args = [])
456
 * @method \Aws\Result listPipelineExecutionSteps(array $args = [])
457
 * @method \GuzzleHttp\Promise\Promise listPipelineExecutionStepsAsync(array $args = [])
458
 * @method \Aws\Result listPipelineExecutions(array $args = [])
459
 * @method \GuzzleHttp\Promise\Promise listPipelineExecutionsAsync(array $args = [])
460
 * @method \Aws\Result listPipelineParametersForExecution(array $args = [])
461
 * @method \GuzzleHttp\Promise\Promise listPipelineParametersForExecutionAsync(array $args = [])
462
 * @method \Aws\Result listPipelines(array $args = [])
463
 * @method \GuzzleHttp\Promise\Promise listPipelinesAsync(array $args = [])
464
 * @method \Aws\Result listProcessingJobs(array $args = [])
465
 * @method \GuzzleHttp\Promise\Promise listProcessingJobsAsync(array $args = [])
466
 * @method \Aws\Result listProjects(array $args = [])
467
 * @method \GuzzleHttp\Promise\Promise listProjectsAsync(array $args = [])
468
 * @method \Aws\Result listResourceCatalogs(array $args = [])
469
 * @method \GuzzleHttp\Promise\Promise listResourceCatalogsAsync(array $args = [])
470
 * @method \Aws\Result listSpaces(array $args = [])
471
 * @method \GuzzleHttp\Promise\Promise listSpacesAsync(array $args = [])
472
 * @method \Aws\Result listStageDevices(array $args = [])
473
 * @method \GuzzleHttp\Promise\Promise listStageDevicesAsync(array $args = [])
474
 * @method \Aws\Result listStudioLifecycleConfigs(array $args = [])
475
 * @method \GuzzleHttp\Promise\Promise listStudioLifecycleConfigsAsync(array $args = [])
476
 * @method \Aws\Result listSubscribedWorkteams(array $args = [])
477
 * @method \GuzzleHttp\Promise\Promise listSubscribedWorkteamsAsync(array $args = [])
478
 * @method \Aws\Result listTags(array $args = [])
479
 * @method \GuzzleHttp\Promise\Promise listTagsAsync(array $args = [])
480
 * @method \Aws\Result listTrainingJobs(array $args = [])
481
 * @method \GuzzleHttp\Promise\Promise listTrainingJobsAsync(array $args = [])
482
 * @method \Aws\Result listTrainingJobsForHyperParameterTuningJob(array $args = [])
483
 * @method \GuzzleHttp\Promise\Promise listTrainingJobsForHyperParameterTuningJobAsync(array $args = [])
484
 * @method \Aws\Result listTransformJobs(array $args = [])
485
 * @method \GuzzleHttp\Promise\Promise listTransformJobsAsync(array $args = [])
486
 * @method \Aws\Result listTrialComponents(array $args = [])
487
 * @method \GuzzleHttp\Promise\Promise listTrialComponentsAsync(array $args = [])
488
 * @method \Aws\Result listTrials(array $args = [])
489
 * @method \GuzzleHttp\Promise\Promise listTrialsAsync(array $args = [])
490
 * @method \Aws\Result listUserProfiles(array $args = [])
491
 * @method \GuzzleHttp\Promise\Promise listUserProfilesAsync(array $args = [])
492
 * @method \Aws\Result listWorkforces(array $args = [])
493
 * @method \GuzzleHttp\Promise\Promise listWorkforcesAsync(array $args = [])
494
 * @method \Aws\Result listWorkteams(array $args = [])
495
 * @method \GuzzleHttp\Promise\Promise listWorkteamsAsync(array $args = [])
496
 * @method \Aws\Result putModelPackageGroupPolicy(array $args = [])
497
 * @method \GuzzleHttp\Promise\Promise putModelPackageGroupPolicyAsync(array $args = [])
498
 * @method \Aws\Result queryLineage(array $args = [])
499
 * @method \GuzzleHttp\Promise\Promise queryLineageAsync(array $args = [])
500
 * @method \Aws\Result registerDevices(array $args = [])
501
 * @method \GuzzleHttp\Promise\Promise registerDevicesAsync(array $args = [])
502
 * @method \Aws\Result renderUiTemplate(array $args = [])
503
 * @method \GuzzleHttp\Promise\Promise renderUiTemplateAsync(array $args = [])
504
 * @method \Aws\Result retryPipelineExecution(array $args = [])
505
 * @method \GuzzleHttp\Promise\Promise retryPipelineExecutionAsync(array $args = [])
506
 * @method \Aws\Result search(array $args = [])
507
 * @method \GuzzleHttp\Promise\Promise searchAsync(array $args = [])
508
 * @method \Aws\Result sendPipelineExecutionStepFailure(array $args = [])
509
 * @method \GuzzleHttp\Promise\Promise sendPipelineExecutionStepFailureAsync(array $args = [])
510
 * @method \Aws\Result sendPipelineExecutionStepSuccess(array $args = [])
511
 * @method \GuzzleHttp\Promise\Promise sendPipelineExecutionStepSuccessAsync(array $args = [])
512
 * @method \Aws\Result startEdgeDeploymentStage(array $args = [])
513
 * @method \GuzzleHttp\Promise\Promise startEdgeDeploymentStageAsync(array $args = [])
514
 * @method \Aws\Result startInferenceExperiment(array $args = [])
515
 * @method \GuzzleHttp\Promise\Promise startInferenceExperimentAsync(array $args = [])
516
 * @method \Aws\Result startMonitoringSchedule(array $args = [])
517
 * @method \GuzzleHttp\Promise\Promise startMonitoringScheduleAsync(array $args = [])
518
 * @method \Aws\Result startNotebookInstance(array $args = [])
519
 * @method \GuzzleHttp\Promise\Promise startNotebookInstanceAsync(array $args = [])
520
 * @method \Aws\Result startPipelineExecution(array $args = [])
521
 * @method \GuzzleHttp\Promise\Promise startPipelineExecutionAsync(array $args = [])
522
 * @method \Aws\Result stopAutoMLJob(array $args = [])
523
 * @method \GuzzleHttp\Promise\Promise stopAutoMLJobAsync(array $args = [])
524
 * @method \Aws\Result stopCompilationJob(array $args = [])
525
 * @method \GuzzleHttp\Promise\Promise stopCompilationJobAsync(array $args = [])
526
 * @method \Aws\Result stopEdgeDeploymentStage(array $args = [])
527
 * @method \GuzzleHttp\Promise\Promise stopEdgeDeploymentStageAsync(array $args = [])
528
 * @method \Aws\Result stopEdgePackagingJob(array $args = [])
529
 * @method \GuzzleHttp\Promise\Promise stopEdgePackagingJobAsync(array $args = [])
530
 * @method \Aws\Result stopHyperParameterTuningJob(array $args = [])
531
 * @method \GuzzleHttp\Promise\Promise stopHyperParameterTuningJobAsync(array $args = [])
532
 * @method \Aws\Result stopInferenceExperiment(array $args = [])
533
 * @method \GuzzleHttp\Promise\Promise stopInferenceExperimentAsync(array $args = [])
534
 * @method \Aws\Result stopInferenceRecommendationsJob(array $args = [])
535
 * @method \GuzzleHttp\Promise\Promise stopInferenceRecommendationsJobAsync(array $args = [])
536
 * @method \Aws\Result stopLabelingJob(array $args = [])
537
 * @method \GuzzleHttp\Promise\Promise stopLabelingJobAsync(array $args = [])
538
 * @method \Aws\Result stopMonitoringSchedule(array $args = [])
539
 * @method \GuzzleHttp\Promise\Promise stopMonitoringScheduleAsync(array $args = [])
540
 * @method \Aws\Result stopNotebookInstance(array $args = [])
541
 * @method \GuzzleHttp\Promise\Promise stopNotebookInstanceAsync(array $args = [])
542
 * @method \Aws\Result stopPipelineExecution(array $args = [])
543
 * @method \GuzzleHttp\Promise\Promise stopPipelineExecutionAsync(array $args = [])
544
 * @method \Aws\Result stopProcessingJob(array $args = [])
545
 * @method \GuzzleHttp\Promise\Promise stopProcessingJobAsync(array $args = [])
546
 * @method \Aws\Result stopTrainingJob(array $args = [])
547
 * @method \GuzzleHttp\Promise\Promise stopTrainingJobAsync(array $args = [])
548
 * @method \Aws\Result stopTransformJob(array $args = [])
549
 * @method \GuzzleHttp\Promise\Promise stopTransformJobAsync(array $args = [])
550
 * @method \Aws\Result updateAction(array $args = [])
551
 * @method \GuzzleHttp\Promise\Promise updateActionAsync(array $args = [])
552
 * @method \Aws\Result updateAppImageConfig(array $args = [])
553
 * @method \GuzzleHttp\Promise\Promise updateAppImageConfigAsync(array $args = [])
554
 * @method \Aws\Result updateArtifact(array $args = [])
555
 * @method \GuzzleHttp\Promise\Promise updateArtifactAsync(array $args = [])
556
 * @method \Aws\Result updateCodeRepository(array $args = [])
557
 * @method \GuzzleHttp\Promise\Promise updateCodeRepositoryAsync(array $args = [])
558
 * @method \Aws\Result updateContext(array $args = [])
559
 * @method \GuzzleHttp\Promise\Promise updateContextAsync(array $args = [])
560
 * @method \Aws\Result updateDeviceFleet(array $args = [])
561
 * @method \GuzzleHttp\Promise\Promise updateDeviceFleetAsync(array $args = [])
562
 * @method \Aws\Result updateDevices(array $args = [])
563
 * @method \GuzzleHttp\Promise\Promise updateDevicesAsync(array $args = [])
564
 * @method \Aws\Result updateDomain(array $args = [])
565
 * @method \GuzzleHttp\Promise\Promise updateDomainAsync(array $args = [])
566
 * @method \Aws\Result updateEndpoint(array $args = [])
567
 * @method \GuzzleHttp\Promise\Promise updateEndpointAsync(array $args = [])
568
 * @method \Aws\Result updateEndpointWeightsAndCapacities(array $args = [])
569
 * @method \GuzzleHttp\Promise\Promise updateEndpointWeightsAndCapacitiesAsync(array $args = [])
570
 * @method \Aws\Result updateExperiment(array $args = [])
571
 * @method \GuzzleHttp\Promise\Promise updateExperimentAsync(array $args = [])
572
 * @method \Aws\Result updateFeatureGroup(array $args = [])
573
 * @method \GuzzleHttp\Promise\Promise updateFeatureGroupAsync(array $args = [])
574
 * @method \Aws\Result updateFeatureMetadata(array $args = [])
575
 * @method \GuzzleHttp\Promise\Promise updateFeatureMetadataAsync(array $args = [])
576
 * @method \Aws\Result updateHub(array $args = [])
577
 * @method \GuzzleHttp\Promise\Promise updateHubAsync(array $args = [])
578
 * @method \Aws\Result updateImage(array $args = [])
579
 * @method \GuzzleHttp\Promise\Promise updateImageAsync(array $args = [])
580
 * @method \Aws\Result updateImageVersion(array $args = [])
581
 * @method \GuzzleHttp\Promise\Promise updateImageVersionAsync(array $args = [])
582
 * @method \Aws\Result updateInferenceExperiment(array $args = [])
583
 * @method \GuzzleHttp\Promise\Promise updateInferenceExperimentAsync(array $args = [])
584
 * @method \Aws\Result updateModelCard(array $args = [])
585
 * @method \GuzzleHttp\Promise\Promise updateModelCardAsync(array $args = [])
586
 * @method \Aws\Result updateModelPackage(array $args = [])
587
 * @method \GuzzleHttp\Promise\Promise updateModelPackageAsync(array $args = [])
588
 * @method \Aws\Result updateMonitoringAlert(array $args = [])
589
 * @method \GuzzleHttp\Promise\Promise updateMonitoringAlertAsync(array $args = [])
590
 * @method \Aws\Result updateMonitoringSchedule(array $args = [])
591
 * @method \GuzzleHttp\Promise\Promise updateMonitoringScheduleAsync(array $args = [])
592
 * @method \Aws\Result updateNotebookInstance(array $args = [])
593
 * @method \GuzzleHttp\Promise\Promise updateNotebookInstanceAsync(array $args = [])
594
 * @method \Aws\Result updateNotebookInstanceLifecycleConfig(array $args = [])
595
 * @method \GuzzleHttp\Promise\Promise updateNotebookInstanceLifecycleConfigAsync(array $args = [])
596
 * @method \Aws\Result updatePipeline(array $args = [])
597
 * @method \GuzzleHttp\Promise\Promise updatePipelineAsync(array $args = [])
598
 * @method \Aws\Result updatePipelineExecution(array $args = [])
599
 * @method \GuzzleHttp\Promise\Promise updatePipelineExecutionAsync(array $args = [])
600
 * @method \Aws\Result updateProject(array $args = [])
601
 * @method \GuzzleHttp\Promise\Promise updateProjectAsync(array $args = [])
602
 * @method \Aws\Result updateSpace(array $args = [])
603
 * @method \GuzzleHttp\Promise\Promise updateSpaceAsync(array $args = [])
604
 * @method \Aws\Result updateTrainingJob(array $args = [])
605
 * @method \GuzzleHttp\Promise\Promise updateTrainingJobAsync(array $args = [])
606
 * @method \Aws\Result updateTrial(array $args = [])
607
 * @method \GuzzleHttp\Promise\Promise updateTrialAsync(array $args = [])
608
 * @method \Aws\Result updateTrialComponent(array $args = [])
609
 * @method \GuzzleHttp\Promise\Promise updateTrialComponentAsync(array $args = [])
610
 * @method \Aws\Result updateUserProfile(array $args = [])
611
 * @method \GuzzleHttp\Promise\Promise updateUserProfileAsync(array $args = [])
612
 * @method \Aws\Result updateWorkforce(array $args = [])
613
 * @method \GuzzleHttp\Promise\Promise updateWorkforceAsync(array $args = [])
614
 * @method \Aws\Result updateWorkteam(array $args = [])
615
 * @method \GuzzleHttp\Promise\Promise updateWorkteamAsync(array $args = [])
616
 */
617
class SageMakerClient extends AwsClient {}