@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
@@ -0,0 +1,74 @@
1
+ import type { BooleanOperator, CrossAccountFilterOption, ResourceType, SearchSortOrder } from "./enums";
2
+ import type { Filter } from "./models_3";
3
+ import type { NestedFilters, VisibilityConditions } from "./models_4";
4
+ /**
5
+ * <p>A multi-expression that searches for the specified resource or resources in a search. All resource objects that satisfy the expression's condition are included in the search results. You must specify at least one subexpression, filter, or nested filter. A <code>SearchExpression</code> can contain up to twenty elements.</p> <p>A <code>SearchExpression</code> contains the following components:</p> <ul> <li> <p>A list of <code>Filter</code> objects. Each filter defines a simple Boolean expression comprised of a resource property name, Boolean operator, and value.</p> </li> <li> <p>A list of <code>NestedFilter</code> objects. Each nested filter defines a list of Boolean expressions using a list of resource properties. A nested filter is satisfied if a single object in the list satisfies all Boolean expressions.</p> </li> <li> <p>A list of <code>SearchExpression</code> objects. A search expression object can be nested in a list of search expression objects.</p> </li> <li> <p>A Boolean operator: <code>And</code> or <code>Or</code>.</p> </li> </ul>
6
+ * @public
7
+ */
8
+ export interface SearchExpression {
9
+ /**
10
+ * <p>A list of filter objects.</p>
11
+ * @public
12
+ */
13
+ Filters?: Filter[] | undefined;
14
+ /**
15
+ * <p>A list of nested filter objects.</p>
16
+ * @public
17
+ */
18
+ NestedFilters?: NestedFilters[] | undefined;
19
+ /**
20
+ * <p>A list of search expression objects.</p>
21
+ * @public
22
+ */
23
+ SubExpressions?: SearchExpression[] | undefined;
24
+ /**
25
+ * <p>A Boolean operator used to evaluate the search expression. If you want every conditional statement in all lists to be satisfied for the entire search expression to be true, specify <code>And</code>. If only a single conditional statement needs to be true for the entire search expression to be true, specify <code>Or</code>. The default value is <code>And</code>.</p>
26
+ * @public
27
+ */
28
+ Operator?: BooleanOperator | undefined;
29
+ }
30
+ /**
31
+ * @public
32
+ */
33
+ export interface SearchRequest {
34
+ /**
35
+ * <p>The name of the SageMaker resource to search for.</p>
36
+ * @public
37
+ */
38
+ Resource: ResourceType | undefined;
39
+ /**
40
+ * <p>A Boolean conditional statement. Resources must satisfy this condition to be included in search results. You must provide at least one subexpression, filter, or nested filter. The maximum number of recursive <code>SubExpressions</code>, <code>NestedFilters</code>, and <code>Filters</code> that can be included in a <code>SearchExpression</code> object is 50.</p>
41
+ * @public
42
+ */
43
+ SearchExpression?: SearchExpression | undefined;
44
+ /**
45
+ * <p>The name of the resource property used to sort the <code>SearchResults</code>. The default is <code>LastModifiedTime</code>.</p>
46
+ * @public
47
+ */
48
+ SortBy?: string | undefined;
49
+ /**
50
+ * <p>How <code>SearchResults</code> are ordered. Valid values are <code>Ascending</code> or <code>Descending</code>. The default is <code>Descending</code>.</p>
51
+ * @public
52
+ */
53
+ SortOrder?: SearchSortOrder | undefined;
54
+ /**
55
+ * <p>If more than <code>MaxResults</code> resources match the specified <code>SearchExpression</code>, the response includes a <code>NextToken</code>. The <code>NextToken</code> can be passed to the next <code>SearchRequest</code> to continue retrieving results.</p>
56
+ * @public
57
+ */
58
+ NextToken?: string | undefined;
59
+ /**
60
+ * <p>The maximum number of results to return.</p>
61
+ * @public
62
+ */
63
+ MaxResults?: number | undefined;
64
+ /**
65
+ * <p> A cross account filter option. When the value is <code>"CrossAccount"</code> the search results will only include resources made discoverable to you from other accounts. When the value is <code>"SameAccount"</code> or <code>null</code> the search results will only include resources from your account. Default is <code>null</code>. For more information on searching for resources made discoverable to your account, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/feature-store-cross-account-discoverability-use.html"> Search discoverable resources</a> in the SageMaker Developer Guide. The maximum number of <code>ResourceCatalog</code>s viewable is 1000. </p>
66
+ * @public
67
+ */
68
+ CrossAccountFilterOption?: CrossAccountFilterOption | undefined;
69
+ /**
70
+ * <p> Limits the results of your search request to the resources that you can access. </p>
71
+ * @public
72
+ */
73
+ VisibilityConditions?: VisibilityConditions[] | undefined;
74
+ }
@@ -0,0 +1,7 @@
1
+ import type { Paginator } from "@smithy/types";
2
+ import { ListAIBenchmarkJobsCommandInput, ListAIBenchmarkJobsCommandOutput } from "../commands/ListAIBenchmarkJobsCommand";
3
+ import type { SageMakerPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListAIBenchmarkJobs: (config: SageMakerPaginationConfiguration, input: ListAIBenchmarkJobsCommandInput, ...rest: any[]) => Paginator<ListAIBenchmarkJobsCommandOutput>;
@@ -0,0 +1,7 @@
1
+ import type { Paginator } from "@smithy/types";
2
+ import { ListAIRecommendationJobsCommandInput, ListAIRecommendationJobsCommandOutput } from "../commands/ListAIRecommendationJobsCommand";
3
+ import type { SageMakerPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListAIRecommendationJobs: (config: SageMakerPaginationConfiguration, input: ListAIRecommendationJobsCommandInput, ...rest: any[]) => Paginator<ListAIRecommendationJobsCommandOutput>;
@@ -0,0 +1,7 @@
1
+ import type { Paginator } from "@smithy/types";
2
+ import { ListAIWorkloadConfigsCommandInput, ListAIWorkloadConfigsCommandOutput } from "../commands/ListAIWorkloadConfigsCommand";
3
+ import type { SageMakerPaginationConfiguration } from "./Interfaces";
4
+ /**
5
+ * @public
6
+ */
7
+ export declare const paginateListAIWorkloadConfigs: (config: SageMakerPaginationConfiguration, input: ListAIWorkloadConfigsCommandInput, ...rest: any[]) => Paginator<ListAIWorkloadConfigsCommandOutput>;
@@ -2,6 +2,9 @@ export * from "./Interfaces";
2
2
  export * from "./CreateHubContentPresignedUrlsPaginator";
3
3
  export * from "./DescribeTrainingPlanExtensionHistoryPaginator";
4
4
  export * from "./ListActionsPaginator";
5
+ export * from "./ListAIBenchmarkJobsPaginator";
6
+ export * from "./ListAIRecommendationJobsPaginator";
7
+ export * from "./ListAIWorkloadConfigsPaginator";
5
8
  export * from "./ListAlgorithmsPaginator";
6
9
  export * from "./ListAliasesPaginator";
7
10
  export * from "./ListAppImageConfigsPaginator";
@@ -24,6 +24,34 @@ export declare var AdditionalS3DataSource$: StaticStructureSchema;
24
24
  export declare var AddTagsInput$: StaticStructureSchema;
25
25
  export declare var AddTagsOutput$: StaticStructureSchema;
26
26
  export declare var AgentVersion$: StaticStructureSchema;
27
+ export declare var AIBenchmarkEndpoint$: StaticStructureSchema;
28
+ export declare var AIBenchmarkInferenceComponent$: StaticStructureSchema;
29
+ export declare var AIBenchmarkJobSummary$: StaticStructureSchema;
30
+ export declare var AIBenchmarkNetworkConfig$: StaticStructureSchema;
31
+ export declare var AIBenchmarkOutputConfig$: StaticStructureSchema;
32
+ export declare var AIBenchmarkOutputResult$: StaticStructureSchema;
33
+ export declare var AICapacityReservationConfig$: StaticStructureSchema;
34
+ export declare var AICloudWatchLogs$: StaticStructureSchema;
35
+ export declare var AIModelSourceS3$: StaticStructureSchema;
36
+ export declare var AIRecommendation$: StaticStructureSchema;
37
+ export declare var AIRecommendationComputeSpec$: StaticStructureSchema;
38
+ export declare var AIRecommendationConstraint$: StaticStructureSchema;
39
+ export declare var AIRecommendationDeploymentConfiguration$: StaticStructureSchema;
40
+ export declare var AIRecommendationDeploymentS3Channel$: StaticStructureSchema;
41
+ export declare var AIRecommendationInferenceSpecification$: StaticStructureSchema;
42
+ export declare var AIRecommendationInstanceDetail$: StaticStructureSchema;
43
+ export declare var AIRecommendationJobSummary$: StaticStructureSchema;
44
+ export declare var AIRecommendationModelDetails$: StaticStructureSchema;
45
+ export declare var AIRecommendationOptimizationDetail$: StaticStructureSchema;
46
+ export declare var AIRecommendationOutputConfig$: StaticStructureSchema;
47
+ export declare var AIRecommendationOutputResult$: StaticStructureSchema;
48
+ export declare var AIRecommendationPerformanceMetric$: StaticStructureSchema;
49
+ export declare var AIRecommendationPerformanceTarget$: StaticStructureSchema;
50
+ export declare var AIWorkloadConfigs$: StaticStructureSchema;
51
+ export declare var AIWorkloadConfigSummary$: StaticStructureSchema;
52
+ export declare var AIWorkloadDataSource$: StaticStructureSchema;
53
+ export declare var AIWorkloadInputDataConfig$: StaticStructureSchema;
54
+ export declare var AIWorkloadS3DataSource$: StaticStructureSchema;
27
55
  export declare var Alarm$: StaticStructureSchema;
28
56
  export declare var AlarmDetails$: StaticStructureSchema;
29
57
  export declare var AlgorithmSpecification$: StaticStructureSchema;
@@ -196,6 +224,12 @@ export declare var ContinuousParameterRangeSpecification$: StaticStructureSchema
196
224
  export declare var ConvergenceDetected$: StaticStructureSchema;
197
225
  export declare var CreateActionRequest$: StaticStructureSchema;
198
226
  export declare var CreateActionResponse$: StaticStructureSchema;
227
+ export declare var CreateAIBenchmarkJobRequest$: StaticStructureSchema;
228
+ export declare var CreateAIBenchmarkJobResponse$: StaticStructureSchema;
229
+ export declare var CreateAIRecommendationJobRequest$: StaticStructureSchema;
230
+ export declare var CreateAIRecommendationJobResponse$: StaticStructureSchema;
231
+ export declare var CreateAIWorkloadConfigRequest$: StaticStructureSchema;
232
+ export declare var CreateAIWorkloadConfigResponse$: StaticStructureSchema;
199
233
  export declare var CreateAlgorithmInput$: StaticStructureSchema;
200
234
  export declare var CreateAlgorithmOutput$: StaticStructureSchema;
201
235
  export declare var CreateAppImageConfigRequest$: StaticStructureSchema;
@@ -349,6 +383,12 @@ export declare var DefaultSpaceSettings$: StaticStructureSchema;
349
383
  export declare var DefaultSpaceStorageSettings$: StaticStructureSchema;
350
384
  export declare var DeleteActionRequest$: StaticStructureSchema;
351
385
  export declare var DeleteActionResponse$: StaticStructureSchema;
386
+ export declare var DeleteAIBenchmarkJobRequest$: StaticStructureSchema;
387
+ export declare var DeleteAIBenchmarkJobResponse$: StaticStructureSchema;
388
+ export declare var DeleteAIRecommendationJobRequest$: StaticStructureSchema;
389
+ export declare var DeleteAIRecommendationJobResponse$: StaticStructureSchema;
390
+ export declare var DeleteAIWorkloadConfigRequest$: StaticStructureSchema;
391
+ export declare var DeleteAIWorkloadConfigResponse$: StaticStructureSchema;
352
392
  export declare var DeleteAlgorithmInput$: StaticStructureSchema;
353
393
  export declare var DeleteAppImageConfigRequest$: StaticStructureSchema;
354
394
  export declare var DeleteAppRequest$: StaticStructureSchema;
@@ -435,6 +475,12 @@ export declare var DeregisterDevicesRequest$: StaticStructureSchema;
435
475
  export declare var DerivedInformation$: StaticStructureSchema;
436
476
  export declare var DescribeActionRequest$: StaticStructureSchema;
437
477
  export declare var DescribeActionResponse$: StaticStructureSchema;
478
+ export declare var DescribeAIBenchmarkJobRequest$: StaticStructureSchema;
479
+ export declare var DescribeAIBenchmarkJobResponse$: StaticStructureSchema;
480
+ export declare var DescribeAIRecommendationJobRequest$: StaticStructureSchema;
481
+ export declare var DescribeAIRecommendationJobResponse$: StaticStructureSchema;
482
+ export declare var DescribeAIWorkloadConfigRequest$: StaticStructureSchema;
483
+ export declare var DescribeAIWorkloadConfigResponse$: StaticStructureSchema;
438
484
  export declare var DescribeAlgorithmInput$: StaticStructureSchema;
439
485
  export declare var DescribeAlgorithmOutput$: StaticStructureSchema;
440
486
  export declare var DescribeAppImageConfigRequest$: StaticStructureSchema;
@@ -780,6 +826,12 @@ export declare var LineageGroupSummary$: StaticStructureSchema;
780
826
  export declare var LineageMetadata$: StaticStructureSchema;
781
827
  export declare var ListActionsRequest$: StaticStructureSchema;
782
828
  export declare var ListActionsResponse$: StaticStructureSchema;
829
+ export declare var ListAIBenchmarkJobsRequest$: StaticStructureSchema;
830
+ export declare var ListAIBenchmarkJobsResponse$: StaticStructureSchema;
831
+ export declare var ListAIRecommendationJobsRequest$: StaticStructureSchema;
832
+ export declare var ListAIRecommendationJobsResponse$: StaticStructureSchema;
833
+ export declare var ListAIWorkloadConfigsRequest$: StaticStructureSchema;
834
+ export declare var ListAIWorkloadConfigsResponse$: StaticStructureSchema;
783
835
  export declare var ListAlgorithmsInput$: StaticStructureSchema;
784
836
  export declare var ListAlgorithmsOutput$: StaticStructureSchema;
785
837
  export declare var ListAliasesRequest$: StaticStructureSchema;
@@ -1246,6 +1298,10 @@ export declare var StartPipelineExecutionRequest$: StaticStructureSchema;
1246
1298
  export declare var StartPipelineExecutionResponse$: StaticStructureSchema;
1247
1299
  export declare var StartSessionRequest$: StaticStructureSchema;
1248
1300
  export declare var StartSessionResponse$: StaticStructureSchema;
1301
+ export declare var StopAIBenchmarkJobRequest$: StaticStructureSchema;
1302
+ export declare var StopAIBenchmarkJobResponse$: StaticStructureSchema;
1303
+ export declare var StopAIRecommendationJobRequest$: StaticStructureSchema;
1304
+ export declare var StopAIRecommendationJobResponse$: StaticStructureSchema;
1249
1305
  export declare var StopAutoMLJobRequest$: StaticStructureSchema;
1250
1306
  export declare var StopCompilationJobRequest$: StaticStructureSchema;
1251
1307
  export declare var StopEdgeDeploymentStageRequest$: StaticStructureSchema;
@@ -1442,6 +1498,9 @@ export declare var WorkforceVpcConfigRequest$: StaticStructureSchema;
1442
1498
  export declare var WorkforceVpcConfigResponse$: StaticStructureSchema;
1443
1499
  export declare var WorkspaceSettings$: StaticStructureSchema;
1444
1500
  export declare var Workteam$: StaticStructureSchema;
1501
+ export declare var AIBenchmarkTarget$: StaticUnionSchema;
1502
+ export declare var AIDatasetConfig$: StaticUnionSchema;
1503
+ export declare var AIModelSource$: StaticUnionSchema;
1445
1504
  export declare var AutoMLProblemTypeConfig$: StaticUnionSchema;
1446
1505
  export declare var AutoMLProblemTypeResolvedAttributes$: StaticUnionSchema;
1447
1506
  export declare var ClusterInstanceStorageConfig$: StaticUnionSchema;
@@ -1453,6 +1512,7 @@ export declare var MetricSpecification$: StaticUnionSchema;
1453
1512
  export declare var OptimizationConfig$: StaticUnionSchema;
1454
1513
  export declare var ScalingPolicy$: StaticUnionSchema;
1455
1514
  export declare var TrialComponentParameterValue$: StaticUnionSchema;
1515
+ export declare var WorkloadSpec$: StaticUnionSchema;
1456
1516
  export declare var AddAssociation$: StaticOperationSchema;
1457
1517
  export declare var AddTags$: StaticOperationSchema;
1458
1518
  export declare var AssociateTrialComponent$: StaticOperationSchema;
@@ -1463,6 +1523,9 @@ export declare var BatchDescribeModelPackage$: StaticOperationSchema;
1463
1523
  export declare var BatchRebootClusterNodes$: StaticOperationSchema;
1464
1524
  export declare var BatchReplaceClusterNodes$: StaticOperationSchema;
1465
1525
  export declare var CreateAction$: StaticOperationSchema;
1526
+ export declare var CreateAIBenchmarkJob$: StaticOperationSchema;
1527
+ export declare var CreateAIRecommendationJob$: StaticOperationSchema;
1528
+ export declare var CreateAIWorkloadConfig$: StaticOperationSchema;
1466
1529
  export declare var CreateAlgorithm$: StaticOperationSchema;
1467
1530
  export declare var CreateApp$: StaticOperationSchema;
1468
1531
  export declare var CreateAppImageConfig$: StaticOperationSchema;
@@ -1531,6 +1594,9 @@ export declare var CreateUserProfile$: StaticOperationSchema;
1531
1594
  export declare var CreateWorkforce$: StaticOperationSchema;
1532
1595
  export declare var CreateWorkteam$: StaticOperationSchema;
1533
1596
  export declare var DeleteAction$: StaticOperationSchema;
1597
+ export declare var DeleteAIBenchmarkJob$: StaticOperationSchema;
1598
+ export declare var DeleteAIRecommendationJob$: StaticOperationSchema;
1599
+ export declare var DeleteAIWorkloadConfig$: StaticOperationSchema;
1534
1600
  export declare var DeleteAlgorithm$: StaticOperationSchema;
1535
1601
  export declare var DeleteApp$: StaticOperationSchema;
1536
1602
  export declare var DeleteAppImageConfig$: StaticOperationSchema;
@@ -1590,6 +1656,9 @@ export declare var DeleteWorkforce$: StaticOperationSchema;
1590
1656
  export declare var DeleteWorkteam$: StaticOperationSchema;
1591
1657
  export declare var DeregisterDevices$: StaticOperationSchema;
1592
1658
  export declare var DescribeAction$: StaticOperationSchema;
1659
+ export declare var DescribeAIBenchmarkJob$: StaticOperationSchema;
1660
+ export declare var DescribeAIRecommendationJob$: StaticOperationSchema;
1661
+ export declare var DescribeAIWorkloadConfig$: StaticOperationSchema;
1593
1662
  export declare var DescribeAlgorithm$: StaticOperationSchema;
1594
1663
  export declare var DescribeApp$: StaticOperationSchema;
1595
1664
  export declare var DescribeAppImageConfig$: StaticOperationSchema;
@@ -1673,6 +1742,9 @@ export declare var GetScalingConfigurationRecommendation$: StaticOperationSchema
1673
1742
  export declare var GetSearchSuggestions$: StaticOperationSchema;
1674
1743
  export declare var ImportHubContent$: StaticOperationSchema;
1675
1744
  export declare var ListActions$: StaticOperationSchema;
1745
+ export declare var ListAIBenchmarkJobs$: StaticOperationSchema;
1746
+ export declare var ListAIRecommendationJobs$: StaticOperationSchema;
1747
+ export declare var ListAIWorkloadConfigs$: StaticOperationSchema;
1676
1748
  export declare var ListAlgorithms$: StaticOperationSchema;
1677
1749
  export declare var ListAliases$: StaticOperationSchema;
1678
1750
  export declare var ListAppImageConfigs$: StaticOperationSchema;
@@ -1774,6 +1846,8 @@ export declare var StartMonitoringSchedule$: StaticOperationSchema;
1774
1846
  export declare var StartNotebookInstance$: StaticOperationSchema;
1775
1847
  export declare var StartPipelineExecution$: StaticOperationSchema;
1776
1848
  export declare var StartSession$: StaticOperationSchema;
1849
+ export declare var StopAIBenchmarkJob$: StaticOperationSchema;
1850
+ export declare var StopAIRecommendationJob$: StaticOperationSchema;
1777
1851
  export declare var StopAutoMLJob$: StaticOperationSchema;
1778
1852
  export declare var StopCompilationJob$: StaticOperationSchema;
1779
1853
  export declare var StopEdgeDeploymentStage$: StaticOperationSchema;
@@ -45,6 +45,18 @@ import {
45
45
  CreateActionCommandInput,
46
46
  CreateActionCommandOutput,
47
47
  } from "./commands/CreateActionCommand";
48
+ import {
49
+ CreateAIBenchmarkJobCommandInput,
50
+ CreateAIBenchmarkJobCommandOutput,
51
+ } from "./commands/CreateAIBenchmarkJobCommand";
52
+ import {
53
+ CreateAIRecommendationJobCommandInput,
54
+ CreateAIRecommendationJobCommandOutput,
55
+ } from "./commands/CreateAIRecommendationJobCommand";
56
+ import {
57
+ CreateAIWorkloadConfigCommandInput,
58
+ CreateAIWorkloadConfigCommandOutput,
59
+ } from "./commands/CreateAIWorkloadConfigCommand";
48
60
  import {
49
61
  CreateAlgorithmCommandInput,
50
62
  CreateAlgorithmCommandOutput,
@@ -317,6 +329,18 @@ import {
317
329
  DeleteActionCommandInput,
318
330
  DeleteActionCommandOutput,
319
331
  } from "./commands/DeleteActionCommand";
332
+ import {
333
+ DeleteAIBenchmarkJobCommandInput,
334
+ DeleteAIBenchmarkJobCommandOutput,
335
+ } from "./commands/DeleteAIBenchmarkJobCommand";
336
+ import {
337
+ DeleteAIRecommendationJobCommandInput,
338
+ DeleteAIRecommendationJobCommandOutput,
339
+ } from "./commands/DeleteAIRecommendationJobCommand";
340
+ import {
341
+ DeleteAIWorkloadConfigCommandInput,
342
+ DeleteAIWorkloadConfigCommandOutput,
343
+ } from "./commands/DeleteAIWorkloadConfigCommand";
320
344
  import {
321
345
  DeleteAlgorithmCommandInput,
322
346
  DeleteAlgorithmCommandOutput,
@@ -553,6 +577,18 @@ import {
553
577
  DescribeActionCommandInput,
554
578
  DescribeActionCommandOutput,
555
579
  } from "./commands/DescribeActionCommand";
580
+ import {
581
+ DescribeAIBenchmarkJobCommandInput,
582
+ DescribeAIBenchmarkJobCommandOutput,
583
+ } from "./commands/DescribeAIBenchmarkJobCommand";
584
+ import {
585
+ DescribeAIRecommendationJobCommandInput,
586
+ DescribeAIRecommendationJobCommandOutput,
587
+ } from "./commands/DescribeAIRecommendationJobCommand";
588
+ import {
589
+ DescribeAIWorkloadConfigCommandInput,
590
+ DescribeAIWorkloadConfigCommandOutput,
591
+ } from "./commands/DescribeAIWorkloadConfigCommand";
556
592
  import {
557
593
  DescribeAlgorithmCommandInput,
558
594
  DescribeAlgorithmCommandOutput,
@@ -885,6 +921,18 @@ import {
885
921
  ListActionsCommandInput,
886
922
  ListActionsCommandOutput,
887
923
  } from "./commands/ListActionsCommand";
924
+ import {
925
+ ListAIBenchmarkJobsCommandInput,
926
+ ListAIBenchmarkJobsCommandOutput,
927
+ } from "./commands/ListAIBenchmarkJobsCommand";
928
+ import {
929
+ ListAIRecommendationJobsCommandInput,
930
+ ListAIRecommendationJobsCommandOutput,
931
+ } from "./commands/ListAIRecommendationJobsCommand";
932
+ import {
933
+ ListAIWorkloadConfigsCommandInput,
934
+ ListAIWorkloadConfigsCommandOutput,
935
+ } from "./commands/ListAIWorkloadConfigsCommand";
888
936
  import {
889
937
  ListAlgorithmsCommandInput,
890
938
  ListAlgorithmsCommandOutput,
@@ -1289,6 +1337,14 @@ import {
1289
1337
  StartSessionCommandInput,
1290
1338
  StartSessionCommandOutput,
1291
1339
  } from "./commands/StartSessionCommand";
1340
+ import {
1341
+ StopAIBenchmarkJobCommandInput,
1342
+ StopAIBenchmarkJobCommandOutput,
1343
+ } from "./commands/StopAIBenchmarkJobCommand";
1344
+ import {
1345
+ StopAIRecommendationJobCommandInput,
1346
+ StopAIRecommendationJobCommandOutput,
1347
+ } from "./commands/StopAIRecommendationJobCommand";
1292
1348
  import {
1293
1349
  StopAutoMLJobCommandInput,
1294
1350
  StopAutoMLJobCommandOutput,
@@ -1665,6 +1721,45 @@ export interface SageMaker {
1665
1721
  options: __HttpHandlerOptions,
1666
1722
  cb: (err: any, data?: CreateActionCommandOutput) => void
1667
1723
  ): void;
1724
+ createAIBenchmarkJob(
1725
+ args: CreateAIBenchmarkJobCommandInput,
1726
+ options?: __HttpHandlerOptions
1727
+ ): Promise<CreateAIBenchmarkJobCommandOutput>;
1728
+ createAIBenchmarkJob(
1729
+ args: CreateAIBenchmarkJobCommandInput,
1730
+ cb: (err: any, data?: CreateAIBenchmarkJobCommandOutput) => void
1731
+ ): void;
1732
+ createAIBenchmarkJob(
1733
+ args: CreateAIBenchmarkJobCommandInput,
1734
+ options: __HttpHandlerOptions,
1735
+ cb: (err: any, data?: CreateAIBenchmarkJobCommandOutput) => void
1736
+ ): void;
1737
+ createAIRecommendationJob(
1738
+ args: CreateAIRecommendationJobCommandInput,
1739
+ options?: __HttpHandlerOptions
1740
+ ): Promise<CreateAIRecommendationJobCommandOutput>;
1741
+ createAIRecommendationJob(
1742
+ args: CreateAIRecommendationJobCommandInput,
1743
+ cb: (err: any, data?: CreateAIRecommendationJobCommandOutput) => void
1744
+ ): void;
1745
+ createAIRecommendationJob(
1746
+ args: CreateAIRecommendationJobCommandInput,
1747
+ options: __HttpHandlerOptions,
1748
+ cb: (err: any, data?: CreateAIRecommendationJobCommandOutput) => void
1749
+ ): void;
1750
+ createAIWorkloadConfig(
1751
+ args: CreateAIWorkloadConfigCommandInput,
1752
+ options?: __HttpHandlerOptions
1753
+ ): Promise<CreateAIWorkloadConfigCommandOutput>;
1754
+ createAIWorkloadConfig(
1755
+ args: CreateAIWorkloadConfigCommandInput,
1756
+ cb: (err: any, data?: CreateAIWorkloadConfigCommandOutput) => void
1757
+ ): void;
1758
+ createAIWorkloadConfig(
1759
+ args: CreateAIWorkloadConfigCommandInput,
1760
+ options: __HttpHandlerOptions,
1761
+ cb: (err: any, data?: CreateAIWorkloadConfigCommandOutput) => void
1762
+ ): void;
1668
1763
  createAlgorithm(
1669
1764
  args: CreateAlgorithmCommandInput,
1670
1765
  options?: __HttpHandlerOptions
@@ -2580,6 +2675,45 @@ export interface SageMaker {
2580
2675
  options: __HttpHandlerOptions,
2581
2676
  cb: (err: any, data?: DeleteActionCommandOutput) => void
2582
2677
  ): void;
2678
+ deleteAIBenchmarkJob(
2679
+ args: DeleteAIBenchmarkJobCommandInput,
2680
+ options?: __HttpHandlerOptions
2681
+ ): Promise<DeleteAIBenchmarkJobCommandOutput>;
2682
+ deleteAIBenchmarkJob(
2683
+ args: DeleteAIBenchmarkJobCommandInput,
2684
+ cb: (err: any, data?: DeleteAIBenchmarkJobCommandOutput) => void
2685
+ ): void;
2686
+ deleteAIBenchmarkJob(
2687
+ args: DeleteAIBenchmarkJobCommandInput,
2688
+ options: __HttpHandlerOptions,
2689
+ cb: (err: any, data?: DeleteAIBenchmarkJobCommandOutput) => void
2690
+ ): void;
2691
+ deleteAIRecommendationJob(
2692
+ args: DeleteAIRecommendationJobCommandInput,
2693
+ options?: __HttpHandlerOptions
2694
+ ): Promise<DeleteAIRecommendationJobCommandOutput>;
2695
+ deleteAIRecommendationJob(
2696
+ args: DeleteAIRecommendationJobCommandInput,
2697
+ cb: (err: any, data?: DeleteAIRecommendationJobCommandOutput) => void
2698
+ ): void;
2699
+ deleteAIRecommendationJob(
2700
+ args: DeleteAIRecommendationJobCommandInput,
2701
+ options: __HttpHandlerOptions,
2702
+ cb: (err: any, data?: DeleteAIRecommendationJobCommandOutput) => void
2703
+ ): void;
2704
+ deleteAIWorkloadConfig(
2705
+ args: DeleteAIWorkloadConfigCommandInput,
2706
+ options?: __HttpHandlerOptions
2707
+ ): Promise<DeleteAIWorkloadConfigCommandOutput>;
2708
+ deleteAIWorkloadConfig(
2709
+ args: DeleteAIWorkloadConfigCommandInput,
2710
+ cb: (err: any, data?: DeleteAIWorkloadConfigCommandOutput) => void
2711
+ ): void;
2712
+ deleteAIWorkloadConfig(
2713
+ args: DeleteAIWorkloadConfigCommandInput,
2714
+ options: __HttpHandlerOptions,
2715
+ cb: (err: any, data?: DeleteAIWorkloadConfigCommandOutput) => void
2716
+ ): void;
2583
2717
  deleteAlgorithm(
2584
2718
  args: DeleteAlgorithmCommandInput,
2585
2719
  options?: __HttpHandlerOptions
@@ -3360,6 +3494,45 @@ export interface SageMaker {
3360
3494
  options: __HttpHandlerOptions,
3361
3495
  cb: (err: any, data?: DescribeActionCommandOutput) => void
3362
3496
  ): void;
3497
+ describeAIBenchmarkJob(
3498
+ args: DescribeAIBenchmarkJobCommandInput,
3499
+ options?: __HttpHandlerOptions
3500
+ ): Promise<DescribeAIBenchmarkJobCommandOutput>;
3501
+ describeAIBenchmarkJob(
3502
+ args: DescribeAIBenchmarkJobCommandInput,
3503
+ cb: (err: any, data?: DescribeAIBenchmarkJobCommandOutput) => void
3504
+ ): void;
3505
+ describeAIBenchmarkJob(
3506
+ args: DescribeAIBenchmarkJobCommandInput,
3507
+ options: __HttpHandlerOptions,
3508
+ cb: (err: any, data?: DescribeAIBenchmarkJobCommandOutput) => void
3509
+ ): void;
3510
+ describeAIRecommendationJob(
3511
+ args: DescribeAIRecommendationJobCommandInput,
3512
+ options?: __HttpHandlerOptions
3513
+ ): Promise<DescribeAIRecommendationJobCommandOutput>;
3514
+ describeAIRecommendationJob(
3515
+ args: DescribeAIRecommendationJobCommandInput,
3516
+ cb: (err: any, data?: DescribeAIRecommendationJobCommandOutput) => void
3517
+ ): void;
3518
+ describeAIRecommendationJob(
3519
+ args: DescribeAIRecommendationJobCommandInput,
3520
+ options: __HttpHandlerOptions,
3521
+ cb: (err: any, data?: DescribeAIRecommendationJobCommandOutput) => void
3522
+ ): void;
3523
+ describeAIWorkloadConfig(
3524
+ args: DescribeAIWorkloadConfigCommandInput,
3525
+ options?: __HttpHandlerOptions
3526
+ ): Promise<DescribeAIWorkloadConfigCommandOutput>;
3527
+ describeAIWorkloadConfig(
3528
+ args: DescribeAIWorkloadConfigCommandInput,
3529
+ cb: (err: any, data?: DescribeAIWorkloadConfigCommandOutput) => void
3530
+ ): void;
3531
+ describeAIWorkloadConfig(
3532
+ args: DescribeAIWorkloadConfigCommandInput,
3533
+ options: __HttpHandlerOptions,
3534
+ cb: (err: any, data?: DescribeAIWorkloadConfigCommandOutput) => void
3535
+ ): void;
3363
3536
  describeAlgorithm(
3364
3537
  args: DescribeAlgorithmCommandInput,
3365
3538
  options?: __HttpHandlerOptions
@@ -4503,6 +4676,48 @@ export interface SageMaker {
4503
4676
  options: __HttpHandlerOptions,
4504
4677
  cb: (err: any, data?: ListActionsCommandOutput) => void
4505
4678
  ): void;
4679
+ listAIBenchmarkJobs(): Promise<ListAIBenchmarkJobsCommandOutput>;
4680
+ listAIBenchmarkJobs(
4681
+ args: ListAIBenchmarkJobsCommandInput,
4682
+ options?: __HttpHandlerOptions
4683
+ ): Promise<ListAIBenchmarkJobsCommandOutput>;
4684
+ listAIBenchmarkJobs(
4685
+ args: ListAIBenchmarkJobsCommandInput,
4686
+ cb: (err: any, data?: ListAIBenchmarkJobsCommandOutput) => void
4687
+ ): void;
4688
+ listAIBenchmarkJobs(
4689
+ args: ListAIBenchmarkJobsCommandInput,
4690
+ options: __HttpHandlerOptions,
4691
+ cb: (err: any, data?: ListAIBenchmarkJobsCommandOutput) => void
4692
+ ): void;
4693
+ listAIRecommendationJobs(): Promise<ListAIRecommendationJobsCommandOutput>;
4694
+ listAIRecommendationJobs(
4695
+ args: ListAIRecommendationJobsCommandInput,
4696
+ options?: __HttpHandlerOptions
4697
+ ): Promise<ListAIRecommendationJobsCommandOutput>;
4698
+ listAIRecommendationJobs(
4699
+ args: ListAIRecommendationJobsCommandInput,
4700
+ cb: (err: any, data?: ListAIRecommendationJobsCommandOutput) => void
4701
+ ): void;
4702
+ listAIRecommendationJobs(
4703
+ args: ListAIRecommendationJobsCommandInput,
4704
+ options: __HttpHandlerOptions,
4705
+ cb: (err: any, data?: ListAIRecommendationJobsCommandOutput) => void
4706
+ ): void;
4707
+ listAIWorkloadConfigs(): Promise<ListAIWorkloadConfigsCommandOutput>;
4708
+ listAIWorkloadConfigs(
4709
+ args: ListAIWorkloadConfigsCommandInput,
4710
+ options?: __HttpHandlerOptions
4711
+ ): Promise<ListAIWorkloadConfigsCommandOutput>;
4712
+ listAIWorkloadConfigs(
4713
+ args: ListAIWorkloadConfigsCommandInput,
4714
+ cb: (err: any, data?: ListAIWorkloadConfigsCommandOutput) => void
4715
+ ): void;
4716
+ listAIWorkloadConfigs(
4717
+ args: ListAIWorkloadConfigsCommandInput,
4718
+ options: __HttpHandlerOptions,
4719
+ cb: (err: any, data?: ListAIWorkloadConfigsCommandOutput) => void
4720
+ ): void;
4506
4721
  listAlgorithms(): Promise<ListAlgorithmsCommandOutput>;
4507
4722
  listAlgorithms(
4508
4723
  args: ListAlgorithmsCommandInput,
@@ -5919,6 +6134,32 @@ export interface SageMaker {
5919
6134
  options: __HttpHandlerOptions,
5920
6135
  cb: (err: any, data?: StartSessionCommandOutput) => void
5921
6136
  ): void;
6137
+ stopAIBenchmarkJob(
6138
+ args: StopAIBenchmarkJobCommandInput,
6139
+ options?: __HttpHandlerOptions
6140
+ ): Promise<StopAIBenchmarkJobCommandOutput>;
6141
+ stopAIBenchmarkJob(
6142
+ args: StopAIBenchmarkJobCommandInput,
6143
+ cb: (err: any, data?: StopAIBenchmarkJobCommandOutput) => void
6144
+ ): void;
6145
+ stopAIBenchmarkJob(
6146
+ args: StopAIBenchmarkJobCommandInput,
6147
+ options: __HttpHandlerOptions,
6148
+ cb: (err: any, data?: StopAIBenchmarkJobCommandOutput) => void
6149
+ ): void;
6150
+ stopAIRecommendationJob(
6151
+ args: StopAIRecommendationJobCommandInput,
6152
+ options?: __HttpHandlerOptions
6153
+ ): Promise<StopAIRecommendationJobCommandOutput>;
6154
+ stopAIRecommendationJob(
6155
+ args: StopAIRecommendationJobCommandInput,
6156
+ cb: (err: any, data?: StopAIRecommendationJobCommandOutput) => void
6157
+ ): void;
6158
+ stopAIRecommendationJob(
6159
+ args: StopAIRecommendationJobCommandInput,
6160
+ options: __HttpHandlerOptions,
6161
+ cb: (err: any, data?: StopAIRecommendationJobCommandOutput) => void
6162
+ ): void;
5922
6163
  stopAutoMLJob(
5923
6164
  args: StopAutoMLJobCommandInput,
5924
6165
  options?: __HttpHandlerOptions
@@ -6751,6 +6992,27 @@ export interface SageMaker {
6751
6992
  Exclude<keyof PaginationConfiguration, "client">
6752
6993
  >
6753
6994
  ): Paginator<ListActionsCommandOutput>;
6995
+ paginateListAIBenchmarkJobs(
6996
+ args?: ListAIBenchmarkJobsCommandInput,
6997
+ paginationConfig?: Pick<
6998
+ PaginationConfiguration,
6999
+ Exclude<keyof PaginationConfiguration, "client">
7000
+ >
7001
+ ): Paginator<ListAIBenchmarkJobsCommandOutput>;
7002
+ paginateListAIRecommendationJobs(
7003
+ args?: ListAIRecommendationJobsCommandInput,
7004
+ paginationConfig?: Pick<
7005
+ PaginationConfiguration,
7006
+ Exclude<keyof PaginationConfiguration, "client">
7007
+ >
7008
+ ): Paginator<ListAIRecommendationJobsCommandOutput>;
7009
+ paginateListAIWorkloadConfigs(
7010
+ args?: ListAIWorkloadConfigsCommandInput,
7011
+ paginationConfig?: Pick<
7012
+ PaginationConfiguration,
7013
+ Exclude<keyof PaginationConfiguration, "client">
7014
+ >
7015
+ ): Paginator<ListAIWorkloadConfigsCommandOutput>;
6754
7016
  paginateListAlgorithms(
6755
7017
  args?: ListAlgorithmsCommandInput,
6756
7018
  paginationConfig?: Pick<