mypy-boto3-sagemaker 1.36.2__py3-none-any.whl → 1.36.11__py3-none-any.whl

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.

Potentially problematic release.


This version of mypy-boto3-sagemaker might be problematic. Click here for more details.

@@ -3,6 +3,8 @@ Type annotations for sagemaker service Client.
3
3
 
4
4
  [Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/)
5
5
 
6
+ Copyright 2025 Vlad Emelianov
7
+
6
8
  Usage::
7
9
 
8
10
  ```python
@@ -12,8 +14,6 @@ Usage::
12
14
  session = Session()
13
15
  client: SageMakerClient = session.client("sagemaker")
14
16
  ```
15
-
16
- Copyright 2025 Vlad Emelianov
17
17
  """
18
18
 
19
19
  from __future__ import annotations
@@ -106,645 +106,645 @@ from .paginator import (
106
106
  SearchPaginator,
107
107
  )
108
108
  from .type_defs import (
109
- AddAssociationRequestRequestTypeDef,
109
+ AddAssociationRequestTypeDef,
110
110
  AddAssociationResponseTypeDef,
111
- AddTagsInputRequestTypeDef,
111
+ AddTagsInputTypeDef,
112
112
  AddTagsOutputTypeDef,
113
- AssociateTrialComponentRequestRequestTypeDef,
113
+ AssociateTrialComponentRequestTypeDef,
114
114
  AssociateTrialComponentResponseTypeDef,
115
- BatchDeleteClusterNodesRequestRequestTypeDef,
115
+ BatchDeleteClusterNodesRequestTypeDef,
116
116
  BatchDeleteClusterNodesResponseTypeDef,
117
- BatchDescribeModelPackageInputRequestTypeDef,
117
+ BatchDescribeModelPackageInputTypeDef,
118
118
  BatchDescribeModelPackageOutputTypeDef,
119
- CreateActionRequestRequestTypeDef,
119
+ CreateActionRequestTypeDef,
120
120
  CreateActionResponseTypeDef,
121
- CreateAlgorithmInputRequestTypeDef,
121
+ CreateAlgorithmInputTypeDef,
122
122
  CreateAlgorithmOutputTypeDef,
123
- CreateAppImageConfigRequestRequestTypeDef,
123
+ CreateAppImageConfigRequestTypeDef,
124
124
  CreateAppImageConfigResponseTypeDef,
125
- CreateAppRequestRequestTypeDef,
125
+ CreateAppRequestTypeDef,
126
126
  CreateAppResponseTypeDef,
127
- CreateArtifactRequestRequestTypeDef,
127
+ CreateArtifactRequestTypeDef,
128
128
  CreateArtifactResponseTypeDef,
129
- CreateAutoMLJobRequestRequestTypeDef,
129
+ CreateAutoMLJobRequestTypeDef,
130
130
  CreateAutoMLJobResponseTypeDef,
131
- CreateAutoMLJobV2RequestRequestTypeDef,
131
+ CreateAutoMLJobV2RequestTypeDef,
132
132
  CreateAutoMLJobV2ResponseTypeDef,
133
- CreateClusterRequestRequestTypeDef,
133
+ CreateClusterRequestTypeDef,
134
134
  CreateClusterResponseTypeDef,
135
- CreateClusterSchedulerConfigRequestRequestTypeDef,
135
+ CreateClusterSchedulerConfigRequestTypeDef,
136
136
  CreateClusterSchedulerConfigResponseTypeDef,
137
- CreateCodeRepositoryInputRequestTypeDef,
137
+ CreateCodeRepositoryInputTypeDef,
138
138
  CreateCodeRepositoryOutputTypeDef,
139
- CreateCompilationJobRequestRequestTypeDef,
139
+ CreateCompilationJobRequestTypeDef,
140
140
  CreateCompilationJobResponseTypeDef,
141
- CreateComputeQuotaRequestRequestTypeDef,
141
+ CreateComputeQuotaRequestTypeDef,
142
142
  CreateComputeQuotaResponseTypeDef,
143
- CreateContextRequestRequestTypeDef,
143
+ CreateContextRequestTypeDef,
144
144
  CreateContextResponseTypeDef,
145
- CreateDataQualityJobDefinitionRequestRequestTypeDef,
145
+ CreateDataQualityJobDefinitionRequestTypeDef,
146
146
  CreateDataQualityJobDefinitionResponseTypeDef,
147
- CreateDeviceFleetRequestRequestTypeDef,
148
- CreateDomainRequestRequestTypeDef,
147
+ CreateDeviceFleetRequestTypeDef,
148
+ CreateDomainRequestTypeDef,
149
149
  CreateDomainResponseTypeDef,
150
- CreateEdgeDeploymentPlanRequestRequestTypeDef,
150
+ CreateEdgeDeploymentPlanRequestTypeDef,
151
151
  CreateEdgeDeploymentPlanResponseTypeDef,
152
- CreateEdgeDeploymentStageRequestRequestTypeDef,
153
- CreateEdgePackagingJobRequestRequestTypeDef,
154
- CreateEndpointConfigInputRequestTypeDef,
152
+ CreateEdgeDeploymentStageRequestTypeDef,
153
+ CreateEdgePackagingJobRequestTypeDef,
154
+ CreateEndpointConfigInputTypeDef,
155
155
  CreateEndpointConfigOutputTypeDef,
156
- CreateEndpointInputRequestTypeDef,
156
+ CreateEndpointInputTypeDef,
157
157
  CreateEndpointOutputTypeDef,
158
- CreateExperimentRequestRequestTypeDef,
158
+ CreateExperimentRequestTypeDef,
159
159
  CreateExperimentResponseTypeDef,
160
- CreateFeatureGroupRequestRequestTypeDef,
160
+ CreateFeatureGroupRequestTypeDef,
161
161
  CreateFeatureGroupResponseTypeDef,
162
- CreateFlowDefinitionRequestRequestTypeDef,
162
+ CreateFlowDefinitionRequestTypeDef,
163
163
  CreateFlowDefinitionResponseTypeDef,
164
- CreateHubContentReferenceRequestRequestTypeDef,
164
+ CreateHubContentReferenceRequestTypeDef,
165
165
  CreateHubContentReferenceResponseTypeDef,
166
- CreateHubRequestRequestTypeDef,
166
+ CreateHubRequestTypeDef,
167
167
  CreateHubResponseTypeDef,
168
- CreateHumanTaskUiRequestRequestTypeDef,
168
+ CreateHumanTaskUiRequestTypeDef,
169
169
  CreateHumanTaskUiResponseTypeDef,
170
- CreateHyperParameterTuningJobRequestRequestTypeDef,
170
+ CreateHyperParameterTuningJobRequestTypeDef,
171
171
  CreateHyperParameterTuningJobResponseTypeDef,
172
- CreateImageRequestRequestTypeDef,
172
+ CreateImageRequestTypeDef,
173
173
  CreateImageResponseTypeDef,
174
- CreateImageVersionRequestRequestTypeDef,
174
+ CreateImageVersionRequestTypeDef,
175
175
  CreateImageVersionResponseTypeDef,
176
- CreateInferenceComponentInputRequestTypeDef,
176
+ CreateInferenceComponentInputTypeDef,
177
177
  CreateInferenceComponentOutputTypeDef,
178
- CreateInferenceExperimentRequestRequestTypeDef,
178
+ CreateInferenceExperimentRequestTypeDef,
179
179
  CreateInferenceExperimentResponseTypeDef,
180
- CreateInferenceRecommendationsJobRequestRequestTypeDef,
180
+ CreateInferenceRecommendationsJobRequestTypeDef,
181
181
  CreateInferenceRecommendationsJobResponseTypeDef,
182
- CreateLabelingJobRequestRequestTypeDef,
182
+ CreateLabelingJobRequestTypeDef,
183
183
  CreateLabelingJobResponseTypeDef,
184
- CreateMlflowTrackingServerRequestRequestTypeDef,
184
+ CreateMlflowTrackingServerRequestTypeDef,
185
185
  CreateMlflowTrackingServerResponseTypeDef,
186
- CreateModelBiasJobDefinitionRequestRequestTypeDef,
186
+ CreateModelBiasJobDefinitionRequestTypeDef,
187
187
  CreateModelBiasJobDefinitionResponseTypeDef,
188
- CreateModelCardExportJobRequestRequestTypeDef,
188
+ CreateModelCardExportJobRequestTypeDef,
189
189
  CreateModelCardExportJobResponseTypeDef,
190
- CreateModelCardRequestRequestTypeDef,
190
+ CreateModelCardRequestTypeDef,
191
191
  CreateModelCardResponseTypeDef,
192
- CreateModelExplainabilityJobDefinitionRequestRequestTypeDef,
192
+ CreateModelExplainabilityJobDefinitionRequestTypeDef,
193
193
  CreateModelExplainabilityJobDefinitionResponseTypeDef,
194
- CreateModelInputRequestTypeDef,
194
+ CreateModelInputTypeDef,
195
195
  CreateModelOutputTypeDef,
196
- CreateModelPackageGroupInputRequestTypeDef,
196
+ CreateModelPackageGroupInputTypeDef,
197
197
  CreateModelPackageGroupOutputTypeDef,
198
- CreateModelPackageInputRequestTypeDef,
198
+ CreateModelPackageInputTypeDef,
199
199
  CreateModelPackageOutputTypeDef,
200
- CreateModelQualityJobDefinitionRequestRequestTypeDef,
200
+ CreateModelQualityJobDefinitionRequestTypeDef,
201
201
  CreateModelQualityJobDefinitionResponseTypeDef,
202
- CreateMonitoringScheduleRequestRequestTypeDef,
202
+ CreateMonitoringScheduleRequestTypeDef,
203
203
  CreateMonitoringScheduleResponseTypeDef,
204
- CreateNotebookInstanceInputRequestTypeDef,
205
- CreateNotebookInstanceLifecycleConfigInputRequestTypeDef,
204
+ CreateNotebookInstanceInputTypeDef,
205
+ CreateNotebookInstanceLifecycleConfigInputTypeDef,
206
206
  CreateNotebookInstanceLifecycleConfigOutputTypeDef,
207
207
  CreateNotebookInstanceOutputTypeDef,
208
- CreateOptimizationJobRequestRequestTypeDef,
208
+ CreateOptimizationJobRequestTypeDef,
209
209
  CreateOptimizationJobResponseTypeDef,
210
- CreatePartnerAppPresignedUrlRequestRequestTypeDef,
210
+ CreatePartnerAppPresignedUrlRequestTypeDef,
211
211
  CreatePartnerAppPresignedUrlResponseTypeDef,
212
- CreatePartnerAppRequestRequestTypeDef,
212
+ CreatePartnerAppRequestTypeDef,
213
213
  CreatePartnerAppResponseTypeDef,
214
- CreatePipelineRequestRequestTypeDef,
214
+ CreatePipelineRequestTypeDef,
215
215
  CreatePipelineResponseTypeDef,
216
- CreatePresignedDomainUrlRequestRequestTypeDef,
216
+ CreatePresignedDomainUrlRequestTypeDef,
217
217
  CreatePresignedDomainUrlResponseTypeDef,
218
- CreatePresignedMlflowTrackingServerUrlRequestRequestTypeDef,
218
+ CreatePresignedMlflowTrackingServerUrlRequestTypeDef,
219
219
  CreatePresignedMlflowTrackingServerUrlResponseTypeDef,
220
- CreatePresignedNotebookInstanceUrlInputRequestTypeDef,
220
+ CreatePresignedNotebookInstanceUrlInputTypeDef,
221
221
  CreatePresignedNotebookInstanceUrlOutputTypeDef,
222
- CreateProcessingJobRequestRequestTypeDef,
222
+ CreateProcessingJobRequestTypeDef,
223
223
  CreateProcessingJobResponseTypeDef,
224
- CreateProjectInputRequestTypeDef,
224
+ CreateProjectInputTypeDef,
225
225
  CreateProjectOutputTypeDef,
226
- CreateSpaceRequestRequestTypeDef,
226
+ CreateSpaceRequestTypeDef,
227
227
  CreateSpaceResponseTypeDef,
228
- CreateStudioLifecycleConfigRequestRequestTypeDef,
228
+ CreateStudioLifecycleConfigRequestTypeDef,
229
229
  CreateStudioLifecycleConfigResponseTypeDef,
230
- CreateTrainingJobRequestRequestTypeDef,
230
+ CreateTrainingJobRequestTypeDef,
231
231
  CreateTrainingJobResponseTypeDef,
232
- CreateTrainingPlanRequestRequestTypeDef,
232
+ CreateTrainingPlanRequestTypeDef,
233
233
  CreateTrainingPlanResponseTypeDef,
234
- CreateTransformJobRequestRequestTypeDef,
234
+ CreateTransformJobRequestTypeDef,
235
235
  CreateTransformJobResponseTypeDef,
236
- CreateTrialComponentRequestRequestTypeDef,
236
+ CreateTrialComponentRequestTypeDef,
237
237
  CreateTrialComponentResponseTypeDef,
238
- CreateTrialRequestRequestTypeDef,
238
+ CreateTrialRequestTypeDef,
239
239
  CreateTrialResponseTypeDef,
240
- CreateUserProfileRequestRequestTypeDef,
240
+ CreateUserProfileRequestTypeDef,
241
241
  CreateUserProfileResponseTypeDef,
242
- CreateWorkforceRequestRequestTypeDef,
242
+ CreateWorkforceRequestTypeDef,
243
243
  CreateWorkforceResponseTypeDef,
244
- CreateWorkteamRequestRequestTypeDef,
244
+ CreateWorkteamRequestTypeDef,
245
245
  CreateWorkteamResponseTypeDef,
246
- DeleteActionRequestRequestTypeDef,
246
+ DeleteActionRequestTypeDef,
247
247
  DeleteActionResponseTypeDef,
248
- DeleteAlgorithmInputRequestTypeDef,
249
- DeleteAppImageConfigRequestRequestTypeDef,
250
- DeleteAppRequestRequestTypeDef,
251
- DeleteArtifactRequestRequestTypeDef,
248
+ DeleteAlgorithmInputTypeDef,
249
+ DeleteAppImageConfigRequestTypeDef,
250
+ DeleteAppRequestTypeDef,
251
+ DeleteArtifactRequestTypeDef,
252
252
  DeleteArtifactResponseTypeDef,
253
- DeleteAssociationRequestRequestTypeDef,
253
+ DeleteAssociationRequestTypeDef,
254
254
  DeleteAssociationResponseTypeDef,
255
- DeleteClusterRequestRequestTypeDef,
255
+ DeleteClusterRequestTypeDef,
256
256
  DeleteClusterResponseTypeDef,
257
- DeleteClusterSchedulerConfigRequestRequestTypeDef,
258
- DeleteCodeRepositoryInputRequestTypeDef,
259
- DeleteCompilationJobRequestRequestTypeDef,
260
- DeleteComputeQuotaRequestRequestTypeDef,
261
- DeleteContextRequestRequestTypeDef,
257
+ DeleteClusterSchedulerConfigRequestTypeDef,
258
+ DeleteCodeRepositoryInputTypeDef,
259
+ DeleteCompilationJobRequestTypeDef,
260
+ DeleteComputeQuotaRequestTypeDef,
261
+ DeleteContextRequestTypeDef,
262
262
  DeleteContextResponseTypeDef,
263
- DeleteDataQualityJobDefinitionRequestRequestTypeDef,
264
- DeleteDeviceFleetRequestRequestTypeDef,
265
- DeleteDomainRequestRequestTypeDef,
266
- DeleteEdgeDeploymentPlanRequestRequestTypeDef,
267
- DeleteEdgeDeploymentStageRequestRequestTypeDef,
268
- DeleteEndpointConfigInputRequestTypeDef,
269
- DeleteEndpointInputRequestTypeDef,
270
- DeleteExperimentRequestRequestTypeDef,
263
+ DeleteDataQualityJobDefinitionRequestTypeDef,
264
+ DeleteDeviceFleetRequestTypeDef,
265
+ DeleteDomainRequestTypeDef,
266
+ DeleteEdgeDeploymentPlanRequestTypeDef,
267
+ DeleteEdgeDeploymentStageRequestTypeDef,
268
+ DeleteEndpointConfigInputTypeDef,
269
+ DeleteEndpointInputTypeDef,
270
+ DeleteExperimentRequestTypeDef,
271
271
  DeleteExperimentResponseTypeDef,
272
- DeleteFeatureGroupRequestRequestTypeDef,
273
- DeleteFlowDefinitionRequestRequestTypeDef,
274
- DeleteHubContentReferenceRequestRequestTypeDef,
275
- DeleteHubContentRequestRequestTypeDef,
276
- DeleteHubRequestRequestTypeDef,
277
- DeleteHumanTaskUiRequestRequestTypeDef,
278
- DeleteHyperParameterTuningJobRequestRequestTypeDef,
279
- DeleteImageRequestRequestTypeDef,
280
- DeleteImageVersionRequestRequestTypeDef,
281
- DeleteInferenceComponentInputRequestTypeDef,
282
- DeleteInferenceExperimentRequestRequestTypeDef,
272
+ DeleteFeatureGroupRequestTypeDef,
273
+ DeleteFlowDefinitionRequestTypeDef,
274
+ DeleteHubContentReferenceRequestTypeDef,
275
+ DeleteHubContentRequestTypeDef,
276
+ DeleteHubRequestTypeDef,
277
+ DeleteHumanTaskUiRequestTypeDef,
278
+ DeleteHyperParameterTuningJobRequestTypeDef,
279
+ DeleteImageRequestTypeDef,
280
+ DeleteImageVersionRequestTypeDef,
281
+ DeleteInferenceComponentInputTypeDef,
282
+ DeleteInferenceExperimentRequestTypeDef,
283
283
  DeleteInferenceExperimentResponseTypeDef,
284
- DeleteMlflowTrackingServerRequestRequestTypeDef,
284
+ DeleteMlflowTrackingServerRequestTypeDef,
285
285
  DeleteMlflowTrackingServerResponseTypeDef,
286
- DeleteModelBiasJobDefinitionRequestRequestTypeDef,
287
- DeleteModelCardRequestRequestTypeDef,
288
- DeleteModelExplainabilityJobDefinitionRequestRequestTypeDef,
289
- DeleteModelInputRequestTypeDef,
290
- DeleteModelPackageGroupInputRequestTypeDef,
291
- DeleteModelPackageGroupPolicyInputRequestTypeDef,
292
- DeleteModelPackageInputRequestTypeDef,
293
- DeleteModelQualityJobDefinitionRequestRequestTypeDef,
294
- DeleteMonitoringScheduleRequestRequestTypeDef,
295
- DeleteNotebookInstanceInputRequestTypeDef,
296
- DeleteNotebookInstanceLifecycleConfigInputRequestTypeDef,
297
- DeleteOptimizationJobRequestRequestTypeDef,
298
- DeletePartnerAppRequestRequestTypeDef,
286
+ DeleteModelBiasJobDefinitionRequestTypeDef,
287
+ DeleteModelCardRequestTypeDef,
288
+ DeleteModelExplainabilityJobDefinitionRequestTypeDef,
289
+ DeleteModelInputTypeDef,
290
+ DeleteModelPackageGroupInputTypeDef,
291
+ DeleteModelPackageGroupPolicyInputTypeDef,
292
+ DeleteModelPackageInputTypeDef,
293
+ DeleteModelQualityJobDefinitionRequestTypeDef,
294
+ DeleteMonitoringScheduleRequestTypeDef,
295
+ DeleteNotebookInstanceInputTypeDef,
296
+ DeleteNotebookInstanceLifecycleConfigInputTypeDef,
297
+ DeleteOptimizationJobRequestTypeDef,
298
+ DeletePartnerAppRequestTypeDef,
299
299
  DeletePartnerAppResponseTypeDef,
300
- DeletePipelineRequestRequestTypeDef,
300
+ DeletePipelineRequestTypeDef,
301
301
  DeletePipelineResponseTypeDef,
302
- DeleteProjectInputRequestTypeDef,
303
- DeleteSpaceRequestRequestTypeDef,
304
- DeleteStudioLifecycleConfigRequestRequestTypeDef,
305
- DeleteTagsInputRequestTypeDef,
306
- DeleteTrialComponentRequestRequestTypeDef,
302
+ DeleteProjectInputTypeDef,
303
+ DeleteSpaceRequestTypeDef,
304
+ DeleteStudioLifecycleConfigRequestTypeDef,
305
+ DeleteTagsInputTypeDef,
306
+ DeleteTrialComponentRequestTypeDef,
307
307
  DeleteTrialComponentResponseTypeDef,
308
- DeleteTrialRequestRequestTypeDef,
308
+ DeleteTrialRequestTypeDef,
309
309
  DeleteTrialResponseTypeDef,
310
- DeleteUserProfileRequestRequestTypeDef,
311
- DeleteWorkforceRequestRequestTypeDef,
312
- DeleteWorkteamRequestRequestTypeDef,
310
+ DeleteUserProfileRequestTypeDef,
311
+ DeleteWorkforceRequestTypeDef,
312
+ DeleteWorkteamRequestTypeDef,
313
313
  DeleteWorkteamResponseTypeDef,
314
- DeregisterDevicesRequestRequestTypeDef,
315
- DescribeActionRequestRequestTypeDef,
314
+ DeregisterDevicesRequestTypeDef,
315
+ DescribeActionRequestTypeDef,
316
316
  DescribeActionResponseTypeDef,
317
- DescribeAlgorithmInputRequestTypeDef,
317
+ DescribeAlgorithmInputTypeDef,
318
318
  DescribeAlgorithmOutputTypeDef,
319
- DescribeAppImageConfigRequestRequestTypeDef,
319
+ DescribeAppImageConfigRequestTypeDef,
320
320
  DescribeAppImageConfigResponseTypeDef,
321
- DescribeAppRequestRequestTypeDef,
321
+ DescribeAppRequestTypeDef,
322
322
  DescribeAppResponseTypeDef,
323
- DescribeArtifactRequestRequestTypeDef,
323
+ DescribeArtifactRequestTypeDef,
324
324
  DescribeArtifactResponseTypeDef,
325
- DescribeAutoMLJobRequestRequestTypeDef,
325
+ DescribeAutoMLJobRequestTypeDef,
326
326
  DescribeAutoMLJobResponseTypeDef,
327
- DescribeAutoMLJobV2RequestRequestTypeDef,
327
+ DescribeAutoMLJobV2RequestTypeDef,
328
328
  DescribeAutoMLJobV2ResponseTypeDef,
329
- DescribeClusterNodeRequestRequestTypeDef,
329
+ DescribeClusterNodeRequestTypeDef,
330
330
  DescribeClusterNodeResponseTypeDef,
331
- DescribeClusterRequestRequestTypeDef,
331
+ DescribeClusterRequestTypeDef,
332
332
  DescribeClusterResponseTypeDef,
333
- DescribeClusterSchedulerConfigRequestRequestTypeDef,
333
+ DescribeClusterSchedulerConfigRequestTypeDef,
334
334
  DescribeClusterSchedulerConfigResponseTypeDef,
335
- DescribeCodeRepositoryInputRequestTypeDef,
335
+ DescribeCodeRepositoryInputTypeDef,
336
336
  DescribeCodeRepositoryOutputTypeDef,
337
- DescribeCompilationJobRequestRequestTypeDef,
337
+ DescribeCompilationJobRequestTypeDef,
338
338
  DescribeCompilationJobResponseTypeDef,
339
- DescribeComputeQuotaRequestRequestTypeDef,
339
+ DescribeComputeQuotaRequestTypeDef,
340
340
  DescribeComputeQuotaResponseTypeDef,
341
- DescribeContextRequestRequestTypeDef,
341
+ DescribeContextRequestTypeDef,
342
342
  DescribeContextResponseTypeDef,
343
- DescribeDataQualityJobDefinitionRequestRequestTypeDef,
343
+ DescribeDataQualityJobDefinitionRequestTypeDef,
344
344
  DescribeDataQualityJobDefinitionResponseTypeDef,
345
- DescribeDeviceFleetRequestRequestTypeDef,
345
+ DescribeDeviceFleetRequestTypeDef,
346
346
  DescribeDeviceFleetResponseTypeDef,
347
- DescribeDeviceRequestRequestTypeDef,
347
+ DescribeDeviceRequestTypeDef,
348
348
  DescribeDeviceResponseTypeDef,
349
- DescribeDomainRequestRequestTypeDef,
349
+ DescribeDomainRequestTypeDef,
350
350
  DescribeDomainResponseTypeDef,
351
- DescribeEdgeDeploymentPlanRequestRequestTypeDef,
351
+ DescribeEdgeDeploymentPlanRequestTypeDef,
352
352
  DescribeEdgeDeploymentPlanResponseTypeDef,
353
- DescribeEdgePackagingJobRequestRequestTypeDef,
353
+ DescribeEdgePackagingJobRequestTypeDef,
354
354
  DescribeEdgePackagingJobResponseTypeDef,
355
- DescribeEndpointConfigInputRequestTypeDef,
355
+ DescribeEndpointConfigInputTypeDef,
356
356
  DescribeEndpointConfigOutputTypeDef,
357
- DescribeEndpointInputRequestTypeDef,
357
+ DescribeEndpointInputTypeDef,
358
358
  DescribeEndpointOutputTypeDef,
359
- DescribeExperimentRequestRequestTypeDef,
359
+ DescribeExperimentRequestTypeDef,
360
360
  DescribeExperimentResponseTypeDef,
361
- DescribeFeatureGroupRequestRequestTypeDef,
361
+ DescribeFeatureGroupRequestTypeDef,
362
362
  DescribeFeatureGroupResponseTypeDef,
363
- DescribeFeatureMetadataRequestRequestTypeDef,
363
+ DescribeFeatureMetadataRequestTypeDef,
364
364
  DescribeFeatureMetadataResponseTypeDef,
365
- DescribeFlowDefinitionRequestRequestTypeDef,
365
+ DescribeFlowDefinitionRequestTypeDef,
366
366
  DescribeFlowDefinitionResponseTypeDef,
367
- DescribeHubContentRequestRequestTypeDef,
367
+ DescribeHubContentRequestTypeDef,
368
368
  DescribeHubContentResponseTypeDef,
369
- DescribeHubRequestRequestTypeDef,
369
+ DescribeHubRequestTypeDef,
370
370
  DescribeHubResponseTypeDef,
371
- DescribeHumanTaskUiRequestRequestTypeDef,
371
+ DescribeHumanTaskUiRequestTypeDef,
372
372
  DescribeHumanTaskUiResponseTypeDef,
373
- DescribeHyperParameterTuningJobRequestRequestTypeDef,
373
+ DescribeHyperParameterTuningJobRequestTypeDef,
374
374
  DescribeHyperParameterTuningJobResponseTypeDef,
375
- DescribeImageRequestRequestTypeDef,
375
+ DescribeImageRequestTypeDef,
376
376
  DescribeImageResponseTypeDef,
377
- DescribeImageVersionRequestRequestTypeDef,
377
+ DescribeImageVersionRequestTypeDef,
378
378
  DescribeImageVersionResponseTypeDef,
379
- DescribeInferenceComponentInputRequestTypeDef,
379
+ DescribeInferenceComponentInputTypeDef,
380
380
  DescribeInferenceComponentOutputTypeDef,
381
- DescribeInferenceExperimentRequestRequestTypeDef,
381
+ DescribeInferenceExperimentRequestTypeDef,
382
382
  DescribeInferenceExperimentResponseTypeDef,
383
- DescribeInferenceRecommendationsJobRequestRequestTypeDef,
383
+ DescribeInferenceRecommendationsJobRequestTypeDef,
384
384
  DescribeInferenceRecommendationsJobResponseTypeDef,
385
- DescribeLabelingJobRequestRequestTypeDef,
385
+ DescribeLabelingJobRequestTypeDef,
386
386
  DescribeLabelingJobResponseTypeDef,
387
- DescribeLineageGroupRequestRequestTypeDef,
387
+ DescribeLineageGroupRequestTypeDef,
388
388
  DescribeLineageGroupResponseTypeDef,
389
- DescribeMlflowTrackingServerRequestRequestTypeDef,
389
+ DescribeMlflowTrackingServerRequestTypeDef,
390
390
  DescribeMlflowTrackingServerResponseTypeDef,
391
- DescribeModelBiasJobDefinitionRequestRequestTypeDef,
391
+ DescribeModelBiasJobDefinitionRequestTypeDef,
392
392
  DescribeModelBiasJobDefinitionResponseTypeDef,
393
- DescribeModelCardExportJobRequestRequestTypeDef,
393
+ DescribeModelCardExportJobRequestTypeDef,
394
394
  DescribeModelCardExportJobResponseTypeDef,
395
- DescribeModelCardRequestRequestTypeDef,
395
+ DescribeModelCardRequestTypeDef,
396
396
  DescribeModelCardResponseTypeDef,
397
- DescribeModelExplainabilityJobDefinitionRequestRequestTypeDef,
397
+ DescribeModelExplainabilityJobDefinitionRequestTypeDef,
398
398
  DescribeModelExplainabilityJobDefinitionResponseTypeDef,
399
- DescribeModelInputRequestTypeDef,
399
+ DescribeModelInputTypeDef,
400
400
  DescribeModelOutputTypeDef,
401
- DescribeModelPackageGroupInputRequestTypeDef,
401
+ DescribeModelPackageGroupInputTypeDef,
402
402
  DescribeModelPackageGroupOutputTypeDef,
403
- DescribeModelPackageInputRequestTypeDef,
403
+ DescribeModelPackageInputTypeDef,
404
404
  DescribeModelPackageOutputTypeDef,
405
- DescribeModelQualityJobDefinitionRequestRequestTypeDef,
405
+ DescribeModelQualityJobDefinitionRequestTypeDef,
406
406
  DescribeModelQualityJobDefinitionResponseTypeDef,
407
- DescribeMonitoringScheduleRequestRequestTypeDef,
407
+ DescribeMonitoringScheduleRequestTypeDef,
408
408
  DescribeMonitoringScheduleResponseTypeDef,
409
- DescribeNotebookInstanceInputRequestTypeDef,
410
- DescribeNotebookInstanceLifecycleConfigInputRequestTypeDef,
409
+ DescribeNotebookInstanceInputTypeDef,
410
+ DescribeNotebookInstanceLifecycleConfigInputTypeDef,
411
411
  DescribeNotebookInstanceLifecycleConfigOutputTypeDef,
412
412
  DescribeNotebookInstanceOutputTypeDef,
413
- DescribeOptimizationJobRequestRequestTypeDef,
413
+ DescribeOptimizationJobRequestTypeDef,
414
414
  DescribeOptimizationJobResponseTypeDef,
415
- DescribePartnerAppRequestRequestTypeDef,
415
+ DescribePartnerAppRequestTypeDef,
416
416
  DescribePartnerAppResponseTypeDef,
417
- DescribePipelineDefinitionForExecutionRequestRequestTypeDef,
417
+ DescribePipelineDefinitionForExecutionRequestTypeDef,
418
418
  DescribePipelineDefinitionForExecutionResponseTypeDef,
419
- DescribePipelineExecutionRequestRequestTypeDef,
419
+ DescribePipelineExecutionRequestTypeDef,
420
420
  DescribePipelineExecutionResponseTypeDef,
421
- DescribePipelineRequestRequestTypeDef,
421
+ DescribePipelineRequestTypeDef,
422
422
  DescribePipelineResponseTypeDef,
423
- DescribeProcessingJobRequestRequestTypeDef,
423
+ DescribeProcessingJobRequestTypeDef,
424
424
  DescribeProcessingJobResponseTypeDef,
425
- DescribeProjectInputRequestTypeDef,
425
+ DescribeProjectInputTypeDef,
426
426
  DescribeProjectOutputTypeDef,
427
- DescribeSpaceRequestRequestTypeDef,
427
+ DescribeSpaceRequestTypeDef,
428
428
  DescribeSpaceResponseTypeDef,
429
- DescribeStudioLifecycleConfigRequestRequestTypeDef,
429
+ DescribeStudioLifecycleConfigRequestTypeDef,
430
430
  DescribeStudioLifecycleConfigResponseTypeDef,
431
- DescribeSubscribedWorkteamRequestRequestTypeDef,
431
+ DescribeSubscribedWorkteamRequestTypeDef,
432
432
  DescribeSubscribedWorkteamResponseTypeDef,
433
- DescribeTrainingJobRequestRequestTypeDef,
433
+ DescribeTrainingJobRequestTypeDef,
434
434
  DescribeTrainingJobResponseTypeDef,
435
- DescribeTrainingPlanRequestRequestTypeDef,
435
+ DescribeTrainingPlanRequestTypeDef,
436
436
  DescribeTrainingPlanResponseTypeDef,
437
- DescribeTransformJobRequestRequestTypeDef,
437
+ DescribeTransformJobRequestTypeDef,
438
438
  DescribeTransformJobResponseTypeDef,
439
- DescribeTrialComponentRequestRequestTypeDef,
439
+ DescribeTrialComponentRequestTypeDef,
440
440
  DescribeTrialComponentResponseTypeDef,
441
- DescribeTrialRequestRequestTypeDef,
441
+ DescribeTrialRequestTypeDef,
442
442
  DescribeTrialResponseTypeDef,
443
- DescribeUserProfileRequestRequestTypeDef,
443
+ DescribeUserProfileRequestTypeDef,
444
444
  DescribeUserProfileResponseTypeDef,
445
- DescribeWorkforceRequestRequestTypeDef,
445
+ DescribeWorkforceRequestTypeDef,
446
446
  DescribeWorkforceResponseTypeDef,
447
- DescribeWorkteamRequestRequestTypeDef,
447
+ DescribeWorkteamRequestTypeDef,
448
448
  DescribeWorkteamResponseTypeDef,
449
- DisassociateTrialComponentRequestRequestTypeDef,
449
+ DisassociateTrialComponentRequestTypeDef,
450
450
  DisassociateTrialComponentResponseTypeDef,
451
451
  EmptyResponseMetadataTypeDef,
452
- GetDeviceFleetReportRequestRequestTypeDef,
452
+ GetDeviceFleetReportRequestTypeDef,
453
453
  GetDeviceFleetReportResponseTypeDef,
454
- GetLineageGroupPolicyRequestRequestTypeDef,
454
+ GetLineageGroupPolicyRequestTypeDef,
455
455
  GetLineageGroupPolicyResponseTypeDef,
456
- GetModelPackageGroupPolicyInputRequestTypeDef,
456
+ GetModelPackageGroupPolicyInputTypeDef,
457
457
  GetModelPackageGroupPolicyOutputTypeDef,
458
458
  GetSagemakerServicecatalogPortfolioStatusOutputTypeDef,
459
- GetScalingConfigurationRecommendationRequestRequestTypeDef,
459
+ GetScalingConfigurationRecommendationRequestTypeDef,
460
460
  GetScalingConfigurationRecommendationResponseTypeDef,
461
- GetSearchSuggestionsRequestRequestTypeDef,
461
+ GetSearchSuggestionsRequestTypeDef,
462
462
  GetSearchSuggestionsResponseTypeDef,
463
- ImportHubContentRequestRequestTypeDef,
463
+ ImportHubContentRequestTypeDef,
464
464
  ImportHubContentResponseTypeDef,
465
- ListActionsRequestRequestTypeDef,
465
+ ListActionsRequestTypeDef,
466
466
  ListActionsResponseTypeDef,
467
- ListAlgorithmsInputRequestTypeDef,
467
+ ListAlgorithmsInputTypeDef,
468
468
  ListAlgorithmsOutputTypeDef,
469
- ListAliasesRequestRequestTypeDef,
469
+ ListAliasesRequestTypeDef,
470
470
  ListAliasesResponseTypeDef,
471
- ListAppImageConfigsRequestRequestTypeDef,
471
+ ListAppImageConfigsRequestTypeDef,
472
472
  ListAppImageConfigsResponseTypeDef,
473
- ListAppsRequestRequestTypeDef,
473
+ ListAppsRequestTypeDef,
474
474
  ListAppsResponseTypeDef,
475
- ListArtifactsRequestRequestTypeDef,
475
+ ListArtifactsRequestTypeDef,
476
476
  ListArtifactsResponseTypeDef,
477
- ListAssociationsRequestRequestTypeDef,
477
+ ListAssociationsRequestTypeDef,
478
478
  ListAssociationsResponseTypeDef,
479
- ListAutoMLJobsRequestRequestTypeDef,
479
+ ListAutoMLJobsRequestTypeDef,
480
480
  ListAutoMLJobsResponseTypeDef,
481
- ListCandidatesForAutoMLJobRequestRequestTypeDef,
481
+ ListCandidatesForAutoMLJobRequestTypeDef,
482
482
  ListCandidatesForAutoMLJobResponseTypeDef,
483
- ListClusterNodesRequestRequestTypeDef,
483
+ ListClusterNodesRequestTypeDef,
484
484
  ListClusterNodesResponseTypeDef,
485
- ListClusterSchedulerConfigsRequestRequestTypeDef,
485
+ ListClusterSchedulerConfigsRequestTypeDef,
486
486
  ListClusterSchedulerConfigsResponseTypeDef,
487
- ListClustersRequestRequestTypeDef,
487
+ ListClustersRequestTypeDef,
488
488
  ListClustersResponseTypeDef,
489
- ListCodeRepositoriesInputRequestTypeDef,
489
+ ListCodeRepositoriesInputTypeDef,
490
490
  ListCodeRepositoriesOutputTypeDef,
491
- ListCompilationJobsRequestRequestTypeDef,
491
+ ListCompilationJobsRequestTypeDef,
492
492
  ListCompilationJobsResponseTypeDef,
493
- ListComputeQuotasRequestRequestTypeDef,
493
+ ListComputeQuotasRequestTypeDef,
494
494
  ListComputeQuotasResponseTypeDef,
495
- ListContextsRequestRequestTypeDef,
495
+ ListContextsRequestTypeDef,
496
496
  ListContextsResponseTypeDef,
497
- ListDataQualityJobDefinitionsRequestRequestTypeDef,
497
+ ListDataQualityJobDefinitionsRequestTypeDef,
498
498
  ListDataQualityJobDefinitionsResponseTypeDef,
499
- ListDeviceFleetsRequestRequestTypeDef,
499
+ ListDeviceFleetsRequestTypeDef,
500
500
  ListDeviceFleetsResponseTypeDef,
501
- ListDevicesRequestRequestTypeDef,
501
+ ListDevicesRequestTypeDef,
502
502
  ListDevicesResponseTypeDef,
503
- ListDomainsRequestRequestTypeDef,
503
+ ListDomainsRequestTypeDef,
504
504
  ListDomainsResponseTypeDef,
505
- ListEdgeDeploymentPlansRequestRequestTypeDef,
505
+ ListEdgeDeploymentPlansRequestTypeDef,
506
506
  ListEdgeDeploymentPlansResponseTypeDef,
507
- ListEdgePackagingJobsRequestRequestTypeDef,
507
+ ListEdgePackagingJobsRequestTypeDef,
508
508
  ListEdgePackagingJobsResponseTypeDef,
509
- ListEndpointConfigsInputRequestTypeDef,
509
+ ListEndpointConfigsInputTypeDef,
510
510
  ListEndpointConfigsOutputTypeDef,
511
- ListEndpointsInputRequestTypeDef,
511
+ ListEndpointsInputTypeDef,
512
512
  ListEndpointsOutputTypeDef,
513
- ListExperimentsRequestRequestTypeDef,
513
+ ListExperimentsRequestTypeDef,
514
514
  ListExperimentsResponseTypeDef,
515
- ListFeatureGroupsRequestRequestTypeDef,
515
+ ListFeatureGroupsRequestTypeDef,
516
516
  ListFeatureGroupsResponseTypeDef,
517
- ListFlowDefinitionsRequestRequestTypeDef,
517
+ ListFlowDefinitionsRequestTypeDef,
518
518
  ListFlowDefinitionsResponseTypeDef,
519
- ListHubContentsRequestRequestTypeDef,
519
+ ListHubContentsRequestTypeDef,
520
520
  ListHubContentsResponseTypeDef,
521
- ListHubContentVersionsRequestRequestTypeDef,
521
+ ListHubContentVersionsRequestTypeDef,
522
522
  ListHubContentVersionsResponseTypeDef,
523
- ListHubsRequestRequestTypeDef,
523
+ ListHubsRequestTypeDef,
524
524
  ListHubsResponseTypeDef,
525
- ListHumanTaskUisRequestRequestTypeDef,
525
+ ListHumanTaskUisRequestTypeDef,
526
526
  ListHumanTaskUisResponseTypeDef,
527
- ListHyperParameterTuningJobsRequestRequestTypeDef,
527
+ ListHyperParameterTuningJobsRequestTypeDef,
528
528
  ListHyperParameterTuningJobsResponseTypeDef,
529
- ListImagesRequestRequestTypeDef,
529
+ ListImagesRequestTypeDef,
530
530
  ListImagesResponseTypeDef,
531
- ListImageVersionsRequestRequestTypeDef,
531
+ ListImageVersionsRequestTypeDef,
532
532
  ListImageVersionsResponseTypeDef,
533
- ListInferenceComponentsInputRequestTypeDef,
533
+ ListInferenceComponentsInputTypeDef,
534
534
  ListInferenceComponentsOutputTypeDef,
535
- ListInferenceExperimentsRequestRequestTypeDef,
535
+ ListInferenceExperimentsRequestTypeDef,
536
536
  ListInferenceExperimentsResponseTypeDef,
537
- ListInferenceRecommendationsJobsRequestRequestTypeDef,
537
+ ListInferenceRecommendationsJobsRequestTypeDef,
538
538
  ListInferenceRecommendationsJobsResponseTypeDef,
539
- ListInferenceRecommendationsJobStepsRequestRequestTypeDef,
539
+ ListInferenceRecommendationsJobStepsRequestTypeDef,
540
540
  ListInferenceRecommendationsJobStepsResponseTypeDef,
541
- ListLabelingJobsForWorkteamRequestRequestTypeDef,
541
+ ListLabelingJobsForWorkteamRequestTypeDef,
542
542
  ListLabelingJobsForWorkteamResponseTypeDef,
543
- ListLabelingJobsRequestRequestTypeDef,
543
+ ListLabelingJobsRequestTypeDef,
544
544
  ListLabelingJobsResponseTypeDef,
545
- ListLineageGroupsRequestRequestTypeDef,
545
+ ListLineageGroupsRequestTypeDef,
546
546
  ListLineageGroupsResponseTypeDef,
547
- ListMlflowTrackingServersRequestRequestTypeDef,
547
+ ListMlflowTrackingServersRequestTypeDef,
548
548
  ListMlflowTrackingServersResponseTypeDef,
549
- ListModelBiasJobDefinitionsRequestRequestTypeDef,
549
+ ListModelBiasJobDefinitionsRequestTypeDef,
550
550
  ListModelBiasJobDefinitionsResponseTypeDef,
551
- ListModelCardExportJobsRequestRequestTypeDef,
551
+ ListModelCardExportJobsRequestTypeDef,
552
552
  ListModelCardExportJobsResponseTypeDef,
553
- ListModelCardsRequestRequestTypeDef,
553
+ ListModelCardsRequestTypeDef,
554
554
  ListModelCardsResponseTypeDef,
555
- ListModelCardVersionsRequestRequestTypeDef,
555
+ ListModelCardVersionsRequestTypeDef,
556
556
  ListModelCardVersionsResponseTypeDef,
557
- ListModelExplainabilityJobDefinitionsRequestRequestTypeDef,
557
+ ListModelExplainabilityJobDefinitionsRequestTypeDef,
558
558
  ListModelExplainabilityJobDefinitionsResponseTypeDef,
559
- ListModelMetadataRequestRequestTypeDef,
559
+ ListModelMetadataRequestTypeDef,
560
560
  ListModelMetadataResponseTypeDef,
561
- ListModelPackageGroupsInputRequestTypeDef,
561
+ ListModelPackageGroupsInputTypeDef,
562
562
  ListModelPackageGroupsOutputTypeDef,
563
- ListModelPackagesInputRequestTypeDef,
563
+ ListModelPackagesInputTypeDef,
564
564
  ListModelPackagesOutputTypeDef,
565
- ListModelQualityJobDefinitionsRequestRequestTypeDef,
565
+ ListModelQualityJobDefinitionsRequestTypeDef,
566
566
  ListModelQualityJobDefinitionsResponseTypeDef,
567
- ListModelsInputRequestTypeDef,
567
+ ListModelsInputTypeDef,
568
568
  ListModelsOutputTypeDef,
569
- ListMonitoringAlertHistoryRequestRequestTypeDef,
569
+ ListMonitoringAlertHistoryRequestTypeDef,
570
570
  ListMonitoringAlertHistoryResponseTypeDef,
571
- ListMonitoringAlertsRequestRequestTypeDef,
571
+ ListMonitoringAlertsRequestTypeDef,
572
572
  ListMonitoringAlertsResponseTypeDef,
573
- ListMonitoringExecutionsRequestRequestTypeDef,
573
+ ListMonitoringExecutionsRequestTypeDef,
574
574
  ListMonitoringExecutionsResponseTypeDef,
575
- ListMonitoringSchedulesRequestRequestTypeDef,
575
+ ListMonitoringSchedulesRequestTypeDef,
576
576
  ListMonitoringSchedulesResponseTypeDef,
577
- ListNotebookInstanceLifecycleConfigsInputRequestTypeDef,
577
+ ListNotebookInstanceLifecycleConfigsInputTypeDef,
578
578
  ListNotebookInstanceLifecycleConfigsOutputTypeDef,
579
- ListNotebookInstancesInputRequestTypeDef,
579
+ ListNotebookInstancesInputTypeDef,
580
580
  ListNotebookInstancesOutputTypeDef,
581
- ListOptimizationJobsRequestRequestTypeDef,
581
+ ListOptimizationJobsRequestTypeDef,
582
582
  ListOptimizationJobsResponseTypeDef,
583
- ListPartnerAppsRequestRequestTypeDef,
583
+ ListPartnerAppsRequestTypeDef,
584
584
  ListPartnerAppsResponseTypeDef,
585
- ListPipelineExecutionsRequestRequestTypeDef,
585
+ ListPipelineExecutionsRequestTypeDef,
586
586
  ListPipelineExecutionsResponseTypeDef,
587
- ListPipelineExecutionStepsRequestRequestTypeDef,
587
+ ListPipelineExecutionStepsRequestTypeDef,
588
588
  ListPipelineExecutionStepsResponseTypeDef,
589
- ListPipelineParametersForExecutionRequestRequestTypeDef,
589
+ ListPipelineParametersForExecutionRequestTypeDef,
590
590
  ListPipelineParametersForExecutionResponseTypeDef,
591
- ListPipelinesRequestRequestTypeDef,
591
+ ListPipelinesRequestTypeDef,
592
592
  ListPipelinesResponseTypeDef,
593
- ListProcessingJobsRequestRequestTypeDef,
593
+ ListProcessingJobsRequestTypeDef,
594
594
  ListProcessingJobsResponseTypeDef,
595
- ListProjectsInputRequestTypeDef,
595
+ ListProjectsInputTypeDef,
596
596
  ListProjectsOutputTypeDef,
597
- ListResourceCatalogsRequestRequestTypeDef,
597
+ ListResourceCatalogsRequestTypeDef,
598
598
  ListResourceCatalogsResponseTypeDef,
599
- ListSpacesRequestRequestTypeDef,
599
+ ListSpacesRequestTypeDef,
600
600
  ListSpacesResponseTypeDef,
601
- ListStageDevicesRequestRequestTypeDef,
601
+ ListStageDevicesRequestTypeDef,
602
602
  ListStageDevicesResponseTypeDef,
603
- ListStudioLifecycleConfigsRequestRequestTypeDef,
603
+ ListStudioLifecycleConfigsRequestTypeDef,
604
604
  ListStudioLifecycleConfigsResponseTypeDef,
605
- ListSubscribedWorkteamsRequestRequestTypeDef,
605
+ ListSubscribedWorkteamsRequestTypeDef,
606
606
  ListSubscribedWorkteamsResponseTypeDef,
607
- ListTagsInputRequestTypeDef,
607
+ ListTagsInputTypeDef,
608
608
  ListTagsOutputTypeDef,
609
- ListTrainingJobsForHyperParameterTuningJobRequestRequestTypeDef,
609
+ ListTrainingJobsForHyperParameterTuningJobRequestTypeDef,
610
610
  ListTrainingJobsForHyperParameterTuningJobResponseTypeDef,
611
- ListTrainingJobsRequestRequestTypeDef,
611
+ ListTrainingJobsRequestTypeDef,
612
612
  ListTrainingJobsResponseTypeDef,
613
- ListTrainingPlansRequestRequestTypeDef,
613
+ ListTrainingPlansRequestTypeDef,
614
614
  ListTrainingPlansResponseTypeDef,
615
- ListTransformJobsRequestRequestTypeDef,
615
+ ListTransformJobsRequestTypeDef,
616
616
  ListTransformJobsResponseTypeDef,
617
- ListTrialComponentsRequestRequestTypeDef,
617
+ ListTrialComponentsRequestTypeDef,
618
618
  ListTrialComponentsResponseTypeDef,
619
- ListTrialsRequestRequestTypeDef,
619
+ ListTrialsRequestTypeDef,
620
620
  ListTrialsResponseTypeDef,
621
- ListUserProfilesRequestRequestTypeDef,
621
+ ListUserProfilesRequestTypeDef,
622
622
  ListUserProfilesResponseTypeDef,
623
- ListWorkforcesRequestRequestTypeDef,
623
+ ListWorkforcesRequestTypeDef,
624
624
  ListWorkforcesResponseTypeDef,
625
- ListWorkteamsRequestRequestTypeDef,
625
+ ListWorkteamsRequestTypeDef,
626
626
  ListWorkteamsResponseTypeDef,
627
- PutModelPackageGroupPolicyInputRequestTypeDef,
627
+ PutModelPackageGroupPolicyInputTypeDef,
628
628
  PutModelPackageGroupPolicyOutputTypeDef,
629
- QueryLineageRequestRequestTypeDef,
629
+ QueryLineageRequestTypeDef,
630
630
  QueryLineageResponseTypeDef,
631
- RegisterDevicesRequestRequestTypeDef,
632
- RenderUiTemplateRequestRequestTypeDef,
631
+ RegisterDevicesRequestTypeDef,
632
+ RenderUiTemplateRequestTypeDef,
633
633
  RenderUiTemplateResponseTypeDef,
634
- RetryPipelineExecutionRequestRequestTypeDef,
634
+ RetryPipelineExecutionRequestTypeDef,
635
635
  RetryPipelineExecutionResponseTypeDef,
636
- SearchRequestRequestTypeDef,
636
+ SearchRequestTypeDef,
637
637
  SearchResponseTypeDef,
638
- SearchTrainingPlanOfferingsRequestRequestTypeDef,
638
+ SearchTrainingPlanOfferingsRequestTypeDef,
639
639
  SearchTrainingPlanOfferingsResponseTypeDef,
640
- SendPipelineExecutionStepFailureRequestRequestTypeDef,
640
+ SendPipelineExecutionStepFailureRequestTypeDef,
641
641
  SendPipelineExecutionStepFailureResponseTypeDef,
642
- SendPipelineExecutionStepSuccessRequestRequestTypeDef,
642
+ SendPipelineExecutionStepSuccessRequestTypeDef,
643
643
  SendPipelineExecutionStepSuccessResponseTypeDef,
644
- StartEdgeDeploymentStageRequestRequestTypeDef,
645
- StartInferenceExperimentRequestRequestTypeDef,
644
+ StartEdgeDeploymentStageRequestTypeDef,
645
+ StartInferenceExperimentRequestTypeDef,
646
646
  StartInferenceExperimentResponseTypeDef,
647
- StartMlflowTrackingServerRequestRequestTypeDef,
647
+ StartMlflowTrackingServerRequestTypeDef,
648
648
  StartMlflowTrackingServerResponseTypeDef,
649
- StartMonitoringScheduleRequestRequestTypeDef,
650
- StartNotebookInstanceInputRequestTypeDef,
651
- StartPipelineExecutionRequestRequestTypeDef,
649
+ StartMonitoringScheduleRequestTypeDef,
650
+ StartNotebookInstanceInputTypeDef,
651
+ StartPipelineExecutionRequestTypeDef,
652
652
  StartPipelineExecutionResponseTypeDef,
653
- StopAutoMLJobRequestRequestTypeDef,
654
- StopCompilationJobRequestRequestTypeDef,
655
- StopEdgeDeploymentStageRequestRequestTypeDef,
656
- StopEdgePackagingJobRequestRequestTypeDef,
657
- StopHyperParameterTuningJobRequestRequestTypeDef,
658
- StopInferenceExperimentRequestRequestTypeDef,
653
+ StopAutoMLJobRequestTypeDef,
654
+ StopCompilationJobRequestTypeDef,
655
+ StopEdgeDeploymentStageRequestTypeDef,
656
+ StopEdgePackagingJobRequestTypeDef,
657
+ StopHyperParameterTuningJobRequestTypeDef,
658
+ StopInferenceExperimentRequestTypeDef,
659
659
  StopInferenceExperimentResponseTypeDef,
660
- StopInferenceRecommendationsJobRequestRequestTypeDef,
661
- StopLabelingJobRequestRequestTypeDef,
662
- StopMlflowTrackingServerRequestRequestTypeDef,
660
+ StopInferenceRecommendationsJobRequestTypeDef,
661
+ StopLabelingJobRequestTypeDef,
662
+ StopMlflowTrackingServerRequestTypeDef,
663
663
  StopMlflowTrackingServerResponseTypeDef,
664
- StopMonitoringScheduleRequestRequestTypeDef,
665
- StopNotebookInstanceInputRequestTypeDef,
666
- StopOptimizationJobRequestRequestTypeDef,
667
- StopPipelineExecutionRequestRequestTypeDef,
664
+ StopMonitoringScheduleRequestTypeDef,
665
+ StopNotebookInstanceInputTypeDef,
666
+ StopOptimizationJobRequestTypeDef,
667
+ StopPipelineExecutionRequestTypeDef,
668
668
  StopPipelineExecutionResponseTypeDef,
669
- StopProcessingJobRequestRequestTypeDef,
670
- StopTrainingJobRequestRequestTypeDef,
671
- StopTransformJobRequestRequestTypeDef,
672
- UpdateActionRequestRequestTypeDef,
669
+ StopProcessingJobRequestTypeDef,
670
+ StopTrainingJobRequestTypeDef,
671
+ StopTransformJobRequestTypeDef,
672
+ UpdateActionRequestTypeDef,
673
673
  UpdateActionResponseTypeDef,
674
- UpdateAppImageConfigRequestRequestTypeDef,
674
+ UpdateAppImageConfigRequestTypeDef,
675
675
  UpdateAppImageConfigResponseTypeDef,
676
- UpdateArtifactRequestRequestTypeDef,
676
+ UpdateArtifactRequestTypeDef,
677
677
  UpdateArtifactResponseTypeDef,
678
- UpdateClusterRequestRequestTypeDef,
678
+ UpdateClusterRequestTypeDef,
679
679
  UpdateClusterResponseTypeDef,
680
- UpdateClusterSchedulerConfigRequestRequestTypeDef,
680
+ UpdateClusterSchedulerConfigRequestTypeDef,
681
681
  UpdateClusterSchedulerConfigResponseTypeDef,
682
- UpdateClusterSoftwareRequestRequestTypeDef,
682
+ UpdateClusterSoftwareRequestTypeDef,
683
683
  UpdateClusterSoftwareResponseTypeDef,
684
- UpdateCodeRepositoryInputRequestTypeDef,
684
+ UpdateCodeRepositoryInputTypeDef,
685
685
  UpdateCodeRepositoryOutputTypeDef,
686
- UpdateComputeQuotaRequestRequestTypeDef,
686
+ UpdateComputeQuotaRequestTypeDef,
687
687
  UpdateComputeQuotaResponseTypeDef,
688
- UpdateContextRequestRequestTypeDef,
688
+ UpdateContextRequestTypeDef,
689
689
  UpdateContextResponseTypeDef,
690
- UpdateDeviceFleetRequestRequestTypeDef,
691
- UpdateDevicesRequestRequestTypeDef,
692
- UpdateDomainRequestRequestTypeDef,
690
+ UpdateDeviceFleetRequestTypeDef,
691
+ UpdateDevicesRequestTypeDef,
692
+ UpdateDomainRequestTypeDef,
693
693
  UpdateDomainResponseTypeDef,
694
- UpdateEndpointInputRequestTypeDef,
694
+ UpdateEndpointInputTypeDef,
695
695
  UpdateEndpointOutputTypeDef,
696
- UpdateEndpointWeightsAndCapacitiesInputRequestTypeDef,
696
+ UpdateEndpointWeightsAndCapacitiesInputTypeDef,
697
697
  UpdateEndpointWeightsAndCapacitiesOutputTypeDef,
698
- UpdateExperimentRequestRequestTypeDef,
698
+ UpdateExperimentRequestTypeDef,
699
699
  UpdateExperimentResponseTypeDef,
700
- UpdateFeatureGroupRequestRequestTypeDef,
700
+ UpdateFeatureGroupRequestTypeDef,
701
701
  UpdateFeatureGroupResponseTypeDef,
702
- UpdateFeatureMetadataRequestRequestTypeDef,
703
- UpdateHubRequestRequestTypeDef,
702
+ UpdateFeatureMetadataRequestTypeDef,
703
+ UpdateHubRequestTypeDef,
704
704
  UpdateHubResponseTypeDef,
705
- UpdateImageRequestRequestTypeDef,
705
+ UpdateImageRequestTypeDef,
706
706
  UpdateImageResponseTypeDef,
707
- UpdateImageVersionRequestRequestTypeDef,
707
+ UpdateImageVersionRequestTypeDef,
708
708
  UpdateImageVersionResponseTypeDef,
709
- UpdateInferenceComponentInputRequestTypeDef,
709
+ UpdateInferenceComponentInputTypeDef,
710
710
  UpdateInferenceComponentOutputTypeDef,
711
- UpdateInferenceComponentRuntimeConfigInputRequestTypeDef,
711
+ UpdateInferenceComponentRuntimeConfigInputTypeDef,
712
712
  UpdateInferenceComponentRuntimeConfigOutputTypeDef,
713
- UpdateInferenceExperimentRequestRequestTypeDef,
713
+ UpdateInferenceExperimentRequestTypeDef,
714
714
  UpdateInferenceExperimentResponseTypeDef,
715
- UpdateMlflowTrackingServerRequestRequestTypeDef,
715
+ UpdateMlflowTrackingServerRequestTypeDef,
716
716
  UpdateMlflowTrackingServerResponseTypeDef,
717
- UpdateModelCardRequestRequestTypeDef,
717
+ UpdateModelCardRequestTypeDef,
718
718
  UpdateModelCardResponseTypeDef,
719
- UpdateModelPackageInputRequestTypeDef,
719
+ UpdateModelPackageInputTypeDef,
720
720
  UpdateModelPackageOutputTypeDef,
721
- UpdateMonitoringAlertRequestRequestTypeDef,
721
+ UpdateMonitoringAlertRequestTypeDef,
722
722
  UpdateMonitoringAlertResponseTypeDef,
723
- UpdateMonitoringScheduleRequestRequestTypeDef,
723
+ UpdateMonitoringScheduleRequestTypeDef,
724
724
  UpdateMonitoringScheduleResponseTypeDef,
725
- UpdateNotebookInstanceInputRequestTypeDef,
726
- UpdateNotebookInstanceLifecycleConfigInputRequestTypeDef,
727
- UpdatePartnerAppRequestRequestTypeDef,
725
+ UpdateNotebookInstanceInputTypeDef,
726
+ UpdateNotebookInstanceLifecycleConfigInputTypeDef,
727
+ UpdatePartnerAppRequestTypeDef,
728
728
  UpdatePartnerAppResponseTypeDef,
729
- UpdatePipelineExecutionRequestRequestTypeDef,
729
+ UpdatePipelineExecutionRequestTypeDef,
730
730
  UpdatePipelineExecutionResponseTypeDef,
731
- UpdatePipelineRequestRequestTypeDef,
731
+ UpdatePipelineRequestTypeDef,
732
732
  UpdatePipelineResponseTypeDef,
733
- UpdateProjectInputRequestTypeDef,
733
+ UpdateProjectInputTypeDef,
734
734
  UpdateProjectOutputTypeDef,
735
- UpdateSpaceRequestRequestTypeDef,
735
+ UpdateSpaceRequestTypeDef,
736
736
  UpdateSpaceResponseTypeDef,
737
- UpdateTrainingJobRequestRequestTypeDef,
737
+ UpdateTrainingJobRequestTypeDef,
738
738
  UpdateTrainingJobResponseTypeDef,
739
- UpdateTrialComponentRequestRequestTypeDef,
739
+ UpdateTrialComponentRequestTypeDef,
740
740
  UpdateTrialComponentResponseTypeDef,
741
- UpdateTrialRequestRequestTypeDef,
741
+ UpdateTrialRequestTypeDef,
742
742
  UpdateTrialResponseTypeDef,
743
- UpdateUserProfileRequestRequestTypeDef,
743
+ UpdateUserProfileRequestTypeDef,
744
744
  UpdateUserProfileResponseTypeDef,
745
- UpdateWorkforceRequestRequestTypeDef,
745
+ UpdateWorkforceRequestTypeDef,
746
746
  UpdateWorkforceResponseTypeDef,
747
- UpdateWorkteamRequestRequestTypeDef,
747
+ UpdateWorkteamRequestTypeDef,
748
748
  UpdateWorkteamResponseTypeDef,
749
749
  )
750
750
  from .waiter import (
@@ -822,7 +822,7 @@ class SageMakerClient(BaseClient):
822
822
  """
