@aws-sdk/client-sagemaker 3.1032.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 (211) hide show
  1. package/README.md +98 -0
  2. package/dist-cjs/endpoint/bdd.js +54 -0
  3. package/dist-cjs/endpoint/endpointResolver.js +2 -2
  4. package/dist-cjs/index.js +317 -8
  5. package/dist-cjs/schemas/schemas_0.js +718 -214
  6. package/dist-es/SageMaker.js +34 -0
  7. package/dist-es/commands/CreateAIBenchmarkJobCommand.js +16 -0
  8. package/dist-es/commands/CreateAIRecommendationJobCommand.js +16 -0
  9. package/dist-es/commands/CreateAIWorkloadConfigCommand.js +16 -0
  10. package/dist-es/commands/DeleteAIBenchmarkJobCommand.js +16 -0
  11. package/dist-es/commands/DeleteAIRecommendationJobCommand.js +16 -0
  12. package/dist-es/commands/DeleteAIWorkloadConfigCommand.js +16 -0
  13. package/dist-es/commands/DescribeAIBenchmarkJobCommand.js +16 -0
  14. package/dist-es/commands/DescribeAIRecommendationJobCommand.js +16 -0
  15. package/dist-es/commands/DescribeAIWorkloadConfigCommand.js +16 -0
  16. package/dist-es/commands/ListAIBenchmarkJobsCommand.js +16 -0
  17. package/dist-es/commands/ListAIRecommendationJobsCommand.js +16 -0
  18. package/dist-es/commands/ListAIWorkloadConfigsCommand.js +16 -0
  19. package/dist-es/commands/StopAIBenchmarkJobCommand.js +16 -0
  20. package/dist-es/commands/StopAIRecommendationJobCommand.js +16 -0
  21. package/dist-es/commands/index.js +14 -0
  22. package/dist-es/endpoint/bdd.js +51 -0
  23. package/dist-es/endpoint/endpointResolver.js +3 -3
  24. package/dist-es/index.js +1 -0
  25. package/dist-es/models/enums.js +99 -8
  26. package/dist-es/models/models_5.js +1 -0
  27. package/dist-es/pagination/ListAIBenchmarkJobsPaginator.js +4 -0
  28. package/dist-es/pagination/ListAIRecommendationJobsPaginator.js +4 -0
  29. package/dist-es/pagination/ListAIWorkloadConfigsPaginator.js +4 -0
  30. package/dist-es/pagination/index.js +3 -0
  31. package/dist-es/schemas/schemas_0.js +679 -177
  32. package/dist-types/SageMaker.d.ts +122 -0
  33. package/dist-types/SageMakerClient.d.ts +16 -2
  34. package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +19 -0
  35. package/dist-types/commands/CreateAIBenchmarkJobCommand.d.ts +115 -0
  36. package/dist-types/commands/CreateAIRecommendationJobCommand.d.ts +122 -0
  37. package/dist-types/commands/CreateAIWorkloadConfigCommand.d.ts +103 -0
  38. package/dist-types/commands/CreateActionCommand.d.ts +1 -1
  39. package/dist-types/commands/CreateAlgorithmCommand.d.ts +21 -4
  40. package/dist-types/commands/CreateAppCommand.d.ts +1 -1
  41. package/dist-types/commands/CreateAppImageConfigCommand.d.ts +1 -1
  42. package/dist-types/commands/CreateArtifactCommand.d.ts +1 -1
  43. package/dist-types/commands/CreateAutoMLJobCommand.d.ts +1 -1
  44. package/dist-types/commands/CreateAutoMLJobV2Command.d.ts +1 -1
  45. package/dist-types/commands/CreateClusterCommand.d.ts +1 -1
  46. package/dist-types/commands/CreateClusterSchedulerConfigCommand.d.ts +1 -2
  47. package/dist-types/commands/CreateModelPackageCommand.d.ts +25 -0
  48. package/dist-types/commands/CreateOptimizationJobCommand.d.ts +1 -1
  49. package/dist-types/commands/CreatePartnerAppCommand.d.ts +1 -1
  50. package/dist-types/commands/CreatePartnerAppPresignedUrlCommand.d.ts +1 -1
  51. package/dist-types/commands/CreatePipelineCommand.d.ts +1 -1
  52. package/dist-types/commands/CreatePresignedDomainUrlCommand.d.ts +1 -1
  53. package/dist-types/commands/CreatePresignedMlflowAppUrlCommand.d.ts +1 -1
  54. package/dist-types/commands/CreatePresignedMlflowTrackingServerUrlCommand.d.ts +1 -1
  55. package/dist-types/commands/CreatePresignedNotebookInstanceUrlCommand.d.ts +1 -1
  56. package/dist-types/commands/CreateProcessingJobCommand.d.ts +1 -1
  57. package/dist-types/commands/CreateProjectCommand.d.ts +1 -1
  58. package/dist-types/commands/DeleteAIBenchmarkJobCommand.d.ts +77 -0
  59. package/dist-types/commands/DeleteAIRecommendationJobCommand.d.ts +77 -0
  60. package/dist-types/commands/DeleteAIWorkloadConfigCommand.d.ts +80 -0
  61. package/dist-types/commands/DescribeAIBenchmarkJobCommand.d.ts +121 -0
  62. package/dist-types/commands/DescribeAIRecommendationJobCommand.d.ts +170 -0
  63. package/dist-types/commands/DescribeAIWorkloadConfigCommand.d.ts +102 -0
  64. package/dist-types/commands/DescribeAlgorithmCommand.d.ts +20 -3
  65. package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +1 -1
  66. package/dist-types/commands/DescribeLabelingJobCommand.d.ts +1 -1
  67. package/dist-types/commands/DescribeLineageGroupCommand.d.ts +1 -1
  68. package/dist-types/commands/DescribeMlflowAppCommand.d.ts +1 -1
  69. package/dist-types/commands/DescribeMlflowTrackingServerCommand.d.ts +1 -1
  70. package/dist-types/commands/DescribeModelBiasJobDefinitionCommand.d.ts +1 -1
  71. package/dist-types/commands/DescribeModelCardCommand.d.ts +1 -1
  72. package/dist-types/commands/DescribeModelCardExportJobCommand.d.ts +1 -1
  73. package/dist-types/commands/DescribeModelCommand.d.ts +1 -1
  74. package/dist-types/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +1 -1
  75. package/dist-types/commands/DescribeModelPackageCommand.d.ts +26 -1
  76. package/dist-types/commands/DescribeModelPackageGroupCommand.d.ts +1 -1
  77. package/dist-types/commands/DescribeModelQualityJobDefinitionCommand.d.ts +1 -1
  78. package/dist-types/commands/DescribeMonitoringScheduleCommand.d.ts +1 -1
  79. package/dist-types/commands/DescribeNotebookInstanceCommand.d.ts +1 -1
  80. package/dist-types/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
  81. package/dist-types/commands/DescribeOptimizationJobCommand.d.ts +2 -2
  82. package/dist-types/commands/DescribePartnerAppCommand.d.ts +1 -2
  83. package/dist-types/commands/ListAIBenchmarkJobsCommand.d.ts +91 -0
  84. package/dist-types/commands/ListAIRecommendationJobsCommand.d.ts +90 -0
  85. package/dist-types/commands/ListAIWorkloadConfigsCommand.d.ts +87 -0
  86. package/dist-types/commands/ListModelCardVersionsCommand.d.ts +2 -1
  87. package/dist-types/commands/ListModelExplainabilityJobDefinitionsCommand.d.ts +1 -1
  88. package/dist-types/commands/ListModelMetadataCommand.d.ts +1 -1
  89. package/dist-types/commands/ListModelPackageGroupsCommand.d.ts +1 -1
  90. package/dist-types/commands/ListModelPackagesCommand.d.ts +1 -1
  91. package/dist-types/commands/ListModelQualityJobDefinitionsCommand.d.ts +1 -1
  92. package/dist-types/commands/ListModelsCommand.d.ts +1 -1
  93. package/dist-types/commands/ListMonitoringAlertHistoryCommand.d.ts +1 -1
  94. package/dist-types/commands/ListMonitoringAlertsCommand.d.ts +1 -1
  95. package/dist-types/commands/ListMonitoringExecutionsCommand.d.ts +1 -1
  96. package/dist-types/commands/ListMonitoringSchedulesCommand.d.ts +1 -1
  97. package/dist-types/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +1 -1
  98. package/dist-types/commands/ListNotebookInstancesCommand.d.ts +1 -1
  99. package/dist-types/commands/ListOptimizationJobsCommand.d.ts +2 -2
  100. package/dist-types/commands/ListPartnerAppsCommand.d.ts +1 -1
  101. package/dist-types/commands/ListPipelineExecutionStepsCommand.d.ts +1 -2
  102. package/dist-types/commands/ListPipelineExecutionsCommand.d.ts +1 -1
  103. package/dist-types/commands/SearchCommand.d.ts +27 -35
  104. package/dist-types/commands/StopAIBenchmarkJobCommand.d.ts +77 -0
  105. package/dist-types/commands/StopAIRecommendationJobCommand.d.ts +77 -0
  106. package/dist-types/commands/UpdateModelPackageCommand.d.ts +26 -14
  107. package/dist-types/commands/index.d.ts +14 -0
  108. package/dist-types/endpoint/bdd.d.ts +2 -0
  109. package/dist-types/index.d.ts +1 -0
  110. package/dist-types/models/enums.d.ts +187 -16
  111. package/dist-types/models/models_0.d.ts +3225 -3460
  112. package/dist-types/models/models_1.d.ts +3498 -3293
  113. package/dist-types/models/models_2.d.ts +3410 -4095
  114. package/dist-types/models/models_3.d.ts +4524 -4193
  115. package/dist-types/models/models_4.d.ts +1679 -76
  116. package/dist-types/models/models_5.d.ts +74 -0
  117. package/dist-types/pagination/ListAIBenchmarkJobsPaginator.d.ts +7 -0
  118. package/dist-types/pagination/ListAIRecommendationJobsPaginator.d.ts +7 -0
  119. package/dist-types/pagination/ListAIWorkloadConfigsPaginator.d.ts +7 -0
  120. package/dist-types/pagination/index.d.ts +3 -0
  121. package/dist-types/schemas/schemas_0.d.ts +74 -0
  122. package/dist-types/ts3.4/SageMaker.d.ts +262 -0
  123. package/dist-types/ts3.4/SageMakerClient.d.ts +84 -0
  124. package/dist-types/ts3.4/commands/CreateAIBenchmarkJobCommand.d.ts +51 -0
  125. package/dist-types/ts3.4/commands/CreateAIRecommendationJobCommand.d.ts +51 -0
  126. package/dist-types/ts3.4/commands/CreateAIWorkloadConfigCommand.d.ts +51 -0
  127. package/dist-types/ts3.4/commands/CreateActionCommand.d.ts +1 -1
  128. package/dist-types/ts3.4/commands/CreateAlgorithmCommand.d.ts +1 -1
  129. package/dist-types/ts3.4/commands/CreateAppCommand.d.ts +1 -1
  130. package/dist-types/ts3.4/commands/CreateAppImageConfigCommand.d.ts +1 -1
  131. package/dist-types/ts3.4/commands/CreateArtifactCommand.d.ts +1 -1
  132. package/dist-types/ts3.4/commands/CreateAutoMLJobCommand.d.ts +1 -1
  133. package/dist-types/ts3.4/commands/CreateAutoMLJobV2Command.d.ts +1 -1
  134. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +1 -1
  135. package/dist-types/ts3.4/commands/CreateClusterSchedulerConfigCommand.d.ts +4 -2
  136. package/dist-types/ts3.4/commands/CreatePartnerAppCommand.d.ts +1 -1
  137. package/dist-types/ts3.4/commands/CreatePartnerAppPresignedUrlCommand.d.ts +1 -1
  138. package/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +1 -1
  139. package/dist-types/ts3.4/commands/CreatePresignedDomainUrlCommand.d.ts +1 -1
  140. package/dist-types/ts3.4/commands/CreatePresignedMlflowAppUrlCommand.d.ts +1 -1
  141. package/dist-types/ts3.4/commands/CreatePresignedMlflowTrackingServerUrlCommand.d.ts +1 -1
  142. package/dist-types/ts3.4/commands/CreatePresignedNotebookInstanceUrlCommand.d.ts +1 -1
  143. package/dist-types/ts3.4/commands/CreateProcessingJobCommand.d.ts +1 -1
  144. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +1 -1
  145. package/dist-types/ts3.4/commands/DeleteAIBenchmarkJobCommand.d.ts +51 -0
  146. package/dist-types/ts3.4/commands/DeleteAIRecommendationJobCommand.d.ts +51 -0
  147. package/dist-types/ts3.4/commands/DeleteAIWorkloadConfigCommand.d.ts +51 -0
  148. package/dist-types/ts3.4/commands/DescribeAIBenchmarkJobCommand.d.ts +51 -0
  149. package/dist-types/ts3.4/commands/DescribeAIRecommendationJobCommand.d.ts +51 -0
  150. package/dist-types/ts3.4/commands/DescribeAIWorkloadConfigCommand.d.ts +51 -0
  151. package/dist-types/ts3.4/commands/DescribeInferenceRecommendationsJobCommand.d.ts +1 -1
  152. package/dist-types/ts3.4/commands/DescribeLabelingJobCommand.d.ts +1 -1
  153. package/dist-types/ts3.4/commands/DescribeLineageGroupCommand.d.ts +1 -1
  154. package/dist-types/ts3.4/commands/DescribeMlflowAppCommand.d.ts +1 -1
  155. package/dist-types/ts3.4/commands/DescribeMlflowTrackingServerCommand.d.ts +1 -1
  156. package/dist-types/ts3.4/commands/DescribeModelBiasJobDefinitionCommand.d.ts +1 -1
  157. package/dist-types/ts3.4/commands/DescribeModelCardCommand.d.ts +1 -1
  158. package/dist-types/ts3.4/commands/DescribeModelCardExportJobCommand.d.ts +1 -1
  159. package/dist-types/ts3.4/commands/DescribeModelCommand.d.ts +1 -1
  160. package/dist-types/ts3.4/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +1 -1
  161. package/dist-types/ts3.4/commands/DescribeModelPackageCommand.d.ts +1 -1
  162. package/dist-types/ts3.4/commands/DescribeModelPackageGroupCommand.d.ts +1 -1
  163. package/dist-types/ts3.4/commands/DescribeModelQualityJobDefinitionCommand.d.ts +1 -1
  164. package/dist-types/ts3.4/commands/DescribeMonitoringScheduleCommand.d.ts +1 -1
  165. package/dist-types/ts3.4/commands/DescribeNotebookInstanceCommand.d.ts +1 -1
  166. package/dist-types/ts3.4/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
  167. package/dist-types/ts3.4/commands/DescribeOptimizationJobCommand.d.ts +1 -1
  168. package/dist-types/ts3.4/commands/DescribePartnerAppCommand.d.ts +4 -2
  169. package/dist-types/ts3.4/commands/ListAIBenchmarkJobsCommand.d.ts +51 -0
  170. package/dist-types/ts3.4/commands/ListAIRecommendationJobsCommand.d.ts +51 -0
  171. package/dist-types/ts3.4/commands/ListAIWorkloadConfigsCommand.d.ts +51 -0
  172. package/dist-types/ts3.4/commands/ListModelCardVersionsCommand.d.ts +2 -4
  173. package/dist-types/ts3.4/commands/ListModelExplainabilityJobDefinitionsCommand.d.ts +1 -1
  174. package/dist-types/ts3.4/commands/ListModelMetadataCommand.d.ts +1 -1
  175. package/dist-types/ts3.4/commands/ListModelPackageGroupsCommand.d.ts +1 -1
  176. package/dist-types/ts3.4/commands/ListModelPackagesCommand.d.ts +1 -1
  177. package/dist-types/ts3.4/commands/ListModelQualityJobDefinitionsCommand.d.ts +1 -1
  178. package/dist-types/ts3.4/commands/ListModelsCommand.d.ts +1 -1
  179. package/dist-types/ts3.4/commands/ListMonitoringAlertHistoryCommand.d.ts +1 -1
  180. package/dist-types/ts3.4/commands/ListMonitoringAlertsCommand.d.ts +1 -1
  181. package/dist-types/ts3.4/commands/ListMonitoringExecutionsCommand.d.ts +1 -1
  182. package/dist-types/ts3.4/commands/ListMonitoringSchedulesCommand.d.ts +1 -1
  183. package/dist-types/ts3.4/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +1 -1
  184. package/dist-types/ts3.4/commands/ListNotebookInstancesCommand.d.ts +1 -1
  185. package/dist-types/ts3.4/commands/ListOptimizationJobsCommand.d.ts +1 -1
  186. package/dist-types/ts3.4/commands/ListPartnerAppsCommand.d.ts +1 -1
  187. package/dist-types/ts3.4/commands/ListPipelineExecutionStepsCommand.d.ts +4 -2
  188. package/dist-types/ts3.4/commands/ListPipelineExecutionsCommand.d.ts +1 -1
  189. package/dist-types/ts3.4/commands/SearchCommand.d.ts +2 -1
  190. package/dist-types/ts3.4/commands/StopAIBenchmarkJobCommand.d.ts +51 -0
  191. package/dist-types/ts3.4/commands/StopAIRecommendationJobCommand.d.ts +51 -0
  192. package/dist-types/ts3.4/commands/index.d.ts +14 -0
  193. package/dist-types/ts3.4/endpoint/bdd.d.ts +2 -0
  194. package/dist-types/ts3.4/index.d.ts +1 -0
  195. package/dist-types/ts3.4/models/enums.d.ts +123 -12
  196. package/dist-types/ts3.4/models/models_0.d.ts +218 -242
  197. package/dist-types/ts3.4/models/models_1.d.ts +296 -217
  198. package/dist-types/ts3.4/models/models_2.d.ts +303 -488
  199. package/dist-types/ts3.4/models/models_3.d.ts +535 -426
  200. package/dist-types/ts3.4/models/models_4.d.ts +431 -42
  201. package/dist-types/ts3.4/models/models_5.d.ts +24 -0
  202. package/dist-types/ts3.4/pagination/ListAIBenchmarkJobsPaginator.d.ts +11 -0
  203. package/dist-types/ts3.4/pagination/ListAIRecommendationJobsPaginator.d.ts +11 -0
  204. package/dist-types/ts3.4/pagination/ListAIWorkloadConfigsPaginator.d.ts +11 -0
  205. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  206. package/dist-types/ts3.4/schemas/schemas_0.d.ts +74 -0
  207. package/package.json +19 -19
  208. package/dist-cjs/endpoint/ruleset.js +0 -7
  209. package/dist-es/endpoint/ruleset.js +0 -4
  210. package/dist-types/endpoint/ruleset.d.ts +0 -2
  211. package/dist-types/ts3.4/endpoint/ruleset.d.ts +0 -2
