@aws-sdk/client-sagemaker 3.606.0 → 3.613.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.
Files changed (91) hide show
  1. package/README.md +40 -0
  2. package/dist-cjs/index.js +4869 -4441
  3. package/dist-es/SageMaker.js +10 -0
  4. package/dist-es/commands/CreateOptimizationJobCommand.js +24 -0
  5. package/dist-es/commands/DeleteOptimizationJobCommand.js +24 -0
  6. package/dist-es/commands/DescribeModelPackageCommand.js +1 -1
  7. package/dist-es/commands/DescribeOptimizationJobCommand.js +24 -0
  8. package/dist-es/commands/ListOptimizationJobsCommand.js +24 -0
  9. package/dist-es/commands/StopOptimizationJobCommand.js +24 -0
  10. package/dist-es/commands/index.js +5 -0
  11. package/dist-es/models/models_0.js +4 -4
  12. package/dist-es/models/models_1.js +38 -0
  13. package/dist-es/models/models_2.js +0 -19
  14. package/dist-es/models/models_3.js +27 -17
  15. package/dist-es/models/models_4.js +22 -0
  16. package/dist-es/pagination/ListOptimizationJobsPaginator.js +4 -0
  17. package/dist-es/pagination/index.js +1 -0
  18. package/dist-es/protocols/Aws_json1_1.js +278 -0
  19. package/dist-types/SageMaker.d.ts +36 -0
  20. package/dist-types/SageMakerClient.d.ts +7 -2
  21. package/dist-types/commands/CreateAppCommand.d.ts +3 -2
  22. package/dist-types/commands/CreateClusterCommand.d.ts +2 -1
  23. package/dist-types/commands/CreateCodeRepositoryCommand.d.ts +1 -2
  24. package/dist-types/commands/CreateDomainCommand.d.ts +22 -18
  25. package/dist-types/commands/CreateModelCommand.d.ts +22 -0
  26. package/dist-types/commands/CreateOptimizationJobCommand.d.ts +124 -0
  27. package/dist-types/commands/CreatePresignedDomainUrlCommand.d.ts +15 -15
  28. package/dist-types/commands/CreateProcessingJobCommand.d.ts +1 -1
  29. package/dist-types/commands/CreateUserProfileCommand.d.ts +6 -6
  30. package/dist-types/commands/DeleteOptimizationJobCommand.d.ts +61 -0
  31. package/dist-types/commands/DeleteStudioLifecycleConfigCommand.d.ts +4 -1
  32. package/dist-types/commands/DeleteUserProfileCommand.d.ts +1 -1
  33. package/dist-types/commands/DescribeDomainCommand.d.ts +4 -0
  34. package/dist-types/commands/DescribeModelCardExportJobCommand.d.ts +2 -1
  35. package/dist-types/commands/DescribeModelCommand.d.ts +22 -0
  36. package/dist-types/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +1 -1
  37. package/dist-types/commands/DescribeModelPackageCommand.d.ts +1 -1
  38. package/dist-types/commands/DescribeModelPackageGroupCommand.d.ts +1 -1
  39. package/dist-types/commands/DescribeModelQualityJobDefinitionCommand.d.ts +1 -1
  40. package/dist-types/commands/DescribeMonitoringScheduleCommand.d.ts +1 -2
  41. package/dist-types/commands/DescribeOptimizationJobCommand.d.ts +119 -0
  42. package/dist-types/commands/ListModelMetadataCommand.d.ts +1 -1
  43. package/dist-types/commands/ListModelPackageGroupsCommand.d.ts +1 -1
  44. package/dist-types/commands/ListModelPackagesCommand.d.ts +1 -1
  45. package/dist-types/commands/ListModelQualityJobDefinitionsCommand.d.ts +1 -1
  46. package/dist-types/commands/ListModelsCommand.d.ts +1 -2
  47. package/dist-types/commands/ListOptimizationJobsCommand.d.ts +85 -0
  48. package/dist-types/commands/ListStudioLifecycleConfigsCommand.d.ts +2 -1
  49. package/dist-types/commands/SearchCommand.d.ts +32 -0
  50. package/dist-types/commands/StopOptimizationJobCommand.d.ts +61 -0
  51. package/dist-types/commands/UpdateDomainCommand.d.ts +4 -0
  52. package/dist-types/commands/index.d.ts +5 -0
  53. package/dist-types/models/models_0.d.ts +69 -61
  54. package/dist-types/models/models_1.d.ts +421 -442
  55. package/dist-types/models/models_2.d.ts +436 -556
  56. package/dist-types/models/models_3.d.ts +5535 -5371
  57. package/dist-types/models/models_4.d.ts +740 -38
  58. package/dist-types/pagination/ListOptimizationJobsPaginator.d.ts +7 -0
  59. package/dist-types/pagination/index.d.ts +1 -0
  60. package/dist-types/protocols/Aws_json1_1.d.ts +45 -0
  61. package/dist-types/ts3.4/SageMaker.d.ts +86 -0
  62. package/dist-types/ts3.4/SageMakerClient.d.ts +30 -0
  63. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +2 -4
  64. package/dist-types/ts3.4/commands/CreateCodeRepositoryCommand.d.ts +4 -2
  65. package/dist-types/ts3.4/commands/CreateOptimizationJobCommand.d.ts +40 -0
  66. package/dist-types/ts3.4/commands/CreateProcessingJobCommand.d.ts +1 -1
  67. package/dist-types/ts3.4/commands/DeleteOptimizationJobCommand.d.ts +35 -0
  68. package/dist-types/ts3.4/commands/DescribeModelCardExportJobCommand.d.ts +2 -4
  69. package/dist-types/ts3.4/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +1 -1
  70. package/dist-types/ts3.4/commands/DescribeModelPackageCommand.d.ts +1 -1
  71. package/dist-types/ts3.4/commands/DescribeModelPackageGroupCommand.d.ts +1 -1
  72. package/dist-types/ts3.4/commands/DescribeModelQualityJobDefinitionCommand.d.ts +1 -1
  73. package/dist-types/ts3.4/commands/DescribeMonitoringScheduleCommand.d.ts +4 -2
  74. package/dist-types/ts3.4/commands/DescribeOptimizationJobCommand.d.ts +40 -0
  75. package/dist-types/ts3.4/commands/ListModelMetadataCommand.d.ts +1 -1
  76. package/dist-types/ts3.4/commands/ListModelPackageGroupsCommand.d.ts +1 -1
  77. package/dist-types/ts3.4/commands/ListModelPackagesCommand.d.ts +1 -1
  78. package/dist-types/ts3.4/commands/ListModelQualityJobDefinitionsCommand.d.ts +1 -1
  79. package/dist-types/ts3.4/commands/ListModelsCommand.d.ts +1 -2
  80. package/dist-types/ts3.4/commands/ListOptimizationJobsCommand.d.ts +40 -0
  81. package/dist-types/ts3.4/commands/StopOptimizationJobCommand.d.ts +35 -0
  82. package/dist-types/ts3.4/commands/index.d.ts +5 -0
  83. package/dist-types/ts3.4/models/models_0.d.ts +14 -13
  84. package/dist-types/ts3.4/models/models_1.d.ts +109 -71
  85. package/dist-types/ts3.4/models/models_2.d.ts +81 -142
  86. package/dist-types/ts3.4/models/models_3.d.ts +192 -125
  87. package/dist-types/ts3.4/models/models_4.d.ts +170 -9
  88. package/dist-types/ts3.4/pagination/ListOptimizationJobsPaginator.d.ts +11 -0
  89. package/dist-types/ts3.4/pagination/index.d.ts +1 -0
  90. package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +60 -0
  91. package/package.json +36 -36