823
823
 
824
824
  def add_association(
825
- self, **kwargs: Unpack[AddAssociationRequestRequestTypeDef]
825
+ self, **kwargs: Unpack[AddAssociationRequestTypeDef]
826
826
  ) -> AddAssociationResponseTypeDef:
827
827
  """
828
828
  Creates an <i>association</i> between the source and the destination.
@@ -831,7 +831,7 @@ class SageMakerClient(BaseClient):
831
831
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#add_association)
832
832
  """
833
833
 
834
- def add_tags(self, **kwargs: Unpack[AddTagsInputRequestTypeDef]) -> AddTagsOutputTypeDef:
834
+ def add_tags(self, **kwargs: Unpack[AddTagsInputTypeDef]) -> AddTagsOutputTypeDef:
835
835
  """
836
836
  Adds or overwrites one or more tags for the specified SageMaker resource.
837
837
 
@@ -840,7 +840,7 @@ class SageMakerClient(BaseClient):
840
840
  """
841
841
 
842
842
  def associate_trial_component(
843
- self, **kwargs: Unpack[AssociateTrialComponentRequestRequestTypeDef]
843
+ self, **kwargs: Unpack[AssociateTrialComponentRequestTypeDef]
844
844
  ) -> AssociateTrialComponentResponseTypeDef:
