@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
@@ -7,12 +7,12 @@ import {
7
7
  AppSecurityGroupManagement,
8
8
  AppType,
9
9
  BatchStrategy,
10
- BooleanOperator,
11
10
  ClusterNodeProvisioningMode,
12
11
  ClusterNodeRecovery,
13
12
  CrossAccountFilterOption,
14
13
  Direction,
15
14
  EndpointStatus,
15
+ ExecutionStatus,
16
16
  FeatureStatus,
17
17
  HubContentSupportStatus,
18
18
  HubContentType,
@@ -20,17 +20,38 @@ import {
20
20
  IPAddressType,
21
21
  JobType,
22
22
  LineageType,
23
+ ListOptimizationJobsSortBy,
23
24
  ListWorkforcesSortByOptions,
24
25
  ListWorkteamsSortByOptions,
25
26
  ModelApprovalStatus,
26
27
  ModelCardStatus,
28
+ ModelMetadataFilterType,
29
+ ModelPackageGroupSortBy,
27
30
  ModelPackageGroupStatus,
28
31
  ModelPackageRegistrationType,
32
+ ModelPackageSortBy,
29
33
  ModelPackageStatus,
34
+ ModelPackageType,
30
35
  ModelRegistrationMode,
36
+ ModelSortKey,
31
37
  ModelVariantAction,
38
+ MonitoringAlertHistorySortKey,
39
+ MonitoringAlertStatus,
40
+ MonitoringExecutionSortKey,
41
+ MonitoringJobDefinitionSortKey,
42
+ MonitoringScheduleSortKey,
32
43
  MonitoringType,
33
44
  NotebookInstanceAcceleratorType,
45
+ NotebookInstanceLifecycleConfigSortKey,
46
+ NotebookInstanceLifecycleConfigSortOrder,
47
+ NotebookInstanceSortKey,
48
+ NotebookInstanceSortOrder,
49
+ NotebookInstanceStatus,
50
+ OptimizationJobDeploymentInstanceType,
51
+ OptimizationJobStatus,
52
+ OrderKey,
53
+ PartnerAppStatus,
54
+ PartnerAppType,
34
55
  PipelineExecutionStatus,
35
56
  PipelineStatus,
36
57
  ProcessingJobStatus,
@@ -43,16 +64,15 @@ import {
43
64
  ReservedCapacityType,
44
65
  ResourceCatalogSortBy,
45
66
  ResourceCatalogSortOrder,
46
- ResourceType,
47
67
  RootAccess,
48
68
  SageMakerResourceName,
49
69
  ScheduleStatus,
50
- SearchSortOrder,
51
70
  SecondaryStatus,
52
71
  SharingType,
53
72
  SkipModelValidation,
54
73
  SortBy,
55
74
  SortOrder,
75
+ SortPipelineExecutionsBy,
56
76
  SortPipelinesBy,
57
77
  SortTrialComponentsBy,
58
78
  SortTrialsBy,
@@ -105,16 +125,13 @@ import {
105
125
  ComputeQuotaConfig,
106
126
  ComputeQuotaTarget,
107
127
  ConditionStepMetadata,
108
- ContainerDefinition,
109
128
  DeploymentConfiguration,
110
129
  InferenceSpecification,
111
130
  JupyterLabAppImageConfig,
112
131
  KernelGatewayImageConfig,
113
- MetadataProperties,
114
132
  OutputDataConfig,
115
133
  OutputParameter,
116
134
  ResourceConfig,
117
- SchedulerConfig,
118
135
  StoppingCondition,
119
136
  Tag,
120
137
  TransformInput,
@@ -124,11 +141,11 @@ import {
124
141
  VpcConfig,
125
142
  } from "./models_0";
126
143
  import {
144
+ ContainerDefinition,
127
145
  DefaultSpaceSettings,
128
146
  DeploymentConfig,
129
147
  DriftCheckBaselines,
130
148
  EdgeOutputConfig,
131
- ExperimentConfig,
132
149
  FeatureDefinition,
133
150
  InferenceComponentRuntimeConfig,
134
151
  InferenceComponentSpecification,
@@ -136,6 +153,7 @@ import {
136
153
  InferenceExperimentDataStorageConfig,
137
154
  InferenceExperimentSchedule,
138
155
  InstanceMetadataServiceConfiguration,
156
+ MetadataProperties,
139
157
  ModelCardSecurityConfig,
140
158
  ModelLifeCycle,
141
159
  ModelMetrics,
@@ -146,17 +164,9 @@ import {
146
164
  MonitoringScheduleConfig,
147
165
  NetworkConfig,
148
166
  NotebookInstanceLifecycleHook,
149
- ParallelismConfiguration,
150
167
  PartnerAppConfig,
151
- PartnerAppMaintenanceConfig,
152
- PipelineDefinitionS3Location,
153
- ProcessingInput,
154
- ProcessingOutputConfig,
155
- ProcessingResources,
156
- ProcessingStoppingCondition,
157
- ProvisioningParameter,
158
168
  RetryStrategy,
159
- ServiceCatalogProvisioningDetails,
169
+ SchedulerConfig,
160
170
  ShadowModeConfig,
161
171
  SourceAlgorithmSpecification,
162
172
  TtlDuration,
@@ -169,6 +179,7 @@ import {
169
179
  DebugRuleConfiguration,
170
180
  DebugRuleEvaluationStatus,
171
181
  DeploymentRecommendation,
182
+ ExperimentConfig,
172
183
  FeatureParameter,
173
184
  HyperParameterTrainingJobSummary,
174
185
  InferenceComponentDeploymentConfig,
@@ -177,12 +188,19 @@ import {
177
188
  ModelArtifacts,
178
189
  ModelClientConfig,
179
190
  ModelPackageConfig,
180
- ModelPackageStatusDetails,
181
- MonitoringExecutionSummary,
182
191
  NotificationConfiguration,
183
192
  OidcConfig,
193
+ ParallelismConfiguration,
194
+ PartnerAppMaintenanceConfig,
195
+ PipelineDefinitionS3Location,
196
+ ProcessingInput,
197
+ ProcessingOutputConfig,
198
+ ProcessingResources,
199
+ ProcessingStoppingCondition,
184
200
  ProfilerConfig,
185
201
  ProfilerRuleConfiguration,
202
+ ProvisioningParameter,
203
+ ServiceCatalogProvisioningDetails,
186
204
  SourceIpConfig,
187
205
  SpaceSettings,
188
206
  SpaceStorageSettings,
@@ -214,28 +232,403 @@ import {
214
232
  LambdaStepMetadata,
215
233
  LineageMetadata,
216
234
  MetricData,
217
- ModelStepMetadata,
218
- MonitoringAlertSummary,
235
+ ModelPackageStatusDetails,
236
+ MonitoringExecutionSummary,
237
+ MonitoringJobDefinitionSummary,
219
238
  PipelineExperimentConfig,
220
- ProcessingJobStepMetadata,
221
- QualityCheckStepMetadata,
222
- RegisterModelStepMetadata,
223
239
  ReservedCapacitySummary,
224
240
  SecondaryStatusTransition,
225
241
  SelectiveExecutionConfig,
226
242
  ServiceCatalogProvisionedProductDetails,
227
243
  SubscribedWorkteam,
228
244
  TemplateProviderDetail,
229
- TrainingJobStepMetadata,
230
- TransformJobStepMetadata,
231
245
  TrialComponentMetricSummary,
232
246
  TrialComponentSource,
233
247
  TrialSource,
234
- TuningJobStepMetaData,
235
248
  WarmPoolStatus,
236
249
  Workforce,
237
250
  Workteam,
238
251
  } from "./models_3";
252
+ export interface ModelCardVersionSummary {
253
+ ModelCardName: string | undefined;
254
+ ModelCardArn: string | undefined;
255
+ ModelCardStatus: ModelCardStatus | undefined;
256
+ ModelCardVersion: number | undefined;
257
+ CreationTime: Date | undefined;
258
+ LastModifiedTime?: Date | undefined;
259
+ }
260
+ export interface ListModelCardVersionsResponse {
261
+ ModelCardVersionSummaryList: ModelCardVersionSummary[] | undefined;
262
+ NextToken?: string | undefined;
263
+ }
264
+ export interface ListModelExplainabilityJobDefinitionsRequest {
265
+ EndpointName?: string | undefined;
266
+ SortBy?: MonitoringJobDefinitionSortKey | undefined;
267
+ SortOrder?: SortOrder | undefined;
268
+ NextToken?: string | undefined;
269
+ MaxResults?: number | undefined;
270
+ NameContains?: string | undefined;
271
+ CreationTimeBefore?: Date | undefined;
272
+ CreationTimeAfter?: Date | undefined;
273
+ }
274
+ export interface ListModelExplainabilityJobDefinitionsResponse {
275
+ JobDefinitionSummaries: MonitoringJobDefinitionSummary[] | undefined;
276
+ NextToken?: string | undefined;
277
+ }
278
+ export interface ModelMetadataFilter {
279
+ Name: ModelMetadataFilterType | undefined;
280
+ Value: string | undefined;
281
+ }
282
+ export interface ModelMetadataSearchExpression {
283
+ Filters?: ModelMetadataFilter[] | undefined;
284
+ }
285
+ export interface ListModelMetadataRequest {
286
+ SearchExpression?: ModelMetadataSearchExpression | undefined;
287
+ NextToken?: string | undefined;
288
+ MaxResults?: number | undefined;
289
+ }
290
+ export interface ModelMetadataSummary {
291
+ Domain: string | undefined;
292
+ Framework: string | undefined;
293
+ Task: string | undefined;
294
+ Model: string | undefined;
295
+ FrameworkVersion: string | undefined;
296
+ }
297
+ export interface ListModelMetadataResponse {
298
+ ModelMetadataSummaries: ModelMetadataSummary[] | undefined;
299
+ NextToken?: string | undefined;
300
+ }
301
+ export interface ListModelPackageGroupsInput {
302
+ CreationTimeAfter?: Date | undefined;
303
+ CreationTimeBefore?: Date | undefined;
304
+ MaxResults?: number | undefined;
305
+ NameContains?: string | undefined;
306
+ NextToken?: string | undefined;
307
+ SortBy?: ModelPackageGroupSortBy | undefined;
308
+ SortOrder?: SortOrder | undefined;
309
+ CrossAccountFilterOption?: CrossAccountFilterOption | undefined;
310
+ }
311
+ export interface ModelPackageGroupSummary {
312
+ ModelPackageGroupName: string | undefined;
313
+ ModelPackageGroupArn: string | undefined;
314
+ ModelPackageGroupDescription?: string | undefined;
315
+ CreationTime: Date | undefined;
316
+ ModelPackageGroupStatus: ModelPackageGroupStatus | undefined;
317
+ }
318
+ export interface ListModelPackageGroupsOutput {
319
+ ModelPackageGroupSummaryList: ModelPackageGroupSummary[] | undefined;
320
+ NextToken?: string | undefined;
321
+ }
322
+ export interface ListModelPackagesInput {
323
+ CreationTimeAfter?: Date | undefined;
324
+ CreationTimeBefore?: Date | undefined;
325
+ MaxResults?: number | undefined;
326
+ NameContains?: string | undefined;
327
+ ModelApprovalStatus?: ModelApprovalStatus | undefined;
328
+ ModelPackageGroupName?: string | undefined;
329
+ ModelPackageType?: ModelPackageType | undefined;
330
+ NextToken?: string | undefined;
331
+ SortBy?: ModelPackageSortBy | undefined;
332
+ SortOrder?: SortOrder | undefined;
333
+ }
334
+ export interface ModelPackageSummary {
335
+ ModelPackageName?: string | undefined;
336
+ ModelPackageGroupName?: string | undefined;
337
+ ModelPackageVersion?: number | undefined;
338
+ ModelPackageArn: string | undefined;
339
+ ModelPackageDescription?: string | undefined;
340
+ CreationTime: Date | undefined;
341
+ ModelPackageStatus: ModelPackageStatus | undefined;
342
+ ModelApprovalStatus?: ModelApprovalStatus | undefined;
343
+ ModelLifeCycle?: ModelLifeCycle | undefined;
344
+ ModelPackageRegistrationType?: ModelPackageRegistrationType | undefined;
345
+ }
346
+ export interface ListModelPackagesOutput {
347
+ ModelPackageSummaryList: ModelPackageSummary[] | undefined;
348
+ NextToken?: string | undefined;
349
+ }
350
+ export interface ListModelQualityJobDefinitionsRequest {
351
+ EndpointName?: string | undefined;
352
+ SortBy?: MonitoringJobDefinitionSortKey | undefined;
353
+ SortOrder?: SortOrder | undefined;
354
+ NextToken?: string | undefined;
355
+ MaxResults?: number | undefined;
356
+ NameContains?: string | undefined;
357
+ CreationTimeBefore?: Date | undefined;
358
+ CreationTimeAfter?: Date | undefined;
359
+ }
360
+ export interface ListModelQualityJobDefinitionsResponse {
361
+ JobDefinitionSummaries: MonitoringJobDefinitionSummary[] | undefined;
362
+ NextToken?: string | undefined;
363
+ }
364
+ export interface ListModelsInput {
365
+ SortBy?: ModelSortKey | undefined;
366
+ SortOrder?: OrderKey | undefined;
367
+ NextToken?: string | undefined;
368
+ MaxResults?: number | undefined;
369
+ NameContains?: string | undefined;
370
+ CreationTimeBefore?: Date | undefined;
371
+ CreationTimeAfter?: Date | undefined;
372
+ }
373
+ export interface ModelSummary {
374
+ ModelName: string | undefined;
375
+ ModelArn: string | undefined;
376
+ CreationTime: Date | undefined;
377
+ }
378
+ export interface ListModelsOutput {
379
+ Models: ModelSummary[] | undefined;
380
+ NextToken?: string | undefined;
381
+ }
382
+ export interface ListMonitoringAlertHistoryRequest {
383
+ MonitoringScheduleName?: string | undefined;
384
+ MonitoringAlertName?: string | undefined;
385
+ SortBy?: MonitoringAlertHistorySortKey | undefined;
386
+ SortOrder?: SortOrder | undefined;
387
+ NextToken?: string | undefined;
388
+ MaxResults?: number | undefined;
389
+ CreationTimeBefore?: Date | undefined;
390
+ CreationTimeAfter?: Date | undefined;
391
+ StatusEquals?: MonitoringAlertStatus | undefined;
392
+ }
393
+ export interface MonitoringAlertHistorySummary {
394
+ MonitoringScheduleName: string | undefined;
395
+ MonitoringAlertName: string | undefined;
396
+ CreationTime: Date | undefined;
397
+ AlertStatus: MonitoringAlertStatus | undefined;
398
+ }
399
+ export interface ListMonitoringAlertHistoryResponse {
400
+ MonitoringAlertHistory?: MonitoringAlertHistorySummary[] | undefined;
401
+ NextToken?: string | undefined;
402
+ }
403
+ export interface ListMonitoringAlertsRequest {
404
+ MonitoringScheduleName: string | undefined;
405
+ NextToken?: string | undefined;
406
+ MaxResults?: number | undefined;
407
+ }
408
+ export interface ModelDashboardIndicatorAction {
409
+ Enabled?: boolean | undefined;
410
+ }
411
+ export interface MonitoringAlertActions {
412
+ ModelDashboardIndicator?: ModelDashboardIndicatorAction | undefined;
413
+ }
414
+ export interface MonitoringAlertSummary {
415
+ MonitoringAlertName: string | undefined;
416
+ CreationTime: Date | undefined;
417
+ LastModifiedTime: Date | undefined;
418
+ AlertStatus: MonitoringAlertStatus | undefined;
419
+ DatapointsToAlert: number | undefined;
420
+ EvaluationPeriod: number | undefined;
421
+ Actions: MonitoringAlertActions | undefined;
422
+ }
423
+ export interface ListMonitoringAlertsResponse {
424
+ MonitoringAlertSummaries?: MonitoringAlertSummary[] | undefined;
425
+ NextToken?: string | undefined;
426
+ }
427
+ export interface ListMonitoringExecutionsRequest {
428
+ MonitoringScheduleName?: string | undefined;
429
+ EndpointName?: string | undefined;
430
+ SortBy?: MonitoringExecutionSortKey | undefined;
431
+ SortOrder?: SortOrder | undefined;
432
+ NextToken?: string | undefined;
433
+ MaxResults?: number | undefined;
434
+ ScheduledTimeBefore?: Date | undefined;
435
+ ScheduledTimeAfter?: Date | undefined;
436
+ CreationTimeBefore?: Date | undefined;
437
+ CreationTimeAfter?: Date | undefined;
438
+ LastModifiedTimeBefore?: Date | undefined;
439
+ LastModifiedTimeAfter?: Date | undefined;
440
+ StatusEquals?: ExecutionStatus | undefined;
441
+ MonitoringJobDefinitionName?: string | undefined;
442
+ MonitoringTypeEquals?: MonitoringType | undefined;
443
+ }
444
+ export interface ListMonitoringExecutionsResponse {
445
+ MonitoringExecutionSummaries: MonitoringExecutionSummary[] | undefined;
446
+ NextToken?: string | undefined;
447
+ }
448
+ export interface ListMonitoringSchedulesRequest {
449
+ EndpointName?: string | undefined;
450
+ SortBy?: MonitoringScheduleSortKey | undefined;
451
+ SortOrder?: SortOrder | undefined;
452
+ NextToken?: string | undefined;
453
+ MaxResults?: number | undefined;
454
+ NameContains?: string | undefined;
455
+ CreationTimeBefore?: Date | undefined;
456
+ CreationTimeAfter?: Date | undefined;
457
+ LastModifiedTimeBefore?: Date | undefined;
458
+ LastModifiedTimeAfter?: Date | undefined;
459
+ StatusEquals?: ScheduleStatus | undefined;
460
+ MonitoringJobDefinitionName?: string | undefined;
461
+ MonitoringTypeEquals?: MonitoringType | undefined;
462
+ }
463
+ export interface MonitoringScheduleSummary {
464
+ MonitoringScheduleName: string | undefined;
465
+ MonitoringScheduleArn: string | undefined;
466
+ CreationTime: Date | undefined;
467
+ LastModifiedTime: Date | undefined;
468
+ MonitoringScheduleStatus: ScheduleStatus | undefined;
469
+ EndpointName?: string | undefined;
470
+ MonitoringJobDefinitionName?: string | undefined;
471
+ MonitoringType?: MonitoringType | undefined;
472
+ }
473
+ export interface ListMonitoringSchedulesResponse {
474
+ MonitoringScheduleSummaries: MonitoringScheduleSummary[] | undefined;
475
+ NextToken?: string | undefined;
476
+ }
477
+ export interface ListNotebookInstanceLifecycleConfigsInput {
478
+ NextToken?: string | undefined;
479
+ MaxResults?: number | undefined;
480
+ SortBy?: NotebookInstanceLifecycleConfigSortKey | undefined;
481
+ SortOrder?: NotebookInstanceLifecycleConfigSortOrder | undefined;
482
+ NameContains?: string | undefined;
483
+ CreationTimeBefore?: Date | undefined;
484
+ CreationTimeAfter?: Date | undefined;
485
+ LastModifiedTimeBefore?: Date | undefined;
486
+ LastModifiedTimeAfter?: Date | undefined;
487
+ }
488
+ export interface NotebookInstanceLifecycleConfigSummary {
489
+ NotebookInstanceLifecycleConfigName: string | undefined;
490
+ NotebookInstanceLifecycleConfigArn: string | undefined;
491
+ CreationTime?: Date | undefined;
492
+ LastModifiedTime?: Date | undefined;
493
+ }
494
+ export interface ListNotebookInstanceLifecycleConfigsOutput {
495
+ NextToken?: string | undefined;
496
+ NotebookInstanceLifecycleConfigs?:
497
+ | NotebookInstanceLifecycleConfigSummary[]
498
+ | undefined;
499
+ }
500
+ export interface ListNotebookInstancesInput {
501
+ NextToken?: string | undefined;
502
+ MaxResults?: number | undefined;
503
+ SortBy?: NotebookInstanceSortKey | undefined;
504
+ SortOrder?: NotebookInstanceSortOrder | undefined;
505
+ NameContains?: string | undefined;
506
+ CreationTimeBefore?: Date | undefined;
507
+ CreationTimeAfter?: Date | undefined;
508
+ LastModifiedTimeBefore?: Date | undefined;
509
+ LastModifiedTimeAfter?: Date | undefined;
510
+ StatusEquals?: NotebookInstanceStatus | undefined;
511
+ NotebookInstanceLifecycleConfigNameContains?: string | undefined;
512
+ DefaultCodeRepositoryContains?: string | undefined;
513
+ AdditionalCodeRepositoryEquals?: string | undefined;
514
+ }
515
+ export interface NotebookInstanceSummary {
516
+ NotebookInstanceName: string | undefined;
517
+ NotebookInstanceArn: string | undefined;
518
+ NotebookInstanceStatus?: NotebookInstanceStatus | undefined;
519
+ Url?: string | undefined;
520
+ InstanceType?: _InstanceType | undefined;
521
+ CreationTime?: Date | undefined;
522
+ LastModifiedTime?: Date | undefined;
523
+ NotebookInstanceLifecycleConfigName?: string | undefined;
524
+ DefaultCodeRepository?: string | undefined;
525
+ AdditionalCodeRepositories?: string[] | undefined;
526
+ }
527
+ export interface ListNotebookInstancesOutput {
528
+ NextToken?: string | undefined;
529
+ NotebookInstances?: NotebookInstanceSummary[] | undefined;
530
+ }
531
+ export interface ListOptimizationJobsRequest {
532
+ NextToken?: string | undefined;
533
+ MaxResults?: number | undefined;
534
+ CreationTimeAfter?: Date | undefined;
535
+ CreationTimeBefore?: Date | undefined;
536
+ LastModifiedTimeAfter?: Date | undefined;
537
+ LastModifiedTimeBefore?: Date | undefined;
538
+ OptimizationContains?: string | undefined;
539
+ NameContains?: string | undefined;
540
+ StatusEquals?: OptimizationJobStatus | undefined;
541
+ SortBy?: ListOptimizationJobsSortBy | undefined;
542
+ SortOrder?: SortOrder | undefined;
543
+ }
544
+ export interface OptimizationJobSummary {
545
+ OptimizationJobName: string | undefined;
546
+ OptimizationJobArn: string | undefined;
547
+ CreationTime: Date | undefined;
548
+ OptimizationJobStatus: OptimizationJobStatus | undefined;
549
+ OptimizationStartTime?: Date | undefined;
550
+ OptimizationEndTime?: Date | undefined;
551
+ LastModifiedTime?: Date | undefined;
552
+ DeploymentInstanceType: OptimizationJobDeploymentInstanceType | undefined;
553
+ MaxInstanceCount?: number | undefined;
554
+ OptimizationTypes: string[] | undefined;
555
+ }
556
+ export interface ListOptimizationJobsResponse {
557
+ OptimizationJobSummaries: OptimizationJobSummary[] | undefined;
558
+ NextToken?: string | undefined;
559
+ }
560
+ export interface ListPartnerAppsRequest {
561
+ MaxResults?: number | undefined;
562
+ NextToken?: string | undefined;
563
+ }
564
+ export interface PartnerAppSummary {
565
+ Arn?: string | undefined;
566
+ Name?: string | undefined;
567
+ Type?: PartnerAppType | undefined;
568
+ Status?: PartnerAppStatus | undefined;
569
+ CreationTime?: Date | undefined;
570
+ }
571
+ export interface ListPartnerAppsResponse {
572
+ Summaries?: PartnerAppSummary[] | undefined;
573
+ NextToken?: string | undefined;
574
+ }
575
+ export interface ListPipelineExecutionsRequest {
576
+ PipelineName: string | undefined;
577
+ CreatedAfter?: Date | undefined;
578
+ CreatedBefore?: Date | undefined;
579
+ SortBy?: SortPipelineExecutionsBy | undefined;
580
+ SortOrder?: SortOrder | undefined;
581
+ NextToken?: string | undefined;
582
+ MaxResults?: number | undefined;
583
+ }
584
+ export interface PipelineExecutionSummary {
585
+ PipelineExecutionArn?: string | undefined;
586
+ StartTime?: Date | undefined;
587
+ PipelineExecutionStatus?: PipelineExecutionStatus | undefined;
588
+ PipelineExecutionDescription?: string | undefined;
589
+ PipelineExecutionDisplayName?: string | undefined;
590
+ PipelineExecutionFailureReason?: string | undefined;
591
+ }
592
+ export interface ListPipelineExecutionsResponse {
593
+ PipelineExecutionSummaries?: PipelineExecutionSummary[] | undefined;
594
+ NextToken?: string | undefined;
595
+ }
596
+ export interface ListPipelineExecutionStepsRequest {
597
+ PipelineExecutionArn?: string | undefined;
598
+ NextToken?: string | undefined;
599
+ MaxResults?: number | undefined;
600
+ SortOrder?: SortOrder | undefined;
601
+ }
602
+ export interface ModelStepMetadata {
603
+ Arn?: string | undefined;
604
+ }
605
+ export interface ProcessingJobStepMetadata {
606
+ Arn?: string | undefined;
607
+ }
608
+ export interface QualityCheckStepMetadata {
609
+ CheckType?: string | undefined;
610
+ BaselineUsedForDriftCheckStatistics?: string | undefined;
611
+ BaselineUsedForDriftCheckConstraints?: string | undefined;
612
+ CalculatedBaselineStatistics?: string | undefined;
613
+ CalculatedBaselineConstraints?: string | undefined;
614
+ ModelPackageGroupName?: string | undefined;
615
+ ViolationReport?: string | undefined;
616
+ CheckJobArn?: string | undefined;
617
+ SkipCheck?: boolean | undefined;
618
+ RegisterNewBaseline?: boolean | undefined;
619
+ }
620
+ export interface RegisterModelStepMetadata {
621
+ Arn?: string | undefined;
622
+ }
623
+ export interface TrainingJobStepMetadata {
624
+ Arn?: string | undefined;
625
+ }
626
+ export interface TransformJobStepMetadata {
627
+ Arn?: string | undefined;
628
+ }
629
+ export interface TuningJobStepMetaData {
630
+ Arn?: string | undefined;
631
+ }
239
632
  export interface PipelineExecutionStepMetadata {
240
633
  TrainingJob?: TrainingJobStepMetadata | undefined;
241
634
  ProcessingJob?: ProcessingJobStepMetadata | undefined;
@@ -1264,6 +1657,18 @@ export interface StartSessionResponse {
1264
1657
  StreamUrl?: string | undefined;
1265
1658
  TokenValue?: string | undefined;
1266
1659
  }
1660
+ export interface StopAIBenchmarkJobRequest {
1661
+ AIBenchmarkJobName: string | undefined;
1662
+ }
1663
+ export interface StopAIBenchmarkJobResponse {
1664
+ AIBenchmarkJobArn: string | undefined;
1665
+ }
1666
+ export interface StopAIRecommendationJobRequest {
1667
+ AIRecommendationJobName: string | undefined;
1668
+ }
1669
+ export interface StopAIRecommendationJobResponse {
1670
+ AIRecommendationJobArn: string | undefined;
1671
+ }
1267
1672
  export interface StopAutoMLJobRequest {
1268
1673
  AutoMLJobName: string | undefined;
1269
1674
  }
@@ -1817,19 +2222,3 @@ export interface UpdateWorkteamRequest {
1817
2222
  export interface UpdateWorkteamResponse {
1818
2223
  Workteam: Workteam | undefined;
1819
2224
  }
1820
- export interface SearchExpression {
1821
- Filters?: Filter[] | undefined;
1822
- NestedFilters?: NestedFilters[] | undefined;
1823
- SubExpressions?: SearchExpression[] | undefined;
1824
- Operator?: BooleanOperator | undefined;
1825
- }
1826
- export interface SearchRequest {
1827
- Resource: ResourceType | undefined;
1828
- SearchExpression?: SearchExpression | undefined;
1829
- SortBy?: string | undefined;
1830
- SortOrder?: SearchSortOrder | undefined;
1831
- NextToken?: string | undefined;
1832
- MaxResults?: number | undefined;
1833
- CrossAccountFilterOption?: CrossAccountFilterOption | undefined;
1834
- VisibilityConditions?: VisibilityConditions[] | undefined;
1835
- }
@@ -0,0 +1,24 @@
1
+ import {
2
+ BooleanOperator,
3
+ CrossAccountFilterOption,
4
+ ResourceType,
5
+ SearchSortOrder,
6
+ } from "./enums";
7
+ import { Filter } from "./models_3";
8
+ import { NestedFilters, VisibilityConditions } from "./models_4";
9
+ export interface SearchExpression {
10
+ Filters?: Filter[] | undefined;
11
+ NestedFilters?: NestedFilters[] | undefined;
12
+ SubExpressions?: SearchExpression[] | undefined;
13
+ Operator?: BooleanOperator | undefined;
14
+ }
15
+ export interface SearchRequest {
16
+ Resource: ResourceType | undefined;
17
+ SearchExpression?: SearchExpression | undefined;
18
+ SortBy?: string | undefined;
19
+ SortOrder?: SearchSortOrder | undefined;
20
+ NextToken?: string | undefined;
21
+ MaxResults?: number | undefined;
22
+ CrossAccountFilterOption?: CrossAccountFilterOption | undefined;
23
+ VisibilityConditions?: VisibilityConditions[] | undefined;
24
+ }
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListAIBenchmarkJobsCommandInput,
4
+ ListAIBenchmarkJobsCommandOutput,
5
+ } from "../commands/ListAIBenchmarkJobsCommand";
6
+ import { SageMakerPaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateListAIBenchmarkJobs: (
8
+ config: SageMakerPaginationConfiguration,
9
+ input: ListAIBenchmarkJobsCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<ListAIBenchmarkJobsCommandOutput>;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListAIRecommendationJobsCommandInput,
4
+ ListAIRecommendationJobsCommandOutput,
5
+ } from "../commands/ListAIRecommendationJobsCommand";
6
+ import { SageMakerPaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateListAIRecommendationJobs: (
8
+ config: SageMakerPaginationConfiguration,
9
+ input: ListAIRecommendationJobsCommandInput,
10
+ ...rest: any[]
11
+ ) => Paginator<ListAIRecommendationJobsCommandOutput>;
@@ -0,0 +1,11 @@
1
+ import { Paginator } from "@smithy/types";
2
+ import {
3
+ ListAIWorkloadConfigsCommandInput,
4
+ ListAIWorkloadConfigsCommandOutput,
5
+ } from "../commands/ListAIWorkloadConfigsCommand";
6
+ import { SageMakerPaginationConfiguration } from "./Interfaces";
7
+ export declare const paginateListAIWorkloadConfigs: (
8
+ config: SageMakerPaginationConfiguration,
9
+ input: ListAIWorkloadConfigsCommandInput,
10
+ ...rest: any[]
11
+ ) => 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";