@aws-sdk/client-sagemaker 3.598.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 +4 -4
|
@@ -185,6 +185,10 @@ import {
|
|
|
185
185
|
CreateLabelingJobCommandInput,
|
|
186
186
|
CreateLabelingJobCommandOutput,
|
|
187
187
|
} from "./commands/CreateLabelingJobCommand";
|
|
188
|
+
import {
|
|
189
|
+
CreateMlflowTrackingServerCommandInput,
|
|
190
|
+
CreateMlflowTrackingServerCommandOutput,
|
|
191
|
+
} from "./commands/CreateMlflowTrackingServerCommand";
|
|
188
192
|
import {
|
|
189
193
|
CreateModelBiasJobDefinitionCommandInput,
|
|
190
194
|
CreateModelBiasJobDefinitionCommandOutput,
|
|
@@ -237,6 +241,10 @@ import {
|
|
|
237
241
|
CreatePresignedDomainUrlCommandInput,
|
|
238
242
|
CreatePresignedDomainUrlCommandOutput,
|
|
239
243
|
} from "./commands/CreatePresignedDomainUrlCommand";
|
|
244
|
+
import {
|
|
245
|
+
CreatePresignedMlflowTrackingServerUrlCommandInput,
|
|
246
|
+
CreatePresignedMlflowTrackingServerUrlCommandOutput,
|
|
247
|
+
} from "./commands/CreatePresignedMlflowTrackingServerUrlCommand";
|
|
240
248
|
import {
|
|
241
249
|
CreatePresignedNotebookInstanceUrlCommandInput,
|
|
242
250
|
CreatePresignedNotebookInstanceUrlCommandOutput,
|
|
@@ -397,6 +405,10 @@ import {
|
|
|
397
405
|
DeleteInferenceExperimentCommandInput,
|
|
398
406
|
DeleteInferenceExperimentCommandOutput,
|
|
399
407
|
} from "./commands/DeleteInferenceExperimentCommand";
|
|
408
|
+
import {
|
|
409
|
+
DeleteMlflowTrackingServerCommandInput,
|
|
410
|
+
DeleteMlflowTrackingServerCommandOutput,
|
|
411
|
+
} from "./commands/DeleteMlflowTrackingServerCommand";
|
|
400
412
|
import {
|
|
401
413
|
DeleteModelBiasJobDefinitionCommandInput,
|
|
402
414
|
DeleteModelBiasJobDefinitionCommandOutput,
|
|
@@ -625,6 +637,10 @@ import {
|
|
|
625
637
|
DescribeLineageGroupCommandInput,
|
|
626
638
|
DescribeLineageGroupCommandOutput,
|
|
627
639
|
} from "./commands/DescribeLineageGroupCommand";
|
|
640
|
+
import {
|
|
641
|
+
DescribeMlflowTrackingServerCommandInput,
|
|
642
|
+
DescribeMlflowTrackingServerCommandOutput,
|
|
643
|
+
} from "./commands/DescribeMlflowTrackingServerCommand";
|
|
628
644
|
import {
|
|
629
645
|
DescribeModelBiasJobDefinitionCommandInput,
|
|
630
646
|
DescribeModelBiasJobDefinitionCommandOutput,
|
|
@@ -925,6 +941,10 @@ import {
|
|
|
925
941
|
ListLineageGroupsCommandInput,
|
|
926
942
|
ListLineageGroupsCommandOutput,
|
|
927
943
|
} from "./commands/ListLineageGroupsCommand";
|
|
944
|
+
import {
|
|
945
|
+
ListMlflowTrackingServersCommandInput,
|
|
946
|
+
ListMlflowTrackingServersCommandOutput,
|
|
947
|
+
} from "./commands/ListMlflowTrackingServersCommand";
|
|
928
948
|
import {
|
|
929
949
|
ListModelBiasJobDefinitionsCommandInput,
|
|
930
950
|
ListModelBiasJobDefinitionsCommandOutput,
|
|
@@ -1109,6 +1129,10 @@ import {
|
|
|
1109
1129
|
StartInferenceExperimentCommandInput,
|
|
1110
1130
|
StartInferenceExperimentCommandOutput,
|
|
1111
1131
|
} from "./commands/StartInferenceExperimentCommand";
|
|
1132
|
+
import {
|
|
1133
|
+
StartMlflowTrackingServerCommandInput,
|
|
1134
|
+
StartMlflowTrackingServerCommandOutput,
|
|
1135
|
+
} from "./commands/StartMlflowTrackingServerCommand";
|
|
1112
1136
|
import {
|
|
1113
1137
|
StartMonitoringScheduleCommandInput,
|
|
1114
1138
|
StartMonitoringScheduleCommandOutput,
|
|
@@ -1153,6 +1177,10 @@ import {
|
|
|
1153
1177
|
StopLabelingJobCommandInput,
|
|
1154
1178
|
StopLabelingJobCommandOutput,
|
|
1155
1179
|
} from "./commands/StopLabelingJobCommand";
|
|
1180
|
+
import {
|
|
1181
|
+
StopMlflowTrackingServerCommandInput,
|
|
1182
|
+
StopMlflowTrackingServerCommandOutput,
|
|
1183
|
+
} from "./commands/StopMlflowTrackingServerCommand";
|
|
1156
1184
|
import {
|
|
1157
1185
|
StopMonitoringScheduleCommandInput,
|
|
1158
1186
|
StopMonitoringScheduleCommandOutput,
|
|
@@ -1261,6 +1289,10 @@ import {
|
|
|
1261
1289
|
UpdateInferenceExperimentCommandInput,
|
|
1262
1290
|
UpdateInferenceExperimentCommandOutput,
|
|
1263
1291
|
} from "./commands/UpdateInferenceExperimentCommand";
|
|
1292
|
+
import {
|
|
1293
|
+
UpdateMlflowTrackingServerCommandInput,
|
|
1294
|
+
UpdateMlflowTrackingServerCommandOutput,
|
|
1295
|
+
} from "./commands/UpdateMlflowTrackingServerCommand";
|
|
1264
1296
|
import {
|
|
1265
1297
|
UpdateModelCardCommandInput,
|
|
1266
1298
|
UpdateModelCardCommandOutput,
|
|
@@ -1368,6 +1400,7 @@ export type ServiceInputTypes =
|
|
|
1368
1400
|
| CreateInferenceExperimentCommandInput
|
|
1369
1401
|
| CreateInferenceRecommendationsJobCommandInput
|
|
1370
1402
|
| CreateLabelingJobCommandInput
|
|
1403
|
+
| CreateMlflowTrackingServerCommandInput
|
|
1371
1404
|
| CreateModelBiasJobDefinitionCommandInput
|
|
1372
1405
|
| CreateModelCardCommandInput
|
|
1373
1406
|
| CreateModelCardExportJobCommandInput
|
|
@@ -1381,6 +1414,7 @@ export type ServiceInputTypes =
|
|
|
1381
1414
|
| CreateNotebookInstanceLifecycleConfigCommandInput
|
|
1382
1415
|
| CreatePipelineCommandInput
|
|
1383
1416
|
| CreatePresignedDomainUrlCommandInput
|
|
1417
|
+
| CreatePresignedMlflowTrackingServerUrlCommandInput
|
|
1384
1418
|
| CreatePresignedNotebookInstanceUrlCommandInput
|
|
1385
1419
|
| CreateProcessingJobCommandInput
|
|
1386
1420
|
| CreateProjectCommandInput
|
|
@@ -1421,6 +1455,7 @@ export type ServiceInputTypes =
|
|
|
1421
1455
|
| DeleteImageVersionCommandInput
|
|
1422
1456
|
| DeleteInferenceComponentCommandInput
|
|
1423
1457
|
| DeleteInferenceExperimentCommandInput
|
|
1458
|
+
| DeleteMlflowTrackingServerCommandInput
|
|
1424
1459
|
| DeleteModelBiasJobDefinitionCommandInput
|
|
1425
1460
|
| DeleteModelCardCommandInput
|
|
1426
1461
|
| DeleteModelCommandInput
|
|
@@ -1478,6 +1513,7 @@ export type ServiceInputTypes =
|
|
|
1478
1513
|
| DescribeInferenceRecommendationsJobCommandInput
|
|
1479
1514
|
| DescribeLabelingJobCommandInput
|
|
1480
1515
|
| DescribeLineageGroupCommandInput
|
|
1516
|
+
| DescribeMlflowTrackingServerCommandInput
|
|
1481
1517
|
| DescribeModelBiasJobDefinitionCommandInput
|
|
1482
1518
|
| DescribeModelCardCommandInput
|
|
1483
1519
|
| DescribeModelCardExportJobCommandInput
|
|
@@ -1553,6 +1589,7 @@ export type ServiceInputTypes =
|
|
|
1553
1589
|
| ListLabelingJobsCommandInput
|
|
1554
1590
|
| ListLabelingJobsForWorkteamCommandInput
|
|
1555
1591
|
| ListLineageGroupsCommandInput
|
|
1592
|
+
| ListMlflowTrackingServersCommandInput
|
|
1556
1593
|
| ListModelBiasJobDefinitionsCommandInput
|
|
1557
1594
|
| ListModelCardExportJobsCommandInput
|
|
1558
1595
|
| ListModelCardVersionsCommandInput
|
|
@@ -1599,6 +1636,7 @@ export type ServiceInputTypes =
|
|
|
1599
1636
|
| SendPipelineExecutionStepSuccessCommandInput
|
|
1600
1637
|
| StartEdgeDeploymentStageCommandInput
|
|
1601
1638
|
| StartInferenceExperimentCommandInput
|
|
1639
|
+
| StartMlflowTrackingServerCommandInput
|
|
1602
1640
|
| StartMonitoringScheduleCommandInput
|
|
1603
1641
|
| StartNotebookInstanceCommandInput
|
|
1604
1642
|
| StartPipelineExecutionCommandInput
|
|
@@ -1610,6 +1648,7 @@ export type ServiceInputTypes =
|
|
|
1610
1648
|
| StopInferenceExperimentCommandInput
|
|
1611
1649
|
| StopInferenceRecommendationsJobCommandInput
|
|
1612
1650
|
| StopLabelingJobCommandInput
|
|
1651
|
+
| StopMlflowTrackingServerCommandInput
|
|
1613
1652
|
| StopMonitoringScheduleCommandInput
|
|
1614
1653
|
| StopNotebookInstanceCommandInput
|
|
1615
1654
|
| StopPipelineExecutionCommandInput
|
|
@@ -1637,6 +1676,7 @@ export type ServiceInputTypes =
|
|
|
1637
1676
|
| UpdateInferenceComponentCommandInput
|
|
1638
1677
|
| UpdateInferenceComponentRuntimeConfigCommandInput
|
|
1639
1678
|
| UpdateInferenceExperimentCommandInput
|
|
1679
|
+
| UpdateMlflowTrackingServerCommandInput
|
|
1640
1680
|
| UpdateModelCardCommandInput
|
|
1641
1681
|
| UpdateModelPackageCommandInput
|
|
1642
1682
|
| UpdateMonitoringAlertCommandInput
|
|
@@ -1689,6 +1729,7 @@ export type ServiceOutputTypes =
|
|
|
1689
1729
|
| CreateInferenceExperimentCommandOutput
|
|
1690
1730
|
| CreateInferenceRecommendationsJobCommandOutput
|
|
1691
1731
|
| CreateLabelingJobCommandOutput
|
|
1732
|
+
| CreateMlflowTrackingServerCommandOutput
|
|
1692
1733
|
| CreateModelBiasJobDefinitionCommandOutput
|
|
1693
1734
|
| CreateModelCardCommandOutput
|
|
1694
1735
|
| CreateModelCardExportJobCommandOutput
|
|
@@ -1702,6 +1743,7 @@ export type ServiceOutputTypes =
|
|
|
1702
1743
|
| CreateNotebookInstanceLifecycleConfigCommandOutput
|
|
1703
1744
|
| CreatePipelineCommandOutput
|
|
1704
1745
|
| CreatePresignedDomainUrlCommandOutput
|
|
1746
|
+
| CreatePresignedMlflowTrackingServerUrlCommandOutput
|
|
1705
1747
|
| CreatePresignedNotebookInstanceUrlCommandOutput
|
|
1706
1748
|
| CreateProcessingJobCommandOutput
|
|
1707
1749
|
| CreateProjectCommandOutput
|
|
@@ -1742,6 +1784,7 @@ export type ServiceOutputTypes =
|
|
|
1742
1784
|
| DeleteImageVersionCommandOutput
|
|
1743
1785
|
| DeleteInferenceComponentCommandOutput
|
|
1744
1786
|
| DeleteInferenceExperimentCommandOutput
|
|
1787
|
+
| DeleteMlflowTrackingServerCommandOutput
|
|
1745
1788
|
| DeleteModelBiasJobDefinitionCommandOutput
|
|
1746
1789
|
| DeleteModelCardCommandOutput
|
|
1747
1790
|
| DeleteModelCommandOutput
|
|
@@ -1799,6 +1842,7 @@ export type ServiceOutputTypes =
|
|
|
1799
1842
|
| DescribeInferenceRecommendationsJobCommandOutput
|
|
1800
1843
|
| DescribeLabelingJobCommandOutput
|
|
1801
1844
|
| DescribeLineageGroupCommandOutput
|
|
1845
|
+
| DescribeMlflowTrackingServerCommandOutput
|
|
1802
1846
|
| DescribeModelBiasJobDefinitionCommandOutput
|
|
1803
1847
|
| DescribeModelCardCommandOutput
|
|
1804
1848
|
| DescribeModelCardExportJobCommandOutput
|
|
@@ -1874,6 +1918,7 @@ export type ServiceOutputTypes =
|
|
|
1874
1918
|
| ListLabelingJobsCommandOutput
|
|
1875
1919
|
| ListLabelingJobsForWorkteamCommandOutput
|
|
1876
1920
|
| ListLineageGroupsCommandOutput
|
|
1921
|
+
| ListMlflowTrackingServersCommandOutput
|
|
1877
1922
|
| ListModelBiasJobDefinitionsCommandOutput
|
|
1878
1923
|
| ListModelCardExportJobsCommandOutput
|
|
1879
1924
|
| ListModelCardVersionsCommandOutput
|
|
@@ -1920,6 +1965,7 @@ export type ServiceOutputTypes =
|
|
|
1920
1965
|
| SendPipelineExecutionStepSuccessCommandOutput
|
|
1921
1966
|
| StartEdgeDeploymentStageCommandOutput
|
|
1922
1967
|
| StartInferenceExperimentCommandOutput
|
|
1968
|
+
| StartMlflowTrackingServerCommandOutput
|
|
1923
1969
|
| StartMonitoringScheduleCommandOutput
|
|
1924
1970
|
| StartNotebookInstanceCommandOutput
|
|
1925
1971
|
| StartPipelineExecutionCommandOutput
|
|
@@ -1931,6 +1977,7 @@ export type ServiceOutputTypes =
|
|
|
1931
1977
|
| StopInferenceExperimentCommandOutput
|
|
1932
1978
|
| StopInferenceRecommendationsJobCommandOutput
|
|
1933
1979
|
| StopLabelingJobCommandOutput
|
|
1980
|
+
| StopMlflowTrackingServerCommandOutput
|
|
1934
1981
|
| StopMonitoringScheduleCommandOutput
|
|
1935
1982
|
| StopNotebookInstanceCommandOutput
|
|
1936
1983
|
| StopPipelineExecutionCommandOutput
|
|
@@ -1958,6 +2005,7 @@ export type ServiceOutputTypes =
|
|
|
1958
2005
|
| UpdateInferenceComponentCommandOutput
|
|
1959
2006
|
| UpdateInferenceComponentRuntimeConfigCommandOutput
|
|
1960
2007
|
| UpdateInferenceExperimentCommandOutput
|
|
2008
|
+
| UpdateMlflowTrackingServerCommandOutput
|
|
1961
2009
|
| UpdateModelCardCommandOutput
|
|
1962
2010
|
| UpdateModelPackageCommandOutput
|
|
1963
2011
|
| UpdateMonitoringAlertCommandOutput
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CreateMlflowTrackingServerRequest,
|
|
5
|
+
CreateMlflowTrackingServerResponse,
|
|
6
|
+
} from "../models/models_1";
|
|
7
|
+
import {
|
|
8
|
+
SageMakerClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../SageMakerClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreateMlflowTrackingServerCommandInput
|
|
15
|
+
extends CreateMlflowTrackingServerRequest {}
|
|
16
|
+
export interface CreateMlflowTrackingServerCommandOutput
|
|
17
|
+
extends CreateMlflowTrackingServerResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CreateMlflowTrackingServerCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CreateMlflowTrackingServerCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
CreateMlflowTrackingServerCommandInput,
|
|
24
|
+
CreateMlflowTrackingServerCommandOutput,
|
|
25
|
+
SageMakerClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: CreateMlflowTrackingServerCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
CreateMlflowTrackingServerCommandInput,
|
|
33
|
+
CreateMlflowTrackingServerCommandOutput,
|
|
34
|
+
SageMakerClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class CreateMlflowTrackingServerCommand extends CreateMlflowTrackingServerCommand_base {}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
CreatePresignedMlflowTrackingServerUrlRequest,
|
|
5
|
+
CreatePresignedMlflowTrackingServerUrlResponse,
|
|
6
|
+
} from "../models/models_1";
|
|
7
|
+
import {
|
|
8
|
+
SageMakerClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../SageMakerClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface CreatePresignedMlflowTrackingServerUrlCommandInput
|
|
15
|
+
extends CreatePresignedMlflowTrackingServerUrlRequest {}
|
|
16
|
+
export interface CreatePresignedMlflowTrackingServerUrlCommandOutput
|
|
17
|
+
extends CreatePresignedMlflowTrackingServerUrlResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const CreatePresignedMlflowTrackingServerUrlCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: CreatePresignedMlflowTrackingServerUrlCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
CreatePresignedMlflowTrackingServerUrlCommandInput,
|
|
24
|
+
CreatePresignedMlflowTrackingServerUrlCommandOutput,
|
|
25
|
+
SageMakerClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: CreatePresignedMlflowTrackingServerUrlCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
CreatePresignedMlflowTrackingServerUrlCommandInput,
|
|
33
|
+
CreatePresignedMlflowTrackingServerUrlCommandOutput,
|
|
34
|
+
SageMakerClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class CreatePresignedMlflowTrackingServerUrlCommand extends CreatePresignedMlflowTrackingServerUrlCommand_base {}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
DeleteMlflowTrackingServerRequest,
|
|
5
|
+
DeleteMlflowTrackingServerResponse,
|
|
6
|
+
} from "../models/models_2";
|
|
7
|
+
import {
|
|
8
|
+
SageMakerClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../SageMakerClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DeleteMlflowTrackingServerCommandInput
|
|
15
|
+
extends DeleteMlflowTrackingServerRequest {}
|
|
16
|
+
export interface DeleteMlflowTrackingServerCommandOutput
|
|
17
|
+
extends DeleteMlflowTrackingServerResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DeleteMlflowTrackingServerCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DeleteMlflowTrackingServerCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DeleteMlflowTrackingServerCommandInput,
|
|
24
|
+
DeleteMlflowTrackingServerCommandOutput,
|
|
25
|
+
SageMakerClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: DeleteMlflowTrackingServerCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DeleteMlflowTrackingServerCommandInput,
|
|
33
|
+
DeleteMlflowTrackingServerCommandOutput,
|
|
34
|
+
SageMakerClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DeleteMlflowTrackingServerCommand extends DeleteMlflowTrackingServerCommand_base {}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
DescribeMlflowTrackingServerRequest,
|
|
5
|
+
DescribeMlflowTrackingServerResponse,
|
|
6
|
+
} from "../models/models_2";
|
|
7
|
+
import {
|
|
8
|
+
SageMakerClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../SageMakerClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DescribeMlflowTrackingServerCommandInput
|
|
15
|
+
extends DescribeMlflowTrackingServerRequest {}
|
|
16
|
+
export interface DescribeMlflowTrackingServerCommandOutput
|
|
17
|
+
extends DescribeMlflowTrackingServerResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DescribeMlflowTrackingServerCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DescribeMlflowTrackingServerCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DescribeMlflowTrackingServerCommandInput,
|
|
24
|
+
DescribeMlflowTrackingServerCommandOutput,
|
|
25
|
+
SageMakerClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: DescribeMlflowTrackingServerCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DescribeMlflowTrackingServerCommandInput,
|
|
33
|
+
DescribeMlflowTrackingServerCommandOutput,
|
|
34
|
+
SageMakerClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DescribeMlflowTrackingServerCommand extends DescribeMlflowTrackingServerCommand_base {}
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
DescribeNotebookInstanceLifecycleConfigInput,
|
|
5
5
|
DescribeNotebookInstanceLifecycleConfigOutput,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_3";
|
|
7
7
|
import {
|
|
8
8
|
SageMakerClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
DescribePipelineDefinitionForExecutionRequest,
|
|
5
5
|
DescribePipelineDefinitionForExecutionResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_3";
|
|
7
7
|
import {
|
|
8
8
|
SageMakerClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
DescribePipelineExecutionRequest,
|
|
5
5
|
DescribePipelineExecutionResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_3";
|
|
7
7
|
import {
|
|
8
8
|
SageMakerClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ListMlflowTrackingServersRequest,
|
|
5
|
+
ListMlflowTrackingServersResponse,
|
|
6
|
+
} from "../models/models_3";
|
|
7
|
+
import {
|
|
8
|
+
SageMakerClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../SageMakerClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListMlflowTrackingServersCommandInput
|
|
15
|
+
extends ListMlflowTrackingServersRequest {}
|
|
16
|
+
export interface ListMlflowTrackingServersCommandOutput
|
|
17
|
+
extends ListMlflowTrackingServersResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const ListMlflowTrackingServersCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: ListMlflowTrackingServersCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
ListMlflowTrackingServersCommandInput,
|
|
24
|
+
ListMlflowTrackingServersCommandOutput,
|
|
25
|
+
SageMakerClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
...[input]: [] | [ListMlflowTrackingServersCommandInput]
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
ListMlflowTrackingServersCommandInput,
|
|
33
|
+
ListMlflowTrackingServersCommandOutput,
|
|
34
|
+
SageMakerClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class ListMlflowTrackingServersCommand extends ListMlflowTrackingServersCommand_base {}
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
ListMonitoringAlertsResponse,
|
|
6
|
-
} from "../models/models_3";
|
|
3
|
+
import { ListMonitoringAlertsRequest } from "../models/models_3";
|
|
4
|
+
import { ListMonitoringAlertsResponse } from "../models/models_4";
|
|
7
5
|
import {
|
|
8
6
|
SageMakerClientResolvedConfig,
|
|
9
7
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
ListMonitoringExecutionsRequest,
|
|
5
5
|
ListMonitoringExecutionsResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_4";
|
|
7
7
|
import {
|
|
8
8
|
SageMakerClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
ListMonitoringSchedulesRequest,
|
|
5
5
|
ListMonitoringSchedulesResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_4";
|
|
7
7
|
import {
|
|
8
8
|
SageMakerClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
ListNotebookInstanceLifecycleConfigsInput,
|
|
5
5
|
ListNotebookInstanceLifecycleConfigsOutput,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_4";
|
|
7
7
|
import {
|
|
8
8
|
SageMakerClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
StartMlflowTrackingServerRequest,
|
|
5
|
+
StartMlflowTrackingServerResponse,
|
|
6
|
+
} from "../models/models_4";
|
|
7
|
+
import {
|
|
8
|
+
SageMakerClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../SageMakerClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface StartMlflowTrackingServerCommandInput
|
|
15
|
+
extends StartMlflowTrackingServerRequest {}
|
|
16
|
+
export interface StartMlflowTrackingServerCommandOutput
|
|
17
|
+
extends StartMlflowTrackingServerResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const StartMlflowTrackingServerCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: StartMlflowTrackingServerCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
StartMlflowTrackingServerCommandInput,
|
|
24
|
+
StartMlflowTrackingServerCommandOutput,
|
|
25
|
+
SageMakerClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: StartMlflowTrackingServerCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
StartMlflowTrackingServerCommandInput,
|
|
33
|
+
StartMlflowTrackingServerCommandOutput,
|
|
34
|
+
SageMakerClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class StartMlflowTrackingServerCommand extends StartMlflowTrackingServerCommand_base {}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
StopMlflowTrackingServerRequest,
|
|
5
|
+
StopMlflowTrackingServerResponse,
|
|
6
|
+
} from "../models/models_4";
|
|
7
|
+
import {
|
|
8
|
+
SageMakerClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../SageMakerClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface StopMlflowTrackingServerCommandInput
|
|
15
|
+
extends StopMlflowTrackingServerRequest {}
|
|
16
|
+
export interface StopMlflowTrackingServerCommandOutput
|
|
17
|
+
extends StopMlflowTrackingServerResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const StopMlflowTrackingServerCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: StopMlflowTrackingServerCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
StopMlflowTrackingServerCommandInput,
|
|
24
|
+
StopMlflowTrackingServerCommandOutput,
|
|
25
|
+
SageMakerClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: StopMlflowTrackingServerCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
StopMlflowTrackingServerCommandInput,
|
|
33
|
+
StopMlflowTrackingServerCommandOutput,
|
|
34
|
+
SageMakerClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class StopMlflowTrackingServerCommand extends StopMlflowTrackingServerCommand_base {}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
UpdateMlflowTrackingServerRequest,
|
|
5
|
+
UpdateMlflowTrackingServerResponse,
|
|
6
|
+
} from "../models/models_4";
|
|
7
|
+
import {
|
|
8
|
+
SageMakerClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../SageMakerClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface UpdateMlflowTrackingServerCommandInput
|
|
15
|
+
extends UpdateMlflowTrackingServerRequest {}
|
|
16
|
+
export interface UpdateMlflowTrackingServerCommandOutput
|
|
17
|
+
extends UpdateMlflowTrackingServerResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const UpdateMlflowTrackingServerCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: UpdateMlflowTrackingServerCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
UpdateMlflowTrackingServerCommandInput,
|
|
24
|
+
UpdateMlflowTrackingServerCommandOutput,
|
|
25
|
+
SageMakerClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: UpdateMlflowTrackingServerCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
UpdateMlflowTrackingServerCommandInput,
|
|
33
|
+
UpdateMlflowTrackingServerCommandOutput,
|
|
34
|
+
SageMakerClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class UpdateMlflowTrackingServerCommand extends UpdateMlflowTrackingServerCommand_base {}
|