845
845
  """
846
846
  Associates a trial component with a trial.
@@ -850,7 +850,7 @@ class SageMakerClient(BaseClient):
850
850
  """
851
851
 
852
852
  def batch_delete_cluster_nodes(
853
- self, **kwargs: Unpack[BatchDeleteClusterNodesRequestRequestTypeDef]
853
+ self, **kwargs: Unpack[BatchDeleteClusterNodesRequestTypeDef]
854
854
  ) -> BatchDeleteClusterNodesResponseTypeDef:
855
855
  """
856
856
  Deletes specific nodes within a SageMaker HyperPod cluster.
@@ -860,7 +860,7 @@ class SageMakerClient(BaseClient):
860
860
  """
861
861
 
862
862
  def batch_describe_model_package(
863
- self, **kwargs: Unpack[BatchDescribeModelPackageInputRequestTypeDef]
863
+ self, **kwargs: Unpack[BatchDescribeModelPackageInputTypeDef]
864
864
  ) -> BatchDescribeModelPackageOutputTypeDef:
865
865
  """
866
866
  This action batch describes a list of versioned model packages.
@@ -870,7 +870,7 @@ class SageMakerClient(BaseClient):
870
870
  """
871
871
 
872
872
  def create_action(
873
- self, **kwargs: Unpack[CreateActionRequestRequestTypeDef]
873
+ self, **kwargs: Unpack[CreateActionRequestTypeDef]
874
874
  ) -> CreateActionResponseTypeDef:
875
875
  """
876
876
  Creates an <i>action</i>.
@@ -880,7 +880,7 @@ class SageMakerClient(BaseClient):
880
880
  """
881
881
 
882
882
  def create_algorithm(
883
- self, **kwargs: Unpack[CreateAlgorithmInputRequestTypeDef]
883
+ self, **kwargs: Unpack[CreateAlgorithmInputTypeDef]
884
884
  ) -> CreateAlgorithmOutputTypeDef:
885
885
  """
886
886
  Create a machine learning algorithm that you can use in SageMaker and list in
@@ -890,9 +890,7 @@ class SageMakerClient(BaseClient):
890
890
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_algorithm)
891
891
  """
892
892
 
893
- def create_app(
894
- self, **kwargs: Unpack[CreateAppRequestRequestTypeDef]
895
- ) -> CreateAppResponseTypeDef:
893
+ def create_app(self, **kwargs: Unpack[CreateAppRequestTypeDef]) -> CreateAppResponseTypeDef:
896
894
  """
897
895
  Creates a running app for the specified UserProfile.
898
896
 
@@ -901,7 +899,7 @@ class SageMakerClient(BaseClient):
901
899
  """
902
900
 
903
901
  def create_app_image_config(
904
- self, **kwargs: Unpack[CreateAppImageConfigRequestRequestTypeDef]
902
+ self, **kwargs: Unpack[CreateAppImageConfigRequestTypeDef]
905
903
  ) -> CreateAppImageConfigResponseTypeDef:
906
904
  """
907
905
  Creates a configuration for running a SageMaker AI image as a KernelGateway app.
@@ -911,7 +909,7 @@ class SageMakerClient(BaseClient):
911
909
  """
912
910
 
913
911
  def create_artifact(
914
- self, **kwargs: Unpack[CreateArtifactRequestRequestTypeDef]
912
+ self, **kwargs: Unpack[CreateArtifactRequestTypeDef]
915
913
  ) -> CreateArtifactResponseTypeDef:
916
914
  """
917
915
  Creates an <i>artifact</i>.
@@ -921,7 +919,7 @@ class SageMakerClient(BaseClient):
921
919
  """
922
920
 
923
921
  def create_auto_ml_job(
924
- self, **kwargs: Unpack[CreateAutoMLJobRequestRequestTypeDef]
922
+ self, **kwargs: Unpack[CreateAutoMLJobRequestTypeDef]
925
923
  ) -> CreateAutoMLJobResponseTypeDef:
926
924
  """
927
925
  Creates an Autopilot job also referred to as Autopilot experiment or AutoML job.
@@ -931,7 +929,7 @@ class SageMakerClient(BaseClient):
931
929
  """
932
930
 
933
931
  def create_auto_ml_job_v2(
934
- self, **kwargs: Unpack[CreateAutoMLJobV2RequestRequestTypeDef]
932
+ self, **kwargs: Unpack[CreateAutoMLJobV2RequestTypeDef]
935
933
  ) -> CreateAutoMLJobV2ResponseTypeDef:
936
934
  """
937
935
  Creates an Autopilot job also referred to as Autopilot experiment or AutoML job
@@ -942,7 +940,7 @@ class SageMakerClient(BaseClient):
942
940
  """
943
941
 
944
942
  def create_cluster(
945
- self, **kwargs: Unpack[CreateClusterRequestRequestTypeDef]
943
+ self, **kwargs: Unpack[CreateClusterRequestTypeDef]
946
944
  ) -> CreateClusterResponseTypeDef:
947
945
  """
948
946
  Creates a SageMaker HyperPod cluster.
@@ -952,7 +950,7 @@ class SageMakerClient(BaseClient):
952
950
  """
953
951
 
954
952
  def create_cluster_scheduler_config(
955
- self, **kwargs: Unpack[CreateClusterSchedulerConfigRequestRequestTypeDef]
953
+ self, **kwargs: Unpack[CreateClusterSchedulerConfigRequestTypeDef]
956
954
  ) -> CreateClusterSchedulerConfigResponseTypeDef:
957
955
  """
958
956
  Create cluster policy configuration.
@@ -962,7 +960,7 @@ class SageMakerClient(BaseClient):
962
960
  """
963
961
 
964
962
  def create_code_repository(
965
- self, **kwargs: Unpack[CreateCodeRepositoryInputRequestTypeDef]
963
+ self, **kwargs: Unpack[CreateCodeRepositoryInputTypeDef]
966
964
  ) -> CreateCodeRepositoryOutputTypeDef:
967
965
  """
968
966
  Creates a Git repository as a resource in your SageMaker AI account.
@@ -972,7 +970,7 @@ class SageMakerClient(BaseClient):
972
970
  """
973
971
 
974
972
  def create_compilation_job(
975
- self, **kwargs: Unpack[CreateCompilationJobRequestRequestTypeDef]
973
+ self, **kwargs: Unpack[CreateCompilationJobRequestTypeDef]
976
974
  ) -> CreateCompilationJobResponseTypeDef:
977
975
  """
978
976
  Starts a model compilation job.
@@ -982,7 +980,7 @@ class SageMakerClient(BaseClient):
982
980
  """
983
981
 
984
982
  def create_compute_quota(
985
- self, **kwargs: Unpack[CreateComputeQuotaRequestRequestTypeDef]
983
+ self, **kwargs: Unpack[CreateComputeQuotaRequestTypeDef]
986
984
  ) -> CreateComputeQuotaResponseTypeDef:
987
985
  """
988
986
  Create compute allocation definition.
@@ -992,7 +990,7 @@ class SageMakerClient(BaseClient):
992
990
  """
993
991
 
994
992
  def create_context(
995
- self, **kwargs: Unpack[CreateContextRequestRequestTypeDef]
993
+ self, **kwargs: Unpack[CreateContextRequestTypeDef]
996
994
  ) -> CreateContextResponseTypeDef:
997
995
  """
998
996
  Creates a <i>context</i>.
@@ -1002,7 +1000,7 @@ class SageMakerClient(BaseClient):
1002
1000
  """
1003
1001
 
1004
1002
  def create_data_quality_job_definition(
1005
- self, **kwargs: Unpack[CreateDataQualityJobDefinitionRequestRequestTypeDef]
1003
+ self, **kwargs: Unpack[CreateDataQualityJobDefinitionRequestTypeDef]
1006
1004
  ) -> CreateDataQualityJobDefinitionResponseTypeDef:
1007
1005
  """
1008
1006
  Creates a definition for a job that monitors data quality and drift.
@@ -1012,7 +1010,7 @@ class SageMakerClient(BaseClient):
1012
1010
  """
1013
1011
 
1014
1012
  def create_device_fleet(
1015
- self, **kwargs: Unpack[CreateDeviceFleetRequestRequestTypeDef]
1013
+ self, **kwargs: Unpack[CreateDeviceFleetRequestTypeDef]
1016
1014
  ) -> EmptyResponseMetadataTypeDef:
1017
1015
  """
1018
1016
  Creates a device fleet.
@@ -1022,7 +1020,7 @@ class SageMakerClient(BaseClient):
1022
1020
  """
1023
1021
 
1024
1022
  def create_domain(
1025
- self, **kwargs: Unpack[CreateDomainRequestRequestTypeDef]
1023
+ self, **kwargs: Unpack[CreateDomainRequestTypeDef]
1026
1024
  ) -> CreateDomainResponseTypeDef:
1027
1025
  """
1028
1026
  Creates a <code>Domain</code>.
@@ -1032,7 +1030,7 @@ class SageMakerClient(BaseClient):
1032
1030
  """
1033
1031
 
1034
1032
  def create_edge_deployment_plan(
1035
- self, **kwargs: Unpack[CreateEdgeDeploymentPlanRequestRequestTypeDef]
1033
+ self, **kwargs: Unpack[CreateEdgeDeploymentPlanRequestTypeDef]
1036
1034
  ) -> CreateEdgeDeploymentPlanResponseTypeDef:
1037
1035
  """
1038
1036
  Creates an edge deployment plan, consisting of multiple stages.
@@ -1042,7 +1040,7 @@ class SageMakerClient(BaseClient):
1042
1040
  """
1043
1041
 
1044
1042
  def create_edge_deployment_stage(
1045
- self, **kwargs: Unpack[CreateEdgeDeploymentStageRequestRequestTypeDef]
1043
+ self, **kwargs: Unpack[CreateEdgeDeploymentStageRequestTypeDef]
1046
1044
  ) -> EmptyResponseMetadataTypeDef:
1047
1045
  """
1048
1046
  Creates a new stage in an existing edge deployment plan.
@@ -1052,7 +1050,7 @@ class SageMakerClient(BaseClient):
1052
1050
  """
1053
1051
 
1054
1052
  def create_edge_packaging_job(
1055
- self, **kwargs: Unpack[CreateEdgePackagingJobRequestRequestTypeDef]
1053
+ self, **kwargs: Unpack[CreateEdgePackagingJobRequestTypeDef]
1056
1054
  ) -> EmptyResponseMetadataTypeDef:
1057
1055
  """
1058
1056
  Starts a SageMaker Edge Manager model packaging job.
@@ -1062,7 +1060,7 @@ class SageMakerClient(BaseClient):
1062
1060
  """
1063
1061
 
1064
1062
  def create_endpoint(
1065
- self, **kwargs: Unpack[CreateEndpointInputRequestTypeDef]
1063
+ self, **kwargs: Unpack[CreateEndpointInputTypeDef]
1066
1064
  ) -> CreateEndpointOutputTypeDef:
1067
1065
  """
1068
1066
  Creates an endpoint using the endpoint configuration specified in the request.
@@ -1072,7 +1070,7 @@ class SageMakerClient(BaseClient):
1072
1070
  """
1073
1071
 
1074
1072
  def create_endpoint_config(
1075
- self, **kwargs: Unpack[CreateEndpointConfigInputRequestTypeDef]
1073
+ self, **kwargs: Unpack[CreateEndpointConfigInputTypeDef]
1076
1074
  ) -> CreateEndpointConfigOutputTypeDef:
1077
1075
  """
1078
1076
  Creates an endpoint configuration that SageMaker hosting services uses to
@@ -1083,7 +1081,7 @@ class SageMakerClient(BaseClient):
1083
1081
  """
1084
1082
 
1085
1083
  def create_experiment(
1086
- self, **kwargs: Unpack[CreateExperimentRequestRequestTypeDef]
1084
+ self, **kwargs: Unpack[CreateExperimentRequestTypeDef]
1087
1085
  ) -> CreateExperimentResponseTypeDef:
1088
1086
  """
1089
1087
  Creates a SageMaker <i>experiment</i>.
@@ -1093,7 +1091,7 @@ class SageMakerClient(BaseClient):
1093
1091
  """
1094
1092
 
1095
1093
  def create_feature_group(
1096
- self, **kwargs: Unpack[CreateFeatureGroupRequestRequestTypeDef]
1094
+ self, **kwargs: Unpack[CreateFeatureGroupRequestTypeDef]
1097
1095
  ) -> CreateFeatureGroupResponseTypeDef:
1098
1096
  """
1099
1097
  Create a new <code>FeatureGroup</code>.
@@ -1103,7 +1101,7 @@ class SageMakerClient(BaseClient):
1103
1101
  """
1104
1102
 
1105
1103
  def create_flow_definition(
1106
- self, **kwargs: Unpack[CreateFlowDefinitionRequestRequestTypeDef]
1104
+ self, **kwargs: Unpack[CreateFlowDefinitionRequestTypeDef]
1107
1105
  ) -> CreateFlowDefinitionResponseTypeDef:
1108
1106
  """
1109
1107
  Creates a flow definition.
@@ -1112,9 +1110,7 @@ class SageMakerClient(BaseClient):
1112
1110
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_flow_definition)
1113
1111
  """
1114
1112
 
1115
- def create_hub(
1116
- self, **kwargs: Unpack[CreateHubRequestRequestTypeDef]
1117
- ) -> CreateHubResponseTypeDef:
1113
+ def create_hub(self, **kwargs: Unpack[CreateHubRequestTypeDef]) -> CreateHubResponseTypeDef:
1118
1114
  """
1119
1115
  Create a hub.
1120
1116
 
@@ -1123,7 +1119,7 @@ class SageMakerClient(BaseClient):
1123
1119
  """
1124
1120
 
1125
1121
  def create_hub_content_reference(
1126
- self, **kwargs: Unpack[CreateHubContentReferenceRequestRequestTypeDef]
1122
+ self, **kwargs: Unpack[CreateHubContentReferenceRequestTypeDef]
1127
1123
  ) -> CreateHubContentReferenceResponseTypeDef:
1128
1124
  """
1129
1125
  Create a hub content reference in order to add a model in the JumpStart public
@@ -1134,7 +1130,7 @@ class SageMakerClient(BaseClient):
1134
1130
  """
1135
1131
 
1136
1132
  def create_human_task_ui(
1137
- self, **kwargs: Unpack[CreateHumanTaskUiRequestRequestTypeDef]
1133
+ self, **kwargs: Unpack[CreateHumanTaskUiRequestTypeDef]
1138
1134
  ) -> CreateHumanTaskUiResponseTypeDef:
1139
1135
  """
1140
1136
  Defines the settings you will use for the human review workflow user interface.
@@ -1144,7 +1140,7 @@ class SageMakerClient(BaseClient):
1144
1140
  """
1145
1141
 
1146
1142
  def create_hyper_parameter_tuning_job(
1147
- self, **kwargs: Unpack[CreateHyperParameterTuningJobRequestRequestTypeDef]
1143
+ self, **kwargs: Unpack[CreateHyperParameterTuningJobRequestTypeDef]
1148
1144
  ) -> CreateHyperParameterTuningJobResponseTypeDef:
1149
1145
  """
1150
1146
  Starts a hyperparameter tuning job.
@@ -1154,7 +1150,7 @@ class SageMakerClient(BaseClient):
1154
1150
  """
1155
1151
 
1156
1152
  def create_image(
1157
- self, **kwargs: Unpack[CreateImageRequestRequestTypeDef]
1153
+ self, **kwargs: Unpack[CreateImageRequestTypeDef]
1158
1154
  ) -> CreateImageResponseTypeDef:
1159
1155
  """
1160
1156
  Creates a custom SageMaker AI image.
@@ -1164,7 +1160,7 @@ class SageMakerClient(BaseClient):
1164
1160
  """
1165
1161
 
1166
1162
  def create_image_version(
1167
- self, **kwargs: Unpack[CreateImageVersionRequestRequestTypeDef]
1163
+ self, **kwargs: Unpack[CreateImageVersionRequestTypeDef]
1168
1164
  ) -> CreateImageVersionResponseTypeDef:
1169
1165
  """
1170
1166
  Creates a version of the SageMaker AI image specified by <code>ImageName</code>.
@@ -1174,7 +1170,7 @@ class SageMakerClient(BaseClient):
1174
1170
  """
1175
1171
 
1176
1172
  def create_inference_component(
1177
- self, **kwargs: Unpack[CreateInferenceComponentInputRequestTypeDef]
1173
+ self, **kwargs: Unpack[CreateInferenceComponentInputTypeDef]
1178
1174
  ) -> CreateInferenceComponentOutputTypeDef:
1179
1175
  """
1180
1176
  Creates an inference component, which is a SageMaker AI hosting object that you
@@ -1185,7 +1181,7 @@ class SageMakerClient(BaseClient):
1185
1181
  """
1186
1182
 
1187
1183
  def create_inference_experiment(
1188
- self, **kwargs: Unpack[CreateInferenceExperimentRequestRequestTypeDef]
1184
+ self, **kwargs: Unpack[CreateInferenceExperimentRequestTypeDef]
1189
1185
  ) -> CreateInferenceExperimentResponseTypeDef:
1190
1186
  """
1191
1187
  Creates an inference experiment using the configurations specified in the
@@ -1196,7 +1192,7 @@ class SageMakerClient(BaseClient):
1196
1192
  """
1197
1193
 
1198
1194
  def create_inference_recommendations_job(
1199
- self, **kwargs: Unpack[CreateInferenceRecommendationsJobRequestRequestTypeDef]
1195
+ self, **kwargs: Unpack[CreateInferenceRecommendationsJobRequestTypeDef]
1200
1196
  ) -> CreateInferenceRecommendationsJobResponseTypeDef:
1201
1197
  """
1202
1198
  Starts a recommendation job.
@@ -1206,7 +1202,7 @@ class SageMakerClient(BaseClient):
1206
1202
  """
1207
1203
 
1208
1204
  def create_labeling_job(
1209
- self, **kwargs: Unpack[CreateLabelingJobRequestRequestTypeDef]
1205
+ self, **kwargs: Unpack[CreateLabelingJobRequestTypeDef]
1210
1206
  ) -> CreateLabelingJobResponseTypeDef:
1211
1207
  """
1212
1208
  Creates a job that uses workers to label the data objects in your input dataset.
@@ -1216,7 +1212,7 @@ class SageMakerClient(BaseClient):
1216
1212
  """
1217
1213
 
1218
1214
  def create_mlflow_tracking_server(
1219
- self, **kwargs: Unpack[CreateMlflowTrackingServerRequestRequestTypeDef]
1215
+ self, **kwargs: Unpack[CreateMlflowTrackingServerRequestTypeDef]
1220
1216
  ) -> CreateMlflowTrackingServerResponseTypeDef:
1221
1217
  """
1222
1218
  Creates an MLflow Tracking Server using a general purpose Amazon S3 bucket as
@@ -1226,9 +1222,7 @@ class SageMakerClient(BaseClient):
1226
1222
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_mlflow_tracking_server)
1227
1223
  """
1228
1224
 
1229
- def create_model(
1230
- self, **kwargs: Unpack[CreateModelInputRequestTypeDef]
1231
- ) -> CreateModelOutputTypeDef:
1225
+ def create_model(self, **kwargs: Unpack[CreateModelInputTypeDef]) -> CreateModelOutputTypeDef:
1232
1226
  """
1233
1227
  Creates a model in SageMaker.
1234
1228
 
@@ -1237,7 +1231,7 @@ class SageMakerClient(BaseClient):
1237
1231
  """
1238
1232
 
1239
1233
  def create_model_bias_job_definition(
1240
- self, **kwargs: Unpack[CreateModelBiasJobDefinitionRequestRequestTypeDef]
1234
+ self, **kwargs: Unpack[CreateModelBiasJobDefinitionRequestTypeDef]
1241
1235
  ) -> CreateModelBiasJobDefinitionResponseTypeDef:
1242
1236
  """
1243
1237
  Creates the definition for a model bias job.
@@ -1247,7 +1241,7 @@ class SageMakerClient(BaseClient):
1247
1241
  """
1248
1242
 
1249
1243
  def create_model_card(
1250
- self, **kwargs: Unpack[CreateModelCardRequestRequestTypeDef]
1244
+ self, **kwargs: Unpack[CreateModelCardRequestTypeDef]
1251
1245
  ) -> CreateModelCardResponseTypeDef:
1252
1246
  """
1253
1247
  Creates an Amazon SageMaker Model Card.
@@ -1257,7 +1251,7 @@ class SageMakerClient(BaseClient):
1257
1251
  """
1258
1252
 
1259
1253
  def create_model_card_export_job(
1260
- self, **kwargs: Unpack[CreateModelCardExportJobRequestRequestTypeDef]
1254
+ self, **kwargs: Unpack[CreateModelCardExportJobRequestTypeDef]
1261
1255
  ) -> CreateModelCardExportJobResponseTypeDef:
1262
1256
  """
1263
1257
  Creates an Amazon SageMaker Model Card export job.
@@ -1267,7 +1261,7 @@ class SageMakerClient(BaseClient):
1267
1261
  """
1268
1262
 
1269
1263
  def create_model_explainability_job_definition(
1270
- self, **kwargs: Unpack[CreateModelExplainabilityJobDefinitionRequestRequestTypeDef]
1264
+ self, **kwargs: Unpack[CreateModelExplainabilityJobDefinitionRequestTypeDef]
1271
1265
  ) -> CreateModelExplainabilityJobDefinitionResponseTypeDef:
1272
1266
  """
1273
1267
  Creates the definition for a model explainability job.
@@ -1277,7 +1271,7 @@ class SageMakerClient(BaseClient):
1277
1271
  """
1278
1272
 
1279
1273
  def create_model_package(
1280
- self, **kwargs: Unpack[CreateModelPackageInputRequestTypeDef]
1274
+ self, **kwargs: Unpack[CreateModelPackageInputTypeDef]
1281
1275
  ) -> CreateModelPackageOutputTypeDef:
1282
1276
  """
1283
1277
  Creates a model package that you can use to create SageMaker models or list on
@@ -1289,7 +1283,7 @@ class SageMakerClient(BaseClient):
1289
1283
  """
1290
1284
 
1291
1285
  def create_model_package_group(
1292
- self, **kwargs: Unpack[CreateModelPackageGroupInputRequestTypeDef]
1286
+ self, **kwargs: Unpack[CreateModelPackageGroupInputTypeDef]
1293
1287
  ) -> CreateModelPackageGroupOutputTypeDef:
1294
1288
  """
1295
1289
  Creates a model group.
@@ -1299,7 +1293,7 @@ class SageMakerClient(BaseClient):
1299
1293
  """
1300
1294
 
1301
1295
  def create_model_quality_job_definition(
1302
- self, **kwargs: Unpack[CreateModelQualityJobDefinitionRequestRequestTypeDef]
1296
+ self, **kwargs: Unpack[CreateModelQualityJobDefinitionRequestTypeDef]
1303
1297
  ) -> CreateModelQualityJobDefinitionResponseTypeDef:
1304
1298
  """
1305
1299
  Creates a definition for a job that monitors model quality and drift.
@@ -1309,7 +1303,7 @@ class SageMakerClient(BaseClient):
1309
1303
  """
1310
1304
 
1311
1305
  def create_monitoring_schedule(
1312
- self, **kwargs: Unpack[CreateMonitoringScheduleRequestRequestTypeDef]
1306
+ self, **kwargs: Unpack[CreateMonitoringScheduleRequestTypeDef]
1313
1307
  ) -> CreateMonitoringScheduleResponseTypeDef:
1314
1308
  """
1315
1309
  Creates a schedule that regularly starts Amazon SageMaker AI Processing Jobs to
@@ -1320,7 +1314,7 @@ class SageMakerClient(BaseClient):
1320
1314
  """
1321
1315
 
1322
1316
  def create_notebook_instance(
1323
- self, **kwargs: Unpack[CreateNotebookInstanceInputRequestTypeDef]
1317
+ self, **kwargs: Unpack[CreateNotebookInstanceInputTypeDef]
1324
1318
  ) -> CreateNotebookInstanceOutputTypeDef:
1325
1319
  """
1326
1320
  Creates an SageMaker AI notebook instance.
@@ -1330,7 +1324,7 @@ class SageMakerClient(BaseClient):
1330
1324
  """
1331
1325
 
1332
1326
  def create_notebook_instance_lifecycle_config(
1333
- self, **kwargs: Unpack[CreateNotebookInstanceLifecycleConfigInputRequestTypeDef]
1327
+ self, **kwargs: Unpack[CreateNotebookInstanceLifecycleConfigInputTypeDef]
1334
1328
  ) -> CreateNotebookInstanceLifecycleConfigOutputTypeDef:
1335
1329
  """
1336
1330
  Creates a lifecycle configuration that you can associate with a notebook
@@ -1341,7 +1335,7 @@ class SageMakerClient(BaseClient):
1341
1335
  """
1342
1336
 
1343
1337
  def create_optimization_job(
1344
- self, **kwargs: Unpack[CreateOptimizationJobRequestRequestTypeDef]
1338
+ self, **kwargs: Unpack[CreateOptimizationJobRequestTypeDef]
1345
1339
  ) -> CreateOptimizationJobResponseTypeDef:
1346
1340
  """
1347
1341
  Creates a job that optimizes a model for inference performance.
@@ -1351,7 +1345,7 @@ class SageMakerClient(BaseClient):
1351
1345
  """
1352
1346
 
1353
1347
  def create_partner_app(
1354
- self, **kwargs: Unpack[CreatePartnerAppRequestRequestTypeDef]
1348
+ self, **kwargs: Unpack[CreatePartnerAppRequestTypeDef]
1355
1349
  ) -> CreatePartnerAppResponseTypeDef:
1356
1350
  """
1357
1351
  Creates an Amazon SageMaker Partner AI App.
@@ -1361,7 +1355,7 @@ class SageMakerClient(BaseClient):
1361
1355
  """
1362
1356
 
1363
1357
  def create_partner_app_presigned_url(
1364
- self, **kwargs: Unpack[CreatePartnerAppPresignedUrlRequestRequestTypeDef]
1358
+ self, **kwargs: Unpack[CreatePartnerAppPresignedUrlRequestTypeDef]
1365
1359
  ) -> CreatePartnerAppPresignedUrlResponseTypeDef:
1366
1360
  """
1367
1361
  Creates a presigned URL to access an Amazon SageMaker Partner AI App.
@@ -1371,7 +1365,7 @@ class SageMakerClient(BaseClient):
1371
1365
  """
1372
1366
 
1373
1367
  def create_pipeline(
1374
- self, **kwargs: Unpack[CreatePipelineRequestRequestTypeDef]
1368
+ self, **kwargs: Unpack[CreatePipelineRequestTypeDef]
1375
1369
  ) -> CreatePipelineResponseTypeDef:
1376
1370
  """
1377
1371
  Creates a pipeline using a JSON pipeline definition.
@@ -1381,7 +1375,7 @@ class SageMakerClient(BaseClient):
1381
1375
  """
1382
1376
 
1383
1377
  def create_presigned_domain_url(
1384
- self, **kwargs: Unpack[CreatePresignedDomainUrlRequestRequestTypeDef]
1378
+ self, **kwargs: Unpack[CreatePresignedDomainUrlRequestTypeDef]
1385
1379
  ) -> CreatePresignedDomainUrlResponseTypeDef:
1386
1380
  """
1387
1381
  Creates a URL for a specified UserProfile in a Domain.
@@ -1391,7 +1385,7 @@ class SageMakerClient(BaseClient):
1391
1385
  """
1392
1386
 
1393
1387
  def create_presigned_mlflow_tracking_server_url(
1394
- self, **kwargs: Unpack[CreatePresignedMlflowTrackingServerUrlRequestRequestTypeDef]
1388
+ self, **kwargs: Unpack[CreatePresignedMlflowTrackingServerUrlRequestTypeDef]
1395
1389
  ) -> CreatePresignedMlflowTrackingServerUrlResponseTypeDef:
1396
1390
  """
1397
1391
  Returns a presigned URL that you can use to connect to the MLflow UI attached
@@ -1402,7 +1396,7 @@ class SageMakerClient(BaseClient):
1402
1396
  """
1403
1397
 