@@ -47,6 +47,7 @@ import { CreateModelQualityJobDefinitionCommand, } from "./commands/CreateModelQ
47
47
  import { CreateMonitoringScheduleCommand, } from "./commands/CreateMonitoringScheduleCommand";
48
48
  import { CreateNotebookInstanceCommand, } from "./commands/CreateNotebookInstanceCommand";
49
49
  import { CreateNotebookInstanceLifecycleConfigCommand, } from "./commands/CreateNotebookInstanceLifecycleConfigCommand";
50
+ import { CreateOptimizationJobCommand, } from "./commands/CreateOptimizationJobCommand";
50
51
  import { CreatePipelineCommand, } from "./commands/CreatePipelineCommand";
51
52
  import { CreatePresignedDomainUrlCommand, } from "./commands/CreatePresignedDomainUrlCommand";
52
53
  import { CreatePresignedMlflowTrackingServerUrlCommand, } from "./commands/CreatePresignedMlflowTrackingServerUrlCommand";
@@ -103,6 +104,7 @@ import { DeleteModelQualityJobDefinitionCommand, } from "./commands/DeleteModelQ
103
104
  import { DeleteMonitoringScheduleCommand, } from "./commands/DeleteMonitoringScheduleCommand";
104
105
  import { DeleteNotebookInstanceCommand, } from "./commands/DeleteNotebookInstanceCommand";
