@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
package/dist-es/SageMaker.js
CHANGED
|
@@ -34,6 +34,7 @@ import { CreateInferenceComponentCommand, } from "./commands/CreateInferenceComp
|
|
|
34
34
|
import { CreateInferenceExperimentCommand, } from "./commands/CreateInferenceExperimentCommand";
|
|
35
35
|
import { CreateInferenceRecommendationsJobCommand, } from "./commands/CreateInferenceRecommendationsJobCommand";
|
|
36
36
|
import { CreateLabelingJobCommand, } from "./commands/CreateLabelingJobCommand";
|
|
37
|
+
import { CreateMlflowTrackingServerCommand, } from "./commands/CreateMlflowTrackingServerCommand";
|
|
37
38
|
import { CreateModelBiasJobDefinitionCommand, } from "./commands/CreateModelBiasJobDefinitionCommand";
|
|
38
39
|
import { CreateModelCardCommand, } from "./commands/CreateModelCardCommand";
|
|
39
40
|
import { CreateModelCardExportJobCommand, } from "./commands/CreateModelCardExportJobCommand";
|
|
@@ -47,6 +48,7 @@ import { CreateNotebookInstanceCommand, } from "./commands/CreateNotebookInstanc
|
|
|
47
48
|
import { CreateNotebookInstanceLifecycleConfigCommand, } from "./commands/CreateNotebookInstanceLifecycleConfigCommand";
|
|
48
49
|
import { CreatePipelineCommand, } from "./commands/CreatePipelineCommand";
|
|
49
50
|
import { CreatePresignedDomainUrlCommand, } from "./commands/CreatePresignedDomainUrlCommand";
|
|
51
|
+
import { CreatePresignedMlflowTrackingServerUrlCommand, } from "./commands/CreatePresignedMlflowTrackingServerUrlCommand";
|
|
50
52
|
import { CreatePresignedNotebookInstanceUrlCommand, } from "./commands/CreatePresignedNotebookInstanceUrlCommand";
|
|
51
53
|
import { CreateProcessingJobCommand, } from "./commands/CreateProcessingJobCommand";
|
|
52
54
|
import { CreateProjectCommand, } from "./commands/CreateProjectCommand";
|
|
@@ -87,6 +89,7 @@ import { DeleteImageCommand } from "./commands/DeleteImageCommand";
|
|
|
87
89
|
import { DeleteImageVersionCommand, } from "./commands/DeleteImageVersionCommand";
|
|
88
90
|
import { DeleteInferenceComponentCommand, } from "./commands/DeleteInferenceComponentCommand";
|
|
89
91
|
import { DeleteInferenceExperimentCommand, } from "./commands/DeleteInferenceExperimentCommand";
|
|
92
|
+
import { DeleteMlflowTrackingServerCommand, } from "./commands/DeleteMlflowTrackingServerCommand";
|
|
90
93
|
import { DeleteModelBiasJobDefinitionCommand, } from "./commands/DeleteModelBiasJobDefinitionCommand";
|
|
91
94
|
import { DeleteModelCardCommand, } from "./commands/DeleteModelCardCommand";
|
|
92
95
|
import { DeleteModelCommand } from "./commands/DeleteModelCommand";
|
|
@@ -144,6 +147,7 @@ import { DescribeInferenceExperimentCommand, } from "./commands/DescribeInferenc
|
|
|
144
147
|
import { DescribeInferenceRecommendationsJobCommand, } from "./commands/DescribeInferenceRecommendationsJobCommand";
|
|
145
148
|
import { DescribeLabelingJobCommand, } from "./commands/DescribeLabelingJobCommand";
|
|
146
149
|
import { DescribeLineageGroupCommand, } from "./commands/DescribeLineageGroupCommand";
|
|
150
|
+
import { DescribeMlflowTrackingServerCommand, } from "./commands/DescribeMlflowTrackingServerCommand";
|
|
147
151
|
import { DescribeModelBiasJobDefinitionCommand, } from "./commands/DescribeModelBiasJobDefinitionCommand";
|
|
148
152
|
import { DescribeModelCardCommand, } from "./commands/DescribeModelCardCommand";
|
|
149
153
|
import { DescribeModelCardExportJobCommand, } from "./commands/DescribeModelCardExportJobCommand";
|
|
@@ -219,6 +223,7 @@ import { ListInferenceRecommendationsJobStepsCommand, } from "./commands/ListInf
|
|
|
219
223
|
import { ListLabelingJobsCommand, } from "./commands/ListLabelingJobsCommand";
|
|
220
224
|
import { ListLabelingJobsForWorkteamCommand, } from "./commands/ListLabelingJobsForWorkteamCommand";
|
|
221
225
|
import { ListLineageGroupsCommand, } from "./commands/ListLineageGroupsCommand";
|
|
226
|
+
import { ListMlflowTrackingServersCommand, } from "./commands/ListMlflowTrackingServersCommand";
|
|
222
227
|
import { ListModelBiasJobDefinitionsCommand, } from "./commands/ListModelBiasJobDefinitionsCommand";
|
|
223
228
|
import { ListModelCardExportJobsCommand, } from "./commands/ListModelCardExportJobsCommand";
|
|
224
229
|
import { ListModelCardsCommand, } from "./commands/ListModelCardsCommand";
|
|
@@ -265,6 +270,7 @@ import { SendPipelineExecutionStepFailureCommand, } from "./commands/SendPipelin
|
|
|
265
270
|
import { SendPipelineExecutionStepSuccessCommand, } from "./commands/SendPipelineExecutionStepSuccessCommand";
|
|
266
271
|
import { StartEdgeDeploymentStageCommand, } from "./commands/StartEdgeDeploymentStageCommand";
|
|
267
272
|
import { StartInferenceExperimentCommand, } from "./commands/StartInferenceExperimentCommand";
|
|
273
|
+
import { StartMlflowTrackingServerCommand, } from "./commands/StartMlflowTrackingServerCommand";
|
|
268
274
|
import { StartMonitoringScheduleCommand, } from "./commands/StartMonitoringScheduleCommand";
|
|
269
275
|
import { StartNotebookInstanceCommand, } from "./commands/StartNotebookInstanceCommand";
|
|
270
276
|
import { StartPipelineExecutionCommand, } from "./commands/StartPipelineExecutionCommand";
|
|
@@ -276,6 +282,7 @@ import { StopHyperParameterTuningJobCommand, } from "./commands/StopHyperParamet
|
|
|
276
282
|
import { StopInferenceExperimentCommand, } from "./commands/StopInferenceExperimentCommand";
|
|
277
283
|
import { StopInferenceRecommendationsJobCommand, } from "./commands/StopInferenceRecommendationsJobCommand";
|
|
278
284
|
import { StopLabelingJobCommand, } from "./commands/StopLabelingJobCommand";
|
|
285
|
+
import { StopMlflowTrackingServerCommand, } from "./commands/StopMlflowTrackingServerCommand";
|
|
279
286
|
import { StopMonitoringScheduleCommand, } from "./commands/StopMonitoringScheduleCommand";
|
|
280
287
|
import { StopNotebookInstanceCommand, } from "./commands/StopNotebookInstanceCommand";
|
|
281
288
|
import { StopPipelineExecutionCommand, } from "./commands/StopPipelineExecutionCommand";
|
|
@@ -303,6 +310,7 @@ import { UpdateImageVersionCommand, } from "./commands/UpdateImageVersionCommand
|
|
|
303
310
|
import { UpdateInferenceComponentCommand, } from "./commands/UpdateInferenceComponentCommand";
|
|
304
311
|
import { UpdateInferenceComponentRuntimeConfigCommand, } from "./commands/UpdateInferenceComponentRuntimeConfigCommand";
|
|
305
312
|
import { UpdateInferenceExperimentCommand, } from "./commands/UpdateInferenceExperimentCommand";
|
|
313
|
+
import { UpdateMlflowTrackingServerCommand, } from "./commands/UpdateMlflowTrackingServerCommand";
|
|
306
314
|
import { UpdateModelCardCommand, } from "./commands/UpdateModelCardCommand";
|
|
307
315
|
import { UpdateModelPackageCommand, } from "./commands/UpdateModelPackageCommand";
|
|
308
316
|
import { UpdateMonitoringAlertCommand, } from "./commands/UpdateMonitoringAlertCommand";
|
|
@@ -356,6 +364,7 @@ const commands = {
|
|
|
356
364
|
CreateInferenceExperimentCommand,
|
|
357
365
|
CreateInferenceRecommendationsJobCommand,
|
|
358
366
|
CreateLabelingJobCommand,
|
|
367
|
+
CreateMlflowTrackingServerCommand,
|
|
359
368
|
CreateModelCommand,
|
|
360
369
|
CreateModelBiasJobDefinitionCommand,
|
|
361
370
|
CreateModelCardCommand,
|
|
@@ -369,6 +378,7 @@ const commands = {
|
|
|
369
378
|
CreateNotebookInstanceLifecycleConfigCommand,
|
|
370
379
|
CreatePipelineCommand,
|
|
371
380
|
CreatePresignedDomainUrlCommand,
|
|
381
|
+
CreatePresignedMlflowTrackingServerUrlCommand,
|
|
372
382
|
CreatePresignedNotebookInstanceUrlCommand,
|
|
373
383
|
CreateProcessingJobCommand,
|
|
374
384
|
CreateProjectCommand,
|
|
@@ -409,6 +419,7 @@ const commands = {
|
|
|
409
419
|
DeleteImageVersionCommand,
|
|
410
420
|
DeleteInferenceComponentCommand,
|
|
411
421
|
DeleteInferenceExperimentCommand,
|
|
422
|
+
DeleteMlflowTrackingServerCommand,
|
|
412
423
|
DeleteModelCommand,
|
|
413
424
|
DeleteModelBiasJobDefinitionCommand,
|
|
414
425
|
DeleteModelCardCommand,
|
|
@@ -466,6 +477,7 @@ const commands = {
|
|
|
466
477
|
DescribeInferenceRecommendationsJobCommand,
|
|
467
478
|
DescribeLabelingJobCommand,
|
|
468
479
|
DescribeLineageGroupCommand,
|
|
480
|
+
DescribeMlflowTrackingServerCommand,
|
|
469
481
|
DescribeModelCommand,
|
|
470
482
|
DescribeModelBiasJobDefinitionCommand,
|
|
471
483
|
DescribeModelCardCommand,
|
|
@@ -541,6 +553,7 @@ const commands = {
|
|
|
541
553
|
ListLabelingJobsCommand,
|
|
542
554
|
ListLabelingJobsForWorkteamCommand,
|
|
543
555
|
ListLineageGroupsCommand,
|
|
556
|
+
ListMlflowTrackingServersCommand,
|
|
544
557
|
ListModelBiasJobDefinitionsCommand,
|
|
545
558
|
ListModelCardExportJobsCommand,
|
|
546
559
|
ListModelCardsCommand,
|
|
@@ -587,6 +600,7 @@ const commands = {
|
|
|
587
600
|
SendPipelineExecutionStepSuccessCommand,
|
|
588
601
|
StartEdgeDeploymentStageCommand,
|
|
589
602
|
StartInferenceExperimentCommand,
|
|
603
|
+
StartMlflowTrackingServerCommand,
|
|
590
604
|
StartMonitoringScheduleCommand,
|
|
591
605
|
StartNotebookInstanceCommand,
|
|
592
606
|
StartPipelineExecutionCommand,
|
|
@@ -598,6 +612,7 @@ const commands = {
|
|
|
598
612
|
StopInferenceExperimentCommand,
|
|
599
613
|
StopInferenceRecommendationsJobCommand,
|
|
600
614
|
StopLabelingJobCommand,
|
|
615
|
+
StopMlflowTrackingServerCommand,
|
|
601
616
|
StopMonitoringScheduleCommand,
|
|
602
617
|
StopNotebookInstanceCommand,
|
|
603
618
|
StopPipelineExecutionCommand,
|
|
@@ -625,6 +640,7 @@ const commands = {
|
|
|
625
640
|
UpdateInferenceComponentCommand,
|
|
626
641
|
UpdateInferenceComponentRuntimeConfigCommand,
|
|
627
642
|
UpdateInferenceExperimentCommand,
|
|
643
|
+
UpdateMlflowTrackingServerCommand,
|
|
628
644
|
UpdateModelCardCommand,
|
|
629
645
|
UpdateModelPackageCommand,
|
|
630
646
|
UpdateMonitoringAlertCommand,
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_CreateMlflowTrackingServerCommand, se_CreateMlflowTrackingServerCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class CreateMlflowTrackingServerCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("SageMaker", "CreateMlflowTrackingServer", {})
|
|
19
|
+
.n("SageMakerClient", "CreateMlflowTrackingServerCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_CreateMlflowTrackingServerCommand)
|
|
22
|
+
.de(de_CreateMlflowTrackingServerCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_CreatePresignedMlflowTrackingServerUrlCommand, se_CreatePresignedMlflowTrackingServerUrlCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class CreatePresignedMlflowTrackingServerUrlCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("SageMaker", "CreatePresignedMlflowTrackingServerUrl", {})
|
|
19
|
+
.n("SageMakerClient", "CreatePresignedMlflowTrackingServerUrlCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_CreatePresignedMlflowTrackingServerUrlCommand)
|
|
22
|
+
.de(de_CreatePresignedMlflowTrackingServerUrlCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DeleteMlflowTrackingServerCommand, se_DeleteMlflowTrackingServerCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DeleteMlflowTrackingServerCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("SageMaker", "DeleteMlflowTrackingServer", {})
|
|
19
|
+
.n("SageMakerClient", "DeleteMlflowTrackingServerCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DeleteMlflowTrackingServerCommand)
|
|
22
|
+
.de(de_DeleteMlflowTrackingServerCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_DescribeMlflowTrackingServerCommand, se_DescribeMlflowTrackingServerCommand, } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class DescribeMlflowTrackingServerCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("SageMaker", "DescribeMlflowTrackingServer", {})
|
|
19
|
+
.n("SageMakerClient", "DescribeMlflowTrackingServerCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_DescribeMlflowTrackingServerCommand)
|
|
22
|
+
.de(de_DescribeMlflowTrackingServerCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_ListMlflowTrackingServersCommand, se_ListMlflowTrackingServersCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class ListMlflowTrackingServersCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("SageMaker", "ListMlflowTrackingServers", {})
|
|
19
|
+
.n("SageMakerClient", "ListMlflowTrackingServersCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_ListMlflowTrackingServersCommand)
|
|
22
|
+
.de(de_ListMlflowTrackingServersCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_StartMlflowTrackingServerCommand, se_StartMlflowTrackingServerCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class StartMlflowTrackingServerCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("SageMaker", "StartMlflowTrackingServer", {})
|
|
19
|
+
.n("SageMakerClient", "StartMlflowTrackingServerCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_StartMlflowTrackingServerCommand)
|
|
22
|
+
.de(de_StartMlflowTrackingServerCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_StopMlflowTrackingServerCommand, se_StopMlflowTrackingServerCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class StopMlflowTrackingServerCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("SageMaker", "StopMlflowTrackingServer", {})
|
|
19
|
+
.n("SageMakerClient", "StopMlflowTrackingServerCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_StopMlflowTrackingServerCommand)
|
|
22
|
+
.de(de_StopMlflowTrackingServerCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { getSerdePlugin } from "@smithy/middleware-serde";
|
|
3
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
4
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
5
|
+
import { de_UpdateMlflowTrackingServerCommand, se_UpdateMlflowTrackingServerCommand } from "../protocols/Aws_json1_1";
|
|
6
|
+
export { $Command };
|
|
7
|
+
export class UpdateMlflowTrackingServerCommand extends $Command
|
|
8
|
+
.classBuilder()
|
|
9
|
+
.ep({
|
|
10
|
+
...commonParams,
|
|
11
|
+
})
|
|
12
|
+
.m(function (Command, cs, config, o) {
|
|
13
|
+
return [
|
|
14
|
+
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
15
|
+
getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
|
|
16
|
+
];
|
|
17
|
+
})
|
|
18
|
+
.s("SageMaker", "UpdateMlflowTrackingServer", {})
|
|
19
|
+
.n("SageMakerClient", "UpdateMlflowTrackingServerCommand")
|
|
20
|
+
.f(void 0, void 0)
|
|
21
|
+
.ser(se_UpdateMlflowTrackingServerCommand)
|
|
22
|
+
.de(de_UpdateMlflowTrackingServerCommand)
|
|
23
|
+
.build() {
|
|
24
|
+
}
|
|
@@ -33,6 +33,7 @@ export * from "./CreateInferenceComponentCommand";
|
|
|
33
33
|
export * from "./CreateInferenceExperimentCommand";
|
|
34
34
|
export * from "./CreateInferenceRecommendationsJobCommand";
|
|
35
35
|
export * from "./CreateLabelingJobCommand";
|
|
36
|
+
export * from "./CreateMlflowTrackingServerCommand";
|
|
36
37
|
export * from "./CreateModelBiasJobDefinitionCommand";
|
|
37
38
|
export * from "./CreateModelCardCommand";
|
|
38
39
|
export * from "./CreateModelCardExportJobCommand";
|
|
@@ -46,6 +47,7 @@ export * from "./CreateNotebookInstanceCommand";
|
|
|
46
47
|
export * from "./CreateNotebookInstanceLifecycleConfigCommand";
|
|
47
48
|
export * from "./CreatePipelineCommand";
|
|
48
49
|
export * from "./CreatePresignedDomainUrlCommand";
|
|
50
|
+
export * from "./CreatePresignedMlflowTrackingServerUrlCommand";
|
|
49
51
|
export * from "./CreatePresignedNotebookInstanceUrlCommand";
|
|
50
52
|
export * from "./CreateProcessingJobCommand";
|
|
51
53
|
export * from "./CreateProjectCommand";
|
|
@@ -86,6 +88,7 @@ export * from "./DeleteImageCommand";
|
|
|
86
88
|
export * from "./DeleteImageVersionCommand";
|
|
87
89
|
export * from "./DeleteInferenceComponentCommand";
|
|
88
90
|
export * from "./DeleteInferenceExperimentCommand";
|
|
91
|
+
export * from "./DeleteMlflowTrackingServerCommand";
|
|
89
92
|
export * from "./DeleteModelBiasJobDefinitionCommand";
|
|
90
93
|
export * from "./DeleteModelCardCommand";
|
|
91
94
|
export * from "./DeleteModelCommand";
|
|
@@ -143,6 +146,7 @@ export * from "./DescribeInferenceExperimentCommand";
|
|
|
143
146
|
export * from "./DescribeInferenceRecommendationsJobCommand";
|
|
144
147
|
export * from "./DescribeLabelingJobCommand";
|
|
145
148
|
export * from "./DescribeLineageGroupCommand";
|
|
149
|
+
export * from "./DescribeMlflowTrackingServerCommand";
|
|
146
150
|
export * from "./DescribeModelBiasJobDefinitionCommand";
|
|
147
151
|
export * from "./DescribeModelCardCommand";
|
|
148
152
|
export * from "./DescribeModelCardExportJobCommand";
|
|
@@ -218,6 +222,7 @@ export * from "./ListInferenceRecommendationsJobsCommand";
|
|
|
218
222
|
export * from "./ListLabelingJobsCommand";
|
|
219
223
|
export * from "./ListLabelingJobsForWorkteamCommand";
|
|
220
224
|
export * from "./ListLineageGroupsCommand";
|
|
225
|
+
export * from "./ListMlflowTrackingServersCommand";
|
|
221
226
|
export * from "./ListModelBiasJobDefinitionsCommand";
|
|
222
227
|
export * from "./ListModelCardExportJobsCommand";
|
|
223
228
|
export * from "./ListModelCardVersionsCommand";
|
|
@@ -264,6 +269,7 @@ export * from "./SendPipelineExecutionStepFailureCommand";
|
|
|
264
269
|
export * from "./SendPipelineExecutionStepSuccessCommand";
|
|
265
270
|
export * from "./StartEdgeDeploymentStageCommand";
|
|
266
271
|
export * from "./StartInferenceExperimentCommand";
|
|
272
|
+
export * from "./StartMlflowTrackingServerCommand";
|
|
267
273
|
export * from "./StartMonitoringScheduleCommand";
|
|
268
274
|
export * from "./StartNotebookInstanceCommand";
|
|
269
275
|
export * from "./StartPipelineExecutionCommand";
|
|
@@ -275,6 +281,7 @@ export * from "./StopHyperParameterTuningJobCommand";
|
|
|
275
281
|
export * from "./StopInferenceExperimentCommand";
|
|
276
282
|
export * from "./StopInferenceRecommendationsJobCommand";
|
|
277
283
|
export * from "./StopLabelingJobCommand";
|
|
284
|
+
export * from "./StopMlflowTrackingServerCommand";
|
|
278
285
|
export * from "./StopMonitoringScheduleCommand";
|
|
279
286
|
export * from "./StopNotebookInstanceCommand";
|
|
280
287
|
export * from "./StopPipelineExecutionCommand";
|
|
@@ -302,6 +309,7 @@ export * from "./UpdateImageVersionCommand";
|
|
|
302
309
|
export * from "./UpdateInferenceComponentCommand";
|
|
303
310
|
export * from "./UpdateInferenceComponentRuntimeConfigCommand";
|
|
304
311
|
export * from "./UpdateInferenceExperimentCommand";
|
|
312
|
+
export * from "./UpdateMlflowTrackingServerCommand";
|
|
305
313
|
export * from "./UpdateModelCardCommand";
|
|
306
314
|
export * from "./UpdateModelPackageCommand";
|
|
307
315
|
export * from "./UpdateMonitoringAlertCommand";
|
|
@@ -1024,6 +1024,14 @@ export const ClarifyTextLanguage = {
|
|
|
1024
1024
|
URDU: "ur",
|
|
1025
1025
|
YORUBA: "yo",
|
|
1026
1026
|
};
|
|
1027
|
+
export var ClusterInstanceStorageConfig;
|
|
1028
|
+
(function (ClusterInstanceStorageConfig) {
|
|
1029
|
+
ClusterInstanceStorageConfig.visit = (value, visitor) => {
|
|
1030
|
+
if (value.EbsVolumeConfig !== undefined)
|
|
1031
|
+
return visitor.EbsVolumeConfig(value.EbsVolumeConfig);
|
|
1032
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
1033
|
+
};
|
|
1034
|
+
})(ClusterInstanceStorageConfig || (ClusterInstanceStorageConfig = {}));
|
|
1027
1035
|
export const ClusterInstanceType = {
|
|
1028
1036
|
ML_C5N_18XLARGE: "ml.c5n.18xlarge",
|
|
1029
1037
|
ML_C5N_2XLARGE: "ml.c5n.2xlarge",
|
|
@@ -1236,14 +1244,3 @@ export class ResourceInUse extends __BaseException {
|
|
|
1236
1244
|
this.Message = opts.Message;
|
|
1237
1245
|
}
|
|
1238
1246
|
}
|
|
1239
|
-
export const Framework = {
|
|
1240
|
-
DARKNET: "DARKNET",
|
|
1241
|
-
KERAS: "KERAS",
|
|
1242
|
-
MXNET: "MXNET",
|
|
1243
|
-
ONNX: "ONNX",
|
|
1244
|
-
PYTORCH: "PYTORCH",
|
|
1245
|
-
SKLEARN: "SKLEARN",
|
|
1246
|
-
TENSORFLOW: "TENSORFLOW",
|
|
1247
|
-
TFLITE: "TFLITE",
|
|
1248
|
-
XGBOOST: "XGBOOST",
|
|
1249
|
-
};
|
|
@@ -1,4 +1,15 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
|
+
export const Framework = {
|
|
3
|
+
DARKNET: "DARKNET",
|
|
4
|
+
KERAS: "KERAS",
|
|
5
|
+
MXNET: "MXNET",
|
|
6
|
+
ONNX: "ONNX",
|
|
7
|
+
PYTORCH: "PYTORCH",
|
|
8
|
+
SKLEARN: "SKLEARN",
|
|
9
|
+
TENSORFLOW: "TENSORFLOW",
|
|
10
|
+
TFLITE: "TFLITE",
|
|
11
|
+
XGBOOST: "XGBOOST",
|
|
12
|
+
};
|
|
2
13
|
export const ProcessingS3UploadMode = {
|
|
3
14
|
CONTINUOUS: "Continuous",
|
|
4
15
|
END_OF_JOB: "EndOfJob",
|
|
@@ -354,6 +365,11 @@ export const FlatInvocations = {
|
|
|
354
365
|
CONTINUE: "Continue",
|
|
355
366
|
STOP: "Stop",
|
|
356
367
|
};
|
|
368
|
+
export const TrackingServerSize = {
|
|
369
|
+
L: "Large",
|
|
370
|
+
M: "Medium",
|
|
371
|
+
S: "Small",
|
|
372
|
+
};
|
|
357
373
|
export const InferenceExecutionMode = {
|
|
358
374
|
DIRECT: "Direct",
|
|
359
375
|
SERIAL: "Serial",
|
|
@@ -422,18 +438,6 @@ export const ProcessingS3DataType = {
|
|
|
422
438
|
MANIFEST_FILE: "ManifestFile",
|
|
423
439
|
S3_PREFIX: "S3Prefix",
|
|
424
440
|
};
|
|
425
|
-
export var CustomFileSystem;
|
|
426
|
-
(function (CustomFileSystem) {
|
|
427
|
-
CustomFileSystem.visit = (value, visitor) => {
|
|
428
|
-
if (value.EFSFileSystem !== undefined)
|
|
429
|
-
return visitor.EFSFileSystem(value.EFSFileSystem);
|
|
430
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
431
|
-
};
|
|
432
|
-
})(CustomFileSystem || (CustomFileSystem = {}));
|
|
433
|
-
export const SharingType = {
|
|
434
|
-
Private: "Private",
|
|
435
|
-
Shared: "Shared",
|
|
436
|
-
};
|
|
437
441
|
export const CreateModelCardRequestFilterSensitiveLog = (obj) => ({
|
|
438
442
|
...obj,
|
|
439
443
|
...(obj.Content && { Content: SENSITIVE_STRING }),
|
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
2
|
import { ModelPackageModelCardFilterSensitiveLog, } from "./models_1";
|
|
3
|
+
export var CustomFileSystem;
|
|
4
|
+
(function (CustomFileSystem) {
|
|
5
|
+
CustomFileSystem.visit = (value, visitor) => {
|
|
6
|
+
if (value.EFSFileSystem !== undefined)
|
|
7
|
+
return visitor.EFSFileSystem(value.EFSFileSystem);
|
|
8
|
+
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
9
|
+
};
|
|
10
|
+
})(CustomFileSystem || (CustomFileSystem = {}));
|
|
11
|
+
export const SharingType = {
|
|
12
|
+
Private: "Private",
|
|
13
|
+
Shared: "Shared",
|
|
14
|
+
};
|
|
3
15
|
export const StudioLifecycleConfigAppType = {
|
|
4
16
|
CodeEditor: "CodeEditor",
|
|
5
17
|
JupyterLab: "JupyterLab",
|
|
@@ -230,6 +242,29 @@ export const LabelingJobStatus = {
|
|
|
230
242
|
STOPPED: "Stopped",
|
|
231
243
|
STOPPING: "Stopping",
|
|
232
244
|
};
|
|
245
|
+
export const IsTrackingServerActive = {
|
|
246
|
+
ACTIVE: "Active",
|
|
247
|
+
INACTIVE: "Inactive",
|
|
248
|
+
};
|
|
249
|
+
export const TrackingServerStatus = {
|
|
250
|
+
CREATED: "Created",
|
|
251
|
+
CREATE_FAILED: "CreateFailed",
|
|
252
|
+
CREATING: "Creating",
|
|
253
|
+
DELETE_FAILED: "DeleteFailed",
|
|
254
|
+
DELETING: "Deleting",
|
|
255
|
+
MAINTENANCE_COMPLETE: "MaintenanceComplete",
|
|
256
|
+
MAINTENANCE_FAILED: "MaintenanceFailed",
|
|
257
|
+
MAINTENANCE_IN_PROGRESS: "MaintenanceInProgress",
|
|
258
|
+
STARTED: "Started",
|
|
259
|
+
STARTING: "Starting",
|
|
260
|
+
START_FAILED: "StartFailed",
|
|
261
|
+
STOPPED: "Stopped",
|
|
262
|
+
STOPPING: "Stopping",
|
|
263
|
+
STOP_FAILED: "StopFailed",
|
|
264
|
+
UPDATED: "Updated",
|
|
265
|
+
UPDATE_FAILED: "UpdateFailed",
|
|
266
|
+
UPDATING: "Updating",
|
|
267
|
+
};
|
|
233
268
|
export const ModelCardProcessingStatus = {
|
|
234
269
|
CONTENT_DELETED: "ContentDeleted",
|
|
235
270
|
DELETE_COMPLETED: "DeleteCompleted",
|
|
@@ -281,17 +316,6 @@ export const NotebookInstanceStatus = {
|
|
|
281
316
|
Stopping: "Stopping",
|
|
282
317
|
Updating: "Updating",
|
|
283
318
|
};
|
|
284
|
-
export const PipelineStatus = {
|
|
285
|
-
ACTIVE: "Active",
|
|
286
|
-
DELETING: "Deleting",
|
|
287
|
-
};
|
|
288
|
-
export const PipelineExecutionStatus = {
|
|
289
|
-
EXECUTING: "Executing",
|
|
290
|
-
FAILED: "Failed",
|
|
291
|
-
STOPPED: "Stopped",
|
|
292
|
-
STOPPING: "Stopping",
|
|
293
|
-
SUCCEEDED: "Succeeded",
|
|
294
|
-
};
|
|
295
319
|
export const OidcConfigFilterSensitiveLog = (obj) => ({
|
|
296
320
|
...obj,
|
|
297
321
|
...(obj.ClientSecret && { ClientSecret: SENSITIVE_STRING }),
|
|
@@ -1,3 +1,14 @@
|
|
|
1
|
+
export const PipelineStatus = {
|
|
2
|
+
ACTIVE: "Active",
|
|
3
|
+
DELETING: "Deleting",
|
|
4
|
+
};
|
|
5
|
+
export const PipelineExecutionStatus = {
|
|
6
|
+
EXECUTING: "Executing",
|
|
7
|
+
FAILED: "Failed",
|
|
8
|
+
STOPPED: "Stopped",
|
|
9
|
+
STOPPING: "Stopping",
|
|
10
|
+
SUCCEEDED: "Succeeded",
|
|
11
|
+
};
|
|
1
12
|
export const ProcessingJobStatus = {
|
|
2
13
|
COMPLETED: "Completed",
|
|
3
14
|
FAILED: "Failed",
|
|
@@ -294,6 +305,11 @@ export const SortLineageGroupsBy = {
|
|
|
294
305
|
CREATION_TIME: "CreationTime",
|
|
295
306
|
NAME: "Name",
|
|
296
307
|
};
|
|
308
|
+
export const SortTrackingServerBy = {
|
|
309
|
+
CREATION_TIME: "CreationTime",
|
|
310
|
+
NAME: "Name",
|
|
311
|
+
STATUS: "Status",
|
|
312
|
+
};
|
|
297
313
|
export const ModelCardExportJobSortBy = {
|
|
298
314
|
CREATION_TIME: "CreationTime",
|
|
299
315
|
NAME: "Name",
|
|
@@ -345,27 +361,3 @@ export const MonitoringAlertStatus = {
|
|
|
345
361
|
IN_ALERT: "InAlert",
|
|
346
362
|
OK: "OK",
|
|
347
363
|
};
|
|
348
|
-
export const MonitoringExecutionSortKey = {
|
|
349
|
-
CREATION_TIME: "CreationTime",
|
|
350
|
-
SCHEDULED_TIME: "ScheduledTime",
|
|
351
|
-
STATUS: "Status",
|
|
352
|
-
};
|
|
353
|
-
export const MonitoringScheduleSortKey = {
|
|
354
|
-
CREATION_TIME: "CreationTime",
|
|
355
|
-
NAME: "Name",
|
|
356
|
-
STATUS: "Status",
|
|
357
|
-
};
|
|
358
|
-
export const NotebookInstanceLifecycleConfigSortKey = {
|
|
359
|
-
CREATION_TIME: "CreationTime",
|
|
360
|
-
LAST_MODIFIED_TIME: "LastModifiedTime",
|
|
361
|
-
NAME: "Name",
|
|
362
|
-
};
|
|
363
|
-
export const NotebookInstanceLifecycleConfigSortOrder = {
|
|
364
|
-
ASCENDING: "Ascending",
|
|
365
|
-
DESCENDING: "Descending",
|
|
366
|
-
};
|
|
367
|
-
export const NotebookInstanceSortKey = {
|
|
368
|
-
CREATION_TIME: "CreationTime",
|
|
369
|
-
NAME: "Name",
|
|
370
|
-
STATUS: "Status",
|
|
371
|
-
};
|
|
@@ -1,6 +1,30 @@
|
|
|
1
1
|
import { SENSITIVE_STRING } from "@smithy/smithy-client";
|
|
2
2
|
import { ModelPackageModelCardFilterSensitiveLog, } from "./models_1";
|
|
3
3
|
import { OidcConfigFilterSensitiveLog, } from "./models_2";
|
|
4
|
+
export const MonitoringExecutionSortKey = {
|
|
5
|
+
CREATION_TIME: "CreationTime",
|
|
6
|
+
SCHEDULED_TIME: "ScheduledTime",
|
|
7
|
+
STATUS: "Status",
|
|
8
|
+
};
|
|
9
|
+
export const MonitoringScheduleSortKey = {
|
|
10
|
+
CREATION_TIME: "CreationTime",
|
|
11
|
+
NAME: "Name",
|
|
12
|
+
STATUS: "Status",
|
|
13
|
+
};
|
|
14
|
+
export const NotebookInstanceLifecycleConfigSortKey = {
|
|
15
|
+
CREATION_TIME: "CreationTime",
|
|
16
|
+
LAST_MODIFIED_TIME: "LastModifiedTime",
|
|
17
|
+
NAME: "Name",
|
|
18
|
+
};
|
|
19
|
+
export const NotebookInstanceLifecycleConfigSortOrder = {
|
|
20
|
+
ASCENDING: "Ascending",
|
|
21
|
+
DESCENDING: "Descending",
|
|
22
|
+
};
|
|
23
|
+
export const NotebookInstanceSortKey = {
|
|
24
|
+
CREATION_TIME: "CreationTime",
|
|
25
|
+
NAME: "Name",
|
|
26
|
+
STATUS: "Status",
|
|
27
|
+
};
|
|
4
28
|
export const NotebookInstanceSortOrder = {
|
|
5
29
|
ASCENDING: "Ascending",
|
|
6
30
|
DESCENDING: "Descending",
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { ListMlflowTrackingServersCommand, } from "../commands/ListMlflowTrackingServersCommand";
|
|
3
|
+
import { SageMakerClient } from "../SageMakerClient";
|
|
4
|
+
export const paginateListMlflowTrackingServers = createPaginator(SageMakerClient, ListMlflowTrackingServersCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -33,6 +33,7 @@ export * from "./ListInferenceRecommendationsJobsPaginator";
|
|
|
33
33
|
export * from "./ListLabelingJobsForWorkteamPaginator";
|
|
34
34
|
export * from "./ListLabelingJobsPaginator";
|
|
35
35
|
export * from "./ListLineageGroupsPaginator";
|
|
36
|
+
export * from "./ListMlflowTrackingServersPaginator";
|
|
36
37
|
export * from "./ListModelBiasJobDefinitionsPaginator";
|
|
37
38
|
export * from "./ListModelCardExportJobsPaginator";
|
|
38
39
|
export * from "./ListModelCardVersionsPaginator";
|