1404
1398
  def create_presigned_notebook_instance_url(
1405
- self, **kwargs: Unpack[CreatePresignedNotebookInstanceUrlInputRequestTypeDef]
1399
+ self, **kwargs: Unpack[CreatePresignedNotebookInstanceUrlInputTypeDef]
1406
1400
  ) -> CreatePresignedNotebookInstanceUrlOutputTypeDef:
1407
1401
  """
1408
1402
  Returns a URL that you can use to connect to the Jupyter server from a notebook
@@ -1413,7 +1407,7 @@ class SageMakerClient(BaseClient):
1413
1407
  """
1414
1408
 
1415
1409
  def create_processing_job(
1416
- self, **kwargs: Unpack[CreateProcessingJobRequestRequestTypeDef]
1410
+ self, **kwargs: Unpack[CreateProcessingJobRequestTypeDef]
1417
1411
  ) -> CreateProcessingJobResponseTypeDef:
1418
1412
  """
1419
1413
  Creates a processing job.
@@ -1423,7 +1417,7 @@ class SageMakerClient(BaseClient):
1423
1417
  """
1424
1418
 
1425
1419
  def create_project(
1426
- self, **kwargs: Unpack[CreateProjectInputRequestTypeDef]
1420
+ self, **kwargs: Unpack[CreateProjectInputTypeDef]
1427
1421
  ) -> CreateProjectOutputTypeDef:
1428
1422
  """
1429
1423
  Creates a machine learning (ML) project that can contain one or more templates
@@ -1434,7 +1428,7 @@ class SageMakerClient(BaseClient):
1434
1428
  """
1435
1429
 
1436
1430
  def create_space(
1437
- self, **kwargs: Unpack[CreateSpaceRequestRequestTypeDef]
1431
+ self, **kwargs: Unpack[CreateSpaceRequestTypeDef]
1438
1432
  ) -> CreateSpaceResponseTypeDef:
1439
1433
  """
1440
1434
  Creates a private space or a space used for real time collaboration in a domain.
@@ -1444,7 +1438,7 @@ class SageMakerClient(BaseClient):
1444
1438
  """
1445
1439
 
1446
1440
  def create_studio_lifecycle_config(
1447
- self, **kwargs: Unpack[CreateStudioLifecycleConfigRequestRequestTypeDef]
1441
+ self, **kwargs: Unpack[CreateStudioLifecycleConfigRequestTypeDef]
1448
1442
  ) -> CreateStudioLifecycleConfigResponseTypeDef:
1449
1443
  """
1450
1444
  Creates a new Amazon SageMaker AI Studio Lifecycle Configuration.
@@ -1454,7 +1448,7 @@ class SageMakerClient(BaseClient):
1454
1448
  """
1455
1449
 
1456
1450
  def create_training_job(
1457
- self, **kwargs: Unpack[CreateTrainingJobRequestRequestTypeDef]
1451
+ self, **kwargs: Unpack[CreateTrainingJobRequestTypeDef]
1458
1452
  ) -> CreateTrainingJobResponseTypeDef:
1459
1453
  """
1460
1454
  Starts a model training job.
@@ -1464,7 +1458,7 @@ class SageMakerClient(BaseClient):
1464
1458
  """
1465
1459
 
1466
1460
  def create_training_plan(
1467
- self, **kwargs: Unpack[CreateTrainingPlanRequestRequestTypeDef]
1461
+ self, **kwargs: Unpack[CreateTrainingPlanRequestTypeDef]
1468
1462
  ) -> CreateTrainingPlanResponseTypeDef:
1469
1463
  """
1470
1464
  Creates a new training plan in SageMaker to reserve compute capacity.
@@ -1474,7 +1468,7 @@ class SageMakerClient(BaseClient):
1474
1468
  """
1475
1469
 
1476
1470
  def create_transform_job(
1477
- self, **kwargs: Unpack[CreateTransformJobRequestRequestTypeDef]
1471
+ self, **kwargs: Unpack[CreateTransformJobRequestTypeDef]
1478
1472
  ) -> CreateTransformJobResponseTypeDef:
1479
1473
  """
1480
1474
  Starts a transform job.
@@ -1484,7 +1478,7 @@ class SageMakerClient(BaseClient):
1484
1478
  """
1485
1479
 
1486
1480
  def create_trial(
1487
- self, **kwargs: Unpack[CreateTrialRequestRequestTypeDef]
1481
+ self, **kwargs: Unpack[CreateTrialRequestTypeDef]
1488
1482
  ) -> CreateTrialResponseTypeDef:
1489
1483
  """
1490
1484
  Creates an SageMaker <i>trial</i>.
@@ -1494,7 +1488,7 @@ class SageMakerClient(BaseClient):
1494
1488
  """
1495
1489
 
1496
1490
  def create_trial_component(
1497
- self, **kwargs: Unpack[CreateTrialComponentRequestRequestTypeDef]
1491
+ self, **kwargs: Unpack[CreateTrialComponentRequestTypeDef]
1498
1492
  ) -> CreateTrialComponentResponseTypeDef:
1499
1493
  """
1500
1494
  Creates a <i>trial component</i>, which is a stage of a machine learning
@@ -1505,7 +1499,7 @@ class SageMakerClient(BaseClient):
1505
1499
  """
1506
1500
 
1507
1501
  def create_user_profile(
1508
- self, **kwargs: Unpack[CreateUserProfileRequestRequestTypeDef]
1502
+ self, **kwargs: Unpack[CreateUserProfileRequestTypeDef]
1509
1503
  ) -> CreateUserProfileResponseTypeDef:
1510
1504
  """
1511
1505
  Creates a user profile.
@@ -1515,7 +1509,7 @@ class SageMakerClient(BaseClient):
1515
1509
  """
1516
1510
 
1517
1511
  def create_workforce(
1518
- self, **kwargs: Unpack[CreateWorkforceRequestRequestTypeDef]
1512
+ self, **kwargs: Unpack[CreateWorkforceRequestTypeDef]
1519
1513
  ) -> CreateWorkforceResponseTypeDef:
1520
1514
  """
1521
1515
  Use this operation to create a workforce.
@@ -1525,7 +1519,7 @@ class SageMakerClient(BaseClient):
1525
1519
  """
1526
1520
 
1527
1521
  def create_workteam(
1528
- self, **kwargs: Unpack[CreateWorkteamRequestRequestTypeDef]
1522
+ self, **kwargs: Unpack[CreateWorkteamRequestTypeDef]
1529
1523
  ) -> CreateWorkteamResponseTypeDef:
1530
1524
  """
1531
1525
  Creates a new work team for labeling your data.
@@ -1535,7 +1529,7 @@ class SageMakerClient(BaseClient):
1535
1529
  """
1536
1530
 
1537
1531
  def delete_action(
1538
- self, **kwargs: Unpack[DeleteActionRequestRequestTypeDef]
1532
+ self, **kwargs: Unpack[DeleteActionRequestTypeDef]
1539
1533
  ) -> DeleteActionResponseTypeDef:
1540
1534
  """
1541
1535
  Deletes an action.
@@ -1545,7 +1539,7 @@ class SageMakerClient(BaseClient):
1545
1539
  """
1546
1540
 
1547
1541
  def delete_algorithm(
1548
- self, **kwargs: Unpack[DeleteAlgorithmInputRequestTypeDef]
1542
+ self, **kwargs: Unpack[DeleteAlgorithmInputTypeDef]
1549
1543
  ) -> EmptyResponseMetadataTypeDef:
1550
1544
  """
1551
1545
  Removes the specified algorithm from your account.
@@ -1554,9 +1548,7 @@ class SageMakerClient(BaseClient):
1554
1548
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#delete_algorithm)
1555
1549
  """
1556
1550
 
1557
- def delete_app(
1558
- self, **kwargs: Unpack[DeleteAppRequestRequestTypeDef]
1559
- ) -> EmptyResponseMetadataTypeDef:
1551
+ def delete_app(self, **kwargs: Unpack[DeleteAppRequestTypeDef]) -> EmptyResponseMetadataTypeDef:
1560
1552
  """
1561
1553
  Used to stop and delete an app.
1562
1554
 
@@ -1565,7 +1557,7 @@ class SageMakerClient(BaseClient):
1565
1557
  """
1566
1558
 
1567
1559
  def delete_app_image_config(
1568
- self, **kwargs: Unpack[DeleteAppImageConfigRequestRequestTypeDef]
1560
+ self, **kwargs: Unpack[DeleteAppImageConfigRequestTypeDef]
1569
1561
  ) -> EmptyResponseMetadataTypeDef:
1570
1562
  """
1571
1563
  Deletes an AppImageConfig.
@@ -1575,7 +1567,7 @@ class SageMakerClient(BaseClient):
1575
1567
  """
1576
1568
 
1577
1569
  def delete_artifact(
1578
- self, **kwargs: Unpack[DeleteArtifactRequestRequestTypeDef]
1570
+ self, **kwargs: Unpack[DeleteArtifactRequestTypeDef]
1579
1571
  ) -> DeleteArtifactResponseTypeDef:
1580
1572
  """
1581
1573
  Deletes an artifact.
@@ -1585,7 +1577,7 @@ class SageMakerClient(BaseClient):
1585
1577
  """
1586
1578
 
1587
1579
  def delete_association(
1588
- self, **kwargs: Unpack[DeleteAssociationRequestRequestTypeDef]
1580
+ self, **kwargs: Unpack[DeleteAssociationRequestTypeDef]
1589
1581
  ) -> DeleteAssociationResponseTypeDef:
1590
1582
  """
1591
1583
  Deletes an association.
@@ -1595,7 +1587,7 @@ class SageMakerClient(BaseClient):
1595
1587
  """
1596
1588
 
1597
1589
  def delete_cluster(
1598
- self, **kwargs: Unpack[DeleteClusterRequestRequestTypeDef]
1590
+ self, **kwargs: Unpack[DeleteClusterRequestTypeDef]
1599
1591
  ) -> DeleteClusterResponseTypeDef:
1600
1592
  """
1601
1593
  Delete a SageMaker HyperPod cluster.
@@ -1605,7 +1597,7 @@ class SageMakerClient(BaseClient):
1605
1597
  """
1606
1598
 
1607
1599
  def delete_cluster_scheduler_config(
1608
- self, **kwargs: Unpack[DeleteClusterSchedulerConfigRequestRequestTypeDef]
1600
+ self, **kwargs: Unpack[DeleteClusterSchedulerConfigRequestTypeDef]
1609
1601
  ) -> EmptyResponseMetadataTypeDef:
1610
1602
  """
1611
1603
  Deletes the cluster policy of the cluster.
@@ -1615,7 +1607,7 @@ class SageMakerClient(BaseClient):
1615
1607
  """
1616
1608
 
1617
1609
  def delete_code_repository(
1618
- self, **kwargs: Unpack[DeleteCodeRepositoryInputRequestTypeDef]
1610
+ self, **kwargs: Unpack[DeleteCodeRepositoryInputTypeDef]
1619
1611
  ) -> EmptyResponseMetadataTypeDef:
1620
1612
  """
1621
1613
  Deletes the specified Git repository from your account.
@@ -1625,7 +1617,7 @@ class SageMakerClient(BaseClient):
1625
1617
  """
1626
1618
 
1627
1619
  def delete_compilation_job(
1628
- self, **kwargs: Unpack[DeleteCompilationJobRequestRequestTypeDef]
1620
+ self, **kwargs: Unpack[DeleteCompilationJobRequestTypeDef]
1629
1621
  ) -> EmptyResponseMetadataTypeDef:
1630
1622
  """
1631
1623
  Deletes the specified compilation job.
@@ -1635,7 +1627,7 @@ class SageMakerClient(BaseClient):
1635
1627
  """
1636
1628
 
1637
1629
  def delete_compute_quota(
1638
- self, **kwargs: Unpack[DeleteComputeQuotaRequestRequestTypeDef]
1630
+ self, **kwargs: Unpack[DeleteComputeQuotaRequestTypeDef]
1639
1631
  ) -> EmptyResponseMetadataTypeDef:
1640
1632
  """
1641
1633
  Deletes the compute allocation from the cluster.
@@ -1645,7 +1637,7 @@ class SageMakerClient(BaseClient):
1645
1637
  """
1646
1638
 
1647
1639
  def delete_context(
1648
- self, **kwargs: Unpack[DeleteContextRequestRequestTypeDef]
1640
+ self, **kwargs: Unpack[DeleteContextRequestTypeDef]
1649
1641
  ) -> DeleteContextResponseTypeDef:
1650
1642
  """
1651
1643
  Deletes an context.
@@ -1655,7 +1647,7 @@ class SageMakerClient(BaseClient):
1655
1647
  """
1656
1648
 
1657
1649
  def delete_data_quality_job_definition(
1658
- self, **kwargs: Unpack[DeleteDataQualityJobDefinitionRequestRequestTypeDef]
1650
+ self, **kwargs: Unpack[DeleteDataQualityJobDefinitionRequestTypeDef]
1659
1651
  ) -> EmptyResponseMetadataTypeDef:
1660
1652
  """
1661
1653
  Deletes a data quality monitoring job definition.
@@ -1665,7 +1657,7 @@ class SageMakerClient(BaseClient):
1665
1657
  """
1666
1658
 
1667
1659
  def delete_device_fleet(
1668
- self, **kwargs: Unpack[DeleteDeviceFleetRequestRequestTypeDef]
1660
+ self, **kwargs: Unpack[DeleteDeviceFleetRequestTypeDef]
1669
1661
  ) -> EmptyResponseMetadataTypeDef:
1670
1662
  """
1671
1663
  Deletes a fleet.
@@ -1675,7 +1667,7 @@ class SageMakerClient(BaseClient):
1675
1667
  """
1676
1668
 
1677
1669
  def delete_domain(
1678
- self, **kwargs: Unpack[DeleteDomainRequestRequestTypeDef]
1670
+ self, **kwargs: Unpack[DeleteDomainRequestTypeDef]
1679
1671
  ) -> EmptyResponseMetadataTypeDef:
1680
1672
  """
1681
1673
  Used to delete a domain.
@@ -1685,7 +1677,7 @@ class SageMakerClient(BaseClient):
1685
1677
  """
1686
1678
 
1687
1679
  def delete_edge_deployment_plan(
1688
- self, **kwargs: Unpack[DeleteEdgeDeploymentPlanRequestRequestTypeDef]
1680
+ self, **kwargs: Unpack[DeleteEdgeDeploymentPlanRequestTypeDef]
1689
1681
  ) -> EmptyResponseMetadataTypeDef:
1690
1682
  """
1691
1683
  Deletes an edge deployment plan if (and only if) all the stages in the plan are
@@ -1696,7 +1688,7 @@ class SageMakerClient(BaseClient):
1696
1688
  """
1697
1689
 
1698
1690
  def delete_edge_deployment_stage(
1699
- self, **kwargs: Unpack[DeleteEdgeDeploymentStageRequestRequestTypeDef]
1691
+ self, **kwargs: Unpack[DeleteEdgeDeploymentStageRequestTypeDef]
1700
1692
  ) -> EmptyResponseMetadataTypeDef:
1701
1693
  """
1702
1694
  Delete a stage in an edge deployment plan if (and only if) the stage is
@@ -1707,7 +1699,7 @@ class SageMakerClient(BaseClient):
1707
1699
  """
1708
1700
 
1709
1701
  def delete_endpoint(
1710
- self, **kwargs: Unpack[DeleteEndpointInputRequestTypeDef]
1702
+ self, **kwargs: Unpack[DeleteEndpointInputTypeDef]
1711
1703
  ) -> EmptyResponseMetadataTypeDef:
1712
1704
  """
1713
1705
  Deletes an endpoint.
@@ -1717,7 +1709,7 @@ class SageMakerClient(BaseClient):
1717
1709
  """
1718
1710
 
1719
1711
  def delete_endpoint_config(
1720
- self, **kwargs: Unpack[DeleteEndpointConfigInputRequestTypeDef]
1712
+ self, **kwargs: Unpack[DeleteEndpointConfigInputTypeDef]
1721
1713
  ) -> EmptyResponseMetadataTypeDef:
1722
1714
  """
1723
1715
  Deletes an endpoint configuration.
@@ -1727,7 +1719,7 @@ class SageMakerClient(BaseClient):
1727
1719
  """
1728
1720
 
1729
1721
  def delete_experiment(
1730
- self, **kwargs: Unpack[DeleteExperimentRequestRequestTypeDef]
1722
+ self, **kwargs: Unpack[DeleteExperimentRequestTypeDef]
1731
1723
  ) -> DeleteExperimentResponseTypeDef:
1732
1724
  """
1733
1725
  Deletes an SageMaker experiment.
@@ -1737,7 +1729,7 @@ class SageMakerClient(BaseClient):
1737
1729
  """
1738
1730
 
1739
1731
  def delete_feature_group(
1740
- self, **kwargs: Unpack[DeleteFeatureGroupRequestRequestTypeDef]
1732
+ self, **kwargs: Unpack[DeleteFeatureGroupRequestTypeDef]
1741
1733
  ) -> EmptyResponseMetadataTypeDef:
1742
1734
  """
1743
1735
  Delete the <code>FeatureGroup</code> and any data that was written to the
@@ -1748,7 +1740,7 @@ class SageMakerClient(BaseClient):
1748
1740
  """
1749
1741
 
1750
1742
  def delete_flow_definition(
1751
- self, **kwargs: Unpack[DeleteFlowDefinitionRequestRequestTypeDef]
1743
+ self, **kwargs: Unpack[DeleteFlowDefinitionRequestTypeDef]
1752
1744
  ) -> Dict[str, Any]:
1753
1745
  """
1754
1746
  Deletes the specified flow definition.
@@ -1757,9 +1749,7 @@ class SageMakerClient(BaseClient):
1757
1749
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#delete_flow_definition)
1758
1750
  """
1759
1751
 
1760
- def delete_hub(
1761
- self, **kwargs: Unpack[DeleteHubRequestRequestTypeDef]
1762
- ) -> EmptyResponseMetadataTypeDef:
1752
+ def delete_hub(self, **kwargs: Unpack[DeleteHubRequestTypeDef]) -> EmptyResponseMetadataTypeDef:
1763
1753
  """
1764
1754
  Delete a hub.
1765
1755
 
@@ -1768,7 +1758,7 @@ class SageMakerClient(BaseClient):
1768
1758
  """
1769
1759
 
1770
1760
  def delete_hub_content(
1771
- self, **kwargs: Unpack[DeleteHubContentRequestRequestTypeDef]
1761
+ self, **kwargs: Unpack[DeleteHubContentRequestTypeDef]
1772
1762
  ) -> EmptyResponseMetadataTypeDef:
1773
1763
  """
1774
1764
  Delete the contents of a hub.
@@ -1778,7 +1768,7 @@ class SageMakerClient(BaseClient):
1778
1768
  """
1779
1769
 
1780
1770
  def delete_hub_content_reference(
1781
- self, **kwargs: Unpack[DeleteHubContentReferenceRequestRequestTypeDef]
1771
+ self, **kwargs: Unpack[DeleteHubContentReferenceRequestTypeDef]
1782
1772
  ) -> EmptyResponseMetadataTypeDef:
1783
1773
  """
1784
1774
  Delete a hub content reference in order to remove a model from a private hub.
@@ -1788,7 +1778,7 @@ class SageMakerClient(BaseClient):
1788
1778
  """
1789
1779
 
1790
1780
  def delete_human_task_ui(
1791
- self, **kwargs: Unpack[DeleteHumanTaskUiRequestRequestTypeDef]
1781
+ self, **kwargs: Unpack[DeleteHumanTaskUiRequestTypeDef]
1792
1782
  ) -> Dict[str, Any]:
1793
1783
  """
1794
1784
  Use this operation to delete a human task user interface (worker task template).
@@ -1798,7 +1788,7 @@ class SageMakerClient(BaseClient):
1798
1788
  """
1799
1789
 
1800
1790
  def delete_hyper_parameter_tuning_job(
1801
- self, **kwargs: Unpack[DeleteHyperParameterTuningJobRequestRequestTypeDef]
1791
+ self, **kwargs: Unpack[DeleteHyperParameterTuningJobRequestTypeDef]
1802
1792
  ) -> EmptyResponseMetadataTypeDef:
1803
1793
  """
1804
1794
  Deletes a hyperparameter tuning job.
@@ -1807,7 +1797,7 @@ class SageMakerClient(BaseClient):
1807
1797
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#delete_hyper_parameter_tuning_job)
1808
1798
  """
1809
1799
 
1810
- def delete_image(self, **kwargs: Unpack[DeleteImageRequestRequestTypeDef]) -> Dict[str, Any]:
1800
+ def delete_image(self, **kwargs: Unpack[DeleteImageRequestTypeDef]) -> Dict[str, Any]:
1811
1801
  """
1812
1802
  Deletes a SageMaker AI image and all versions of the image.
1813
1803
 
@@ -1816,7 +1806,7 @@ class SageMakerClient(BaseClient):
1816
1806
  """
1817
1807
 
1818
1808
  def delete_image_version(
1819
- self, **kwargs: Unpack[DeleteImageVersionRequestRequestTypeDef]
1809
+ self, **kwargs: Unpack[DeleteImageVersionRequestTypeDef]
1820
1810
  ) -> Dict[str, Any]:
1821
1811
  """
1822
1812
  Deletes a version of a SageMaker AI image.
@@ -1826,7 +1816,7 @@ class SageMakerClient(BaseClient):
1826
1816
  """
1827
1817
 
1828
1818
  def delete_inference_component(
1829
- self, **kwargs: Unpack[DeleteInferenceComponentInputRequestTypeDef]
1819
+ self, **kwargs: Unpack[DeleteInferenceComponentInputTypeDef]
1830
1820
  ) -> EmptyResponseMetadataTypeDef:
1831
1821
  """
1832
1822
  Deletes an inference component.
@@ -1836,7 +1826,7 @@ class SageMakerClient(BaseClient):
1836
1826
  """
1837
1827
 
1838
1828
  def delete_inference_experiment(
1839
- self, **kwargs: Unpack[DeleteInferenceExperimentRequestRequestTypeDef]
1829
+ self, **kwargs: Unpack[DeleteInferenceExperimentRequestTypeDef]
1840
1830
  ) -> DeleteInferenceExperimentResponseTypeDef:
1841
1831
  """
1842
1832
  Deletes an inference experiment.
@@ -1846,7 +1836,7 @@ class SageMakerClient(BaseClient):
1846
1836
  """
1847
1837
 
1848
1838
  def delete_mlflow_tracking_server(
1849
- self, **kwargs: Unpack[DeleteMlflowTrackingServerRequestRequestTypeDef]
1839
+ self, **kwargs: Unpack[DeleteMlflowTrackingServerRequestTypeDef]
1850
1840
  ) -> DeleteMlflowTrackingServerResponseTypeDef:
1851
1841
  """
1852
1842
  Deletes an MLflow Tracking Server.
@@ -1856,7 +1846,7 @@ class SageMakerClient(BaseClient):
1856
1846
  """
1857
1847
 
1858
1848
  def delete_model(
1859
- self, **kwargs: Unpack[DeleteModelInputRequestTypeDef]
1849
+ self, **kwargs: Unpack[DeleteModelInputTypeDef]
1860
1850
  ) -> EmptyResponseMetadataTypeDef:
1861
1851
  """
1862
1852
  Deletes a model.
@@ -1866,7 +1856,7 @@ class SageMakerClient(BaseClient):
1866
1856
  """
1867
1857
 
1868
1858
  def delete_model_bias_job_definition(
1869
- self, **kwargs: Unpack[DeleteModelBiasJobDefinitionRequestRequestTypeDef]
1859
+ self, **kwargs: Unpack[DeleteModelBiasJobDefinitionRequestTypeDef]
1870
1860
  ) -> EmptyResponseMetadataTypeDef:
1871
1861
  """
1872
1862
  Deletes an Amazon SageMaker AI model bias job definition.
@@ -1876,7 +1866,7 @@ class SageMakerClient(BaseClient):
1876
1866
  """
1877
1867
 
1878
1868
  def delete_model_card(
1879
- self, **kwargs: Unpack[DeleteModelCardRequestRequestTypeDef]
1869
+ self, **kwargs: Unpack[DeleteModelCardRequestTypeDef]
1880
1870
  ) -> EmptyResponseMetadataTypeDef:
1881
1871
  """
1882
1872
  Deletes an Amazon SageMaker Model Card.
@@ -1886,7 +1876,7 @@ class SageMakerClient(BaseClient):
1886
1876
  """
1887
1877
 
1888
1878
  def delete_model_explainability_job_definition(
1889
- self, **kwargs: Unpack[DeleteModelExplainabilityJobDefinitionRequestRequestTypeDef]
1879
+ self, **kwargs: Unpack[DeleteModelExplainabilityJobDefinitionRequestTypeDef]
1890
1880
  ) -> EmptyResponseMetadataTypeDef:
1891
1881
  """
1892
1882
  Deletes an Amazon SageMaker AI model explainability job definition.
@@ -1896,7 +1886,7 @@ class SageMakerClient(BaseClient):
1896
1886
  """
1897
1887
 
1898
1888
  def delete_model_package(
1899
- self, **kwargs: Unpack[DeleteModelPackageInputRequestTypeDef]
1889
+ self, **kwargs: Unpack[DeleteModelPackageInputTypeDef]
1900
1890
  ) -> EmptyResponseMetadataTypeDef:
1901
1891
  """
1902
1892
  Deletes a model package.
@@ -1906,7 +1896,7 @@ class SageMakerClient(BaseClient):
1906
1896
  """
1907
1897
 
1908
1898
  def delete_model_package_group(
1909
- self, **kwargs: Unpack[DeleteModelPackageGroupInputRequestTypeDef]
1899
+ self, **kwargs: Unpack[DeleteModelPackageGroupInputTypeDef]
1910
1900
  ) -> EmptyResponseMetadataTypeDef:
1911
1901
  """
1912
1902
  Deletes the specified model group.
@@ -1916,7 +1906,7 @@ class SageMakerClient(BaseClient):
1916
1906
  """
1917
1907
 
1918
1908
  def delete_model_package_group_policy(
1919
- self, **kwargs: Unpack[DeleteModelPackageGroupPolicyInputRequestTypeDef]
1909
+ self, **kwargs: Unpack[DeleteModelPackageGroupPolicyInputTypeDef]
1920
1910
  ) -> EmptyResponseMetadataTypeDef:
1921
1911
  """
1922
1912
  Deletes a model group resource policy.
@@ -1926,7 +1916,7 @@ class SageMakerClient(BaseClient):
1926
1916
  """
1927
1917
 
1928
1918
  def delete_model_quality_job_definition(
1929
- self, **kwargs: Unpack[DeleteModelQualityJobDefinitionRequestRequestTypeDef]
1919
+ self, **kwargs: Unpack[DeleteModelQualityJobDefinitionRequestTypeDef]
1930
1920
  ) -> EmptyResponseMetadataTypeDef:
1931
1921
  """
1932
1922
  Deletes the secified model quality monitoring job definition.
@@ -1936,7 +1926,7 @@ class SageMakerClient(BaseClient):
1936
1926
  """
1937
1927
 
1938
1928
  def delete_monitoring_schedule(
1939
- self, **kwargs: Unpack[DeleteMonitoringScheduleRequestRequestTypeDef]
1929
+ self, **kwargs: Unpack[DeleteMonitoringScheduleRequestTypeDef]
1940
1930
  ) -> EmptyResponseMetadataTypeDef:
1941
1931
  """
1942
1932
  Deletes a monitoring schedule.
@@ -1946,7 +1936,7 @@ class SageMakerClient(BaseClient):
1946
1936
  """
1947
1937
 
1948
1938
  def delete_notebook_instance(
1949
- self, **kwargs: Unpack[DeleteNotebookInstanceInputRequestTypeDef]
1939
+ self, **kwargs: Unpack[DeleteNotebookInstanceInputTypeDef]
1950
1940
  ) -> EmptyResponseMetadataTypeDef:
1951
1941
  """
1952
1942
  Deletes an SageMaker AI notebook instance.
@@ -1956,7 +1946,7 @@ class SageMakerClient(BaseClient):
1956
1946
  """
1957
1947
 
1958
1948
  def delete_notebook_instance_lifecycle_config(
1959
- self, **kwargs: Unpack[DeleteNotebookInstanceLifecycleConfigInputRequestTypeDef]
1949
+ self, **kwargs: Unpack[DeleteNotebookInstanceLifecycleConfigInputTypeDef]
1960
1950
  ) -> EmptyResponseMetadataTypeDef:
1961
1951
  """
1962
1952
  Deletes a notebook instance lifecycle configuration.
@@ -1966,7 +1956,7 @@ class SageMakerClient(BaseClient):
1966
1956
  """
1967
1957
 
1968
1958
  def delete_optimization_job(
1969
- self, **kwargs: Unpack[DeleteOptimizationJobRequestRequestTypeDef]
1959
+ self, **kwargs: Unpack[DeleteOptimizationJobRequestTypeDef]
1970
1960
  ) -> EmptyResponseMetadataTypeDef:
1971
1961
  """
1972
1962
  Deletes an optimization job.
@@ -1976,7 +1966,7 @@ class SageMakerClient(BaseClient):
1976
1966
  """
1977
1967
 
1978
1968
  def delete_partner_app(
1979
- self, **kwargs: Unpack[DeletePartnerAppRequestRequestTypeDef]
1969
+ self, **kwargs: Unpack[DeletePartnerAppRequestTypeDef]
1980
1970
  ) -> DeletePartnerAppResponseTypeDef:
1981
1971
  """
1982
1972
  Deletes a SageMaker Partner AI App.
@@ -1986,7 +1976,7 @@ class SageMakerClient(BaseClient):
1986
1976
  """
1987
1977
 
1988
1978
  def delete_pipeline(
1989
- self, **kwargs: Unpack[DeletePipelineRequestRequestTypeDef]
1979
+ self, **kwargs: Unpack[DeletePipelineRequestTypeDef]
1990
1980
  ) -> DeletePipelineResponseTypeDef:
1991
1981
  """
1992
1982
  Deletes a pipeline if there are no running instances of the pipeline.
@@ -1996,7 +1986,7 @@ class SageMakerClient(BaseClient):
1996
1986
  """
1997
1987
 
1998
1988
  def delete_project(
1999
- self, **kwargs: Unpack[DeleteProjectInputRequestTypeDef]
1989
+ self, **kwargs: Unpack[DeleteProjectInputTypeDef]
2000
1990
  ) -> EmptyResponseMetadataTypeDef:
2001
1991
  """
2002
1992
  Delete the specified project.
@@ -2006,7 +1996,7 @@ class SageMakerClient(BaseClient):
2006
1996
  """
2007
1997
 
2008
1998
  def delete_space(
2009
- self, **kwargs: Unpack[DeleteSpaceRequestRequestTypeDef]
1999
+ self, **kwargs: Unpack[DeleteSpaceRequestTypeDef]
2010
2000
  ) -> EmptyResponseMetadataTypeDef:
2011
2001
  """
2012
2002
  Used to delete a space.
@@ -2016,7 +2006,7 @@ class SageMakerClient(BaseClient):
2016
2006
  """
2017
2007
 
2018
2008
  def delete_studio_lifecycle_config(
2019
- self, **kwargs: Unpack[DeleteStudioLifecycleConfigRequestRequestTypeDef]
2009
+ self, **kwargs: Unpack[DeleteStudioLifecycleConfigRequestTypeDef]
2020
2010
  ) -> EmptyResponseMetadataTypeDef:
2021
2011
  """
2022
2012
  Deletes the Amazon SageMaker AI Studio Lifecycle Configuration.
@@ -2025,7 +2015,7 @@ class SageMakerClient(BaseClient):
2025
2015
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#delete_studio_lifecycle_config)
2026
2016
  """
2027
2017
 
2028
- def delete_tags(self, **kwargs: Unpack[DeleteTagsInputRequestTypeDef]) -> Dict[str, Any]:
2018
+ def delete_tags(self, **kwargs: Unpack[DeleteTagsInputTypeDef]) -> Dict[str, Any]:
2029
2019
  """
2030
2020
  Deletes the specified tags from an SageMaker resource.
2031
2021
 
@@ -2034,7 +2024,7 @@ class SageMakerClient(BaseClient):
2034
2024
  """
2035
2025
 
2036
2026
  def delete_trial(
2037
- self, **kwargs: Unpack[DeleteTrialRequestRequestTypeDef]
2027
+ self, **kwargs: Unpack[DeleteTrialRequestTypeDef]
2038
2028
  ) -> DeleteTrialResponseTypeDef:
2039
2029
  """
2040
2030
  Deletes the specified trial.
@@ -2044,7 +2034,7 @@ class SageMakerClient(BaseClient):
2044
2034
  """
2045
2035
 
2046
2036
  def delete_trial_component(
2047
- self, **kwargs: Unpack[DeleteTrialComponentRequestRequestTypeDef]
2037
+ self, **kwargs: Unpack[DeleteTrialComponentRequestTypeDef]
2048
2038
  ) -> DeleteTrialComponentResponseTypeDef:
2049
2039
  """
2050
2040
  Deletes the specified trial component.
@@ -2054,7 +2044,7 @@ class SageMakerClient(BaseClient):
2054
2044
  """
2055
2045
 
2056
2046
  def delete_user_profile(
2057
- self, **kwargs: Unpack[DeleteUserProfileRequestRequestTypeDef]
2047
+ self, **kwargs: Unpack[DeleteUserProfileRequestTypeDef]
2058
2048
  ) -> EmptyResponseMetadataTypeDef:
2059
2049
  """
2060
2050
  Deletes a user profile.
@@ -2063,9 +2053,7 @@ class SageMakerClient(BaseClient):
2063
2053
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#delete_user_profile)
2064
2054
  """
2065
2055
 
2066
- def delete_workforce(
2067
- self, **kwargs: Unpack[DeleteWorkforceRequestRequestTypeDef]
2068
- ) -> Dict[str, Any]:
2056
+ def delete_workforce(self, **kwargs: Unpack[DeleteWorkforceRequestTypeDef]) -> Dict[str, Any]:
2069
2057
  """
2070
2058
  Use this operation to delete a workforce.
2071
2059
 
@@ -2074,7 +2062,7 @@ class SageMakerClient(BaseClient):
2074
2062
  """
2075
2063
 
2076
2064
  def delete_workteam(
2077
- self, **kwargs: Unpack[DeleteWorkteamRequestRequestTypeDef]
2065
+ self, **kwargs: Unpack[DeleteWorkteamRequestTypeDef]
2078
2066
  ) -> DeleteWorkteamResponseTypeDef:
2079
2067
  """
2080
2068
  Deletes an existing work team.
@@ -2084,7 +2072,7 @@ class SageMakerClient(BaseClient):
2084
2072
  """
2085
2073
 
2086
2074
  def deregister_devices(
2087
- self, **kwargs: Unpack[DeregisterDevicesRequestRequestTypeDef]
2075
+ self, **kwargs: Unpack[DeregisterDevicesRequestTypeDef]
2088
2076
  ) -> EmptyResponseMetadataTypeDef:
2089
2077
  """
2090
2078
  Deregisters the specified devices.
@@ -2094,7 +2082,7 @@ class SageMakerClient(BaseClient):
2094
2082
  """
2095
2083
 
2096
2084
  def describe_action(
2097
- self, **kwargs: Unpack[DescribeActionRequestRequestTypeDef]
2085
+ self, **kwargs: Unpack[DescribeActionRequestTypeDef]
2098
2086
  ) -> DescribeActionResponseTypeDef:
2099
2087
  """
2100
2088
  Describes an action.
@@ -2104,7 +2092,7 @@ class SageMakerClient(BaseClient):
2104
2092
  """
2105
2093
 
2106
2094
  def describe_algorithm(
2107
- self, **kwargs: Unpack[DescribeAlgorithmInputRequestTypeDef]
2095
+ self, **kwargs: Unpack[DescribeAlgorithmInputTypeDef]
2108
2096
  ) -> DescribeAlgorithmOutputTypeDef:
2109
2097
  """
2110
2098
  Returns a description of the specified algorithm that is in your account.
@@ -2114,7 +2102,7 @@ class SageMakerClient(BaseClient):
2114
2102
  """
2115
2103
 
2116
2104
  def describe_app(
2117
- self, **kwargs: Unpack[DescribeAppRequestRequestTypeDef]
2105
+ self, **kwargs: Unpack[DescribeAppRequestTypeDef]
2118
2106
  ) -> DescribeAppResponseTypeDef:
2119
2107
  """
2120
2108
  Describes the app.
@@ -2124,7 +2112,7 @@ class SageMakerClient(BaseClient):
2124
2112
  """
2125
2113
 
2126
2114
  def describe_app_image_config(
2127
- self, **kwargs: Unpack[DescribeAppImageConfigRequestRequestTypeDef]
2115
+ self, **kwargs: Unpack[DescribeAppImageConfigRequestTypeDef]
2128
2116
  ) -> DescribeAppImageConfigResponseTypeDef:
2129
2117
  """
2130
2118
  Describes an AppImageConfig.
@@ -2134,7 +2122,7 @@ class SageMakerClient(BaseClient):
2134
2122
  """
2135
2123
 
2136
2124
  def describe_artifact(
2137
- self, **kwargs: Unpack[DescribeArtifactRequestRequestTypeDef]
2125
+ self, **kwargs: Unpack[DescribeArtifactRequestTypeDef]
2138
2126
  ) -> DescribeArtifactResponseTypeDef:
2139
2127
  """
2140
2128
  Describes an artifact.
@@ -2144,7 +2132,7 @@ class SageMakerClient(BaseClient):
2144
2132
  """
2145
2133
 
2146
2134
  def describe_auto_ml_job(
2147
- self, **kwargs: Unpack[DescribeAutoMLJobRequestRequestTypeDef]
2135
+ self, **kwargs: Unpack[DescribeAutoMLJobRequestTypeDef]
2148
2136
  ) -> DescribeAutoMLJobResponseTypeDef:
2149
2137
  """
2150
2138
  Returns information about an AutoML job created by calling <a
@@ -2155,7 +2143,7 @@ class SageMakerClient(BaseClient):
2155
2143
  """
2156
2144
 
2157
2145
  def describe_auto_ml_job_v2(
2158
- self, **kwargs: Unpack[DescribeAutoMLJobV2RequestRequestTypeDef]
2146
+ self, **kwargs: Unpack[DescribeAutoMLJobV2RequestTypeDef]
2159
2147
  ) -> DescribeAutoMLJobV2ResponseTypeDef:
2160
2148
  """
2161
2149
  Returns information about an AutoML job created by calling <a
@@ -2168,7 +2156,7 @@ class SageMakerClient(BaseClient):
2168
2156
  """
2169
2157
 
2170
2158
  def describe_cluster(
2171
- self, **kwargs: Unpack[DescribeClusterRequestRequestTypeDef]
2159
+ self, **kwargs: Unpack[DescribeClusterRequestTypeDef]
2172
2160
  ) -> DescribeClusterResponseTypeDef:
2173
2161
  """
2174
2162
  Retrieves information of a SageMaker HyperPod cluster.
@@ -2178,7 +2166,7 @@ class SageMakerClient(BaseClient):
2178
2166
  """
2179
2167
 
2180
2168
  def describe_cluster_node(
2181
- self, **kwargs: Unpack[DescribeClusterNodeRequestRequestTypeDef]
2169
+ self, **kwargs: Unpack[DescribeClusterNodeRequestTypeDef]
2182
2170
  ) -> DescribeClusterNodeResponseTypeDef:
2183
2171
  """
2184
2172
  Retrieves information of a node (also called a <i>instance</i> interchangeably)
@@ -2189,7 +2177,7 @@ class SageMakerClient(BaseClient):
2189
2177
  """
2190
2178
 
2191
2179
  def describe_cluster_scheduler_config(
2192
- self, **kwargs: Unpack[DescribeClusterSchedulerConfigRequestRequestTypeDef]
2180
+ self, **kwargs: Unpack[DescribeClusterSchedulerConfigRequestTypeDef]
2193
2181
  ) -> DescribeClusterSchedulerConfigResponseTypeDef:
2194
2182
  """
2195
2183
  Description of the cluster policy.
@@ -2199,7 +2187,7 @@ class SageMakerClient(BaseClient):
2199
2187
  """
2200
2188
 
2201
2189
  def describe_code_repository(
2202
- self, **kwargs: Unpack[DescribeCodeRepositoryInputRequestTypeDef]
2190
+ self, **kwargs: Unpack[DescribeCodeRepositoryInputTypeDef]
2203
2191
  ) -> DescribeCodeRepositoryOutputTypeDef:
2204
2192
  """
2205
2193
  Gets details about the specified Git repository.
@@ -2209,7 +2197,7 @@ class SageMakerClient(BaseClient):
2209
2197
  """
2210
2198
 
2211
2199
  def describe_compilation_job(
2212
- self, **kwargs: Unpack[DescribeCompilationJobRequestRequestTypeDef]
2200
+ self, **kwargs: Unpack[DescribeCompilationJobRequestTypeDef]
2213
2201
  ) -> DescribeCompilationJobResponseTypeDef:
2214
2202
  """
2215
2203
  Returns information about a model compilation job.
@@ -2219,7 +2207,7 @@ class SageMakerClient(BaseClient):
2219
2207
  """
2220
2208
 
2221
2209
  def describe_compute_quota(
2222
- self, **kwargs: Unpack[DescribeComputeQuotaRequestRequestTypeDef]
2210
+ self, **kwargs: Unpack[DescribeComputeQuotaRequestTypeDef]
2223
2211
  ) -> DescribeComputeQuotaResponseTypeDef:
2224
2212
  """
2225
2213
  Description of the compute allocation definition.
@@ -2229,7 +2217,7 @@ class SageMakerClient(BaseClient):
2229
2217
  """
2230
2218
 
2231
2219
  def describe_context(
2232
- self, **kwargs: Unpack[DescribeContextRequestRequestTypeDef]
2220
+ self, **kwargs: Unpack[DescribeContextRequestTypeDef]
2233
2221
  ) -> DescribeContextResponseTypeDef:
2234
2222
  """
2235
2223
  Describes a context.
@@ -2239,7 +2227,7 @@ class SageMakerClient(BaseClient):
2239
2227
  """
2240
2228
 
2241
2229
  def describe_data_quality_job_definition(
2242
- self, **kwargs: Unpack[DescribeDataQualityJobDefinitionRequestRequestTypeDef]
2230
+ self, **kwargs: Unpack[DescribeDataQualityJobDefinitionRequestTypeDef]
2243
2231
  ) -> DescribeDataQualityJobDefinitionResponseTypeDef:
2244
2232
  """
2245
2233
  Gets the details of a data quality monitoring job definition.
@@ -2249,7 +2237,7 @@ class SageMakerClient(BaseClient):
2249
2237
  """
2250
2238
 
2251
2239
  def describe_device(
2252
- self, **kwargs: Unpack[DescribeDeviceRequestRequestTypeDef]
2240
+ self, **kwargs: Unpack[DescribeDeviceRequestTypeDef]
2253
2241
  ) -> DescribeDeviceResponseTypeDef:
2254
2242
  """
2255
2243
  Describes the device.
@@ -2259,7 +2247,7 @@ class SageMakerClient(BaseClient):
2259
2247
  """
2260
2248
 
2261
2249
  def describe_device_fleet(
2262
- self, **kwargs: Unpack[DescribeDeviceFleetRequestRequestTypeDef]
2250
+ self, **kwargs: Unpack[DescribeDeviceFleetRequestTypeDef]
2263
2251
  ) -> DescribeDeviceFleetResponseTypeDef:
2264
2252
  """
2265
2253
  A description of the fleet the device belongs to.
@@ -2269,7 +2257,7 @@ class SageMakerClient(BaseClient):
2269
2257
  """
2270
2258
 
2271
2259
  def describe_domain(
2272
- self, **kwargs: Unpack[DescribeDomainRequestRequestTypeDef]
2260
+ self, **kwargs: Unpack[DescribeDomainRequestTypeDef]
2273
2261
  ) -> DescribeDomainResponseTypeDef:
2274
2262
  """
2275
2263
  The description of the domain.
@@ -2279,7 +2267,7 @@ class SageMakerClient(BaseClient):
2279
2267
  """
2280
2268
 
2281
2269
  def describe_edge_deployment_plan(
2282
- self, **kwargs: Unpack[DescribeEdgeDeploymentPlanRequestRequestTypeDef]
2270
+ self, **kwargs: Unpack[DescribeEdgeDeploymentPlanRequestTypeDef]
2283
2271
  ) -> DescribeEdgeDeploymentPlanResponseTypeDef:
2284
2272
  """
2285
2273
  Describes an edge deployment plan with deployment status per stage.
@@ -2289,7 +2277,7 @@ class SageMakerClient(BaseClient):
2289
2277
  """
2290
2278
 
2291
2279
  def describe_edge_packaging_job(
2292
- self, **kwargs: Unpack[DescribeEdgePackagingJobRequestRequestTypeDef]
2280
+ self, **kwargs: Unpack[DescribeEdgePackagingJobRequestTypeDef]
2293
2281
  ) -> DescribeEdgePackagingJobResponseTypeDef:
2294
2282
  """
2295
2283
  A description of edge packaging jobs.
@@ -2299,7 +2287,7 @@ class SageMakerClient(BaseClient):
2299
2287
  """
2300
2288
 
2301
2289
  def describe_endpoint(
2302
- self, **kwargs: Unpack[DescribeEndpointInputRequestTypeDef]
2290
+ self, **kwargs: Unpack[DescribeEndpointInputTypeDef]
2303
2291
  ) -> DescribeEndpointOutputTypeDef:
2304
2292
  """
2305
2293
  Returns the description of an endpoint.
@@ -2309,7 +2297,7 @@ class SageMakerClient(BaseClient):
2309
2297
  """
2310
2298
 
2311
2299
  def describe_endpoint_config(
2312
- self, **kwargs: Unpack[DescribeEndpointConfigInputRequestTypeDef]
2300
+ self, **kwargs: Unpack[DescribeEndpointConfigInputTypeDef]
2313
2301
  ) -> DescribeEndpointConfigOutputTypeDef:
2314
2302
  """
2315
2303
  Returns the description of an endpoint configuration created using the
@@ -2320,7 +2308,7 @@ class SageMakerClient(BaseClient):
2320
2308
  """
2321
2309
 
2322
2310
  def describe_experiment(
2323
- self, **kwargs: Unpack[DescribeExperimentRequestRequestTypeDef]
2311
+ self, **kwargs: Unpack[DescribeExperimentRequestTypeDef]
2324
2312
  ) -> DescribeExperimentResponseTypeDef:
2325
2313
  """
2326
2314
  Provides a list of an experiment's properties.
@@ -2330,7 +2318,7 @@ class SageMakerClient(BaseClient):
2330
2318
  """
2331
2319
 
2332
2320
  def describe_feature_group(
2333
- self, **kwargs: Unpack[DescribeFeatureGroupRequestRequestTypeDef]
2321
+ self, **kwargs: Unpack[DescribeFeatureGroupRequestTypeDef]
2334
2322
  ) -> DescribeFeatureGroupResponseTypeDef:
2335
2323
  """
2336
2324
  Use this operation to describe a <code>FeatureGroup</code>.
@@ -2340,7 +2328,7 @@ class SageMakerClient(BaseClient):
2340
2328
  """
2341
2329
 
2342
2330
  def describe_feature_metadata(
2343
- self, **kwargs: Unpack[DescribeFeatureMetadataRequestRequestTypeDef]
2331
+ self, **kwargs: Unpack[DescribeFeatureMetadataRequestTypeDef]
2344
2332
  ) -> DescribeFeatureMetadataResponseTypeDef:
2345
2333
  """
2346
2334
  Shows the metadata for a feature within a feature group.
@@ -2350,7 +2338,7 @@ class SageMakerClient(BaseClient):
2350
2338
  """
2351
2339
 
2352
2340
  def describe_flow_definition(
2353
- self, **kwargs: Unpack[DescribeFlowDefinitionRequestRequestTypeDef]
2341
+ self, **kwargs: Unpack[DescribeFlowDefinitionRequestTypeDef]
2354
2342
  ) -> DescribeFlowDefinitionResponseTypeDef:
2355
2343
  """
2356
2344
  Returns information about the specified flow definition.
@@ -2360,7 +2348,7 @@ class SageMakerClient(BaseClient):
2360
2348
  """
2361
2349
 
2362
2350
  def describe_hub(
2363
- self, **kwargs: Unpack[DescribeHubRequestRequestTypeDef]
2351
+ self, **kwargs: Unpack[DescribeHubRequestTypeDef]
2364
2352
  ) -> DescribeHubResponseTypeDef:
2365
2353
  """
2366
2354
  Describes a hub.
@@ -2370,7 +2358,7 @@ class SageMakerClient(BaseClient):
2370
2358
  """
2371
2359
 
2372
2360
  def describe_hub_content(
2373
- self, **kwargs: Unpack[DescribeHubContentRequestRequestTypeDef]
2361
+ self, **kwargs: Unpack[DescribeHubContentRequestTypeDef]
2374
2362
  ) -> DescribeHubContentResponseTypeDef:
2375
2363
  """
2376
2364
  Describe the content of a hub.
@@ -2380,7 +2368,7 @@ class SageMakerClient(BaseClient):
2380
2368
  """
2381
2369
 
2382
2370
  def describe_human_task_ui(
2383
- self, **kwargs: Unpack[DescribeHumanTaskUiRequestRequestTypeDef]
2371
+ self, **kwargs: Unpack[DescribeHumanTaskUiRequestTypeDef]
2384
2372
  ) -> DescribeHumanTaskUiResponseTypeDef:
2385
2373
  """
2386
2374
  Returns information about the requested human task user interface (worker task
@@ -2391,7 +2379,7 @@ class SageMakerClient(BaseClient):
2391
2379
  """
2392
2380
 
2393
2381
  def describe_hyper_parameter_tuning_job(
2394
- self, **kwargs: Unpack[DescribeHyperParameterTuningJobRequestRequestTypeDef]
2382
+ self, **kwargs: Unpack[DescribeHyperParameterTuningJobRequestTypeDef]
2395
2383
  ) -> DescribeHyperParameterTuningJobResponseTypeDef:
2396
2384
  """
2397
2385
  Returns a description of a hyperparameter tuning job, depending on the fields
@@ -2402,7 +2390,7 @@ class SageMakerClient(BaseClient):
2402
2390
  """
2403
2391
 
2404
2392
  def describe_image(
2405
- self, **kwargs: Unpack[DescribeImageRequestRequestTypeDef]
2393
+ self, **kwargs: Unpack[DescribeImageRequestTypeDef]
2406
2394
  ) -> DescribeImageResponseTypeDef:
2407
2395
  """
2408
2396
  Describes a SageMaker AI image.
@@ -2412,7 +2400,7 @@ class SageMakerClient(BaseClient):
2412
2400
  """
2413
2401
 
2414
2402
  def describe_image_version(
2415
- self, **kwargs: Unpack[DescribeImageVersionRequestRequestTypeDef]
2403
+ self, **kwargs: Unpack[DescribeImageVersionRequestTypeDef]
2416
2404
  ) -> DescribeImageVersionResponseTypeDef:
2417
2405
  """
2418
2406
  Describes a version of a SageMaker AI image.
@@ -2422,7 +2410,7 @@ class SageMakerClient(BaseClient):
2422
2410
  """
2423
2411
 
2424
2412
  def describe_inference_component(
2425
- self, **kwargs: Unpack[DescribeInferenceComponentInputRequestTypeDef]
2413
+ self, **kwargs: Unpack[DescribeInferenceComponentInputTypeDef]
2426
2414
  ) -> DescribeInferenceComponentOutputTypeDef:
2427
2415
  """
2428
2416
  Returns information about an inference component.
@@ -2432,7 +2420,7 @@ class SageMakerClient(BaseClient):
2432
2420
  """
2433
2421
 
2434
2422
  def describe_inference_experiment(
2435
- self, **kwargs: Unpack[DescribeInferenceExperimentRequestRequestTypeDef]
2423
+ self, **kwargs: Unpack[DescribeInferenceExperimentRequestTypeDef]
2436
2424
  ) -> DescribeInferenceExperimentResponseTypeDef:
2437
2425
  """
2438
2426
  Returns details about an inference experiment.
@@ -2442,7 +2430,7 @@ class SageMakerClient(BaseClient):
2442
2430
  """
2443
2431
 
2444
2432
  def describe_inference_recommendations_job(
2445
- self, **kwargs: Unpack[DescribeInferenceRecommendationsJobRequestRequestTypeDef]
2433
+ self, **kwargs: Unpack[DescribeInferenceRecommendationsJobRequestTypeDef]
2446
2434
  ) -> DescribeInferenceRecommendationsJobResponseTypeDef:
2447
2435
  """
2448
2436
  Provides the results of the Inference Recommender job.
@@ -2452,7 +2440,7 @@ class SageMakerClient(BaseClient):
2452
2440
  """
2453
2441
 
2454
2442
  def describe_labeling_job(
2455
- self, **kwargs: Unpack[DescribeLabelingJobRequestRequestTypeDef]
2443
+ self, **kwargs: Unpack[DescribeLabelingJobRequestTypeDef]
2456
2444
  ) -> DescribeLabelingJobResponseTypeDef:
2457
2445
  """
2458
2446
  Gets information about a labeling job.
@@ -2462,7 +2450,7 @@ class SageMakerClient(BaseClient):
2462
2450
  """
2463
2451
 
2464
2452
  def describe_lineage_group(
2465
- self, **kwargs: Unpack[DescribeLineageGroupRequestRequestTypeDef]
2453
+ self, **kwargs: Unpack[DescribeLineageGroupRequestTypeDef]
2466
2454
  ) -> DescribeLineageGroupResponseTypeDef:
2467
2455
  """
2468
2456
  Provides a list of properties for the requested lineage group.
@@ -2472,7 +2460,7 @@ class SageMakerClient(BaseClient):
2472
2460
  """
2473
2461
 
2474
2462
  def describe_mlflow_tracking_server(
2475
- self, **kwargs: Unpack[DescribeMlflowTrackingServerRequestRequestTypeDef]
2463
+ self, **kwargs: Unpack[DescribeMlflowTrackingServerRequestTypeDef]
2476
2464
  ) -> DescribeMlflowTrackingServerResponseTypeDef:
2477
2465
  """
2478
2466
  Returns information about an MLflow Tracking Server.
@@ -2482,7 +2470,7 @@ class SageMakerClient(BaseClient):
2482
2470
  """
2483
2471
 
2484
2472
  def describe_model(
2485
- self, **kwargs: Unpack[DescribeModelInputRequestTypeDef]
2473
+ self, **kwargs: Unpack[DescribeModelInputTypeDef]
2486
2474
  ) -> DescribeModelOutputTypeDef:
2487
2475
  """
2488
2476
  Describes a model that you created using the <code>CreateModel</code> API.
@@ -2492,7 +2480,7 @@ class SageMakerClient(BaseClient):
2492
2480
  """
2493
2481
 
2494
2482
  def describe_model_bias_job_definition(
2495
- self, **kwargs: Unpack[DescribeModelBiasJobDefinitionRequestRequestTypeDef]
2483
+ self, **kwargs: Unpack[DescribeModelBiasJobDefinitionRequestTypeDef]
2496
2484
  ) -> DescribeModelBiasJobDefinitionResponseTypeDef:
2497
2485
  """
2498
2486
  Returns a description of a model bias job definition.
@@ -2502,7 +2490,7 @@ class SageMakerClient(BaseClient):
2502
2490
  """
2503
2491
 
2504
2492
  def describe_model_card(
2505
- self, **kwargs: Unpack[DescribeModelCardRequestRequestTypeDef]
2493
+ self, **kwargs: Unpack[DescribeModelCardRequestTypeDef]
2506
2494
  ) -> DescribeModelCardResponseTypeDef:
2507
2495
  """
2508
2496
  Describes the content, creation time, and security configuration of an Amazon
@@ -2513,7 +2501,7 @@ class SageMakerClient(BaseClient):
2513
2501
  """
2514
2502
 
2515
2503
  def describe_model_card_export_job(
2516
- self, **kwargs: Unpack[DescribeModelCardExportJobRequestRequestTypeDef]
2504
+ self, **kwargs: Unpack[DescribeModelCardExportJobRequestTypeDef]
2517
2505
  ) -> DescribeModelCardExportJobResponseTypeDef:
2518
2506
  """
2519
2507
  Describes an Amazon SageMaker Model Card export job.
@@ -2523,7 +2511,7 @@ class SageMakerClient(BaseClient):
2523
2511
  """
2524
2512
 
2525
2513
  def describe_model_explainability_job_definition(
2526
- self, **kwargs: Unpack[DescribeModelExplainabilityJobDefinitionRequestRequestTypeDef]
2514
+ self, **kwargs: Unpack[DescribeModelExplainabilityJobDefinitionRequestTypeDef]
2527
2515
  ) -> DescribeModelExplainabilityJobDefinitionResponseTypeDef:
2528
2516
  """
2529
2517
  Returns a description of a model explainability job definition.
@@ -2533,7 +2521,7 @@ class SageMakerClient(BaseClient):
2533
2521
  """
2534
2522
 
2535
2523
  def describe_model_package(
2536
- self, **kwargs: Unpack[DescribeModelPackageInputRequestTypeDef]
2524
+ self, **kwargs: Unpack[DescribeModelPackageInputTypeDef]
2537
2525
  ) -> DescribeModelPackageOutputTypeDef:
2538
2526
  """
2539
2527
  Returns a description of the specified model package, which is used to create
@@ -2544,7 +2532,7 @@ class SageMakerClient(BaseClient):
2544
2532
  """
2545
2533
 
2546
2534
  def describe_model_package_group(
2547
- self, **kwargs: Unpack[DescribeModelPackageGroupInputRequestTypeDef]
2535
+ self, **kwargs: Unpack[DescribeModelPackageGroupInputTypeDef]
2548
2536
  ) -> DescribeModelPackageGroupOutputTypeDef:
2549
2537
  """
2550
2538
  Gets a description for the specified model group.
@@ -2554,7 +2542,7 @@ class SageMakerClient(BaseClient):
2554
2542
  """
2555
2543
 
2556
2544
  def describe_model_quality_job_definition(
2557
- self, **kwargs: Unpack[DescribeModelQualityJobDefinitionRequestRequestTypeDef]
2545
+ self, **kwargs: Unpack[DescribeModelQualityJobDefinitionRequestTypeDef]
2558
2546
  ) -> DescribeModelQualityJobDefinitionResponseTypeDef:
2559
2547
  """
2560
2548
  Returns a description of a model quality job definition.
@@ -2564,7 +2552,7 @@ class SageMakerClient(BaseClient):
2564
2552
  """
2565
2553
 
2566
2554
  def describe_monitoring_schedule(
2567
- self, **kwargs: Unpack[DescribeMonitoringScheduleRequestRequestTypeDef]
2555
+ self, **kwargs: Unpack[DescribeMonitoringScheduleRequestTypeDef]
2568
2556
  ) -> DescribeMonitoringScheduleResponseTypeDef:
2569
2557
  """
2570
2558
  Describes the schedule for a monitoring job.
@@ -2574,7 +2562,7 @@ class SageMakerClient(BaseClient):
2574
2562
  """
2575
2563
 
2576
2564
  def describe_notebook_instance(
2577
- self, **kwargs: Unpack[DescribeNotebookInstanceInputRequestTypeDef]
2565
+ self, **kwargs: Unpack[DescribeNotebookInstanceInputTypeDef]
2578
2566
  ) -> DescribeNotebookInstanceOutputTypeDef:
2579
2567
  """
2580
2568
  Returns information about a notebook instance.
@@ -2584,7 +2572,7 @@ class SageMakerClient(BaseClient):
2584
2572
  """
2585
2573
 
2586
2574
  def describe_notebook_instance_lifecycle_config(
2587
- self, **kwargs: Unpack[DescribeNotebookInstanceLifecycleConfigInputRequestTypeDef]
2575
+ self, **kwargs: Unpack[DescribeNotebookInstanceLifecycleConfigInputTypeDef]
2588
2576
  ) -> DescribeNotebookInstanceLifecycleConfigOutputTypeDef:
2589
2577
  """
2590
2578
  Returns a description of a notebook instance lifecycle configuration.
@@ -2594,7 +2582,7 @@ class SageMakerClient(BaseClient):
2594
2582
  """
2595
2583
 
2596
2584
  def describe_optimization_job(
2597
- self, **kwargs: Unpack[DescribeOptimizationJobRequestRequestTypeDef]
2585
+ self, **kwargs: Unpack[DescribeOptimizationJobRequestTypeDef]
2598
2586
  ) -> DescribeOptimizationJobResponseTypeDef:
2599
2587
  """
2600
2588
  Provides the properties of the specified optimization job.
@@ -2604,7 +2592,7 @@ class SageMakerClient(BaseClient):
2604
2592
  """
2605
2593
 
2606
2594
  def describe_partner_app(
2607
- self, **kwargs: Unpack[DescribePartnerAppRequestRequestTypeDef]
2595
+ self, **kwargs: Unpack[DescribePartnerAppRequestTypeDef]
2608
2596
  ) -> DescribePartnerAppResponseTypeDef:
2609
2597
  """
2610
2598
  Gets information about a SageMaker Partner AI App.
@@ -2614,7 +2602,7 @@ class SageMakerClient(BaseClient):
2614
2602
  """
2615
2603
 
2616
2604
  def describe_pipeline(
2617
- self, **kwargs: Unpack[DescribePipelineRequestRequestTypeDef]
2605
+ self, **kwargs: Unpack[DescribePipelineRequestTypeDef]
2618
2606
  ) -> DescribePipelineResponseTypeDef:
2619
2607
  """
2620
2608
  Describes the details of a pipeline.
@@ -2624,7 +2612,7 @@ class SageMakerClient(BaseClient):
2624
2612
  """
2625
2613
 
2626
2614
  def describe_pipeline_definition_for_execution(
2627
- self, **kwargs: Unpack[DescribePipelineDefinitionForExecutionRequestRequestTypeDef]
2615
+ self, **kwargs: Unpack[DescribePipelineDefinitionForExecutionRequestTypeDef]
2628
2616
  ) -> DescribePipelineDefinitionForExecutionResponseTypeDef:
2629
2617
  """
2630
2618
  Describes the details of an execution's pipeline definition.
@@ -2634,7 +2622,7 @@ class SageMakerClient(BaseClient):
2634
2622
  """
2635
2623
 
2636
2624
  def describe_pipeline_execution(
2637
- self, **kwargs: Unpack[DescribePipelineExecutionRequestRequestTypeDef]
2625
+ self, **kwargs: Unpack[DescribePipelineExecutionRequestTypeDef]
2638
2626
  ) -> DescribePipelineExecutionResponseTypeDef:
2639
2627
  """
2640
2628
  Describes the details of a pipeline execution.
@@ -2644,7 +2632,7 @@ class SageMakerClient(BaseClient):
2644
2632
  """
2645
2633
 
2646
2634
  def describe_processing_job(
2647
- self, **kwargs: Unpack[DescribeProcessingJobRequestRequestTypeDef]
2635
+ self, **kwargs: Unpack[DescribeProcessingJobRequestTypeDef]
2648
2636
  ) -> DescribeProcessingJobResponseTypeDef:
2649
2637
  """
2650
2638
  Returns a description of a processing job.
@@ -2654,7 +2642,7 @@ class SageMakerClient(BaseClient):
2654
2642
  """
2655
2643
 
2656
2644
  def describe_project(
2657
- self, **kwargs: Unpack[DescribeProjectInputRequestTypeDef]
2645
+ self, **kwargs: Unpack[DescribeProjectInputTypeDef]
2658
2646
  ) -> DescribeProjectOutputTypeDef:
2659
2647
  """
2660
2648
  Describes the details of a project.
@@ -2664,7 +2652,7 @@ class SageMakerClient(BaseClient):
2664
2652
  """
2665
2653
 
2666
2654
  def describe_space(
2667
- self, **kwargs: Unpack[DescribeSpaceRequestRequestTypeDef]
2655
+ self, **kwargs: Unpack[DescribeSpaceRequestTypeDef]
2668
2656
  ) -> DescribeSpaceResponseTypeDef:
2669
2657
  """
2670
2658
  Describes the space.
@@ -2674,7 +2662,7 @@ class SageMakerClient(BaseClient):
2674
2662
  """
2675
2663
 
2676
2664
  def describe_studio_lifecycle_config(
2677
- self, **kwargs: Unpack[DescribeStudioLifecycleConfigRequestRequestTypeDef]
2665
+ self, **kwargs: Unpack[DescribeStudioLifecycleConfigRequestTypeDef]
2678
2666
  ) -> DescribeStudioLifecycleConfigResponseTypeDef:
2679
2667
  """
2680
2668
  Describes the Amazon SageMaker AI Studio Lifecycle Configuration.
@@ -2684,7 +2672,7 @@ class SageMakerClient(BaseClient):
2684
2672
  """
2685
2673
 
2686
2674
  def describe_subscribed_workteam(
2687
- self, **kwargs: Unpack[DescribeSubscribedWorkteamRequestRequestTypeDef]
2675
+ self, **kwargs: Unpack[DescribeSubscribedWorkteamRequestTypeDef]
2688
2676
  ) -> DescribeSubscribedWorkteamResponseTypeDef:
2689
2677
  """
2690
2678
  Gets information about a work team provided by a vendor.
@@ -2694,7 +2682,7 @@ class SageMakerClient(BaseClient):
2694
2682
  """
2695
2683
 
2696
2684
  def describe_training_job(
2697
- self, **kwargs: Unpack[DescribeTrainingJobRequestRequestTypeDef]
2685
+ self, **kwargs: Unpack[DescribeTrainingJobRequestTypeDef]
2698
2686
  ) -> DescribeTrainingJobResponseTypeDef:
2699
2687
  """
2700
2688
  Returns information about a training job.
@@ -2704,7 +2692,7 @@ class SageMakerClient(BaseClient):
2704
2692
  """
2705
2693
 
2706
2694
  def describe_training_plan(
2707
- self, **kwargs: Unpack[DescribeTrainingPlanRequestRequestTypeDef]
2695
+ self, **kwargs: Unpack[DescribeTrainingPlanRequestTypeDef]
2708
2696
  ) -> DescribeTrainingPlanResponseTypeDef:
2709
2697
  """
2710
2698
  Retrieves detailed information about a specific training plan.
@@ -2714,7 +2702,7 @@ class SageMakerClient(BaseClient):
2714
2702
  """
2715
2703
 
2716
2704
  def describe_transform_job(
2717
- self, **kwargs: Unpack[DescribeTransformJobRequestRequestTypeDef]
2705
+ self, **kwargs: Unpack[DescribeTransformJobRequestTypeDef]
2718
2706
  ) -> DescribeTransformJobResponseTypeDef:
2719
2707
  """
2720
2708
  Returns information about a transform job.
@@ -2724,7 +2712,7 @@ class SageMakerClient(BaseClient):
2724
2712
  """
2725
2713
 
2726
2714
  def describe_trial(
2727
- self, **kwargs: Unpack[DescribeTrialRequestRequestTypeDef]
2715
+ self, **kwargs: Unpack[DescribeTrialRequestTypeDef]
2728
2716
  ) -> DescribeTrialResponseTypeDef:
2729
2717
  """
2730
2718
  Provides a list of a trial's properties.
@@ -2734,7 +2722,7 @@ class SageMakerClient(BaseClient):
2734
2722
  """
2735
2723
 
2736
2724
  def describe_trial_component(
2737
- self, **kwargs: Unpack[DescribeTrialComponentRequestRequestTypeDef]
2725
+ self, **kwargs: Unpack[DescribeTrialComponentRequestTypeDef]
2738
2726
  ) -> DescribeTrialComponentResponseTypeDef:
2739
2727
  """
2740
2728
  Provides a list of a trials component's properties.
@@ -2744,7 +2732,7 @@ class SageMakerClient(BaseClient):
2744
2732
  """
2745
2733
 
2746
2734
  def describe_user_profile(
2747
- self, **kwargs: Unpack[DescribeUserProfileRequestRequestTypeDef]
2735
+ self, **kwargs: Unpack[DescribeUserProfileRequestTypeDef]
2748
2736
  ) -> DescribeUserProfileResponseTypeDef:
2749
2737
  """
2750
2738
  Describes a user profile.
@@ -2754,7 +2742,7 @@ class SageMakerClient(BaseClient):
2754
2742
  """
2755
2743
 
2756
2744
  def describe_workforce(
2757
- self, **kwargs: Unpack[DescribeWorkforceRequestRequestTypeDef]
2745
+ self, **kwargs: Unpack[DescribeWorkforceRequestTypeDef]
2758
2746
  ) -> DescribeWorkforceResponseTypeDef:
2759
2747
  """
2760
2748
  Lists private workforce information, including workforce name, Amazon Resource
@@ -2766,7 +2754,7 @@ class SageMakerClient(BaseClient):
2766
2754
  """
2767
2755
 
2768
2756
  def describe_workteam(
2769
- self, **kwargs: Unpack[DescribeWorkteamRequestRequestTypeDef]
2757
+ self, **kwargs: Unpack[DescribeWorkteamRequestTypeDef]
2770
2758
  ) -> DescribeWorkteamResponseTypeDef:
2771
2759
  """
2772
2760
  Gets information about a specific work team.
@@ -2784,7 +2772,7 @@ class SageMakerClient(BaseClient):
2784
2772
  """
2785
2773
 
2786
2774
  def disassociate_trial_component(
2787
- self, **kwargs: Unpack[DisassociateTrialComponentRequestRequestTypeDef]
2775
+ self, **kwargs: Unpack[DisassociateTrialComponentRequestTypeDef]
2788
2776
  ) -> DisassociateTrialComponentResponseTypeDef:
2789
2777
  """
2790
2778
  Disassociates a trial component from a trial.
@@ -2802,7 +2790,7 @@ class SageMakerClient(BaseClient):
2802
2790
  """
2803
2791
 
2804
2792
  def get_device_fleet_report(
2805
- self, **kwargs: Unpack[GetDeviceFleetReportRequestRequestTypeDef]
2793
+ self, **kwargs: Unpack[GetDeviceFleetReportRequestTypeDef]
2806
2794
  ) -> GetDeviceFleetReportResponseTypeDef:
2807
2795
  """
2808
2796
  Describes a fleet.
@@ -2812,7 +2800,7 @@ class SageMakerClient(BaseClient):
2812
2800
  """
2813
2801
 
2814
2802
  def get_lineage_group_policy(
2815
- self, **kwargs: Unpack[GetLineageGroupPolicyRequestRequestTypeDef]
2803
+ self, **kwargs: Unpack[GetLineageGroupPolicyRequestTypeDef]
2816
2804
  ) -> GetLineageGroupPolicyResponseTypeDef:
2817
2805
  """
2818
2806
  The resource policy for the lineage group.
@@ -2822,7 +2810,7 @@ class SageMakerClient(BaseClient):
2822
2810
  """
2823
2811
 
2824
2812
  def get_model_package_group_policy(
2825
- self, **kwargs: Unpack[GetModelPackageGroupPolicyInputRequestTypeDef]
2813
+ self, **kwargs: Unpack[GetModelPackageGroupPolicyInputTypeDef]
2826
2814
  ) -> GetModelPackageGroupPolicyOutputTypeDef:
2827
2815
  """
2828
2816
  Gets a resource policy that manages access for a model group.
@@ -2842,7 +2830,7 @@ class SageMakerClient(BaseClient):
2842
2830
  """
2843
2831
 
2844
2832
  def get_scaling_configuration_recommendation(
2845
- self, **kwargs: Unpack[GetScalingConfigurationRecommendationRequestRequestTypeDef]
2833
+ self, **kwargs: Unpack[GetScalingConfigurationRecommendationRequestTypeDef]
2846
2834
  ) -> GetScalingConfigurationRecommendationResponseTypeDef:
2847
2835
  """
2848
2836
  Starts an Amazon SageMaker Inference Recommender autoscaling recommendation job.
@@ -2852,7 +2840,7 @@ class SageMakerClient(BaseClient):
2852
2840
  """
2853
2841
 
2854
2842
  def get_search_suggestions(
2855
- self, **kwargs: Unpack[GetSearchSuggestionsRequestRequestTypeDef]
2843
+ self, **kwargs: Unpack[GetSearchSuggestionsRequestTypeDef]
2856
2844
  ) -> GetSearchSuggestionsResponseTypeDef:
2857
2845
  """
2858
2846
  An auto-complete API for the search functionality in the SageMaker console.
@@ -2862,7 +2850,7 @@ class SageMakerClient(BaseClient):
2862
2850
  """
2863
2851
 
2864
2852
  def import_hub_content(
2865
- self, **kwargs: Unpack[ImportHubContentRequestRequestTypeDef]
2853
+ self, **kwargs: Unpack[ImportHubContentRequestTypeDef]
2866
2854
  ) -> ImportHubContentResponseTypeDef:
2867
2855
  """
2868
2856
  Import hub content.
@@ -2872,7 +2860,7 @@ class SageMakerClient(BaseClient):
2872
2860
  """
2873
2861
 
2874
2862
  def list_actions(
2875
- self, **kwargs: Unpack[ListActionsRequestRequestTypeDef]
2863
+ self, **kwargs: Unpack[ListActionsRequestTypeDef]
2876
2864
  ) -> ListActionsResponseTypeDef:
2877
2865
  """
2878
2866
  Lists the actions in your account and their properties.
@@ -2882,7 +2870,7 @@ class SageMakerClient(BaseClient):
2882
2870
  """
2883
2871
 
2884
2872
  def list_algorithms(
2885
- self, **kwargs: Unpack[ListAlgorithmsInputRequestTypeDef]
2873
+ self, **kwargs: Unpack[ListAlgorithmsInputTypeDef]
2886
2874
  ) -> ListAlgorithmsOutputTypeDef:
2887
2875
  """
2888
2876
  Lists the machine learning algorithms that have been created.
@@ -2892,7 +2880,7 @@ class SageMakerClient(BaseClient):
2892
2880
  """
2893
2881
 
2894
2882
  def list_aliases(
2895
- self, **kwargs: Unpack[ListAliasesRequestRequestTypeDef]
2883
+ self, **kwargs: Unpack[ListAliasesRequestTypeDef]
2896
2884
  ) -> ListAliasesResponseTypeDef:
2897
2885
  """
2898
2886
  Lists the aliases of a specified image or image version.
@@ -2902,7 +2890,7 @@ class SageMakerClient(BaseClient):
2902
2890
  """
2903
2891
 
2904
2892
  def list_app_image_configs(
2905
- self, **kwargs: Unpack[ListAppImageConfigsRequestRequestTypeDef]
2893
+ self, **kwargs: Unpack[ListAppImageConfigsRequestTypeDef]
2906
2894
  ) -> ListAppImageConfigsResponseTypeDef:
2907
2895
  """
2908
2896
  Lists the AppImageConfigs in your account and their properties.
@@ -2911,7 +2899,7 @@ class SageMakerClient(BaseClient):
2911
2899
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_app_image_configs)
2912
2900
  """
2913
2901
 
2914
- def list_apps(self, **kwargs: Unpack[ListAppsRequestRequestTypeDef]) -> ListAppsResponseTypeDef:
2902
+ def list_apps(self, **kwargs: Unpack[ListAppsRequestTypeDef]) -> ListAppsResponseTypeDef:
2915
2903
  """
2916
2904
  Lists apps.
2917
2905
 
@@ -2920,7 +2908,7 @@ class SageMakerClient(BaseClient):
2920
2908
  """
2921
2909
 
2922
2910
  def list_artifacts(
2923
- self, **kwargs: Unpack[ListArtifactsRequestRequestTypeDef]
2911
+ self, **kwargs: Unpack[ListArtifactsRequestTypeDef]
2924
2912
  ) -> ListArtifactsResponseTypeDef:
2925
2913
  """
2926
2914
  Lists the artifacts in your account and their properties.
@@ -2930,7 +2918,7 @@ class SageMakerClient(BaseClient):
2930
2918
  """
2931
2919
 
2932
2920
  def list_associations(
2933
- self, **kwargs: Unpack[ListAssociationsRequestRequestTypeDef]
2921
+ self, **kwargs: Unpack[ListAssociationsRequestTypeDef]
2934
2922
  ) -> ListAssociationsResponseTypeDef:
2935
2923
  """
2936
2924
  Lists the associations in your account and their properties.
@@ -2940,7 +2928,7 @@ class SageMakerClient(BaseClient):
2940
2928
  """
2941
2929
 
2942
2930
  def list_auto_ml_jobs(
2943
- self, **kwargs: Unpack[ListAutoMLJobsRequestRequestTypeDef]
2931
+ self, **kwargs: Unpack[ListAutoMLJobsRequestTypeDef]
2944
2932
  ) -> ListAutoMLJobsResponseTypeDef:
2945
2933
  """
2946
2934
  Request a list of jobs.
@@ -2950,7 +2938,7 @@ class SageMakerClient(BaseClient):
2950
2938
  """
2951
2939
 
2952
2940
  def list_candidates_for_auto_ml_job(
2953
- self, **kwargs: Unpack[ListCandidatesForAutoMLJobRequestRequestTypeDef]
2941
+ self, **kwargs: Unpack[ListCandidatesForAutoMLJobRequestTypeDef]
2954
2942
  ) -> ListCandidatesForAutoMLJobResponseTypeDef:
2955
2943
  """
2956
2944
  List the candidates created for the job.
@@ -2960,7 +2948,7 @@ class SageMakerClient(BaseClient):
2960
2948
  """
2961
2949
 
2962
2950
  def list_cluster_nodes(
2963
- self, **kwargs: Unpack[ListClusterNodesRequestRequestTypeDef]
2951
+ self, **kwargs: Unpack[ListClusterNodesRequestTypeDef]
2964
2952
  ) -> ListClusterNodesResponseTypeDef:
2965
2953
  """
2966
2954
  Retrieves the list of instances (also called <i>nodes</i> interchangeably) in a
@@ -2971,7 +2959,7 @@ class SageMakerClient(BaseClient):
2971
2959
  """
2972
2960
 
2973
2961
  def list_cluster_scheduler_configs(
2974
- self, **kwargs: Unpack[ListClusterSchedulerConfigsRequestRequestTypeDef]
2962
+ self, **kwargs: Unpack[ListClusterSchedulerConfigsRequestTypeDef]
2975
2963
  ) -> ListClusterSchedulerConfigsResponseTypeDef:
2976
2964
  """
2977
2965
  List the cluster policy configurations.
@@ -2981,7 +2969,7 @@ class SageMakerClient(BaseClient):
2981
2969
  """
2982
2970
 
2983
2971
  def list_clusters(
2984
- self, **kwargs: Unpack[ListClustersRequestRequestTypeDef]
2972
+ self, **kwargs: Unpack[ListClustersRequestTypeDef]
2985
2973
  ) -> ListClustersResponseTypeDef:
2986
2974
  """
2987
2975
  Retrieves the list of SageMaker HyperPod clusters.
@@ -2991,7 +2979,7 @@ class SageMakerClient(BaseClient):
2991
2979
  """
2992
2980
 
2993
2981
  def list_code_repositories(
2994
- self, **kwargs: Unpack[ListCodeRepositoriesInputRequestTypeDef]
2982
+ self, **kwargs: Unpack[ListCodeRepositoriesInputTypeDef]
2995
2983
  ) -> ListCodeRepositoriesOutputTypeDef:
2996
2984
  """
2997
2985
  Gets a list of the Git repositories in your account.
@@ -3001,7 +2989,7 @@ class SageMakerClient(BaseClient):
3001
2989
  """
3002
2990
 
3003
2991
  def list_compilation_jobs(
3004
- self, **kwargs: Unpack[ListCompilationJobsRequestRequestTypeDef]
2992
+ self, **kwargs: Unpack[ListCompilationJobsRequestTypeDef]
3005
2993
  ) -> ListCompilationJobsResponseTypeDef:
3006
2994
  """
3007
2995
  Lists model compilation jobs that satisfy various filters.
@@ -3011,7 +2999,7 @@ class SageMakerClient(BaseClient):
3011
2999
  """
3012
3000
 
3013
3001
  def list_compute_quotas(
3014
- self, **kwargs: Unpack[ListComputeQuotasRequestRequestTypeDef]
3002
+ self, **kwargs: Unpack[ListComputeQuotasRequestTypeDef]
3015
3003
  ) -> ListComputeQuotasResponseTypeDef:
3016
3004
  """
3017
3005
  List the resource allocation definitions.
@@ -3021,7 +3009,7 @@ class SageMakerClient(BaseClient):
3021
3009
  """
3022
3010
 
3023
3011
  def list_contexts(
3024
- self, **kwargs: Unpack[ListContextsRequestRequestTypeDef]
3012
+ self, **kwargs: Unpack[ListContextsRequestTypeDef]
3025
3013
  ) -> ListContextsResponseTypeDef:
3026
3014
  """
3027
3015
  Lists the contexts in your account and their properties.
@@ -3031,7 +3019,7 @@ class SageMakerClient(BaseClient):
3031
3019
  """
3032
3020
 
3033
3021
  def list_data_quality_job_definitions(
3034
- self, **kwargs: Unpack[ListDataQualityJobDefinitionsRequestRequestTypeDef]
3022
+ self, **kwargs: Unpack[ListDataQualityJobDefinitionsRequestTypeDef]
3035
3023
  ) -> ListDataQualityJobDefinitionsResponseTypeDef:
3036
3024
  """
3037
3025
  Lists the data quality job definitions in your account.
@@ -3041,7 +3029,7 @@ class SageMakerClient(BaseClient):
3041
3029
  """
3042
3030
 
3043
3031
  def list_device_fleets(
3044
- self, **kwargs: Unpack[ListDeviceFleetsRequestRequestTypeDef]
3032
+ self, **kwargs: Unpack[ListDeviceFleetsRequestTypeDef]
3045
3033
  ) -> ListDeviceFleetsResponseTypeDef:
3046
3034
  """
3047
3035
  Returns a list of devices in the fleet.
@@ -3051,7 +3039,7 @@ class SageMakerClient(BaseClient):
3051
3039
  """
3052
3040
 
3053
3041
  def list_devices(
3054
- self, **kwargs: Unpack[ListDevicesRequestRequestTypeDef]
3042
+ self, **kwargs: Unpack[ListDevicesRequestTypeDef]
3055
3043
  ) -> ListDevicesResponseTypeDef:
3056
3044
  """
3057
3045
  A list of devices.
@@ -3061,7 +3049,7 @@ class SageMakerClient(BaseClient):
3061
3049
  """
3062
3050
 
3063
3051
  def list_domains(
3064
- self, **kwargs: Unpack[ListDomainsRequestRequestTypeDef]
3052
+ self, **kwargs: Unpack[ListDomainsRequestTypeDef]
3065
3053
  ) -> ListDomainsResponseTypeDef:
3066
3054
  """
3067
3055
  Lists the domains.
@@ -3071,7 +3059,7 @@ class SageMakerClient(BaseClient):
3071
3059
  """
3072
3060
 
3073
3061
  def list_edge_deployment_plans(
3074
- self, **kwargs: Unpack[ListEdgeDeploymentPlansRequestRequestTypeDef]
3062
+ self, **kwargs: Unpack[ListEdgeDeploymentPlansRequestTypeDef]
3075
3063
  ) -> ListEdgeDeploymentPlansResponseTypeDef:
3076
3064
  """
3077
3065
  Lists all edge deployment plans.
@@ -3081,7 +3069,7 @@ class SageMakerClient(BaseClient):
3081
3069
  """
3082
3070
 
3083
3071
  def list_edge_packaging_jobs(
3084
- self, **kwargs: Unpack[ListEdgePackagingJobsRequestRequestTypeDef]
3072
+ self, **kwargs: Unpack[ListEdgePackagingJobsRequestTypeDef]
3085
3073
  ) -> ListEdgePackagingJobsResponseTypeDef:
3086
3074
  """
3087
3075
  Returns a list of edge packaging jobs.
@@ -3091,7 +3079,7 @@ class SageMakerClient(BaseClient):
3091
3079
  """
3092
3080
 
3093
3081
  def list_endpoint_configs(
3094
- self, **kwargs: Unpack[ListEndpointConfigsInputRequestTypeDef]
3082
+ self, **kwargs: Unpack[ListEndpointConfigsInputTypeDef]
3095
3083
  ) -> ListEndpointConfigsOutputTypeDef:
3096
3084
  """
3097
3085
  Lists endpoint configurations.
@@ -3101,7 +3089,7 @@ class SageMakerClient(BaseClient):
3101
3089
  """
3102
3090
 
3103
3091
  def list_endpoints(
3104
- self, **kwargs: Unpack[ListEndpointsInputRequestTypeDef]
3092
+ self, **kwargs: Unpack[ListEndpointsInputTypeDef]
3105
3093
  ) -> ListEndpointsOutputTypeDef:
3106
3094
  """
3107
3095
  Lists endpoints.
@@ -3111,7 +3099,7 @@ class SageMakerClient(BaseClient):
3111
3099
  """
3112
3100
 
3113
3101
  def list_experiments(
3114
- self, **kwargs: Unpack[ListExperimentsRequestRequestTypeDef]
3102
+ self, **kwargs: Unpack[ListExperimentsRequestTypeDef]
3115
3103
  ) -> ListExperimentsResponseTypeDef:
3116
3104
  """
3117
3105
  Lists all the experiments in your account.
@@ -3121,7 +3109,7 @@ class SageMakerClient(BaseClient):
3121
3109
  """
3122
3110
 
3123
3111
  def list_feature_groups(
3124
- self, **kwargs: Unpack[ListFeatureGroupsRequestRequestTypeDef]
3112
+ self, **kwargs: Unpack[ListFeatureGroupsRequestTypeDef]
3125
3113
  ) -> ListFeatureGroupsResponseTypeDef:
3126
3114
  """
3127
3115
  List <code>FeatureGroup</code>s based on given filter and order.
@@ -3131,7 +3119,7 @@ class SageMakerClient(BaseClient):
3131
3119
  """
3132
3120
 
3133
3121
  def list_flow_definitions(
3134
- self, **kwargs: Unpack[ListFlowDefinitionsRequestRequestTypeDef]
3122
+ self, **kwargs: Unpack[ListFlowDefinitionsRequestTypeDef]
3135
3123
  ) -> ListFlowDefinitionsResponseTypeDef:
3136
3124
  """
3137
3125
  Returns information about the flow definitions in your account.
@@ -3141,7 +3129,7 @@ class SageMakerClient(BaseClient):
3141
3129
  """
3142
3130
 
3143
3131
  def list_hub_content_versions(
3144
- self, **kwargs: Unpack[ListHubContentVersionsRequestRequestTypeDef]
3132
+ self, **kwargs: Unpack[ListHubContentVersionsRequestTypeDef]
3145
3133
  ) -> ListHubContentVersionsResponseTypeDef:
3146
3134
  """
3147
3135
  List hub content versions.
@@ -3151,7 +3139,7 @@ class SageMakerClient(BaseClient):
3151
3139
  """
3152
3140
 
3153
3141
  def list_hub_contents(
3154
- self, **kwargs: Unpack[ListHubContentsRequestRequestTypeDef]
3142
+ self, **kwargs: Unpack[ListHubContentsRequestTypeDef]
3155
3143
  ) -> ListHubContentsResponseTypeDef:
3156
3144
  """
3157
3145
  List the contents of a hub.
@@ -3160,7 +3148,7 @@ class SageMakerClient(BaseClient):
3160
3148
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_hub_contents)
3161
3149
  """
3162
3150
 
3163
- def list_hubs(self, **kwargs: Unpack[ListHubsRequestRequestTypeDef]) -> ListHubsResponseTypeDef:
3151
+ def list_hubs(self, **kwargs: Unpack[ListHubsRequestTypeDef]) -> ListHubsResponseTypeDef:
3164
3152
  """
3165
3153
  List all existing hubs.
3166
3154
 
@@ -3169,7 +3157,7 @@ class SageMakerClient(BaseClient):
3169
3157
  """
3170
3158
 
3171
3159
  def list_human_task_uis(
3172
- self, **kwargs: Unpack[ListHumanTaskUisRequestRequestTypeDef]
3160
+ self, **kwargs: Unpack[ListHumanTaskUisRequestTypeDef]
3173
3161
  ) -> ListHumanTaskUisResponseTypeDef:
3174
3162
  """
3175
3163
  Returns information about the human task user interfaces in your account.
@@ -3179,7 +3167,7 @@ class SageMakerClient(BaseClient):
3179
3167
  """
3180
3168
 
3181
3169
  def list_hyper_parameter_tuning_jobs(
3182
- self, **kwargs: Unpack[ListHyperParameterTuningJobsRequestRequestTypeDef]
3170
+ self, **kwargs: Unpack[ListHyperParameterTuningJobsRequestTypeDef]
3183
3171
  ) -> ListHyperParameterTuningJobsResponseTypeDef:
3184
3172
  """
3185
3173
  Gets a list of <a
@@ -3191,7 +3179,7 @@ class SageMakerClient(BaseClient):
3191
3179
  """
3192
3180
 
3193
3181
  def list_image_versions(
3194
- self, **kwargs: Unpack[ListImageVersionsRequestRequestTypeDef]
3182
+ self, **kwargs: Unpack[ListImageVersionsRequestTypeDef]
3195
3183
  ) -> ListImageVersionsResponseTypeDef:
3196
3184
  """
3197
3185
  Lists the versions of a specified image and their properties.
@@ -3200,9 +3188,7 @@ class SageMakerClient(BaseClient):
3200
3188
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_image_versions)
3201
3189
  """
3202
3190
 
3203
- def list_images(
3204
- self, **kwargs: Unpack[ListImagesRequestRequestTypeDef]
3205
- ) -> ListImagesResponseTypeDef:
3191
+ def list_images(self, **kwargs: Unpack[ListImagesRequestTypeDef]) -> ListImagesResponseTypeDef:
3206
3192
  """
3207
3193
  Lists the images in your account and their properties.
3208
3194
 
@@ -3211,7 +3197,7 @@ class SageMakerClient(BaseClient):
3211
3197
  """
3212
3198
 
3213
3199
  def list_inference_components(
3214
- self, **kwargs: Unpack[ListInferenceComponentsInputRequestTypeDef]
3200
+ self, **kwargs: Unpack[ListInferenceComponentsInputTypeDef]
3215
3201
  ) -> ListInferenceComponentsOutputTypeDef:
3216
3202
  """
3217
3203
  Lists the inference components in your account and their properties.
@@ -3221,7 +3207,7 @@ class SageMakerClient(BaseClient):
3221
3207
  """
3222
3208
 
3223
3209
  def list_inference_experiments(
3224
- self, **kwargs: Unpack[ListInferenceExperimentsRequestRequestTypeDef]
3210
+ self, **kwargs: Unpack[ListInferenceExperimentsRequestTypeDef]
3225
3211
  ) -> ListInferenceExperimentsResponseTypeDef:
