@aws-sdk/client-sagemaker 3.956.0 → 3.958.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -384
- package/dist-cjs/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-cjs/index.js +7385 -10213
- package/dist-cjs/runtimeConfig.browser.js +1 -2
- package/dist-cjs/runtimeConfig.js +2 -4
- package/dist-es/auth/httpAuthSchemeProvider.js +3 -4
- package/dist-es/pagination/index.js +9 -9
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +4 -6
- package/dist-es/schemas/schemas_0.js +7380 -10206
- package/dist-es/waiters/waitForEndpointDeleted.js +1 -1
- package/dist-es/waiters/waitForEndpointInService.js +2 -2
- package/dist-es/waiters/waitForImageCreated.js +2 -2
- package/dist-es/waiters/waitForImageDeleted.js +1 -1
- package/dist-es/waiters/waitForImageUpdated.js +2 -2
- package/dist-es/waiters/waitForImageVersionCreated.js +2 -2
- package/dist-es/waiters/waitForImageVersionDeleted.js +1 -1
- package/dist-es/waiters/waitForNotebookInstanceDeleted.js +1 -1
- package/dist-es/waiters/waitForNotebookInstanceInService.js +2 -2
- package/dist-es/waiters/waitForNotebookInstanceStopped.js +2 -2
- package/dist-es/waiters/waitForProcessingJobCompletedOrStopped.js +3 -3
- package/dist-es/waiters/waitForTrainingJobCompletedOrStopped.js +3 -3
- package/dist-es/waiters/waitForTransformJobCompletedOrStopped.js +3 -3
- package/dist-types/pagination/index.d.ts +9 -9
- package/dist-types/ts3.4/pagination/index.d.ts +9 -9
- package/package.json +15 -13
package/README.md
CHANGED
|
@@ -9,10 +9,8 @@ AWS SDK for JavaScript SageMaker Client for Node.js, Browser and React Native.
|
|
|
9
9
|
<p>Provides APIs for creating and managing SageMaker resources. </p> <p>Other Resources:</p> <ul> <li> <p> <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/whatis.html#first-time-user">SageMaker Developer Guide</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/augmented-ai/2019-11-07/APIReference/Welcome.html">Amazon Augmented AI Runtime API Reference</a> </p> </li> </ul>
|
|
10
10
|
|
|
11
11
|
## Installing
|
|
12
|
-
|
|
13
12
|
To install this package, simply type add or install @aws-sdk/client-sagemaker
|
|
14
13
|
using your favorite package manager:
|
|
15
|
-
|
|
16
14
|
- `npm install @aws-sdk/client-sagemaker`
|
|
17
15
|
- `yarn add @aws-sdk/client-sagemaker`
|
|
18
16
|
- `pnpm add @aws-sdk/client-sagemaker`
|
|
@@ -48,9 +46,7 @@ To send a request, you:
|
|
|
48
46
|
// a client can be shared by different commands.
|
|
49
47
|
const client = new SageMakerClient({ region: "REGION" });
|
|
50
48
|
|
|
51
|
-
const params = {
|
|
52
|
-
/** input parameters */
|
|
53
|
-
};
|
|
49
|
+
const params = { /** input parameters */ };
|
|
54
50
|
const command = new ListActionsCommand(params);
|
|
55
51
|
```
|
|
56
52
|
|
|
@@ -209,7 +205,6 @@ AddAssociation
|
|
|
209
205
|
</summary>
|
|
210
206
|
|
|
211
207
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/AddAssociationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/AddAssociationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/AddAssociationCommandOutput/)
|
|
212
|
-
|
|
213
208
|
</details>
|
|
214
209
|
<details>
|
|
215
210
|
<summary>
|
|
@@ -217,7 +212,6 @@ AddTags
|
|
|
217
212
|
</summary>
|
|
218
213
|
|
|
219
214
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/AddTagsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/AddTagsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/AddTagsCommandOutput/)
|
|
220
|
-
|
|
221
215
|
</details>
|
|
222
216
|
<details>
|
|
223
217
|
<summary>
|
|
@@ -225,7 +219,6 @@ AssociateTrialComponent
|
|
|
225
219
|
</summary>
|
|
226
220
|
|
|
227
221
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/AssociateTrialComponentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/AssociateTrialComponentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/AssociateTrialComponentCommandOutput/)
|
|
228
|
-
|
|
229
222
|
</details>
|
|
230
223
|
<details>
|
|
231
224
|
<summary>
|
|
@@ -233,7 +226,6 @@ AttachClusterNodeVolume
|
|
|
233
226
|
</summary>
|
|
234
227
|
|
|
235
228
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/AttachClusterNodeVolumeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/AttachClusterNodeVolumeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/AttachClusterNodeVolumeCommandOutput/)
|
|
236
|
-
|
|
237
229
|
</details>
|
|
238
230
|
<details>
|
|
239
231
|
<summary>
|
|
@@ -241,7 +233,6 @@ BatchAddClusterNodes
|
|
|
241
233
|
</summary>
|
|
242
234
|
|
|
243
235
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/BatchAddClusterNodesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/BatchAddClusterNodesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/BatchAddClusterNodesCommandOutput/)
|
|
244
|
-
|
|
245
236
|
</details>
|
|
246
237
|
<details>
|
|
247
238
|
<summary>
|
|
@@ -249,7 +240,6 @@ BatchDeleteClusterNodes
|
|
|
249
240
|
</summary>
|
|
250
241
|
|
|
251
242
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/BatchDeleteClusterNodesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/BatchDeleteClusterNodesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/BatchDeleteClusterNodesCommandOutput/)
|
|
252
|
-
|
|
253
243
|
</details>
|
|
254
244
|
<details>
|
|
255
245
|
<summary>
|
|
@@ -257,7 +247,6 @@ BatchDescribeModelPackage
|
|
|
257
247
|
</summary>
|
|
258
248
|
|
|
259
249
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/BatchDescribeModelPackageCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/BatchDescribeModelPackageCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/BatchDescribeModelPackageCommandOutput/)
|
|
260
|
-
|
|
261
250
|
</details>
|
|
262
251
|
<details>
|
|
263
252
|
<summary>
|
|
@@ -265,7 +254,6 @@ BatchRebootClusterNodes
|
|
|
265
254
|
</summary>
|
|
266
255
|
|
|
267
256
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/BatchRebootClusterNodesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/BatchRebootClusterNodesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/BatchRebootClusterNodesCommandOutput/)
|
|
268
|
-
|
|
269
257
|
</details>
|
|
270
258
|
<details>
|
|
271
259
|
<summary>
|
|
@@ -273,7 +261,6 @@ BatchReplaceClusterNodes
|
|
|
273
261
|
</summary>
|
|
274
262
|
|
|
275
263
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/BatchReplaceClusterNodesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/BatchReplaceClusterNodesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/BatchReplaceClusterNodesCommandOutput/)
|
|
276
|
-
|
|
277
264
|
</details>
|
|
278
265
|
<details>
|
|
279
266
|
<summary>
|
|
@@ -281,7 +268,6 @@ CreateAction
|
|
|
281
268
|
</summary>
|
|
282
269
|
|
|
283
270
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreateActionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateActionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateActionCommandOutput/)
|
|
284
|
-
|
|
285
271
|
</details>
|
|
286
272
|
<details>
|
|
287
273
|
<summary>
|
|
@@ -289,7 +275,6 @@ CreateAlgorithm
|
|
|
289
275
|
</summary>
|
|
290
276
|
|
|
291
277
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreateAlgorithmCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateAlgorithmCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateAlgorithmCommandOutput/)
|
|
292
|
-
|
|
293
278
|
</details>
|
|
294
279
|
<details>
|
|
295
280
|
<summary>
|
|
@@ -297,7 +282,6 @@ CreateApp
|
|
|
297
282
|
</summary>
|
|
298
283
|
|
|
299
284
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreateAppCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateAppCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateAppCommandOutput/)
|
|
300
|
-
|
|
301
285
|
</details>
|
|
302
286
|
<details>
|
|
303
287
|
<summary>
|
|
@@ -305,7 +289,6 @@ CreateAppImageConfig
|
|
|
305
289
|
</summary>
|
|
306
290
|
|
|
307
291
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreateAppImageConfigCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateAppImageConfigCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateAppImageConfigCommandOutput/)
|
|
308
|
-
|
|
309
292
|
</details>
|
|
310
293
|
<details>
|
|
311
294
|
<summary>
|
|
@@ -313,7 +296,6 @@ CreateArtifact
|
|
|
313
296
|
</summary>
|
|
314
297
|
|
|
315
298
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreateArtifactCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateArtifactCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateArtifactCommandOutput/)
|
|
316
|
-
|
|
317
299
|
</details>
|
|
318
300
|
<details>
|
|
319
301
|
<summary>
|
|
@@ -321,7 +303,6 @@ CreateAutoMLJob
|
|
|
321
303
|
</summary>
|
|
322
304
|
|
|
323
305
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreateAutoMLJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateAutoMLJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateAutoMLJobCommandOutput/)
|
|
324
|
-
|
|
325
306
|
</details>
|
|
326
307
|
<details>
|
|
327
308
|
<summary>
|
|
@@ -329,7 +310,6 @@ CreateAutoMLJobV2
|
|
|
329
310
|
</summary>
|
|
330
311
|
|
|
331
312
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreateAutoMLJobV2Command/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateAutoMLJobV2CommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateAutoMLJobV2CommandOutput/)
|
|
332
|
-
|
|
333
313
|
</details>
|
|
334
314
|
<details>
|
|
335
315
|
<summary>
|
|
@@ -337,7 +317,6 @@ CreateCluster
|
|
|
337
317
|
</summary>
|
|
338
318
|
|
|
339
319
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreateClusterCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateClusterCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateClusterCommandOutput/)
|
|
340
|
-
|
|
341
320
|
</details>
|
|
342
321
|
<details>
|
|
343
322
|
<summary>
|
|
@@ -345,7 +324,6 @@ CreateClusterSchedulerConfig
|
|
|
345
324
|
</summary>
|
|
346
325
|
|
|
347
326
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreateClusterSchedulerConfigCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateClusterSchedulerConfigCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateClusterSchedulerConfigCommandOutput/)
|
|
348
|
-
|
|
349
327
|
</details>
|
|
350
328
|
<details>
|
|
351
329
|
<summary>
|
|
@@ -353,7 +331,6 @@ CreateCodeRepository
|
|
|
353
331
|
</summary>
|
|
354
332
|
|
|
355
333
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreateCodeRepositoryCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateCodeRepositoryCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateCodeRepositoryCommandOutput/)
|
|
356
|
-
|
|
357
334
|
</details>
|
|
358
335
|
<details>
|
|
359
336
|
<summary>
|
|
@@ -361,7 +338,6 @@ CreateCompilationJob
|
|
|
361
338
|
</summary>
|
|
362
339
|
|
|
363
340
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreateCompilationJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateCompilationJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateCompilationJobCommandOutput/)
|
|
364
|
-
|
|
365
341
|
</details>
|
|
366
342
|
<details>
|
|
367
343
|
<summary>
|
|
@@ -369,7 +345,6 @@ CreateComputeQuota
|
|
|
369
345
|
</summary>
|
|
370
346
|
|
|
371
347
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreateComputeQuotaCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateComputeQuotaCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateComputeQuotaCommandOutput/)
|
|
372
|
-
|
|
373
348
|
</details>
|
|
374
349
|
<details>
|
|
375
350
|
<summary>
|
|
@@ -377,7 +352,6 @@ CreateContext
|
|
|
377
352
|
</summary>
|
|
378
353
|
|
|
379
354
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreateContextCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateContextCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateContextCommandOutput/)
|
|
380
|
-
|
|
381
355
|
</details>
|
|
382
356
|
<details>
|
|
383
357
|
<summary>
|
|
@@ -385,7 +359,6 @@ CreateDataQualityJobDefinition
|
|
|
385
359
|
</summary>
|
|
386
360
|
|
|
387
361
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreateDataQualityJobDefinitionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateDataQualityJobDefinitionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateDataQualityJobDefinitionCommandOutput/)
|
|
388
|
-
|
|
389
362
|
</details>
|
|
390
363
|
<details>
|
|
391
364
|
<summary>
|
|
@@ -393,7 +366,6 @@ CreateDeviceFleet
|
|
|
393
366
|
</summary>
|
|
394
367
|
|
|
395
368
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreateDeviceFleetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateDeviceFleetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateDeviceFleetCommandOutput/)
|
|
396
|
-
|
|
397
369
|
</details>
|
|
398
370
|
<details>
|
|
399
371
|
<summary>
|
|
@@ -401,7 +373,6 @@ CreateDomain
|
|
|
401
373
|
</summary>
|
|
402
374
|
|
|
403
375
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreateDomainCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateDomainCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateDomainCommandOutput/)
|
|
404
|
-
|
|
405
376
|
</details>
|
|
406
377
|
<details>
|
|
407
378
|
<summary>
|
|
@@ -409,7 +380,6 @@ CreateEdgeDeploymentPlan
|
|
|
409
380
|
</summary>
|
|
410
381
|
|
|
411
382
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreateEdgeDeploymentPlanCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateEdgeDeploymentPlanCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateEdgeDeploymentPlanCommandOutput/)
|
|
412
|
-
|
|
413
383
|
</details>
|
|
414
384
|
<details>
|
|
415
385
|
<summary>
|
|
@@ -417,7 +387,6 @@ CreateEdgeDeploymentStage
|
|
|
417
387
|
</summary>
|
|
418
388
|
|
|
419
389
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreateEdgeDeploymentStageCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateEdgeDeploymentStageCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateEdgeDeploymentStageCommandOutput/)
|
|
420
|
-
|
|
421
390
|
</details>
|
|
422
391
|
<details>
|
|
423
392
|
<summary>
|
|
@@ -425,7 +394,6 @@ CreateEdgePackagingJob
|
|
|
425
394
|
</summary>
|
|
426
395
|
|
|
427
396
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreateEdgePackagingJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateEdgePackagingJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateEdgePackagingJobCommandOutput/)
|
|
428
|
-
|
|
429
397
|
</details>
|
|
430
398
|
<details>
|
|
431
399
|
<summary>
|
|
@@ -433,7 +401,6 @@ CreateEndpoint
|
|
|
433
401
|
</summary>
|
|
434
402
|
|
|
435
403
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreateEndpointCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateEndpointCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateEndpointCommandOutput/)
|
|
436
|
-
|
|
437
404
|
</details>
|
|
438
405
|
<details>
|
|
439
406
|
<summary>
|
|
@@ -441,7 +408,6 @@ CreateEndpointConfig
|
|
|
441
408
|
</summary>
|
|
442
409
|
|
|
443
410
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreateEndpointConfigCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateEndpointConfigCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateEndpointConfigCommandOutput/)
|
|
444
|
-
|
|
445
411
|
</details>
|
|
446
412
|
<details>
|
|
447
413
|
<summary>
|
|
@@ -449,7 +415,6 @@ CreateExperiment
|
|
|
449
415
|
</summary>
|
|
450
416
|
|
|
451
417
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreateExperimentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateExperimentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateExperimentCommandOutput/)
|
|
452
|
-
|
|
453
418
|
</details>
|
|
454
419
|
<details>
|
|
455
420
|
<summary>
|
|
@@ -457,7 +422,6 @@ CreateFeatureGroup
|
|
|
457
422
|
</summary>
|
|
458
423
|
|
|
459
424
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreateFeatureGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateFeatureGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateFeatureGroupCommandOutput/)
|
|
460
|
-
|
|
461
425
|
</details>
|
|
462
426
|
<details>
|
|
463
427
|
<summary>
|
|
@@ -465,7 +429,6 @@ CreateFlowDefinition
|
|
|
465
429
|
</summary>
|
|
466
430
|
|
|
467
431
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreateFlowDefinitionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateFlowDefinitionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateFlowDefinitionCommandOutput/)
|
|
468
|
-
|
|
469
432
|
</details>
|
|
470
433
|
<details>
|
|
471
434
|
<summary>
|
|
@@ -473,7 +436,6 @@ CreateHub
|
|
|
473
436
|
</summary>
|
|
474
437
|
|
|
475
438
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreateHubCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateHubCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateHubCommandOutput/)
|
|
476
|
-
|
|
477
439
|
</details>
|
|
478
440
|
<details>
|
|
479
441
|
<summary>
|
|
@@ -481,7 +443,6 @@ CreateHubContentPresignedUrls
|
|
|
481
443
|
</summary>
|
|
482
444
|
|
|
483
445
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreateHubContentPresignedUrlsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateHubContentPresignedUrlsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateHubContentPresignedUrlsCommandOutput/)
|
|
484
|
-
|
|
485
446
|
</details>
|
|
486
447
|
<details>
|
|
487
448
|
<summary>
|
|
@@ -489,7 +450,6 @@ CreateHubContentReference
|
|
|
489
450
|
</summary>
|
|
490
451
|
|
|
491
452
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreateHubContentReferenceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateHubContentReferenceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateHubContentReferenceCommandOutput/)
|
|
492
|
-
|
|
493
453
|
</details>
|
|
494
454
|
<details>
|
|
495
455
|
<summary>
|
|
@@ -497,7 +457,6 @@ CreateHumanTaskUi
|
|
|
497
457
|
</summary>
|
|
498
458
|
|
|
499
459
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreateHumanTaskUiCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateHumanTaskUiCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateHumanTaskUiCommandOutput/)
|
|
500
|
-
|
|
501
460
|
</details>
|
|
502
461
|
<details>
|
|
503
462
|
<summary>
|
|
@@ -505,7 +464,6 @@ CreateHyperParameterTuningJob
|
|
|
505
464
|
</summary>
|
|
506
465
|
|
|
507
466
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreateHyperParameterTuningJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateHyperParameterTuningJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateHyperParameterTuningJobCommandOutput/)
|
|
508
|
-
|
|
509
467
|
</details>
|
|
510
468
|
<details>
|
|
511
469
|
<summary>
|
|
@@ -513,7 +471,6 @@ CreateImage
|
|
|
513
471
|
</summary>
|
|
514
472
|
|
|
515
473
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreateImageCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateImageCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateImageCommandOutput/)
|
|
516
|
-
|
|
517
474
|
</details>
|
|
518
475
|
<details>
|
|
519
476
|
<summary>
|
|
@@ -521,7 +478,6 @@ CreateImageVersion
|
|
|
521
478
|
</summary>
|
|
522
479
|
|
|
523
480
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreateImageVersionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateImageVersionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateImageVersionCommandOutput/)
|
|
524
|
-
|
|
525
481
|
</details>
|
|
526
482
|
<details>
|
|
527
483
|
<summary>
|
|
@@ -529,7 +485,6 @@ CreateInferenceComponent
|
|
|
529
485
|
</summary>
|
|
530
486
|
|
|
531
487
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreateInferenceComponentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateInferenceComponentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateInferenceComponentCommandOutput/)
|
|
532
|
-
|
|
533
488
|
</details>
|
|
534
489
|
<details>
|
|
535
490
|
<summary>
|
|
@@ -537,7 +492,6 @@ CreateInferenceExperiment
|
|
|
537
492
|
</summary>
|
|
538
493
|
|
|
539
494
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreateInferenceExperimentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateInferenceExperimentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateInferenceExperimentCommandOutput/)
|
|
540
|
-
|
|
541
495
|
</details>
|
|
542
496
|
<details>
|
|
543
497
|
<summary>
|
|
@@ -545,7 +499,6 @@ CreateInferenceRecommendationsJob
|
|
|
545
499
|
</summary>
|
|
546
500
|
|
|
547
501
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreateInferenceRecommendationsJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateInferenceRecommendationsJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateInferenceRecommendationsJobCommandOutput/)
|
|
548
|
-
|
|
549
502
|
</details>
|
|
550
503
|
<details>
|
|
551
504
|
<summary>
|
|
@@ -553,7 +506,6 @@ CreateLabelingJob
|
|
|
553
506
|
</summary>
|
|
554
507
|
|
|
555
508
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreateLabelingJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateLabelingJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateLabelingJobCommandOutput/)
|
|
556
|
-
|
|
557
509
|
</details>
|
|
558
510
|
<details>
|
|
559
511
|
<summary>
|
|
@@ -561,7 +513,6 @@ CreateMlflowApp
|
|
|
561
513
|
</summary>
|
|
562
514
|
|
|
563
515
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreateMlflowAppCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateMlflowAppCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateMlflowAppCommandOutput/)
|
|
564
|
-
|
|
565
516
|
</details>
|
|
566
517
|
<details>
|
|
567
518
|
<summary>
|
|
@@ -569,7 +520,6 @@ CreateMlflowTrackingServer
|
|
|
569
520
|
</summary>
|
|
570
521
|
|
|
571
522
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreateMlflowTrackingServerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateMlflowTrackingServerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateMlflowTrackingServerCommandOutput/)
|
|
572
|
-
|
|
573
523
|
</details>
|
|
574
524
|
<details>
|
|
575
525
|
<summary>
|
|
@@ -577,7 +527,6 @@ CreateModel
|
|
|
577
527
|
</summary>
|
|
578
528
|
|
|
579
529
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreateModelCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateModelCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateModelCommandOutput/)
|
|
580
|
-
|
|
581
530
|
</details>
|
|
582
531
|
<details>
|
|
583
532
|
<summary>
|
|
@@ -585,7 +534,6 @@ CreateModelBiasJobDefinition
|
|
|
585
534
|
</summary>
|
|
586
535
|
|
|
587
536
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreateModelBiasJobDefinitionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateModelBiasJobDefinitionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateModelBiasJobDefinitionCommandOutput/)
|
|
588
|
-
|
|
589
537
|
</details>
|
|
590
538
|
<details>
|
|
591
539
|
<summary>
|
|
@@ -593,7 +541,6 @@ CreateModelCard
|
|
|
593
541
|
</summary>
|
|
594
542
|
|
|
595
543
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreateModelCardCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateModelCardCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateModelCardCommandOutput/)
|
|
596
|
-
|
|
597
544
|
</details>
|
|
598
545
|
<details>
|
|
599
546
|
<summary>
|
|
@@ -601,7 +548,6 @@ CreateModelCardExportJob
|
|
|
601
548
|
</summary>
|
|
602
549
|
|
|
603
550
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreateModelCardExportJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateModelCardExportJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateModelCardExportJobCommandOutput/)
|
|
604
|
-
|
|
605
551
|
</details>
|
|
606
552
|
<details>
|
|
607
553
|
<summary>
|
|
@@ -609,7 +555,6 @@ CreateModelExplainabilityJobDefinition
|
|
|
609
555
|
</summary>
|
|
610
556
|
|
|
611
557
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreateModelExplainabilityJobDefinitionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateModelExplainabilityJobDefinitionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateModelExplainabilityJobDefinitionCommandOutput/)
|
|
612
|
-
|
|
613
558
|
</details>
|
|
614
559
|
<details>
|
|
615
560
|
<summary>
|
|
@@ -617,7 +562,6 @@ CreateModelPackage
|
|
|
617
562
|
</summary>
|
|
618
563
|
|
|
619
564
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreateModelPackageCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateModelPackageCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateModelPackageCommandOutput/)
|
|
620
|
-
|
|
621
565
|
</details>
|
|
622
566
|
<details>
|
|
623
567
|
<summary>
|
|
@@ -625,7 +569,6 @@ CreateModelPackageGroup
|
|
|
625
569
|
</summary>
|
|
626
570
|
|
|
627
571
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreateModelPackageGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateModelPackageGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateModelPackageGroupCommandOutput/)
|
|
628
|
-
|
|
629
572
|
</details>
|
|
630
573
|
<details>
|
|
631
574
|
<summary>
|
|
@@ -633,7 +576,6 @@ CreateModelQualityJobDefinition
|
|
|
633
576
|
</summary>
|
|
634
577
|
|
|
635
578
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreateModelQualityJobDefinitionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateModelQualityJobDefinitionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateModelQualityJobDefinitionCommandOutput/)
|
|
636
|
-
|
|
637
579
|
</details>
|
|
638
580
|
<details>
|
|
639
581
|
<summary>
|
|
@@ -641,7 +583,6 @@ CreateMonitoringSchedule
|
|
|
641
583
|
</summary>
|
|
642
584
|
|
|
643
585
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreateMonitoringScheduleCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateMonitoringScheduleCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateMonitoringScheduleCommandOutput/)
|
|
644
|
-
|
|
645
586
|
</details>
|
|
646
587
|
<details>
|
|
647
588
|
<summary>
|
|
@@ -649,7 +590,6 @@ CreateNotebookInstance
|
|
|
649
590
|
</summary>
|
|
650
591
|
|
|
651
592
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreateNotebookInstanceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateNotebookInstanceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateNotebookInstanceCommandOutput/)
|
|
652
|
-
|
|
653
593
|
</details>
|
|
654
594
|
<details>
|
|
655
595
|
<summary>
|
|
@@ -657,7 +597,6 @@ CreateNotebookInstanceLifecycleConfig
|
|
|
657
597
|
</summary>
|
|
658
598
|
|
|
659
599
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreateNotebookInstanceLifecycleConfigCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateNotebookInstanceLifecycleConfigCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateNotebookInstanceLifecycleConfigCommandOutput/)
|
|
660
|
-
|
|
661
600
|
</details>
|
|
662
601
|
<details>
|
|
663
602
|
<summary>
|
|
@@ -665,7 +604,6 @@ CreateOptimizationJob
|
|
|
665
604
|
</summary>
|
|
666
605
|
|
|
667
606
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreateOptimizationJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateOptimizationJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateOptimizationJobCommandOutput/)
|
|
668
|
-
|
|
669
607
|
</details>
|
|
670
608
|
<details>
|
|
671
609
|
<summary>
|
|
@@ -673,7 +611,6 @@ CreatePartnerApp
|
|
|
673
611
|
</summary>
|
|
674
612
|
|
|
675
613
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreatePartnerAppCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreatePartnerAppCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreatePartnerAppCommandOutput/)
|
|
676
|
-
|
|
677
614
|
</details>
|
|
678
615
|
<details>
|
|
679
616
|
<summary>
|
|
@@ -681,7 +618,6 @@ CreatePartnerAppPresignedUrl
|
|
|
681
618
|
</summary>
|
|
682
619
|
|
|
683
620
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreatePartnerAppPresignedUrlCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreatePartnerAppPresignedUrlCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreatePartnerAppPresignedUrlCommandOutput/)
|
|
684
|
-
|
|
685
621
|
</details>
|
|
686
622
|
<details>
|
|
687
623
|
<summary>
|
|
@@ -689,7 +625,6 @@ CreatePipeline
|
|
|
689
625
|
</summary>
|
|
690
626
|
|
|
691
627
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreatePipelineCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreatePipelineCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreatePipelineCommandOutput/)
|
|
692
|
-
|
|
693
628
|
</details>
|
|
694
629
|
<details>
|
|
695
630
|
<summary>
|
|
@@ -697,7 +632,6 @@ CreatePresignedDomainUrl
|
|
|
697
632
|
</summary>
|
|
698
633
|
|
|
699
634
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreatePresignedDomainUrlCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreatePresignedDomainUrlCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreatePresignedDomainUrlCommandOutput/)
|
|
700
|
-
|
|
701
635
|
</details>
|
|
702
636
|
<details>
|
|
703
637
|
<summary>
|
|
@@ -705,7 +639,6 @@ CreatePresignedMlflowAppUrl
|
|
|
705
639
|
</summary>
|
|
706
640
|
|
|
707
641
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreatePresignedMlflowAppUrlCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreatePresignedMlflowAppUrlCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreatePresignedMlflowAppUrlCommandOutput/)
|
|
708
|
-
|
|
709
642
|
</details>
|
|
710
643
|
<details>
|
|
711
644
|
<summary>
|
|
@@ -713,7 +646,6 @@ CreatePresignedMlflowTrackingServerUrl
|
|
|
713
646
|
</summary>
|
|
714
647
|
|
|
715
648
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreatePresignedMlflowTrackingServerUrlCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreatePresignedMlflowTrackingServerUrlCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreatePresignedMlflowTrackingServerUrlCommandOutput/)
|
|
716
|
-
|
|
717
649
|
</details>
|
|
718
650
|
<details>
|
|
719
651
|
<summary>
|
|
@@ -721,7 +653,6 @@ CreatePresignedNotebookInstanceUrl
|
|
|
721
653
|
</summary>
|
|
722
654
|
|
|
723
655
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreatePresignedNotebookInstanceUrlCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreatePresignedNotebookInstanceUrlCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreatePresignedNotebookInstanceUrlCommandOutput/)
|
|
724
|
-
|
|
725
656
|
</details>
|
|
726
657
|
<details>
|
|
727
658
|
<summary>
|
|
@@ -729,7 +660,6 @@ CreateProcessingJob
|
|
|
729
660
|
</summary>
|
|
730
661
|
|
|
731
662
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreateProcessingJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateProcessingJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateProcessingJobCommandOutput/)
|
|
732
|
-
|
|
733
663
|
</details>
|
|
734
664
|
<details>
|
|
735
665
|
<summary>
|
|
@@ -737,7 +667,6 @@ CreateProject
|
|
|
737
667
|
</summary>
|
|
738
668
|
|
|
739
669
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreateProjectCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateProjectCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateProjectCommandOutput/)
|
|
740
|
-
|
|
741
670
|
</details>
|
|
742
671
|
<details>
|
|
743
672
|
<summary>
|
|
@@ -745,7 +674,6 @@ CreateSpace
|
|
|
745
674
|
</summary>
|
|
746
675
|
|
|
747
676
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreateSpaceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateSpaceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateSpaceCommandOutput/)
|
|
748
|
-
|
|
749
677
|
</details>
|
|
750
678
|
<details>
|
|
751
679
|
<summary>
|
|
@@ -753,7 +681,6 @@ CreateStudioLifecycleConfig
|
|
|
753
681
|
</summary>
|
|
754
682
|
|
|
755
683
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreateStudioLifecycleConfigCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateStudioLifecycleConfigCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateStudioLifecycleConfigCommandOutput/)
|
|
756
|
-
|
|
757
684
|
</details>
|
|
758
685
|
<details>
|
|
759
686
|
<summary>
|
|
@@ -761,7 +688,6 @@ CreateTrainingJob
|
|
|
761
688
|
</summary>
|
|
762
689
|
|
|
763
690
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreateTrainingJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateTrainingJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateTrainingJobCommandOutput/)
|
|
764
|
-
|
|
765
691
|
</details>
|
|
766
692
|
<details>
|
|
767
693
|
<summary>
|
|
@@ -769,7 +695,6 @@ CreateTrainingPlan
|
|
|
769
695
|
</summary>
|
|
770
696
|
|
|
771
697
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreateTrainingPlanCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateTrainingPlanCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateTrainingPlanCommandOutput/)
|
|
772
|
-
|
|
773
698
|
</details>
|
|
774
699
|
<details>
|
|
775
700
|
<summary>
|
|
@@ -777,7 +702,6 @@ CreateTransformJob
|
|
|
777
702
|
</summary>
|
|
778
703
|
|
|
779
704
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreateTransformJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateTransformJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateTransformJobCommandOutput/)
|
|
780
|
-
|
|
781
705
|
</details>
|
|
782
706
|
<details>
|
|
783
707
|
<summary>
|
|
@@ -785,7 +709,6 @@ CreateTrial
|
|
|
785
709
|
</summary>
|
|
786
710
|
|
|
787
711
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreateTrialCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateTrialCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateTrialCommandOutput/)
|
|
788
|
-
|
|
789
712
|
</details>
|
|
790
713
|
<details>
|
|
791
714
|
<summary>
|
|
@@ -793,7 +716,6 @@ CreateTrialComponent
|
|
|
793
716
|
</summary>
|
|
794
717
|
|
|
795
718
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreateTrialComponentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateTrialComponentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateTrialComponentCommandOutput/)
|
|
796
|
-
|
|
797
719
|
</details>
|
|
798
720
|
<details>
|
|
799
721
|
<summary>
|
|
@@ -801,7 +723,6 @@ CreateUserProfile
|
|
|
801
723
|
</summary>
|
|
802
724
|
|
|
803
725
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreateUserProfileCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateUserProfileCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateUserProfileCommandOutput/)
|
|
804
|
-
|
|
805
726
|
</details>
|
|
806
727
|
<details>
|
|
807
728
|
<summary>
|
|
@@ -809,7 +730,6 @@ CreateWorkforce
|
|
|
809
730
|
</summary>
|
|
810
731
|
|
|
811
732
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreateWorkforceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateWorkforceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateWorkforceCommandOutput/)
|
|
812
|
-
|
|
813
733
|
</details>
|
|
814
734
|
<details>
|
|
815
735
|
<summary>
|
|
@@ -817,7 +737,6 @@ CreateWorkteam
|
|
|
817
737
|
</summary>
|
|
818
738
|
|
|
819
739
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/CreateWorkteamCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateWorkteamCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/CreateWorkteamCommandOutput/)
|
|
820
|
-
|
|
821
740
|
</details>
|
|
822
741
|
<details>
|
|
823
742
|
<summary>
|
|
@@ -825,7 +744,6 @@ DeleteAction
|
|
|
825
744
|
</summary>
|
|
826
745
|
|
|
827
746
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DeleteActionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteActionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteActionCommandOutput/)
|
|
828
|
-
|
|
829
747
|
</details>
|
|
830
748
|
<details>
|
|
831
749
|
<summary>
|
|
@@ -833,7 +751,6 @@ DeleteAlgorithm
|
|
|
833
751
|
</summary>
|
|
834
752
|
|
|
835
753
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DeleteAlgorithmCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteAlgorithmCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteAlgorithmCommandOutput/)
|
|
836
|
-
|
|
837
754
|
</details>
|
|
838
755
|
<details>
|
|
839
756
|
<summary>
|
|
@@ -841,7 +758,6 @@ DeleteApp
|
|
|
841
758
|
</summary>
|
|
842
759
|
|
|
843
760
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DeleteAppCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteAppCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteAppCommandOutput/)
|
|
844
|
-
|
|
845
761
|
</details>
|
|
846
762
|
<details>
|
|
847
763
|
<summary>
|
|
@@ -849,7 +765,6 @@ DeleteAppImageConfig
|
|
|
849
765
|
</summary>
|
|
850
766
|
|
|
851
767
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DeleteAppImageConfigCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteAppImageConfigCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteAppImageConfigCommandOutput/)
|
|
852
|
-
|
|
853
768
|
</details>
|
|
854
769
|
<details>
|
|
855
770
|
<summary>
|
|
@@ -857,7 +772,6 @@ DeleteArtifact
|
|
|
857
772
|
</summary>
|
|
858
773
|
|
|
859
774
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DeleteArtifactCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteArtifactCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteArtifactCommandOutput/)
|
|
860
|
-
|
|
861
775
|
</details>
|
|
862
776
|
<details>
|
|
863
777
|
<summary>
|
|
@@ -865,7 +779,6 @@ DeleteAssociation
|
|
|
865
779
|
</summary>
|
|
866
780
|
|
|
867
781
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DeleteAssociationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteAssociationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteAssociationCommandOutput/)
|
|
868
|
-
|
|
869
782
|
</details>
|
|
870
783
|
<details>
|
|
871
784
|
<summary>
|
|
@@ -873,7 +786,6 @@ DeleteCluster
|
|
|
873
786
|
</summary>
|
|
874
787
|
|
|
875
788
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DeleteClusterCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteClusterCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteClusterCommandOutput/)
|
|
876
|
-
|
|
877
789
|
</details>
|
|
878
790
|
<details>
|
|
879
791
|
<summary>
|
|
@@ -881,7 +793,6 @@ DeleteClusterSchedulerConfig
|
|
|
881
793
|
</summary>
|
|
882
794
|
|
|
883
795
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DeleteClusterSchedulerConfigCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteClusterSchedulerConfigCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteClusterSchedulerConfigCommandOutput/)
|
|
884
|
-
|
|
885
796
|
</details>
|
|
886
797
|
<details>
|
|
887
798
|
<summary>
|
|
@@ -889,7 +800,6 @@ DeleteCodeRepository
|
|
|
889
800
|
</summary>
|
|
890
801
|
|
|
891
802
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DeleteCodeRepositoryCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteCodeRepositoryCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteCodeRepositoryCommandOutput/)
|
|
892
|
-
|
|
893
803
|
</details>
|
|
894
804
|
<details>
|
|
895
805
|
<summary>
|
|
@@ -897,7 +807,6 @@ DeleteCompilationJob
|
|
|
897
807
|
</summary>
|
|
898
808
|
|
|
899
809
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DeleteCompilationJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteCompilationJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteCompilationJobCommandOutput/)
|
|
900
|
-
|
|
901
810
|
</details>
|
|
902
811
|
<details>
|
|
903
812
|
<summary>
|
|
@@ -905,7 +814,6 @@ DeleteComputeQuota
|
|
|
905
814
|
</summary>
|
|
906
815
|
|
|
907
816
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DeleteComputeQuotaCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteComputeQuotaCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteComputeQuotaCommandOutput/)
|
|
908
|
-
|
|
909
817
|
</details>
|
|
910
818
|
<details>
|
|
911
819
|
<summary>
|
|
@@ -913,7 +821,6 @@ DeleteContext
|
|
|
913
821
|
</summary>
|
|
914
822
|
|
|
915
823
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DeleteContextCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteContextCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteContextCommandOutput/)
|
|
916
|
-
|
|
917
824
|
</details>
|
|
918
825
|
<details>
|
|
919
826
|
<summary>
|
|
@@ -921,7 +828,6 @@ DeleteDataQualityJobDefinition
|
|
|
921
828
|
</summary>
|
|
922
829
|
|
|
923
830
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DeleteDataQualityJobDefinitionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteDataQualityJobDefinitionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteDataQualityJobDefinitionCommandOutput/)
|
|
924
|
-
|
|
925
831
|
</details>
|
|
926
832
|
<details>
|
|
927
833
|
<summary>
|
|
@@ -929,7 +835,6 @@ DeleteDeviceFleet
|
|
|
929
835
|
</summary>
|
|
930
836
|
|
|
931
837
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DeleteDeviceFleetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteDeviceFleetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteDeviceFleetCommandOutput/)
|
|
932
|
-
|
|
933
838
|
</details>
|
|
934
839
|
<details>
|
|
935
840
|
<summary>
|
|
@@ -937,7 +842,6 @@ DeleteDomain
|
|
|
937
842
|
</summary>
|
|
938
843
|
|
|
939
844
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DeleteDomainCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteDomainCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteDomainCommandOutput/)
|
|
940
|
-
|
|
941
845
|
</details>
|
|
942
846
|
<details>
|
|
943
847
|
<summary>
|
|
@@ -945,7 +849,6 @@ DeleteEdgeDeploymentPlan
|
|
|
945
849
|
</summary>
|
|
946
850
|
|
|
947
851
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DeleteEdgeDeploymentPlanCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteEdgeDeploymentPlanCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteEdgeDeploymentPlanCommandOutput/)
|
|
948
|
-
|
|
949
852
|
</details>
|
|
950
853
|
<details>
|
|
951
854
|
<summary>
|
|
@@ -953,7 +856,6 @@ DeleteEdgeDeploymentStage
|
|
|
953
856
|
</summary>
|
|
954
857
|
|
|
955
858
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DeleteEdgeDeploymentStageCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteEdgeDeploymentStageCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteEdgeDeploymentStageCommandOutput/)
|
|
956
|
-
|
|
957
859
|
</details>
|
|
958
860
|
<details>
|
|
959
861
|
<summary>
|
|
@@ -961,7 +863,6 @@ DeleteEndpoint
|
|
|
961
863
|
</summary>
|
|
962
864
|
|
|
963
865
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DeleteEndpointCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteEndpointCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteEndpointCommandOutput/)
|
|
964
|
-
|
|
965
866
|
</details>
|
|
966
867
|
<details>
|
|
967
868
|
<summary>
|
|
@@ -969,7 +870,6 @@ DeleteEndpointConfig
|
|
|
969
870
|
</summary>
|
|
970
871
|
|
|
971
872
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DeleteEndpointConfigCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteEndpointConfigCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteEndpointConfigCommandOutput/)
|
|
972
|
-
|
|
973
873
|
</details>
|
|
974
874
|
<details>
|
|
975
875
|
<summary>
|
|
@@ -977,7 +877,6 @@ DeleteExperiment
|
|
|
977
877
|
</summary>
|
|
978
878
|
|
|
979
879
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DeleteExperimentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteExperimentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteExperimentCommandOutput/)
|
|
980
|
-
|
|
981
880
|
</details>
|
|
982
881
|
<details>
|
|
983
882
|
<summary>
|
|
@@ -985,7 +884,6 @@ DeleteFeatureGroup
|
|
|
985
884
|
</summary>
|
|
986
885
|
|
|
987
886
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DeleteFeatureGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteFeatureGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteFeatureGroupCommandOutput/)
|
|
988
|
-
|
|
989
887
|
</details>
|
|
990
888
|
<details>
|
|
991
889
|
<summary>
|
|
@@ -993,7 +891,6 @@ DeleteFlowDefinition
|
|
|
993
891
|
</summary>
|
|
994
892
|
|
|
995
893
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DeleteFlowDefinitionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteFlowDefinitionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteFlowDefinitionCommandOutput/)
|
|
996
|
-
|
|
997
894
|
</details>
|
|
998
895
|
<details>
|
|
999
896
|
<summary>
|
|
@@ -1001,7 +898,6 @@ DeleteHub
|
|
|
1001
898
|
</summary>
|
|
1002
899
|
|
|
1003
900
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DeleteHubCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteHubCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteHubCommandOutput/)
|
|
1004
|
-
|
|
1005
901
|
</details>
|
|
1006
902
|
<details>
|
|
1007
903
|
<summary>
|
|
@@ -1009,7 +905,6 @@ DeleteHubContent
|
|
|
1009
905
|
</summary>
|
|
1010
906
|
|
|
1011
907
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DeleteHubContentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteHubContentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteHubContentCommandOutput/)
|
|
1012
|
-
|
|
1013
908
|
</details>
|
|
1014
909
|
<details>
|
|
1015
910
|
<summary>
|
|
@@ -1017,7 +912,6 @@ DeleteHubContentReference
|
|
|
1017
912
|
</summary>
|
|
1018
913
|
|
|
1019
914
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DeleteHubContentReferenceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteHubContentReferenceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteHubContentReferenceCommandOutput/)
|
|
1020
|
-
|
|
1021
915
|
</details>
|
|
1022
916
|
<details>
|
|
1023
917
|
<summary>
|
|
@@ -1025,7 +919,6 @@ DeleteHumanTaskUi
|
|
|
1025
919
|
</summary>
|
|
1026
920
|
|
|
1027
921
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DeleteHumanTaskUiCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteHumanTaskUiCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteHumanTaskUiCommandOutput/)
|
|
1028
|
-
|
|
1029
922
|
</details>
|
|
1030
923
|
<details>
|
|
1031
924
|
<summary>
|
|
@@ -1033,7 +926,6 @@ DeleteHyperParameterTuningJob
|
|
|
1033
926
|
</summary>
|
|
1034
927
|
|
|
1035
928
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DeleteHyperParameterTuningJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteHyperParameterTuningJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteHyperParameterTuningJobCommandOutput/)
|
|
1036
|
-
|
|
1037
929
|
</details>
|
|
1038
930
|
<details>
|
|
1039
931
|
<summary>
|
|
@@ -1041,7 +933,6 @@ DeleteImage
|
|
|
1041
933
|
</summary>
|
|
1042
934
|
|
|
1043
935
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DeleteImageCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteImageCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteImageCommandOutput/)
|
|
1044
|
-
|
|
1045
936
|
</details>
|
|
1046
937
|
<details>
|
|
1047
938
|
<summary>
|
|
@@ -1049,7 +940,6 @@ DeleteImageVersion
|
|
|
1049
940
|
</summary>
|
|
1050
941
|
|
|
1051
942
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DeleteImageVersionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteImageVersionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteImageVersionCommandOutput/)
|
|
1052
|
-
|
|
1053
943
|
</details>
|
|
1054
944
|
<details>
|
|
1055
945
|
<summary>
|
|
@@ -1057,7 +947,6 @@ DeleteInferenceComponent
|
|
|
1057
947
|
</summary>
|
|
1058
948
|
|
|
1059
949
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DeleteInferenceComponentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteInferenceComponentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteInferenceComponentCommandOutput/)
|
|
1060
|
-
|
|
1061
950
|
</details>
|
|
1062
951
|
<details>
|
|
1063
952
|
<summary>
|
|
@@ -1065,7 +954,6 @@ DeleteInferenceExperiment
|
|
|
1065
954
|
</summary>
|
|
1066
955
|
|
|
1067
956
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DeleteInferenceExperimentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteInferenceExperimentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteInferenceExperimentCommandOutput/)
|
|
1068
|
-
|
|
1069
957
|
</details>
|
|
1070
958
|
<details>
|
|
1071
959
|
<summary>
|
|
@@ -1073,7 +961,6 @@ DeleteMlflowApp
|
|
|
1073
961
|
</summary>
|
|
1074
962
|
|
|
1075
963
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DeleteMlflowAppCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteMlflowAppCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteMlflowAppCommandOutput/)
|
|
1076
|
-
|
|
1077
964
|
</details>
|
|
1078
965
|
<details>
|
|
1079
966
|
<summary>
|
|
@@ -1081,7 +968,6 @@ DeleteMlflowTrackingServer
|
|
|
1081
968
|
</summary>
|
|
1082
969
|
|
|
1083
970
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DeleteMlflowTrackingServerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteMlflowTrackingServerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteMlflowTrackingServerCommandOutput/)
|
|
1084
|
-
|
|
1085
971
|
</details>
|
|
1086
972
|
<details>
|
|
1087
973
|
<summary>
|
|
@@ -1089,7 +975,6 @@ DeleteModel
|
|
|
1089
975
|
</summary>
|
|
1090
976
|
|
|
1091
977
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DeleteModelCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteModelCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteModelCommandOutput/)
|
|
1092
|
-
|
|
1093
978
|
</details>
|
|
1094
979
|
<details>
|
|
1095
980
|
<summary>
|
|
@@ -1097,7 +982,6 @@ DeleteModelBiasJobDefinition
|
|
|
1097
982
|
</summary>
|
|
1098
983
|
|
|
1099
984
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DeleteModelBiasJobDefinitionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteModelBiasJobDefinitionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteModelBiasJobDefinitionCommandOutput/)
|
|
1100
|
-
|
|
1101
985
|
</details>
|
|
1102
986
|
<details>
|
|
1103
987
|
<summary>
|
|
@@ -1105,7 +989,6 @@ DeleteModelCard
|
|
|
1105
989
|
</summary>
|
|
1106
990
|
|
|
1107
991
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DeleteModelCardCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteModelCardCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteModelCardCommandOutput/)
|
|
1108
|
-
|
|
1109
992
|
</details>
|
|
1110
993
|
<details>
|
|
1111
994
|
<summary>
|
|
@@ -1113,7 +996,6 @@ DeleteModelExplainabilityJobDefinition
|
|
|
1113
996
|
</summary>
|
|
1114
997
|
|
|
1115
998
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DeleteModelExplainabilityJobDefinitionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteModelExplainabilityJobDefinitionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteModelExplainabilityJobDefinitionCommandOutput/)
|
|
1116
|
-
|
|
1117
999
|
</details>
|
|
1118
1000
|
<details>
|
|
1119
1001
|
<summary>
|
|
@@ -1121,7 +1003,6 @@ DeleteModelPackage
|
|
|
1121
1003
|
</summary>
|
|
1122
1004
|
|
|
1123
1005
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DeleteModelPackageCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteModelPackageCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteModelPackageCommandOutput/)
|
|
1124
|
-
|
|
1125
1006
|
</details>
|
|
1126
1007
|
<details>
|
|
1127
1008
|
<summary>
|
|
@@ -1129,7 +1010,6 @@ DeleteModelPackageGroup
|
|
|
1129
1010
|
</summary>
|
|
1130
1011
|
|
|
1131
1012
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DeleteModelPackageGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteModelPackageGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteModelPackageGroupCommandOutput/)
|
|
1132
|
-
|
|
1133
1013
|
</details>
|
|
1134
1014
|
<details>
|
|
1135
1015
|
<summary>
|
|
@@ -1137,7 +1017,6 @@ DeleteModelPackageGroupPolicy
|
|
|
1137
1017
|
</summary>
|
|
1138
1018
|
|
|
1139
1019
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DeleteModelPackageGroupPolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteModelPackageGroupPolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteModelPackageGroupPolicyCommandOutput/)
|
|
1140
|
-
|
|
1141
1020
|
</details>
|
|
1142
1021
|
<details>
|
|
1143
1022
|
<summary>
|
|
@@ -1145,7 +1024,6 @@ DeleteModelQualityJobDefinition
|
|
|
1145
1024
|
</summary>
|
|
1146
1025
|
|
|
1147
1026
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DeleteModelQualityJobDefinitionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteModelQualityJobDefinitionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteModelQualityJobDefinitionCommandOutput/)
|
|
1148
|
-
|
|
1149
1027
|
</details>
|
|
1150
1028
|
<details>
|
|
1151
1029
|
<summary>
|
|
@@ -1153,7 +1031,6 @@ DeleteMonitoringSchedule
|
|
|
1153
1031
|
</summary>
|
|
1154
1032
|
|
|
1155
1033
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DeleteMonitoringScheduleCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteMonitoringScheduleCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteMonitoringScheduleCommandOutput/)
|
|
1156
|
-
|
|
1157
1034
|
</details>
|
|
1158
1035
|
<details>
|
|
1159
1036
|
<summary>
|
|
@@ -1161,7 +1038,6 @@ DeleteNotebookInstance
|
|
|
1161
1038
|
</summary>
|
|
1162
1039
|
|
|
1163
1040
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DeleteNotebookInstanceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteNotebookInstanceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteNotebookInstanceCommandOutput/)
|
|
1164
|
-
|
|
1165
1041
|
</details>
|
|
1166
1042
|
<details>
|
|
1167
1043
|
<summary>
|
|
@@ -1169,7 +1045,6 @@ DeleteNotebookInstanceLifecycleConfig
|
|
|
1169
1045
|
</summary>
|
|
1170
1046
|
|
|
1171
1047
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DeleteNotebookInstanceLifecycleConfigCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteNotebookInstanceLifecycleConfigCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteNotebookInstanceLifecycleConfigCommandOutput/)
|
|
1172
|
-
|
|
1173
1048
|
</details>
|
|
1174
1049
|
<details>
|
|
1175
1050
|
<summary>
|
|
@@ -1177,7 +1052,6 @@ DeleteOptimizationJob
|
|
|
1177
1052
|
</summary>
|
|
1178
1053
|
|
|
1179
1054
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DeleteOptimizationJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteOptimizationJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteOptimizationJobCommandOutput/)
|
|
1180
|
-
|
|
1181
1055
|
</details>
|
|
1182
1056
|
<details>
|
|
1183
1057
|
<summary>
|
|
@@ -1185,7 +1059,6 @@ DeletePartnerApp
|
|
|
1185
1059
|
</summary>
|
|
1186
1060
|
|
|
1187
1061
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DeletePartnerAppCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeletePartnerAppCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeletePartnerAppCommandOutput/)
|
|
1188
|
-
|
|
1189
1062
|
</details>
|
|
1190
1063
|
<details>
|
|
1191
1064
|
<summary>
|
|
@@ -1193,7 +1066,6 @@ DeletePipeline
|
|
|
1193
1066
|
</summary>
|
|
1194
1067
|
|
|
1195
1068
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DeletePipelineCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeletePipelineCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeletePipelineCommandOutput/)
|
|
1196
|
-
|
|
1197
1069
|
</details>
|
|
1198
1070
|
<details>
|
|
1199
1071
|
<summary>
|
|
@@ -1201,7 +1073,6 @@ DeleteProcessingJob
|
|
|
1201
1073
|
</summary>
|
|
1202
1074
|
|
|
1203
1075
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DeleteProcessingJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteProcessingJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteProcessingJobCommandOutput/)
|
|
1204
|
-
|
|
1205
1076
|
</details>
|
|
1206
1077
|
<details>
|
|
1207
1078
|
<summary>
|
|
@@ -1209,7 +1080,6 @@ DeleteProject
|
|
|
1209
1080
|
</summary>
|
|
1210
1081
|
|
|
1211
1082
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DeleteProjectCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteProjectCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteProjectCommandOutput/)
|
|
1212
|
-
|
|
1213
1083
|
</details>
|
|
1214
1084
|
<details>
|
|
1215
1085
|
<summary>
|
|
@@ -1217,7 +1087,6 @@ DeleteSpace
|
|
|
1217
1087
|
</summary>
|
|
1218
1088
|
|
|
1219
1089
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DeleteSpaceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteSpaceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteSpaceCommandOutput/)
|
|
1220
|
-
|
|
1221
1090
|
</details>
|
|
1222
1091
|
<details>
|
|
1223
1092
|
<summary>
|
|
@@ -1225,7 +1094,6 @@ DeleteStudioLifecycleConfig
|
|
|
1225
1094
|
</summary>
|
|
1226
1095
|
|
|
1227
1096
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DeleteStudioLifecycleConfigCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteStudioLifecycleConfigCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteStudioLifecycleConfigCommandOutput/)
|
|
1228
|
-
|
|
1229
1097
|
</details>
|
|
1230
1098
|
<details>
|
|
1231
1099
|
<summary>
|
|
@@ -1233,7 +1101,6 @@ DeleteTags
|
|
|
1233
1101
|
</summary>
|
|
1234
1102
|
|
|
1235
1103
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DeleteTagsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteTagsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteTagsCommandOutput/)
|
|
1236
|
-
|
|
1237
1104
|
</details>
|
|
1238
1105
|
<details>
|
|
1239
1106
|
<summary>
|
|
@@ -1241,7 +1108,6 @@ DeleteTrainingJob
|
|
|
1241
1108
|
</summary>
|
|
1242
1109
|
|
|
1243
1110
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DeleteTrainingJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteTrainingJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteTrainingJobCommandOutput/)
|
|
1244
|
-
|
|
1245
1111
|
</details>
|
|
1246
1112
|
<details>
|
|
1247
1113
|
<summary>
|
|
@@ -1249,7 +1115,6 @@ DeleteTrial
|
|
|
1249
1115
|
</summary>
|
|
1250
1116
|
|
|
1251
1117
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DeleteTrialCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteTrialCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteTrialCommandOutput/)
|
|
1252
|
-
|
|
1253
1118
|
</details>
|
|
1254
1119
|
<details>
|
|
1255
1120
|
<summary>
|
|
@@ -1257,7 +1122,6 @@ DeleteTrialComponent
|
|
|
1257
1122
|
</summary>
|
|
1258
1123
|
|
|
1259
1124
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DeleteTrialComponentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteTrialComponentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteTrialComponentCommandOutput/)
|
|
1260
|
-
|
|
1261
1125
|
</details>
|
|
1262
1126
|
<details>
|
|
1263
1127
|
<summary>
|
|
@@ -1265,7 +1129,6 @@ DeleteUserProfile
|
|
|
1265
1129
|
</summary>
|
|
1266
1130
|
|
|
1267
1131
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DeleteUserProfileCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteUserProfileCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteUserProfileCommandOutput/)
|
|
1268
|
-
|
|
1269
1132
|
</details>
|
|
1270
1133
|
<details>
|
|
1271
1134
|
<summary>
|
|
@@ -1273,7 +1136,6 @@ DeleteWorkforce
|
|
|
1273
1136
|
</summary>
|
|
1274
1137
|
|
|
1275
1138
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DeleteWorkforceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteWorkforceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteWorkforceCommandOutput/)
|
|
1276
|
-
|
|
1277
1139
|
</details>
|
|
1278
1140
|
<details>
|
|
1279
1141
|
<summary>
|
|
@@ -1281,7 +1143,6 @@ DeleteWorkteam
|
|
|
1281
1143
|
</summary>
|
|
1282
1144
|
|
|
1283
1145
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DeleteWorkteamCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteWorkteamCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeleteWorkteamCommandOutput/)
|
|
1284
|
-
|
|
1285
1146
|
</details>
|
|
1286
1147
|
<details>
|
|
1287
1148
|
<summary>
|
|
@@ -1289,7 +1150,6 @@ DeregisterDevices
|
|
|
1289
1150
|
</summary>
|
|
1290
1151
|
|
|
1291
1152
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DeregisterDevicesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeregisterDevicesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DeregisterDevicesCommandOutput/)
|
|
1292
|
-
|
|
1293
1153
|
</details>
|
|
1294
1154
|
<details>
|
|
1295
1155
|
<summary>
|
|
@@ -1297,7 +1157,6 @@ DescribeAction
|
|
|
1297
1157
|
</summary>
|
|
1298
1158
|
|
|
1299
1159
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeActionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeActionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeActionCommandOutput/)
|
|
1300
|
-
|
|
1301
1160
|
</details>
|
|
1302
1161
|
<details>
|
|
1303
1162
|
<summary>
|
|
@@ -1305,7 +1164,6 @@ DescribeAlgorithm
|
|
|
1305
1164
|
</summary>
|
|
1306
1165
|
|
|
1307
1166
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeAlgorithmCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeAlgorithmCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeAlgorithmCommandOutput/)
|
|
1308
|
-
|
|
1309
1167
|
</details>
|
|
1310
1168
|
<details>
|
|
1311
1169
|
<summary>
|
|
@@ -1313,7 +1171,6 @@ DescribeApp
|
|
|
1313
1171
|
</summary>
|
|
1314
1172
|
|
|
1315
1173
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeAppCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeAppCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeAppCommandOutput/)
|
|
1316
|
-
|
|
1317
1174
|
</details>
|
|
1318
1175
|
<details>
|
|
1319
1176
|
<summary>
|
|
@@ -1321,7 +1178,6 @@ DescribeAppImageConfig
|
|
|
1321
1178
|
</summary>
|
|
1322
1179
|
|
|
1323
1180
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeAppImageConfigCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeAppImageConfigCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeAppImageConfigCommandOutput/)
|
|
1324
|
-
|
|
1325
1181
|
</details>
|
|
1326
1182
|
<details>
|
|
1327
1183
|
<summary>
|
|
@@ -1329,7 +1185,6 @@ DescribeArtifact
|
|
|
1329
1185
|
</summary>
|
|
1330
1186
|
|
|
1331
1187
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeArtifactCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeArtifactCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeArtifactCommandOutput/)
|
|
1332
|
-
|
|
1333
1188
|
</details>
|
|
1334
1189
|
<details>
|
|
1335
1190
|
<summary>
|
|
@@ -1337,7 +1192,6 @@ DescribeAutoMLJob
|
|
|
1337
1192
|
</summary>
|
|
1338
1193
|
|
|
1339
1194
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeAutoMLJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeAutoMLJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeAutoMLJobCommandOutput/)
|
|
1340
|
-
|
|
1341
1195
|
</details>
|
|
1342
1196
|
<details>
|
|
1343
1197
|
<summary>
|
|
@@ -1345,7 +1199,6 @@ DescribeAutoMLJobV2
|
|
|
1345
1199
|
</summary>
|
|
1346
1200
|
|
|
1347
1201
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeAutoMLJobV2Command/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeAutoMLJobV2CommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeAutoMLJobV2CommandOutput/)
|
|
1348
|
-
|
|
1349
1202
|
</details>
|
|
1350
1203
|
<details>
|
|
1351
1204
|
<summary>
|
|
@@ -1353,7 +1206,6 @@ DescribeCluster
|
|
|
1353
1206
|
</summary>
|
|
1354
1207
|
|
|
1355
1208
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeClusterCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeClusterCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeClusterCommandOutput/)
|
|
1356
|
-
|
|
1357
1209
|
</details>
|
|
1358
1210
|
<details>
|
|
1359
1211
|
<summary>
|
|
@@ -1361,7 +1213,6 @@ DescribeClusterEvent
|
|
|
1361
1213
|
</summary>
|
|
1362
1214
|
|
|
1363
1215
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeClusterEventCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeClusterEventCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeClusterEventCommandOutput/)
|
|
1364
|
-
|
|
1365
1216
|
</details>
|
|
1366
1217
|
<details>
|
|
1367
1218
|
<summary>
|
|
@@ -1369,7 +1220,6 @@ DescribeClusterNode
|
|
|
1369
1220
|
</summary>
|
|
1370
1221
|
|
|
1371
1222
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeClusterNodeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeClusterNodeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeClusterNodeCommandOutput/)
|
|
1372
|
-
|
|
1373
1223
|
</details>
|
|
1374
1224
|
<details>
|
|
1375
1225
|
<summary>
|
|
@@ -1377,7 +1227,6 @@ DescribeClusterSchedulerConfig
|
|
|
1377
1227
|
</summary>
|
|
1378
1228
|
|
|
1379
1229
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeClusterSchedulerConfigCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeClusterSchedulerConfigCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeClusterSchedulerConfigCommandOutput/)
|
|
1380
|
-
|
|
1381
1230
|
</details>
|
|
1382
1231
|
<details>
|
|
1383
1232
|
<summary>
|
|
@@ -1385,7 +1234,6 @@ DescribeCodeRepository
|
|
|
1385
1234
|
</summary>
|
|
1386
1235
|
|
|
1387
1236
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeCodeRepositoryCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeCodeRepositoryCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeCodeRepositoryCommandOutput/)
|
|
1388
|
-
|
|
1389
1237
|
</details>
|
|
1390
1238
|
<details>
|
|
1391
1239
|
<summary>
|
|
@@ -1393,7 +1241,6 @@ DescribeCompilationJob
|
|
|
1393
1241
|
</summary>
|
|
1394
1242
|
|
|
1395
1243
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeCompilationJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeCompilationJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeCompilationJobCommandOutput/)
|
|
1396
|
-
|
|
1397
1244
|
</details>
|
|
1398
1245
|
<details>
|
|
1399
1246
|
<summary>
|
|
@@ -1401,7 +1248,6 @@ DescribeComputeQuota
|
|
|
1401
1248
|
</summary>
|
|
1402
1249
|
|
|
1403
1250
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeComputeQuotaCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeComputeQuotaCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeComputeQuotaCommandOutput/)
|
|
1404
|
-
|
|
1405
1251
|
</details>
|
|
1406
1252
|
<details>
|
|
1407
1253
|
<summary>
|
|
@@ -1409,7 +1255,6 @@ DescribeContext
|
|
|
1409
1255
|
</summary>
|
|
1410
1256
|
|
|
1411
1257
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeContextCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeContextCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeContextCommandOutput/)
|
|
1412
|
-
|
|
1413
1258
|
</details>
|
|
1414
1259
|
<details>
|
|
1415
1260
|
<summary>
|
|
@@ -1417,7 +1262,6 @@ DescribeDataQualityJobDefinition
|
|
|
1417
1262
|
</summary>
|
|
1418
1263
|
|
|
1419
1264
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeDataQualityJobDefinitionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeDataQualityJobDefinitionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeDataQualityJobDefinitionCommandOutput/)
|
|
1420
|
-
|
|
1421
1265
|
</details>
|
|
1422
1266
|
<details>
|
|
1423
1267
|
<summary>
|
|
@@ -1425,7 +1269,6 @@ DescribeDevice
|
|
|
1425
1269
|
</summary>
|
|
1426
1270
|
|
|
1427
1271
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeDeviceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeDeviceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeDeviceCommandOutput/)
|
|
1428
|
-
|
|
1429
1272
|
</details>
|
|
1430
1273
|
<details>
|
|
1431
1274
|
<summary>
|
|
@@ -1433,7 +1276,6 @@ DescribeDeviceFleet
|
|
|
1433
1276
|
</summary>
|
|
1434
1277
|
|
|
1435
1278
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeDeviceFleetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeDeviceFleetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeDeviceFleetCommandOutput/)
|
|
1436
|
-
|
|
1437
1279
|
</details>
|
|
1438
1280
|
<details>
|
|
1439
1281
|
<summary>
|
|
@@ -1441,7 +1283,6 @@ DescribeDomain
|
|
|
1441
1283
|
</summary>
|
|
1442
1284
|
|
|
1443
1285
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeDomainCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeDomainCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeDomainCommandOutput/)
|
|
1444
|
-
|
|
1445
1286
|
</details>
|
|
1446
1287
|
<details>
|
|
1447
1288
|
<summary>
|
|
@@ -1449,7 +1290,6 @@ DescribeEdgeDeploymentPlan
|
|
|
1449
1290
|
</summary>
|
|
1450
1291
|
|
|
1451
1292
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeEdgeDeploymentPlanCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeEdgeDeploymentPlanCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeEdgeDeploymentPlanCommandOutput/)
|
|
1452
|
-
|
|
1453
1293
|
</details>
|
|
1454
1294
|
<details>
|
|
1455
1295
|
<summary>
|
|
@@ -1457,7 +1297,6 @@ DescribeEdgePackagingJob
|
|
|
1457
1297
|
</summary>
|
|
1458
1298
|
|
|
1459
1299
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeEdgePackagingJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeEdgePackagingJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeEdgePackagingJobCommandOutput/)
|
|
1460
|
-
|
|
1461
1300
|
</details>
|
|
1462
1301
|
<details>
|
|
1463
1302
|
<summary>
|
|
@@ -1465,7 +1304,6 @@ DescribeEndpoint
|
|
|
1465
1304
|
</summary>
|
|
1466
1305
|
|
|
1467
1306
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeEndpointCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeEndpointCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeEndpointCommandOutput/)
|
|
1468
|
-
|
|
1469
1307
|
</details>
|
|
1470
1308
|
<details>
|
|
1471
1309
|
<summary>
|
|
@@ -1473,7 +1311,6 @@ DescribeEndpointConfig
|
|
|
1473
1311
|
</summary>
|
|
1474
1312
|
|
|
1475
1313
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeEndpointConfigCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeEndpointConfigCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeEndpointConfigCommandOutput/)
|
|
1476
|
-
|
|
1477
1314
|
</details>
|
|
1478
1315
|
<details>
|
|
1479
1316
|
<summary>
|
|
@@ -1481,7 +1318,6 @@ DescribeExperiment
|
|
|
1481
1318
|
</summary>
|
|
1482
1319
|
|
|
1483
1320
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeExperimentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeExperimentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeExperimentCommandOutput/)
|
|
1484
|
-
|
|
1485
1321
|
</details>
|
|
1486
1322
|
<details>
|
|
1487
1323
|
<summary>
|
|
@@ -1489,7 +1325,6 @@ DescribeFeatureGroup
|
|
|
1489
1325
|
</summary>
|
|
1490
1326
|
|
|
1491
1327
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeFeatureGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeFeatureGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeFeatureGroupCommandOutput/)
|
|
1492
|
-
|
|
1493
1328
|
</details>
|
|
1494
1329
|
<details>
|
|
1495
1330
|
<summary>
|
|
@@ -1497,7 +1332,6 @@ DescribeFeatureMetadata
|
|
|
1497
1332
|
</summary>
|
|
1498
1333
|
|
|
1499
1334
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeFeatureMetadataCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeFeatureMetadataCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeFeatureMetadataCommandOutput/)
|
|
1500
|
-
|
|
1501
1335
|
</details>
|
|
1502
1336
|
<details>
|
|
1503
1337
|
<summary>
|
|
@@ -1505,7 +1339,6 @@ DescribeFlowDefinition
|
|
|
1505
1339
|
</summary>
|
|
1506
1340
|
|
|
1507
1341
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeFlowDefinitionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeFlowDefinitionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeFlowDefinitionCommandOutput/)
|
|
1508
|
-
|
|
1509
1342
|
</details>
|
|
1510
1343
|
<details>
|
|
1511
1344
|
<summary>
|
|
@@ -1513,7 +1346,6 @@ DescribeHub
|
|
|
1513
1346
|
</summary>
|
|
1514
1347
|
|
|
1515
1348
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeHubCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeHubCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeHubCommandOutput/)
|
|
1516
|
-
|
|
1517
1349
|
</details>
|
|
1518
1350
|
<details>
|
|
1519
1351
|
<summary>
|
|
@@ -1521,7 +1353,6 @@ DescribeHubContent
|
|
|
1521
1353
|
</summary>
|
|
1522
1354
|
|
|
1523
1355
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeHubContentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeHubContentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeHubContentCommandOutput/)
|
|
1524
|
-
|
|
1525
1356
|
</details>
|
|
1526
1357
|
<details>
|
|
1527
1358
|
<summary>
|
|
@@ -1529,7 +1360,6 @@ DescribeHumanTaskUi
|
|
|
1529
1360
|
</summary>
|
|
1530
1361
|
|
|
1531
1362
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeHumanTaskUiCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeHumanTaskUiCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeHumanTaskUiCommandOutput/)
|
|
1532
|
-
|
|
1533
1363
|
</details>
|
|
1534
1364
|
<details>
|
|
1535
1365
|
<summary>
|
|
@@ -1537,7 +1367,6 @@ DescribeHyperParameterTuningJob
|
|
|
1537
1367
|
</summary>
|
|
1538
1368
|
|
|
1539
1369
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeHyperParameterTuningJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeHyperParameterTuningJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeHyperParameterTuningJobCommandOutput/)
|
|
1540
|
-
|
|
1541
1370
|
</details>
|
|
1542
1371
|
<details>
|
|
1543
1372
|
<summary>
|
|
@@ -1545,7 +1374,6 @@ DescribeImage
|
|
|
1545
1374
|
</summary>
|
|
1546
1375
|
|
|
1547
1376
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeImageCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeImageCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeImageCommandOutput/)
|
|
1548
|
-
|
|
1549
1377
|
</details>
|
|
1550
1378
|
<details>
|
|
1551
1379
|
<summary>
|
|
@@ -1553,7 +1381,6 @@ DescribeImageVersion
|
|
|
1553
1381
|
</summary>
|
|
1554
1382
|
|
|
1555
1383
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeImageVersionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeImageVersionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeImageVersionCommandOutput/)
|
|
1556
|
-
|
|
1557
1384
|
</details>
|
|
1558
1385
|
<details>
|
|
1559
1386
|
<summary>
|
|
@@ -1561,7 +1388,6 @@ DescribeInferenceComponent
|
|
|
1561
1388
|
</summary>
|
|
1562
1389
|
|
|
1563
1390
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeInferenceComponentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeInferenceComponentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeInferenceComponentCommandOutput/)
|
|
1564
|
-
|
|
1565
1391
|
</details>
|
|
1566
1392
|
<details>
|
|
1567
1393
|
<summary>
|
|
@@ -1569,7 +1395,6 @@ DescribeInferenceExperiment
|
|
|
1569
1395
|
</summary>
|
|
1570
1396
|
|
|
1571
1397
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeInferenceExperimentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeInferenceExperimentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeInferenceExperimentCommandOutput/)
|
|
1572
|
-
|
|
1573
1398
|
</details>
|
|
1574
1399
|
<details>
|
|
1575
1400
|
<summary>
|
|
@@ -1577,7 +1402,6 @@ DescribeInferenceRecommendationsJob
|
|
|
1577
1402
|
</summary>
|
|
1578
1403
|
|
|
1579
1404
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeInferenceRecommendationsJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeInferenceRecommendationsJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeInferenceRecommendationsJobCommandOutput/)
|
|
1580
|
-
|
|
1581
1405
|
</details>
|
|
1582
1406
|
<details>
|
|
1583
1407
|
<summary>
|
|
@@ -1585,7 +1409,6 @@ DescribeLabelingJob
|
|
|
1585
1409
|
</summary>
|
|
1586
1410
|
|
|
1587
1411
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeLabelingJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeLabelingJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeLabelingJobCommandOutput/)
|
|
1588
|
-
|
|
1589
1412
|
</details>
|
|
1590
1413
|
<details>
|
|
1591
1414
|
<summary>
|
|
@@ -1593,7 +1416,6 @@ DescribeLineageGroup
|
|
|
1593
1416
|
</summary>
|
|
1594
1417
|
|
|
1595
1418
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeLineageGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeLineageGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeLineageGroupCommandOutput/)
|
|
1596
|
-
|
|
1597
1419
|
</details>
|
|
1598
1420
|
<details>
|
|
1599
1421
|
<summary>
|
|
@@ -1601,7 +1423,6 @@ DescribeMlflowApp
|
|
|
1601
1423
|
</summary>
|
|
1602
1424
|
|
|
1603
1425
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeMlflowAppCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeMlflowAppCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeMlflowAppCommandOutput/)
|
|
1604
|
-
|
|
1605
1426
|
</details>
|
|
1606
1427
|
<details>
|
|
1607
1428
|
<summary>
|
|
@@ -1609,7 +1430,6 @@ DescribeMlflowTrackingServer
|
|
|
1609
1430
|
</summary>
|
|
1610
1431
|
|
|
1611
1432
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeMlflowTrackingServerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeMlflowTrackingServerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeMlflowTrackingServerCommandOutput/)
|
|
1612
|
-
|
|
1613
1433
|
</details>
|
|
1614
1434
|
<details>
|
|
1615
1435
|
<summary>
|
|
@@ -1617,7 +1437,6 @@ DescribeModel
|
|
|
1617
1437
|
</summary>
|
|
1618
1438
|
|
|
1619
1439
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeModelCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeModelCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeModelCommandOutput/)
|
|
1620
|
-
|
|
1621
1440
|
</details>
|
|
1622
1441
|
<details>
|
|
1623
1442
|
<summary>
|
|
@@ -1625,7 +1444,6 @@ DescribeModelBiasJobDefinition
|
|
|
1625
1444
|
</summary>
|
|
1626
1445
|
|
|
1627
1446
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeModelBiasJobDefinitionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeModelBiasJobDefinitionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeModelBiasJobDefinitionCommandOutput/)
|
|
1628
|
-
|
|
1629
1447
|
</details>
|
|
1630
1448
|
<details>
|
|
1631
1449
|
<summary>
|
|
@@ -1633,7 +1451,6 @@ DescribeModelCard
|
|
|
1633
1451
|
</summary>
|
|
1634
1452
|
|
|
1635
1453
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeModelCardCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeModelCardCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeModelCardCommandOutput/)
|
|
1636
|
-
|
|
1637
1454
|
</details>
|
|
1638
1455
|
<details>
|
|
1639
1456
|
<summary>
|
|
@@ -1641,7 +1458,6 @@ DescribeModelCardExportJob
|
|
|
1641
1458
|
</summary>
|
|
1642
1459
|
|
|
1643
1460
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeModelCardExportJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeModelCardExportJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeModelCardExportJobCommandOutput/)
|
|
1644
|
-
|
|
1645
1461
|
</details>
|
|
1646
1462
|
<details>
|
|
1647
1463
|
<summary>
|
|
@@ -1649,7 +1465,6 @@ DescribeModelExplainabilityJobDefinition
|
|
|
1649
1465
|
</summary>
|
|
1650
1466
|
|
|
1651
1467
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeModelExplainabilityJobDefinitionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeModelExplainabilityJobDefinitionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeModelExplainabilityJobDefinitionCommandOutput/)
|
|
1652
|
-
|
|
1653
1468
|
</details>
|
|
1654
1469
|
<details>
|
|
1655
1470
|
<summary>
|
|
@@ -1657,7 +1472,6 @@ DescribeModelPackage
|
|
|
1657
1472
|
</summary>
|
|
1658
1473
|
|
|
1659
1474
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeModelPackageCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeModelPackageCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeModelPackageCommandOutput/)
|
|
1660
|
-
|
|
1661
1475
|
</details>
|
|
1662
1476
|
<details>
|
|
1663
1477
|
<summary>
|
|
@@ -1665,7 +1479,6 @@ DescribeModelPackageGroup
|
|
|
1665
1479
|
</summary>
|
|
1666
1480
|
|
|
1667
1481
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeModelPackageGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeModelPackageGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeModelPackageGroupCommandOutput/)
|
|
1668
|
-
|
|
1669
1482
|
</details>
|
|
1670
1483
|
<details>
|
|
1671
1484
|
<summary>
|
|
@@ -1673,7 +1486,6 @@ DescribeModelQualityJobDefinition
|
|
|
1673
1486
|
</summary>
|
|
1674
1487
|
|
|
1675
1488
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeModelQualityJobDefinitionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeModelQualityJobDefinitionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeModelQualityJobDefinitionCommandOutput/)
|
|
1676
|
-
|
|
1677
1489
|
</details>
|
|
1678
1490
|
<details>
|
|
1679
1491
|
<summary>
|
|
@@ -1681,7 +1493,6 @@ DescribeMonitoringSchedule
|
|
|
1681
1493
|
</summary>
|
|
1682
1494
|
|
|
1683
1495
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeMonitoringScheduleCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeMonitoringScheduleCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeMonitoringScheduleCommandOutput/)
|
|
1684
|
-
|
|
1685
1496
|
</details>
|
|
1686
1497
|
<details>
|
|
1687
1498
|
<summary>
|
|
@@ -1689,7 +1500,6 @@ DescribeNotebookInstance
|
|
|
1689
1500
|
</summary>
|
|
1690
1501
|
|
|
1691
1502
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeNotebookInstanceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeNotebookInstanceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeNotebookInstanceCommandOutput/)
|
|
1692
|
-
|
|
1693
1503
|
</details>
|
|
1694
1504
|
<details>
|
|
1695
1505
|
<summary>
|
|
@@ -1697,7 +1507,6 @@ DescribeNotebookInstanceLifecycleConfig
|
|
|
1697
1507
|
</summary>
|
|
1698
1508
|
|
|
1699
1509
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeNotebookInstanceLifecycleConfigCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeNotebookInstanceLifecycleConfigCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeNotebookInstanceLifecycleConfigCommandOutput/)
|
|
1700
|
-
|
|
1701
1510
|
</details>
|
|
1702
1511
|
<details>
|
|
1703
1512
|
<summary>
|
|
@@ -1705,7 +1514,6 @@ DescribeOptimizationJob
|
|
|
1705
1514
|
</summary>
|
|
1706
1515
|
|
|
1707
1516
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeOptimizationJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeOptimizationJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeOptimizationJobCommandOutput/)
|
|
1708
|
-
|
|
1709
1517
|
</details>
|
|
1710
1518
|
<details>
|
|
1711
1519
|
<summary>
|
|
@@ -1713,7 +1521,6 @@ DescribePartnerApp
|
|
|
1713
1521
|
</summary>
|
|
1714
1522
|
|
|
1715
1523
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribePartnerAppCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribePartnerAppCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribePartnerAppCommandOutput/)
|
|
1716
|
-
|
|
1717
1524
|
</details>
|
|
1718
1525
|
<details>
|
|
1719
1526
|
<summary>
|
|
@@ -1721,7 +1528,6 @@ DescribePipeline
|
|
|
1721
1528
|
</summary>
|
|
1722
1529
|
|
|
1723
1530
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribePipelineCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribePipelineCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribePipelineCommandOutput/)
|
|
1724
|
-
|
|
1725
1531
|
</details>
|
|
1726
1532
|
<details>
|
|
1727
1533
|
<summary>
|
|
@@ -1729,7 +1535,6 @@ DescribePipelineDefinitionForExecution
|
|
|
1729
1535
|
</summary>
|
|
1730
1536
|
|
|
1731
1537
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribePipelineDefinitionForExecutionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribePipelineDefinitionForExecutionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribePipelineDefinitionForExecutionCommandOutput/)
|
|
1732
|
-
|
|
1733
1538
|
</details>
|
|
1734
1539
|
<details>
|
|
1735
1540
|
<summary>
|
|
@@ -1737,7 +1542,6 @@ DescribePipelineExecution
|
|
|
1737
1542
|
</summary>
|
|
1738
1543
|
|
|
1739
1544
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribePipelineExecutionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribePipelineExecutionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribePipelineExecutionCommandOutput/)
|
|
1740
|
-
|
|
1741
1545
|
</details>
|
|
1742
1546
|
<details>
|
|
1743
1547
|
<summary>
|
|
@@ -1745,7 +1549,6 @@ DescribeProcessingJob
|
|
|
1745
1549
|
</summary>
|
|
1746
1550
|
|
|
1747
1551
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeProcessingJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeProcessingJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeProcessingJobCommandOutput/)
|
|
1748
|
-
|
|
1749
1552
|
</details>
|
|
1750
1553
|
<details>
|
|
1751
1554
|
<summary>
|
|
@@ -1753,7 +1556,6 @@ DescribeProject
|
|
|
1753
1556
|
</summary>
|
|
1754
1557
|
|
|
1755
1558
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeProjectCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeProjectCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeProjectCommandOutput/)
|
|
1756
|
-
|
|
1757
1559
|
</details>
|
|
1758
1560
|
<details>
|
|
1759
1561
|
<summary>
|
|
@@ -1761,7 +1563,6 @@ DescribeReservedCapacity
|
|
|
1761
1563
|
</summary>
|
|
1762
1564
|
|
|
1763
1565
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeReservedCapacityCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeReservedCapacityCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeReservedCapacityCommandOutput/)
|
|
1764
|
-
|
|
1765
1566
|
</details>
|
|
1766
1567
|
<details>
|
|
1767
1568
|
<summary>
|
|
@@ -1769,7 +1570,6 @@ DescribeSpace
|
|
|
1769
1570
|
</summary>
|
|
1770
1571
|
|
|
1771
1572
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeSpaceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeSpaceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeSpaceCommandOutput/)
|
|
1772
|
-
|
|
1773
1573
|
</details>
|
|
1774
1574
|
<details>
|
|
1775
1575
|
<summary>
|
|
@@ -1777,7 +1577,6 @@ DescribeStudioLifecycleConfig
|
|
|
1777
1577
|
</summary>
|
|
1778
1578
|
|
|
1779
1579
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeStudioLifecycleConfigCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeStudioLifecycleConfigCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeStudioLifecycleConfigCommandOutput/)
|
|
1780
|
-
|
|
1781
1580
|
</details>
|
|
1782
1581
|
<details>
|
|
1783
1582
|
<summary>
|
|
@@ -1785,7 +1584,6 @@ DescribeSubscribedWorkteam
|
|
|
1785
1584
|
</summary>
|
|
1786
1585
|
|
|
1787
1586
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeSubscribedWorkteamCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeSubscribedWorkteamCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeSubscribedWorkteamCommandOutput/)
|
|
1788
|
-
|
|
1789
1587
|
</details>
|
|
1790
1588
|
<details>
|
|
1791
1589
|
<summary>
|
|
@@ -1793,7 +1591,6 @@ DescribeTrainingJob
|
|
|
1793
1591
|
</summary>
|
|
1794
1592
|
|
|
1795
1593
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeTrainingJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeTrainingJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeTrainingJobCommandOutput/)
|
|
1796
|
-
|
|
1797
1594
|
</details>
|
|
1798
1595
|
<details>
|
|
1799
1596
|
<summary>
|
|
@@ -1801,7 +1598,6 @@ DescribeTrainingPlan
|
|
|
1801
1598
|
</summary>
|
|
1802
1599
|
|
|
1803
1600
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeTrainingPlanCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeTrainingPlanCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeTrainingPlanCommandOutput/)
|
|
1804
|
-
|
|
1805
1601
|
</details>
|
|
1806
1602
|
<details>
|
|
1807
1603
|
<summary>
|
|
@@ -1809,7 +1605,6 @@ DescribeTransformJob
|
|
|
1809
1605
|
</summary>
|
|
1810
1606
|
|
|
1811
1607
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeTransformJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeTransformJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeTransformJobCommandOutput/)
|
|
1812
|
-
|
|
1813
1608
|
</details>
|
|
1814
1609
|
<details>
|
|
1815
1610
|
<summary>
|
|
@@ -1817,7 +1612,6 @@ DescribeTrial
|
|
|
1817
1612
|
</summary>
|
|
1818
1613
|
|
|
1819
1614
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeTrialCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeTrialCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeTrialCommandOutput/)
|
|
1820
|
-
|
|
1821
1615
|
</details>
|
|
1822
1616
|
<details>
|
|
1823
1617
|
<summary>
|
|
@@ -1825,7 +1619,6 @@ DescribeTrialComponent
|
|
|
1825
1619
|
</summary>
|
|
1826
1620
|
|
|
1827
1621
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeTrialComponentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeTrialComponentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeTrialComponentCommandOutput/)
|
|
1828
|
-
|
|
1829
1622
|
</details>
|
|
1830
1623
|
<details>
|
|
1831
1624
|
<summary>
|
|
@@ -1833,7 +1626,6 @@ DescribeUserProfile
|
|
|
1833
1626
|
</summary>
|
|
1834
1627
|
|
|
1835
1628
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeUserProfileCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeUserProfileCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeUserProfileCommandOutput/)
|
|
1836
|
-
|
|
1837
1629
|
</details>
|
|
1838
1630
|
<details>
|
|
1839
1631
|
<summary>
|
|
@@ -1841,7 +1633,6 @@ DescribeWorkforce
|
|
|
1841
1633
|
</summary>
|
|
1842
1634
|
|
|
1843
1635
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeWorkforceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeWorkforceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeWorkforceCommandOutput/)
|
|
1844
|
-
|
|
1845
1636
|
</details>
|
|
1846
1637
|
<details>
|
|
1847
1638
|
<summary>
|
|
@@ -1849,7 +1640,6 @@ DescribeWorkteam
|
|
|
1849
1640
|
</summary>
|
|
1850
1641
|
|
|
1851
1642
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DescribeWorkteamCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeWorkteamCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DescribeWorkteamCommandOutput/)
|
|
1852
|
-
|
|
1853
1643
|
</details>
|
|
1854
1644
|
<details>
|
|
1855
1645
|
<summary>
|
|
@@ -1857,7 +1647,6 @@ DetachClusterNodeVolume
|
|
|
1857
1647
|
</summary>
|
|
1858
1648
|
|
|
1859
1649
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DetachClusterNodeVolumeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DetachClusterNodeVolumeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DetachClusterNodeVolumeCommandOutput/)
|
|
1860
|
-
|
|
1861
1650
|
</details>
|
|
1862
1651
|
<details>
|
|
1863
1652
|
<summary>
|
|
@@ -1865,7 +1654,6 @@ DisableSagemakerServicecatalogPortfolio
|
|
|
1865
1654
|
</summary>
|
|
1866
1655
|
|
|
1867
1656
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DisableSagemakerServicecatalogPortfolioCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DisableSagemakerServicecatalogPortfolioCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DisableSagemakerServicecatalogPortfolioCommandOutput/)
|
|
1868
|
-
|
|
1869
1657
|
</details>
|
|
1870
1658
|
<details>
|
|
1871
1659
|
<summary>
|
|
@@ -1873,7 +1661,6 @@ DisassociateTrialComponent
|
|
|
1873
1661
|
</summary>
|
|
1874
1662
|
|
|
1875
1663
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/DisassociateTrialComponentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DisassociateTrialComponentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/DisassociateTrialComponentCommandOutput/)
|
|
1876
|
-
|
|
1877
1664
|
</details>
|
|
1878
1665
|
<details>
|
|
1879
1666
|
<summary>
|
|
@@ -1881,7 +1668,6 @@ EnableSagemakerServicecatalogPortfolio
|
|
|
1881
1668
|
</summary>
|
|
1882
1669
|
|
|
1883
1670
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/EnableSagemakerServicecatalogPortfolioCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/EnableSagemakerServicecatalogPortfolioCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/EnableSagemakerServicecatalogPortfolioCommandOutput/)
|
|
1884
|
-
|
|
1885
1671
|
</details>
|
|
1886
1672
|
<details>
|
|
1887
1673
|
<summary>
|
|
@@ -1889,7 +1675,6 @@ GetDeviceFleetReport
|
|
|
1889
1675
|
</summary>
|
|
1890
1676
|
|
|
1891
1677
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/GetDeviceFleetReportCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/GetDeviceFleetReportCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/GetDeviceFleetReportCommandOutput/)
|
|
1892
|
-
|
|
1893
1678
|
</details>
|
|
1894
1679
|
<details>
|
|
1895
1680
|
<summary>
|
|
@@ -1897,7 +1682,6 @@ GetLineageGroupPolicy
|
|
|
1897
1682
|
</summary>
|
|
1898
1683
|
|
|
1899
1684
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/GetLineageGroupPolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/GetLineageGroupPolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/GetLineageGroupPolicyCommandOutput/)
|
|
1900
|
-
|
|
1901
1685
|
</details>
|
|
1902
1686
|
<details>
|
|
1903
1687
|
<summary>
|
|
@@ -1905,7 +1689,6 @@ GetModelPackageGroupPolicy
|
|
|
1905
1689
|
</summary>
|
|
1906
1690
|
|
|
1907
1691
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/GetModelPackageGroupPolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/GetModelPackageGroupPolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/GetModelPackageGroupPolicyCommandOutput/)
|
|
1908
|
-
|
|
1909
1692
|
</details>
|
|
1910
1693
|
<details>
|
|
1911
1694
|
<summary>
|
|
@@ -1913,7 +1696,6 @@ GetSagemakerServicecatalogPortfolioStatus
|
|
|
1913
1696
|
</summary>
|
|
1914
1697
|
|
|
1915
1698
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/GetSagemakerServicecatalogPortfolioStatusCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/GetSagemakerServicecatalogPortfolioStatusCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/GetSagemakerServicecatalogPortfolioStatusCommandOutput/)
|
|
1916
|
-
|
|
1917
1699
|
</details>
|
|
1918
1700
|
<details>
|
|
1919
1701
|
<summary>
|
|
@@ -1921,7 +1703,6 @@ GetScalingConfigurationRecommendation
|
|
|
1921
1703
|
</summary>
|
|
1922
1704
|
|
|
1923
1705
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/GetScalingConfigurationRecommendationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/GetScalingConfigurationRecommendationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/GetScalingConfigurationRecommendationCommandOutput/)
|
|
1924
|
-
|
|
1925
1706
|
</details>
|
|
1926
1707
|
<details>
|
|
1927
1708
|
<summary>
|
|
@@ -1929,7 +1710,6 @@ GetSearchSuggestions
|
|
|
1929
1710
|
</summary>
|
|
1930
1711
|
|
|
1931
1712
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/GetSearchSuggestionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/GetSearchSuggestionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/GetSearchSuggestionsCommandOutput/)
|
|
1932
|
-
|
|
1933
1713
|
</details>
|
|
1934
1714
|
<details>
|
|
1935
1715
|
<summary>
|
|
@@ -1937,7 +1717,6 @@ ImportHubContent
|
|
|
1937
1717
|
</summary>
|
|
1938
1718
|
|
|
1939
1719
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ImportHubContentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ImportHubContentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ImportHubContentCommandOutput/)
|
|
1940
|
-
|
|
1941
1720
|
</details>
|
|
1942
1721
|
<details>
|
|
1943
1722
|
<summary>
|
|
@@ -1945,7 +1724,6 @@ ListActions
|
|
|
1945
1724
|
</summary>
|
|
1946
1725
|
|
|
1947
1726
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListActionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListActionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListActionsCommandOutput/)
|
|
1948
|
-
|
|
1949
1727
|
</details>
|
|
1950
1728
|
<details>
|
|
1951
1729
|
<summary>
|
|
@@ -1953,7 +1731,6 @@ ListAlgorithms
|
|
|
1953
1731
|
</summary>
|
|
1954
1732
|
|
|
1955
1733
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListAlgorithmsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListAlgorithmsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListAlgorithmsCommandOutput/)
|
|
1956
|
-
|
|
1957
1734
|
</details>
|
|
1958
1735
|
<details>
|
|
1959
1736
|
<summary>
|
|
@@ -1961,7 +1738,6 @@ ListAliases
|
|
|
1961
1738
|
</summary>
|
|
1962
1739
|
|
|
1963
1740
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListAliasesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListAliasesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListAliasesCommandOutput/)
|
|
1964
|
-
|
|
1965
1741
|
</details>
|
|
1966
1742
|
<details>
|
|
1967
1743
|
<summary>
|
|
@@ -1969,7 +1745,6 @@ ListAppImageConfigs
|
|
|
1969
1745
|
</summary>
|
|
1970
1746
|
|
|
1971
1747
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListAppImageConfigsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListAppImageConfigsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListAppImageConfigsCommandOutput/)
|
|
1972
|
-
|
|
1973
1748
|
</details>
|
|
1974
1749
|
<details>
|
|
1975
1750
|
<summary>
|
|
@@ -1977,7 +1752,6 @@ ListApps
|
|
|
1977
1752
|
</summary>
|
|
1978
1753
|
|
|
1979
1754
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListAppsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListAppsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListAppsCommandOutput/)
|
|
1980
|
-
|
|
1981
1755
|
</details>
|
|
1982
1756
|
<details>
|
|
1983
1757
|
<summary>
|
|
@@ -1985,7 +1759,6 @@ ListArtifacts
|
|
|
1985
1759
|
</summary>
|
|
1986
1760
|
|
|
1987
1761
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListArtifactsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListArtifactsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListArtifactsCommandOutput/)
|
|
1988
|
-
|
|
1989
1762
|
</details>
|
|
1990
1763
|
<details>
|
|
1991
1764
|
<summary>
|
|
@@ -1993,7 +1766,6 @@ ListAssociations
|
|
|
1993
1766
|
</summary>
|
|
1994
1767
|
|
|
1995
1768
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListAssociationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListAssociationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListAssociationsCommandOutput/)
|
|
1996
|
-
|
|
1997
1769
|
</details>
|
|
1998
1770
|
<details>
|
|
1999
1771
|
<summary>
|
|
@@ -2001,7 +1773,6 @@ ListAutoMLJobs
|
|
|
2001
1773
|
</summary>
|
|
2002
1774
|
|
|
2003
1775
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListAutoMLJobsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListAutoMLJobsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListAutoMLJobsCommandOutput/)
|
|
2004
|
-
|
|
2005
1776
|
</details>
|
|
2006
1777
|
<details>
|
|
2007
1778
|
<summary>
|
|
@@ -2009,7 +1780,6 @@ ListCandidatesForAutoMLJob
|
|
|
2009
1780
|
</summary>
|
|
2010
1781
|
|
|
2011
1782
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListCandidatesForAutoMLJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListCandidatesForAutoMLJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListCandidatesForAutoMLJobCommandOutput/)
|
|
2012
|
-
|
|
2013
1783
|
</details>
|
|
2014
1784
|
<details>
|
|
2015
1785
|
<summary>
|
|
@@ -2017,7 +1787,6 @@ ListClusterEvents
|
|
|
2017
1787
|
</summary>
|
|
2018
1788
|
|
|
2019
1789
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListClusterEventsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListClusterEventsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListClusterEventsCommandOutput/)
|
|
2020
|
-
|
|
2021
1790
|
</details>
|
|
2022
1791
|
<details>
|
|
2023
1792
|
<summary>
|
|
@@ -2025,7 +1794,6 @@ ListClusterNodes
|
|
|
2025
1794
|
</summary>
|
|
2026
1795
|
|
|
2027
1796
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListClusterNodesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListClusterNodesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListClusterNodesCommandOutput/)
|
|
2028
|
-
|
|
2029
1797
|
</details>
|
|
2030
1798
|
<details>
|
|
2031
1799
|
<summary>
|
|
@@ -2033,7 +1801,6 @@ ListClusters
|
|
|
2033
1801
|
</summary>
|
|
2034
1802
|
|
|
2035
1803
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListClustersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListClustersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListClustersCommandOutput/)
|
|
2036
|
-
|
|
2037
1804
|
</details>
|
|
2038
1805
|
<details>
|
|
2039
1806
|
<summary>
|
|
@@ -2041,7 +1808,6 @@ ListClusterSchedulerConfigs
|
|
|
2041
1808
|
</summary>
|
|
2042
1809
|
|
|
2043
1810
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListClusterSchedulerConfigsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListClusterSchedulerConfigsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListClusterSchedulerConfigsCommandOutput/)
|
|
2044
|
-
|
|
2045
1811
|
</details>
|
|
2046
1812
|
<details>
|
|
2047
1813
|
<summary>
|
|
@@ -2049,7 +1815,6 @@ ListCodeRepositories
|
|
|
2049
1815
|
</summary>
|
|
2050
1816
|
|
|
2051
1817
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListCodeRepositoriesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListCodeRepositoriesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListCodeRepositoriesCommandOutput/)
|
|
2052
|
-
|
|
2053
1818
|
</details>
|
|
2054
1819
|
<details>
|
|
2055
1820
|
<summary>
|
|
@@ -2057,7 +1822,6 @@ ListCompilationJobs
|
|
|
2057
1822
|
</summary>
|
|
2058
1823
|
|
|
2059
1824
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListCompilationJobsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListCompilationJobsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListCompilationJobsCommandOutput/)
|
|
2060
|
-
|
|
2061
1825
|
</details>
|
|
2062
1826
|
<details>
|
|
2063
1827
|
<summary>
|
|
@@ -2065,7 +1829,6 @@ ListComputeQuotas
|
|
|
2065
1829
|
</summary>
|
|
2066
1830
|
|
|
2067
1831
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListComputeQuotasCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListComputeQuotasCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListComputeQuotasCommandOutput/)
|
|
2068
|
-
|
|
2069
1832
|
</details>
|
|
2070
1833
|
<details>
|
|
2071
1834
|
<summary>
|
|
@@ -2073,7 +1836,6 @@ ListContexts
|
|
|
2073
1836
|
</summary>
|
|
2074
1837
|
|
|
2075
1838
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListContextsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListContextsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListContextsCommandOutput/)
|
|
2076
|
-
|
|
2077
1839
|
</details>
|
|
2078
1840
|
<details>
|
|
2079
1841
|
<summary>
|
|
@@ -2081,7 +1843,6 @@ ListDataQualityJobDefinitions
|
|
|
2081
1843
|
</summary>
|
|
2082
1844
|
|
|
2083
1845
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListDataQualityJobDefinitionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListDataQualityJobDefinitionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListDataQualityJobDefinitionsCommandOutput/)
|
|
2084
|
-
|
|
2085
1846
|
</details>
|
|
2086
1847
|
<details>
|
|
2087
1848
|
<summary>
|
|
@@ -2089,7 +1850,6 @@ ListDeviceFleets
|
|
|
2089
1850
|
</summary>
|
|
2090
1851
|
|
|
2091
1852
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListDeviceFleetsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListDeviceFleetsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListDeviceFleetsCommandOutput/)
|
|
2092
|
-
|
|
2093
1853
|
</details>
|
|
2094
1854
|
<details>
|
|
2095
1855
|
<summary>
|
|
@@ -2097,7 +1857,6 @@ ListDevices
|
|
|
2097
1857
|
</summary>
|
|
2098
1858
|
|
|
2099
1859
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListDevicesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListDevicesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListDevicesCommandOutput/)
|
|
2100
|
-
|
|
2101
1860
|
</details>
|
|
2102
1861
|
<details>
|
|
2103
1862
|
<summary>
|
|
@@ -2105,7 +1864,6 @@ ListDomains
|
|
|
2105
1864
|
</summary>
|
|
2106
1865
|
|
|
2107
1866
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListDomainsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListDomainsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListDomainsCommandOutput/)
|
|
2108
|
-
|
|
2109
1867
|
</details>
|
|
2110
1868
|
<details>
|
|
2111
1869
|
<summary>
|
|
@@ -2113,7 +1871,6 @@ ListEdgeDeploymentPlans
|
|
|
2113
1871
|
</summary>
|
|
2114
1872
|
|
|
2115
1873
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListEdgeDeploymentPlansCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListEdgeDeploymentPlansCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListEdgeDeploymentPlansCommandOutput/)
|
|
2116
|
-
|
|
2117
1874
|
</details>
|
|
2118
1875
|
<details>
|
|
2119
1876
|
<summary>
|
|
@@ -2121,7 +1878,6 @@ ListEdgePackagingJobs
|
|
|
2121
1878
|
</summary>
|
|
2122
1879
|
|
|
2123
1880
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListEdgePackagingJobsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListEdgePackagingJobsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListEdgePackagingJobsCommandOutput/)
|
|
2124
|
-
|
|
2125
1881
|
</details>
|
|
2126
1882
|
<details>
|
|
2127
1883
|
<summary>
|
|
@@ -2129,7 +1885,6 @@ ListEndpointConfigs
|
|
|
2129
1885
|
</summary>
|
|
2130
1886
|
|
|
2131
1887
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListEndpointConfigsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListEndpointConfigsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListEndpointConfigsCommandOutput/)
|
|
2132
|
-
|
|
2133
1888
|
</details>
|
|
2134
1889
|
<details>
|
|
2135
1890
|
<summary>
|
|
@@ -2137,7 +1892,6 @@ ListEndpoints
|
|
|
2137
1892
|
</summary>
|
|
2138
1893
|
|
|
2139
1894
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListEndpointsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListEndpointsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListEndpointsCommandOutput/)
|
|
2140
|
-
|
|
2141
1895
|
</details>
|
|
2142
1896
|
<details>
|
|
2143
1897
|
<summary>
|
|
@@ -2145,7 +1899,6 @@ ListExperiments
|
|
|
2145
1899
|
</summary>
|
|
2146
1900
|
|
|
2147
1901
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListExperimentsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListExperimentsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListExperimentsCommandOutput/)
|
|
2148
|
-
|
|
2149
1902
|
</details>
|
|
2150
1903
|
<details>
|
|
2151
1904
|
<summary>
|
|
@@ -2153,7 +1906,6 @@ ListFeatureGroups
|
|
|
2153
1906
|
</summary>
|
|
2154
1907
|
|
|
2155
1908
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListFeatureGroupsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListFeatureGroupsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListFeatureGroupsCommandOutput/)
|
|
2156
|
-
|
|
2157
1909
|
</details>
|
|
2158
1910
|
<details>
|
|
2159
1911
|
<summary>
|
|
@@ -2161,7 +1913,6 @@ ListFlowDefinitions
|
|
|
2161
1913
|
</summary>
|
|
2162
1914
|
|
|
2163
1915
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListFlowDefinitionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListFlowDefinitionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListFlowDefinitionsCommandOutput/)
|
|
2164
|
-
|
|
2165
1916
|
</details>
|
|
2166
1917
|
<details>
|
|
2167
1918
|
<summary>
|
|
@@ -2169,7 +1920,6 @@ ListHubContents
|
|
|
2169
1920
|
</summary>
|
|
2170
1921
|
|
|
2171
1922
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListHubContentsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListHubContentsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListHubContentsCommandOutput/)
|
|
2172
|
-
|
|
2173
1923
|
</details>
|
|
2174
1924
|
<details>
|
|
2175
1925
|
<summary>
|
|
@@ -2177,7 +1927,6 @@ ListHubContentVersions
|
|
|
2177
1927
|
</summary>
|
|
2178
1928
|
|
|
2179
1929
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListHubContentVersionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListHubContentVersionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListHubContentVersionsCommandOutput/)
|
|
2180
|
-
|
|
2181
1930
|
</details>
|
|
2182
1931
|
<details>
|
|
2183
1932
|
<summary>
|
|
@@ -2185,7 +1934,6 @@ ListHubs
|
|
|
2185
1934
|
</summary>
|
|
2186
1935
|
|
|
2187
1936
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListHubsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListHubsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListHubsCommandOutput/)
|
|
2188
|
-
|
|
2189
1937
|
</details>
|
|
2190
1938
|
<details>
|
|
2191
1939
|
<summary>
|
|
@@ -2193,7 +1941,6 @@ ListHumanTaskUis
|
|
|
2193
1941
|
</summary>
|
|
2194
1942
|
|
|
2195
1943
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListHumanTaskUisCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListHumanTaskUisCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListHumanTaskUisCommandOutput/)
|
|
2196
|
-
|
|
2197
1944
|
</details>
|
|
2198
1945
|
<details>
|
|
2199
1946
|
<summary>
|
|
@@ -2201,7 +1948,6 @@ ListHyperParameterTuningJobs
|
|
|
2201
1948
|
</summary>
|
|
2202
1949
|
|
|
2203
1950
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListHyperParameterTuningJobsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListHyperParameterTuningJobsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListHyperParameterTuningJobsCommandOutput/)
|
|
2204
|
-
|
|
2205
1951
|
</details>
|
|
2206
1952
|
<details>
|
|
2207
1953
|
<summary>
|
|
@@ -2209,7 +1955,6 @@ ListImages
|
|
|
2209
1955
|
</summary>
|
|
2210
1956
|
|
|
2211
1957
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListImagesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListImagesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListImagesCommandOutput/)
|
|
2212
|
-
|
|
2213
1958
|
</details>
|
|
2214
1959
|
<details>
|
|
2215
1960
|
<summary>
|
|
@@ -2217,7 +1962,6 @@ ListImageVersions
|
|
|
2217
1962
|
</summary>
|
|
2218
1963
|
|
|
2219
1964
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListImageVersionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListImageVersionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListImageVersionsCommandOutput/)
|
|
2220
|
-
|
|
2221
1965
|
</details>
|
|
2222
1966
|
<details>
|
|
2223
1967
|
<summary>
|
|
@@ -2225,7 +1969,6 @@ ListInferenceComponents
|
|
|
2225
1969
|
</summary>
|
|
2226
1970
|
|
|
2227
1971
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListInferenceComponentsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListInferenceComponentsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListInferenceComponentsCommandOutput/)
|
|
2228
|
-
|
|
2229
1972
|
</details>
|
|
2230
1973
|
<details>
|
|
2231
1974
|
<summary>
|
|
@@ -2233,7 +1976,6 @@ ListInferenceExperiments
|
|
|
2233
1976
|
</summary>
|
|
2234
1977
|
|
|
2235
1978
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListInferenceExperimentsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListInferenceExperimentsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListInferenceExperimentsCommandOutput/)
|
|
2236
|
-
|
|
2237
1979
|
</details>
|
|
2238
1980
|
<details>
|
|
2239
1981
|
<summary>
|
|
@@ -2241,7 +1983,6 @@ ListInferenceRecommendationsJobs
|
|
|
2241
1983
|
</summary>
|
|
2242
1984
|
|
|
2243
1985
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListInferenceRecommendationsJobsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListInferenceRecommendationsJobsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListInferenceRecommendationsJobsCommandOutput/)
|
|
2244
|
-
|
|
2245
1986
|
</details>
|
|
2246
1987
|
<details>
|
|
2247
1988
|
<summary>
|
|
@@ -2249,7 +1990,6 @@ ListInferenceRecommendationsJobSteps
|
|
|
2249
1990
|
</summary>
|
|
2250
1991
|
|
|
2251
1992
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListInferenceRecommendationsJobStepsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListInferenceRecommendationsJobStepsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListInferenceRecommendationsJobStepsCommandOutput/)
|
|
2252
|
-
|
|
2253
1993
|
</details>
|
|
2254
1994
|
<details>
|
|
2255
1995
|
<summary>
|
|
@@ -2257,7 +1997,6 @@ ListLabelingJobs
|
|
|
2257
1997
|
</summary>
|
|
2258
1998
|
|
|
2259
1999
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListLabelingJobsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListLabelingJobsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListLabelingJobsCommandOutput/)
|
|
2260
|
-
|
|
2261
2000
|
</details>
|
|
2262
2001
|
<details>
|
|
2263
2002
|
<summary>
|
|
@@ -2265,7 +2004,6 @@ ListLabelingJobsForWorkteam
|
|
|
2265
2004
|
</summary>
|
|
2266
2005
|
|
|
2267
2006
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListLabelingJobsForWorkteamCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListLabelingJobsForWorkteamCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListLabelingJobsForWorkteamCommandOutput/)
|
|
2268
|
-
|
|
2269
2007
|
</details>
|
|
2270
2008
|
<details>
|
|
2271
2009
|
<summary>
|
|
@@ -2273,7 +2011,6 @@ ListLineageGroups
|
|
|
2273
2011
|
</summary>
|
|
2274
2012
|
|
|
2275
2013
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListLineageGroupsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListLineageGroupsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListLineageGroupsCommandOutput/)
|
|
2276
|
-
|
|
2277
2014
|
</details>
|
|
2278
2015
|
<details>
|
|
2279
2016
|
<summary>
|
|
@@ -2281,7 +2018,6 @@ ListMlflowApps
|
|
|
2281
2018
|
</summary>
|
|
2282
2019
|
|
|
2283
2020
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListMlflowAppsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListMlflowAppsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListMlflowAppsCommandOutput/)
|
|
2284
|
-
|
|
2285
2021
|
</details>
|
|
2286
2022
|
<details>
|
|
2287
2023
|
<summary>
|
|
@@ -2289,7 +2025,6 @@ ListMlflowTrackingServers
|
|
|
2289
2025
|
</summary>
|
|
2290
2026
|
|
|
2291
2027
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListMlflowTrackingServersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListMlflowTrackingServersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListMlflowTrackingServersCommandOutput/)
|
|
2292
|
-
|
|
2293
2028
|
</details>
|
|
2294
2029
|
<details>
|
|
2295
2030
|
<summary>
|
|
@@ -2297,7 +2032,6 @@ ListModelBiasJobDefinitions
|
|
|
2297
2032
|
</summary>
|
|
2298
2033
|
|
|
2299
2034
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListModelBiasJobDefinitionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListModelBiasJobDefinitionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListModelBiasJobDefinitionsCommandOutput/)
|
|
2300
|
-
|
|
2301
2035
|
</details>
|
|
2302
2036
|
<details>
|
|
2303
2037
|
<summary>
|
|
@@ -2305,7 +2039,6 @@ ListModelCardExportJobs
|
|
|
2305
2039
|
</summary>
|
|
2306
2040
|
|
|
2307
2041
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListModelCardExportJobsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListModelCardExportJobsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListModelCardExportJobsCommandOutput/)
|
|
2308
|
-
|
|
2309
2042
|
</details>
|
|
2310
2043
|
<details>
|
|
2311
2044
|
<summary>
|
|
@@ -2313,7 +2046,6 @@ ListModelCards
|
|
|
2313
2046
|
</summary>
|
|
2314
2047
|
|
|
2315
2048
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListModelCardsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListModelCardsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListModelCardsCommandOutput/)
|
|
2316
|
-
|
|
2317
2049
|
</details>
|
|
2318
2050
|
<details>
|
|
2319
2051
|
<summary>
|
|
@@ -2321,7 +2053,6 @@ ListModelCardVersions
|
|
|
2321
2053
|
</summary>
|
|
2322
2054
|
|
|
2323
2055
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListModelCardVersionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListModelCardVersionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListModelCardVersionsCommandOutput/)
|
|
2324
|
-
|
|
2325
2056
|
</details>
|
|
2326
2057
|
<details>
|
|
2327
2058
|
<summary>
|
|
@@ -2329,7 +2060,6 @@ ListModelExplainabilityJobDefinitions
|
|
|
2329
2060
|
</summary>
|
|
2330
2061
|
|
|
2331
2062
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListModelExplainabilityJobDefinitionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListModelExplainabilityJobDefinitionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListModelExplainabilityJobDefinitionsCommandOutput/)
|
|
2332
|
-
|
|
2333
2063
|
</details>
|
|
2334
2064
|
<details>
|
|
2335
2065
|
<summary>
|
|
@@ -2337,7 +2067,6 @@ ListModelMetadata
|
|
|
2337
2067
|
</summary>
|
|
2338
2068
|
|
|
2339
2069
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListModelMetadataCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListModelMetadataCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListModelMetadataCommandOutput/)
|
|
2340
|
-
|
|
2341
2070
|
</details>
|
|
2342
2071
|
<details>
|
|
2343
2072
|
<summary>
|
|
@@ -2345,7 +2074,6 @@ ListModelPackageGroups
|
|
|
2345
2074
|
</summary>
|
|
2346
2075
|
|
|
2347
2076
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListModelPackageGroupsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListModelPackageGroupsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListModelPackageGroupsCommandOutput/)
|
|
2348
|
-
|
|
2349
2077
|
</details>
|
|
2350
2078
|
<details>
|
|
2351
2079
|
<summary>
|
|
@@ -2353,7 +2081,6 @@ ListModelPackages
|
|
|
2353
2081
|
</summary>
|
|
2354
2082
|
|
|
2355
2083
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListModelPackagesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListModelPackagesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListModelPackagesCommandOutput/)
|
|
2356
|
-
|
|
2357
2084
|
</details>
|
|
2358
2085
|
<details>
|
|
2359
2086
|
<summary>
|
|
@@ -2361,7 +2088,6 @@ ListModelQualityJobDefinitions
|
|
|
2361
2088
|
</summary>
|
|
2362
2089
|
|
|
2363
2090
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListModelQualityJobDefinitionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListModelQualityJobDefinitionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListModelQualityJobDefinitionsCommandOutput/)
|
|
2364
|
-
|
|
2365
2091
|
</details>
|
|
2366
2092
|
<details>
|
|
2367
2093
|
<summary>
|
|
@@ -2369,7 +2095,6 @@ ListModels
|
|
|
2369
2095
|
</summary>
|
|
2370
2096
|
|
|
2371
2097
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListModelsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListModelsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListModelsCommandOutput/)
|
|
2372
|
-
|
|
2373
2098
|
</details>
|
|
2374
2099
|
<details>
|
|
2375
2100
|
<summary>
|
|
@@ -2377,7 +2102,6 @@ ListMonitoringAlertHistory
|
|
|
2377
2102
|
</summary>
|
|
2378
2103
|
|
|
2379
2104
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListMonitoringAlertHistoryCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListMonitoringAlertHistoryCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListMonitoringAlertHistoryCommandOutput/)
|
|
2380
|
-
|
|
2381
2105
|
</details>
|
|
2382
2106
|
<details>
|
|
2383
2107
|
<summary>
|
|
@@ -2385,7 +2109,6 @@ ListMonitoringAlerts
|
|
|
2385
2109
|
</summary>
|
|
2386
2110
|
|
|
2387
2111
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListMonitoringAlertsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListMonitoringAlertsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListMonitoringAlertsCommandOutput/)
|
|
2388
|
-
|
|
2389
2112
|
</details>
|
|
2390
2113
|
<details>
|
|
2391
2114
|
<summary>
|
|
@@ -2393,7 +2116,6 @@ ListMonitoringExecutions
|
|
|
2393
2116
|
</summary>
|
|
2394
2117
|
|
|
2395
2118
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListMonitoringExecutionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListMonitoringExecutionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListMonitoringExecutionsCommandOutput/)
|
|
2396
|
-
|
|
2397
2119
|
</details>
|
|
2398
2120
|
<details>
|
|
2399
2121
|
<summary>
|
|
@@ -2401,7 +2123,6 @@ ListMonitoringSchedules
|
|
|
2401
2123
|
</summary>
|
|
2402
2124
|
|
|
2403
2125
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListMonitoringSchedulesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListMonitoringSchedulesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListMonitoringSchedulesCommandOutput/)
|
|
2404
|
-
|
|
2405
2126
|
</details>
|
|
2406
2127
|
<details>
|
|
2407
2128
|
<summary>
|
|
@@ -2409,7 +2130,6 @@ ListNotebookInstanceLifecycleConfigs
|
|
|
2409
2130
|
</summary>
|
|
2410
2131
|
|
|
2411
2132
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListNotebookInstanceLifecycleConfigsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListNotebookInstanceLifecycleConfigsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListNotebookInstanceLifecycleConfigsCommandOutput/)
|
|
2412
|
-
|
|
2413
2133
|
</details>
|
|
2414
2134
|
<details>
|
|
2415
2135
|
<summary>
|
|
@@ -2417,7 +2137,6 @@ ListNotebookInstances
|
|
|
2417
2137
|
</summary>
|
|
2418
2138
|
|
|
2419
2139
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListNotebookInstancesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListNotebookInstancesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListNotebookInstancesCommandOutput/)
|
|
2420
|
-
|
|
2421
2140
|
</details>
|
|
2422
2141
|
<details>
|
|
2423
2142
|
<summary>
|
|
@@ -2425,7 +2144,6 @@ ListOptimizationJobs
|
|
|
2425
2144
|
</summary>
|
|
2426
2145
|
|
|
2427
2146
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListOptimizationJobsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListOptimizationJobsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListOptimizationJobsCommandOutput/)
|
|
2428
|
-
|
|
2429
2147
|
</details>
|
|
2430
2148
|
<details>
|
|
2431
2149
|
<summary>
|
|
@@ -2433,7 +2151,6 @@ ListPartnerApps
|
|
|
2433
2151
|
</summary>
|
|
2434
2152
|
|
|
2435
2153
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListPartnerAppsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListPartnerAppsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListPartnerAppsCommandOutput/)
|
|
2436
|
-
|
|
2437
2154
|
</details>
|
|
2438
2155
|
<details>
|
|
2439
2156
|
<summary>
|
|
@@ -2441,7 +2158,6 @@ ListPipelineExecutions
|
|
|
2441
2158
|
</summary>
|
|
2442
2159
|
|
|
2443
2160
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListPipelineExecutionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListPipelineExecutionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListPipelineExecutionsCommandOutput/)
|
|
2444
|
-
|
|
2445
2161
|
</details>
|
|
2446
2162
|
<details>
|
|
2447
2163
|
<summary>
|
|
@@ -2449,7 +2165,6 @@ ListPipelineExecutionSteps
|
|
|
2449
2165
|
</summary>
|
|
2450
2166
|
|
|
2451
2167
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListPipelineExecutionStepsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListPipelineExecutionStepsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListPipelineExecutionStepsCommandOutput/)
|
|
2452
|
-
|
|
2453
2168
|
</details>
|
|
2454
2169
|
<details>
|
|
2455
2170
|
<summary>
|
|
@@ -2457,7 +2172,6 @@ ListPipelineParametersForExecution
|
|
|
2457
2172
|
</summary>
|
|
2458
2173
|
|
|
2459
2174
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListPipelineParametersForExecutionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListPipelineParametersForExecutionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListPipelineParametersForExecutionCommandOutput/)
|
|
2460
|
-
|
|
2461
2175
|
</details>
|
|
2462
2176
|
<details>
|
|
2463
2177
|
<summary>
|
|
@@ -2465,7 +2179,6 @@ ListPipelines
|
|
|
2465
2179
|
</summary>
|
|
2466
2180
|
|
|
2467
2181
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListPipelinesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListPipelinesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListPipelinesCommandOutput/)
|
|
2468
|
-
|
|
2469
2182
|
</details>
|
|
2470
2183
|
<details>
|
|
2471
2184
|
<summary>
|
|
@@ -2473,7 +2186,6 @@ ListPipelineVersions
|
|
|
2473
2186
|
</summary>
|
|
2474
2187
|
|
|
2475
2188
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListPipelineVersionsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListPipelineVersionsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListPipelineVersionsCommandOutput/)
|
|
2476
|
-
|
|
2477
2189
|
</details>
|
|
2478
2190
|
<details>
|
|
2479
2191
|
<summary>
|
|
@@ -2481,7 +2193,6 @@ ListProcessingJobs
|
|
|
2481
2193
|
</summary>
|
|
2482
2194
|
|
|
2483
2195
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListProcessingJobsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListProcessingJobsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListProcessingJobsCommandOutput/)
|
|
2484
|
-
|
|
2485
2196
|
</details>
|
|
2486
2197
|
<details>
|
|
2487
2198
|
<summary>
|
|
@@ -2489,7 +2200,6 @@ ListProjects
|
|
|
2489
2200
|
</summary>
|
|
2490
2201
|
|
|
2491
2202
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListProjectsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListProjectsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListProjectsCommandOutput/)
|
|
2492
|
-
|
|
2493
2203
|
</details>
|
|
2494
2204
|
<details>
|
|
2495
2205
|
<summary>
|
|
@@ -2497,7 +2207,6 @@ ListResourceCatalogs
|
|
|
2497
2207
|
</summary>
|
|
2498
2208
|
|
|
2499
2209
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListResourceCatalogsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListResourceCatalogsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListResourceCatalogsCommandOutput/)
|
|
2500
|
-
|
|
2501
2210
|
</details>
|
|
2502
2211
|
<details>
|
|
2503
2212
|
<summary>
|
|
@@ -2505,7 +2214,6 @@ ListSpaces
|
|
|
2505
2214
|
</summary>
|
|
2506
2215
|
|
|
2507
2216
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListSpacesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListSpacesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListSpacesCommandOutput/)
|
|
2508
|
-
|
|
2509
2217
|
</details>
|
|
2510
2218
|
<details>
|
|
2511
2219
|
<summary>
|
|
@@ -2513,7 +2221,6 @@ ListStageDevices
|
|
|
2513
2221
|
</summary>
|
|
2514
2222
|
|
|
2515
2223
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListStageDevicesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListStageDevicesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListStageDevicesCommandOutput/)
|
|
2516
|
-
|
|
2517
2224
|
</details>
|
|
2518
2225
|
<details>
|
|
2519
2226
|
<summary>
|
|
@@ -2521,7 +2228,6 @@ ListStudioLifecycleConfigs
|
|
|
2521
2228
|
</summary>
|
|
2522
2229
|
|
|
2523
2230
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListStudioLifecycleConfigsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListStudioLifecycleConfigsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListStudioLifecycleConfigsCommandOutput/)
|
|
2524
|
-
|
|
2525
2231
|
</details>
|
|
2526
2232
|
<details>
|
|
2527
2233
|
<summary>
|
|
@@ -2529,7 +2235,6 @@ ListSubscribedWorkteams
|
|
|
2529
2235
|
</summary>
|
|
2530
2236
|
|
|
2531
2237
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListSubscribedWorkteamsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListSubscribedWorkteamsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListSubscribedWorkteamsCommandOutput/)
|
|
2532
|
-
|
|
2533
2238
|
</details>
|
|
2534
2239
|
<details>
|
|
2535
2240
|
<summary>
|
|
@@ -2537,7 +2242,6 @@ ListTags
|
|
|
2537
2242
|
</summary>
|
|
2538
2243
|
|
|
2539
2244
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListTagsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListTagsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListTagsCommandOutput/)
|
|
2540
|
-
|
|
2541
2245
|
</details>
|
|
2542
2246
|
<details>
|
|
2543
2247
|
<summary>
|
|
@@ -2545,7 +2249,6 @@ ListTrainingJobs
|
|
|
2545
2249
|
</summary>
|
|
2546
2250
|
|
|
2547
2251
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListTrainingJobsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListTrainingJobsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListTrainingJobsCommandOutput/)
|
|
2548
|
-
|
|
2549
2252
|
</details>
|
|
2550
2253
|
<details>
|
|
2551
2254
|
<summary>
|
|
@@ -2553,7 +2256,6 @@ ListTrainingJobsForHyperParameterTuningJob
|
|
|
2553
2256
|
</summary>
|
|
2554
2257
|
|
|
2555
2258
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListTrainingJobsForHyperParameterTuningJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListTrainingJobsForHyperParameterTuningJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListTrainingJobsForHyperParameterTuningJobCommandOutput/)
|
|
2556
|
-
|
|
2557
2259
|
</details>
|
|
2558
2260
|
<details>
|
|
2559
2261
|
<summary>
|
|
@@ -2561,7 +2263,6 @@ ListTrainingPlans
|
|
|
2561
2263
|
</summary>
|
|
2562
2264
|
|
|
2563
2265
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListTrainingPlansCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListTrainingPlansCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListTrainingPlansCommandOutput/)
|
|
2564
|
-
|
|
2565
2266
|
</details>
|
|
2566
2267
|
<details>
|
|
2567
2268
|
<summary>
|
|
@@ -2569,7 +2270,6 @@ ListTransformJobs
|
|
|
2569
2270
|
</summary>
|
|
2570
2271
|
|
|
2571
2272
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListTransformJobsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListTransformJobsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListTransformJobsCommandOutput/)
|
|
2572
|
-
|
|
2573
2273
|
</details>
|
|
2574
2274
|
<details>
|
|
2575
2275
|
<summary>
|
|
@@ -2577,7 +2277,6 @@ ListTrialComponents
|
|
|
2577
2277
|
</summary>
|
|
2578
2278
|
|
|
2579
2279
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListTrialComponentsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListTrialComponentsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListTrialComponentsCommandOutput/)
|
|
2580
|
-
|
|
2581
2280
|
</details>
|
|
2582
2281
|
<details>
|
|
2583
2282
|
<summary>
|
|
@@ -2585,7 +2284,6 @@ ListTrials
|
|
|
2585
2284
|
</summary>
|
|
2586
2285
|
|
|
2587
2286
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListTrialsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListTrialsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListTrialsCommandOutput/)
|
|
2588
|
-
|
|
2589
2287
|
</details>
|
|
2590
2288
|
<details>
|
|
2591
2289
|
<summary>
|
|
@@ -2593,7 +2291,6 @@ ListUltraServersByReservedCapacity
|
|
|
2593
2291
|
</summary>
|
|
2594
2292
|
|
|
2595
2293
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListUltraServersByReservedCapacityCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListUltraServersByReservedCapacityCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListUltraServersByReservedCapacityCommandOutput/)
|
|
2596
|
-
|
|
2597
2294
|
</details>
|
|
2598
2295
|
<details>
|
|
2599
2296
|
<summary>
|
|
@@ -2601,7 +2298,6 @@ ListUserProfiles
|
|
|
2601
2298
|
</summary>
|
|
2602
2299
|
|
|
2603
2300
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListUserProfilesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListUserProfilesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListUserProfilesCommandOutput/)
|
|
2604
|
-
|
|
2605
2301
|
</details>
|
|
2606
2302
|
<details>
|
|
2607
2303
|
<summary>
|
|
@@ -2609,7 +2305,6 @@ ListWorkforces
|
|
|
2609
2305
|
</summary>
|
|
2610
2306
|
|
|
2611
2307
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListWorkforcesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListWorkforcesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListWorkforcesCommandOutput/)
|
|
2612
|
-
|
|
2613
2308
|
</details>
|
|
2614
2309
|
<details>
|
|
2615
2310
|
<summary>
|
|
@@ -2617,7 +2312,6 @@ ListWorkteams
|
|
|
2617
2312
|
</summary>
|
|
2618
2313
|
|
|
2619
2314
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/ListWorkteamsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListWorkteamsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/ListWorkteamsCommandOutput/)
|
|
2620
|
-
|
|
2621
2315
|
</details>
|
|
2622
2316
|
<details>
|
|
2623
2317
|
<summary>
|
|
@@ -2625,7 +2319,6 @@ PutModelPackageGroupPolicy
|
|
|
2625
2319
|
</summary>
|
|
2626
2320
|
|
|
2627
2321
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/PutModelPackageGroupPolicyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/PutModelPackageGroupPolicyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/PutModelPackageGroupPolicyCommandOutput/)
|
|
2628
|
-
|
|
2629
2322
|
</details>
|
|
2630
2323
|
<details>
|
|
2631
2324
|
<summary>
|
|
@@ -2633,7 +2326,6 @@ QueryLineage
|
|
|
2633
2326
|
</summary>
|
|
2634
2327
|
|
|
2635
2328
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/QueryLineageCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/QueryLineageCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/QueryLineageCommandOutput/)
|
|
2636
|
-
|
|
2637
2329
|
</details>
|
|
2638
2330
|
<details>
|
|
2639
2331
|
<summary>
|
|
@@ -2641,7 +2333,6 @@ RegisterDevices
|
|
|
2641
2333
|
</summary>
|
|
2642
2334
|
|
|
2643
2335
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/RegisterDevicesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/RegisterDevicesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/RegisterDevicesCommandOutput/)
|
|
2644
|
-
|
|
2645
2336
|
</details>
|
|
2646
2337
|
<details>
|
|
2647
2338
|
<summary>
|
|
@@ -2649,7 +2340,6 @@ RenderUiTemplate
|
|
|
2649
2340
|
</summary>
|
|
2650
2341
|
|
|
2651
2342
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/RenderUiTemplateCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/RenderUiTemplateCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/RenderUiTemplateCommandOutput/)
|
|
2652
|
-
|
|
2653
2343
|
</details>
|
|
2654
2344
|
<details>
|
|
2655
2345
|
<summary>
|
|
@@ -2657,7 +2347,6 @@ RetryPipelineExecution
|
|
|
2657
2347
|
</summary>
|
|
2658
2348
|
|
|
2659
2349
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/RetryPipelineExecutionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/RetryPipelineExecutionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/RetryPipelineExecutionCommandOutput/)
|
|
2660
|
-
|
|
2661
2350
|
</details>
|
|
2662
2351
|
<details>
|
|
2663
2352
|
<summary>
|
|
@@ -2665,7 +2354,6 @@ Search
|
|
|
2665
2354
|
</summary>
|
|
2666
2355
|
|
|
2667
2356
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/SearchCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/SearchCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/SearchCommandOutput/)
|
|
2668
|
-
|
|
2669
2357
|
</details>
|
|
2670
2358
|
<details>
|
|
2671
2359
|
<summary>
|
|
@@ -2673,7 +2361,6 @@ SearchTrainingPlanOfferings
|
|
|
2673
2361
|
</summary>
|
|
2674
2362
|
|
|
2675
2363
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/SearchTrainingPlanOfferingsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/SearchTrainingPlanOfferingsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/SearchTrainingPlanOfferingsCommandOutput/)
|
|
2676
|
-
|
|
2677
2364
|
</details>
|
|
2678
2365
|
<details>
|
|
2679
2366
|
<summary>
|
|
@@ -2681,7 +2368,6 @@ SendPipelineExecutionStepFailure
|
|
|
2681
2368
|
</summary>
|
|
2682
2369
|
|
|
2683
2370
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/SendPipelineExecutionStepFailureCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/SendPipelineExecutionStepFailureCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/SendPipelineExecutionStepFailureCommandOutput/)
|
|
2684
|
-
|
|
2685
2371
|
</details>
|
|
2686
2372
|
<details>
|
|
2687
2373
|
<summary>
|
|
@@ -2689,7 +2375,6 @@ SendPipelineExecutionStepSuccess
|
|
|
2689
2375
|
</summary>
|
|
2690
2376
|
|
|
2691
2377
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/SendPipelineExecutionStepSuccessCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/SendPipelineExecutionStepSuccessCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/SendPipelineExecutionStepSuccessCommandOutput/)
|
|
2692
|
-
|
|
2693
2378
|
</details>
|
|
2694
2379
|
<details>
|
|
2695
2380
|
<summary>
|
|
@@ -2697,7 +2382,6 @@ StartEdgeDeploymentStage
|
|
|
2697
2382
|
</summary>
|
|
2698
2383
|
|
|
2699
2384
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/StartEdgeDeploymentStageCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/StartEdgeDeploymentStageCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/StartEdgeDeploymentStageCommandOutput/)
|
|
2700
|
-
|
|
2701
2385
|
</details>
|
|
2702
2386
|
<details>
|
|
2703
2387
|
<summary>
|
|
@@ -2705,7 +2389,6 @@ StartInferenceExperiment
|
|
|
2705
2389
|
</summary>
|
|
2706
2390
|
|
|
2707
2391
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/StartInferenceExperimentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/StartInferenceExperimentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/StartInferenceExperimentCommandOutput/)
|
|
2708
|
-
|
|
2709
2392
|
</details>
|
|
2710
2393
|
<details>
|
|
2711
2394
|
<summary>
|
|
@@ -2713,7 +2396,6 @@ StartMlflowTrackingServer
|
|
|
2713
2396
|
</summary>
|
|
2714
2397
|
|
|
2715
2398
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/StartMlflowTrackingServerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/StartMlflowTrackingServerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/StartMlflowTrackingServerCommandOutput/)
|
|
2716
|
-
|
|
2717
2399
|
</details>
|
|
2718
2400
|
<details>
|
|
2719
2401
|
<summary>
|
|
@@ -2721,7 +2403,6 @@ StartMonitoringSchedule
|
|
|
2721
2403
|
</summary>
|
|
2722
2404
|
|
|
2723
2405
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/StartMonitoringScheduleCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/StartMonitoringScheduleCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/StartMonitoringScheduleCommandOutput/)
|
|
2724
|
-
|
|
2725
2406
|
</details>
|
|
2726
2407
|
<details>
|
|
2727
2408
|
<summary>
|
|
@@ -2729,7 +2410,6 @@ StartNotebookInstance
|
|
|
2729
2410
|
</summary>
|
|
2730
2411
|
|
|
2731
2412
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/StartNotebookInstanceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/StartNotebookInstanceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/StartNotebookInstanceCommandOutput/)
|
|
2732
|
-
|
|
2733
2413
|
</details>
|
|
2734
2414
|
<details>
|
|
2735
2415
|
<summary>
|
|
@@ -2737,7 +2417,6 @@ StartPipelineExecution
|
|
|
2737
2417
|
</summary>
|
|
2738
2418
|
|
|
2739
2419
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/StartPipelineExecutionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/StartPipelineExecutionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/StartPipelineExecutionCommandOutput/)
|
|
2740
|
-
|
|
2741
2420
|
</details>
|
|
2742
2421
|
<details>
|
|
2743
2422
|
<summary>
|
|
@@ -2745,7 +2424,6 @@ StartSession
|
|
|
2745
2424
|
</summary>
|
|
2746
2425
|
|
|
2747
2426
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/StartSessionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/StartSessionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/StartSessionCommandOutput/)
|
|
2748
|
-
|
|
2749
2427
|
</details>
|
|
2750
2428
|
<details>
|
|
2751
2429
|
<summary>
|
|
@@ -2753,7 +2431,6 @@ StopAutoMLJob
|
|
|
2753
2431
|
</summary>
|
|
2754
2432
|
|
|
2755
2433
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/StopAutoMLJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/StopAutoMLJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/StopAutoMLJobCommandOutput/)
|
|
2756
|
-
|
|
2757
2434
|
</details>
|
|
2758
2435
|
<details>
|
|
2759
2436
|
<summary>
|
|
@@ -2761,7 +2438,6 @@ StopCompilationJob
|
|
|
2761
2438
|
</summary>
|
|
2762
2439
|
|
|
2763
2440
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/StopCompilationJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/StopCompilationJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/StopCompilationJobCommandOutput/)
|
|
2764
|
-
|
|
2765
2441
|
</details>
|
|
2766
2442
|
<details>
|
|
2767
2443
|
<summary>
|
|
@@ -2769,7 +2445,6 @@ StopEdgeDeploymentStage
|
|
|
2769
2445
|
</summary>
|
|
2770
2446
|
|
|
2771
2447
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/StopEdgeDeploymentStageCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/StopEdgeDeploymentStageCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/StopEdgeDeploymentStageCommandOutput/)
|
|
2772
|
-
|
|
2773
2448
|
</details>
|
|
2774
2449
|
<details>
|
|
2775
2450
|
<summary>
|
|
@@ -2777,7 +2452,6 @@ StopEdgePackagingJob
|
|
|
2777
2452
|
</summary>
|
|
2778
2453
|
|
|
2779
2454
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/StopEdgePackagingJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/StopEdgePackagingJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/StopEdgePackagingJobCommandOutput/)
|
|
2780
|
-
|
|
2781
2455
|
</details>
|
|
2782
2456
|
<details>
|
|
2783
2457
|
<summary>
|
|
@@ -2785,7 +2459,6 @@ StopHyperParameterTuningJob
|
|
|
2785
2459
|
</summary>
|
|
2786
2460
|
|
|
2787
2461
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/StopHyperParameterTuningJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/StopHyperParameterTuningJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/StopHyperParameterTuningJobCommandOutput/)
|
|
2788
|
-
|
|
2789
2462
|
</details>
|
|
2790
2463
|
<details>
|
|
2791
2464
|
<summary>
|
|
@@ -2793,7 +2466,6 @@ StopInferenceExperiment
|
|
|
2793
2466
|
</summary>
|
|
2794
2467
|
|
|
2795
2468
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/StopInferenceExperimentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/StopInferenceExperimentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/StopInferenceExperimentCommandOutput/)
|
|
2796
|
-
|
|
2797
2469
|
</details>
|
|
2798
2470
|
<details>
|
|
2799
2471
|
<summary>
|
|
@@ -2801,7 +2473,6 @@ StopInferenceRecommendationsJob
|
|
|
2801
2473
|
</summary>
|
|
2802
2474
|
|
|
2803
2475
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/StopInferenceRecommendationsJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/StopInferenceRecommendationsJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/StopInferenceRecommendationsJobCommandOutput/)
|
|
2804
|
-
|
|
2805
2476
|
</details>
|
|
2806
2477
|
<details>
|
|
2807
2478
|
<summary>
|
|
@@ -2809,7 +2480,6 @@ StopLabelingJob
|
|
|
2809
2480
|
</summary>
|
|
2810
2481
|
|
|
2811
2482
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/StopLabelingJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/StopLabelingJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/StopLabelingJobCommandOutput/)
|
|
2812
|
-
|
|
2813
2483
|
</details>
|
|
2814
2484
|
<details>
|
|
2815
2485
|
<summary>
|
|
@@ -2817,7 +2487,6 @@ StopMlflowTrackingServer
|
|
|
2817
2487
|
</summary>
|
|
2818
2488
|
|
|
2819
2489
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/StopMlflowTrackingServerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/StopMlflowTrackingServerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/StopMlflowTrackingServerCommandOutput/)
|
|
2820
|
-
|
|
2821
2490
|
</details>
|
|
2822
2491
|
<details>
|
|
2823
2492
|
<summary>
|
|
@@ -2825,7 +2494,6 @@ StopMonitoringSchedule
|
|
|
2825
2494
|
</summary>
|
|
2826
2495
|
|
|
2827
2496
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/StopMonitoringScheduleCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/StopMonitoringScheduleCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/StopMonitoringScheduleCommandOutput/)
|
|
2828
|
-
|
|
2829
2497
|
</details>
|
|
2830
2498
|
<details>
|
|
2831
2499
|
<summary>
|
|
@@ -2833,7 +2501,6 @@ StopNotebookInstance
|
|
|
2833
2501
|
</summary>
|
|
2834
2502
|
|
|
2835
2503
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/StopNotebookInstanceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/StopNotebookInstanceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/StopNotebookInstanceCommandOutput/)
|
|
2836
|
-
|
|
2837
2504
|
</details>
|
|
2838
2505
|
<details>
|
|
2839
2506
|
<summary>
|
|
@@ -2841,7 +2508,6 @@ StopOptimizationJob
|
|
|
2841
2508
|
</summary>
|
|
2842
2509
|
|
|
2843
2510
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/StopOptimizationJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/StopOptimizationJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/StopOptimizationJobCommandOutput/)
|
|
2844
|
-
|
|
2845
2511
|
</details>
|
|
2846
2512
|
<details>
|
|
2847
2513
|
<summary>
|
|
@@ -2849,7 +2515,6 @@ StopPipelineExecution
|
|
|
2849
2515
|
</summary>
|
|
2850
2516
|
|
|
2851
2517
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/StopPipelineExecutionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/StopPipelineExecutionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/StopPipelineExecutionCommandOutput/)
|
|
2852
|
-
|
|
2853
2518
|
</details>
|
|
2854
2519
|
<details>
|
|
2855
2520
|
<summary>
|
|
@@ -2857,7 +2522,6 @@ StopProcessingJob
|
|
|
2857
2522
|
</summary>
|
|
2858
2523
|
|
|
2859
2524
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/StopProcessingJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/StopProcessingJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/StopProcessingJobCommandOutput/)
|
|
2860
|
-
|
|
2861
2525
|
</details>
|
|
2862
2526
|
<details>
|
|
2863
2527
|
<summary>
|
|
@@ -2865,7 +2529,6 @@ StopTrainingJob
|
|
|
2865
2529
|
</summary>
|
|
2866
2530
|
|
|
2867
2531
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/StopTrainingJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/StopTrainingJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/StopTrainingJobCommandOutput/)
|
|
2868
|
-
|
|
2869
2532
|
</details>
|
|
2870
2533
|
<details>
|
|
2871
2534
|
<summary>
|
|
@@ -2873,7 +2536,6 @@ StopTransformJob
|
|
|
2873
2536
|
</summary>
|
|
2874
2537
|
|
|
2875
2538
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/StopTransformJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/StopTransformJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/StopTransformJobCommandOutput/)
|
|
2876
|
-
|
|
2877
2539
|
</details>
|
|
2878
2540
|
<details>
|
|
2879
2541
|
<summary>
|
|
@@ -2881,7 +2543,6 @@ UpdateAction
|
|
|
2881
2543
|
</summary>
|
|
2882
2544
|
|
|
2883
2545
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/UpdateActionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateActionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateActionCommandOutput/)
|
|
2884
|
-
|
|
2885
2546
|
</details>
|
|
2886
2547
|
<details>
|
|
2887
2548
|
<summary>
|
|
@@ -2889,7 +2550,6 @@ UpdateAppImageConfig
|
|
|
2889
2550
|
</summary>
|
|
2890
2551
|
|
|
2891
2552
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/UpdateAppImageConfigCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateAppImageConfigCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateAppImageConfigCommandOutput/)
|
|
2892
|
-
|
|
2893
2553
|
</details>
|
|
2894
2554
|
<details>
|
|
2895
2555
|
<summary>
|
|
@@ -2897,7 +2557,6 @@ UpdateArtifact
|
|
|
2897
2557
|
</summary>
|
|
2898
2558
|
|
|
2899
2559
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/UpdateArtifactCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateArtifactCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateArtifactCommandOutput/)
|
|
2900
|
-
|
|
2901
2560
|
</details>
|
|
2902
2561
|
<details>
|
|
2903
2562
|
<summary>
|
|
@@ -2905,7 +2564,6 @@ UpdateCluster
|
|
|
2905
2564
|
</summary>
|
|
2906
2565
|
|
|
2907
2566
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/UpdateClusterCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateClusterCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateClusterCommandOutput/)
|
|
2908
|
-
|
|
2909
2567
|
</details>
|
|
2910
2568
|
<details>
|
|
2911
2569
|
<summary>
|
|
@@ -2913,7 +2571,6 @@ UpdateClusterSchedulerConfig
|
|
|
2913
2571
|
</summary>
|
|
2914
2572
|
|
|
2915
2573
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/UpdateClusterSchedulerConfigCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateClusterSchedulerConfigCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateClusterSchedulerConfigCommandOutput/)
|
|
2916
|
-
|
|
2917
2574
|
</details>
|
|
2918
2575
|
<details>
|
|
2919
2576
|
<summary>
|
|
@@ -2921,7 +2578,6 @@ UpdateClusterSoftware
|
|
|
2921
2578
|
</summary>
|
|
2922
2579
|
|
|
2923
2580
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/UpdateClusterSoftwareCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateClusterSoftwareCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateClusterSoftwareCommandOutput/)
|
|
2924
|
-
|
|
2925
2581
|
</details>
|
|
2926
2582
|
<details>
|
|
2927
2583
|
<summary>
|
|
@@ -2929,7 +2585,6 @@ UpdateCodeRepository
|
|
|
2929
2585
|
</summary>
|
|
2930
2586
|
|
|
2931
2587
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/UpdateCodeRepositoryCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateCodeRepositoryCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateCodeRepositoryCommandOutput/)
|
|
2932
|
-
|
|
2933
2588
|
</details>
|
|
2934
2589
|
<details>
|
|
2935
2590
|
<summary>
|
|
@@ -2937,7 +2592,6 @@ UpdateComputeQuota
|
|
|
2937
2592
|
</summary>
|
|
2938
2593
|
|
|
2939
2594
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/UpdateComputeQuotaCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateComputeQuotaCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateComputeQuotaCommandOutput/)
|
|
2940
|
-
|
|
2941
2595
|
</details>
|
|
2942
2596
|
<details>
|
|
2943
2597
|
<summary>
|
|
@@ -2945,7 +2599,6 @@ UpdateContext
|
|
|
2945
2599
|
</summary>
|
|
2946
2600
|
|
|
2947
2601
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/UpdateContextCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateContextCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateContextCommandOutput/)
|
|
2948
|
-
|
|
2949
2602
|
</details>
|
|
2950
2603
|
<details>
|
|
2951
2604
|
<summary>
|
|
@@ -2953,7 +2606,6 @@ UpdateDeviceFleet
|
|
|
2953
2606
|
</summary>
|
|
2954
2607
|
|
|
2955
2608
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/UpdateDeviceFleetCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateDeviceFleetCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateDeviceFleetCommandOutput/)
|
|
2956
|
-
|
|
2957
2609
|
</details>
|
|
2958
2610
|
<details>
|
|
2959
2611
|
<summary>
|
|
@@ -2961,7 +2613,6 @@ UpdateDevices
|
|
|
2961
2613
|
</summary>
|
|
2962
2614
|
|
|
2963
2615
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/UpdateDevicesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateDevicesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateDevicesCommandOutput/)
|
|
2964
|
-
|
|
2965
2616
|
</details>
|
|
2966
2617
|
<details>
|
|
2967
2618
|
<summary>
|
|
@@ -2969,7 +2620,6 @@ UpdateDomain
|
|
|
2969
2620
|
</summary>
|
|
2970
2621
|
|
|
2971
2622
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/UpdateDomainCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateDomainCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateDomainCommandOutput/)
|
|
2972
|
-
|
|
2973
2623
|
</details>
|
|
2974
2624
|
<details>
|
|
2975
2625
|
<summary>
|
|
@@ -2977,7 +2627,6 @@ UpdateEndpoint
|
|
|
2977
2627
|
</summary>
|
|
2978
2628
|
|
|
2979
2629
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/UpdateEndpointCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateEndpointCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateEndpointCommandOutput/)
|
|
2980
|
-
|
|
2981
2630
|
</details>
|
|
2982
2631
|
<details>
|
|
2983
2632
|
<summary>
|
|
@@ -2985,7 +2634,6 @@ UpdateEndpointWeightsAndCapacities
|
|
|
2985
2634
|
</summary>
|
|
2986
2635
|
|
|
2987
2636
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/UpdateEndpointWeightsAndCapacitiesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateEndpointWeightsAndCapacitiesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateEndpointWeightsAndCapacitiesCommandOutput/)
|
|
2988
|
-
|
|
2989
2637
|
</details>
|
|
2990
2638
|
<details>
|
|
2991
2639
|
<summary>
|
|
@@ -2993,7 +2641,6 @@ UpdateExperiment
|
|
|
2993
2641
|
</summary>
|
|
2994
2642
|
|
|
2995
2643
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/UpdateExperimentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateExperimentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateExperimentCommandOutput/)
|
|
2996
|
-
|
|
2997
2644
|
</details>
|
|
2998
2645
|
<details>
|
|
2999
2646
|
<summary>
|
|
@@ -3001,7 +2648,6 @@ UpdateFeatureGroup
|
|
|
3001
2648
|
</summary>
|
|
3002
2649
|
|
|
3003
2650
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/UpdateFeatureGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateFeatureGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateFeatureGroupCommandOutput/)
|
|
3004
|
-
|
|
3005
2651
|
</details>
|
|
3006
2652
|
<details>
|
|
3007
2653
|
<summary>
|
|
@@ -3009,7 +2655,6 @@ UpdateFeatureMetadata
|
|
|
3009
2655
|
</summary>
|
|
3010
2656
|
|
|
3011
2657
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/UpdateFeatureMetadataCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateFeatureMetadataCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateFeatureMetadataCommandOutput/)
|
|
3012
|
-
|
|
3013
2658
|
</details>
|
|
3014
2659
|
<details>
|
|
3015
2660
|
<summary>
|
|
@@ -3017,7 +2662,6 @@ UpdateHub
|
|
|
3017
2662
|
</summary>
|
|
3018
2663
|
|
|
3019
2664
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/UpdateHubCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateHubCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateHubCommandOutput/)
|
|
3020
|
-
|
|
3021
2665
|
</details>
|
|
3022
2666
|
<details>
|
|
3023
2667
|
<summary>
|
|
@@ -3025,7 +2669,6 @@ UpdateHubContent
|
|
|
3025
2669
|
</summary>
|
|
3026
2670
|
|
|
3027
2671
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/UpdateHubContentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateHubContentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateHubContentCommandOutput/)
|
|
3028
|
-
|
|
3029
2672
|
</details>
|
|
3030
2673
|
<details>
|
|
3031
2674
|
<summary>
|
|
@@ -3033,7 +2676,6 @@ UpdateHubContentReference
|
|
|
3033
2676
|
</summary>
|
|
3034
2677
|
|
|
3035
2678
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/UpdateHubContentReferenceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateHubContentReferenceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateHubContentReferenceCommandOutput/)
|
|
3036
|
-
|
|
3037
2679
|
</details>
|
|
3038
2680
|
<details>
|
|
3039
2681
|
<summary>
|
|
@@ -3041,7 +2683,6 @@ UpdateImage
|
|
|
3041
2683
|
</summary>
|
|
3042
2684
|
|
|
3043
2685
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/UpdateImageCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateImageCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateImageCommandOutput/)
|
|
3044
|
-
|
|
3045
2686
|
</details>
|
|
3046
2687
|
<details>
|
|
3047
2688
|
<summary>
|
|
@@ -3049,7 +2690,6 @@ UpdateImageVersion
|
|
|
3049
2690
|
</summary>
|
|
3050
2691
|
|
|
3051
2692
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/UpdateImageVersionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateImageVersionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateImageVersionCommandOutput/)
|
|
3052
|
-
|
|
3053
2693
|
</details>
|
|
3054
2694
|
<details>
|
|
3055
2695
|
<summary>
|
|
@@ -3057,7 +2697,6 @@ UpdateInferenceComponent
|
|
|
3057
2697
|
</summary>
|
|
3058
2698
|
|
|
3059
2699
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/UpdateInferenceComponentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateInferenceComponentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateInferenceComponentCommandOutput/)
|
|
3060
|
-
|
|
3061
2700
|
</details>
|
|
3062
2701
|
<details>
|
|
3063
2702
|
<summary>
|
|
@@ -3065,7 +2704,6 @@ UpdateInferenceComponentRuntimeConfig
|
|
|
3065
2704
|
</summary>
|
|
3066
2705
|
|
|
3067
2706
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/UpdateInferenceComponentRuntimeConfigCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateInferenceComponentRuntimeConfigCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateInferenceComponentRuntimeConfigCommandOutput/)
|
|
3068
|
-
|
|
3069
2707
|
</details>
|
|
3070
2708
|
<details>
|
|
3071
2709
|
<summary>
|
|
@@ -3073,7 +2711,6 @@ UpdateInferenceExperiment
|
|
|
3073
2711
|
</summary>
|
|
3074
2712
|
|
|
3075
2713
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/UpdateInferenceExperimentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateInferenceExperimentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateInferenceExperimentCommandOutput/)
|
|
3076
|
-
|
|
3077
2714
|
</details>
|
|
3078
2715
|
<details>
|
|
3079
2716
|
<summary>
|
|
@@ -3081,7 +2718,6 @@ UpdateMlflowApp
|
|
|
3081
2718
|
</summary>
|
|
3082
2719
|
|
|
3083
2720
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/UpdateMlflowAppCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateMlflowAppCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateMlflowAppCommandOutput/)
|
|
3084
|
-
|
|
3085
2721
|
</details>
|
|
3086
2722
|
<details>
|
|
3087
2723
|
<summary>
|
|
@@ -3089,7 +2725,6 @@ UpdateMlflowTrackingServer
|
|
|
3089
2725
|
</summary>
|
|
3090
2726
|
|
|
3091
2727
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/UpdateMlflowTrackingServerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateMlflowTrackingServerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateMlflowTrackingServerCommandOutput/)
|
|
3092
|
-
|
|
3093
2728
|
</details>
|
|
3094
2729
|
<details>
|
|
3095
2730
|
<summary>
|
|
@@ -3097,7 +2732,6 @@ UpdateModelCard
|
|
|
3097
2732
|
</summary>
|
|
3098
2733
|
|
|
3099
2734
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/UpdateModelCardCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateModelCardCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateModelCardCommandOutput/)
|
|
3100
|
-
|
|
3101
2735
|
</details>
|
|
3102
2736
|
<details>
|
|
3103
2737
|
<summary>
|
|
@@ -3105,7 +2739,6 @@ UpdateModelPackage
|
|
|
3105
2739
|
</summary>
|
|
3106
2740
|
|
|
3107
2741
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/UpdateModelPackageCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateModelPackageCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateModelPackageCommandOutput/)
|
|
3108
|
-
|
|
3109
2742
|
</details>
|
|
3110
2743
|
<details>
|
|
3111
2744
|
<summary>
|
|
@@ -3113,7 +2746,6 @@ UpdateMonitoringAlert
|
|
|
3113
2746
|
</summary>
|
|
3114
2747
|
|
|
3115
2748
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/UpdateMonitoringAlertCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateMonitoringAlertCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateMonitoringAlertCommandOutput/)
|
|
3116
|
-
|
|
3117
2749
|
</details>
|
|
3118
2750
|
<details>
|
|
3119
2751
|
<summary>
|
|
@@ -3121,7 +2753,6 @@ UpdateMonitoringSchedule
|
|
|
3121
2753
|
</summary>
|
|
3122
2754
|
|
|
3123
2755
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/UpdateMonitoringScheduleCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateMonitoringScheduleCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateMonitoringScheduleCommandOutput/)
|
|
3124
|
-
|
|
3125
2756
|
</details>
|
|
3126
2757
|
<details>
|
|
3127
2758
|
<summary>
|
|
@@ -3129,7 +2760,6 @@ UpdateNotebookInstance
|
|
|
3129
2760
|
</summary>
|
|
3130
2761
|
|
|
3131
2762
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/UpdateNotebookInstanceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateNotebookInstanceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateNotebookInstanceCommandOutput/)
|
|
3132
|
-
|
|
3133
2763
|
</details>
|
|
3134
2764
|
<details>
|
|
3135
2765
|
<summary>
|
|
@@ -3137,7 +2767,6 @@ UpdateNotebookInstanceLifecycleConfig
|
|
|
3137
2767
|
</summary>
|
|
3138
2768
|
|
|
3139
2769
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/UpdateNotebookInstanceLifecycleConfigCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateNotebookInstanceLifecycleConfigCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateNotebookInstanceLifecycleConfigCommandOutput/)
|
|
3140
|
-
|
|
3141
2770
|
</details>
|
|
3142
2771
|
<details>
|
|
3143
2772
|
<summary>
|
|
@@ -3145,7 +2774,6 @@ UpdatePartnerApp
|
|
|
3145
2774
|
</summary>
|
|
3146
2775
|
|
|
3147
2776
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/UpdatePartnerAppCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdatePartnerAppCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdatePartnerAppCommandOutput/)
|
|
3148
|
-
|
|
3149
2777
|
</details>
|
|
3150
2778
|
<details>
|
|
3151
2779
|
<summary>
|
|
@@ -3153,7 +2781,6 @@ UpdatePipeline
|
|
|
3153
2781
|
</summary>
|
|
3154
2782
|
|
|
3155
2783
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/UpdatePipelineCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdatePipelineCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdatePipelineCommandOutput/)
|
|
3156
|
-
|
|
3157
2784
|
</details>
|
|
3158
2785
|
<details>
|
|
3159
2786
|
<summary>
|
|
@@ -3161,7 +2788,6 @@ UpdatePipelineExecution
|
|
|
3161
2788
|
</summary>
|
|
3162
2789
|
|
|
3163
2790
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/UpdatePipelineExecutionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdatePipelineExecutionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdatePipelineExecutionCommandOutput/)
|
|
3164
|
-
|
|
3165
2791
|
</details>
|
|
3166
2792
|
<details>
|
|
3167
2793
|
<summary>
|
|
@@ -3169,7 +2795,6 @@ UpdatePipelineVersion
|
|
|
3169
2795
|
</summary>
|
|
3170
2796
|
|
|
3171
2797
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/UpdatePipelineVersionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdatePipelineVersionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdatePipelineVersionCommandOutput/)
|
|
3172
|
-
|
|
3173
2798
|
</details>
|
|
3174
2799
|
<details>
|
|
3175
2800
|
<summary>
|
|
@@ -3177,7 +2802,6 @@ UpdateProject
|
|
|
3177
2802
|
</summary>
|
|
3178
2803
|
|
|
3179
2804
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/UpdateProjectCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateProjectCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateProjectCommandOutput/)
|
|
3180
|
-
|
|
3181
2805
|
</details>
|
|
3182
2806
|
<details>
|
|
3183
2807
|
<summary>
|
|
@@ -3185,7 +2809,6 @@ UpdateSpace
|
|
|
3185
2809
|
</summary>
|
|
3186
2810
|
|
|
3187
2811
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/UpdateSpaceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateSpaceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateSpaceCommandOutput/)
|
|
3188
|
-
|
|
3189
2812
|
</details>
|
|
3190
2813
|
<details>
|
|
3191
2814
|
<summary>
|
|
@@ -3193,7 +2816,6 @@ UpdateTrainingJob
|
|
|
3193
2816
|
</summary>
|
|
3194
2817
|
|
|
3195
2818
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/UpdateTrainingJobCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateTrainingJobCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateTrainingJobCommandOutput/)
|
|
3196
|
-
|
|
3197
2819
|
</details>
|
|
3198
2820
|
<details>
|
|
3199
2821
|
<summary>
|
|
@@ -3201,7 +2823,6 @@ UpdateTrial
|
|
|
3201
2823
|
</summary>
|
|
3202
2824
|
|
|
3203
2825
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/UpdateTrialCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateTrialCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateTrialCommandOutput/)
|
|
3204
|
-
|
|
3205
2826
|
</details>
|
|
3206
2827
|
<details>
|
|
3207
2828
|
<summary>
|
|
@@ -3209,7 +2830,6 @@ UpdateTrialComponent
|
|
|
3209
2830
|
</summary>
|
|
3210
2831
|
|
|
3211
2832
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/UpdateTrialComponentCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateTrialComponentCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateTrialComponentCommandOutput/)
|
|
3212
|
-
|
|
3213
2833
|
</details>
|
|
3214
2834
|
<details>
|
|
3215
2835
|
<summary>
|
|
@@ -3217,7 +2837,6 @@ UpdateUserProfile
|
|
|
3217
2837
|
</summary>
|
|
3218
2838
|
|
|
3219
2839
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/UpdateUserProfileCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateUserProfileCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateUserProfileCommandOutput/)
|
|
3220
|
-
|
|
3221
2840
|
</details>
|
|
3222
2841
|
<details>
|
|
3223
2842
|
<summary>
|
|
@@ -3225,7 +2844,6 @@ UpdateWorkforce
|
|
|
3225
2844
|
</summary>
|
|
3226
2845
|
|
|
3227
2846
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/UpdateWorkforceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateWorkforceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateWorkforceCommandOutput/)
|
|
3228
|
-
|
|
3229
2847
|
</details>
|
|
3230
2848
|
<details>
|
|
3231
2849
|
<summary>
|
|
@@ -3233,5 +2851,4 @@ UpdateWorkteam
|
|
|
3233
2851
|
</summary>
|
|
3234
2852
|
|
|
3235
2853
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/sagemaker/command/UpdateWorkteamCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateWorkteamCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-sagemaker/Interface/UpdateWorkteamCommandOutput/)
|
|
3236
|
-
|
|
3237
2854
|
</details>
|