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/literals.py
CHANGED
|
@@ -3,6 +3,8 @@ Type annotations for sagemaker service literal definitions.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/literals/)
|
|
5
5
|
|
|
6
|
+
Copyright 2025 Vlad Emelianov
|
|
7
|
+
|
|
6
8
|
Usage::
|
|
7
9
|
|
|
8
10
|
```python
|
|
@@ -10,8 +12,6 @@ Usage::
|
|
|
10
12
|
|
|
11
13
|
data: ActionStatusType = "Completed"
|
|
12
14
|
```
|
|
13
|
-
|
|
14
|
-
Copyright 2025 Vlad Emelianov
|
|
15
15
|
"""
|
|
16
16
|
|
|
17
17
|
import sys
|
|
@@ -1673,6 +1673,7 @@ ProductionVariantInstanceTypeType = Literal[
|
|
|
1673
1673
|
"ml.p4de.24xlarge",
|
|
1674
1674
|
"ml.p5.48xlarge",
|
|
1675
1675
|
"ml.p5e.48xlarge",
|
|
1676
|
+
"ml.p5en.48xlarge",
|
|
1676
1677
|
"ml.r5.12xlarge",
|
|
1677
1678
|
"ml.r5.24xlarge",
|
|
1678
1679
|
"ml.r5.2xlarge",
|
|
@@ -3,6 +3,8 @@ Type annotations for sagemaker service literal definitions.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/literals/)
|
|
5
5
|
|
|
6
|
+
Copyright 2025 Vlad Emelianov
|
|
7
|
+
|
|
6
8
|
Usage::
|
|
7
9
|
|
|
8
10
|
```python
|
|
@@ -10,8 +12,6 @@ Usage::
|
|
|
10
12
|
|
|
11
13
|
data: ActionStatusType = "Completed"
|
|
12
14
|
```
|
|
13
|
-
|
|
14
|
-
Copyright 2025 Vlad Emelianov
|
|
15
15
|
"""
|
|
16
16
|
|
|
17
17
|
import sys
|
|
@@ -1671,6 +1671,7 @@ ProductionVariantInstanceTypeType = Literal[
|
|
|
1671
1671
|
"ml.p4de.24xlarge",
|
|
1672
1672
|
"ml.p5.48xlarge",
|
|
1673
1673
|
"ml.p5e.48xlarge",
|
|
1674
|
+
"ml.p5en.48xlarge",
|
|
1674
1675
|
"ml.r5.12xlarge",
|
|
1675
1676
|
"ml.r5.24xlarge",
|
|
1676
1677
|
"ml.r5.2xlarge",
|
|
@@ -3,6 +3,8 @@ Type annotations for sagemaker service client paginators.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/)
|
|
5
5
|
|
|
6
|
+
Copyright 2025 Vlad Emelianov
|
|
7
|
+
|
|
6
8
|
Usage::
|
|
7
9
|
|
|
8
10
|
```python
|
|
@@ -172,8 +174,6 @@ Usage::
|
|
|
172
174
|
list_workteams_paginator: ListWorkteamsPaginator = client.get_paginator("list_workteams")
|
|
173
175
|
search_paginator: SearchPaginator = client.get_paginator("search")
|
|
174
176
|
```
|
|
175
|
-
|
|
176
|
-
Copyright 2025 Vlad Emelianov
|
|
177
177
|
"""
|
|
178
178
|
|
|
179
179
|
from __future__ import annotations
|
|
@@ -3,6 +3,8 @@ Type annotations for sagemaker service client paginators.
|
|
|
3
3
|
|
|
4
4
|
[Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/paginators/)
|
|
5
5
|
|
|
6
|
+
Copyright 2025 Vlad Emelianov
|
|
7
|
+
|
|
6
8
|
Usage::
|
|
7
9
|
|
|
8
10
|
```python
|
|
@@ -172,8 +174,6 @@ Usage::
|
|
|
172
174
|
list_workteams_paginator: ListWorkteamsPaginator = client.get_paginator("list_workteams")
|
|
173
175
|
search_paginator: SearchPaginator = client.get_paginator("search")
|
|
174
176
|
```
|
|
175
|
-
|
|
176
|
-
Copyright 2025 Vlad Emelianov
|
|
177
177
|
"""
|
|
178
178
|
|
|
179
179
|
from __future__ import annotations
|