@aws-sdk/client-sagemaker 3.940.0 → 3.944.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 +48 -0
- package/dist-cjs/index.js +487 -32
- package/dist-es/SageMaker.js +12 -0
- package/dist-es/commands/CreateMlflowAppCommand.js +16 -0
- package/dist-es/commands/CreatePresignedMlflowAppUrlCommand.js +16 -0
- package/dist-es/commands/DeleteMlflowAppCommand.js +16 -0
- package/dist-es/commands/DescribeMlflowAppCommand.js +16 -0
- package/dist-es/commands/ListMlflowAppsCommand.js +16 -0
- package/dist-es/commands/UpdateMlflowAppCommand.js +16 -0
- package/dist-es/commands/index.js +6 -0
- package/dist-es/models/enums.js +59 -0
- package/dist-es/pagination/ListMlflowAppsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/schemas/schemas_0.js +333 -32
- package/dist-types/SageMaker.d.ts +43 -0
- package/dist-types/SageMakerClient.d.ts +8 -2
- package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +7 -0
- package/dist-types/commands/CreateAlgorithmCommand.d.ts +9 -0
- package/dist-types/commands/CreateClusterCommand.d.ts +3 -3
- package/dist-types/commands/CreateComputeQuotaCommand.d.ts +3 -2
- package/dist-types/commands/CreateContextCommand.d.ts +1 -1
- package/dist-types/commands/CreateDomainCommand.d.ts +1 -1
- package/dist-types/commands/CreateHubContentPresignedUrlsCommand.d.ts +1 -1
- package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +6 -0
- package/dist-types/commands/CreateMlflowAppCommand.d.ts +91 -0
- package/dist-types/commands/CreateModelPackageCommand.d.ts +13 -0
- package/dist-types/commands/CreatePresignedMlflowAppUrlCommand.d.ts +79 -0
- package/dist-types/commands/CreateStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/CreateTrainingJobCommand.d.ts +22 -2
- package/dist-types/commands/CreateUserProfileCommand.d.ts +1 -1
- package/dist-types/commands/DeleteHubContentCommand.d.ts +1 -1
- package/dist-types/commands/DeleteHubContentReferenceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteMlflowAppCommand.d.ts +77 -0
- package/dist-types/commands/DescribeAlgorithmCommand.d.ts +9 -0
- package/dist-types/commands/DescribeClusterCommand.d.ts +2 -2
- package/dist-types/commands/DescribeClusterNodeCommand.d.ts +1 -1
- package/dist-types/commands/DescribeComputeQuotaCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDomainCommand.d.ts +1 -1
- package/dist-types/commands/DescribeHubContentCommand.d.ts +3 -3
- package/dist-types/commands/DescribeHyperParameterTuningJobCommand.d.ts +6 -0
- package/dist-types/commands/DescribeMlflowAppCommand.d.ts +111 -0
- package/dist-types/commands/DescribeModelPackageCommand.d.ts +13 -0
- package/dist-types/commands/DescribePipelineExecutionCommand.d.ts +4 -0
- package/dist-types/commands/DescribeProjectCommand.d.ts +2 -1
- package/dist-types/commands/DescribeReservedCapacityCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSpaceCommand.d.ts +1 -1
- package/dist-types/commands/DescribeStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSubscribedWorkteamCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTrainingJobCommand.d.ts +34 -1
- package/dist-types/commands/DescribeUserProfileCommand.d.ts +1 -1
- package/dist-types/commands/ImportHubContentCommand.d.ts +1 -1
- package/dist-types/commands/ListClusterNodesCommand.d.ts +1 -1
- package/dist-types/commands/ListComputeQuotasCommand.d.ts +1 -1
- package/dist-types/commands/ListHubContentVersionsCommand.d.ts +3 -3
- package/dist-types/commands/ListHubContentsCommand.d.ts +3 -3
- package/dist-types/commands/ListMlflowAppsCommand.d.ts +93 -0
- package/dist-types/commands/ListModelPackagesCommand.d.ts +1 -0
- package/dist-types/commands/ListPipelineExecutionStepsCommand.d.ts +32 -0
- package/dist-types/commands/ListResourceCatalogsCommand.d.ts +1 -1
- package/dist-types/commands/ListSpacesCommand.d.ts +1 -1
- package/dist-types/commands/ListStageDevicesCommand.d.ts +1 -1
- package/dist-types/commands/ListStudioLifecycleConfigsCommand.d.ts +1 -1
- package/dist-types/commands/ListSubscribedWorkteamsCommand.d.ts +1 -1
- package/dist-types/commands/ListTagsCommand.d.ts +1 -1
- package/dist-types/commands/ListTrainingJobsCommand.d.ts +1 -1
- package/dist-types/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +1 -1
- package/dist-types/commands/ListTrainingPlansCommand.d.ts +1 -2
- package/dist-types/commands/SearchCommand.d.ts +29 -0
- package/dist-types/commands/StartPipelineExecutionCommand.d.ts +1 -0
- package/dist-types/commands/UpdateClusterCommand.d.ts +2 -2
- package/dist-types/commands/UpdateComputeQuotaCommand.d.ts +1 -1
- package/dist-types/commands/UpdateDomainCommand.d.ts +1 -1
- package/dist-types/commands/UpdateHubContentCommand.d.ts +1 -1
- package/dist-types/commands/UpdateHubContentReferenceCommand.d.ts +1 -1
- package/dist-types/commands/UpdateMlflowAppCommand.d.ts +88 -0
- package/dist-types/commands/UpdateModelPackageCommand.d.ts +13 -0
- package/dist-types/commands/UpdateUserProfileCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +6 -0
- package/dist-types/models/enums.d.ts +139 -0
- package/dist-types/models/models_0.d.ts +116 -143
- package/dist-types/models/models_1.d.ts +231 -350
- package/dist-types/models/models_2.d.ts +3669 -3805
- package/dist-types/models/models_3.d.ts +4263 -4059
- package/dist-types/models/models_4.d.ts +843 -4
- package/dist-types/pagination/ListMlflowAppsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +38 -0
- package/dist-types/ts3.4/SageMaker.d.ts +103 -0
- package/dist-types/ts3.4/SageMakerClient.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateComputeQuotaCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/CreateContextCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateMlflowAppCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/CreatePresignedMlflowAppUrlCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/CreateStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/CreateTrainingJobCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteMlflowAppCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/DescribeMlflowAppCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeProjectCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeReservedCapacityCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSpaceCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeStudioLifecycleConfigCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSubscribedWorkteamCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTrainingJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListMlflowAppsCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/ListResourceCatalogsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSpacesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListStageDevicesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListStudioLifecycleConfigsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSubscribedWorkteamsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTagsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTrainingJobsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListTrainingPlansCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/UpdateMlflowAppCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/index.d.ts +6 -0
- package/dist-types/ts3.4/models/enums.d.ts +78 -0
- package/dist-types/ts3.4/models/models_0.d.ts +29 -34
- package/dist-types/ts3.4/models/models_1.d.ts +60 -86
- package/dist-types/ts3.4/models/models_2.d.ts +145 -186
- package/dist-types/ts3.4/models/models_3.d.ts +261 -191
- package/dist-types/ts3.4/models/models_4.d.ts +228 -10
- package/dist-types/ts3.4/pagination/ListMlflowAppsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +38 -0
- package/package.json +5 -5
package/dist-es/SageMaker.js
CHANGED
|
@@ -43,6 +43,7 @@ import { CreateInferenceComponentCommand, } from "./commands/CreateInferenceComp
|
|
|
43
43
|
import { CreateInferenceExperimentCommand, } from "./commands/CreateInferenceExperimentCommand";
|
|
44
44
|
import { CreateInferenceRecommendationsJobCommand, } from "./commands/CreateInferenceRecommendationsJobCommand";
|
|
45
45
|
import { CreateLabelingJobCommand, } from "./commands/CreateLabelingJobCommand";
|
|
46
|
+
import { CreateMlflowAppCommand, } from "./commands/CreateMlflowAppCommand";
|
|
46
47
|
import { CreateMlflowTrackingServerCommand, } from "./commands/CreateMlflowTrackingServerCommand";
|
|
47
48
|
import { CreateModelBiasJobDefinitionCommand, } from "./commands/CreateModelBiasJobDefinitionCommand";
|
|
48
49
|
import { CreateModelCardCommand, } from "./commands/CreateModelCardCommand";
|
|
@@ -60,6 +61,7 @@ import { CreatePartnerAppCommand, } from "./commands/CreatePartnerAppCommand";
|
|
|
60
61
|
import { CreatePartnerAppPresignedUrlCommand, } from "./commands/CreatePartnerAppPresignedUrlCommand";
|
|
61
62
|
import { CreatePipelineCommand, } from "./commands/CreatePipelineCommand";
|
|
62
63
|
import { CreatePresignedDomainUrlCommand, } from "./commands/CreatePresignedDomainUrlCommand";
|
|
64
|
+
import { CreatePresignedMlflowAppUrlCommand, } from "./commands/CreatePresignedMlflowAppUrlCommand";
|
|
63
65
|
import { CreatePresignedMlflowTrackingServerUrlCommand, } from "./commands/CreatePresignedMlflowTrackingServerUrlCommand";
|
|
64
66
|
import { CreatePresignedNotebookInstanceUrlCommand, } from "./commands/CreatePresignedNotebookInstanceUrlCommand";
|
|
65
67
|
import { CreateProcessingJobCommand, } from "./commands/CreateProcessingJobCommand";
|
|
@@ -105,6 +107,7 @@ import { DeleteImageCommand } from "./commands/DeleteImageCommand";
|
|
|
105
107
|
import { DeleteImageVersionCommand, } from "./commands/DeleteImageVersionCommand";
|
|
106
108
|
import { DeleteInferenceComponentCommand, } from "./commands/DeleteInferenceComponentCommand";
|
|
107
109
|
import { DeleteInferenceExperimentCommand, } from "./commands/DeleteInferenceExperimentCommand";
|
|
110
|
+
import { DeleteMlflowAppCommand, } from "./commands/DeleteMlflowAppCommand";
|
|
108
111
|
import { DeleteMlflowTrackingServerCommand, } from "./commands/DeleteMlflowTrackingServerCommand";
|
|
109
112
|
import { DeleteModelBiasJobDefinitionCommand, } from "./commands/DeleteModelBiasJobDefinitionCommand";
|
|
110
113
|
import { DeleteModelCardCommand, } from "./commands/DeleteModelCardCommand";
|
|
@@ -170,6 +173,7 @@ import { DescribeInferenceExperimentCommand, } from "./commands/DescribeInferenc
|
|
|
170
173
|
import { DescribeInferenceRecommendationsJobCommand, } from "./commands/DescribeInferenceRecommendationsJobCommand";
|
|
171
174
|
import { DescribeLabelingJobCommand, } from "./commands/DescribeLabelingJobCommand";
|
|
172
175
|
import { DescribeLineageGroupCommand, } from "./commands/DescribeLineageGroupCommand";
|
|
176
|
+
import { DescribeMlflowAppCommand, } from "./commands/DescribeMlflowAppCommand";
|
|
173
177
|
import { DescribeMlflowTrackingServerCommand, } from "./commands/DescribeMlflowTrackingServerCommand";
|
|
174
178
|
import { DescribeModelBiasJobDefinitionCommand, } from "./commands/DescribeModelBiasJobDefinitionCommand";
|
|
175
179
|
import { DescribeModelCardCommand, } from "./commands/DescribeModelCardCommand";
|
|
@@ -254,6 +258,7 @@ import { ListInferenceRecommendationsJobStepsCommand, } from "./commands/ListInf
|
|
|
254
258
|
import { ListLabelingJobsCommand, } from "./commands/ListLabelingJobsCommand";
|
|
255
259
|
import { ListLabelingJobsForWorkteamCommand, } from "./commands/ListLabelingJobsForWorkteamCommand";
|
|
256
260
|
import { ListLineageGroupsCommand, } from "./commands/ListLineageGroupsCommand";
|
|
261
|
+
import { ListMlflowAppsCommand, } from "./commands/ListMlflowAppsCommand";
|
|
257
262
|
import { ListMlflowTrackingServersCommand, } from "./commands/ListMlflowTrackingServersCommand";
|
|
258
263
|
import { ListModelBiasJobDefinitionsCommand, } from "./commands/ListModelBiasJobDefinitionsCommand";
|
|
259
264
|
import { ListModelCardExportJobsCommand, } from "./commands/ListModelCardExportJobsCommand";
|
|
@@ -353,6 +358,7 @@ import { UpdateImageVersionCommand, } from "./commands/UpdateImageVersionCommand
|
|
|
353
358
|
import { UpdateInferenceComponentCommand, } from "./commands/UpdateInferenceComponentCommand";
|
|
354
359
|
import { UpdateInferenceComponentRuntimeConfigCommand, } from "./commands/UpdateInferenceComponentRuntimeConfigCommand";
|
|
355
360
|
import { UpdateInferenceExperimentCommand, } from "./commands/UpdateInferenceExperimentCommand";
|
|
361
|
+
import { UpdateMlflowAppCommand, } from "./commands/UpdateMlflowAppCommand";
|
|
356
362
|
import { UpdateMlflowTrackingServerCommand, } from "./commands/UpdateMlflowTrackingServerCommand";
|
|
357
363
|
import { UpdateModelCardCommand, } from "./commands/UpdateModelCardCommand";
|
|
358
364
|
import { UpdateModelPackageCommand, } from "./commands/UpdateModelPackageCommand";
|
|
@@ -418,6 +424,7 @@ const commands = {
|
|
|
418
424
|
CreateInferenceExperimentCommand,
|
|
419
425
|
CreateInferenceRecommendationsJobCommand,
|
|
420
426
|
CreateLabelingJobCommand,
|
|
427
|
+
CreateMlflowAppCommand,
|
|
421
428
|
CreateMlflowTrackingServerCommand,
|
|
422
429
|
CreateModelCommand,
|
|
423
430
|
CreateModelBiasJobDefinitionCommand,
|
|
@@ -435,6 +442,7 @@ const commands = {
|
|
|
435
442
|
CreatePartnerAppPresignedUrlCommand,
|
|
436
443
|
CreatePipelineCommand,
|
|
437
444
|
CreatePresignedDomainUrlCommand,
|
|
445
|
+
CreatePresignedMlflowAppUrlCommand,
|
|
438
446
|
CreatePresignedMlflowTrackingServerUrlCommand,
|
|
439
447
|
CreatePresignedNotebookInstanceUrlCommand,
|
|
440
448
|
CreateProcessingJobCommand,
|
|
@@ -480,6 +488,7 @@ const commands = {
|
|
|
480
488
|
DeleteImageVersionCommand,
|
|
481
489
|
DeleteInferenceComponentCommand,
|
|
482
490
|
DeleteInferenceExperimentCommand,
|
|
491
|
+
DeleteMlflowAppCommand,
|
|
483
492
|
DeleteMlflowTrackingServerCommand,
|
|
484
493
|
DeleteModelCommand,
|
|
485
494
|
DeleteModelBiasJobDefinitionCommand,
|
|
@@ -545,6 +554,7 @@ const commands = {
|
|
|
545
554
|
DescribeInferenceRecommendationsJobCommand,
|
|
546
555
|
DescribeLabelingJobCommand,
|
|
547
556
|
DescribeLineageGroupCommand,
|
|
557
|
+
DescribeMlflowAppCommand,
|
|
548
558
|
DescribeMlflowTrackingServerCommand,
|
|
549
559
|
DescribeModelCommand,
|
|
550
560
|
DescribeModelBiasJobDefinitionCommand,
|
|
@@ -629,6 +639,7 @@ const commands = {
|
|
|
629
639
|
ListLabelingJobsCommand,
|
|
630
640
|
ListLabelingJobsForWorkteamCommand,
|
|
631
641
|
ListLineageGroupsCommand,
|
|
642
|
+
ListMlflowAppsCommand,
|
|
632
643
|
ListMlflowTrackingServersCommand,
|
|
633
644
|
ListModelBiasJobDefinitionsCommand,
|
|
634
645
|
ListModelCardExportJobsCommand,
|
|
@@ -728,6 +739,7 @@ const commands = {
|
|
|
728
739
|
UpdateInferenceComponentCommand,
|
|
729
740
|
UpdateInferenceComponentRuntimeConfigCommand,
|
|
730
741
|
UpdateInferenceExperimentCommand,
|
|
742
|
+
UpdateMlflowAppCommand,
|
|
731
743
|
UpdateMlflowTrackingServerCommand,
|
|
732
744
|
UpdateModelCardCommand,
|
|
733
745
|
UpdateModelPackageCommand,
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { CreateMlflowApp } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class CreateMlflowAppCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("SageMaker", "CreateMlflowApp", {})
|
|
13
|
+
.n("SageMakerClient", "CreateMlflowAppCommand")
|
|
14
|
+
.sc(CreateMlflowApp)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { CreatePresignedMlflowAppUrl } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class CreatePresignedMlflowAppUrlCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("SageMaker", "CreatePresignedMlflowAppUrl", {})
|
|
13
|
+
.n("SageMakerClient", "CreatePresignedMlflowAppUrlCommand")
|
|
14
|
+
.sc(CreatePresignedMlflowAppUrl)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { DeleteMlflowApp } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class DeleteMlflowAppCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("SageMaker", "DeleteMlflowApp", {})
|
|
13
|
+
.n("SageMakerClient", "DeleteMlflowAppCommand")
|
|
14
|
+
.sc(DeleteMlflowApp)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { DescribeMlflowApp } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class DescribeMlflowAppCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("SageMaker", "DescribeMlflowApp", {})
|
|
13
|
+
.n("SageMakerClient", "DescribeMlflowAppCommand")
|
|
14
|
+
.sc(DescribeMlflowApp)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { ListMlflowApps } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class ListMlflowAppsCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("SageMaker", "ListMlflowApps", {})
|
|
13
|
+
.n("SageMakerClient", "ListMlflowAppsCommand")
|
|
14
|
+
.sc(ListMlflowApps)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { getEndpointPlugin } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import { commonParams } from "../endpoint/EndpointParameters";
|
|
4
|
+
import { UpdateMlflowApp } from "../schemas/schemas_0";
|
|
5
|
+
export { $Command };
|
|
6
|
+
export class UpdateMlflowAppCommand extends $Command
|
|
7
|
+
.classBuilder()
|
|
8
|
+
.ep(commonParams)
|
|
9
|
+
.m(function (Command, cs, config, o) {
|
|
10
|
+
return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
|
|
11
|
+
})
|
|
12
|
+
.s("SageMaker", "UpdateMlflowApp", {})
|
|
13
|
+
.n("SageMakerClient", "UpdateMlflowAppCommand")
|
|
14
|
+
.sc(UpdateMlflowApp)
|
|
15
|
+
.build() {
|
|
16
|
+
}
|
|
@@ -42,6 +42,7 @@ export * from "./CreateInferenceComponentCommand";
|
|
|
42
42
|
export * from "./CreateInferenceExperimentCommand";
|
|
43
43
|
export * from "./CreateInferenceRecommendationsJobCommand";
|
|
44
44
|
export * from "./CreateLabelingJobCommand";
|
|
45
|
+
export * from "./CreateMlflowAppCommand";
|
|
45
46
|
export * from "./CreateMlflowTrackingServerCommand";
|
|
46
47
|
export * from "./CreateModelBiasJobDefinitionCommand";
|
|
47
48
|
export * from "./CreateModelCardCommand";
|
|
@@ -59,6 +60,7 @@ export * from "./CreatePartnerAppCommand";
|
|
|
59
60
|
export * from "./CreatePartnerAppPresignedUrlCommand";
|
|
60
61
|
export * from "./CreatePipelineCommand";
|
|
61
62
|
export * from "./CreatePresignedDomainUrlCommand";
|
|
63
|
+
export * from "./CreatePresignedMlflowAppUrlCommand";
|
|
62
64
|
export * from "./CreatePresignedMlflowTrackingServerUrlCommand";
|
|
63
65
|
export * from "./CreatePresignedNotebookInstanceUrlCommand";
|
|
64
66
|
export * from "./CreateProcessingJobCommand";
|
|
@@ -104,6 +106,7 @@ export * from "./DeleteImageCommand";
|
|
|
104
106
|
export * from "./DeleteImageVersionCommand";
|
|
105
107
|
export * from "./DeleteInferenceComponentCommand";
|
|
106
108
|
export * from "./DeleteInferenceExperimentCommand";
|
|
109
|
+
export * from "./DeleteMlflowAppCommand";
|
|
107
110
|
export * from "./DeleteMlflowTrackingServerCommand";
|
|
108
111
|
export * from "./DeleteModelBiasJobDefinitionCommand";
|
|
109
112
|
export * from "./DeleteModelCardCommand";
|
|
@@ -169,6 +172,7 @@ export * from "./DescribeInferenceExperimentCommand";
|
|
|
169
172
|
export * from "./DescribeInferenceRecommendationsJobCommand";
|
|
170
173
|
export * from "./DescribeLabelingJobCommand";
|
|
171
174
|
export * from "./DescribeLineageGroupCommand";
|
|
175
|
+
export * from "./DescribeMlflowAppCommand";
|
|
172
176
|
export * from "./DescribeMlflowTrackingServerCommand";
|
|
173
177
|
export * from "./DescribeModelBiasJobDefinitionCommand";
|
|
174
178
|
export * from "./DescribeModelCardCommand";
|
|
@@ -253,6 +257,7 @@ export * from "./ListInferenceRecommendationsJobsCommand";
|
|
|
253
257
|
export * from "./ListLabelingJobsCommand";
|
|
254
258
|
export * from "./ListLabelingJobsForWorkteamCommand";
|
|
255
259
|
export * from "./ListLineageGroupsCommand";
|
|
260
|
+
export * from "./ListMlflowAppsCommand";
|
|
256
261
|
export * from "./ListMlflowTrackingServersCommand";
|
|
257
262
|
export * from "./ListModelBiasJobDefinitionsCommand";
|
|
258
263
|
export * from "./ListModelCardExportJobsCommand";
|
|
@@ -352,6 +357,7 @@ export * from "./UpdateImageVersionCommand";
|
|
|
352
357
|
export * from "./UpdateInferenceComponentCommand";
|
|
353
358
|
export * from "./UpdateInferenceComponentRuntimeConfigCommand";
|
|
354
359
|
export * from "./UpdateInferenceExperimentCommand";
|
|
360
|
+
export * from "./UpdateMlflowAppCommand";
|
|
355
361
|
export * from "./UpdateMlflowTrackingServerCommand";
|
|
356
362
|
export * from "./UpdateModelCardCommand";
|
|
357
363
|
export * from "./UpdateModelPackageCommand";
|
package/dist-es/models/enums.js
CHANGED
|
@@ -28,6 +28,10 @@ export const MIGProfileType = {
|
|
|
28
28
|
MIG_7G_40GB: "mig-7g.40gb",
|
|
29
29
|
MIG_7G_80GB: "mig-7g.80gb",
|
|
30
30
|
};
|
|
31
|
+
export const AccountDefaultStatus = {
|
|
32
|
+
DISABLED: "DISABLED",
|
|
33
|
+
ENABLED: "ENABLED",
|
|
34
|
+
};
|
|
31
35
|
export const ActionStatus = {
|
|
32
36
|
COMPLETED: "Completed",
|
|
33
37
|
FAILED: "Failed",
|
|
@@ -1097,6 +1101,10 @@ export const ModelApprovalStatus = {
|
|
|
1097
1101
|
PENDING_MANUAL_APPROVAL: "PendingManualApproval",
|
|
1098
1102
|
REJECTED: "Rejected",
|
|
1099
1103
|
};
|
|
1104
|
+
export const ModelPackageRegistrationType = {
|
|
1105
|
+
LOGGED: "Logged",
|
|
1106
|
+
REGISTERED: "Registered",
|
|
1107
|
+
};
|
|
1100
1108
|
export const ModelPackageStatus = {
|
|
1101
1109
|
COMPLETED: "Completed",
|
|
1102
1110
|
DELETING: "Deleting",
|
|
@@ -1351,6 +1359,7 @@ export const ClusterInstanceType = {
|
|
|
1351
1359
|
ML_P5EN_48XLARGE: "ml.p5en.48xlarge",
|
|
1352
1360
|
ML_P5E_48XLARGE: "ml.p5e.48xlarge",
|
|
1353
1361
|
ML_P5_48XLARGE: "ml.p5.48xlarge",
|
|
1362
|
+
ML_P5_4XLARGE: "ml.p5.4xlarge",
|
|
1354
1363
|
ML_P6E_GB200_36XLARGE: "ml.p6e-gb200.36xlarge",
|
|
1355
1364
|
ML_P6_B200_48XLARGE: "ml.p6-b200.48xlarge",
|
|
1356
1365
|
ML_R6I_12XLARGE: "ml.r6i.12xlarge",
|
|
@@ -1731,10 +1740,12 @@ export const StudioWebPortal = {
|
|
|
1731
1740
|
export const MlTools = {
|
|
1732
1741
|
AUTO_ML: "AutoMl",
|
|
1733
1742
|
COMET: "Comet",
|
|
1743
|
+
DATASETS: "Datasets",
|
|
1734
1744
|
DATA_WRANGLER: "DataWrangler",
|
|
1735
1745
|
DEEPCHECKS_LLM_EVALUATION: "DeepchecksLLMEvaluation",
|
|
1736
1746
|
EMR_CLUSTERS: "EmrClusters",
|
|
1737
1747
|
ENDPOINTS: "Endpoints",
|
|
1748
|
+
EVALUATORS: "Evaluators",
|
|
1738
1749
|
EXPERIMENTS: "Experiments",
|
|
1739
1750
|
FEATURE_STORE: "FeatureStore",
|
|
1740
1751
|
FIDDLER: "Fiddler",
|
|
@@ -1748,6 +1759,7 @@ export const MlTools = {
|
|
|
1748
1759
|
PERFORMANCE_EVALUATION: "PerformanceEvaluation",
|
|
1749
1760
|
PIPELINES: "Pipelines",
|
|
1750
1761
|
PROJECTS: "Projects",
|
|
1762
|
+
RUNNING_INSTANCES: "RunningInstances",
|
|
1751
1763
|
TRAINING: "Training",
|
|
1752
1764
|
};
|
|
1753
1765
|
export const SageMakerImageName = {
|
|
@@ -1832,6 +1844,8 @@ export const ThroughputMode = {
|
|
|
1832
1844
|
PROVISIONED: "Provisioned",
|
|
1833
1845
|
};
|
|
1834
1846
|
export const HubContentType = {
|
|
1847
|
+
DATA_SET: "DataSet",
|
|
1848
|
+
JSON_DOC: "JsonDoc",
|
|
1835
1849
|
MODEL: "Model",
|
|
1836
1850
|
MODEL_REFERENCE: "ModelReference",
|
|
1837
1851
|
NOTEBOOK: "Notebook",
|
|
@@ -2065,6 +2079,10 @@ export const FlatInvocations = {
|
|
|
2065
2079
|
CONTINUE: "Continue",
|
|
2066
2080
|
STOP: "Stop",
|
|
2067
2081
|
};
|
|
2082
|
+
export const ModelRegistrationMode = {
|
|
2083
|
+
AUTO_MODEL_REGISTRATION_DISABLED: "AutoModelRegistrationDisabled",
|
|
2084
|
+
AUTO_MODEL_REGISTRATION_ENABLED: "AutoModelRegistrationEnabled",
|
|
2085
|
+
};
|
|
2068
2086
|
export const TrackingServerSize = {
|
|
2069
2087
|
L: "Large",
|
|
2070
2088
|
M: "Medium",
|
|
@@ -2202,6 +2220,24 @@ export const StudioLifecycleConfigAppType = {
|
|
|
2202
2220
|
JupyterServer: "JupyterServer",
|
|
2203
2221
|
KernelGateway: "KernelGateway",
|
|
2204
2222
|
};
|
|
2223
|
+
export const CustomizationTechnique = {
|
|
2224
|
+
DPO: "DPO",
|
|
2225
|
+
RLAIF: "RLAIF",
|
|
2226
|
+
RLVR: "RLVR",
|
|
2227
|
+
SFT: "SFT",
|
|
2228
|
+
};
|
|
2229
|
+
export const EvaluationType = {
|
|
2230
|
+
BENCHMARK_EVALUATION: "BenchmarkEvaluation",
|
|
2231
|
+
CUSTOM_SCORER_EVALUATION: "CustomScorerEvaluation",
|
|
2232
|
+
LLMAJ_EVALUATION: "LLMAJEvaluation",
|
|
2233
|
+
};
|
|
2234
|
+
export const ServerlessJobType = {
|
|
2235
|
+
EVALUATION: "Evaluation",
|
|
2236
|
+
FINE_TUNING: "FineTuning",
|
|
2237
|
+
};
|
|
2238
|
+
export const Peft = {
|
|
2239
|
+
LORA: "LORA",
|
|
2240
|
+
};
|
|
2205
2241
|
export const JoinSource = {
|
|
2206
2242
|
INPUT: "Input",
|
|
2207
2243
|
NONE: "None",
|
|
@@ -2337,6 +2373,8 @@ export const HubContentStatus = {
|
|
|
2337
2373
|
DELETING: "Deleting",
|
|
2338
2374
|
IMPORTING: "Importing",
|
|
2339
2375
|
IMPORT_FAILED: "ImportFailed",
|
|
2376
|
+
PENDING_DELETE: "PendingDelete",
|
|
2377
|
+
PENDING_IMPORT: "PendingImport",
|
|
2340
2378
|
};
|
|
2341
2379
|
export const HubContentSupportStatus = {
|
|
2342
2380
|
DEPRECATED: "Deprecated",
|
|
@@ -2426,6 +2464,22 @@ export const LabelingJobStatus = {
|
|
|
2426
2464
|
STOPPED: "Stopped",
|
|
2427
2465
|
STOPPING: "Stopping",
|
|
2428
2466
|
};
|
|
2467
|
+
export const MaintenanceStatus = {
|
|
2468
|
+
MAINTENANCE_COMPLETE: "MaintenanceComplete",
|
|
2469
|
+
MAINTENANCE_FAILED: "MaintenanceFailed",
|
|
2470
|
+
MAINTENANCE_IN_PROGRESS: "MaintenanceInProgress",
|
|
2471
|
+
};
|
|
2472
|
+
export const MlflowAppStatus = {
|
|
2473
|
+
CREATED: "Created",
|
|
2474
|
+
CREATE_FAILED: "CreateFailed",
|
|
2475
|
+
CREATING: "Creating",
|
|
2476
|
+
DELETED: "Deleted",
|
|
2477
|
+
DELETE_FAILED: "DeleteFailed",
|
|
2478
|
+
DELETING: "Deleting",
|
|
2479
|
+
UPDATED: "Updated",
|
|
2480
|
+
UPDATE_FAILED: "UpdateFailed",
|
|
2481
|
+
UPDATING: "Updating",
|
|
2482
|
+
};
|
|
2429
2483
|
export const IsTrackingServerActive = {
|
|
2430
2484
|
ACTIVE: "Active",
|
|
2431
2485
|
INACTIVE: "Inactive",
|
|
@@ -2861,6 +2915,11 @@ export const SortLineageGroupsBy = {
|
|
|
2861
2915
|
CREATION_TIME: "CreationTime",
|
|
2862
2916
|
NAME: "Name",
|
|
2863
2917
|
};
|
|
2918
|
+
export const SortMlflowAppBy = {
|
|
2919
|
+
CREATION_TIME: "CreationTime",
|
|
2920
|
+
NAME: "Name",
|
|
2921
|
+
STATUS: "Status",
|
|
2922
|
+
};
|
|
2864
2923
|
export const SortTrackingServerBy = {
|
|
2865
2924
|
CREATION_TIME: "CreationTime",
|
|
2866
2925
|
NAME: "Name",
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { createPaginator } from "@smithy/core";
|
|
2
|
+
import { ListMlflowAppsCommand, } from "../commands/ListMlflowAppsCommand";
|
|
3
|
+
import { SageMakerClient } from "../SageMakerClient";
|
|
4
|
+
export const paginateListMlflowApps = createPaginator(SageMakerClient, ListMlflowAppsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -39,6 +39,7 @@ export * from "./ListInferenceRecommendationsJobsPaginator";
|
|
|
39
39
|
export * from "./ListLabelingJobsForWorkteamPaginator";
|
|
40
40
|
export * from "./ListLabelingJobsPaginator";
|
|
41
41
|
export * from "./ListLineageGroupsPaginator";
|
|
42
|
+
export * from "./ListMlflowAppsPaginator";
|
|
42
43
|
export * from "./ListMlflowTrackingServersPaginator";
|
|
43
44
|
export * from "./ListModelBiasJobDefinitionsPaginator";
|
|
44
45
|
export * from "./ListModelCardExportJobsPaginator";
|