mypy-boto3-sagemaker 1.35.11__py3-none-any.whl → 1.41.1__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.
- mypy_boto3_sagemaker/__init__.py +38 -2
- mypy_boto3_sagemaker/__init__.pyi +38 -2
- mypy_boto3_sagemaker/__main__.py +11 -8
- mypy_boto3_sagemaker/client.py +2170 -1460
- mypy_boto3_sagemaker/client.pyi +2170 -1459
- mypy_boto3_sagemaker/literals.py +567 -39
- mypy_boto3_sagemaker/literals.pyi +567 -39
- mypy_boto3_sagemaker/paginator.py +1218 -584
- mypy_boto3_sagemaker/paginator.pyi +1122 -584
- mypy_boto3_sagemaker/type_defs.py +13938 -14574
- mypy_boto3_sagemaker/type_defs.pyi +12281 -14576
- mypy_boto3_sagemaker/version.py +3 -1
- mypy_boto3_sagemaker/waiter.py +75 -62
- mypy_boto3_sagemaker/waiter.pyi +75 -62
- {mypy_boto3_sagemaker-1.35.11.dist-info → mypy_boto3_sagemaker-1.41.1.dist-info}/METADATA +126 -38
- mypy_boto3_sagemaker-1.41.1.dist-info/RECORD +20 -0
- {mypy_boto3_sagemaker-1.35.11.dist-info → mypy_boto3_sagemaker-1.41.1.dist-info}/WHEEL +1 -1
- {mypy_boto3_sagemaker-1.35.11.dist-info → mypy_boto3_sagemaker-1.41.1.dist-info/licenses}/LICENSE +1 -1
- mypy_boto3_sagemaker-1.35.11.dist-info/RECORD +0 -20
- {mypy_boto3_sagemaker-1.35.11.dist-info → mypy_boto3_sagemaker-1.41.1.dist-info}/top_level.txt +0 -0
mypy_boto3_sagemaker/version.py
CHANGED
mypy_boto3_sagemaker/waiter.py
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
"""
|
|
2
2
|
Type annotations for sagemaker service client waiters.
|
|
3
3
|
|
|
4
|
-
[
|
|
4
|
+
[Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/waiters/)
|
|
5
|
+
|
|
6
|
+
Copyright 2025 Vlad Emelianov
|
|
5
7
|
|
|
6
8
|
Usage::
|
|
7
9
|
|
|
@@ -44,24 +46,26 @@ Usage::
|
|
|
44
46
|
```
|
|
45
47
|
"""
|
|
46
48
|
|
|
49
|
+
from __future__ import annotations
|
|
50
|
+
|
|
47
51
|
import sys
|
|
48
52
|
|
|
49
53
|
from botocore.waiter import Waiter
|
|
50
54
|
|
|
51
55
|
from .type_defs import (
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
56
|
+
DescribeEndpointInputWaitExtraTypeDef,
|
|
57
|
+
DescribeEndpointInputWaitTypeDef,
|
|
58
|
+
DescribeImageRequestWaitExtraExtraTypeDef,
|
|
59
|
+
DescribeImageRequestWaitExtraTypeDef,
|
|
60
|
+
DescribeImageRequestWaitTypeDef,
|
|
61
|
+
DescribeImageVersionRequestWaitExtraTypeDef,
|
|
62
|
+
DescribeImageVersionRequestWaitTypeDef,
|
|
63
|
+
DescribeNotebookInstanceInputWaitExtraExtraTypeDef,
|
|
64
|
+
DescribeNotebookInstanceInputWaitExtraTypeDef,
|
|
65
|
+
DescribeNotebookInstanceInputWaitTypeDef,
|
|
66
|
+
DescribeProcessingJobRequestWaitTypeDef,
|
|
67
|
+
DescribeTrainingJobRequestWaitTypeDef,
|
|
68
|
+
DescribeTransformJobRequestWaitTypeDef,
|
|
65
69
|
)
|
|
66
70
|
|
|
67
71
|
if sys.version_info >= (3, 12):
|
|
@@ -89,185 +93,194 @@ __all__ = (
|
|
|
89
93
|
|
|
90
94
|
class EndpointDeletedWaiter(Waiter):
|
|
91
95
|
"""
|
|
92
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Waiter.EndpointDeleted)
|
|
96
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/waiter/EndpointDeleted.html#SageMaker.Waiter.EndpointDeleted)
|
|
93
97
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/waiters/#endpointdeletedwaiter)
|
|
94
98
|
"""
|
|
95
99
|
|
|
96
|
-
def wait(
|
|
100
|
+
def wait( # type: ignore[override]
|
|
101
|
+
self, **kwargs: Unpack[DescribeEndpointInputWaitTypeDef]
|
|
102
|
+
) -> None:
|
|
97
103
|
"""
|
|
98
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Waiter.EndpointDeleted.wait)
|
|
104
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/waiter/EndpointDeleted.html#SageMaker.Waiter.EndpointDeleted.wait)
|
|
99
105
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/waiters/#endpointdeletedwaiter)
|
|
100
106
|
"""
|
|
101
107
|
|
|
102
108
|
|
|
103
109
|
class EndpointInServiceWaiter(Waiter):
|
|
104
110
|
"""
|
|
105
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Waiter.EndpointInService)
|
|
111
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/waiter/EndpointInService.html#SageMaker.Waiter.EndpointInService)
|
|
106
112
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/waiters/#endpointinservicewaiter)
|
|
107
113
|
"""
|
|
108
114
|
|
|
109
|
-
def wait(
|
|
115
|
+
def wait( # type: ignore[override]
|
|
116
|
+
self, **kwargs: Unpack[DescribeEndpointInputWaitExtraTypeDef]
|
|
117
|
+
) -> None:
|
|
110
118
|
"""
|
|
111
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Waiter.EndpointInService.wait)
|
|
119
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/waiter/EndpointInService.html#SageMaker.Waiter.EndpointInService.wait)
|
|
112
120
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/waiters/#endpointinservicewaiter)
|
|
113
121
|
"""
|
|
114
122
|
|
|
115
123
|
|
|
116
124
|
class ImageCreatedWaiter(Waiter):
|
|
117
125
|
"""
|
|
118
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Waiter.ImageCreated)
|
|
126
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/waiter/ImageCreated.html#SageMaker.Waiter.ImageCreated)
|
|
119
127
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/waiters/#imagecreatedwaiter)
|
|
120
128
|
"""
|
|
121
129
|
|
|
122
|
-
def wait(
|
|
130
|
+
def wait( # type: ignore[override]
|
|
131
|
+
self, **kwargs: Unpack[DescribeImageRequestWaitTypeDef]
|
|
132
|
+
) -> None:
|
|
123
133
|
"""
|
|
124
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Waiter.ImageCreated.wait)
|
|
134
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/waiter/ImageCreated.html#SageMaker.Waiter.ImageCreated.wait)
|
|
125
135
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/waiters/#imagecreatedwaiter)
|
|
126
136
|
"""
|
|
127
137
|
|
|
128
138
|
|
|
129
139
|
class ImageDeletedWaiter(Waiter):
|
|
130
140
|
"""
|
|
131
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Waiter.ImageDeleted)
|
|
141
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/waiter/ImageDeleted.html#SageMaker.Waiter.ImageDeleted)
|
|
132
142
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/waiters/#imagedeletedwaiter)
|
|
133
143
|
"""
|
|
134
144
|
|
|
135
|
-
def wait(
|
|
145
|
+
def wait( # type: ignore[override]
|
|
146
|
+
self, **kwargs: Unpack[DescribeImageRequestWaitExtraTypeDef]
|
|
147
|
+
) -> None:
|
|
136
148
|
"""
|
|
137
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Waiter.ImageDeleted.wait)
|
|
149
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/waiter/ImageDeleted.html#SageMaker.Waiter.ImageDeleted.wait)
|
|
138
150
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/waiters/#imagedeletedwaiter)
|
|
139
151
|
"""
|
|
140
152
|
|
|
141
153
|
|
|
142
154
|
class ImageUpdatedWaiter(Waiter):
|
|
143
155
|
"""
|
|
144
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Waiter.ImageUpdated)
|
|
156
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/waiter/ImageUpdated.html#SageMaker.Waiter.ImageUpdated)
|
|
145
157
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/waiters/#imageupdatedwaiter)
|
|
146
158
|
"""
|
|
147
159
|
|
|
148
|
-
def wait(
|
|
160
|
+
def wait( # type: ignore[override]
|
|
161
|
+
self, **kwargs: Unpack[DescribeImageRequestWaitExtraExtraTypeDef]
|
|
162
|
+
) -> None:
|
|
149
163
|
"""
|
|
150
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Waiter.ImageUpdated.wait)
|
|
164
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/waiter/ImageUpdated.html#SageMaker.Waiter.ImageUpdated.wait)
|
|
151
165
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/waiters/#imageupdatedwaiter)
|
|
152
166
|
"""
|
|
153
167
|
|
|
154
168
|
|
|
155
169
|
class ImageVersionCreatedWaiter(Waiter):
|
|
156
170
|
"""
|
|
157
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Waiter.ImageVersionCreated)
|
|
171
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/waiter/ImageVersionCreated.html#SageMaker.Waiter.ImageVersionCreated)
|
|
158
172
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/waiters/#imageversioncreatedwaiter)
|
|
159
173
|
"""
|
|
160
174
|
|
|
161
|
-
def wait(
|
|
162
|
-
self, **kwargs: Unpack[
|
|
175
|
+
def wait( # type: ignore[override]
|
|
176
|
+
self, **kwargs: Unpack[DescribeImageVersionRequestWaitTypeDef]
|
|
163
177
|
) -> None:
|
|
164
178
|
"""
|
|
165
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Waiter.ImageVersionCreated.wait)
|
|
179
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/waiter/ImageVersionCreated.html#SageMaker.Waiter.ImageVersionCreated.wait)
|
|
166
180
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/waiters/#imageversioncreatedwaiter)
|
|
167
181
|
"""
|
|
168
182
|
|
|
169
183
|
|
|
170
184
|
class ImageVersionDeletedWaiter(Waiter):
|
|
171
185
|
"""
|
|
172
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Waiter.ImageVersionDeleted)
|
|
186
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/waiter/ImageVersionDeleted.html#SageMaker.Waiter.ImageVersionDeleted)
|
|
173
187
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/waiters/#imageversiondeletedwaiter)
|
|
174
188
|
"""
|
|
175
189
|
|
|
176
|
-
def wait(
|
|
177
|
-
self, **kwargs: Unpack[
|
|
190
|
+
def wait( # type: ignore[override]
|
|
191
|
+
self, **kwargs: Unpack[DescribeImageVersionRequestWaitExtraTypeDef]
|
|
178
192
|
) -> None:
|
|
179
193
|
"""
|
|
180
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Waiter.ImageVersionDeleted.wait)
|
|
194
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/waiter/ImageVersionDeleted.html#SageMaker.Waiter.ImageVersionDeleted.wait)
|
|
181
195
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/waiters/#imageversiondeletedwaiter)
|
|
182
196
|
"""
|
|
183
197
|
|
|
184
198
|
|
|
185
199
|
class NotebookInstanceDeletedWaiter(Waiter):
|
|
186
200
|
"""
|
|
187
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Waiter.NotebookInstanceDeleted)
|
|
201
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/waiter/NotebookInstanceDeleted.html#SageMaker.Waiter.NotebookInstanceDeleted)
|
|
188
202
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/waiters/#notebookinstancedeletedwaiter)
|
|
189
203
|
"""
|
|
190
204
|
|
|
191
|
-
def wait(
|
|
192
|
-
self, **kwargs: Unpack[
|
|
205
|
+
def wait( # type: ignore[override]
|
|
206
|
+
self, **kwargs: Unpack[DescribeNotebookInstanceInputWaitTypeDef]
|
|
193
207
|
) -> None:
|
|
194
208
|
"""
|
|
195
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Waiter.NotebookInstanceDeleted.wait)
|
|
209
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/waiter/NotebookInstanceDeleted.html#SageMaker.Waiter.NotebookInstanceDeleted.wait)
|
|
196
210
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/waiters/#notebookinstancedeletedwaiter)
|
|
197
211
|
"""
|
|
198
212
|
|
|
199
213
|
|
|
200
214
|
class NotebookInstanceInServiceWaiter(Waiter):
|
|
201
215
|
"""
|
|
202
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Waiter.NotebookInstanceInService)
|
|
216
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/waiter/NotebookInstanceInService.html#SageMaker.Waiter.NotebookInstanceInService)
|
|
203
217
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/waiters/#notebookinstanceinservicewaiter)
|
|
204
218
|
"""
|
|
205
219
|
|
|
206
|
-
def wait(
|
|
207
|
-
self, **kwargs: Unpack[
|
|
220
|
+
def wait( # type: ignore[override]
|
|
221
|
+
self, **kwargs: Unpack[DescribeNotebookInstanceInputWaitExtraTypeDef]
|
|
208
222
|
) -> None:
|
|
209
223
|
"""
|
|
210
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Waiter.NotebookInstanceInService.wait)
|
|
224
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/waiter/NotebookInstanceInService.html#SageMaker.Waiter.NotebookInstanceInService.wait)
|
|
211
225
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/waiters/#notebookinstanceinservicewaiter)
|
|
212
226
|
"""
|
|
213
227
|
|
|
214
228
|
|
|
215
229
|
class NotebookInstanceStoppedWaiter(Waiter):
|
|
216
230
|
"""
|
|
217
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Waiter.NotebookInstanceStopped)
|
|
231
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/waiter/NotebookInstanceStopped.html#SageMaker.Waiter.NotebookInstanceStopped)
|
|
218
232
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/waiters/#notebookinstancestoppedwaiter)
|
|
219
233
|
"""
|
|
220
234
|
|
|
221
|
-
def wait(
|
|
222
|
-
self, **kwargs: Unpack[
|
|
235
|
+
def wait( # type: ignore[override]
|
|
236
|
+
self, **kwargs: Unpack[DescribeNotebookInstanceInputWaitExtraExtraTypeDef]
|
|
223
237
|
) -> None:
|
|
224
238
|
"""
|
|
225
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Waiter.NotebookInstanceStopped.wait)
|
|
239
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/waiter/NotebookInstanceStopped.html#SageMaker.Waiter.NotebookInstanceStopped.wait)
|
|
226
240
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/waiters/#notebookinstancestoppedwaiter)
|
|
227
241
|
"""
|
|
228
242
|
|
|
229
243
|
|
|
230
244
|
class ProcessingJobCompletedOrStoppedWaiter(Waiter):
|
|
231
245
|
"""
|
|
232
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Waiter.ProcessingJobCompletedOrStopped)
|
|
246
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/waiter/ProcessingJobCompletedOrStopped.html#SageMaker.Waiter.ProcessingJobCompletedOrStopped)
|
|
233
247
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/waiters/#processingjobcompletedorstoppedwaiter)
|
|
234
248
|
"""
|
|
235
249
|
|
|
236
|
-
def wait(
|
|
237
|
-
self,
|
|
238
|
-
**kwargs: Unpack[DescribeProcessingJobRequestProcessingJobCompletedOrStoppedWaitTypeDef],
|
|
250
|
+
def wait( # type: ignore[override]
|
|
251
|
+
self, **kwargs: Unpack[DescribeProcessingJobRequestWaitTypeDef]
|
|
239
252
|
) -> None:
|
|
240
253
|
"""
|
|
241
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Waiter.ProcessingJobCompletedOrStopped.wait)
|
|
254
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/waiter/ProcessingJobCompletedOrStopped.html#SageMaker.Waiter.ProcessingJobCompletedOrStopped.wait)
|
|
242
255
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/waiters/#processingjobcompletedorstoppedwaiter)
|
|
243
256
|
"""
|
|
244
257
|
|
|
245
258
|
|
|
246
259
|
class TrainingJobCompletedOrStoppedWaiter(Waiter):
|
|
247
260
|
"""
|
|
248
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Waiter.TrainingJobCompletedOrStopped)
|
|
261
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/waiter/TrainingJobCompletedOrStopped.html#SageMaker.Waiter.TrainingJobCompletedOrStopped)
|
|
249
262
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/waiters/#trainingjobcompletedorstoppedwaiter)
|
|
250
263
|
"""
|
|
251
264
|
|
|
252
|
-
def wait(
|
|
253
|
-
self, **kwargs: Unpack[
|
|
265
|
+
def wait( # type: ignore[override]
|
|
266
|
+
self, **kwargs: Unpack[DescribeTrainingJobRequestWaitTypeDef]
|
|
254
267
|
) -> None:
|
|
255
268
|
"""
|
|
256
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Waiter.TrainingJobCompletedOrStopped.wait)
|
|
269
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/waiter/TrainingJobCompletedOrStopped.html#SageMaker.Waiter.TrainingJobCompletedOrStopped.wait)
|
|
257
270
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/waiters/#trainingjobcompletedorstoppedwaiter)
|
|
258
271
|
"""
|
|
259
272
|
|
|
260
273
|
|
|
261
274
|
class TransformJobCompletedOrStoppedWaiter(Waiter):
|
|
262
275
|
"""
|
|
263
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Waiter.TransformJobCompletedOrStopped)
|
|
276
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/waiter/TransformJobCompletedOrStopped.html#SageMaker.Waiter.TransformJobCompletedOrStopped)
|
|
264
277
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/waiters/#transformjobcompletedorstoppedwaiter)
|
|
265
278
|
"""
|
|
266
279
|
|
|
267
|
-
def wait(
|
|
268
|
-
self, **kwargs: Unpack[
|
|
280
|
+
def wait( # type: ignore[override]
|
|
281
|
+
self, **kwargs: Unpack[DescribeTransformJobRequestWaitTypeDef]
|
|
269
282
|
) -> None:
|
|
270
283
|
"""
|
|
271
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Waiter.TransformJobCompletedOrStopped.wait)
|
|
284
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/waiter/TransformJobCompletedOrStopped.html#SageMaker.Waiter.TransformJobCompletedOrStopped.wait)
|
|
272
285
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/waiters/#transformjobcompletedorstoppedwaiter)
|
|
273
286
|
"""
|
mypy_boto3_sagemaker/waiter.pyi
CHANGED
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
"""
|
|
2
2
|
Type annotations for sagemaker service client waiters.
|
|
3
3
|
|
|
4
|
-
[
|
|
4
|
+
[Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/waiters/)
|
|
5
|
+
|
|
6
|
+
Copyright 2025 Vlad Emelianov
|
|
5
7
|
|
|
6
8
|
Usage::
|
|
7
9
|
|
|
@@ -44,24 +46,26 @@ Usage::
|
|
|
44
46
|
```
|
|
45
47
|
"""
|
|
46
48
|
|
|
49
|
+
from __future__ import annotations
|
|
50
|
+
|
|
47
51
|
import sys
|
|
48
52
|
|
|
49
53
|
from botocore.waiter import Waiter
|
|
50
54
|
|
|
51
55
|
from .type_defs import (
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
56
|
+
DescribeEndpointInputWaitExtraTypeDef,
|
|
57
|
+
DescribeEndpointInputWaitTypeDef,
|
|
58
|
+
DescribeImageRequestWaitExtraExtraTypeDef,
|
|
59
|
+
DescribeImageRequestWaitExtraTypeDef,
|
|
60
|
+
DescribeImageRequestWaitTypeDef,
|
|
61
|
+
DescribeImageVersionRequestWaitExtraTypeDef,
|
|
62
|
+
DescribeImageVersionRequestWaitTypeDef,
|
|
63
|
+
DescribeNotebookInstanceInputWaitExtraExtraTypeDef,
|
|
64
|
+
DescribeNotebookInstanceInputWaitExtraTypeDef,
|
|
65
|
+
DescribeNotebookInstanceInputWaitTypeDef,
|
|
66
|
+
DescribeProcessingJobRequestWaitTypeDef,
|
|
67
|
+
DescribeTrainingJobRequestWaitTypeDef,
|
|
68
|
+
DescribeTransformJobRequestWaitTypeDef,
|
|
65
69
|
)
|
|
66
70
|
|
|
67
71
|
if sys.version_info >= (3, 12):
|
|
@@ -87,160 +91,169 @@ __all__ = (
|
|
|
87
91
|
|
|
88
92
|
class EndpointDeletedWaiter(Waiter):
|
|
89
93
|
"""
|
|
90
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Waiter.EndpointDeleted)
|
|
94
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/waiter/EndpointDeleted.html#SageMaker.Waiter.EndpointDeleted)
|
|
91
95
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/waiters/#endpointdeletedwaiter)
|
|
92
96
|
"""
|
|
93
|
-
def wait(
|
|
97
|
+
def wait( # type: ignore[override]
|
|
98
|
+
self, **kwargs: Unpack[DescribeEndpointInputWaitTypeDef]
|
|
99
|
+
) -> None:
|
|
94
100
|
"""
|
|
95
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Waiter.EndpointDeleted.wait)
|
|
101
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/waiter/EndpointDeleted.html#SageMaker.Waiter.EndpointDeleted.wait)
|
|
96
102
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/waiters/#endpointdeletedwaiter)
|
|
97
103
|
"""
|
|
98
104
|
|
|
99
105
|
class EndpointInServiceWaiter(Waiter):
|
|
100
106
|
"""
|
|
101
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Waiter.EndpointInService)
|
|
107
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/waiter/EndpointInService.html#SageMaker.Waiter.EndpointInService)
|
|
102
108
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/waiters/#endpointinservicewaiter)
|
|
103
109
|
"""
|
|
104
|
-
def wait(
|
|
110
|
+
def wait( # type: ignore[override]
|
|
111
|
+
self, **kwargs: Unpack[DescribeEndpointInputWaitExtraTypeDef]
|
|
112
|
+
) -> None:
|
|
105
113
|
"""
|
|
106
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Waiter.EndpointInService.wait)
|
|
114
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/waiter/EndpointInService.html#SageMaker.Waiter.EndpointInService.wait)
|
|
107
115
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/waiters/#endpointinservicewaiter)
|
|
108
116
|
"""
|
|
109
117
|
|
|
110
118
|
class ImageCreatedWaiter(Waiter):
|
|
111
119
|
"""
|
|
112
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Waiter.ImageCreated)
|
|
120
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/waiter/ImageCreated.html#SageMaker.Waiter.ImageCreated)
|
|
113
121
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/waiters/#imagecreatedwaiter)
|
|
114
122
|
"""
|
|
115
|
-
def wait(
|
|
123
|
+
def wait( # type: ignore[override]
|
|
124
|
+
self, **kwargs: Unpack[DescribeImageRequestWaitTypeDef]
|
|
125
|
+
) -> None:
|
|
116
126
|
"""
|
|
117
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Waiter.ImageCreated.wait)
|
|
127
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/waiter/ImageCreated.html#SageMaker.Waiter.ImageCreated.wait)
|
|
118
128
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/waiters/#imagecreatedwaiter)
|
|
119
129
|
"""
|
|
120
130
|
|
|
121
131
|
class ImageDeletedWaiter(Waiter):
|
|
122
132
|
"""
|
|
123
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Waiter.ImageDeleted)
|
|
133
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/waiter/ImageDeleted.html#SageMaker.Waiter.ImageDeleted)
|
|
124
134
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/waiters/#imagedeletedwaiter)
|
|
125
135
|
"""
|
|
126
|
-
def wait(
|
|
136
|
+
def wait( # type: ignore[override]
|
|
137
|
+
self, **kwargs: Unpack[DescribeImageRequestWaitExtraTypeDef]
|
|
138
|
+
) -> None:
|
|
127
139
|
"""
|
|
128
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Waiter.ImageDeleted.wait)
|
|
140
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/waiter/ImageDeleted.html#SageMaker.Waiter.ImageDeleted.wait)
|
|
129
141
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/waiters/#imagedeletedwaiter)
|
|
130
142
|
"""
|
|
131
143
|
|
|
132
144
|
class ImageUpdatedWaiter(Waiter):
|
|
133
145
|
"""
|
|
134
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Waiter.ImageUpdated)
|
|
146
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/waiter/ImageUpdated.html#SageMaker.Waiter.ImageUpdated)
|
|
135
147
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/waiters/#imageupdatedwaiter)
|
|
136
148
|
"""
|
|
137
|
-
def wait(
|
|
149
|
+
def wait( # type: ignore[override]
|
|
150
|
+
self, **kwargs: Unpack[DescribeImageRequestWaitExtraExtraTypeDef]
|
|
151
|
+
) -> None:
|
|
138
152
|
"""
|
|
139
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Waiter.ImageUpdated.wait)
|
|
153
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/waiter/ImageUpdated.html#SageMaker.Waiter.ImageUpdated.wait)
|
|
140
154
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/waiters/#imageupdatedwaiter)
|
|
141
155
|
"""
|
|
142
156
|
|
|
143
157
|
class ImageVersionCreatedWaiter(Waiter):
|
|
144
158
|
"""
|
|
145
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Waiter.ImageVersionCreated)
|
|
159
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/waiter/ImageVersionCreated.html#SageMaker.Waiter.ImageVersionCreated)
|
|
146
160
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/waiters/#imageversioncreatedwaiter)
|
|
147
161
|
"""
|
|
148
|
-
def wait(
|
|
149
|
-
self, **kwargs: Unpack[
|
|
162
|
+
def wait( # type: ignore[override]
|
|
163
|
+
self, **kwargs: Unpack[DescribeImageVersionRequestWaitTypeDef]
|
|
150
164
|
) -> None:
|
|
151
165
|
"""
|
|
152
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Waiter.ImageVersionCreated.wait)
|
|
166
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/waiter/ImageVersionCreated.html#SageMaker.Waiter.ImageVersionCreated.wait)
|
|
153
167
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/waiters/#imageversioncreatedwaiter)
|
|
154
168
|
"""
|
|
155
169
|
|
|
156
170
|
class ImageVersionDeletedWaiter(Waiter):
|
|
157
171
|
"""
|
|
158
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Waiter.ImageVersionDeleted)
|
|
172
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/waiter/ImageVersionDeleted.html#SageMaker.Waiter.ImageVersionDeleted)
|
|
159
173
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/waiters/#imageversiondeletedwaiter)
|
|
160
174
|
"""
|
|
161
|
-
def wait(
|
|
162
|
-
self, **kwargs: Unpack[
|
|
175
|
+
def wait( # type: ignore[override]
|
|
176
|
+
self, **kwargs: Unpack[DescribeImageVersionRequestWaitExtraTypeDef]
|
|
163
177
|
) -> None:
|
|
164
178
|
"""
|
|
165
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Waiter.ImageVersionDeleted.wait)
|
|
179
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/waiter/ImageVersionDeleted.html#SageMaker.Waiter.ImageVersionDeleted.wait)
|
|
166
180
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/waiters/#imageversiondeletedwaiter)
|
|
167
181
|
"""
|
|
168
182
|
|
|
169
183
|
class NotebookInstanceDeletedWaiter(Waiter):
|
|
170
184
|
"""
|
|
171
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Waiter.NotebookInstanceDeleted)
|
|
185
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/waiter/NotebookInstanceDeleted.html#SageMaker.Waiter.NotebookInstanceDeleted)
|
|
172
186
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/waiters/#notebookinstancedeletedwaiter)
|
|
173
187
|
"""
|
|
174
|
-
def wait(
|
|
175
|
-
self, **kwargs: Unpack[
|
|
188
|
+
def wait( # type: ignore[override]
|
|
189
|
+
self, **kwargs: Unpack[DescribeNotebookInstanceInputWaitTypeDef]
|
|
176
190
|
) -> None:
|
|
177
191
|
"""
|
|
178
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Waiter.NotebookInstanceDeleted.wait)
|
|
192
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/waiter/NotebookInstanceDeleted.html#SageMaker.Waiter.NotebookInstanceDeleted.wait)
|
|
179
193
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/waiters/#notebookinstancedeletedwaiter)
|
|
180
194
|
"""
|
|
181
195
|
|
|
182
196
|
class NotebookInstanceInServiceWaiter(Waiter):
|
|
183
197
|
"""
|
|
184
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Waiter.NotebookInstanceInService)
|
|
198
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/waiter/NotebookInstanceInService.html#SageMaker.Waiter.NotebookInstanceInService)
|
|
185
199
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/waiters/#notebookinstanceinservicewaiter)
|
|
186
200
|
"""
|
|
187
|
-
def wait(
|
|
188
|
-
self, **kwargs: Unpack[
|
|
201
|
+
def wait( # type: ignore[override]
|
|
202
|
+
self, **kwargs: Unpack[DescribeNotebookInstanceInputWaitExtraTypeDef]
|
|
189
203
|
) -> None:
|
|
190
204
|
"""
|
|
191
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Waiter.NotebookInstanceInService.wait)
|
|
205
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/waiter/NotebookInstanceInService.html#SageMaker.Waiter.NotebookInstanceInService.wait)
|
|
192
206
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/waiters/#notebookinstanceinservicewaiter)
|
|
193
207
|
"""
|
|
194
208
|
|
|
195
209
|
class NotebookInstanceStoppedWaiter(Waiter):
|
|
196
210
|
"""
|
|
197
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Waiter.NotebookInstanceStopped)
|
|
211
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/waiter/NotebookInstanceStopped.html#SageMaker.Waiter.NotebookInstanceStopped)
|
|
198
212
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/waiters/#notebookinstancestoppedwaiter)
|
|
199
213
|
"""
|
|
200
|
-
def wait(
|
|
201
|
-
self, **kwargs: Unpack[
|
|
214
|
+
def wait( # type: ignore[override]
|
|
215
|
+
self, **kwargs: Unpack[DescribeNotebookInstanceInputWaitExtraExtraTypeDef]
|
|
202
216
|
) -> None:
|
|
203
217
|
"""
|
|
204
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Waiter.NotebookInstanceStopped.wait)
|
|
218
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/waiter/NotebookInstanceStopped.html#SageMaker.Waiter.NotebookInstanceStopped.wait)
|
|
205
219
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/waiters/#notebookinstancestoppedwaiter)
|
|
206
220
|
"""
|
|
207
221
|
|
|
208
222
|
class ProcessingJobCompletedOrStoppedWaiter(Waiter):
|
|
209
223
|
"""
|
|
210
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Waiter.ProcessingJobCompletedOrStopped)
|
|
224
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/waiter/ProcessingJobCompletedOrStopped.html#SageMaker.Waiter.ProcessingJobCompletedOrStopped)
|
|
211
225
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/waiters/#processingjobcompletedorstoppedwaiter)
|
|
212
226
|
"""
|
|
213
|
-
def wait(
|
|
214
|
-
self,
|
|
215
|
-
**kwargs: Unpack[DescribeProcessingJobRequestProcessingJobCompletedOrStoppedWaitTypeDef],
|
|
227
|
+
def wait( # type: ignore[override]
|
|
228
|
+
self, **kwargs: Unpack[DescribeProcessingJobRequestWaitTypeDef]
|
|
216
229
|
) -> None:
|
|
217
230
|
"""
|
|
218
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Waiter.ProcessingJobCompletedOrStopped.wait)
|
|
231
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/waiter/ProcessingJobCompletedOrStopped.html#SageMaker.Waiter.ProcessingJobCompletedOrStopped.wait)
|
|
219
232
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/waiters/#processingjobcompletedorstoppedwaiter)
|
|
220
233
|
"""
|
|
221
234
|
|
|
222
235
|
class TrainingJobCompletedOrStoppedWaiter(Waiter):
|
|
223
236
|
"""
|
|
224
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Waiter.TrainingJobCompletedOrStopped)
|
|
237
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/waiter/TrainingJobCompletedOrStopped.html#SageMaker.Waiter.TrainingJobCompletedOrStopped)
|
|
225
238
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/waiters/#trainingjobcompletedorstoppedwaiter)
|
|
226
239
|
"""
|
|
227
|
-
def wait(
|
|
228
|
-
self, **kwargs: Unpack[
|
|
240
|
+
def wait( # type: ignore[override]
|
|
241
|
+
self, **kwargs: Unpack[DescribeTrainingJobRequestWaitTypeDef]
|
|
229
242
|
) -> None:
|
|
230
243
|
"""
|
|
231
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Waiter.TrainingJobCompletedOrStopped.wait)
|
|
244
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/waiter/TrainingJobCompletedOrStopped.html#SageMaker.Waiter.TrainingJobCompletedOrStopped.wait)
|
|
232
245
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/waiters/#trainingjobcompletedorstoppedwaiter)
|
|
233
246
|
"""
|
|
234
247
|
|
|
235
248
|
class TransformJobCompletedOrStoppedWaiter(Waiter):
|
|
236
249
|
"""
|
|
237
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Waiter.TransformJobCompletedOrStopped)
|
|
250
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/waiter/TransformJobCompletedOrStopped.html#SageMaker.Waiter.TransformJobCompletedOrStopped)
|
|
238
251
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/waiters/#transformjobcompletedorstoppedwaiter)
|
|
239
252
|
"""
|
|
240
|
-
def wait(
|
|
241
|
-
self, **kwargs: Unpack[
|
|
253
|
+
def wait( # type: ignore[override]
|
|
254
|
+
self, **kwargs: Unpack[DescribeTransformJobRequestWaitTypeDef]
|
|
242
255
|
) -> None:
|
|
243
256
|
"""
|
|
244
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Waiter.TransformJobCompletedOrStopped.wait)
|
|
257
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/waiter/TransformJobCompletedOrStopped.html#SageMaker.Waiter.TransformJobCompletedOrStopped.wait)
|
|
245
258
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/waiters/#transformjobcompletedorstoppedwaiter)
|
|
246
259
|
"""
|