@aws-sdk/client-sagemaker 3.805.0 → 3.808.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 (231) hide show
  1. package/README.md +1 -16
  2. package/dist-cjs/index.js +26 -26
  3. package/dist-cjs/runtimeConfig.js +6 -6
  4. package/dist-es/runtimeConfig.js +6 -6
  5. package/dist-es/waiters/waitForEndpointDeleted.js +2 -2
  6. package/dist-es/waiters/waitForEndpointInService.js +2 -2
  7. package/dist-es/waiters/waitForImageCreated.js +2 -2
  8. package/dist-es/waiters/waitForImageDeleted.js +2 -2
  9. package/dist-es/waiters/waitForImageUpdated.js +2 -2
  10. package/dist-es/waiters/waitForImageVersionCreated.js +2 -2
  11. package/dist-es/waiters/waitForImageVersionDeleted.js +2 -2
  12. package/dist-es/waiters/waitForNotebookInstanceDeleted.js +2 -2
  13. package/dist-es/waiters/waitForNotebookInstanceInService.js +2 -2
  14. package/dist-es/waiters/waitForNotebookInstanceStopped.js +2 -2
  15. package/dist-es/waiters/waitForProcessingJobCompletedOrStopped.js +2 -2
  16. package/dist-es/waiters/waitForTrainingJobCompletedOrStopped.js +2 -2
  17. package/dist-es/waiters/waitForTransformJobCompletedOrStopped.js +2 -2
  18. package/dist-types/SageMaker.d.ts +1 -16
  19. package/dist-types/SageMakerClient.d.ts +1 -16
  20. package/dist-types/commands/AddAssociationCommand.d.ts +2 -7
  21. package/dist-types/commands/AddTagsCommand.d.ts +1 -26
  22. package/dist-types/commands/AssociateTrialComponentCommand.d.ts +2 -4
  23. package/dist-types/commands/BatchDeleteClusterNodesCommand.d.ts +1 -17
  24. package/dist-types/commands/CreateActionCommand.d.ts +2 -7
  25. package/dist-types/commands/CreateAppCommand.d.ts +2 -6
  26. package/dist-types/commands/CreateAppImageConfigCommand.d.ts +1 -3
  27. package/dist-types/commands/CreateArtifactCommand.d.ts +2 -7
  28. package/dist-types/commands/CreateAutoMLJobCommand.d.ts +2 -26
  29. package/dist-types/commands/CreateAutoMLJobV2Command.d.ts +2 -33
  30. package/dist-types/commands/CreateClusterCommand.d.ts +2 -6
  31. package/dist-types/commands/CreateClusterSchedulerConfigCommand.d.ts +3 -7
  32. package/dist-types/commands/CreateCodeRepositoryCommand.d.ts +1 -7
  33. package/dist-types/commands/CreateCompilationJobCommand.d.ts +2 -33
  34. package/dist-types/commands/CreateComputeQuotaCommand.d.ts +3 -7
  35. package/dist-types/commands/CreateContextCommand.d.ts +2 -7
  36. package/dist-types/commands/CreateDataQualityJobDefinitionCommand.d.ts +2 -5
  37. package/dist-types/commands/CreateDeviceFleetCommand.d.ts +1 -2
  38. package/dist-types/commands/CreateDomainCommand.d.ts +2 -46
  39. package/dist-types/commands/CreateEdgeDeploymentPlanCommand.d.ts +2 -4
  40. package/dist-types/commands/CreateEdgeDeploymentStageCommand.d.ts +1 -2
  41. package/dist-types/commands/CreateEdgePackagingJobCommand.d.ts +1 -2
  42. package/dist-types/commands/CreateEndpointCommand.d.ts +2 -77
  43. package/dist-types/commands/CreateEndpointConfigCommand.d.ts +2 -33
  44. package/dist-types/commands/CreateExperimentCommand.d.ts +2 -22
  45. package/dist-types/commands/CreateFeatureGroupCommand.d.ts +2 -20
  46. package/dist-types/commands/CreateFlowDefinitionCommand.d.ts +1 -2
  47. package/dist-types/commands/CreateHubCommand.d.ts +1 -2
  48. package/dist-types/commands/CreateHubContentReferenceCommand.d.ts +1 -2
  49. package/dist-types/commands/CreateHumanTaskUiCommand.d.ts +1 -2
  50. package/dist-types/commands/CreateHyperParameterTuningJobCommand.d.ts +2 -18
  51. package/dist-types/commands/CreateImageCommand.d.ts +2 -5
  52. package/dist-types/commands/CreateImageVersionCommand.d.ts +2 -4
  53. package/dist-types/commands/CreateInferenceComponentCommand.d.ts +2 -10
  54. package/dist-types/commands/CreateInferenceExperimentCommand.d.ts +2 -17
  55. package/dist-types/commands/CreateInferenceRecommendationsJobCommand.d.ts +2 -4
  56. package/dist-types/commands/CreateLabelingJobCommand.d.ts +2 -40
  57. package/dist-types/commands/CreateMlflowTrackingServerCommand.d.ts +2 -5
  58. package/dist-types/commands/CreateModelBiasJobDefinitionCommand.d.ts +1 -2
  59. package/dist-types/commands/CreateModelCardCommand.d.ts +3 -6
  60. package/dist-types/commands/CreateModelCardExportJobCommand.d.ts +2 -4
  61. package/dist-types/commands/CreateModelCommand.d.ts +2 -19
  62. package/dist-types/commands/CreateModelExplainabilityJobDefinitionCommand.d.ts +1 -2
  63. package/dist-types/commands/CreateModelPackageCommand.d.ts +3 -24
  64. package/dist-types/commands/CreateModelPackageGroupCommand.d.ts +1 -2
  65. package/dist-types/commands/CreateModelQualityJobDefinitionCommand.d.ts +2 -5
  66. package/dist-types/commands/CreateMonitoringScheduleCommand.d.ts +2 -4
  67. package/dist-types/commands/CreateNotebookInstanceCommand.d.ts +2 -38
  68. package/dist-types/commands/CreateNotebookInstanceLifecycleConfigCommand.d.ts +2 -16
  69. package/dist-types/commands/CreateOptimizationJobCommand.d.ts +2 -8
  70. package/dist-types/commands/CreatePartnerAppCommand.d.ts +2 -4
  71. package/dist-types/commands/CreatePipelineCommand.d.ts +2 -4
  72. package/dist-types/commands/CreatePresignedDomainUrlCommand.d.ts +1 -26
  73. package/dist-types/commands/CreatePresignedMlflowTrackingServerUrlCommand.d.ts +1 -2
  74. package/dist-types/commands/CreatePresignedNotebookInstanceUrlCommand.d.ts +1 -18
  75. package/dist-types/commands/CreateProcessingJobCommand.d.ts +1 -2
  76. package/dist-types/commands/CreateProjectCommand.d.ts +2 -4
  77. package/dist-types/commands/CreateSpaceCommand.d.ts +1 -2
  78. package/dist-types/commands/CreateTrainingJobCommand.d.ts +2 -88
  79. package/dist-types/commands/CreateTrainingPlanCommand.d.ts +2 -63
  80. package/dist-types/commands/CreateTransformJobCommand.d.ts +2 -37
  81. package/dist-types/commands/CreateTrialCommand.d.ts +2 -13
  82. package/dist-types/commands/CreateTrialComponentCommand.d.ts +2 -12
  83. package/dist-types/commands/CreateUserProfileCommand.d.ts +2 -9
  84. package/dist-types/commands/CreateWorkforceCommand.d.ts +1 -18
  85. package/dist-types/commands/CreateWorkteamCommand.d.ts +2 -6
  86. package/dist-types/commands/DeleteAlgorithmCommand.d.ts +1 -2
  87. package/dist-types/commands/DeleteArtifactCommand.d.ts +1 -2
  88. package/dist-types/commands/DeleteClusterCommand.d.ts +1 -2
  89. package/dist-types/commands/DeleteCompilationJobCommand.d.ts +1 -8
  90. package/dist-types/commands/DeleteDomainCommand.d.ts +1 -4
  91. package/dist-types/commands/DeleteEdgeDeploymentPlanCommand.d.ts +1 -2
  92. package/dist-types/commands/DeleteEdgeDeploymentStageCommand.d.ts +1 -2
  93. package/dist-types/commands/DeleteEndpointCommand.d.ts +1 -11
  94. package/dist-types/commands/DeleteEndpointConfigCommand.d.ts +1 -9
  95. package/dist-types/commands/DeleteExperimentCommand.d.ts +1 -3
  96. package/dist-types/commands/DeleteFeatureGroupCommand.d.ts +1 -8
  97. package/dist-types/commands/DeleteHumanTaskUiCommand.d.ts +1 -5
  98. package/dist-types/commands/DeleteHyperParameterTuningJobCommand.d.ts +1 -4
  99. package/dist-types/commands/DeleteImageCommand.d.ts +1 -2
  100. package/dist-types/commands/DeleteImageVersionCommand.d.ts +1 -2
  101. package/dist-types/commands/DeleteInferenceExperimentCommand.d.ts +2 -9
  102. package/dist-types/commands/DeleteModelCardCommand.d.ts +1 -2
  103. package/dist-types/commands/DeleteModelCommand.d.ts +1 -4
  104. package/dist-types/commands/DeleteModelPackageCommand.d.ts +2 -6
  105. package/dist-types/commands/DeleteModelPackageGroupCommand.d.ts +1 -2
  106. package/dist-types/commands/DeleteMonitoringScheduleCommand.d.ts +1 -2
  107. package/dist-types/commands/DeleteNotebookInstanceCommand.d.ts +1 -6
  108. package/dist-types/commands/DeletePartnerAppCommand.d.ts +1 -2
  109. package/dist-types/commands/DeletePipelineCommand.d.ts +2 -6
  110. package/dist-types/commands/DeleteProjectCommand.d.ts +1 -2
  111. package/dist-types/commands/DeleteStudioLifecycleConfigCommand.d.ts +1 -4
  112. package/dist-types/commands/DeleteTagsCommand.d.ts +1 -12
  113. package/dist-types/commands/DeleteTrialCommand.d.ts +1 -3
  114. package/dist-types/commands/DeleteTrialComponentCommand.d.ts +1 -3
  115. package/dist-types/commands/DeleteUserProfileCommand.d.ts +1 -2
  116. package/dist-types/commands/DeleteWorkforceCommand.d.ts +1 -12
  117. package/dist-types/commands/DeleteWorkteamCommand.d.ts +1 -2
  118. package/dist-types/commands/DescribeAutoMLJobCommand.d.ts +1 -5
  119. package/dist-types/commands/DescribeAutoMLJobV2Command.d.ts +1 -2
  120. package/dist-types/commands/DescribeClusterNodeCommand.d.ts +1 -2
  121. package/dist-types/commands/DescribeClusterSchedulerConfigCommand.d.ts +1 -3
  122. package/dist-types/commands/DescribeCompilationJobCommand.d.ts +1 -3
  123. package/dist-types/commands/DescribeEndpointConfigCommand.d.ts +1 -2
  124. package/dist-types/commands/DescribeFeatureGroupCommand.d.ts +1 -3
  125. package/dist-types/commands/DescribeHyperParameterTuningJobCommand.d.ts +1 -3
  126. package/dist-types/commands/DescribeInferenceRecommendationsJobCommand.d.ts +1 -2
  127. package/dist-types/commands/DescribeLineageGroupCommand.d.ts +1 -3
  128. package/dist-types/commands/DescribeModelCommand.d.ts +1 -2
  129. package/dist-types/commands/DescribeModelPackageCommand.d.ts +1 -8
  130. package/dist-types/commands/DescribeNotebookInstanceLifecycleConfigCommand.d.ts +1 -3
  131. package/dist-types/commands/DescribeSubscribedWorkteamCommand.d.ts +1 -2
  132. package/dist-types/commands/DescribeTrainingJobCommand.d.ts +1 -7
  133. package/dist-types/commands/DescribeUserProfileCommand.d.ts +1 -2
  134. package/dist-types/commands/DescribeWorkforceCommand.d.ts +1 -6
  135. package/dist-types/commands/DescribeWorkteamCommand.d.ts +1 -3
  136. package/dist-types/commands/DisableSagemakerServicecatalogPortfolioCommand.d.ts +1 -2
  137. package/dist-types/commands/DisassociateTrialComponentCommand.d.ts +1 -6
  138. package/dist-types/commands/EnableSagemakerServicecatalogPortfolioCommand.d.ts +1 -2
  139. package/dist-types/commands/GetModelPackageGroupPolicyCommand.d.ts +1 -4
  140. package/dist-types/commands/GetSagemakerServicecatalogPortfolioStatusCommand.d.ts +1 -2
  141. package/dist-types/commands/GetScalingConfigurationRecommendationCommand.d.ts +1 -2
  142. package/dist-types/commands/GetSearchSuggestionsCommand.d.ts +1 -4
  143. package/dist-types/commands/ImportHubContentCommand.d.ts +1 -2
  144. package/dist-types/commands/ListAppImageConfigsCommand.d.ts +1 -3
  145. package/dist-types/commands/ListClusterNodesCommand.d.ts +1 -2
  146. package/dist-types/commands/ListCompilationJobsCommand.d.ts +1 -3
  147. package/dist-types/commands/ListExperimentsCommand.d.ts +1 -3
  148. package/dist-types/commands/ListHyperParameterTuningJobsCommand.d.ts +1 -3
  149. package/dist-types/commands/ListImageVersionsCommand.d.ts +1 -2
  150. package/dist-types/commands/ListImagesCommand.d.ts +1 -2
  151. package/dist-types/commands/ListInferenceRecommendationsJobStepsCommand.d.ts +1 -2
  152. package/dist-types/commands/ListLineageGroupsCommand.d.ts +1 -3
  153. package/dist-types/commands/ListModelMetadataCommand.d.ts +1 -2
  154. package/dist-types/commands/ListNotebookInstancesCommand.d.ts +1 -2
  155. package/dist-types/commands/ListResourceCatalogsCommand.d.ts +1 -2
  156. package/dist-types/commands/ListStageDevicesCommand.d.ts +1 -2
  157. package/dist-types/commands/ListStudioLifecycleConfigsCommand.d.ts +1 -2
  158. package/dist-types/commands/ListSubscribedWorkteamsCommand.d.ts +1 -3
  159. package/dist-types/commands/ListTrainingJobsCommand.d.ts +1 -22
  160. package/dist-types/commands/ListTrainingJobsForHyperParameterTuningJobCommand.d.ts +1 -2
  161. package/dist-types/commands/ListTrialComponentsCommand.d.ts +1 -20
  162. package/dist-types/commands/ListTrialsCommand.d.ts +1 -5
  163. package/dist-types/commands/ListWorkforcesCommand.d.ts +1 -2
  164. package/dist-types/commands/ListWorkteamsCommand.d.ts +1 -3
  165. package/dist-types/commands/PutModelPackageGroupPolicyCommand.d.ts +2 -6
  166. package/dist-types/commands/QueryLineageCommand.d.ts +1 -3
  167. package/dist-types/commands/RegisterDevicesCommand.d.ts +1 -2
  168. package/dist-types/commands/RetryPipelineExecutionCommand.d.ts +2 -4
  169. package/dist-types/commands/SearchCommand.d.ts +1 -10
  170. package/dist-types/commands/SearchTrainingPlanOfferingsCommand.d.ts +2 -17
  171. package/dist-types/commands/SendPipelineExecutionStepFailureCommand.d.ts +3 -7
  172. package/dist-types/commands/SendPipelineExecutionStepSuccessCommand.d.ts +3 -7
  173. package/dist-types/commands/StartInferenceExperimentCommand.d.ts +1 -2
  174. package/dist-types/commands/StartMlflowTrackingServerCommand.d.ts +1 -2
  175. package/dist-types/commands/StartMonitoringScheduleCommand.d.ts +1 -5
  176. package/dist-types/commands/StartNotebookInstanceCommand.d.ts +2 -6
  177. package/dist-types/commands/StartPipelineExecutionCommand.d.ts +2 -4
  178. package/dist-types/commands/StopCompilationJobCommand.d.ts +1 -7
  179. package/dist-types/commands/StopHyperParameterTuningJobCommand.d.ts +1 -7
  180. package/dist-types/commands/StopInferenceExperimentCommand.d.ts +1 -2
  181. package/dist-types/commands/StopLabelingJobCommand.d.ts +1 -2
  182. package/dist-types/commands/StopMlflowTrackingServerCommand.d.ts +1 -2
  183. package/dist-types/commands/StopNotebookInstanceCommand.d.ts +1 -8
  184. package/dist-types/commands/StopPipelineExecutionCommand.d.ts +2 -25
  185. package/dist-types/commands/StopTrainingJobCommand.d.ts +1 -7
  186. package/dist-types/commands/StopTransformJobCommand.d.ts +1 -6
  187. package/dist-types/commands/UpdateActionCommand.d.ts +1 -2
  188. package/dist-types/commands/UpdateArtifactCommand.d.ts +1 -2
  189. package/dist-types/commands/UpdateClusterCommand.d.ts +2 -4
  190. package/dist-types/commands/UpdateClusterSchedulerConfigCommand.d.ts +2 -4
  191. package/dist-types/commands/UpdateClusterSoftwareCommand.d.ts +2 -9
  192. package/dist-types/commands/UpdateCodeRepositoryCommand.d.ts +1 -2
  193. package/dist-types/commands/UpdateComputeQuotaCommand.d.ts +2 -4
  194. package/dist-types/commands/UpdateContextCommand.d.ts +1 -2
  195. package/dist-types/commands/UpdateDomainCommand.d.ts +1 -2
  196. package/dist-types/commands/UpdateEndpointCommand.d.ts +2 -22
  197. package/dist-types/commands/UpdateEndpointWeightsAndCapacitiesCommand.d.ts +2 -7
  198. package/dist-types/commands/UpdateExperimentCommand.d.ts +2 -4
  199. package/dist-types/commands/UpdateFeatureGroupCommand.d.ts +2 -17
  200. package/dist-types/commands/UpdateHubContentCommand.d.ts +1 -36
  201. package/dist-types/commands/UpdateHubContentReferenceCommand.d.ts +1 -14
  202. package/dist-types/commands/UpdateImageCommand.d.ts +1 -2
  203. package/dist-types/commands/UpdateInferenceComponentCommand.d.ts +1 -2
  204. package/dist-types/commands/UpdateInferenceComponentRuntimeConfigCommand.d.ts +1 -2
  205. package/dist-types/commands/UpdateInferenceExperimentCommand.d.ts +2 -7
  206. package/dist-types/commands/UpdateMlflowTrackingServerCommand.d.ts +2 -4
  207. package/dist-types/commands/UpdateModelCardCommand.d.ts +3 -8
  208. package/dist-types/commands/UpdateModelPackageCommand.d.ts +1 -2
  209. package/dist-types/commands/UpdateMonitoringAlertCommand.d.ts +1 -2
  210. package/dist-types/commands/UpdateMonitoringScheduleCommand.d.ts +1 -2
  211. package/dist-types/commands/UpdateNotebookInstanceCommand.d.ts +2 -5
  212. package/dist-types/commands/UpdateNotebookInstanceLifecycleConfigCommand.d.ts +1 -2
  213. package/dist-types/commands/UpdatePartnerAppCommand.d.ts +2 -3
  214. package/dist-types/commands/UpdatePipelineCommand.d.ts +1 -2
  215. package/dist-types/commands/UpdatePipelineExecutionCommand.d.ts +1 -2
  216. package/dist-types/commands/UpdateProjectCommand.d.ts +2 -10
  217. package/dist-types/commands/UpdateSpaceCommand.d.ts +2 -6
  218. package/dist-types/commands/UpdateTrainingJobCommand.d.ts +2 -4
  219. package/dist-types/commands/UpdateTrialCommand.d.ts +1 -2
  220. package/dist-types/commands/UpdateTrialComponentCommand.d.ts +1 -2
  221. package/dist-types/commands/UpdateUserProfileCommand.d.ts +1 -2
  222. package/dist-types/commands/UpdateWorkforceCommand.d.ts +2 -28
  223. package/dist-types/commands/UpdateWorkteamCommand.d.ts +1 -2
  224. package/dist-types/index.d.ts +1 -16
  225. package/dist-types/models/models_0.d.ts +370 -4018
  226. package/dist-types/models/models_1.d.ts +532 -5722
  227. package/dist-types/models/models_2.d.ts +328 -1436
  228. package/dist-types/models/models_3.d.ts +364 -2021
  229. package/dist-types/models/models_4.d.ts +462 -1693
  230. package/dist-types/models/models_5.d.ts +90 -441
  231. package/package.json +15 -15
@@ -21,14 +21,12 @@ export type SortQuotaBy = (typeof SortQuotaBy)[keyof typeof SortQuotaBy];
21
21
  */