105
106
  import { DeleteNotebookInstanceLifecycleConfigCommand, } from "./commands/DeleteNotebookInstanceLifecycleConfigCommand";
107
+ import { DeleteOptimizationJobCommand, } from "./commands/DeleteOptimizationJobCommand";
106
108
  import { DeletePipelineCommand, } from "./commands/DeletePipelineCommand";
107
109
  import { DeleteProjectCommand, } from "./commands/DeleteProjectCommand";
108
110
  import { DeleteSpaceCommand } from "./commands/DeleteSpaceCommand";
@@ -161,6 +163,7 @@ import { DescribeModelQualityJobDefinitionCommand, } from "./commands/DescribeMo
161
163
  import { DescribeMonitoringScheduleCommand, } from "./commands/DescribeMonitoringScheduleCommand";
162
164
  import { DescribeNotebookInstanceCommand, } from "./commands/DescribeNotebookInstanceCommand";
163
165
  import { DescribeNotebookInstanceLifecycleConfigCommand, } from "./commands/DescribeNotebookInstanceLifecycleConfigCommand";
166
+ import { DescribeOptimizationJobCommand, } from "./commands/DescribeOptimizationJobCommand";
164
167
  import { DescribePipelineCommand, } from "./commands/DescribePipelineCommand";
165
168
  import { DescribePipelineDefinitionForExecutionCommand, } from "./commands/DescribePipelineDefinitionForExecutionCommand";
166
169
  import { DescribePipelineExecutionCommand, } from "./commands/DescribePipelineExecutionCommand";
@@ -242,6 +245,7 @@ import { ListMonitoringExecutionsCommand, } from "./commands/ListMonitoringExecu
242
245
  import { ListMonitoringSchedulesCommand, } from "./commands/ListMonitoringSchedulesCommand";
243
246
  import { ListNotebookInstanceLifecycleConfigsCommand, } from "./commands/ListNotebookInstanceLifecycleConfigsCommand";
244
247
  import { ListNotebookInstancesCommand, } from "./commands/ListNotebookInstancesCommand";
248
+ import { ListOptimizationJobsCommand, } from "./commands/ListOptimizationJobsCommand";
245
249
  import { ListPipelineExecutionsCommand, } from "./commands/ListPipelineExecutionsCommand";
246
250
  import { ListPipelineExecutionStepsCommand, } from "./commands/ListPipelineExecutionStepsCommand";
247
251
  import { ListPipelineParametersForExecutionCommand, } from "./commands/ListPipelineParametersForExecutionCommand";
