@aws-sdk/client-sagemaker 3.1033.0 → 3.1035.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (201) hide show
  1. package/README.md +98 -0
  2. package/dist-cjs/index.js +317 -8
  3. package/dist-cjs/schemas/schemas_0.js +718 -214
  4. package/dist-es/SageMaker.js +34 -0
  5. package/dist-es/commands/CreateAIBenchmarkJobCommand.js +16 -0
  6. package/dist-es/commands/CreateAIRecommendationJobCommand.js +16 -0
  7. package/dist-es/commands/CreateAIWorkloadConfigCommand.js +16 -0
  8. package/dist-es/commands/DeleteAIBenchmarkJobCommand.js +16 -0
  9. package/dist-es/commands/DeleteAIRecommendationJobCommand.js +16 -0
  10. package/dist-es/commands/DeleteAIWorkloadConfigCommand.js +16 -0
  11. package/dist-es/commands/DescribeAIBenchmarkJobCommand.js +16 -0
  12. package/dist-es/commands/DescribeAIRecommendationJobCommand.js +16 -0
  13. package/dist-es/commands/DescribeAIWorkloadConfigCommand.js +16 -0
  14. package/dist-es/commands/ListAIBenchmarkJobsCommand.js +16 -0
  15. package/dist-es/commands/ListAIRecommendationJobsCommand.js +16 -0
  16. package/dist-es/commands/ListAIWorkloadConfigsCommand.js +16 -0
  17. package/dist-es/commands/StopAIBenchmarkJobCommand.js +16 -0
  18. package/dist-es/commands/StopAIRecommendationJobCommand.js +16 -0
  19. package/dist-es/commands/index.js +14 -0
  20. package/dist-es/index.js +1 -0
  21. package/dist-es/models/enums.js +99 -8
  22. package/dist-es/models/models_5.js +1 -0
  23. package/dist-es/pagination/ListAIBenchmarkJobsPaginator.js +4 -0
  24. package/dist-es/pagination/ListAIRecommendationJobsPaginator.js +4 -0
  25. package/dist-es/pagination/ListAIWorkloadConfigsPaginator.js +4 -0
  26. package/dist-es/pagination/index.js +3 -0
  27. package/dist-es/schemas/schemas_0.js +679 -177
  28. package/dist-types/SageMaker.d.ts +122 -0
  29. package/dist-types/SageMakerClient.d.ts +16 -2
  30. package/dist-types/commands/BatchDescribeModelPackageCommand.d.ts +19 -0
  31. package/dist-types/commands/CreateAIBenchmarkJobCommand.d.ts +115 -0
  32. package/dist-types/commands/CreateAIRecommendationJobCommand.d.ts +122 -0
  33. package/dist-types/commands/CreateAIWorkloadConfigCommand.d.ts +103 -0
  34. package/dist-types/commands/CreateActionCommand.d.ts +1 -1
  35. package/dist-types/commands/CreateAlgorithmCommand.d.ts +21 -4
  36. package/dist-types/commands/CreateAppCommand.d.ts +1 -1
  37. package/dist-types/commands/CreateAppImageConfigCommand.d.ts +1 -1
  38. package/dist-types/commands/CreateArtifactCommand.d.ts +1 -1
  39. package/dist-types/commands/CreateAutoMLJobCommand.d.ts +1 -1
  40. package/dist-types/commands/CreateAutoMLJobV2Command.d.ts +1 -1
  41. package/dist-types/commands/CreateClusterCommand.d.ts +1 -1
  42. package/dist-types/commands/CreateClusterSchedulerConfigCommand.d.ts +1 -2
  43. package/dist-types/commands/CreateModelPackageCommand.d.ts +25 -0
  44. package/dist-types/commands/CreateOptimizationJobCommand.d.ts +1 -1
  45. package/dist-types/commands/CreatePartnerAppCommand.d.ts +1 -1
  46. package/dist-types/commands/CreatePartnerAppPresignedUrlCommand.d.ts +1 -1
  47. package/dist-types/commands/CreatePipelineCommand.d.ts +1 -1
  48. package/dist-types/commands/CreatePresignedDomainUrlCommand.d.ts +1 -1
  49. package/dist-types/commands/CreatePresignedMlflowAppUrlCommand.d.ts +1 -1
  50. package/dist-types/commands/CreatePresignedMlflowTrackingServerUrlCommand.d.ts +1 -1
  51. package/dist-types/commands/CreatePresignedNotebookInstanceUrlCommand.d.ts +1 -1
  52. package/dist-types/commands/CreateProcessingJobCommand.d.ts +1 -1
  53. package/dist-types/commands/CreateProjectCommand.d.ts +1 -1
  54. package/dist-types/commands/DeleteAIBenchmarkJobCommand.d.ts +77 -0
  55. package/dist-types/commands/DeleteAIRecommendationJobCommand.d.ts +77 -0
  56. package/dist-types/commands/DeleteAIWorkloadConfigCommand.d.ts +80 -0
  57. package/dist-types/commands/DescribeAIBenchmarkJobCommand.d.ts +121 -0
  58. package/dist-types/commands/DescribeAIRecommendationJobCommand.d.ts +170 -0
  59. package/dist-types/commands/DescribeAIWorkloadConfigCommand.d.ts +102 -0
  60. package/dist-types/commands/DescribeAlgorithmCommand.d.ts +20 -3
  61. package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +1 -1
  62. package/dist-types/commands/DescribeLabelingJobCommand.d.ts +1 -1
  63. package/dist-types/commands/DescribeLineageGroupCommand.d.ts +1 -1
  64. package/dist-types/commands/DescribeMlflowAppCommand.d.ts +1 -1
  65. package/dist-types/commands/DescribeMlflowTrackingServerCommand.d.ts +1 -1
  66. package/dist-types/commands/DescribeModelBiasJobDefinitionCommand.d.ts +1 -1
  67. package/dist-types/commands/DescribeModelCardCommand.d.ts +1 -1
  68. package/dist-types/commands/DescribeModelCardExportJobCommand.d.ts +1 -1
  69. package/dist-types/commands/DescribeModelCommand.d.ts +1 -1
  70. package/dist-types/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +1 -1
  71. package/dist-types/commands/DescribeModelPackageCommand.d.ts +26 -1
  72. package/dist-types/commands/DescribeModelPackageGroupCommand.d.ts +1 -1
  73. package/dist-types/commands/DescribeModelQualityJobDefinitionCommand.d.ts +1 -1
  74. package/dist-types/commands/DescribeMonitoringScheduleCommand.d.ts +1 -1
  75. package/dist-types/commands/DescribeNotebookInstanceCommand.d.ts +1 -1
  76. package/dist-types/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
  77. package/dist-types/commands/DescribeOptimizationJobCommand.d.ts +2 -2
  78. package/dist-types/commands/DescribePartnerAppCommand.d.ts +1 -2
  79. package/dist-types/commands/ListAIBenchmarkJobsCommand.d.ts +91 -0
  80. package/dist-types/commands/ListAIRecommendationJobsCommand.d.ts +90 -0
  81. package/dist-types/commands/ListAIWorkloadConfigsCommand.d.ts +87 -0
  82. package/dist-types/commands/ListModelCardVersionsCommand.d.ts +2 -1
  83. package/dist-types/commands/ListModelExplainabilityJobDefinitionsCommand.d.ts +1 -1
  84. package/dist-types/commands/ListModelMetadataCommand.d.ts +1 -1
  85. package/dist-types/commands/ListModelPackageGroupsCommand.d.ts +1 -1
  86. package/dist-types/commands/ListModelPackagesCommand.d.ts +1 -1
  87. package/dist-types/commands/ListModelQualityJobDefinitionsCommand.d.ts +1 -1
  88. package/dist-types/commands/ListModelsCommand.d.ts +1 -1
  89. package/dist-types/commands/ListMonitoringAlertHistoryCommand.d.ts +1 -1
  90. package/dist-types/commands/ListMonitoringAlertsCommand.d.ts +1 -1
  91. package/dist-types/commands/ListMonitoringExecutionsCommand.d.ts +1 -1
  92. package/dist-types/commands/ListMonitoringSchedulesCommand.d.ts +1 -1
  93. package/dist-types/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +1 -1
  94. package/dist-types/commands/ListNotebookInstancesCommand.d.ts +1 -1
  95. package/dist-types/commands/ListOptimizationJobsCommand.d.ts +2 -2
  96. package/dist-types/commands/ListPartnerAppsCommand.d.ts +1 -1
  97. package/dist-types/commands/ListPipelineExecutionStepsCommand.d.ts +1 -2
  98. package/dist-types/commands/ListPipelineExecutionsCommand.d.ts +1 -1
  99. package/dist-types/commands/SearchCommand.d.ts +27 -35
  100. package/dist-types/commands/StopAIBenchmarkJobCommand.d.ts +77 -0
  101. package/dist-types/commands/StopAIRecommendationJobCommand.d.ts +77 -0
  102. package/dist-types/commands/UpdateModelPackageCommand.d.ts +26 -14
  103. package/dist-types/commands/index.d.ts +14 -0
  104. package/dist-types/index.d.ts +1 -0
  105. package/dist-types/models/enums.d.ts +187 -16
  106. package/dist-types/models/models_0.d.ts +3225 -3460
  107. package/dist-types/models/models_1.d.ts +3498 -3293
  108. package/dist-types/models/models_2.d.ts +3410 -4095
  109. package/dist-types/models/models_3.d.ts +4524 -4193
  110. package/dist-types/models/models_4.d.ts +1679 -76
  111. package/dist-types/models/models_5.d.ts +74 -0
  112. package/dist-types/pagination/ListAIBenchmarkJobsPaginator.d.ts +7 -0
  113. package/dist-types/pagination/ListAIRecommendationJobsPaginator.d.ts +7 -0
  114. package/dist-types/pagination/ListAIWorkloadConfigsPaginator.d.ts +7 -0
  115. package/dist-types/pagination/index.d.ts +3 -0
  116. package/dist-types/schemas/schemas_0.d.ts +74 -0
  117. package/dist-types/ts3.4/SageMaker.d.ts +262 -0
  118. package/dist-types/ts3.4/SageMakerClient.d.ts +84 -0
  119. package/dist-types/ts3.4/commands/CreateAIBenchmarkJobCommand.d.ts +51 -0
  120. package/dist-types/ts3.4/commands/CreateAIRecommendationJobCommand.d.ts +51 -0
  121. package/dist-types/ts3.4/commands/CreateAIWorkloadConfigCommand.d.ts +51 -0
  122. package/dist-types/ts3.4/commands/CreateActionCommand.d.ts +1 -1
  123. package/dist-types/ts3.4/commands/CreateAlgorithmCommand.d.ts +1 -1
  124. package/dist-types/ts3.4/commands/CreateAppCommand.d.ts +1 -1
  125. package/dist-types/ts3.4/commands/CreateAppImageConfigCommand.d.ts +1 -1
  126. package/dist-types/ts3.4/commands/CreateArtifactCommand.d.ts +1 -1
  127. package/dist-types/ts3.4/commands/CreateAutoMLJobCommand.d.ts +1 -1
  128. package/dist-types/ts3.4/commands/CreateAutoMLJobV2Command.d.ts +1 -1
  129. package/dist-types/ts3.4/commands/CreateClusterCommand.d.ts +1 -1
  130. package/dist-types/ts3.4/commands/CreateClusterSchedulerConfigCommand.d.ts +4 -2
  131. package/dist-types/ts3.4/commands/CreatePartnerAppCommand.d.ts +1 -1
  132. package/dist-types/ts3.4/commands/CreatePartnerAppPresignedUrlCommand.d.ts +1 -1
  133. package/dist-types/ts3.4/commands/CreatePipelineCommand.d.ts +1 -1
  134. package/dist-types/ts3.4/commands/CreatePresignedDomainUrlCommand.d.ts +1 -1
  135. package/dist-types/ts3.4/commands/CreatePresignedMlflowAppUrlCommand.d.ts +1 -1
  136. package/dist-types/ts3.4/commands/CreatePresignedMlflowTrackingServerUrlCommand.d.ts +1 -1
  137. package/dist-types/ts3.4/commands/CreatePresignedNotebookInstanceUrlCommand.d.ts +1 -1
  138. package/dist-types/ts3.4/commands/CreateProcessingJobCommand.d.ts +1 -1
  139. package/dist-types/ts3.4/commands/CreateProjectCommand.d.ts +1 -1
  140. package/dist-types/ts3.4/commands/DeleteAIBenchmarkJobCommand.d.ts +51 -0
  141. package/dist-types/ts3.4/commands/DeleteAIRecommendationJobCommand.d.ts +51 -0
  142. package/dist-types/ts3.4/commands/DeleteAIWorkloadConfigCommand.d.ts +51 -0
  143. package/dist-types/ts3.4/commands/DescribeAIBenchmarkJobCommand.d.ts +51 -0
  144. package/dist-types/ts3.4/commands/DescribeAIRecommendationJobCommand.d.ts +51 -0
  145. package/dist-types/ts3.4/commands/DescribeAIWorkloadConfigCommand.d.ts +51 -0
  146. package/dist-types/ts3.4/commands/DescribeInferenceRecommendationsJobCommand.d.ts +1 -1
  147. package/dist-types/ts3.4/commands/DescribeLabelingJobCommand.d.ts +1 -1
  148. package/dist-types/ts3.4/commands/DescribeLineageGroupCommand.d.ts +1 -1
  149. package/dist-types/ts3.4/commands/DescribeMlflowAppCommand.d.ts +1 -1
  150. package/dist-types/ts3.4/commands/DescribeMlflowTrackingServerCommand.d.ts +1 -1
  151. package/dist-types/ts3.4/commands/DescribeModelBiasJobDefinitionCommand.d.ts +1 -1
  152. package/dist-types/ts3.4/commands/DescribeModelCardCommand.d.ts +1 -1
  153. package/dist-types/ts3.4/commands/DescribeModelCardExportJobCommand.d.ts +1 -1
  154. package/dist-types/ts3.4/commands/DescribeModelCommand.d.ts +1 -1
  155. package/dist-types/ts3.4/commands/DescribeModelExplainabilityJobDefinitionCommand.d.ts +1 -1
  156. package/dist-types/ts3.4/commands/DescribeModelPackageCommand.d.ts +1 -1
  157. package/dist-types/ts3.4/commands/DescribeModelPackageGroupCommand.d.ts +1 -1
  158. package/dist-types/ts3.4/commands/DescribeModelQualityJobDefinitionCommand.d.ts +1 -1
  159. package/dist-types/ts3.4/commands/DescribeMonitoringScheduleCommand.d.ts +1 -1
  160. package/dist-types/ts3.4/commands/DescribeNotebookInstanceCommand.d.ts +1 -1
  161. package/dist-types/ts3.4/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -1
  162. package/dist-types/ts3.4/commands/DescribeOptimizationJobCommand.d.ts +1 -1
  163. package/dist-types/ts3.4/commands/DescribePartnerAppCommand.d.ts +4 -2
  164. package/dist-types/ts3.4/commands/ListAIBenchmarkJobsCommand.d.ts +51 -0
  165. package/dist-types/ts3.4/commands/ListAIRecommendationJobsCommand.d.ts +51 -0
  166. package/dist-types/ts3.4/commands/ListAIWorkloadConfigsCommand.d.ts +51 -0
  167. package/dist-types/ts3.4/commands/ListModelCardVersionsCommand.d.ts +2 -4
  168. package/dist-types/ts3.4/commands/ListModelExplainabilityJobDefinitionsCommand.d.ts +1 -1
  169. package/dist-types/ts3.4/commands/ListModelMetadataCommand.d.ts +1 -1
  170. package/dist-types/ts3.4/commands/ListModelPackageGroupsCommand.d.ts +1 -1
  171. package/dist-types/ts3.4/commands/ListModelPackagesCommand.d.ts +1 -1
  172. package/dist-types/ts3.4/commands/ListModelQualityJobDefinitionsCommand.d.ts +1 -1
  173. package/dist-types/ts3.4/commands/ListModelsCommand.d.ts +1 -1
  174. package/dist-types/ts3.4/commands/ListMonitoringAlertHistoryCommand.d.ts +1 -1
  175. package/dist-types/ts3.4/commands/ListMonitoringAlertsCommand.d.ts +1 -1
  176. package/dist-types/ts3.4/commands/ListMonitoringExecutionsCommand.d.ts +1 -1
  177. package/dist-types/ts3.4/commands/ListMonitoringSchedulesCommand.d.ts +1 -1
  178. package/dist-types/ts3.4/commands/ListNotebookInstanceLifecycleConfigsCommand.d.ts +1 -1
  179. package/dist-types/ts3.4/commands/ListNotebookInstancesCommand.d.ts +1 -1
  180. package/dist-types/ts3.4/commands/ListOptimizationJobsCommand.d.ts +1 -1
  181. package/dist-types/ts3.4/commands/ListPartnerAppsCommand.d.ts +1 -1
  182. package/dist-types/ts3.4/commands/ListPipelineExecutionStepsCommand.d.ts +4 -2
  183. package/dist-types/ts3.4/commands/ListPipelineExecutionsCommand.d.ts +1 -1
  184. package/dist-types/ts3.4/commands/SearchCommand.d.ts +2 -1
  185. package/dist-types/ts3.4/commands/StopAIBenchmarkJobCommand.d.ts +51 -0
  186. package/dist-types/ts3.4/commands/StopAIRecommendationJobCommand.d.ts +51 -0
  187. package/dist-types/ts3.4/commands/index.d.ts +14 -0
  188. package/dist-types/ts3.4/index.d.ts +1 -0
  189. package/dist-types/ts3.4/models/enums.d.ts +123 -12
  190. package/dist-types/ts3.4/models/models_0.d.ts +218 -242
  191. package/dist-types/ts3.4/models/models_1.d.ts +296 -217
  192. package/dist-types/ts3.4/models/models_2.d.ts +303 -488
  193. package/dist-types/ts3.4/models/models_3.d.ts +535 -426
  194. package/dist-types/ts3.4/models/models_4.d.ts +431 -42
  195. package/dist-types/ts3.4/models/models_5.d.ts +24 -0
  196. package/dist-types/ts3.4/pagination/ListAIBenchmarkJobsPaginator.d.ts +11 -0
  197. package/dist-types/ts3.4/pagination/ListAIRecommendationJobsPaginator.d.ts +11 -0
  198. package/dist-types/ts3.4/pagination/ListAIWorkloadConfigsPaginator.d.ts +11 -0
  199. package/dist-types/ts3.4/pagination/index.d.ts +3 -0
  200. package/dist-types/ts3.4/schemas/schemas_0.d.ts +74 -0
  201. package/package.json +19 -19
