mypy-boto3-sagemaker 1.35.61__py3-none-any.whl → 1.35.68__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 +2 -0
- mypy_boto3_sagemaker/__init__.pyi +2 -0
- mypy_boto3_sagemaker/__main__.py +7 -5
- mypy_boto3_sagemaker/client.py +459 -487
- mypy_boto3_sagemaker/client.pyi +459 -487
- mypy_boto3_sagemaker/literals.py +34 -0
- mypy_boto3_sagemaker/literals.pyi +34 -0
- mypy_boto3_sagemaker/paginator.py +150 -148
- mypy_boto3_sagemaker/paginator.pyi +150 -148
- mypy_boto3_sagemaker/type_defs.py +62 -31
- mypy_boto3_sagemaker/type_defs.pyi +55 -28
- mypy_boto3_sagemaker/version.py +3 -1
- mypy_boto3_sagemaker/waiter.py +28 -26
- mypy_boto3_sagemaker/waiter.pyi +28 -26
- {mypy_boto3_sagemaker-1.35.61.dist-info → mypy_boto3_sagemaker-1.35.68.dist-info}/METADATA +30 -16
- mypy_boto3_sagemaker-1.35.68.dist-info/RECORD +20 -0
- {mypy_boto3_sagemaker-1.35.61.dist-info → mypy_boto3_sagemaker-1.35.68.dist-info}/WHEEL +1 -1
- mypy_boto3_sagemaker-1.35.61.dist-info/RECORD +0 -20
- {mypy_boto3_sagemaker-1.35.61.dist-info → mypy_boto3_sagemaker-1.35.68.dist-info}/LICENSE +0 -0
- {mypy_boto3_sagemaker-1.35.61.dist-info → mypy_boto3_sagemaker-1.35.68.dist-info}/top_level.txt +0 -0
mypy_boto3_sagemaker/waiter.pyi
CHANGED
|
@@ -42,6 +42,8 @@ Usage::
|
|
|
42
42
|
training_job_completed_or_stopped_waiter: TrainingJobCompletedOrStoppedWaiter = client.get_waiter("training_job_completed_or_stopped")
|
|
43
43
|
transform_job_completed_or_stopped_waiter: TransformJobCompletedOrStoppedWaiter = client.get_waiter("transform_job_completed_or_stopped")
|
|
44
44
|
```
|
|
45
|
+
|
|
46
|
+
Copyright 2024 Vlad Emelianov
|
|
45
47
|
"""
|
|
46
48
|
|
|
47
49
|
import sys
|
|
@@ -87,127 +89,127 @@ __all__ = (
|
|
|
87
89
|
|
|
88
90
|
class EndpointDeletedWaiter(Waiter):
|
|
89
91
|
"""
|
|
90
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Waiter.EndpointDeleted)
|
|
92
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/waiter/EndpointDeleted.html#SageMaker.Waiter.EndpointDeleted)
|
|
91
93
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/waiters/#endpointdeletedwaiter)
|
|
92
94
|
"""
|
|
93
95
|
def wait(self, **kwargs: Unpack[DescribeEndpointInputEndpointDeletedWaitTypeDef]) -> None:
|
|
94
96
|
"""
|
|
95
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Waiter.EndpointDeleted.wait)
|
|
97
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/waiter/EndpointDeleted.html#SageMaker.Waiter.EndpointDeleted.wait)
|
|
96
98
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/waiters/#endpointdeletedwaiter)
|
|
97
99
|
"""
|
|
98
100
|
|
|
99
101
|
class EndpointInServiceWaiter(Waiter):
|
|
100
102
|
"""
|
|
101
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Waiter.EndpointInService)
|
|
103
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/waiter/EndpointInService.html#SageMaker.Waiter.EndpointInService)
|
|
102
104
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/waiters/#endpointinservicewaiter)
|
|
103
105
|
"""
|
|
104
106
|
def wait(self, **kwargs: Unpack[DescribeEndpointInputEndpointInServiceWaitTypeDef]) -> None:
|
|
105
107
|
"""
|
|
106
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Waiter.EndpointInService.wait)
|
|
108
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/waiter/EndpointInService.html#SageMaker.Waiter.EndpointInService.wait)
|
|
107
109
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/waiters/#endpointinservicewaiter)
|
|
108
110
|
"""
|
|
109
111
|
|
|
110
112
|
class ImageCreatedWaiter(Waiter):
|
|
111
113
|
"""
|
|
112
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Waiter.ImageCreated)
|
|
114
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/waiter/ImageCreated.html#SageMaker.Waiter.ImageCreated)
|
|
113
115
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/waiters/#imagecreatedwaiter)
|
|
114
116
|
"""
|
|
115
117
|
def wait(self, **kwargs: Unpack[DescribeImageRequestImageCreatedWaitTypeDef]) -> None:
|
|
116
118
|
"""
|
|
117
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Waiter.ImageCreated.wait)
|
|
119
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/waiter/ImageCreated.html#SageMaker.Waiter.ImageCreated.wait)
|
|
118
120
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/waiters/#imagecreatedwaiter)
|
|
119
121
|
"""
|
|
120
122
|
|
|
121
123
|
class ImageDeletedWaiter(Waiter):
|
|
122
124
|
"""
|
|
123
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Waiter.ImageDeleted)
|
|
125
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/waiter/ImageDeleted.html#SageMaker.Waiter.ImageDeleted)
|
|
124
126
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/waiters/#imagedeletedwaiter)
|
|
125
127
|
"""
|
|
126
128
|
def wait(self, **kwargs: Unpack[DescribeImageRequestImageDeletedWaitTypeDef]) -> None:
|
|
127
129
|
"""
|
|
128
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Waiter.ImageDeleted.wait)
|
|
130
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/waiter/ImageDeleted.html#SageMaker.Waiter.ImageDeleted.wait)
|
|
129
131
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/waiters/#imagedeletedwaiter)
|
|
130
132
|
"""
|
|
131
133
|
|
|
132
134
|
class ImageUpdatedWaiter(Waiter):
|
|
133
135
|
"""
|
|
134
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Waiter.ImageUpdated)
|
|
136
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/waiter/ImageUpdated.html#SageMaker.Waiter.ImageUpdated)
|
|
135
137
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/waiters/#imageupdatedwaiter)
|
|
136
138
|
"""
|
|
137
139
|
def wait(self, **kwargs: Unpack[DescribeImageRequestImageUpdatedWaitTypeDef]) -> None:
|
|
138
140
|
"""
|
|
139
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Waiter.ImageUpdated.wait)
|
|
141
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/waiter/ImageUpdated.html#SageMaker.Waiter.ImageUpdated.wait)
|
|
140
142
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/waiters/#imageupdatedwaiter)
|
|
141
143
|
"""
|
|
142
144
|
|
|
143
145
|
class ImageVersionCreatedWaiter(Waiter):
|
|
144
146
|
"""
|
|
145
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Waiter.ImageVersionCreated)
|
|
147
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/waiter/ImageVersionCreated.html#SageMaker.Waiter.ImageVersionCreated)
|
|
146
148
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/waiters/#imageversioncreatedwaiter)
|
|
147
149
|
"""
|
|
148
150
|
def wait(
|
|
149
151
|
self, **kwargs: Unpack[DescribeImageVersionRequestImageVersionCreatedWaitTypeDef]
|
|
150
152
|
) -> None:
|
|
151
153
|
"""
|
|
152
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Waiter.ImageVersionCreated.wait)
|
|
154
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/waiter/ImageVersionCreated.html#SageMaker.Waiter.ImageVersionCreated.wait)
|
|
153
155
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/waiters/#imageversioncreatedwaiter)
|
|
154
156
|
"""
|
|
155
157
|
|
|
156
158
|
class ImageVersionDeletedWaiter(Waiter):
|
|
157
159
|
"""
|
|
158
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Waiter.ImageVersionDeleted)
|
|
160
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/waiter/ImageVersionDeleted.html#SageMaker.Waiter.ImageVersionDeleted)
|
|
159
161
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/waiters/#imageversiondeletedwaiter)
|
|
160
162
|
"""
|
|
161
163
|
def wait(
|
|
162
164
|
self, **kwargs: Unpack[DescribeImageVersionRequestImageVersionDeletedWaitTypeDef]
|
|
163
165
|
) -> None:
|
|
164
166
|
"""
|
|
165
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Waiter.ImageVersionDeleted.wait)
|
|
167
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/waiter/ImageVersionDeleted.html#SageMaker.Waiter.ImageVersionDeleted.wait)
|
|
166
168
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/waiters/#imageversiondeletedwaiter)
|
|
167
169
|
"""
|
|
168
170
|
|
|
169
171
|
class NotebookInstanceDeletedWaiter(Waiter):
|
|
170
172
|
"""
|
|
171
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Waiter.NotebookInstanceDeleted)
|
|
173
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/waiter/NotebookInstanceDeleted.html#SageMaker.Waiter.NotebookInstanceDeleted)
|
|
172
174
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/waiters/#notebookinstancedeletedwaiter)
|
|
173
175
|
"""
|
|
174
176
|
def wait(
|
|
175
177
|
self, **kwargs: Unpack[DescribeNotebookInstanceInputNotebookInstanceDeletedWaitTypeDef]
|
|
176
178
|
) -> None:
|
|
177
179
|
"""
|
|
178
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Waiter.NotebookInstanceDeleted.wait)
|
|
180
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/waiter/NotebookInstanceDeleted.html#SageMaker.Waiter.NotebookInstanceDeleted.wait)
|
|
179
181
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/waiters/#notebookinstancedeletedwaiter)
|
|
180
182
|
"""
|
|
181
183
|
|
|
182
184
|
class NotebookInstanceInServiceWaiter(Waiter):
|
|
183
185
|
"""
|
|
184
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Waiter.NotebookInstanceInService)
|
|
186
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/waiter/NotebookInstanceInService.html#SageMaker.Waiter.NotebookInstanceInService)
|
|
185
187
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/waiters/#notebookinstanceinservicewaiter)
|
|
186
188
|
"""
|
|
187
189
|
def wait(
|
|
188
190
|
self, **kwargs: Unpack[DescribeNotebookInstanceInputNotebookInstanceInServiceWaitTypeDef]
|
|
189
191
|
) -> None:
|
|
190
192
|
"""
|
|
191
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Waiter.NotebookInstanceInService.wait)
|
|
193
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/waiter/NotebookInstanceInService.html#SageMaker.Waiter.NotebookInstanceInService.wait)
|
|
192
194
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/waiters/#notebookinstanceinservicewaiter)
|
|
193
195
|
"""
|
|
194
196
|
|
|
195
197
|
class NotebookInstanceStoppedWaiter(Waiter):
|
|
196
198
|
"""
|
|
197
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Waiter.NotebookInstanceStopped)
|
|
199
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/waiter/NotebookInstanceStopped.html#SageMaker.Waiter.NotebookInstanceStopped)
|
|
198
200
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/waiters/#notebookinstancestoppedwaiter)
|
|
199
201
|
"""
|
|
200
202
|
def wait(
|
|
201
203
|
self, **kwargs: Unpack[DescribeNotebookInstanceInputNotebookInstanceStoppedWaitTypeDef]
|
|
202
204
|
) -> None:
|
|
203
205
|
"""
|
|
204
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Waiter.NotebookInstanceStopped.wait)
|
|
206
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/waiter/NotebookInstanceStopped.html#SageMaker.Waiter.NotebookInstanceStopped.wait)
|
|
205
207
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/waiters/#notebookinstancestoppedwaiter)
|
|
206
208
|
"""
|
|
207
209
|
|
|
208
210
|
class ProcessingJobCompletedOrStoppedWaiter(Waiter):
|
|
209
211
|
"""
|
|
210
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Waiter.ProcessingJobCompletedOrStopped)
|
|
212
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/waiter/ProcessingJobCompletedOrStopped.html#SageMaker.Waiter.ProcessingJobCompletedOrStopped)
|
|
211
213
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/waiters/#processingjobcompletedorstoppedwaiter)
|
|
212
214
|
"""
|
|
213
215
|
def wait(
|
|
@@ -215,32 +217,32 @@ class ProcessingJobCompletedOrStoppedWaiter(Waiter):
|
|
|
215
217
|
**kwargs: Unpack[DescribeProcessingJobRequestProcessingJobCompletedOrStoppedWaitTypeDef],
|
|
216
218
|
) -> None:
|
|
217
219
|
"""
|
|
218
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Waiter.ProcessingJobCompletedOrStopped.wait)
|
|
220
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/waiter/ProcessingJobCompletedOrStopped.html#SageMaker.Waiter.ProcessingJobCompletedOrStopped.wait)
|
|
219
221
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/waiters/#processingjobcompletedorstoppedwaiter)
|
|
220
222
|
"""
|
|
221
223
|
|
|
222
224
|
class TrainingJobCompletedOrStoppedWaiter(Waiter):
|
|
223
225
|
"""
|
|
224
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Waiter.TrainingJobCompletedOrStopped)
|
|
226
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/waiter/TrainingJobCompletedOrStopped.html#SageMaker.Waiter.TrainingJobCompletedOrStopped)
|
|
225
227
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/waiters/#trainingjobcompletedorstoppedwaiter)
|
|
226
228
|
"""
|
|
227
229
|
def wait(
|
|
228
230
|
self, **kwargs: Unpack[DescribeTrainingJobRequestTrainingJobCompletedOrStoppedWaitTypeDef]
|
|
229
231
|
) -> None:
|
|
230
232
|
"""
|
|
231
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Waiter.TrainingJobCompletedOrStopped.wait)
|
|
233
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/waiter/TrainingJobCompletedOrStopped.html#SageMaker.Waiter.TrainingJobCompletedOrStopped.wait)
|
|
232
234
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/waiters/#trainingjobcompletedorstoppedwaiter)
|
|
233
235
|
"""
|
|
234
236
|
|
|
235
237
|
class TransformJobCompletedOrStoppedWaiter(Waiter):
|
|
236
238
|
"""
|
|
237
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Waiter.TransformJobCompletedOrStopped)
|
|
239
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/waiter/TransformJobCompletedOrStopped.html#SageMaker.Waiter.TransformJobCompletedOrStopped)
|
|
238
240
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/waiters/#transformjobcompletedorstoppedwaiter)
|
|
239
241
|
"""
|
|
240
242
|
def wait(
|
|
241
243
|
self, **kwargs: Unpack[DescribeTransformJobRequestTransformJobCompletedOrStoppedWaitTypeDef]
|
|
242
244
|
) -> None:
|
|
243
245
|
"""
|
|
244
|
-
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Waiter.TransformJobCompletedOrStopped.wait)
|
|
246
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker/waiter/TransformJobCompletedOrStopped.html#SageMaker.Waiter.TransformJobCompletedOrStopped.wait)
|
|
245
247
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/waiters/#transformjobcompletedorstoppedwaiter)
|
|
246
248
|
"""
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mypy-boto3-sagemaker
|
|
3
|
-
Version: 1.35.
|
|
4
|
-
Summary: Type annotations for boto3
|
|
3
|
+
Version: 1.35.68
|
|
4
|
+
Summary: Type annotations for boto3 SageMaker 1.35.68 service generated with mypy-boto3-builder 8.3.1
|
|
5
5
|
Home-page: https://github.com/youtype/mypy_boto3_builder
|
|
6
6
|
Author: Vlad Emelianov
|
|
7
7
|
Author-email: vlad.emelianov.nz@gmail.com
|
|
@@ -36,16 +36,15 @@ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
|
|
|
36
36
|
|
|
37
37
|
# mypy-boto3-sagemaker
|
|
38
38
|
|
|
39
|
-
[](https://pypi.org/project/mypy-boto3-sagemaker)
|
|
40
|
-
[](https://pypi.org/project/mypy-boto3-sagemaker)
|
|
41
|
-
[](https://youtype.github.io/boto3_stubs_docs/
|
|
42
|
-
[](https://
|
|
39
|
+
[](https://pypi.org/project/mypy-boto3-sagemaker/)
|
|
40
|
+
[](https://pypi.org/project/mypy-boto3-sagemaker/)
|
|
41
|
+
[](https://youtype.github.io/boto3_stubs_docs/)
|
|
42
|
+
[](https://pypistats.org/packages/mypy-boto3-sagemaker)
|
|
43
43
|
|
|
44
44
|

|
|
45
45
|
|
|
46
|
-
Type annotations for
|
|
47
|
-
[
|
|
48
|
-
service compatible with [VSCode](https://code.visualstudio.com/),
|
|
46
|
+
Type annotations for [boto3 SageMaker 1.35.68](https://pypi.org/project/boto3/)
|
|
47
|
+
compatible with [VSCode](https://code.visualstudio.com/),
|
|
49
48
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
50
49
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
51
50
|
[Sublime Text](https://www.sublimetext.com/),
|
|
@@ -53,13 +52,13 @@ service compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
53
52
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
54
53
|
|
|
55
54
|
Generated by
|
|
56
|
-
[mypy-boto3-builder 8.
|
|
55
|
+
[mypy-boto3-builder 8.3.1](https://github.com/youtype/mypy_boto3_builder).
|
|
57
56
|
|
|
58
57
|
More information can be found on
|
|
59
58
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
60
59
|
[mypy-boto3-sagemaker docs](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/).
|
|
61
60
|
|
|
62
|
-
See how it helps
|
|
61
|
+
See how it helps you find and fix potential bugs:
|
|
63
62
|
|
|
64
63
|

|
|
65
64
|
|
|
@@ -159,16 +158,31 @@ annotations required, write your `boto3` code as usual.
|
|
|
159
158
|
|
|
160
159
|
### PyCharm
|
|
161
160
|
|
|
162
|
-
|
|
161
|
+
> ⚠️ Due to slow PyCharm performance on `Literal` overloads (issue
|
|
162
|
+
> [PY-40997](https://youtrack.jetbrains.com/issue/PY-40997)), it is recommended
|
|
163
|
+
> to use [boto3-stubs-lite](https://pypi.org/project/boto3-stubs-lite/) until
|
|
164
|
+
> the issue is resolved.
|
|
165
|
+
|
|
166
|
+
> ⚠️ If you experience slow performance and high CPU usage, try to disable
|
|
167
|
+
> `PyCharm` type checker and use [mypy](https://github.com/python/mypy) or
|
|
168
|
+
> [pyright](https://github.com/microsoft/pyright) instead.
|
|
169
|
+
|
|
170
|
+
> ⚠️ To continue using `PyCharm` type checker, you can try to replace
|
|
171
|
+
> `boto3-stubs` with
|
|
172
|
+
> [boto3-stubs-lite](https://pypi.org/project/boto3-stubs-lite/):
|
|
163
173
|
|
|
164
174
|
```bash
|
|
165
|
-
|
|
175
|
+
pip uninstall boto3-stubs
|
|
176
|
+
pip install boto3-stubs-lite
|
|
166
177
|
```
|
|
167
178
|
|
|
168
|
-
|
|
169
|
-
|
|
179
|
+
Install `boto3-stubs[sagemaker]` in your environment:
|
|
180
|
+
|
|
181
|
+
```bash
|
|
182
|
+
python -m pip install 'boto3-stubs[sagemaker]'
|
|
183
|
+
```
|
|
170
184
|
|
|
171
|
-
|
|
185
|
+
Both type checking and code completion should now work.
|
|
172
186
|
|
|
173
187
|
<a id="emacs"></a>
|
|
174
188
|
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
mypy_boto3_sagemaker/__init__.py,sha256=c_BpdLyoMwjra3k6Y-a7ZEg4xjHIgMJpH5EI9ALNncY,19889
|
|
2
|
+
mypy_boto3_sagemaker/__init__.pyi,sha256=TREr5gIgLR7Tb6oKo0Nc1NsvI7tTAySX6l6pWhquO2o,19888
|
|
3
|
+
mypy_boto3_sagemaker/__main__.py,sha256=pEfJqfHtWSEbJRl6hIEd3tHf-NpMquTYhBCvmo4lv54,957
|
|
4
|
+
mypy_boto3_sagemaker/client.py,sha256=jww0Wka9nZKZTPtjK0kqfwTFBt8E3fzJyrV-i1RJzM8,249644
|
|
5
|
+
mypy_boto3_sagemaker/client.pyi,sha256=p3EQxJM4YgvD_5Vumlz9X2oUXsRsQzn-KBIrvABTffI,249640
|
|
6
|
+
mypy_boto3_sagemaker/literals.py,sha256=zfrf5aKIctGzw8z7vxLHJZmFhbki_trFxW2nQYGOxIM,75055
|
|
7
|
+
mypy_boto3_sagemaker/literals.pyi,sha256=J2qi8NtSJuTLoEXAqeJHz7LmtNKJzs-VQRbju4cpP58,75053
|
|
8
|
+
mypy_boto3_sagemaker/paginator.py,sha256=D7Ln-RHzxiob2rZCpXl__wSf_6cWRr5-9j3Vtk3eMzM,93794
|
|
9
|
+
mypy_boto3_sagemaker/paginator.pyi,sha256=hnWdLyIT-BeicGxvmArL0Eb2UdbAbN0-BR47KLI3ttI,93643
|
|
10
|
+
mypy_boto3_sagemaker/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
+
mypy_boto3_sagemaker/type_defs.py,sha256=Cje4w5--5RYJz-I1FcVtQY1un4a-Uco3w5CNuzGkynY,441331
|
|
12
|
+
mypy_boto3_sagemaker/type_defs.pyi,sha256=VLUX_UIXjcyckG_RU9Yy5ZXem9c4huxFcqF4uvPUyUY,439852
|
|
13
|
+
mypy_boto3_sagemaker/version.py,sha256=PcdOPBWwsAGW5n9X_5Y2mhMlza_5GJh35mY9J_rFf8Q,93
|
|
14
|
+
mypy_boto3_sagemaker/waiter.py,sha256=lFZNGbgWtR7c6Au8ED42rwrmoaxdTq3gCrC9SozEVbY,15104
|
|
15
|
+
mypy_boto3_sagemaker/waiter.pyi,sha256=nsVNAnPyopzM3cXozPgBDq6IfeVhbmNZKxBpp7Yvf4Q,15077
|
|
16
|
+
mypy_boto3_sagemaker-1.35.68.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
|
|
17
|
+
mypy_boto3_sagemaker-1.35.68.dist-info/METADATA,sha256=Q52tu1rCAe0KhVJz6MJG83mBIUZZAyysosc5La8JfLE,26581
|
|
18
|
+
mypy_boto3_sagemaker-1.35.68.dist-info/WHEEL,sha256=PZUExdf71Ui_so67QXpySuHtCi3-J3wvF4ORK6k_S8U,91
|
|
19
|
+
mypy_boto3_sagemaker-1.35.68.dist-info/top_level.txt,sha256=N0zhVlxG0hEXnfadzaPv0wPRAikaGUW7bvn1WBVrZXg,21
|
|
20
|
+
mypy_boto3_sagemaker-1.35.68.dist-info/RECORD,,
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
mypy_boto3_sagemaker/__init__.py,sha256=CskERA_y4s_h211n5gV6IuxELOr4Y3zcEzNZS9aSasM,19858
|
|
2
|
-
mypy_boto3_sagemaker/__init__.pyi,sha256=qNZ42DGbqlvxzW3ZF7CQo6MphIkQnaDX9OZfvQ1LIZU,19857
|
|
3
|
-
mypy_boto3_sagemaker/__main__.py,sha256=zGFkqQC1ZYVtHTBDVezyiU4hJSGCrtbVdffGLrhl3Uo,926
|
|
4
|
-
mypy_boto3_sagemaker/client.py,sha256=bhq5nJ5w1K2MBk2qHjzeyqqQgLfjwvQ6U4oqHysRp-o,254124
|
|
5
|
-
mypy_boto3_sagemaker/client.pyi,sha256=_P4J5gPqwoxSnSJDrfDymMKh7xxld_7DXlCJ7oBXD6w,254120
|
|
6
|
-
mypy_boto3_sagemaker/literals.py,sha256=lpUIGZ8UxzTjwI5o5UQZB2UKdTOW8Q4H_Cw-beaHySI,74294
|
|
7
|
-
mypy_boto3_sagemaker/literals.pyi,sha256=cF3yydSU1tM8BP94_a7WBSpBXh61sYApuKTbhIZ2QmI,74292
|
|
8
|
-
mypy_boto3_sagemaker/paginator.py,sha256=XxEV5ydQoG_e6U6FHvQSPZ_zgKTYiRG2nUxrGLnHWFQ,89269
|
|
9
|
-
mypy_boto3_sagemaker/paginator.pyi,sha256=7EwUqmoDRRlxfuk-5-vBJqIHD66EwtcyuFk6o9bFJmU,89118
|
|
10
|
-
mypy_boto3_sagemaker/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
-
mypy_boto3_sagemaker/type_defs.py,sha256=VwKOBH5HUxiPmapp7kDvaqDA_7WcRXznjyH58blLPV0,440320
|
|
12
|
-
mypy_boto3_sagemaker/type_defs.pyi,sha256=HtDdXbxedThWWeYfSulTAImCm0-Sa61xw6WMgisOogM,438845
|
|
13
|
-
mypy_boto3_sagemaker/version.py,sha256=gNj2wPXlQt7qn7355cWhMkjFTCyw_7rnAVK5GJ3_BYo,62
|
|
14
|
-
mypy_boto3_sagemaker/waiter.py,sha256=KKO4niBCTQALrdlTnKuiWICQC8BmGDvYrjXnZWnpD0c,14331
|
|
15
|
-
mypy_boto3_sagemaker/waiter.pyi,sha256=4xauDS_2um-f-waElqVGiDnN_7TCaMkJa8j8DkaaNw4,14304
|
|
16
|
-
mypy_boto3_sagemaker-1.35.61.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
|
|
17
|
-
mypy_boto3_sagemaker-1.35.61.dist-info/METADATA,sha256=6402utlaqMKFEavxpI1vtRIvPVKSkeSIP8Y2M8BsBiU,26089
|
|
18
|
-
mypy_boto3_sagemaker-1.35.61.dist-info/WHEEL,sha256=R06PA3UVYHThwHvxuRWMqaGcr-PuniXahwjmQRFMEkY,91
|
|
19
|
-
mypy_boto3_sagemaker-1.35.61.dist-info/top_level.txt,sha256=N0zhVlxG0hEXnfadzaPv0wPRAikaGUW7bvn1WBVrZXg,21
|
|
20
|
-
mypy_boto3_sagemaker-1.35.61.dist-info/RECORD,,
|
|
File without changes
|
{mypy_boto3_sagemaker-1.35.61.dist-info → mypy_boto3_sagemaker-1.35.68.dist-info}/top_level.txt
RENAMED
|
File without changes
|