@aws-sdk/client-sagemaker 3.1033.0 → 3.1035.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 (201) hide show
  1. package/README.md +98 -0
  2. package/dist-cjs/index.js +317 -8
  3. package/dist-cjs/schemas/schemas_0.js +718 -214
  4. package/dist-es/SageMaker.js +34 -0
  5. package/dist-es/commands/CreateAIBenchmarkJobCommand.js +16 -0
  6. package/dist-es/commands/CreateAIRecommendationJobCommand.js +16 -0
  7. package/dist-es/commands/CreateAIWorkloadConfigCommand.js +16 -0
  8. package/dist-es/commands/DeleteAIBenchmarkJobCommand.js +16 -0
  9. package/dist-es/commands/DeleteAIRecommendationJobCommand.js +16 -0
  10. package/dist-es/commands/DeleteAIWorkloadConfigCommand.js +16 -0
  11. package/dist-es/commands/DescribeAIBenchmarkJobCommand.js +16 -0
  12. package/dist-es/commands/DescribeAIRecommendationJobCommand.js +16 -0
  13. package/dist-es/commands/DescribeAIWorkloadConfigCommand.js +16 -0
  14. package/dist-es/commands/ListAIBenchmarkJobsCommand.js +16 -0
  15. package/dist-es/commands/ListAIRecommendationJobsCommand.js +16 -0
  16. package/dist-es/commands/ListAIWorkloadConfigsCommand.js +16 -0
  17. package/dist-es/commands/StopAIBenchmarkJobCommand.js +16 -0
  18. package/dist-es/commands/StopAIRecommendationJobCommand.js +16 -0
  19. package/dist-es/commands/index.js +14 -0
  20. package/dist-es/index.js +1 -0
  21. package/dist-es/models/enums.js +99 -8
  22. package/dist-es/models/models_5.js +1 -0
  23. package/dist-es/pagination/ListAIBenchmarkJobsPaginator.js +4 -0
  24. package/dist-es/pagination/ListAIRecommendationJobsPaginator.js +4 -0
  25. package/dist-es/pagination/ListAIWorkloadConfigsPaginator.js +4 -0
  26. package/dist-es/pagination/index.js +3 -0
  27. package/dist-es/schemas/schemas_0.js +679 -177
  28. package/dist-types/SageMaker.d.ts +122 -0
  29. package/dist-types/SageMakerClient.d.ts +16 -2
  30. package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +19 -0
  31. package/dist-types/commands/CreateAIBenchmarkJobCommand.d.ts +115 -0
  32. package/dist-types/commands/CreateAIRecommendationJobCommand.d.ts +122 -0
  33. package/dist-types/commands/CreateAIWorkloadConfigCommand.d.ts +103 -0
  34. package/dist-types/commands/CreateActionCommand.d.ts +1 -1
  35. package/dist-types/commands/CreateAlgorithmCommand.d.ts +21 -4
  36. package/dist-types/commands/CreateAppCommand.d.ts +1 -1
  37. package/dist-types/commands/CreateAppImageConfigCommand.d.ts +1 -1
  38. package/dist-types/commands/CreateArtifactCommand.d.ts +1 -1
  39. package/dist-types/commands/CreateAutoMLJobCommand.d.ts +1 -1
  40. package/dist-types/commands/CreateAutoMLJobV2Command.d.ts +1 -1
  41. package/dist-types/commands/CreateClusterCommand.d.ts +1 -1
  42. package/dist-types/commands/CreateClusterSchedulerConfigCommand.d.ts +1 -2
  43. package/dist-types/commands/CreateModelPackageCommand.d.ts +25 -0
  44. package/dist-types/commands/CreateOptimizationJobCommand.d.ts +1 -1
  45. package/dist-types/commands/CreatePartnerAppCommand.d.ts +1 -1
  46. package/dist-types/commands/CreatePartnerAppPresignedUrlCommand.d.ts +1 -1
  47. package/dist-types/commands/CreatePipelineCommand.d.ts +1 -1
  48. package/dist-types/commands/CreatePresignedDomainUrlCommand.d.ts +1 -1
  49. package/dist-types/commands/CreatePresignedMlflowAppUrlCommand.d.ts +1 -1
  50. package/dist-types/commands/CreatePresignedMlflowTrackingServerUrlCommand.d.ts +1 -1
  51. package/dist-types/commands/CreatePresignedNotebookInstanceUrlCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateProcessingJobCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateProjectCommand.d.ts +1 -1
  54. package/dist-types/commands/DeleteAIBenchmarkJobCommand.d.ts +77 -0
  55. package/dist-types/commands/DeleteAIRecommendationJobCommand.d.ts +77 -0
  56. package/dist-types/commands/DeleteAIWorkloadConfigCommand.d.ts +80 -0
  57. package/dist-types/commands/DescribeAIBenchmarkJobCommand.d.ts +121 -0
  58. package/dist-types/commands/DescribeAIRecommendationJobCommand.d.ts +170 -0
  59. package/dist-types/commands/DescribeAIWorkloadConfigCommand.d.ts +102 -0
  60. package/dist-types/commands/DescribeAlgorithmCommand.d.ts +20 -3
  61. package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +1 -1
  62. package/dist-types/commands/DescribeLabelingJobCommand.d.ts +1 -1
  63. package/dist-types/commands/DescribeLineageGroupCommand.d.ts +1 -1
  64. package/dist-types/commands/DescribeMlflowAppCommand.d.ts +1 -1
  65. package/dist-types/commands/DescribeMlflowTrackingServerCommand.d.ts +1 -1
  66. package/dist-types/commands/DescribeModelBiasJobDefinitionCommand.d.ts +1 -1
  67. package/dist-types/commands/DescribeModelCardCommand.d.ts +1 -1
  68. package/dist-types/commands/DescribeModelCardExportJobCommand.d.ts +1 -1
  69. package/dist-types/commands/DescribeModelCommand.d.ts +1 -1
  70. package/dist-types/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +1 -1
  71. package/dist-types/commands/DescribeModelPackageCommand.d.ts +26 -1
  72. package/dist-types/commands/DescribeModelPackageGroupCommand.d.ts +1 -1
  73. package/dist-types/commands/DescribeModelQualityJobDefinitionCommand.d.ts +1 -1
  74. package/dist-types/commands/DescribeMonitoringScheduleCommand.d.ts +1 -1
  75. package/dist-types/commands/DescribeNotebookInstanceCommand.d.ts +1 -1
  76. package/dist-types/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
  77. package/dist-types/commands/DescribeOptimizationJobCommand.d.ts +2 -2
  78. package/dist-types/commands/DescribePartnerAppCommand.d.ts +1 -2
  79. package/dist-types/commands/ListAIBenchmarkJobsCommand.d.ts +91 -0
  80. package/dist-types/commands/ListAIRecommendationJobsCommand.d.ts +90 -0
  81. package/dist-types/commands/ListAIWorkloadConfigsCommand.d.ts +87 -0
  82. package/dist-types/commands/ListModelCardVersionsCommand.d.ts +2 -1
  83. package/dist-types/commands/ListModelExplainabilityJobDefinitionsCommand.d.ts +1 -1
  84. package/dist-types/commands/ListModelMetadataCommand.d.ts +1 -1
  85. package/dist-types/commands/ListModelPackageGroupsCommand.d.ts +1 -1
  86. package/dist-types/commands/ListModelPackagesCommand.d.ts +1 -1
  87. package/dist-types/commands/ListModelQualityJobDefinitionsCommand.d.ts +1 -1
  88. package/dist-types/commands/ListModelsCommand.d.ts +1 -1
  89. package/dist-types/commands/ListMonitoringAlertHistoryCommand.d.ts +1 -1
  90. package/dist-types/commands/ListMonitoringAlertsCommand.d.ts +1 -1
  91. package/dist-types/commands/ListMonitoringExecutionsCommand.d.ts +1 -1
  92. package/dist-types/commands/ListMonitoringSchedulesCommand.d.ts +1 -1
  93. package/dist-types/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +1 -1
  94. package/dist-types/commands/ListNotebookInstancesCommand.d.ts +1 -1
  95. package/dist-types/commands/ListOptimizationJobsCommand.d.ts +2 -2
  96. package/dist-types/commands/ListPartnerAppsCommand.d.ts +1 -1
  97. package/dist-types/commands/ListPipelineExecutionStepsCommand.d.ts +1 -2
  98. package/dist-types/commands/ListPipelineExecutionsCommand.d.ts +1 -1
  99. package/dist-types/commands/SearchCommand.d.ts +27 -35
  100. package/dist-types/commands/StopAIBenchmarkJobCommand.d.ts +77 -0
  101. package/dist-types/commands/StopAIRecommendationJobCommand.d.ts +77 -0
  102. package/dist-types/commands/UpdateModelPackageCommand.d.ts +26 -14
  103. package/dist-types/commands/index.d.ts +14 -0
  104. package/dist-types/index.d.ts +1 -0
  105. package/dist-types/models/enums.d.ts +187 -16
  106. package/dist-types/models/models_0.d.ts +3225 -3460
  107. package/dist-types/models/models_1.d.ts +3498 -3293
  108. package/dist-types/models/models_2.d.ts +3410 -4095
  109. package/dist-types/models/models_3.d.ts +4524 -4193
  110. package/dist-types/models/models_4.d.ts +1679 -76
  111. package/dist-types/models/models_5.d.ts +74 -0
  112. package/dist-types/pagination/ListAIBenchmarkJobsPaginator.d.ts +7 -0
  113. package/dist-types/pagination/ListAIRecommendationJobsPaginator.d.ts +7 -0
  114. package/dist-types/pagination/ListAIWorkloadConfigsPaginator.d.ts +7 -0
  115. package/dist-types/pagination/index.d.ts +3 -0
  116. package/dist-types/schemas/schemas_0.d.ts +74 -0
  117. package/dist-types/ts3.4/SageMaker.d.ts +262 -0
  118. package/dist-types/ts3.4/SageMakerClient.d.ts +84 -0
  119. package/dist-types/ts3.4/commands/CreateAIBenchmarkJobCommand.d.ts +51 -0
  120. package/dist-types/ts3.4/commands/CreateAIRecommendationJobCommand.d.ts +51 -0
  121. package/dist-types/ts3.4/commands/CreateAIWorkloadConfigCommand.d.ts +51 -0
  122. package/dist-types/ts3.4/commands/CreateActionCommand.d.ts +1 -1
  123. package/dist-types/ts3.4/commands/CreateAlgorithmCommand.d.ts +1 -1
  124. package/dist-types/ts3.4/commands/CreateAppCommand.d.ts +1 -1
  125. package/dist-types/ts3.4/commands/CreateAppImageConfigCommand.d.ts +1 -1
  126. package/dist-types/ts3.4/commands/CreateArtifactCommand.d.ts +1 -1
  127. package/dist-types/ts3.4/commands/CreateAutoMLJobCommand.d.ts +1 -1
  128. package/dist-types/ts3.4/commands/CreateAutoMLJobV2Command.d.ts +1 -1
  129. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +1 -1
  130. package/dist-types/ts3.4/commands/CreateClusterSchedulerConfigCommand.d.ts +4 -2
  131. package/dist-types/ts3.4/commands/CreatePartnerAppCommand.d.ts +1 -1
  132. package/dist-types/ts3.4/commands/CreatePartnerAppPresignedUrlCommand.d.ts +1 -1
  133. package/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +1 -1
  134. package/dist-types/ts3.4/commands/CreatePresignedDomainUrlCommand.d.ts +1 -1
  135. package/dist-types/ts3.4/commands/CreatePresignedMlflowAppUrlCommand.d.ts +1 -1
  136. package/dist-types/ts3.4/commands/CreatePresignedMlflowTrackingServerUrlCommand.d.ts +1 -1
  137. package/dist-types/ts3.4/commands/CreatePresignedNotebookInstanceUrlCommand.d.ts +1 -1
  138. package/dist-types/ts3.4/commands/CreateProcessingJobCommand.d.ts +1 -1
  139. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +1 -1
  140. package/dist-types/ts3.4/commands/DeleteAIBenchmarkJobCommand.d.ts +51 -0
  141. package/dist-types/ts3.4/commands/DeleteAIRecommendationJobCommand.d.ts +51 -0
  142. package/dist-types/ts3.4/commands/DeleteAIWorkloadConfigCommand.d.ts +51 -0
  143. package/dist-types/ts3.4/commands/DescribeAIBenchmarkJobCommand.d.ts +51 -0
  144. package/dist-types/ts3.4/commands/DescribeAIRecommendationJobCommand.d.ts +51 -0
  145. package/dist-types/ts3.4/commands/DescribeAIWorkloadConfigCommand.d.ts +51 -0
  146. package/dist-types/ts3.4/commands/DescribeInferenceRecommendationsJobCommand.d.ts +1 -1
  147. package/dist-types/ts3.4/commands/DescribeLabelingJobCommand.d.ts +1 -1
  148. package/dist-types/ts3.4/commands/DescribeLineageGroupCommand.d.ts +1 -1
  149. package/dist-types/ts3.4/commands/DescribeMlflowAppCommand.d.ts +1 -1
  150. package/dist-types/ts3.4/commands/DescribeMlflowTrackingServerCommand.d.ts +1 -1
  151. package/dist-types/ts3.4/commands/DescribeModelBiasJobDefinitionCommand.d.ts +1 -1
  152. package/dist-types/ts3.4/commands/DescribeModelCardCommand.d.ts +1 -1
  153. package/dist-types/ts3.4/commands/DescribeModelCardExportJobCommand.d.ts +1 -1
  154. package/dist-types/ts3.4/commands/DescribeModelCommand.d.ts +1 -1
  155. package/dist-types/ts3.4/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +1 -1
  156. package/dist-types/ts3.4/commands/DescribeModelPackageCommand.d.ts +1 -1
  157. package/dist-types/ts3.4/commands/DescribeModelPackageGroupCommand.d.ts +1 -1
  158. package/dist-types/ts3.4/commands/DescribeModelQualityJobDefinitionCommand.d.ts +1 -1
  159. package/dist-types/ts3.4/commands/DescribeMonitoringScheduleCommand.d.ts +1 -1
  160. package/dist-types/ts3.4/commands/DescribeNotebookInstanceCommand.d.ts +1 -1
  161. package/dist-types/ts3.4/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
  162. package/dist-types/ts3.4/commands/DescribeOptimizationJobCommand.d.ts +1 -1
  163. package/dist-types/ts3.4/commands/DescribePartnerAppCommand.d.ts +4 -2
  164. package/dist-types/ts3.4/commands/ListAIBenchmarkJobsCommand.d.ts +51 -0
  165. package/dist-types/ts3.4/commands/ListAIRecommendationJobsCommand.d.ts +51 -0
  166. package/dist-types/ts3.4/commands/ListAIWorkloadConfigsCommand.d.ts +51 -0
  167. package/dist-types/ts3.4/commands/ListModelCardVersionsCommand.d.ts +2 -4
  168. package/dist-types/ts3.4/commands/ListModelExplainabilityJobDefinitionsCommand.d.ts +1 -1
  169. package/dist-types/ts3.4/commands/ListModelMetadataCommand.d.ts +1 -1
  170. package/dist-types/ts3.4/commands/ListModelPackageGroupsCommand.d.ts +1 -1
  171. package/dist-types/ts3.4/commands/ListModelPackagesCommand.d.ts +1 -1
  172. package/dist-types/ts3.4/commands/ListModelQualityJobDefinitionsCommand.d.ts +1 -1
  173. package/dist-types/ts3.4/commands/ListModelsCommand.d.ts +1 -1
  174. package/dist-types/ts3.4/commands/ListMonitoringAlertHistoryCommand.d.ts +1 -1
  175. package/dist-types/ts3.4/commands/ListMonitoringAlertsCommand.d.ts +1 -1
  176. package/dist-types/ts3.4/commands/ListMonitoringExecutionsCommand.d.ts +1 -1
  177. package/dist-types/ts3.4/commands/ListMonitoringSchedulesCommand.d.ts +1 -1
  178. package/dist-types/ts3.4/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +1 -1
  179. package/dist-types/ts3.4/commands/ListNotebookInstancesCommand.d.ts +1 -1
  180. package/dist-types/ts3.4/commands/ListOptimizationJobsCommand.d.ts +1 -1
  181. package/dist-types/ts3.4/commands/ListPartnerAppsCommand.d.ts +1 -1
  182. package/dist-types/ts3.4/commands/ListPipelineExecutionStepsCommand.d.ts +4 -2
  183. package/dist-types/ts3.4/commands/ListPipelineExecutionsCommand.d.ts +1 -1
  184. package/dist-types/ts3.4/commands/SearchCommand.d.ts +2 -1
  185. package/dist-types/ts3.4/commands/StopAIBenchmarkJobCommand.d.ts +51 -0
  186. package/dist-types/ts3.4/commands/StopAIRecommendationJobCommand.d.ts +51 -0
  187. package/dist-types/ts3.4/commands/index.d.ts +14 -0
  188. package/dist-types/ts3.4/index.d.ts +1 -0
  189. package/dist-types/ts3.4/models/enums.d.ts +123 -12
  190. package/dist-types/ts3.4/models/models_0.d.ts +218 -242
  191. package/dist-types/ts3.4/models/models_1.d.ts +296 -217
  192. package/dist-types/ts3.4/models/models_2.d.ts +303 -488
  193. package/dist-types/ts3.4/models/models_3.d.ts +535 -426
  194. package/dist-types/ts3.4/models/models_4.d.ts +431 -42
  195. package/dist-types/ts3.4/models/models_5.d.ts +24 -0
  196. package/dist-types/ts3.4/pagination/ListAIBenchmarkJobsPaginator.d.ts +11 -0
  197. package/dist-types/ts3.4/pagination/ListAIRecommendationJobsPaginator.d.ts +11 -0
  198. package/dist-types/ts3.4/pagination/ListAIWorkloadConfigsPaginator.d.ts +11 -0
  199. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  200. package/dist-types/ts3.4/schemas/schemas_0.d.ts +74 -0
  201. package/package.json +19 -19
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DescribeModelPackageInput, DescribeModelPackageOutput } from "../models/models_2";
3
+ import type { DescribeModelPackageInput, DescribeModelPackageOutput } from "../models/models_3";
4
4
  import type { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
5
  /**
6
6
  * @public
@@ -82,6 +82,25 @@ declare const DescribeModelPackageCommand_base: {
82
82
  * // Framework: "STRING_VALUE",
83
83
  * // FrameworkVersion: "STRING_VALUE",
84
84
  * // NearestModelName: "STRING_VALUE",
85
+ * // AdditionalModelDataSources: [ // AdditionalModelDataSources
86
+ * // { // AdditionalModelDataSource
87
+ * // ChannelName: "STRING_VALUE", // required
88
+ * // S3DataSource: {
89
+ * // S3Uri: "STRING_VALUE", // required
90
+ * // S3DataType: "S3Prefix" || "S3Object", // required
91
+ * // CompressionType: "None" || "Gzip", // required
92
+ * // ModelAccessConfig: {
93
+ * // AcceptEula: true || false, // required
94
+ * // },
95
+ * // HubAccessConfig: {
96
+ * // HubContentArn: "STRING_VALUE", // required
97
+ * // },
98
+ * // ManifestS3Uri: "STRING_VALUE",
99
+ * // ETag: "STRING_VALUE",
100
+ * // ManifestEtag: "STRING_VALUE",
101
+ * // },
102
+ * // },
103
+ * // ],
85
104
  * // AdditionalS3DataSource: { // AdditionalS3DataSource
86
105
  * // S3DataType: "S3Object" || "S3Prefix", // required
87
106
  * // S3Uri: "STRING_VALUE", // required
@@ -328,6 +347,12 @@ declare const DescribeModelPackageCommand_base: {
328
347
  * // Framework: "STRING_VALUE",
329
348
  * // FrameworkVersion: "STRING_VALUE",
330
349
  * // NearestModelName: "STRING_VALUE",
350
+ * // AdditionalModelDataSources: [
351
+ * // {
352
+ * // ChannelName: "STRING_VALUE", // required
353
+ * // S3DataSource: "<S3ModelDataSource>", // required
354
+ * // },
355
+ * // ],
331
356
  * // AdditionalS3DataSource: {
332
357
  * // S3DataType: "S3Object" || "S3Prefix", // required
333
358
  * // S3Uri: "STRING_VALUE", // required
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DescribeModelPackageGroupInput, DescribeModelPackageGroupOutput } from "../models/models_2";
3
+ import type { DescribeModelPackageGroupInput, DescribeModelPackageGroupOutput } from "../models/models_3";
4
4
  import type { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DescribeModelQualityJobDefinitionRequest, DescribeModelQualityJobDefinitionResponse } from "../models/models_2";
3
+ import type { DescribeModelQualityJobDefinitionRequest, DescribeModelQualityJobDefinitionResponse } from "../models/models_3";
4
4
  import type { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DescribeMonitoringScheduleRequest, DescribeMonitoringScheduleResponse } from "../models/models_2";
3
+ import type { DescribeMonitoringScheduleRequest, DescribeMonitoringScheduleResponse } from "../models/models_3";
4
4
  import type { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DescribeNotebookInstanceInput, DescribeNotebookInstanceOutput } from "../models/models_2";
3
+ import type { DescribeNotebookInstanceInput, DescribeNotebookInstanceOutput } from "../models/models_3";
4
4
  import type { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DescribeNotebookInstanceLifecycleConfigInput, DescribeNotebookInstanceLifecycleConfigOutput } from "../models/models_2";
3
+ import type { DescribeNotebookInstanceLifecycleConfigInput, DescribeNotebookInstanceLifecycleConfigOutput } from "../models/models_3";
4
4
  import type { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DescribeOptimizationJobRequest, DescribeOptimizationJobResponse } from "../models/models_2";
3
+ import type { DescribeOptimizationJobRequest, DescribeOptimizationJobResponse } from "../models/models_3";
4
4
  import type { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
5
  /**
6
6
  * @public
@@ -64,7 +64,7 @@ declare const DescribeOptimizationJobCommand_base: {
64
64
  * // OptimizationEnvironment: { // OptimizationJobEnvironmentVariables
65
65
  * // "<keys>": "STRING_VALUE",
66
66
  * // },
67
- * // DeploymentInstanceType: "ml.p4d.24xlarge" || "ml.p4de.24xlarge" || "ml.p5.48xlarge" || "ml.p5e.48xlarge" || "ml.p5en.48xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.12xlarge" || "ml.g5.16xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.g6.xlarge" || "ml.g6.2xlarge" || "ml.g6.4xlarge" || "ml.g6.8xlarge" || "ml.g6.12xlarge" || "ml.g6.16xlarge" || "ml.g6.24xlarge" || "ml.g6.48xlarge" || "ml.g6e.xlarge" || "ml.g6e.2xlarge" || "ml.g6e.4xlarge" || "ml.g6e.8xlarge" || "ml.g6e.12xlarge" || "ml.g6e.16xlarge" || "ml.g6e.24xlarge" || "ml.g6e.48xlarge" || "ml.inf2.xlarge" || "ml.inf2.8xlarge" || "ml.inf2.24xlarge" || "ml.inf2.48xlarge" || "ml.trn1.2xlarge" || "ml.trn1.32xlarge" || "ml.trn1n.32xlarge", // required
67
+ * // DeploymentInstanceType: "ml.p4d.24xlarge" || "ml.p4de.24xlarge" || "ml.p5.48xlarge" || "ml.p5e.48xlarge" || "ml.p5en.48xlarge" || "ml.g4dn.xlarge" || "ml.g4dn.2xlarge" || "ml.g4dn.4xlarge" || "ml.g4dn.8xlarge" || "ml.g4dn.12xlarge" || "ml.g4dn.16xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.12xlarge" || "ml.g5.16xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.g6.xlarge" || "ml.g6.2xlarge" || "ml.g6.4xlarge" || "ml.g6.8xlarge" || "ml.g6.12xlarge" || "ml.g6.16xlarge" || "ml.g6.24xlarge" || "ml.g6.48xlarge" || "ml.g6e.xlarge" || "ml.g6e.2xlarge" || "ml.g6e.4xlarge" || "ml.g6e.8xlarge" || "ml.g6e.12xlarge" || "ml.g6e.16xlarge" || "ml.g6e.24xlarge" || "ml.g6e.48xlarge" || "ml.inf2.xlarge" || "ml.inf2.8xlarge" || "ml.inf2.24xlarge" || "ml.inf2.48xlarge" || "ml.trn1.2xlarge" || "ml.trn1.32xlarge" || "ml.trn1n.32xlarge", // required
68
68
  * // MaxInstanceCount: Number("int"),
69
69
  * // OptimizationConfigs: [ // OptimizationConfigs // required
70
70
  * // { // OptimizationConfig Union: only one key present
@@ -1,7 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { DescribePartnerAppRequest } from "../models/models_2";
4
- import type { DescribePartnerAppResponse } from "../models/models_3";
3
+ import type { DescribePartnerAppRequest, DescribePartnerAppResponse } from "../models/models_3";
5
4
  import type { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
6
5
  /**
7
6
  * @public
@@ -0,0 +1,91 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ListAIBenchmarkJobsRequest, ListAIBenchmarkJobsResponse } from "../models/models_3";
4
+ import type { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link ListAIBenchmarkJobsCommand}.
14
+ */
15
+ export interface ListAIBenchmarkJobsCommandInput extends ListAIBenchmarkJobsRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link ListAIBenchmarkJobsCommand}.
21
+ */
22
+ export interface ListAIBenchmarkJobsCommandOutput extends ListAIBenchmarkJobsResponse, __MetadataBearer {
23
+ }
24
+ declare const ListAIBenchmarkJobsCommand_base: {
25
+ new (input: ListAIBenchmarkJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAIBenchmarkJobsCommandInput, ListAIBenchmarkJobsCommandOutput, SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListAIBenchmarkJobsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListAIBenchmarkJobsCommandInput, ListAIBenchmarkJobsCommandOutput, SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Returns a list of AI benchmark jobs in your account. You can filter the results by name, status, and creation time, and sort the results. The response is paginated.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { SageMakerClient, ListAIBenchmarkJobsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
35
+ * // const { SageMakerClient, ListAIBenchmarkJobsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
36
+ * // import type { SageMakerClientConfig } from "@aws-sdk/client-sagemaker";
37
+ * const config = {}; // type is SageMakerClientConfig
38
+ * const client = new SageMakerClient(config);
39
+ * const input = { // ListAIBenchmarkJobsRequest
40
+ * MaxResults: Number("int"),
41
+ * NextToken: "STRING_VALUE",
42
+ * NameContains: "STRING_VALUE",
43
+ * StatusEquals: "InProgress" || "Completed" || "Failed" || "Stopping" || "Stopped",
44
+ * CreationTimeAfter: new Date("TIMESTAMP"),
45
+ * CreationTimeBefore: new Date("TIMESTAMP"),
46
+ * SortBy: "Name" || "CreationTime" || "Status",
47
+ * SortOrder: "Ascending" || "Descending",
48
+ * };
49
+ * const command = new ListAIBenchmarkJobsCommand(input);
50
+ * const response = await client.send(command);
51
+ * // { // ListAIBenchmarkJobsResponse
52
+ * // AIBenchmarkJobs: [ // AIBenchmarkJobSummaryList // required
53
+ * // { // AIBenchmarkJobSummary
54
+ * // AIBenchmarkJobName: "STRING_VALUE", // required
55
+ * // AIBenchmarkJobArn: "STRING_VALUE", // required
56
+ * // AIBenchmarkJobStatus: "InProgress" || "Completed" || "Failed" || "Stopping" || "Stopped", // required
57
+ * // CreationTime: new Date("TIMESTAMP"), // required
58
+ * // EndTime: new Date("TIMESTAMP"),
59
+ * // AIWorkloadConfigName: "STRING_VALUE",
60
+ * // },
61
+ * // ],
62
+ * // NextToken: "STRING_VALUE",
63
+ * // };
64
+ *
65
+ * ```
66
+ *
67
+ * @param ListAIBenchmarkJobsCommandInput - {@link ListAIBenchmarkJobsCommandInput}
68
+ * @returns {@link ListAIBenchmarkJobsCommandOutput}
69
+ * @see {@link ListAIBenchmarkJobsCommandInput} for command's `input` shape.
70
+ * @see {@link ListAIBenchmarkJobsCommandOutput} for command's `response` shape.
71
+ * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
72
+ *
73
+ * @throws {@link SageMakerServiceException}
74
+ * <p>Base exception class for all service exceptions from SageMaker service.</p>
75
+ *
76
+ *
77
+ * @public
78
+ */
79
+ export declare class ListAIBenchmarkJobsCommand extends ListAIBenchmarkJobsCommand_base {
80
+ /** @internal type navigation helper, not in runtime. */
81
+ protected static __types: {
82
+ api: {
83
+ input: ListAIBenchmarkJobsRequest;
84
+ output: ListAIBenchmarkJobsResponse;
85
+ };
86
+ sdk: {
87
+ input: ListAIBenchmarkJobsCommandInput;
88
+ output: ListAIBenchmarkJobsCommandOutput;
89
+ };
90
+ };
91
+ }
@@ -0,0 +1,90 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ListAIRecommendationJobsRequest, ListAIRecommendationJobsResponse } from "../models/models_3";
4
+ import type { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link ListAIRecommendationJobsCommand}.
14
+ */
15
+ export interface ListAIRecommendationJobsCommandInput extends ListAIRecommendationJobsRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link ListAIRecommendationJobsCommand}.
21
+ */
22
+ export interface ListAIRecommendationJobsCommandOutput extends ListAIRecommendationJobsResponse, __MetadataBearer {
23
+ }
24
+ declare const ListAIRecommendationJobsCommand_base: {
25
+ new (input: ListAIRecommendationJobsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAIRecommendationJobsCommandInput, ListAIRecommendationJobsCommandOutput, SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListAIRecommendationJobsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListAIRecommendationJobsCommandInput, ListAIRecommendationJobsCommandOutput, SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Returns a list of AI recommendation jobs in your account. You can filter the results by name, status, and creation time, and sort the results. The response is paginated.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { SageMakerClient, ListAIRecommendationJobsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
35
+ * // const { SageMakerClient, ListAIRecommendationJobsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
36
+ * // import type { SageMakerClientConfig } from "@aws-sdk/client-sagemaker";
37
+ * const config = {}; // type is SageMakerClientConfig
38
+ * const client = new SageMakerClient(config);
39
+ * const input = { // ListAIRecommendationJobsRequest
40
+ * MaxResults: Number("int"),
41
+ * NextToken: "STRING_VALUE",
42
+ * NameContains: "STRING_VALUE",
43
+ * StatusEquals: "InProgress" || "Completed" || "Failed" || "Stopping" || "Stopped",
44
+ * CreationTimeAfter: new Date("TIMESTAMP"),
45
+ * CreationTimeBefore: new Date("TIMESTAMP"),
46
+ * SortBy: "Name" || "CreationTime" || "Status",
47
+ * SortOrder: "Ascending" || "Descending",
48
+ * };
49
+ * const command = new ListAIRecommendationJobsCommand(input);
50
+ * const response = await client.send(command);
51
+ * // { // ListAIRecommendationJobsResponse
52
+ * // AIRecommendationJobs: [ // AIRecommendationJobSummaryList // required
53
+ * // { // AIRecommendationJobSummary
54
+ * // AIRecommendationJobName: "STRING_VALUE", // required
55
+ * // AIRecommendationJobArn: "STRING_VALUE", // required
56
+ * // AIRecommendationJobStatus: "InProgress" || "Completed" || "Failed" || "Stopping" || "Stopped", // required
57
+ * // CreationTime: new Date("TIMESTAMP"), // required
58
+ * // EndTime: new Date("TIMESTAMP"),
59
+ * // },
60
+ * // ],
61
+ * // NextToken: "STRING_VALUE",
62
+ * // };
63
+ *
64
+ * ```
65
+ *
66
+ * @param ListAIRecommendationJobsCommandInput - {@link ListAIRecommendationJobsCommandInput}
67
+ * @returns {@link ListAIRecommendationJobsCommandOutput}
68
+ * @see {@link ListAIRecommendationJobsCommandInput} for command's `input` shape.
69
+ * @see {@link ListAIRecommendationJobsCommandOutput} for command's `response` shape.
70
+ * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
71
+ *
72
+ * @throws {@link SageMakerServiceException}
73
+ * <p>Base exception class for all service exceptions from SageMaker service.</p>
74
+ *
75
+ *
76
+ * @public
77
+ */
78
+ export declare class ListAIRecommendationJobsCommand extends ListAIRecommendationJobsCommand_base {
79
+ /** @internal type navigation helper, not in runtime. */
80
+ protected static __types: {
81
+ api: {
82
+ input: ListAIRecommendationJobsRequest;
83
+ output: ListAIRecommendationJobsResponse;
84
+ };
85
+ sdk: {
86
+ input: ListAIRecommendationJobsCommandInput;
87
+ output: ListAIRecommendationJobsCommandOutput;
88
+ };
89
+ };
90
+ }
@@ -0,0 +1,87 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { ListAIWorkloadConfigsRequest, ListAIWorkloadConfigsResponse } from "../models/models_3";
4
+ import type { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
+ /**
6
+ * @public
7
+ */
8
+ export type { __MetadataBearer };
9
+ export { $Command };
10
+ /**
11
+ * @public
12
+ *
13
+ * The input for {@link ListAIWorkloadConfigsCommand}.
14
+ */
15
+ export interface ListAIWorkloadConfigsCommandInput extends ListAIWorkloadConfigsRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link ListAIWorkloadConfigsCommand}.
21
+ */
22
+ export interface ListAIWorkloadConfigsCommandOutput extends ListAIWorkloadConfigsResponse, __MetadataBearer {
23
+ }
24
+ declare const ListAIWorkloadConfigsCommand_base: {
25
+ new (input: ListAIWorkloadConfigsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAIWorkloadConfigsCommandInput, ListAIWorkloadConfigsCommandOutput, SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (...[input]: [] | [ListAIWorkloadConfigsCommandInput]): import("@smithy/smithy-client").CommandImpl<ListAIWorkloadConfigsCommandInput, ListAIWorkloadConfigsCommandOutput, SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Returns a list of AI workload configurations in your account. You can filter the results by name and creation time, and sort the results. The response is paginated.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { SageMakerClient, ListAIWorkloadConfigsCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
35
+ * // const { SageMakerClient, ListAIWorkloadConfigsCommand } = require("@aws-sdk/client-sagemaker"); // CommonJS import
36
+ * // import type { SageMakerClientConfig } from "@aws-sdk/client-sagemaker";
37
+ * const config = {}; // type is SageMakerClientConfig
38
+ * const client = new SageMakerClient(config);
39
+ * const input = { // ListAIWorkloadConfigsRequest
40
+ * MaxResults: Number("int"),
41
+ * NextToken: "STRING_VALUE",
42
+ * NameContains: "STRING_VALUE",
43
+ * CreationTimeAfter: new Date("TIMESTAMP"),
44
+ * CreationTimeBefore: new Date("TIMESTAMP"),
45
+ * SortBy: "Name" || "CreationTime",
46
+ * SortOrder: "Ascending" || "Descending",
47
+ * };
48
+ * const command = new ListAIWorkloadConfigsCommand(input);
49
+ * const response = await client.send(command);
50
+ * // { // ListAIWorkloadConfigsResponse
51
+ * // AIWorkloadConfigs: [ // AIWorkloadConfigSummaryList // required
52
+ * // { // AIWorkloadConfigSummary
53
+ * // AIWorkloadConfigName: "STRING_VALUE", // required
54
+ * // AIWorkloadConfigArn: "STRING_VALUE", // required
55
+ * // CreationTime: new Date("TIMESTAMP"), // required
56
+ * // },
57
+ * // ],
58
+ * // NextToken: "STRING_VALUE",
59
+ * // };
60
+ *
61
+ * ```
62
+ *
63
+ * @param ListAIWorkloadConfigsCommandInput - {@link ListAIWorkloadConfigsCommandInput}
64
+ * @returns {@link ListAIWorkloadConfigsCommandOutput}
65
+ * @see {@link ListAIWorkloadConfigsCommandInput} for command's `input` shape.
66
+ * @see {@link ListAIWorkloadConfigsCommandOutput} for command's `response` shape.
67
+ * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
68
+ *
69
+ * @throws {@link SageMakerServiceException}
70
+ * <p>Base exception class for all service exceptions from SageMaker service.</p>
71
+ *
72
+ *
73
+ * @public
74
+ */
75
+ export declare class ListAIWorkloadConfigsCommand extends ListAIWorkloadConfigsCommand_base {
76
+ /** @internal type navigation helper, not in runtime. */
77
+ protected static __types: {
78
+ api: {
79
+ input: ListAIWorkloadConfigsRequest;
80
+ output: ListAIWorkloadConfigsResponse;
81
+ };
82
+ sdk: {
83
+ input: ListAIWorkloadConfigsCommandInput;
84
+ output: ListAIWorkloadConfigsCommandOutput;
85
+ };
86
+ };
87
+ }
@@ -1,6 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ListModelCardVersionsRequest, ListModelCardVersionsResponse } from "../models/models_3";
3
+ import type { ListModelCardVersionsRequest } from "../models/models_3";
4
+ import type { ListModelCardVersionsResponse } from "../models/models_4";
4
5
  import type { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
6
  /**
6
7
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ListModelExplainabilityJobDefinitionsRequest, ListModelExplainabilityJobDefinitionsResponse } from "../models/models_3";
3
+ import type { ListModelExplainabilityJobDefinitionsRequest, ListModelExplainabilityJobDefinitionsResponse } from "../models/models_4";
4
4
  import type { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ListModelMetadataRequest, ListModelMetadataResponse } from "../models/models_3";
3
+ import type { ListModelMetadataRequest, ListModelMetadataResponse } from "../models/models_4";
4
4
  import type { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ListModelPackageGroupsInput, ListModelPackageGroupsOutput } from "../models/models_3";
3
+ import type { ListModelPackageGroupsInput, ListModelPackageGroupsOutput } from "../models/models_4";
4
4
  import type { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ListModelPackagesInput, ListModelPackagesOutput } from "../models/models_3";
3
+ import type { ListModelPackagesInput, ListModelPackagesOutput } from "../models/models_4";
4
4
  import type { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ListModelQualityJobDefinitionsRequest, ListModelQualityJobDefinitionsResponse } from "../models/models_3";
3
+ import type { ListModelQualityJobDefinitionsRequest, ListModelQualityJobDefinitionsResponse } from "../models/models_4";
4
4
  import type { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ListModelsInput, ListModelsOutput } from "../models/models_3";
3
+ import type { ListModelsInput, ListModelsOutput } from "../models/models_4";
4
4
  import type { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ListMonitoringAlertHistoryRequest, ListMonitoringAlertHistoryResponse } from "../models/models_3";
3
+ import type { ListMonitoringAlertHistoryRequest, ListMonitoringAlertHistoryResponse } from "../models/models_4";
4
4
  import type { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ListMonitoringAlertsRequest, ListMonitoringAlertsResponse } from "../models/models_3";
3
+ import type { ListMonitoringAlertsRequest, ListMonitoringAlertsResponse } from "../models/models_4";
4
4
  import type { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ListMonitoringExecutionsRequest, ListMonitoringExecutionsResponse } from "../models/models_3";
3
+ import type { ListMonitoringExecutionsRequest, ListMonitoringExecutionsResponse } from "../models/models_4";
4
4
  import type { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ListMonitoringSchedulesRequest, ListMonitoringSchedulesResponse } from "../models/models_3";
3
+ import type { ListMonitoringSchedulesRequest, ListMonitoringSchedulesResponse } from "../models/models_4";
4
4
  import type { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ListNotebookInstanceLifecycleConfigsInput, ListNotebookInstanceLifecycleConfigsOutput } from "../models/models_3";
3
+ import type { ListNotebookInstanceLifecycleConfigsInput, ListNotebookInstanceLifecycleConfigsOutput } from "../models/models_4";
4
4
  import type { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ListNotebookInstancesInput, ListNotebookInstancesOutput } from "../models/models_3";
3
+ import type { ListNotebookInstancesInput, ListNotebookInstancesOutput } from "../models/models_4";
4
4
  import type { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
5
  /**
6
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ListOptimizationJobsRequest, ListOptimizationJobsResponse } from "../models/models_3";
3
+ import type { ListOptimizationJobsRequest, ListOptimizationJobsResponse } from "../models/models_4";
4
4
  import type { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
5
  /**
6
6
  * @public
@@ -61,7 +61,7 @@ declare const ListOptimizationJobsCommand_base: {
61
61
  * // OptimizationStartTime: new Date("TIMESTAMP"),
62
62
  * // OptimizationEndTime: new Date("TIMESTAMP"),
63
63
  * // LastModifiedTime: new Date("TIMESTAMP"),
64
- * // DeploymentInstanceType: "ml.p4d.24xlarge" || "ml.p4de.24xlarge" || "ml.p5.48xlarge" || "ml.p5e.48xlarge" || "ml.p5en.48xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.12xlarge" || "ml.g5.16xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.g6.xlarge" || "ml.g6.2xlarge" || "ml.g6.4xlarge" || "ml.g6.8xlarge" || "ml.g6.12xlarge" || "ml.g6.16xlarge" || "ml.g6.24xlarge" || "ml.g6.48xlarge" || "ml.g6e.xlarge" || "ml.g6e.2xlarge" || "ml.g6e.4xlarge" || "ml.g6e.8xlarge" || "ml.g6e.12xlarge" || "ml.g6e.16xlarge" || "ml.g6e.24xlarge" || "ml.g6e.48xlarge" || "ml.inf2.xlarge" || "ml.inf2.8xlarge" || "ml.inf2.24xlarge" || "ml.inf2.48xlarge" || "ml.trn1.2xlarge" || "ml.trn1.32xlarge" || "ml.trn1n.32xlarge", // required
64
+ * // DeploymentInstanceType: "ml.p4d.24xlarge" || "ml.p4de.24xlarge" || "ml.p5.48xlarge" || "ml.p5e.48xlarge" || "ml.p5en.48xlarge" || "ml.g4dn.xlarge" || "ml.g4dn.2xlarge" || "ml.g4dn.4xlarge" || "ml.g4dn.8xlarge" || "ml.g4dn.12xlarge" || "ml.g4dn.16xlarge" || "ml.g5.xlarge" || "ml.g5.2xlarge" || "ml.g5.4xlarge" || "ml.g5.8xlarge" || "ml.g5.12xlarge" || "ml.g5.16xlarge" || "ml.g5.24xlarge" || "ml.g5.48xlarge" || "ml.g6.xlarge" || "ml.g6.2xlarge" || "ml.g6.4xlarge" || "ml.g6.8xlarge" || "ml.g6.12xlarge" || "ml.g6.16xlarge" || "ml.g6.24xlarge" || "ml.g6.48xlarge" || "ml.g6e.xlarge" || "ml.g6e.2xlarge" || "ml.g6e.4xlarge" || "ml.g6e.8xlarge" || "ml.g6e.12xlarge" || "ml.g6e.16xlarge" || "ml.g6e.24xlarge" || "ml.g6e.48xlarge" || "ml.inf2.xlarge" || "ml.inf2.8xlarge" || "ml.inf2.24xlarge" || "ml.inf2.48xlarge" || "ml.trn1.2xlarge" || "ml.trn1.32xlarge" || "ml.trn1n.32xlarge", // required
65
65
  * // MaxInstanceCount: Number("int"),
66
66
  * // OptimizationTypes: [ // OptimizationTypes // required
67
67
  * // "STRING_VALUE",
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ListPartnerAppsRequest, ListPartnerAppsResponse } from "../models/models_3";
3
+ import type { ListPartnerAppsRequest, ListPartnerAppsResponse } from "../models/models_4";
4
4
  import type { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
5
  /**
6
6
  * @public
@@ -1,7 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ListPipelineExecutionStepsRequest } from "../models/models_3";
4
- import type { ListPipelineExecutionStepsResponse } from "../models/models_4";
3
+ import type { ListPipelineExecutionStepsRequest, ListPipelineExecutionStepsResponse } from "../models/models_4";
5
4
  import type { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
6
5
  /**
7
6
  * @public
@@ -1,6 +1,6 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import type { ListPipelineExecutionsRequest, ListPipelineExecutionsResponse } from "../models/models_3";
3
+ import type { ListPipelineExecutionsRequest, ListPipelineExecutionsResponse } from "../models/models_4";
4
4
  import type { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
5
  /**
6
6
  * @public