SageMakerClient.php 48 KB

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