@aws-sdk/client-sagemaker 3.596.0 → 3.600.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 +64 -0
- package/dist-cjs/index.js +523 -57
- package/dist-es/SageMaker.js +16 -0
- package/dist-es/commands/CreateMlflowTrackingServerCommand.js +24 -0
- package/dist-es/commands/CreatePresignedMlflowTrackingServerUrlCommand.js +24 -0
- package/dist-es/commands/DeleteMlflowTrackingServerCommand.js +24 -0
- package/dist-es/commands/DescribeMlflowTrackingServerCommand.js +24 -0
- package/dist-es/commands/ListMlflowTrackingServersCommand.js +24 -0
- package/dist-es/commands/StartMlflowTrackingServerCommand.js +24 -0
- package/dist-es/commands/StopMlflowTrackingServerCommand.js +24 -0
- package/dist-es/commands/UpdateMlflowTrackingServerCommand.js +24 -0
- package/dist-es/commands/index.js +8 -0
- package/dist-es/models/models_0.js +8 -11
- package/dist-es/models/models_1.js +16 -12
- package/dist-es/models/models_2.js +35 -11
- package/dist-es/models/models_3.js +16 -24
- package/dist-es/models/models_4.js +24 -0
- package/dist-es/pagination/ListMlflowTrackingServersPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_json1_1.js +261 -0
- package/dist-types/SageMaker.d.ts +57 -0
- package/dist-types/SageMakerClient.d.ts +10 -2
- package/dist-types/commands/CreateClusterCommand.d.ts +9 -1
- package/dist-types/commands/CreateMlflowTrackingServerCommand.d.ts +78 -0
- package/dist-types/commands/CreatePresignedMlflowTrackingServerUrlCommand.d.ts +66 -0
- package/dist-types/commands/DeleteMlflowTrackingServerCommand.d.ts +63 -0
- package/dist-types/commands/DeleteWorkforceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeClusterCommand.d.ts +7 -0
- package/dist-types/commands/DescribeClusterNodeCommand.d.ts +7 -0
- package/dist-types/commands/DescribeMlflowTrackingServerCommand.d.ts +95 -0
- package/dist-types/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribePipelineCommand.d.ts +1 -1
- package/dist-types/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +1 -1
- package/dist-types/commands/DescribePipelineExecutionCommand.d.ts +1 -1
- package/dist-types/commands/DescribeWorkteamCommand.d.ts +1 -1
- package/dist-types/commands/ListMlflowTrackingServersCommand.d.ts +78 -0
- package/dist-types/commands/ListMonitoringAlertsCommand.d.ts +2 -1
- package/dist-types/commands/ListMonitoringExecutionsCommand.d.ts +1 -1
- package/dist-types/commands/ListMonitoringSchedulesCommand.d.ts +1 -1
- package/dist-types/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +1 -1
- package/dist-types/commands/StartMlflowTrackingServerCommand.d.ts +67 -0
- package/dist-types/commands/StopMlflowTrackingServerCommand.d.ts +67 -0
- package/dist-types/commands/UpdateClusterCommand.d.ts +7 -0
- package/dist-types/commands/UpdateMlflowTrackingServerCommand.d.ts +75 -0
- package/dist-types/commands/index.d.ts +8 -0
- package/dist-types/models/models_0.d.ts +85 -407
- package/dist-types/models/models_1.d.ts +507 -137
- package/dist-types/models/models_2.d.ts +295 -318
- package/dist-types/models/models_3.d.ts +460 -512
- package/dist-types/models/models_4.d.ts +576 -3
- package/dist-types/pagination/ListMlflowTrackingServersPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +72 -0
- package/dist-types/ts3.4/SageMaker.d.ts +143 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +48 -0
- package/dist-types/ts3.4/commands/CreateMlflowTrackingServerCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/CreatePresignedMlflowTrackingServerUrlCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DeleteMlflowTrackingServerCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DescribeMlflowTrackingServerCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePipelineCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePipelineDefinitionForExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePipelineExecutionCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMlflowTrackingServersCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListMonitoringAlertsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListMonitoringExecutionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMonitoringSchedulesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/StartMlflowTrackingServerCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/StopMlflowTrackingServerCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/UpdateMlflowTrackingServerCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/index.d.ts +8 -0
- package/dist-types/ts3.4/models/models_0.d.ts +27 -18
- package/dist-types/ts3.4/models/models_1.d.ts +46 -47
- package/dist-types/ts3.4/models/models_2.d.ts +105 -85
- package/dist-types/ts3.4/models/models_3.d.ts +116 -127
- package/dist-types/ts3.4/models/models_4.d.ts +156 -9
- package/dist-types/ts3.4/pagination/ListMlflowTrackingServersPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +96 -0
- package/package.json +38 -38
|
@@ -35,6 +35,7 @@ import { CreateInferenceComponentCommandInput, CreateInferenceComponentCommandOu
|
|
|
35
35
|
import { CreateInferenceExperimentCommandInput, CreateInferenceExperimentCommandOutput } from "../commands/CreateInferenceExperimentCommand";
|
|
36
36
|
import { CreateInferenceRecommendationsJobCommandInput, CreateInferenceRecommendationsJobCommandOutput } from "../commands/CreateInferenceRecommendationsJobCommand";
|
|
37
37
|
import { CreateLabelingJobCommandInput, CreateLabelingJobCommandOutput } from "../commands/CreateLabelingJobCommand";
|
|
38
|
+
import { CreateMlflowTrackingServerCommandInput, CreateMlflowTrackingServerCommandOutput } from "../commands/CreateMlflowTrackingServerCommand";
|
|
38
39
|
import { CreateModelBiasJobDefinitionCommandInput, CreateModelBiasJobDefinitionCommandOutput } from "../commands/CreateModelBiasJobDefinitionCommand";
|
|
39
40
|
import { CreateModelCardCommandInput, CreateModelCardCommandOutput } from "../commands/CreateModelCardCommand";
|
|
40
41
|
import { CreateModelCardExportJobCommandInput, CreateModelCardExportJobCommandOutput } from "../commands/CreateModelCardExportJobCommand";
|
|
@@ -48,6 +49,7 @@ import { CreateNotebookInstanceCommandInput, CreateNotebookInstanceCommandOutput
|
|
|
48
49
|
import { CreateNotebookInstanceLifecycleConfigCommandInput, CreateNotebookInstanceLifecycleConfigCommandOutput } from "../commands/CreateNotebookInstanceLifecycleConfigCommand";
|
|
49
50
|
import { CreatePipelineCommandInput, CreatePipelineCommandOutput } from "../commands/CreatePipelineCommand";
|
|
50
51
|
import { CreatePresignedDomainUrlCommandInput, CreatePresignedDomainUrlCommandOutput } from "../commands/CreatePresignedDomainUrlCommand";
|
|
52
|
+
import { CreatePresignedMlflowTrackingServerUrlCommandInput, CreatePresignedMlflowTrackingServerUrlCommandOutput } from "../commands/CreatePresignedMlflowTrackingServerUrlCommand";
|
|
51
53
|
import { CreatePresignedNotebookInstanceUrlCommandInput, CreatePresignedNotebookInstanceUrlCommandOutput } from "../commands/CreatePresignedNotebookInstanceUrlCommand";
|
|
52
54
|
import { CreateProcessingJobCommandInput, CreateProcessingJobCommandOutput } from "../commands/CreateProcessingJobCommand";
|
|
53
55
|
import { CreateProjectCommandInput, CreateProjectCommandOutput } from "../commands/CreateProjectCommand";
|
|
@@ -88,6 +90,7 @@ import { DeleteImageCommandInput, DeleteImageCommandOutput } from "../commands/D
|
|
|
88
90
|
import { DeleteImageVersionCommandInput, DeleteImageVersionCommandOutput } from "../commands/DeleteImageVersionCommand";
|
|
89
91
|
import { DeleteInferenceComponentCommandInput, DeleteInferenceComponentCommandOutput } from "../commands/DeleteInferenceComponentCommand";
|
|
90
92
|
import { DeleteInferenceExperimentCommandInput, DeleteInferenceExperimentCommandOutput } from "../commands/DeleteInferenceExperimentCommand";
|
|
93
|
+
import { DeleteMlflowTrackingServerCommandInput, DeleteMlflowTrackingServerCommandOutput } from "../commands/DeleteMlflowTrackingServerCommand";
|
|
91
94
|
import { DeleteModelBiasJobDefinitionCommandInput, DeleteModelBiasJobDefinitionCommandOutput } from "../commands/DeleteModelBiasJobDefinitionCommand";
|
|
92
95
|
import { DeleteModelCardCommandInput, DeleteModelCardCommandOutput } from "../commands/DeleteModelCardCommand";
|
|
93
96
|
import { DeleteModelCommandInput, DeleteModelCommandOutput } from "../commands/DeleteModelCommand";
|
|
@@ -145,6 +148,7 @@ import { DescribeInferenceExperimentCommandInput, DescribeInferenceExperimentCom
|
|
|
145
148
|
import { DescribeInferenceRecommendationsJobCommandInput, DescribeInferenceRecommendationsJobCommandOutput } from "../commands/DescribeInferenceRecommendationsJobCommand";
|
|
146
149
|
import { DescribeLabelingJobCommandInput, DescribeLabelingJobCommandOutput } from "../commands/DescribeLabelingJobCommand";
|
|
147
150
|
import { DescribeLineageGroupCommandInput, DescribeLineageGroupCommandOutput } from "../commands/DescribeLineageGroupCommand";
|
|
151
|
+
import { DescribeMlflowTrackingServerCommandInput, DescribeMlflowTrackingServerCommandOutput } from "../commands/DescribeMlflowTrackingServerCommand";
|
|
148
152
|
import { DescribeModelBiasJobDefinitionCommandInput, DescribeModelBiasJobDefinitionCommandOutput } from "../commands/DescribeModelBiasJobDefinitionCommand";
|
|
149
153
|
import { DescribeModelCardCommandInput, DescribeModelCardCommandOutput } from "../commands/DescribeModelCardCommand";
|
|
150
154
|
import { DescribeModelCardExportJobCommandInput, DescribeModelCardExportJobCommandOutput } from "../commands/DescribeModelCardExportJobCommand";
|
|
@@ -220,6 +224,7 @@ import { ListInferenceRecommendationsJobStepsCommandInput, ListInferenceRecommen
|
|
|
220
224
|
import { ListLabelingJobsCommandInput, ListLabelingJobsCommandOutput } from "../commands/ListLabelingJobsCommand";
|
|
221
225
|
import { ListLabelingJobsForWorkteamCommandInput, ListLabelingJobsForWorkteamCommandOutput } from "../commands/ListLabelingJobsForWorkteamCommand";
|
|
222
226
|
import { ListLineageGroupsCommandInput, ListLineageGroupsCommandOutput } from "../commands/ListLineageGroupsCommand";
|
|
227
|
+
import { ListMlflowTrackingServersCommandInput, ListMlflowTrackingServersCommandOutput } from "../commands/ListMlflowTrackingServersCommand";
|
|
223
228
|
import { ListModelBiasJobDefinitionsCommandInput, ListModelBiasJobDefinitionsCommandOutput } from "../commands/ListModelBiasJobDefinitionsCommand";
|
|
224
229
|
import { ListModelCardExportJobsCommandInput, ListModelCardExportJobsCommandOutput } from "../commands/ListModelCardExportJobsCommand";
|
|
225
230
|
import { ListModelCardsCommandInput, ListModelCardsCommandOutput } from "../commands/ListModelCardsCommand";
|
|
@@ -266,6 +271,7 @@ import { SendPipelineExecutionStepFailureCommandInput, SendPipelineExecutionStep
|
|
|
266
271
|
import { SendPipelineExecutionStepSuccessCommandInput, SendPipelineExecutionStepSuccessCommandOutput } from "../commands/SendPipelineExecutionStepSuccessCommand";
|
|
267
272
|
import { StartEdgeDeploymentStageCommandInput, StartEdgeDeploymentStageCommandOutput } from "../commands/StartEdgeDeploymentStageCommand";
|
|
268
273
|
import { StartInferenceExperimentCommandInput, StartInferenceExperimentCommandOutput } from "../commands/StartInferenceExperimentCommand";
|
|
274
|
+
import { StartMlflowTrackingServerCommandInput, StartMlflowTrackingServerCommandOutput } from "../commands/StartMlflowTrackingServerCommand";
|
|
269
275
|
import { StartMonitoringScheduleCommandInput, StartMonitoringScheduleCommandOutput } from "../commands/StartMonitoringScheduleCommand";
|
|
270
276
|
import { StartNotebookInstanceCommandInput, StartNotebookInstanceCommandOutput } from "../commands/StartNotebookInstanceCommand";
|
|
271
277
|
import { StartPipelineExecutionCommandInput, StartPipelineExecutionCommandOutput } from "../commands/StartPipelineExecutionCommand";
|
|
@@ -277,6 +283,7 @@ import { StopHyperParameterTuningJobCommandInput, StopHyperParameterTuningJobCom
|
|
|
277
283
|
import { StopInferenceExperimentCommandInput, StopInferenceExperimentCommandOutput } from "../commands/StopInferenceExperimentCommand";
|
|
278
284
|
import { StopInferenceRecommendationsJobCommandInput, StopInferenceRecommendationsJobCommandOutput } from "../commands/StopInferenceRecommendationsJobCommand";
|
|
279
285
|
import { StopLabelingJobCommandInput, StopLabelingJobCommandOutput } from "../commands/StopLabelingJobCommand";
|
|
286
|
+
import { StopMlflowTrackingServerCommandInput, StopMlflowTrackingServerCommandOutput } from "../commands/StopMlflowTrackingServerCommand";
|
|
280
287
|
import { StopMonitoringScheduleCommandInput, StopMonitoringScheduleCommandOutput } from "../commands/StopMonitoringScheduleCommand";
|
|
281
288
|
import { StopNotebookInstanceCommandInput, StopNotebookInstanceCommandOutput } from "../commands/StopNotebookInstanceCommand";
|
|
282
289
|
import { StopPipelineExecutionCommandInput, StopPipelineExecutionCommandOutput } from "../commands/StopPipelineExecutionCommand";
|
|
@@ -304,6 +311,7 @@ import { UpdateImageVersionCommandInput, UpdateImageVersionCommandOutput } from
|
|
|
304
311
|
import { UpdateInferenceComponentCommandInput, UpdateInferenceComponentCommandOutput } from "../commands/UpdateInferenceComponentCommand";
|
|
305
312
|
import { UpdateInferenceComponentRuntimeConfigCommandInput, UpdateInferenceComponentRuntimeConfigCommandOutput } from "../commands/UpdateInferenceComponentRuntimeConfigCommand";
|
|
306
313
|
import { UpdateInferenceExperimentCommandInput, UpdateInferenceExperimentCommandOutput } from "../commands/UpdateInferenceExperimentCommand";
|
|
314
|
+
import { UpdateMlflowTrackingServerCommandInput, UpdateMlflowTrackingServerCommandOutput } from "../commands/UpdateMlflowTrackingServerCommand";
|
|
307
315
|
import { UpdateModelCardCommandInput, UpdateModelCardCommandOutput } from "../commands/UpdateModelCardCommand";
|
|
308
316
|
import { UpdateModelPackageCommandInput, UpdateModelPackageCommandOutput } from "../commands/UpdateModelPackageCommand";
|
|
309
317
|
import { UpdateMonitoringAlertCommandInput, UpdateMonitoringAlertCommandOutput } from "../commands/UpdateMonitoringAlertCommand";
|
|
@@ -460,6 +468,10 @@ export declare const se_CreateInferenceRecommendationsJobCommand: (input: Create
|
|
|
460
468
|
* serializeAws_json1_1CreateLabelingJobCommand
|
|
461
469
|
*/
|
|
462
470
|
export declare const se_CreateLabelingJobCommand: (input: CreateLabelingJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
471
|
+
/**
|
|
472
|
+
* serializeAws_json1_1CreateMlflowTrackingServerCommand
|
|
473
|
+
*/
|
|
474
|
+
export declare const se_CreateMlflowTrackingServerCommand: (input: CreateMlflowTrackingServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
463
475
|
/**
|
|
464
476
|
* serializeAws_json1_1CreateModelCommand
|
|
465
477
|
*/
|
|
@@ -512,6 +524,10 @@ export declare const se_CreatePipelineCommand: (input: CreatePipelineCommandInpu
|
|
|
512
524
|
* serializeAws_json1_1CreatePresignedDomainUrlCommand
|
|
513
525
|
*/
|
|
514
526
|
export declare const se_CreatePresignedDomainUrlCommand: (input: CreatePresignedDomainUrlCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
527
|
+
/**
|
|
528
|
+
* serializeAws_json1_1CreatePresignedMlflowTrackingServerUrlCommand
|
|
529
|
+
*/
|
|
530
|
+
export declare const se_CreatePresignedMlflowTrackingServerUrlCommand: (input: CreatePresignedMlflowTrackingServerUrlCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
515
531
|
/**
|
|
516
532
|
* serializeAws_json1_1CreatePresignedNotebookInstanceUrlCommand
|
|
517
533
|
*/
|
|
@@ -672,6 +688,10 @@ export declare const se_DeleteInferenceComponentCommand: (input: DeleteInference
|
|
|
672
688
|
* serializeAws_json1_1DeleteInferenceExperimentCommand
|
|
673
689
|
*/
|
|
674
690
|
export declare const se_DeleteInferenceExperimentCommand: (input: DeleteInferenceExperimentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
691
|
+
/**
|
|
692
|
+
* serializeAws_json1_1DeleteMlflowTrackingServerCommand
|
|
693
|
+
*/
|
|
694
|
+
export declare const se_DeleteMlflowTrackingServerCommand: (input: DeleteMlflowTrackingServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
675
695
|
/**
|
|
676
696
|
* serializeAws_json1_1DeleteModelCommand
|
|
677
697
|
*/
|
|
@@ -900,6 +920,10 @@ export declare const se_DescribeLabelingJobCommand: (input: DescribeLabelingJobC
|
|
|
900
920
|
* serializeAws_json1_1DescribeLineageGroupCommand
|
|
901
921
|
*/
|
|
902
922
|
export declare const se_DescribeLineageGroupCommand: (input: DescribeLineageGroupCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
923
|
+
/**
|
|
924
|
+
* serializeAws_json1_1DescribeMlflowTrackingServerCommand
|
|
925
|
+
*/
|
|
926
|
+
export declare const se_DescribeMlflowTrackingServerCommand: (input: DescribeMlflowTrackingServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
903
927
|
/**
|
|
904
928
|
* serializeAws_json1_1DescribeModelCommand
|
|
905
929
|
*/
|
|
@@ -1200,6 +1224,10 @@ export declare const se_ListLabelingJobsForWorkteamCommand: (input: ListLabeling
|
|
|
1200
1224
|
* serializeAws_json1_1ListLineageGroupsCommand
|
|
1201
1225
|
*/
|
|
1202
1226
|
export declare const se_ListLineageGroupsCommand: (input: ListLineageGroupsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1227
|
+
/**
|
|
1228
|
+
* serializeAws_json1_1ListMlflowTrackingServersCommand
|
|
1229
|
+
*/
|
|
1230
|
+
export declare const se_ListMlflowTrackingServersCommand: (input: ListMlflowTrackingServersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1203
1231
|
/**
|
|
1204
1232
|
* serializeAws_json1_1ListModelBiasJobDefinitionsCommand
|
|
1205
1233
|
*/
|
|
@@ -1384,6 +1412,10 @@ export declare const se_StartEdgeDeploymentStageCommand: (input: StartEdgeDeploy
|
|
|
1384
1412
|
* serializeAws_json1_1StartInferenceExperimentCommand
|
|
1385
1413
|
*/
|
|
1386
1414
|
export declare const se_StartInferenceExperimentCommand: (input: StartInferenceExperimentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1415
|
+
/**
|
|
1416
|
+
* serializeAws_json1_1StartMlflowTrackingServerCommand
|
|
1417
|
+
*/
|
|
1418
|
+
export declare const se_StartMlflowTrackingServerCommand: (input: StartMlflowTrackingServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1387
1419
|
/**
|
|
1388
1420
|
* serializeAws_json1_1StartMonitoringScheduleCommand
|
|
1389
1421
|
*/
|
|
@@ -1428,6 +1460,10 @@ export declare const se_StopInferenceRecommendationsJobCommand: (input: StopInfe
|
|
|
1428
1460
|
* serializeAws_json1_1StopLabelingJobCommand
|
|
1429
1461
|
*/
|
|
1430
1462
|
export declare const se_StopLabelingJobCommand: (input: StopLabelingJobCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1463
|
+
/**
|
|
1464
|
+
* serializeAws_json1_1StopMlflowTrackingServerCommand
|
|
1465
|
+
*/
|
|
1466
|
+
export declare const se_StopMlflowTrackingServerCommand: (input: StopMlflowTrackingServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1431
1467
|
/**
|
|
1432
1468
|
* serializeAws_json1_1StopMonitoringScheduleCommand
|
|
1433
1469
|
*/
|
|
@@ -1536,6 +1572,10 @@ export declare const se_UpdateInferenceComponentRuntimeConfigCommand: (input: Up
|
|
|
1536
1572
|
* serializeAws_json1_1UpdateInferenceExperimentCommand
|
|
1537
1573
|
*/
|
|
1538
1574
|
export declare const se_UpdateInferenceExperimentCommand: (input: UpdateInferenceExperimentCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1575
|
+
/**
|
|
1576
|
+
* serializeAws_json1_1UpdateMlflowTrackingServerCommand
|
|
1577
|
+
*/
|
|
1578
|
+
export declare const se_UpdateMlflowTrackingServerCommand: (input: UpdateMlflowTrackingServerCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
1539
1579
|
/**
|
|
1540
1580
|
* serializeAws_json1_1UpdateModelCardCommand
|
|
1541
1581
|
*/
|
|
@@ -1740,6 +1780,10 @@ export declare const de_CreateInferenceRecommendationsJobCommand: (output: __Htt
|
|
|
1740
1780
|
* deserializeAws_json1_1CreateLabelingJobCommand
|
|
1741
1781
|
*/
|
|
1742
1782
|
export declare const de_CreateLabelingJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateLabelingJobCommandOutput>;
|
|
1783
|
+
/**
|
|
1784
|
+
* deserializeAws_json1_1CreateMlflowTrackingServerCommand
|
|
1785
|
+
*/
|
|
1786
|
+
export declare const de_CreateMlflowTrackingServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMlflowTrackingServerCommandOutput>;
|
|
1743
1787
|
/**
|
|
1744
1788
|
* deserializeAws_json1_1CreateModelCommand
|
|
1745
1789
|
*/
|
|
@@ -1792,6 +1836,10 @@ export declare const de_CreatePipelineCommand: (output: __HttpResponse, context:
|
|
|
1792
1836
|
* deserializeAws_json1_1CreatePresignedDomainUrlCommand
|
|
1793
1837
|
*/
|
|
1794
1838
|
export declare const de_CreatePresignedDomainUrlCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePresignedDomainUrlCommandOutput>;
|
|
1839
|
+
/**
|
|
1840
|
+
* deserializeAws_json1_1CreatePresignedMlflowTrackingServerUrlCommand
|
|
1841
|
+
*/
|
|
1842
|
+
export declare const de_CreatePresignedMlflowTrackingServerUrlCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePresignedMlflowTrackingServerUrlCommandOutput>;
|
|
1795
1843
|
/**
|
|
1796
1844
|
* deserializeAws_json1_1CreatePresignedNotebookInstanceUrlCommand
|
|
1797
1845
|
*/
|
|
@@ -1952,6 +2000,10 @@ export declare const de_DeleteInferenceComponentCommand: (output: __HttpResponse
|
|
|
1952
2000
|
* deserializeAws_json1_1DeleteInferenceExperimentCommand
|
|
1953
2001
|
*/
|
|
1954
2002
|
export declare const de_DeleteInferenceExperimentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteInferenceExperimentCommandOutput>;
|
|
2003
|
+
/**
|
|
2004
|
+
* deserializeAws_json1_1DeleteMlflowTrackingServerCommand
|
|
2005
|
+
*/
|
|
2006
|
+
export declare const de_DeleteMlflowTrackingServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteMlflowTrackingServerCommandOutput>;
|
|
1955
2007
|
/**
|
|
1956
2008
|
* deserializeAws_json1_1DeleteModelCommand
|
|
1957
2009
|
*/
|
|
@@ -2180,6 +2232,10 @@ export declare const de_DescribeLabelingJobCommand: (output: __HttpResponse, con
|
|
|
2180
2232
|
* deserializeAws_json1_1DescribeLineageGroupCommand
|
|
2181
2233
|
*/
|
|
2182
2234
|
export declare const de_DescribeLineageGroupCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeLineageGroupCommandOutput>;
|
|
2235
|
+
/**
|
|
2236
|
+
* deserializeAws_json1_1DescribeMlflowTrackingServerCommand
|
|
2237
|
+
*/
|
|
2238
|
+
export declare const de_DescribeMlflowTrackingServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeMlflowTrackingServerCommandOutput>;
|
|
2183
2239
|
/**
|
|
2184
2240
|
* deserializeAws_json1_1DescribeModelCommand
|
|
2185
2241
|
*/
|
|
@@ -2480,6 +2536,10 @@ export declare const de_ListLabelingJobsForWorkteamCommand: (output: __HttpRespo
|
|
|
2480
2536
|
* deserializeAws_json1_1ListLineageGroupsCommand
|
|
2481
2537
|
*/
|
|
2482
2538
|
export declare const de_ListLineageGroupsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListLineageGroupsCommandOutput>;
|
|
2539
|
+
/**
|
|
2540
|
+
* deserializeAws_json1_1ListMlflowTrackingServersCommand
|
|
2541
|
+
*/
|
|
2542
|
+
export declare const de_ListMlflowTrackingServersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListMlflowTrackingServersCommandOutput>;
|
|
2483
2543
|
/**
|
|
2484
2544
|
* deserializeAws_json1_1ListModelBiasJobDefinitionsCommand
|
|
2485
2545
|
*/
|
|
@@ -2664,6 +2724,10 @@ export declare const de_StartEdgeDeploymentStageCommand: (output: __HttpResponse
|
|
|
2664
2724
|
* deserializeAws_json1_1StartInferenceExperimentCommand
|
|
2665
2725
|
*/
|
|
2666
2726
|
export declare const de_StartInferenceExperimentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartInferenceExperimentCommandOutput>;
|
|
2727
|
+
/**
|
|
2728
|
+
* deserializeAws_json1_1StartMlflowTrackingServerCommand
|
|
2729
|
+
*/
|
|
2730
|
+
export declare const de_StartMlflowTrackingServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartMlflowTrackingServerCommandOutput>;
|
|
2667
2731
|
/**
|
|
2668
2732
|
* deserializeAws_json1_1StartMonitoringScheduleCommand
|
|
2669
2733
|
*/
|
|
@@ -2708,6 +2772,10 @@ export declare const de_StopInferenceRecommendationsJobCommand: (output: __HttpR
|
|
|
2708
2772
|
* deserializeAws_json1_1StopLabelingJobCommand
|
|
2709
2773
|
*/
|
|
2710
2774
|
export declare const de_StopLabelingJobCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopLabelingJobCommandOutput>;
|
|
2775
|
+
/**
|
|
2776
|
+
* deserializeAws_json1_1StopMlflowTrackingServerCommand
|
|
2777
|
+
*/
|
|
2778
|
+
export declare const de_StopMlflowTrackingServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopMlflowTrackingServerCommandOutput>;
|
|
2711
2779
|
/**
|
|
2712
2780
|
* deserializeAws_json1_1StopMonitoringScheduleCommand
|
|
2713
2781
|
*/
|
|
@@ -2816,6 +2884,10 @@ export declare const de_UpdateInferenceComponentRuntimeConfigCommand: (output: _
|
|
|
2816
2884
|
* deserializeAws_json1_1UpdateInferenceExperimentCommand
|
|
2817
2885
|
*/
|
|
2818
2886
|
export declare const de_UpdateInferenceExperimentCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateInferenceExperimentCommandOutput>;
|
|
2887
|
+
/**
|
|
2888
|
+
* deserializeAws_json1_1UpdateMlflowTrackingServerCommand
|
|
2889
|
+
*/
|
|
2890
|
+
export declare const de_UpdateMlflowTrackingServerCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateMlflowTrackingServerCommandOutput>;
|
|
2819
2891
|
/**
|
|
2820
2892
|
* deserializeAws_json1_1UpdateModelCardCommand
|
|
2821
2893
|
*/
|
|
@@ -139,6 +139,10 @@ import {
|
|
|
139
139
|
CreateLabelingJobCommandInput,
|
|
140
140
|
CreateLabelingJobCommandOutput,
|
|
141
141
|
} from "./commands/CreateLabelingJobCommand";
|
|
142
|
+
import {
|
|
143
|
+
CreateMlflowTrackingServerCommandInput,
|
|
144
|
+
CreateMlflowTrackingServerCommandOutput,
|
|
145
|
+
} from "./commands/CreateMlflowTrackingServerCommand";
|
|
142
146
|
import {
|
|
143
147
|
CreateModelBiasJobDefinitionCommandInput,
|
|
144
148
|
CreateModelBiasJobDefinitionCommandOutput,
|
|
@@ -191,6 +195,10 @@ import {
|
|
|
191
195
|
CreatePresignedDomainUrlCommandInput,
|
|
192
196
|
CreatePresignedDomainUrlCommandOutput,
|
|
193
197
|
} from "./commands/CreatePresignedDomainUrlCommand";
|
|
198
|
+
import {
|
|
199
|
+
CreatePresignedMlflowTrackingServerUrlCommandInput,
|
|
200
|
+
CreatePresignedMlflowTrackingServerUrlCommandOutput,
|
|
201
|
+
} from "./commands/CreatePresignedMlflowTrackingServerUrlCommand";
|
|
194
202
|
import {
|
|
195
203
|
CreatePresignedNotebookInstanceUrlCommandInput,
|
|
196
204
|
CreatePresignedNotebookInstanceUrlCommandOutput,
|
|
@@ -351,6 +359,10 @@ import {
|
|
|
351
359
|
DeleteInferenceExperimentCommandInput,
|
|
352
360
|
DeleteInferenceExperimentCommandOutput,
|
|
353
361
|
} from "./commands/DeleteInferenceExperimentCommand";
|
|
362
|
+
import {
|
|
363
|
+
DeleteMlflowTrackingServerCommandInput,
|
|
364
|
+
DeleteMlflowTrackingServerCommandOutput,
|
|
365
|
+
} from "./commands/DeleteMlflowTrackingServerCommand";
|
|
354
366
|
import {
|
|
355
367
|
DeleteModelBiasJobDefinitionCommandInput,
|
|
356
368
|
DeleteModelBiasJobDefinitionCommandOutput,
|
|
@@ -579,6 +591,10 @@ import {
|
|
|
579
591
|
DescribeLineageGroupCommandInput,
|
|
580
592
|
DescribeLineageGroupCommandOutput,
|
|
581
593
|
} from "./commands/DescribeLineageGroupCommand";
|
|
594
|
+
import {
|
|
595
|
+
DescribeMlflowTrackingServerCommandInput,
|
|
596
|
+
DescribeMlflowTrackingServerCommandOutput,
|
|
597
|
+
} from "./commands/DescribeMlflowTrackingServerCommand";
|
|
582
598
|
import {
|
|
583
599
|
DescribeModelBiasJobDefinitionCommandInput,
|
|
584
600
|
DescribeModelBiasJobDefinitionCommandOutput,
|
|
@@ -879,6 +895,10 @@ import {
|
|
|
879
895
|
ListLineageGroupsCommandInput,
|
|
880
896
|
ListLineageGroupsCommandOutput,
|
|
881
897
|
} from "./commands/ListLineageGroupsCommand";
|
|
898
|
+
import {
|
|
899
|
+
ListMlflowTrackingServersCommandInput,
|
|
900
|
+
ListMlflowTrackingServersCommandOutput,
|
|
901
|
+
} from "./commands/ListMlflowTrackingServersCommand";
|
|
882
902
|
import {
|
|
883
903
|
ListModelBiasJobDefinitionsCommandInput,
|
|
884
904
|
ListModelBiasJobDefinitionsCommandOutput,
|
|
@@ -1063,6 +1083,10 @@ import {
|
|
|
1063
1083
|
StartInferenceExperimentCommandInput,
|
|
1064
1084
|
StartInferenceExperimentCommandOutput,
|
|
1065
1085
|
} from "./commands/StartInferenceExperimentCommand";
|
|
1086
|
+
import {
|
|
1087
|
+
StartMlflowTrackingServerCommandInput,
|
|
1088
|
+
StartMlflowTrackingServerCommandOutput,
|
|
1089
|
+
} from "./commands/StartMlflowTrackingServerCommand";
|
|
1066
1090
|
import {
|
|
1067
1091
|
StartMonitoringScheduleCommandInput,
|
|
1068
1092
|
StartMonitoringScheduleCommandOutput,
|
|
@@ -1107,6 +1131,10 @@ import {
|
|
|
1107
1131
|
StopLabelingJobCommandInput,
|
|
1108
1132
|
StopLabelingJobCommandOutput,
|
|
1109
1133
|
} from "./commands/StopLabelingJobCommand";
|
|
1134
|
+
import {
|
|
1135
|
+
StopMlflowTrackingServerCommandInput,
|
|
1136
|
+
StopMlflowTrackingServerCommandOutput,
|
|
1137
|
+
} from "./commands/StopMlflowTrackingServerCommand";
|
|
1110
1138
|
import {
|
|
1111
1139
|
StopMonitoringScheduleCommandInput,
|
|
1112
1140
|
StopMonitoringScheduleCommandOutput,
|
|
@@ -1215,6 +1243,10 @@ import {
|
|
|
1215
1243
|
UpdateInferenceExperimentCommandInput,
|
|
1216
1244
|
UpdateInferenceExperimentCommandOutput,
|
|
1217
1245
|
} from "./commands/UpdateInferenceExperimentCommand";
|
|
1246
|
+
import {
|
|
1247
|
+
UpdateMlflowTrackingServerCommandInput,
|
|
1248
|
+
UpdateMlflowTrackingServerCommandOutput,
|
|
1249
|
+
} from "./commands/UpdateMlflowTrackingServerCommand";
|
|
1218
1250
|
import {
|
|
1219
1251
|
UpdateModelCardCommandInput,
|
|
1220
1252
|
UpdateModelCardCommandOutput,
|
|
@@ -1742,6 +1774,19 @@ export interface SageMaker {
|
|
|
1742
1774
|
options: __HttpHandlerOptions,
|
|
1743
1775
|
cb: (err: any, data?: CreateLabelingJobCommandOutput) => void
|
|
1744
1776
|
): void;
|
|
1777
|
+
createMlflowTrackingServer(
|
|
1778
|
+
args: CreateMlflowTrackingServerCommandInput,
|
|
1779
|
+
options?: __HttpHandlerOptions
|
|
1780
|
+
): Promise<CreateMlflowTrackingServerCommandOutput>;
|
|
1781
|
+
createMlflowTrackingServer(
|
|
1782
|
+
args: CreateMlflowTrackingServerCommandInput,
|
|
1783
|
+
cb: (err: any, data?: CreateMlflowTrackingServerCommandOutput) => void
|
|
1784
|
+
): void;
|
|
1785
|
+
createMlflowTrackingServer(
|
|
1786
|
+
args: CreateMlflowTrackingServerCommandInput,
|
|
1787
|
+
options: __HttpHandlerOptions,
|
|
1788
|
+
cb: (err: any, data?: CreateMlflowTrackingServerCommandOutput) => void
|
|
1789
|
+
): void;
|
|
1745
1790
|
createModel(
|
|
1746
1791
|
args: CreateModelCommandInput,
|
|
1747
1792
|
options?: __HttpHandlerOptions
|
|
@@ -1924,6 +1969,25 @@ export interface SageMaker {
|
|
|
1924
1969
|
options: __HttpHandlerOptions,
|
|
1925
1970
|
cb: (err: any, data?: CreatePresignedDomainUrlCommandOutput) => void
|
|
1926
1971
|
): void;
|
|
1972
|
+
createPresignedMlflowTrackingServerUrl(
|
|
1973
|
+
args: CreatePresignedMlflowTrackingServerUrlCommandInput,
|
|
1974
|
+
options?: __HttpHandlerOptions
|
|
1975
|
+
): Promise<CreatePresignedMlflowTrackingServerUrlCommandOutput>;
|
|
1976
|
+
createPresignedMlflowTrackingServerUrl(
|
|
1977
|
+
args: CreatePresignedMlflowTrackingServerUrlCommandInput,
|
|
1978
|
+
cb: (
|
|
1979
|
+
err: any,
|
|
1980
|
+
data?: CreatePresignedMlflowTrackingServerUrlCommandOutput
|
|
1981
|
+
) => void
|
|
1982
|
+
): void;
|
|
1983
|
+
createPresignedMlflowTrackingServerUrl(
|
|
1984
|
+
args: CreatePresignedMlflowTrackingServerUrlCommandInput,
|
|
1985
|
+
options: __HttpHandlerOptions,
|
|
1986
|
+
cb: (
|
|
1987
|
+
err: any,
|
|
1988
|
+
data?: CreatePresignedMlflowTrackingServerUrlCommandOutput
|
|
1989
|
+
) => void
|
|
1990
|
+
): void;
|
|
1927
1991
|
createPresignedNotebookInstanceUrl(
|
|
1928
1992
|
args: CreatePresignedNotebookInstanceUrlCommandInput,
|
|
1929
1993
|
options?: __HttpHandlerOptions
|
|
@@ -2451,6 +2515,19 @@ export interface SageMaker {
|
|
|
2451
2515
|
options: __HttpHandlerOptions,
|
|
2452
2516
|
cb: (err: any, data?: DeleteInferenceExperimentCommandOutput) => void
|
|
2453
2517
|
): void;
|
|
2518
|
+
deleteMlflowTrackingServer(
|
|
2519
|
+
args: DeleteMlflowTrackingServerCommandInput,
|
|
2520
|
+
options?: __HttpHandlerOptions
|
|
2521
|
+
): Promise<DeleteMlflowTrackingServerCommandOutput>;
|
|
2522
|
+
deleteMlflowTrackingServer(
|
|
2523
|
+
args: DeleteMlflowTrackingServerCommandInput,
|
|
2524
|
+
cb: (err: any, data?: DeleteMlflowTrackingServerCommandOutput) => void
|
|
2525
|
+
): void;
|
|
2526
|
+
deleteMlflowTrackingServer(
|
|
2527
|
+
args: DeleteMlflowTrackingServerCommandInput,
|
|
2528
|
+
options: __HttpHandlerOptions,
|
|
2529
|
+
cb: (err: any, data?: DeleteMlflowTrackingServerCommandOutput) => void
|
|
2530
|
+
): void;
|
|
2454
2531
|
deleteModel(
|
|
2455
2532
|
args: DeleteModelCommandInput,
|
|
2456
2533
|
options?: __HttpHandlerOptions
|
|
@@ -3210,6 +3287,19 @@ export interface SageMaker {
|
|
|
3210
3287
|
options: __HttpHandlerOptions,
|
|
3211
3288
|
cb: (err: any, data?: DescribeLineageGroupCommandOutput) => void
|
|
3212
3289
|
): void;
|
|
3290
|
+
describeMlflowTrackingServer(
|
|
3291
|
+
args: DescribeMlflowTrackingServerCommandInput,
|
|
3292
|
+
options?: __HttpHandlerOptions
|
|
3293
|
+
): Promise<DescribeMlflowTrackingServerCommandOutput>;
|
|
3294
|
+
describeMlflowTrackingServer(
|
|
3295
|
+
args: DescribeMlflowTrackingServerCommandInput,
|
|
3296
|
+
cb: (err: any, data?: DescribeMlflowTrackingServerCommandOutput) => void
|
|
3297
|
+
): void;
|
|
3298
|
+
describeMlflowTrackingServer(
|
|
3299
|
+
args: DescribeMlflowTrackingServerCommandInput,
|
|
3300
|
+
options: __HttpHandlerOptions,
|
|
3301
|
+
cb: (err: any, data?: DescribeMlflowTrackingServerCommandOutput) => void
|
|
3302
|
+
): void;
|
|
3213
3303
|
describeModel(
|
|
3214
3304
|
args: DescribeModelCommandInput,
|
|
3215
3305
|
options?: __HttpHandlerOptions
|
|
@@ -4273,6 +4363,20 @@ export interface SageMaker {
|
|
|
4273
4363
|
options: __HttpHandlerOptions,
|
|
4274
4364
|
cb: (err: any, data?: ListLineageGroupsCommandOutput) => void
|
|
4275
4365
|
): void;
|
|
4366
|
+
listMlflowTrackingServers(): Promise<ListMlflowTrackingServersCommandOutput>;
|
|
4367
|
+
listMlflowTrackingServers(
|
|
4368
|
+
args: ListMlflowTrackingServersCommandInput,
|
|
4369
|
+
options?: __HttpHandlerOptions
|
|
4370
|
+
): Promise<ListMlflowTrackingServersCommandOutput>;
|
|
4371
|
+
listMlflowTrackingServers(
|
|
4372
|
+
args: ListMlflowTrackingServersCommandInput,
|
|
4373
|
+
cb: (err: any, data?: ListMlflowTrackingServersCommandOutput) => void
|
|
4374
|
+
): void;
|
|
4375
|
+
listMlflowTrackingServers(
|
|
4376
|
+
args: ListMlflowTrackingServersCommandInput,
|
|
4377
|
+
options: __HttpHandlerOptions,
|
|
4378
|
+
cb: (err: any, data?: ListMlflowTrackingServersCommandOutput) => void
|
|
4379
|
+
): void;
|
|
4276
4380
|
listModelBiasJobDefinitions(): Promise<ListModelBiasJobDefinitionsCommandOutput>;
|
|
4277
4381
|
listModelBiasJobDefinitions(
|
|
4278
4382
|
args: ListModelBiasJobDefinitionsCommandInput,
|
|
@@ -4924,6 +5028,19 @@ export interface SageMaker {
|
|
|
4924
5028
|
options: __HttpHandlerOptions,
|
|
4925
5029
|
cb: (err: any, data?: StartInferenceExperimentCommandOutput) => void
|
|
4926
5030
|
): void;
|
|
5031
|
+
startMlflowTrackingServer(
|
|
5032
|
+
args: StartMlflowTrackingServerCommandInput,
|
|
5033
|
+
options?: __HttpHandlerOptions
|
|
5034
|
+
): Promise<StartMlflowTrackingServerCommandOutput>;
|
|
5035
|
+
startMlflowTrackingServer(
|
|
5036
|
+
args: StartMlflowTrackingServerCommandInput,
|
|
5037
|
+
cb: (err: any, data?: StartMlflowTrackingServerCommandOutput) => void
|
|
5038
|
+
): void;
|
|
5039
|
+
startMlflowTrackingServer(
|
|
5040
|
+
args: StartMlflowTrackingServerCommandInput,
|
|
5041
|
+
options: __HttpHandlerOptions,
|
|
5042
|
+
cb: (err: any, data?: StartMlflowTrackingServerCommandOutput) => void
|
|
5043
|
+
): void;
|
|
4927
5044
|
startMonitoringSchedule(
|
|
4928
5045
|
args: StartMonitoringScheduleCommandInput,
|
|
4929
5046
|
options?: __HttpHandlerOptions
|
|
@@ -5067,6 +5184,19 @@ export interface SageMaker {
|
|
|
5067
5184
|
options: __HttpHandlerOptions,
|
|
5068
5185
|
cb: (err: any, data?: StopLabelingJobCommandOutput) => void
|
|
5069
5186
|
): void;
|
|
5187
|
+
stopMlflowTrackingServer(
|
|
5188
|
+
args: StopMlflowTrackingServerCommandInput,
|
|
5189
|
+
options?: __HttpHandlerOptions
|
|
5190
|
+
): Promise<StopMlflowTrackingServerCommandOutput>;
|
|
5191
|
+
stopMlflowTrackingServer(
|
|
5192
|
+
args: StopMlflowTrackingServerCommandInput,
|
|
5193
|
+
cb: (err: any, data?: StopMlflowTrackingServerCommandOutput) => void
|
|
5194
|
+
): void;
|
|
5195
|
+
stopMlflowTrackingServer(
|
|
5196
|
+
args: StopMlflowTrackingServerCommandInput,
|
|
5197
|
+
options: __HttpHandlerOptions,
|
|
5198
|
+
cb: (err: any, data?: StopMlflowTrackingServerCommandOutput) => void
|
|
5199
|
+
): void;
|
|
5070
5200
|
stopMonitoringSchedule(
|
|
5071
5201
|
args: StopMonitoringScheduleCommandInput,
|
|
5072
5202
|
options?: __HttpHandlerOptions
|
|
@@ -5430,6 +5560,19 @@ export interface SageMaker {
|
|
|
5430
5560
|
options: __HttpHandlerOptions,
|
|
5431
5561
|
cb: (err: any, data?: UpdateInferenceExperimentCommandOutput) => void
|
|
5432
5562
|
): void;
|
|
5563
|
+
updateMlflowTrackingServer(
|
|
5564
|
+
args: UpdateMlflowTrackingServerCommandInput,
|
|
5565
|
+
options?: __HttpHandlerOptions
|
|
5566
|
+
): Promise<UpdateMlflowTrackingServerCommandOutput>;
|
|
5567
|
+
updateMlflowTrackingServer(
|
|
5568
|
+
args: UpdateMlflowTrackingServerCommandInput,
|
|
5569
|
+
cb: (err: any, data?: UpdateMlflowTrackingServerCommandOutput) => void
|
|
5570
|
+
): void;
|
|
5571
|
+
updateMlflowTrackingServer(
|
|
5572
|
+
args: UpdateMlflowTrackingServerCommandInput,
|
|
5573
|
+
options: __HttpHandlerOptions,
|
|
5574
|
+
cb: (err: any, data?: UpdateMlflowTrackingServerCommandOutput) => void
|
|
5575
|
+
): void;
|
|
5433
5576
|
updateModelCard(
|
|
5434
5577
|
args: UpdateModelCardCommandInput,
|
|
5435
5578
|
options?: __HttpHandlerOptions
|