@@ -0,0 +1,122 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateAIRecommendationJobRequest, CreateAIRecommendationJobResponse } from "../models/models_1";
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 CreateAIRecommendationJobCommand}.
14
+ */
15
+ export interface CreateAIRecommendationJobCommandInput extends CreateAIRecommendationJobRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link CreateAIRecommendationJobCommand}.
21
+ */
22
+ export interface CreateAIRecommendationJobCommandOutput extends CreateAIRecommendationJobResponse, __MetadataBearer {
23
+ }
24
+ declare const CreateAIRecommendationJobCommand_base: {
25
+ new (input: CreateAIRecommendationJobCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAIRecommendationJobCommandInput, CreateAIRecommendationJobCommandOutput, SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateAIRecommendationJobCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAIRecommendationJobCommandInput, CreateAIRecommendationJobCommandOutput, SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Creates a recommendation job that generates intelligent optimization recommendations for generative AI inference deployments. The job analyzes your model, workload configuration, and performance targets to recommend optimal instance types, model optimization techniques (such as quantization and speculative decoding), and deployment configurations.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { SageMakerClient, CreateAIRecommendationJobCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
35
+ * // const { SageMakerClient, CreateAIRecommendationJobCommand } = 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 = { // CreateAIRecommendationJobRequest
40
+ * AIRecommendationJobName: "STRING_VALUE", // required
41
+ * ModelSource: { // AIModelSource Union: only one key present
42
+ * S3: { // AIModelSourceS3
43
+ * S3Uri: "STRING_VALUE",
44
+ * },
45
+ * },
46
+ * OutputConfig: { // AIRecommendationOutputConfig
47
+ * S3OutputLocation: "STRING_VALUE",
48
+ * ModelPackageGroupIdentifier: "STRING_VALUE",
49
+ * },
50
+ * AIWorkloadConfigIdentifier: "STRING_VALUE", // required
51
+ * PerformanceTarget: { // AIRecommendationPerformanceTarget
52
+ * Constraints: [ // AIRecommendationConstraintList // required
53
+ * { // AIRecommendationConstraint
54
+ * Metric: "ttft-ms" || "throughput" || "cost", // required
55
+ * },
56
+ * ],
57
+ * },
58
+ * RoleArn: "STRING_VALUE", // required
59
+ * InferenceSpecification: { // AIRecommendationInferenceSpecification
60
+ * Framework: "LMI" || "VLLM",
61
+ * },
62
+ * OptimizeModel: true || false,
63
+ * ComputeSpec: { // AIRecommendationComputeSpec
64
+ * InstanceTypes: [ // AIRecommendationInstanceTypeList
65
+ * "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.g7e.2xlarge" || "ml.g7e.4xlarge" || "ml.g7e.8xlarge" || "ml.g7e.12xlarge" || "ml.g7e.24xlarge" || "ml.g7e.48xlarge" || "ml.p3.2xlarge" || "ml.p3.8xlarge" || "ml.p3.16xlarge" || "ml.p4d.24xlarge" || "ml.p4de.24xlarge" || "ml.p5.4xlarge" || "ml.p5.48xlarge" || "ml.p5e.48xlarge" || "ml.p5en.48xlarge",
66
+ * ],
67
+ * CapacityReservationConfig: { // AICapacityReservationConfig
68
+ * CapacityReservationPreference: "capacity-reservations-only",
69
+ * MlReservationArns: [ // AIMlReservationArnList
70
+ * "STRING_VALUE",
71
+ * ],
72
+ * },
73
+ * },
74
+ * Tags: [ // TagList
75
+ * { // Tag
76
+ * Key: "STRING_VALUE", // required
77
+ * Value: "STRING_VALUE", // required
78
+ * },
79
+ * ],
80
+ * };
81
+ * const command = new CreateAIRecommendationJobCommand(input);
82
+ * const response = await client.send(command);
83
+ * // { // CreateAIRecommendationJobResponse
84
+ * // AIRecommendationJobArn: "STRING_VALUE", // required
85
+ * // };
86
+ *
87
+ * ```
88
+ *
89
+ * @param CreateAIRecommendationJobCommandInput - {@link CreateAIRecommendationJobCommandInput}
90
+ * @returns {@link CreateAIRecommendationJobCommandOutput}
91
+ * @see {@link CreateAIRecommendationJobCommandInput} for command's `input` shape.
92
+ * @see {@link CreateAIRecommendationJobCommandOutput} for command's `response` shape.
93
+ * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
94
+ *
95
+ * @throws {@link ResourceInUse} (client fault)
96
+ * <p>Resource being accessed is in use.</p>
97
+ *
98
+ * @throws {@link ResourceLimitExceeded} (client fault)
99
+ * <p> You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created. </p>
100
+ *
101
+ * @throws {@link ResourceNotFound} (client fault)
102
+ * <p>Resource being access is not found.</p>
103
+ *
104
+ * @throws {@link SageMakerServiceException}
105
+ * <p>Base exception class for all service exceptions from SageMaker service.</p>
106
+ *
107
+ *
108
+ * @public
109
+ */
110
+ export declare class CreateAIRecommendationJobCommand extends CreateAIRecommendationJobCommand_base {
111
+ /** @internal type navigation helper, not in runtime. */
112
+ protected static __types: {
113
+ api: {
114
+ input: CreateAIRecommendationJobRequest;
115
+ output: CreateAIRecommendationJobResponse;
116
+ };
117
+ sdk: {
118
+ input: CreateAIRecommendationJobCommandInput;
119
+ output: CreateAIRecommendationJobCommandOutput;
120
+ };
121
+ };
122
+ }
@@ -0,0 +1,103 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { CreateAIWorkloadConfigRequest, CreateAIWorkloadConfigResponse } from "../models/models_1";
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 CreateAIWorkloadConfigCommand}.
14
+ */
15
+ export interface CreateAIWorkloadConfigCommandInput extends CreateAIWorkloadConfigRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link CreateAIWorkloadConfigCommand}.
21
+ */
22
+ export interface CreateAIWorkloadConfigCommandOutput extends CreateAIWorkloadConfigResponse, __MetadataBearer {
23
+ }
24
+ declare const CreateAIWorkloadConfigCommand_base: {
25
+ new (input: CreateAIWorkloadConfigCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAIWorkloadConfigCommandInput, CreateAIWorkloadConfigCommandOutput, SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: CreateAIWorkloadConfigCommandInput): import("@smithy/smithy-client").CommandImpl<CreateAIWorkloadConfigCommandInput, CreateAIWorkloadConfigCommandOutput, SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Creates a reusable AI workload configuration that defines datasets, data sources, and benchmark tool settings for consistent performance testing of generative AI inference deployments on Amazon SageMaker AI.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { SageMakerClient, CreateAIWorkloadConfigCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
35
+ * // const { SageMakerClient, CreateAIWorkloadConfigCommand } = 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 = { // CreateAIWorkloadConfigRequest
40
+ * AIWorkloadConfigName: "STRING_VALUE", // required
41
+ * DatasetConfig: { // AIDatasetConfig Union: only one key present
42
+ * InputDataConfig: [ // AIWorkloadInputDataConfigList
43
+ * { // AIWorkloadInputDataConfig
44
+ * ChannelName: "STRING_VALUE", // required
45
+ * DataSource: { // AIWorkloadDataSource
46
+ * S3DataSource: { // AIWorkloadS3DataSource
47
+ * S3Uri: "STRING_VALUE", // required
48
+ * },
49
+ * },
50
+ * },
51
+ * ],
52
+ * },
53
+ * AIWorkloadConfigs: { // AIWorkloadConfigs
54
+ * WorkloadSpec: { // WorkloadSpec Union: only one key present
55
+ * Inline: "STRING_VALUE",
56
+ * },
57
+ * },
58
+ * Tags: [ // TagList
59
+ * { // Tag
60
+ * Key: "STRING_VALUE", // required
61
+ * Value: "STRING_VALUE", // required
62
+ * },
63
+ * ],
64
+ * };
65
+ * const command = new CreateAIWorkloadConfigCommand(input);
66
+ * const response = await client.send(command);
67
+ * // { // CreateAIWorkloadConfigResponse
68
+ * // AIWorkloadConfigArn: "STRING_VALUE", // required
69
+ * // };
70
+ *
71
+ * ```
72
+ *
73
+ * @param CreateAIWorkloadConfigCommandInput - {@link CreateAIWorkloadConfigCommandInput}
74
+ * @returns {@link CreateAIWorkloadConfigCommandOutput}
75
+ * @see {@link CreateAIWorkloadConfigCommandInput} for command's `input` shape.
76
+ * @see {@link CreateAIWorkloadConfigCommandOutput} for command's `response` shape.
77
+ * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
78
+ *
79
+ * @throws {@link ResourceInUse} (client fault)
80
+ * <p>Resource being accessed is in use.</p>
81
+ *
82
+ * @throws {@link ResourceLimitExceeded} (client fault)
83
+ * <p> You have exceeded an SageMaker resource limit. For example, you might have too many training jobs created. </p>
84
+ *
85
+ * @throws {@link SageMakerServiceException}
86
+ * <p>Base exception class for all service exceptions from SageMaker service.</p>
87
+ *
88
+ *
89
+ * @public
90
+ */
91
+ export declare class CreateAIWorkloadConfigCommand extends CreateAIWorkloadConfigCommand_base {
92
+ /** @internal type navigation helper, not in runtime. */
93
+ protected static __types: {
94
+ api: {
95
+ input: CreateAIWorkloadConfigRequest;
96
+ output: CreateAIWorkloadConfigResponse;
97
+ };
98
+ sdk: {
99
+ input: CreateAIWorkloadConfigCommandInput;
100
+ output: CreateAIWorkloadConfigCommandOutput;
101
+ };
102
+ };
103
+ }
@@ -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 { CreateActionRequest, CreateActionResponse } from "../models/models_0";
3
+ import type { CreateActionRequest, CreateActionResponse } from "../models/models_1";
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 { CreateAlgorithmInput, CreateAlgorithmOutput } from "../models/models_0";
3
+ import type { CreateAlgorithmInput, CreateAlgorithmOutput } from "../models/models_1";
4
4
  import type { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
5
  /**
6
6
  * @public
@@ -139,6 +139,25 @@ declare const CreateAlgorithmCommand_base: {
139
139
  * Framework: "STRING_VALUE",
140
140
  * FrameworkVersion: "STRING_VALUE",
141
141
  * NearestModelName: "STRING_VALUE",
142
+ * AdditionalModelDataSources: [ // AdditionalModelDataSources
143
+ * { // AdditionalModelDataSource
144
+ * ChannelName: "STRING_VALUE", // required
145
+ * S3DataSource: {
146
+ * S3Uri: "STRING_VALUE", // required
147
+ * S3DataType: "S3Prefix" || "S3Object", // required
148
+ * CompressionType: "None" || "Gzip", // required
149
+ * ModelAccessConfig: {
150
+ * AcceptEula: true || false, // required
151
+ * },
152
+ * HubAccessConfig: {
153
+ * HubContentArn: "STRING_VALUE", // required
154
+ * },
155
+ * ManifestS3Uri: "STRING_VALUE",
156
+ * ETag: "STRING_VALUE",
157
+ * ManifestEtag: "STRING_VALUE",
158
+ * },
159
+ * },
160
+ * ],
142
161
  * AdditionalS3DataSource: {
143
162
  * S3DataType: "S3Object" || "S3Prefix", // required
144
163
  * S3Uri: "STRING_VALUE", // required
@@ -191,9 +210,7 @@ declare const CreateAlgorithmCommand_base: {
191
210
  * InstanceGroupNames: [ // InstanceGroupNames
192
211
  * "STRING_VALUE",
193
212
  * ],
194
- * ModelAccessConfig: {
195
- * AcceptEula: true || false, // required
196
- * },
213
+ * ModelAccessConfig: "<ModelAccessConfig>",
197
214
  * HubAccessConfig: { // HubAccessConfig
198
215
  * HubContentArn: "STRING_VALUE", // required
199
216
  * },
@@ -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 { CreateAppRequest, CreateAppResponse } from "../models/models_0";
3
+ import type { CreateAppRequest, CreateAppResponse } from "../models/models_1";
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 { CreateAppImageConfigRequest, CreateAppImageConfigResponse } from "../models/models_0";
3
+ import type { CreateAppImageConfigRequest, CreateAppImageConfigResponse } from "../models/models_1";
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 { CreateArtifactRequest, CreateArtifactResponse } from "../models/models_0";
3
+ import type { CreateArtifactRequest, CreateArtifactResponse } from "../models/models_1";
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 { CreateAutoMLJobRequest, CreateAutoMLJobResponse } from "../models/models_0";
3
+ import type { CreateAutoMLJobRequest, CreateAutoMLJobResponse } from "../models/models_1";
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 { CreateAutoMLJobV2Request, CreateAutoMLJobV2Response } from "../models/models_0";
3
+ import type { CreateAutoMLJobV2Request, CreateAutoMLJobV2Response } from "../models/models_1";
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 { CreateClusterRequest, CreateClusterResponse } from "../models/models_0";
3
+ import type { CreateClusterRequest, CreateClusterResponse } from "../models/models_1";
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 { CreateClusterSchedulerConfigRequest } from "../models/models_0";
4
- import type { CreateClusterSchedulerConfigResponse } from "../models/models_1";
3
+ import type { CreateClusterSchedulerConfigRequest, CreateClusterSchedulerConfigResponse } from "../models/models_1";
5
4
  import type { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
6
5
  /**
7
6
  * @public
@@ -74,6 +74,25 @@ declare const CreateModelPackageCommand_base: {
74
74
  * Framework: "STRING_VALUE",
75
75
  * FrameworkVersion: "STRING_VALUE",
76
76
  * NearestModelName: "STRING_VALUE",
77
+ * AdditionalModelDataSources: [ // AdditionalModelDataSources
78
+ * { // AdditionalModelDataSource
79
+ * ChannelName: "STRING_VALUE", // required
80
+ * S3DataSource: {
81
+ * S3Uri: "STRING_VALUE", // required
82
+ * S3DataType: "S3Prefix" || "S3Object", // required
83
+ * CompressionType: "None" || "Gzip", // required
84
+ * ModelAccessConfig: {
85
+ * AcceptEula: true || false, // required
86
+ * },
87
+ * HubAccessConfig: {
88
+ * HubContentArn: "STRING_VALUE", // required
89
+ * },
90
+ * ManifestS3Uri: "STRING_VALUE",
91
+ * ETag: "STRING_VALUE",
92
+ * ManifestEtag: "STRING_VALUE",
93
+ * },
94
+ * },
95
+ * ],
77
96
  * AdditionalS3DataSource: { // AdditionalS3DataSource
78
97
  * S3DataType: "S3Object" || "S3Prefix", // required
79
98
  * S3Uri: "STRING_VALUE", // required
@@ -288,6 +307,12 @@ declare const CreateModelPackageCommand_base: {
288
307
  * Framework: "STRING_VALUE",
289
308
  * FrameworkVersion: "STRING_VALUE",
290
309
  * NearestModelName: "STRING_VALUE",
310
+ * AdditionalModelDataSources: [
311
+ * {
312
+ * ChannelName: "STRING_VALUE", // required
313
+ * S3DataSource: "<S3ModelDataSource>", // required
314
+ * },
315
+ * ],
291
316
  * AdditionalS3DataSource: {
292
317
  * S3DataType: "S3Object" || "S3Prefix", // required
293
318
  * S3Uri: "STRING_VALUE", // required
@@ -50,7 +50,7 @@ declare const CreateOptimizationJobCommand_base: {
50
50
  * ModelName: "STRING_VALUE",
51
51
  * },
52
52
  * },
53
- * 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
53
+ * 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
54
54
  * MaxInstanceCount: Number("int"),
55
55
  * OptimizationEnvironment: { // OptimizationJobEnvironmentVariables
56
56
  * "<keys>": "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 { CreatePartnerAppRequest, CreatePartnerAppResponse } from "../models/models_1";
3
+ import type { CreatePartnerAppRequest, CreatePartnerAppResponse } from "../models/models_2";
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 { CreatePartnerAppPresignedUrlRequest, CreatePartnerAppPresignedUrlResponse } from "../models/models_1";
3
+ import type { CreatePartnerAppPresignedUrlRequest, CreatePartnerAppPresignedUrlResponse } from "../models/models_2";
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 { CreatePipelineRequest, CreatePipelineResponse } from "../models/models_1";
3
+ import type { CreatePipelineRequest, CreatePipelineResponse } from "../models/models_2";
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 { CreatePresignedDomainUrlRequest, CreatePresignedDomainUrlResponse } from "../models/models_1";
3
+ import type { CreatePresignedDomainUrlRequest, CreatePresignedDomainUrlResponse } from "../models/models_2";
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 { CreatePresignedMlflowAppUrlRequest, CreatePresignedMlflowAppUrlResponse } from "../models/models_1";
3
+ import type { CreatePresignedMlflowAppUrlRequest, CreatePresignedMlflowAppUrlResponse } from "../models/models_2";
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 { CreatePresignedMlflowTrackingServerUrlRequest, CreatePresignedMlflowTrackingServerUrlResponse } from "../models/models_1";
3
+ import type { CreatePresignedMlflowTrackingServerUrlRequest, CreatePresignedMlflowTrackingServerUrlResponse } from "../models/models_2";
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 { CreatePresignedNotebookInstanceUrlInput, CreatePresignedNotebookInstanceUrlOutput } from "../models/models_1";
3
+ import type { CreatePresignedNotebookInstanceUrlInput, CreatePresignedNotebookInstanceUrlOutput } from "../models/models_2";
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 { CreateProcessingJobRequest, CreateProcessingJobResponse } from "../models/models_1";
3
+ import type { CreateProcessingJobRequest, CreateProcessingJobResponse } from "../models/models_2";
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 { CreateProjectInput, CreateProjectOutput } from "../models/models_1";
3
+ import type { CreateProjectInput, CreateProjectOutput } from "../models/models_2";
4
4
  import type { SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../SageMakerClient";
5
5
  /**
6
6
  * @public
@@ -0,0 +1,77 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeleteAIBenchmarkJobRequest, DeleteAIBenchmarkJobResponse } from "../models/models_2";
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 DeleteAIBenchmarkJobCommand}.
14
+ */
15
+ export interface DeleteAIBenchmarkJobCommandInput extends DeleteAIBenchmarkJobRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link DeleteAIBenchmarkJobCommand}.
21
+ */
22
+ export interface DeleteAIBenchmarkJobCommandOutput extends DeleteAIBenchmarkJobResponse, __MetadataBearer {
23
+ }
24
+ declare const DeleteAIBenchmarkJobCommand_base: {
25
+ new (input: DeleteAIBenchmarkJobCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAIBenchmarkJobCommandInput, DeleteAIBenchmarkJobCommandOutput, SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteAIBenchmarkJobCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAIBenchmarkJobCommandInput, DeleteAIBenchmarkJobCommandOutput, SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Deletes the specified AI benchmark job.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { SageMakerClient, DeleteAIBenchmarkJobCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
35
+ * // const { SageMakerClient, DeleteAIBenchmarkJobCommand } = 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 = { // DeleteAIBenchmarkJobRequest
40
+ * AIBenchmarkJobName: "STRING_VALUE", // required
41
+ * };
42
+ * const command = new DeleteAIBenchmarkJobCommand(input);
43
+ * const response = await client.send(command);
44
+ * // { // DeleteAIBenchmarkJobResponse
45
+ * // AIBenchmarkJobArn: "STRING_VALUE",
46
+ * // };
47
+ *
48
+ * ```
49
+ *
50
+ * @param DeleteAIBenchmarkJobCommandInput - {@link DeleteAIBenchmarkJobCommandInput}
51
+ * @returns {@link DeleteAIBenchmarkJobCommandOutput}
52
+ * @see {@link DeleteAIBenchmarkJobCommandInput} for command's `input` shape.
53
+ * @see {@link DeleteAIBenchmarkJobCommandOutput} for command's `response` shape.
54
+ * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
55
+ *
56
+ * @throws {@link ResourceNotFound} (client fault)
57
+ * <p>Resource being access is not found.</p>
58
+ *
59
+ * @throws {@link SageMakerServiceException}
60
+ * <p>Base exception class for all service exceptions from SageMaker service.</p>
61
+ *
62
+ *
63
+ * @public
64
+ */
65
+ export declare class DeleteAIBenchmarkJobCommand extends DeleteAIBenchmarkJobCommand_base {
66
+ /** @internal type navigation helper, not in runtime. */
67
+ protected static __types: {
68
+ api: {
69
+ input: DeleteAIBenchmarkJobRequest;
70
+ output: DeleteAIBenchmarkJobResponse;
71
+ };
72
+ sdk: {
73
+ input: DeleteAIBenchmarkJobCommandInput;
74
+ output: DeleteAIBenchmarkJobCommandOutput;
75
+ };
76
+ };
77
+ }
@@ -0,0 +1,77 @@
1
+ import { Command as $Command } from "@smithy/smithy-client";
2
+ import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
3
+ import type { DeleteAIRecommendationJobRequest, DeleteAIRecommendationJobResponse } from "../models/models_2";
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 DeleteAIRecommendationJobCommand}.
14
+ */
15
+ export interface DeleteAIRecommendationJobCommandInput extends DeleteAIRecommendationJobRequest {
16
+ }
17
+ /**
18
+ * @public
19
+ *
20
+ * The output of {@link DeleteAIRecommendationJobCommand}.
21
+ */
22
+ export interface DeleteAIRecommendationJobCommandOutput extends DeleteAIRecommendationJobResponse, __MetadataBearer {
23
+ }
24
+ declare const DeleteAIRecommendationJobCommand_base: {
25
+ new (input: DeleteAIRecommendationJobCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAIRecommendationJobCommandInput, DeleteAIRecommendationJobCommandOutput, SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
26
+ new (input: DeleteAIRecommendationJobCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteAIRecommendationJobCommandInput, DeleteAIRecommendationJobCommandOutput, SageMakerClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
27
+ getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
28
+ };
29
+ /**
30
+ * <p>Deletes the specified AI recommendation job.</p>
31
+ * @example
32
+ * Use a bare-bones client and the command you need to make an API call.
33
+ * ```javascript
34
+ * import { SageMakerClient, DeleteAIRecommendationJobCommand } from "@aws-sdk/client-sagemaker"; // ES Modules import
35
+ * // const { SageMakerClient, DeleteAIRecommendationJobCommand } = 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 = { // DeleteAIRecommendationJobRequest
40
+ * AIRecommendationJobName: "STRING_VALUE", // required
41
+ * };
42
+ * const command = new DeleteAIRecommendationJobCommand(input);
43
+ * const response = await client.send(command);
44
+ * // { // DeleteAIRecommendationJobResponse
45
+ * // AIRecommendationJobArn: "STRING_VALUE",
46
+ * // };
47
+ *
48
+ * ```
49
+ *
50
+ * @param DeleteAIRecommendationJobCommandInput - {@link DeleteAIRecommendationJobCommandInput}
51
+ * @returns {@link DeleteAIRecommendationJobCommandOutput}
52
+ * @see {@link DeleteAIRecommendationJobCommandInput} for command's `input` shape.
53
+ * @see {@link DeleteAIRecommendationJobCommandOutput} for command's `response` shape.
54
+ * @see {@link SageMakerClientResolvedConfig | config} for SageMakerClient's `config` shape.
55
+ *
56
+ * @throws {@link ResourceNotFound} (client fault)
57
+ * <p>Resource being access is not found.</p>
58
+ *
59
+ * @throws {@link SageMakerServiceException}
60
+ * <p>Base exception class for all service exceptions from SageMaker service.</p>
61
+ *
62
+ *
63
+ * @public
64
+ */
65
+ export declare class DeleteAIRecommendationJobCommand extends DeleteAIRecommendationJobCommand_base {
66
+ /** @internal type navigation helper, not in runtime. */
67
+ protected static __types: {
68
+ api: {
69
+ input: DeleteAIRecommendationJobRequest;
70
+ output: DeleteAIRecommendationJobResponse;
71
+ };
72
+ sdk: {
73
+ input: DeleteAIRecommendationJobCommandInput;
74
+ output: DeleteAIRecommendationJobCommandOutput;
75
+ };
76
+ };
77
+ }