mypy-boto3-sagemaker 1.36.2__py3-none-any.whl → 1.36.13__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.
- mypy_boto3_sagemaker/__init__.py +4 -2
- mypy_boto3_sagemaker/__init__.pyi +4 -2
- mypy_boto3_sagemaker/__main__.py +4 -4
- mypy_boto3_sagemaker/client.py +708 -730
- mypy_boto3_sagemaker/client.pyi +708 -730
- mypy_boto3_sagemaker/literals.py +3 -2
- mypy_boto3_sagemaker/literals.pyi +3 -2
- mypy_boto3_sagemaker/paginator.py +2 -2
- mypy_boto3_sagemaker/paginator.pyi +2 -2
- mypy_boto3_sagemaker/type_defs.py +1752 -1696
- mypy_boto3_sagemaker/type_defs.pyi +1663 -1623
- mypy_boto3_sagemaker/version.py +1 -1
- mypy_boto3_sagemaker/waiter.py +14 -8
- mypy_boto3_sagemaker/waiter.pyi +14 -8
- {mypy_boto3_sagemaker-1.36.2.dist-info → mypy_boto3_sagemaker-1.36.13.dist-info}/METADATA +7 -6
- mypy_boto3_sagemaker-1.36.13.dist-info/RECORD +20 -0
- mypy_boto3_sagemaker-1.36.2.dist-info/RECORD +0 -20
- {mypy_boto3_sagemaker-1.36.2.dist-info → mypy_boto3_sagemaker-1.36.13.dist-info}/LICENSE +0 -0
- {mypy_boto3_sagemaker-1.36.2.dist-info → mypy_boto3_sagemaker-1.36.13.dist-info}/WHEEL +0 -0
- {mypy_boto3_sagemaker-1.36.2.dist-info → mypy_boto3_sagemaker-1.36.13.dist-info}/top_level.txt +0 -0
mypy_boto3_sagemaker/client.pyi
CHANGED
|
@@ -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
|
-
|
|
109
|
+
AddAssociationRequestTypeDef,
|
|
110
110
|
AddAssociationResponseTypeDef,
|
|
111
|
-
|
|
111
|
+
AddTagsInputTypeDef,
|
|
112
112
|
AddTagsOutputTypeDef,
|
|
113
|
-
|
|
113
|
+
AssociateTrialComponentRequestTypeDef,
|
|
114
114
|
AssociateTrialComponentResponseTypeDef,
|
|
115
|
-
|
|
115
|
+
BatchDeleteClusterNodesRequestTypeDef,
|
|
116
116
|
BatchDeleteClusterNodesResponseTypeDef,
|
|
117
|
-
|
|
117
|
+
BatchDescribeModelPackageInputTypeDef,
|
|
118
118
|
BatchDescribeModelPackageOutputTypeDef,
|
|
119
|
-
|
|
119
|
+
CreateActionRequestTypeDef,
|
|
120
120
|
CreateActionResponseTypeDef,
|
|
121
|
-
|
|
121
|
+
CreateAlgorithmInputTypeDef,
|
|
122
122
|
CreateAlgorithmOutputTypeDef,
|
|
123
|
-
|
|
123
|
+
CreateAppImageConfigRequestTypeDef,
|
|
124
124
|
CreateAppImageConfigResponseTypeDef,
|
|
125
|
-
|
|
125
|
+
CreateAppRequestTypeDef,
|
|
126
126
|
CreateAppResponseTypeDef,
|
|
127
|
-
|
|
127
|
+
CreateArtifactRequestTypeDef,
|
|
128
128
|
CreateArtifactResponseTypeDef,
|
|
129
|
-
|
|
129
|
+
CreateAutoMLJobRequestTypeDef,
|
|
130
130
|
CreateAutoMLJobResponseTypeDef,
|
|
131
|
-
|
|
131
|
+
CreateAutoMLJobV2RequestTypeDef,
|
|
132
132
|
CreateAutoMLJobV2ResponseTypeDef,
|
|
133
|
-
|
|
133
|
+
CreateClusterRequestTypeDef,
|
|
134
134
|
CreateClusterResponseTypeDef,
|
|
135
|
-
|
|
135
|
+
CreateClusterSchedulerConfigRequestTypeDef,
|
|
136
136
|
CreateClusterSchedulerConfigResponseTypeDef,
|
|
137
|
-
|
|
137
|
+
CreateCodeRepositoryInputTypeDef,
|
|
138
138
|
CreateCodeRepositoryOutputTypeDef,
|
|
139
|
-
|
|
139
|
+
CreateCompilationJobRequestTypeDef,
|
|
140
140
|
CreateCompilationJobResponseTypeDef,
|
|
141
|
-
|
|
141
|
+
CreateComputeQuotaRequestTypeDef,
|
|
142
142
|
CreateComputeQuotaResponseTypeDef,
|
|
143
|
-
|
|
143
|
+
CreateContextRequestTypeDef,
|
|
144
144
|
CreateContextResponseTypeDef,
|
|
145
|
-
|
|
145
|
+
CreateDataQualityJobDefinitionRequestTypeDef,
|
|
146
146
|
CreateDataQualityJobDefinitionResponseTypeDef,
|
|
147
|
-
|
|
148
|
-
|
|
147
|
+
CreateDeviceFleetRequestTypeDef,
|
|
148
|
+
CreateDomainRequestTypeDef,
|
|
149
149
|
CreateDomainResponseTypeDef,
|
|
150
|
-
|
|
150
|
+
CreateEdgeDeploymentPlanRequestTypeDef,
|
|
151
151
|
CreateEdgeDeploymentPlanResponseTypeDef,
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
152
|
+
CreateEdgeDeploymentStageRequestTypeDef,
|
|
153
|
+
CreateEdgePackagingJobRequestTypeDef,
|
|
154
|
+
CreateEndpointConfigInputTypeDef,
|
|
155
155
|
CreateEndpointConfigOutputTypeDef,
|
|
156
|
-
|
|
156
|
+
CreateEndpointInputTypeDef,
|
|
157
157
|
CreateEndpointOutputTypeDef,
|
|
158
|
-
|
|
158
|
+
CreateExperimentRequestTypeDef,
|
|
159
159
|
CreateExperimentResponseTypeDef,
|
|
160
|
-
|
|
160
|
+
CreateFeatureGroupRequestTypeDef,
|
|
161
161
|
CreateFeatureGroupResponseTypeDef,
|
|
162
|
-
|
|
162
|
+
CreateFlowDefinitionRequestTypeDef,
|
|
163
163
|
CreateFlowDefinitionResponseTypeDef,
|
|
164
|
-
|
|
164
|
+
CreateHubContentReferenceRequestTypeDef,
|
|
165
165
|
CreateHubContentReferenceResponseTypeDef,
|
|
166
|
-
|
|
166
|
+
CreateHubRequestTypeDef,
|
|
167
167
|
CreateHubResponseTypeDef,
|
|
168
|
-
|
|
168
|
+
CreateHumanTaskUiRequestTypeDef,
|
|
169
169
|
CreateHumanTaskUiResponseTypeDef,
|
|
170
|
-
|
|
170
|
+
CreateHyperParameterTuningJobRequestTypeDef,
|
|
171
171
|
CreateHyperParameterTuningJobResponseTypeDef,
|
|
172
|
-
|
|
172
|
+
CreateImageRequestTypeDef,
|
|
173
173
|
CreateImageResponseTypeDef,
|
|
174
|
-
|
|
174
|
+
CreateImageVersionRequestTypeDef,
|
|
175
175
|
CreateImageVersionResponseTypeDef,
|
|
176
|
-
|
|
176
|
+
CreateInferenceComponentInputTypeDef,
|
|
177
177
|
CreateInferenceComponentOutputTypeDef,
|
|
178
|
-
|
|
178
|
+
CreateInferenceExperimentRequestTypeDef,
|
|
179
179
|
CreateInferenceExperimentResponseTypeDef,
|
|
180
|
-
|
|
180
|
+
CreateInferenceRecommendationsJobRequestTypeDef,
|
|
181
181
|
CreateInferenceRecommendationsJobResponseTypeDef,
|
|
182
|
-
|
|
182
|
+
CreateLabelingJobRequestTypeDef,
|
|
183
183
|
CreateLabelingJobResponseTypeDef,
|
|
184
|
-
|
|
184
|
+
CreateMlflowTrackingServerRequestTypeDef,
|
|
185
185
|
CreateMlflowTrackingServerResponseTypeDef,
|
|
186
|
-
|
|
186
|
+
CreateModelBiasJobDefinitionRequestTypeDef,
|
|
187
187
|
CreateModelBiasJobDefinitionResponseTypeDef,
|
|
188
|
-
|
|
188
|
+
CreateModelCardExportJobRequestTypeDef,
|
|
189
189
|
CreateModelCardExportJobResponseTypeDef,
|
|
190
|
-
|
|
190
|
+
CreateModelCardRequestTypeDef,
|
|
191
191
|
CreateModelCardResponseTypeDef,
|
|
192
|
-
|
|
192
|
+
CreateModelExplainabilityJobDefinitionRequestTypeDef,
|
|
193
193
|
CreateModelExplainabilityJobDefinitionResponseTypeDef,
|
|
194
|
-
|
|
194
|
+
CreateModelInputTypeDef,
|
|
195
195
|
CreateModelOutputTypeDef,
|
|
196
|
-
|
|
196
|
+
CreateModelPackageGroupInputTypeDef,
|
|
197
197
|
CreateModelPackageGroupOutputTypeDef,
|
|
198
|
-
|
|
198
|
+
CreateModelPackageInputTypeDef,
|
|
199
199
|
CreateModelPackageOutputTypeDef,
|
|
200
|
-
|
|
200
|
+
CreateModelQualityJobDefinitionRequestTypeDef,
|
|
201
201
|
CreateModelQualityJobDefinitionResponseTypeDef,
|
|
202
|
-
|
|
202
|
+
CreateMonitoringScheduleRequestTypeDef,
|
|
203
203
|
CreateMonitoringScheduleResponseTypeDef,
|
|
204
|
-
|
|
205
|
-
|
|
204
|
+
CreateNotebookInstanceInputTypeDef,
|
|
205
|
+
CreateNotebookInstanceLifecycleConfigInputTypeDef,
|
|
206
206
|
CreateNotebookInstanceLifecycleConfigOutputTypeDef,
|
|
207
207
|
CreateNotebookInstanceOutputTypeDef,
|
|
208
|
-
|
|
208
|
+
CreateOptimizationJobRequestTypeDef,
|
|
209
209
|
CreateOptimizationJobResponseTypeDef,
|
|
210
|
-
|
|
210
|
+
CreatePartnerAppPresignedUrlRequestTypeDef,
|
|
211
211
|
CreatePartnerAppPresignedUrlResponseTypeDef,
|
|
212
|
-
|
|
212
|
+
CreatePartnerAppRequestTypeDef,
|
|
213
213
|
CreatePartnerAppResponseTypeDef,
|
|
214
|
-
|
|
214
|
+
CreatePipelineRequestTypeDef,
|
|
215
215
|
CreatePipelineResponseTypeDef,
|
|
216
|
-
|
|
216
|
+
CreatePresignedDomainUrlRequestTypeDef,
|
|
217
217
|
CreatePresignedDomainUrlResponseTypeDef,
|
|
218
|
-
|
|
218
|
+
CreatePresignedMlflowTrackingServerUrlRequestTypeDef,
|
|
219
219
|
CreatePresignedMlflowTrackingServerUrlResponseTypeDef,
|
|
220
|
-
|
|
220
|
+
CreatePresignedNotebookInstanceUrlInputTypeDef,
|
|
221
221
|
CreatePresignedNotebookInstanceUrlOutputTypeDef,
|
|
222
|
-
|
|
222
|
+
CreateProcessingJobRequestTypeDef,
|
|
223
223
|
CreateProcessingJobResponseTypeDef,
|
|
224
|
-
|
|
224
|
+
CreateProjectInputTypeDef,
|
|
225
225
|
CreateProjectOutputTypeDef,
|
|
226
|
-
|
|
226
|
+
CreateSpaceRequestTypeDef,
|
|
227
227
|
CreateSpaceResponseTypeDef,
|
|
228
|
-
|
|
228
|
+
CreateStudioLifecycleConfigRequestTypeDef,
|
|
229
229
|
CreateStudioLifecycleConfigResponseTypeDef,
|
|
230
|
-
|
|
230
|
+
CreateTrainingJobRequestTypeDef,
|
|
231
231
|
CreateTrainingJobResponseTypeDef,
|
|
232
|
-
|
|
232
|
+
CreateTrainingPlanRequestTypeDef,
|
|
233
233
|
CreateTrainingPlanResponseTypeDef,
|
|
234
|
-
|
|
234
|
+
CreateTransformJobRequestTypeDef,
|
|
235
235
|
CreateTransformJobResponseTypeDef,
|
|
236
|
-
|
|
236
|
+
CreateTrialComponentRequestTypeDef,
|
|
237
237
|
CreateTrialComponentResponseTypeDef,
|
|
238
|
-
|
|
238
|
+
CreateTrialRequestTypeDef,
|
|
239
239
|
CreateTrialResponseTypeDef,
|
|
240
|
-
|
|
240
|
+
CreateUserProfileRequestTypeDef,
|
|
241
241
|
CreateUserProfileResponseTypeDef,
|
|
242
|
-
|
|
242
|
+
CreateWorkforceRequestTypeDef,
|
|
243
243
|
CreateWorkforceResponseTypeDef,
|
|
244
|
-
|
|
244
|
+
CreateWorkteamRequestTypeDef,
|
|
245
245
|
CreateWorkteamResponseTypeDef,
|
|
246
|
-
|
|
246
|
+
DeleteActionRequestTypeDef,
|
|
247
247
|
DeleteActionResponseTypeDef,
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
248
|
+
DeleteAlgorithmInputTypeDef,
|
|
249
|
+
DeleteAppImageConfigRequestTypeDef,
|
|
250
|
+
DeleteAppRequestTypeDef,
|
|
251
|
+
DeleteArtifactRequestTypeDef,
|
|
252
252
|
DeleteArtifactResponseTypeDef,
|
|
253
|
-
|
|
253
|
+
DeleteAssociationRequestTypeDef,
|
|
254
254
|
DeleteAssociationResponseTypeDef,
|
|
255
|
-
|
|
255
|
+
DeleteClusterRequestTypeDef,
|
|
256
256
|
DeleteClusterResponseTypeDef,
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
257
|
+
DeleteClusterSchedulerConfigRequestTypeDef,
|
|
258
|
+
DeleteCodeRepositoryInputTypeDef,
|
|
259
|
+
DeleteCompilationJobRequestTypeDef,
|
|
260
|
+
DeleteComputeQuotaRequestTypeDef,
|
|
261
|
+
DeleteContextRequestTypeDef,
|
|
262
262
|
DeleteContextResponseTypeDef,
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
263
|
+
DeleteDataQualityJobDefinitionRequestTypeDef,
|
|
264
|
+
DeleteDeviceFleetRequestTypeDef,
|
|
265
|
+
DeleteDomainRequestTypeDef,
|
|
266
|
+
DeleteEdgeDeploymentPlanRequestTypeDef,
|
|
267
|
+
DeleteEdgeDeploymentStageRequestTypeDef,
|
|
268
|
+
DeleteEndpointConfigInputTypeDef,
|
|
269
|
+
DeleteEndpointInputTypeDef,
|
|
270
|
+
DeleteExperimentRequestTypeDef,
|
|
271
271
|
DeleteExperimentResponseTypeDef,
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
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
|
-
|
|
284
|
+
DeleteMlflowTrackingServerRequestTypeDef,
|
|
285
285
|
DeleteMlflowTrackingServerResponseTypeDef,
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
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
|
-
|
|
300
|
+
DeletePipelineRequestTypeDef,
|
|
301
301
|
DeletePipelineResponseTypeDef,
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
302
|
+
DeleteProjectInputTypeDef,
|
|
303
|
+
DeleteSpaceRequestTypeDef,
|
|
304
|
+
DeleteStudioLifecycleConfigRequestTypeDef,
|
|
305
|
+
DeleteTagsInputTypeDef,
|
|
306
|
+
DeleteTrialComponentRequestTypeDef,
|
|
307
307
|
DeleteTrialComponentResponseTypeDef,
|
|
308
|
-
|
|
308
|
+
DeleteTrialRequestTypeDef,
|
|
309
309
|
DeleteTrialResponseTypeDef,
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
310
|
+
DeleteUserProfileRequestTypeDef,
|
|
311
|
+
DeleteWorkforceRequestTypeDef,
|
|
312
|
+
DeleteWorkteamRequestTypeDef,
|
|
313
313
|
DeleteWorkteamResponseTypeDef,
|
|
314
|
-
|
|
315
|
-
|
|
314
|
+
DeregisterDevicesRequestTypeDef,
|
|
315
|
+
DescribeActionRequestTypeDef,
|
|
316
316
|
DescribeActionResponseTypeDef,
|
|
317
|
-
|
|
317
|
+
DescribeAlgorithmInputTypeDef,
|
|
318
318
|
DescribeAlgorithmOutputTypeDef,
|
|
319
|
-
|
|
319
|
+
DescribeAppImageConfigRequestTypeDef,
|
|
320
320
|
DescribeAppImageConfigResponseTypeDef,
|
|
321
|
-
|
|
321
|
+
DescribeAppRequestTypeDef,
|
|
322
322
|
DescribeAppResponseTypeDef,
|
|
323
|
-
|
|
323
|
+
DescribeArtifactRequestTypeDef,
|
|
324
324
|
DescribeArtifactResponseTypeDef,
|
|
325
|
-
|
|
325
|
+
DescribeAutoMLJobRequestTypeDef,
|
|
326
326
|
DescribeAutoMLJobResponseTypeDef,
|
|
327
|
-
|
|
327
|
+
DescribeAutoMLJobV2RequestTypeDef,
|
|
328
328
|
DescribeAutoMLJobV2ResponseTypeDef,
|
|
329
|
-
|
|
329
|
+
DescribeClusterNodeRequestTypeDef,
|
|
330
330
|
DescribeClusterNodeResponseTypeDef,
|
|
331
|
-
|
|
331
|
+
DescribeClusterRequestTypeDef,
|
|
332
332
|
DescribeClusterResponseTypeDef,
|
|
333
|
-
|
|
333
|
+
DescribeClusterSchedulerConfigRequestTypeDef,
|
|
334
334
|
DescribeClusterSchedulerConfigResponseTypeDef,
|
|
335
|
-
|
|
335
|
+
DescribeCodeRepositoryInputTypeDef,
|
|
336
336
|
DescribeCodeRepositoryOutputTypeDef,
|
|
337
|
-
|
|
337
|
+
DescribeCompilationJobRequestTypeDef,
|
|
338
338
|
DescribeCompilationJobResponseTypeDef,
|
|
339
|
-
|
|
339
|
+
DescribeComputeQuotaRequestTypeDef,
|
|
340
340
|
DescribeComputeQuotaResponseTypeDef,
|
|
341
|
-
|
|
341
|
+
DescribeContextRequestTypeDef,
|
|
342
342
|
DescribeContextResponseTypeDef,
|
|
343
|
-
|
|
343
|
+
DescribeDataQualityJobDefinitionRequestTypeDef,
|
|
344
344
|
DescribeDataQualityJobDefinitionResponseTypeDef,
|
|
345
|
-
|
|
345
|
+
DescribeDeviceFleetRequestTypeDef,
|
|
346
346
|
DescribeDeviceFleetResponseTypeDef,
|
|
347
|
-
|
|
347
|
+
DescribeDeviceRequestTypeDef,
|
|
348
348
|
DescribeDeviceResponseTypeDef,
|
|
349
|
-
|
|
349
|
+
DescribeDomainRequestTypeDef,
|
|
350
350
|
DescribeDomainResponseTypeDef,
|
|
351
|
-
|
|
351
|
+
DescribeEdgeDeploymentPlanRequestTypeDef,
|
|
352
352
|
DescribeEdgeDeploymentPlanResponseTypeDef,
|
|
353
|
-
|
|
353
|
+
DescribeEdgePackagingJobRequestTypeDef,
|
|
354
354
|
DescribeEdgePackagingJobResponseTypeDef,
|
|
355
|
-
|
|
355
|
+
DescribeEndpointConfigInputTypeDef,
|
|
356
356
|
DescribeEndpointConfigOutputTypeDef,
|
|
357
|
-
|
|
357
|
+
DescribeEndpointInputTypeDef,
|
|
358
358
|
DescribeEndpointOutputTypeDef,
|
|
359
|
-
|
|
359
|
+
DescribeExperimentRequestTypeDef,
|
|
360
360
|
DescribeExperimentResponseTypeDef,
|
|
361
|
-
|
|
361
|
+
DescribeFeatureGroupRequestTypeDef,
|
|
362
362
|
DescribeFeatureGroupResponseTypeDef,
|
|
363
|
-
|
|
363
|
+
DescribeFeatureMetadataRequestTypeDef,
|
|
364
364
|
DescribeFeatureMetadataResponseTypeDef,
|
|
365
|
-
|
|
365
|
+
DescribeFlowDefinitionRequestTypeDef,
|
|
366
366
|
DescribeFlowDefinitionResponseTypeDef,
|
|
367
|
-
|
|
367
|
+
DescribeHubContentRequestTypeDef,
|
|
368
368
|
DescribeHubContentResponseTypeDef,
|
|
369
|
-
|
|
369
|
+
DescribeHubRequestTypeDef,
|
|
370
370
|
DescribeHubResponseTypeDef,
|
|
371
|
-
|
|
371
|
+
DescribeHumanTaskUiRequestTypeDef,
|
|
372
372
|
DescribeHumanTaskUiResponseTypeDef,
|
|
373
|
-
|
|
373
|
+
DescribeHyperParameterTuningJobRequestTypeDef,
|
|
374
374
|
DescribeHyperParameterTuningJobResponseTypeDef,
|
|
375
|
-
|
|
375
|
+
DescribeImageRequestTypeDef,
|
|
376
376
|
DescribeImageResponseTypeDef,
|
|
377
|
-
|
|
377
|
+
DescribeImageVersionRequestTypeDef,
|
|
378
378
|
DescribeImageVersionResponseTypeDef,
|
|
379
|
-
|
|
379
|
+
DescribeInferenceComponentInputTypeDef,
|
|
380
380
|
DescribeInferenceComponentOutputTypeDef,
|
|
381
|
-
|
|
381
|
+
DescribeInferenceExperimentRequestTypeDef,
|
|
382
382
|
DescribeInferenceExperimentResponseTypeDef,
|
|
383
|
-
|
|
383
|
+
DescribeInferenceRecommendationsJobRequestTypeDef,
|
|
384
384
|
DescribeInferenceRecommendationsJobResponseTypeDef,
|
|
385
|
-
|
|
385
|
+
DescribeLabelingJobRequestTypeDef,
|
|
386
386
|
DescribeLabelingJobResponseTypeDef,
|
|
387
|
-
|
|
387
|
+
DescribeLineageGroupRequestTypeDef,
|
|
388
388
|
DescribeLineageGroupResponseTypeDef,
|
|
389
|
-
|
|
389
|
+
DescribeMlflowTrackingServerRequestTypeDef,
|
|
390
390
|
DescribeMlflowTrackingServerResponseTypeDef,
|
|
391
|
-
|
|
391
|
+
DescribeModelBiasJobDefinitionRequestTypeDef,
|
|
392
392
|
DescribeModelBiasJobDefinitionResponseTypeDef,
|
|
393
|
-
|
|
393
|
+
DescribeModelCardExportJobRequestTypeDef,
|
|
394
394
|
DescribeModelCardExportJobResponseTypeDef,
|
|
395
|
-
|
|
395
|
+
DescribeModelCardRequestTypeDef,
|
|
396
396
|
DescribeModelCardResponseTypeDef,
|
|
397
|
-
|
|
397
|
+
DescribeModelExplainabilityJobDefinitionRequestTypeDef,
|
|
398
398
|
DescribeModelExplainabilityJobDefinitionResponseTypeDef,
|
|
399
|
-
|
|
399
|
+
DescribeModelInputTypeDef,
|
|
400
400
|
DescribeModelOutputTypeDef,
|
|
401
|
-
|
|
401
|
+
DescribeModelPackageGroupInputTypeDef,
|
|
402
402
|
DescribeModelPackageGroupOutputTypeDef,
|
|
403
|
-
|
|
403
|
+
DescribeModelPackageInputTypeDef,
|
|
404
404
|
DescribeModelPackageOutputTypeDef,
|
|
405
|
-
|
|
405
|
+
DescribeModelQualityJobDefinitionRequestTypeDef,
|
|
406
406
|
DescribeModelQualityJobDefinitionResponseTypeDef,
|
|
407
|
-
|
|
407
|
+
DescribeMonitoringScheduleRequestTypeDef,
|
|
408
408
|
DescribeMonitoringScheduleResponseTypeDef,
|
|
409
|
-
|
|
410
|
-
|
|
409
|
+
DescribeNotebookInstanceInputTypeDef,
|
|
410
|
+
DescribeNotebookInstanceLifecycleConfigInputTypeDef,
|
|
411
411
|
DescribeNotebookInstanceLifecycleConfigOutputTypeDef,
|
|
412
412
|
DescribeNotebookInstanceOutputTypeDef,
|
|
413
|
-
|
|
413
|
+
DescribeOptimizationJobRequestTypeDef,
|
|
414
414
|
DescribeOptimizationJobResponseTypeDef,
|
|
415
|
-
|
|
415
|
+
DescribePartnerAppRequestTypeDef,
|
|
416
416
|
DescribePartnerAppResponseTypeDef,
|
|
417
|
-
|
|
417
|
+
DescribePipelineDefinitionForExecutionRequestTypeDef,
|
|
418
418
|
DescribePipelineDefinitionForExecutionResponseTypeDef,
|
|
419
|
-
|
|
419
|
+
DescribePipelineExecutionRequestTypeDef,
|
|
420
420
|
DescribePipelineExecutionResponseTypeDef,
|
|
421
|
-
|
|
421
|
+
DescribePipelineRequestTypeDef,
|
|
422
422
|
DescribePipelineResponseTypeDef,
|
|
423
|
-
|
|
423
|
+
DescribeProcessingJobRequestTypeDef,
|
|
424
424
|
DescribeProcessingJobResponseTypeDef,
|
|
425
|
-
|
|
425
|
+
DescribeProjectInputTypeDef,
|
|
426
426
|
DescribeProjectOutputTypeDef,
|
|
427
|
-
|
|
427
|
+
DescribeSpaceRequestTypeDef,
|
|
428
428
|
DescribeSpaceResponseTypeDef,
|
|
429
|
-
|
|
429
|
+
DescribeStudioLifecycleConfigRequestTypeDef,
|
|
430
430
|
DescribeStudioLifecycleConfigResponseTypeDef,
|
|
431
|
-
|
|
431
|
+
DescribeSubscribedWorkteamRequestTypeDef,
|
|
432
432
|
DescribeSubscribedWorkteamResponseTypeDef,
|
|
433
|
-
|
|
433
|
+
DescribeTrainingJobRequestTypeDef,
|
|
434
434
|
DescribeTrainingJobResponseTypeDef,
|
|
435
|
-
|
|
435
|
+
DescribeTrainingPlanRequestTypeDef,
|
|
436
436
|
DescribeTrainingPlanResponseTypeDef,
|
|
437
|
-
|
|
437
|
+
DescribeTransformJobRequestTypeDef,
|
|
438
438
|
DescribeTransformJobResponseTypeDef,
|
|
439
|
-
|
|
439
|
+
DescribeTrialComponentRequestTypeDef,
|
|
440
440
|
DescribeTrialComponentResponseTypeDef,
|
|
441
|
-
|
|
441
|
+
DescribeTrialRequestTypeDef,
|
|
442
442
|
DescribeTrialResponseTypeDef,
|
|
443
|
-
|
|
443
|
+
DescribeUserProfileRequestTypeDef,
|
|
444
444
|
DescribeUserProfileResponseTypeDef,
|
|
445
|
-
|
|
445
|
+
DescribeWorkforceRequestTypeDef,
|
|
446
446
|
DescribeWorkforceResponseTypeDef,
|
|
447
|
-
|
|
447
|
+
DescribeWorkteamRequestTypeDef,
|
|
448
448
|
DescribeWorkteamResponseTypeDef,
|
|
449
|
-
|
|
449
|
+
DisassociateTrialComponentRequestTypeDef,
|
|
450
450
|
DisassociateTrialComponentResponseTypeDef,
|
|
451
451
|
EmptyResponseMetadataTypeDef,
|
|
452
|
-
|
|
452
|
+
GetDeviceFleetReportRequestTypeDef,
|
|
453
453
|
GetDeviceFleetReportResponseTypeDef,
|
|
454
|
-
|
|
454
|
+
GetLineageGroupPolicyRequestTypeDef,
|
|
455
455
|
GetLineageGroupPolicyResponseTypeDef,
|
|
456
|
-
|
|
456
|
+
GetModelPackageGroupPolicyInputTypeDef,
|
|
457
457
|
GetModelPackageGroupPolicyOutputTypeDef,
|
|
458
458
|
GetSagemakerServicecatalogPortfolioStatusOutputTypeDef,
|
|
459
|
-
|
|
459
|
+
GetScalingConfigurationRecommendationRequestTypeDef,
|
|
460
460
|
GetScalingConfigurationRecommendationResponseTypeDef,
|
|
461
|
-
|
|
461
|
+
GetSearchSuggestionsRequestTypeDef,
|
|
462
462
|
GetSearchSuggestionsResponseTypeDef,
|
|
463
|
-
|
|
463
|
+
ImportHubContentRequestTypeDef,
|
|
464
464
|
ImportHubContentResponseTypeDef,
|
|
465
|
-
|
|
465
|
+
ListActionsRequestTypeDef,
|
|
466
466
|
ListActionsResponseTypeDef,
|
|
467
|
-
|
|
467
|
+
ListAlgorithmsInputTypeDef,
|
|
468
468
|
ListAlgorithmsOutputTypeDef,
|
|
469
|
-
|
|
469
|
+
ListAliasesRequestTypeDef,
|
|
470
470
|
ListAliasesResponseTypeDef,
|
|
471
|
-
|
|
471
|
+
ListAppImageConfigsRequestTypeDef,
|
|
472
472
|
ListAppImageConfigsResponseTypeDef,
|
|
473
|
-
|
|
473
|
+
ListAppsRequestTypeDef,
|
|
474
474
|
ListAppsResponseTypeDef,
|
|
475
|
-
|
|
475
|
+
ListArtifactsRequestTypeDef,
|
|
476
476
|
ListArtifactsResponseTypeDef,
|
|
477
|
-
|
|
477
|
+
ListAssociationsRequestTypeDef,
|
|
478
478
|
ListAssociationsResponseTypeDef,
|
|
479
|
-
|
|
479
|
+
ListAutoMLJobsRequestTypeDef,
|
|
480
480
|
ListAutoMLJobsResponseTypeDef,
|
|
481
|
-
|
|
481
|
+
ListCandidatesForAutoMLJobRequestTypeDef,
|
|
482
482
|
ListCandidatesForAutoMLJobResponseTypeDef,
|
|
483
|
-
|
|
483
|
+
ListClusterNodesRequestTypeDef,
|
|
484
484
|
ListClusterNodesResponseTypeDef,
|
|
485
|
-
|
|
485
|
+
ListClusterSchedulerConfigsRequestTypeDef,
|
|
486
486
|
ListClusterSchedulerConfigsResponseTypeDef,
|
|
487
|
-
|
|
487
|
+
ListClustersRequestTypeDef,
|
|
488
488
|
ListClustersResponseTypeDef,
|
|
489
|
-
|
|
489
|
+
ListCodeRepositoriesInputTypeDef,
|
|
490
490
|
ListCodeRepositoriesOutputTypeDef,
|
|
491
|
-
|
|
491
|
+
ListCompilationJobsRequestTypeDef,
|
|
492
492
|
ListCompilationJobsResponseTypeDef,
|
|
493
|
-
|
|
493
|
+
ListComputeQuotasRequestTypeDef,
|
|
494
494
|
ListComputeQuotasResponseTypeDef,
|
|
495
|
-
|
|
495
|
+
ListContextsRequestTypeDef,
|
|
496
496
|
ListContextsResponseTypeDef,
|
|
497
|
-
|
|
497
|
+
ListDataQualityJobDefinitionsRequestTypeDef,
|
|
498
498
|
ListDataQualityJobDefinitionsResponseTypeDef,
|
|
499
|
-
|
|
499
|
+
ListDeviceFleetsRequestTypeDef,
|
|
500
500
|
ListDeviceFleetsResponseTypeDef,
|
|
501
|
-
|
|
501
|
+
ListDevicesRequestTypeDef,
|
|
502
502
|
ListDevicesResponseTypeDef,
|
|
503
|
-
|
|
503
|
+
ListDomainsRequestTypeDef,
|
|
504
504
|
ListDomainsResponseTypeDef,
|
|
505
|
-
|
|
505
|
+
ListEdgeDeploymentPlansRequestTypeDef,
|
|
506
506
|
ListEdgeDeploymentPlansResponseTypeDef,
|
|
507
|
-
|
|
507
|
+
ListEdgePackagingJobsRequestTypeDef,
|
|
508
508
|
ListEdgePackagingJobsResponseTypeDef,
|
|
509
|
-
|
|
509
|
+
ListEndpointConfigsInputTypeDef,
|
|
510
510
|
ListEndpointConfigsOutputTypeDef,
|
|
511
|
-
|
|
511
|
+
ListEndpointsInputTypeDef,
|
|
512
512
|
ListEndpointsOutputTypeDef,
|
|
513
|
-
|
|
513
|
+
ListExperimentsRequestTypeDef,
|
|
514
514
|
ListExperimentsResponseTypeDef,
|
|
515
|
-
|
|
515
|
+
ListFeatureGroupsRequestTypeDef,
|
|
516
516
|
ListFeatureGroupsResponseTypeDef,
|
|
517
|
-
|
|
517
|
+
ListFlowDefinitionsRequestTypeDef,
|
|
518
518
|
ListFlowDefinitionsResponseTypeDef,
|
|
519
|
-
|
|
519
|
+
ListHubContentsRequestTypeDef,
|
|
520
520
|
ListHubContentsResponseTypeDef,
|
|
521
|
-
|
|
521
|
+
ListHubContentVersionsRequestTypeDef,
|
|
522
522
|
ListHubContentVersionsResponseTypeDef,
|
|
523
|
-
|
|
523
|
+
ListHubsRequestTypeDef,
|
|
524
524
|
ListHubsResponseTypeDef,
|
|
525
|
-
|
|
525
|
+
ListHumanTaskUisRequestTypeDef,
|
|
526
526
|
ListHumanTaskUisResponseTypeDef,
|
|
527
|
-
|
|
527
|
+
ListHyperParameterTuningJobsRequestTypeDef,
|
|
528
528
|
ListHyperParameterTuningJobsResponseTypeDef,
|
|
529
|
-
|
|
529
|
+
ListImagesRequestTypeDef,
|
|
530
530
|
ListImagesResponseTypeDef,
|
|
531
|
-
|
|
531
|
+
ListImageVersionsRequestTypeDef,
|
|
532
532
|
ListImageVersionsResponseTypeDef,
|
|
533
|
-
|
|
533
|
+
ListInferenceComponentsInputTypeDef,
|
|
534
534
|
ListInferenceComponentsOutputTypeDef,
|
|
535
|
-
|
|
535
|
+
ListInferenceExperimentsRequestTypeDef,
|
|
536
536
|
ListInferenceExperimentsResponseTypeDef,
|
|
537
|
-
|
|
537
|
+
ListInferenceRecommendationsJobsRequestTypeDef,
|
|
538
538
|
ListInferenceRecommendationsJobsResponseTypeDef,
|
|
539
|
-
|
|
539
|
+
ListInferenceRecommendationsJobStepsRequestTypeDef,
|
|
540
540
|
ListInferenceRecommendationsJobStepsResponseTypeDef,
|
|
541
|
-
|
|
541
|
+
ListLabelingJobsForWorkteamRequestTypeDef,
|
|
542
542
|
ListLabelingJobsForWorkteamResponseTypeDef,
|
|
543
|
-
|
|
543
|
+
ListLabelingJobsRequestTypeDef,
|
|
544
544
|
ListLabelingJobsResponseTypeDef,
|
|
545
|
-
|
|
545
|
+
ListLineageGroupsRequestTypeDef,
|
|
546
546
|
ListLineageGroupsResponseTypeDef,
|
|
547
|
-
|
|
547
|
+
ListMlflowTrackingServersRequestTypeDef,
|
|
548
548
|
ListMlflowTrackingServersResponseTypeDef,
|
|
549
|
-
|
|
549
|
+
ListModelBiasJobDefinitionsRequestTypeDef,
|
|
550
550
|
ListModelBiasJobDefinitionsResponseTypeDef,
|
|
551
|
-
|
|
551
|
+
ListModelCardExportJobsRequestTypeDef,
|
|
552
552
|
ListModelCardExportJobsResponseTypeDef,
|
|
553
|
-
|
|
553
|
+
ListModelCardsRequestTypeDef,
|
|
554
554
|
ListModelCardsResponseTypeDef,
|
|
555
|
-
|
|
555
|
+
ListModelCardVersionsRequestTypeDef,
|
|
556
556
|
ListModelCardVersionsResponseTypeDef,
|
|
557
|
-
|
|
557
|
+
ListModelExplainabilityJobDefinitionsRequestTypeDef,
|
|
558
558
|
ListModelExplainabilityJobDefinitionsResponseTypeDef,
|
|
559
|
-
|
|
559
|
+
ListModelMetadataRequestTypeDef,
|
|
560
560
|
ListModelMetadataResponseTypeDef,
|
|
561
|
-
|
|
561
|
+
ListModelPackageGroupsInputTypeDef,
|
|
562
562
|
ListModelPackageGroupsOutputTypeDef,
|
|
563
|
-
|
|
563
|
+
ListModelPackagesInputTypeDef,
|
|
564
564
|
ListModelPackagesOutputTypeDef,
|
|
565
|
-
|
|
565
|
+
ListModelQualityJobDefinitionsRequestTypeDef,
|
|
566
566
|
ListModelQualityJobDefinitionsResponseTypeDef,
|
|
567
|
-
|
|
567
|
+
ListModelsInputTypeDef,
|
|
568
568
|
ListModelsOutputTypeDef,
|
|
569
|
-
|
|
569
|
+
ListMonitoringAlertHistoryRequestTypeDef,
|
|
570
570
|
ListMonitoringAlertHistoryResponseTypeDef,
|
|
571
|
-
|
|
571
|
+
ListMonitoringAlertsRequestTypeDef,
|
|
572
572
|
ListMonitoringAlertsResponseTypeDef,
|
|
573
|
-
|
|
573
|
+
ListMonitoringExecutionsRequestTypeDef,
|
|
574
574
|
ListMonitoringExecutionsResponseTypeDef,
|
|
575
|
-
|
|
575
|
+
ListMonitoringSchedulesRequestTypeDef,
|
|
576
576
|
ListMonitoringSchedulesResponseTypeDef,
|
|
577
|
-
|
|
577
|
+
ListNotebookInstanceLifecycleConfigsInputTypeDef,
|
|
578
578
|
ListNotebookInstanceLifecycleConfigsOutputTypeDef,
|
|
579
|
-
|
|
579
|
+
ListNotebookInstancesInputTypeDef,
|
|
580
580
|
ListNotebookInstancesOutputTypeDef,
|
|
581
|
-
|
|
581
|
+
ListOptimizationJobsRequestTypeDef,
|
|
582
582
|
ListOptimizationJobsResponseTypeDef,
|
|
583
|
-
|
|
583
|
+
ListPartnerAppsRequestTypeDef,
|
|
584
584
|
ListPartnerAppsResponseTypeDef,
|
|
585
|
-
|
|
585
|
+
ListPipelineExecutionsRequestTypeDef,
|
|
586
586
|
ListPipelineExecutionsResponseTypeDef,
|
|
587
|
-
|
|
587
|
+
ListPipelineExecutionStepsRequestTypeDef,
|
|
588
588
|
ListPipelineExecutionStepsResponseTypeDef,
|
|
589
|
-
|
|
589
|
+
ListPipelineParametersForExecutionRequestTypeDef,
|
|
590
590
|
ListPipelineParametersForExecutionResponseTypeDef,
|
|
591
|
-
|
|
591
|
+
ListPipelinesRequestTypeDef,
|
|
592
592
|
ListPipelinesResponseTypeDef,
|
|
593
|
-
|
|
593
|
+
ListProcessingJobsRequestTypeDef,
|
|
594
594
|
ListProcessingJobsResponseTypeDef,
|
|
595
|
-
|
|
595
|
+
ListProjectsInputTypeDef,
|
|
596
596
|
ListProjectsOutputTypeDef,
|
|
597
|
-
|
|
597
|
+
ListResourceCatalogsRequestTypeDef,
|
|
598
598
|
ListResourceCatalogsResponseTypeDef,
|
|
599
|
-
|
|
599
|
+
ListSpacesRequestTypeDef,
|
|
600
600
|
ListSpacesResponseTypeDef,
|
|
601
|
-
|
|
601
|
+
ListStageDevicesRequestTypeDef,
|
|
602
602
|
ListStageDevicesResponseTypeDef,
|
|
603
|
-
|
|
603
|
+
ListStudioLifecycleConfigsRequestTypeDef,
|
|
604
604
|
ListStudioLifecycleConfigsResponseTypeDef,
|
|
605
|
-
|
|
605
|
+
ListSubscribedWorkteamsRequestTypeDef,
|
|
606
606
|
ListSubscribedWorkteamsResponseTypeDef,
|
|
607
|
-
|
|
607
|
+
ListTagsInputTypeDef,
|
|
608
608
|
ListTagsOutputTypeDef,
|
|
609
|
-
|
|
609
|
+
ListTrainingJobsForHyperParameterTuningJobRequestTypeDef,
|
|
610
610
|
ListTrainingJobsForHyperParameterTuningJobResponseTypeDef,
|
|
611
|
-
|
|
611
|
+
ListTrainingJobsRequestTypeDef,
|
|
612
612
|
ListTrainingJobsResponseTypeDef,
|
|
613
|
-
|
|
613
|
+
ListTrainingPlansRequestTypeDef,
|
|
614
614
|
ListTrainingPlansResponseTypeDef,
|
|
615
|
-
|
|
615
|
+
ListTransformJobsRequestTypeDef,
|
|
616
616
|
ListTransformJobsResponseTypeDef,
|
|
617
|
-
|
|
617
|
+
ListTrialComponentsRequestTypeDef,
|
|
618
618
|
ListTrialComponentsResponseTypeDef,
|
|
619
|
-
|
|
619
|
+
ListTrialsRequestTypeDef,
|
|
620
620
|
ListTrialsResponseTypeDef,
|
|
621
|
-
|
|
621
|
+
ListUserProfilesRequestTypeDef,
|
|
622
622
|
ListUserProfilesResponseTypeDef,
|
|
623
|
-
|
|
623
|
+
ListWorkforcesRequestTypeDef,
|
|
624
624
|
ListWorkforcesResponseTypeDef,
|
|
625
|
-
|
|
625
|
+
ListWorkteamsRequestTypeDef,
|
|
626
626
|
ListWorkteamsResponseTypeDef,
|
|
627
|
-
|
|
627
|
+
PutModelPackageGroupPolicyInputTypeDef,
|
|
628
628
|
PutModelPackageGroupPolicyOutputTypeDef,
|
|
629
|
-
|
|
629
|
+
QueryLineageRequestTypeDef,
|
|
630
630
|
QueryLineageResponseTypeDef,
|
|
631
|
-
|
|
632
|
-
|
|
631
|
+
RegisterDevicesRequestTypeDef,
|
|
632
|
+
RenderUiTemplateRequestTypeDef,
|
|
633
633
|
RenderUiTemplateResponseTypeDef,
|
|
634
|
-
|
|
634
|
+
RetryPipelineExecutionRequestTypeDef,
|
|
635
635
|
RetryPipelineExecutionResponseTypeDef,
|
|
636
|
-
|
|
636
|
+
SearchRequestTypeDef,
|
|
637
637
|
SearchResponseTypeDef,
|
|
638
|
-
|
|
638
|
+
SearchTrainingPlanOfferingsRequestTypeDef,
|
|
639
639
|
SearchTrainingPlanOfferingsResponseTypeDef,
|
|
640
|
-
|
|
640
|
+
SendPipelineExecutionStepFailureRequestTypeDef,
|
|
641
641
|
SendPipelineExecutionStepFailureResponseTypeDef,
|
|
642
|
-
|
|
642
|
+
SendPipelineExecutionStepSuccessRequestTypeDef,
|
|
643
643
|
SendPipelineExecutionStepSuccessResponseTypeDef,
|
|
644
|
-
|
|
645
|
-
|
|
644
|
+
StartEdgeDeploymentStageRequestTypeDef,
|
|
645
|
+
StartInferenceExperimentRequestTypeDef,
|
|
646
646
|
StartInferenceExperimentResponseTypeDef,
|
|
647
|
-
|
|
647
|
+
StartMlflowTrackingServerRequestTypeDef,
|
|
648
648
|
StartMlflowTrackingServerResponseTypeDef,
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
649
|
+
StartMonitoringScheduleRequestTypeDef,
|
|
650
|
+
StartNotebookInstanceInputTypeDef,
|
|
651
|
+
StartPipelineExecutionRequestTypeDef,
|
|
652
652
|
StartPipelineExecutionResponseTypeDef,
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
|
|
653
|
+
StopAutoMLJobRequestTypeDef,
|
|
654
|
+
StopCompilationJobRequestTypeDef,
|
|
655
|
+
StopEdgeDeploymentStageRequestTypeDef,
|
|
656
|
+
StopEdgePackagingJobRequestTypeDef,
|
|
657
|
+
StopHyperParameterTuningJobRequestTypeDef,
|
|
658
|
+
StopInferenceExperimentRequestTypeDef,
|
|
659
659
|
StopInferenceExperimentResponseTypeDef,
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
660
|
+
StopInferenceRecommendationsJobRequestTypeDef,
|
|
661
|
+
StopLabelingJobRequestTypeDef,
|
|
662
|
+
StopMlflowTrackingServerRequestTypeDef,
|
|
663
663
|
StopMlflowTrackingServerResponseTypeDef,
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
|
|
664
|
+
StopMonitoringScheduleRequestTypeDef,
|
|
665
|
+
StopNotebookInstanceInputTypeDef,
|
|
666
|
+
StopOptimizationJobRequestTypeDef,
|
|
667
|
+
StopPipelineExecutionRequestTypeDef,
|
|
668
668
|
StopPipelineExecutionResponseTypeDef,
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
|
|
672
|
-
|
|
669
|
+
StopProcessingJobRequestTypeDef,
|
|
670
|
+
StopTrainingJobRequestTypeDef,
|
|
671
|
+
StopTransformJobRequestTypeDef,
|
|
672
|
+
UpdateActionRequestTypeDef,
|
|
673
673
|
UpdateActionResponseTypeDef,
|
|
674
|
-
|
|
674
|
+
UpdateAppImageConfigRequestTypeDef,
|
|
675
675
|
UpdateAppImageConfigResponseTypeDef,
|
|
676
|
-
|
|
676
|
+
UpdateArtifactRequestTypeDef,
|
|
677
677
|
UpdateArtifactResponseTypeDef,
|
|
678
|
-
|
|
678
|
+
UpdateClusterRequestTypeDef,
|
|
679
679
|
UpdateClusterResponseTypeDef,
|
|
680
|
-
|
|
680
|
+
UpdateClusterSchedulerConfigRequestTypeDef,
|
|
681
681
|
UpdateClusterSchedulerConfigResponseTypeDef,
|
|
682
|
-
|
|
682
|
+
UpdateClusterSoftwareRequestTypeDef,
|
|
683
683
|
UpdateClusterSoftwareResponseTypeDef,
|
|
684
|
-
|
|
684
|
+
UpdateCodeRepositoryInputTypeDef,
|
|
685
685
|
UpdateCodeRepositoryOutputTypeDef,
|
|
686
|
-
|
|
686
|
+
UpdateComputeQuotaRequestTypeDef,
|
|
687
687
|
UpdateComputeQuotaResponseTypeDef,
|
|
688
|
-
|
|
688
|
+
UpdateContextRequestTypeDef,
|
|
689
689
|
UpdateContextResponseTypeDef,
|
|
690
|
-
|
|
691
|
-
|
|
692
|
-
|
|
690
|
+
UpdateDeviceFleetRequestTypeDef,
|
|
691
|
+
UpdateDevicesRequestTypeDef,
|
|
692
|
+
UpdateDomainRequestTypeDef,
|
|
693
693
|
UpdateDomainResponseTypeDef,
|
|
694
|
-
|
|
694
|
+
UpdateEndpointInputTypeDef,
|
|
695
695
|
UpdateEndpointOutputTypeDef,
|
|
696
|
-
|
|
696
|
+
UpdateEndpointWeightsAndCapacitiesInputTypeDef,
|
|
697
697
|
UpdateEndpointWeightsAndCapacitiesOutputTypeDef,
|
|
698
|
-
|
|
698
|
+
UpdateExperimentRequestTypeDef,
|
|
699
699
|
UpdateExperimentResponseTypeDef,
|
|
700
|
-
|
|
700
|
+
UpdateFeatureGroupRequestTypeDef,
|
|
701
701
|
UpdateFeatureGroupResponseTypeDef,
|
|
702
|
-
|
|
703
|
-
|
|
702
|
+
UpdateFeatureMetadataRequestTypeDef,
|
|
703
|
+
UpdateHubRequestTypeDef,
|
|
704
704
|
UpdateHubResponseTypeDef,
|
|
705
|
-
|
|
705
|
+
UpdateImageRequestTypeDef,
|
|
706
706
|
UpdateImageResponseTypeDef,
|
|
707
|
-
|
|
707
|
+
UpdateImageVersionRequestTypeDef,
|
|
708
708
|
UpdateImageVersionResponseTypeDef,
|
|
709
|
-
|
|
709
|
+
UpdateInferenceComponentInputTypeDef,
|
|
710
710
|
UpdateInferenceComponentOutputTypeDef,
|
|
711
|
-
|
|
711
|
+
UpdateInferenceComponentRuntimeConfigInputTypeDef,
|
|
712
712
|
UpdateInferenceComponentRuntimeConfigOutputTypeDef,
|
|
713
|
-
|
|
713
|
+
UpdateInferenceExperimentRequestTypeDef,
|
|
714
714
|
UpdateInferenceExperimentResponseTypeDef,
|
|
715
|
-
|
|
715
|
+
UpdateMlflowTrackingServerRequestTypeDef,
|
|
716
716
|
UpdateMlflowTrackingServerResponseTypeDef,
|
|
717
|
-
|
|
717
|
+
UpdateModelCardRequestTypeDef,
|
|
718
718
|
UpdateModelCardResponseTypeDef,
|
|
719
|
-
|
|
719
|
+
UpdateModelPackageInputTypeDef,
|
|
720
720
|
UpdateModelPackageOutputTypeDef,
|
|
721
|
-
|
|
721
|
+
UpdateMonitoringAlertRequestTypeDef,
|
|
722
722
|
UpdateMonitoringAlertResponseTypeDef,
|
|
723
|
-
|
|
723
|
+
UpdateMonitoringScheduleRequestTypeDef,
|
|
724
724
|
UpdateMonitoringScheduleResponseTypeDef,
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
725
|
+
UpdateNotebookInstanceInputTypeDef,
|
|
726
|
+
UpdateNotebookInstanceLifecycleConfigInputTypeDef,
|
|
727
|
+
UpdatePartnerAppRequestTypeDef,
|
|
728
728
|
UpdatePartnerAppResponseTypeDef,
|
|
729
|
-
|
|
729
|
+
UpdatePipelineExecutionRequestTypeDef,
|
|
730
730
|
UpdatePipelineExecutionResponseTypeDef,
|
|
731
|
-
|
|
731
|
+
UpdatePipelineRequestTypeDef,
|
|
732
732
|
UpdatePipelineResponseTypeDef,
|
|
733
|
-
|
|
733
|
+
UpdateProjectInputTypeDef,
|
|
734
734
|
UpdateProjectOutputTypeDef,
|
|
735
|
-
|
|
735
|
+
UpdateSpaceRequestTypeDef,
|
|
736
736
|
UpdateSpaceResponseTypeDef,
|
|
737
|
-
|
|
737
|
+
UpdateTrainingJobRequestTypeDef,
|
|
738
738
|
UpdateTrainingJobResponseTypeDef,
|
|
739
|
-
|
|
739
|
+
UpdateTrialComponentRequestTypeDef,
|
|
740
740
|
UpdateTrialComponentResponseTypeDef,
|
|
741
|
-
|
|
741
|
+
UpdateTrialRequestTypeDef,
|
|
742
742
|
UpdateTrialResponseTypeDef,
|
|
743
|
-
|
|
743
|
+
UpdateUserProfileRequestTypeDef,
|
|
744
744
|
UpdateUserProfileResponseTypeDef,
|
|
745
|
-
|
|
745
|
+
UpdateWorkforceRequestTypeDef,
|
|
746
746
|
UpdateWorkforceResponseTypeDef,
|
|
747
|
-
|
|
747
|
+
UpdateWorkteamRequestTypeDef,
|
|
748
748
|
UpdateWorkteamResponseTypeDef,
|
|
749
749
|
)
|
|
750
750
|
from .waiter import (
|
|
@@ -819,7 +819,7 @@ class SageMakerClient(BaseClient):
|
|
|
819
819
|
"""
|
|
820
820
|
|
|
821
821
|
def add_association(
|
|
822
|
-
self, **kwargs: Unpack[
|
|
822
|
+
self, **kwargs: Unpack[AddAssociationRequestTypeDef]
|
|
823
823
|
) -> AddAssociationResponseTypeDef:
|
|
824
824
|
"""
|
|
825
825
|
Creates an <i>association</i> between the source and the destination.
|
|
@@ -828,7 +828,7 @@ class SageMakerClient(BaseClient):
|
|
|
828
828
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#add_association)
|
|
829
829
|
"""
|
|
830
830
|
|
|
831
|
-
def add_tags(self, **kwargs: Unpack[
|
|
831
|
+
def add_tags(self, **kwargs: Unpack[AddTagsInputTypeDef]) -> AddTagsOutputTypeDef:
|
|
832
832
|
"""
|
|
833
833
|
Adds or overwrites one or more tags for the specified SageMaker resource.
|
|
834
834
|
|
|
@@ -837,7 +837,7 @@ class SageMakerClient(BaseClient):
|
|
|
837
837
|
"""
|
|
838
838
|
|
|
839
839
|
def associate_trial_component(
|
|
840
|
-
self, **kwargs: Unpack[
|
|
840
|
+
self, **kwargs: Unpack[AssociateTrialComponentRequestTypeDef]
|
|
841
841
|
) -> AssociateTrialComponentResponseTypeDef:
|
|
842
842
|
"""
|
|
843
843
|
Associates a trial component with a trial.
|
|
@@ -847,7 +847,7 @@ class SageMakerClient(BaseClient):
|
|
|
847
847
|
"""
|
|
848
848
|
|
|
849
849
|
def batch_delete_cluster_nodes(
|
|
850
|
-
self, **kwargs: Unpack[
|
|
850
|
+
self, **kwargs: Unpack[BatchDeleteClusterNodesRequestTypeDef]
|
|
851
851
|
) -> BatchDeleteClusterNodesResponseTypeDef:
|
|
852
852
|
"""
|
|
853
853
|
Deletes specific nodes within a SageMaker HyperPod cluster.
|
|
@@ -857,7 +857,7 @@ class SageMakerClient(BaseClient):
|
|
|
857
857
|
"""
|
|
858
858
|
|
|
859
859
|
def batch_describe_model_package(
|
|
860
|
-
self, **kwargs: Unpack[
|
|
860
|
+
self, **kwargs: Unpack[BatchDescribeModelPackageInputTypeDef]
|
|
861
861
|
) -> BatchDescribeModelPackageOutputTypeDef:
|
|
862
862
|
"""
|
|
863
863
|
This action batch describes a list of versioned model packages.
|
|
@@ -867,7 +867,7 @@ class SageMakerClient(BaseClient):
|
|
|
867
867
|
"""
|
|
868
868
|
|
|
869
869
|
def create_action(
|
|
870
|
-
self, **kwargs: Unpack[
|
|
870
|
+
self, **kwargs: Unpack[CreateActionRequestTypeDef]
|
|
871
871
|
) -> CreateActionResponseTypeDef:
|
|
872
872
|
"""
|
|
873
873
|
Creates an <i>action</i>.
|
|
@@ -877,7 +877,7 @@ class SageMakerClient(BaseClient):
|
|
|
877
877
|
"""
|
|
878
878
|
|
|
879
879
|
def create_algorithm(
|
|
880
|
-
self, **kwargs: Unpack[
|
|
880
|
+
self, **kwargs: Unpack[CreateAlgorithmInputTypeDef]
|
|
881
881
|
) -> CreateAlgorithmOutputTypeDef:
|
|
882
882
|
"""
|
|
883
883
|
Create a machine learning algorithm that you can use in SageMaker and list in
|
|
@@ -887,9 +887,7 @@ class SageMakerClient(BaseClient):
|
|
|
887
887
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_algorithm)
|
|
888
888
|
"""
|
|
889
889
|
|
|
890
|
-
def create_app(
|
|
891
|
-
self, **kwargs: Unpack[CreateAppRequestRequestTypeDef]
|
|
892
|
-
) -> CreateAppResponseTypeDef:
|
|
890
|
+
def create_app(self, **kwargs: Unpack[CreateAppRequestTypeDef]) -> CreateAppResponseTypeDef:
|
|
893
891
|
"""
|
|
894
892
|
Creates a running app for the specified UserProfile.
|
|
895
893
|
|
|
@@ -898,7 +896,7 @@ class SageMakerClient(BaseClient):
|
|
|
898
896
|
"""
|
|
899
897
|
|
|
900
898
|
def create_app_image_config(
|
|
901
|
-
self, **kwargs: Unpack[
|
|
899
|
+
self, **kwargs: Unpack[CreateAppImageConfigRequestTypeDef]
|
|
902
900
|
) -> CreateAppImageConfigResponseTypeDef:
|
|
903
901
|
"""
|
|
904
902
|
Creates a configuration for running a SageMaker AI image as a KernelGateway app.
|
|
@@ -908,7 +906,7 @@ class SageMakerClient(BaseClient):
|
|
|
908
906
|
"""
|
|
909
907
|
|
|
910
908
|
def create_artifact(
|
|
911
|
-
self, **kwargs: Unpack[
|
|
909
|
+
self, **kwargs: Unpack[CreateArtifactRequestTypeDef]
|
|
912
910
|
) -> CreateArtifactResponseTypeDef:
|
|
913
911
|
"""
|
|
914
912
|
Creates an <i>artifact</i>.
|
|
@@ -918,7 +916,7 @@ class SageMakerClient(BaseClient):
|
|
|
918
916
|
"""
|
|
919
917
|
|
|
920
918
|
def create_auto_ml_job(
|
|
921
|
-
self, **kwargs: Unpack[
|
|
919
|
+
self, **kwargs: Unpack[CreateAutoMLJobRequestTypeDef]
|
|
922
920
|
) -> CreateAutoMLJobResponseTypeDef:
|
|
923
921
|
"""
|
|
924
922
|
Creates an Autopilot job also referred to as Autopilot experiment or AutoML job.
|
|
@@ -928,7 +926,7 @@ class SageMakerClient(BaseClient):
|
|
|
928
926
|
"""
|
|
929
927
|
|
|
930
928
|
def create_auto_ml_job_v2(
|
|
931
|
-
self, **kwargs: Unpack[
|
|
929
|
+
self, **kwargs: Unpack[CreateAutoMLJobV2RequestTypeDef]
|
|
932
930
|
) -> CreateAutoMLJobV2ResponseTypeDef:
|
|
933
931
|
"""
|
|
934
932
|
Creates an Autopilot job also referred to as Autopilot experiment or AutoML job
|
|
@@ -939,7 +937,7 @@ class SageMakerClient(BaseClient):
|
|
|
939
937
|
"""
|
|
940
938
|
|
|
941
939
|
def create_cluster(
|
|
942
|
-
self, **kwargs: Unpack[
|
|
940
|
+
self, **kwargs: Unpack[CreateClusterRequestTypeDef]
|
|
943
941
|
) -> CreateClusterResponseTypeDef:
|
|
944
942
|
"""
|
|
945
943
|
Creates a SageMaker HyperPod cluster.
|
|
@@ -949,7 +947,7 @@ class SageMakerClient(BaseClient):
|
|
|
949
947
|
"""
|
|
950
948
|
|
|
951
949
|
def create_cluster_scheduler_config(
|
|
952
|
-
self, **kwargs: Unpack[
|
|
950
|
+
self, **kwargs: Unpack[CreateClusterSchedulerConfigRequestTypeDef]
|
|
953
951
|
) -> CreateClusterSchedulerConfigResponseTypeDef:
|
|
954
952
|
"""
|
|
955
953
|
Create cluster policy configuration.
|
|
@@ -959,7 +957,7 @@ class SageMakerClient(BaseClient):
|
|
|
959
957
|
"""
|
|
960
958
|
|
|
961
959
|
def create_code_repository(
|
|
962
|
-
self, **kwargs: Unpack[
|
|
960
|
+
self, **kwargs: Unpack[CreateCodeRepositoryInputTypeDef]
|
|
963
961
|
) -> CreateCodeRepositoryOutputTypeDef:
|
|
964
962
|
"""
|
|
965
963
|
Creates a Git repository as a resource in your SageMaker AI account.
|
|
@@ -969,7 +967,7 @@ class SageMakerClient(BaseClient):
|
|
|
969
967
|
"""
|
|
970
968
|
|
|
971
969
|
def create_compilation_job(
|
|
972
|
-
self, **kwargs: Unpack[
|
|
970
|
+
self, **kwargs: Unpack[CreateCompilationJobRequestTypeDef]
|
|
973
971
|
) -> CreateCompilationJobResponseTypeDef:
|
|
974
972
|
"""
|
|
975
973
|
Starts a model compilation job.
|
|
@@ -979,7 +977,7 @@ class SageMakerClient(BaseClient):
|
|
|
979
977
|
"""
|
|
980
978
|
|
|
981
979
|
def create_compute_quota(
|
|
982
|
-
self, **kwargs: Unpack[
|
|
980
|
+
self, **kwargs: Unpack[CreateComputeQuotaRequestTypeDef]
|
|
983
981
|
) -> CreateComputeQuotaResponseTypeDef:
|
|
984
982
|
"""
|
|
985
983
|
Create compute allocation definition.
|
|
@@ -989,7 +987,7 @@ class SageMakerClient(BaseClient):
|
|
|
989
987
|
"""
|
|
990
988
|
|
|
991
989
|
def create_context(
|
|
992
|
-
self, **kwargs: Unpack[
|
|
990
|
+
self, **kwargs: Unpack[CreateContextRequestTypeDef]
|
|
993
991
|
) -> CreateContextResponseTypeDef:
|
|
994
992
|
"""
|
|
995
993
|
Creates a <i>context</i>.
|
|
@@ -999,7 +997,7 @@ class SageMakerClient(BaseClient):
|
|
|
999
997
|
"""
|
|
1000
998
|
|
|
1001
999
|
def create_data_quality_job_definition(
|
|
1002
|
-
self, **kwargs: Unpack[
|
|
1000
|
+
self, **kwargs: Unpack[CreateDataQualityJobDefinitionRequestTypeDef]
|
|
1003
1001
|
) -> CreateDataQualityJobDefinitionResponseTypeDef:
|
|
1004
1002
|
"""
|
|
1005
1003
|
Creates a definition for a job that monitors data quality and drift.
|
|
@@ -1009,7 +1007,7 @@ class SageMakerClient(BaseClient):
|
|
|
1009
1007
|
"""
|
|
1010
1008
|
|
|
1011
1009
|
def create_device_fleet(
|
|
1012
|
-
self, **kwargs: Unpack[
|
|
1010
|
+
self, **kwargs: Unpack[CreateDeviceFleetRequestTypeDef]
|
|
1013
1011
|
) -> EmptyResponseMetadataTypeDef:
|
|
1014
1012
|
"""
|
|
1015
1013
|
Creates a device fleet.
|
|
@@ -1019,7 +1017,7 @@ class SageMakerClient(BaseClient):
|
|
|
1019
1017
|
"""
|
|
1020
1018
|
|
|
1021
1019
|
def create_domain(
|
|
1022
|
-
self, **kwargs: Unpack[
|
|
1020
|
+
self, **kwargs: Unpack[CreateDomainRequestTypeDef]
|
|
1023
1021
|
) -> CreateDomainResponseTypeDef:
|
|
1024
1022
|
"""
|
|
1025
1023
|
Creates a <code>Domain</code>.
|
|
@@ -1029,7 +1027,7 @@ class SageMakerClient(BaseClient):
|
|
|
1029
1027
|
"""
|
|
1030
1028
|
|
|
1031
1029
|
def create_edge_deployment_plan(
|
|
1032
|
-
self, **kwargs: Unpack[
|
|
1030
|
+
self, **kwargs: Unpack[CreateEdgeDeploymentPlanRequestTypeDef]
|
|
1033
1031
|
) -> CreateEdgeDeploymentPlanResponseTypeDef:
|
|
1034
1032
|
"""
|
|
1035
1033
|
Creates an edge deployment plan, consisting of multiple stages.
|
|
@@ -1039,7 +1037,7 @@ class SageMakerClient(BaseClient):
|
|
|
1039
1037
|
"""
|
|
1040
1038
|
|
|
1041
1039
|
def create_edge_deployment_stage(
|
|
1042
|
-
self, **kwargs: Unpack[
|
|
1040
|
+
self, **kwargs: Unpack[CreateEdgeDeploymentStageRequestTypeDef]
|
|
1043
1041
|
) -> EmptyResponseMetadataTypeDef:
|
|
1044
1042
|
"""
|
|
1045
1043
|
Creates a new stage in an existing edge deployment plan.
|
|
@@ -1049,7 +1047,7 @@ class SageMakerClient(BaseClient):
|
|
|
1049
1047
|
"""
|
|
1050
1048
|
|
|
1051
1049
|
def create_edge_packaging_job(
|
|
1052
|
-
self, **kwargs: Unpack[
|
|
1050
|
+
self, **kwargs: Unpack[CreateEdgePackagingJobRequestTypeDef]
|
|
1053
1051
|
) -> EmptyResponseMetadataTypeDef:
|
|
1054
1052
|
"""
|
|
1055
1053
|
Starts a SageMaker Edge Manager model packaging job.
|
|
@@ -1059,7 +1057,7 @@ class SageMakerClient(BaseClient):
|
|
|
1059
1057
|
"""
|
|
1060
1058
|
|
|
1061
1059
|
def create_endpoint(
|
|
1062
|
-
self, **kwargs: Unpack[
|
|
1060
|
+
self, **kwargs: Unpack[CreateEndpointInputTypeDef]
|
|
1063
1061
|
) -> CreateEndpointOutputTypeDef:
|
|
1064
1062
|
"""
|
|
1065
1063
|
Creates an endpoint using the endpoint configuration specified in the request.
|
|
@@ -1069,7 +1067,7 @@ class SageMakerClient(BaseClient):
|
|
|
1069
1067
|
"""
|
|
1070
1068
|
|
|
1071
1069
|
def create_endpoint_config(
|
|
1072
|
-
self, **kwargs: Unpack[
|
|
1070
|
+
self, **kwargs: Unpack[CreateEndpointConfigInputTypeDef]
|
|
1073
1071
|
) -> CreateEndpointConfigOutputTypeDef:
|
|
1074
1072
|
"""
|
|
1075
1073
|
Creates an endpoint configuration that SageMaker hosting services uses to
|
|
@@ -1080,7 +1078,7 @@ class SageMakerClient(BaseClient):
|
|
|
1080
1078
|
"""
|
|
1081
1079
|
|
|
1082
1080
|
def create_experiment(
|
|
1083
|
-
self, **kwargs: Unpack[
|
|
1081
|
+
self, **kwargs: Unpack[CreateExperimentRequestTypeDef]
|
|
1084
1082
|
) -> CreateExperimentResponseTypeDef:
|
|
1085
1083
|
"""
|
|
1086
1084
|
Creates a SageMaker <i>experiment</i>.
|
|
@@ -1090,7 +1088,7 @@ class SageMakerClient(BaseClient):
|
|
|
1090
1088
|
"""
|
|
1091
1089
|
|
|
1092
1090
|
def create_feature_group(
|
|
1093
|
-
self, **kwargs: Unpack[
|
|
1091
|
+
self, **kwargs: Unpack[CreateFeatureGroupRequestTypeDef]
|
|
1094
1092
|
) -> CreateFeatureGroupResponseTypeDef:
|
|
1095
1093
|
"""
|
|
1096
1094
|
Create a new <code>FeatureGroup</code>.
|
|
@@ -1100,7 +1098,7 @@ class SageMakerClient(BaseClient):
|
|
|
1100
1098
|
"""
|
|
1101
1099
|
|
|
1102
1100
|
def create_flow_definition(
|
|
1103
|
-
self, **kwargs: Unpack[
|
|
1101
|
+
self, **kwargs: Unpack[CreateFlowDefinitionRequestTypeDef]
|
|
1104
1102
|
) -> CreateFlowDefinitionResponseTypeDef:
|
|
1105
1103
|
"""
|
|
1106
1104
|
Creates a flow definition.
|
|
@@ -1109,9 +1107,7 @@ class SageMakerClient(BaseClient):
|
|
|
1109
1107
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_flow_definition)
|
|
1110
1108
|
"""
|
|
1111
1109
|
|
|
1112
|
-
def create_hub(
|
|
1113
|
-
self, **kwargs: Unpack[CreateHubRequestRequestTypeDef]
|
|
1114
|
-
) -> CreateHubResponseTypeDef:
|
|
1110
|
+
def create_hub(self, **kwargs: Unpack[CreateHubRequestTypeDef]) -> CreateHubResponseTypeDef:
|
|
1115
1111
|
"""
|
|
1116
1112
|
Create a hub.
|
|
1117
1113
|
|
|
@@ -1120,7 +1116,7 @@ class SageMakerClient(BaseClient):
|
|
|
1120
1116
|
"""
|
|
1121
1117
|
|
|
1122
1118
|
def create_hub_content_reference(
|
|
1123
|
-
self, **kwargs: Unpack[
|
|
1119
|
+
self, **kwargs: Unpack[CreateHubContentReferenceRequestTypeDef]
|
|
1124
1120
|
) -> CreateHubContentReferenceResponseTypeDef:
|
|
1125
1121
|
"""
|
|
1126
1122
|
Create a hub content reference in order to add a model in the JumpStart public
|
|
@@ -1131,7 +1127,7 @@ class SageMakerClient(BaseClient):
|
|
|
1131
1127
|
"""
|
|
1132
1128
|
|
|
1133
1129
|
def create_human_task_ui(
|
|
1134
|
-
self, **kwargs: Unpack[
|
|
1130
|
+
self, **kwargs: Unpack[CreateHumanTaskUiRequestTypeDef]
|
|
1135
1131
|
) -> CreateHumanTaskUiResponseTypeDef:
|
|
1136
1132
|
"""
|
|
1137
1133
|
Defines the settings you will use for the human review workflow user interface.
|
|
@@ -1141,7 +1137,7 @@ class SageMakerClient(BaseClient):
|
|
|
1141
1137
|
"""
|
|
1142
1138
|
|
|
1143
1139
|
def create_hyper_parameter_tuning_job(
|
|
1144
|
-
self, **kwargs: Unpack[
|
|
1140
|
+
self, **kwargs: Unpack[CreateHyperParameterTuningJobRequestTypeDef]
|
|
1145
1141
|
) -> CreateHyperParameterTuningJobResponseTypeDef:
|
|
1146
1142
|
"""
|
|
1147
1143
|
Starts a hyperparameter tuning job.
|
|
@@ -1151,7 +1147,7 @@ class SageMakerClient(BaseClient):
|
|
|
1151
1147
|
"""
|
|
1152
1148
|
|
|
1153
1149
|
def create_image(
|
|
1154
|
-
self, **kwargs: Unpack[
|
|
1150
|
+
self, **kwargs: Unpack[CreateImageRequestTypeDef]
|
|
1155
1151
|
) -> CreateImageResponseTypeDef:
|
|
1156
1152
|
"""
|
|
1157
1153
|
Creates a custom SageMaker AI image.
|
|
@@ -1161,7 +1157,7 @@ class SageMakerClient(BaseClient):
|
|
|
1161
1157
|
"""
|
|
1162
1158
|
|
|
1163
1159
|
def create_image_version(
|
|
1164
|
-
self, **kwargs: Unpack[
|
|
1160
|
+
self, **kwargs: Unpack[CreateImageVersionRequestTypeDef]
|
|
1165
1161
|
) -> CreateImageVersionResponseTypeDef:
|
|
1166
1162
|
"""
|
|
1167
1163
|
Creates a version of the SageMaker AI image specified by <code>ImageName</code>.
|
|
@@ -1171,7 +1167,7 @@ class SageMakerClient(BaseClient):
|
|
|
1171
1167
|
"""
|
|
1172
1168
|
|
|
1173
1169
|
def create_inference_component(
|
|
1174
|
-
self, **kwargs: Unpack[
|
|
1170
|
+
self, **kwargs: Unpack[CreateInferenceComponentInputTypeDef]
|
|
1175
1171
|
) -> CreateInferenceComponentOutputTypeDef:
|
|
1176
1172
|
"""
|
|
1177
1173
|
Creates an inference component, which is a SageMaker AI hosting object that you
|
|
@@ -1182,7 +1178,7 @@ class SageMakerClient(BaseClient):
|
|
|
1182
1178
|
"""
|
|
1183
1179
|
|
|
1184
1180
|
def create_inference_experiment(
|
|
1185
|
-
self, **kwargs: Unpack[
|
|
1181
|
+
self, **kwargs: Unpack[CreateInferenceExperimentRequestTypeDef]
|
|
1186
1182
|
) -> CreateInferenceExperimentResponseTypeDef:
|
|
1187
1183
|
"""
|
|
1188
1184
|
Creates an inference experiment using the configurations specified in the
|
|
@@ -1193,7 +1189,7 @@ class SageMakerClient(BaseClient):
|
|
|
1193
1189
|
"""
|
|
1194
1190
|
|
|
1195
1191
|
def create_inference_recommendations_job(
|
|
1196
|
-
self, **kwargs: Unpack[
|
|
1192
|
+
self, **kwargs: Unpack[CreateInferenceRecommendationsJobRequestTypeDef]
|
|
1197
1193
|
) -> CreateInferenceRecommendationsJobResponseTypeDef:
|
|
1198
1194
|
"""
|
|
1199
1195
|
Starts a recommendation job.
|
|
@@ -1203,7 +1199,7 @@ class SageMakerClient(BaseClient):
|
|
|
1203
1199
|
"""
|
|
1204
1200
|
|
|
1205
1201
|
def create_labeling_job(
|
|
1206
|
-
self, **kwargs: Unpack[
|
|
1202
|
+
self, **kwargs: Unpack[CreateLabelingJobRequestTypeDef]
|
|
1207
1203
|
) -> CreateLabelingJobResponseTypeDef:
|
|
1208
1204
|
"""
|
|
1209
1205
|
Creates a job that uses workers to label the data objects in your input dataset.
|
|
@@ -1213,7 +1209,7 @@ class SageMakerClient(BaseClient):
|
|
|
1213
1209
|
"""
|
|
1214
1210
|
|
|
1215
1211
|
def create_mlflow_tracking_server(
|
|
1216
|
-
self, **kwargs: Unpack[
|
|
1212
|
+
self, **kwargs: Unpack[CreateMlflowTrackingServerRequestTypeDef]
|
|
1217
1213
|
) -> CreateMlflowTrackingServerResponseTypeDef:
|
|
1218
1214
|
"""
|
|
1219
1215
|
Creates an MLflow Tracking Server using a general purpose Amazon S3 bucket as
|
|
@@ -1223,9 +1219,7 @@ class SageMakerClient(BaseClient):
|
|
|
1223
1219
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_mlflow_tracking_server)
|
|
1224
1220
|
"""
|
|
1225
1221
|
|
|
1226
|
-
def create_model(
|
|
1227
|
-
self, **kwargs: Unpack[CreateModelInputRequestTypeDef]
|
|
1228
|
-
) -> CreateModelOutputTypeDef:
|
|
1222
|
+
def create_model(self, **kwargs: Unpack[CreateModelInputTypeDef]) -> CreateModelOutputTypeDef:
|
|
1229
1223
|
"""
|
|
1230
1224
|
Creates a model in SageMaker.
|
|
1231
1225
|
|
|
@@ -1234,7 +1228,7 @@ class SageMakerClient(BaseClient):
|
|
|
1234
1228
|
"""
|
|
1235
1229
|
|
|
1236
1230
|
def create_model_bias_job_definition(
|
|
1237
|
-
self, **kwargs: Unpack[
|
|
1231
|
+
self, **kwargs: Unpack[CreateModelBiasJobDefinitionRequestTypeDef]
|
|
1238
1232
|
) -> CreateModelBiasJobDefinitionResponseTypeDef:
|
|
1239
1233
|
"""
|
|
1240
1234
|
Creates the definition for a model bias job.
|
|
@@ -1244,7 +1238,7 @@ class SageMakerClient(BaseClient):
|
|
|
1244
1238
|
"""
|
|
1245
1239
|
|
|
1246
1240
|
def create_model_card(
|
|
1247
|
-
self, **kwargs: Unpack[
|
|
1241
|
+
self, **kwargs: Unpack[CreateModelCardRequestTypeDef]
|
|
1248
1242
|
) -> CreateModelCardResponseTypeDef:
|
|
1249
1243
|
"""
|
|
1250
1244
|
Creates an Amazon SageMaker Model Card.
|
|
@@ -1254,7 +1248,7 @@ class SageMakerClient(BaseClient):
|
|
|
1254
1248
|
"""
|
|
1255
1249
|
|
|
1256
1250
|
def create_model_card_export_job(
|
|
1257
|
-
self, **kwargs: Unpack[
|
|
1251
|
+
self, **kwargs: Unpack[CreateModelCardExportJobRequestTypeDef]
|
|
1258
1252
|
) -> CreateModelCardExportJobResponseTypeDef:
|
|
1259
1253
|
"""
|
|
1260
1254
|
Creates an Amazon SageMaker Model Card export job.
|
|
@@ -1264,7 +1258,7 @@ class SageMakerClient(BaseClient):
|
|
|
1264
1258
|
"""
|
|
1265
1259
|
|
|
1266
1260
|
def create_model_explainability_job_definition(
|
|
1267
|
-
self, **kwargs: Unpack[
|
|
1261
|
+
self, **kwargs: Unpack[CreateModelExplainabilityJobDefinitionRequestTypeDef]
|
|
1268
1262
|
) -> CreateModelExplainabilityJobDefinitionResponseTypeDef:
|
|
1269
1263
|
"""
|
|
1270
1264
|
Creates the definition for a model explainability job.
|
|
@@ -1274,7 +1268,7 @@ class SageMakerClient(BaseClient):
|
|
|
1274
1268
|
"""
|
|
1275
1269
|
|
|
1276
1270
|
def create_model_package(
|
|
1277
|
-
self, **kwargs: Unpack[
|
|
1271
|
+
self, **kwargs: Unpack[CreateModelPackageInputTypeDef]
|
|
1278
1272
|
) -> CreateModelPackageOutputTypeDef:
|
|
1279
1273
|
"""
|
|
1280
1274
|
Creates a model package that you can use to create SageMaker models or list on
|
|
@@ -1286,7 +1280,7 @@ class SageMakerClient(BaseClient):
|
|
|
1286
1280
|
"""
|
|
1287
1281
|
|
|
1288
1282
|
def create_model_package_group(
|
|
1289
|
-
self, **kwargs: Unpack[
|
|
1283
|
+
self, **kwargs: Unpack[CreateModelPackageGroupInputTypeDef]
|
|
1290
1284
|
) -> CreateModelPackageGroupOutputTypeDef:
|
|
1291
1285
|
"""
|
|
1292
1286
|
Creates a model group.
|
|
@@ -1296,7 +1290,7 @@ class SageMakerClient(BaseClient):
|
|
|
1296
1290
|
"""
|
|
1297
1291
|
|
|
1298
1292
|
def create_model_quality_job_definition(
|
|
1299
|
-
self, **kwargs: Unpack[
|
|
1293
|
+
self, **kwargs: Unpack[CreateModelQualityJobDefinitionRequestTypeDef]
|
|
1300
1294
|
) -> CreateModelQualityJobDefinitionResponseTypeDef:
|
|
1301
1295
|
"""
|
|
1302
1296
|
Creates a definition for a job that monitors model quality and drift.
|
|
@@ -1306,7 +1300,7 @@ class SageMakerClient(BaseClient):
|
|
|
1306
1300
|
"""
|
|
1307
1301
|
|
|
1308
1302
|
def create_monitoring_schedule(
|
|
1309
|
-
self, **kwargs: Unpack[
|
|
1303
|
+
self, **kwargs: Unpack[CreateMonitoringScheduleRequestTypeDef]
|
|
1310
1304
|
) -> CreateMonitoringScheduleResponseTypeDef:
|
|
1311
1305
|
"""
|
|
1312
1306
|
Creates a schedule that regularly starts Amazon SageMaker AI Processing Jobs to
|
|
@@ -1317,7 +1311,7 @@ class SageMakerClient(BaseClient):
|
|
|
1317
1311
|
"""
|
|
1318
1312
|
|
|
1319
1313
|
def create_notebook_instance(
|
|
1320
|
-
self, **kwargs: Unpack[
|
|
1314
|
+
self, **kwargs: Unpack[CreateNotebookInstanceInputTypeDef]
|
|
1321
1315
|
) -> CreateNotebookInstanceOutputTypeDef:
|
|
1322
1316
|
"""
|
|
1323
1317
|
Creates an SageMaker AI notebook instance.
|
|
@@ -1327,7 +1321,7 @@ class SageMakerClient(BaseClient):
|
|
|
1327
1321
|
"""
|
|
1328
1322
|
|
|
1329
1323
|
def create_notebook_instance_lifecycle_config(
|
|
1330
|
-
self, **kwargs: Unpack[
|
|
1324
|
+
self, **kwargs: Unpack[CreateNotebookInstanceLifecycleConfigInputTypeDef]
|
|
1331
1325
|
) -> CreateNotebookInstanceLifecycleConfigOutputTypeDef:
|
|
1332
1326
|
"""
|
|
1333
1327
|
Creates a lifecycle configuration that you can associate with a notebook
|
|
@@ -1338,7 +1332,7 @@ class SageMakerClient(BaseClient):
|
|
|
1338
1332
|
"""
|
|
1339
1333
|
|
|
1340
1334
|
def create_optimization_job(
|
|
1341
|
-
self, **kwargs: Unpack[
|
|
1335
|
+
self, **kwargs: Unpack[CreateOptimizationJobRequestTypeDef]
|
|
1342
1336
|
) -> CreateOptimizationJobResponseTypeDef:
|
|
1343
1337
|
"""
|
|
1344
1338
|
Creates a job that optimizes a model for inference performance.
|
|
@@ -1348,7 +1342,7 @@ class SageMakerClient(BaseClient):
|
|
|
1348
1342
|
"""
|
|
1349
1343
|
|
|
1350
1344
|
def create_partner_app(
|
|
1351
|
-
self, **kwargs: Unpack[
|
|
1345
|
+
self, **kwargs: Unpack[CreatePartnerAppRequestTypeDef]
|
|
1352
1346
|
) -> CreatePartnerAppResponseTypeDef:
|
|
1353
1347
|
"""
|
|
1354
1348
|
Creates an Amazon SageMaker Partner AI App.
|
|
@@ -1358,7 +1352,7 @@ class SageMakerClient(BaseClient):
|
|
|
1358
1352
|
"""
|
|
1359
1353
|
|
|
1360
1354
|
def create_partner_app_presigned_url(
|
|
1361
|
-
self, **kwargs: Unpack[
|
|
1355
|
+
self, **kwargs: Unpack[CreatePartnerAppPresignedUrlRequestTypeDef]
|
|
1362
1356
|
) -> CreatePartnerAppPresignedUrlResponseTypeDef:
|
|
1363
1357
|
"""
|
|
1364
1358
|
Creates a presigned URL to access an Amazon SageMaker Partner AI App.
|
|
@@ -1368,7 +1362,7 @@ class SageMakerClient(BaseClient):
|
|
|
1368
1362
|
"""
|
|
1369
1363
|
|
|
1370
1364
|
def create_pipeline(
|
|
1371
|
-
self, **kwargs: Unpack[
|
|
1365
|
+
self, **kwargs: Unpack[CreatePipelineRequestTypeDef]
|
|
1372
1366
|
) -> CreatePipelineResponseTypeDef:
|
|
1373
1367
|
"""
|
|
1374
1368
|
Creates a pipeline using a JSON pipeline definition.
|
|
@@ -1378,7 +1372,7 @@ class SageMakerClient(BaseClient):
|
|
|
1378
1372
|
"""
|
|
1379
1373
|
|
|
1380
1374
|
def create_presigned_domain_url(
|
|
1381
|
-
self, **kwargs: Unpack[
|
|
1375
|
+
self, **kwargs: Unpack[CreatePresignedDomainUrlRequestTypeDef]
|
|
1382
1376
|
) -> CreatePresignedDomainUrlResponseTypeDef:
|
|
1383
1377
|
"""
|
|
1384
1378
|
Creates a URL for a specified UserProfile in a Domain.
|
|
@@ -1388,7 +1382,7 @@ class SageMakerClient(BaseClient):
|
|
|
1388
1382
|
"""
|
|
1389
1383
|
|
|
1390
1384
|
def create_presigned_mlflow_tracking_server_url(
|
|
1391
|
-
self, **kwargs: Unpack[
|
|
1385
|
+
self, **kwargs: Unpack[CreatePresignedMlflowTrackingServerUrlRequestTypeDef]
|
|
1392
1386
|
) -> CreatePresignedMlflowTrackingServerUrlResponseTypeDef:
|
|
1393
1387
|
"""
|
|
1394
1388
|
Returns a presigned URL that you can use to connect to the MLflow UI attached
|
|
@@ -1399,7 +1393,7 @@ class SageMakerClient(BaseClient):
|
|
|
1399
1393
|
"""
|
|
1400
1394
|
|
|
1401
1395
|
def create_presigned_notebook_instance_url(
|
|
1402
|
-
self, **kwargs: Unpack[
|
|
1396
|
+
self, **kwargs: Unpack[CreatePresignedNotebookInstanceUrlInputTypeDef]
|
|
1403
1397
|
) -> CreatePresignedNotebookInstanceUrlOutputTypeDef:
|
|
1404
1398
|
"""
|
|
1405
1399
|
Returns a URL that you can use to connect to the Jupyter server from a notebook
|
|
@@ -1410,7 +1404,7 @@ class SageMakerClient(BaseClient):
|
|
|
1410
1404
|
"""
|
|
1411
1405
|
|
|
1412
1406
|
def create_processing_job(
|
|
1413
|
-
self, **kwargs: Unpack[
|
|
1407
|
+
self, **kwargs: Unpack[CreateProcessingJobRequestTypeDef]
|
|
1414
1408
|
) -> CreateProcessingJobResponseTypeDef:
|
|
1415
1409
|
"""
|
|
1416
1410
|
Creates a processing job.
|
|
@@ -1420,7 +1414,7 @@ class SageMakerClient(BaseClient):
|
|
|
1420
1414
|
"""
|
|
1421
1415
|
|
|
1422
1416
|
def create_project(
|
|
1423
|
-
self, **kwargs: Unpack[
|
|
1417
|
+
self, **kwargs: Unpack[CreateProjectInputTypeDef]
|
|
1424
1418
|
) -> CreateProjectOutputTypeDef:
|
|
1425
1419
|
"""
|
|
1426
1420
|
Creates a machine learning (ML) project that can contain one or more templates
|
|
@@ -1431,7 +1425,7 @@ class SageMakerClient(BaseClient):
|
|
|
1431
1425
|
"""
|
|
1432
1426
|
|
|
1433
1427
|
def create_space(
|
|
1434
|
-
self, **kwargs: Unpack[
|
|
1428
|
+
self, **kwargs: Unpack[CreateSpaceRequestTypeDef]
|
|
1435
1429
|
) -> CreateSpaceResponseTypeDef:
|
|
1436
1430
|
"""
|
|
1437
1431
|
Creates a private space or a space used for real time collaboration in a domain.
|
|
@@ -1441,7 +1435,7 @@ class SageMakerClient(BaseClient):
|
|
|
1441
1435
|
"""
|
|
1442
1436
|
|
|
1443
1437
|
def create_studio_lifecycle_config(
|
|
1444
|
-
self, **kwargs: Unpack[
|
|
1438
|
+
self, **kwargs: Unpack[CreateStudioLifecycleConfigRequestTypeDef]
|
|
1445
1439
|
) -> CreateStudioLifecycleConfigResponseTypeDef:
|
|
1446
1440
|
"""
|
|
1447
1441
|
Creates a new Amazon SageMaker AI Studio Lifecycle Configuration.
|
|
@@ -1451,7 +1445,7 @@ class SageMakerClient(BaseClient):
|
|
|
1451
1445
|
"""
|
|
1452
1446
|
|
|
1453
1447
|
def create_training_job(
|
|
1454
|
-
self, **kwargs: Unpack[
|
|
1448
|
+
self, **kwargs: Unpack[CreateTrainingJobRequestTypeDef]
|
|
1455
1449
|
) -> CreateTrainingJobResponseTypeDef:
|
|
1456
1450
|
"""
|
|
1457
1451
|
Starts a model training job.
|
|
@@ -1461,7 +1455,7 @@ class SageMakerClient(BaseClient):
|
|
|
1461
1455
|
"""
|
|
1462
1456
|
|
|
1463
1457
|
def create_training_plan(
|
|
1464
|
-
self, **kwargs: Unpack[
|
|
1458
|
+
self, **kwargs: Unpack[CreateTrainingPlanRequestTypeDef]
|
|
1465
1459
|
) -> CreateTrainingPlanResponseTypeDef:
|
|
1466
1460
|
"""
|
|
1467
1461
|
Creates a new training plan in SageMaker to reserve compute capacity.
|
|
@@ -1471,7 +1465,7 @@ class SageMakerClient(BaseClient):
|
|
|
1471
1465
|
"""
|
|
1472
1466
|
|
|
1473
1467
|
def create_transform_job(
|
|
1474
|
-
self, **kwargs: Unpack[
|
|
1468
|
+
self, **kwargs: Unpack[CreateTransformJobRequestTypeDef]
|
|
1475
1469
|
) -> CreateTransformJobResponseTypeDef:
|
|
1476
1470
|
"""
|
|
1477
1471
|
Starts a transform job.
|
|
@@ -1481,7 +1475,7 @@ class SageMakerClient(BaseClient):
|
|
|
1481
1475
|
"""
|
|
1482
1476
|
|
|
1483
1477
|
def create_trial(
|
|
1484
|
-
self, **kwargs: Unpack[
|
|
1478
|
+
self, **kwargs: Unpack[CreateTrialRequestTypeDef]
|
|
1485
1479
|
) -> CreateTrialResponseTypeDef:
|
|
1486
1480
|
"""
|
|
1487
1481
|
Creates an SageMaker <i>trial</i>.
|
|
@@ -1491,7 +1485,7 @@ class SageMakerClient(BaseClient):
|
|
|
1491
1485
|
"""
|
|
1492
1486
|
|
|
1493
1487
|
def create_trial_component(
|
|
1494
|
-
self, **kwargs: Unpack[
|
|
1488
|
+
self, **kwargs: Unpack[CreateTrialComponentRequestTypeDef]
|
|
1495
1489
|
) -> CreateTrialComponentResponseTypeDef:
|
|
1496
1490
|
"""
|
|
1497
1491
|
Creates a <i>trial component</i>, which is a stage of a machine learning
|
|
@@ -1502,7 +1496,7 @@ class SageMakerClient(BaseClient):
|
|
|
1502
1496
|
"""
|
|
1503
1497
|
|
|
1504
1498
|
def create_user_profile(
|
|
1505
|
-
self, **kwargs: Unpack[
|
|
1499
|
+
self, **kwargs: Unpack[CreateUserProfileRequestTypeDef]
|
|
1506
1500
|
) -> CreateUserProfileResponseTypeDef:
|
|
1507
1501
|
"""
|
|
1508
1502
|
Creates a user profile.
|
|
@@ -1512,7 +1506,7 @@ class SageMakerClient(BaseClient):
|
|
|
1512
1506
|
"""
|
|
1513
1507
|
|
|
1514
1508
|
def create_workforce(
|
|
1515
|
-
self, **kwargs: Unpack[
|
|
1509
|
+
self, **kwargs: Unpack[CreateWorkforceRequestTypeDef]
|
|
1516
1510
|
) -> CreateWorkforceResponseTypeDef:
|
|
1517
1511
|
"""
|
|
1518
1512
|
Use this operation to create a workforce.
|
|
@@ -1522,7 +1516,7 @@ class SageMakerClient(BaseClient):
|
|
|
1522
1516
|
"""
|
|
1523
1517
|
|
|
1524
1518
|
def create_workteam(
|
|
1525
|
-
self, **kwargs: Unpack[
|
|
1519
|
+
self, **kwargs: Unpack[CreateWorkteamRequestTypeDef]
|
|
1526
1520
|
) -> CreateWorkteamResponseTypeDef:
|
|
1527
1521
|
"""
|
|
1528
1522
|
Creates a new work team for labeling your data.
|
|
@@ -1532,7 +1526,7 @@ class SageMakerClient(BaseClient):
|
|
|
1532
1526
|
"""
|
|
1533
1527
|
|
|
1534
1528
|
def delete_action(
|
|
1535
|
-
self, **kwargs: Unpack[
|
|
1529
|
+
self, **kwargs: Unpack[DeleteActionRequestTypeDef]
|
|
1536
1530
|
) -> DeleteActionResponseTypeDef:
|
|
1537
1531
|
"""
|
|
1538
1532
|
Deletes an action.
|
|
@@ -1542,7 +1536,7 @@ class SageMakerClient(BaseClient):
|
|
|
1542
1536
|
"""
|
|
1543
1537
|
|
|
1544
1538
|
def delete_algorithm(
|
|
1545
|
-
self, **kwargs: Unpack[
|
|
1539
|
+
self, **kwargs: Unpack[DeleteAlgorithmInputTypeDef]
|
|
1546
1540
|
) -> EmptyResponseMetadataTypeDef:
|
|
1547
1541
|
"""
|
|
1548
1542
|
Removes the specified algorithm from your account.
|
|
@@ -1551,9 +1545,7 @@ class SageMakerClient(BaseClient):
|
|
|
1551
1545
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#delete_algorithm)
|
|
1552
1546
|
"""
|
|
1553
1547
|
|
|
1554
|
-
def delete_app(
|
|
1555
|
-
self, **kwargs: Unpack[DeleteAppRequestRequestTypeDef]
|
|
1556
|
-
) -> EmptyResponseMetadataTypeDef:
|
|
1548
|
+
def delete_app(self, **kwargs: Unpack[DeleteAppRequestTypeDef]) -> EmptyResponseMetadataTypeDef:
|
|
1557
1549
|
"""
|
|
1558
1550
|
Used to stop and delete an app.
|
|
1559
1551
|
|
|
@@ -1562,7 +1554,7 @@ class SageMakerClient(BaseClient):
|
|
|
1562
1554
|
"""
|
|
1563
1555
|
|
|
1564
1556
|
def delete_app_image_config(
|
|
1565
|
-
self, **kwargs: Unpack[
|
|
1557
|
+
self, **kwargs: Unpack[DeleteAppImageConfigRequestTypeDef]
|
|
1566
1558
|
) -> EmptyResponseMetadataTypeDef:
|
|
1567
1559
|
"""
|
|
1568
1560
|
Deletes an AppImageConfig.
|
|
@@ -1572,7 +1564,7 @@ class SageMakerClient(BaseClient):
|
|
|
1572
1564
|
"""
|
|
1573
1565
|
|
|
1574
1566
|
def delete_artifact(
|
|
1575
|
-
self, **kwargs: Unpack[
|
|
1567
|
+
self, **kwargs: Unpack[DeleteArtifactRequestTypeDef]
|
|
1576
1568
|
) -> DeleteArtifactResponseTypeDef:
|
|
1577
1569
|
"""
|
|
1578
1570
|
Deletes an artifact.
|
|
@@ -1582,7 +1574,7 @@ class SageMakerClient(BaseClient):
|
|
|
1582
1574
|
"""
|
|
1583
1575
|
|
|
1584
1576
|
def delete_association(
|
|
1585
|
-
self, **kwargs: Unpack[
|
|
1577
|
+
self, **kwargs: Unpack[DeleteAssociationRequestTypeDef]
|
|
1586
1578
|
) -> DeleteAssociationResponseTypeDef:
|
|
1587
1579
|
"""
|
|
1588
1580
|
Deletes an association.
|
|
@@ -1592,7 +1584,7 @@ class SageMakerClient(BaseClient):
|
|
|
1592
1584
|
"""
|
|
1593
1585
|
|
|
1594
1586
|
def delete_cluster(
|
|
1595
|
-
self, **kwargs: Unpack[
|
|
1587
|
+
self, **kwargs: Unpack[DeleteClusterRequestTypeDef]
|
|
1596
1588
|
) -> DeleteClusterResponseTypeDef:
|
|
1597
1589
|
"""
|
|
1598
1590
|
Delete a SageMaker HyperPod cluster.
|
|
@@ -1602,7 +1594,7 @@ class SageMakerClient(BaseClient):
|
|
|
1602
1594
|
"""
|
|
1603
1595
|
|
|
1604
1596
|
def delete_cluster_scheduler_config(
|
|
1605
|
-
self, **kwargs: Unpack[
|
|
1597
|
+
self, **kwargs: Unpack[DeleteClusterSchedulerConfigRequestTypeDef]
|
|
1606
1598
|
) -> EmptyResponseMetadataTypeDef:
|
|
1607
1599
|
"""
|
|
1608
1600
|
Deletes the cluster policy of the cluster.
|
|
@@ -1612,7 +1604,7 @@ class SageMakerClient(BaseClient):
|
|
|
1612
1604
|
"""
|
|
1613
1605
|
|
|
1614
1606
|
def delete_code_repository(
|
|
1615
|
-
self, **kwargs: Unpack[
|
|
1607
|
+
self, **kwargs: Unpack[DeleteCodeRepositoryInputTypeDef]
|
|
1616
1608
|
) -> EmptyResponseMetadataTypeDef:
|
|
1617
1609
|
"""
|
|
1618
1610
|
Deletes the specified Git repository from your account.
|
|
@@ -1622,7 +1614,7 @@ class SageMakerClient(BaseClient):
|
|
|
1622
1614
|
"""
|
|
1623
1615
|
|
|
1624
1616
|
def delete_compilation_job(
|
|
1625
|
-
self, **kwargs: Unpack[
|
|
1617
|
+
self, **kwargs: Unpack[DeleteCompilationJobRequestTypeDef]
|
|
1626
1618
|
) -> EmptyResponseMetadataTypeDef:
|
|
1627
1619
|
"""
|
|
1628
1620
|
Deletes the specified compilation job.
|
|
@@ -1632,7 +1624,7 @@ class SageMakerClient(BaseClient):
|
|
|
1632
1624
|
"""
|
|
1633
1625
|
|
|
1634
1626
|
def delete_compute_quota(
|
|
1635
|
-
self, **kwargs: Unpack[
|
|
1627
|
+
self, **kwargs: Unpack[DeleteComputeQuotaRequestTypeDef]
|
|
1636
1628
|
) -> EmptyResponseMetadataTypeDef:
|
|
1637
1629
|
"""
|
|
1638
1630
|
Deletes the compute allocation from the cluster.
|
|
@@ -1642,7 +1634,7 @@ class SageMakerClient(BaseClient):
|
|
|
1642
1634
|
"""
|
|
1643
1635
|
|
|
1644
1636
|
def delete_context(
|
|
1645
|
-
self, **kwargs: Unpack[
|
|
1637
|
+
self, **kwargs: Unpack[DeleteContextRequestTypeDef]
|
|
1646
1638
|
) -> DeleteContextResponseTypeDef:
|
|
1647
1639
|
"""
|
|
1648
1640
|
Deletes an context.
|
|
@@ -1652,7 +1644,7 @@ class SageMakerClient(BaseClient):
|
|
|
1652
1644
|
"""
|
|
1653
1645
|
|
|
1654
1646
|
def delete_data_quality_job_definition(
|
|
1655
|
-
self, **kwargs: Unpack[
|
|
1647
|
+
self, **kwargs: Unpack[DeleteDataQualityJobDefinitionRequestTypeDef]
|
|
1656
1648
|
) -> EmptyResponseMetadataTypeDef:
|
|
1657
1649
|
"""
|
|
1658
1650
|
Deletes a data quality monitoring job definition.
|
|
@@ -1662,7 +1654,7 @@ class SageMakerClient(BaseClient):
|
|
|
1662
1654
|
"""
|
|
1663
1655
|
|
|
1664
1656
|
def delete_device_fleet(
|
|
1665
|
-
self, **kwargs: Unpack[
|
|
1657
|
+
self, **kwargs: Unpack[DeleteDeviceFleetRequestTypeDef]
|
|
1666
1658
|
) -> EmptyResponseMetadataTypeDef:
|
|
1667
1659
|
"""
|
|
1668
1660
|
Deletes a fleet.
|
|
@@ -1672,7 +1664,7 @@ class SageMakerClient(BaseClient):
|
|
|
1672
1664
|
"""
|
|
1673
1665
|
|
|
1674
1666
|
def delete_domain(
|
|
1675
|
-
self, **kwargs: Unpack[
|
|
1667
|
+
self, **kwargs: Unpack[DeleteDomainRequestTypeDef]
|
|
1676
1668
|
) -> EmptyResponseMetadataTypeDef:
|
|
1677
1669
|
"""
|
|
1678
1670
|
Used to delete a domain.
|
|
@@ -1682,7 +1674,7 @@ class SageMakerClient(BaseClient):
|
|
|
1682
1674
|
"""
|
|
1683
1675
|
|
|
1684
1676
|
def delete_edge_deployment_plan(
|
|
1685
|
-
self, **kwargs: Unpack[
|
|
1677
|
+
self, **kwargs: Unpack[DeleteEdgeDeploymentPlanRequestTypeDef]
|
|
1686
1678
|
) -> EmptyResponseMetadataTypeDef:
|
|
1687
1679
|
"""
|
|
1688
1680
|
Deletes an edge deployment plan if (and only if) all the stages in the plan are
|
|
@@ -1693,7 +1685,7 @@ class SageMakerClient(BaseClient):
|
|
|
1693
1685
|
"""
|
|
1694
1686
|
|
|
1695
1687
|
def delete_edge_deployment_stage(
|
|
1696
|
-
self, **kwargs: Unpack[
|
|
1688
|
+
self, **kwargs: Unpack[DeleteEdgeDeploymentStageRequestTypeDef]
|
|
1697
1689
|
) -> EmptyResponseMetadataTypeDef:
|
|
1698
1690
|
"""
|
|
1699
1691
|
Delete a stage in an edge deployment plan if (and only if) the stage is
|
|
@@ -1704,7 +1696,7 @@ class SageMakerClient(BaseClient):
|
|
|
1704
1696
|
"""
|
|
1705
1697
|
|
|
1706
1698
|
def delete_endpoint(
|
|
1707
|
-
self, **kwargs: Unpack[
|
|
1699
|
+
self, **kwargs: Unpack[DeleteEndpointInputTypeDef]
|
|
1708
1700
|
) -> EmptyResponseMetadataTypeDef:
|
|
1709
1701
|
"""
|
|
1710
1702
|
Deletes an endpoint.
|
|
@@ -1714,7 +1706,7 @@ class SageMakerClient(BaseClient):
|
|
|
1714
1706
|
"""
|
|
1715
1707
|
|
|
1716
1708
|
def delete_endpoint_config(
|
|
1717
|
-
self, **kwargs: Unpack[
|
|
1709
|
+
self, **kwargs: Unpack[DeleteEndpointConfigInputTypeDef]
|
|
1718
1710
|
) -> EmptyResponseMetadataTypeDef:
|
|
1719
1711
|
"""
|
|
1720
1712
|
Deletes an endpoint configuration.
|
|
@@ -1724,7 +1716,7 @@ class SageMakerClient(BaseClient):
|
|
|
1724
1716
|
"""
|
|
1725
1717
|
|
|
1726
1718
|
def delete_experiment(
|
|
1727
|
-
self, **kwargs: Unpack[
|
|
1719
|
+
self, **kwargs: Unpack[DeleteExperimentRequestTypeDef]
|
|
1728
1720
|
) -> DeleteExperimentResponseTypeDef:
|
|
1729
1721
|
"""
|
|
1730
1722
|
Deletes an SageMaker experiment.
|
|
@@ -1734,7 +1726,7 @@ class SageMakerClient(BaseClient):
|
|
|
1734
1726
|
"""
|
|
1735
1727
|
|
|
1736
1728
|
def delete_feature_group(
|
|
1737
|
-
self, **kwargs: Unpack[
|
|
1729
|
+
self, **kwargs: Unpack[DeleteFeatureGroupRequestTypeDef]
|
|
1738
1730
|
) -> EmptyResponseMetadataTypeDef:
|
|
1739
1731
|
"""
|
|
1740
1732
|
Delete the <code>FeatureGroup</code> and any data that was written to the
|
|
@@ -1745,7 +1737,7 @@ class SageMakerClient(BaseClient):
|
|
|
1745
1737
|
"""
|
|
1746
1738
|
|
|
1747
1739
|
def delete_flow_definition(
|
|
1748
|
-
self, **kwargs: Unpack[
|
|
1740
|
+
self, **kwargs: Unpack[DeleteFlowDefinitionRequestTypeDef]
|
|
1749
1741
|
) -> Dict[str, Any]:
|
|
1750
1742
|
"""
|
|
1751
1743
|
Deletes the specified flow definition.
|
|
@@ -1754,9 +1746,7 @@ class SageMakerClient(BaseClient):
|
|
|
1754
1746
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#delete_flow_definition)
|
|
1755
1747
|
"""
|
|
1756
1748
|
|
|
1757
|
-
def delete_hub(
|
|
1758
|
-
self, **kwargs: Unpack[DeleteHubRequestRequestTypeDef]
|
|
1759
|
-
) -> EmptyResponseMetadataTypeDef:
|
|
1749
|
+
def delete_hub(self, **kwargs: Unpack[DeleteHubRequestTypeDef]) -> EmptyResponseMetadataTypeDef:
|
|
1760
1750
|
"""
|
|
1761
1751
|
Delete a hub.
|
|
1762
1752
|
|
|
@@ -1765,7 +1755,7 @@ class SageMakerClient(BaseClient):
|
|
|
1765
1755
|
"""
|
|
1766
1756
|
|
|
1767
1757
|
def delete_hub_content(
|
|
1768
|
-
self, **kwargs: Unpack[
|
|
1758
|
+
self, **kwargs: Unpack[DeleteHubContentRequestTypeDef]
|
|
1769
1759
|
) -> EmptyResponseMetadataTypeDef:
|
|
1770
1760
|
"""
|
|
1771
1761
|
Delete the contents of a hub.
|
|
@@ -1775,7 +1765,7 @@ class SageMakerClient(BaseClient):
|
|
|
1775
1765
|
"""
|
|
1776
1766
|
|
|
1777
1767
|
def delete_hub_content_reference(
|
|
1778
|
-
self, **kwargs: Unpack[
|
|
1768
|
+
self, **kwargs: Unpack[DeleteHubContentReferenceRequestTypeDef]
|
|
1779
1769
|
) -> EmptyResponseMetadataTypeDef:
|
|
1780
1770
|
"""
|
|
1781
1771
|
Delete a hub content reference in order to remove a model from a private hub.
|
|
@@ -1785,7 +1775,7 @@ class SageMakerClient(BaseClient):
|
|
|
1785
1775
|
"""
|
|
1786
1776
|
|
|
1787
1777
|
def delete_human_task_ui(
|
|
1788
|
-
self, **kwargs: Unpack[
|
|
1778
|
+
self, **kwargs: Unpack[DeleteHumanTaskUiRequestTypeDef]
|
|
1789
1779
|
) -> Dict[str, Any]:
|
|
1790
1780
|
"""
|
|
1791
1781
|
Use this operation to delete a human task user interface (worker task template).
|
|
@@ -1795,7 +1785,7 @@ class SageMakerClient(BaseClient):
|
|
|
1795
1785
|
"""
|
|
1796
1786
|
|
|
1797
1787
|
def delete_hyper_parameter_tuning_job(
|
|
1798
|
-
self, **kwargs: Unpack[
|
|
1788
|
+
self, **kwargs: Unpack[DeleteHyperParameterTuningJobRequestTypeDef]
|
|
1799
1789
|
) -> EmptyResponseMetadataTypeDef:
|
|
1800
1790
|
"""
|
|
1801
1791
|
Deletes a hyperparameter tuning job.
|
|
@@ -1804,7 +1794,7 @@ class SageMakerClient(BaseClient):
|
|
|
1804
1794
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#delete_hyper_parameter_tuning_job)
|
|
1805
1795
|
"""
|
|
1806
1796
|
|
|
1807
|
-
def delete_image(self, **kwargs: Unpack[
|
|
1797
|
+
def delete_image(self, **kwargs: Unpack[DeleteImageRequestTypeDef]) -> Dict[str, Any]:
|
|
1808
1798
|
"""
|
|
1809
1799
|
Deletes a SageMaker AI image and all versions of the image.
|
|
1810
1800
|
|
|
@@ -1813,7 +1803,7 @@ class SageMakerClient(BaseClient):
|
|
|
1813
1803
|
"""
|
|
1814
1804
|
|
|
1815
1805
|
def delete_image_version(
|
|
1816
|
-
self, **kwargs: Unpack[
|
|
1806
|
+
self, **kwargs: Unpack[DeleteImageVersionRequestTypeDef]
|
|
1817
1807
|
) -> Dict[str, Any]:
|
|
1818
1808
|
"""
|
|
1819
1809
|
Deletes a version of a SageMaker AI image.
|
|
@@ -1823,7 +1813,7 @@ class SageMakerClient(BaseClient):
|
|
|
1823
1813
|
"""
|
|
1824
1814
|
|
|
1825
1815
|
def delete_inference_component(
|
|
1826
|
-
self, **kwargs: Unpack[
|
|
1816
|
+
self, **kwargs: Unpack[DeleteInferenceComponentInputTypeDef]
|
|
1827
1817
|
) -> EmptyResponseMetadataTypeDef:
|
|
1828
1818
|
"""
|
|
1829
1819
|
Deletes an inference component.
|
|
@@ -1833,7 +1823,7 @@ class SageMakerClient(BaseClient):
|
|
|
1833
1823
|
"""
|
|
1834
1824
|
|
|
1835
1825
|
def delete_inference_experiment(
|
|
1836
|
-
self, **kwargs: Unpack[
|
|
1826
|
+
self, **kwargs: Unpack[DeleteInferenceExperimentRequestTypeDef]
|
|
1837
1827
|
) -> DeleteInferenceExperimentResponseTypeDef:
|
|
1838
1828
|
"""
|
|
1839
1829
|
Deletes an inference experiment.
|
|
@@ -1843,7 +1833,7 @@ class SageMakerClient(BaseClient):
|
|
|
1843
1833
|
"""
|
|
1844
1834
|
|
|
1845
1835
|
def delete_mlflow_tracking_server(
|
|
1846
|
-
self, **kwargs: Unpack[
|
|
1836
|
+
self, **kwargs: Unpack[DeleteMlflowTrackingServerRequestTypeDef]
|
|
1847
1837
|
) -> DeleteMlflowTrackingServerResponseTypeDef:
|
|
1848
1838
|
"""
|
|
1849
1839
|
Deletes an MLflow Tracking Server.
|
|
@@ -1853,7 +1843,7 @@ class SageMakerClient(BaseClient):
|
|
|
1853
1843
|
"""
|
|
1854
1844
|
|
|
1855
1845
|
def delete_model(
|
|
1856
|
-
self, **kwargs: Unpack[
|
|
1846
|
+
self, **kwargs: Unpack[DeleteModelInputTypeDef]
|
|
1857
1847
|
) -> EmptyResponseMetadataTypeDef:
|
|
1858
1848
|
"""
|
|
1859
1849
|
Deletes a model.
|
|
@@ -1863,7 +1853,7 @@ class SageMakerClient(BaseClient):
|
|
|
1863
1853
|
"""
|
|
1864
1854
|
|
|
1865
1855
|
def delete_model_bias_job_definition(
|
|
1866
|
-
self, **kwargs: Unpack[
|
|
1856
|
+
self, **kwargs: Unpack[DeleteModelBiasJobDefinitionRequestTypeDef]
|
|
1867
1857
|
) -> EmptyResponseMetadataTypeDef:
|
|
1868
1858
|
"""
|
|
1869
1859
|
Deletes an Amazon SageMaker AI model bias job definition.
|
|
@@ -1873,7 +1863,7 @@ class SageMakerClient(BaseClient):
|
|
|
1873
1863
|
"""
|
|
1874
1864
|
|
|
1875
1865
|
def delete_model_card(
|
|
1876
|
-
self, **kwargs: Unpack[
|
|
1866
|
+
self, **kwargs: Unpack[DeleteModelCardRequestTypeDef]
|
|
1877
1867
|
) -> EmptyResponseMetadataTypeDef:
|
|
1878
1868
|
"""
|
|
1879
1869
|
Deletes an Amazon SageMaker Model Card.
|
|
@@ -1883,7 +1873,7 @@ class SageMakerClient(BaseClient):
|
|
|
1883
1873
|
"""
|
|
1884
1874
|
|
|
1885
1875
|
def delete_model_explainability_job_definition(
|
|
1886
|
-
self, **kwargs: Unpack[
|
|
1876
|
+
self, **kwargs: Unpack[DeleteModelExplainabilityJobDefinitionRequestTypeDef]
|
|
1887
1877
|
) -> EmptyResponseMetadataTypeDef:
|
|
1888
1878
|
"""
|
|
1889
1879
|
Deletes an Amazon SageMaker AI model explainability job definition.
|
|
@@ -1893,7 +1883,7 @@ class SageMakerClient(BaseClient):
|
|
|
1893
1883
|
"""
|
|
1894
1884
|
|
|
1895
1885
|
def delete_model_package(
|
|
1896
|
-
self, **kwargs: Unpack[
|
|
1886
|
+
self, **kwargs: Unpack[DeleteModelPackageInputTypeDef]
|
|
1897
1887
|
) -> EmptyResponseMetadataTypeDef:
|
|
1898
1888
|
"""
|
|
1899
1889
|
Deletes a model package.
|
|
@@ -1903,7 +1893,7 @@ class SageMakerClient(BaseClient):
|
|
|
1903
1893
|
"""
|
|
1904
1894
|
|
|
1905
1895
|
def delete_model_package_group(
|
|
1906
|
-
self, **kwargs: Unpack[
|
|
1896
|
+
self, **kwargs: Unpack[DeleteModelPackageGroupInputTypeDef]
|
|
1907
1897
|
) -> EmptyResponseMetadataTypeDef:
|
|
1908
1898
|
"""
|
|
1909
1899
|
Deletes the specified model group.
|
|
@@ -1913,7 +1903,7 @@ class SageMakerClient(BaseClient):
|
|
|
1913
1903
|
"""
|
|
1914
1904
|
|
|
1915
1905
|
def delete_model_package_group_policy(
|
|
1916
|
-
self, **kwargs: Unpack[
|
|
1906
|
+
self, **kwargs: Unpack[DeleteModelPackageGroupPolicyInputTypeDef]
|
|
1917
1907
|
) -> EmptyResponseMetadataTypeDef:
|
|
1918
1908
|
"""
|
|
1919
1909
|
Deletes a model group resource policy.
|
|
@@ -1923,7 +1913,7 @@ class SageMakerClient(BaseClient):
|
|
|
1923
1913
|
"""
|
|
1924
1914
|
|
|
1925
1915
|
def delete_model_quality_job_definition(
|
|
1926
|
-
self, **kwargs: Unpack[
|
|
1916
|
+
self, **kwargs: Unpack[DeleteModelQualityJobDefinitionRequestTypeDef]
|
|
1927
1917
|
) -> EmptyResponseMetadataTypeDef:
|
|
1928
1918
|
"""
|
|
1929
1919
|
Deletes the secified model quality monitoring job definition.
|
|
@@ -1933,7 +1923,7 @@ class SageMakerClient(BaseClient):
|
|
|
1933
1923
|
"""
|
|
1934
1924
|
|
|
1935
1925
|
def delete_monitoring_schedule(
|
|
1936
|
-
self, **kwargs: Unpack[
|
|
1926
|
+
self, **kwargs: Unpack[DeleteMonitoringScheduleRequestTypeDef]
|
|
1937
1927
|
) -> EmptyResponseMetadataTypeDef:
|
|
1938
1928
|
"""
|
|
1939
1929
|
Deletes a monitoring schedule.
|
|
@@ -1943,7 +1933,7 @@ class SageMakerClient(BaseClient):
|
|
|
1943
1933
|
"""
|
|
1944
1934
|
|
|
1945
1935
|
def delete_notebook_instance(
|
|
1946
|
-
self, **kwargs: Unpack[
|
|
1936
|
+
self, **kwargs: Unpack[DeleteNotebookInstanceInputTypeDef]
|
|
1947
1937
|
) -> EmptyResponseMetadataTypeDef:
|
|
1948
1938
|
"""
|
|
1949
1939
|
Deletes an SageMaker AI notebook instance.
|
|
@@ -1953,7 +1943,7 @@ class SageMakerClient(BaseClient):
|
|
|
1953
1943
|
"""
|
|
1954
1944
|
|
|
1955
1945
|
def delete_notebook_instance_lifecycle_config(
|
|
1956
|
-
self, **kwargs: Unpack[
|
|
1946
|
+
self, **kwargs: Unpack[DeleteNotebookInstanceLifecycleConfigInputTypeDef]
|
|
1957
1947
|
) -> EmptyResponseMetadataTypeDef:
|
|
1958
1948
|
"""
|
|
1959
1949
|
Deletes a notebook instance lifecycle configuration.
|
|
@@ -1963,7 +1953,7 @@ class SageMakerClient(BaseClient):
|
|
|
1963
1953
|
"""
|
|
1964
1954
|
|
|
1965
1955
|
def delete_optimization_job(
|
|
1966
|
-
self, **kwargs: Unpack[
|
|
1956
|
+
self, **kwargs: Unpack[DeleteOptimizationJobRequestTypeDef]
|
|
1967
1957
|
) -> EmptyResponseMetadataTypeDef:
|
|
1968
1958
|
"""
|
|
1969
1959
|
Deletes an optimization job.
|
|
@@ -1973,7 +1963,7 @@ class SageMakerClient(BaseClient):
|
|
|
1973
1963
|
"""
|
|
1974
1964
|
|
|
1975
1965
|
def delete_partner_app(
|
|
1976
|
-
self, **kwargs: Unpack[
|
|
1966
|
+
self, **kwargs: Unpack[DeletePartnerAppRequestTypeDef]
|
|
1977
1967
|
) -> DeletePartnerAppResponseTypeDef:
|
|
1978
1968
|
"""
|
|
1979
1969
|
Deletes a SageMaker Partner AI App.
|
|
@@ -1983,7 +1973,7 @@ class SageMakerClient(BaseClient):
|
|
|
1983
1973
|
"""
|
|
1984
1974
|
|
|
1985
1975
|
def delete_pipeline(
|
|
1986
|
-
self, **kwargs: Unpack[
|
|
1976
|
+
self, **kwargs: Unpack[DeletePipelineRequestTypeDef]
|
|
1987
1977
|
) -> DeletePipelineResponseTypeDef:
|
|
1988
1978
|
"""
|
|
1989
1979
|
Deletes a pipeline if there are no running instances of the pipeline.
|
|
@@ -1993,7 +1983,7 @@ class SageMakerClient(BaseClient):
|
|
|
1993
1983
|
"""
|
|
1994
1984
|
|
|
1995
1985
|
def delete_project(
|
|
1996
|
-
self, **kwargs: Unpack[
|
|
1986
|
+
self, **kwargs: Unpack[DeleteProjectInputTypeDef]
|
|
1997
1987
|
) -> EmptyResponseMetadataTypeDef:
|
|
1998
1988
|
"""
|
|
1999
1989
|
Delete the specified project.
|
|
@@ -2003,7 +1993,7 @@ class SageMakerClient(BaseClient):
|
|
|
2003
1993
|
"""
|
|
2004
1994
|
|
|
2005
1995
|
def delete_space(
|
|
2006
|
-
self, **kwargs: Unpack[
|
|
1996
|
+
self, **kwargs: Unpack[DeleteSpaceRequestTypeDef]
|
|
2007
1997
|
) -> EmptyResponseMetadataTypeDef:
|
|
2008
1998
|
"""
|
|
2009
1999
|
Used to delete a space.
|
|
@@ -2013,7 +2003,7 @@ class SageMakerClient(BaseClient):
|
|
|
2013
2003
|
"""
|
|
2014
2004
|
|
|
2015
2005
|
def delete_studio_lifecycle_config(
|
|
2016
|
-
self, **kwargs: Unpack[
|
|
2006
|
+
self, **kwargs: Unpack[DeleteStudioLifecycleConfigRequestTypeDef]
|
|
2017
2007
|
) -> EmptyResponseMetadataTypeDef:
|
|
2018
2008
|
"""
|
|
2019
2009
|
Deletes the Amazon SageMaker AI Studio Lifecycle Configuration.
|
|
@@ -2022,7 +2012,7 @@ class SageMakerClient(BaseClient):
|
|
|
2022
2012
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#delete_studio_lifecycle_config)
|
|
2023
2013
|
"""
|
|
2024
2014
|
|
|
2025
|
-
def delete_tags(self, **kwargs: Unpack[
|
|
2015
|
+
def delete_tags(self, **kwargs: Unpack[DeleteTagsInputTypeDef]) -> Dict[str, Any]:
|
|
2026
2016
|
"""
|
|
2027
2017
|
Deletes the specified tags from an SageMaker resource.
|
|
2028
2018
|
|
|
@@ -2031,7 +2021,7 @@ class SageMakerClient(BaseClient):
|
|
|
2031
2021
|
"""
|
|
2032
2022
|
|
|
2033
2023
|
def delete_trial(
|
|
2034
|
-
self, **kwargs: Unpack[
|
|
2024
|
+
self, **kwargs: Unpack[DeleteTrialRequestTypeDef]
|
|
2035
2025
|
) -> DeleteTrialResponseTypeDef:
|
|
2036
2026
|
"""
|
|
2037
2027
|
Deletes the specified trial.
|
|
@@ -2041,7 +2031,7 @@ class SageMakerClient(BaseClient):
|
|
|
2041
2031
|
"""
|
|
2042
2032
|
|
|
2043
2033
|
def delete_trial_component(
|
|
2044
|
-
self, **kwargs: Unpack[
|
|
2034
|
+
self, **kwargs: Unpack[DeleteTrialComponentRequestTypeDef]
|
|
2045
2035
|
) -> DeleteTrialComponentResponseTypeDef:
|
|
2046
2036
|
"""
|
|
2047
2037
|
Deletes the specified trial component.
|
|
@@ -2051,7 +2041,7 @@ class SageMakerClient(BaseClient):
|
|
|
2051
2041
|
"""
|
|
2052
2042
|
|
|
2053
2043
|
def delete_user_profile(
|
|
2054
|
-
self, **kwargs: Unpack[
|
|
2044
|
+
self, **kwargs: Unpack[DeleteUserProfileRequestTypeDef]
|
|
2055
2045
|
) -> EmptyResponseMetadataTypeDef:
|
|
2056
2046
|
"""
|
|
2057
2047
|
Deletes a user profile.
|
|
@@ -2060,9 +2050,7 @@ class SageMakerClient(BaseClient):
|
|
|
2060
2050
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#delete_user_profile)
|
|
2061
2051
|
"""
|
|
2062
2052
|
|
|
2063
|
-
def delete_workforce(
|
|
2064
|
-
self, **kwargs: Unpack[DeleteWorkforceRequestRequestTypeDef]
|
|
2065
|
-
) -> Dict[str, Any]:
|
|
2053
|
+
def delete_workforce(self, **kwargs: Unpack[DeleteWorkforceRequestTypeDef]) -> Dict[str, Any]:
|
|
2066
2054
|
"""
|
|
2067
2055
|
Use this operation to delete a workforce.
|
|
2068
2056
|
|
|
@@ -2071,7 +2059,7 @@ class SageMakerClient(BaseClient):
|
|
|
2071
2059
|
"""
|
|
2072
2060
|
|
|
2073
2061
|
def delete_workteam(
|
|
2074
|
-
self, **kwargs: Unpack[
|
|
2062
|
+
self, **kwargs: Unpack[DeleteWorkteamRequestTypeDef]
|
|
2075
2063
|
) -> DeleteWorkteamResponseTypeDef:
|
|
2076
2064
|
"""
|
|
2077
2065
|
Deletes an existing work team.
|
|
@@ -2081,7 +2069,7 @@ class SageMakerClient(BaseClient):
|
|
|
2081
2069
|
"""
|
|
2082
2070
|
|
|
2083
2071
|
def deregister_devices(
|
|
2084
|
-
self, **kwargs: Unpack[
|
|
2072
|
+
self, **kwargs: Unpack[DeregisterDevicesRequestTypeDef]
|
|
2085
2073
|
) -> EmptyResponseMetadataTypeDef:
|
|
2086
2074
|
"""
|
|
2087
2075
|
Deregisters the specified devices.
|
|
@@ -2091,7 +2079,7 @@ class SageMakerClient(BaseClient):
|
|
|
2091
2079
|
"""
|
|
2092
2080
|
|
|
2093
2081
|
def describe_action(
|
|
2094
|
-
self, **kwargs: Unpack[
|
|
2082
|
+
self, **kwargs: Unpack[DescribeActionRequestTypeDef]
|
|
2095
2083
|
) -> DescribeActionResponseTypeDef:
|
|
2096
2084
|
"""
|
|
2097
2085
|
Describes an action.
|
|
@@ -2101,7 +2089,7 @@ class SageMakerClient(BaseClient):
|
|
|
2101
2089
|
"""
|
|
2102
2090
|
|
|
2103
2091
|
def describe_algorithm(
|
|
2104
|
-
self, **kwargs: Unpack[
|
|
2092
|
+
self, **kwargs: Unpack[DescribeAlgorithmInputTypeDef]
|
|
2105
2093
|
) -> DescribeAlgorithmOutputTypeDef:
|
|
2106
2094
|
"""
|
|
2107
2095
|
Returns a description of the specified algorithm that is in your account.
|
|
@@ -2111,7 +2099,7 @@ class SageMakerClient(BaseClient):
|
|
|
2111
2099
|
"""
|
|
2112
2100
|
|
|
2113
2101
|
def describe_app(
|
|
2114
|
-
self, **kwargs: Unpack[
|
|
2102
|
+
self, **kwargs: Unpack[DescribeAppRequestTypeDef]
|
|
2115
2103
|
) -> DescribeAppResponseTypeDef:
|
|
2116
2104
|
"""
|
|
2117
2105
|
Describes the app.
|
|
@@ -2121,7 +2109,7 @@ class SageMakerClient(BaseClient):
|
|
|
2121
2109
|
"""
|
|
2122
2110
|
|
|
2123
2111
|
def describe_app_image_config(
|
|
2124
|
-
self, **kwargs: Unpack[
|
|
2112
|
+
self, **kwargs: Unpack[DescribeAppImageConfigRequestTypeDef]
|
|
2125
2113
|
) -> DescribeAppImageConfigResponseTypeDef:
|
|
2126
2114
|
"""
|
|
2127
2115
|
Describes an AppImageConfig.
|
|
@@ -2131,7 +2119,7 @@ class SageMakerClient(BaseClient):
|
|
|
2131
2119
|
"""
|
|
2132
2120
|
|
|
2133
2121
|
def describe_artifact(
|
|
2134
|
-
self, **kwargs: Unpack[
|
|
2122
|
+
self, **kwargs: Unpack[DescribeArtifactRequestTypeDef]
|
|
2135
2123
|
) -> DescribeArtifactResponseTypeDef:
|
|
2136
2124
|
"""
|
|
2137
2125
|
Describes an artifact.
|
|
@@ -2141,7 +2129,7 @@ class SageMakerClient(BaseClient):
|
|
|
2141
2129
|
"""
|
|
2142
2130
|
|
|
2143
2131
|
def describe_auto_ml_job(
|
|
2144
|
-
self, **kwargs: Unpack[
|
|
2132
|
+
self, **kwargs: Unpack[DescribeAutoMLJobRequestTypeDef]
|
|
2145
2133
|
) -> DescribeAutoMLJobResponseTypeDef:
|
|
2146
2134
|
"""
|
|
2147
2135
|
Returns information about an AutoML job created by calling <a
|
|
@@ -2152,7 +2140,7 @@ class SageMakerClient(BaseClient):
|
|
|
2152
2140
|
"""
|
|
2153
2141
|
|
|
2154
2142
|
def describe_auto_ml_job_v2(
|
|
2155
|
-
self, **kwargs: Unpack[
|
|
2143
|
+
self, **kwargs: Unpack[DescribeAutoMLJobV2RequestTypeDef]
|
|
2156
2144
|
) -> DescribeAutoMLJobV2ResponseTypeDef:
|
|
2157
2145
|
"""
|
|
2158
2146
|
Returns information about an AutoML job created by calling <a
|
|
@@ -2165,7 +2153,7 @@ class SageMakerClient(BaseClient):
|
|
|
2165
2153
|
"""
|
|
2166
2154
|
|
|
2167
2155
|
def describe_cluster(
|
|
2168
|
-
self, **kwargs: Unpack[
|
|
2156
|
+
self, **kwargs: Unpack[DescribeClusterRequestTypeDef]
|
|
2169
2157
|
) -> DescribeClusterResponseTypeDef:
|
|
2170
2158
|
"""
|
|
2171
2159
|
Retrieves information of a SageMaker HyperPod cluster.
|
|
@@ -2175,7 +2163,7 @@ class SageMakerClient(BaseClient):
|
|
|
2175
2163
|
"""
|
|
2176
2164
|
|
|
2177
2165
|
def describe_cluster_node(
|
|
2178
|
-
self, **kwargs: Unpack[
|
|
2166
|
+
self, **kwargs: Unpack[DescribeClusterNodeRequestTypeDef]
|
|
2179
2167
|
) -> DescribeClusterNodeResponseTypeDef:
|
|
2180
2168
|
"""
|
|
2181
2169
|
Retrieves information of a node (also called a <i>instance</i> interchangeably)
|
|
@@ -2186,7 +2174,7 @@ class SageMakerClient(BaseClient):
|
|
|
2186
2174
|
"""
|
|
2187
2175
|
|
|
2188
2176
|
def describe_cluster_scheduler_config(
|
|
2189
|
-
self, **kwargs: Unpack[
|
|
2177
|
+
self, **kwargs: Unpack[DescribeClusterSchedulerConfigRequestTypeDef]
|
|
2190
2178
|
) -> DescribeClusterSchedulerConfigResponseTypeDef:
|
|
2191
2179
|
"""
|
|
2192
2180
|
Description of the cluster policy.
|
|
@@ -2196,7 +2184,7 @@ class SageMakerClient(BaseClient):
|
|
|
2196
2184
|
"""
|
|
2197
2185
|
|
|
2198
2186
|
def describe_code_repository(
|
|
2199
|
-
self, **kwargs: Unpack[
|
|
2187
|
+
self, **kwargs: Unpack[DescribeCodeRepositoryInputTypeDef]
|
|
2200
2188
|
) -> DescribeCodeRepositoryOutputTypeDef:
|
|
2201
2189
|
"""
|
|
2202
2190
|
Gets details about the specified Git repository.
|
|
@@ -2206,7 +2194,7 @@ class SageMakerClient(BaseClient):
|
|
|
2206
2194
|
"""
|
|
2207
2195
|
|
|
2208
2196
|
def describe_compilation_job(
|
|
2209
|
-
self, **kwargs: Unpack[
|
|
2197
|
+
self, **kwargs: Unpack[DescribeCompilationJobRequestTypeDef]
|
|
2210
2198
|
) -> DescribeCompilationJobResponseTypeDef:
|
|
2211
2199
|
"""
|
|
2212
2200
|
Returns information about a model compilation job.
|
|
@@ -2216,7 +2204,7 @@ class SageMakerClient(BaseClient):
|
|
|
2216
2204
|
"""
|
|
2217
2205
|
|
|
2218
2206
|
def describe_compute_quota(
|
|
2219
|
-
self, **kwargs: Unpack[
|
|
2207
|
+
self, **kwargs: Unpack[DescribeComputeQuotaRequestTypeDef]
|
|
2220
2208
|
) -> DescribeComputeQuotaResponseTypeDef:
|
|
2221
2209
|
"""
|
|
2222
2210
|
Description of the compute allocation definition.
|
|
@@ -2226,7 +2214,7 @@ class SageMakerClient(BaseClient):
|
|
|
2226
2214
|
"""
|
|
2227
2215
|
|
|
2228
2216
|
def describe_context(
|
|
2229
|
-
self, **kwargs: Unpack[
|
|
2217
|
+
self, **kwargs: Unpack[DescribeContextRequestTypeDef]
|
|
2230
2218
|
) -> DescribeContextResponseTypeDef:
|
|
2231
2219
|
"""
|
|
2232
2220
|
Describes a context.
|
|
@@ -2236,7 +2224,7 @@ class SageMakerClient(BaseClient):
|
|
|
2236
2224
|
"""
|
|
2237
2225
|
|
|
2238
2226
|
def describe_data_quality_job_definition(
|
|
2239
|
-
self, **kwargs: Unpack[
|
|
2227
|
+
self, **kwargs: Unpack[DescribeDataQualityJobDefinitionRequestTypeDef]
|
|
2240
2228
|
) -> DescribeDataQualityJobDefinitionResponseTypeDef:
|
|
2241
2229
|
"""
|
|
2242
2230
|
Gets the details of a data quality monitoring job definition.
|
|
@@ -2246,7 +2234,7 @@ class SageMakerClient(BaseClient):
|
|
|
2246
2234
|
"""
|
|
2247
2235
|
|
|
2248
2236
|
def describe_device(
|
|
2249
|
-
self, **kwargs: Unpack[
|
|
2237
|
+
self, **kwargs: Unpack[DescribeDeviceRequestTypeDef]
|
|
2250
2238
|
) -> DescribeDeviceResponseTypeDef:
|
|
2251
2239
|
"""
|
|
2252
2240
|
Describes the device.
|
|
@@ -2256,7 +2244,7 @@ class SageMakerClient(BaseClient):
|
|
|
2256
2244
|
"""
|
|
2257
2245
|
|
|
2258
2246
|
def describe_device_fleet(
|
|
2259
|
-
self, **kwargs: Unpack[
|
|
2247
|
+
self, **kwargs: Unpack[DescribeDeviceFleetRequestTypeDef]
|
|
2260
2248
|
) -> DescribeDeviceFleetResponseTypeDef:
|
|
2261
2249
|
"""
|
|
2262
2250
|
A description of the fleet the device belongs to.
|
|
@@ -2266,7 +2254,7 @@ class SageMakerClient(BaseClient):
|
|
|
2266
2254
|
"""
|
|
2267
2255
|
|
|
2268
2256
|
def describe_domain(
|
|
2269
|
-
self, **kwargs: Unpack[
|
|
2257
|
+
self, **kwargs: Unpack[DescribeDomainRequestTypeDef]
|
|
2270
2258
|
) -> DescribeDomainResponseTypeDef:
|
|
2271
2259
|
"""
|
|
2272
2260
|
The description of the domain.
|
|
@@ -2276,7 +2264,7 @@ class SageMakerClient(BaseClient):
|
|
|
2276
2264
|
"""
|
|
2277
2265
|
|
|
2278
2266
|
def describe_edge_deployment_plan(
|
|
2279
|
-
self, **kwargs: Unpack[
|
|
2267
|
+
self, **kwargs: Unpack[DescribeEdgeDeploymentPlanRequestTypeDef]
|
|
2280
2268
|
) -> DescribeEdgeDeploymentPlanResponseTypeDef:
|
|
2281
2269
|
"""
|
|
2282
2270
|
Describes an edge deployment plan with deployment status per stage.
|
|
@@ -2286,7 +2274,7 @@ class SageMakerClient(BaseClient):
|
|
|
2286
2274
|
"""
|
|
2287
2275
|
|
|
2288
2276
|
def describe_edge_packaging_job(
|
|
2289
|
-
self, **kwargs: Unpack[
|
|
2277
|
+
self, **kwargs: Unpack[DescribeEdgePackagingJobRequestTypeDef]
|
|
2290
2278
|
) -> DescribeEdgePackagingJobResponseTypeDef:
|
|
2291
2279
|
"""
|
|
2292
2280
|
A description of edge packaging jobs.
|
|
@@ -2296,7 +2284,7 @@ class SageMakerClient(BaseClient):
|
|
|
2296
2284
|
"""
|
|
2297
2285
|
|
|
2298
2286
|
def describe_endpoint(
|
|
2299
|
-
self, **kwargs: Unpack[
|
|
2287
|
+
self, **kwargs: Unpack[DescribeEndpointInputTypeDef]
|
|
2300
2288
|
) -> DescribeEndpointOutputTypeDef:
|
|
2301
2289
|
"""
|
|
2302
2290
|
Returns the description of an endpoint.
|
|
@@ -2306,7 +2294,7 @@ class SageMakerClient(BaseClient):
|
|
|
2306
2294
|
"""
|
|
2307
2295
|
|
|
2308
2296
|
def describe_endpoint_config(
|
|
2309
|
-
self, **kwargs: Unpack[
|
|
2297
|
+
self, **kwargs: Unpack[DescribeEndpointConfigInputTypeDef]
|
|
2310
2298
|
) -> DescribeEndpointConfigOutputTypeDef:
|
|
2311
2299
|
"""
|
|
2312
2300
|
Returns the description of an endpoint configuration created using the
|
|
@@ -2317,7 +2305,7 @@ class SageMakerClient(BaseClient):
|
|
|
2317
2305
|
"""
|
|
2318
2306
|
|
|
2319
2307
|
def describe_experiment(
|
|
2320
|
-
self, **kwargs: Unpack[
|
|
2308
|
+
self, **kwargs: Unpack[DescribeExperimentRequestTypeDef]
|
|
2321
2309
|
) -> DescribeExperimentResponseTypeDef:
|
|
2322
2310
|
"""
|
|
2323
2311
|
Provides a list of an experiment's properties.
|
|
@@ -2327,7 +2315,7 @@ class SageMakerClient(BaseClient):
|
|
|
2327
2315
|
"""
|
|
2328
2316
|
|
|
2329
2317
|
def describe_feature_group(
|
|
2330
|
-
self, **kwargs: Unpack[
|
|
2318
|
+
self, **kwargs: Unpack[DescribeFeatureGroupRequestTypeDef]
|
|
2331
2319
|
) -> DescribeFeatureGroupResponseTypeDef:
|
|
2332
2320
|
"""
|
|
2333
2321
|
Use this operation to describe a <code>FeatureGroup</code>.
|
|
@@ -2337,7 +2325,7 @@ class SageMakerClient(BaseClient):
|
|
|
2337
2325
|
"""
|
|
2338
2326
|
|
|
2339
2327
|
def describe_feature_metadata(
|
|
2340
|
-
self, **kwargs: Unpack[
|
|
2328
|
+
self, **kwargs: Unpack[DescribeFeatureMetadataRequestTypeDef]
|
|
2341
2329
|
) -> DescribeFeatureMetadataResponseTypeDef:
|
|
2342
2330
|
"""
|
|
2343
2331
|
Shows the metadata for a feature within a feature group.
|
|
@@ -2347,7 +2335,7 @@ class SageMakerClient(BaseClient):
|
|
|
2347
2335
|
"""
|
|
2348
2336
|
|
|
2349
2337
|
def describe_flow_definition(
|
|
2350
|
-
self, **kwargs: Unpack[
|
|
2338
|
+
self, **kwargs: Unpack[DescribeFlowDefinitionRequestTypeDef]
|
|
2351
2339
|
) -> DescribeFlowDefinitionResponseTypeDef:
|
|
2352
2340
|
"""
|
|
2353
2341
|
Returns information about the specified flow definition.
|
|
@@ -2357,7 +2345,7 @@ class SageMakerClient(BaseClient):
|
|
|
2357
2345
|
"""
|
|
2358
2346
|
|
|
2359
2347
|
def describe_hub(
|
|
2360
|
-
self, **kwargs: Unpack[
|
|
2348
|
+
self, **kwargs: Unpack[DescribeHubRequestTypeDef]
|
|
2361
2349
|
) -> DescribeHubResponseTypeDef:
|
|
2362
2350
|
"""
|
|
2363
2351
|
Describes a hub.
|
|
@@ -2367,7 +2355,7 @@ class SageMakerClient(BaseClient):
|
|
|
2367
2355
|
"""
|
|
2368
2356
|
|
|
2369
2357
|
def describe_hub_content(
|
|
2370
|
-
self, **kwargs: Unpack[
|
|
2358
|
+
self, **kwargs: Unpack[DescribeHubContentRequestTypeDef]
|
|
2371
2359
|
) -> DescribeHubContentResponseTypeDef:
|
|
2372
2360
|
"""
|
|
2373
2361
|
Describe the content of a hub.
|
|
@@ -2377,7 +2365,7 @@ class SageMakerClient(BaseClient):
|
|
|
2377
2365
|
"""
|
|
2378
2366
|
|
|
2379
2367
|
def describe_human_task_ui(
|
|
2380
|
-
self, **kwargs: Unpack[
|
|
2368
|
+
self, **kwargs: Unpack[DescribeHumanTaskUiRequestTypeDef]
|
|
2381
2369
|
) -> DescribeHumanTaskUiResponseTypeDef:
|
|
2382
2370
|
"""
|
|
2383
2371
|
Returns information about the requested human task user interface (worker task
|
|
@@ -2388,7 +2376,7 @@ class SageMakerClient(BaseClient):
|
|
|
2388
2376
|
"""
|
|
2389
2377
|
|
|
2390
2378
|
def describe_hyper_parameter_tuning_job(
|
|
2391
|
-
self, **kwargs: Unpack[
|
|
2379
|
+
self, **kwargs: Unpack[DescribeHyperParameterTuningJobRequestTypeDef]
|
|
2392
2380
|
) -> DescribeHyperParameterTuningJobResponseTypeDef:
|
|
2393
2381
|
"""
|
|
2394
2382
|
Returns a description of a hyperparameter tuning job, depending on the fields
|
|
@@ -2399,7 +2387,7 @@ class SageMakerClient(BaseClient):
|
|
|
2399
2387
|
"""
|
|
2400
2388
|
|
|
2401
2389
|
def describe_image(
|
|
2402
|
-
self, **kwargs: Unpack[
|
|
2390
|
+
self, **kwargs: Unpack[DescribeImageRequestTypeDef]
|
|
2403
2391
|
) -> DescribeImageResponseTypeDef:
|
|
2404
2392
|
"""
|
|
2405
2393
|
Describes a SageMaker AI image.
|
|
@@ -2409,7 +2397,7 @@ class SageMakerClient(BaseClient):
|
|
|
2409
2397
|
"""
|
|
2410
2398
|
|
|
2411
2399
|
def describe_image_version(
|
|
2412
|
-
self, **kwargs: Unpack[
|
|
2400
|
+
self, **kwargs: Unpack[DescribeImageVersionRequestTypeDef]
|
|
2413
2401
|
) -> DescribeImageVersionResponseTypeDef:
|
|
2414
2402
|
"""
|
|
2415
2403
|
Describes a version of a SageMaker AI image.
|
|
@@ -2419,7 +2407,7 @@ class SageMakerClient(BaseClient):
|
|
|
2419
2407
|
"""
|
|
2420
2408
|
|
|
2421
2409
|
def describe_inference_component(
|
|
2422
|
-
self, **kwargs: Unpack[
|
|
2410
|
+
self, **kwargs: Unpack[DescribeInferenceComponentInputTypeDef]
|
|
2423
2411
|
) -> DescribeInferenceComponentOutputTypeDef:
|
|
2424
2412
|
"""
|
|
2425
2413
|
Returns information about an inference component.
|
|
@@ -2429,7 +2417,7 @@ class SageMakerClient(BaseClient):
|
|
|
2429
2417
|
"""
|
|
2430
2418
|
|
|
2431
2419
|
def describe_inference_experiment(
|
|
2432
|
-
self, **kwargs: Unpack[
|
|
2420
|
+
self, **kwargs: Unpack[DescribeInferenceExperimentRequestTypeDef]
|
|
2433
2421
|
) -> DescribeInferenceExperimentResponseTypeDef:
|
|
2434
2422
|
"""
|
|
2435
2423
|
Returns details about an inference experiment.
|
|
@@ -2439,7 +2427,7 @@ class SageMakerClient(BaseClient):
|
|
|
2439
2427
|
"""
|
|
2440
2428
|
|
|
2441
2429
|
def describe_inference_recommendations_job(
|
|
2442
|
-
self, **kwargs: Unpack[
|
|
2430
|
+
self, **kwargs: Unpack[DescribeInferenceRecommendationsJobRequestTypeDef]
|
|
2443
2431
|
) -> DescribeInferenceRecommendationsJobResponseTypeDef:
|
|
2444
2432
|
"""
|
|
2445
2433
|
Provides the results of the Inference Recommender job.
|
|
@@ -2449,7 +2437,7 @@ class SageMakerClient(BaseClient):
|
|
|
2449
2437
|
"""
|
|
2450
2438
|
|
|
2451
2439
|
def describe_labeling_job(
|
|
2452
|
-
self, **kwargs: Unpack[
|
|
2440
|
+
self, **kwargs: Unpack[DescribeLabelingJobRequestTypeDef]
|
|
2453
2441
|
) -> DescribeLabelingJobResponseTypeDef:
|
|
2454
2442
|
"""
|
|
2455
2443
|
Gets information about a labeling job.
|
|
@@ -2459,7 +2447,7 @@ class SageMakerClient(BaseClient):
|
|
|
2459
2447
|
"""
|
|
2460
2448
|
|
|
2461
2449
|
def describe_lineage_group(
|
|
2462
|
-
self, **kwargs: Unpack[
|
|
2450
|
+
self, **kwargs: Unpack[DescribeLineageGroupRequestTypeDef]
|
|
2463
2451
|
) -> DescribeLineageGroupResponseTypeDef:
|
|
2464
2452
|
"""
|
|
2465
2453
|
Provides a list of properties for the requested lineage group.
|
|
@@ -2469,7 +2457,7 @@ class SageMakerClient(BaseClient):
|
|
|
2469
2457
|
"""
|
|
2470
2458
|
|
|
2471
2459
|
def describe_mlflow_tracking_server(
|
|
2472
|
-
self, **kwargs: Unpack[
|
|
2460
|
+
self, **kwargs: Unpack[DescribeMlflowTrackingServerRequestTypeDef]
|
|
2473
2461
|
) -> DescribeMlflowTrackingServerResponseTypeDef:
|
|
2474
2462
|
"""
|
|
2475
2463
|
Returns information about an MLflow Tracking Server.
|
|
@@ -2479,7 +2467,7 @@ class SageMakerClient(BaseClient):
|
|
|
2479
2467
|
"""
|
|
2480
2468
|
|
|
2481
2469
|
def describe_model(
|
|
2482
|
-
self, **kwargs: Unpack[
|
|
2470
|
+
self, **kwargs: Unpack[DescribeModelInputTypeDef]
|
|
2483
2471
|
) -> DescribeModelOutputTypeDef:
|
|
2484
2472
|
"""
|
|
2485
2473
|
Describes a model that you created using the <code>CreateModel</code> API.
|
|
@@ -2489,7 +2477,7 @@ class SageMakerClient(BaseClient):
|
|
|
2489
2477
|
"""
|
|
2490
2478
|
|
|
2491
2479
|
def describe_model_bias_job_definition(
|
|
2492
|
-
self, **kwargs: Unpack[
|
|
2480
|
+
self, **kwargs: Unpack[DescribeModelBiasJobDefinitionRequestTypeDef]
|
|
2493
2481
|
) -> DescribeModelBiasJobDefinitionResponseTypeDef:
|
|
2494
2482
|
"""
|
|
2495
2483
|
Returns a description of a model bias job definition.
|
|
@@ -2499,7 +2487,7 @@ class SageMakerClient(BaseClient):
|
|
|
2499
2487
|
"""
|
|
2500
2488
|
|
|
2501
2489
|
def describe_model_card(
|
|
2502
|
-
self, **kwargs: Unpack[
|
|
2490
|
+
self, **kwargs: Unpack[DescribeModelCardRequestTypeDef]
|
|
2503
2491
|
) -> DescribeModelCardResponseTypeDef:
|
|
2504
2492
|
"""
|
|
2505
2493
|
Describes the content, creation time, and security configuration of an Amazon
|
|
@@ -2510,7 +2498,7 @@ class SageMakerClient(BaseClient):
|
|
|
2510
2498
|
"""
|
|
2511
2499
|
|
|
2512
2500
|
def describe_model_card_export_job(
|
|
2513
|
-
self, **kwargs: Unpack[
|
|
2501
|
+
self, **kwargs: Unpack[DescribeModelCardExportJobRequestTypeDef]
|
|
2514
2502
|
) -> DescribeModelCardExportJobResponseTypeDef:
|
|
2515
2503
|
"""
|
|
2516
2504
|
Describes an Amazon SageMaker Model Card export job.
|
|
@@ -2520,7 +2508,7 @@ class SageMakerClient(BaseClient):
|
|
|
2520
2508
|
"""
|
|
2521
2509
|
|
|
2522
2510
|
def describe_model_explainability_job_definition(
|
|
2523
|
-
self, **kwargs: Unpack[
|
|
2511
|
+
self, **kwargs: Unpack[DescribeModelExplainabilityJobDefinitionRequestTypeDef]
|
|
2524
2512
|
) -> DescribeModelExplainabilityJobDefinitionResponseTypeDef:
|
|
2525
2513
|
"""
|
|
2526
2514
|
Returns a description of a model explainability job definition.
|
|
@@ -2530,7 +2518,7 @@ class SageMakerClient(BaseClient):
|
|
|
2530
2518
|
"""
|
|
2531
2519
|
|
|
2532
2520
|
def describe_model_package(
|
|
2533
|
-
self, **kwargs: Unpack[
|
|
2521
|
+
self, **kwargs: Unpack[DescribeModelPackageInputTypeDef]
|
|
2534
2522
|
) -> DescribeModelPackageOutputTypeDef:
|
|
2535
2523
|
"""
|
|
2536
2524
|
Returns a description of the specified model package, which is used to create
|
|
@@ -2541,7 +2529,7 @@ class SageMakerClient(BaseClient):
|
|
|
2541
2529
|
"""
|
|
2542
2530
|
|
|
2543
2531
|
def describe_model_package_group(
|
|
2544
|
-
self, **kwargs: Unpack[
|
|
2532
|
+
self, **kwargs: Unpack[DescribeModelPackageGroupInputTypeDef]
|
|
2545
2533
|
) -> DescribeModelPackageGroupOutputTypeDef:
|
|
2546
2534
|
"""
|
|
2547
2535
|
Gets a description for the specified model group.
|
|
@@ -2551,7 +2539,7 @@ class SageMakerClient(BaseClient):
|
|
|
2551
2539
|
"""
|
|
2552
2540
|
|
|
2553
2541
|
def describe_model_quality_job_definition(
|
|
2554
|
-
self, **kwargs: Unpack[
|
|
2542
|
+
self, **kwargs: Unpack[DescribeModelQualityJobDefinitionRequestTypeDef]
|
|
2555
2543
|
) -> DescribeModelQualityJobDefinitionResponseTypeDef:
|
|
2556
2544
|
"""
|
|
2557
2545
|
Returns a description of a model quality job definition.
|
|
@@ -2561,7 +2549,7 @@ class SageMakerClient(BaseClient):
|
|
|
2561
2549
|
"""
|
|
2562
2550
|
|
|
2563
2551
|
def describe_monitoring_schedule(
|
|
2564
|
-
self, **kwargs: Unpack[
|
|
2552
|
+
self, **kwargs: Unpack[DescribeMonitoringScheduleRequestTypeDef]
|
|
2565
2553
|
) -> DescribeMonitoringScheduleResponseTypeDef:
|
|
2566
2554
|
"""
|
|
2567
2555
|
Describes the schedule for a monitoring job.
|
|
@@ -2571,7 +2559,7 @@ class SageMakerClient(BaseClient):
|
|
|
2571
2559
|
"""
|
|
2572
2560
|
|
|
2573
2561
|
def describe_notebook_instance(
|
|
2574
|
-
self, **kwargs: Unpack[
|
|
2562
|
+
self, **kwargs: Unpack[DescribeNotebookInstanceInputTypeDef]
|
|
2575
2563
|
) -> DescribeNotebookInstanceOutputTypeDef:
|
|
2576
2564
|
"""
|
|
2577
2565
|
Returns information about a notebook instance.
|
|
@@ -2581,7 +2569,7 @@ class SageMakerClient(BaseClient):
|
|
|
2581
2569
|
"""
|
|
2582
2570
|
|
|
2583
2571
|
def describe_notebook_instance_lifecycle_config(
|
|
2584
|
-
self, **kwargs: Unpack[
|
|
2572
|
+
self, **kwargs: Unpack[DescribeNotebookInstanceLifecycleConfigInputTypeDef]
|
|
2585
2573
|
) -> DescribeNotebookInstanceLifecycleConfigOutputTypeDef:
|
|
2586
2574
|
"""
|
|
2587
2575
|
Returns a description of a notebook instance lifecycle configuration.
|
|
@@ -2591,7 +2579,7 @@ class SageMakerClient(BaseClient):
|
|
|
2591
2579
|
"""
|
|
2592
2580
|
|
|
2593
2581
|
def describe_optimization_job(
|
|
2594
|
-
self, **kwargs: Unpack[
|
|
2582
|
+
self, **kwargs: Unpack[DescribeOptimizationJobRequestTypeDef]
|
|
2595
2583
|
) -> DescribeOptimizationJobResponseTypeDef:
|
|
2596
2584
|
"""
|
|
2597
2585
|
Provides the properties of the specified optimization job.
|
|
@@ -2601,7 +2589,7 @@ class SageMakerClient(BaseClient):
|
|
|
2601
2589
|
"""
|
|
2602
2590
|
|
|
2603
2591
|
def describe_partner_app(
|
|
2604
|
-
self, **kwargs: Unpack[
|
|
2592
|
+
self, **kwargs: Unpack[DescribePartnerAppRequestTypeDef]
|
|
2605
2593
|
) -> DescribePartnerAppResponseTypeDef:
|
|
2606
2594
|
"""
|
|
2607
2595
|
Gets information about a SageMaker Partner AI App.
|
|
@@ -2611,7 +2599,7 @@ class SageMakerClient(BaseClient):
|
|
|
2611
2599
|
"""
|
|
2612
2600
|
|
|
2613
2601
|
def describe_pipeline(
|
|
2614
|
-
self, **kwargs: Unpack[
|
|
2602
|
+
self, **kwargs: Unpack[DescribePipelineRequestTypeDef]
|
|
2615
2603
|
) -> DescribePipelineResponseTypeDef:
|
|
2616
2604
|
"""
|
|
2617
2605
|
Describes the details of a pipeline.
|
|
@@ -2621,7 +2609,7 @@ class SageMakerClient(BaseClient):
|
|
|
2621
2609
|
"""
|
|
2622
2610
|
|
|
2623
2611
|
def describe_pipeline_definition_for_execution(
|
|
2624
|
-
self, **kwargs: Unpack[
|
|
2612
|
+
self, **kwargs: Unpack[DescribePipelineDefinitionForExecutionRequestTypeDef]
|
|
2625
2613
|
) -> DescribePipelineDefinitionForExecutionResponseTypeDef:
|
|
2626
2614
|
"""
|
|
2627
2615
|
Describes the details of an execution's pipeline definition.
|
|
@@ -2631,7 +2619,7 @@ class SageMakerClient(BaseClient):
|
|
|
2631
2619
|
"""
|
|
2632
2620
|
|
|
2633
2621
|
def describe_pipeline_execution(
|
|
2634
|
-
self, **kwargs: Unpack[
|
|
2622
|
+
self, **kwargs: Unpack[DescribePipelineExecutionRequestTypeDef]
|
|
2635
2623
|
) -> DescribePipelineExecutionResponseTypeDef:
|
|
2636
2624
|
"""
|
|
2637
2625
|
Describes the details of a pipeline execution.
|
|
@@ -2641,7 +2629,7 @@ class SageMakerClient(BaseClient):
|
|
|
2641
2629
|
"""
|
|
2642
2630
|
|
|
2643
2631
|
def describe_processing_job(
|
|
2644
|
-
self, **kwargs: Unpack[
|
|
2632
|
+
self, **kwargs: Unpack[DescribeProcessingJobRequestTypeDef]
|
|
2645
2633
|
) -> DescribeProcessingJobResponseTypeDef:
|
|
2646
2634
|
"""
|
|
2647
2635
|
Returns a description of a processing job.
|
|
@@ -2651,7 +2639,7 @@ class SageMakerClient(BaseClient):
|
|
|
2651
2639
|
"""
|
|
2652
2640
|
|
|
2653
2641
|
def describe_project(
|
|
2654
|
-
self, **kwargs: Unpack[
|
|
2642
|
+
self, **kwargs: Unpack[DescribeProjectInputTypeDef]
|
|
2655
2643
|
) -> DescribeProjectOutputTypeDef:
|
|
2656
2644
|
"""
|
|
2657
2645
|
Describes the details of a project.
|
|
@@ -2661,7 +2649,7 @@ class SageMakerClient(BaseClient):
|
|
|
2661
2649
|
"""
|
|
2662
2650
|
|
|
2663
2651
|
def describe_space(
|
|
2664
|
-
self, **kwargs: Unpack[
|
|
2652
|
+
self, **kwargs: Unpack[DescribeSpaceRequestTypeDef]
|
|
2665
2653
|
) -> DescribeSpaceResponseTypeDef:
|
|
2666
2654
|
"""
|
|
2667
2655
|
Describes the space.
|
|
@@ -2671,7 +2659,7 @@ class SageMakerClient(BaseClient):
|
|
|
2671
2659
|
"""
|
|
2672
2660
|
|
|
2673
2661
|
def describe_studio_lifecycle_config(
|
|
2674
|
-
self, **kwargs: Unpack[
|
|
2662
|
+
self, **kwargs: Unpack[DescribeStudioLifecycleConfigRequestTypeDef]
|
|
2675
2663
|
) -> DescribeStudioLifecycleConfigResponseTypeDef:
|
|
2676
2664
|
"""
|
|
2677
2665
|
Describes the Amazon SageMaker AI Studio Lifecycle Configuration.
|
|
@@ -2681,7 +2669,7 @@ class SageMakerClient(BaseClient):
|
|
|
2681
2669
|
"""
|
|
2682
2670
|
|
|
2683
2671
|
def describe_subscribed_workteam(
|
|
2684
|
-
self, **kwargs: Unpack[
|
|
2672
|
+
self, **kwargs: Unpack[DescribeSubscribedWorkteamRequestTypeDef]
|
|
2685
2673
|
) -> DescribeSubscribedWorkteamResponseTypeDef:
|
|
2686
2674
|
"""
|
|
2687
2675
|
Gets information about a work team provided by a vendor.
|
|
@@ -2691,7 +2679,7 @@ class SageMakerClient(BaseClient):
|
|
|
2691
2679
|
"""
|
|
2692
2680
|
|
|
2693
2681
|
def describe_training_job(
|
|
2694
|
-
self, **kwargs: Unpack[
|
|
2682
|
+
self, **kwargs: Unpack[DescribeTrainingJobRequestTypeDef]
|
|
2695
2683
|
) -> DescribeTrainingJobResponseTypeDef:
|
|
2696
2684
|
"""
|
|
2697
2685
|
Returns information about a training job.
|
|
@@ -2701,7 +2689,7 @@ class SageMakerClient(BaseClient):
|
|
|
2701
2689
|
"""
|
|
2702
2690
|
|
|
2703
2691
|
def describe_training_plan(
|
|
2704
|
-
self, **kwargs: Unpack[
|
|
2692
|
+
self, **kwargs: Unpack[DescribeTrainingPlanRequestTypeDef]
|
|
2705
2693
|
) -> DescribeTrainingPlanResponseTypeDef:
|
|
2706
2694
|
"""
|
|
2707
2695
|
Retrieves detailed information about a specific training plan.
|
|
@@ -2711,7 +2699,7 @@ class SageMakerClient(BaseClient):
|
|
|
2711
2699
|
"""
|
|
2712
2700
|
|
|
2713
2701
|
def describe_transform_job(
|
|
2714
|
-
self, **kwargs: Unpack[
|
|
2702
|
+
self, **kwargs: Unpack[DescribeTransformJobRequestTypeDef]
|
|
2715
2703
|
) -> DescribeTransformJobResponseTypeDef:
|
|
2716
2704
|
"""
|
|
2717
2705
|
Returns information about a transform job.
|
|
@@ -2721,7 +2709,7 @@ class SageMakerClient(BaseClient):
|
|
|
2721
2709
|
"""
|
|
2722
2710
|
|
|
2723
2711
|
def describe_trial(
|
|
2724
|
-
self, **kwargs: Unpack[
|
|
2712
|
+
self, **kwargs: Unpack[DescribeTrialRequestTypeDef]
|
|
2725
2713
|
) -> DescribeTrialResponseTypeDef:
|
|
2726
2714
|
"""
|
|
2727
2715
|
Provides a list of a trial's properties.
|
|
@@ -2731,7 +2719,7 @@ class SageMakerClient(BaseClient):
|
|
|
2731
2719
|
"""
|
|
2732
2720
|
|
|
2733
2721
|
def describe_trial_component(
|
|
2734
|
-
self, **kwargs: Unpack[
|
|
2722
|
+
self, **kwargs: Unpack[DescribeTrialComponentRequestTypeDef]
|
|
2735
2723
|
) -> DescribeTrialComponentResponseTypeDef:
|
|
2736
2724
|
"""
|
|
2737
2725
|
Provides a list of a trials component's properties.
|
|
@@ -2741,7 +2729,7 @@ class SageMakerClient(BaseClient):
|
|
|
2741
2729
|
"""
|
|
2742
2730
|
|
|
2743
2731
|
def describe_user_profile(
|
|
2744
|
-
self, **kwargs: Unpack[
|
|
2732
|
+
self, **kwargs: Unpack[DescribeUserProfileRequestTypeDef]
|
|
2745
2733
|
) -> DescribeUserProfileResponseTypeDef:
|
|
2746
2734
|
"""
|
|
2747
2735
|
Describes a user profile.
|
|
@@ -2751,7 +2739,7 @@ class SageMakerClient(BaseClient):
|
|
|
2751
2739
|
"""
|
|
2752
2740
|
|
|
2753
2741
|
def describe_workforce(
|
|
2754
|
-
self, **kwargs: Unpack[
|
|
2742
|
+
self, **kwargs: Unpack[DescribeWorkforceRequestTypeDef]
|
|
2755
2743
|
) -> DescribeWorkforceResponseTypeDef:
|
|
2756
2744
|
"""
|
|
2757
2745
|
Lists private workforce information, including workforce name, Amazon Resource
|
|
@@ -2763,7 +2751,7 @@ class SageMakerClient(BaseClient):
|
|
|
2763
2751
|
"""
|
|
2764
2752
|
|
|
2765
2753
|
def describe_workteam(
|
|
2766
|
-
self, **kwargs: Unpack[
|
|
2754
|
+
self, **kwargs: Unpack[DescribeWorkteamRequestTypeDef]
|
|
2767
2755
|
) -> DescribeWorkteamResponseTypeDef:
|
|
2768
2756
|
"""
|
|
2769
2757
|
Gets information about a specific work team.
|
|
@@ -2781,7 +2769,7 @@ class SageMakerClient(BaseClient):
|
|
|
2781
2769
|
"""
|
|
2782
2770
|
|
|
2783
2771
|
def disassociate_trial_component(
|
|
2784
|
-
self, **kwargs: Unpack[
|
|
2772
|
+
self, **kwargs: Unpack[DisassociateTrialComponentRequestTypeDef]
|
|
2785
2773
|
) -> DisassociateTrialComponentResponseTypeDef:
|
|
2786
2774
|
"""
|
|
2787
2775
|
Disassociates a trial component from a trial.
|
|
@@ -2799,7 +2787,7 @@ class SageMakerClient(BaseClient):
|
|
|
2799
2787
|
"""
|
|
2800
2788
|
|
|
2801
2789
|
def get_device_fleet_report(
|
|
2802
|
-
self, **kwargs: Unpack[
|
|
2790
|
+
self, **kwargs: Unpack[GetDeviceFleetReportRequestTypeDef]
|
|
2803
2791
|
) -> GetDeviceFleetReportResponseTypeDef:
|
|
2804
2792
|
"""
|
|
2805
2793
|
Describes a fleet.
|
|
@@ -2809,7 +2797,7 @@ class SageMakerClient(BaseClient):
|
|
|
2809
2797
|
"""
|
|
2810
2798
|
|
|
2811
2799
|
def get_lineage_group_policy(
|
|
2812
|
-
self, **kwargs: Unpack[
|
|
2800
|
+
self, **kwargs: Unpack[GetLineageGroupPolicyRequestTypeDef]
|
|
2813
2801
|
) -> GetLineageGroupPolicyResponseTypeDef:
|
|
2814
2802
|
"""
|
|
2815
2803
|
The resource policy for the lineage group.
|
|
@@ -2819,7 +2807,7 @@ class SageMakerClient(BaseClient):
|
|
|
2819
2807
|
"""
|
|
2820
2808
|
|
|
2821
2809
|
def get_model_package_group_policy(
|
|
2822
|
-
self, **kwargs: Unpack[
|
|
2810
|
+
self, **kwargs: Unpack[GetModelPackageGroupPolicyInputTypeDef]
|
|
2823
2811
|
) -> GetModelPackageGroupPolicyOutputTypeDef:
|
|
2824
2812
|
"""
|
|
2825
2813
|
Gets a resource policy that manages access for a model group.
|
|
@@ -2839,7 +2827,7 @@ class SageMakerClient(BaseClient):
|
|
|
2839
2827
|
"""
|
|
2840
2828
|
|
|
2841
2829
|
def get_scaling_configuration_recommendation(
|
|
2842
|
-
self, **kwargs: Unpack[
|
|
2830
|
+
self, **kwargs: Unpack[GetScalingConfigurationRecommendationRequestTypeDef]
|
|
2843
2831
|
) -> GetScalingConfigurationRecommendationResponseTypeDef:
|
|
2844
2832
|
"""
|
|
2845
2833
|
Starts an Amazon SageMaker Inference Recommender autoscaling recommendation job.
|
|
@@ -2849,7 +2837,7 @@ class SageMakerClient(BaseClient):
|
|
|
2849
2837
|
"""
|
|
2850
2838
|
|
|
2851
2839
|
def get_search_suggestions(
|
|
2852
|
-
self, **kwargs: Unpack[
|
|
2840
|
+
self, **kwargs: Unpack[GetSearchSuggestionsRequestTypeDef]
|
|
2853
2841
|
) -> GetSearchSuggestionsResponseTypeDef:
|
|
2854
2842
|
"""
|
|
2855
2843
|
An auto-complete API for the search functionality in the SageMaker console.
|
|
@@ -2859,7 +2847,7 @@ class SageMakerClient(BaseClient):
|
|
|
2859
2847
|
"""
|
|
2860
2848
|
|
|
2861
2849
|
def import_hub_content(
|
|
2862
|
-
self, **kwargs: Unpack[
|
|
2850
|
+
self, **kwargs: Unpack[ImportHubContentRequestTypeDef]
|
|
2863
2851
|
) -> ImportHubContentResponseTypeDef:
|
|
2864
2852
|
"""
|
|
2865
2853
|
Import hub content.
|
|
@@ -2869,7 +2857,7 @@ class SageMakerClient(BaseClient):
|
|
|
2869
2857
|
"""
|
|
2870
2858
|
|
|
2871
2859
|
def list_actions(
|
|
2872
|
-
self, **kwargs: Unpack[
|
|
2860
|
+
self, **kwargs: Unpack[ListActionsRequestTypeDef]
|
|
2873
2861
|
) -> ListActionsResponseTypeDef:
|
|
2874
2862
|
"""
|
|
2875
2863
|
Lists the actions in your account and their properties.
|
|
@@ -2879,7 +2867,7 @@ class SageMakerClient(BaseClient):
|
|
|
2879
2867
|
"""
|
|
2880
2868
|
|
|
2881
2869
|
def list_algorithms(
|
|
2882
|
-
self, **kwargs: Unpack[
|
|
2870
|
+
self, **kwargs: Unpack[ListAlgorithmsInputTypeDef]
|
|
2883
2871
|
) -> ListAlgorithmsOutputTypeDef:
|
|
2884
2872
|
"""
|
|
2885
2873
|
Lists the machine learning algorithms that have been created.
|
|
@@ -2889,7 +2877,7 @@ class SageMakerClient(BaseClient):
|
|
|
2889
2877
|
"""
|
|
2890
2878
|
|
|
2891
2879
|
def list_aliases(
|
|
2892
|
-
self, **kwargs: Unpack[
|
|
2880
|
+
self, **kwargs: Unpack[ListAliasesRequestTypeDef]
|
|
2893
2881
|
) -> ListAliasesResponseTypeDef:
|
|
2894
2882
|
"""
|
|
2895
2883
|
Lists the aliases of a specified image or image version.
|
|
@@ -2899,7 +2887,7 @@ class SageMakerClient(BaseClient):
|
|
|
2899
2887
|
"""
|
|
2900
2888
|
|
|
2901
2889
|
def list_app_image_configs(
|
|
2902
|
-
self, **kwargs: Unpack[
|
|
2890
|
+
self, **kwargs: Unpack[ListAppImageConfigsRequestTypeDef]
|
|
2903
2891
|
) -> ListAppImageConfigsResponseTypeDef:
|
|
2904
2892
|
"""
|
|
2905
2893
|
Lists the AppImageConfigs in your account and their properties.
|
|
@@ -2908,7 +2896,7 @@ class SageMakerClient(BaseClient):
|
|
|
2908
2896
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_app_image_configs)
|
|
2909
2897
|
"""
|
|
2910
2898
|
|
|
2911
|
-
def list_apps(self, **kwargs: Unpack[
|
|
2899
|
+
def list_apps(self, **kwargs: Unpack[ListAppsRequestTypeDef]) -> ListAppsResponseTypeDef:
|
|
2912
2900
|
"""
|
|
2913
2901
|
Lists apps.
|
|
2914
2902
|
|
|
@@ -2917,7 +2905,7 @@ class SageMakerClient(BaseClient):
|
|
|
2917
2905
|
"""
|
|
2918
2906
|
|
|
2919
2907
|
def list_artifacts(
|
|
2920
|
-
self, **kwargs: Unpack[
|
|
2908
|
+
self, **kwargs: Unpack[ListArtifactsRequestTypeDef]
|
|
2921
2909
|
) -> ListArtifactsResponseTypeDef:
|
|
2922
2910
|
"""
|
|
2923
2911
|
Lists the artifacts in your account and their properties.
|
|
@@ -2927,7 +2915,7 @@ class SageMakerClient(BaseClient):
|
|
|
2927
2915
|
"""
|
|
2928
2916
|
|
|
2929
2917
|
def list_associations(
|
|
2930
|
-
self, **kwargs: Unpack[
|
|
2918
|
+
self, **kwargs: Unpack[ListAssociationsRequestTypeDef]
|
|
2931
2919
|
) -> ListAssociationsResponseTypeDef:
|
|
2932
2920
|
"""
|
|
2933
2921
|
Lists the associations in your account and their properties.
|
|
@@ -2937,7 +2925,7 @@ class SageMakerClient(BaseClient):
|
|
|
2937
2925
|
"""
|
|
2938
2926
|
|
|
2939
2927
|
def list_auto_ml_jobs(
|
|
2940
|
-
self, **kwargs: Unpack[
|
|
2928
|
+
self, **kwargs: Unpack[ListAutoMLJobsRequestTypeDef]
|
|
2941
2929
|
) -> ListAutoMLJobsResponseTypeDef:
|
|
2942
2930
|
"""
|
|
2943
2931
|
Request a list of jobs.
|
|
@@ -2947,7 +2935,7 @@ class SageMakerClient(BaseClient):
|
|
|
2947
2935
|
"""
|
|
2948
2936
|
|
|
2949
2937
|
def list_candidates_for_auto_ml_job(
|
|
2950
|
-
self, **kwargs: Unpack[
|
|
2938
|
+
self, **kwargs: Unpack[ListCandidatesForAutoMLJobRequestTypeDef]
|
|
2951
2939
|
) -> ListCandidatesForAutoMLJobResponseTypeDef:
|
|
2952
2940
|
"""
|
|
2953
2941
|
List the candidates created for the job.
|
|
@@ -2957,7 +2945,7 @@ class SageMakerClient(BaseClient):
|
|
|
2957
2945
|
"""
|
|
2958
2946
|
|
|
2959
2947
|
def list_cluster_nodes(
|
|
2960
|
-
self, **kwargs: Unpack[
|
|
2948
|
+
self, **kwargs: Unpack[ListClusterNodesRequestTypeDef]
|
|
2961
2949
|
) -> ListClusterNodesResponseTypeDef:
|
|
2962
2950
|
"""
|
|
2963
2951
|
Retrieves the list of instances (also called <i>nodes</i> interchangeably) in a
|
|
@@ -2968,7 +2956,7 @@ class SageMakerClient(BaseClient):
|
|
|
2968
2956
|
"""
|
|
2969
2957
|
|
|
2970
2958
|
def list_cluster_scheduler_configs(
|
|
2971
|
-
self, **kwargs: Unpack[
|
|
2959
|
+
self, **kwargs: Unpack[ListClusterSchedulerConfigsRequestTypeDef]
|
|
2972
2960
|
) -> ListClusterSchedulerConfigsResponseTypeDef:
|
|
2973
2961
|
"""
|
|
2974
2962
|
List the cluster policy configurations.
|
|
@@ -2978,7 +2966,7 @@ class SageMakerClient(BaseClient):
|
|
|
2978
2966
|
"""
|
|
2979
2967
|
|
|
2980
2968
|
def list_clusters(
|
|
2981
|
-
self, **kwargs: Unpack[
|
|
2969
|
+
self, **kwargs: Unpack[ListClustersRequestTypeDef]
|
|
2982
2970
|
) -> ListClustersResponseTypeDef:
|
|
2983
2971
|
"""
|
|
2984
2972
|
Retrieves the list of SageMaker HyperPod clusters.
|
|
@@ -2988,7 +2976,7 @@ class SageMakerClient(BaseClient):
|
|
|
2988
2976
|
"""
|
|
2989
2977
|
|
|
2990
2978
|
def list_code_repositories(
|
|
2991
|
-
self, **kwargs: Unpack[
|
|
2979
|
+
self, **kwargs: Unpack[ListCodeRepositoriesInputTypeDef]
|
|
2992
2980
|
) -> ListCodeRepositoriesOutputTypeDef:
|
|
2993
2981
|
"""
|
|
2994
2982
|
Gets a list of the Git repositories in your account.
|
|
@@ -2998,7 +2986,7 @@ class SageMakerClient(BaseClient):
|
|
|
2998
2986
|
"""
|
|
2999
2987
|
|
|
3000
2988
|
def list_compilation_jobs(
|
|
3001
|
-
self, **kwargs: Unpack[
|
|
2989
|
+
self, **kwargs: Unpack[ListCompilationJobsRequestTypeDef]
|
|
3002
2990
|
) -> ListCompilationJobsResponseTypeDef:
|
|
3003
2991
|
"""
|
|
3004
2992
|
Lists model compilation jobs that satisfy various filters.
|
|
@@ -3008,7 +2996,7 @@ class SageMakerClient(BaseClient):
|
|
|
3008
2996
|
"""
|
|
3009
2997
|
|
|
3010
2998
|
def list_compute_quotas(
|
|
3011
|
-
self, **kwargs: Unpack[
|
|
2999
|
+
self, **kwargs: Unpack[ListComputeQuotasRequestTypeDef]
|
|
3012
3000
|
) -> ListComputeQuotasResponseTypeDef:
|
|
3013
3001
|
"""
|
|
3014
3002
|
List the resource allocation definitions.
|
|
@@ -3018,7 +3006,7 @@ class SageMakerClient(BaseClient):
|
|
|
3018
3006
|
"""
|
|
3019
3007
|
|
|
3020
3008
|
def list_contexts(
|
|
3021
|
-
self, **kwargs: Unpack[
|
|
3009
|
+
self, **kwargs: Unpack[ListContextsRequestTypeDef]
|
|
3022
3010
|
) -> ListContextsResponseTypeDef:
|
|
3023
3011
|
"""
|
|
3024
3012
|
Lists the contexts in your account and their properties.
|
|
@@ -3028,7 +3016,7 @@ class SageMakerClient(BaseClient):
|
|
|
3028
3016
|
"""
|
|
3029
3017
|
|
|
3030
3018
|
def list_data_quality_job_definitions(
|
|
3031
|
-
self, **kwargs: Unpack[
|
|
3019
|
+
self, **kwargs: Unpack[ListDataQualityJobDefinitionsRequestTypeDef]
|
|
3032
3020
|
) -> ListDataQualityJobDefinitionsResponseTypeDef:
|
|
3033
3021
|
"""
|
|
3034
3022
|
Lists the data quality job definitions in your account.
|
|
@@ -3038,7 +3026,7 @@ class SageMakerClient(BaseClient):
|
|
|
3038
3026
|
"""
|
|
3039
3027
|
|
|
3040
3028
|
def list_device_fleets(
|
|
3041
|
-
self, **kwargs: Unpack[
|
|
3029
|
+
self, **kwargs: Unpack[ListDeviceFleetsRequestTypeDef]
|
|
3042
3030
|
) -> ListDeviceFleetsResponseTypeDef:
|
|
3043
3031
|
"""
|
|
3044
3032
|
Returns a list of devices in the fleet.
|
|
@@ -3048,7 +3036,7 @@ class SageMakerClient(BaseClient):
|
|
|
3048
3036
|
"""
|
|
3049
3037
|
|
|
3050
3038
|
def list_devices(
|
|
3051
|
-
self, **kwargs: Unpack[
|
|
3039
|
+
self, **kwargs: Unpack[ListDevicesRequestTypeDef]
|
|
3052
3040
|
) -> ListDevicesResponseTypeDef:
|
|
3053
3041
|
"""
|
|
3054
3042
|
A list of devices.
|
|
@@ -3058,7 +3046,7 @@ class SageMakerClient(BaseClient):
|
|
|
3058
3046
|
"""
|
|
3059
3047
|
|
|
3060
3048
|
def list_domains(
|
|
3061
|
-
self, **kwargs: Unpack[
|
|
3049
|
+
self, **kwargs: Unpack[ListDomainsRequestTypeDef]
|
|
3062
3050
|
) -> ListDomainsResponseTypeDef:
|
|
3063
3051
|
"""
|
|
3064
3052
|
Lists the domains.
|
|
@@ -3068,7 +3056,7 @@ class SageMakerClient(BaseClient):
|
|
|
3068
3056
|
"""
|
|
3069
3057
|
|
|
3070
3058
|
def list_edge_deployment_plans(
|
|
3071
|
-
self, **kwargs: Unpack[
|
|
3059
|
+
self, **kwargs: Unpack[ListEdgeDeploymentPlansRequestTypeDef]
|
|
3072
3060
|
) -> ListEdgeDeploymentPlansResponseTypeDef:
|
|
3073
3061
|
"""
|
|
3074
3062
|
Lists all edge deployment plans.
|
|
@@ -3078,7 +3066,7 @@ class SageMakerClient(BaseClient):
|
|
|
3078
3066
|
"""
|
|
3079
3067
|
|
|
3080
3068
|
def list_edge_packaging_jobs(
|
|
3081
|
-
self, **kwargs: Unpack[
|
|
3069
|
+
self, **kwargs: Unpack[ListEdgePackagingJobsRequestTypeDef]
|
|
3082
3070
|
) -> ListEdgePackagingJobsResponseTypeDef:
|
|
3083
3071
|
"""
|
|
3084
3072
|
Returns a list of edge packaging jobs.
|
|
@@ -3088,7 +3076,7 @@ class SageMakerClient(BaseClient):
|
|
|
3088
3076
|
"""
|
|
3089
3077
|
|
|
3090
3078
|
def list_endpoint_configs(
|
|
3091
|
-
self, **kwargs: Unpack[
|
|
3079
|
+
self, **kwargs: Unpack[ListEndpointConfigsInputTypeDef]
|
|
3092
3080
|
) -> ListEndpointConfigsOutputTypeDef:
|
|
3093
3081
|
"""
|
|
3094
3082
|
Lists endpoint configurations.
|
|
@@ -3098,7 +3086,7 @@ class SageMakerClient(BaseClient):
|
|
|
3098
3086
|
"""
|
|
3099
3087
|
|
|
3100
3088
|
def list_endpoints(
|
|
3101
|
-
self, **kwargs: Unpack[
|
|
3089
|
+
self, **kwargs: Unpack[ListEndpointsInputTypeDef]
|
|
3102
3090
|
) -> ListEndpointsOutputTypeDef:
|
|
3103
3091
|
"""
|
|
3104
3092
|
Lists endpoints.
|
|
@@ -3108,7 +3096,7 @@ class SageMakerClient(BaseClient):
|
|
|
3108
3096
|
"""
|
|
3109
3097
|
|
|
3110
3098
|
def list_experiments(
|
|
3111
|
-
self, **kwargs: Unpack[
|
|
3099
|
+
self, **kwargs: Unpack[ListExperimentsRequestTypeDef]
|
|
3112
3100
|
) -> ListExperimentsResponseTypeDef:
|
|
3113
3101
|
"""
|
|
3114
3102
|
Lists all the experiments in your account.
|
|
@@ -3118,7 +3106,7 @@ class SageMakerClient(BaseClient):
|
|
|
3118
3106
|
"""
|
|
3119
3107
|
|
|
3120
3108
|
def list_feature_groups(
|
|
3121
|
-
self, **kwargs: Unpack[
|
|
3109
|
+
self, **kwargs: Unpack[ListFeatureGroupsRequestTypeDef]
|
|
3122
3110
|
) -> ListFeatureGroupsResponseTypeDef:
|
|
3123
3111
|
"""
|
|
3124
3112
|
List <code>FeatureGroup</code>s based on given filter and order.
|
|
@@ -3128,7 +3116,7 @@ class SageMakerClient(BaseClient):
|
|
|
3128
3116
|
"""
|
|
3129
3117
|
|
|
3130
3118
|
def list_flow_definitions(
|
|
3131
|
-
self, **kwargs: Unpack[
|
|
3119
|
+
self, **kwargs: Unpack[ListFlowDefinitionsRequestTypeDef]
|
|
3132
3120
|
) -> ListFlowDefinitionsResponseTypeDef:
|
|
3133
3121
|
"""
|
|
3134
3122
|
Returns information about the flow definitions in your account.
|
|
@@ -3138,7 +3126,7 @@ class SageMakerClient(BaseClient):
|
|
|
3138
3126
|
"""
|
|
3139
3127
|
|
|
3140
3128
|
def list_hub_content_versions(
|
|
3141
|
-
self, **kwargs: Unpack[
|
|
3129
|
+
self, **kwargs: Unpack[ListHubContentVersionsRequestTypeDef]
|
|
3142
3130
|
) -> ListHubContentVersionsResponseTypeDef:
|
|
3143
3131
|
"""
|
|
3144
3132
|
List hub content versions.
|
|
@@ -3148,7 +3136,7 @@ class SageMakerClient(BaseClient):
|
|
|
3148
3136
|
"""
|
|
3149
3137
|
|
|
3150
3138
|
def list_hub_contents(
|
|
3151
|
-
self, **kwargs: Unpack[
|
|
3139
|
+
self, **kwargs: Unpack[ListHubContentsRequestTypeDef]
|
|
3152
3140
|
) -> ListHubContentsResponseTypeDef:
|
|
3153
3141
|
"""
|
|
3154
3142
|
List the contents of a hub.
|
|
@@ -3157,7 +3145,7 @@ class SageMakerClient(BaseClient):
|
|
|
3157
3145
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_hub_contents)
|
|
3158
3146
|
"""
|
|
3159
3147
|
|
|
3160
|
-
def list_hubs(self, **kwargs: Unpack[
|
|
3148
|
+
def list_hubs(self, **kwargs: Unpack[ListHubsRequestTypeDef]) -> ListHubsResponseTypeDef:
|
|
3161
3149
|
"""
|
|
3162
3150
|
List all existing hubs.
|
|
3163
3151
|
|
|
@@ -3166,7 +3154,7 @@ class SageMakerClient(BaseClient):
|
|
|
3166
3154
|
"""
|
|
3167
3155
|
|
|
3168
3156
|
def list_human_task_uis(
|
|
3169
|
-
self, **kwargs: Unpack[
|
|
3157
|
+
self, **kwargs: Unpack[ListHumanTaskUisRequestTypeDef]
|
|
3170
3158
|
) -> ListHumanTaskUisResponseTypeDef:
|
|
3171
3159
|
"""
|
|
3172
3160
|
Returns information about the human task user interfaces in your account.
|
|
@@ -3176,7 +3164,7 @@ class SageMakerClient(BaseClient):
|
|
|
3176
3164
|
"""
|
|
3177
3165
|
|
|
3178
3166
|
def list_hyper_parameter_tuning_jobs(
|
|
3179
|
-
self, **kwargs: Unpack[
|
|
3167
|
+
self, **kwargs: Unpack[ListHyperParameterTuningJobsRequestTypeDef]
|
|
3180
3168
|
) -> ListHyperParameterTuningJobsResponseTypeDef:
|
|
3181
3169
|
"""
|
|
3182
3170
|
Gets a list of <a
|
|
@@ -3188,7 +3176,7 @@ class SageMakerClient(BaseClient):
|
|
|
3188
3176
|
"""
|
|
3189
3177
|
|
|
3190
3178
|
def list_image_versions(
|
|
3191
|
-
self, **kwargs: Unpack[
|
|
3179
|
+
self, **kwargs: Unpack[ListImageVersionsRequestTypeDef]
|
|
3192
3180
|
) -> ListImageVersionsResponseTypeDef:
|
|
3193
3181
|
"""
|
|
3194
3182
|
Lists the versions of a specified image and their properties.
|
|
@@ -3197,9 +3185,7 @@ class SageMakerClient(BaseClient):
|
|
|
3197
3185
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_image_versions)
|
|
3198
3186
|
"""
|
|
3199
3187
|
|
|
3200
|
-
def list_images(
|
|
3201
|
-
self, **kwargs: Unpack[ListImagesRequestRequestTypeDef]
|
|
3202
|
-
) -> ListImagesResponseTypeDef:
|
|
3188
|
+
def list_images(self, **kwargs: Unpack[ListImagesRequestTypeDef]) -> ListImagesResponseTypeDef:
|
|
3203
3189
|
"""
|
|
3204
3190
|
Lists the images in your account and their properties.
|
|
3205
3191
|
|
|
@@ -3208,7 +3194,7 @@ class SageMakerClient(BaseClient):
|
|
|
3208
3194
|
"""
|
|
3209
3195
|
|
|
3210
3196
|
def list_inference_components(
|
|
3211
|
-
self, **kwargs: Unpack[
|
|
3197
|
+
self, **kwargs: Unpack[ListInferenceComponentsInputTypeDef]
|
|
3212
3198
|
) -> ListInferenceComponentsOutputTypeDef:
|
|
3213
3199
|
"""
|
|
3214
3200
|
Lists the inference components in your account and their properties.
|
|
@@ -3218,7 +3204,7 @@ class SageMakerClient(BaseClient):
|
|
|
3218
3204
|
"""
|
|
3219
3205
|
|
|
3220
3206
|
def list_inference_experiments(
|
|
3221
|
-
self, **kwargs: Unpack[
|
|
3207
|
+
self, **kwargs: Unpack[ListInferenceExperimentsRequestTypeDef]
|
|
3222
3208
|
) -> ListInferenceExperimentsResponseTypeDef:
|
|
3223
3209
|
"""
|
|
3224
3210
|
Returns the list of all inference experiments.
|
|
@@ -3228,7 +3214,7 @@ class SageMakerClient(BaseClient):
|
|
|
3228
3214
|
"""
|
|
3229
3215
|
|
|
3230
3216
|
def list_inference_recommendations_job_steps(
|
|
3231
|
-
self, **kwargs: Unpack[
|
|
3217
|
+
self, **kwargs: Unpack[ListInferenceRecommendationsJobStepsRequestTypeDef]
|
|
3232
3218
|
) -> ListInferenceRecommendationsJobStepsResponseTypeDef:
|
|
3233
3219
|
"""
|
|
3234
3220
|
Returns a list of the subtasks for an Inference Recommender job.
|
|
@@ -3238,7 +3224,7 @@ class SageMakerClient(BaseClient):
|
|
|
3238
3224
|
"""
|
|
3239
3225
|
|
|
3240
3226
|
def list_inference_recommendations_jobs(
|
|
3241
|
-
self, **kwargs: Unpack[
|
|
3227
|
+
self, **kwargs: Unpack[ListInferenceRecommendationsJobsRequestTypeDef]
|
|
3242
3228
|
) -> ListInferenceRecommendationsJobsResponseTypeDef:
|
|
3243
3229
|
"""
|
|
3244
3230
|
Lists recommendation jobs that satisfy various filters.
|
|
@@ -3248,7 +3234,7 @@ class SageMakerClient(BaseClient):
|
|
|
3248
3234
|
"""
|
|
3249
3235
|
|
|
3250
3236
|
def list_labeling_jobs(
|
|
3251
|
-
self, **kwargs: Unpack[
|
|
3237
|
+
self, **kwargs: Unpack[ListLabelingJobsRequestTypeDef]
|
|
3252
3238
|
) -> ListLabelingJobsResponseTypeDef:
|
|
3253
3239
|
"""
|
|
3254
3240
|
Gets a list of labeling jobs.
|
|
@@ -3258,7 +3244,7 @@ class SageMakerClient(BaseClient):
|
|
|
3258
3244
|
"""
|
|
3259
3245
|
|
|
3260
3246
|
def list_labeling_jobs_for_workteam(
|
|
3261
|
-
self, **kwargs: Unpack[
|
|
3247
|
+
self, **kwargs: Unpack[ListLabelingJobsForWorkteamRequestTypeDef]
|
|
3262
3248
|
) -> ListLabelingJobsForWorkteamResponseTypeDef:
|
|
3263
3249
|
"""
|
|
3264
3250
|
Gets a list of labeling jobs assigned to a specified work team.
|
|
@@ -3268,7 +3254,7 @@ class SageMakerClient(BaseClient):
|
|
|
3268
3254
|
"""
|
|
3269
3255
|
|
|
3270
3256
|
def list_lineage_groups(
|
|
3271
|
-
self, **kwargs: Unpack[
|
|
3257
|
+
self, **kwargs: Unpack[ListLineageGroupsRequestTypeDef]
|
|
3272
3258
|
) -> ListLineageGroupsResponseTypeDef:
|
|
3273
3259
|
"""
|
|
3274
3260
|
A list of lineage groups shared with your Amazon Web Services account.
|
|
@@ -3278,7 +3264,7 @@ class SageMakerClient(BaseClient):
|
|
|
3278
3264
|
"""
|
|
3279
3265
|
|
|
3280
3266
|
def list_mlflow_tracking_servers(
|
|
3281
|
-
self, **kwargs: Unpack[
|
|
3267
|
+
self, **kwargs: Unpack[ListMlflowTrackingServersRequestTypeDef]
|
|
3282
3268
|
) -> ListMlflowTrackingServersResponseTypeDef:
|
|
3283
3269
|
"""
|
|
3284
3270
|
Lists all MLflow Tracking Servers.
|
|
@@ -3288,7 +3274,7 @@ class SageMakerClient(BaseClient):
|
|
|
3288
3274
|
"""
|
|
3289
3275
|
|
|
3290
3276
|
def list_model_bias_job_definitions(
|
|
3291
|
-
self, **kwargs: Unpack[
|
|
3277
|
+
self, **kwargs: Unpack[ListModelBiasJobDefinitionsRequestTypeDef]
|
|
3292
3278
|
) -> ListModelBiasJobDefinitionsResponseTypeDef:
|
|
3293
3279
|
"""
|
|
3294
3280
|
Lists model bias jobs definitions that satisfy various filters.
|
|
@@ -3298,7 +3284,7 @@ class SageMakerClient(BaseClient):
|
|
|
3298
3284
|
"""
|
|
3299
3285
|
|
|
3300
3286
|
def list_model_card_export_jobs(
|
|
3301
|
-
self, **kwargs: Unpack[
|
|
3287
|
+
self, **kwargs: Unpack[ListModelCardExportJobsRequestTypeDef]
|
|
3302
3288
|
) -> ListModelCardExportJobsResponseTypeDef:
|
|
3303
3289
|
"""
|
|
3304
3290
|
List the export jobs for the Amazon SageMaker Model Card.
|
|
@@ -3308,7 +3294,7 @@ class SageMakerClient(BaseClient):
|
|
|
3308
3294
|
"""
|
|
3309
3295
|
|
|
3310
3296
|
def list_model_card_versions(
|
|
3311
|
-
self, **kwargs: Unpack[
|
|
3297
|
+
self, **kwargs: Unpack[ListModelCardVersionsRequestTypeDef]
|
|
3312
3298
|
) -> ListModelCardVersionsResponseTypeDef:
|
|
3313
3299
|
"""
|
|
3314
3300
|
List existing versions of an Amazon SageMaker Model Card.
|
|
@@ -3318,7 +3304,7 @@ class SageMakerClient(BaseClient):
|
|
|
3318
3304
|
"""
|
|
3319
3305
|
|
|
3320
3306
|
def list_model_cards(
|
|
3321
|
-
self, **kwargs: Unpack[
|
|
3307
|
+
self, **kwargs: Unpack[ListModelCardsRequestTypeDef]
|
|
3322
3308
|
) -> ListModelCardsResponseTypeDef:
|
|
3323
3309
|
"""
|
|
3324
3310
|
List existing model cards.
|
|
@@ -3328,7 +3314,7 @@ class SageMakerClient(BaseClient):
|
|
|
3328
3314
|
"""
|
|
3329
3315
|
|
|
3330
3316
|
def list_model_explainability_job_definitions(
|
|
3331
|
-
self, **kwargs: Unpack[
|
|
3317
|
+
self, **kwargs: Unpack[ListModelExplainabilityJobDefinitionsRequestTypeDef]
|
|
3332
3318
|
) -> ListModelExplainabilityJobDefinitionsResponseTypeDef:
|
|
3333
3319
|
"""
|
|
3334
3320
|
Lists model explainability job definitions that satisfy various filters.
|
|
@@ -3338,7 +3324,7 @@ class SageMakerClient(BaseClient):
|
|
|
3338
3324
|
"""
|
|
3339
3325
|
|
|
3340
3326
|
def list_model_metadata(
|
|
3341
|
-
self, **kwargs: Unpack[
|
|
3327
|
+
self, **kwargs: Unpack[ListModelMetadataRequestTypeDef]
|
|
3342
3328
|
) -> ListModelMetadataResponseTypeDef:
|
|
3343
3329
|
"""
|
|
3344
3330
|
Lists the domain, framework, task, and model name of standard machine learning
|
|
@@ -3349,7 +3335,7 @@ class SageMakerClient(BaseClient):
|
|
|
3349
3335
|
"""
|
|
3350
3336
|
|
|
3351
3337
|
def list_model_package_groups(
|
|
3352
|
-
self, **kwargs: Unpack[
|
|
3338
|
+
self, **kwargs: Unpack[ListModelPackageGroupsInputTypeDef]
|
|
3353
3339
|
) -> ListModelPackageGroupsOutputTypeDef:
|
|
3354
3340
|
"""
|
|
3355
3341
|
Gets a list of the model groups in your Amazon Web Services account.
|
|
@@ -3359,7 +3345,7 @@ class SageMakerClient(BaseClient):
|
|
|
3359
3345
|
"""
|
|
3360
3346
|
|
|
3361
3347
|
def list_model_packages(
|
|
3362
|
-
self, **kwargs: Unpack[
|
|
3348
|
+
self, **kwargs: Unpack[ListModelPackagesInputTypeDef]
|
|
3363
3349
|
) -> ListModelPackagesOutputTypeDef:
|
|
3364
3350
|
"""
|
|
3365
3351
|
Lists the model packages that have been created.
|
|
@@ -3369,7 +3355,7 @@ class SageMakerClient(BaseClient):
|
|
|
3369
3355
|
"""
|
|
3370
3356
|
|
|
3371
3357
|
def list_model_quality_job_definitions(
|
|
3372
|
-
self, **kwargs: Unpack[
|
|
3358
|
+
self, **kwargs: Unpack[ListModelQualityJobDefinitionsRequestTypeDef]
|
|
3373
3359
|
) -> ListModelQualityJobDefinitionsResponseTypeDef:
|
|
3374
3360
|
"""
|
|
3375
3361
|
Gets a list of model quality monitoring job definitions in your account.
|
|
@@ -3378,9 +3364,7 @@ class SageMakerClient(BaseClient):
|
|
|
3378
3364
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_model_quality_job_definitions)
|
|
3379
3365
|
"""
|
|
3380
3366
|
|
|
3381
|
-
def list_models(
|
|
3382
|
-
self, **kwargs: Unpack[ListModelsInputRequestTypeDef]
|
|
3383
|
-
) -> ListModelsOutputTypeDef:
|
|
3367
|
+
def list_models(self, **kwargs: Unpack[ListModelsInputTypeDef]) -> ListModelsOutputTypeDef:
|
|
3384
3368
|
"""
|
|
3385
3369
|
Lists models created with the <code>CreateModel</code> API.
|
|
3386
3370
|
|
|
@@ -3389,7 +3373,7 @@ class SageMakerClient(BaseClient):
|
|
|
3389
3373
|
"""
|
|
3390
3374
|
|
|
3391
3375
|
def list_monitoring_alert_history(
|
|
3392
|
-
self, **kwargs: Unpack[
|
|
3376
|
+
self, **kwargs: Unpack[ListMonitoringAlertHistoryRequestTypeDef]
|
|
3393
3377
|
) -> ListMonitoringAlertHistoryResponseTypeDef:
|
|
3394
3378
|
"""
|
|
3395
3379
|
Gets a list of past alerts in a model monitoring schedule.
|
|
@@ -3399,7 +3383,7 @@ class SageMakerClient(BaseClient):
|
|
|
3399
3383
|
"""
|
|
3400
3384
|
|
|
3401
3385
|
def list_monitoring_alerts(
|
|
3402
|
-
self, **kwargs: Unpack[
|
|
3386
|
+
self, **kwargs: Unpack[ListMonitoringAlertsRequestTypeDef]
|
|
3403
3387
|
) -> ListMonitoringAlertsResponseTypeDef:
|
|
3404
3388
|
"""
|
|
3405
3389
|
Gets the alerts for a single monitoring schedule.
|
|
@@ -3409,7 +3393,7 @@ class SageMakerClient(BaseClient):
|
|
|
3409
3393
|
"""
|
|
3410
3394
|
|
|
3411
3395
|
def list_monitoring_executions(
|
|
3412
|
-
self, **kwargs: Unpack[
|
|
3396
|
+
self, **kwargs: Unpack[ListMonitoringExecutionsRequestTypeDef]
|
|
3413
3397
|
) -> ListMonitoringExecutionsResponseTypeDef:
|
|
3414
3398
|
"""
|
|
3415
3399
|
Returns list of all monitoring job executions.
|
|
@@ -3419,7 +3403,7 @@ class SageMakerClient(BaseClient):
|
|
|
3419
3403
|
"""
|
|
3420
3404
|
|
|
3421
3405
|
def list_monitoring_schedules(
|
|
3422
|
-
self, **kwargs: Unpack[
|
|
3406
|
+
self, **kwargs: Unpack[ListMonitoringSchedulesRequestTypeDef]
|
|
3423
3407
|
) -> ListMonitoringSchedulesResponseTypeDef:
|
|
3424
3408
|
"""
|
|
3425
3409
|
Returns list of all monitoring schedules.
|
|
@@ -3429,7 +3413,7 @@ class SageMakerClient(BaseClient):
|
|
|
3429
3413
|
"""
|
|
3430
3414
|
|
|
3431
3415
|
def list_notebook_instance_lifecycle_configs(
|
|
3432
|
-
self, **kwargs: Unpack[
|
|
3416
|
+
self, **kwargs: Unpack[ListNotebookInstanceLifecycleConfigsInputTypeDef]
|
|
3433
3417
|
) -> ListNotebookInstanceLifecycleConfigsOutputTypeDef:
|
|
3434
3418
|
"""
|
|
3435
3419
|
Lists notebook instance lifestyle configurations created with the <a
|
|
@@ -3441,7 +3425,7 @@ class SageMakerClient(BaseClient):
|
|
|
3441
3425
|
"""
|
|
3442
3426
|
|
|
3443
3427
|
def list_notebook_instances(
|
|
3444
|
-
self, **kwargs: Unpack[
|
|
3428
|
+
self, **kwargs: Unpack[ListNotebookInstancesInputTypeDef]
|
|
3445
3429
|
) -> ListNotebookInstancesOutputTypeDef:
|
|
3446
3430
|
"""
|
|
3447
3431
|
Returns a list of the SageMaker AI notebook instances in the requester's
|
|
@@ -3452,7 +3436,7 @@ class SageMakerClient(BaseClient):
|
|
|
3452
3436
|
"""
|
|
3453
3437
|
|
|
3454
3438
|
def list_optimization_jobs(
|
|
3455
|
-
self, **kwargs: Unpack[
|
|
3439
|
+
self, **kwargs: Unpack[ListOptimizationJobsRequestTypeDef]
|
|
3456
3440
|
) -> ListOptimizationJobsResponseTypeDef:
|
|
3457
3441
|
"""
|
|
3458
3442
|
Lists the optimization jobs in your account and their properties.
|
|
@@ -3462,7 +3446,7 @@ class SageMakerClient(BaseClient):
|
|
|
3462
3446
|
"""
|
|
3463
3447
|
|
|
3464
3448
|
def list_partner_apps(
|
|
3465
|
-
self, **kwargs: Unpack[
|
|
3449
|
+
self, **kwargs: Unpack[ListPartnerAppsRequestTypeDef]
|
|
3466
3450
|
) -> ListPartnerAppsResponseTypeDef:
|
|
3467
3451
|
"""
|
|
3468
3452
|
Lists all of the SageMaker Partner AI Apps in an account.
|
|
@@ -3472,7 +3456,7 @@ class SageMakerClient(BaseClient):
|
|
|
3472
3456
|
"""
|
|
3473
3457
|
|
|
3474
3458
|
def list_pipeline_execution_steps(
|
|
3475
|
-
self, **kwargs: Unpack[
|
|
3459
|
+
self, **kwargs: Unpack[ListPipelineExecutionStepsRequestTypeDef]
|
|
3476
3460
|
) -> ListPipelineExecutionStepsResponseTypeDef:
|
|
3477
3461
|
"""
|
|
3478
3462
|
Gets a list of <code>PipeLineExecutionStep</code> objects.
|
|
@@ -3482,7 +3466,7 @@ class SageMakerClient(BaseClient):
|
|
|
3482
3466
|
"""
|
|
3483
3467
|
|
|
3484
3468
|
def list_pipeline_executions(
|
|
3485
|
-
self, **kwargs: Unpack[
|
|
3469
|
+
self, **kwargs: Unpack[ListPipelineExecutionsRequestTypeDef]
|
|
3486
3470
|
) -> ListPipelineExecutionsResponseTypeDef:
|
|
3487
3471
|
"""
|
|
3488
3472
|
Gets a list of the pipeline executions.
|
|
@@ -3492,7 +3476,7 @@ class SageMakerClient(BaseClient):
|
|
|
3492
3476
|
"""
|
|
3493
3477
|
|
|
3494
3478
|
def list_pipeline_parameters_for_execution(
|
|
3495
|
-
self, **kwargs: Unpack[
|
|
3479
|
+
self, **kwargs: Unpack[ListPipelineParametersForExecutionRequestTypeDef]
|
|
3496
3480
|
) -> ListPipelineParametersForExecutionResponseTypeDef:
|
|
3497
3481
|
"""
|
|
3498
3482
|
Gets a list of parameters for a pipeline execution.
|
|
@@ -3502,7 +3486,7 @@ class SageMakerClient(BaseClient):
|
|
|
3502
3486
|
"""
|
|
3503
3487
|
|
|
3504
3488
|
def list_pipelines(
|
|
3505
|
-
self, **kwargs: Unpack[
|
|
3489
|
+
self, **kwargs: Unpack[ListPipelinesRequestTypeDef]
|
|
3506
3490
|
) -> ListPipelinesResponseTypeDef:
|
|
3507
3491
|
"""
|
|
3508
3492
|
Gets a list of pipelines.
|
|
@@ -3512,7 +3496,7 @@ class SageMakerClient(BaseClient):
|
|
|
3512
3496
|
"""
|
|
3513
3497
|
|
|
3514
3498
|
def list_processing_jobs(
|
|
3515
|
-
self, **kwargs: Unpack[
|
|
3499
|
+
self, **kwargs: Unpack[ListProcessingJobsRequestTypeDef]
|
|
3516
3500
|
) -> ListProcessingJobsResponseTypeDef:
|
|
3517
3501
|
"""
|
|
3518
3502
|
Lists processing jobs that satisfy various filters.
|
|
@@ -3522,7 +3506,7 @@ class SageMakerClient(BaseClient):
|
|
|
3522
3506
|
"""
|
|
3523
3507
|
|
|
3524
3508
|
def list_projects(
|
|
3525
|
-
self, **kwargs: Unpack[
|
|
3509
|
+
self, **kwargs: Unpack[ListProjectsInputTypeDef]
|
|
3526
3510
|
) -> ListProjectsOutputTypeDef:
|
|
3527
3511
|
"""
|
|
3528
3512
|
Gets a list of the projects in an Amazon Web Services account.
|
|
@@ -3532,7 +3516,7 @@ class SageMakerClient(BaseClient):
|
|
|
3532
3516
|
"""
|
|
3533
3517
|
|
|
3534
3518
|
def list_resource_catalogs(
|
|
3535
|
-
self, **kwargs: Unpack[
|
|
3519
|
+
self, **kwargs: Unpack[ListResourceCatalogsRequestTypeDef]
|
|
3536
3520
|
) -> ListResourceCatalogsResponseTypeDef:
|
|
3537
3521
|
"""
|
|
3538
3522
|
Lists Amazon SageMaker Catalogs based on given filters and orders.
|
|
@@ -3541,9 +3525,7 @@ class SageMakerClient(BaseClient):
|
|
|
3541
3525
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_resource_catalogs)
|
|
3542
3526
|
"""
|
|
3543
3527
|
|
|
3544
|
-
def list_spaces(
|
|
3545
|
-
self, **kwargs: Unpack[ListSpacesRequestRequestTypeDef]
|
|
3546
|
-
) -> ListSpacesResponseTypeDef:
|
|
3528
|
+
def list_spaces(self, **kwargs: Unpack[ListSpacesRequestTypeDef]) -> ListSpacesResponseTypeDef:
|
|
3547
3529
|
"""
|
|
3548
3530
|
Lists spaces.
|
|
3549
3531
|
|
|
@@ -3552,7 +3534,7 @@ class SageMakerClient(BaseClient):
|
|
|
3552
3534
|
"""
|
|
3553
3535
|
|
|
3554
3536
|
def list_stage_devices(
|
|
3555
|
-
self, **kwargs: Unpack[
|
|
3537
|
+
self, **kwargs: Unpack[ListStageDevicesRequestTypeDef]
|
|
3556
3538
|
) -> ListStageDevicesResponseTypeDef:
|
|
3557
3539
|
"""
|
|
3558
3540
|
Lists devices allocated to the stage, containing detailed device information
|
|
@@ -3563,7 +3545,7 @@ class SageMakerClient(BaseClient):
|
|
|
3563
3545
|
"""
|
|
3564
3546
|
|
|
3565
3547
|
def list_studio_lifecycle_configs(
|
|
3566
|
-
self, **kwargs: Unpack[
|
|
3548
|
+
self, **kwargs: Unpack[ListStudioLifecycleConfigsRequestTypeDef]
|
|
3567
3549
|
) -> ListStudioLifecycleConfigsResponseTypeDef:
|
|
3568
3550
|
"""
|
|
3569
3551
|
Lists the Amazon SageMaker AI Studio Lifecycle Configurations in your Amazon
|
|
@@ -3574,7 +3556,7 @@ class SageMakerClient(BaseClient):
|
|
|
3574
3556
|
"""
|
|
3575
3557
|
|
|
3576
3558
|
def list_subscribed_workteams(
|
|
3577
|
-
self, **kwargs: Unpack[
|
|
3559
|
+
self, **kwargs: Unpack[ListSubscribedWorkteamsRequestTypeDef]
|
|
3578
3560
|
) -> ListSubscribedWorkteamsResponseTypeDef:
|
|
3579
3561
|
"""
|
|
3580
3562
|
Gets a list of the work teams that you are subscribed to in the Amazon Web
|
|
@@ -3584,7 +3566,7 @@ class SageMakerClient(BaseClient):
|
|
|
3584
3566
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_subscribed_workteams)
|
|
3585
3567
|
"""
|
|
3586
3568
|
|
|
3587
|
-
def list_tags(self, **kwargs: Unpack[
|
|
3569
|
+
def list_tags(self, **kwargs: Unpack[ListTagsInputTypeDef]) -> ListTagsOutputTypeDef:
|
|
3588
3570
|
"""
|
|
3589
3571
|
Returns the tags for the specified SageMaker resource.
|
|
3590
3572
|
|
|
@@ -3593,7 +3575,7 @@ class SageMakerClient(BaseClient):
|
|
|
3593
3575
|
"""
|
|
3594
3576
|
|
|
3595
3577
|
def list_training_jobs(
|
|
3596
|
-
self, **kwargs: Unpack[
|
|
3578
|
+
self, **kwargs: Unpack[ListTrainingJobsRequestTypeDef]
|
|
3597
3579
|
) -> ListTrainingJobsResponseTypeDef:
|
|
3598
3580
|
"""
|
|
3599
3581
|
Lists training jobs.
|
|
@@ -3603,7 +3585,7 @@ class SageMakerClient(BaseClient):
|
|
|
3603
3585
|
"""
|
|
3604
3586
|
|
|
3605
3587
|
def list_training_jobs_for_hyper_parameter_tuning_job(
|
|
3606
|
-
self, **kwargs: Unpack[
|
|
3588
|
+
self, **kwargs: Unpack[ListTrainingJobsForHyperParameterTuningJobRequestTypeDef]
|
|
3607
3589
|
) -> ListTrainingJobsForHyperParameterTuningJobResponseTypeDef:
|
|
3608
3590
|
"""
|
|
3609
3591
|
Gets a list of <a
|
|
@@ -3616,7 +3598,7 @@ class SageMakerClient(BaseClient):
|
|
|
3616
3598
|
"""
|
|
3617
3599
|
|
|
3618
3600
|
def list_training_plans(
|
|
3619
|
-
self, **kwargs: Unpack[
|
|
3601
|
+
self, **kwargs: Unpack[ListTrainingPlansRequestTypeDef]
|
|
3620
3602
|
) -> ListTrainingPlansResponseTypeDef:
|
|
3621
3603
|
"""
|
|
3622
3604
|
Retrieves a list of training plans for the current account.
|
|
@@ -3626,7 +3608,7 @@ class SageMakerClient(BaseClient):
|
|
|
3626
3608
|
"""
|
|
3627
3609
|
|
|
3628
3610
|
def list_transform_jobs(
|
|
3629
|
-
self, **kwargs: Unpack[
|
|
3611
|
+
self, **kwargs: Unpack[ListTransformJobsRequestTypeDef]
|
|
3630
3612
|
) -> ListTransformJobsResponseTypeDef:
|
|
3631
3613
|
"""
|
|
3632
3614
|
Lists transform jobs.
|
|
@@ -3636,7 +3618,7 @@ class SageMakerClient(BaseClient):
|
|
|
3636
3618
|
"""
|
|
3637
3619
|
|
|
3638
3620
|
def list_trial_components(
|
|
3639
|
-
self, **kwargs: Unpack[
|
|
3621
|
+
self, **kwargs: Unpack[ListTrialComponentsRequestTypeDef]
|
|
3640
3622
|
) -> ListTrialComponentsResponseTypeDef:
|
|
3641
3623
|
"""
|
|
3642
3624
|
Lists the trial components in your account.
|
|
@@ -3645,9 +3627,7 @@ class SageMakerClient(BaseClient):
|
|
|
3645
3627
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#list_trial_components)
|
|
3646
3628
|
"""
|
|
3647
3629
|
|
|
3648
|
-
def list_trials(
|
|
3649
|
-
self, **kwargs: Unpack[ListTrialsRequestRequestTypeDef]
|
|
3650
|
-
) -> ListTrialsResponseTypeDef:
|
|
3630
|
+
def list_trials(self, **kwargs: Unpack[ListTrialsRequestTypeDef]) -> ListTrialsResponseTypeDef:
|
|
3651
3631
|
"""
|
|
3652
3632
|
Lists the trials in your account.
|
|
3653
3633
|
|
|
@@ -3656,7 +3636,7 @@ class SageMakerClient(BaseClient):
|
|
|
3656
3636
|
"""
|
|
3657
3637
|
|
|
3658
3638
|
def list_user_profiles(
|
|
3659
|
-
self, **kwargs: Unpack[
|
|
3639
|
+
self, **kwargs: Unpack[ListUserProfilesRequestTypeDef]
|
|
3660
3640
|
) -> ListUserProfilesResponseTypeDef:
|
|
3661
3641
|
"""
|
|
3662
3642
|
Lists user profiles.
|
|
@@ -3666,7 +3646,7 @@ class SageMakerClient(BaseClient):
|
|
|
3666
3646
|
"""
|
|
3667
3647
|
|
|
3668
3648
|
def list_workforces(
|
|
3669
|
-
self, **kwargs: Unpack[
|
|
3649
|
+
self, **kwargs: Unpack[ListWorkforcesRequestTypeDef]
|
|
3670
3650
|
) -> ListWorkforcesResponseTypeDef:
|
|
3671
3651
|
"""
|
|
3672
3652
|
Use this operation to list all private and vendor workforces in an Amazon Web
|
|
@@ -3677,7 +3657,7 @@ class SageMakerClient(BaseClient):
|
|
|
3677
3657
|
"""
|
|
3678
3658
|
|
|
3679
3659
|
def list_workteams(
|
|
3680
|
-
self, **kwargs: Unpack[
|
|
3660
|
+
self, **kwargs: Unpack[ListWorkteamsRequestTypeDef]
|
|
3681
3661
|
) -> ListWorkteamsResponseTypeDef:
|
|
3682
3662
|
"""
|
|
3683
3663
|
Gets a list of private work teams that you have defined in a region.
|
|
@@ -3687,7 +3667,7 @@ class SageMakerClient(BaseClient):
|
|
|
3687
3667
|
"""
|
|
3688
3668
|
|
|
3689
3669
|
def put_model_package_group_policy(
|
|
3690
|
-
self, **kwargs: Unpack[
|
|
3670
|
+
self, **kwargs: Unpack[PutModelPackageGroupPolicyInputTypeDef]
|
|
3691
3671
|
) -> PutModelPackageGroupPolicyOutputTypeDef:
|
|
3692
3672
|
"""
|
|
3693
3673
|
Adds a resouce policy to control access to a model group.
|
|
@@ -3697,7 +3677,7 @@ class SageMakerClient(BaseClient):
|
|
|
3697
3677
|
"""
|
|
3698
3678
|
|
|
3699
3679
|
def query_lineage(
|
|
3700
|
-
self, **kwargs: Unpack[
|
|
3680
|
+
self, **kwargs: Unpack[QueryLineageRequestTypeDef]
|
|
3701
3681
|
) -> QueryLineageResponseTypeDef:
|
|
3702
3682
|
"""
|
|
3703
3683
|
Use this action to inspect your lineage and discover relationships between
|
|
@@ -3708,7 +3688,7 @@ class SageMakerClient(BaseClient):
|
|
|
3708
3688
|
"""
|
|
3709
3689
|
|
|
3710
3690
|
def register_devices(
|
|
3711
|
-
self, **kwargs: Unpack[
|
|
3691
|
+
self, **kwargs: Unpack[RegisterDevicesRequestTypeDef]
|
|
3712
3692
|
) -> EmptyResponseMetadataTypeDef:
|
|
3713
3693
|
"""
|
|
3714
3694
|
Register devices.
|
|
@@ -3718,7 +3698,7 @@ class SageMakerClient(BaseClient):
|
|
|
3718
3698
|
"""
|
|
3719
3699
|
|
|
3720
3700
|
def render_ui_template(
|
|
3721
|
-
self, **kwargs: Unpack[
|
|
3701
|
+
self, **kwargs: Unpack[RenderUiTemplateRequestTypeDef]
|
|
3722
3702
|
) -> RenderUiTemplateResponseTypeDef:
|
|
3723
3703
|
"""
|
|
3724
3704
|
Renders the UI template so that you can preview the worker's experience.
|
|
@@ -3728,7 +3708,7 @@ class SageMakerClient(BaseClient):
|
|
|
3728
3708
|
"""
|
|
3729
3709
|
|
|
3730
3710
|
def retry_pipeline_execution(
|
|
3731
|
-
self, **kwargs: Unpack[
|
|
3711
|
+
self, **kwargs: Unpack[RetryPipelineExecutionRequestTypeDef]
|
|
3732
3712
|
) -> RetryPipelineExecutionResponseTypeDef:
|
|
3733
3713
|
"""
|
|
3734
3714
|
Retry the execution of the pipeline.
|
|
@@ -3737,7 +3717,7 @@ class SageMakerClient(BaseClient):
|
|
|
3737
3717
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#retry_pipeline_execution)
|
|
3738
3718
|
"""
|
|
3739
3719
|
|
|
3740
|
-
def search(self, **kwargs: Unpack[
|
|
3720
|
+
def search(self, **kwargs: Unpack[SearchRequestTypeDef]) -> SearchResponseTypeDef:
|
|
3741
3721
|
"""
|
|
3742
3722
|
Finds SageMaker resources that match a search query.
|
|
3743
3723
|
|
|
@@ -3746,7 +3726,7 @@ class SageMakerClient(BaseClient):
|
|
|
3746
3726
|
"""
|
|
3747
3727
|
|
|
3748
3728
|
def search_training_plan_offerings(
|
|
3749
|
-
self, **kwargs: Unpack[
|
|
3729
|
+
self, **kwargs: Unpack[SearchTrainingPlanOfferingsRequestTypeDef]
|
|
3750
3730
|
) -> SearchTrainingPlanOfferingsResponseTypeDef:
|
|
3751
3731
|
"""
|
|
3752
3732
|
Searches for available training plan offerings based on specified criteria.
|
|
@@ -3756,7 +3736,7 @@ class SageMakerClient(BaseClient):
|
|
|
3756
3736
|
"""
|
|
3757
3737
|
|
|
3758
3738
|
def send_pipeline_execution_step_failure(
|
|
3759
|
-
self, **kwargs: Unpack[
|
|
3739
|
+
self, **kwargs: Unpack[SendPipelineExecutionStepFailureRequestTypeDef]
|
|
3760
3740
|
) -> SendPipelineExecutionStepFailureResponseTypeDef:
|
|
3761
3741
|
"""
|
|
3762
3742
|
Notifies the pipeline that the execution of a callback step failed, along with
|
|
@@ -3767,7 +3747,7 @@ class SageMakerClient(BaseClient):
|
|
|
3767
3747
|
"""
|
|
3768
3748
|
|
|
3769
3749
|
def send_pipeline_execution_step_success(
|
|
3770
|
-
self, **kwargs: Unpack[
|
|
3750
|
+
self, **kwargs: Unpack[SendPipelineExecutionStepSuccessRequestTypeDef]
|
|
3771
3751
|
) -> SendPipelineExecutionStepSuccessResponseTypeDef:
|
|
3772
3752
|
"""
|
|
3773
3753
|
Notifies the pipeline that the execution of a callback step succeeded and
|
|
@@ -3778,7 +3758,7 @@ class SageMakerClient(BaseClient):
|
|
|
3778
3758
|
"""
|
|
3779
3759
|
|
|
3780
3760
|
def start_edge_deployment_stage(
|
|
3781
|
-
self, **kwargs: Unpack[
|
|
3761
|
+
self, **kwargs: Unpack[StartEdgeDeploymentStageRequestTypeDef]
|
|
3782
3762
|
) -> EmptyResponseMetadataTypeDef:
|
|
3783
3763
|
"""
|
|
3784
3764
|
Starts a stage in an edge deployment plan.
|
|
@@ -3788,7 +3768,7 @@ class SageMakerClient(BaseClient):
|
|
|
3788
3768
|
"""
|
|
3789
3769
|
|
|
3790
3770
|
def start_inference_experiment(
|
|
3791
|
-
self, **kwargs: Unpack[
|
|
3771
|
+
self, **kwargs: Unpack[StartInferenceExperimentRequestTypeDef]
|
|
3792
3772
|
) -> StartInferenceExperimentResponseTypeDef:
|
|
3793
3773
|
"""
|
|
3794
3774
|
Starts an inference experiment.
|
|
@@ -3798,7 +3778,7 @@ class SageMakerClient(BaseClient):
|
|
|
3798
3778
|
"""
|
|
3799
3779
|
|
|
3800
3780
|
def start_mlflow_tracking_server(
|
|
3801
|
-
self, **kwargs: Unpack[
|
|
3781
|
+
self, **kwargs: Unpack[StartMlflowTrackingServerRequestTypeDef]
|
|
3802
3782
|
) -> StartMlflowTrackingServerResponseTypeDef:
|
|
3803
3783
|
"""
|
|
3804
3784
|
Programmatically start an MLflow Tracking Server.
|
|
@@ -3808,7 +3788,7 @@ class SageMakerClient(BaseClient):
|
|
|
3808
3788
|
"""
|
|
3809
3789
|
|
|
3810
3790
|
def start_monitoring_schedule(
|
|
3811
|
-
self, **kwargs: Unpack[
|
|
3791
|
+
self, **kwargs: Unpack[StartMonitoringScheduleRequestTypeDef]
|
|
3812
3792
|
) -> EmptyResponseMetadataTypeDef:
|
|
3813
3793
|
"""
|
|
3814
3794
|
Starts a previously stopped monitoring schedule.
|
|
@@ -3818,7 +3798,7 @@ class SageMakerClient(BaseClient):
|
|
|
3818
3798
|
"""
|
|
3819
3799
|
|
|
3820
3800
|
def start_notebook_instance(
|
|
3821
|
-
self, **kwargs: Unpack[
|
|
3801
|
+
self, **kwargs: Unpack[StartNotebookInstanceInputTypeDef]
|
|
3822
3802
|
) -> EmptyResponseMetadataTypeDef:
|
|
3823
3803
|
"""
|
|
3824
3804
|
Launches an ML compute instance with the latest version of the libraries and
|
|
@@ -3829,7 +3809,7 @@ class SageMakerClient(BaseClient):
|
|
|
3829
3809
|
"""
|
|
3830
3810
|
|
|
3831
3811
|
def start_pipeline_execution(
|
|
3832
|
-
self, **kwargs: Unpack[
|
|
3812
|
+
self, **kwargs: Unpack[StartPipelineExecutionRequestTypeDef]
|
|
3833
3813
|
) -> StartPipelineExecutionResponseTypeDef:
|
|
3834
3814
|
"""
|
|
3835
3815
|
Starts a pipeline execution.
|
|
@@ -3839,7 +3819,7 @@ class SageMakerClient(BaseClient):
|
|
|
3839
3819
|
"""
|
|
3840
3820
|
|
|
3841
3821
|
def stop_auto_ml_job(
|
|
3842
|
-
self, **kwargs: Unpack[
|
|
3822
|
+
self, **kwargs: Unpack[StopAutoMLJobRequestTypeDef]
|
|
3843
3823
|
) -> EmptyResponseMetadataTypeDef:
|
|
3844
3824
|
"""
|
|
3845
3825
|
A method for forcing a running job to shut down.
|
|
@@ -3849,7 +3829,7 @@ class SageMakerClient(BaseClient):
|
|
|
3849
3829
|
"""
|
|
3850
3830
|
|
|
3851
3831
|
def stop_compilation_job(
|
|
3852
|
-
self, **kwargs: Unpack[
|
|
3832
|
+
self, **kwargs: Unpack[StopCompilationJobRequestTypeDef]
|
|
3853
3833
|
) -> EmptyResponseMetadataTypeDef:
|
|
3854
3834
|
"""
|
|
3855
3835
|
Stops a model compilation job.
|
|
@@ -3859,7 +3839,7 @@ class SageMakerClient(BaseClient):
|
|
|
3859
3839
|
"""
|
|
3860
3840
|
|
|
3861
3841
|
def stop_edge_deployment_stage(
|
|
3862
|
-
self, **kwargs: Unpack[
|
|
3842
|
+
self, **kwargs: Unpack[StopEdgeDeploymentStageRequestTypeDef]
|
|
3863
3843
|
) -> EmptyResponseMetadataTypeDef:
|
|
3864
3844
|
"""
|
|
3865
3845
|
Stops a stage in an edge deployment plan.
|
|
@@ -3869,7 +3849,7 @@ class SageMakerClient(BaseClient):
|
|
|
3869
3849
|
"""
|
|
3870
3850
|
|
|
3871
3851
|
def stop_edge_packaging_job(
|
|
3872
|
-
self, **kwargs: Unpack[
|
|
3852
|
+
self, **kwargs: Unpack[StopEdgePackagingJobRequestTypeDef]
|
|
3873
3853
|
) -> EmptyResponseMetadataTypeDef:
|
|
3874
3854
|
"""
|
|
3875
3855
|
Request to stop an edge packaging job.
|
|
@@ -3879,7 +3859,7 @@ class SageMakerClient(BaseClient):
|
|
|
3879
3859
|
"""
|
|
3880
3860
|
|
|
3881
3861
|
def stop_hyper_parameter_tuning_job(
|
|
3882
|
-
self, **kwargs: Unpack[
|
|
3862
|
+
self, **kwargs: Unpack[StopHyperParameterTuningJobRequestTypeDef]
|
|
3883
3863
|
) -> EmptyResponseMetadataTypeDef:
|
|
3884
3864
|
"""
|
|
3885
3865
|
Stops a running hyperparameter tuning job and all running training jobs that
|
|
@@ -3890,7 +3870,7 @@ class SageMakerClient(BaseClient):
|
|
|
3890
3870
|
"""
|
|
3891
3871
|
|
|
3892
3872
|
def stop_inference_experiment(
|
|
3893
|
-
self, **kwargs: Unpack[
|
|
3873
|
+
self, **kwargs: Unpack[StopInferenceExperimentRequestTypeDef]
|
|
3894
3874
|
) -> StopInferenceExperimentResponseTypeDef:
|
|
3895
3875
|
"""
|
|
3896
3876
|
Stops an inference experiment.
|
|
@@ -3900,7 +3880,7 @@ class SageMakerClient(BaseClient):
|
|
|
3900
3880
|
"""
|
|
3901
3881
|
|
|
3902
3882
|
def stop_inference_recommendations_job(
|
|
3903
|
-
self, **kwargs: Unpack[
|
|
3883
|
+
self, **kwargs: Unpack[StopInferenceRecommendationsJobRequestTypeDef]
|
|
3904
3884
|
) -> EmptyResponseMetadataTypeDef:
|
|
3905
3885
|
"""
|
|
3906
3886
|
Stops an Inference Recommender job.
|
|
@@ -3910,7 +3890,7 @@ class SageMakerClient(BaseClient):
|
|
|
3910
3890
|
"""
|
|
3911
3891
|
|
|
3912
3892
|
def stop_labeling_job(
|
|
3913
|
-
self, **kwargs: Unpack[
|
|
3893
|
+
self, **kwargs: Unpack[StopLabelingJobRequestTypeDef]
|
|
3914
3894
|
) -> EmptyResponseMetadataTypeDef:
|
|
3915
3895
|
"""
|
|
3916
3896
|
Stops a running labeling job.
|
|
@@ -3920,7 +3900,7 @@ class SageMakerClient(BaseClient):
|
|
|
3920
3900
|
"""
|
|
3921
3901
|
|
|
3922
3902
|
def stop_mlflow_tracking_server(
|
|
3923
|
-
self, **kwargs: Unpack[
|
|
3903
|
+
self, **kwargs: Unpack[StopMlflowTrackingServerRequestTypeDef]
|
|
3924
3904
|
) -> StopMlflowTrackingServerResponseTypeDef:
|
|
3925
3905
|
"""
|
|
3926
3906
|
Programmatically stop an MLflow Tracking Server.
|
|
@@ -3930,7 +3910,7 @@ class SageMakerClient(BaseClient):
|
|
|
3930
3910
|
"""
|
|
3931
3911
|
|
|
3932
3912
|
def stop_monitoring_schedule(
|
|
3933
|
-
self, **kwargs: Unpack[
|
|
3913
|
+
self, **kwargs: Unpack[StopMonitoringScheduleRequestTypeDef]
|
|
3934
3914
|
) -> EmptyResponseMetadataTypeDef:
|
|
3935
3915
|
"""
|
|
3936
3916
|
Stops a previously started monitoring schedule.
|
|
@@ -3940,7 +3920,7 @@ class SageMakerClient(BaseClient):
|
|
|
3940
3920
|
"""
|
|
3941
3921
|
|
|
3942
3922
|
def stop_notebook_instance(
|
|
3943
|
-
self, **kwargs: Unpack[
|
|
3923
|
+
self, **kwargs: Unpack[StopNotebookInstanceInputTypeDef]
|
|
3944
3924
|
) -> EmptyResponseMetadataTypeDef:
|
|
3945
3925
|
"""
|
|
3946
3926
|
Terminates the ML compute instance.
|
|
@@ -3950,7 +3930,7 @@ class SageMakerClient(BaseClient):
|
|
|
3950
3930
|
"""
|
|
3951
3931
|
|
|
3952
3932
|
def stop_optimization_job(
|
|
3953
|
-
self, **kwargs: Unpack[
|
|
3933
|
+
self, **kwargs: Unpack[StopOptimizationJobRequestTypeDef]
|
|
3954
3934
|
) -> EmptyResponseMetadataTypeDef:
|
|
3955
3935
|
"""
|
|
3956
3936
|
Ends a running inference optimization job.
|
|
@@ -3960,7 +3940,7 @@ class SageMakerClient(BaseClient):
|
|
|
3960
3940
|
"""
|
|
3961
3941
|
|
|
3962
3942
|
def stop_pipeline_execution(
|
|
3963
|
-
self, **kwargs: Unpack[
|
|
3943
|
+
self, **kwargs: Unpack[StopPipelineExecutionRequestTypeDef]
|
|
3964
3944
|
) -> StopPipelineExecutionResponseTypeDef:
|
|
3965
3945
|
"""
|
|
3966
3946
|
Stops a pipeline execution.
|
|
@@ -3970,7 +3950,7 @@ class SageMakerClient(BaseClient):
|
|
|
3970
3950
|
"""
|
|
3971
3951
|
|
|
3972
3952
|
def stop_processing_job(
|
|
3973
|
-
self, **kwargs: Unpack[
|
|
3953
|
+
self, **kwargs: Unpack[StopProcessingJobRequestTypeDef]
|
|
3974
3954
|
) -> EmptyResponseMetadataTypeDef:
|
|
3975
3955
|
"""
|
|
3976
3956
|
Stops a processing job.
|
|
@@ -3980,7 +3960,7 @@ class SageMakerClient(BaseClient):
|
|
|
3980
3960
|
"""
|
|
3981
3961
|
|
|
3982
3962
|
def stop_training_job(
|
|
3983
|
-
self, **kwargs: Unpack[
|
|
3963
|
+
self, **kwargs: Unpack[StopTrainingJobRequestTypeDef]
|
|
3984
3964
|
) -> EmptyResponseMetadataTypeDef:
|
|
3985
3965
|
"""
|
|
3986
3966
|
Stops a training job.
|
|
@@ -3990,7 +3970,7 @@ class SageMakerClient(BaseClient):
|
|
|
3990
3970
|
"""
|
|
3991
3971
|
|
|
3992
3972
|
def stop_transform_job(
|
|
3993
|
-
self, **kwargs: Unpack[
|
|
3973
|
+
self, **kwargs: Unpack[StopTransformJobRequestTypeDef]
|
|
3994
3974
|
) -> EmptyResponseMetadataTypeDef:
|
|
3995
3975
|
"""
|
|
3996
3976
|
Stops a batch transform job.
|
|
@@ -4000,7 +3980,7 @@ class SageMakerClient(BaseClient):
|
|
|
4000
3980
|
"""
|
|
4001
3981
|
|
|
4002
3982
|
def update_action(
|
|
4003
|
-
self, **kwargs: Unpack[
|
|
3983
|
+
self, **kwargs: Unpack[UpdateActionRequestTypeDef]
|
|
4004
3984
|
) -> UpdateActionResponseTypeDef:
|
|
4005
3985
|
"""
|
|
4006
3986
|
Updates an action.
|
|
@@ -4010,7 +3990,7 @@ class SageMakerClient(BaseClient):
|
|
|
4010
3990
|
"""
|
|
4011
3991
|
|
|
4012
3992
|
def update_app_image_config(
|
|
4013
|
-
self, **kwargs: Unpack[
|
|
3993
|
+
self, **kwargs: Unpack[UpdateAppImageConfigRequestTypeDef]
|
|
4014
3994
|
) -> UpdateAppImageConfigResponseTypeDef:
|
|
4015
3995
|
"""
|
|
4016
3996
|
Updates the properties of an AppImageConfig.
|
|
@@ -4020,7 +4000,7 @@ class SageMakerClient(BaseClient):
|
|
|
4020
4000
|
"""
|
|
4021
4001
|
|
|
4022
4002
|
def update_artifact(
|
|
4023
|
-
self, **kwargs: Unpack[
|
|
4003
|
+
self, **kwargs: Unpack[UpdateArtifactRequestTypeDef]
|
|
4024
4004
|
) -> UpdateArtifactResponseTypeDef:
|
|
4025
4005
|
"""
|
|
4026
4006
|
Updates an artifact.
|
|
@@ -4030,7 +4010,7 @@ class SageMakerClient(BaseClient):
|
|
|
4030
4010
|
"""
|
|
4031
4011
|
|
|
4032
4012
|
def update_cluster(
|
|
4033
|
-
self, **kwargs: Unpack[
|
|
4013
|
+
self, **kwargs: Unpack[UpdateClusterRequestTypeDef]
|
|
4034
4014
|
) -> UpdateClusterResponseTypeDef:
|
|
4035
4015
|
"""
|
|
4036
4016
|
Updates a SageMaker HyperPod cluster.
|
|
@@ -4040,7 +4020,7 @@ class SageMakerClient(BaseClient):
|
|
|
4040
4020
|
"""
|
|
4041
4021
|
|
|
4042
4022
|
def update_cluster_scheduler_config(
|
|
4043
|
-
self, **kwargs: Unpack[
|
|
4023
|
+
self, **kwargs: Unpack[UpdateClusterSchedulerConfigRequestTypeDef]
|
|
4044
4024
|
) -> UpdateClusterSchedulerConfigResponseTypeDef:
|
|
4045
4025
|
"""
|
|
4046
4026
|
Update the cluster policy configuration.
|
|
@@ -4050,7 +4030,7 @@ class SageMakerClient(BaseClient):
|
|
|
4050
4030
|
"""
|
|
4051
4031
|
|
|
4052
4032
|
def update_cluster_software(
|
|
4053
|
-
self, **kwargs: Unpack[
|
|
4033
|
+
self, **kwargs: Unpack[UpdateClusterSoftwareRequestTypeDef]
|
|
4054
4034
|
) -> UpdateClusterSoftwareResponseTypeDef:
|
|
4055
4035
|
"""
|
|
4056
4036
|
Updates the platform software of a SageMaker HyperPod cluster for security
|
|
@@ -4061,7 +4041,7 @@ class SageMakerClient(BaseClient):
|
|
|
4061
4041
|
"""
|
|
4062
4042
|
|
|
4063
4043
|
def update_code_repository(
|
|
4064
|
-
self, **kwargs: Unpack[
|
|
4044
|
+
self, **kwargs: Unpack[UpdateCodeRepositoryInputTypeDef]
|
|
4065
4045
|
) -> UpdateCodeRepositoryOutputTypeDef:
|
|
4066
4046
|
"""
|
|
4067
4047
|
Updates the specified Git repository with the specified values.
|
|
@@ -4071,7 +4051,7 @@ class SageMakerClient(BaseClient):
|
|
|
4071
4051
|
"""
|
|
4072
4052
|
|
|
4073
4053
|
def update_compute_quota(
|
|
4074
|
-
self, **kwargs: Unpack[
|
|
4054
|
+
self, **kwargs: Unpack[UpdateComputeQuotaRequestTypeDef]
|
|
4075
4055
|
) -> UpdateComputeQuotaResponseTypeDef:
|
|
4076
4056
|
"""
|
|
4077
4057
|
Update the compute allocation definition.
|
|
@@ -4081,7 +4061,7 @@ class SageMakerClient(BaseClient):
|
|
|
4081
4061
|
"""
|
|
4082
4062
|
|
|
4083
4063
|
def update_context(
|
|
4084
|
-
self, **kwargs: Unpack[
|
|
4064
|
+
self, **kwargs: Unpack[UpdateContextRequestTypeDef]
|
|
4085
4065
|
) -> UpdateContextResponseTypeDef:
|
|
4086
4066
|
"""
|
|
4087
4067
|
Updates a context.
|
|
@@ -4091,7 +4071,7 @@ class SageMakerClient(BaseClient):
|
|
|
4091
4071
|
"""
|
|
4092
4072
|
|
|
4093
4073
|
def update_device_fleet(
|
|
4094
|
-
self, **kwargs: Unpack[
|
|
4074
|
+
self, **kwargs: Unpack[UpdateDeviceFleetRequestTypeDef]
|
|
4095
4075
|
) -> EmptyResponseMetadataTypeDef:
|
|
4096
4076
|
"""
|
|
4097
4077
|
Updates a fleet of devices.
|
|
@@ -4101,7 +4081,7 @@ class SageMakerClient(BaseClient):
|
|
|
4101
4081
|
"""
|
|
4102
4082
|
|
|
4103
4083
|
def update_devices(
|
|
4104
|
-
self, **kwargs: Unpack[
|
|
4084
|
+
self, **kwargs: Unpack[UpdateDevicesRequestTypeDef]
|
|
4105
4085
|
) -> EmptyResponseMetadataTypeDef:
|
|
4106
4086
|
"""
|
|
4107
4087
|
Updates one or more devices in a fleet.
|
|
@@ -4111,7 +4091,7 @@ class SageMakerClient(BaseClient):
|
|
|
4111
4091
|
"""
|
|
4112
4092
|
|
|
4113
4093
|
def update_domain(
|
|
4114
|
-
self, **kwargs: Unpack[
|
|
4094
|
+
self, **kwargs: Unpack[UpdateDomainRequestTypeDef]
|
|
4115
4095
|
) -> UpdateDomainResponseTypeDef:
|
|
4116
4096
|
"""
|
|
4117
4097
|
Updates the default settings for new user profiles in the domain.
|
|
@@ -4121,7 +4101,7 @@ class SageMakerClient(BaseClient):
|
|
|
4121
4101
|
"""
|
|
4122
4102
|
|
|
4123
4103
|
def update_endpoint(
|
|
4124
|
-
self, **kwargs: Unpack[
|
|
4104
|
+
self, **kwargs: Unpack[UpdateEndpointInputTypeDef]
|
|
4125
4105
|
) -> UpdateEndpointOutputTypeDef:
|
|
4126
4106
|
"""
|
|
4127
4107
|
Deploys the <code>EndpointConfig</code> specified in the request to a new fleet
|
|
@@ -4132,7 +4112,7 @@ class SageMakerClient(BaseClient):
|
|
|
4132
4112
|
"""
|
|
4133
4113
|
|
|
4134
4114
|
def update_endpoint_weights_and_capacities(
|
|
4135
|
-
self, **kwargs: Unpack[
|
|
4115
|
+
self, **kwargs: Unpack[UpdateEndpointWeightsAndCapacitiesInputTypeDef]
|
|
4136
4116
|
) -> UpdateEndpointWeightsAndCapacitiesOutputTypeDef:
|
|
4137
4117
|
"""
|
|
4138
4118
|
Updates variant weight of one or more variants associated with an existing
|
|
@@ -4143,7 +4123,7 @@ class SageMakerClient(BaseClient):
|
|
|
4143
4123
|
"""
|
|
4144
4124
|
|
|
4145
4125
|
def update_experiment(
|
|
4146
|
-
self, **kwargs: Unpack[
|
|
4126
|
+
self, **kwargs: Unpack[UpdateExperimentRequestTypeDef]
|
|
4147
4127
|
) -> UpdateExperimentResponseTypeDef:
|
|
4148
4128
|
"""
|
|
4149
4129
|
Adds, updates, or removes the description of an experiment.
|
|
@@ -4153,7 +4133,7 @@ class SageMakerClient(BaseClient):
|
|
|
4153
4133
|
"""
|
|
4154
4134
|
|
|
4155
4135
|
def update_feature_group(
|
|
4156
|
-
self, **kwargs: Unpack[
|
|
4136
|
+
self, **kwargs: Unpack[UpdateFeatureGroupRequestTypeDef]
|
|
4157
4137
|
) -> UpdateFeatureGroupResponseTypeDef:
|
|
4158
4138
|
"""
|
|
4159
4139
|
Updates the feature group by either adding features or updating the online
|
|
@@ -4164,7 +4144,7 @@ class SageMakerClient(BaseClient):
|
|
|
4164
4144
|
"""
|
|
4165
4145
|
|
|
4166
4146
|
def update_feature_metadata(
|
|
4167
|
-
self, **kwargs: Unpack[
|
|
4147
|
+
self, **kwargs: Unpack[UpdateFeatureMetadataRequestTypeDef]
|
|
4168
4148
|
) -> EmptyResponseMetadataTypeDef:
|
|
4169
4149
|
"""
|
|
4170
4150
|
Updates the description and parameters of the feature group.
|
|
@@ -4173,9 +4153,7 @@ class SageMakerClient(BaseClient):
|
|
|
4173
4153
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#update_feature_metadata)
|
|
4174
4154
|
"""
|
|
4175
4155
|
|
|
4176
|
-
def update_hub(
|
|
4177
|
-
self, **kwargs: Unpack[UpdateHubRequestRequestTypeDef]
|
|
4178
|
-
) -> UpdateHubResponseTypeDef:
|
|
4156
|
+
def update_hub(self, **kwargs: Unpack[UpdateHubRequestTypeDef]) -> UpdateHubResponseTypeDef:
|
|
4179
4157
|
"""
|
|
4180
4158
|
Update a hub.
|
|
4181
4159
|
|
|
@@ -4184,7 +4162,7 @@ class SageMakerClient(BaseClient):
|
|
|
4184
4162
|
"""
|
|
4185
4163
|
|
|
4186
4164
|
def update_image(
|
|
4187
|
-
self, **kwargs: Unpack[
|
|
4165
|
+
self, **kwargs: Unpack[UpdateImageRequestTypeDef]
|
|
4188
4166
|
) -> UpdateImageResponseTypeDef:
|
|
4189
4167
|
"""
|
|
4190
4168
|
Updates the properties of a SageMaker AI image.
|
|
@@ -4194,7 +4172,7 @@ class SageMakerClient(BaseClient):
|
|
|
4194
4172
|
"""
|
|
4195
4173
|
|
|
4196
4174
|
def update_image_version(
|
|
4197
|
-
self, **kwargs: Unpack[
|
|
4175
|
+
self, **kwargs: Unpack[UpdateImageVersionRequestTypeDef]
|
|
4198
4176
|
) -> UpdateImageVersionResponseTypeDef:
|
|
4199
4177
|
"""
|
|
4200
4178
|
Updates the properties of a SageMaker AI image version.
|
|
@@ -4204,7 +4182,7 @@ class SageMakerClient(BaseClient):
|
|
|
4204
4182
|
"""
|
|
4205
4183
|
|
|
4206
4184
|
def update_inference_component(
|
|
4207
|
-
self, **kwargs: Unpack[
|
|
4185
|
+
self, **kwargs: Unpack[UpdateInferenceComponentInputTypeDef]
|
|
4208
4186
|
) -> UpdateInferenceComponentOutputTypeDef:
|
|
4209
4187
|
"""
|
|
4210
4188
|
Updates an inference component.
|
|
@@ -4214,7 +4192,7 @@ class SageMakerClient(BaseClient):
|
|
|
4214
4192
|
"""
|
|
4215
4193
|
|
|
4216
4194
|
def update_inference_component_runtime_config(
|
|
4217
|
-
self, **kwargs: Unpack[
|
|
4195
|
+
self, **kwargs: Unpack[UpdateInferenceComponentRuntimeConfigInputTypeDef]
|
|
4218
4196
|
) -> UpdateInferenceComponentRuntimeConfigOutputTypeDef:
|
|
4219
4197
|
"""
|
|
4220
4198
|
Runtime settings for a model that is deployed with an inference component.
|
|
@@ -4224,7 +4202,7 @@ class SageMakerClient(BaseClient):
|
|
|
4224
4202
|
"""
|
|
4225
4203
|
|
|
4226
4204
|
def update_inference_experiment(
|
|
4227
|
-
self, **kwargs: Unpack[
|
|
4205
|
+
self, **kwargs: Unpack[UpdateInferenceExperimentRequestTypeDef]
|
|
4228
4206
|
) -> UpdateInferenceExperimentResponseTypeDef:
|
|
4229
4207
|
"""
|
|
4230
4208
|
Updates an inference experiment that you created.
|
|
@@ -4234,7 +4212,7 @@ class SageMakerClient(BaseClient):
|
|
|
4234
4212
|
"""
|
|
4235
4213
|
|
|
4236
4214
|
def update_mlflow_tracking_server(
|
|
4237
|
-
self, **kwargs: Unpack[
|
|
4215
|
+
self, **kwargs: Unpack[UpdateMlflowTrackingServerRequestTypeDef]
|
|
4238
4216
|
) -> UpdateMlflowTrackingServerResponseTypeDef:
|
|
4239
4217
|
"""
|
|
4240
4218
|
Updates properties of an existing MLflow Tracking Server.
|
|
@@ -4244,7 +4222,7 @@ class SageMakerClient(BaseClient):
|
|
|
4244
4222
|
"""
|
|
4245
4223
|
|
|
4246
4224
|
def update_model_card(
|
|
4247
|
-
self, **kwargs: Unpack[
|
|
4225
|
+
self, **kwargs: Unpack[UpdateModelCardRequestTypeDef]
|
|
4248
4226
|
) -> UpdateModelCardResponseTypeDef:
|
|
4249
4227
|
"""
|
|
4250
4228
|
Update an Amazon SageMaker Model Card.
|
|
@@ -4254,7 +4232,7 @@ class SageMakerClient(BaseClient):
|
|
|
4254
4232
|
"""
|
|
4255
4233
|
|
|
4256
4234
|
def update_model_package(
|
|
4257
|
-
self, **kwargs: Unpack[
|
|
4235
|
+
self, **kwargs: Unpack[UpdateModelPackageInputTypeDef]
|
|
4258
4236
|
) -> UpdateModelPackageOutputTypeDef:
|
|
4259
4237
|
"""
|
|
4260
4238
|
Updates a versioned model.
|
|
@@ -4264,7 +4242,7 @@ class SageMakerClient(BaseClient):
|
|
|
4264
4242
|
"""
|
|
4265
4243
|
|
|
4266
4244
|
def update_monitoring_alert(
|
|
4267
|
-
self, **kwargs: Unpack[
|
|
4245
|
+
self, **kwargs: Unpack[UpdateMonitoringAlertRequestTypeDef]
|
|
4268
4246
|
) -> UpdateMonitoringAlertResponseTypeDef:
|
|
4269
4247
|
"""
|
|
4270
4248
|
Update the parameters of a model monitor alert.
|
|
@@ -4274,7 +4252,7 @@ class SageMakerClient(BaseClient):
|
|
|
4274
4252
|
"""
|
|
4275
4253
|
|
|
4276
4254
|
def update_monitoring_schedule(
|
|
4277
|
-
self, **kwargs: Unpack[
|
|
4255
|
+
self, **kwargs: Unpack[UpdateMonitoringScheduleRequestTypeDef]
|
|
4278
4256
|
) -> UpdateMonitoringScheduleResponseTypeDef:
|
|
4279
4257
|
"""
|
|
4280
4258
|
Updates a previously created schedule.
|
|
@@ -4284,7 +4262,7 @@ class SageMakerClient(BaseClient):
|
|
|
4284
4262
|
"""
|
|
4285
4263
|
|
|
4286
4264
|
def update_notebook_instance(
|
|
4287
|
-
self, **kwargs: Unpack[
|
|
4265
|
+
self, **kwargs: Unpack[UpdateNotebookInstanceInputTypeDef]
|
|
4288
4266
|
) -> Dict[str, Any]:
|
|
4289
4267
|
"""
|
|
4290
4268
|
Updates a notebook instance.
|
|
@@ -4294,7 +4272,7 @@ class SageMakerClient(BaseClient):
|
|
|
4294
4272
|
"""
|
|
4295
4273
|
|
|
4296
4274
|
def update_notebook_instance_lifecycle_config(
|
|
4297
|
-
self, **kwargs: Unpack[
|
|
4275
|
+
self, **kwargs: Unpack[UpdateNotebookInstanceLifecycleConfigInputTypeDef]
|
|
4298
4276
|
) -> Dict[str, Any]:
|
|
4299
4277
|
"""
|
|
4300
4278
|
Updates a notebook instance lifecycle configuration created with the <a
|
|
@@ -4306,7 +4284,7 @@ class SageMakerClient(BaseClient):
|
|
|
4306
4284
|
"""
|
|
4307
4285
|
|
|
4308
4286
|
def update_partner_app(
|
|
4309
|
-
self, **kwargs: Unpack[
|
|
4287
|
+
self, **kwargs: Unpack[UpdatePartnerAppRequestTypeDef]
|
|
4310
4288
|
) -> UpdatePartnerAppResponseTypeDef:
|
|
4311
4289
|
"""
|
|
4312
4290
|
Updates all of the SageMaker Partner AI Apps in an account.
|
|
@@ -4316,7 +4294,7 @@ class SageMakerClient(BaseClient):
|
|
|
4316
4294
|
"""
|
|
4317
4295
|
|
|
4318
4296
|
def update_pipeline(
|
|
4319
|
-
self, **kwargs: Unpack[
|
|
4297
|
+
self, **kwargs: Unpack[UpdatePipelineRequestTypeDef]
|
|
4320
4298
|
) -> UpdatePipelineResponseTypeDef:
|
|
4321
4299
|
"""
|
|
4322
4300
|
Updates a pipeline.
|
|
@@ -4326,7 +4304,7 @@ class SageMakerClient(BaseClient):
|
|
|
4326
4304
|
"""
|
|
4327
4305
|
|
|
4328
4306
|
def update_pipeline_execution(
|
|
4329
|
-
self, **kwargs: Unpack[
|
|
4307
|
+
self, **kwargs: Unpack[UpdatePipelineExecutionRequestTypeDef]
|
|
4330
4308
|
) -> UpdatePipelineExecutionResponseTypeDef:
|
|
4331
4309
|
"""
|
|
4332
4310
|
Updates a pipeline execution.
|
|
@@ -4336,7 +4314,7 @@ class SageMakerClient(BaseClient):
|
|
|
4336
4314
|
"""
|
|
4337
4315
|
|
|
4338
4316
|
def update_project(
|
|
4339
|
-
self, **kwargs: Unpack[
|
|
4317
|
+
self, **kwargs: Unpack[UpdateProjectInputTypeDef]
|
|
4340
4318
|
) -> UpdateProjectOutputTypeDef:
|
|
4341
4319
|
"""
|
|
4342
4320
|
Updates a machine learning (ML) project that is created from a template that
|
|
@@ -4347,7 +4325,7 @@ class SageMakerClient(BaseClient):
|
|
|
4347
4325
|
"""
|
|
4348
4326
|
|
|
4349
4327
|
def update_space(
|
|
4350
|
-
self, **kwargs: Unpack[
|
|
4328
|
+
self, **kwargs: Unpack[UpdateSpaceRequestTypeDef]
|
|
4351
4329
|
) -> UpdateSpaceResponseTypeDef:
|
|
4352
4330
|
"""
|
|
4353
4331
|
Updates the settings of a space.
|
|
@@ -4357,7 +4335,7 @@ class SageMakerClient(BaseClient):
|
|
|
4357
4335
|
"""
|
|
4358
4336
|
|
|
4359
4337
|
def update_training_job(
|
|
4360
|
-
self, **kwargs: Unpack[
|
|
4338
|
+
self, **kwargs: Unpack[UpdateTrainingJobRequestTypeDef]
|
|
4361
4339
|
) -> UpdateTrainingJobResponseTypeDef:
|
|
4362
4340
|
"""
|
|
4363
4341
|
Update a model training job to request a new Debugger profiling configuration
|
|
@@ -4368,7 +4346,7 @@ class SageMakerClient(BaseClient):
|
|
|
4368
4346
|
"""
|
|
4369
4347
|
|
|
4370
4348
|
def update_trial(
|
|
4371
|
-
self, **kwargs: Unpack[
|
|
4349
|
+
self, **kwargs: Unpack[UpdateTrialRequestTypeDef]
|
|
4372
4350
|
) -> UpdateTrialResponseTypeDef:
|
|
4373
4351
|
"""
|
|
4374
4352
|
Updates the display name of a trial.
|
|
@@ -4378,7 +4356,7 @@ class SageMakerClient(BaseClient):
|
|
|
4378
4356
|
"""
|
|
4379
4357
|
|
|
4380
4358
|
def update_trial_component(
|
|
4381
|
-
self, **kwargs: Unpack[
|
|
4359
|
+
self, **kwargs: Unpack[UpdateTrialComponentRequestTypeDef]
|
|
4382
4360
|
) -> UpdateTrialComponentResponseTypeDef:
|
|
4383
4361
|
"""
|
|
4384
4362
|
Updates one or more properties of a trial component.
|
|
@@ -4388,7 +4366,7 @@ class SageMakerClient(BaseClient):
|
|
|
4388
4366
|
"""
|
|
4389
4367
|
|
|
4390
4368
|
def update_user_profile(
|
|
4391
|
-
self, **kwargs: Unpack[
|
|
4369
|
+
self, **kwargs: Unpack[UpdateUserProfileRequestTypeDef]
|
|
4392
4370
|
) -> UpdateUserProfileResponseTypeDef:
|
|
4393
4371
|
"""
|
|
4394
4372
|
Updates a user profile.
|
|
@@ -4398,7 +4376,7 @@ class SageMakerClient(BaseClient):
|
|
|
4398
4376
|
"""
|
|
4399
4377
|
|
|
4400
4378
|
def update_workforce(
|
|
4401
|
-
self, **kwargs: Unpack[
|
|
4379
|
+
self, **kwargs: Unpack[UpdateWorkforceRequestTypeDef]
|
|
4402
4380
|
) -> UpdateWorkforceResponseTypeDef:
|
|
4403
4381
|
"""
|
|
4404
4382
|
Use this operation to update your workforce.
|
|
@@ -4408,7 +4386,7 @@ class SageMakerClient(BaseClient):
|
|
|
4408
4386
|
"""
|
|
4409
4387
|
|
|
4410
4388
|
def update_workteam(
|
|
4411
|
-
self, **kwargs: Unpack[
|
|
4389
|
+
self, **kwargs: Unpack[UpdateWorkteamRequestTypeDef]
|
|
4412
4390
|
) -> UpdateWorkteamResponseTypeDef:
|
|
4413
4391
|
"""
|
|
4414
4392
|
Updates an existing work team with new member definitions or description.
|