@@ -1,6 +1,8 @@
1
1
  import {
2
2
  _InstanceType,
3
3
  AccountDefaultStatus,
4
+ AIBenchmarkJobStatus,
5
+ AIRecommendationJobStatus,
4
6
  AlgorithmSortBy,
5
7
  AppImageConfigSortKey,
6
8
  AppSortKey,
@@ -16,8 +18,9 @@ import {
16
18
  CodeRepositorySortBy,
17
19
  CodeRepositorySortOrder,
18
20
  CompilationJobStatus,
19
- CrossAccountFilterOption,
21
+ DetailedModelPackageStatus,
20
22
  DeviceDeploymentStatus,
23
+ DirectInternetAccess,
21
24
  DomainStatus,
22
25
  EdgePackagingJobStatus,
23
26
  EndpointConfigSortKey,
@@ -53,40 +56,33 @@ import {
53
56
  IPAddressType,
54
57
  IsTrackingServerActive,
55
58
  LabelingJobStatus,
59
+ ListAIBenchmarkJobsSortBy,
60
+ ListAIRecommendationJobsSortBy,
61
+ ListAIWorkloadConfigsSortBy,
56
62
  ListCompilationJobsSortBy,
57
63
  ListDeviceFleetsSortBy,
58
64
  ListEdgeDeploymentPlansSortBy,
59
65
  ListEdgePackagingJobsSortBy,
60
66
  ListInferenceRecommendationsJobsSortBy,
61
67
  ListLabelingJobsForWorkteamSortByOptions,
62
- ListOptimizationJobsSortBy,
68
+ MaintenanceStatus,
63
69
  MlflowAppStatus,
64
70
  ModelApprovalStatus,
65
71
  ModelCardExportJobSortBy,
66
72
  ModelCardExportJobSortOrder,
67
73
  ModelCardExportJobStatus,
74
+ ModelCardProcessingStatus,
68
75
  ModelCardSortBy,
69
76
  ModelCardSortOrder,
70
77
  ModelCardStatus,
71
78
  ModelCardVersionSortBy,
72
- ModelMetadataFilterType,
73
- ModelPackageGroupSortBy,
74
79
  ModelPackageGroupStatus,
75
80
  ModelPackageRegistrationType,
76
- ModelPackageSortBy,
77
81
  ModelPackageStatus,
78
- ModelPackageType,
79
- ModelSortKey,
80
- MonitoringAlertHistorySortKey,
81
- MonitoringAlertStatus,
82
- MonitoringExecutionSortKey,
82
+ ModelRegistrationMode,
83
83
  MonitoringJobDefinitionSortKey,
84
- MonitoringScheduleSortKey,
85
84
  MonitoringType,
86
- NotebookInstanceLifecycleConfigSortKey,
87
- NotebookInstanceLifecycleConfigSortOrder,
88
- NotebookInstanceSortKey,
89
- NotebookInstanceSortOrder,
85
+ NotebookInstanceAcceleratorType,
90
86
  NotebookInstanceStatus,
91
87
  OfflineStoreStatusValue,
92
88
  Operator,
@@ -99,6 +95,7 @@ import {
99
95
  PipelineExecutionStatus,
100
96
  PipelineStatus,
101
97
  ProcessingJobStatus,
98
+ ProductionVariantInstanceType,
102
99
  ProfilingStatus,
103
100
  ProjectStatus,
104
101
  RecommendationJobStatus,
@@ -108,12 +105,14 @@ import {
108
105
  ReservedCapacityStatus,
109
106
  ReservedCapacityType,
110
107
  ResourceType,
108
+ RootAccess,
111
109
  RuleEvaluationStatus,
112
110
  SageMakerResourceName,
113
111
  SagemakerServicecatalogStatus,
114
112
  SchedulerResourceStatus,
115
113
  ScheduleStatus,
116
114
  SecondaryStatus,
115
+ SkipModelValidation,
117
116
  SortActionsBy,
118
117
  SortArtifactsBy,
119
118
  SortAssociationsBy,
@@ -125,11 +124,12 @@ import {
125
124
  SortLineageGroupsBy,
126
125
  SortMlflowAppBy,
127
126
  SortOrder,
128
- SortPipelineExecutionsBy,
129
127
  SortQuotaBy,
130
128
  SortTrackingServerBy,
131
129
  SpaceStatus,
132
130
  StudioLifecycleConfigAppType,
131
+ TrackingServerMaintenanceStatus,
132
+ TrackingServerSize,
133
133
  TrackingServerStatus,
134
134
  TrainingJobStatus,
135
135
  TrainingPlanStatus,
@@ -142,7 +142,11 @@ import {
142
142
  } from "./enums";
143
143
  import {
144
144
  ActionSummary,
145
+ AdditionalInferenceSpecificationDefinition,
145
146
  AgentVersion,
147
+ AIBenchmarkJobSummary,
148
+ AIRecommendationJobSummary,
149
+ AIWorkloadConfigSummary,
146
150
  AlgorithmSpecification,
147
151
  AlgorithmSummary,
148
152
  AmazonQSettings,
@@ -167,8 +171,7 @@ import {
167
171
  CognitoConfig,
168
172
  CompilationJobSummary,
169
173
  ComputeQuotaSummary,
170
- ContextSummary,
171
- MetadataProperties,
174
+ InferenceSpecification,
172
175
  OutputDataConfig,
173
176
  OutputParameter,
174
177
  ResourceConfig,
@@ -182,31 +185,61 @@ import {
182
185
  VpcConfig,
183
186
  } from "./models_0";
184
187
  import {
188
+ ContainerDefinition,
189
+ ContextSummary,
185
190
  DockerSettings,
191
+ DriftCheckBaselines,
186
192
  EdgeOutputConfig,
187
- ExperimentConfig,
193
+ EndpointInfo,
188
194
  FeatureDefinition,
195
+ HumanTaskConfig,
189
196
  HyperParameterTrainingJobDefinition,
190
197
  HyperParameterTuningJobConfig,
191
198
  HyperParameterTuningJobWarmStartConfig,
199
+ InferenceExecutionConfig,
192
200
  InferenceExperimentSchedule,
201
+ InstanceMetadataServiceConfiguration,
202
+ LabelingJobAlgorithmsConfig,
193
203
  LabelingJobInputConfig,
204
+ LabelingJobOutputConfig,
205
+ LabelingJobStoppingConditions,
206
+ MetadataProperties,
207
+ ModelBiasAppSpecification,
208
+ ModelBiasBaselineConfig,
209
+ ModelBiasJobInput,
210
+ ModelCardExportOutputConfig,
211
+ ModelCardSecurityConfig,
212
+ ModelExplainabilityAppSpecification,
213
+ ModelExplainabilityBaselineConfig,
214
+ ModelExplainabilityJobInput,
194
215
  ModelLifeCycle,
216
+ ModelMetrics,
217
+ ModelPackageModelCard,
218
+ ModelPackageSecurityConfig,
219
+ ModelPackageValidationSpecification,
220
+ ModelQualityAppSpecification,
221
+ ModelQualityBaselineConfig,
222
+ ModelQualityJobInput,
223
+ MonitoringNetworkConfig,
224
+ MonitoringOutputConfig,
225
+ MonitoringResources,
195
226
  MonitoringScheduleConfig,
227
+ MonitoringStoppingCondition,
196
228
  NetworkConfig,
229
+ NotebookInstanceLifecycleHook,
197
230
  OfflineStoreConfig,
198
231
  OnlineStoreConfig,
199
- OwnershipSettings,
200
- ParallelismConfiguration,
232
+ OptimizationConfig,
233
+ OptimizationJobModelSource,
234
+ OptimizationJobOutputConfig,
235
+ OptimizationVpcConfig,
201
236
  PartnerAppConfig,
202
- PartnerAppMaintenanceConfig,
203
- ProcessingInput,
204
- ProcessingOutputConfig,
205
- ProcessingResources,
206
- ProcessingStoppingCondition,
237
+ ProductionVariantServerlessConfig,
238
+ RecommendationJobInputConfig,
239
+ RecommendationJobStoppingConditions,
207
240
  ResourceLimits,
208
241
  RetryStrategy,
209
- ServiceCatalogProvisioningDetails,
242
+ SourceAlgorithmSpecification,
210
243
  TrustedIdentityPropagationSettings,
211
244
  UnifiedStudioSettings,
212
245
  UserSettings,
@@ -218,34 +251,36 @@ import {
218
251
  DebugHookConfig,
219
252
  DebugRuleConfiguration,
220
253
  DebugRuleEvaluationStatus,
221
- EndpointOutputConfiguration,
222
- ErrorInfo,
254
+ DeploymentRecommendation,
255
+ ExperimentConfig,
223
256
  ExperimentSource,
224
257
  FeatureParameter,
225
258
  HyperParameterTrainingJobSummary,
226
259
  HyperParameterTuningJobCompletionDetails,
227
260
  HyperParameterTuningJobConsumedResources,
228
- InferenceMetrics,
229
261
  InfraCheckConfig,
230
- LabelCounters,
231
- LabelingJobOutput,
232
262
  LastUpdateStatus,
233
263
  MemberDefinition,
234
264
  MlflowConfig,
235
265
  ModelArtifacts,
236
266
  ModelClientConfig,
237
- ModelConfiguration,
238
267
  ModelPackageConfig,
239
- MonitoringExecutionSummary,
240
268
  NotificationConfiguration,
241
269
  ObjectiveStatusCounters,
242
270
  OfflineStoreStatus,
271
+ OwnershipSettings,
272
+ ParallelismConfiguration,
273
+ PartnerAppMaintenanceConfig,
274
+ ProcessingInput,
275
+ ProcessingOutputConfig,
276
+ ProcessingResources,
277
+ ProcessingStoppingCondition,
243
278
  ProductionVariantSummary,
244
279
  ProfilerConfig,
245
280
  ProfilerRuleConfiguration,
246
- RecommendationMetrics,
247
281
  RemoteDebugConfig,
248
282
  ServerlessJobConfig,
283
+ ServiceCatalogProvisioningDetails,
249
284
  SourceIpConfig,
250
285
  SpaceSettings,
251
286
  SpaceSharingSettings,
@@ -256,6 +291,419 @@ import {
256
291
  TrialComponentStatus,
257
292
  WorkerAccessConfiguration,
258
293
  } from "./models_2";
294
+ export interface DescribeInferenceRecommendationsJobRequest {
295
+ JobName: string | undefined;
296
+ }
297
+ export interface InferenceMetrics {
298
+ MaxInvocations: number | undefined;
299
+ ModelLatency: number | undefined;
300
+ }
301
+ export interface EndpointPerformance {
302
+ Metrics: InferenceMetrics | undefined;
303
+ EndpointInfo: EndpointInfo | undefined;
304
+ }
305
+ export interface EndpointOutputConfiguration {
306
+ EndpointName: string | undefined;
307
+ VariantName: string | undefined;
308
+ InstanceType?: ProductionVariantInstanceType | undefined;
309
+ InitialInstanceCount?: number | undefined;
310
+ ServerlessConfig?: ProductionVariantServerlessConfig | undefined;
311
+ }
312
+ export interface RecommendationMetrics {
313
+ CostPerHour?: number | undefined;
314
+ CostPerInference?: number | undefined;
315
+ MaxInvocations?: number | undefined;
316
+ ModelLatency?: number | undefined;
317
+ CpuUtilization?: number | undefined;
318
+ MemoryUtilization?: number | undefined;
319
+ ModelSetupTime?: number | undefined;
320
+ }
321
+ export interface EnvironmentParameter {
322
+ Key: string | undefined;
323
+ ValueType: string | undefined;
324
+ Value: string | undefined;
325
+ }
326
+ export interface ModelConfiguration {
327
+ InferenceSpecificationName?: string | undefined;
328
+ EnvironmentParameters?: EnvironmentParameter[] | undefined;
329
+ CompilationJobName?: string | undefined;
330
+ }
331
+ export interface InferenceRecommendation {
332
+ RecommendationId?: string | undefined;
333
+ Metrics?: RecommendationMetrics | undefined;
334
+ EndpointConfiguration: EndpointOutputConfiguration | undefined;
335
+ ModelConfiguration: ModelConfiguration | undefined;
336
+ InvocationEndTime?: Date | undefined;
337
+ InvocationStartTime?: Date | undefined;
338
+ }
339
+ export interface DescribeInferenceRecommendationsJobResponse {
340
+ JobName: string | undefined;
341
+ JobDescription?: string | undefined;
342
+ JobType: RecommendationJobType | undefined;
343
+ JobArn: string | undefined;
344
+ RoleArn: string | undefined;
345
+ Status: RecommendationJobStatus | undefined;
346
+ CreationTime: Date | undefined;
347
+ CompletionTime?: Date | undefined;
348
+ LastModifiedTime: Date | undefined;
349
+ FailureReason?: string | undefined;
350
+ InputConfig: RecommendationJobInputConfig | undefined;
351
+ StoppingConditions?: RecommendationJobStoppingConditions | undefined;
352
+ InferenceRecommendations?: InferenceRecommendation[] | undefined;
353
+ EndpointPerformances?: EndpointPerformance[] | undefined;
354
+ }
355
+ export interface DescribeLabelingJobRequest {
356
+ LabelingJobName: string | undefined;
357
+ }
358
+ export interface LabelCounters {
359
+ TotalLabeled?: number | undefined;
360
+ HumanLabeled?: number | undefined;
361
+ MachineLabeled?: number | undefined;
362
+ FailedNonRetryableError?: number | undefined;
363
+ Unlabeled?: number | undefined;
364
+ }
365
+ export interface LabelingJobOutput {
366
+ OutputDatasetS3Uri: string | undefined;
367
+ FinalActiveLearningModelArn?: string | undefined;
368
+ }
369
+ export interface DescribeLabelingJobResponse {
370
+ LabelingJobStatus: LabelingJobStatus | undefined;
371
+ LabelCounters: LabelCounters | undefined;
372
+ FailureReason?: string | undefined;
373
+ CreationTime: Date | undefined;
374
+ LastModifiedTime: Date | undefined;
375
+ JobReferenceCode: string | undefined;
376
+ LabelingJobName: string | undefined;
377
+ LabelingJobArn: string | undefined;
378
+ LabelAttributeName?: string | undefined;
379
+ InputConfig: LabelingJobInputConfig | undefined;
380
+ OutputConfig: LabelingJobOutputConfig | undefined;
381
+ RoleArn: string | undefined;
382
+ LabelCategoryConfigS3Uri?: string | undefined;
383
+ StoppingConditions?: LabelingJobStoppingConditions | undefined;
384
+ LabelingJobAlgorithmsConfig?: LabelingJobAlgorithmsConfig | undefined;
385
+ HumanTaskConfig: HumanTaskConfig | undefined;
386
+ Tags?: Tag[] | undefined;
387
+ LabelingJobOutput?: LabelingJobOutput | undefined;
388
+ }
389
+ export interface DescribeLineageGroupRequest {
390
+ LineageGroupName: string | undefined;
391
+ }
392
+ export interface DescribeLineageGroupResponse {
393
+ LineageGroupName?: string | undefined;
394
+ LineageGroupArn?: string | undefined;
395
+ DisplayName?: string | undefined;
396
+ Description?: string | undefined;
397
+ CreationTime?: Date | undefined;
398
+ CreatedBy?: UserContext | undefined;
399
+ LastModifiedTime?: Date | undefined;
400
+ LastModifiedBy?: UserContext | undefined;
401
+ }
402
+ export interface DescribeMlflowAppRequest {
403
+ Arn: string | undefined;
404
+ }
405
+ export interface DescribeMlflowAppResponse {
406
+ Arn?: string | undefined;
407
+ Name?: string | undefined;
408
+ ArtifactStoreUri?: string | undefined;
409
+ MlflowVersion?: string | undefined;
410
+ RoleArn?: string | undefined;
411
+ Status?: MlflowAppStatus | undefined;
412
+ ModelRegistrationMode?: ModelRegistrationMode | undefined;
413
+ AccountDefaultStatus?: AccountDefaultStatus | undefined;
414
+ DefaultDomainIdList?: string[] | undefined;
415
+ CreationTime?: Date | undefined;
416
+ CreatedBy?: UserContext | undefined;
417
+ LastModifiedTime?: Date | undefined;
418
+ LastModifiedBy?: UserContext | undefined;
419
+ WeeklyMaintenanceWindowStart?: string | undefined;
420
+ MaintenanceStatus?: MaintenanceStatus | undefined;
421
+ }
422
+ export interface DescribeMlflowTrackingServerRequest {
423
+ TrackingServerName: string | undefined;
424
+ }
425
+ export interface DescribeMlflowTrackingServerResponse {
426
+ TrackingServerArn?: string | undefined;
427
+ TrackingServerName?: string | undefined;
428
+ ArtifactStoreUri?: string | undefined;
429
+ TrackingServerSize?: TrackingServerSize | undefined;
430
+ MlflowVersion?: string | undefined;
431
+ RoleArn?: string | undefined;
432
+ TrackingServerStatus?: TrackingServerStatus | undefined;
433
+ TrackingServerMaintenanceStatus?: TrackingServerMaintenanceStatus | undefined;
434
+ IsActive?: IsTrackingServerActive | undefined;
435
+ TrackingServerUrl?: string | undefined;
436
+ WeeklyMaintenanceWindowStart?: string | undefined;
437
+ AutomaticModelRegistration?: boolean | undefined;
438
+ CreationTime?: Date | undefined;
439
+ CreatedBy?: UserContext | undefined;
440
+ LastModifiedTime?: Date | undefined;
441
+ LastModifiedBy?: UserContext | undefined;
442
+ S3BucketOwnerAccountId?: string | undefined;
443
+ S3BucketOwnerVerification?: boolean | undefined;
444
+ }
445
+ export interface DescribeModelInput {
446
+ ModelName: string | undefined;
447
+ }
448
+ export interface DescribeModelOutput {
449
+ ModelName: string | undefined;
450
+ PrimaryContainer?: ContainerDefinition | undefined;
451
+ Containers?: ContainerDefinition[] | undefined;
452
+ InferenceExecutionConfig?: InferenceExecutionConfig | undefined;
453
+ ExecutionRoleArn?: string | undefined;
454
+ VpcConfig?: VpcConfig | undefined;
455
+ CreationTime: Date | undefined;
456
+ ModelArn: string | undefined;
457
+ EnableNetworkIsolation?: boolean | undefined;
458
+ DeploymentRecommendation?: DeploymentRecommendation | undefined;
459
+ }
460
+ export interface DescribeModelBiasJobDefinitionRequest {
461
+ JobDefinitionName: string | undefined;
462
+ }
463
+ export interface DescribeModelBiasJobDefinitionResponse {
464
+ JobDefinitionArn: string | undefined;
465
+ JobDefinitionName: string | undefined;
466
+ CreationTime: Date | undefined;
467
+ ModelBiasBaselineConfig?: ModelBiasBaselineConfig | undefined;
468
+ ModelBiasAppSpecification: ModelBiasAppSpecification | undefined;
469
+ ModelBiasJobInput: ModelBiasJobInput | undefined;
470
+ ModelBiasJobOutputConfig: MonitoringOutputConfig | undefined;
471
+ JobResources: MonitoringResources | undefined;
472
+ NetworkConfig?: MonitoringNetworkConfig | undefined;
473
+ RoleArn: string | undefined;
474
+ StoppingCondition?: MonitoringStoppingCondition | undefined;
475
+ }
476
+ export interface DescribeModelCardRequest {
477
+ ModelCardName: string | undefined;
478
+ ModelCardVersion?: number | undefined;
479
+ }
480
+ export interface DescribeModelCardResponse {
481
+ ModelCardArn: string | undefined;
482
+ ModelCardName: string | undefined;
483
+ ModelCardVersion: number | undefined;
484
+ Content: string | undefined;
485
+ ModelCardStatus: ModelCardStatus | undefined;
486
+ SecurityConfig?: ModelCardSecurityConfig | undefined;
487
+ CreationTime: Date | undefined;
488
+ CreatedBy: UserContext | undefined;
489
+ LastModifiedTime?: Date | undefined;
490
+ LastModifiedBy?: UserContext | undefined;
491
+ ModelCardProcessingStatus?: ModelCardProcessingStatus | undefined;
492
+ }
493
+ export interface DescribeModelCardExportJobRequest {
494
+ ModelCardExportJobArn: string | undefined;
495
+ }
496
+ export interface ModelCardExportArtifacts {
497
+ S3ExportArtifacts: string | undefined;
498
+ }
499
+ export interface DescribeModelCardExportJobResponse {
500
+ ModelCardExportJobName: string | undefined;
501
+ ModelCardExportJobArn: string | undefined;
502
+ Status: ModelCardExportJobStatus | undefined;
503
+ ModelCardName: string | undefined;
504
+ ModelCardVersion: number | undefined;
505
+ OutputConfig: ModelCardExportOutputConfig | undefined;
506
+ CreatedAt: Date | undefined;
507
+ LastModifiedAt: Date | undefined;
508
+ FailureReason?: string | undefined;
509
+ ExportArtifacts?: ModelCardExportArtifacts | undefined;
510
+ }
511
+ export interface DescribeModelExplainabilityJobDefinitionRequest {
512
+ JobDefinitionName: string | undefined;
513
+ }
514
+ export interface DescribeModelExplainabilityJobDefinitionResponse {
515
+ JobDefinitionArn: string | undefined;
516
+ JobDefinitionName: string | undefined;
517
+ CreationTime: Date | undefined;
518
+ ModelExplainabilityBaselineConfig?:
519
+ | ModelExplainabilityBaselineConfig
520
+ | undefined;
521
+ ModelExplainabilityAppSpecification:
522
+ | ModelExplainabilityAppSpecification
523
+ | undefined;
524
+ ModelExplainabilityJobInput: ModelExplainabilityJobInput | undefined;
525
+ ModelExplainabilityJobOutputConfig: MonitoringOutputConfig | undefined;
526
+ JobResources: MonitoringResources | undefined;
527
+ NetworkConfig?: MonitoringNetworkConfig | undefined;
528
+ RoleArn: string | undefined;
529
+ StoppingCondition?: MonitoringStoppingCondition | undefined;
530
+ }
531
+ export interface DescribeModelPackageInput {
532
+ ModelPackageName: string | undefined;
533
+ }
534
+ export interface ModelPackageStatusItem {
535
+ Name: string | undefined;
536
+ Status: DetailedModelPackageStatus | undefined;
537
+ FailureReason?: string | undefined;
538
+ }
539
+ export interface ModelPackageStatusDetails {
540
+ ValidationStatuses: ModelPackageStatusItem[] | undefined;
541
+ ImageScanStatuses?: ModelPackageStatusItem[] | undefined;
542
+ }
543
+ export interface DescribeModelPackageOutput {
544
+ ModelPackageName: string | undefined;
545
+ ModelPackageGroupName?: string | undefined;
546
+ ModelPackageVersion?: number | undefined;
547
+ ModelPackageRegistrationType?: ModelPackageRegistrationType | undefined;
548
+ ModelPackageArn: string | undefined;
549
+ ModelPackageDescription?: string | undefined;
550
+ CreationTime: Date | undefined;
551
+ InferenceSpecification?: InferenceSpecification | undefined;
552
+ SourceAlgorithmSpecification?: SourceAlgorithmSpecification | undefined;
553
+ ValidationSpecification?: ModelPackageValidationSpecification | undefined;
554
+ ModelPackageStatus: ModelPackageStatus | undefined;
555
+ ModelPackageStatusDetails: ModelPackageStatusDetails | undefined;
556
+ CertifyForMarketplace?: boolean | undefined;
557
+ ModelApprovalStatus?: ModelApprovalStatus | undefined;
558
+ CreatedBy?: UserContext | undefined;
559
+ MetadataProperties?: MetadataProperties | undefined;
560
+ ModelMetrics?: ModelMetrics | undefined;
561
+ LastModifiedTime?: Date | undefined;
562
+ LastModifiedBy?: UserContext | undefined;
563
+ ApprovalDescription?: string | undefined;
564
+ Domain?: string | undefined;
565
+ Task?: string | undefined;
566
+ SamplePayloadUrl?: string | undefined;
567
+ CustomerMetadataProperties?: Record<string, string> | undefined;
568
+ DriftCheckBaselines?: DriftCheckBaselines | undefined;
569
+ AdditionalInferenceSpecifications?:
570
+ | AdditionalInferenceSpecificationDefinition[]
571
+ | undefined;
572
+ SkipModelValidation?: SkipModelValidation | undefined;
573
+ SourceUri?: string | undefined;
574
+ SecurityConfig?: ModelPackageSecurityConfig | undefined;
575
+ ModelCard?: ModelPackageModelCard | undefined;
576
+ ModelLifeCycle?: ModelLifeCycle | undefined;
577
+ }
578
+ export interface DescribeModelPackageGroupInput {
579
+ ModelPackageGroupName: string | undefined;
580
+ }
581
+ export interface DescribeModelPackageGroupOutput {
582
+ ModelPackageGroupName: string | undefined;
583
+ ModelPackageGroupArn: string | undefined;
584
+ ModelPackageGroupDescription?: string | undefined;
585
+ CreationTime: Date | undefined;
586
+ CreatedBy: UserContext | undefined;
587
+ ModelPackageGroupStatus: ModelPackageGroupStatus | undefined;
588
+ }
589
+ export interface DescribeModelQualityJobDefinitionRequest {
590
+ JobDefinitionName: string | undefined;
591
+ }
592
+ export interface DescribeModelQualityJobDefinitionResponse {
593
+ JobDefinitionArn: string | undefined;
594
+ JobDefinitionName: string | undefined;
595
+ CreationTime: Date | undefined;
596
+ ModelQualityBaselineConfig?: ModelQualityBaselineConfig | undefined;
597
+ ModelQualityAppSpecification: ModelQualityAppSpecification | undefined;
598
+ ModelQualityJobInput: ModelQualityJobInput | undefined;
599
+ ModelQualityJobOutputConfig: MonitoringOutputConfig | undefined;
600
+ JobResources: MonitoringResources | undefined;
601
+ NetworkConfig?: MonitoringNetworkConfig | undefined;
602
+ RoleArn: string | undefined;
603
+ StoppingCondition?: MonitoringStoppingCondition | undefined;
604
+ }
605
+ export interface DescribeMonitoringScheduleRequest {
606
+ MonitoringScheduleName: string | undefined;
607
+ }
608
+ export interface MonitoringExecutionSummary {
609
+ MonitoringScheduleName: string | undefined;
610
+ ScheduledTime: Date | undefined;
611
+ CreationTime: Date | undefined;
612
+ LastModifiedTime: Date | undefined;
613
+ MonitoringExecutionStatus: ExecutionStatus | undefined;
614
+ ProcessingJobArn?: string | undefined;
615
+ EndpointName?: string | undefined;
616
+ FailureReason?: string | undefined;
617
+ MonitoringJobDefinitionName?: string | undefined;
618
+ MonitoringType?: MonitoringType | undefined;
619
+ }
620
+ export interface DescribeMonitoringScheduleResponse {
621
+ MonitoringScheduleArn: string | undefined;
622
+ MonitoringScheduleName: string | undefined;
623
+ MonitoringScheduleStatus: ScheduleStatus | undefined;
624
+ MonitoringType?: MonitoringType | undefined;
625
+ FailureReason?: string | undefined;
626
+ CreationTime: Date | undefined;
627
+ LastModifiedTime: Date | undefined;
628
+ MonitoringScheduleConfig: MonitoringScheduleConfig | undefined;
629
+ EndpointName?: string | undefined;
630
+ LastMonitoringExecutionSummary?: MonitoringExecutionSummary | undefined;
631
+ }
632
+ export interface DescribeNotebookInstanceInput {
633
+ NotebookInstanceName: string | undefined;
634
+ }
635
+ export interface DescribeNotebookInstanceOutput {
636
+ NotebookInstanceArn?: string | undefined;
637
+ NotebookInstanceName?: string | undefined;
638
+ NotebookInstanceStatus?: NotebookInstanceStatus | undefined;
639
+ FailureReason?: string | undefined;
640
+ Url?: string | undefined;
641
+ InstanceType?: _InstanceType | undefined;
642
+ IpAddressType?: IPAddressType | undefined;
643
+ SubnetId?: string | undefined;
644
+ SecurityGroups?: string[] | undefined;
645
+ RoleArn?: string | undefined;
646
+ KmsKeyId?: string | undefined;
647
+ NetworkInterfaceId?: string | undefined;
648
+ LastModifiedTime?: Date | undefined;
649
+ CreationTime?: Date | undefined;
650
+ NotebookInstanceLifecycleConfigName?: string | undefined;
651
+ DirectInternetAccess?: DirectInternetAccess | undefined;
652
+ VolumeSizeInGB?: number | undefined;
653
+ AcceleratorTypes?: NotebookInstanceAcceleratorType[] | undefined;
654
+ DefaultCodeRepository?: string | undefined;
655
+ AdditionalCodeRepositories?: string[] | undefined;
656
+ RootAccess?: RootAccess | undefined;
657
+ PlatformIdentifier?: string | undefined;
658
+ InstanceMetadataServiceConfiguration?:
659
+ | InstanceMetadataServiceConfiguration
660
+ | undefined;
661
+ }
662
+ export interface DescribeNotebookInstanceLifecycleConfigInput {
663
+ NotebookInstanceLifecycleConfigName: string | undefined;
664
+ }
665
+ export interface DescribeNotebookInstanceLifecycleConfigOutput {
666
+ NotebookInstanceLifecycleConfigArn?: string | undefined;
667
+ NotebookInstanceLifecycleConfigName?: string | undefined;
668
+ OnCreate?: NotebookInstanceLifecycleHook[] | undefined;
669
+ OnStart?: NotebookInstanceLifecycleHook[] | undefined;
670
+ LastModifiedTime?: Date | undefined;
671
+ CreationTime?: Date | undefined;
672
+ }
673
+ export interface DescribeOptimizationJobRequest {
674
+ OptimizationJobName: string | undefined;
675
+ }
676
+ export interface OptimizationOutput {
677
+ RecommendedInferenceImage?: string | undefined;
678
+ }
679
+ export interface DescribeOptimizationJobResponse {
680
+ OptimizationJobArn: string | undefined;
681
+ OptimizationJobStatus: OptimizationJobStatus | undefined;
682
+ OptimizationStartTime?: Date | undefined;
683
+ OptimizationEndTime?: Date | undefined;
684
+ CreationTime: Date | undefined;
685
+ LastModifiedTime: Date | undefined;
686
+ FailureReason?: string | undefined;
687
+ OptimizationJobName: string | undefined;
688
+ ModelSource: OptimizationJobModelSource | undefined;
689
+ OptimizationEnvironment?: Record<string, string> | undefined;
690
+ DeploymentInstanceType: OptimizationJobDeploymentInstanceType | undefined;
691
+ MaxInstanceCount?: number | undefined;
692
+ OptimizationConfigs: OptimizationConfig[] | undefined;
693
+ OutputConfig: OptimizationJobOutputConfig | undefined;
694
+ OptimizationOutput?: OptimizationOutput | undefined;
695
+ RoleArn: string | undefined;
696
+ StoppingCondition: StoppingCondition | undefined;
697
+ VpcConfig?: OptimizationVpcConfig | undefined;
698
+ }
699
+ export interface DescribePartnerAppRequest {
700
+ Arn: string | undefined;
701
+ IncludeAvailableUpgrade?: boolean | undefined;
702
+ }
703
+ export interface ErrorInfo {
704
+ Code?: string | undefined;
705
+ Reason?: string | undefined;
706
+ }
259
707
  export interface DescribePartnerAppResponse {
260
708
  Arn?: string | undefined;
261
709
  Name?: string | undefined;
@@ -1376,23 +1824,64 @@ export interface ListActionsResponse {
1376
1824
  ActionSummaries?: ActionSummary[] | undefined;
1377
1825
  NextToken?: string | undefined;
1378
1826
  }
1379
- export interface ListAlgorithmsInput {
1380
- CreationTimeAfter?: Date | undefined;
1381
- CreationTimeBefore?: Date | undefined;
1827
+ export interface ListAIBenchmarkJobsRequest {
1382
1828
  MaxResults?: number | undefined;
1383
- NameContains?: string | undefined;
1384
1829
  NextToken?: string | undefined;
1385
- SortBy?: AlgorithmSortBy | undefined;
1830
+ NameContains?: string | undefined;
1831
+ StatusEquals?: AIBenchmarkJobStatus | undefined;
1832
+ CreationTimeAfter?: Date | undefined;
1833
+ CreationTimeBefore?: Date | undefined;
1834
+ SortBy?: ListAIBenchmarkJobsSortBy | undefined;
1386
1835
  SortOrder?: SortOrder | undefined;
1387
1836
  }
1388
- export interface ListAlgorithmsOutput {
1389
- AlgorithmSummaryList: AlgorithmSummary[] | undefined;
1837
+ export interface ListAIBenchmarkJobsResponse {
1838
+ AIBenchmarkJobs: AIBenchmarkJobSummary[] | undefined;
1390
1839
  NextToken?: string | undefined;
1391
1840
  }
1392
- export interface ListAliasesRequest {
1393
- ImageName: string | undefined;
1394
- Alias?: string | undefined;
1395
- Version?: number | undefined;
1841
+ export interface ListAIRecommendationJobsRequest {
1842
+ MaxResults?: number | undefined;
1843
+ NextToken?: string | undefined;
1844
+ NameContains?: string | undefined;
1845
+ StatusEquals?: AIRecommendationJobStatus | undefined;
1846
+ CreationTimeAfter?: Date | undefined;
1847
+ CreationTimeBefore?: Date | undefined;
1848
+ SortBy?: ListAIRecommendationJobsSortBy | undefined;
1849
+ SortOrder?: SortOrder | undefined;
1850
+ }
1851
+ export interface ListAIRecommendationJobsResponse {
1852
+ AIRecommendationJobs: AIRecommendationJobSummary[] | undefined;
1853
+ NextToken?: string | undefined;
1854
+ }
1855
+ export interface ListAIWorkloadConfigsRequest {
1856
+ MaxResults?: number | undefined;
1857
+ NextToken?: string | undefined;
1858
+ NameContains?: string | undefined;
1859
+ CreationTimeAfter?: Date | undefined;
1860
+ CreationTimeBefore?: Date | undefined;
1861
+ SortBy?: ListAIWorkloadConfigsSortBy | undefined;
1862
+ SortOrder?: SortOrder | undefined;
1863
+ }
1864
+ export interface ListAIWorkloadConfigsResponse {
1865
+ AIWorkloadConfigs: AIWorkloadConfigSummary[] | undefined;
1866
+ NextToken?: string | undefined;
1867
+ }
1868
+ export interface ListAlgorithmsInput {
1869
+ CreationTimeAfter?: Date | undefined;
1870
+ CreationTimeBefore?: Date | undefined;
1871
+ MaxResults?: number | undefined;
1872
+ NameContains?: string | undefined;
1873
+ NextToken?: string | undefined;
1874
+ SortBy?: AlgorithmSortBy | undefined;
1875
+ SortOrder?: SortOrder | undefined;
1876
+ }
1877
+ export interface ListAlgorithmsOutput {
1878
+ AlgorithmSummaryList: AlgorithmSummary[] | undefined;
1879
+ NextToken?: string | undefined;
1880
+ }
1881
+ export interface ListAliasesRequest {
1882
+ ImageName: string | undefined;
1883
+ Alias?: string | undefined;
1884
+ Version?: number | undefined;
1396
1885
  MaxResults?: number | undefined;
1397
1886
  NextToken?: string | undefined;
1398
1887
  }
@@ -2092,383 +2581,3 @@ export interface ListModelCardVersionsRequest {
2092
2581
  SortBy?: ModelCardVersionSortBy | undefined;
2093
2582
  SortOrder?: ModelCardSortOrder | undefined;
2094
2583
  }
2095
- export interface ModelCardVersionSummary {
2096
- ModelCardName: string | undefined;
2097
- ModelCardArn: string | undefined;
2098
- ModelCardStatus: ModelCardStatus | undefined;
2099
- ModelCardVersion: number | undefined;
2100
- CreationTime: Date | undefined;
2101
- LastModifiedTime?: Date | undefined;
2102
- }
2103
- export interface ListModelCardVersionsResponse {
2104
- ModelCardVersionSummaryList: ModelCardVersionSummary[] | undefined;
2105
- NextToken?: string | undefined;
2106
- }
2107
- export interface ListModelExplainabilityJobDefinitionsRequest {
2108
- EndpointName?: string | undefined;
2109
- SortBy?: MonitoringJobDefinitionSortKey | undefined;
2110
- SortOrder?: SortOrder | undefined;
2111
- NextToken?: string | undefined;
2112
- MaxResults?: number | undefined;
2113
- NameContains?: string | undefined;
2114
- CreationTimeBefore?: Date | undefined;
2115
- CreationTimeAfter?: Date | undefined;
2116
- }
2117
- export interface ListModelExplainabilityJobDefinitionsResponse {
2118
- JobDefinitionSummaries: MonitoringJobDefinitionSummary[] | undefined;
2119
- NextToken?: string | undefined;
2120
- }
2121
- export interface ModelMetadataFilter {
2122
- Name: ModelMetadataFilterType | undefined;
2123
- Value: string | undefined;
2124
- }
2125
- export interface ModelMetadataSearchExpression {
2126
- Filters?: ModelMetadataFilter[] | undefined;
2127
- }
2128
- export interface ListModelMetadataRequest {
2129
- SearchExpression?: ModelMetadataSearchExpression | undefined;
2130
- NextToken?: string | undefined;
2131
- MaxResults?: number | undefined;
2132
- }
2133
- export interface ModelMetadataSummary {
2134
- Domain: string | undefined;
2135
- Framework: string | undefined;
2136
- Task: string | undefined;
2137
- Model: string | undefined;
2138
- FrameworkVersion: string | undefined;
2139
- }
2140
- export interface ListModelMetadataResponse {
2141
- ModelMetadataSummaries: ModelMetadataSummary[] | undefined;
2142
- NextToken?: string | undefined;
2143
- }
2144
- export interface ListModelPackageGroupsInput {
2145
- CreationTimeAfter?: Date | undefined;
2146
- CreationTimeBefore?: Date | undefined;
2147
- MaxResults?: number | undefined;
2148
- NameContains?: string | undefined;
2149
- NextToken?: string | undefined;
2150
- SortBy?: ModelPackageGroupSortBy | undefined;
2151
- SortOrder?: SortOrder | undefined;
2152
- CrossAccountFilterOption?: CrossAccountFilterOption | undefined;
2153
- }
2154
- export interface ModelPackageGroupSummary {
2155
- ModelPackageGroupName: string | undefined;
2156
- ModelPackageGroupArn: string | undefined;
2157
- ModelPackageGroupDescription?: string | undefined;
2158
- CreationTime: Date | undefined;
2159
- ModelPackageGroupStatus: ModelPackageGroupStatus | undefined;
2160
- }
2161
- export interface ListModelPackageGroupsOutput {
2162
- ModelPackageGroupSummaryList: ModelPackageGroupSummary[] | undefined;
2163
- NextToken?: string | undefined;
2164
- }
2165
- export interface ListModelPackagesInput {
2166
- CreationTimeAfter?: Date | undefined;
2167
- CreationTimeBefore?: Date | undefined;
2168
- MaxResults?: number | undefined;
2169
- NameContains?: string | undefined;
2170
- ModelApprovalStatus?: ModelApprovalStatus | undefined;
2171
- ModelPackageGroupName?: string | undefined;
2172
- ModelPackageType?: ModelPackageType | undefined;
2173
- NextToken?: string | undefined;
2174
- SortBy?: ModelPackageSortBy | undefined;
2175
- SortOrder?: SortOrder | undefined;
2176
- }
2177
- export interface ModelPackageSummary {
2178
- ModelPackageName?: string | undefined;
2179
- ModelPackageGroupName?: string | undefined;
2180
- ModelPackageVersion?: number | undefined;
2181
- ModelPackageArn: string | undefined;
2182
- ModelPackageDescription?: string | undefined;
2183
- CreationTime: Date | undefined;
2184
- ModelPackageStatus: ModelPackageStatus | undefined;
2185
- ModelApprovalStatus?: ModelApprovalStatus | undefined;
2186
- ModelLifeCycle?: ModelLifeCycle | undefined;
2187
- ModelPackageRegistrationType?: ModelPackageRegistrationType | undefined;
2188
- }
2189
- export interface ListModelPackagesOutput {
2190
- ModelPackageSummaryList: ModelPackageSummary[] | undefined;
2191
- NextToken?: string | undefined;
2192
- }
2193
- export interface ListModelQualityJobDefinitionsRequest {
2194
- EndpointName?: string | undefined;
2195
- SortBy?: MonitoringJobDefinitionSortKey | undefined;
2196
- SortOrder?: SortOrder | undefined;
2197
- NextToken?: string | undefined;
2198
- MaxResults?: number | undefined;
2199
- NameContains?: string | undefined;
2200
- CreationTimeBefore?: Date | undefined;
2201
- CreationTimeAfter?: Date | undefined;
2202
- }
2203
- export interface ListModelQualityJobDefinitionsResponse {
2204
- JobDefinitionSummaries: MonitoringJobDefinitionSummary[] | undefined;
2205
- NextToken?: string | undefined;
2206
- }
2207
- export interface ListModelsInput {
2208
- SortBy?: ModelSortKey | undefined;
2209
- SortOrder?: OrderKey | undefined;
2210
- NextToken?: string | undefined;
2211
- MaxResults?: number | undefined;
2212
- NameContains?: string | undefined;
2213
- CreationTimeBefore?: Date | undefined;
2214
- CreationTimeAfter?: Date | undefined;
2215
- }
2216
- export interface ModelSummary {
2217
- ModelName: string | undefined;
2218
- ModelArn: string | undefined;
2219
- CreationTime: Date | undefined;
2220
- }
2221
- export interface ListModelsOutput {
2222
- Models: ModelSummary[] | undefined;
2223
- NextToken?: string | undefined;
2224
- }
2225
- export interface ListMonitoringAlertHistoryRequest {
2226
- MonitoringScheduleName?: string | undefined;
2227
- MonitoringAlertName?: string | undefined;
2228
- SortBy?: MonitoringAlertHistorySortKey | undefined;
2229
- SortOrder?: SortOrder | undefined;
2230
- NextToken?: string | undefined;
2231
- MaxResults?: number | undefined;
2232
- CreationTimeBefore?: Date | undefined;
2233
- CreationTimeAfter?: Date | undefined;
2234
- StatusEquals?: MonitoringAlertStatus | undefined;
2235
- }
2236
- export interface MonitoringAlertHistorySummary {
2237
- MonitoringScheduleName: string | undefined;
2238
- MonitoringAlertName: string | undefined;
2239
- CreationTime: Date | undefined;
2240
- AlertStatus: MonitoringAlertStatus | undefined;
2241
- }
2242
- export interface ListMonitoringAlertHistoryResponse {
2243
- MonitoringAlertHistory?: MonitoringAlertHistorySummary[] | undefined;
2244
- NextToken?: string | undefined;
2245
- }
2246
- export interface ListMonitoringAlertsRequest {
2247
- MonitoringScheduleName: string | undefined;
2248
- NextToken?: string | undefined;
2249
- MaxResults?: number | undefined;
2250
- }
2251
- export interface ModelDashboardIndicatorAction {
2252
- Enabled?: boolean | undefined;
2253
- }
2254
- export interface MonitoringAlertActions {
2255
- ModelDashboardIndicator?: ModelDashboardIndicatorAction | undefined;
2256
- }
2257
- export interface MonitoringAlertSummary {
2258
- MonitoringAlertName: string | undefined;
2259
- CreationTime: Date | undefined;
2260
- LastModifiedTime: Date | undefined;
2261
- AlertStatus: MonitoringAlertStatus | undefined;
2262
- DatapointsToAlert: number | undefined;
2263
- EvaluationPeriod: number | undefined;
2264
- Actions: MonitoringAlertActions | undefined;
2265
- }
2266
- export interface ListMonitoringAlertsResponse {
2267
- MonitoringAlertSummaries?: MonitoringAlertSummary[] | undefined;
2268
- NextToken?: string | undefined;
2269
- }
2270
- export interface ListMonitoringExecutionsRequest {
2271
- MonitoringScheduleName?: string | undefined;
2272
- EndpointName?: string | undefined;
2273
- SortBy?: MonitoringExecutionSortKey | undefined;
2274
- SortOrder?: SortOrder | undefined;
2275
- NextToken?: string | undefined;
2276
- MaxResults?: number | undefined;
2277
- ScheduledTimeBefore?: Date | undefined;
2278
- ScheduledTimeAfter?: Date | undefined;
2279
- CreationTimeBefore?: Date | undefined;
2280
- CreationTimeAfter?: Date | undefined;
2281
- LastModifiedTimeBefore?: Date | undefined;
2282
- LastModifiedTimeAfter?: Date | undefined;
2283
- StatusEquals?: ExecutionStatus | undefined;
2284
- MonitoringJobDefinitionName?: string | undefined;
2285
- MonitoringTypeEquals?: MonitoringType | undefined;
2286
- }
2287
- export interface ListMonitoringExecutionsResponse {
2288
- MonitoringExecutionSummaries: MonitoringExecutionSummary[] | undefined;
2289
- NextToken?: string | undefined;
2290
- }
2291
- export interface ListMonitoringSchedulesRequest {
2292
- EndpointName?: string | undefined;
2293
- SortBy?: MonitoringScheduleSortKey | undefined;
2294
- SortOrder?: SortOrder | undefined;
2295
- NextToken?: string | undefined;
2296
- MaxResults?: number | undefined;
2297
- NameContains?: string | undefined;
2298
- CreationTimeBefore?: Date | undefined;
2299
- CreationTimeAfter?: Date | undefined;
2300
- LastModifiedTimeBefore?: Date | undefined;
2301
- LastModifiedTimeAfter?: Date | undefined;
2302
- StatusEquals?: ScheduleStatus | undefined;
2303
- MonitoringJobDefinitionName?: string | undefined;
2304
- MonitoringTypeEquals?: MonitoringType | undefined;
2305
- }
2306
- export interface MonitoringScheduleSummary {
2307
- MonitoringScheduleName: string | undefined;
2308
- MonitoringScheduleArn: string | undefined;
2309
- CreationTime: Date | undefined;
2310
- LastModifiedTime: Date | undefined;
2311
- MonitoringScheduleStatus: ScheduleStatus | undefined;
2312
- EndpointName?: string | undefined;
2313
- MonitoringJobDefinitionName?: string | undefined;
2314
- MonitoringType?: MonitoringType | undefined;
2315
- }
2316
- export interface ListMonitoringSchedulesResponse {
2317
- MonitoringScheduleSummaries: MonitoringScheduleSummary[] | undefined;
2318
- NextToken?: string | undefined;
2319
- }
2320
- export interface ListNotebookInstanceLifecycleConfigsInput {
2321
- NextToken?: string | undefined;
2322
- MaxResults?: number | undefined;
2323
- SortBy?: NotebookInstanceLifecycleConfigSortKey | undefined;
2324
- SortOrder?: NotebookInstanceLifecycleConfigSortOrder | undefined;
2325
- NameContains?: string | undefined;
2326
- CreationTimeBefore?: Date | undefined;
2327
- CreationTimeAfter?: Date | undefined;
2328
- LastModifiedTimeBefore?: Date | undefined;
2329
- LastModifiedTimeAfter?: Date | undefined;
2330
- }
2331
- export interface NotebookInstanceLifecycleConfigSummary {
2332
- NotebookInstanceLifecycleConfigName: string | undefined;
2333
- NotebookInstanceLifecycleConfigArn: string | undefined;
2334
- CreationTime?: Date | undefined;
2335
- LastModifiedTime?: Date | undefined;
2336
- }
2337
- export interface ListNotebookInstanceLifecycleConfigsOutput {
2338
- NextToken?: string | undefined;
2339
- NotebookInstanceLifecycleConfigs?:
2340
- | NotebookInstanceLifecycleConfigSummary[]
2341
- | undefined;
2342
- }
2343
- export interface ListNotebookInstancesInput {
2344
- NextToken?: string | undefined;
2345
- MaxResults?: number | undefined;
2346
- SortBy?: NotebookInstanceSortKey | undefined;
2347
- SortOrder?: NotebookInstanceSortOrder | undefined;
2348
- NameContains?: string | undefined;
2349
- CreationTimeBefore?: Date | undefined;
2350
- CreationTimeAfter?: Date | undefined;
2351
- LastModifiedTimeBefore?: Date | undefined;
2352
- LastModifiedTimeAfter?: Date | undefined;
2353
- StatusEquals?: NotebookInstanceStatus | undefined;
2354
- NotebookInstanceLifecycleConfigNameContains?: string | undefined;
2355
- DefaultCodeRepositoryContains?: string | undefined;
2356
- AdditionalCodeRepositoryEquals?: string | undefined;
2357
- }
2358
- export interface NotebookInstanceSummary {
2359
- NotebookInstanceName: string | undefined;
2360
- NotebookInstanceArn: string | undefined;
2361
- NotebookInstanceStatus?: NotebookInstanceStatus | undefined;
2362
- Url?: string | undefined;
2363
- InstanceType?: _InstanceType | undefined;
2364
- CreationTime?: Date | undefined;
2365
- LastModifiedTime?: Date | undefined;
2366
- NotebookInstanceLifecycleConfigName?: string | undefined;
2367
- DefaultCodeRepository?: string | undefined;
2368
- AdditionalCodeRepositories?: string[] | undefined;
2369
- }
2370
- export interface ListNotebookInstancesOutput {
2371
- NextToken?: string | undefined;
2372
- NotebookInstances?: NotebookInstanceSummary[] | undefined;
2373
- }
2374
- export interface ListOptimizationJobsRequest {
2375
- NextToken?: string | undefined;
2376
- MaxResults?: number | undefined;
2377
- CreationTimeAfter?: Date | undefined;
2378
- CreationTimeBefore?: Date | undefined;
2379
- LastModifiedTimeAfter?: Date | undefined;
2380
- LastModifiedTimeBefore?: Date | undefined;
2381
- OptimizationContains?: string | undefined;
2382
- NameContains?: string | undefined;
2383
- StatusEquals?: OptimizationJobStatus | undefined;
2384
- SortBy?: ListOptimizationJobsSortBy | undefined;
2385
- SortOrder?: SortOrder | undefined;
2386
- }
2387
- export interface OptimizationJobSummary {
2388
- OptimizationJobName: string | undefined;
2389
- OptimizationJobArn: string | undefined;
2390
- CreationTime: Date | undefined;
2391
- OptimizationJobStatus: OptimizationJobStatus | undefined;
2392
- OptimizationStartTime?: Date | undefined;
2393
- OptimizationEndTime?: Date | undefined;
2394
- LastModifiedTime?: Date | undefined;
2395
- DeploymentInstanceType: OptimizationJobDeploymentInstanceType | undefined;
2396
- MaxInstanceCount?: number | undefined;
2397
- OptimizationTypes: string[] | undefined;
2398
- }
2399
- export interface ListOptimizationJobsResponse {
2400
- OptimizationJobSummaries: OptimizationJobSummary[] | undefined;
2401
- NextToken?: string | undefined;
2402
- }
2403
- export interface ListPartnerAppsRequest {
2404
- MaxResults?: number | undefined;
2405
- NextToken?: string | undefined;
2406
- }
2407
- export interface PartnerAppSummary {
2408
- Arn?: string | undefined;
2409
- Name?: string | undefined;
2410
- Type?: PartnerAppType | undefined;
2411
- Status?: PartnerAppStatus | undefined;
2412
- CreationTime?: Date | undefined;
2413
- }
2414
- export interface ListPartnerAppsResponse {
2415
- Summaries?: PartnerAppSummary[] | undefined;
2416
- NextToken?: string | undefined;
2417
- }
2418
- export interface ListPipelineExecutionsRequest {
2419
- PipelineName: string | undefined;
2420
- CreatedAfter?: Date | undefined;
2421
- CreatedBefore?: Date | undefined;
2422
- SortBy?: SortPipelineExecutionsBy | undefined;
2423
- SortOrder?: SortOrder | undefined;
2424
- NextToken?: string | undefined;
2425
- MaxResults?: number | undefined;
2426
- }
2427
- export interface PipelineExecutionSummary {
2428
- PipelineExecutionArn?: string | undefined;
2429
- StartTime?: Date | undefined;
2430
- PipelineExecutionStatus?: PipelineExecutionStatus | undefined;
2431
- PipelineExecutionDescription?: string | undefined;
2432
- PipelineExecutionDisplayName?: string | undefined;
2433
- PipelineExecutionFailureReason?: string | undefined;
2434
- }
2435
- export interface ListPipelineExecutionsResponse {
2436
- PipelineExecutionSummaries?: PipelineExecutionSummary[] | undefined;
2437
- NextToken?: string | undefined;
2438
- }
2439
- export interface ListPipelineExecutionStepsRequest {
2440
- PipelineExecutionArn?: string | undefined;
2441
- NextToken?: string | undefined;
2442
- MaxResults?: number | undefined;
2443
- SortOrder?: SortOrder | undefined;
2444
- }
2445
- export interface ModelStepMetadata {
2446
- Arn?: string | undefined;
2447
- }
2448
- export interface ProcessingJobStepMetadata {
2449
- Arn?: string | undefined;
2450
- }
2451
- export interface QualityCheckStepMetadata {
2452
- CheckType?: string | undefined;
2453
- BaselineUsedForDriftCheckStatistics?: string | undefined;
2454
- BaselineUsedForDriftCheckConstraints?: string | undefined;
2455
- CalculatedBaselineStatistics?: string | undefined;
2456
- CalculatedBaselineConstraints?: string | undefined;
2457
- ModelPackageGroupName?: string | undefined;
2458
- ViolationReport?: string | undefined;
2459
- CheckJobArn?: string | undefined;
2460
- SkipCheck?: boolean | undefined;
2461
- RegisterNewBaseline?: boolean | undefined;
2462
- }
2463
- export interface RegisterModelStepMetadata {
2464
- Arn?: string | undefined;
2465
- }
2466
- export interface TrainingJobStepMetadata {
2467
- Arn?: string | undefined;
2468
- }
2469
- export interface TransformJobStepMetadata {
2470
- Arn?: string | undefined;
2471
- }
2472
- export interface TuningJobStepMetaData {
2473
- Arn?: string | undefined;
2474
- }