@aws-sdk/client-sagemaker 3.1033.0 → 3.1034.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
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ListNotebookInstanceLifecycleConfigsInput,
5
5
  ListNotebookInstanceLifecycleConfigsOutput,
6
- } from "../models/models_3";
6
+ } from "../models/models_4";
7
7
  import {
8
8
  SageMakerClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ListNotebookInstancesInput,
5
5
  ListNotebookInstancesOutput,
6
- } from "../models/models_3";
6
+ } from "../models/models_4";
7
7
  import {
8
8
  SageMakerClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ListOptimizationJobsRequest,
5
5
  ListOptimizationJobsResponse,
6
- } from "../models/models_3";
6
+ } from "../models/models_4";
7
7
  import {
8
8
  SageMakerClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ListPartnerAppsRequest,
5
5
  ListPartnerAppsResponse,
6
- } from "../models/models_3";
6
+ } from "../models/models_4";
7
7
  import {
8
8
  SageMakerClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -1,7 +1,9 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { ListPipelineExecutionStepsRequest } from "../models/models_3";
4
- import { ListPipelineExecutionStepsResponse } from "../models/models_4";
3
+ import {
4
+ ListPipelineExecutionStepsRequest,
5
+ ListPipelineExecutionStepsResponse,
6
+ } from "../models/models_4";
5
7
  import {
6
8
  SageMakerClientResolvedConfig,
7
9
  ServiceInputTypes,
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
3
  import {
4
4
  ListPipelineExecutionsRequest,
5
5
  ListPipelineExecutionsResponse,
6
- } from "../models/models_3";
6
+ } from "../models/models_4";
7
7
  import {
8
8
  SageMakerClientResolvedConfig,
9
9
  ServiceInputTypes,
@@ -1,6 +1,7 @@
1
1
  import { Command as $Command } from "@smithy/smithy-client";
2
2
  import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
- import { SearchRequest, SearchResponse } from "../models/models_4";
3
+ import { SearchResponse } from "../models/models_4";
4
+ import { SearchRequest } from "../models/models_5";
4
5
  import {
5
6
  SageMakerClientResolvedConfig,
6
7
  ServiceInputTypes,
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ StopAIBenchmarkJobRequest,
5
+ StopAIBenchmarkJobResponse,
6
+ } from "../models/models_4";
7
+ import {
8
+ SageMakerClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../SageMakerClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface StopAIBenchmarkJobCommandInput
15
+ extends StopAIBenchmarkJobRequest {}
16
+ export interface StopAIBenchmarkJobCommandOutput
17
+ extends StopAIBenchmarkJobResponse,
18
+ __MetadataBearer {}
19
+ declare const StopAIBenchmarkJobCommand_base: {
20
+ new (
21
+ input: StopAIBenchmarkJobCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ StopAIBenchmarkJobCommandInput,
24
+ StopAIBenchmarkJobCommandOutput,
25
+ SageMakerClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: StopAIBenchmarkJobCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ StopAIBenchmarkJobCommandInput,
33
+ StopAIBenchmarkJobCommandOutput,
34
+ SageMakerClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class StopAIBenchmarkJobCommand extends StopAIBenchmarkJobCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: StopAIBenchmarkJobRequest;
44
+ output: StopAIBenchmarkJobResponse;
45
+ };
46
+ sdk: {
47
+ input: StopAIBenchmarkJobCommandInput;
48
+ output: StopAIBenchmarkJobCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -0,0 +1,51 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import {
4
+ StopAIRecommendationJobRequest,
5
+ StopAIRecommendationJobResponse,
6
+ } from "../models/models_4";
7
+ import {
8
+ SageMakerClientResolvedConfig,
9
+ ServiceInputTypes,
10
+ ServiceOutputTypes,
11
+ } from "../SageMakerClient";
12
+ export { __MetadataBearer };
13
+ export { $Command };
14
+ export interface StopAIRecommendationJobCommandInput
15
+ extends StopAIRecommendationJobRequest {}
16
+ export interface StopAIRecommendationJobCommandOutput
17
+ extends StopAIRecommendationJobResponse,
18
+ __MetadataBearer {}
19
+ declare const StopAIRecommendationJobCommand_base: {
20
+ new (
21
+ input: StopAIRecommendationJobCommandInput
22
+ ): import("@smithy/smithy-client").CommandImpl<
23
+ StopAIRecommendationJobCommandInput,
24
+ StopAIRecommendationJobCommandOutput,
25
+ SageMakerClientResolvedConfig,
26
+ ServiceInputTypes,
27
+ ServiceOutputTypes
28
+ >;
29
+ new (
30
+ input: StopAIRecommendationJobCommandInput
31
+ ): import("@smithy/smithy-client").CommandImpl<
32
+ StopAIRecommendationJobCommandInput,
33
+ StopAIRecommendationJobCommandOutput,
34
+ SageMakerClientResolvedConfig,
35
+ ServiceInputTypes,
36
+ ServiceOutputTypes
37
+ >;
38
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
39
+ };
40
+ export declare class StopAIRecommendationJobCommand extends StopAIRecommendationJobCommand_base {
41
+ protected static __types: {
42
+ api: {
43
+ input: StopAIRecommendationJobRequest;
44
+ output: StopAIRecommendationJobResponse;
45
+ };
46
+ sdk: {
47
+ input: StopAIRecommendationJobCommandInput;
48
+ output: StopAIRecommendationJobCommandOutput;
49
+ };
50
+ };
51
+ }
@@ -7,6 +7,9 @@ export * from "./BatchDeleteClusterNodesCommand";
7
7
  export * from "./BatchDescribeModelPackageCommand";
8
8
  export * from "./BatchRebootClusterNodesCommand";
9
9
  export * from "./BatchReplaceClusterNodesCommand";
10
+ export * from "./CreateAIBenchmarkJobCommand";
11
+ export * from "./CreateAIRecommendationJobCommand";
12
+ export * from "./CreateAIWorkloadConfigCommand";
10
13
  export * from "./CreateActionCommand";
11
14
  export * from "./CreateAlgorithmCommand";
12
15
  export * from "./CreateAppCommand";
@@ -75,6 +78,9 @@ export * from "./CreateTrialComponentCommand";
75
78
  export * from "./CreateUserProfileCommand";
76
79
  export * from "./CreateWorkforceCommand";
77
80
  export * from "./CreateWorkteamCommand";
81
+ export * from "./DeleteAIBenchmarkJobCommand";
82
+ export * from "./DeleteAIRecommendationJobCommand";
83
+ export * from "./DeleteAIWorkloadConfigCommand";
78
84
  export * from "./DeleteActionCommand";
79
85
  export * from "./DeleteAlgorithmCommand";
80
86
  export * from "./DeleteAppCommand";
@@ -134,6 +140,9 @@ export * from "./DeleteUserProfileCommand";
134
140
  export * from "./DeleteWorkforceCommand";
135
141
  export * from "./DeleteWorkteamCommand";
136
142
  export * from "./DeregisterDevicesCommand";
143
+ export * from "./DescribeAIBenchmarkJobCommand";
144
+ export * from "./DescribeAIRecommendationJobCommand";
145
+ export * from "./DescribeAIWorkloadConfigCommand";
137
146
  export * from "./DescribeActionCommand";
138
147
  export * from "./DescribeAlgorithmCommand";
139
148
  export * from "./DescribeAppCommand";
@@ -217,6 +226,9 @@ export * from "./GetSagemakerServicecatalogPortfolioStatusCommand";
217
226
  export * from "./GetScalingConfigurationRecommendationCommand";
218
227
  export * from "./GetSearchSuggestionsCommand";
219
228
  export * from "./ImportHubContentCommand";
229
+ export * from "./ListAIBenchmarkJobsCommand";
230
+ export * from "./ListAIRecommendationJobsCommand";
231
+ export * from "./ListAIWorkloadConfigsCommand";
220
232
  export * from "./ListActionsCommand";
221
233
  export * from "./ListAlgorithmsCommand";
222
234
  export * from "./ListAliasesCommand";
@@ -319,6 +331,8 @@ export * from "./StartMonitoringScheduleCommand";
319
331
  export * from "./StartNotebookInstanceCommand";
320
332
  export * from "./StartPipelineExecutionCommand";
321
333
  export * from "./StartSessionCommand";
334
+ export * from "./StopAIBenchmarkJobCommand";
335
+ export * from "./StopAIRecommendationJobCommand";
322
336
  export * from "./StopAutoMLJobCommand";
323
337
  export * from "./StopCompilationJobCommand";
324
338
  export * from "./StopEdgeDeploymentStageCommand";
@@ -14,4 +14,5 @@ export * from "./models/models_1";
14
14
  export * from "./models/models_2";
15
15
  export * from "./models/models_3";
16
16
  export * from "./models/models_4";
17
+ export * from "./models/models_5";
17
18
  export { SageMakerServiceException } from "./models/SageMakerServiceException";
@@ -192,18 +192,6 @@ export declare const AssociationEdgeType: {
192
192
  };
193
193
  export type AssociationEdgeType =
194
194
  (typeof AssociationEdgeType)[keyof typeof AssociationEdgeType];
195
- export declare const CompressionType: {
196
- readonly GZIP: "Gzip";
197
- readonly NONE: "None";
198
- };
199
- export type CompressionType =
200
- (typeof CompressionType)[keyof typeof CompressionType];
201
- export declare const AdditionalS3DataSourceDataType: {
202
- readonly S3OBJECT: "S3Object";
203
- readonly S3PREFIX: "S3Prefix";
204
- };
205
- export type AdditionalS3DataSourceDataType =
206
- (typeof AdditionalS3DataSourceDataType)[keyof typeof AdditionalS3DataSourceDataType];
207
195
  export declare const ModelCompressionType: {
208
196
  readonly Gzip: "Gzip";
209
197
  readonly None: "None";
@@ -216,6 +204,18 @@ export declare const S3ModelDataType: {
216
204
  };
217
205
  export type S3ModelDataType =
218
206
  (typeof S3ModelDataType)[keyof typeof S3ModelDataType];
207
+ export declare const CompressionType: {
208
+ readonly GZIP: "Gzip";
209
+ readonly NONE: "None";
210
+ };
211
+ export type CompressionType =
212
+ (typeof CompressionType)[keyof typeof CompressionType];
213
+ export declare const AdditionalS3DataSourceDataType: {
214
+ readonly S3OBJECT: "S3Object";
215
+ readonly S3PREFIX: "S3Prefix";
216
+ };
217
+ export type AdditionalS3DataSourceDataType =
218
+ (typeof AdditionalS3DataSourceDataType)[keyof typeof AdditionalS3DataSourceDataType];
219
219
  export declare const ProductionVariantInstanceType: {
220
220
  readonly ML_C4_2XLARGE: "ml.c4.2xlarge";
221
221
  readonly ML_C4_4XLARGE: "ml.c4.4xlarge";
@@ -612,6 +612,91 @@ export declare const AggregationTransformationValue: {
612
612
  };
613
613
  export type AggregationTransformationValue =
614
614
  (typeof AggregationTransformationValue)[keyof typeof AggregationTransformationValue];
615
+ export declare const AIBenchmarkJobStatus: {
616
+ readonly COMPLETED: "Completed";
617
+ readonly FAILED: "Failed";
618
+ readonly IN_PROGRESS: "InProgress";
619
+ readonly STOPPED: "Stopped";
620
+ readonly STOPPING: "Stopping";
621
+ };
622
+ export type AIBenchmarkJobStatus =
623
+ (typeof AIBenchmarkJobStatus)[keyof typeof AIBenchmarkJobStatus];
624
+ export declare const AICapacityReservationPreference: {
625
+ readonly CAPACITY_RESERVATIONS_ONLY: "capacity-reservations-only";
626
+ };
627
+ export type AICapacityReservationPreference =
628
+ (typeof AICapacityReservationPreference)[keyof typeof AICapacityReservationPreference];
629
+ export declare const AIRecommendationInstanceType: {
630
+ readonly ML_G5_12XLARGE: "ml.g5.12xlarge";
631
+ readonly ML_G5_16XLARGE: "ml.g5.16xlarge";
632
+ readonly ML_G5_24XLARGE: "ml.g5.24xlarge";
633
+ readonly ML_G5_2XLARGE: "ml.g5.2xlarge";
634
+ readonly ML_G5_48XLARGE: "ml.g5.48xlarge";
635
+ readonly ML_G5_4XLARGE: "ml.g5.4xlarge";
636
+ readonly ML_G5_8XLARGE: "ml.g5.8xlarge";
637
+ readonly ML_G5_XLARGE: "ml.g5.xlarge";
638
+ readonly ML_G6E_12XLARGE: "ml.g6e.12xlarge";
639
+ readonly ML_G6E_16XLARGE: "ml.g6e.16xlarge";
640
+ readonly ML_G6E_24XLARGE: "ml.g6e.24xlarge";
641
+ readonly ML_G6E_2XLARGE: "ml.g6e.2xlarge";
642
+ readonly ML_G6E_48XLARGE: "ml.g6e.48xlarge";
643
+ readonly ML_G6E_4XLARGE: "ml.g6e.4xlarge";
644
+ readonly ML_G6E_8XLARGE: "ml.g6e.8xlarge";
645
+ readonly ML_G6E_XLARGE: "ml.g6e.xlarge";
646
+ readonly ML_G6_12XLARGE: "ml.g6.12xlarge";
647
+ readonly ML_G6_16XLARGE: "ml.g6.16xlarge";
648
+ readonly ML_G6_24XLARGE: "ml.g6.24xlarge";
649
+ readonly ML_G6_2XLARGE: "ml.g6.2xlarge";
650
+ readonly ML_G6_48XLARGE: "ml.g6.48xlarge";
651
+ readonly ML_G6_4XLARGE: "ml.g6.4xlarge";
652
+ readonly ML_G6_8XLARGE: "ml.g6.8xlarge";
653
+ readonly ML_G6_XLARGE: "ml.g6.xlarge";
654
+ readonly ML_G7E_12XLARGE: "ml.g7e.12xlarge";
655
+ readonly ML_G7E_24XLARGE: "ml.g7e.24xlarge";
656
+ readonly ML_G7E_2XLARGE: "ml.g7e.2xlarge";
657
+ readonly ML_G7E_48XLARGE: "ml.g7e.48xlarge";
658
+ readonly ML_G7E_4XLARGE: "ml.g7e.4xlarge";
659
+ readonly ML_G7E_8XLARGE: "ml.g7e.8xlarge";
660
+ readonly ML_P3_16XLARGE: "ml.p3.16xlarge";
661
+ readonly ML_P3_2XLARGE: "ml.p3.2xlarge";
662
+ readonly ML_P3_8XLARGE: "ml.p3.8xlarge";
663
+ readonly ML_P4DE_24XLARGE: "ml.p4de.24xlarge";
664
+ readonly ML_P4D_24XLARGE: "ml.p4d.24xlarge";
665
+ readonly ML_P5EN_48XLARGE: "ml.p5en.48xlarge";
666
+ readonly ML_P5E_48XLARGE: "ml.p5e.48xlarge";
667
+ readonly ML_P5_48XLARGE: "ml.p5.48xlarge";
668
+ readonly ML_P5_4XLARGE: "ml.p5.4xlarge";
669
+ };
670
+ export type AIRecommendationInstanceType =
671
+ (typeof AIRecommendationInstanceType)[keyof typeof AIRecommendationInstanceType];
672
+ export declare const AIRecommendationOptimizationType: {
673
+ readonly KERNEL_TUNING: "KernelTuning";
674
+ readonly SPECULATIVE_DECODING: "SpeculativeDecoding";
675
+ };
676
+ export type AIRecommendationOptimizationType =
677
+ (typeof AIRecommendationOptimizationType)[keyof typeof AIRecommendationOptimizationType];
678
+ export declare const AIRecommendationMetric: {
679
+ readonly COST: "cost";
680
+ readonly THROUGHPUT: "throughput";
681
+ readonly TTFT_MS: "ttft-ms";
682
+ };
683
+ export type AIRecommendationMetric =
684
+ (typeof AIRecommendationMetric)[keyof typeof AIRecommendationMetric];
685
+ export declare const AIRecommendationInferenceFramework: {
686
+ readonly LMI: "LMI";
687
+ readonly VLLM: "VLLM";
688
+ };
689
+ export type AIRecommendationInferenceFramework =
690
+ (typeof AIRecommendationInferenceFramework)[keyof typeof AIRecommendationInferenceFramework];
691
+ export declare const AIRecommendationJobStatus: {
692
+ readonly COMPLETED: "Completed";
693
+ readonly FAILED: "Failed";
694
+ readonly IN_PROGRESS: "InProgress";
695
+ readonly STOPPED: "Stopped";
696
+ readonly STOPPING: "Stopping";
697
+ };
698
+ export type AIRecommendationJobStatus =
699
+ (typeof AIRecommendationJobStatus)[keyof typeof AIRecommendationJobStatus];
615
700
  export declare const AlgorithmSortBy: {
616
701
  readonly CREATION_TIME: "CreationTime";
617
702
  readonly NAME: "Name";
@@ -2514,6 +2599,12 @@ export declare const RootAccess: {
2514
2599
  };
2515
2600
  export type RootAccess = (typeof RootAccess)[keyof typeof RootAccess];
2516
2601
  export declare const OptimizationJobDeploymentInstanceType: {
2602
+ readonly ML_G4DN_12XLARGE: "ml.g4dn.12xlarge";
2603
+ readonly ML_G4DN_16XLARGE: "ml.g4dn.16xlarge";
2604
+ readonly ML_G4DN_2XLARGE: "ml.g4dn.2xlarge";
2605
+ readonly ML_G4DN_4XLARGE: "ml.g4dn.4xlarge";
2606
+ readonly ML_G4DN_8XLARGE: "ml.g4dn.8xlarge";
2607
+ readonly ML_G4DN_XLARGE: "ml.g4dn.xlarge";
2517
2608
  readonly ML_G5_12XLARGE: "ml.g5.12xlarge";
2518
2609
  readonly ML_G5_16XLARGE: "ml.g5.16xlarge";
2519
2610
  readonly ML_G5_24XLARGE: "ml.g5.24xlarge";
@@ -3409,6 +3500,26 @@ export declare const SortOrder: {
3409
3500
  readonly DESCENDING: "Descending";
3410
3501
  };
3411
3502
  export type SortOrder = (typeof SortOrder)[keyof typeof SortOrder];
3503
+ export declare const ListAIBenchmarkJobsSortBy: {
3504
+ readonly CREATION_TIME: "CreationTime";
3505
+ readonly NAME: "Name";
3506
+ readonly STATUS: "Status";
3507
+ };
3508
+ export type ListAIBenchmarkJobsSortBy =
3509
+ (typeof ListAIBenchmarkJobsSortBy)[keyof typeof ListAIBenchmarkJobsSortBy];
3510
+ export declare const ListAIRecommendationJobsSortBy: {
3511
+ readonly CREATION_TIME: "CreationTime";
3512
+ readonly NAME: "Name";
3513
+ readonly STATUS: "Status";
3514
+ };
3515
+ export type ListAIRecommendationJobsSortBy =
3516
+ (typeof ListAIRecommendationJobsSortBy)[keyof typeof ListAIRecommendationJobsSortBy];
3517
+ export declare const ListAIWorkloadConfigsSortBy: {
3518
+ readonly CREATION_TIME: "CreationTime";
3519
+ readonly NAME: "Name";
3520
+ };
3521
+ export type ListAIWorkloadConfigsSortBy =
3522
+ (typeof ListAIWorkloadConfigsSortBy)[keyof typeof ListAIWorkloadConfigsSortBy];
3412
3523
  export declare const SortArtifactsBy: {
3413
3524
  readonly CREATION_TIME: "CreationTime";
3414
3525
  };