22
22
  export interface ListComputeQuotasRequest {
23
23
  /**
24
- * <p>Filter for after this creation time. The input for this parameter is a Unix timestamp.
25
- * To convert a date and time into a Unix timestamp, see <a href="https://www.epochconverter.com/">EpochConverter</a>.</p>
24
+ * <p>Filter for after this creation time. The input for this parameter is a Unix timestamp. To convert a date and time into a Unix timestamp, see <a href="https://www.epochconverter.com/">EpochConverter</a>.</p>
26
25
  * @public
27
26
  */
28
27
  CreatedAfter?: Date | undefined;
29
28
  /**
30
- * <p>Filter for before this creation time. The input for this parameter is a Unix timestamp.
31
- * To convert a date and time into a Unix timestamp, see <a href="https://www.epochconverter.com/">EpochConverter</a>.</p>
29
+ * <p>Filter for before this creation time. The input for this parameter is a Unix timestamp. To convert a date and time into a Unix timestamp, see <a href="https://www.epochconverter.com/">EpochConverter</a>.</p>
32
30
  * @public
33
31
  */
34
32
  CreatedBefore?: Date | undefined;
@@ -48,21 +46,17 @@ export interface ListComputeQuotasRequest {
48
46
  */
49
47
  ClusterArn?: string | undefined;
50
48
  /**
51
- * <p>Filter for sorting the list by a given value. For example, sort by name, creation time,
52
- * or status.</p>
49
+ * <p>Filter for sorting the list by a given value. For example, sort by name, creation time, or status.</p>
53
50
  * @public
54
51
  */
55
52
  SortBy?: SortQuotaBy | undefined;
56
53
  /**
57
- * <p>The order of the list. By default, listed in <code>Descending</code> order according to
58
- * by <code>SortBy</code>. To change the list order, you can specify <code>SortOrder</code> to
59
- * be <code>Ascending</code>.</p>
54
+ * <p>The order of the list. By default, listed in <code>Descending</code> order according to by <code>SortBy</code>. To change the list order, you can specify <code>SortOrder</code> to be <code>Ascending</code>.</p>
60
55
  * @public
61
56
  */
62
57
  SortOrder?: SortOrder | undefined;
63
58
  /**
64
- * <p>If the previous response was truncated, you will receive this token. Use it in your next
65
- * request to receive the next set of results.</p>
59
+ * <p>If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.</p>
66
60
  * @public
67
61
  */
68
62
  NextToken?: string | undefined;
@@ -82,8 +76,7 @@ export interface ListComputeQuotasResponse {
82
76
  */
83
77
  ComputeQuotaSummaries?: ComputeQuotaSummary[] | undefined;
84
78
  /**
85
- * <p>If the previous response was truncated, you will receive this token. Use it in your next
86
- * request to receive the next set of results.</p>
79
+ * <p>If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.</p>
87
80
  * @public
88
81
  */
89
82
  NextToken?: string | undefined;
@@ -135,8 +128,7 @@ export interface ListContextsRequest {
135
128
  */
136
129
  SortOrder?: SortOrder | undefined;
137
130
  /**
138
- * <p>If the previous call to <code>ListContexts</code> didn't return the full set of contexts,
139
- * the call returns a token for getting the next set of contexts.</p>
131
+ * <p>If the previous call to <code>ListContexts</code> didn't return the full set of contexts, the call returns a token for getting the next set of contexts.</p>
140
132
  * @public
141
133
  */
142
134
  NextToken?: string | undefined;
@@ -178,8 +170,7 @@ export type MonitoringJobDefinitionSortKey = (typeof MonitoringJobDefinitionSort
178
170
  */
179
171
  export interface ListDataQualityJobDefinitionsRequest {
180
172
  /**
181
- * <p>A filter that lists the data quality job definitions associated with the specified
182
- * endpoint.</p>
173
+ * <p>A filter that lists the data quality job definitions associated with the specified endpoint.</p>
183
174
  * @public
184
175
  */
185
176
  EndpointName?: string | undefined;
@@ -189,39 +180,32 @@ export interface ListDataQualityJobDefinitionsRequest {
189
180
  */
190
181
  SortBy?: MonitoringJobDefinitionSortKey | undefined;
191
182
  /**
192
- * <p>Whether to sort the results in <code>Ascending</code> or <code>Descending</code> order.
193
- * The default is <code>Descending</code>.</p>
183
+ * <p>Whether to sort the results in <code>Ascending</code> or <code>Descending</code> order. The default is <code>Descending</code>.</p>
194
184
  * @public
195
185
  */
196
186
  SortOrder?: SortOrder | undefined;
197
187
  /**
198
- * <p>If the result of the previous <code>ListDataQualityJobDefinitions</code> request was
199
- * truncated, the response includes a <code>NextToken</code>. To retrieve the next set of
200
- * transform jobs, use the token in the next request.></p>
188
+ * <p>If the result of the previous <code>ListDataQualityJobDefinitions</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of transform jobs, use the token in the next request.&gt;</p>
201
189
  * @public
202
190
  */
203
191
  NextToken?: string | undefined;
204
192
  /**
205
- * <p>The maximum number of data quality monitoring job definitions to return in the
206
- * response.</p>
193
+ * <p>The maximum number of data quality monitoring job definitions to return in the response.</p>
207
194
  * @public
208
195
  */
209
196
  MaxResults?: number | undefined;
210
197
  /**
211
- * <p>A string in the data quality monitoring job definition name. This filter returns only
212
- * data quality monitoring job definitions whose name contains the specified string.</p>
198
+ * <p>A string in the data quality monitoring job definition name. This filter returns only data quality monitoring job definitions whose name contains the specified string.</p>
213
199
  * @public
214
200
  */
215
201
  NameContains?: string | undefined;
216
202
  /**
217
- * <p>A filter that returns only data quality monitoring job definitions created before the
218
- * specified time.</p>
203
+ * <p>A filter that returns only data quality monitoring job definitions created before the specified time.</p>
219
204
  * @public
220
205
  */
221
206
  CreationTimeBefore?: Date | undefined;
222
207
  /**
223
- * <p>A filter that returns only data quality monitoring job definitions created after the
224
- * specified time.</p>
208
+ * <p>A filter that returns only data quality monitoring job definitions created after the specified time.</p>
225
209
  * @public
226
210
  */
227
211
  CreationTimeAfter?: Date | undefined;
@@ -262,9 +246,7 @@ export interface ListDataQualityJobDefinitionsResponse {
262
246
  */
263
247
  JobDefinitionSummaries: MonitoringJobDefinitionSummary[] | undefined;
264
248
  /**
265
- * <p>If the result of the previous <code>ListDataQualityJobDefinitions</code> request was
266
- * truncated, the response includes a <code>NextToken</code>. To retrieve the next set of data
267
- * quality monitoring job definitions, use the token in the next request.</p>
249
+ * <p>If the result of the previous <code>ListDataQualityJobDefinitions</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of data quality monitoring job definitions, use the token in the next request.</p>
268
250
  * @public
269
251
  */
270
252
  NextToken?: string | undefined;
@@ -397,18 +379,12 @@ export interface ListDevicesResponse {
397
379
  */
398
380
  export interface ListDomainsRequest {
399
381
  /**
400
- * <p>If the previous response was truncated, you will receive this token. Use it in your next
401
- * request to receive the next set of results.</p>
382
+ * <p>If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.</p>
402
383
  * @public
403
384
  */
404
385
  NextToken?: string | undefined;
405
386
  /**
406
- * <p>This parameter defines the maximum number of results that can be return in a single
407
- * response. The <code>MaxResults</code> parameter is an upper bound, not a target. If there are
408
- * more results available than the value specified, a <code>NextToken</code> is provided in the
409
- * response. The <code>NextToken</code> indicates that the user should get the next set of
410
- * results by providing this token as a part of a subsequent call. The default value for
411
- * <code>MaxResults</code> is 10.</p>
387
+ * <p>This parameter defines the maximum number of results that can be return in a single response. The <code>MaxResults</code> parameter is an upper bound, not a target. If there are more results available than the value specified, a <code>NextToken</code> is provided in the response. The <code>NextToken</code> indicates that the user should get the next set of results by providing this token as a part of a subsequent call. The default value for <code>MaxResults</code> is 10.</p>
412
388
  * @public
413
389
  */
414
390
  MaxResults?: number | undefined;
@@ -423,8 +399,7 @@ export interface ListDomainsResponse {
423
399
  */
424
400
  Domains?: DomainDetails[] | undefined;
425
401
  /**
426
- * <p>If the previous response was truncated, you will receive this token. Use it in your next
427
- * request to receive the next set of results.</p>
402
+ * <p>If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.</p>
428
403
  * @public
429
404
  */
430
405
  NextToken?: string | undefined;
@@ -448,8 +423,7 @@ export type ListEdgeDeploymentPlansSortBy = (typeof ListEdgeDeploymentPlansSortB
448
423
  */
449
424
  export interface ListEdgeDeploymentPlansRequest {
450
425
  /**
451
- * <p>The response from the last list when returning a list large enough to need
452
- * tokening.</p>
426
+ * <p>The response from the last list when returning a list large enough to need tokening.</p>
453
427
  * @public
454
428
  */
455
429
  NextToken?: string | undefined;
@@ -489,9 +463,7 @@ export interface ListEdgeDeploymentPlansRequest {
489
463
  */
490
464
  DeviceFleetNameContains?: string | undefined;
491
465
  /**
492
- * <p>The column by which to sort the edge deployment plans. Can be one of
493
- * <code>NAME</code>, <code>DEVICEFLEETNAME</code>, <code>CREATIONTIME</code>,
494
- * <code>LASTMODIFIEDTIME</code>.</p>
466
+ * <p>The column by which to sort the edge deployment plans. Can be one of <code>NAME</code>, <code>DEVICEFLEETNAME</code>, <code>CREATIONTIME</code>, <code>LASTMODIFIEDTIME</code>.</p>
495
467
  * @public
496
468
  */
497
469
  SortBy?: ListEdgeDeploymentPlansSortBy | undefined;
@@ -633,9 +605,7 @@ export interface ListEndpointConfigsInput {
633
605
  */
634
606
  SortOrder?: OrderKey | undefined;
635
607
  /**
636
- * <p>If the result of the previous <code>ListEndpointConfig</code> request was
637
- * truncated, the response includes a <code>NextToken</code>. To retrieve the next set of
638
- * endpoint configurations, use the token in the next request. </p>
608
+ * <p>If the result of the previous <code>ListEndpointConfig</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of endpoint configurations, use the token in the next request. </p>
639
609
  * @public
640
610
  */
641
611
  NextToken?: string | undefined;
@@ -645,20 +615,17 @@ export interface ListEndpointConfigsInput {
645
615
  */
646
616
  MaxResults?: number | undefined;
647
617
  /**
648
- * <p>A string in the endpoint configuration name. This filter returns only endpoint
649
- * configurations whose name contains the specified string. </p>
618
+ * <p>A string in the endpoint configuration name. This filter returns only endpoint configurations whose name contains the specified string. </p>
650
619
  * @public
651
620
  */
652
621
  NameContains?: string | undefined;
653
622
  /**
654
- * <p>A filter that returns only endpoint configurations created before the specified
655
- * time (timestamp).</p>
623
+ * <p>A filter that returns only endpoint configurations created before the specified time (timestamp).</p>
656
624
  * @public
657
625
  */
658
626
  CreationTimeBefore?: Date | undefined;
659
627
  /**
660
- * <p>A filter that returns only endpoint configurations with a creation time greater
661
- * than or equal to the specified time (timestamp).</p>
628
+ * <p>A filter that returns only endpoint configurations with a creation time greater than or equal to the specified time (timestamp).</p>
662
629
  * @public
663
630
  */
664
631
  CreationTimeAfter?: Date | undefined;
@@ -673,8 +640,7 @@ export interface ListEndpointConfigsOutput {
673
640
  */
674
641
  EndpointConfigs: EndpointConfigSummary[] | undefined;
675
642
  /**
676
- * <p> If the response is truncated, SageMaker returns this token. To retrieve the next set of
677
- * endpoint configurations, use it in the subsequent request </p>
643
+ * <p> If the response is truncated, SageMaker returns this token. To retrieve the next set of endpoint configurations, use it in the subsequent request </p>
678
644
  * @public
679
645
  */
680
646
  NextToken?: string | undefined;
@@ -694,45 +660,37 @@ export interface ListEndpointsInput {
694
660
  */
695
661
  SortOrder?: OrderKey | undefined;
696
662
  /**
697
- * <p>If the result of a <code>ListEndpoints</code> request was truncated, the response
698
- * includes a <code>NextToken</code>. To retrieve the next set of endpoints, use the token
699
- * in the next request.</p>
663
+ * <p>If the result of a <code>ListEndpoints</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of endpoints, use the token in the next request.</p>
700
664
  * @public
701
665
  */
702
666
  NextToken?: string | undefined;
703
667
  /**
704
- * <p>The maximum number of endpoints to return in the response. This value defaults to
705
- * 10.</p>
668
+ * <p>The maximum number of endpoints to return in the response. This value defaults to 10.</p>
706
669
  * @public
707
670
  */
708
671
  MaxResults?: number | undefined;
709
672
  /**
710
- * <p>A string in endpoint names. This filter returns only endpoints whose name contains
711
- * the specified string.</p>
673
+ * <p>A string in endpoint names. This filter returns only endpoints whose name contains the specified string.</p>
712
674
  * @public
713
675
  */
714
676
  NameContains?: string | undefined;
715
677
  /**
716
- * <p>A filter that returns only endpoints that were created before the specified time
717
- * (timestamp).</p>
678
+ * <p>A filter that returns only endpoints that were created before the specified time (timestamp).</p>
718
679
  * @public
719
680
  */
720
681
  CreationTimeBefore?: Date | undefined;
721
682
  /**
722
- * <p>A filter that returns only endpoints with a creation time greater than or equal to
723
- * the specified time (timestamp).</p>
683
+ * <p>A filter that returns only endpoints with a creation time greater than or equal to the specified time (timestamp).</p>
724
684
  * @public
725
685
  */
726
686
  CreationTimeAfter?: Date | undefined;
727
687
  /**
728
- * <p> A filter that returns only endpoints that were modified before the specified
729
- * timestamp. </p>
688
+ * <p> A filter that returns only endpoints that were modified before the specified timestamp. </p>
730
689
  * @public
731
690
  */
732
691
  LastModifiedTimeBefore?: Date | undefined;
733
692
  /**
734
- * <p> A filter that returns only endpoints that were modified after the specified
735
- * timestamp. </p>
693
+ * <p> A filter that returns only endpoints that were modified after the specified timestamp. </p>
736
694
  * @public
737
695
  */
738
696
  LastModifiedTimeAfter?: Date | undefined;
@@ -752,8 +710,7 @@ export interface ListEndpointsOutput {
752
710
  */
753
711
  Endpoints: EndpointSummary[] | undefined;
754
712
  /**
755
- * <p> If the response is truncated, SageMaker returns this token. To retrieve the next set of
756
- * training jobs, use it in the subsequent request. </p>
713
+ * <p> If the response is truncated, SageMaker returns this token. To retrieve the next set of training jobs, use it in the subsequent request. </p>
757
714
  * @public
758
715
  */
759
716
  NextToken?: string | undefined;
@@ -795,14 +752,12 @@ export interface ListExperimentsRequest {
795
752
  */
796
753
  SortOrder?: SortOrder | undefined;
797
754
  /**
798
- * <p>If the previous call to <code>ListExperiments</code> didn't return the full set of
799
- * experiments, the call returns a token for getting the next set of experiments.</p>
755
+ * <p>If the previous call to <code>ListExperiments</code> didn't return the full set of experiments, the call returns a token for getting the next set of experiments.</p>
800
756
  * @public
801
757
  */
802
758
  NextToken?: string | undefined;
803
759
  /**
804
- * <p>The maximum number of experiments to return in the response. The default value is
805
- * 10.</p>
760
+ * <p>The maximum number of experiments to return in the response. The default value is 10.</p>
806
761
  * @public
807
762
  */
808
763
  MaxResults?: number | undefined;
@@ -827,8 +782,7 @@ export interface ListExperimentsResponse {
827
782
  */
828
783
  export interface ListFeatureGroupsRequest {
829
784
  /**
830
- * <p>A string that partially matches one or more <code>FeatureGroup</code>s names. Filters
831
- * <code>FeatureGroup</code>s by name. </p>
785
+ * <p>A string that partially matches one or more <code>FeatureGroup</code>s names. Filters <code>FeatureGroup</code>s by name. </p>
832
786
  * @public
833
787
  */
834
788
  NameContains?: string | undefined;
@@ -838,20 +792,17 @@ export interface ListFeatureGroupsRequest {
838
792
  */
839
793
  FeatureGroupStatusEquals?: FeatureGroupStatus | undefined;
840
794
  /**
841
- * <p>An <code>OfflineStore</code> status. Filters by <code>OfflineStore</code> status.
842
- * </p>
795
+ * <p>An <code>OfflineStore</code> status. Filters by <code>OfflineStore</code> status. </p>
843
796
  * @public
844
797
  */
845
798
  OfflineStoreStatusEquals?: OfflineStoreStatusValue | undefined;
846
799
  /**
847
- * <p>Use this parameter to search for <code>FeatureGroups</code>s created after a specific
848
- * date and time.</p>
800
+ * <p>Use this parameter to search for <code>FeatureGroups</code>s created after a specific date and time.</p>
849
801
  * @public
850
802
  */
851
803
  CreationTimeAfter?: Date | undefined;
852
804
  /**
853
- * <p>Use this parameter to search for <code>FeatureGroups</code>s created before a specific
854
- * date and time.</p>
805
+ * <p>Use this parameter to search for <code>FeatureGroups</code>s created before a specific date and time.</p>
855
806
  * @public
856
807
  */
857
808
  CreationTimeBefore?: Date | undefined;
@@ -1196,16 +1147,12 @@ export interface ListHumanTaskUisResponse {
1196
1147
  */
1197
1148
  export interface ListHyperParameterTuningJobsRequest {
1198
1149
  /**
1199
- * <p>If the result of the previous <code>ListHyperParameterTuningJobs</code> request was
1200
- * truncated, the response includes a <code>NextToken</code>. To retrieve the next set of
1201
- * tuning jobs, use the token in the next request.</p>
1150
+ * <p>If the result of the previous <code>ListHyperParameterTuningJobs</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of tuning jobs, use the token in the next request.</p>
1202
1151
  * @public
1203
1152
  */
1204
1153
  NextToken?: string | undefined;
1205
1154
  /**
1206
- * <p>The
1207
- * maximum number of tuning jobs to return. The default value is
1208
- * 10.</p>
1155
+ * <p>The maximum number of tuning jobs to return. The default value is 10.</p>
1209
1156
  * @public
1210
1157
  */
1211
1158
  MaxResults?: number | undefined;
@@ -1220,32 +1167,27 @@ export interface ListHyperParameterTuningJobsRequest {
1220
1167
  */
1221
1168
  SortOrder?: SortOrder | undefined;
1222
1169
  /**
1223
- * <p>A string in the tuning job name. This filter returns only tuning jobs whose name
1224
- * contains the specified string.</p>
1170
+ * <p>A string in the tuning job name. This filter returns only tuning jobs whose name contains the specified string.</p>
1225
1171
  * @public
1226
1172
  */
1227
1173
  NameContains?: string | undefined;
1228
1174
  /**
1229
- * <p>A filter that returns only tuning jobs that were created after the specified
1230
- * time.</p>
1175
+ * <p>A filter that returns only tuning jobs that were created after the specified time.</p>
1231
1176
  * @public
1232
1177
  */
1233
1178
  CreationTimeAfter?: Date | undefined;
1234
1179
  /**
1235
- * <p>A filter that returns only tuning jobs that were created before the specified
1236
- * time.</p>
1180
+ * <p>A filter that returns only tuning jobs that were created before the specified time.</p>
1237
1181
  * @public
1238
1182
  */
1239
1183
  CreationTimeBefore?: Date | undefined;
1240
1184
  /**
1241
- * <p>A filter that returns only tuning jobs that were modified after the specified
1242
- * time.</p>
1185
+ * <p>A filter that returns only tuning jobs that were modified after the specified time.</p>
1243
1186
  * @public
1244
1187
  */
1245
1188
  LastModifiedTimeAfter?: Date | undefined;
1246
1189
  /**
1247
- * <p>A filter that returns only tuning jobs that were modified before the specified
1248
- * time.</p>
1190
+ * <p>A filter that returns only tuning jobs that were modified before the specified time.</p>
1249
1191
  * @public
1250
1192
  */
1251
1193
  LastModifiedTimeBefore?: Date | undefined;
@@ -1260,17 +1202,12 @@ export interface ListHyperParameterTuningJobsRequest {
1260
1202
  */
1261
1203
  export interface ListHyperParameterTuningJobsResponse {
1262
1204
  /**
1263
- * <p>A list of <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_HyperParameterTuningJobSummary.html">HyperParameterTuningJobSummary</a> objects that
1264
- * describe
1265
- * the tuning jobs that the <code>ListHyperParameterTuningJobs</code>
1266
- * request returned.</p>
1205
+ * <p>A list of <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_HyperParameterTuningJobSummary.html">HyperParameterTuningJobSummary</a> objects that describe the tuning jobs that the <code>ListHyperParameterTuningJobs</code> request returned.</p>
1267
1206
  * @public
1268
1207
  */
1269
1208
  HyperParameterTuningJobSummaries: HyperParameterTuningJobSummary[] | undefined;
1270
1209
  /**
1271
- * <p>If the result of this <code>ListHyperParameterTuningJobs</code> request was truncated,
1272
- * the response includes a <code>NextToken</code>. To retrieve the next set of tuning jobs,
1273
- * use the token in the next request.</p>
1210
+ * <p>If the result of this <code>ListHyperParameterTuningJobs</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of tuning jobs, use the token in the next request.</p>
1274
1211
  * @public
1275
1212
  */
1276
1213
  NextToken?: string | undefined;
@@ -1310,8 +1247,7 @@ export interface ListImagesRequest {
1310
1247
  */
1311
1248
  NameContains?: string | undefined;
1312
1249
  /**
1313
- * <p>If the previous call to <code>ListImages</code> didn't return the full set of images,
1314
- * the call returns a token for getting the next set of images.</p>
1250
+ * <p>If the previous call to <code>ListImages</code> didn't return the full set of images, the call returns a token for getting the next set of images.</p>
1315
1251
  * @public
1316
1252
  */
1317
1253
  NextToken?: string | undefined;
@@ -1376,8 +1312,7 @@ export interface ListImageVersionsRequest {
1376
1312
  */
1377
1313
  MaxResults?: number | undefined;
1378
1314
  /**
1379
- * <p>If the previous call to <code>ListImageVersions</code> didn't return the full set of
1380
- * versions, the call returns a token for getting the next set of versions.</p>
1315
+ * <p>If the previous call to <code>ListImageVersions</code> didn't return the full set of versions, the call returns a token for getting the next set of versions.</p>
1381
1316
  * @public
1382
1317
  */
1383
1318
  NextToken?: string | undefined;
@@ -1412,8 +1347,7 @@ export interface ListImageVersionsResponse {
1412
1347
  */
1413
1348
  export interface ListInferenceComponentsInput {
1414
1349
  /**
1415
- * <p>The field by which to sort the inference components in the response. The default is
1416
- * <code>CreationTime</code>.</p>
1350
+ * <p>The field by which to sort the inference components in the response. The default is <code>CreationTime</code>.</p>
1417
1351
  * @public
1418
1352
  */
1419
1353
  SortBy?: InferenceComponentSortKey | undefined;
@@ -1423,45 +1357,37 @@ export interface ListInferenceComponentsInput {
1423
1357
  */
1424
1358
  SortOrder?: OrderKey | undefined;
1425
1359
  /**
1426
- * <p>A token that you use to get the next set of results following a truncated response. If
1427
- * the response to the previous request was truncated, that response provides the value for
1428
- * this token.</p>
1360
+ * <p>A token that you use to get the next set of results following a truncated response. If the response to the previous request was truncated, that response provides the value for this token.</p>
1429
1361
  * @public
1430
1362
  */
1431
1363
  NextToken?: string | undefined;
1432
1364
  /**
1433
- * <p>The maximum number of inference components to return in the response. This value
1434
- * defaults to 10.</p>
1365
+ * <p>The maximum number of inference components to return in the response. This value defaults to 10.</p>
1435
1366
  * @public
1436
1367
  */
1437
1368
  MaxResults?: number | undefined;
1438
1369
  /**
1439
- * <p>Filters the results to only those inference components with a name that contains the
1440
- * specified string.</p>
1370
+ * <p>Filters the results to only those inference components with a name that contains the specified string.</p>
1441
1371
  * @public
1442
1372
  */
1443
1373
  NameContains?: string | undefined;
1444
1374
  /**
1445
- * <p>Filters the results to only those inference components that were created before the
1446
- * specified time.</p>
1375
+ * <p>Filters the results to only those inference components that were created before the specified time.</p>
1447
1376
  * @public
1448
1377
  */
1449
1378
  CreationTimeBefore?: Date | undefined;
1450
1379
  /**
1451
- * <p>Filters the results to only those inference components that were created after the
1452
- * specified time.</p>
1380
+ * <p>Filters the results to only those inference components that were created after the specified time.</p>
1453
1381
  * @public
1454
1382
  */
1455
1383
  CreationTimeAfter?: Date | undefined;
1456
1384
  /**
1457
- * <p>Filters the results to only those inference components that were updated before the
1458
- * specified time.</p>
1385
+ * <p>Filters the results to only those inference components that were updated before the specified time.</p>
1459
1386
  * @public
1460
1387
  */
1461
1388
  LastModifiedTimeBefore?: Date | undefined;
1462
1389
  /**
1463
- * <p>Filters the results to only those inference components that were updated after the
1464
- * specified time.</p>
1390
+ * <p>Filters the results to only those inference components that were updated after the specified time.</p>
1465
1391
  * @public
1466
1392
  */
1467
1393
  LastModifiedTimeAfter?: Date | undefined;
@@ -1471,14 +1397,12 @@ export interface ListInferenceComponentsInput {
1471
1397
  */
1472
1398
  StatusEquals?: InferenceComponentStatus | undefined;
1473
1399
  /**
1474
- * <p>An endpoint name to filter the listed inference components. The response includes only
1475
- * those inference components that are hosted at the specified endpoint.</p>
1400
+ * <p>An endpoint name to filter the listed inference components. The response includes only those inference components that are hosted at the specified endpoint.</p>
1476
1401
  * @public
1477
1402
  */
1478
1403
  EndpointNameEquals?: string | undefined;
1479
1404
  /**
1480
- * <p>A production variant name to filter the listed inference components. The response
1481
- * includes only those inference components that are hosted at the specified variant.</p>
1405
+ * <p>A production variant name to filter the listed inference components. The response includes only those inference components that are hosted at the specified variant.</p>
1482
1406
  * @public
1483
1407
  */
1484
1408
  VariantNameEquals?: string | undefined;
@@ -1488,14 +1412,12 @@ export interface ListInferenceComponentsInput {
1488
1412
  */
1489
1413
  export interface ListInferenceComponentsOutput {
1490
1414
  /**
1491
- * <p>A list of inference components and their properties that matches any of the filters you
1492
- * specified in the request.</p>
1415
+ * <p>A list of inference components and their properties that matches any of the filters you specified in the request.</p>
1493
1416
  * @public
1494
1417
  */
1495
1418
  InferenceComponents: InferenceComponentSummary[] | undefined;
1496
1419
  /**
1497
- * <p>The token to use in a subsequent request to get the next set of results following a
1498
- * truncated response.</p>
1420
+ * <p>The token to use in a subsequent request to get the next set of results following a truncated response.</p>
1499
1421
  * @public
1500
1422
  */
1501
1423
  NextToken?: string | undefined;
@@ -1523,16 +1445,12 @@ export interface ListInferenceExperimentsRequest {
1523
1445
  */
1524
1446
  NameContains?: string | undefined;
1525
1447
  /**
1526
- * <p>
1527
- * Selects inference experiments of this type. For the possible types of inference experiments, see <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateInferenceExperiment.html">CreateInferenceExperiment</a>.
1528
- * </p>
1448
+ * <p> Selects inference experiments of this type. For the possible types of inference experiments, see <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateInferenceExperiment.html">CreateInferenceExperiment</a>. </p>
1529
1449
  * @public
1530
1450
  */
1531
1451
  Type?: InferenceExperimentType | undefined;
1532
1452
  /**
1533
- * <p>
1534
- * Selects inference experiments which are in this status. For the possible statuses, see <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeInferenceExperiment.html">DescribeInferenceExperiment</a>.
1535
- * </p>
1453
+ * <p> Selects inference experiments which are in this status. For the possible statuses, see <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeInferenceExperiment.html">DescribeInferenceExperiment</a>. </p>
1536
1454
  * @public
1537
1455
  */
1538
1456
  StatusEquals?: InferenceExperimentStatus | undefined;
@@ -1567,9 +1485,7 @@ export interface ListInferenceExperimentsRequest {
1567
1485
  */
1568
1486
  SortOrder?: SortOrder | undefined;
1569
1487
  /**
1570
- * <p>
1571
- * The response from the last list when returning a list large enough to need tokening.
1572
- * </p>
1488
+ * <p> The response from the last list when returning a list large enough to need tokening. </p>
1573
1489
  * @public
1574
1490
  */
1575
1491
  NextToken?: string | undefined;
@@ -1652,9 +1568,7 @@ export interface ListInferenceRecommendationsJobsRequest {
1652
1568
  */
1653
1569
  SortOrder?: SortOrder | undefined;
1654
1570
  /**
1655
- * <p>If the response to a previous <code>ListInferenceRecommendationsJobsRequest</code> request
1656
- * was truncated, the response includes a <code>NextToken</code>. To retrieve the next set
1657
- * of recommendations, use the token in the next request.</p>
1571
+ * <p>If the response to a previous <code>ListInferenceRecommendationsJobsRequest</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of recommendations, use the token in the next request.</p>
1658
1572
  * @public
1659
1573
  */
1660
1574
  NextToken?: string | undefined;
@@ -1704,9 +1618,7 @@ export interface ListInferenceRecommendationsJobStepsRequest {
1704
1618
  */
1705
1619
  Status?: RecommendationJobStatus | undefined;
1706
1620
  /**
1707
- * <p>A filter to return details about the specified type of subtask.</p>
1708
- * <p>
1709
- * <code>BENCHMARK</code>: Evaluate the performance of your model on different instance types.</p>
1621
+ * <p>A filter to return details about the specified type of subtask.</p> <p> <code>BENCHMARK</code>: Evaluate the performance of your model on different instance types.</p>
1710
1622
  * @public
1711
1623
  */
1712
1624
  StepType?: RecommendationStepType | undefined;
@@ -1754,26 +1666,22 @@ export type SortBy = (typeof SortBy)[keyof typeof SortBy];
1754
1666
  */
1755
1667
  export interface ListLabelingJobsRequest {
1756
1668
  /**
1757
- * <p>A filter that returns only labeling jobs created after the specified time
1758
- * (timestamp).</p>
1669
+ * <p>A filter that returns only labeling jobs created after the specified time (timestamp).</p>
1759
1670
  * @public
1760
1671
  */
1761
1672
  CreationTimeAfter?: Date | undefined;
1762
1673
  /**
1763
- * <p>A filter that returns only labeling jobs created before the specified time
1764
- * (timestamp).</p>
1674
+ * <p>A filter that returns only labeling jobs created before the specified time (timestamp).</p>
1765
1675
  * @public
1766
1676
  */
1767
1677
  CreationTimeBefore?: Date | undefined;
1768
1678
  /**
1769
- * <p>A filter that returns only labeling jobs modified after the specified time
1770
- * (timestamp).</p>
1679
+ * <p>A filter that returns only labeling jobs modified after the specified time (timestamp).</p>
1771
1680
  * @public
1772
1681
  */
1773
1682
  LastModifiedTimeAfter?: Date | undefined;
1774
1683
  /**
1775
- * <p>A filter that returns only labeling jobs modified before the specified time
1776
- * (timestamp).</p>
1684
+ * <p>A filter that returns only labeling jobs modified before the specified time (timestamp).</p>
1777
1685
  * @public
1778
1686
  */
1779
1687
  LastModifiedTimeBefore?: Date | undefined;
@@ -1783,15 +1691,12 @@ export interface ListLabelingJobsRequest {
1783
1691
  */
1784
1692
  MaxResults?: number | undefined;
1785
1693
  /**
1786
- * <p>If the result of the previous <code>ListLabelingJobs</code> request was truncated, the
1787
- * response includes a <code>NextToken</code>. To retrieve the next set of labeling jobs,
1788
- * use the token in the next request.</p>
1694
+ * <p>If the result of the previous <code>ListLabelingJobs</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of labeling jobs, use the token in the next request.</p>
1789
1695
  * @public
1790
1696
  */
1791
1697
  NextToken?: string | undefined;
1792
1698
  /**
1793
- * <p>A string in the labeling job name. This filter returns only labeling jobs whose name
1794
- * contains the specified string.</p>
1699
+ * <p>A string in the labeling job name. This filter returns only labeling jobs whose name contains the specified string.</p>
1795
1700
  * @public
1796
1701
  */
1797
1702
  NameContains?: string | undefined;
@@ -1816,14 +1721,12 @@ export interface ListLabelingJobsRequest {
1816
1721
  */
1817
1722
  export interface ListLabelingJobsResponse {
1818
1723
  /**
1819
- * <p>An array of <code>LabelingJobSummary</code> objects, each describing a labeling
1820
- * job.</p>
1724
+ * <p>An array of <code>LabelingJobSummary</code> objects, each describing a labeling job.</p>
1821
1725
  * @public
1822
1726
  */
1823
1727
  LabelingJobSummaryList?: LabelingJobSummary[] | undefined;
1824
1728
  /**
1825
- * <p>If the response is truncated, SageMaker returns this token. To retrieve the next set of
1826
- * labeling jobs, use it in the subsequent request.</p>
1729
+ * <p>If the response is truncated, SageMaker returns this token. To retrieve the next set of labeling jobs, use it in the subsequent request.</p>
1827
1730
  * @public
1828
1731
  */
1829
1732
  NextToken?: string | undefined;
@@ -1844,8 +1747,7 @@ export type ListLabelingJobsForWorkteamSortByOptions = (typeof ListLabelingJobsF
1844
1747
  */
1845
1748
  export interface ListLabelingJobsForWorkteamRequest {
1846
1749
  /**
1847
- * <p>The Amazon Resource Name (ARN) of the work team for which you want to see labeling
1848
- * jobs for.</p>
1750
+ * <p>The Amazon Resource Name (ARN) of the work team for which you want to see labeling jobs for.</p>
1849
1751
  * @public
1850
1752
  */
1851
1753
  WorkteamArn: string | undefined;
@@ -1855,27 +1757,22 @@ export interface ListLabelingJobsForWorkteamRequest {
1855
1757
  */
1856
1758
  MaxResults?: number | undefined;
1857
1759
  /**
1858
- * <p>If the result of the previous <code>ListLabelingJobsForWorkteam</code> request was
1859
- * truncated, the response includes a <code>NextToken</code>. To retrieve the next set of
1860
- * labeling jobs, use the token in the next request.</p>
1760
+ * <p>If the result of the previous <code>ListLabelingJobsForWorkteam</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of labeling jobs, use the token in the next request.</p>
1861
1761
  * @public
1862
1762
  */
1863
1763
  NextToken?: string | undefined;
1864
1764
  /**
1865
- * <p>A filter that returns only labeling jobs created after the specified time
1866
- * (timestamp).</p>
1765
+ * <p>A filter that returns only labeling jobs created after the specified time (timestamp).</p>
1867
1766
  * @public
1868
1767
  */
1869
1768
  CreationTimeAfter?: Date | undefined;
1870
1769
  /**
1871
- * <p>A filter that returns only labeling jobs created before the specified time
1872
- * (timestamp).</p>
1770
+ * <p>A filter that returns only labeling jobs created before the specified time (timestamp).</p>
1873
1771
  * @public
1874
1772
  */
1875
1773
  CreationTimeBefore?: Date | undefined;
1876
1774
  /**
1877
- * <p>A filter the limits jobs to only the ones whose job reference code contains the
1878
- * specified string.</p>
1775
+ * <p>A filter the limits jobs to only the ones whose job reference code contains the specified string.</p>
1879
1776
  * @public
1880
1777
  */
1881
1778
  JobReferenceCodeContains?: string | undefined;
@@ -1895,14 +1792,12 @@ export interface ListLabelingJobsForWorkteamRequest {
1895
1792
  */
1896
1793
  export interface ListLabelingJobsForWorkteamResponse {
1897
1794
  /**
1898
- * <p>An array of <code>LabelingJobSummary</code> objects, each describing a labeling
1899
- * job.</p>
1795
+ * <p>An array of <code>LabelingJobSummary</code> objects, each describing a labeling job.</p>
1900
1796
  * @public
1901
1797
  */
1902
1798
  LabelingJobSummaryList: LabelingJobForWorkteamSummary[] | undefined;
1903
1799
  /**
1904
- * <p>If the response is truncated, SageMaker returns this token. To retrieve the next set of
1905
- * labeling jobs, use it in the subsequent request.</p>
1800
+ * <p>If the response is truncated, SageMaker returns this token. To retrieve the next set of labeling jobs, use it in the subsequent request.</p>
1906
1801
  * @public
1907
1802
  */
1908
1803
  NextToken?: string | undefined;
@@ -1934,8 +1829,7 @@ export interface ListLineageGroupsRequest {
1934
1829
  */
1935
1830
  CreatedBefore?: Date | undefined;
1936
1831
  /**
1937
- * <p>The parameter by which to sort the results. The default is
1938
- * <code>CreationTime</code>.</p>
1832
+ * <p>The parameter by which to sort the results. The default is <code>CreationTime</code>.</p>
1939
1833
  * @public
1940
1834
  */
1941
1835
  SortBy?: SortLineageGroupsBy | undefined;
@@ -1945,14 +1839,12 @@ export interface ListLineageGroupsRequest {
1945
1839
  */
1946
1840
  SortOrder?: SortOrder | undefined;
1947
1841
  /**
1948
- * <p>If the response is truncated, SageMaker returns this token. To retrieve the next set of
1949
- * algorithms, use it in the subsequent request.</p>
1842
+ * <p>If the response is truncated, SageMaker returns this token. To retrieve the next set of algorithms, use it in the subsequent request.</p>
1950
1843
  * @public
1951
1844
  */
1952
1845
  NextToken?: string | undefined;
1953
1846
  /**
1954
- * <p>The maximum number of endpoints to return in the response. This value defaults to
1955
- * 10.</p>
1847
+ * <p>The maximum number of endpoints to return in the response. This value defaults to 10.</p>
1956
1848
  * @public
1957
1849
  */
1958
1850
  MaxResults?: number | undefined;
@@ -1967,8 +1859,7 @@ export interface ListLineageGroupsResponse {
1967
1859
  */
1968
1860
  LineageGroupSummaries?: LineageGroupSummary[] | undefined;
1969
1861
  /**
1970
- * <p>If the response is truncated, SageMaker returns this token. To retrieve the next set of
1971
- * algorithms, use it in the subsequent request.</p>
1862
+ * <p>If the response is truncated, SageMaker returns this token. To retrieve the next set of algorithms, use it in the subsequent request.</p>
1972
1863
  * @public
1973
1864
  */
1974
1865
  NextToken?: string | undefined;
@@ -1991,18 +1882,12 @@ export type SortTrackingServerBy = (typeof SortTrackingServerBy)[keyof typeof So
1991
1882
  */
1992
1883
  export interface ListMlflowTrackingServersRequest {
1993
1884
  /**
1994
- * <p>Use the <code>CreatedAfter</code> filter to only list tracking servers created after a
1995
- * specific date and time. Listed tracking servers are shown with a date and time such as
1996
- * <code>"2024-03-16T01:46:56+00:00"</code>. The <code>CreatedAfter</code> parameter takes in a
1997
- * Unix timestamp. To convert a date and time into a Unix timestamp, see <a href="https://www.epochconverter.com/">EpochConverter</a>.</p>
1885
+ * <p>Use the <code>CreatedAfter</code> filter to only list tracking servers created after a specific date and time. Listed tracking servers are shown with a date and time such as <code>"2024-03-16T01:46:56+00:00"</code>. The <code>CreatedAfter</code> parameter takes in a Unix timestamp. To convert a date and time into a Unix timestamp, see <a href="https://www.epochconverter.com/">EpochConverter</a>.</p>
1998
1886
  * @public
1999
1887
  */
2000
1888
  CreatedAfter?: Date | undefined;
2001
1889
  /**
2002
- * <p>Use the <code>CreatedBefore</code> filter to only list tracking servers created before a
2003
- * specific date and time. Listed tracking servers are shown with a date and time such as
2004
- * <code>"2024-03-16T01:46:56+00:00"</code>. The <code>CreatedBefore</code> parameter takes in
2005
- * a Unix timestamp. To convert a date and time into a Unix timestamp, see <a href="https://www.epochconverter.com/">EpochConverter</a>.</p>
1890
+ * <p>Use the <code>CreatedBefore</code> filter to only list tracking servers created before a specific date and time. Listed tracking servers are shown with a date and time such as <code>"2024-03-16T01:46:56+00:00"</code>. The <code>CreatedBefore</code> parameter takes in a Unix timestamp. To convert a date and time into a Unix timestamp, see <a href="https://www.epochconverter.com/">EpochConverter</a>.</p>
2006
1891
  * @public
2007
1892
  */
2008
1893
  CreatedBefore?: Date | undefined;
@@ -2022,8 +1907,7 @@ export interface ListMlflowTrackingServersRequest {
2022
1907
  */
2023
1908
  SortBy?: SortTrackingServerBy | undefined;
2024
1909
  /**
2025
- * <p>Change the order of the listed tracking servers. By default, tracking servers are listed in <code>Descending</code> order by creation time.
2026
- * To change the list order, you can specify <code>SortOrder</code> to be <code>Ascending</code>.</p>
1910
+ * <p>Change the order of the listed tracking servers. By default, tracking servers are listed in <code>Descending</code> order by creation time. To change the list order, you can specify <code>SortOrder</code> to be <code>Ascending</code>.</p>
2027
1911
  * @public
2028
1912
  */
2029
1913
  SortOrder?: SortOrder | undefined;
@@ -2104,26 +1988,22 @@ export interface ListModelBiasJobDefinitionsRequest {
2104
1988
  */
2105
1989
  EndpointName?: string | undefined;
2106
1990
  /**
2107
- * <p>Whether to sort results by the <code>Name</code> or <code>CreationTime</code> field.
2108
- * The default is <code>CreationTime</code>.</p>
1991
+ * <p>Whether to sort results by the <code>Name</code> or <code>CreationTime</code> field. The default is <code>CreationTime</code>.</p>
2109
1992
  * @public
2110
1993
  */
2111
1994
  SortBy?: MonitoringJobDefinitionSortKey | undefined;
2112
1995
  /**
2113
- * <p>Whether to sort the results in <code>Ascending</code> or <code>Descending</code> order.
2114
- * The default is <code>Descending</code>.</p>
1996
+ * <p>Whether to sort the results in <code>Ascending</code> or <code>Descending</code> order. The default is <code>Descending</code>.</p>
2115
1997
  * @public
2116
1998
  */
2117
1999
  SortOrder?: SortOrder | undefined;
2118
2000
  /**
2119
- * <p>The token returned if the response is truncated. To retrieve the next set of job executions, use
2120
- * it in the next request.</p>
2001
+ * <p>The token returned if the response is truncated. To retrieve the next set of job executions, use it in the next request.</p>
2121
2002
  * @public
2122
2003
  */
2123
2004
  NextToken?: string | undefined;
2124
2005
  /**
2125
- * <p>The maximum number of model bias jobs to return in the response. The default value is
2126
- * 10.</p>
2006
+ * <p>The maximum number of model bias jobs to return in the response. The default value is 10.</p>
2127
2007
  * @public
2128
2008
  */
2129
2009
  MaxResults?: number | undefined;
@@ -2153,8 +2033,7 @@ export interface ListModelBiasJobDefinitionsResponse {
2153
2033
  */
2154
2034
  JobDefinitionSummaries: MonitoringJobDefinitionSummary[] | undefined;
2155
2035
  /**
2156
- * <p>The token returned if the response is truncated. To retrieve the next set of job executions, use
2157
- * it in the next request.</p>
2036
+ * <p>The token returned if the response is truncated. To retrieve the next set of job executions, use it in the next request.</p>
2158
2037
  * @public
2159
2038
  */
2160
2039
  NextToken?: string | undefined;
@@ -2229,9 +2108,7 @@ export interface ListModelCardExportJobsRequest {
2229
2108
  */
2230
2109
  SortOrder?: ModelCardExportJobSortOrder | undefined;
2231
2110
  /**
2232
- * <p>If the response to a previous <code>ListModelCardExportJobs</code> request was
2233
- * truncated, the response includes a <code>NextToken</code>. To retrieve the next set of
2234
- * model card export jobs, use the token in the next request.</p>
2111
+ * <p>If the response to a previous <code>ListModelCardExportJobs</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of model card export jobs, use the token in the next request.</p>
2235
2112
  * @public
2236
2113
  */
2237
2114
  NextToken?: string | undefined;
@@ -2292,8 +2169,7 @@ export interface ListModelCardExportJobsResponse {
2292
2169
  */
2293
2170
  ModelCardExportJobSummaries: ModelCardExportJobSummary[] | undefined;
2294
2171
  /**
2295
- * <p>If the response is truncated, SageMaker returns this token. To retrieve the next set of model
2296
- * card export jobs, use it in the subsequent request.</p>
2172
+ * <p>If the response is truncated, SageMaker returns this token. To retrieve the next set of model card export jobs, use it in the subsequent request.</p>
2297
2173
  * @public
2298
2174
  */
2299
2175
  NextToken?: string | undefined;
@@ -2352,9 +2228,7 @@ export interface ListModelCardsRequest {
2352
2228
  */
2353
2229
  ModelCardStatus?: ModelCardStatus | undefined;
2354
2230
  /**
2355
- * <p>If the response to a previous <code>ListModelCards</code> request was truncated, the
2356
- * response includes a <code>NextToken</code>. To retrieve the next set of model cards, use
2357
- * the token in the next request.</p>
2231
+ * <p>If the response to a previous <code>ListModelCards</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of model cards, use the token in the next request.</p>
2358
2232
  * @public
2359
2233
  */
2360
2234
  NextToken?: string | undefined;
@@ -2385,26 +2259,7 @@ export interface ModelCardSummary {
2385
2259
  */
2386
2260
  ModelCardArn: string | undefined;
2387
2261
  /**
2388
- * <p>The approval status of the model card within your organization. Different organizations might have different criteria for model card review and approval.</p>
2389
- * <ul>
2390
- * <li>
2391
- * <p>
2392
- * <code>Draft</code>: The model card is a work in progress.</p>
2393
- * </li>
2394
- * <li>
2395
- * <p>
2396
- * <code>PendingReview</code>: The model card is pending review.</p>
2397
- * </li>
2398
- * <li>
2399
- * <p>
2400
- * <code>Approved</code>: The model card is approved.</p>
2401
- * </li>
2402
- * <li>
2403
- * <p>
2404
- * <code>Archived</code>: The model card is archived. No more updates should be made to the model
2405
- * card, but it can still be exported.</p>
2406
- * </li>
2407
- * </ul>
2262
+ * <p>The approval status of the model card within your organization. Different organizations might have different criteria for model card review and approval.</p> <ul> <li> <p> <code>Draft</code>: The model card is a work in progress.</p> </li> <li> <p> <code>PendingReview</code>: The model card is pending review.</p> </li> <li> <p> <code>Approved</code>: The model card is approved.</p> </li> <li> <p> <code>Archived</code>: The model card is archived. No more updates should be made to the model card, but it can still be exported.</p> </li> </ul>
2408
2263
  * @public
2409
2264
  */
2410
2265
  ModelCardStatus: ModelCardStatus | undefined;
@@ -2429,8 +2284,7 @@ export interface ListModelCardsResponse {
2429
2284
  */
2430
2285
  ModelCardSummaries: ModelCardSummary[] | undefined;
2431
2286
  /**
2432
- * <p>If the response is truncated, SageMaker returns this token. To retrieve the next set of model
2433
- * cards, use it in the subsequent request.</p>
2287
+ * <p>If the response is truncated, SageMaker returns this token. To retrieve the next set of model cards, use it in the subsequent request.</p>
2434
2288
  * @public
2435
2289
  */
2436
2290
  NextToken?: string | undefined;
@@ -2476,9 +2330,7 @@ export interface ListModelCardVersionsRequest {
2476
2330
  */
2477
2331
  ModelCardStatus?: ModelCardStatus | undefined;
2478
2332
  /**
2479
- * <p>If the response to a previous <code>ListModelCardVersions</code> request was truncated,
2480
- * the response includes a <code>NextToken</code>. To retrieve the next set of model card
2481
- * versions, use the token in the next request.</p>
2333
+ * <p>If the response to a previous <code>ListModelCardVersions</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of model card versions, use the token in the next request.</p>
2482
2334
  * @public
2483
2335
  */
2484
2336
  NextToken?: string | undefined;
@@ -2509,26 +2361,7 @@ export interface ModelCardVersionSummary {
2509
2361
  */
2510
2362
  ModelCardArn: string | undefined;
2511
2363
  /**
2512
- * <p>The approval status of the model card version within your organization. Different organizations might have different criteria for model card review and approval.</p>
2513
- * <ul>
2514
- * <li>
2515
- * <p>
2516
- * <code>Draft</code>: The model card is a work in progress.</p>
2517
- * </li>
2518
- * <li>
2519
- * <p>
2520
- * <code>PendingReview</code>: The model card is pending review.</p>
2521
- * </li>
2522
- * <li>
2523
- * <p>
2524
- * <code>Approved</code>: The model card is approved.</p>
2525
- * </li>
2526
- * <li>
2527
- * <p>
2528
- * <code>Archived</code>: The model card is archived. No more updates should be made to the model
2529
- * card, but it can still be exported.</p>
2530
- * </li>
2531
- * </ul>
2364
+ * <p>The approval status of the model card version within your organization. Different organizations might have different criteria for model card review and approval.</p> <ul> <li> <p> <code>Draft</code>: The model card is a work in progress.</p> </li> <li> <p> <code>PendingReview</code>: The model card is pending review.</p> </li> <li> <p> <code>Approved</code>: The model card is approved.</p> </li> <li> <p> <code>Archived</code>: The model card is archived. No more updates should be made to the model card, but it can still be exported.</p> </li> </ul>
2532
2365
  * @public
2533
2366
  */
2534
2367
  ModelCardStatus: ModelCardStatus | undefined;
@@ -2558,8 +2391,7 @@ export interface ListModelCardVersionsResponse {
2558
2391
  */
2559
2392
  ModelCardVersionSummaryList: ModelCardVersionSummary[] | undefined;
2560
2393
  /**
2561
- * <p>If the response is truncated, SageMaker returns this token. To retrieve the next set of model
2562
- * card versions, use it in the subsequent request.</p>
2394
+ * <p>If the response is truncated, SageMaker returns this token. To retrieve the next set of model card versions, use it in the subsequent request.</p>
2563
2395
  * @public
2564
2396
  */
2565
2397
  NextToken?: string | undefined;
@@ -2574,20 +2406,17 @@ export interface ListModelExplainabilityJobDefinitionsRequest {
2574
2406
  */
2575
2407
  EndpointName?: string | undefined;
2576
2408
  /**
2577
- * <p>Whether to sort results by the <code>Name</code> or <code>CreationTime</code> field.
2578
- * The default is <code>CreationTime</code>.</p>
2409
+ * <p>Whether to sort results by the <code>Name</code> or <code>CreationTime</code> field. The default is <code>CreationTime</code>.</p>
2579
2410
  * @public
2580
2411
  */
2581
2412
  SortBy?: MonitoringJobDefinitionSortKey | undefined;
2582
2413
  /**
2583
- * <p>Whether to sort the results in <code>Ascending</code> or <code>Descending</code> order.
2584
- * The default is <code>Descending</code>.</p>
2414
+ * <p>Whether to sort the results in <code>Ascending</code> or <code>Descending</code> order. The default is <code>Descending</code>.</p>
2585
2415
  * @public
2586
2416
  */
2587
2417
  SortOrder?: SortOrder | undefined;
2588
2418
  /**
2589
- * <p>The token returned if the response is truncated. To retrieve the next set of job executions, use
2590
- * it in the next request.</p>
2419
+ * <p>The token returned if the response is truncated. To retrieve the next set of job executions, use it in the next request.</p>
2591
2420
  * @public
2592
2421
  */
2593
2422
  NextToken?: string | undefined;
@@ -2602,14 +2431,12 @@ export interface ListModelExplainabilityJobDefinitionsRequest {
2602
2431
  */
2603
2432
  NameContains?: string | undefined;
2604
2433
  /**
2605
- * <p>A filter that returns only model explainability jobs created before a specified
2606
- * time.</p>
2434
+ * <p>A filter that returns only model explainability jobs created before a specified time.</p>
2607
2435
  * @public
2608
2436
  */
2609
2437
  CreationTimeBefore?: Date | undefined;
2610
2438
  /**
2611
- * <p>A filter that returns only model explainability jobs created after a specified
2612
- * time.</p>
2439
+ * <p>A filter that returns only model explainability jobs created after a specified time.</p>
2613
2440
  * @public
2614
2441
  */
2615
2442
  CreationTimeAfter?: Date | undefined;
@@ -2624,8 +2451,7 @@ export interface ListModelExplainabilityJobDefinitionsResponse {
2624
2451
  */
2625
2452
  JobDefinitionSummaries: MonitoringJobDefinitionSummary[] | undefined;
2626
2453
  /**
2627
- * <p>The token returned if the response is truncated. To retrieve the next set of job executions, use
2628
- * it in the next request.</p>
2454
+ * <p>The token returned if the response is truncated. To retrieve the next set of job executions, use it in the next request.</p>
2629
2455
  * @public
2630
2456
  */
2631
2457
  NextToken?: string | undefined;
@@ -2645,8 +2471,7 @@ export declare const ModelMetadataFilterType: {
2645
2471
  */
2646
2472
  export type ModelMetadataFilterType = (typeof ModelMetadataFilterType)[keyof typeof ModelMetadataFilterType];
2647
2473
  /**
2648
- * <p>Part of the search expression. You can specify the name and value
2649
- * (domain, task, framework, framework version, task, and model).</p>
2474
+ * <p>Part of the search expression. You can specify the name and value (domain, task, framework, framework version, task, and model).</p>
2650
2475
  * @public
2651
2476
  */
2652
2477
  export interface ModelMetadataFilter {
@@ -2662,9 +2487,7 @@ export interface ModelMetadataFilter {
2662
2487
  Value: string | undefined;
2663
2488
  }
2664
2489
  /**
2665
- * <p>One or more filters that searches for the specified resource or resources in
2666
- * a search. All resource objects that satisfy the expression's condition are
2667
- * included in the search results</p>
2490
+ * <p>One or more filters that searches for the specified resource or resources in a search. All resource objects that satisfy the expression's condition are included in the search results</p>
2668
2491
  * @public
2669
2492
  */
2670
2493
  export interface ModelMetadataSearchExpression {
@@ -2679,17 +2502,12 @@ export interface ModelMetadataSearchExpression {
2679
2502
  */
2680
2503
  export interface ListModelMetadataRequest {
2681
2504
  /**
2682
- * <p>One or more filters that searches for the specified resource or resources
2683
- * in a search. All resource objects that satisfy the expression's condition are
2684
- * included in the search results. Specify the Framework, FrameworkVersion, Domain
2685
- * or Task to filter supported. Filter names and values are case-sensitive.</p>
2505
+ * <p>One or more filters that searches for the specified resource or resources in a search. All resource objects that satisfy the expression's condition are included in the search results. Specify the Framework, FrameworkVersion, Domain or Task to filter supported. Filter names and values are case-sensitive.</p>
2686
2506
  * @public
2687
2507
  */
2688
2508
  SearchExpression?: ModelMetadataSearchExpression | undefined;
2689
2509
  /**
2690
- * <p>If the response to a previous <code>ListModelMetadataResponse</code> request was truncated,
2691
- * the response includes a NextToken. To retrieve the next set of model metadata,
2692
- * use the token in the next request.</p>
2510
+ * <p>If the response to a previous <code>ListModelMetadataResponse</code> request was truncated, the response includes a NextToken. To retrieve the next set of model metadata, use the token in the next request.</p>
2693
2511
  * @public
2694
2512
  */
2695
2513
  NextToken?: string | undefined;
@@ -2777,15 +2595,12 @@ export interface ListModelPackageGroupsInput {
2777
2595
  */
2778
2596
  MaxResults?: number | undefined;
2779
2597
  /**
2780
- * <p>A string in the model group name. This filter returns only model groups whose name
2781
- * contains the specified string.</p>
2598
+ * <p>A string in the model group name. This filter returns only model groups whose name contains the specified string.</p>
2782
2599
  * @public
2783
2600
  */
2784
2601
  NameContains?: string | undefined;
2785
2602
  /**
2786
- * <p>If the result of the previous <code>ListModelPackageGroups</code> request was
2787
- * truncated, the response includes a <code>NextToken</code>. To retrieve the next set of
2788
- * model groups, use the token in the next request.</p>
2603
+ * <p>If the result of the previous <code>ListModelPackageGroups</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of model groups, use the token in the next request.</p>
2789
2604
  * @public
2790
2605
  */
2791
2606
  NextToken?: string | undefined;
@@ -2800,11 +2615,7 @@ export interface ListModelPackageGroupsInput {
2800
2615
  */
2801
2616
  SortOrder?: SortOrder | undefined;
2802
2617
  /**
2803
- * <p>A filter that returns either model groups shared with you or model groups in your own
2804
- * account. When the value is <code>CrossAccount</code>, the results show the resources
2805
- * made discoverable to you from other accounts. When the value is <code>SameAccount</code>
2806
- * or <code>null</code>, the results show resources from your account. The default is
2807
- * <code>SameAccount</code>.</p>
2618
+ * <p>A filter that returns either model groups shared with you or model groups in your own account. When the value is <code>CrossAccount</code>, the results show the resources made discoverable to you from other accounts. When the value is <code>SameAccount</code> or <code>null</code>, the results show resources from your account. The default is <code>SameAccount</code>.</p>
2808
2619
  * @public
2809
2620
  */
2810
2621
  CrossAccountFilterOption?: CrossAccountFilterOption | undefined;
@@ -2850,8 +2661,7 @@ export interface ListModelPackageGroupsOutput {
2850
2661
  */
2851
2662
  ModelPackageGroupSummaryList: ModelPackageGroupSummary[] | undefined;
2852
2663
  /**
2853
- * <p>If the response is truncated, SageMaker returns this token. To retrieve the next set of
2854
- * model groups, use it in the subsequent request.</p>
2664
+ * <p>If the response is truncated, SageMaker returns this token. To retrieve the next set of model groups, use it in the subsequent request.</p>
2855
2665
  * @public
2856
2666
  */
2857
2667
  NextToken?: string | undefined;
@@ -2886,14 +2696,12 @@ export type ModelPackageSortBy = (typeof ModelPackageSortBy)[keyof typeof ModelP
2886
2696
  */
2887
2697
  export interface ListModelPackagesInput {
2888
2698
  /**
2889
- * <p>A filter that returns only model packages created after the specified time
2890
- * (timestamp).</p>
2699
+ * <p>A filter that returns only model packages created after the specified time (timestamp).</p>
2891
2700
  * @public
2892
2701
  */
2893
2702
  CreationTimeAfter?: Date | undefined;
2894
2703
  /**
2895
- * <p>A filter that returns only model packages created before the specified time
2896
- * (timestamp).</p>
2704
+ * <p>A filter that returns only model packages created before the specified time (timestamp).</p>
2897
2705
  * @public
2898
2706
  */
2899
2707
  CreationTimeBefore?: Date | undefined;
@@ -2903,54 +2711,32 @@ export interface ListModelPackagesInput {
2903
2711
  */
2904
2712
  MaxResults?: number | undefined;
2905
2713
  /**
2906
- * <p>A string in the model package name. This filter returns only model packages whose name
2907
- * contains the specified string.</p>
2714
+ * <p>A string in the model package name. This filter returns only model packages whose name contains the specified string.</p>
2908
2715
  * @public
2909
2716
  */
2910
2717
  NameContains?: string | undefined;
2911
2718
  /**
2912
- * <p>A filter that returns only the model packages with the specified approval
2913
- * status.</p>
2719
+ * <p>A filter that returns only the model packages with the specified approval status.</p>
2914
2720
  * @public
2915
2721
  */
2916
2722
  ModelApprovalStatus?: ModelApprovalStatus | undefined;
2917
2723
  /**
2918
- * <p>A filter that returns only model versions that belong to the specified model
2919
- * group.</p>
2724
+ * <p>A filter that returns only model versions that belong to the specified model group.</p>
2920
2725
  * @public
2921
2726
  */
2922
2727
  ModelPackageGroupName?: string | undefined;
2923
2728
  /**
2924
- * <p>A filter that returns only the model packages of the specified type. This can be one
2925
- * of the following values.</p>
2926
- * <ul>
2927
- * <li>
2928
- * <p>
2929
- * <code>UNVERSIONED</code> - List only unversioined models. This is the default
2930
- * value if no <code>ModelPackageType</code> is specified.</p>
2931
- * </li>
2932
- * <li>
2933
- * <p>
2934
- * <code>VERSIONED</code> - List only versioned models.</p>
2935
- * </li>
2936
- * <li>
2937
- * <p>
2938
- * <code>BOTH</code> - List both versioned and unversioned models.</p>
2939
- * </li>
2940
- * </ul>
2729
+ * <p>A filter that returns only the model packages of the specified type. This can be one of the following values.</p> <ul> <li> <p> <code>UNVERSIONED</code> - List only unversioined models. This is the default value if no <code>ModelPackageType</code> is specified.</p> </li> <li> <p> <code>VERSIONED</code> - List only versioned models.</p> </li> <li> <p> <code>BOTH</code> - List both versioned and unversioned models.</p> </li> </ul>
2941
2730
  * @public
2942
2731
  */
2943
2732
  ModelPackageType?: ModelPackageType | undefined;
2944
2733
  /**
2945
- * <p>If the response to a previous <code>ListModelPackages</code> request was truncated,
2946
- * the response includes a <code>NextToken</code>. To retrieve the next set of model
2947
- * packages, use the token in the next request.</p>
2734
+ * <p>If the response to a previous <code>ListModelPackages</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of model packages, use the token in the next request.</p>
2948
2735
  * @public
2949
2736
  */
2950
2737
  NextToken?: string | undefined;
2951
2738
  /**
2952
- * <p>The parameter by which to sort the results. The default is
2953
- * <code>CreationTime</code>.</p>
2739
+ * <p>The parameter by which to sort the results. The default is <code>CreationTime</code>.</p>
2954
2740
  * @public
2955
2741
  */
2956
2742
  SortBy?: ModelPackageSortBy | undefined;
@@ -2971,8 +2757,7 @@ export interface ModelPackageSummary {
2971
2757
  */
2972
2758
  ModelPackageName?: string | undefined;
2973
2759
  /**
2974
- * <p>If the model package is a versioned model, the model group that the versioned model
2975
- * belongs to.</p>
2760
+ * <p>If the model package is a versioned model, the model group that the versioned model belongs to.</p>
2976
2761
  * @public
2977
2762
  */
2978
2763
  ModelPackageGroupName?: string | undefined;
@@ -3002,22 +2787,7 @@ export interface ModelPackageSummary {
3002
2787
  */
3003
2788
  ModelPackageStatus: ModelPackageStatus | undefined;
3004
2789
  /**
3005
- * <p>The approval status of the model. This can be one of the following values.</p>
3006
- * <ul>
3007
- * <li>
3008
- * <p>
3009
- * <code>APPROVED</code> - The model is approved</p>
3010
- * </li>
3011
- * <li>
3012
- * <p>
3013
- * <code>REJECTED</code> - The model is rejected.</p>
3014
- * </li>
3015
- * <li>
3016
- * <p>
3017
- * <code>PENDING_MANUAL_APPROVAL</code> - The model is waiting for manual
3018
- * approval.</p>
3019
- * </li>
3020
- * </ul>
2790
+ * <p>The approval status of the model. This can be one of the following values.</p> <ul> <li> <p> <code>APPROVED</code> - The model is approved</p> </li> <li> <p> <code>REJECTED</code> - The model is rejected.</p> </li> <li> <p> <code>PENDING_MANUAL_APPROVAL</code> - The model is waiting for manual approval.</p> </li> </ul>
3021
2791
  * @public
3022
2792
  */
3023
2793
  ModelApprovalStatus?: ModelApprovalStatus | undefined;
@@ -3032,14 +2802,12 @@ export interface ModelPackageSummary {
3032
2802
  */
3033
2803
  export interface ListModelPackagesOutput {
3034
2804
  /**
3035
- * <p>An array of <code>ModelPackageSummary</code> objects, each of which lists a model
3036
- * package.</p>
2805
+ * <p>An array of <code>ModelPackageSummary</code> objects, each of which lists a model package.</p>
3037
2806
  * @public
3038
2807
  */
3039
2808
  ModelPackageSummaryList: ModelPackageSummary[] | undefined;
3040
2809
  /**
3041
- * <p>If the response is truncated, SageMaker returns this token. To retrieve the next set of
3042
- * model packages, use it in the subsequent request.</p>
2810
+ * <p>If the response is truncated, SageMaker returns this token. To retrieve the next set of model packages, use it in the subsequent request.</p>
3043
2811
  * @public
3044
2812
  */
3045
2813
  NextToken?: string | undefined;
@@ -3049,8 +2817,7 @@ export interface ListModelPackagesOutput {
3049
2817
  */
3050
2818
  export interface ListModelQualityJobDefinitionsRequest {
3051
2819
  /**
3052
- * <p>A filter that returns only model quality monitoring job definitions that are associated
3053
- * with the specified endpoint.</p>
2820
+ * <p>A filter that returns only model quality monitoring job definitions that are associated with the specified endpoint.</p>
3054
2821
  * @public
3055
2822
  */
3056
2823
  EndpointName?: string | undefined;
@@ -3060,39 +2827,32 @@ export interface ListModelQualityJobDefinitionsRequest {
3060
2827
  */
3061
2828
  SortBy?: MonitoringJobDefinitionSortKey | undefined;
3062
2829
  /**
3063
- * <p>Whether to sort the results in <code>Ascending</code> or <code>Descending</code> order.
3064
- * The default is <code>Descending</code>.</p>
2830
+ * <p>Whether to sort the results in <code>Ascending</code> or <code>Descending</code> order. The default is <code>Descending</code>.</p>
3065
2831
  * @public
3066
2832
  */
3067
2833
  SortOrder?: SortOrder | undefined;
3068
2834
  /**
3069
- * <p>If the result of the previous <code>ListModelQualityJobDefinitions</code> request was
3070
- * truncated, the response includes a <code>NextToken</code>. To retrieve the next set of
3071
- * model quality monitoring job definitions, use the token in the next request.</p>
2835
+ * <p>If the result of the previous <code>ListModelQualityJobDefinitions</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of model quality monitoring job definitions, use the token in the next request.</p>
3072
2836
  * @public
3073
2837
  */
3074
2838
  NextToken?: string | undefined;
3075
2839
  /**
3076
- * <p>The maximum number of results to return in a call to
3077
- * <code>ListModelQualityJobDefinitions</code>.</p>
2840
+ * <p>The maximum number of results to return in a call to <code>ListModelQualityJobDefinitions</code>.</p>
3078
2841
  * @public
3079
2842
  */
3080
2843
  MaxResults?: number | undefined;
3081
2844
  /**
3082
- * <p>A string in the transform job name. This filter returns only model quality monitoring
3083
- * job definitions whose name contains the specified string.</p>
2845
+ * <p>A string in the transform job name. This filter returns only model quality monitoring job definitions whose name contains the specified string.</p>
3084
2846
  * @public
3085
2847
  */
3086
2848
  NameContains?: string | undefined;
3087
2849
  /**
3088
- * <p>A filter that returns only model quality monitoring job definitions created before the
3089
- * specified time.</p>
2850
+ * <p>A filter that returns only model quality monitoring job definitions created before the specified time.</p>
3090
2851
  * @public
3091
2852
  */
3092
2853
  CreationTimeBefore?: Date | undefined;
3093
2854
  /**
3094
- * <p>A filter that returns only model quality monitoring job definitions created after the
3095
- * specified time.</p>
2855
+ * <p>A filter that returns only model quality monitoring job definitions created after the specified time.</p>
3096
2856
  * @public
3097
2857
  */
3098
2858
  CreationTimeAfter?: Date | undefined;
@@ -3107,8 +2867,7 @@ export interface ListModelQualityJobDefinitionsResponse {
3107
2867
  */
3108
2868
  JobDefinitionSummaries: MonitoringJobDefinitionSummary[] | undefined;
3109
2869
  /**
3110
- * <p>If the response is truncated, Amazon SageMaker AI returns this token. To retrieve the
3111
- * next set of model quality monitoring job definitions, use it in the next request.</p>
2870
+ * <p>If the response is truncated, Amazon SageMaker AI returns this token. To retrieve the next set of model quality monitoring job definitions, use it in the next request.</p>
3112
2871
  * @public
3113
2872
  */
3114
2873
  NextToken?: string | undefined;
@@ -3140,9 +2899,7 @@ export interface ListModelsInput {
3140
2899
  */
3141
2900
  SortOrder?: OrderKey | undefined;
3142
2901
  /**
3143
- * <p>If the response to a previous <code>ListModels</code> request was truncated, the
3144
- * response includes a <code>NextToken</code>. To retrieve the next set of models, use the
3145
- * token in the next request.</p>
2902
+ * <p>If the response to a previous <code>ListModels</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of models, use the token in the next request.</p>
3146
2903
  * @public
3147
2904
  */
3148
2905
  NextToken?: string | undefined;
@@ -3152,20 +2909,17 @@ export interface ListModelsInput {
3152
2909
  */
3153
2910
  MaxResults?: number | undefined;
3154
2911
  /**
3155
- * <p>A string in the model name. This filter returns only models whose name contains the
3156
- * specified string.</p>
2912
+ * <p>A string in the model name. This filter returns only models whose name contains the specified string.</p>
3157
2913
  * @public
3158
2914
  */
3159
2915
  NameContains?: string | undefined;
3160
2916
  /**
3161
- * <p>A filter that returns only models created before the specified time
3162
- * (timestamp).</p>
2917
+ * <p>A filter that returns only models created before the specified time (timestamp).</p>
3163
2918
  * @public
3164
2919
  */
3165
2920
  CreationTimeBefore?: Date | undefined;
3166
2921
  /**
3167
- * <p>A filter that returns only models with a creation time greater than or equal to the
3168
- * specified time (timestamp).</p>
2922
+ * <p>A filter that returns only models with a creation time greater than or equal to the specified time (timestamp).</p>
3169
2923
  * @public
3170
2924
  */
3171
2925
  CreationTimeAfter?: Date | undefined;
@@ -3196,14 +2950,12 @@ export interface ModelSummary {
3196
2950
  */
3197
2951
  export interface ListModelsOutput {
3198
2952
  /**
3199
- * <p>An array of <code>ModelSummary</code> objects, each of which lists a
3200
- * model.</p>
2953
+ * <p>An array of <code>ModelSummary</code> objects, each of which lists a model.</p>
3201
2954
  * @public
3202
2955
  */
3203
2956
  Models: ModelSummary[] | undefined;
3204
2957
  /**
3205
- * <p> If the response is truncated, SageMaker returns this token. To retrieve the next set of
3206
- * models, use it in the subsequent request. </p>
2958
+ * <p> If the response is truncated, SageMaker returns this token. To retrieve the next set of models, use it in the subsequent request. </p>
3207
2959
  * @public
3208
2960
  */
3209
2961
  NextToken?: string | undefined;
@@ -3252,15 +3004,12 @@ export interface ListMonitoringAlertHistoryRequest {
3252
3004
  */
3253
3005
  SortBy?: MonitoringAlertHistorySortKey | undefined;
3254
3006
  /**
3255
- * <p>The sort order, whether <code>Ascending</code> or <code>Descending</code>, of the alert
3256
- * history. The default is <code>Descending</code>.</p>
3007
+ * <p>The sort order, whether <code>Ascending</code> or <code>Descending</code>, of the alert history. The default is <code>Descending</code>.</p>
3257
3008
  * @public
3258
3009
  */
3259
3010
  SortOrder?: SortOrder | undefined;
3260
3011
  /**
3261
- * <p>If the result of the previous <code>ListMonitoringAlertHistory</code> request was
3262
- * truncated, the response includes a <code>NextToken</code>. To retrieve the next set of
3263
- * alerts in the history, use the token in the next request.</p>
3012
+ * <p>If the result of the previous <code>ListMonitoringAlertHistory</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of alerts in the history, use the token in the next request.</p>
3264
3013
  * @public
3265
3014
  */
3266
3015
  NextToken?: string | undefined;
@@ -3301,9 +3050,7 @@ export interface MonitoringAlertHistorySummary {
3301
3050
  */
3302
3051
  MonitoringAlertName: string | undefined;
3303
3052
  /**
3304
- * <p>A timestamp that indicates when the first alert transition occurred in an alert history.
3305
- * An alert transition can be from status <code>InAlert</code> to <code>OK</code>,
3306
- * or from <code>OK</code> to <code>InAlert</code>.</p>
3053
+ * <p>A timestamp that indicates when the first alert transition occurred in an alert history. An alert transition can be from status <code>InAlert</code> to <code>OK</code>, or from <code>OK</code> to <code>InAlert</code>.</p>
3307
3054
  * @public
3308
3055
  */
3309
3056
  CreationTime: Date | undefined;
@@ -3323,8 +3070,7 @@ export interface ListMonitoringAlertHistoryResponse {
3323
3070
  */
3324
3071
  MonitoringAlertHistory?: MonitoringAlertHistorySummary[] | undefined;
3325
3072
  /**
3326
- * <p>If the response is truncated, SageMaker returns this token. To retrieve the next set of
3327
- * alerts, use it in the subsequent request.</p>
3073
+ * <p>If the response is truncated, SageMaker returns this token. To retrieve the next set of alerts, use it in the subsequent request.</p>
3328
3074
  * @public
3329
3075
  */
3330
3076
  NextToken?: string | undefined;
@@ -3339,9 +3085,7 @@ export interface ListMonitoringAlertsRequest {
3339
3085
  */
3340
3086
  MonitoringScheduleName: string | undefined;
3341
3087
  /**
3342
- * <p>If the result of the previous <code>ListMonitoringAlerts</code> request was truncated,
3343
- * the response includes a <code>NextToken</code>. To retrieve the next set of alerts in the
3344
- * history, use the token in the next request.</p>
3088
+ * <p>If the result of the previous <code>ListMonitoringAlerts</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of alerts in the history, use the token in the next request.</p>
3345
3089
  * @public
3346
3090
  */
3347
3091
  NextToken?: string | undefined;
@@ -3352,8 +3096,7 @@ export interface ListMonitoringAlertsRequest {
3352
3096
  MaxResults?: number | undefined;
3353
3097
  }
3354
3098
  /**
3355
- * <p>An alert action taken to light up an icon on the Amazon SageMaker Model Dashboard when an alert goes into
3356
- * <code>InAlert</code> status.</p>
3099
+ * <p>An alert action taken to light up an icon on the Amazon SageMaker Model Dashboard when an alert goes into <code>InAlert</code> status.</p>
3357
3100
  * @public
3358
3101
  */
3359
3102
  export interface ModelDashboardIndicatorAction {
@@ -3364,14 +3107,12 @@ export interface ModelDashboardIndicatorAction {
3364
3107
  Enabled?: boolean | undefined;
3365
3108
  }
3366
3109
  /**
3367
- * <p>A list of alert actions taken in response to an alert going into
3368
- * <code>InAlert</code> status.</p>
3110
+ * <p>A list of alert actions taken in response to an alert going into <code>InAlert</code> status.</p>
3369
3111
  * @public
3370
3112
  */
3371
3113
  export interface MonitoringAlertActions {
3372
3114
  /**
3373
- * <p>An alert action taken to light up an icon on the Model Dashboard when an alert goes into
3374
- * <code>InAlert</code> status.</p>
3115
+ * <p>An alert action taken to light up an icon on the Model Dashboard when an alert goes into <code>InAlert</code> status.</p>
3375
3116
  * @public
3376
3117
  */
3377
3118
  ModelDashboardIndicator?: ModelDashboardIndicatorAction | undefined;
@@ -3402,20 +3143,17 @@ export interface MonitoringAlertSummary {
3402
3143
  */
3403
3144
  AlertStatus: MonitoringAlertStatus | undefined;
3404
3145
  /**
3405
- * <p>Within <code>EvaluationPeriod</code>, how many execution failures will raise an
3406
- * alert.</p>
3146
+ * <p>Within <code>EvaluationPeriod</code>, how many execution failures will raise an alert.</p>
3407
3147
  * @public
3408
3148
  */
3409
3149
  DatapointsToAlert: number | undefined;
3410
3150
  /**
3411
- * <p>The number of most recent monitoring executions to consider when evaluating alert
3412
- * status.</p>
3151
+ * <p>The number of most recent monitoring executions to consider when evaluating alert status.</p>
3413
3152
  * @public
3414
3153
  */
3415
3154
  EvaluationPeriod: number | undefined;
3416
3155
  /**
3417
- * <p>A list of alert actions taken in response to an alert going into
3418
- * <code>InAlert</code> status.</p>
3156
+ * <p>A list of alert actions taken in response to an alert going into <code>InAlert</code> status.</p>
3419
3157
  * @public
3420
3158
  */
3421
3159
  Actions: MonitoringAlertActions | undefined;
@@ -3430,8 +3168,7 @@ export interface ListMonitoringAlertsResponse {
3430
3168
  */
3431
3169
  MonitoringAlertSummaries?: MonitoringAlertSummary[] | undefined;
3432
3170
  /**
3433
- * <p>If the response is truncated, SageMaker returns this token. To retrieve the next set of
3434
- * alerts, use it in the subsequent request.</p>
3171
+ * <p>If the response is truncated, SageMaker returns this token. To retrieve the next set of alerts, use it in the subsequent request.</p>
3435
3172
  * @public
3436
3173
  */
3437
3174
  NextToken?: string | undefined;
@@ -3464,20 +3201,17 @@ export interface ListMonitoringExecutionsRequest {
3464
3201
  */
3465
3202
  EndpointName?: string | undefined;
3466
3203
  /**
3467
- * <p>Whether to sort the results by the <code>Status</code>, <code>CreationTime</code>, or
3468
- * <code>ScheduledTime</code> field. The default is <code>CreationTime</code>.</p>
3204
+ * <p>Whether to sort the results by the <code>Status</code>, <code>CreationTime</code>, or <code>ScheduledTime</code> field. The default is <code>CreationTime</code>.</p>
3469
3205
  * @public
3470
3206
  */
3471
3207
  SortBy?: MonitoringExecutionSortKey | undefined;
3472
3208
  /**
3473
- * <p>Whether to sort the results in <code>Ascending</code> or <code>Descending</code> order.
3474
- * The default is <code>Descending</code>.</p>
3209
+ * <p>Whether to sort the results in <code>Ascending</code> or <code>Descending</code> order. The default is <code>Descending</code>.</p>
3475
3210
  * @public
3476
3211
  */
3477
3212
  SortOrder?: SortOrder | undefined;
3478
3213
  /**
3479
- * <p>The token returned if the response is truncated. To retrieve the next set of job executions, use
3480
- * it in the next request.</p>
3214
+ * <p>The token returned if the response is truncated. To retrieve the next set of job executions, use it in the next request.</p>
3481
3215
  * @public
3482
3216
  */
3483
3217
  NextToken?: string | undefined;
@@ -3522,14 +3256,12 @@ export interface ListMonitoringExecutionsRequest {
3522
3256
  */
3523
3257
  StatusEquals?: ExecutionStatus | undefined;
3524
3258
  /**
3525
- * <p>Gets a list of the monitoring job runs of the specified monitoring job
3526
- * definitions.</p>
3259
+ * <p>Gets a list of the monitoring job runs of the specified monitoring job definitions.</p>
3527
3260
  * @public
3528
3261
  */
3529
3262
  MonitoringJobDefinitionName?: string | undefined;
3530
3263
  /**
3531
- * <p>A filter that returns only the monitoring job runs of the specified monitoring
3532
- * type.</p>
3264
+ * <p>A filter that returns only the monitoring job runs of the specified monitoring type.</p>
3533
3265
  * @public
3534
3266
  */
3535
3267
  MonitoringTypeEquals?: MonitoringType | undefined;
@@ -3544,8 +3276,7 @@ export interface ListMonitoringExecutionsResponse {
3544
3276
  */
3545
3277
  MonitoringExecutionSummaries: MonitoringExecutionSummary[] | undefined;
3546
3278
  /**
3547
- * <p>The token returned if the response is truncated. To retrieve the next set of job executions, use
3548
- * it in the next request.</p>
3279
+ * <p>The token returned if the response is truncated. To retrieve the next set of job executions, use it in the next request.</p>
3549
3280
  * @public
3550
3281
  */
3551
3282
  NextToken?: string | undefined;
@@ -3573,20 +3304,17 @@ export interface ListMonitoringSchedulesRequest {
3573
3304
  */
3574
3305
  EndpointName?: string | undefined;
3575
3306
  /**
3576
- * <p>Whether to sort the results by the <code>Status</code>, <code>CreationTime</code>, or
3577
- * <code>ScheduledTime</code> field. The default is <code>CreationTime</code>.</p>
3307
+ * <p>Whether to sort the results by the <code>Status</code>, <code>CreationTime</code>, or <code>ScheduledTime</code> field. The default is <code>CreationTime</code>.</p>
3578
3308
  * @public
3579
3309
  */
3580
3310
  SortBy?: MonitoringScheduleSortKey | undefined;
3581
3311
  /**
3582
- * <p>Whether to sort the results in <code>Ascending</code> or <code>Descending</code> order.
3583
- * The default is <code>Descending</code>.</p>
3312
+ * <p>Whether to sort the results in <code>Ascending</code> or <code>Descending</code> order. The default is <code>Descending</code>.</p>
3584
3313
  * @public
3585
3314
  */
3586
3315
  SortOrder?: SortOrder | undefined;
3587
3316
  /**
3588
- * <p>The token returned if the response is truncated. To retrieve the next set of job executions, use
3589
- * it in the next request.</p>
3317
+ * <p>The token returned if the response is truncated. To retrieve the next set of job executions, use it in the next request.</p>
3590
3318
  * @public
3591
3319
  */
3592
3320
  NextToken?: string | undefined;
@@ -3626,14 +3354,12 @@ export interface ListMonitoringSchedulesRequest {
3626
3354
  */
3627
3355
  StatusEquals?: ScheduleStatus | undefined;
3628
3356
  /**
3629
- * <p>Gets a list of the monitoring schedules for the specified monitoring job
3630
- * definition.</p>
3357
+ * <p>Gets a list of the monitoring schedules for the specified monitoring job definition.</p>
3631
3358
  * @public
3632
3359
  */
3633
3360
  MonitoringJobDefinitionName?: string | undefined;
3634
3361
  /**
3635
- * <p>A filter that returns only the monitoring schedules for the specified monitoring
3636
- * type.</p>
3362
+ * <p>A filter that returns only the monitoring schedules for the specified monitoring type.</p>
3637
3363
  * @public
3638
3364
  */
3639
3365
  MonitoringTypeEquals?: MonitoringType | undefined;
@@ -3694,8 +3420,7 @@ export interface ListMonitoringSchedulesResponse {
3694
3420
  */
3695
3421
  MonitoringScheduleSummaries: MonitoringScheduleSummary[] | undefined;
3696
3422
  /**
3697
- * <p>The token returned if the response is truncated. To retrieve the next set of job executions, use
3698
- * it in the next request.</p>
3423
+ * <p>The token returned if the response is truncated. To retrieve the next set of job executions, use it in the next request.</p>
3699
3424
  * @public
3700
3425
  */
3701
3426
  NextToken?: string | undefined;
@@ -3730,9 +3455,7 @@ export type NotebookInstanceLifecycleConfigSortOrder = (typeof NotebookInstanceL
3730
3455
  */
3731
3456
  export interface ListNotebookInstanceLifecycleConfigsInput {
3732
3457
  /**
3733
- * <p>If the result of a <code>ListNotebookInstanceLifecycleConfigs</code> request was
3734
- * truncated, the response includes a <code>NextToken</code>. To get the next set of
3735
- * lifecycle configurations, use the token in the next request.</p>
3458
+ * <p>If the result of a <code>ListNotebookInstanceLifecycleConfigs</code> request was truncated, the response includes a <code>NextToken</code>. To get the next set of lifecycle configurations, use the token in the next request.</p>
3736
3459
  * @public
3737
3460
  */
3738
3461
  NextToken?: string | undefined;
@@ -3752,32 +3475,27 @@ export interface ListNotebookInstanceLifecycleConfigsInput {
3752
3475
  */
3753
3476
  SortOrder?: NotebookInstanceLifecycleConfigSortOrder | undefined;
3754
3477
  /**
3755
- * <p>A string in the lifecycle configuration name. This filter returns only lifecycle
3756
- * configurations whose name contains the specified string.</p>
3478
+ * <p>A string in the lifecycle configuration name. This filter returns only lifecycle configurations whose name contains the specified string.</p>
3757
3479
  * @public
3758
3480
  */
3759
3481
  NameContains?: string | undefined;
3760
3482
  /**
3761
- * <p>A filter that returns only lifecycle configurations that were created before the
3762
- * specified time (timestamp).</p>
3483
+ * <p>A filter that returns only lifecycle configurations that were created before the specified time (timestamp).</p>
3763
3484
  * @public
3764
3485
  */
3765
3486
  CreationTimeBefore?: Date | undefined;
3766
3487
  /**
3767
- * <p>A filter that returns only lifecycle configurations that were created after the
3768
- * specified time (timestamp).</p>
3488
+ * <p>A filter that returns only lifecycle configurations that were created after the specified time (timestamp).</p>
3769
3489
  * @public
3770
3490
  */
3771
3491
  CreationTimeAfter?: Date | undefined;
3772
3492
  /**
3773
- * <p>A filter that returns only lifecycle configurations that were modified before the
3774
- * specified time (timestamp).</p>
3493
+ * <p>A filter that returns only lifecycle configurations that were modified before the specified time (timestamp).</p>
3775
3494
  * @public
3776
3495
  */
3777
3496
  LastModifiedTimeBefore?: Date | undefined;
3778
3497
  /**
3779
- * <p>A filter that returns only lifecycle configurations that were modified after the
3780
- * specified time (timestamp).</p>
3498
+ * <p>A filter that returns only lifecycle configurations that were modified after the specified time (timestamp).</p>
3781
3499
  * @public
3782
3500
  */
3783
3501
  LastModifiedTimeAfter?: Date | undefined;
@@ -3813,14 +3531,12 @@ export interface NotebookInstanceLifecycleConfigSummary {
3813
3531
  */
3814
3532
  export interface ListNotebookInstanceLifecycleConfigsOutput {
3815
3533
  /**
3816
- * <p>If the response is truncated, SageMaker AI returns this token. To get the next
3817
- * set of lifecycle configurations, use it in the next request. </p>
3534
+ * <p>If the response is truncated, SageMaker AI returns this token. To get the next set of lifecycle configurations, use it in the next request. </p>
3818
3535
  * @public
3819
3536
  */
3820
3537
  NextToken?: string | undefined;
3821
3538
  /**
3822
- * <p>An array of <code>NotebookInstanceLifecycleConfiguration</code> objects, each listing
3823
- * a lifecycle configuration.</p>
3539
+ * <p>An array of <code>NotebookInstanceLifecycleConfiguration</code> objects, each listing a lifecycle configuration.</p>
3824
3540
  * @public
3825
3541
  */
3826
3542
  NotebookInstanceLifecycleConfigs?: NotebookInstanceLifecycleConfigSummary[] | undefined;
@@ -3855,15 +3571,7 @@ export type NotebookInstanceSortOrder = (typeof NotebookInstanceSortOrder)[keyof
3855
3571
  */
3856
3572
  export interface ListNotebookInstancesInput {
3857
3573
  /**
3858
- * <p> If the previous call to the <code>ListNotebookInstances</code> is truncated, the
3859
- * response includes a <code>NextToken</code>. You can use this token in your subsequent
3860
- * <code>ListNotebookInstances</code> request to fetch the next set of notebook
3861
- * instances. </p>
3862
- * <note>
3863
- * <p>You might specify a filter or a sort order in your request. When response is
3864
- * truncated, you must use the same values for the filer and sort order in the next
3865
- * request. </p>
3866
- * </note>
3574
+ * <p> If the previous call to the <code>ListNotebookInstances</code> is truncated, the response includes a <code>NextToken</code>. You can use this token in your subsequent <code>ListNotebookInstances</code> request to fetch the next set of notebook instances. </p> <note> <p>You might specify a filter or a sort order in your request. When response is truncated, you must use the same values for the filer and sort order in the next request. </p> </note>
3867
3575
  * @public
3868
3576
  */
3869
3577
  NextToken?: string | undefined;
@@ -3883,32 +3591,27 @@ export interface ListNotebookInstancesInput {
3883
3591
  */
3884
3592
  SortOrder?: NotebookInstanceSortOrder | undefined;
3885
3593
  /**
3886
- * <p>A string in the notebook instances' name. This filter returns only notebook
3887
- * instances whose name contains the specified string.</p>
3594
+ * <p>A string in the notebook instances' name. This filter returns only notebook instances whose name contains the specified string.</p>
3888
3595
  * @public
3889
3596
  */
3890
3597
  NameContains?: string | undefined;
3891
3598
  /**
3892
- * <p>A filter that returns only notebook instances that were created before the
3893
- * specified time (timestamp). </p>
3599
+ * <p>A filter that returns only notebook instances that were created before the specified time (timestamp). </p>
3894
3600
  * @public
3895
3601
  */
3896
3602
  CreationTimeBefore?: Date | undefined;
3897
3603
  /**
3898
- * <p>A filter that returns only notebook instances that were created after the specified
3899
- * time (timestamp).</p>
3604
+ * <p>A filter that returns only notebook instances that were created after the specified time (timestamp).</p>
3900
3605
  * @public
3901
3606
  */
3902
3607
  CreationTimeAfter?: Date | undefined;
3903
3608
  /**
3904
- * <p>A filter that returns only notebook instances that were modified before the
3905
- * specified time (timestamp).</p>
3609
+ * <p>A filter that returns only notebook instances that were modified before the specified time (timestamp).</p>
3906
3610
  * @public
3907
3611
  */
3908
3612
  LastModifiedTimeBefore?: Date | undefined;
3909
3613
  /**
3910
- * <p>A filter that returns only notebook instances that were modified after the
3911
- * specified time (timestamp).</p>
3614
+ * <p>A filter that returns only notebook instances that were modified after the specified time (timestamp).</p>
3912
3615
  * @public
3913
3616
  */
3914
3617
  LastModifiedTimeAfter?: Date | undefined;
@@ -3918,22 +3621,17 @@ export interface ListNotebookInstancesInput {
3918
3621
  */
3919
3622
  StatusEquals?: NotebookInstanceStatus | undefined;
3920
3623
  /**
3921
- * <p>A string in the name of a notebook instances lifecycle configuration associated with
3922
- * this notebook instance. This filter returns only notebook instances associated with a
3923
- * lifecycle configuration with a name that contains the specified string.</p>
3624
+ * <p>A string in the name of a notebook instances lifecycle configuration associated with this notebook instance. This filter returns only notebook instances associated with a lifecycle configuration with a name that contains the specified string.</p>
3924
3625
  * @public
3925
3626
  */
3926
3627
  NotebookInstanceLifecycleConfigNameContains?: string | undefined;
3927
3628
  /**
3928
- * <p>A string in the name or URL of a Git repository associated with this notebook
3929
- * instance. This filter returns only notebook instances associated with a git repository
3930
- * with a name that contains the specified string.</p>
3629
+ * <p>A string in the name or URL of a Git repository associated with this notebook instance. This filter returns only notebook instances associated with a git repository with a name that contains the specified string.</p>
3931
3630
  * @public
3932
3631
  */
3933
3632
  DefaultCodeRepositoryContains?: string | undefined;
3934
3633
  /**
3935
- * <p>A filter that returns only notebook instances with associated with the specified git
3936
- * repository.</p>
3634
+ * <p>A filter that returns only notebook instances with associated with the specified git repository.</p>
3937
3635
  * @public
3938
3636
  */
3939
3637
  AdditionalCodeRepositoryEquals?: string | undefined;
@@ -3959,8 +3657,7 @@ export interface NotebookInstanceSummary {
3959
3657
  */
3960
3658
  NotebookInstanceStatus?: NotebookInstanceStatus | undefined;
3961
3659
  /**
3962
- * <p>The URL that you use to connect to the Jupyter notebook running in your notebook
3963
- * instance. </p>
3660
+ * <p>The URL that you use to connect to the Jupyter notebook running in your notebook instance. </p>
3964
3661
  * @public
3965
3662
  */
3966
3663
  Url?: string | undefined;
@@ -3980,30 +3677,17 @@ export interface NotebookInstanceSummary {
3980
3677
  */
3981
3678
  LastModifiedTime?: Date | undefined;
3982
3679
  /**
3983
- * <p>The name of a notebook instance lifecycle configuration associated with this notebook
3984
- * instance.</p>
3985
- * <p>For information about notebook instance lifestyle configurations, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/notebook-lifecycle-config.html">Step
3986
- * 2.1: (Optional) Customize a Notebook Instance</a>.</p>
3680
+ * <p>The name of a notebook instance lifecycle configuration associated with this notebook instance.</p> <p>For information about notebook instance lifestyle configurations, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/notebook-lifecycle-config.html">Step 2.1: (Optional) Customize a Notebook Instance</a>.</p>
3987
3681
  * @public
3988
3682
  */
3989
3683
  NotebookInstanceLifecycleConfigName?: string | undefined;
3990
3684
  /**
3991
- * <p>The Git repository associated with the notebook instance as its default code
3992
- * repository. This can be either the name of a Git repository stored as a resource in your
3993
- * account, or the URL of a Git repository in <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html">Amazon Web Services CodeCommit</a>
3994
- * or in any other Git repository. When you open a notebook instance, it opens in the
3995
- * directory that contains this repository. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/nbi-git-repo.html">Associating Git
3996
- * Repositories with SageMaker AI Notebook Instances</a>.</p>
3685
+ * <p>The Git repository associated with the notebook instance as its default code repository. This can be either the name of a Git repository stored as a resource in your account, or the URL of a Git repository in <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html">Amazon Web Services CodeCommit</a> or in any other Git repository. When you open a notebook instance, it opens in the directory that contains this repository. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/nbi-git-repo.html">Associating Git Repositories with SageMaker AI Notebook Instances</a>.</p>
3997
3686
  * @public
3998
3687
  */
3999
3688
  DefaultCodeRepository?: string | undefined;
4000
3689
  /**
4001
- * <p>An array of up to three Git repositories associated with the notebook instance. These
4002
- * can be either the names of Git repositories stored as resources in your account, or the
4003
- * URL of Git repositories in <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html">Amazon Web Services CodeCommit</a>
4004
- * or in any other Git repository. These repositories are cloned at the same level as the
4005
- * default repository of your notebook instance. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/nbi-git-repo.html">Associating Git
4006
- * Repositories with SageMaker AI Notebook Instances</a>.</p>
3690
+ * <p>An array of up to three Git repositories associated with the notebook instance. These can be either the names of Git repositories stored as resources in your account, or the URL of Git repositories in <a href="https://docs.aws.amazon.com/codecommit/latest/userguide/welcome.html">Amazon Web Services CodeCommit</a> or in any other Git repository. These repositories are cloned at the same level as the default repository of your notebook instance. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/nbi-git-repo.html">Associating Git Repositories with SageMaker AI Notebook Instances</a>.</p>
4007
3691
  * @public
4008
3692
  */
4009
3693
  AdditionalCodeRepositories?: string[] | undefined;
@@ -4013,15 +3697,12 @@ export interface NotebookInstanceSummary {
4013
3697
  */
4014
3698
  export interface ListNotebookInstancesOutput {
4015
3699
  /**
4016
- * <p>If the response to the previous <code>ListNotebookInstances</code> request was
4017
- * truncated, SageMaker AI returns this token. To retrieve the next set of notebook
4018
- * instances, use the token in the next request.</p>
3700
+ * <p>If the response to the previous <code>ListNotebookInstances</code> request was truncated, SageMaker AI returns this token. To retrieve the next set of notebook instances, use the token in the next request.</p>
4019
3701
  * @public
4020
3702
  */
4021
3703
  NextToken?: string | undefined;
4022
3704
  /**
4023
- * <p>An array of <code>NotebookInstanceSummary</code> objects, one for each notebook
4024
- * instance.</p>
3705
+ * <p>An array of <code>NotebookInstanceSummary</code> objects, one for each notebook instance.</p>
4025
3706
  * @public
4026
3707
  */
4027
3708
  NotebookInstances?: NotebookInstanceSummary[] | undefined;
@@ -4044,52 +3725,42 @@ export type ListOptimizationJobsSortBy = (typeof ListOptimizationJobsSortBy)[key
4044
3725
  */
4045
3726
  export interface ListOptimizationJobsRequest {
4046
3727
  /**
4047
- * <p>A token that you use to get the next set of results following a truncated response. If
4048
- * the response to the previous request was truncated, that response provides the value for
4049
- * this token.</p>
3728
+ * <p>A token that you use to get the next set of results following a truncated response. If the response to the previous request was truncated, that response provides the value for this token.</p>
4050
3729
  * @public
4051
3730
  */
4052
3731
  NextToken?: string | undefined;
4053
3732
  /**
4054
- * <p>The maximum number of optimization jobs to return in the response. The default is
4055
- * 50.</p>
3733
+ * <p>The maximum number of optimization jobs to return in the response. The default is 50.</p>
4056
3734
  * @public
4057
3735
  */
4058
3736
  MaxResults?: number | undefined;
4059
3737
  /**
4060
- * <p>Filters the results to only those optimization jobs that were created after the
4061
- * specified time.</p>
3738
+ * <p>Filters the results to only those optimization jobs that were created after the specified time.</p>
4062
3739
  * @public
4063
3740
  */
4064
3741
  CreationTimeAfter?: Date | undefined;
4065
3742
  /**
4066
- * <p>Filters the results to only those optimization jobs that were created before the
4067
- * specified time.</p>
3743
+ * <p>Filters the results to only those optimization jobs that were created before the specified time.</p>
4068
3744
  * @public
4069
3745
  */
4070
3746
  CreationTimeBefore?: Date | undefined;
4071
3747
  /**
4072
- * <p>Filters the results to only those optimization jobs that were updated after the
4073
- * specified time.</p>
3748
+ * <p>Filters the results to only those optimization jobs that were updated after the specified time.</p>
4074
3749
  * @public
4075
3750
  */
4076
3751
  LastModifiedTimeAfter?: Date | undefined;
4077
3752
  /**
4078
- * <p>Filters the results to only those optimization jobs that were updated before the
4079
- * specified time.</p>
3753
+ * <p>Filters the results to only those optimization jobs that were updated before the specified time.</p>
4080
3754
  * @public
4081
3755
  */
4082
3756
  LastModifiedTimeBefore?: Date | undefined;
4083
3757
  /**
4084
- * <p>Filters the results to only those optimization jobs that apply the specified
4085
- * optimization techniques. You can specify either <code>Quantization</code> or
4086
- * <code>Compilation</code>.</p>
3758
+ * <p>Filters the results to only those optimization jobs that apply the specified optimization techniques. You can specify either <code>Quantization</code> or <code>Compilation</code>.</p>
4087
3759
  * @public
4088
3760
  */
4089
3761
  OptimizationContains?: string | undefined;
4090
3762
  /**
4091
- * <p>Filters the results to only those optimization jobs with a name that contains the
4092
- * specified string.</p>
3763
+ * <p>Filters the results to only those optimization jobs with a name that contains the specified string.</p>
4093
3764
  * @public
4094
3765
  */
4095
3766
  NameContains?: string | undefined;
@@ -4099,15 +3770,12 @@ export interface ListOptimizationJobsRequest {
4099
3770
  */
4100
3771
  StatusEquals?: OptimizationJobStatus | undefined;
4101
3772
  /**
4102
- * <p>The field by which to sort the optimization jobs in the response. The default is
4103
- * <code>CreationTime</code>
4104
- * </p>
3773
+ * <p>The field by which to sort the optimization jobs in the response. The default is <code>CreationTime</code> </p>
4105
3774
  * @public
4106
3775
  */
4107
3776
  SortBy?: ListOptimizationJobsSortBy | undefined;
4108
3777
  /**
4109
- * <p>The sort order for results. The default is <code>Ascending</code>
4110
- * </p>
3778
+ * <p>The sort order for results. The default is <code>Ascending</code> </p>
4111
3779
  * @public
4112
3780
  */
4113
3781
  SortOrder?: SortOrder | undefined;
@@ -4168,14 +3836,12 @@ export interface OptimizationJobSummary {
4168
3836
  */
4169
3837
  export interface ListOptimizationJobsResponse {
4170
3838
  /**
4171
- * <p>A list of optimization jobs and their properties that matches any of the filters you
4172
- * specified in the request.</p>
3839
+ * <p>A list of optimization jobs and their properties that matches any of the filters you specified in the request.</p>
4173
3840
  * @public
4174
3841
  */
4175
3842
  OptimizationJobSummaries: OptimizationJobSummary[] | undefined;
4176
3843
  /**
4177
- * <p>The token to use in a subsequent request to get the next set of results following a
4178
- * truncated response.</p>
3844
+ * <p>The token to use in a subsequent request to get the next set of results following a truncated response.</p>
4179
3845
  * @public
4180
3846
  */
4181
3847
  NextToken?: string | undefined;
@@ -4185,18 +3851,12 @@ export interface ListOptimizationJobsResponse {
4185
3851
  */
4186
3852
  export interface ListPartnerAppsRequest {
4187
3853
  /**
4188
- * <p>This parameter defines the maximum number of results that can be returned in a single
4189
- * response. The <code>MaxResults</code> parameter is an upper bound, not a target. If there are
4190
- * more results available than the value specified, a <code>NextToken</code> is provided in the
4191
- * response. The <code>NextToken</code> indicates that the user should get the next set of
4192
- * results by providing this token as a part of a subsequent call. The default value for
4193
- * <code>MaxResults</code> is 10.</p>
3854
+ * <p>This parameter defines the maximum number of results that can be returned in a single response. The <code>MaxResults</code> parameter is an upper bound, not a target. If there are more results available than the value specified, a <code>NextToken</code> is provided in the response. The <code>NextToken</code> indicates that the user should get the next set of results by providing this token as a part of a subsequent call. The default value for <code>MaxResults</code> is 10.</p>
4194
3855
  * @public
4195
3856
  */
4196
3857
  MaxResults?: number | undefined;
4197
3858
  /**
4198
- * <p>If the previous response was truncated, you will receive this token. Use it in your next
4199
- * request to receive the next set of results.</p>
3859
+ * <p>If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.</p>
4200
3860
  * @public
4201
3861
  */
4202
3862
  NextToken?: string | undefined;
@@ -4242,8 +3902,7 @@ export interface ListPartnerAppsResponse {
4242
3902
  */
4243
3903
  Summaries?: PartnerAppSummary[] | undefined;
4244
3904
  /**
4245
- * <p>If the previous response was truncated, you will receive this token. Use it in your next
4246
- * request to receive the next set of results.</p>
3905
+ * <p>If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.</p>
4247
3906
  * @public
4248
3907
  */
4249
3908
  NextToken?: string | undefined;
@@ -4270,14 +3929,12 @@ export interface ListPipelineExecutionsRequest {
4270
3929
  */
4271
3930
  PipelineName: string | undefined;
4272
3931
  /**
4273
- * <p>A filter that returns the pipeline executions that were created after a specified
4274
- * time.</p>
3932
+ * <p>A filter that returns the pipeline executions that were created after a specified time.</p>
4275
3933
  * @public
4276
3934
  */
4277
3935
  CreatedAfter?: Date | undefined;
4278
3936
  /**
4279
- * <p>A filter that returns the pipeline executions that were created before a specified
4280
- * time.</p>
3937
+ * <p>A filter that returns the pipeline executions that were created before a specified time.</p>
4281
3938
  * @public
4282
3939
  */
4283
3940
  CreatedBefore?: Date | undefined;
@@ -4292,8 +3949,7 @@ export interface ListPipelineExecutionsRequest {
4292
3949
  */
4293
3950
  SortOrder?: SortOrder | undefined;
4294
3951
  /**
4295
- * <p>If the result of the previous <code>ListPipelineExecutions</code> request was truncated,
4296
- * the response includes a <code>NextToken</code>. To retrieve the next set of pipeline executions, use the token in the next request.</p>
3952
+ * <p>If the result of the previous <code>ListPipelineExecutions</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of pipeline executions, use the token in the next request.</p>
4297
3953
  * @public
4298
3954
  */
4299
3955
  NextToken?: string | undefined;
@@ -4344,15 +4000,12 @@ export interface PipelineExecutionSummary {
4344
4000
  */
4345
4001
  export interface ListPipelineExecutionsResponse {
4346
4002
  /**
4347
- * <p>Contains a sorted list of pipeline execution summary objects matching the specified
4348
- * filters. Each run summary includes the Amazon Resource Name (ARN) of the pipeline execution, the run date,
4349
- * and the status. This list can be empty. </p>
4003
+ * <p>Contains a sorted list of pipeline execution summary objects matching the specified filters. Each run summary includes the Amazon Resource Name (ARN) of the pipeline execution, the run date, and the status. This list can be empty. </p>
4350
4004
  * @public
4351
4005
  */
4352
4006
  PipelineExecutionSummaries?: PipelineExecutionSummary[] | undefined;
4353
4007
  /**
4354
- * <p>If the result of the previous <code>ListPipelineExecutions</code> request was truncated,
4355
- * the response includes a <code>NextToken</code>. To retrieve the next set of pipeline executions, use the token in the next request.</p>
4008
+ * <p>If the result of the previous <code>ListPipelineExecutions</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of pipeline executions, use the token in the next request.</p>
4356
4009
  * @public
4357
4010
  */
4358
4011
  NextToken?: string | undefined;
@@ -4367,8 +4020,7 @@ export interface ListPipelineExecutionStepsRequest {
4367
4020
  */
4368
4021
  PipelineExecutionArn?: string | undefined;
4369
4022
  /**
4370
- * <p>If the result of the previous <code>ListPipelineExecutionSteps</code> request was truncated,
4371
- * the response includes a <code>NextToken</code>. To retrieve the next set of pipeline execution steps, use the token in the next request.</p>
4023
+ * <p>If the result of the previous <code>ListPipelineExecutionSteps</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of pipeline execution steps, use the token in the next request.</p>
4372
4024
  * @public
4373
4025
  */
4374
4026
  NextToken?: string | undefined;
@@ -4406,9 +4058,7 @@ export interface ProcessingJobStepMetadata {
4406
4058
  Arn?: string | undefined;
4407
4059
  }
4408
4060
  /**
4409
- * <p>Container for the metadata for a Quality check step. For more information, see
4410
- * the topic on <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/build-and-manage-steps.html#step-type-quality-check">QualityCheck step</a> in the <i>Amazon SageMaker Developer Guide</i>.
4411
- * </p>
4061
+ * <p>Container for the metadata for a Quality check step. For more information, see the topic on <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/build-and-manage-steps.html#step-type-quality-check">QualityCheck step</a> in the <i>Amazon SageMaker Developer Guide</i>. </p>
4412
4062
  * @public
4413
4063
  */
4414
4064
  export interface QualityCheckStepMetadata {
@@ -4453,17 +4103,12 @@ export interface QualityCheckStepMetadata {
4453
4103
  */
4454
4104
  CheckJobArn?: string | undefined;
4455
4105
  /**
4456
- * <p>This flag indicates if the drift check against the previous baseline will be skipped or not.
4457
- * If it is set to <code>False</code>, the previous baseline of the configured check type must be available.</p>
4106
+ * <p>This flag indicates if the drift check against the previous baseline will be skipped or not. If it is set to <code>False</code>, the previous baseline of the configured check type must be available.</p>
4458
4107
  * @public
4459
4108
  */
4460
4109
  SkipCheck?: boolean | undefined;
4461
4110
  /**
4462
- * <p>This flag indicates if a newly calculated baseline can be accessed through step properties
4463
- * <code>BaselineUsedForDriftCheckConstraints</code> and <code>BaselineUsedForDriftCheckStatistics</code>.
4464
- * If it is set to <code>False</code>, the previous baseline of the configured check type must also be available.
4465
- * These can be accessed through the <code>BaselineUsedForDriftCheckConstraints</code> and <code>
4466
- * BaselineUsedForDriftCheckStatistics</code> properties. </p>
4111
+ * <p>This flag indicates if a newly calculated baseline can be accessed through step properties <code>BaselineUsedForDriftCheckConstraints</code> and <code>BaselineUsedForDriftCheckStatistics</code>. If it is set to <code>False</code>, the previous baseline of the configured check type must also be available. These can be accessed through the <code>BaselineUsedForDriftCheckConstraints</code> and <code> BaselineUsedForDriftCheckStatistics</code> properties. </p>
4467
4112
  * @public
4468
4113
  */
4469
4114
  RegisterNewBaseline?: boolean | undefined;
@@ -4553,14 +4198,12 @@ export interface PipelineExecutionStepMetadata {
4553
4198
  */
4554
4199
  Condition?: ConditionStepMetadata | undefined;
4555
4200
  /**
4556
- * <p>The URL of the Amazon SQS queue used by this step execution, the pipeline generated token,
4557
- * and a list of output parameters.</p>
4201
+ * <p>The URL of the Amazon SQS queue used by this step execution, the pipeline generated token, and a list of output parameters.</p>
4558
4202
  * @public
4559
4203
  */
4560
4204
  Callback?: CallbackStepMetadata | undefined;
4561
4205
  /**
4562
- * <p>The Amazon Resource Name (ARN) of the Lambda function that was run by this step execution and a list of
4563
- * output parameters.</p>
4206
+ * <p>The Amazon Resource Name (ARN) of the Lambda function that was run by this step execution and a list of output parameters.</p>
4564
4207
  * @public
4565
4208
  */
4566
4209
  Lambda?: LambdaStepMetadata | undefined;
@@ -4570,67 +4213,12 @@ export interface PipelineExecutionStepMetadata {
4570
4213
  */
4571
4214
  EMR?: EMRStepMetadata | undefined;
4572
4215
  /**
4573
- * <p>The configurations and outcomes of the check step execution. This includes: </p>
4574
- * <ul>
4575
- * <li>
4576
- * <p>The type of the check conducted.</p>
4577
- * </li>
4578
- * <li>
4579
- * <p>The Amazon S3 URIs of baseline constraints and statistics files to be used for the drift check.</p>
4580
- * </li>
4581
- * <li>
4582
- * <p>The Amazon S3 URIs of newly calculated baseline constraints and statistics.</p>
4583
- * </li>
4584
- * <li>
4585
- * <p>The model package group name provided.</p>
4586
- * </li>
4587
- * <li>
4588
- * <p>The Amazon S3 URI of the violation report if violations detected.</p>
4589
- * </li>
4590
- * <li>
4591
- * <p>The Amazon Resource Name (ARN) of check processing job initiated by the step execution.</p>
4592
- * </li>
4593
- * <li>
4594
- * <p>The Boolean flags indicating if the drift check is skipped.</p>
4595
- * </li>
4596
- * <li>
4597
- * <p>If step property <code>BaselineUsedForDriftCheck</code> is set the same as
4598
- * <code>CalculatedBaseline</code>.</p>
4599
- * </li>
4600
- * </ul>
4216
+ * <p>The configurations and outcomes of the check step execution. This includes: </p> <ul> <li> <p>The type of the check conducted.</p> </li> <li> <p>The Amazon S3 URIs of baseline constraints and statistics files to be used for the drift check.</p> </li> <li> <p>The Amazon S3 URIs of newly calculated baseline constraints and statistics.</p> </li> <li> <p>The model package group name provided.</p> </li> <li> <p>The Amazon S3 URI of the violation report if violations detected.</p> </li> <li> <p>The Amazon Resource Name (ARN) of check processing job initiated by the step execution.</p> </li> <li> <p>The Boolean flags indicating if the drift check is skipped.</p> </li> <li> <p>If step property <code>BaselineUsedForDriftCheck</code> is set the same as <code>CalculatedBaseline</code>.</p> </li> </ul>
4601
4217
  * @public
4602
4218
  */
4603
4219
  QualityCheck?: QualityCheckStepMetadata | undefined;
4604
4220
  /**
4605
- * <p>Container for the metadata for a Clarify check step. The configurations
4606
- * and outcomes of the check step execution. This includes: </p>
4607
- * <ul>
4608
- * <li>
4609
- * <p>The type of the check conducted,</p>
4610
- * </li>
4611
- * <li>
4612
- * <p>The Amazon S3 URIs of baseline constraints and statistics files to be used for the drift check.</p>
4613
- * </li>
4614
- * <li>
4615
- * <p>The Amazon S3 URIs of newly calculated baseline constraints and statistics.</p>
4616
- * </li>
4617
- * <li>
4618
- * <p>The model package group name provided.</p>
4619
- * </li>
4620
- * <li>
4621
- * <p>The Amazon S3 URI of the violation report if violations detected.</p>
4622
- * </li>
4623
- * <li>
4624
- * <p>The Amazon Resource Name (ARN) of check processing job initiated by the step execution.</p>
4625
- * </li>
4626
- * <li>
4627
- * <p>The boolean flags indicating if the drift check is skipped.</p>
4628
- * </li>
4629
- * <li>
4630
- * <p>If step property <code>BaselineUsedForDriftCheck</code> is set the same as
4631
- * <code>CalculatedBaseline</code>.</p>
4632
- * </li>
4633
- * </ul>
4221
+ * <p>Container for the metadata for a Clarify check step. The configurations and outcomes of the check step execution. This includes: </p> <ul> <li> <p>The type of the check conducted,</p> </li> <li> <p>The Amazon S3 URIs of baseline constraints and statistics files to be used for the drift check.</p> </li> <li> <p>The Amazon S3 URIs of newly calculated baseline constraints and statistics.</p> </li> <li> <p>The model package group name provided.</p> </li> <li> <p>The Amazon S3 URI of the violation report if violations detected.</p> </li> <li> <p>The Amazon Resource Name (ARN) of check processing job initiated by the step execution.</p> </li> <li> <p>The boolean flags indicating if the drift check is skipped.</p> </li> <li> <p>If step property <code>BaselineUsedForDriftCheck</code> is set the same as <code>CalculatedBaseline</code>.</p> </li> </ul>
4634
4222
  * @public
4635
4223
  */
4636
4224
  ClarifyCheck?: ClarifyCheckStepMetadata | undefined;
@@ -4738,8 +4326,7 @@ export interface PipelineExecutionStep {
4738
4326
  */
4739
4327
  AttemptCount?: number | undefined;
4740
4328
  /**
4741
- * <p>The ARN from an execution of the current pipeline from which
4742
- * results are reused for this step.</p>
4329
+ * <p>The ARN from an execution of the current pipeline from which results are reused for this step.</p>
4743
4330
  * @public
4744
4331
  */
4745
4332
  SelectiveExecutionResult?: SelectiveExecutionResult | undefined;
@@ -4749,16 +4336,12 @@ export interface PipelineExecutionStep {
4749
4336
  */
4750
4337
  export interface ListPipelineExecutionStepsResponse {
4751
4338
  /**
4752
- * <p>A list of <code>PipeLineExecutionStep</code> objects. Each
4753
- * <code>PipeLineExecutionStep</code> consists of StepName, StartTime, EndTime, StepStatus,
4754
- * and Metadata. Metadata is an object with properties for each job that contains relevant
4755
- * information about the job created by the step.</p>
4339
+ * <p>A list of <code>PipeLineExecutionStep</code> objects. Each <code>PipeLineExecutionStep</code> consists of StepName, StartTime, EndTime, StepStatus, and Metadata. Metadata is an object with properties for each job that contains relevant information about the job created by the step.</p>
4756
4340
  * @public
4757
4341
  */
4758
4342
  PipelineExecutionSteps?: PipelineExecutionStep[] | undefined;
4759
4343
  /**
4760
- * <p>If the result of the previous <code>ListPipelineExecutionSteps</code> request was truncated,
4761
- * the response includes a <code>NextToken</code>. To retrieve the next set of pipeline execution steps, use the token in the next request.</p>
4344
+ * <p>If the result of the previous <code>ListPipelineExecutionSteps</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of pipeline execution steps, use the token in the next request.</p>
4762
4345
  * @public
4763
4346
  */
4764
4347
  NextToken?: string | undefined;
@@ -4773,8 +4356,7 @@ export interface ListPipelineParametersForExecutionRequest {
4773
4356
  */
4774
4357
  PipelineExecutionArn: string | undefined;
4775
4358
  /**
4776
- * <p>If the result of the previous <code>ListPipelineParametersForExecution</code> request was truncated,
4777
- * the response includes a <code>NextToken</code>. To retrieve the next set of parameters, use the token in the next request.</p>
4359
+ * <p>If the result of the previous <code>ListPipelineParametersForExecution</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of parameters, use the token in the next request.</p>
4778
4360
  * @public
4779
4361
  */
4780
4362
  NextToken?: string | undefined;
@@ -4790,9 +4372,7 @@ export interface ListPipelineParametersForExecutionRequest {
4790
4372
  */
4791
4373
  export interface Parameter {
4792
4374
  /**
4793
- * <p>The name of the parameter to assign a value to. This
4794
- * parameter name must match a named parameter in the
4795
- * pipeline definition.</p>
4375
+ * <p>The name of the parameter to assign a value to. This parameter name must match a named parameter in the pipeline definition.</p>
4796
4376
  * @public
4797
4377
  */
4798
4378
  Name: string | undefined;
@@ -4812,8 +4392,7 @@ export interface ListPipelineParametersForExecutionResponse {
4812
4392
  */
4813
4393
  PipelineParameters?: Parameter[] | undefined;
4814
4394
  /**
4815
- * <p>If the result of the previous <code>ListPipelineParametersForExecution</code> request was truncated,
4816
- * the response includes a <code>NextToken</code>. To retrieve the next set of parameters, use the token in the next request.</p>
4395
+ * <p>If the result of the previous <code>ListPipelineParametersForExecution</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of parameters, use the token in the next request.</p>
4817
4396
  * @public
4818
4397
  */
4819
4398
  NextToken?: string | undefined;
@@ -4840,14 +4419,12 @@ export interface ListPipelinesRequest {
4840
4419
  */
4841
4420
  PipelineNamePrefix?: string | undefined;
4842
4421
  /**
4843
- * <p>A filter that returns the pipelines that were created after a specified
4844
- * time.</p>
4422
+ * <p>A filter that returns the pipelines that were created after a specified time.</p>
4845
4423
  * @public
4846
4424
  */
4847
4425
  CreatedAfter?: Date | undefined;
4848
4426
  /**
4849
- * <p>A filter that returns the pipelines that were created before a specified
4850
- * time.</p>
4427
+ * <p>A filter that returns the pipelines that were created before a specified time.</p>
4851
4428
  * @public
4852
4429
  */
4853
4430
  CreatedBefore?: Date | undefined;
@@ -4862,8 +4439,7 @@ export interface ListPipelinesRequest {
4862
4439
  */
4863
4440
  SortOrder?: SortOrder | undefined;
4864
4441
  /**
4865
- * <p>If the result of the previous <code>ListPipelines</code> request was truncated,
4866
- * the response includes a <code>NextToken</code>. To retrieve the next set of pipelines, use the token in the next request.</p>
4442
+ * <p>If the result of the previous <code>ListPipelines</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of pipelines, use the token in the next request.</p>
4867
4443
  * @public
4868
4444
  */
4869
4445
  NextToken?: string | undefined;
@@ -4924,16 +4500,12 @@ export interface PipelineSummary {
4924
4500
  */
4925
4501
  export interface ListPipelinesResponse {
4926
4502
  /**
4927
- * <p>Contains a sorted list of <code>PipelineSummary</code> objects matching the specified
4928
- * filters. Each <code>PipelineSummary</code> consists of PipelineArn, PipelineName,
4929
- * ExperimentName, PipelineDescription, CreationTime, LastModifiedTime, LastRunTime, and
4930
- * RoleArn. This list can be empty. </p>
4503
+ * <p>Contains a sorted list of <code>PipelineSummary</code> objects matching the specified filters. Each <code>PipelineSummary</code> consists of PipelineArn, PipelineName, ExperimentName, PipelineDescription, CreationTime, LastModifiedTime, LastRunTime, and RoleArn. This list can be empty. </p>
4931
4504
  * @public
4932
4505
  */
4933
4506
  PipelineSummaries?: PipelineSummary[] | undefined;
4934
4507
  /**
4935
- * <p>If the result of the previous <code>ListPipelines</code> request was truncated,
4936
- * the response includes a <code>NextToken</code>. To retrieve the next set of pipelines, use the token in the next request.</p>
4508
+ * <p>If the result of the previous <code>ListPipelines</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of pipelines, use the token in the next request.</p>
4937
4509
  * @public
4938
4510
  */
4939
4511
  NextToken?: string | undefined;
@@ -4963,8 +4535,7 @@ export interface ListProcessingJobsRequest {
4963
4535
  */
4964
4536
  LastModifiedTimeBefore?: Date | undefined;
4965
4537
  /**
4966
- * <p>A string in the processing job name. This filter returns only processing jobs whose
4967
- * name contains the specified string.</p>
4538
+ * <p>A string in the processing job name. This filter returns only processing jobs whose name contains the specified string.</p>
4968
4539
  * @public
4969
4540
  */
4970
4541
  NameContains?: string | undefined;
@@ -4984,9 +4555,7 @@ export interface ListProcessingJobsRequest {
4984
4555
  */
4985
4556
  SortOrder?: SortOrder | undefined;
4986
4557
  /**
4987
- * <p>If the result of the previous <code>ListProcessingJobs</code> request was truncated,
4988
- * the response includes a <code>NextToken</code>. To retrieve the next set of processing
4989
- * jobs, use the token in the next request.</p>
4558
+ * <p>If the result of the previous <code>ListProcessingJobs</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of processing jobs, use the token in the next request.</p>
4990
4559
  * @public
4991
4560
  */
4992
4561
  NextToken?: string | undefined;
@@ -5032,14 +4601,12 @@ export interface ProcessingJobSummary {
5032
4601
  */
5033
4602
  ProcessingJobStatus: ProcessingJobStatus | undefined;
5034
4603
  /**
5035
- * <p>A string, up to one KB in size, that contains the reason a processing job failed, if
5036
- * it failed.</p>
4604
+ * <p>A string, up to one KB in size, that contains the reason a processing job failed, if it failed.</p>
5037
4605
  * @public
5038
4606
  */
5039
4607
  FailureReason?: string | undefined;
5040
4608
  /**
5041
- * <p>An optional string, up to one KB in size, that contains metadata from the processing
5042
- * container when the processing job exits.</p>
4609
+ * <p>An optional string, up to one KB in size, that contains metadata from the processing container when the processing job exits.</p>
5043
4610
  * @public
5044
4611
  */
5045
4612
  ExitMessage?: string | undefined;
@@ -5049,14 +4616,12 @@ export interface ProcessingJobSummary {
5049
4616
  */
5050
4617
  export interface ListProcessingJobsResponse {
5051
4618
  /**
5052
- * <p>An array of <code>ProcessingJobSummary</code> objects, each listing a processing
5053
- * job.</p>
4619
+ * <p>An array of <code>ProcessingJobSummary</code> objects, each listing a processing job.</p>
5054
4620
  * @public
5055
4621
  */
5056
4622
  ProcessingJobSummaries: ProcessingJobSummary[] | undefined;
5057
4623
  /**
5058
- * <p>If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of
5059
- * processing jobs, use it in the subsequent request.</p>
4624
+ * <p>If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of processing jobs, use it in the subsequent request.</p>
5060
4625
  * @public
5061
4626
  */
5062
4627
  NextToken?: string | undefined;
@@ -5090,14 +4655,12 @@ export type ProjectSortOrder = (typeof ProjectSortOrder)[keyof typeof ProjectSor
5090
4655
  */
5091
4656
  export interface ListProjectsInput {
5092
4657
  /**
5093
- * <p>A filter that returns the projects that were created after a specified
5094
- * time.</p>
4658
+ * <p>A filter that returns the projects that were created after a specified time.</p>
5095
4659
  * @public
5096
4660
  */
5097
4661
  CreationTimeAfter?: Date | undefined;
5098
4662
  /**
5099
- * <p>A filter that returns the projects that were created before a specified
5100
- * time.</p>
4663
+ * <p>A filter that returns the projects that were created before a specified time.</p>
5101
4664
  * @public
5102
4665
  */
5103
4666
  CreationTimeBefore?: Date | undefined;
@@ -5107,14 +4670,12 @@ export interface ListProjectsInput {
5107
4670
  */
5108
4671
  MaxResults?: number | undefined;
5109
4672
  /**
5110
- * <p>A filter that returns the projects whose name contains a specified
5111
- * string.</p>
4673
+ * <p>A filter that returns the projects whose name contains a specified string.</p>
5112
4674
  * @public
5113
4675
  */
5114
4676
  NameContains?: string | undefined;
5115
4677
  /**
5116
- * <p>If the result of the previous <code>ListProjects</code> request was truncated,
5117
- * the response includes a <code>NextToken</code>. To retrieve the next set of projects, use the token in the next request.</p>
4678
+ * <p>If the result of the previous <code>ListProjects</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of projects, use the token in the next request.</p>
5118
4679
  * @public
5119
4680
  */
5120
4681
  NextToken?: string | undefined;
@@ -5175,9 +4736,7 @@ export interface ListProjectsOutput {
5175
4736
  */
5176
4737
  ProjectSummaryList: ProjectSummary[] | undefined;
5177
4738
  /**
5178
- * <p>If the result of the previous <code>ListCompilationJobs</code> request was truncated,
5179
- * the response includes a <code>NextToken</code>. To retrieve the next set of model
5180
- * compilation jobs, use the token in the next request.</p>
4739
+ * <p>If the result of the previous <code>ListCompilationJobs</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of model compilation jobs, use the token in the next request.</p>
5181
4740
  * @public
5182
4741
  */
5183
4742
  NextToken?: string | undefined;
@@ -5210,20 +4769,17 @@ export type ResourceCatalogSortOrder = (typeof ResourceCatalogSortOrder)[keyof t
5210
4769
  */
5211
4770
  export interface ListResourceCatalogsRequest {
5212
4771
  /**
5213
- * <p> A string that partially matches one or more <code>ResourceCatalog</code>s names.
5214
- * Filters <code>ResourceCatalog</code> by name. </p>
4772
+ * <p> A string that partially matches one or more <code>ResourceCatalog</code>s names. Filters <code>ResourceCatalog</code> by name. </p>
5215
4773
  * @public
5216
4774
  */
5217
4775
  NameContains?: string | undefined;
5218
4776
  /**
5219
- * <p> Use this parameter to search for <code>ResourceCatalog</code>s created after a
5220
- * specific date and time. </p>
4777
+ * <p> Use this parameter to search for <code>ResourceCatalog</code>s created after a specific date and time. </p>
5221
4778
  * @public
5222
4779
  */
5223
4780
  CreationTimeAfter?: Date | undefined;
5224
4781
  /**
5225
- * <p> Use this parameter to search for <code>ResourceCatalog</code>s created before a
5226
- * specific date and time. </p>
4782
+ * <p> Use this parameter to search for <code>ResourceCatalog</code>s created before a specific date and time. </p>
5227
4783
  * @public
5228
4784
  */
5229
4785
  CreationTimeBefore?: Date | undefined;
@@ -5249,10 +4805,7 @@ export interface ListResourceCatalogsRequest {
5249
4805
  NextToken?: string | undefined;
5250
4806
  }
5251
4807
  /**
5252
- * <p> A resource catalog containing all of the resources of a specific resource type within
5253
- * a resource owner account. For an example on sharing the Amazon SageMaker Feature Store
5254
- * <code>DefaultFeatureGroupCatalog</code>, see <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/feature-store-cross-account-discoverability-share-sagemaker-catalog.html">Share Amazon SageMaker Catalog resource type</a> in the Amazon SageMaker Developer Guide.
5255
- * </p>
4808
+ * <p> A resource catalog containing all of the resources of a specific resource type within a resource owner account. For an example on sharing the Amazon SageMaker Feature Store <code>DefaultFeatureGroupCatalog</code>, see <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/feature-store-cross-account-discoverability-share-sagemaker-catalog.html">Share Amazon SageMaker Catalog resource type</a> in the Amazon SageMaker Developer Guide. </p>
5256
4809
  * @public
5257
4810
  */
5258
4811
  export interface ResourceCatalog {
@@ -5309,18 +4862,12 @@ export type SpaceSortKey = (typeof SpaceSortKey)[keyof typeof SpaceSortKey];
5309
4862
  */
5310
4863
  export interface ListSpacesRequest {
5311
4864
  /**
5312
- * <p>If the previous response was truncated, you will receive this token. Use it in your next
5313
- * request to receive the next set of results.</p>
4865
+ * <p>If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.</p>
5314
4866
  * @public
5315
4867
  */
5316
4868
  NextToken?: string | undefined;
5317
4869
  /**
5318
- * <p>This parameter defines the maximum number of results that can be return in a single
5319
- * response. The <code>MaxResults</code> parameter is an upper bound, not a target. If there are
5320
- * more results available than the value specified, a <code>NextToken</code> is provided in the
5321
- * response. The <code>NextToken</code> indicates that the user should get the next set of
5322
- * results by providing this token as a part of a subsequent call. The default value for
5323
- * <code>MaxResults</code> is 10.</p>
4870
+ * <p>This parameter defines the maximum number of results that can be return in a single response. The <code>MaxResults</code> parameter is an upper bound, not a target. If there are more results available than the value specified, a <code>NextToken</code> is provided in the response. The <code>NextToken</code> indicates that the user should get the next set of results by providing this token as a part of a subsequent call. The default value for <code>MaxResults</code> is 10.</p>
5324
4871
  * @public
5325
4872
  */
5326
4873
  MaxResults?: number | undefined;
@@ -5330,8 +4877,7 @@ export interface ListSpacesRequest {
5330
4877
  */
5331
4878
  SortOrder?: SortOrder | undefined;
5332
4879
  /**
5333
- * <p>The parameter by which to sort the results. The default is
5334
- * <code>CreationTime</code>.</p>
4880
+ * <p>The parameter by which to sort the results. The default is <code>CreationTime</code>.</p>
5335
4881
  * @public
5336
4882
  */
5337
4883
  SortBy?: SpaceSortKey | undefined;
@@ -5445,8 +4991,7 @@ export interface ListSpacesResponse {
5445
4991
  */
5446
4992
  Spaces?: SpaceDetails[] | undefined;
5447
4993
  /**
5448
- * <p>If the previous response was truncated, you will receive this token. Use it in your next
5449
- * request to receive the next set of results.</p>
4994
+ * <p>If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.</p>
5450
4995
  * @public
5451
4996
  */
5452
4997
  NextToken?: string | undefined;
@@ -5456,8 +5001,7 @@ export interface ListSpacesResponse {
5456
5001
  */
5457
5002
  export interface ListStageDevicesRequest {
5458
5003
  /**
5459
- * <p>The response from the last list when returning a list large enough to neeed
5460
- * tokening.</p>
5004
+ * <p>The response from the last list when returning a list large enough to neeed tokening.</p>
5461
5005
  * @public
5462
5006
  */
5463
5007
  NextToken?: string | undefined;
@@ -5515,53 +5059,42 @@ export type StudioLifecycleConfigSortKey = (typeof StudioLifecycleConfigSortKey)
5515
5059
  */
5516
5060
  export interface ListStudioLifecycleConfigsRequest {
5517
5061
  /**
5518
- * <p>The total number of items to return in the response. If the total number of items
5519
- * available is more than the value specified, a <code>NextToken</code> is provided in the
5520
- * response. To resume pagination, provide the <code>NextToken</code> value in the as part of a
5521
- * subsequent call. The default value is 10.</p>
5062
+ * <p>The total number of items to return in the response. If the total number of items available is more than the value specified, a <code>NextToken</code> is provided in the response. To resume pagination, provide the <code>NextToken</code> value in the as part of a subsequent call. The default value is 10.</p>
5522
5063
  * @public
5523
5064
  */
5524
5065
  MaxResults?: number | undefined;
5525
5066
  /**
5526
- * <p>If the previous call to ListStudioLifecycleConfigs didn't return the full set of Lifecycle
5527
- * Configurations, the call returns a token for getting the next set of Lifecycle
5528
- * Configurations.</p>
5067
+ * <p>If the previous call to ListStudioLifecycleConfigs didn't return the full set of Lifecycle Configurations, the call returns a token for getting the next set of Lifecycle Configurations.</p>
5529
5068
  * @public
5530
5069
  */
5531
5070
  NextToken?: string | undefined;
5532
5071
  /**
5533
- * <p>A string in the Lifecycle Configuration name. This filter returns only Lifecycle
5534
- * Configurations whose name contains the specified string.</p>
5072
+ * <p>A string in the Lifecycle Configuration name. This filter returns only Lifecycle Configurations whose name contains the specified string.</p>
5535
5073
  * @public
5536
5074
  */
5537
5075
  NameContains?: string | undefined;
5538
5076
  /**
5539
- * <p>A parameter to search for the App Type to which the Lifecycle Configuration is
5540
- * attached.</p>
5077
+ * <p>A parameter to search for the App Type to which the Lifecycle Configuration is attached.</p>
5541
5078
  * @public
5542
5079
  */
5543
5080
  AppTypeEquals?: StudioLifecycleConfigAppType | undefined;
5544
5081
  /**
5545
- * <p>A filter that returns only Lifecycle Configurations created on or before the specified
5546
- * time.</p>
5082
+ * <p>A filter that returns only Lifecycle Configurations created on or before the specified time.</p>
5547
5083
  * @public
5548
5084
  */
5549
5085
  CreationTimeBefore?: Date | undefined;
5550
5086
  /**
5551
- * <p>A filter that returns only Lifecycle Configurations created on or after the specified
5552
- * time.</p>
5087
+ * <p>A filter that returns only Lifecycle Configurations created on or after the specified time.</p>
5553
5088
  * @public
5554
5089
  */
5555
5090
  CreationTimeAfter?: Date | undefined;
5556
5091
  /**
5557
- * <p>A filter that returns only Lifecycle Configurations modified before the specified
5558
- * time.</p>
5092
+ * <p>A filter that returns only Lifecycle Configurations modified before the specified time.</p>
5559
5093
  * @public
5560
5094
  */
5561
5095
  ModifiedTimeBefore?: Date | undefined;
5562
5096
  /**
5563
- * <p>A filter that returns only Lifecycle Configurations modified after the specified
5564
- * time.</p>
5097
+ * <p>A filter that returns only Lifecycle Configurations modified after the specified time.</p>
5565
5098
  * @public
5566
5099
  */
5567
5100
  ModifiedTimeAfter?: Date | undefined;
@@ -5597,8 +5130,7 @@ export interface StudioLifecycleConfigDetails {
5597
5130
  */
5598
5131
  CreationTime?: Date | undefined;
5599
5132
  /**
5600
- * <p>This value is equivalent to CreationTime because Amazon SageMaker AI Studio Lifecycle
5601
- * Configurations are immutable.</p>
5133
+ * <p>This value is equivalent to CreationTime because Amazon SageMaker AI Studio Lifecycle Configurations are immutable.</p>
5602
5134
  * @public
5603
5135
  */
5604
5136
  LastModifiedTime?: Date | undefined;
@@ -5613,8 +5145,7 @@ export interface StudioLifecycleConfigDetails {
5613
5145
  */
5614
5146
  export interface ListStudioLifecycleConfigsResponse {
5615
5147
  /**
5616
- * <p>If the previous response was truncated, you will receive this token. Use it in your next
5617
- * request to receive the next set of results.</p>
5148
+ * <p>If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.</p>
5618
5149
  * @public
5619
5150
  */
5620
5151
  NextToken?: string | undefined;
@@ -5629,15 +5160,12 @@ export interface ListStudioLifecycleConfigsResponse {
5629
5160
  */
5630
5161
  export interface ListSubscribedWorkteamsRequest {
5631
5162
  /**
5632
- * <p>A string in the work team name. This filter returns only work teams whose name
5633
- * contains the specified string.</p>
5163
+ * <p>A string in the work team name. This filter returns only work teams whose name contains the specified string.</p>
5634
5164
  * @public
5635
5165
  */
5636
5166
  NameContains?: string | undefined;
5637
5167
  /**
5638
- * <p>If the result of the previous <code>ListSubscribedWorkteams</code> request was
5639
- * truncated, the response includes a <code>NextToken</code>. To retrieve the next set of
5640
- * labeling jobs, use the token in the next request.</p>
5168
+ * <p>If the result of the previous <code>ListSubscribedWorkteams</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of labeling jobs, use the token in the next request.</p>
5641
5169
  * @public
5642
5170
  */
5643
5171
  NextToken?: string | undefined;
@@ -5657,8 +5185,7 @@ export interface ListSubscribedWorkteamsResponse {
5657
5185
  */
5658
5186
  SubscribedWorkteams: SubscribedWorkteam[] | undefined;
5659
5187
  /**
5660
- * <p>If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of
5661
- * work teams, use it in the subsequent request.</p>
5188
+ * <p>If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of work teams, use it in the subsequent request.</p>
5662
5189
  * @public
5663
5190
  */
5664
5191
  NextToken?: string | undefined;
@@ -5668,15 +5195,12 @@ export interface ListSubscribedWorkteamsResponse {
5668
5195
  */
5669
5196
  export interface ListTagsInput {
5670
5197
  /**
5671
- * <p>The Amazon Resource Name (ARN) of the resource whose tags you want to
5672
- * retrieve.</p>
5198
+ * <p>The Amazon Resource Name (ARN) of the resource whose tags you want to retrieve.</p>
5673
5199
  * @public
5674
5200
  */
5675
5201
  ResourceArn: string | undefined;
5676
5202
  /**
5677
- * <p> If the response to the previous <code>ListTags</code> request is truncated, SageMaker
5678
- * returns this token. To retrieve the next set of tags, use it in the subsequent request.
5679
- * </p>
5203
+ * <p> If the response to the previous <code>ListTags</code> request is truncated, SageMaker returns this token. To retrieve the next set of tags, use it in the subsequent request. </p>
5680
5204
  * @public
5681
5205
  */
5682
5206
  NextToken?: string | undefined;
@@ -5696,8 +5220,7 @@ export interface ListTagsOutput {
5696
5220
  */
5697
5221
  Tags?: Tag[] | undefined;
5698
5222
  /**
5699
- * <p> If response is truncated, SageMaker includes a token in the response. You can use this
5700
- * token in your subsequent request to fetch next set of tokens. </p>
5223
+ * <p> If response is truncated, SageMaker includes a token in the response. You can use this token in your subsequent request to fetch next set of tokens. </p>
5701
5224
  * @public
5702
5225
  */
5703
5226
  NextToken?: string | undefined;
@@ -5707,9 +5230,7 @@ export interface ListTagsOutput {
5707
5230
  */
5708
5231
  export interface ListTrainingJobsRequest {
5709
5232
  /**
5710
- * <p>If the result of the previous <code>ListTrainingJobs</code> request was truncated,
5711
- * the response includes a <code>NextToken</code>. To retrieve the next set of training
5712
- * jobs, use the token in the next request. </p>
5233
+ * <p>If the result of the previous <code>ListTrainingJobs</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of training jobs, use the token in the next request. </p>
5713
5234
  * @public
5714
5235
  */
5715
5236
  NextToken?: string | undefined;
@@ -5719,32 +5240,27 @@ export interface ListTrainingJobsRequest {
5719
5240
  */
5720
5241
  MaxResults?: number | undefined;
5721
5242
  /**
5722
- * <p>A filter that returns only training jobs created after the specified time
5723
- * (timestamp).</p>
5243
+ * <p>A filter that returns only training jobs created after the specified time (timestamp).</p>
5724
5244
  * @public
5725
5245
  */
5726
5246
  CreationTimeAfter?: Date | undefined;
5727
5247
  /**
5728
- * <p>A filter that returns only training jobs created before the specified time
5729
- * (timestamp).</p>
5248
+ * <p>A filter that returns only training jobs created before the specified time (timestamp).</p>
5730
5249
  * @public
5731
5250
  */
5732
5251
  CreationTimeBefore?: Date | undefined;
5733
5252
  /**
5734
- * <p>A filter that returns only training jobs modified after the specified time
5735
- * (timestamp).</p>
5253
+ * <p>A filter that returns only training jobs modified after the specified time (timestamp).</p>
5736
5254
  * @public
5737
5255
  */
5738
5256
  LastModifiedTimeAfter?: Date | undefined;
5739
5257
  /**
5740
- * <p>A filter that returns only training jobs modified before the specified time
5741
- * (timestamp).</p>
5258
+ * <p>A filter that returns only training jobs modified before the specified time (timestamp).</p>
5742
5259
  * @public
5743
5260
  */
5744
5261
  LastModifiedTimeBefore?: Date | undefined;
5745
5262
  /**
5746
- * <p>A string in the training job name. This filter returns only training jobs whose
5747
- * name contains the specified string.</p>
5263
+ * <p>A string in the training job name. This filter returns only training jobs whose name contains the specified string.</p>
5748
5264
  * @public
5749
5265
  */
5750
5266
  NameContains?: string | undefined;
@@ -5769,10 +5285,7 @@ export interface ListTrainingJobsRequest {
5769
5285
  */
5770
5286
  WarmPoolStatusEquals?: WarmPoolResourceStatus | undefined;
5771
5287
  /**
5772
- * <p>The Amazon Resource Name (ARN); of the training plan to filter training jobs by. For more information
5773
- * about reserving GPU capacity for your SageMaker training jobs using Amazon SageMaker Training Plan, see <code>
5774
- * <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrainingPlan.html">CreateTrainingPlan</a>
5775
- * </code>.</p>
5288
+ * <p>The Amazon Resource Name (ARN); of the training plan to filter training jobs by. For more information about reserving GPU capacity for your SageMaker training jobs using Amazon SageMaker Training Plan, see <code> <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrainingPlan.html">CreateTrainingPlan</a> </code>.</p>
5776
5289
  * @public
5777
5290
  */
5778
5291
  TrainingPlanArnEquals?: string | undefined;
@@ -5798,9 +5311,7 @@ export interface TrainingJobSummary {
5798
5311
  */
5799
5312
  CreationTime: Date | undefined;
5800
5313
  /**
5801
- * <p>A timestamp that shows when the training job ended. This field is set only if the
5802
- * training job has one of the terminal statuses (<code>Completed</code>,
5803
- * <code>Failed</code>, or <code>Stopped</code>). </p>
5314
+ * <p>A timestamp that shows when the training job ended. This field is set only if the training job has one of the terminal statuses (<code>Completed</code>, <code>Failed</code>, or <code>Stopped</code>). </p>
5804
5315
  * @public
5805
5316
  */
5806
5317
  TrainingEndTime?: Date | undefined;
@@ -5825,11 +5336,7 @@ export interface TrainingJobSummary {
5825
5336
  */
5826
5337
  WarmPoolStatus?: WarmPoolStatus | undefined;
5827
5338
  /**
5828
- * <p>The Amazon Resource Name (ARN); of the training plan associated with this training job.</p>
5829
- * <p>For more information about how to reserve GPU capacity for your SageMaker HyperPod clusters using
5830
- * Amazon SageMaker Training Plan, see <code>
5831
- * <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrainingPlan.html">CreateTrainingPlan</a>
5832
- * </code>.</p>
5339
+ * <p>The Amazon Resource Name (ARN); of the training plan associated with this training job.</p> <p>For more information about how to reserve GPU capacity for your SageMaker HyperPod clusters using Amazon SageMaker Training Plan, see <code> <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrainingPlan.html">CreateTrainingPlan</a> </code>.</p>
5833
5340
  * @public
5834
5341
  */
5835
5342
  TrainingPlanArn?: string | undefined;
@@ -5839,14 +5346,12 @@ export interface TrainingJobSummary {
5839
5346
  */
5840
5347
  export interface ListTrainingJobsResponse {
5841
5348
  /**
5842
- * <p>An array of <code>TrainingJobSummary</code> objects, each listing a training
5843
- * job.</p>
5349
+ * <p>An array of <code>TrainingJobSummary</code> objects, each listing a training job.</p>
5844
5350
  * @public
5845
5351
  */
5846
5352
  TrainingJobSummaries: TrainingJobSummary[] | undefined;
5847
5353
  /**
5848
- * <p>If the response is truncated, SageMaker returns this token. To retrieve the next set of
5849
- * training jobs, use it in the subsequent request.</p>
5354
+ * <p>If the response is truncated, SageMaker returns this token. To retrieve the next set of training jobs, use it in the subsequent request.</p>
5850
5355
  * @public
5851
5356
  */
5852
5357
  NextToken?: string | undefined;
@@ -5875,9 +5380,7 @@ export interface ListTrainingJobsForHyperParameterTuningJobRequest {
5875
5380
  */
5876
5381
  HyperParameterTuningJobName: string | undefined;
5877
5382
  /**
5878
- * <p>If the result of the previous <code>ListTrainingJobsForHyperParameterTuningJob</code>
5879
- * request was truncated, the response includes a <code>NextToken</code>. To retrieve the
5880
- * next set of training jobs, use the token in the next request.</p>
5383
+ * <p>If the result of the previous <code>ListTrainingJobsForHyperParameterTuningJob</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of training jobs, use the token in the next request.</p>
5881
5384
  * @public
5882
5385
  */
5883
5386
  NextToken?: string | undefined;
@@ -5892,9 +5395,7 @@ export interface ListTrainingJobsForHyperParameterTuningJobRequest {
5892
5395
  */
5893
5396
  StatusEquals?: TrainingJobStatus | undefined;
5894
5397
  /**
5895
- * <p>The field to sort results by. The default is <code>Name</code>.</p>
5896
- * <p>If the value of this field is <code>FinalObjectiveMetricValue</code>, any training
5897
- * jobs that did not return an objective metric are not listed.</p>
5398
+ * <p>The field to sort results by. The default is <code>Name</code>.</p> <p>If the value of this field is <code>FinalObjectiveMetricValue</code>, any training jobs that did not return an objective metric are not listed.</p>
5898
5399
  * @public
5899
5400
  */
5900
5401
  SortBy?: TrainingJobSortByOptions | undefined;
@@ -5909,17 +5410,12 @@ export interface ListTrainingJobsForHyperParameterTuningJobRequest {
5909
5410
  */
5910
5411
  export interface ListTrainingJobsForHyperParameterTuningJobResponse {
5911
5412
  /**
5912
- * <p>A list of <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_TrainingJobSummary.html">TrainingJobSummary</a> objects that
5913
- * describe
5914
- * the training jobs that the
5915
- * <code>ListTrainingJobsForHyperParameterTuningJob</code> request returned.</p>
5413
+ * <p>A list of <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_TrainingJobSummary.html">TrainingJobSummary</a> objects that describe the training jobs that the <code>ListTrainingJobsForHyperParameterTuningJob</code> request returned.</p>
5916
5414
  * @public
5917
5415
  */
5918
5416
  TrainingJobSummaries: HyperParameterTrainingJobSummary[] | undefined;
5919
5417
  /**
5920
- * <p>If the result of this <code>ListTrainingJobsForHyperParameterTuningJob</code> request
5921
- * was truncated, the response includes a <code>NextToken</code>. To retrieve the next set
5922
- * of training jobs, use the token in the next request.</p>
5418
+ * <p>If the result of this <code>ListTrainingJobsForHyperParameterTuningJob</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of training jobs, use the token in the next request.</p>
5923
5419
  * @public
5924
5420
  */
5925
5421
  NextToken?: string | undefined;
@@ -5936,11 +5432,7 @@ export declare const TrainingPlanFilterName: {
5936
5432
  */
5937
5433
  export type TrainingPlanFilterName = (typeof TrainingPlanFilterName)[keyof typeof TrainingPlanFilterName];
5938
5434
  /**
5939
- * <p>A filter to apply when listing or searching for training plans.</p>
5940
- * <p>For more information about how to reserve GPU capacity for your SageMaker HyperPod clusters using
5941
- * Amazon SageMaker Training Plan, see <code>
5942
- * <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrainingPlan.html">CreateTrainingPlan</a>
5943
- * </code>.</p>
5435
+ * <p>A filter to apply when listing or searching for training plans.</p> <p>For more information about how to reserve GPU capacity for your SageMaker HyperPod clusters using Amazon SageMaker Training Plan, see <code> <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrainingPlan.html">CreateTrainingPlan</a> </code>.</p>
5944
5436
  * @public
5945
5437
  */
5946
5438
  export interface TrainingPlanFilter {
@@ -6021,11 +5513,7 @@ export interface ListTrainingPlansRequest {
6021
5513
  Filters?: TrainingPlanFilter[] | undefined;
6022
5514
  }
6023
5515
  /**
6024
- * <p>Details of the training plan.</p>
6025
- * <p>For more information about how to reserve GPU capacity for your SageMaker HyperPod clusters using
6026
- * Amazon SageMaker Training Plan, see <code>
6027
- * <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrainingPlan.html">CreateTrainingPlan</a>
6028
- * </code>.</p>
5516
+ * <p>Details of the training plan.</p> <p>For more information about how to reserve GPU capacity for your SageMaker HyperPod clusters using Amazon SageMaker Training Plan, see <code> <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrainingPlan.html">CreateTrainingPlan</a> </code>.</p>
6029
5517
  * @public
6030
5518
  */
6031
5519
  export interface TrainingPlanSummary {
@@ -6040,17 +5528,12 @@ export interface TrainingPlanSummary {
6040
5528
  */
6041
5529
  TrainingPlanName: string | undefined;
6042
5530
  /**
6043
- * <p>The current status of the training plan (e.g., Pending, Active, Expired). To see the
6044
- * complete list of status values available for a training plan, refer to the
6045
- * <code>Status</code> attribute within the <code>
6046
- * <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_TrainingPlanSummary.html">TrainingPlanSummary</a>
6047
- * </code> object.</p>
5531
+ * <p>The current status of the training plan (e.g., Pending, Active, Expired). To see the complete list of status values available for a training plan, refer to the <code>Status</code> attribute within the <code> <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_TrainingPlanSummary.html">TrainingPlanSummary</a> </code> object.</p>
6048
5532
  * @public
6049
5533
  */
6050
5534
  Status: TrainingPlanStatus | undefined;
6051
5535
  /**
6052
- * <p>A message providing additional information about the current status of the training
6053
- * plan.</p>
5536
+ * <p>A message providing additional information about the current status of the training plan.</p>
6054
5537
  * @public
6055
5538
  */
6056
5539
  StatusMessage?: string | undefined;
@@ -6060,8 +5543,7 @@ export interface TrainingPlanSummary {
6060
5543
  */
6061
5544
  DurationHours?: number | undefined;
6062
5545
  /**
6063
- * <p>The additional minutes beyond whole hours in the total duration for this training
6064
- * plan.</p>
5546
+ * <p>The additional minutes beyond whole hours in the total duration for this training plan.</p>
6065
5547
  * @public
6066
5548
  */
6067
5549
  DurationMinutes?: number | undefined;
@@ -6101,25 +5583,12 @@ export interface TrainingPlanSummary {
6101
5583
  */
6102
5584
  InUseInstanceCount?: number | undefined;
6103
5585
  /**
6104
- * <p>The target resources (e.g., training jobs, HyperPod clusters) that can use this training
6105
- * plan.</p>
6106
- * <p>Training plans are specific to their target resource.</p>
6107
- * <ul>
6108
- * <li>
6109
- * <p>A training plan designed for SageMaker training jobs can only be used to schedule and
6110
- * run training jobs.</p>
6111
- * </li>
6112
- * <li>
6113
- * <p>A training plan for HyperPod clusters can be used exclusively to provide
6114
- * compute resources to a cluster's instance group.</p>
6115
- * </li>
6116
- * </ul>
5586
+ * <p>The target resources (e.g., training jobs, HyperPod clusters) that can use this training plan.</p> <p>Training plans are specific to their target resource.</p> <ul> <li> <p>A training plan designed for SageMaker training jobs can only be used to schedule and run training jobs.</p> </li> <li> <p>A training plan for HyperPod clusters can be used exclusively to provide compute resources to a cluster's instance group.</p> </li> </ul>
6117
5587
  * @public
6118
5588
  */
6119
5589
  TargetResources?: SageMakerResourceName[] | undefined;
6120
5590
  /**
6121
- * <p>A list of reserved capacities associated with this training plan, including details such
6122
- * as instance types, counts, and availability zones.</p>
5591
+ * <p>A list of reserved capacities associated with this training plan, including details such as instance types, counts, and availability zones.</p>
6123
5592
  * @public
6124
5593
  */
6125
5594
  ReservedCapacitySummaries?: ReservedCapacitySummary[] | undefined;
@@ -6164,8 +5633,7 @@ export interface ListTransformJobsRequest {
6164
5633
  */
6165
5634
  LastModifiedTimeBefore?: Date | undefined;
6166
5635
  /**
6167
- * <p>A string in the transform job name. This filter returns only transform jobs whose name
6168
- * contains the specified string.</p>
5636
+ * <p>A string in the transform job name. This filter returns only transform jobs whose name contains the specified string.</p>
6169
5637
  * @public
6170
5638
  */
6171
5639
  NameContains?: string | undefined;
@@ -6185,9 +5653,7 @@ export interface ListTransformJobsRequest {
6185
5653
  */
6186
5654
  SortOrder?: SortOrder | undefined;
6187
5655
  /**
6188
- * <p>If the result of the previous <code>ListTransformJobs</code> request was truncated,
6189
- * the response includes a <code>NextToken</code>. To retrieve the next set of transform
6190
- * jobs, use the token in the next request.</p>
5656
+ * <p>If the result of the previous <code>ListTransformJobs</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of transform jobs, use the token in the next request.</p>
6191
5657
  * @public
6192
5658
  */
6193
5659
  NextToken?: string | undefined;
@@ -6198,10 +5664,7 @@ export interface ListTransformJobsRequest {
6198
5664
  MaxResults?: number | undefined;
6199
5665
  }
6200
5666
  /**
6201
- * <p>Provides a
6202
- * summary
6203
- * of a transform job. Multiple <code>TransformJobSummary</code> objects are returned as a
6204
- * list after in response to a <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_ListTransformJobs.html">ListTransformJobs</a> call.</p>
5667
+ * <p>Provides a summary of a transform job. Multiple <code>TransformJobSummary</code> objects are returned as a list after in response to a <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_ListTransformJobs.html">ListTransformJobs</a> call.</p>
6205
5668
  * @public
6206
5669
  */
6207
5670
  export interface TransformJobSummary {
@@ -6221,13 +5684,7 @@ export interface TransformJobSummary {
6221
5684
  */
6222
5685
  CreationTime: Date | undefined;
6223
5686
  /**
6224
- * <p>Indicates when the transform
6225
- * job
6226
- * ends on compute instances. For successful jobs and stopped jobs, this
6227
- * is the exact time
6228
- * recorded
6229
- * after the results are uploaded. For failed jobs, this is when Amazon SageMaker
6230
- * detected that the job failed.</p>
5687
+ * <p>Indicates when the transform job ends on compute instances. For successful jobs and stopped jobs, this is the exact time recorded after the results are uploaded. For failed jobs, this is when Amazon SageMaker detected that the job failed.</p>
6231
5688
  * @public
6232
5689
  */
6233
5690
  TransformEndTime?: Date | undefined;
@@ -6242,9 +5699,7 @@ export interface TransformJobSummary {
6242
5699
  */
6243
5700
  TransformJobStatus: TransformJobStatus | undefined;
6244
5701
  /**
6245
- * <p>If the transform job failed,
6246
- * the
6247
- * reason it failed.</p>
5702
+ * <p>If the transform job failed, the reason it failed.</p>
6248
5703
  * @public
6249
5704
  */
6250
5705
  FailureReason?: string | undefined;
@@ -6254,15 +5709,12 @@ export interface TransformJobSummary {
6254
5709
  */
6255
5710
  export interface ListTransformJobsResponse {
6256
5711
  /**
6257
- * <p>An array of
6258
- * <code>TransformJobSummary</code>
6259
- * objects.</p>
5712
+ * <p>An array of <code>TransformJobSummary</code> objects.</p>
6260
5713
  * @public
6261
5714
  */
6262
5715
  TransformJobSummaries: TransformJobSummary[] | undefined;
6263
5716
  /**
6264
- * <p>If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of
6265
- * transform jobs, use it in the next request.</p>
5717
+ * <p>If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of transform jobs, use it in the next request.</p>
6266
5718
  * @public
6267
5719
  */
6268
5720
  NextToken?: string | undefined;
@@ -6284,23 +5736,17 @@ export type SortTrialComponentsBy = (typeof SortTrialComponentsBy)[keyof typeof
6284
5736
  */
6285
5737
  export interface ListTrialComponentsRequest {
6286
5738
  /**
6287
- * <p>A filter that returns only components that are part of the specified experiment. If you
6288
- * specify <code>ExperimentName</code>, you can't filter by <code>SourceArn</code> or
6289
- * <code>TrialName</code>.</p>
5739
+ * <p>A filter that returns only components that are part of the specified experiment. If you specify <code>ExperimentName</code>, you can't filter by <code>SourceArn</code> or <code>TrialName</code>.</p>
6290
5740
  * @public
6291
5741
  */
6292
5742
  ExperimentName?: string | undefined;
6293
5743
  /**
6294
- * <p>A filter that returns only components that are part of the specified trial. If you specify
6295
- * <code>TrialName</code>, you can't filter by <code>ExperimentName</code> or
6296
- * <code>SourceArn</code>.</p>
5744
+ * <p>A filter that returns only components that are part of the specified trial. If you specify <code>TrialName</code>, you can't filter by <code>ExperimentName</code> or <code>SourceArn</code>.</p>
6297
5745
  * @public
6298
5746
  */
6299
5747
  TrialName?: string | undefined;
6300
5748
  /**
6301
- * <p>A filter that returns only components that have the specified source Amazon Resource Name (ARN).
6302
- * If you specify <code>SourceArn</code>, you can't filter by <code>ExperimentName</code>
6303
- * or <code>TrialName</code>.</p>
5749
+ * <p>A filter that returns only components that have the specified source Amazon Resource Name (ARN). If you specify <code>SourceArn</code>, you can't filter by <code>ExperimentName</code> or <code>TrialName</code>.</p>
6304
5750
  * @public
6305
5751
  */
6306
5752
  SourceArn?: string | undefined;
@@ -6325,22 +5771,18 @@ export interface ListTrialComponentsRequest {
6325
5771
  */
6326
5772
  SortOrder?: SortOrder | undefined;
6327
5773
  /**
6328
- * <p>The maximum number of components to return in the response. The default value is
6329
- * 10.</p>
5774
+ * <p>The maximum number of components to return in the response. The default value is 10.</p>
6330
5775
  * @public
6331
5776
  */
6332
5777
  MaxResults?: number | undefined;
6333
5778
  /**
6334
- * <p>If the previous call to <code>ListTrialComponents</code> didn't return the full set of
6335
- * components, the call returns a token for getting the next set of components.</p>
5779
+ * <p>If the previous call to <code>ListTrialComponents</code> didn't return the full set of components, the call returns a token for getting the next set of components.</p>
6336
5780
  * @public
6337
5781
  */
6338
5782
  NextToken?: string | undefined;
6339
5783
  }
6340
5784
  /**
6341
- * <p>A summary of the properties of a trial component. To get all the properties, call the
6342
- * <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeTrialComponent.html">DescribeTrialComponent</a> API and provide the
6343
- * <code>TrialComponentName</code>.</p>
5785
+ * <p>A summary of the properties of a trial component. To get all the properties, call the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeTrialComponent.html">DescribeTrialComponent</a> API and provide the <code>TrialComponentName</code>.</p>
6344
5786
  * @public
6345
5787
  */
6346
5788
  export interface TrialComponentSummary {
@@ -6355,8 +5797,7 @@ export interface TrialComponentSummary {
6355
5797
  */
6356
5798
  TrialComponentArn?: string | undefined;
6357
5799
  /**
6358
- * <p>The name of the component as displayed. If <code>DisplayName</code> isn't specified,
6359
- * <code>TrialComponentName</code> is displayed.</p>
5800
+ * <p>The name of the component as displayed. If <code>DisplayName</code> isn't specified, <code>TrialComponentName</code> is displayed.</p>
6360
5801
  * @public
6361
5802
  */
6362
5803
  DisplayName?: string | undefined;
@@ -6366,18 +5807,7 @@ export interface TrialComponentSummary {
6366
5807
  */
6367
5808
  TrialComponentSource?: TrialComponentSource | undefined;
6368
5809
  /**
6369
- * <p>The status of the component. States include:</p>
6370
- * <ul>
6371
- * <li>
6372
- * <p>InProgress</p>
6373
- * </li>
6374
- * <li>
6375
- * <p>Completed</p>
6376
- * </li>
6377
- * <li>
6378
- * <p>Failed</p>
6379
- * </li>
6380
- * </ul>
5810
+ * <p>The status of the component. States include:</p> <ul> <li> <p>InProgress</p> </li> <li> <p>Completed</p> </li> <li> <p>Failed</p> </li> </ul>
6381
5811
  * @public
6382
5812
  */
6383
5813
  Status?: TrialComponentStatus | undefined;
@@ -6449,8 +5879,7 @@ export interface ListTrialsRequest {
6449
5879
  */
6450
5880
  ExperimentName?: string | undefined;
6451
5881
  /**
6452
- * <p>A filter that returns only trials that are associated with the specified trial
6453
- * component.</p>
5882
+ * <p>A filter that returns only trials that are associated with the specified trial component.</p>
6454
5883
  * @public
6455
5884
  */
6456
5885
  TrialComponentName?: string | undefined;
@@ -6480,15 +5909,13 @@ export interface ListTrialsRequest {
6480
5909
  */
6481
5910
  MaxResults?: number | undefined;
6482
5911
  /**
6483
- * <p>If the previous call to <code>ListTrials</code> didn't return the full set of trials, the
6484
- * call returns a token for getting the next set of trials.</p>
5912
+ * <p>If the previous call to <code>ListTrials</code> didn't return the full set of trials, the call returns a token for getting the next set of trials.</p>
6485
5913
  * @public
6486
5914
  */
6487
5915
  NextToken?: string | undefined;
6488
5916
  }
6489
5917
  /**
6490
- * <p>A summary of the properties of a trial. To get the complete set of properties, call the
6491
- * <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeTrial.html">DescribeTrial</a> API and provide the <code>TrialName</code>.</p>
5918
+ * <p>A summary of the properties of a trial. To get the complete set of properties, call the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_DescribeTrial.html">DescribeTrial</a> API and provide the <code>TrialName</code>.</p>
6492
5919
  * @public
6493
5920
  */
6494
5921
  export interface TrialSummary {
@@ -6503,8 +5930,7 @@ export interface TrialSummary {
6503
5930
  */
6504
5931
  TrialName?: string | undefined;
6505
5932
  /**
6506
- * <p>The name of the trial as displayed. If <code>DisplayName</code> isn't specified,
6507
- * <code>TrialName</code> is displayed.</p>
5933
+ * <p>The name of the trial as displayed. If <code>DisplayName</code> isn't specified, <code>TrialName</code> is displayed.</p>
6508
5934
  * @public
6509
5935
  */
6510
5936
  DisplayName?: string | undefined;
@@ -6556,18 +5982,12 @@ export type UserProfileSortKey = (typeof UserProfileSortKey)[keyof typeof UserPr
6556
5982
  */
6557
5983
  export interface ListUserProfilesRequest {
6558
5984
  /**
6559
- * <p>If the previous response was truncated, you will receive this token. Use it in your next
6560
- * request to receive the next set of results.</p>
5985
+ * <p>If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.</p>
6561
5986
  * @public
6562
5987
  */
6563
5988
  NextToken?: string | undefined;
6564
5989
  /**
6565
- * <p>This parameter defines the maximum number of results that can be return in a single
6566
- * response. The <code>MaxResults</code> parameter is an upper bound, not a target. If there are
6567
- * more results available than the value specified, a <code>NextToken</code> is provided in the
6568
- * response. The <code>NextToken</code> indicates that the user should get the next set of
6569
- * results by providing this token as a part of a subsequent call. The default value for
6570
- * <code>MaxResults</code> is 10.</p>
5990
+ * <p>This parameter defines the maximum number of results that can be return in a single response. The <code>MaxResults</code> parameter is an upper bound, not a target. If there are more results available than the value specified, a <code>NextToken</code> is provided in the response. The <code>NextToken</code> indicates that the user should get the next set of results by providing this token as a part of a subsequent call. The default value for <code>MaxResults</code> is 10.</p>
6571
5991
  * @public
6572
5992
  */
6573
5993
  MaxResults?: number | undefined;
@@ -6633,8 +6053,7 @@ export interface ListUserProfilesResponse {
6633
6053
  */
6634
6054
  UserProfiles?: UserProfileDetails[] | undefined;
6635
6055
  /**
6636
- * <p>If the previous response was truncated, you will receive this token. Use it in your next
6637
- * request to receive the next set of results.</p>
6056
+ * <p>If the previous response was truncated, you will receive this token. Use it in your next request to receive the next set of results.</p>
6638
6057
  * @public
6639
6058
  */
6640
6059
  NextToken?: string | undefined;
@@ -6723,15 +6142,12 @@ export interface ListWorkteamsRequest {
6723
6142
  */
6724
6143
  SortOrder?: SortOrder | undefined;
6725
6144
  /**
6726
- * <p>A string in the work team's name. This filter returns only work teams whose name
6727
- * contains the specified string.</p>
6145
+ * <p>A string in the work team's name. This filter returns only work teams whose name contains the specified string.</p>
6728
6146
  * @public
6729
6147
  */
6730
6148
  NameContains?: string | undefined;
6731
6149
  /**
6732
- * <p>If the result of the previous <code>ListWorkteams</code> request was truncated, the
6733
- * response includes a <code>NextToken</code>. To retrieve the next set of labeling jobs,
6734
- * use the token in the next request.</p>
6150
+ * <p>If the result of the previous <code>ListWorkteams</code> request was truncated, the response includes a <code>NextToken</code>. To retrieve the next set of labeling jobs, use the token in the next request.</p>
6735
6151
  * @public
6736
6152
  */
6737
6153
  NextToken?: string | undefined;
@@ -6751,8 +6167,7 @@ export interface ListWorkteamsResponse {
6751
6167
  */
6752
6168
  Workteams: Workteam[] | undefined;
6753
6169
  /**
6754
- * <p>If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of
6755
- * work teams, use it in the subsequent request.</p>
6170
+ * <p>If the response is truncated, Amazon SageMaker returns this token. To retrieve the next set of work teams, use it in the subsequent request.</p>
6756
6171
  * @public
6757
6172
  */
6758
6173
  NextToken?: string | undefined;
@@ -6783,16 +6198,12 @@ export interface Model {
6783
6198
  */
6784
6199
  InferenceExecutionConfig?: InferenceExecutionConfig | undefined;
6785
6200
  /**
6786
- * <p>The Amazon Resource Name (ARN) of the IAM role that you specified for the
6787
- * model.</p>
6201
+ * <p>The Amazon Resource Name (ARN) of the IAM role that you specified for the model.</p>
6788
6202
  * @public
6789
6203
  */
6790
6204
  ExecutionRoleArn?: string | undefined;
6791
6205
  /**
6792
- * <p>Specifies an Amazon Virtual Private Cloud (VPC) that your SageMaker jobs, hosted models, and compute resources
6793
- * have access to. You can control access to and from your resources by configuring a VPC.
6794
- * For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/infrastructure-give-access.html">Give SageMaker Access to
6795
- * Resources in your Amazon VPC</a>. </p>
6206
+ * <p>Specifies an Amazon Virtual Private Cloud (VPC) that your SageMaker jobs, hosted models, and compute resources have access to. You can control access to and from your resources by configuring a VPC. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/infrastructure-give-access.html">Give SageMaker Access to Resources in your Amazon VPC</a>. </p>
6796
6207
  * @public
6797
6208
  */
6798
6209
  VpcConfig?: VpcConfig | undefined;
@@ -6807,15 +6218,12 @@ export interface Model {
6807
6218
  */
6808
6219
  ModelArn?: string | undefined;
6809
6220
  /**
6810
- * <p>Isolates the model container. No inbound or outbound network calls can be made to or
6811
- * from the model container.</p>
6221
+ * <p>Isolates the model container. No inbound or outbound network calls can be made to or from the model container.</p>
6812
6222
  * @public
6813
6223
  */
6814
6224
  EnableNetworkIsolation?: boolean | undefined;
6815
6225
  /**
6816
- * <p>A list of key-value pairs associated with the model. For more information, see
6817
- * <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services
6818
- * resources</a> in the <i>Amazon Web Services General Reference Guide</i>.</p>
6226
+ * <p>A list of key-value pairs associated with the model. For more information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services resources</a> in the <i>Amazon Web Services General Reference Guide</i>.</p>
6819
6227
  * @public
6820
6228
  */
6821
6229
  Tags?: Tag[] | undefined;
@@ -6851,26 +6259,7 @@ export interface ModelCard {
6851
6259
  */
6852
6260
  Content?: string | undefined;
6853
6261
  /**
6854
- * <p>The approval status of the model card within your organization. Different organizations might have different criteria for model card review and approval.</p>
6855
- * <ul>
6856
- * <li>
6857
- * <p>
6858
- * <code>Draft</code>: The model card is a work in progress.</p>
6859
- * </li>
6860
- * <li>
6861
- * <p>
6862
- * <code>PendingReview</code>: The model card is pending review.</p>
6863
- * </li>
6864
- * <li>
6865
- * <p>
6866
- * <code>Approved</code>: The model card is approved.</p>
6867
- * </li>
6868
- * <li>
6869
- * <p>
6870
- * <code>Archived</code>: The model card is archived. No more updates should be made to the model
6871
- * card, but it can still be exported.</p>
6872
- * </li>
6873
- * </ul>
6262
+ * <p>The approval status of the model card within your organization. Different organizations might have different criteria for model card review and approval.</p> <ul> <li> <p> <code>Draft</code>: The model card is a work in progress.</p> </li> <li> <p> <code>PendingReview</code>: The model card is pending review.</p> </li> <li> <p> <code>Approved</code>: The model card is approved.</p> </li> <li> <p> <code>Archived</code>: The model card is archived. No more updates should be made to the model card, but it can still be exported.</p> </li> </ul>
6874
6263
  * @public
6875
6264
  */
6876
6265
  ModelCardStatus?: ModelCardStatus | undefined;
@@ -6885,8 +6274,7 @@ export interface ModelCard {
6885
6274
  */
6886
6275
  CreationTime?: Date | undefined;
6887
6276
  /**
6888
- * <p>Information about the user who created or modified an experiment, trial, trial
6889
- * component, lineage group, project, or model card.</p>
6277
+ * <p>Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.</p>
6890
6278
  * @public
6891
6279
  */
6892
6280
  CreatedBy?: UserContext | undefined;
@@ -6896,8 +6284,7 @@ export interface ModelCard {
6896
6284
  */
6897
6285
  LastModifiedTime?: Date | undefined;
6898
6286
  /**
6899
- * <p>Information about the user who created or modified an experiment, trial, trial
6900
- * component, lineage group, project, or model card.</p>
6287
+ * <p>Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.</p>
6901
6288
  * @public
6902
6289
  */
6903
6290
  LastModifiedBy?: UserContext | undefined;
@@ -6917,8 +6304,7 @@ export interface ModelCard {
6917
6304
  */
6918
6305
  RiskRating?: string | undefined;
6919
6306
  /**
6920
- * <p>The model package group that contains the model package. Only relevant for model cards created for model packages in the Amazon SageMaker Model Registry.
6921
- * </p>
6307
+ * <p>The model package group that contains the model package. Only relevant for model cards created for model packages in the Amazon SageMaker Model Registry. </p>
6922
6308
  * @public
6923
6309
  */
6924
6310
  ModelPackageGroupName?: string | undefined;
@@ -6955,8 +6341,7 @@ export interface ModelDashboardEndpoint {
6955
6341
  EndpointStatus: EndpointStatus | undefined;
6956
6342
  }
6957
6343
  /**
6958
- * <p>A batch transform job. For information about SageMaker batch transform, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/batch-transform.html">Use Batch
6959
- * Transform</a>.</p>
6344
+ * <p>A batch transform job. For information about SageMaker batch transform, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/batch-transform.html">Use Batch Transform</a>.</p>
6960
6345
  * @public
6961
6346
  */
6962
6347
  export interface TransformJob {
@@ -6971,32 +6356,7 @@ export interface TransformJob {
6971
6356
  */
6972
6357
  TransformJobArn?: string | undefined;
6973
6358
  /**
6974
- * <p>The status of the transform job.</p>
6975
- * <p>Transform job statuses are:</p>
6976
- * <ul>
6977
- * <li>
6978
- * <p>
6979
- * <code>InProgress</code> - The job is in progress.</p>
6980
- * </li>
6981
- * <li>
6982
- * <p>
6983
- * <code>Completed</code> - The job has completed.</p>
6984
- * </li>
6985
- * <li>
6986
- * <p>
6987
- * <code>Failed</code> - The transform job has failed. To see the reason for the failure,
6988
- * see the <code>FailureReason</code> field in the response to a
6989
- * <code>DescribeTransformJob</code> call.</p>
6990
- * </li>
6991
- * <li>
6992
- * <p>
6993
- * <code>Stopping</code> - The transform job is stopping.</p>
6994
- * </li>
6995
- * <li>
6996
- * <p>
6997
- * <code>Stopped</code> - The transform job has stopped.</p>
6998
- * </li>
6999
- * </ul>
6359
+ * <p>The status of the transform job.</p> <p>Transform job statuses are:</p> <ul> <li> <p> <code>InProgress</code> - The job is in progress.</p> </li> <li> <p> <code>Completed</code> - The job has completed.</p> </li> <li> <p> <code>Failed</code> - The transform job has failed. To see the reason for the failure, see the <code>FailureReason</code> field in the response to a <code>DescribeTransformJob</code> call.</p> </li> <li> <p> <code>Stopping</code> - The transform job is stopping.</p> </li> <li> <p> <code>Stopped</code> - The transform job has stopped.</p> </li> </ul>
7000
6360
  * @public
7001
6361
  */
7002
6362
  TransformJobStatus?: TransformJobStatus | undefined;
@@ -7011,48 +6371,32 @@ export interface TransformJob {
7011
6371
  */
7012
6372
  ModelName?: string | undefined;
7013
6373
  /**
7014
- * <p>The maximum number of parallel requests that can be sent to each instance in a transform
7015
- * job. If <code>MaxConcurrentTransforms</code> is set to 0 or left unset, SageMaker checks the
7016
- * optional execution-parameters to determine the settings for your chosen algorithm. If the
7017
- * execution-parameters endpoint is not enabled, the default value is 1. For built-in algorithms,
7018
- * you don't need to set a value for <code>MaxConcurrentTransforms</code>.</p>
6374
+ * <p>The maximum number of parallel requests that can be sent to each instance in a transform job. If <code>MaxConcurrentTransforms</code> is set to 0 or left unset, SageMaker checks the optional execution-parameters to determine the settings for your chosen algorithm. If the execution-parameters endpoint is not enabled, the default value is 1. For built-in algorithms, you don't need to set a value for <code>MaxConcurrentTransforms</code>.</p>
7019
6375
  * @public
7020
6376
  */
7021
6377
  MaxConcurrentTransforms?: number | undefined;
7022
6378
  /**
7023
- * <p>Configures the timeout and maximum number of retries for processing a transform job
7024
- * invocation.</p>
6379
+ * <p>Configures the timeout and maximum number of retries for processing a transform job invocation.</p>
7025
6380
  * @public
7026
6381
  */
7027
6382
  ModelClientConfig?: ModelClientConfig | undefined;
7028
6383
  /**
7029
- * <p>The maximum allowed size of the payload, in MB. A payload is the data portion of a record
7030
- * (without metadata). The value in <code>MaxPayloadInMB</code> must be greater than, or equal
7031
- * to, the size of a single record. To estimate the size of a record in MB, divide the size of
7032
- * your dataset by the number of records. To ensure that the records fit within the maximum
7033
- * payload size, we recommend using a slightly larger value. The default value is 6 MB. For cases
7034
- * where the payload might be arbitrarily large and is transmitted using HTTP chunked encoding,
7035
- * set the value to 0. This feature works only in supported algorithms. Currently, SageMaker built-in
7036
- * algorithms do not support HTTP chunked encoding.</p>
6384
+ * <p>The maximum allowed size of the payload, in MB. A payload is the data portion of a record (without metadata). The value in <code>MaxPayloadInMB</code> must be greater than, or equal to, the size of a single record. To estimate the size of a record in MB, divide the size of your dataset by the number of records. To ensure that the records fit within the maximum payload size, we recommend using a slightly larger value. The default value is 6 MB. For cases where the payload might be arbitrarily large and is transmitted using HTTP chunked encoding, set the value to 0. This feature works only in supported algorithms. Currently, SageMaker built-in algorithms do not support HTTP chunked encoding.</p>
7037
6385
  * @public
7038
6386
  */
7039
6387
  MaxPayloadInMB?: number | undefined;
7040
6388
  /**
7041
- * <p>Specifies the number of records to include in a mini-batch for an HTTP inference request.
7042
- * A record is a single unit of input data that inference can be made on. For example, a single
7043
- * line in a CSV file is a record.</p>
6389
+ * <p>Specifies the number of records to include in a mini-batch for an HTTP inference request. A record is a single unit of input data that inference can be made on. For example, a single line in a CSV file is a record.</p>
7044
6390
  * @public
7045
6391
  */
7046
6392
  BatchStrategy?: BatchStrategy | undefined;
7047
6393
  /**
7048
- * <p>The environment variables to set in the Docker container. We support up to 16 key and
7049
- * values entries in the map.</p>
6394
+ * <p>The environment variables to set in the Docker container. We support up to 16 key and values entries in the map.</p>
7050
6395
  * @public
7051
6396
  */
7052
6397
  Environment?: Record<string, string> | undefined;
7053
6398
  /**
7054
- * <p>Describes the input source of a transform job and the way the transform job consumes
7055
- * it.</p>
6399
+ * <p>Describes the input source of a transform job and the way the transform job consumes it.</p>
7056
6400
  * @public
7057
6401
  */
7058
6402
  TransformInput?: TransformInput | undefined;
@@ -7067,8 +6411,7 @@ export interface TransformJob {
7067
6411
  */
7068
6412
  DataCaptureConfig?: BatchDataCaptureConfig | undefined;
7069
6413
  /**
7070
- * <p>Describes the resources, including ML instance types and ML instance count, to use for
7071
- * transform job.</p>
6414
+ * <p>Describes the resources, including ML instance types and ML instance count, to use for transform job.</p>
7072
6415
  * @public
7073
6416
  */
7074
6417
  TransformResources?: TransformResources | undefined;
@@ -7078,20 +6421,17 @@ export interface TransformJob {
7078
6421
  */
7079
6422
  CreationTime?: Date | undefined;
7080
6423
  /**
7081
- * <p>Indicates when the transform job starts on ML instances. You are billed for the time
7082
- * interval between this time and the value of <code>TransformEndTime</code>.</p>
6424
+ * <p>Indicates when the transform job starts on ML instances. You are billed for the time interval between this time and the value of <code>TransformEndTime</code>.</p>
7083
6425
  * @public
7084
6426
  */
7085
6427
  TransformStartTime?: Date | undefined;
7086
6428
  /**
7087
- * <p>Indicates when the transform job has been completed, or has stopped or failed. You are
7088
- * billed for the time interval between this time and the value of
7089
- * <code>TransformStartTime</code>.</p>
6429
+ * <p>Indicates when the transform job has been completed, or has stopped or failed. You are billed for the time interval between this time and the value of <code>TransformStartTime</code>.</p>
7090
6430
  * @public
7091
6431
  */
7092
6432
  TransformEndTime?: Date | undefined;
7093
6433
  /**
7094
- * <p>The Amazon Resource Name (ARN) of the labeling job that created the transform job.</p>
6434
+ * <p>The Amazon Resource Name (ARN) of the labeling job that created the transform job.</p>
7095
6435
  * @public
7096
6436
  */
7097
6437
  LabelingJobArn?: string | undefined;
@@ -7101,36 +6441,12 @@ export interface TransformJob {
7101
6441
  */
7102
6442
  AutoMLJobArn?: string | undefined;
7103
6443
  /**
7104
- * <p>The data structure used to specify the data to be used for inference in a batch
7105
- * transform job and to associate the data that is relevant to the prediction results in
7106
- * the output. The input filter provided allows you to exclude input data that is not
7107
- * needed for inference in a batch transform job. The output filter provided allows you to
7108
- * include input data relevant to interpreting the predictions in the output from the job.
7109
- * For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/batch-transform-data-processing.html">Associate Prediction
7110
- * Results with their Corresponding Input Records</a>.</p>
6444
+ * <p>The data structure used to specify the data to be used for inference in a batch transform job and to associate the data that is relevant to the prediction results in the output. The input filter provided allows you to exclude input data that is not needed for inference in a batch transform job. The output filter provided allows you to include input data relevant to interpreting the predictions in the output from the job. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/batch-transform-data-processing.html">Associate Prediction Results with their Corresponding Input Records</a>.</p>
7111
6445
  * @public
7112
6446
  */
7113
6447
  DataProcessing?: DataProcessing | undefined;
7114
6448
  /**
7115
- * <p>Associates a SageMaker job as a trial component with an experiment and trial. Specified when
7116
- * you call the following APIs:</p>
7117
- * <ul>
7118
- * <li>
7119
- * <p>
7120
- * <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateProcessingJob.html">CreateProcessingJob</a>
7121
- * </p>
7122
- * </li>
7123
- * <li>
7124
- * <p>
7125
- * <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrainingJob.html">CreateTrainingJob</a>
7126
- * </p>
7127
- * </li>
7128
- * <li>
7129
- * <p>
7130
- * <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTransformJob.html">CreateTransformJob</a>
7131
- * </p>
7132
- * </li>
7133
- * </ul>
6449
+ * <p>Associates a SageMaker job as a trial component with an experiment and trial. Specified when you call the following APIs:</p> <ul> <li> <p> <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateProcessingJob.html">CreateProcessingJob</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrainingJob.html">CreateTrainingJob</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTransformJob.html">CreateTransformJob</a> </p> </li> </ul>
7134
6450
  * @public
7135
6451
  */
7136
6452
  ExperimentConfig?: ExperimentConfig | undefined;
@@ -7176,8 +6492,7 @@ export interface ModelDashboardModelCard {
7176
6492
  */
7177
6493
  CreationTime?: Date | undefined;
7178
6494
  /**
7179
- * <p>Information about the user who created or modified an experiment, trial, trial
7180
- * component, lineage group, project, or model card.</p>
6495
+ * <p>Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.</p>
7181
6496
  * @public
7182
6497
  */
7183
6498
  CreatedBy?: UserContext | undefined;
@@ -7187,8 +6502,7 @@ export interface ModelDashboardModelCard {
7187
6502
  */
7188
6503
  LastModifiedTime?: Date | undefined;
7189
6504
  /**
7190
- * <p>Information about the user who created or modified an experiment, trial, trial
7191
- * component, lineage group, project, or model card.</p>
6505
+ * <p>Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.</p>
7192
6506
  * @public
7193
6507
  */
7194
6508
  LastModifiedBy?: UserContext | undefined;
@@ -7198,8 +6512,7 @@ export interface ModelDashboardModelCard {
7198
6512
  */
7199
6513
  Tags?: Tag[] | undefined;
7200
6514
  /**
7201
- * <p>For models created in SageMaker, this is the model ARN. For models created
7202
- * outside of SageMaker, this is a user-customized string.</p>
6515
+ * <p>For models created in SageMaker, this is the model ARN. For models created outside of SageMaker, this is a user-customized string.</p>
7203
6516
  * @public
7204
6517
  */
7205
6518
  ModelId?: string | undefined;
@@ -7291,8 +6604,7 @@ export interface ModelDashboardModel {
7291
6604
  */
7292
6605
  Endpoints?: ModelDashboardEndpoint[] | undefined;
7293
6606
  /**
7294
- * <p>A batch transform job. For information about SageMaker batch transform, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/batch-transform.html">Use Batch
7295
- * Transform</a>.</p>
6607
+ * <p>A batch transform job. For information about SageMaker batch transform, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/batch-transform.html">Use Batch Transform</a>.</p>
7296
6608
  * @public
7297
6609
  */
7298
6610
  LastBatchTransformJob?: TransformJob | undefined;
@@ -7308,35 +6620,12 @@ export interface ModelDashboardModel {
7308
6620
  ModelCard?: ModelDashboardModelCard | undefined;
7309
6621
  }
7310
6622
  /**
7311
- * <p>A container for your trained model that can be deployed for SageMaker inference. This can
7312
- * include inference code, artifacts, and metadata. The model package type can be one of
7313
- * the following.</p>
7314
- * <ul>
7315
- * <li>
7316
- * <p>Versioned model: A part of a model package group in Model Registry.</p>
7317
- * </li>
7318
- * <li>
7319
- * <p>Unversioned model: Not part of a model package group and used in Amazon Web Services Marketplace.</p>
7320
- * </li>
7321
- * </ul>
7322
- * <p>For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateModelPackage.html">
7323
- * <code>CreateModelPackage</code>
7324
- * </a>.</p>
6623
+ * <p>A container for your trained model that can be deployed for SageMaker inference. This can include inference code, artifacts, and metadata. The model package type can be one of the following.</p> <ul> <li> <p>Versioned model: A part of a model package group in Model Registry.</p> </li> <li> <p>Unversioned model: Not part of a model package group and used in Amazon Web Services Marketplace.</p> </li> </ul> <p>For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateModelPackage.html"> <code>CreateModelPackage</code> </a>.</p>
7325
6624
  * @public
7326
6625
  */
7327
6626
  export interface ModelPackage {
7328
6627
  /**
7329
- * <p>The name of the model package. The name can be as follows:</p>
7330
- * <ul>
7331
- * <li>
7332
- * <p>For a versioned model, the name is automatically generated by SageMaker Model Registry and
7333
- * follows the format
7334
- * '<code>ModelPackageGroupName/ModelPackageVersion</code>'.</p>
7335
- * </li>
7336
- * <li>
7337
- * <p>For an unversioned model, you must provide the name.</p>
7338
- * </li>
7339
- * </ul>
6628
+ * <p>The name of the model package. The name can be as follows:</p> <ul> <li> <p>For a versioned model, the name is automatically generated by SageMaker Model Registry and follows the format '<code>ModelPackageGroupName/ModelPackageVersion</code>'.</p> </li> <li> <p>For an unversioned model, you must provide the name.</p> </li> </ul>
7340
6629
  * @public
7341
6630
  */
7342
6631
  ModelPackageName?: string | undefined;
@@ -7376,37 +6665,12 @@ export interface ModelPackage {
7376
6665
  */
7377
6666
  SourceAlgorithmSpecification?: SourceAlgorithmSpecification | undefined;
7378
6667
  /**
7379
- * <p>Specifies batch transform jobs that SageMaker runs to validate your model
7380
- * package.</p>
6668
+ * <p>Specifies batch transform jobs that SageMaker runs to validate your model package.</p>
7381
6669
  * @public
7382
6670
  */
7383
6671
  ValidationSpecification?: ModelPackageValidationSpecification | undefined;
7384
6672
  /**
7385
- * <p>The status of the model package. This can be one of the following values.</p>
7386
- * <ul>
7387
- * <li>
7388
- * <p>
7389
- * <code>PENDING</code> - The model package is pending being created.</p>
7390
- * </li>
7391
- * <li>
7392
- * <p>
7393
- * <code>IN_PROGRESS</code> - The model package is in the process of being
7394
- * created.</p>
7395
- * </li>
7396
- * <li>
7397
- * <p>
7398
- * <code>COMPLETED</code> - The model package was successfully created.</p>
7399
- * </li>
7400
- * <li>
7401
- * <p>
7402
- * <code>FAILED</code> - The model package failed.</p>
7403
- * </li>
7404
- * <li>
7405
- * <p>
7406
- * <code>DELETING</code> - The model package is in the process of being
7407
- * deleted.</p>
7408
- * </li>
7409
- * </ul>
6673
+ * <p>The status of the model package. This can be one of the following values.</p> <ul> <li> <p> <code>PENDING</code> - The model package is pending being created.</p> </li> <li> <p> <code>IN_PROGRESS</code> - The model package is in the process of being created.</p> </li> <li> <p> <code>COMPLETED</code> - The model package was successfully created.</p> </li> <li> <p> <code>FAILED</code> - The model package failed.</p> </li> <li> <p> <code>DELETING</code> - The model package is in the process of being deleted.</p> </li> </ul>
7410
6674
  * @public
7411
6675
  */
7412
6676
  ModelPackageStatus?: ModelPackageStatus | undefined;
@@ -7416,36 +6680,17 @@ export interface ModelPackage {
7416
6680
  */
7417
6681
  ModelPackageStatusDetails?: ModelPackageStatusDetails | undefined;
7418
6682
  /**
7419
- * <p>Whether the model package is to be certified to be listed on Amazon Web Services
7420
- * Marketplace. For information about listing model packages on Amazon Web Services
7421
- * Marketplace, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-mkt-list.html">List Your Algorithm or Model
7422
- * Package on Amazon Web Services Marketplace</a>.</p>
6683
+ * <p>Whether the model package is to be certified to be listed on Amazon Web Services Marketplace. For information about listing model packages on Amazon Web Services Marketplace, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/sagemaker-mkt-list.html">List Your Algorithm or Model Package on Amazon Web Services Marketplace</a>.</p>
7423
6684
  * @public
7424
6685
  */
7425
6686
  CertifyForMarketplace?: boolean | undefined;
7426
6687
  /**
7427
- * <p>The approval status of the model. This can be one of the following values.</p>
7428
- * <ul>
7429
- * <li>
7430
- * <p>
7431
- * <code>APPROVED</code> - The model is approved</p>
7432
- * </li>
7433
- * <li>
7434
- * <p>
7435
- * <code>REJECTED</code> - The model is rejected.</p>
7436
- * </li>
7437
- * <li>
7438
- * <p>
7439
- * <code>PENDING_MANUAL_APPROVAL</code> - The model is waiting for manual
7440
- * approval.</p>
7441
- * </li>
7442
- * </ul>
6688
+ * <p>The approval status of the model. This can be one of the following values.</p> <ul> <li> <p> <code>APPROVED</code> - The model is approved</p> </li> <li> <p> <code>REJECTED</code> - The model is rejected.</p> </li> <li> <p> <code>PENDING_MANUAL_APPROVAL</code> - The model is waiting for manual approval.</p> </li> </ul>
7443
6689
  * @public
7444
6690
  */
7445
6691
  ModelApprovalStatus?: ModelApprovalStatus | undefined;
7446
6692
  /**
7447
- * <p>Information about the user who created or modified an experiment, trial, trial
7448
- * component, lineage group, or project.</p>
6693
+ * <p>Information about the user who created or modified an experiment, trial, trial component, lineage group, or project.</p>
7449
6694
  * @public
7450
6695
  */
7451
6696
  CreatedBy?: UserContext | undefined;
@@ -7465,8 +6710,7 @@ export interface ModelPackage {
7465
6710
  */
7466
6711
  LastModifiedTime?: Date | undefined;
7467
6712
  /**
7468
- * <p>Information about the user who created or modified an experiment, trial, trial
7469
- * component, lineage group, or project.</p>
6713
+ * <p>Information about the user who created or modified an experiment, trial, trial component, lineage group, or project.</p>
7470
6714
  * @public
7471
6715
  */
7472
6716
  LastModifiedBy?: UserContext | undefined;
@@ -7476,20 +6720,17 @@ export interface ModelPackage {
7476
6720
  */
7477
6721
  ApprovalDescription?: string | undefined;
7478
6722
  /**
7479
- * <p>The machine learning domain of your model package and its components. Common machine
7480
- * learning domains include computer vision and natural language processing.</p>
6723
+ * <p>The machine learning domain of your model package and its components. Common machine learning domains include computer vision and natural language processing.</p>
7481
6724
  * @public
7482
6725
  */
7483
6726
  Domain?: string | undefined;
7484
6727
  /**
7485
- * <p>The machine learning task your model package accomplishes. Common machine learning
7486
- * tasks include object detection and image classification.</p>
6728
+ * <p>The machine learning task your model package accomplishes. Common machine learning tasks include object detection and image classification.</p>
7487
6729
  * @public
7488
6730
  */
7489
6731
  Task?: string | undefined;
7490
6732
  /**
7491
- * <p>The Amazon Simple Storage Service path where the sample payload are stored. This path must point to a
7492
- * single gzip compressed tar archive (.tar.gz suffix).</p>
6733
+ * <p>The Amazon Simple Storage Service path where the sample payload are stored. This path must point to a single gzip compressed tar archive (.tar.gz suffix).</p>
7493
6734
  * @public
7494
6735
  */
7495
6736
  SamplePayloadUrl?: string | undefined;
@@ -7504,22 +6745,12 @@ export interface ModelPackage {
7504
6745
  */
7505
6746
  SourceUri?: string | undefined;
7506
6747
  /**
7507
- * <p>An optional Key Management Service key to encrypt, decrypt, and re-encrypt model
7508
- * package information for regulated workloads with highly sensitive data.</p>
6748
+ * <p>An optional Key Management Service key to encrypt, decrypt, and re-encrypt model package information for regulated workloads with highly sensitive data.</p>
7509
6749
  * @public
7510
6750
  */
7511
6751
  SecurityConfig?: ModelPackageSecurityConfig | undefined;
7512
6752
  /**
7513
- * <p>The model card associated with the model package. Since
7514
- * <code>ModelPackageModelCard</code> is tied to a model package, it is a specific
7515
- * usage of a model card and its schema is simplified compared to the schema of
7516
- * <code>ModelCard</code>. The <code>ModelPackageModelCard</code> schema does not
7517
- * include <code>model_package_details</code>, and <code>model_overview</code> is composed
7518
- * of the <code>model_creator</code> and <code>model_artifact</code> properties. For more
7519
- * information about the model package model card schema, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-registry-details.html#model-card-schema">Model
7520
- * package model card schema</a>. For more information about the model card
7521
- * associated with the model package, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-registry-details.html">View the Details of a Model
7522
- * Version</a>.</p>
6753
+ * <p>The model card associated with the model package. Since <code>ModelPackageModelCard</code> is tied to a model package, it is a specific usage of a model card and its schema is simplified compared to the schema of <code>ModelCard</code>. The <code>ModelPackageModelCard</code> schema does not include <code>model_package_details</code>, and <code>model_overview</code> is composed of the <code>model_creator</code> and <code>model_artifact</code> properties. For more information about the model package model card schema, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-registry-details.html#model-card-schema">Model package model card schema</a>. For more information about the model card associated with the model package, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-registry-details.html">View the Details of a Model Version</a>.</p>
7523
6754
  * @public
7524
6755
  */
7525
6756
  ModelCard?: ModelPackageModelCard | undefined;
@@ -7529,8 +6760,7 @@ export interface ModelPackage {
7529
6760
  */
7530
6761
  ModelLifeCycle?: ModelLifeCycle | undefined;
7531
6762
  /**
7532
- * <p>A list of the tags associated with the model package. For more information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services resources</a> in the <i>Amazon Web Services General
7533
- * Reference Guide</i>.</p>
6763
+ * <p>A list of the tags associated with the model package. For more information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services resources</a> in the <i>Amazon Web Services General Reference Guide</i>.</p>
7534
6764
  * @public
7535
6765
  */
7536
6766
  Tags?: Tag[] | undefined;
@@ -7540,8 +6770,7 @@ export interface ModelPackage {
7540
6770
  */
7541
6771
  CustomerMetadataProperties?: Record<string, string> | undefined;
7542
6772
  /**
7543
- * <p>Represents the drift check baselines that can be used when the model monitor is set
7544
- * using the model package.</p>
6773
+ * <p>Represents the drift check baselines that can be used when the model monitor is set using the model package.</p>
7545
6774
  * @public
7546
6775
  */
7547
6776
  DriftCheckBaselines?: DriftCheckBaselines | undefined;
@@ -7577,47 +6806,17 @@ export interface ModelPackageGroup {
7577
6806
  */
7578
6807
  CreationTime?: Date | undefined;
7579
6808
  /**
7580
- * <p>Information about the user who created or modified an experiment, trial, trial
7581
- * component, lineage group, project, or model card.</p>
6809
+ * <p>Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.</p>
7582
6810
  * @public
7583
6811
  */
7584
6812
  CreatedBy?: UserContext | undefined;
7585
6813
  /**
7586
- * <p>The status of the model group. This can be one of the following values.</p>
7587
- * <ul>
7588
- * <li>
7589
- * <p>
7590
- * <code>PENDING</code> - The model group is pending being created.</p>
7591
- * </li>
7592
- * <li>
7593
- * <p>
7594
- * <code>IN_PROGRESS</code> - The model group is in the process of being
7595
- * created.</p>
7596
- * </li>
7597
- * <li>
7598
- * <p>
7599
- * <code>COMPLETED</code> - The model group was successfully created.</p>
7600
- * </li>
7601
- * <li>
7602
- * <p>
7603
- * <code>FAILED</code> - The model group failed.</p>
7604
- * </li>
7605
- * <li>
7606
- * <p>
7607
- * <code>DELETING</code> - The model group is in the process of being
7608
- * deleted.</p>
7609
- * </li>
7610
- * <li>
7611
- * <p>
7612
- * <code>DELETE_FAILED</code> - SageMaker failed to delete the model group.</p>
7613
- * </li>
7614
- * </ul>
6814
+ * <p>The status of the model group. This can be one of the following values.</p> <ul> <li> <p> <code>PENDING</code> - The model group is pending being created.</p> </li> <li> <p> <code>IN_PROGRESS</code> - The model group is in the process of being created.</p> </li> <li> <p> <code>COMPLETED</code> - The model group was successfully created.</p> </li> <li> <p> <code>FAILED</code> - The model group failed.</p> </li> <li> <p> <code>DELETING</code> - The model group is in the process of being deleted.</p> </li> <li> <p> <code>DELETE_FAILED</code> - SageMaker failed to delete the model group.</p> </li> </ul>
7615
6815
  * @public
7616
6816
  */
7617
6817
  ModelPackageGroupStatus?: ModelPackageGroupStatus | undefined;
7618
6818
  /**
7619
- * <p>A list of the tags associated with the model group. For more information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services resources</a> in the <i>Amazon Web Services General
7620
- * Reference Guide</i>.</p>
6819
+ * <p>A list of the tags associated with the model group. For more information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services resources</a> in the <i>Amazon Web Services General Reference Guide</i>.</p>
7621
6820
  * @public
7622
6821
  */
7623
6822
  Tags?: Tag[] | undefined;
@@ -7636,38 +6835,17 @@ export declare const ModelVariantAction: {
7636
6835
  */
7637
6836
  export type ModelVariantAction = (typeof ModelVariantAction)[keyof typeof ModelVariantAction];
7638
6837
  /**
7639
- * <p>A list of nested <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_Filter.html">Filter</a> objects. A resource must
7640
- * satisfy the conditions of all filters to be included in the results returned from the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_Search.html">Search</a>
7641
- * API.</p>
7642
- * <p>For example, to filter on a training job's <code>InputDataConfig</code> property with a
7643
- * specific channel name and <code>S3Uri</code> prefix, define the following filters:</p>
7644
- * <ul>
7645
- * <li>
7646
- * <p>
7647
- * <code>'\{Name:"InputDataConfig.ChannelName", "Operator":"Equals", "Value":"train"\}',</code>
7648
- * </p>
7649
- * </li>
7650
- * <li>
7651
- * <p>
7652
- * <code>'\{Name:"InputDataConfig.DataSource.S3DataSource.S3Uri", "Operator":"Contains",
7653
- * "Value":"mybucket/catdata"\}'</code>
7654
- * </p>
7655
- * </li>
7656
- * </ul>
6838
+ * <p>A list of nested <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_Filter.html">Filter</a> objects. A resource must satisfy the conditions of all filters to be included in the results returned from the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_Search.html">Search</a> API.</p> <p>For example, to filter on a training job's <code>InputDataConfig</code> property with a specific channel name and <code>S3Uri</code> prefix, define the following filters:</p> <ul> <li> <p> <code>'\{Name:"InputDataConfig.ChannelName", "Operator":"Equals", "Value":"train"\}',</code> </p> </li> <li> <p> <code>'\{Name:"InputDataConfig.DataSource.S3DataSource.S3Uri", "Operator":"Contains", "Value":"mybucket/catdata"\}'</code> </p> </li> </ul>
7657
6839
  * @public
7658
6840
  */
7659
6841
  export interface NestedFilters {
7660
6842
  /**
7661
- * <p>The name of the property to use in the nested filters. The value must match a listed
7662
- * property name, such as <code>InputDataConfig</code>.</p>
6843
+ * <p>The name of the property to use in the nested filters. The value must match a listed property name, such as <code>InputDataConfig</code>.</p>
7663
6844
  * @public
7664
6845
  */
7665
6846
  NestedPropertyName: string | undefined;
7666
6847
  /**
7667
- * <p>A list of filters. Each filter acts on a property. Filters must contain at least one
7668
- * <code>Filters</code> value. For example, a <code>NestedFilters</code> call might include a
7669
- * filter on the <code>PropertyName</code> parameter of the <code>InputDataConfig</code>
7670
- * property: <code>InputDataConfig.DataSource.S3DataSource.S3Uri</code>.</p>
6848
+ * <p>A list of filters. Each filter acts on a property. Filters must contain at least one <code>Filters</code> value. For example, a <code>NestedFilters</code> call might include a filter on the <code>PropertyName</code> parameter of the <code>InputDataConfig</code> property: <code>InputDataConfig.DataSource.S3DataSource.S3Uri</code>.</p>
7671
6849
  * @public
7672
6850
  */
7673
6851
  Filters: Filter[] | undefined;
@@ -7678,17 +6856,13 @@ export interface NestedFilters {
7678
6856
  */
7679
6857
  export interface OnlineStoreConfigUpdate {
7680
6858
  /**
7681
- * <p>Time to live duration, where the record is hard deleted after the expiration time is
7682
- * reached; <code>ExpiresAt</code> = <code>EventTime</code> + <code>TtlDuration</code>. For
7683
- * information on HardDelete, see the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_feature_store_DeleteRecord.html">DeleteRecord</a> API in the Amazon SageMaker API Reference guide.</p>
6859
+ * <p>Time to live duration, where the record is hard deleted after the expiration time is reached; <code>ExpiresAt</code> = <code>EventTime</code> + <code>TtlDuration</code>. For information on HardDelete, see the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_feature_store_DeleteRecord.html">DeleteRecord</a> API in the Amazon SageMaker API Reference guide.</p>
7684
6860
  * @public
7685
6861
  */
7686
6862
  TtlDuration?: TtlDuration | undefined;
7687
6863
  }
7688
6864
  /**
7689
- * <p>The trial that a trial component is associated with and the experiment the trial is part
7690
- * of. A component might not be associated with a trial. A component can be associated with
7691
- * multiple trials.</p>
6865
+ * <p>The trial that a trial component is associated with and the experiment the trial is part of. A component might not be associated with a trial. A component can be associated with multiple trials.</p>
7692
6866
  * @public
7693
6867
  */
7694
6868
  export interface Parent {
@@ -7754,14 +6928,12 @@ export interface Pipeline {
7754
6928
  */
7755
6929
  LastRunTime?: Date | undefined;
7756
6930
  /**
7757
- * <p>Information about the user who created or modified an experiment, trial, trial
7758
- * component, lineage group, project, or model card.</p>
6931
+ * <p>Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.</p>
7759
6932
  * @public
7760
6933
  */
7761
6934
  CreatedBy?: UserContext | undefined;
7762
6935
  /**
7763
- * <p>Information about the user who created or modified an experiment, trial, trial
7764
- * component, lineage group, project, or model card.</p>
6936
+ * <p>Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.</p>
7765
6937
  * @public
7766
6938
  */
7767
6939
  LastModifiedBy?: UserContext | undefined;
@@ -7827,14 +6999,12 @@ export interface PipelineExecution {
7827
6999
  */
7828
7000
  LastModifiedTime?: Date | undefined;
7829
7001
  /**
7830
- * <p>Information about the user who created or modified an experiment, trial, trial
7831
- * component, lineage group, project, or model card.</p>
7002
+ * <p>Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.</p>
7832
7003
  * @public
7833
7004
  */
7834
7005
  CreatedBy?: UserContext | undefined;
7835
7006
  /**
7836
- * <p>Information about the user who created or modified an experiment, trial, trial
7837
- * component, lineage group, project, or model card.</p>
7007
+ * <p>Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.</p>
7838
7008
  * @public
7839
7009
  */
7840
7010
  LastModifiedBy?: UserContext | undefined;
@@ -7855,9 +7025,7 @@ export interface PipelineExecution {
7855
7025
  PipelineParameters?: Parameter[] | undefined;
7856
7026
  }
7857
7027
  /**
7858
- * <p>An Amazon SageMaker processing job that is used to analyze data and evaluate models. For more
7859
- * information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/processing-job.html">Process Data and Evaluate
7860
- * Models</a>.</p>
7028
+ * <p>An Amazon SageMaker processing job that is used to analyze data and evaluate models. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/processing-job.html">Process Data and Evaluate Models</a>.</p>
7861
7029
  * @public
7862
7030
  */
7863
7031
  export interface ProcessingJob {
@@ -7877,15 +7045,12 @@ export interface ProcessingJob {
7877
7045
  */
7878
7046
  ProcessingJobName?: string | undefined;
7879
7047
  /**
7880
- * <p>Identifies the resources, ML compute instances, and ML storage volumes to deploy for a
7881
- * processing job. In distributed training, you specify more than one instance.</p>
7048
+ * <p>Identifies the resources, ML compute instances, and ML storage volumes to deploy for a processing job. In distributed training, you specify more than one instance.</p>
7882
7049
  * @public
7883
7050
  */
7884
7051
  ProcessingResources?: ProcessingResources | undefined;
7885
7052
  /**
7886
- * <p>Configures conditions under which the processing job should be stopped, such as how
7887
- * long the processing job has been running. After the condition is met, the processing job
7888
- * is stopped.</p>
7053
+ * <p>Configures conditions under which the processing job should be stopped, such as how long the processing job has been running. After the condition is met, the processing job is stopped.</p>
7889
7054
  * @public
7890
7055
  */
7891
7056
  StoppingCondition?: ProcessingStoppingCondition | undefined;
@@ -7900,9 +7065,7 @@ export interface ProcessingJob {
7900
7065
  */
7901
7066
  Environment?: Record<string, string> | undefined;
7902
7067
  /**
7903
- * <p>Networking options for a job, such as network traffic encryption between containers,
7904
- * whether to allow inbound and outbound network calls to and from containers, and the VPC
7905
- * subnets and security groups to use for VPC-enabled jobs.</p>
7068
+ * <p>Networking options for a job, such as network traffic encryption between containers, whether to allow inbound and outbound network calls to and from containers, and the VPC subnets and security groups to use for VPC-enabled jobs.</p>
7906
7069
  * @public
7907
7070
  */
7908
7071
  NetworkConfig?: NetworkConfig | undefined;
@@ -7912,25 +7075,7 @@ export interface ProcessingJob {
7912
7075
  */
7913
7076
  RoleArn?: string | undefined;
7914
7077
  /**
7915
- * <p>Associates a SageMaker job as a trial component with an experiment and trial. Specified when
7916
- * you call the following APIs:</p>
7917
- * <ul>
7918
- * <li>
7919
- * <p>
7920
- * <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateProcessingJob.html">CreateProcessingJob</a>
7921
- * </p>
7922
- * </li>
7923
- * <li>
7924
- * <p>
7925
- * <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrainingJob.html">CreateTrainingJob</a>
7926
- * </p>
7927
- * </li>
7928
- * <li>
7929
- * <p>
7930
- * <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTransformJob.html">CreateTransformJob</a>
7931
- * </p>
7932
- * </li>
7933
- * </ul>
7078
+ * <p>Associates a SageMaker job as a trial component with an experiment and trial. Specified when you call the following APIs:</p> <ul> <li> <p> <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateProcessingJob.html">CreateProcessingJob</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrainingJob.html">CreateTrainingJob</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTransformJob.html">CreateTransformJob</a> </p> </li> </ul>
7934
7079
  * @public
7935
7080
  */
7936
7081
  ExperimentConfig?: ExperimentConfig | undefined;
@@ -7945,14 +7090,12 @@ export interface ProcessingJob {
7945
7090
  */
7946
7091
  ProcessingJobStatus?: ProcessingJobStatus | undefined;
7947
7092
  /**
7948
- * <p>A string, up to one KB in size, that contains metadata from the processing container
7949
- * when the processing job exits.</p>
7093
+ * <p>A string, up to one KB in size, that contains metadata from the processing container when the processing job exits.</p>
7950
7094
  * @public
7951
7095
  */
7952
7096
  ExitMessage?: string | undefined;
7953
7097
  /**
7954
- * <p>A string, up to one KB in size, that contains the reason a processing job failed, if
7955
- * it failed.</p>
7098
+ * <p>A string, up to one KB in size, that contains the reason a processing job failed, if it failed.</p>
7956
7099
  * @public
7957
7100
  */
7958
7101
  FailureReason?: string | undefined;
@@ -7977,14 +7120,12 @@ export interface ProcessingJob {
7977
7120
  */
7978
7121
  CreationTime?: Date | undefined;
7979
7122
  /**
7980
- * <p>The ARN of a monitoring schedule for an endpoint associated with this processing
7981
- * job.</p>
7123
+ * <p>The ARN of a monitoring schedule for an endpoint associated with this processing job.</p>
7982
7124
  * @public
7983
7125
  */
7984
7126
  MonitoringScheduleArn?: string | undefined;
7985
7127
  /**
7986
- * <p>The Amazon Resource Name (ARN) of the AutoML job associated with this processing
7987
- * job.</p>
7128
+ * <p>The Amazon Resource Name (ARN) of the AutoML job associated with this processing job.</p>
7988
7129
  * @public
7989
7130
  */
7990
7131
  AutoMLJobArn?: string | undefined;
@@ -7994,15 +7135,13 @@ export interface ProcessingJob {
7994
7135
  */
7995
7136
  TrainingJobArn?: string | undefined;
7996
7137
  /**
7997
- * <p>An array of key-value pairs. For more information, see <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-whatURL">Using Cost Allocation Tags</a> in the <i>Amazon Web Services Billing and
7998
- * Cost Management User Guide</i>.</p>
7138
+ * <p>An array of key-value pairs. For more information, see <a href="https://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/cost-alloc-tags.html#allocation-whatURL">Using Cost Allocation Tags</a> in the <i>Amazon Web Services Billing and Cost Management User Guide</i>.</p>
7999
7139
  * @public
8000
7140
  */
8001
7141
  Tags?: Tag[] | undefined;
8002
7142
  }
8003
7143
  /**
8004
- * <p>Configuration information for updating the Amazon SageMaker Debugger profile parameters, system and framework metrics configurations, and
8005
- * storage paths.</p>
7144
+ * <p>Configuration information for updating the Amazon SageMaker Debugger profile parameters, system and framework metrics configurations, and storage paths.</p>
8006
7145
  * @public
8007
7146
  */
8008
7147
  export interface ProfilerConfigForUpdate {
@@ -8012,18 +7151,12 @@ export interface ProfilerConfigForUpdate {
8012
7151
  */
8013
7152
  S3OutputPath?: string | undefined;
8014
7153
  /**
8015
- * <p>A time interval for capturing system metrics in milliseconds. Available values are
8016
- * 100, 200, 500, 1000 (1 second), 5000 (5 seconds), and 60000 (1 minute) milliseconds. The default value is 500 milliseconds.</p>
7154
+ * <p>A time interval for capturing system metrics in milliseconds. Available values are 100, 200, 500, 1000 (1 second), 5000 (5 seconds), and 60000 (1 minute) milliseconds. The default value is 500 milliseconds.</p>
8017
7155
  * @public
8018
7156
  */
8019
7157
  ProfilingIntervalInMilliseconds?: number | undefined;
8020
7158
  /**
8021
- * <p>Configuration information for capturing framework metrics. Available key strings for different profiling options are
8022
- * <code>DetailedProfilingConfig</code>, <code>PythonProfilingConfig</code>, and <code>DataLoaderProfilingConfig</code>.
8023
- * The following codes are configuration structures for the <code>ProfilingParameters</code> parameter. To learn more about
8024
- * how to configure the <code>ProfilingParameters</code> parameter,
8025
- * see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/debugger-createtrainingjob-api.html">Use the SageMaker and Debugger Configuration API Operations to Create, Update, and Debug Your Training Job</a>.
8026
- * </p>
7159
+ * <p>Configuration information for capturing framework metrics. Available key strings for different profiling options are <code>DetailedProfilingConfig</code>, <code>PythonProfilingConfig</code>, and <code>DataLoaderProfilingConfig</code>. The following codes are configuration structures for the <code>ProfilingParameters</code> parameter. To learn more about how to configure the <code>ProfilingParameters</code> parameter, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/debugger-createtrainingjob-api.html">Use the SageMaker and Debugger Configuration API Operations to Create, Update, and Debug Your Training Job</a>. </p>
8027
7160
  * @public
8028
7161
  */
8029
7162
  ProfilingParameters?: Record<string, string> | undefined;
@@ -8059,16 +7192,12 @@ export interface Project {
8059
7192
  */
8060
7193
  ProjectDescription?: string | undefined;
8061
7194
  /**
8062
- * <p>Details that you specify to provision a service catalog product. For information about
8063
- * service catalog, see <a href="https://docs.aws.amazon.com/servicecatalog/latest/adminguide/introduction.html">What is Amazon Web Services Service
8064
- * Catalog</a>.</p>
7195
+ * <p>Details that you specify to provision a service catalog product. For information about service catalog, see <a href="https://docs.aws.amazon.com/servicecatalog/latest/adminguide/introduction.html">What is Amazon Web Services Service Catalog</a>.</p>
8065
7196
  * @public
8066
7197
  */
8067
7198
  ServiceCatalogProvisioningDetails?: ServiceCatalogProvisioningDetails | undefined;
8068
7199
  /**
8069
- * <p>Details of a provisioned service catalog product. For information about service catalog,
8070
- * see <a href="https://docs.aws.amazon.com/servicecatalog/latest/adminguide/introduction.html">What is Amazon Web Services Service
8071
- * Catalog</a>.</p>
7200
+ * <p>Details of a provisioned service catalog product. For information about service catalog, see <a href="https://docs.aws.amazon.com/servicecatalog/latest/adminguide/introduction.html">What is Amazon Web Services Service Catalog</a>.</p>
8072
7201
  * @public
8073
7202
  */
8074
7203
  ServiceCatalogProvisionedProductDetails?: ServiceCatalogProvisionedProductDetails | undefined;
@@ -8088,9 +7217,7 @@ export interface Project {
8088
7217
  */
8089
7218
  CreationTime?: Date | undefined;
8090
7219
  /**
8091
- * <p>An array of key-value pairs. You can use tags to categorize your Amazon Web Services
8092
- * resources in different ways, for example, by purpose, owner, or environment. For more
8093
- * information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services Resources</a>.</p>
7220
+ * <p>An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services Resources</a>.</p>
8094
7221
  * @public
8095
7222
  */
8096
7223
  Tags?: Tag[] | undefined;
@@ -8100,8 +7227,7 @@ export interface Project {
8100
7227
  */
8101
7228
  LastModifiedTime?: Date | undefined;
8102
7229
  /**
8103
- * <p>Information about the user who created or modified an experiment, trial, trial
8104
- * component, lineage group, project, or model card.</p>
7230
+ * <p>Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.</p>
8105
7231
  * @public
8106
7232
  */
8107
7233
  LastModifiedBy?: UserContext | undefined;
@@ -8132,14 +7258,12 @@ export interface PutModelPackageGroupPolicyOutput {
8132
7258
  ModelPackageGroupArn: string | undefined;
8133
7259
  }
8134
7260
  /**
8135
- * <p>A set of filters to narrow the set of lineage entities connected to the <code>StartArn</code>(s) returned by the
8136
- * <code>QueryLineage</code> API action.</p>
7261
+ * <p>A set of filters to narrow the set of lineage entities connected to the <code>StartArn</code>(s) returned by the <code>QueryLineage</code> API action.</p>
8137
7262
  * @public
8138
7263
  */
8139
7264
  export interface QueryFilters {
8140
7265
  /**
8141
- * <p>Filter the lineage entities connected to the <code>StartArn</code> by type. For example: <code>DataSet</code>,
8142
- * <code>Model</code>, <code>Endpoint</code>, or <code>ModelDeployment</code>.</p>
7266
+ * <p>Filter the lineage entities connected to the <code>StartArn</code> by type. For example: <code>DataSet</code>, <code>Model</code>, <code>Endpoint</code>, or <code>ModelDeployment</code>.</p>
8143
7267
  * @public
8144
7268
  */
8145
7269
  Types?: string[] | undefined;
@@ -8169,8 +7293,7 @@ export interface QueryFilters {
8169
7293
  */
8170
7294
  ModifiedAfter?: Date | undefined;
8171
7295
  /**
8172
- * <p>Filter the lineage entities connected to the <code>StartArn</code>(s) by a set if property key value pairs.
8173
- * If multiple pairs are provided, an entity is included in the results if it matches any of the provided pairs.</p>
7296
+ * <p>Filter the lineage entities connected to the <code>StartArn</code>(s) by a set if property key value pairs. If multiple pairs are provided, an entity is included in the results if it matches any of the provided pairs.</p>
8174
7297
  * @public
8175
7298
  */
8176
7299
  Properties?: Record<string, string> | undefined;
@@ -8185,44 +7308,22 @@ export interface QueryLineageRequest {
8185
7308
  */
8186
7309
  StartArns?: string[] | undefined;
8187
7310
  /**
8188
- * <p>Associations between lineage entities have a direction. This parameter determines the direction from the
8189
- * StartArn(s) that the query traverses.</p>
7311
+ * <p>Associations between lineage entities have a direction. This parameter determines the direction from the StartArn(s) that the query traverses.</p>
8190
7312
  * @public
8191
7313
  */
8192
7314
  Direction?: Direction | undefined;
8193
7315
  /**
8194
- * <p> Setting this value to <code>True</code> retrieves not only the entities of interest but also the
8195
- * <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/lineage-tracking-entities.html">Associations</a> and
8196
- * lineage entities on the path. Set to <code>False</code> to only return lineage entities that match your query.</p>
7316
+ * <p> Setting this value to <code>True</code> retrieves not only the entities of interest but also the <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/lineage-tracking-entities.html">Associations</a> and lineage entities on the path. Set to <code>False</code> to only return lineage entities that match your query.</p>
8197
7317
  * @public
8198
7318
  */
8199
7319
  IncludeEdges?: boolean | undefined;
8200
7320
  /**
8201
- * <p>A set of filtering parameters that allow you to specify which entities should be returned.</p>
8202
- * <ul>
8203
- * <li>
8204
- * <p>Properties - Key-value pairs to match on the lineage entities' properties.</p>
8205
- * </li>
8206
- * <li>
8207
- * <p>LineageTypes - A set of lineage entity types to match on. For example: <code>TrialComponent</code>,
8208
- * <code>Artifact</code>, or <code>Context</code>.</p>
8209
- * </li>
8210
- * <li>
8211
- * <p>CreatedBefore - Filter entities created before this date.</p>
8212
- * </li>
8213
- * <li>
8214
- * <p>ModifiedBefore - Filter entities modified before this date.</p>
8215
- * </li>
8216
- * <li>
8217
- * <p>ModifiedAfter - Filter entities modified after this date.</p>
8218
- * </li>
8219
- * </ul>
7321
+ * <p>A set of filtering parameters that allow you to specify which entities should be returned.</p> <ul> <li> <p>Properties - Key-value pairs to match on the lineage entities' properties.</p> </li> <li> <p>LineageTypes - A set of lineage entity types to match on. For example: <code>TrialComponent</code>, <code>Artifact</code>, or <code>Context</code>.</p> </li> <li> <p>CreatedBefore - Filter entities created before this date.</p> </li> <li> <p>ModifiedBefore - Filter entities modified before this date.</p> </li> <li> <p>ModifiedAfter - Filter entities modified after this date.</p> </li> </ul>
8220
7322
  * @public
8221
7323
  */
8222
7324
  Filters?: QueryFilters | undefined;
8223
7325
  /**
8224
- * <p>The maximum depth in lineage relationships from the <code>StartArns</code> that are traversed. Depth is a measure of the number
8225
- * of <code>Associations</code> from the <code>StartArn</code> entity to the matched results.</p>
7326
+ * <p>The maximum depth in lineage relationships from the <code>StartArns</code> that are traversed. Depth is a measure of the number of <code>Associations</code> from the <code>StartArn</code> entity to the matched results.</p>
8226
7327
  * @public
8227
7328
  */
8228
7329
  MaxDepth?: number | undefined;
@@ -8248,8 +7349,7 @@ export interface Vertex {
8248
7349
  */
8249
7350
  Arn?: string | undefined;
8250
7351
  /**
8251
- * <p>The type of the lineage entity resource. For example: <code>DataSet</code>, <code>Model</code>, <code>Endpoint</code>,
8252
- * etc...</p>
7352
+ * <p>The type of the lineage entity resource. For example: <code>DataSet</code>, <code>Model</code>, <code>Endpoint</code>, etc...</p>
8253
7353
  * @public
8254
7354
  */
8255
7355
  Type?: string | undefined;
@@ -8312,10 +7412,7 @@ export declare const Relation: {
8312
7412
  */
8313
7413
  export type Relation = (typeof Relation)[keyof typeof Relation];
8314
7414
  /**
8315
- * <p>Configuration for remote debugging for the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_UpdateTrainingJob.html">UpdateTrainingJob</a> API. To learn more about the remote debugging
8316
- * functionality of SageMaker, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/train-remote-debugging.html">Access a training container
8317
- * through Amazon Web Services Systems Manager (SSM) for remote
8318
- * debugging</a>.</p>
7415
+ * <p>Configuration for remote debugging for the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_UpdateTrainingJob.html">UpdateTrainingJob</a> API. To learn more about the remote debugging functionality of SageMaker, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/train-remote-debugging.html">Access a training container through Amazon Web Services Systems Manager (SSM) for remote debugging</a>.</p>
8319
7416
  * @public
8320
7417
  */
8321
7418
  export interface RemoteDebugConfigForUpdate {
@@ -8331,10 +7428,7 @@ export interface RemoteDebugConfigForUpdate {
8331
7428
  */
8332
7429
  export interface RenderableTask {
8333
7430
  /**
8334
- * <p>A JSON object that contains values for the variables defined in the template. It is
8335
- * made available to the template under the substitution variable <code>task.input</code>.
8336
- * For example, if you define a variable <code>task.input.text</code> in your template, you
8337
- * can supply the variable in the JSON object as <code>"text": "sample text"</code>.</p>
7431
+ * <p>A JSON object that contains values for the variables defined in the template. It is made available to the template under the substitution variable <code>task.input</code>. For example, if you define a variable <code>task.input.text</code> in your template, you can supply the variable in the JSON object as <code>"text": "sample text"</code>.</p>
8338
7432
  * @public
8339
7433
  */
8340
7434
  Input: string | undefined;
@@ -8365,22 +7459,17 @@ export interface RenderUiTemplateRequest {
8365
7459
  */
8366
7460
  UiTemplate?: UiTemplate | undefined;
8367
7461
  /**
8368
- * <p>A <code>RenderableTask</code> object containing a representative task to
8369
- * render.</p>
7462
+ * <p>A <code>RenderableTask</code> object containing a representative task to render.</p>
8370
7463
  * @public
8371
7464
  */
8372
7465
  Task: RenderableTask | undefined;
8373
7466
  /**
8374
- * <p>The Amazon Resource Name (ARN) that has access to the S3 objects that are used by the
8375
- * template.</p>
7467
+ * <p>The Amazon Resource Name (ARN) that has access to the S3 objects that are used by the template.</p>
8376
7468
  * @public
8377
7469
  */
8378
7470
  RoleArn: string | undefined;
8379
7471
  /**
8380
- * <p>The <code>HumanTaskUiArn</code> of the worker UI that you want to render. Do not
8381
- * provide a <code>HumanTaskUiArn</code> if you use the <code>UiTemplate</code>
8382
- * parameter.</p>
8383
- * <p>See a list of available Human Ui Amazon Resource Names (ARNs) in <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_UiConfig.html">UiConfig</a>.</p>
7472
+ * <p>The <code>HumanTaskUiArn</code> of the worker UI that you want to render. Do not provide a <code>HumanTaskUiArn</code> if you use the <code>UiTemplate</code> parameter.</p> <p>See a list of available Human Ui Amazon Resource Names (ARNs) in <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_UiConfig.html">UiConfig</a>.</p>
8384
7473
  * @public
8385
7474
  */
8386
7475
  HumanTaskUiArn?: string | undefined;
@@ -8395,18 +7484,13 @@ export interface RenderUiTemplateResponse {
8395
7484
  */
8396
7485
  RenderedContent: string | undefined;
8397
7486
  /**
8398
- * <p>A list of one or more <code>RenderingError</code> objects if any were encountered
8399
- * while rendering the template. If there were no errors, the list is empty.</p>
7487
+ * <p>A list of one or more <code>RenderingError</code> objects if any were encountered while rendering the template. If there were no errors, the list is empty.</p>
8400
7488
  * @public
8401
7489
  */
8402
7490
  Errors: RenderingError[] | undefined;
8403
7491
  }
8404
7492
  /**
8405
- * <p>Details about a reserved capacity offering for a training plan offering.</p>
8406
- * <p>For more information about how to reserve GPU capacity for your SageMaker HyperPod clusters using
8407
- * Amazon SageMaker Training Plan, see <code>
8408
- * <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrainingPlan.html">CreateTrainingPlan</a>
8409
- * </code>.</p>
7493
+ * <p>Details about a reserved capacity offering for a training plan offering.</p> <p>For more information about how to reserve GPU capacity for your SageMaker HyperPod clusters using Amazon SageMaker Training Plan, see <code> <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrainingPlan.html">CreateTrainingPlan</a> </code>.</p>
8410
7494
  * @public
8411
7495
  */
8412
7496
  export interface ReservedCapacityOffering {
@@ -8426,14 +7510,12 @@ export interface ReservedCapacityOffering {
8426
7510
  */
8427
7511
  AvailabilityZone?: string | undefined;
8428
7512
  /**
8429
- * <p>The number of whole hours in the total duration for this reserved capacity
8430
- * offering.</p>
7513
+ * <p>The number of whole hours in the total duration for this reserved capacity offering.</p>
8431
7514
  * @public
8432
7515
  */
8433
7516
  DurationHours?: number | undefined;
8434
7517
  /**
8435
- * <p>The additional minutes beyond whole hours in the total duration for this reserved
8436
- * capacity offering.</p>
7518
+ * <p>The additional minutes beyond whole hours in the total duration for this reserved capacity offering.</p>
8437
7519
  * @public
8438
7520
  */
8439
7521
  DurationMinutes?: number | undefined;
@@ -8449,14 +7531,12 @@ export interface ReservedCapacityOffering {
8449
7531
  EndTime?: Date | undefined;
8450
7532
  }
8451
7533
  /**
8452
- * <p>The <code>ResourceConfig</code> to update <code>KeepAlivePeriodInSeconds</code>. Other
8453
- * fields in the <code>ResourceConfig</code> cannot be updated.</p>
7534
+ * <p>The <code>ResourceConfig</code> to update <code>KeepAlivePeriodInSeconds</code>. Other fields in the <code>ResourceConfig</code> cannot be updated.</p>
8454
7535
  * @public
8455
7536
  */
8456
7537
  export interface ResourceConfigForUpdate {
8457
7538
  /**
8458
- * <p>The <code>KeepAlivePeriodInSeconds</code> value specified in the
8459
- * <code>ResourceConfig</code> to update.</p>
7539
+ * <p>The <code>KeepAlivePeriodInSeconds</code> value specified in the <code>ResourceConfig</code> to update.</p>
8460
7540
  * @public
8461
7541
  */
8462
7542
  KeepAlivePeriodInSeconds: number | undefined;
@@ -8471,14 +7551,12 @@ export interface RetryPipelineExecutionRequest {
8471
7551
  */
8472
7552
  PipelineExecutionArn: string | undefined;
8473
7553
  /**
8474
- * <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
8475
- * operation. An idempotent operation completes no more than once.</p>
7554
+ * <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than once.</p>
8476
7555
  * @public
8477
7556
  */
8478
7557
  ClientRequestToken?: string | undefined;
8479
7558
  /**
8480
- * <p>This configuration, if specified, overrides the parallelism configuration
8481
- * of the parent pipeline.</p>
7559
+ * <p>This configuration, if specified, overrides the parallelism configuration of the parent pipeline.</p>
8482
7560
  * @public
8483
7561
  */
8484
7562
  ParallelismConfiguration?: ParallelismConfiguration | undefined;
@@ -8506,17 +7584,12 @@ export declare const SearchSortOrder: {
8506
7584
  */
8507
7585
  export type SearchSortOrder = (typeof SearchSortOrder)[keyof typeof SearchSortOrder];
8508
7586
  /**
8509
- * <p>The list of key-value pairs used to filter your search results. If a search result
8510
- * contains a key from your list, it is included in the final search response if the value
8511
- * associated with the key in the result matches the value you specified. If the value doesn't
8512
- * match, the result is excluded from the search response. Any resources that don't have a key
8513
- * from the list that you've provided will also be included in the search response.</p>
7587
+ * <p>The list of key-value pairs used to filter your search results. If a search result contains a key from your list, it is included in the final search response if the value associated with the key in the result matches the value you specified. If the value doesn't match, the result is excluded from the search response. Any resources that don't have a key from the list that you've provided will also be included in the search response.</p>
8514
7588
  * @public
8515
7589
  */
8516
7590
  export interface VisibilityConditions {
8517
7591
  /**
8518
- * <p>The key that specifies the tag that you're using to filter the search results. It must be
8519
- * in the following format: <code>Tags.<key></code>.</p>
7592
+ * <p>The key that specifies the tag that you're using to filter the search results. It must be in the following format: <code>Tags.&lt;key&gt;</code>.</p>
8520
7593
  * @public
8521
7594
  */
8522
7595
  Key?: string | undefined;
@@ -8542,8 +7615,7 @@ export interface TrainingJob {
8542
7615
  */
8543
7616
  TrainingJobArn?: string | undefined;
8544
7617
  /**
8545
- * <p>The Amazon Resource Name (ARN) of the associated hyperparameter tuning job if the
8546
- * training job was launched by a hyperparameter tuning job.</p>
7618
+ * <p>The Amazon Resource Name (ARN) of the associated hyperparameter tuning job if the training job was launched by a hyperparameter tuning job.</p>
8547
7619
  * @public
8548
7620
  */
8549
7621
  TuningJobArn?: string | undefined;
@@ -8558,142 +7630,17 @@ export interface TrainingJob {
8558
7630
  */
8559
7631
  AutoMLJobArn?: string | undefined;
8560
7632
  /**
8561
- * <p>Information about the Amazon S3 location that is configured for storing model
8562
- * artifacts.</p>
7633
+ * <p>Information about the Amazon S3 location that is configured for storing model artifacts.</p>
8563
7634
  * @public
8564
7635
  */
8565
7636
  ModelArtifacts?: ModelArtifacts | undefined;
8566
7637
  /**
8567
- * <p>The status of the
8568
- * training
8569
- * job.</p>
8570
- * <p>Training job statuses are:</p>
8571
- * <ul>
8572
- * <li>
8573
- * <p>
8574
- * <code>InProgress</code> - The training is in progress.</p>
8575
- * </li>
8576
- * <li>
8577
- * <p>
8578
- * <code>Completed</code> - The training job has completed.</p>
8579
- * </li>
8580
- * <li>
8581
- * <p>
8582
- * <code>Failed</code> - The training job has failed. To see the reason for the
8583
- * failure, see the <code>FailureReason</code> field in the response to a
8584
- * <code>DescribeTrainingJobResponse</code> call.</p>
8585
- * </li>
8586
- * <li>
8587
- * <p>
8588
- * <code>Stopping</code> - The training job is stopping.</p>
8589
- * </li>
8590
- * <li>
8591
- * <p>
8592
- * <code>Stopped</code> - The training job has stopped.</p>
8593
- * </li>
8594
- * </ul>
8595
- * <p>For
8596
- * more detailed information, see <code>SecondaryStatus</code>. </p>
7638
+ * <p>The status of the training job.</p> <p>Training job statuses are:</p> <ul> <li> <p> <code>InProgress</code> - The training is in progress.</p> </li> <li> <p> <code>Completed</code> - The training job has completed.</p> </li> <li> <p> <code>Failed</code> - The training job has failed. To see the reason for the failure, see the <code>FailureReason</code> field in the response to a <code>DescribeTrainingJobResponse</code> call.</p> </li> <li> <p> <code>Stopping</code> - The training job is stopping.</p> </li> <li> <p> <code>Stopped</code> - The training job has stopped.</p> </li> </ul> <p>For more detailed information, see <code>SecondaryStatus</code>. </p>
8597
7639
  * @public
8598
7640
  */
8599
7641
  TrainingJobStatus?: TrainingJobStatus | undefined;
8600
7642
  /**
8601
- * <p> Provides detailed information about the state of the training job. For detailed
8602
- * information about the secondary status of the training job, see
8603
- * <code>StatusMessage</code> under <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_SecondaryStatusTransition.html">SecondaryStatusTransition</a>.</p>
8604
- * <p>SageMaker provides primary statuses and secondary statuses that apply to each of
8605
- * them:</p>
8606
- * <dl>
8607
- * <dt>InProgress</dt>
8608
- * <dd>
8609
- * <ul>
8610
- * <li>
8611
- * <p>
8612
- * <code>Starting</code>
8613
- * - Starting the training job.</p>
8614
- * </li>
8615
- * <li>
8616
- * <p>
8617
- * <code>Downloading</code> - An optional stage for algorithms that
8618
- * support <code>File</code> training input mode. It indicates that
8619
- * data is being downloaded to the ML storage volumes.</p>
8620
- * </li>
8621
- * <li>
8622
- * <p>
8623
- * <code>Training</code> - Training is in progress.</p>
8624
- * </li>
8625
- * <li>
8626
- * <p>
8627
- * <code>Uploading</code> - Training is complete and the model
8628
- * artifacts are being uploaded to the S3 location.</p>
8629
- * </li>
8630
- * </ul>
8631
- * </dd>
8632
- * <dt>Completed</dt>
8633
- * <dd>
8634
- * <ul>
8635
- * <li>
8636
- * <p>
8637
- * <code>Completed</code> - The training job has completed.</p>
8638
- * </li>
8639
- * </ul>
8640
- * </dd>
8641
- * <dt>Failed</dt>
8642
- * <dd>
8643
- * <ul>
8644
- * <li>
8645
- * <p>
8646
- * <code>Failed</code> - The training job has failed. The reason for
8647
- * the failure is returned in the <code>FailureReason</code> field of
8648
- * <code>DescribeTrainingJobResponse</code>.</p>
8649
- * </li>
8650
- * </ul>
8651
- * </dd>
8652
- * <dt>Stopped</dt>
8653
- * <dd>
8654
- * <ul>
8655
- * <li>
8656
- * <p>
8657
- * <code>MaxRuntimeExceeded</code> - The job stopped because it
8658
- * exceeded the maximum allowed runtime.</p>
8659
- * </li>
8660
- * <li>
8661
- * <p>
8662
- * <code>Stopped</code> - The training job has stopped.</p>
8663
- * </li>
8664
- * </ul>
8665
- * </dd>
8666
- * <dt>Stopping</dt>
8667
- * <dd>
8668
- * <ul>
8669
- * <li>
8670
- * <p>
8671
- * <code>Stopping</code> - Stopping the training job.</p>
8672
- * </li>
8673
- * </ul>
8674
- * </dd>
8675
- * </dl>
8676
- * <important>
8677
- * <p>Valid values for <code>SecondaryStatus</code> are subject to change. </p>
8678
- * </important>
8679
- * <p>We no longer support the following secondary statuses:</p>
8680
- * <ul>
8681
- * <li>
8682
- * <p>
8683
- * <code>LaunchingMLInstances</code>
8684
- * </p>
8685
- * </li>
8686
- * <li>
8687
- * <p>
8688
- * <code>PreparingTrainingStack</code>
8689
- * </p>
8690
- * </li>
8691
- * <li>
8692
- * <p>
8693
- * <code>DownloadingTrainingImage</code>
8694
- * </p>
8695
- * </li>
8696
- * </ul>
7643
+ * <p> Provides detailed information about the state of the training job. For detailed information about the secondary status of the training job, see <code>StatusMessage</code> under <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_SecondaryStatusTransition.html">SecondaryStatusTransition</a>.</p> <p>SageMaker provides primary statuses and secondary statuses that apply to each of them:</p> <dl> <dt>InProgress</dt> <dd> <ul> <li> <p> <code>Starting</code> - Starting the training job.</p> </li> <li> <p> <code>Downloading</code> - An optional stage for algorithms that support <code>File</code> training input mode. It indicates that data is being downloaded to the ML storage volumes.</p> </li> <li> <p> <code>Training</code> - Training is in progress.</p> </li> <li> <p> <code>Uploading</code> - Training is complete and the model artifacts are being uploaded to the S3 location.</p> </li> </ul> </dd> <dt>Completed</dt> <dd> <ul> <li> <p> <code>Completed</code> - The training job has completed.</p> </li> </ul> </dd> <dt>Failed</dt> <dd> <ul> <li> <p> <code>Failed</code> - The training job has failed. The reason for the failure is returned in the <code>FailureReason</code> field of <code>DescribeTrainingJobResponse</code>.</p> </li> </ul> </dd> <dt>Stopped</dt> <dd> <ul> <li> <p> <code>MaxRuntimeExceeded</code> - The job stopped because it exceeded the maximum allowed runtime.</p> </li> <li> <p> <code>Stopped</code> - The training job has stopped.</p> </li> </ul> </dd> <dt>Stopping</dt> <dd> <ul> <li> <p> <code>Stopping</code> - Stopping the training job.</p> </li> </ul> </dd> </dl> <important> <p>Valid values for <code>SecondaryStatus</code> are subject to change. </p> </important> <p>We no longer support the following secondary statuses:</p> <ul> <li> <p> <code>LaunchingMLInstances</code> </p> </li> <li> <p> <code>PreparingTrainingStack</code> </p> </li> <li> <p> <code>DownloadingTrainingImage</code> </p> </li> </ul>
8697
7644
  * @public
8698
7645
  */
8699
7646
  SecondaryStatus?: SecondaryStatus | undefined;
@@ -8713,44 +7660,32 @@ export interface TrainingJob {
8713
7660
  */
8714
7661
  AlgorithmSpecification?: AlgorithmSpecification | undefined;
8715
7662
  /**
8716
- * <p>The Amazon Web Services Identity and Access Management (IAM) role configured for the
8717
- * training job.</p>
7663
+ * <p>The Amazon Web Services Identity and Access Management (IAM) role configured for the training job.</p>
8718
7664
  * @public
8719
7665
  */
8720
7666
  RoleArn?: string | undefined;
8721
7667
  /**
8722
- * <p>An array of <code>Channel</code> objects that describes each data input
8723
- * channel.</p>
8724
- * <p>Your input must be in the same Amazon Web Services region as your training job.</p>
7668
+ * <p>An array of <code>Channel</code> objects that describes each data input channel.</p> <p>Your input must be in the same Amazon Web Services region as your training job.</p>
8725
7669
  * @public
8726
7670
  */
8727
7671
  InputDataConfig?: Channel[] | undefined;
8728
7672
  /**
8729
- * <p>The S3 path where model artifacts that you configured when creating the job are
8730
- * stored. SageMaker creates subfolders for model artifacts.</p>
7673
+ * <p>The S3 path where model artifacts that you configured when creating the job are stored. SageMaker creates subfolders for model artifacts.</p>
8731
7674
  * @public
8732
7675
  */
8733
7676
  OutputDataConfig?: OutputDataConfig | undefined;
8734
7677
  /**
8735
- * <p>Resources, including ML compute instances and ML storage volumes, that are configured
8736
- * for model training.</p>
7678
+ * <p>Resources, including ML compute instances and ML storage volumes, that are configured for model training.</p>
8737
7679
  * @public
8738
7680
  */
8739
7681
  ResourceConfig?: ResourceConfig | undefined;
8740
7682
  /**
8741
- * <p>A <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_VpcConfig.html">VpcConfig</a> object that specifies the VPC that this training job has access
8742
- * to. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/train-vpc.html">Protect Training Jobs by Using an Amazon
8743
- * Virtual Private Cloud</a>.</p>
7683
+ * <p>A <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_VpcConfig.html">VpcConfig</a> object that specifies the VPC that this training job has access to. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/train-vpc.html">Protect Training Jobs by Using an Amazon Virtual Private Cloud</a>.</p>
8744
7684
  * @public
8745
7685
  */
8746
7686
  VpcConfig?: VpcConfig | undefined;
8747
7687
  /**
8748
- * <p>Specifies a limit to how long a model training job can run. It also specifies how long
8749
- * a managed Spot training job has to complete. When the job reaches the time limit, SageMaker
8750
- * ends the training job. Use this API to cap model training costs.</p>
8751
- * <p>To stop a job, SageMaker sends the algorithm the <code>SIGTERM</code> signal, which delays
8752
- * job termination for 120 seconds. Algorithms can use this 120-second window to save the
8753
- * model artifacts, so the results of training are not lost. </p>
7688
+ * <p>Specifies a limit to how long a model training job can run. It also specifies how long a managed Spot training job has to complete. When the job reaches the time limit, SageMaker ends the training job. Use this API to cap model training costs.</p> <p>To stop a job, SageMaker sends the algorithm the <code>SIGTERM</code> signal, which delays job termination for 120 seconds. Algorithms can use this 120-second window to save the model artifacts, so the results of training are not lost. </p>
8754
7689
  * @public
8755
7690
  */
8756
7691
  StoppingCondition?: StoppingCondition | undefined;
@@ -8760,64 +7695,47 @@ export interface TrainingJob {
8760
7695
  */
8761
7696
  CreationTime?: Date | undefined;
8762
7697
  /**
8763
- * <p>Indicates the time when the training job starts on training instances. You are billed
8764
- * for the time interval between this time and the value of <code>TrainingEndTime</code>.
8765
- * The start time in CloudWatch Logs might be later than this time. The difference is due to the time
8766
- * it takes to download the training data and to the size of the training container.</p>
7698
+ * <p>Indicates the time when the training job starts on training instances. You are billed for the time interval between this time and the value of <code>TrainingEndTime</code>. The start time in CloudWatch Logs might be later than this time. The difference is due to the time it takes to download the training data and to the size of the training container.</p>
8767
7699
  * @public
8768
7700
  */
8769
7701
  TrainingStartTime?: Date | undefined;
8770
7702
  /**
8771
- * <p>Indicates the time when the training job ends on training instances. You are billed
8772
- * for the time interval between the value of <code>TrainingStartTime</code> and this time.
8773
- * For successful jobs and stopped jobs, this is the time after model artifacts are
8774
- * uploaded. For failed jobs, this is the time when SageMaker detects a job failure.</p>
7703
+ * <p>Indicates the time when the training job ends on training instances. You are billed for the time interval between the value of <code>TrainingStartTime</code> and this time. For successful jobs and stopped jobs, this is the time after model artifacts are uploaded. For failed jobs, this is the time when SageMaker detects a job failure.</p>
8775
7704
  * @public
8776
7705
  */
8777
7706
  TrainingEndTime?: Date | undefined;
8778
7707
  /**
8779
- * <p>A timestamp that indicates when the status of the training job was last
8780
- * modified.</p>
7708
+ * <p>A timestamp that indicates when the status of the training job was last modified.</p>
8781
7709
  * @public
8782
7710
  */
8783
7711
  LastModifiedTime?: Date | undefined;
8784
7712
  /**
8785
- * <p>A history of all of the secondary statuses that the training job has transitioned
8786
- * through.</p>
7713
+ * <p>A history of all of the secondary statuses that the training job has transitioned through.</p>
8787
7714
  * @public
8788
7715
  */
8789
7716
  SecondaryStatusTransitions?: SecondaryStatusTransition[] | undefined;
8790
7717
  /**
8791
- * <p>A list of final metric values that are set when the training job completes. Used only
8792
- * if the training job was configured to use metrics.</p>
7718
+ * <p>A list of final metric values that are set when the training job completes. Used only if the training job was configured to use metrics.</p>
8793
7719
  * @public
8794
7720
  */
8795
7721
  FinalMetricDataList?: MetricData[] | undefined;
8796
7722
  /**
8797
- * <p>If the <code>TrainingJob</code> was created with network isolation, the value is set
8798
- * to <code>true</code>. If network isolation is enabled, nodes can't communicate beyond
8799
- * the VPC they run in.</p>
7723
+ * <p>If the <code>TrainingJob</code> was created with network isolation, the value is set to <code>true</code>. If network isolation is enabled, nodes can't communicate beyond the VPC they run in.</p>
8800
7724
  * @public
8801
7725
  */
8802
7726
  EnableNetworkIsolation?: boolean | undefined;
8803
7727
  /**
8804
- * <p>To encrypt all communications between ML compute instances in distributed training,
8805
- * choose <code>True</code>. Encryption provides greater security for distributed training,
8806
- * but training might take longer. How long it takes depends on the amount of communication
8807
- * between compute instances, especially if you use a deep learning algorithm in
8808
- * distributed training.</p>
7728
+ * <p>To encrypt all communications between ML compute instances in distributed training, choose <code>True</code>. Encryption provides greater security for distributed training, but training might take longer. How long it takes depends on the amount of communication between compute instances, especially if you use a deep learning algorithm in distributed training.</p>
8809
7729
  * @public
8810
7730
  */
8811
7731
  EnableInterContainerTrafficEncryption?: boolean | undefined;
8812
7732
  /**
8813
- * <p>When true, enables managed spot training using Amazon EC2 Spot instances to run
8814
- * training jobs instead of on-demand instances. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-managed-spot-training.html">Managed Spot Training</a>.</p>
7733
+ * <p>When true, enables managed spot training using Amazon EC2 Spot instances to run training jobs instead of on-demand instances. For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/model-managed-spot-training.html">Managed Spot Training</a>.</p>
8815
7734
  * @public
8816
7735
  */
8817
7736
  EnableManagedSpotTraining?: boolean | undefined;
8818
7737
  /**
8819
- * <p>Contains information about the output location for managed spot training checkpoint
8820
- * data. </p>
7738
+ * <p>Contains information about the output location for managed spot training checkpoint data. </p>
8821
7739
  * @public
8822
7740
  */
8823
7741
  CheckpointConfig?: CheckpointConfig | undefined;
@@ -8832,33 +7750,12 @@ export interface TrainingJob {
8832
7750
  */
8833
7751
  BillableTimeInSeconds?: number | undefined;
8834
7752
  /**
8835
- * <p>Configuration information for the Amazon SageMaker Debugger hook parameters, metric and tensor collections, and
8836
- * storage paths. To learn more about
8837
- * how to configure the <code>DebugHookConfig</code> parameter,
8838
- * see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/debugger-createtrainingjob-api.html">Use the SageMaker and Debugger Configuration API Operations to Create, Update, and Debug Your Training Job</a>.</p>
7753
+ * <p>Configuration information for the Amazon SageMaker Debugger hook parameters, metric and tensor collections, and storage paths. To learn more about how to configure the <code>DebugHookConfig</code> parameter, see <a href="https://docs.aws.amazon.com/sagemaker/latest/dg/debugger-createtrainingjob-api.html">Use the SageMaker and Debugger Configuration API Operations to Create, Update, and Debug Your Training Job</a>.</p>
8839
7754
  * @public
8840
7755
  */
8841
7756
  DebugHookConfig?: DebugHookConfig | undefined;
8842
7757
  /**
8843
- * <p>Associates a SageMaker job as a trial component with an experiment and trial. Specified when
8844
- * you call the following APIs:</p>
8845
- * <ul>
8846
- * <li>
8847
- * <p>
8848
- * <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateProcessingJob.html">CreateProcessingJob</a>
8849
- * </p>
8850
- * </li>
8851
- * <li>
8852
- * <p>
8853
- * <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrainingJob.html">CreateTrainingJob</a>
8854
- * </p>
8855
- * </li>
8856
- * <li>
8857
- * <p>
8858
- * <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTransformJob.html">CreateTransformJob</a>
8859
- * </p>
8860
- * </li>
8861
- * </ul>
7758
+ * <p>Associates a SageMaker job as a trial component with an experiment and trial. Specified when you call the following APIs:</p> <ul> <li> <p> <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateProcessingJob.html">CreateProcessingJob</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrainingJob.html">CreateTrainingJob</a> </p> </li> <li> <p> <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTransformJob.html">CreateTransformJob</a> </p> </li> </ul>
8862
7759
  * @public
8863
7760
  */
8864
7761
  ExperimentConfig?: ExperimentConfig | undefined;
@@ -8878,8 +7775,7 @@ export interface TrainingJob {
8878
7775
  */
8879
7776
  DebugRuleEvaluationStatuses?: DebugRuleEvaluationStatus[] | undefined;
8880
7777
  /**
8881
- * <p>Configuration information for Amazon SageMaker Debugger system monitoring, framework profiling, and
8882
- * storage paths.</p>
7778
+ * <p>Configuration information for Amazon SageMaker Debugger system monitoring, framework profiling, and storage paths.</p>
8883
7779
  * @public
8884
7780
  */
8885
7781
  ProfilerConfig?: ProfilerConfig | undefined;
@@ -8889,15 +7785,12 @@ export interface TrainingJob {
8889
7785
  */
8890
7786
  Environment?: Record<string, string> | undefined;
8891
7787
  /**
8892
- * <p>The number of times to retry the job when the job fails due to an
8893
- * <code>InternalServerError</code>.</p>
7788
+ * <p>The number of times to retry the job when the job fails due to an <code>InternalServerError</code>.</p>
8894
7789
  * @public
8895
7790
  */
8896
7791
  RetryStrategy?: RetryStrategy | undefined;
8897
7792
  /**
8898
- * <p>An array of key-value pairs. You can use tags to categorize your Amazon Web Services
8899
- * resources in different ways, for example, by purpose, owner, or environment. For more
8900
- * information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services Resources</a>.</p>
7793
+ * <p>An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html">Tagging Amazon Web Services Resources</a>.</p>
8901
7794
  * @public
8902
7795
  */
8903
7796
  Tags?: Tag[] | undefined;
@@ -8928,8 +7821,7 @@ export interface TrialComponentSimpleSummary {
8928
7821
  */
8929
7822
  CreationTime?: Date | undefined;
8930
7823
  /**
8931
- * <p>Information about the user who created or modified an experiment, trial, trial
8932
- * component, lineage group, project, or model card.</p>
7824
+ * <p>Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.</p>
8933
7825
  * @public
8934
7826
  */
8935
7827
  CreatedBy?: UserContext | undefined;
@@ -8950,8 +7842,7 @@ export interface Trial {
8950
7842
  */
8951
7843
  TrialArn?: string | undefined;
8952
7844
  /**
8953
- * <p>The name of the trial as displayed. If <code>DisplayName</code> isn't specified,
8954
- * <code>TrialName</code> is displayed.</p>
7845
+ * <p>The name of the trial as displayed. If <code>DisplayName</code> isn't specified, <code>TrialName</code> is displayed.</p>
8955
7846
  * @public
8956
7847
  */
8957
7848
  DisplayName?: string | undefined;
@@ -8981,8 +7872,7 @@ export interface Trial {
8981
7872
  */
8982
7873
  LastModifiedTime?: Date | undefined;
8983
7874
  /**
8984
- * <p>Information about the user who created or modified an experiment, trial, trial
8985
- * component, lineage group, project, or model card.</p>
7875
+ * <p>Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.</p>
8986
7876
  * @public
8987
7877
  */
8988
7878
  LastModifiedBy?: UserContext | undefined;
@@ -8992,21 +7882,18 @@ export interface Trial {
8992
7882
  */
8993
7883
  MetadataProperties?: MetadataProperties | undefined;
8994
7884
  /**
8995
- * <p>The list of tags that are associated with the trial. You can use <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_Search.html">Search</a>
8996
- * API to search on the tags.</p>
7885
+ * <p>The list of tags that are associated with the trial. You can use <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_Search.html">Search</a> API to search on the tags.</p>
8997
7886
  * @public
8998
7887
  */
8999
7888
  Tags?: Tag[] | undefined;
9000
7889
  /**
9001
- * <p>A list of the components associated with the trial. For each component, a summary of the
9002
- * component's properties is included.</p>
7890
+ * <p>A list of the components associated with the trial. For each component, a summary of the component's properties is included.</p>
9003
7891
  * @public
9004
7892
  */
9005
7893
  TrialComponentSummaries?: TrialComponentSimpleSummary[] | undefined;
9006
7894
  }
9007
7895
  /**
9008
- * <p>Detailed information about the source of a trial component. Either
9009
- * <code>ProcessingJob</code> or <code>TrainingJob</code> is returned.</p>
7896
+ * <p>Detailed information about the source of a trial component. Either <code>ProcessingJob</code> or <code>TrainingJob</code> is returned.</p>
9010
7897
  * @public
9011
7898
  */
9012
7899
  export interface TrialComponentSourceDetail {
@@ -9032,8 +7919,7 @@ export interface TrialComponentSourceDetail {
9032
7919
  TransformJob?: TransformJob | undefined;
9033
7920
  }
9034
7921
  /**
9035
- * <p>The properties of a trial component as returned by the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_Search.html">Search</a>
9036
- * API.</p>
7922
+ * <p>The properties of a trial component as returned by the <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_Search.html">Search</a> API.</p>
9037
7923
  * @public
9038
7924
  */
9039
7925
  export interface TrialComponent {
@@ -9043,8 +7929,7 @@ export interface TrialComponent {
9043
7929
  */
9044
7930
  TrialComponentName?: string | undefined;
9045
7931
  /**
9046
- * <p>The name of the component as displayed. If <code>DisplayName</code> isn't specified,
9047
- * <code>TrialComponentName</code> is displayed.</p>
7932
+ * <p>The name of the component as displayed. If <code>DisplayName</code> isn't specified, <code>TrialComponentName</code> is displayed.</p>
9048
7933
  * @public
9049
7934
  */
9050
7935
  DisplayName?: string | undefined;
@@ -9089,8 +7974,7 @@ export interface TrialComponent {
9089
7974
  */
9090
7975
  LastModifiedTime?: Date | undefined;
9091
7976
  /**
9092
- * <p>Information about the user who created or modified an experiment, trial, trial
9093
- * component, lineage group, project, or model card.</p>
7977
+ * <p>Information about the user who created or modified an experiment, trial, trial component, lineage group, project, or model card.</p>
9094
7978
  * @public
9095
7979
  */
9096
7980
  LastModifiedBy?: UserContext | undefined;
@@ -9135,8 +8019,7 @@ export interface TrialComponent {
9135
8019
  */
9136
8020
  Tags?: Tag[] | undefined;
9137
8021
  /**
9138
- * <p>An array of the parents of the component. A parent is a trial the component is associated
9139
- * with and the experiment the trial is part of. A component might not have any parents.</p>
8022
+ * <p>An array of the parents of the component. A parent is a trial the component is associated with and the experiment the trial is part of. A component might not have any parents.</p>
9140
8023
  * @public
9141
8024
  */
9142
8025
  Parents?: Parent[] | undefined;
@@ -9177,20 +8060,7 @@ export interface SearchRecord {
9177
8060
  */
9178
8061
  Endpoint?: Endpoint | undefined;
9179
8062
  /**
9180
- * <p>A container for your trained model that can be deployed for SageMaker inference. This can
9181
- * include inference code, artifacts, and metadata. The model package type can be one of
9182
- * the following.</p>
9183
- * <ul>
9184
- * <li>
9185
- * <p>Versioned model: A part of a model package group in Model Registry.</p>
9186
- * </li>
9187
- * <li>
9188
- * <p>Unversioned model: Not part of a model package group and used in Amazon Web Services Marketplace.</p>
9189
- * </li>
9190
- * </ul>
9191
- * <p>For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateModelPackage.html">
9192
- * <code>CreateModelPackage</code>
9193
- * </a>.</p>
8063
+ * <p>A container for your trained model that can be deployed for SageMaker inference. This can include inference code, artifacts, and metadata. The model package type can be one of the following.</p> <ul> <li> <p>Versioned model: A part of a model package group in Model Registry.</p> </li> <li> <p>Unversioned model: Not part of a model package group and used in Amazon Web Services Marketplace.</p> </li> </ul> <p>For more information, see <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateModelPackage.html"> <code>CreateModelPackage</code> </a>.</p>
9194
8064
  * @public
9195
8065
  */
9196
8066
  ModelPackage?: ModelPackage | undefined;
@@ -9210,10 +8080,7 @@ export interface SearchRecord {
9210
8080
  */
9211
8081
  PipelineExecution?: PipelineExecution | undefined;
9212
8082
  /**
9213
- * <p>Amazon SageMaker Feature Store stores features in a collection called Feature Group. A
9214
- * Feature Group can be visualized as a table which has rows, with a unique identifier for
9215
- * each row where each column in the table is a feature. In principle, a Feature Group is
9216
- * composed of features and values per features.</p>
8083
+ * <p>Amazon SageMaker Feature Store stores features in a collection called Feature Group. A Feature Group can be visualized as a table which has rows, with a unique identifier for each row where each column in the table is a feature. In principle, a Feature Group is composed of features and values per features.</p>
9217
8084
  * @public
9218
8085
  */
9219
8086
  FeatureGroup?: FeatureGroup | undefined;
@@ -9244,36 +8111,17 @@ export interface SearchRecord {
9244
8111
  Model?: ModelDashboardModel | undefined;
9245
8112
  }
9246
8113
  /**
9247
- * <p>Represents the total number of matching results and indicates how accurate that count
9248
- * is.</p>
9249
- * <p>The <code>Value</code> field provides the count, which may be exact or estimated. The
9250
- * <code>Relation</code> field indicates whether it's an exact figure or a lower bound. This
9251
- * helps understand the full scope of search results, especially when dealing with large result
9252
- * sets.</p>
8114
+ * <p>Represents the total number of matching results and indicates how accurate that count is.</p> <p>The <code>Value</code> field provides the count, which may be exact or estimated. The <code>Relation</code> field indicates whether it's an exact figure or a lower bound. This helps understand the full scope of search results, especially when dealing with large result sets.</p>
9253
8115
  * @public
9254
8116
  */
9255
8117
  export interface TotalHits {
9256
8118
  /**
9257
- * <p>The total number of matching results. This value may be exact or an estimate, depending on
9258
- * the <code>Relation</code> field.</p>
8119
+ * <p>The total number of matching results. This value may be exact or an estimate, depending on the <code>Relation</code> field.</p>
9259
8120
  * @public
9260
8121
  */
9261
8122
  Value?: number | undefined;
9262
8123
  /**
9263
- * <p>Indicates the relationship between the returned <code>Value</code> and the actual total
9264
- * number of matching results. Possible values are:</p>
9265
- * <ul>
9266
- * <li>
9267
- * <p>
9268
- * <code>EqualTo</code>: The <code>Value</code> is the exact count of matching
9269
- * results.</p>
9270
- * </li>
9271
- * <li>
9272
- * <p>
9273
- * <code>GreaterThanOrEqualTo</code>: The <code>Value</code> is a lower bound of the
9274
- * actual count of matching results.</p>
9275
- * </li>
9276
- * </ul>
8124
+ * <p>Indicates the relationship between the returned <code>Value</code> and the actual total number of matching results. Possible values are:</p> <ul> <li> <p> <code>EqualTo</code>: The <code>Value</code> is the exact count of matching results.</p> </li> <li> <p> <code>GreaterThanOrEqualTo</code>: The <code>Value</code> is a lower bound of the actual count of matching results.</p> </li> </ul>
9277
8125
  * @public
9278
8126
  */
9279
8127
  Relation?: Relation | undefined;
@@ -9288,9 +8136,7 @@ export interface SearchResponse {
9288
8136
  */
9289
8137
  Results?: SearchRecord[] | undefined;
9290
8138
  /**
9291
- * <p>If the result of the previous <code>Search</code> request was truncated, the response
9292
- * includes a NextToken. To retrieve the next set of results, use the token in the next
9293
- * request.</p>
8139
+ * <p>If the result of the previous <code>Search</code> request was truncated, the response includes a NextToken. To retrieve the next set of results, use the token in the next request.</p>
9294
8140
  * @public
9295
8141
  */
9296
8142
  NextToken?: string | undefined;
@@ -9305,31 +8151,22 @@ export interface SearchResponse {
9305
8151
  */
9306
8152
  export interface SearchTrainingPlanOfferingsRequest {
9307
8153
  /**
9308
- * <p>The type of instance you want to search for in the available training plan offerings.
9309
- * This field allows you to filter the search results based on the specific compute resources
9310
- * you require for your SageMaker training jobs or SageMaker HyperPod clusters. When searching for training
9311
- * plan offerings, specifying the instance type helps you find Reserved Instances that match
9312
- * your computational needs.</p>
8154
+ * <p>The type of instance you want to search for in the available training plan offerings. This field allows you to filter the search results based on the specific compute resources you require for your SageMaker training jobs or SageMaker HyperPod clusters. When searching for training plan offerings, specifying the instance type helps you find Reserved Instances that match your computational needs.</p>
9313
8155
  * @public
9314
8156
  */
9315
8157
  InstanceType?: ReservedCapacityInstanceType | undefined;
9316
8158
  /**
9317
- * <p>The number of instances you want to reserve in the training plan offerings. This allows
9318
- * you to specify the quantity of compute resources needed for your SageMaker training jobs or
9319
- * SageMaker HyperPod clusters, helping you find reserved capacity offerings that match your
9320
- * requirements.</p>
8159
+ * <p>The number of instances you want to reserve in the training plan offerings. This allows you to specify the quantity of compute resources needed for your SageMaker training jobs or SageMaker HyperPod clusters, helping you find reserved capacity offerings that match your requirements.</p>
9321
8160
  * @public
9322
8161
  */
9323
8162
  InstanceCount?: number | undefined;
9324
8163
  /**
9325
- * <p>A filter to search for training plan offerings with a start time after a specified
9326
- * date.</p>
8164
+ * <p>A filter to search for training plan offerings with a start time after a specified date.</p>
9327
8165
  * @public
9328
8166
  */
9329
8167
  StartTimeAfter?: Date | undefined;
9330
8168
  /**
9331
- * <p>A filter to search for reserved capacity offerings with an end time before a specified
9332
- * date.</p>
8169
+ * <p>A filter to search for reserved capacity offerings with an end time before a specified date.</p>
9333
8170
  * @public
9334
8171
  */
9335
8172
  EndTimeBefore?: Date | undefined;
@@ -9339,29 +8176,13 @@ export interface SearchTrainingPlanOfferingsRequest {
9339
8176
  */
9340
8177
  DurationHours: number | undefined;
9341
8178
  /**
9342
- * <p>The target resources (e.g., SageMaker Training Jobs, SageMaker HyperPod) to search for in the
9343
- * offerings.</p>
9344
- * <p>Training plans are specific to their target resource.</p>
9345
- * <ul>
9346
- * <li>
9347
- * <p>A training plan designed for SageMaker training jobs can only be used to schedule and
9348
- * run training jobs.</p>
9349
- * </li>
9350
- * <li>
9351
- * <p>A training plan for HyperPod clusters can be used exclusively to provide
9352
- * compute resources to a cluster's instance group.</p>
9353
- * </li>
9354
- * </ul>
8179
+ * <p>The target resources (e.g., SageMaker Training Jobs, SageMaker HyperPod) to search for in the offerings.</p> <p>Training plans are specific to their target resource.</p> <ul> <li> <p>A training plan designed for SageMaker training jobs can only be used to schedule and run training jobs.</p> </li> <li> <p>A training plan for HyperPod clusters can be used exclusively to provide compute resources to a cluster's instance group.</p> </li> </ul>
9355
8180
  * @public
9356
8181
  */
9357
8182
  TargetResources: SageMakerResourceName[] | undefined;
9358
8183
  }
9359
8184
  /**
9360
- * <p>Details about a training plan offering.</p>
9361
- * <p>For more information about how to reserve GPU capacity for your SageMaker HyperPod clusters using
9362
- * Amazon SageMaker Training Plan, see <code>
9363
- * <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrainingPlan.html">CreateTrainingPlan</a>
9364
- * </code>.</p>
8185
+ * <p>Details about a training plan offering.</p> <p>For more information about how to reserve GPU capacity for your SageMaker HyperPod clusters using Amazon SageMaker Training Plan, see <code> <a href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateTrainingPlan.html">CreateTrainingPlan</a> </code>.</p>
9365
8186
  * @public
9366
8187
  */
9367
8188
  export interface TrainingPlanOffering {
@@ -9371,31 +8192,17 @@ export interface TrainingPlanOffering {
9371
8192
  */
9372
8193
  TrainingPlanOfferingId: string | undefined;
9373
8194
  /**
9374
- * <p>The target resources (e.g., SageMaker Training Jobs, SageMaker HyperPod) for this training plan
9375
- * offering.</p>
9376
- * <p>Training plans are specific to their target resource.</p>
9377
- * <ul>
9378
- * <li>
9379
- * <p>A training plan designed for SageMaker training jobs can only be used to schedule and
9380
- * run training jobs.</p>
9381
- * </li>
9382
- * <li>
9383
- * <p>A training plan for HyperPod clusters can be used exclusively to provide
9384
- * compute resources to a cluster's instance group.</p>
9385
- * </li>
9386
- * </ul>
8195
+ * <p>The target resources (e.g., SageMaker Training Jobs, SageMaker HyperPod) for this training plan offering.</p> <p>Training plans are specific to their target resource.</p> <ul> <li> <p>A training plan designed for SageMaker training jobs can only be used to schedule and run training jobs.</p> </li> <li> <p>A training plan for HyperPod clusters can be used exclusively to provide compute resources to a cluster's instance group.</p> </li> </ul>
9387
8196
  * @public
9388
8197
  */
9389
8198
  TargetResources: SageMakerResourceName[] | undefined;
9390
8199
  /**
9391
- * <p>The requested start time that the user specified when searching for the training plan
9392
- * offering.</p>
8200
+ * <p>The requested start time that the user specified when searching for the training plan offering.</p>
9393
8201
  * @public
9394
8202
  */
9395
8203
  RequestedStartTimeAfter?: Date | undefined;
9396
8204
  /**
9397
- * <p>The requested end time that the user specified when searching for the training plan
9398
- * offering.</p>
8205
+ * <p>The requested end time that the user specified when searching for the training plan offering.</p>
9399
8206
  * @public
9400
8207
  */
9401
8208
  RequestedEndTimeBefore?: Date | undefined;
@@ -9405,8 +8212,7 @@ export interface TrainingPlanOffering {
9405
8212
  */
9406
8213
  DurationHours?: number | undefined;
9407
8214
  /**
9408
- * <p>The additional minutes beyond whole hours in the total duration for this training plan
9409
- * offering.</p>
8215
+ * <p>The additional minutes beyond whole hours in the total duration for this training plan offering.</p>
9410
8216
  * @public
9411
8217
  */
9412
8218
  DurationMinutes?: number | undefined;
@@ -9421,8 +8227,7 @@ export interface TrainingPlanOffering {
9421
8227
  */
9422
8228
  CurrencyCode?: string | undefined;
9423
8229
  /**
9424
- * <p>A list of reserved capacity offerings associated with this training plan
9425
- * offering.</p>
8230
+ * <p>A list of reserved capacity offerings associated with this training plan offering.</p>
9426
8231
  * @public
9427
8232
  */
9428
8233
  ReservedCapacityOfferings?: ReservedCapacityOffering[] | undefined;
@@ -9452,8 +8257,7 @@ export interface SendPipelineExecutionStepFailureRequest {
9452
8257
  */
9453
8258
  FailureReason?: string | undefined;
9454
8259
  /**
9455
- * <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
9456
- * operation. An idempotent operation completes no more than one time.</p>
8260
+ * <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than one time.</p>
9457
8261
  * @public
9458
8262
  */
9459
8263
  ClientRequestToken?: string | undefined;
@@ -9483,8 +8287,7 @@ export interface SendPipelineExecutionStepSuccessRequest {
9483
8287
  */
9484
8288
  OutputParameters?: OutputParameter[] | undefined;
9485
8289
  /**
9486
- * <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
9487
- * operation. An idempotent operation completes no more than one time.</p>
8290
+ * <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than one time.</p>
9488
8291
  * @public
9489
8292
  */
9490
8293
  ClientRequestToken?: string | undefined;
@@ -9599,14 +8402,12 @@ export interface StartPipelineExecutionRequest {
9599
8402
  */
9600
8403
  PipelineExecutionDescription?: string | undefined;
9601
8404
  /**
9602
- * <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the
9603
- * operation. An idempotent operation completes no more than once.</p>
8405
+ * <p>A unique, case-sensitive identifier that you provide to ensure the idempotency of the operation. An idempotent operation completes no more than once.</p>
9604
8406
  * @public
9605
8407
  */
9606
8408
  ClientRequestToken?: string | undefined;
9607
8409
  /**
9608
- * <p>This configuration, if specified, overrides the parallelism configuration
9609
- * of the parent pipeline for this specific run.</p>
8410
+ * <p>This configuration, if specified, overrides the parallelism configuration of the parent pipeline for this specific run.</p>
9610
8411
  * @public
9611
8412
  */
9612
8413
  ParallelismConfiguration?: ParallelismConfiguration | undefined;
@@ -9691,49 +8492,17 @@ export interface StopInferenceExperimentRequest {
9691
8492
  */
9692
8493
  Name: string | undefined;
9693
8494
  /**
9694
- * <p>
9695
- * Array of key-value pairs, with names of variants mapped to actions. The possible actions are the following:
9696
- * </p>
9697
- * <ul>
9698
- * <li>
9699
- * <p>
9700
- * <code>Promote</code> - Promote the shadow variant to a production variant</p>
9701
- * </li>
9702
- * <li>
9703
- * <p>
9704
- * <code>Remove</code> - Delete the variant</p>
9705
- * </li>
9706
- * <li>
9707
- * <p>
9708
- * <code>Retain</code> - Keep the variant as it is</p>
9709
- * </li>
9710
- * </ul>
8495
+ * <p> Array of key-value pairs, with names of variants mapped to actions. The possible actions are the following: </p> <ul> <li> <p> <code>Promote</code> - Promote the shadow variant to a production variant</p> </li> <li> <p> <code>Remove</code> - Delete the variant</p> </li> <li> <p> <code>Retain</code> - Keep the variant as it is</p> </li> </ul>
9711
8496
  * @public
9712
8497
  */
9713
8498
  ModelVariantActions: Record<string, ModelVariantAction> | undefined;
9714
8499
  /**
9715
- * <p>
9716
- * An array of <code>ModelVariantConfig</code> objects. There is one for each variant that you want to deploy
9717
- * after the inference experiment stops. Each <code>ModelVariantConfig</code> describes the infrastructure
9718
- * configuration for deploying the corresponding variant.
9719
- * </p>
8500
+ * <p> An array of <code>ModelVariantConfig</code> objects. There is one for each variant that you want to deploy after the inference experiment stops. Each <code>ModelVariantConfig</code> describes the infrastructure configuration for deploying the corresponding variant. </p>
9720
8501
  * @public
9721
8502
  */
9722
8503
  DesiredModelVariants?: ModelVariantConfig[] | undefined;
9723
8504
  /**
9724
- * <p>
9725
- * The desired state of the experiment after stopping. The possible states are the following:
9726
- * </p>
9727
- * <ul>
9728
- * <li>
9729
- * <p>
9730
- * <code>Completed</code>: The experiment completed successfully</p>
9731
- * </li>
9732
- * <li>
9733
- * <p>
9734
- * <code>Cancelled</code>: The experiment was canceled</p>
9735
- * </li>
9736
- * </ul>
8505
+ * <p> The desired state of the experiment after stopping. The possible states are the following: </p> <ul> <li> <p> <code>Completed</code>: The experiment completed successfully</p> </li> <li> <p> <code>Cancelled</code>: The experiment was canceled</p> </li> </ul>
9737
8506
  * @public
9738
8507
  */
9739
8508
  DesiredState?: InferenceExperimentStopDesiredState | undefined;