3226
3212
  """
3227
3213
  Returns the list of all inference experiments.
@@ -3231,7 +3217,7 @@ class SageMakerClient(BaseClient):
3231
3217
  """
3232
3218
 
3233
3219
  def list_inference_recommendations_job_steps(
3234
- self, **kwargs: Unpack[ListInferenceRecommendationsJobStepsRequestRequestTypeDef]
3220
+ self, **kwargs: Unpack[ListInferenceRecommendationsJobStepsRequestTypeDef]
3235
3221
  ) -> ListInferenceRecommendationsJobStepsResponseTypeDef:
3236
3222
  """
3237
3223
  Returns a list of the subtasks for an Inference Recommender job.
@@ -3241,7 +3227,7 @@ class SageMakerClient(BaseClient):
3241
3227
  """
3242
3228
 
3243
3229
  def list_inference_recommendations_jobs(
3244
- self, **kwargs: Unpack[ListInferenceRecommendationsJobsRequestRequestTypeDef]
3230
+ self, **kwargs: Unpack[ListInferenceRecommendationsJobsRequestTypeDef]
3245
3231
  ) -> ListInferenceRecommendationsJobsResponseTypeDef:
3246
3232
  """
3247
3233
  Lists recommendation jobs that satisfy various filters.
@@ -3251,7 +3237,7 @@ class SageMakerClient(BaseClient):
3251
3237
  """
3252
3238
 
3253
3239
  def list_labeling_jobs(
3254
- self, **kwargs: Unpack[ListLabelingJobsRequestRequestTypeDef]
3240
+ self, **kwargs: Unpack[ListLabelingJobsRequestTypeDef]
3255
3241
  ) -> ListLabelingJobsResponseTypeDef:
3256
3242
  """
3257
3243
  Gets a list of labeling jobs.
@@ -3261,7 +3247,7 @@ class SageMakerClient(BaseClient):
3261
3247
  """
3262
3248
 
3263
3249
  def list_labeling_jobs_for_workteam(
3264
- self, **kwargs: Unpack[ListLabelingJobsForWorkteamRequestRequestTypeDef]
3250
+ self, **kwargs: Unpack[ListLabelingJobsForWorkteamRequestTypeDef]
3265
3251
  ) -> ListLabelingJobsForWorkteamResponseTypeDef:
3266
3252
  """
3267
3253
  Gets a list of labeling jobs assigned to a specified work team.
@@ -3271,7 +3257,7 @@ class SageMakerClient(BaseClient):
3271
3257
  """
3272
3258
 
3273
3259
  def list_lineage_groups(
3274
- self, **kwargs: Unpack[ListLineageGroupsRequestRequestTypeDef]
3260
+ self, **kwargs: Unpack[ListLineageGroupsRequestTypeDef]
3275
3261
  ) -> ListLineageGroupsResponseTypeDef:
3276
3262
  """
3277
3263
  A list of lineage groups shared with your Amazon Web Services account.
@@ -3281,7 +3267,7 @@ class SageMakerClient(BaseClient):
3281
3267
  """
3282
3268
 
3283
3269
  def list_mlflow_tracking_servers(
3284
- self, **kwargs: Unpack[ListMlflowTrackingServersRequestRequestTypeDef]
3270
+ self, **kwargs: Unpack[ListMlflowTrackingServersRequestTypeDef]
3285
3271
  ) -> ListMlflowTrackingServersResponseTypeDef:
3286
3272
  """
3287
3273
  Lists all MLflow Tracking Servers.
@@ -3291,7 +3277,7 @@ class SageMakerClient(BaseClient):
3291
3277
  """
3292
3278
 
3293
3279
  def list_model_bias_job_definitions(
3294
- self, **kwargs: Unpack[ListModelBiasJobDefinitionsRequestRequestTypeDef]
3280
+ self, **kwargs: Unpack[ListModelBiasJobDefinitionsRequestTypeDef]
3295
3281
  ) -> ListModelBiasJobDefinitionsResponseTypeDef:
3296
3282
  """
3297
3283
  Lists model bias jobs definitions that satisfy various filters.
@@ -3301,7 +3287,7 @@ class SageMakerClient(BaseClient):
3301
3287
  """
3302
3288
 
3303
3289
  def list_model_card_export_jobs(
3304
- self, **kwargs: Unpack[ListModelCardExportJobsRequestRequestTypeDef]
3290
+ self, **kwargs: Unpack[ListModelCardExportJobsRequestTypeDef]
3305
3291
  ) -> ListModelCardExportJobsResponseTypeDef:
3306
3292
  """
3307
3293
  List the export jobs for the Amazon SageMaker Model Card.
@@ -3311,7 +3297,7 @@ class SageMakerClient(BaseClient):
3311
3297
  """
3312
3298
 
3313
3299
  def list_model_card_versions(
3314
- self, **kwargs: Unpack[ListModelCardVersionsRequestRequestTypeDef]
3300
+ self, **kwargs: Unpack[ListModelCardVersionsRequestTypeDef]
3315
3301
  ) -> ListModelCardVersionsResponseTypeDef:
3316
3302
  """
3317
3303
  List existing versions of an Amazon SageMaker Model Card.
@@ -3321,7 +3307,7 @@ class SageMakerClient(BaseClient):
3321
3307
  """
3322
3308
 
3323
3309
  def list_model_cards(
3324
- self, **kwargs: Unpack[ListModelCardsRequestRequestTypeDef]
3310
+ self, **kwargs: Unpack[ListModelCardsRequestTypeDef]
3325
3311
  ) -> ListModelCardsResponseTypeDef:
3326
3312
  """
3327
3313
  List existing model cards.
@@ -3331,7 +3317,7 @@ class SageMakerClient(BaseClient):
3331
3317
  """
3332
3318
 
3333
3319
  def list_model_explainability_job_definitions(
3334
- self, **kwargs: Unpack[ListModelExplainabilityJobDefinitionsRequestRequestTypeDef]
3320
+ self, **kwargs: Unpack[ListModelExplainabilityJobDefinitionsRequestTypeDef]
3335
3321
  ) -> ListModelExplainabilityJobDefinitionsResponseTypeDef:
3336
3322
  """
3337
3323
  Lists model explainability job definitions that satisfy various filters.
@@ -3341,7 +3327,7 @@ class SageMakerClient(BaseClient):
3341
3327
  """
3342
3328
 
3343
3329
  def list_model_metadata(
3344
- self, **kwargs: Unpack[ListModelMetadataRequestRequestTypeDef]
3330
+ self, **kwargs: Unpack[ListModelMetadataRequestTypeDef]
3345
3331
  ) -> ListModelMetadataResponseTypeDef:
3346
3332
  """
3347
3333
  Lists the domain, framework, task, and model name of standard machine learning
@@ -3352,7 +3338,7 @@ class SageMakerClient(BaseClient):
3352
3338
  """
3353
3339
 
3354
3340
  def list_model_package_groups(
3355
- self, **kwargs: Unpack[ListModelPackageGroupsInputRequestTypeDef]
3341
+ self, **kwargs: Unpack[ListModelPackageGroupsInputTypeDef]
3356
3342
  ) -> ListModelPackageGroupsOutputTypeDef:
3357
3343
  """
3358
3344
  Gets a list of the model groups in your Amazon Web Services account.
@@ -3362,7 +3348,7 @@ class SageMakerClient(BaseClient):
3362
3348
  """
3363
3349
 
3364
3350
  def list_model_packages(
3365
- self, **kwargs: Unpack[ListModelPackagesInputRequestTypeDef]
3351
+ self, **kwargs: Unpack[ListModelPackagesInputTypeDef]
3366
3352
  ) -> ListModelPackagesOutputTypeDef:
3367
3353
  """
3368
3354
  Lists the model packages that have been created.
@@ -3372,7 +3358,7 @@ class SageMakerClient(BaseClient):
3372
3358
  """
3373
3359
 
3374
3360
  def list_model_quality_job_definitions(
3375
- self, **kwargs: Unpack[ListModelQualityJobDefinitionsRequestRequestTypeDef]
3361
+ self, **kwargs: Unpack[ListModelQualityJobDefinitionsRequestTypeDef]
3376
3362
  ) -> ListModelQualityJobDefinitionsResponseTypeDef:
3377
3363
  """
3378
3364
  Gets a list of model quality monitoring job definitions in your account.
@@ -3381,9 +3367,7 @@ class SageMakerClient(BaseClient):
3381
3367
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_model_quality_job_definitions)
3382
3368
  """
3383
3369
 
3384
- def list_models(
3385
- self, **kwargs: Unpack[ListModelsInputRequestTypeDef]
3386
- ) -> ListModelsOutputTypeDef:
3370
+ def list_models(self, **kwargs: Unpack[ListModelsInputTypeDef]) -> ListModelsOutputTypeDef:
3387
3371
  """
3388
3372
  Lists models created with the <code>CreateModel</code> API.
3389
3373
 
@@ -3392,7 +3376,7 @@ class SageMakerClient(BaseClient):
3392
3376
  """
3393
3377
 
3394
3378
  def list_monitoring_alert_history(
3395
- self, **kwargs: Unpack[ListMonitoringAlertHistoryRequestRequestTypeDef]
3379
+ self, **kwargs: Unpack[ListMonitoringAlertHistoryRequestTypeDef]
3396
3380
  ) -> ListMonitoringAlertHistoryResponseTypeDef:
3397
3381
  """
3398
3382
  Gets a list of past alerts in a model monitoring schedule.
@@ -3402,7 +3386,7 @@ class SageMakerClient(BaseClient):
3402
3386
  """
3403
3387
 
3404
3388
  def list_monitoring_alerts(
3405
- self, **kwargs: Unpack[ListMonitoringAlertsRequestRequestTypeDef]
3389
+ self, **kwargs: Unpack[ListMonitoringAlertsRequestTypeDef]
3406
3390
  ) -> ListMonitoringAlertsResponseTypeDef:
3407
3391
  """
3408
3392
  Gets the alerts for a single monitoring schedule.
@@ -3412,7 +3396,7 @@ class SageMakerClient(BaseClient):
3412
3396
  """
3413
3397
 
3414
3398
  def list_monitoring_executions(
3415
- self, **kwargs: Unpack[ListMonitoringExecutionsRequestRequestTypeDef]
3399
+ self, **kwargs: Unpack[ListMonitoringExecutionsRequestTypeDef]
3416
3400
  ) -> ListMonitoringExecutionsResponseTypeDef:
3417
3401
  """
3418
3402
  Returns list of all monitoring job executions.
@@ -3422,7 +3406,7 @@ class SageMakerClient(BaseClient):
3422
3406
  """
3423
3407
 
3424
3408
  def list_monitoring_schedules(
3425
- self, **kwargs: Unpack[ListMonitoringSchedulesRequestRequestTypeDef]
3409
+ self, **kwargs: Unpack[ListMonitoringSchedulesRequestTypeDef]
3426
3410
  ) -> ListMonitoringSchedulesResponseTypeDef:
3427
3411
  """
3428
3412
  Returns list of all monitoring schedules.
@@ -3432,7 +3416,7 @@ class SageMakerClient(BaseClient):
3432
3416
  """
3433
3417
 
3434
3418
  def list_notebook_instance_lifecycle_configs(
3435
- self, **kwargs: Unpack[ListNotebookInstanceLifecycleConfigsInputRequestTypeDef]
3419
+ self, **kwargs: Unpack[ListNotebookInstanceLifecycleConfigsInputTypeDef]
3436
3420
  ) -> ListNotebookInstanceLifecycleConfigsOutputTypeDef:
3437
3421
  """
3438
3422
  Lists notebook instance lifestyle configurations created with the <a
@@ -3444,7 +3428,7 @@ class SageMakerClient(BaseClient):
3444
3428
  """
3445
3429
 
3446
3430
  def list_notebook_instances(
3447
- self, **kwargs: Unpack[ListNotebookInstancesInputRequestTypeDef]
3431
+ self, **kwargs: Unpack[ListNotebookInstancesInputTypeDef]
3448
3432
  ) -> ListNotebookInstancesOutputTypeDef:
3449
3433
  """
3450
3434
  Returns a list of the SageMaker AI notebook instances in the requester's
@@ -3455,7 +3439,7 @@ class SageMakerClient(BaseClient):
3455
3439
  """
3456
3440
 
3457
3441
  def list_optimization_jobs(
3458
- self, **kwargs: Unpack[ListOptimizationJobsRequestRequestTypeDef]
3442
+ self, **kwargs: Unpack[ListOptimizationJobsRequestTypeDef]
3459
3443
  ) -> ListOptimizationJobsResponseTypeDef:
3460
3444
  """
3461
3445
  Lists the optimization jobs in your account and their properties.
@@ -3465,7 +3449,7 @@ class SageMakerClient(BaseClient):
3465
3449
  """
3466
3450
 
3467
3451
  def list_partner_apps(
3468
- self, **kwargs: Unpack[ListPartnerAppsRequestRequestTypeDef]
3452
+ self, **kwargs: Unpack[ListPartnerAppsRequestTypeDef]
3469
3453
  ) -> ListPartnerAppsResponseTypeDef:
3470
3454
  """
3471
3455
  Lists all of the SageMaker Partner AI Apps in an account.
@@ -3475,7 +3459,7 @@ class SageMakerClient(BaseClient):
3475
3459
  """
3476
3460
 
3477
3461
  def list_pipeline_execution_steps(
3478
- self, **kwargs: Unpack[ListPipelineExecutionStepsRequestRequestTypeDef]
3462
+ self, **kwargs: Unpack[ListPipelineExecutionStepsRequestTypeDef]
3479
3463
  ) -> ListPipelineExecutionStepsResponseTypeDef:
3480
3464
  """
3481
3465
  Gets a list of <code>PipeLineExecutionStep</code> objects.
@@ -3485,7 +3469,7 @@ class SageMakerClient(BaseClient):
3485
3469
  """
3486
3470
 
3487
3471
  def list_pipeline_executions(
3488
- self, **kwargs: Unpack[ListPipelineExecutionsRequestRequestTypeDef]
3472
+ self, **kwargs: Unpack[ListPipelineExecutionsRequestTypeDef]
3489
3473
  ) -> ListPipelineExecutionsResponseTypeDef:
3490
3474
  """
3491
3475
  Gets a list of the pipeline executions.
@@ -3495,7 +3479,7 @@ class SageMakerClient(BaseClient):
3495
3479
  """
3496
3480
 
3497
3481
  def list_pipeline_parameters_for_execution(
3498
- self, **kwargs: Unpack[ListPipelineParametersForExecutionRequestRequestTypeDef]
3482
+ self, **kwargs: Unpack[ListPipelineParametersForExecutionRequestTypeDef]
3499
3483
  ) -> ListPipelineParametersForExecutionResponseTypeDef:
3500
3484
  """
3501
3485
  Gets a list of parameters for a pipeline execution.
@@ -3505,7 +3489,7 @@ class SageMakerClient(BaseClient):
3505
3489
  """
3506
3490
 
3507
3491
  def list_pipelines(
3508
- self, **kwargs: Unpack[ListPipelinesRequestRequestTypeDef]
3492
+ self, **kwargs: Unpack[ListPipelinesRequestTypeDef]
3509
3493
  ) -> ListPipelinesResponseTypeDef:
3510
3494
  """
3511
3495
  Gets a list of pipelines.
@@ -3515,7 +3499,7 @@ class SageMakerClient(BaseClient):
3515
3499
  """
3516
3500
 
3517
3501
  def list_processing_jobs(
3518
- self, **kwargs: Unpack[ListProcessingJobsRequestRequestTypeDef]
3502
+ self, **kwargs: Unpack[ListProcessingJobsRequestTypeDef]
3519
3503
  ) -> ListProcessingJobsResponseTypeDef:
3520
3504
  """
3521
3505
  Lists processing jobs that satisfy various filters.
@@ -3525,7 +3509,7 @@ class SageMakerClient(BaseClient):
3525
3509
  """
3526
3510
 
3527
3511
  def list_projects(
3528
- self, **kwargs: Unpack[ListProjectsInputRequestTypeDef]
3512
+ self, **kwargs: Unpack[ListProjectsInputTypeDef]
3529
3513
  ) -> ListProjectsOutputTypeDef:
3530
3514
  """
3531
3515
  Gets a list of the projects in an Amazon Web Services account.
@@ -3535,7 +3519,7 @@ class SageMakerClient(BaseClient):
3535
3519
  """
3536
3520
 
3537
3521
  def list_resource_catalogs(
3538
- self, **kwargs: Unpack[ListResourceCatalogsRequestRequestTypeDef]
3522
+ self, **kwargs: Unpack[ListResourceCatalogsRequestTypeDef]
3539
3523
  ) -> ListResourceCatalogsResponseTypeDef:
3540
3524
  """
3541
3525
  Lists Amazon SageMaker Catalogs based on given filters and orders.
@@ -3544,9 +3528,7 @@ class SageMakerClient(BaseClient):
3544
3528
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_resource_catalogs)
3545
3529
  """
3546
3530
 
3547
- def list_spaces(
3548
- self, **kwargs: Unpack[ListSpacesRequestRequestTypeDef]
3549
- ) -> ListSpacesResponseTypeDef:
3531
+ def list_spaces(self, **kwargs: Unpack[ListSpacesRequestTypeDef]) -> ListSpacesResponseTypeDef:
3550
3532
  """
3551
3533
  Lists spaces.
3552
3534
 
@@ -3555,7 +3537,7 @@ class SageMakerClient(BaseClient):
3555
3537
  """
3556
3538
 
3557
3539
  def list_stage_devices(
3558
- self, **kwargs: Unpack[ListStageDevicesRequestRequestTypeDef]
3540
+ self, **kwargs: Unpack[ListStageDevicesRequestTypeDef]
3559
3541
  ) -> ListStageDevicesResponseTypeDef:
3560
3542
  """
3561
3543
  Lists devices allocated to the stage, containing detailed device information
@@ -3566,7 +3548,7 @@ class SageMakerClient(BaseClient):
3566
3548
  """
3567
3549
 
3568
3550
  def list_studio_lifecycle_configs(
3569
- self, **kwargs: Unpack[ListStudioLifecycleConfigsRequestRequestTypeDef]
3551
+ self, **kwargs: Unpack[ListStudioLifecycleConfigsRequestTypeDef]
3570
3552
  ) -> ListStudioLifecycleConfigsResponseTypeDef:
3571
3553
  """
3572
3554
  Lists the Amazon SageMaker AI Studio Lifecycle Configurations in your Amazon
@@ -3577,7 +3559,7 @@ class SageMakerClient(BaseClient):
3577
3559
  """
3578
3560
 
3579
3561
  def list_subscribed_workteams(
3580
- self, **kwargs: Unpack[ListSubscribedWorkteamsRequestRequestTypeDef]
3562
+ self, **kwargs: Unpack[ListSubscribedWorkteamsRequestTypeDef]
3581
3563
  ) -> ListSubscribedWorkteamsResponseTypeDef:
3582
3564
  """
3583
3565
  Gets a list of the work teams that you are subscribed to in the Amazon Web
@@ -3587,7 +3569,7 @@ class SageMakerClient(BaseClient):
3587
3569
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_subscribed_workteams)
3588
3570
  """
3589
3571
 
3590
- def list_tags(self, **kwargs: Unpack[ListTagsInputRequestTypeDef]) -> ListTagsOutputTypeDef:
3572
+ def list_tags(self, **kwargs: Unpack[ListTagsInputTypeDef]) -> ListTagsOutputTypeDef:
3591
3573
  """
3592
3574
  Returns the tags for the specified SageMaker resource.
3593
3575
 
@@ -3596,7 +3578,7 @@ class SageMakerClient(BaseClient):
3596
3578
  """
3597
3579
 
3598
3580
  def list_training_jobs(
3599
- self, **kwargs: Unpack[ListTrainingJobsRequestRequestTypeDef]
3581
+ self, **kwargs: Unpack[ListTrainingJobsRequestTypeDef]
3600
3582
  ) -> ListTrainingJobsResponseTypeDef:
3601
3583
  """
3602
3584
  Lists training jobs.
@@ -3606,7 +3588,7 @@ class SageMakerClient(BaseClient):
3606
3588
  """
3607
3589
 
3608
3590
  def list_training_jobs_for_hyper_parameter_tuning_job(
3609
- self, **kwargs: Unpack[ListTrainingJobsForHyperParameterTuningJobRequestRequestTypeDef]
3591
+ self, **kwargs: Unpack[ListTrainingJobsForHyperParameterTuningJobRequestTypeDef]
3610
3592
  ) -> ListTrainingJobsForHyperParameterTuningJobResponseTypeDef:
3611
3593
  """
3612
3594
  Gets a list of <a
@@ -3619,7 +3601,7 @@ class SageMakerClient(BaseClient):
3619
3601
  """
3620
3602
 
3621
3603
  def list_training_plans(
3622
- self, **kwargs: Unpack[ListTrainingPlansRequestRequestTypeDef]
3604
+ self, **kwargs: Unpack[ListTrainingPlansRequestTypeDef]
3623
3605
  ) -> ListTrainingPlansResponseTypeDef:
3624
3606
  """
3625
3607
  Retrieves a list of training plans for the current account.
@@ -3629,7 +3611,7 @@ class SageMakerClient(BaseClient):
3629
3611
  """
3630
3612
 
3631
3613
  def list_transform_jobs(
3632
- self, **kwargs: Unpack[ListTransformJobsRequestRequestTypeDef]
3614
+ self, **kwargs: Unpack[ListTransformJobsRequestTypeDef]
3633
3615
  ) -> ListTransformJobsResponseTypeDef:
3634
3616
  """
3635
3617
  Lists transform jobs.
@@ -3639,7 +3621,7 @@ class SageMakerClient(BaseClient):
3639
3621
  """
3640
3622
 
3641
3623
  def list_trial_components(
3642
- self, **kwargs: Unpack[ListTrialComponentsRequestRequestTypeDef]
3624
+ self, **kwargs: Unpack[ListTrialComponentsRequestTypeDef]
3643
3625
  ) -> ListTrialComponentsResponseTypeDef:
3644
3626
  """
3645
3627
  Lists the trial components in your account.
@@ -3648,9 +3630,7 @@ class SageMakerClient(BaseClient):
3648
3630
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_trial_components)
3649
3631
  """
3650
3632
 
3651
- def list_trials(
3652
- self, **kwargs: Unpack[ListTrialsRequestRequestTypeDef]
3653
- ) -> ListTrialsResponseTypeDef:
3633
+ def list_trials(self, **kwargs: Unpack[ListTrialsRequestTypeDef]) -> ListTrialsResponseTypeDef:
3654
3634
  """
3655
3635
  Lists the trials in your account.
3656
3636
 
@@ -3659,7 +3639,7 @@ class SageMakerClient(BaseClient):
3659
3639
  """
3660
3640
 
3661
3641
  def list_user_profiles(
3662
- self, **kwargs: Unpack[ListUserProfilesRequestRequestTypeDef]
3642
+ self, **kwargs: Unpack[ListUserProfilesRequestTypeDef]
3663
3643
  ) -> ListUserProfilesResponseTypeDef:
3664
3644
  """
3665
3645
  Lists user profiles.
@@ -3669,7 +3649,7 @@ class SageMakerClient(BaseClient):
3669
3649
  """
3670
3650
 
3671
3651
  def list_workforces(
3672
- self, **kwargs: Unpack[ListWorkforcesRequestRequestTypeDef]
3652
+ self, **kwargs: Unpack[ListWorkforcesRequestTypeDef]
3673
3653
  ) -> ListWorkforcesResponseTypeDef:
3674
3654
  """
3675
3655
  Use this operation to list all private and vendor workforces in an Amazon Web
@@ -3680,7 +3660,7 @@ class SageMakerClient(BaseClient):
3680
3660
  """
3681
3661
 
3682
3662
  def list_workteams(
3683
- self, **kwargs: Unpack[ListWorkteamsRequestRequestTypeDef]
3663
+ self, **kwargs: Unpack[ListWorkteamsRequestTypeDef]
3684
3664
  ) -> ListWorkteamsResponseTypeDef:
3685
3665
  """
3686
3666
  Gets a list of private work teams that you have defined in a region.
@@ -3690,7 +3670,7 @@ class SageMakerClient(BaseClient):
3690
3670
  """
3691
3671
 
3692
3672
  def put_model_package_group_policy(
3693
- self, **kwargs: Unpack[PutModelPackageGroupPolicyInputRequestTypeDef]
3673
+ self, **kwargs: Unpack[PutModelPackageGroupPolicyInputTypeDef]
3694
3674
  ) -> PutModelPackageGroupPolicyOutputTypeDef:
3695
3675
  """
3696
3676
  Adds a resouce policy to control access to a model group.
@@ -3700,7 +3680,7 @@ class SageMakerClient(BaseClient):
3700
3680
  """
3701
3681
 
3702
3682
  def query_lineage(
3703
- self, **kwargs: Unpack[QueryLineageRequestRequestTypeDef]
3683
+ self, **kwargs: Unpack[QueryLineageRequestTypeDef]
3704
3684
  ) -> QueryLineageResponseTypeDef:
3705
3685
  """
3706
3686
  Use this action to inspect your lineage and discover relationships between
@@ -3711,7 +3691,7 @@ class SageMakerClient(BaseClient):
3711
3691
  """
3712
3692
 
3713
3693
  def register_devices(
3714
- self, **kwargs: Unpack[RegisterDevicesRequestRequestTypeDef]
3694
+ self, **kwargs: Unpack[RegisterDevicesRequestTypeDef]
3715
3695
  ) -> EmptyResponseMetadataTypeDef:
3716
3696
  """
3717
3697
  Register devices.
@@ -3721,7 +3701,7 @@ class SageMakerClient(BaseClient):
3721
3701
  """
3722
3702
 
3723
3703
  def render_ui_template(
3724
- self, **kwargs: Unpack[RenderUiTemplateRequestRequestTypeDef]
3704
+ self, **kwargs: Unpack[RenderUiTemplateRequestTypeDef]
3725
3705
  ) -> RenderUiTemplateResponseTypeDef:
3726
3706
  """
3727
3707
  Renders the UI template so that you can preview the worker's experience.
@@ -3731,7 +3711,7 @@ class SageMakerClient(BaseClient):
3731
3711
  """
3732
3712
 
3733
3713
  def retry_pipeline_execution(
3734
- self, **kwargs: Unpack[RetryPipelineExecutionRequestRequestTypeDef]
3714
+ self, **kwargs: Unpack[RetryPipelineExecutionRequestTypeDef]
3735
3715
  ) -> RetryPipelineExecutionResponseTypeDef:
3736
3716
  """
3737
3717
  Retry the execution of the pipeline.
@@ -3740,7 +3720,7 @@ class SageMakerClient(BaseClient):
3740
3720
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#retry_pipeline_execution)
3741
3721
  """
3742
3722
 
3743
- def search(self, **kwargs: Unpack[SearchRequestRequestTypeDef]) -> SearchResponseTypeDef:
3723
+ def search(self, **kwargs: Unpack[SearchRequestTypeDef]) -> SearchResponseTypeDef:
3744
3724
  """
3745
3725
  Finds SageMaker resources that match a search query.
3746
3726
 
@@ -3749,7 +3729,7 @@ class SageMakerClient(BaseClient):
3749
3729
  """
3750
3730
 
3751
3731
  def search_training_plan_offerings(
3752
- self, **kwargs: Unpack[SearchTrainingPlanOfferingsRequestRequestTypeDef]
3732
+ self, **kwargs: Unpack[SearchTrainingPlanOfferingsRequestTypeDef]
3753
3733
  ) -> SearchTrainingPlanOfferingsResponseTypeDef:
3754
3734
  """
3755
3735
  Searches for available training plan offerings based on specified criteria.
@@ -3759,7 +3739,7 @@ class SageMakerClient(BaseClient):
3759
3739
  """
3760
3740
 
3761
3741
  def send_pipeline_execution_step_failure(
3762
- self, **kwargs: Unpack[SendPipelineExecutionStepFailureRequestRequestTypeDef]
3742
+ self, **kwargs: Unpack[SendPipelineExecutionStepFailureRequestTypeDef]
3763
3743
  ) -> SendPipelineExecutionStepFailureResponseTypeDef:
3764
3744
  """
3765
3745
  Notifies the pipeline that the execution of a callback step failed, along with
@@ -3770,7 +3750,7 @@ class SageMakerClient(BaseClient):
3770
3750
  """
3771
3751
 
3772
3752
  def send_pipeline_execution_step_success(
3773
- self, **kwargs: Unpack[SendPipelineExecutionStepSuccessRequestRequestTypeDef]
3753
+ self, **kwargs: Unpack[SendPipelineExecutionStepSuccessRequestTypeDef]
3774
3754
  ) -> SendPipelineExecutionStepSuccessResponseTypeDef:
3775
3755
  """
3776
3756
  Notifies the pipeline that the execution of a callback step succeeded and
@@ -3781,7 +3761,7 @@ class SageMakerClient(BaseClient):
3781
3761
  """
3782
3762
 
3783
3763
  def start_edge_deployment_stage(
3784
- self, **kwargs: Unpack[StartEdgeDeploymentStageRequestRequestTypeDef]
3764
+ self, **kwargs: Unpack[StartEdgeDeploymentStageRequestTypeDef]
3785
3765
  ) -> EmptyResponseMetadataTypeDef:
3786
3766
  """
3787
3767
  Starts a stage in an edge deployment plan.
@@ -3791,7 +3771,7 @@ class SageMakerClient(BaseClient):
3791
3771
  """
3792
3772
 
3793
3773
  def start_inference_experiment(
3794
- self, **kwargs: Unpack[StartInferenceExperimentRequestRequestTypeDef]
3774
+ self, **kwargs: Unpack[StartInferenceExperimentRequestTypeDef]
3795
3775
  ) -> StartInferenceExperimentResponseTypeDef:
3796
3776
  """
3797
3777
  Starts an inference experiment.
@@ -3801,7 +3781,7 @@ class SageMakerClient(BaseClient):
3801
3781
  """
3802
3782
 
3803
3783
  def start_mlflow_tracking_server(
3804
- self, **kwargs: Unpack[StartMlflowTrackingServerRequestRequestTypeDef]
3784
+ self, **kwargs: Unpack[StartMlflowTrackingServerRequestTypeDef]
3805
3785
  ) -> StartMlflowTrackingServerResponseTypeDef:
3806
3786
  """
3807
3787
  Programmatically start an MLflow Tracking Server.
@@ -3811,7 +3791,7 @@ class SageMakerClient(BaseClient):
3811
3791
  """
3812
3792
 
3813
3793
  def start_monitoring_schedule(
3814
- self, **kwargs: Unpack[StartMonitoringScheduleRequestRequestTypeDef]
3794
+ self, **kwargs: Unpack[StartMonitoringScheduleRequestTypeDef]
3815
3795
  ) -> EmptyResponseMetadataTypeDef:
3816
3796
  """
3817
3797
  Starts a previously stopped monitoring schedule.
@@ -3821,7 +3801,7 @@ class SageMakerClient(BaseClient):
3821
3801
  """
3822
3802
 
3823
3803
  def start_notebook_instance(
3824
- self, **kwargs: Unpack[StartNotebookInstanceInputRequestTypeDef]
3804
+ self, **kwargs: Unpack[StartNotebookInstanceInputTypeDef]
3825
3805
  ) -> EmptyResponseMetadataTypeDef:
3826
3806
  """
3827
3807
  Launches an ML compute instance with the latest version of the libraries and
@@ -3832,7 +3812,7 @@ class SageMakerClient(BaseClient):
3832
3812
  """
3833
3813
 
3834
3814
  def start_pipeline_execution(
3835
- self, **kwargs: Unpack[StartPipelineExecutionRequestRequestTypeDef]
3815
+ self, **kwargs: Unpack[StartPipelineExecutionRequestTypeDef]
3836
3816
  ) -> StartPipelineExecutionResponseTypeDef:
3837
3817
  """
3838
3818
  Starts a pipeline execution.
@@ -3842,7 +3822,7 @@ class SageMakerClient(BaseClient):
3842
3822
  """
3843
3823
 
3844
3824
  def stop_auto_ml_job(
3845
- self, **kwargs: Unpack[StopAutoMLJobRequestRequestTypeDef]
3825
+ self, **kwargs: Unpack[StopAutoMLJobRequestTypeDef]
3846
3826
  ) -> EmptyResponseMetadataTypeDef:
3847
3827
  """
3848
3828
  A method for forcing a running job to shut down.
@@ -3852,7 +3832,7 @@ class SageMakerClient(BaseClient):
3852
3832
  """
3853
3833
 
3854
3834
  def stop_compilation_job(
3855
- self, **kwargs: Unpack[StopCompilationJobRequestRequestTypeDef]
3835
+ self, **kwargs: Unpack[StopCompilationJobRequestTypeDef]
3856
3836
  ) -> EmptyResponseMetadataTypeDef:
3857
3837
  """
3858
3838
  Stops a model compilation job.
@@ -3862,7 +3842,7 @@ class SageMakerClient(BaseClient):
3862
3842
  """
3863
3843
 
3864
3844
  def stop_edge_deployment_stage(
3865
- self, **kwargs: Unpack[StopEdgeDeploymentStageRequestRequestTypeDef]
3845
+ self, **kwargs: Unpack[StopEdgeDeploymentStageRequestTypeDef]
3866
3846
  ) -> EmptyResponseMetadataTypeDef:
3867
3847
  """
3868
3848
  Stops a stage in an edge deployment plan.
@@ -3872,7 +3852,7 @@ class SageMakerClient(BaseClient):
3872
3852
  """
3873
3853
 
3874
3854
  def stop_edge_packaging_job(
3875
- self, **kwargs: Unpack[StopEdgePackagingJobRequestRequestTypeDef]
3855
+ self, **kwargs: Unpack[StopEdgePackagingJobRequestTypeDef]
3876
3856
  ) -> EmptyResponseMetadataTypeDef:
3877
3857
  """
3878
3858
  Request to stop an edge packaging job.
@@ -3882,7 +3862,7 @@ class SageMakerClient(BaseClient):
3882
3862
  """
3883
3863
 
3884
3864
  def stop_hyper_parameter_tuning_job(
3885
- self, **kwargs: Unpack[StopHyperParameterTuningJobRequestRequestTypeDef]
3865
+ self, **kwargs: Unpack[StopHyperParameterTuningJobRequestTypeDef]
3886
3866
  ) -> EmptyResponseMetadataTypeDef:
3887
3867
  """
3888
3868
  Stops a running hyperparameter tuning job and all running training jobs that
@@ -3893,7 +3873,7 @@ class SageMakerClient(BaseClient):
3893
3873
  """
3894
3874
 
3895
3875
  def stop_inference_experiment(
3896
- self, **kwargs: Unpack[StopInferenceExperimentRequestRequestTypeDef]
3876
+ self, **kwargs: Unpack[StopInferenceExperimentRequestTypeDef]
3897
3877
  ) -> StopInferenceExperimentResponseTypeDef:
3898
3878
  """
3899
3879
  Stops an inference experiment.
@@ -3903,7 +3883,7 @@ class SageMakerClient(BaseClient):
3903
3883
  """
3904
3884
 
3905
3885
  def stop_inference_recommendations_job(
3906
- self, **kwargs: Unpack[StopInferenceRecommendationsJobRequestRequestTypeDef]
3886
+ self, **kwargs: Unpack[StopInferenceRecommendationsJobRequestTypeDef]
3907
3887
  ) -> EmptyResponseMetadataTypeDef:
3908
3888
  """
3909
3889
  Stops an Inference Recommender job.
@@ -3913,7 +3893,7 @@ class SageMakerClient(BaseClient):
3913
3893
  """
3914
3894
 
3915
3895
  def stop_labeling_job(
3916
- self, **kwargs: Unpack[StopLabelingJobRequestRequestTypeDef]
3896
+ self, **kwargs: Unpack[StopLabelingJobRequestTypeDef]
3917
3897
  ) -> EmptyResponseMetadataTypeDef:
3918
3898
  """
3919
3899
  Stops a running labeling job.
@@ -3923,7 +3903,7 @@ class SageMakerClient(BaseClient):
3923
3903
  """
3924
3904
 
3925
3905
  def stop_mlflow_tracking_server(
3926
- self, **kwargs: Unpack[StopMlflowTrackingServerRequestRequestTypeDef]
3906
+ self, **kwargs: Unpack[StopMlflowTrackingServerRequestTypeDef]
3927
3907
  ) -> StopMlflowTrackingServerResponseTypeDef:
3928
3908
  """
3929
3909
  Programmatically stop an MLflow Tracking Server.
@@ -3933,7 +3913,7 @@ class SageMakerClient(BaseClient):
3933
3913
  """
3934
3914
 
3935
3915
  def stop_monitoring_schedule(
3936
- self, **kwargs: Unpack[StopMonitoringScheduleRequestRequestTypeDef]
3916
+ self, **kwargs: Unpack[StopMonitoringScheduleRequestTypeDef]
3937
3917
  ) -> EmptyResponseMetadataTypeDef:
3938
3918
  """
3939
3919
  Stops a previously started monitoring schedule.
@@ -3943,7 +3923,7 @@ class SageMakerClient(BaseClient):
3943
3923
  """
3944
3924
 
3945
3925
  def stop_notebook_instance(
3946
- self, **kwargs: Unpack[StopNotebookInstanceInputRequestTypeDef]
3926
+ self, **kwargs: Unpack[StopNotebookInstanceInputTypeDef]
3947
3927
  ) -> EmptyResponseMetadataTypeDef:
3948
3928
  """
3949
3929
  Terminates the ML compute instance.
@@ -3953,7 +3933,7 @@ class SageMakerClient(BaseClient):
3953
3933
  """
3954
3934
 
3955
3935
  def stop_optimization_job(
3956
- self, **kwargs: Unpack[StopOptimizationJobRequestRequestTypeDef]
3936
+ self, **kwargs: Unpack[StopOptimizationJobRequestTypeDef]
3957
3937
  ) -> EmptyResponseMetadataTypeDef:
3958
3938
  """
3959
3939
  Ends a running inference optimization job.
@@ -3963,7 +3943,7 @@ class SageMakerClient(BaseClient):
3963
3943
  """
3964
3944
 
3965
3945
  def stop_pipeline_execution(
3966
- self, **kwargs: Unpack[StopPipelineExecutionRequestRequestTypeDef]
3946
+ self, **kwargs: Unpack[StopPipelineExecutionRequestTypeDef]
3967
3947
  ) -> StopPipelineExecutionResponseTypeDef:
3968
3948
  """
3969
3949
  Stops a pipeline execution.
@@ -3973,7 +3953,7 @@ class SageMakerClient(BaseClient):
3973
3953
  """
3974
3954
 
3975
3955
  def stop_processing_job(
3976
- self, **kwargs: Unpack[StopProcessingJobRequestRequestTypeDef]
3956
+ self, **kwargs: Unpack[StopProcessingJobRequestTypeDef]
3977
3957
  ) -> EmptyResponseMetadataTypeDef:
3978
3958
  """
3979
3959
  Stops a processing job.
@@ -3983,7 +3963,7 @@ class SageMakerClient(BaseClient):
3983
3963
  """
3984
3964
 
3985
3965
  def stop_training_job(
3986
- self, **kwargs: Unpack[StopTrainingJobRequestRequestTypeDef]
3966
+ self, **kwargs: Unpack[StopTrainingJobRequestTypeDef]
3987
3967
  ) -> EmptyResponseMetadataTypeDef:
3988
3968
  """
3989
3969
  Stops a training job.
@@ -3993,7 +3973,7 @@ class SageMakerClient(BaseClient):
3993
3973
  """
3994
3974
 
3995
3975
  def stop_transform_job(
3996
- self, **kwargs: Unpack[StopTransformJobRequestRequestTypeDef]
3976
+ self, **kwargs: Unpack[StopTransformJobRequestTypeDef]
3997
3977
  ) -> EmptyResponseMetadataTypeDef:
3998
3978
  """
3999
3979
  Stops a batch transform job.
@@ -4003,7 +3983,7 @@ class SageMakerClient(BaseClient):
4003
3983
  """
4004
3984
 
4005
3985
  def update_action(
4006
- self, **kwargs: Unpack[UpdateActionRequestRequestTypeDef]
3986
+ self, **kwargs: Unpack[UpdateActionRequestTypeDef]
4007
3987
  ) -> UpdateActionResponseTypeDef:
4008
3988
  """
4009
3989
  Updates an action.
@@ -4013,7 +3993,7 @@ class SageMakerClient(BaseClient):
4013
3993
  """
4014
3994
 
4015
3995
  def update_app_image_config(
4016
- self, **kwargs: Unpack[UpdateAppImageConfigRequestRequestTypeDef]
3996
+ self, **kwargs: Unpack[UpdateAppImageConfigRequestTypeDef]
4017
3997
  ) -> UpdateAppImageConfigResponseTypeDef:
4018
3998
  """
4019
3999
  Updates the properties of an AppImageConfig.
@@ -4023,7 +4003,7 @@ class SageMakerClient(BaseClient):
4023
4003
  """
4024
4004
 
4025
4005
  def update_artifact(
4026
- self, **kwargs: Unpack[UpdateArtifactRequestRequestTypeDef]
4006
+ self, **kwargs: Unpack[UpdateArtifactRequestTypeDef]
4027
4007
  ) -> UpdateArtifactResponseTypeDef:
4028
4008
  """
4029
4009
  Updates an artifact.
@@ -4033,7 +4013,7 @@ class SageMakerClient(BaseClient):
4033
4013
  """
4034
4014
 
4035
4015
  def update_cluster(
4036
- self, **kwargs: Unpack[UpdateClusterRequestRequestTypeDef]
4016
+ self, **kwargs: Unpack[UpdateClusterRequestTypeDef]
4037
4017
  ) -> UpdateClusterResponseTypeDef:
4038
4018
  """
4039
4019
  Updates a SageMaker HyperPod cluster.
@@ -4043,7 +4023,7 @@ class SageMakerClient(BaseClient):
4043
4023
  """
4044
4024
 
4045
4025
  def update_cluster_scheduler_config(
4046
- self, **kwargs: Unpack[UpdateClusterSchedulerConfigRequestRequestTypeDef]
4026
+ self, **kwargs: Unpack[UpdateClusterSchedulerConfigRequestTypeDef]
4047
4027
  ) -> UpdateClusterSchedulerConfigResponseTypeDef:
4048
4028
  """
4049
4029
  Update the cluster policy configuration.
@@ -4053,7 +4033,7 @@ class SageMakerClient(BaseClient):
4053
4033
  """
4054
4034
 
4055
4035
  def update_cluster_software(
4056
- self, **kwargs: Unpack[UpdateClusterSoftwareRequestRequestTypeDef]
4036
+ self, **kwargs: Unpack[UpdateClusterSoftwareRequestTypeDef]
4057
4037
  ) -> UpdateClusterSoftwareResponseTypeDef:
4058
4038
  """
4059
4039
  Updates the platform software of a SageMaker HyperPod cluster for security
@@ -4064,7 +4044,7 @@ class SageMakerClient(BaseClient):
4064
4044
  """
4065
4045
 
4066
4046
  def update_code_repository(
4067
- self, **kwargs: Unpack[UpdateCodeRepositoryInputRequestTypeDef]
4047
+ self, **kwargs: Unpack[UpdateCodeRepositoryInputTypeDef]
4068
4048
  ) -> UpdateCodeRepositoryOutputTypeDef:
4069
4049
  """
4070
4050
  Updates the specified Git repository with the specified values.
@@ -4074,7 +4054,7 @@ class SageMakerClient(BaseClient):
4074
4054
  """
4075
4055
 
4076
4056
  def update_compute_quota(
4077
- self, **kwargs: Unpack[UpdateComputeQuotaRequestRequestTypeDef]
4057
+ self, **kwargs: Unpack[UpdateComputeQuotaRequestTypeDef]
4078
4058
  ) -> UpdateComputeQuotaResponseTypeDef:
4079
4059
  """
4080
4060
  Update the compute allocation definition.
@@ -4084,7 +4064,7 @@ class SageMakerClient(BaseClient):
4084
4064
  """
4085
4065
 
4086
4066
  def update_context(
4087
- self, **kwargs: Unpack[UpdateContextRequestRequestTypeDef]
4067
+ self, **kwargs: Unpack[UpdateContextRequestTypeDef]
4088
4068
  ) -> UpdateContextResponseTypeDef:
4089
4069
  """
4090
4070
  Updates a context.
@@ -4094,7 +4074,7 @@ class SageMakerClient(BaseClient):
4094
4074
  """
4095
4075
 
4096
4076
  def update_device_fleet(
4097
- self, **kwargs: Unpack[UpdateDeviceFleetRequestRequestTypeDef]
4077
+ self, **kwargs: Unpack[UpdateDeviceFleetRequestTypeDef]
4098
4078
  ) -> EmptyResponseMetadataTypeDef:
4099
4079
  """
4100
4080
  Updates a fleet of devices.
@@ -4104,7 +4084,7 @@ class SageMakerClient(BaseClient):
4104
4084
  """
4105
4085
 
4106
4086
  def update_devices(
4107
- self, **kwargs: Unpack[UpdateDevicesRequestRequestTypeDef]
4087
+ self, **kwargs: Unpack[UpdateDevicesRequestTypeDef]
4108
4088
  ) -> EmptyResponseMetadataTypeDef:
4109
4089
  """
4110
4090
  Updates one or more devices in a fleet.
@@ -4114,7 +4094,7 @@ class SageMakerClient(BaseClient):
4114
4094
  """
4115
4095
 
4116
4096
  def update_domain(
4117
- self, **kwargs: Unpack[UpdateDomainRequestRequestTypeDef]
4097
+ self, **kwargs: Unpack[UpdateDomainRequestTypeDef]
4118
4098
  ) -> UpdateDomainResponseTypeDef:
4119
4099
  """
4120
4100
  Updates the default settings for new user profiles in the domain.
@@ -4124,7 +4104,7 @@ class SageMakerClient(BaseClient):
4124
4104
  """
4125
4105
 
4126
4106
  def update_endpoint(
4127
- self, **kwargs: Unpack[UpdateEndpointInputRequestTypeDef]
4107
+ self, **kwargs: Unpack[UpdateEndpointInputTypeDef]
4128
4108
  ) -> UpdateEndpointOutputTypeDef:
4129
4109
  """
4130
4110
  Deploys the <code>EndpointConfig</code> specified in the request to a new fleet
@@ -4135,7 +4115,7 @@ class SageMakerClient(BaseClient):
4135
4115
  """
4136
4116
 
4137
4117
  def update_endpoint_weights_and_capacities(
4138
- self, **kwargs: Unpack[UpdateEndpointWeightsAndCapacitiesInputRequestTypeDef]
4118
+ self, **kwargs: Unpack[UpdateEndpointWeightsAndCapacitiesInputTypeDef]
4139
4119
  ) -> UpdateEndpointWeightsAndCapacitiesOutputTypeDef:
4140
4120
  """
4141
4121
  Updates variant weight of one or more variants associated with an existing
@@ -4146,7 +4126,7 @@ class SageMakerClient(BaseClient):
4146
4126
  """
4147
4127
 
4148
4128
  def update_experiment(
4149
- self, **kwargs: Unpack[UpdateExperimentRequestRequestTypeDef]
4129
+ self, **kwargs: Unpack[UpdateExperimentRequestTypeDef]
4150
4130
  ) -> UpdateExperimentResponseTypeDef:
4151
4131
  """
4152
4132
  Adds, updates, or removes the description of an experiment.
@@ -4156,7 +4136,7 @@ class SageMakerClient(BaseClient):
4156
4136
  """
4157
4137
 
4158
4138
  def update_feature_group(
4159
- self, **kwargs: Unpack[UpdateFeatureGroupRequestRequestTypeDef]
4139
+ self, **kwargs: Unpack[UpdateFeatureGroupRequestTypeDef]
4160
4140
  ) -> UpdateFeatureGroupResponseTypeDef:
4161
4141
  """
4162
4142
  Updates the feature group by either adding features or updating the online
@@ -4167,7 +4147,7 @@ class SageMakerClient(BaseClient):
4167
4147
  """
4168
4148
 
4169
4149
  def update_feature_metadata(
4170
- self, **kwargs: Unpack[UpdateFeatureMetadataRequestRequestTypeDef]
4150
+ self, **kwargs: Unpack[UpdateFeatureMetadataRequestTypeDef]
4171
4151
  ) -> EmptyResponseMetadataTypeDef:
4172
4152
  """
4173
4153
  Updates the description and parameters of the feature group.
@@ -4176,9 +4156,7 @@ class SageMakerClient(BaseClient):
4176
4156
  [Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#update_feature_metadata)
4177
4157
  """
4178
4158
 
4179
- def update_hub(
4180
- self, **kwargs: Unpack[UpdateHubRequestRequestTypeDef]
4181
- ) -> UpdateHubResponseTypeDef:
4159
+ def update_hub(self, **kwargs: Unpack[UpdateHubRequestTypeDef]) -> UpdateHubResponseTypeDef:
4182
4160
  """
4183
4161
  Update a hub.
4184
4162
 
@@ -4187,7 +4165,7 @@ class SageMakerClient(BaseClient):
4187
4165
  """
4188
4166
 
4189
4167
  def update_image(
4190
- self, **kwargs: Unpack[UpdateImageRequestRequestTypeDef]
4168
+ self, **kwargs: Unpack[UpdateImageRequestTypeDef]
4191
4169
  ) -> UpdateImageResponseTypeDef:
4192
4170
  """
4193
4171
  Updates the properties of a SageMaker AI image.
@@ -4197,7 +4175,7 @@ class SageMakerClient(BaseClient):
4197
4175
  """
4198
4176
 
4199
4177
  def update_image_version(
4200
- self, **kwargs: Unpack[UpdateImageVersionRequestRequestTypeDef]
4178
+ self, **kwargs: Unpack[UpdateImageVersionRequestTypeDef]
4201
4179
  ) -> UpdateImageVersionResponseTypeDef:
4202
4180
  """
4203
4181
  Updates the properties of a SageMaker AI image version.
@@ -4207,7 +4185,7 @@ class SageMakerClient(BaseClient):
4207
4185
  """
4208
4186
 
4209
4187
  def update_inference_component(
4210
- self, **kwargs: Unpack[UpdateInferenceComponentInputRequestTypeDef]
4188
+ self, **kwargs: Unpack[UpdateInferenceComponentInputTypeDef]
4211
4189
  ) -> UpdateInferenceComponentOutputTypeDef:
4212
4190
  """
4213
4191
  Updates an inference component.
@@ -4217,7 +4195,7 @@ class SageMakerClient(BaseClient):
4217
4195
  """
4218
4196
 
4219
4197
  def update_inference_component_runtime_config(
4220
- self, **kwargs: Unpack[UpdateInferenceComponentRuntimeConfigInputRequestTypeDef]
4198
+ self, **kwargs: Unpack[UpdateInferenceComponentRuntimeConfigInputTypeDef]
4221
4199
  ) -> UpdateInferenceComponentRuntimeConfigOutputTypeDef:
4222
4200
  """
4223
4201
  Runtime settings for a model that is deployed with an inference component.
@@ -4227,7 +4205,7 @@ class SageMakerClient(BaseClient):
4227
4205
  """
4228
4206
 
4229
4207
  def update_inference_experiment(
4230
- self, **kwargs: Unpack[UpdateInferenceExperimentRequestRequestTypeDef]
4208
+ self, **kwargs: Unpack[UpdateInferenceExperimentRequestTypeDef]
4231
4209
  ) -> UpdateInferenceExperimentResponseTypeDef:
4232
4210
  """
4233
4211
  Updates an inference experiment that you created.
@@ -4237,7 +4215,7 @@ class SageMakerClient(BaseClient):
4237
4215
  """
4238
4216
 
4239
4217
  def update_mlflow_tracking_server(
4240
- self, **kwargs: Unpack[UpdateMlflowTrackingServerRequestRequestTypeDef]
4218
+ self, **kwargs: Unpack[UpdateMlflowTrackingServerRequestTypeDef]
4241
4219
  ) -> UpdateMlflowTrackingServerResponseTypeDef:
4242
4220
  """
4243
4221
  Updates properties of an existing MLflow Tracking Server.
@@ -4247,7 +4225,7 @@ class SageMakerClient(BaseClient):
4247
4225
  """
4248
4226
 
4249
4227
  def update_model_card(
4250
- self, **kwargs: Unpack[UpdateModelCardRequestRequestTypeDef]
4228
+ self, **kwargs: Unpack[UpdateModelCardRequestTypeDef]
4251
4229
  ) -> UpdateModelCardResponseTypeDef:
4252
4230
  """
4253
4231
  Update an Amazon SageMaker Model Card.
@@ -4257,7 +4235,7 @@ class SageMakerClient(BaseClient):
4257
4235
  """
4258
4236
 
4259
4237
  def update_model_package(
4260
- self, **kwargs: Unpack[UpdateModelPackageInputRequestTypeDef]
4238
+ self, **kwargs: Unpack[UpdateModelPackageInputTypeDef]
4261
4239
  ) -> UpdateModelPackageOutputTypeDef:
4262
4240
  """
4263
4241
  Updates a versioned model.
@@ -4267,7 +4245,7 @@ class SageMakerClient(BaseClient):
4267
4245
  """
4268
4246
 
4269
4247
  def update_monitoring_alert(
4270
- self, **kwargs: Unpack[UpdateMonitoringAlertRequestRequestTypeDef]
4248
+ self, **kwargs: Unpack[UpdateMonitoringAlertRequestTypeDef]
4271
4249
  ) -> UpdateMonitoringAlertResponseTypeDef:
4272
4250
  """
4273
4251
  Update the parameters of a model monitor alert.
@@ -4277,7 +4255,7 @@ class SageMakerClient(BaseClient):
4277
4255
  """
4278
4256
 
4279
4257
  def update_monitoring_schedule(
4280
- self, **kwargs: Unpack[UpdateMonitoringScheduleRequestRequestTypeDef]
4258
+ self, **kwargs: Unpack[UpdateMonitoringScheduleRequestTypeDef]
4281
4259
  ) -> UpdateMonitoringScheduleResponseTypeDef:
4282
4260
  """
4283
4261
  Updates a previously created schedule.
@@ -4287,7 +4265,7 @@ class SageMakerClient(BaseClient):
4287
4265
  """
4288
4266
 
4289
4267
  def update_notebook_instance(
4290
- self, **kwargs: Unpack[UpdateNotebookInstanceInputRequestTypeDef]
4268
+ self, **kwargs: Unpack[UpdateNotebookInstanceInputTypeDef]
4291
4269
  ) -> Dict[str, Any]:
4292
4270
  """
4293
4271
  Updates a notebook instance.
@@ -4297,7 +4275,7 @@ class SageMakerClient(BaseClient):
4297
4275
  """
4298
4276
 
4299
4277
  def update_notebook_instance_lifecycle_config(
4300
- self, **kwargs: Unpack[UpdateNotebookInstanceLifecycleConfigInputRequestTypeDef]
4278
+ self, **kwargs: Unpack[UpdateNotebookInstanceLifecycleConfigInputTypeDef]
4301
4279
  ) -> Dict[str, Any]:
4302
4280
  """
4303
4281
  Updates a notebook instance lifecycle configuration created with the <a
@@ -4309,7 +4287,7 @@ class SageMakerClient(BaseClient):
4309
4287
  """
4310
4288
 
4311
4289
  def update_partner_app(
4312
- self, **kwargs: Unpack[UpdatePartnerAppRequestRequestTypeDef]
4290
+ self, **kwargs: Unpack[UpdatePartnerAppRequestTypeDef]
4313
4291
  ) -> UpdatePartnerAppResponseTypeDef:
4314
4292
  """
4315
4293
  Updates all of the SageMaker Partner AI Apps in an account.
@@ -4319,7 +4297,7 @@ class SageMakerClient(BaseClient):
4319
4297
  """
4320
4298
 
4321
4299
  def update_pipeline(
4322
- self, **kwargs: Unpack[UpdatePipelineRequestRequestTypeDef]
4300
+ self, **kwargs: Unpack[UpdatePipelineRequestTypeDef]
4323
4301
  ) -> UpdatePipelineResponseTypeDef:
4324
4302
  """
4325
4303
  Updates a pipeline.
@@ -4329,7 +4307,7 @@ class SageMakerClient(BaseClient):
4329
4307
  """
4330
4308
 
4331
4309
  def update_pipeline_execution(
4332
- self, **kwargs: Unpack[UpdatePipelineExecutionRequestRequestTypeDef]
4310
+ self, **kwargs: Unpack[UpdatePipelineExecutionRequestTypeDef]
4333
4311
  ) -> UpdatePipelineExecutionResponseTypeDef:
4334
4312
  """
4335
4313
  Updates a pipeline execution.
@@ -4339,7 +4317,7 @@ class SageMakerClient(BaseClient):
4339
4317
  """
4340
4318
 
4341
4319
  def update_project(
4342
- self, **kwargs: Unpack[UpdateProjectInputRequestTypeDef]
4320
+ self, **kwargs: Unpack[UpdateProjectInputTypeDef]
4343
4321
  ) -> UpdateProjectOutputTypeDef:
4344
4322
  """
4345
4323
  Updates a machine learning (ML) project that is created from a template that
@@ -4350,7 +4328,7 @@ class SageMakerClient(BaseClient):
4350
4328
  """
4351
4329
 
4352
4330
  def update_space(
4353
- self, **kwargs: Unpack[UpdateSpaceRequestRequestTypeDef]
4331
+ self, **kwargs: Unpack[UpdateSpaceRequestTypeDef]
4354
4332
  ) -> UpdateSpaceResponseTypeDef:
4355
4333
  """
4356
4334
  Updates the settings of a space.
@@ -4360,7 +4338,7 @@ class SageMakerClient(BaseClient):
4360
4338
  """
4361
4339
 
4362
4340
  def update_training_job(
4363
- self, **kwargs: Unpack[UpdateTrainingJobRequestRequestTypeDef]
4341
+ self, **kwargs: Unpack[UpdateTrainingJobRequestTypeDef]
4364
4342
  ) -> UpdateTrainingJobResponseTypeDef:
4365
4343
  """
4366
4344
  Update a model training job to request a new Debugger profiling configuration
@@ -4371,7 +4349,7 @@ class SageMakerClient(BaseClient):
4371
4349
  """
4372
4350
 
4373
4351
  def update_trial(
4374
- self, **kwargs: Unpack[UpdateTrialRequestRequestTypeDef]
4352
+ self, **kwargs: Unpack[UpdateTrialRequestTypeDef]
4375
4353
  ) -> UpdateTrialResponseTypeDef:
4376
4354
  """
4377
4355
  Updates the display name of a trial.
@@ -4381,7 +4359,7 @@ class SageMakerClient(BaseClient):
4381
4359
  """
4382
4360
 
4383
4361
  def update_trial_component(
4384
- self, **kwargs: Unpack[UpdateTrialComponentRequestRequestTypeDef]
4362
+ self, **kwargs: Unpack[UpdateTrialComponentRequestTypeDef]
4385
4363
  ) -> UpdateTrialComponentResponseTypeDef:
4386
4364
  """
4387
4365
  Updates one or more properties of a trial component.
@@ -4391,7 +4369,7 @@ class SageMakerClient(BaseClient):
4391
4369
  """
4392
4370
 
4393
4371
  def update_user_profile(
4394
- self, **kwargs: Unpack[UpdateUserProfileRequestRequestTypeDef]
4372
+ self, **kwargs: Unpack[UpdateUserProfileRequestTypeDef]
4395
4373
  ) -> UpdateUserProfileResponseTypeDef:
4396
4374
  """
4397
4375
  Updates a user profile.
@@ -4401,7 +4379,7 @@ class SageMakerClient(BaseClient):
4401
4379
  """
4402
4380
 
4403
4381
  def update_workforce(
4404
- self, **kwargs: Unpack[UpdateWorkforceRequestRequestTypeDef]
4382
+ self, **kwargs: Unpack[UpdateWorkforceRequestTypeDef]
4405
4383
  ) -> UpdateWorkforceResponseTypeDef:
4406
4384
  """
4407
4385
  Use this operation to update your workforce.
@@ -4411,7 +4389,7 @@ class SageMakerClient(BaseClient):
4411
4389
  """
4412
4390
 
4413
4391
  def update_workteam(
4414
- self, **kwargs: Unpack[UpdateWorkteamRequestRequestTypeDef]
4392
+ self, **kwargs: Unpack[UpdateWorkteamRequestTypeDef]
4415
4393
  ) -> UpdateWorkteamResponseTypeDef:
4416
4394
  """
4417
4395
  Updates an existing work team with new member definitions or description.