@@ -287,6 +291,7 @@ import { StopLabelingJobCommand, } from "./commands/StopLabelingJobCommand";
287
291
  import { StopMlflowTrackingServerCommand, } from "./commands/StopMlflowTrackingServerCommand";
288
292
  import { StopMonitoringScheduleCommand, } from "./commands/StopMonitoringScheduleCommand";
289
293
  import { StopNotebookInstanceCommand, } from "./commands/StopNotebookInstanceCommand";
294
+ import { StopOptimizationJobCommand, } from "./commands/StopOptimizationJobCommand";
290
295
  import { StopPipelineExecutionCommand, } from "./commands/StopPipelineExecutionCommand";
291
296
  import { StopProcessingJobCommand, } from "./commands/StopProcessingJobCommand";
292
297
  import { StopTrainingJobCommand, } from "./commands/StopTrainingJobCommand";
@@ -379,6 +384,7 @@ const commands = {
379
384
  CreateMonitoringScheduleCommand,
380
385
  CreateNotebookInstanceCommand,
381
386
  CreateNotebookInstanceLifecycleConfigCommand,
387
+ CreateOptimizationJobCommand,
382
388
  CreatePipelineCommand,
383
389
  CreatePresignedDomainUrlCommand,
384
390
  CreatePresignedMlflowTrackingServerUrlCommand,
@@ -435,6 +441,7 @@ const commands = {
435
441
  DeleteMonitoringScheduleCommand,
436
442
  DeleteNotebookInstanceCommand,
437
443
  DeleteNotebookInstanceLifecycleConfigCommand,
444
+ DeleteOptimizationJobCommand,
438
445
  DeletePipelineCommand,
439
446
  DeleteProjectCommand,
440
447
  DeleteSpaceCommand,
@@ -493,6 +500,7 @@ const commands = {
493
500
  DescribeMonitoringScheduleCommand,
494
501
  DescribeNotebookInstanceCommand,
495
502
  DescribeNotebookInstanceLifecycleConfigCommand,
503
+ DescribeOptimizationJobCommand,
496
504
  DescribePipelineCommand,
497
505
  DescribePipelineDefinitionForExecutionCommand,
498
506
  DescribePipelineExecutionCommand,
@@ -574,6 +582,7 @@ const commands = {
574
582
  ListMonitoringSchedulesCommand,
575
583
  ListNotebookInstanceLifecycleConfigsCommand,
576
584
  ListNotebookInstancesCommand,
585
+ ListOptimizationJobsCommand,
577
586
  ListPipelineExecutionsCommand,
578
587
  ListPipelineExecutionStepsCommand,
579
588
  ListPipelineParametersForExecutionCommand,
@@ -619,6 +628,7 @@ const commands = {
619
628
  StopMlflowTrackingServerCommand,
620
629
  StopMonitoringScheduleCommand,
621
630
  StopNotebookInstanceCommand,
631
+ StopOptimizationJobCommand,
622
632
  StopPipelineExecutionCommand,
623
633
  StopProcessingJobCommand,
624
634
  StopTrainingJobCommand,
@@ -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_CreateOptimizationJobCommand, se_CreateOptimizationJobCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
7
+ export class CreateOptimizationJobCommand 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", "CreateOptimizationJob", {})
19
+ .n("SageMakerClient", "CreateOptimizationJobCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_CreateOptimizationJobCommand)
22
+ .de(de_CreateOptimizationJobCommand)
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_DeleteOptimizationJobCommand, se_DeleteOptimizationJobCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
7
+ export class DeleteOptimizationJobCommand 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", "DeleteOptimizationJob", {})
19
+ .n("SageMakerClient", "DeleteOptimizationJobCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_DeleteOptimizationJobCommand)
22
+ .de(de_DeleteOptimizationJobCommand)
23
+ .build() {
24
+ }
@@ -2,7 +2,7 @@ import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
2
  import { getSerdePlugin } from "@smithy/middleware-serde";
3
3
  import { Command as $Command } from "@smithy/smithy-client";
4
4
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { DescribeModelPackageOutputFilterSensitiveLog, } from "../models/models_2";
5
+ import { DescribeModelPackageOutputFilterSensitiveLog, } from "../models/models_3";
6
6
  import { de_DescribeModelPackageCommand, se_DescribeModelPackageCommand } from "../protocols/Aws_json1_1";
7
7
  export { $Command };
8
8
  export class DescribeModelPackageCommand extends $Command
@@ -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_DescribeOptimizationJobCommand, se_DescribeOptimizationJobCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
7
+ export class DescribeOptimizationJobCommand 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", "DescribeOptimizationJob", {})
19
+ .n("SageMakerClient", "DescribeOptimizationJobCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_DescribeOptimizationJobCommand)
22
+ .de(de_DescribeOptimizationJobCommand)
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_ListOptimizationJobsCommand, se_ListOptimizationJobsCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
7
+ export class ListOptimizationJobsCommand 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", "ListOptimizationJobs", {})
19
+ .n("SageMakerClient", "ListOptimizationJobsCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_ListOptimizationJobsCommand)
22
+ .de(de_ListOptimizationJobsCommand)
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_StopOptimizationJobCommand, se_StopOptimizationJobCommand } from "../protocols/Aws_json1_1";
6
+ export { $Command };
7
+ export class StopOptimizationJobCommand 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", "StopOptimizationJob", {})
19
+ .n("SageMakerClient", "StopOptimizationJobCommand")
20
+ .f(void 0, void 0)
21
+ .ser(se_StopOptimizationJobCommand)
22
+ .de(de_StopOptimizationJobCommand)
23
+ .build() {
24
+ }
@@ -46,6 +46,7 @@ export * from "./CreateModelQualityJobDefinitionCommand";
46
46
  export * from "./CreateMonitoringScheduleCommand";
47
47
  export * from "./CreateNotebookInstanceCommand";
48
48
  export * from "./CreateNotebookInstanceLifecycleConfigCommand";
49
+ export * from "./CreateOptimizationJobCommand";
49
50
  export * from "./CreatePipelineCommand";
50
51
  export * from "./CreatePresignedDomainUrlCommand";
51
52
  export * from "./CreatePresignedMlflowTrackingServerUrlCommand";
@@ -102,6 +103,7 @@ export * from "./DeleteModelQualityJobDefinitionCommand";
102
103
  export * from "./DeleteMonitoringScheduleCommand";
103
104
  export * from "./DeleteNotebookInstanceCommand";
104
105
  export * from "./DeleteNotebookInstanceLifecycleConfigCommand";
106
+ export * from "./DeleteOptimizationJobCommand";
105
107
  export * from "./DeletePipelineCommand";
106
108
  export * from "./DeleteProjectCommand";
107
109
  export * from "./DeleteSpaceCommand";
@@ -160,6 +162,7 @@ export * from "./DescribeModelQualityJobDefinitionCommand";
160
162
  export * from "./DescribeMonitoringScheduleCommand";
161
163
  export * from "./DescribeNotebookInstanceCommand";
162
164
  export * from "./DescribeNotebookInstanceLifecycleConfigCommand";
165
+ export * from "./DescribeOptimizationJobCommand";
163
166
  export * from "./DescribePipelineCommand";
164
167
  export * from "./DescribePipelineDefinitionForExecutionCommand";
165
168
  export * from "./DescribePipelineExecutionCommand";
@@ -241,6 +244,7 @@ export * from "./ListMonitoringExecutionsCommand";
241
244
  export * from "./ListMonitoringSchedulesCommand";
242
245
  export * from "./ListNotebookInstanceLifecycleConfigsCommand";
243
246
  export * from "./ListNotebookInstancesCommand";
247
+ export * from "./ListOptimizationJobsCommand";
244
248
  export * from "./ListPipelineExecutionStepsCommand";
245
249
  export * from "./ListPipelineExecutionsCommand";
246
250
  export * from "./ListPipelineParametersForExecutionCommand";
@@ -286,6 +290,7 @@ export * from "./StopLabelingJobCommand";
286
290
  export * from "./StopMlflowTrackingServerCommand";
287
291
  export * from "./StopMonitoringScheduleCommand";
288
292
  export * from "./StopNotebookInstanceCommand";
293
+ export * from "./StopOptimizationJobCommand";
289
294
  export * from "./StopPipelineExecutionCommand";
290
295
  export * from "./StopProcessingJobCommand";
291
296
  export * from "./StopTrainingJobCommand";
@@ -482,6 +482,10 @@ export const AssemblyType = {
482
482
  LINE: "Line",
483
483
  NONE: "None",
484
484
  };
485
+ export const FeatureStatus = {
486
+ Disabled: "DISABLED",
487
+ Enabled: "ENABLED",
488
+ };
485
489
  export const AppType = {
486
490
  Canvas: "Canvas",
487
491
  CodeEditor: "CodeEditor",
@@ -935,10 +939,6 @@ export const CandidateSortBy = {
935
939
  FinalObjectiveMetricValue: "FinalObjectiveMetricValue",
936
940
  Status: "Status",
937
941
  };
938
- export const FeatureStatus = {
939
- Disabled: "DISABLED",
940
- Enabled: "ENABLED",
941
- };
942
942
  export const DataSourceName = {
943
943
  SalesforceGenie: "SalesforceGenie",
944
944
  Snowflake: "Snowflake",
@@ -426,6 +426,44 @@ export const RootAccess = {
426
426
  DISABLED: "Disabled",
427
427
  ENABLED: "Enabled",
428
428
  };
429
+ export const OptimizationJobDeploymentInstanceType = {
430
+ ML_G5_12XLARGE: "ml.g5.12xlarge",
431
+ ML_G5_16XLARGE: "ml.g5.16xlarge",
432
+ ML_G5_24XLARGE: "ml.g5.24xlarge",
433
+ ML_G5_2XLARGE: "ml.g5.2xlarge",
434
+ ML_G5_48XLARGE: "ml.g5.48xlarge",
435
+ ML_G5_4XLARGE: "ml.g5.4xlarge",
436
+ ML_G5_8XLARGE: "ml.g5.8xlarge",
437
+ ML_G5_XLARGE: "ml.g5.xlarge",
438
+ ML_G6_12XLARGE: "ml.g6.12xlarge",
439
+ ML_G6_16XLARGE: "ml.g6.16xlarge",
440
+ ML_G6_24XLARGE: "ml.g6.24xlarge",
441
+ ML_G6_2XLARGE: "ml.g6.2xlarge",
442
+ ML_G6_48XLARGE: "ml.g6.48xlarge",
443
+ ML_G6_4XLARGE: "ml.g6.4xlarge",
444
+ ML_G6_8XLARGE: "ml.g6.8xlarge",
445
+ ML_G6_XLARGE: "ml.g6.xlarge",
446
+ ML_INF2_24XLARGE: "ml.inf2.24xlarge",
447
+ ML_INF2_48XLARGE: "ml.inf2.48xlarge",
448
+ ML_INF2_8XLARGE: "ml.inf2.8xlarge",
449
+ ML_INF2_XLARGE: "ml.inf2.xlarge",
450
+ ML_P4DE_24XLARGE: "ml.p4de.24xlarge",
451
+ ML_P4D_24XLARGE: "ml.p4d.24xlarge",
452
+ ML_P5_48XLARGE: "ml.p5.48xlarge",
453
+ ML_TRN1N_32XLARGE: "ml.trn1n.32xlarge",
454
+ ML_TRN1_2XLARGE: "ml.trn1.2xlarge",
455
+ ML_TRN1_32XLARGE: "ml.trn1.32xlarge",
456
+ };
457
+ export var OptimizationConfig;
458
+ (function (OptimizationConfig) {
459
+ OptimizationConfig.visit = (value, visitor) => {
460
+ if (value.ModelQuantizationConfig !== undefined)
461
+ return visitor.ModelQuantizationConfig(value.ModelQuantizationConfig);
462
+ if (value.ModelCompilationConfig !== undefined)
463
+ return visitor.ModelCompilationConfig(value.ModelCompilationConfig);
464
+ return visitor._(value.$unknown[0], value.$unknown[1]);
465
+ };
466
+ })(OptimizationConfig || (OptimizationConfig = {}));
429
467
  export const DataDistributionType = {
430
468
  FULLYREPLICATED: "FullyReplicated",
431
469
  SHARDEDBYS3KEY: "ShardedByS3Key",
@@ -1,5 +1,4 @@
1
1
  import { SENSITIVE_STRING } from "@smithy/smithy-client";
2
- import { ModelPackageModelCardFilterSensitiveLog, } from "./models_1";
3
2
  export var CustomFileSystem;
4
3
  (function (CustomFileSystem) {
5
4
  CustomFileSystem.visit = (value, visitor) => {
@@ -283,20 +282,6 @@ export const ModelCardExportJobStatus = {
283
282
  FAILED: "Failed",
284
283
  IN_PROGRESS: "InProgress",
285
284
  };
286
- export const DetailedModelPackageStatus = {
287
- COMPLETED: "Completed",
288
- FAILED: "Failed",
289
- IN_PROGRESS: "InProgress",
290
- NOT_STARTED: "NotStarted",
291
- };
292
- export const ModelPackageGroupStatus = {
293
- COMPLETED: "Completed",
294
- DELETE_FAILED: "DeleteFailed",
295
- DELETING: "Deleting",
296
- FAILED: "Failed",
297
- IN_PROGRESS: "InProgress",
298
- PENDING: "Pending",
299
- };
300
285
  export const OidcConfigFilterSensitiveLog = (obj) => ({
301
286
  ...obj,
302
287
  ...(obj.ClientSecret && { ClientSecret: SENSITIVE_STRING }),
@@ -309,7 +294,3 @@ export const DescribeModelCardResponseFilterSensitiveLog = (obj) => ({
309
294
  ...obj,
310
295
  ...(obj.Content && { Content: SENSITIVE_STRING }),
311
296
  });
312
- export const DescribeModelPackageOutputFilterSensitiveLog = (obj) => ({
313
- ...obj,
314
- ...(obj.ModelCard && { ModelCard: ModelPackageModelCardFilterSensitiveLog(obj.ModelCard) }),
315
- });
@@ -1,3 +1,18 @@
1
+ import { ModelPackageModelCardFilterSensitiveLog, } from "./models_1";
2
+ export const DetailedModelPackageStatus = {
3
+ COMPLETED: "Completed",
4
+ FAILED: "Failed",
5
+ IN_PROGRESS: "InProgress",
6
+ NOT_STARTED: "NotStarted",
7
+ };
8
+ export const ModelPackageGroupStatus = {
9
+ COMPLETED: "Completed",
10
+ DELETE_FAILED: "DeleteFailed",
11
+ DELETING: "Deleting",
12
+ FAILED: "Failed",
13
+ IN_PROGRESS: "InProgress",
14
+ PENDING: "Pending",
15
+ };
1
16
  export const ExecutionStatus = {
2
17
  COMPLETED: "Completed",
3
18
  COMPLETED_WITH_VIOLATIONS: "CompletedWithViolations",
@@ -22,6 +37,14 @@ export const NotebookInstanceStatus = {
22
37
  Stopping: "Stopping",
23
38
  Updating: "Updating",
24
39
  };
40
+ export const OptimizationJobStatus = {
41
+ COMPLETED: "COMPLETED",
42
+ FAILED: "FAILED",
43
+ INPROGRESS: "INPROGRESS",
44
+ STARTING: "STARTING",
45
+ STOPPED: "STOPPED",
46
+ STOPPING: "STOPPING",
47
+ };
25
48
  export const PipelineStatus = {
26
49
  ACTIVE: "Active",
27
50
  DELETING: "Deleting",
@@ -360,20 +383,7 @@ export const ModelMetadataFilterType = {
360
383
  FRAMEWORKVERSION: "FrameworkVersion",
361
384
  TASK: "Task",
362
385
  };
363
- export const ModelPackageGroupSortBy = {
364
- CREATION_TIME: "CreationTime",
365
- NAME: "Name",
366
- };
367
- export const ModelPackageType = {
368
- BOTH: "Both",
369
- UNVERSIONED: "Unversioned",
370
- VERSIONED: "Versioned",
371
- };
372
- export const ModelPackageSortBy = {
373
- CREATION_TIME: "CreationTime",
374
- NAME: "Name",
375
- };
376
- export const ModelSortKey = {
377
- CreationTime: "CreationTime",
378
- Name: "Name",
379
- };
386
+ export const DescribeModelPackageOutputFilterSensitiveLog = (obj) => ({
387
+ ...obj,
388
+ ...(obj.ModelCard && { ModelCard: ModelPackageModelCardFilterSensitiveLog(obj.ModelCard) }),
389
+ });
@@ -1,6 +1,23 @@
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 ModelPackageGroupSortBy = {
5
+ CREATION_TIME: "CreationTime",
6
+ NAME: "Name",
7
+ };
8
+ export const ModelPackageType = {
9
+ BOTH: "Both",
10
+ UNVERSIONED: "Unversioned",
11
+ VERSIONED: "Versioned",
12
+ };
13
+ export const ModelPackageSortBy = {
14
+ CREATION_TIME: "CreationTime",
15
+ NAME: "Name",
16
+ };
17
+ export const ModelSortKey = {
18
+ CreationTime: "CreationTime",
19
+ Name: "Name",
20
+ };
4
21
  export const MonitoringAlertHistorySortKey = {
5
22
  CreationTime: "CreationTime",
6
23
  Status: "Status",
@@ -37,6 +54,11 @@ export const NotebookInstanceSortOrder = {
37
54
  ASCENDING: "Ascending",
38
55
  DESCENDING: "Descending",
39
56
  };
57
+ export const ListOptimizationJobsSortBy = {
58
+ CREATION_TIME: "CreationTime",
59
+ NAME: "Name",
60
+ STATUS: "Status",
61
+ };
40
62
  export const SortPipelineExecutionsBy = {
41
63
  CREATION_TIME: "CreationTime",
42
64
  PIPELINE_EXECUTION_ARN: "PipelineExecutionArn",
@@ -0,0 +1,4 @@
1
+ import { createPaginator } from "@smithy/core";
2
+ import { ListOptimizationJobsCommand, } from "../commands/ListOptimizationJobsCommand";
3
+ import { SageMakerClient } from "../SageMakerClient";
4
+ export const paginateListOptimizationJobs = createPaginator(SageMakerClient, ListOptimizationJobsCommand, "NextToken", "NextToken", "MaxResults");
@@ -50,6 +50,7 @@ export * from "./ListMonitoringExecutionsPaginator";
50
50
  export * from "./ListMonitoringSchedulesPaginator";
51
51
  export * from "./ListNotebookInstanceLifecycleConfigsPaginator";
52
52
  export * from "./ListNotebookInstancesPaginator";
53
+ export * from "./ListOptimizationJobsPaginator";
53
54
  export * from "./ListPipelineExecutionStepsPaginator";
54
55
  export * from "./ListPipelineExecutionsPaginator";
55
56
  export * from "./ListPipelineParametersForExecutionPaginator";