mypy-boto3-sagemaker 1.35.86__tar.gz → 1.35.93__tar.gz
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-1.35.86 → mypy_boto3_sagemaker-1.35.93}/LICENSE +1 -1
- {mypy_boto3_sagemaker-1.35.86 → mypy_boto3_sagemaker-1.35.93}/PKG-INFO +6 -6
- {mypy_boto3_sagemaker-1.35.86 → mypy_boto3_sagemaker-1.35.93}/README.md +3 -3
- {mypy_boto3_sagemaker-1.35.86 → mypy_boto3_sagemaker-1.35.93}/mypy_boto3_sagemaker/__init__.py +1 -1
- {mypy_boto3_sagemaker-1.35.86 → mypy_boto3_sagemaker-1.35.93}/mypy_boto3_sagemaker/__init__.pyi +1 -1
- {mypy_boto3_sagemaker-1.35.86 → mypy_boto3_sagemaker-1.35.93}/mypy_boto3_sagemaker/__main__.py +5 -5
- {mypy_boto3_sagemaker-1.35.86 → mypy_boto3_sagemaker-1.35.93}/mypy_boto3_sagemaker/client.py +23 -17
- {mypy_boto3_sagemaker-1.35.86 → mypy_boto3_sagemaker-1.35.93}/mypy_boto3_sagemaker/client.pyi +23 -17
- {mypy_boto3_sagemaker-1.35.86 → mypy_boto3_sagemaker-1.35.93}/mypy_boto3_sagemaker/literals.py +1 -1
- {mypy_boto3_sagemaker-1.35.86 → mypy_boto3_sagemaker-1.35.93}/mypy_boto3_sagemaker/literals.pyi +1 -1
- {mypy_boto3_sagemaker-1.35.86 → mypy_boto3_sagemaker-1.35.93}/mypy_boto3_sagemaker/paginator.py +1 -1
- {mypy_boto3_sagemaker-1.35.86 → mypy_boto3_sagemaker-1.35.93}/mypy_boto3_sagemaker/paginator.pyi +1 -1
- {mypy_boto3_sagemaker-1.35.86 → mypy_boto3_sagemaker-1.35.93}/mypy_boto3_sagemaker/type_defs.py +401 -389
- {mypy_boto3_sagemaker-1.35.86 → mypy_boto3_sagemaker-1.35.93}/mypy_boto3_sagemaker/type_defs.pyi +401 -389
- mypy_boto3_sagemaker-1.35.93/mypy_boto3_sagemaker/version.py +7 -0
- {mypy_boto3_sagemaker-1.35.86 → mypy_boto3_sagemaker-1.35.93}/mypy_boto3_sagemaker/waiter.py +1 -1
- {mypy_boto3_sagemaker-1.35.86 → mypy_boto3_sagemaker-1.35.93}/mypy_boto3_sagemaker/waiter.pyi +1 -1
- {mypy_boto3_sagemaker-1.35.86 → mypy_boto3_sagemaker-1.35.93}/mypy_boto3_sagemaker.egg-info/PKG-INFO +6 -6
- {mypy_boto3_sagemaker-1.35.86 → mypy_boto3_sagemaker-1.35.93}/mypy_boto3_sagemaker.egg-info/requires.txt +1 -1
- {mypy_boto3_sagemaker-1.35.86 → mypy_boto3_sagemaker-1.35.93}/setup.py +4 -6
- mypy_boto3_sagemaker-1.35.86/mypy_boto3_sagemaker/version.py +0 -7
- {mypy_boto3_sagemaker-1.35.86 → mypy_boto3_sagemaker-1.35.93}/mypy_boto3_sagemaker/py.typed +0 -0
- {mypy_boto3_sagemaker-1.35.86 → mypy_boto3_sagemaker-1.35.93}/mypy_boto3_sagemaker.egg-info/SOURCES.txt +0 -0
- {mypy_boto3_sagemaker-1.35.86 → mypy_boto3_sagemaker-1.35.93}/mypy_boto3_sagemaker.egg-info/dependency_links.txt +0 -0
- {mypy_boto3_sagemaker-1.35.86 → mypy_boto3_sagemaker-1.35.93}/mypy_boto3_sagemaker.egg-info/not-zip-safe +0 -0
- {mypy_boto3_sagemaker-1.35.86 → mypy_boto3_sagemaker-1.35.93}/mypy_boto3_sagemaker.egg-info/top_level.txt +0 -0
- {mypy_boto3_sagemaker-1.35.86 → mypy_boto3_sagemaker-1.35.93}/setup.cfg +0 -0
|
@@ -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 SageMaker 1.35.
|
|
3
|
+
Version: 1.35.93
|
|
4
|
+
Summary: Type annotations for boto3 SageMaker 1.35.93 service generated with mypy-boto3-builder 8.8.0
|
|
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
|
|
@@ -30,7 +30,7 @@ Classifier: Typing :: Stubs Only
|
|
|
30
30
|
Requires-Python: >=3.8
|
|
31
31
|
Description-Content-Type: text/markdown
|
|
32
32
|
License-File: LICENSE
|
|
33
|
-
Requires-Dist: typing-extensions
|
|
33
|
+
Requires-Dist: typing-extensions; python_version < "3.12"
|
|
34
34
|
|
|
35
35
|
<a id="mypy-boto3-sagemaker"></a>
|
|
36
36
|
|
|
@@ -43,7 +43,7 @@ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
|
|
|
43
43
|
|
|
44
44
|

|
|
45
45
|
|
|
46
|
-
Type annotations for [boto3 SageMaker 1.35.
|
|
46
|
+
Type annotations for [boto3 SageMaker 1.35.93](https://pypi.org/project/boto3/)
|
|
47
47
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
48
48
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
49
49
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -52,7 +52,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
52
52
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
53
53
|
|
|
54
54
|
Generated with
|
|
55
|
-
[mypy-boto3-builder 8.
|
|
55
|
+
[mypy-boto3-builder 8.8.0](https://github.com/youtype/mypy_boto3_builder).
|
|
56
56
|
|
|
57
57
|
More information can be found on
|
|
58
58
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
@@ -106,7 +106,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
106
106
|
isolation.
|
|
107
107
|
|
|
108
108
|
1. Run mypy-boto3-builder in your package root directory:
|
|
109
|
-
`uvx --with 'boto3==1.35.
|
|
109
|
+
`uvx --with 'boto3==1.35.93' mypy_boto3_builder`
|
|
110
110
|
2. Select `boto3-stubs` AWS SDK.
|
|
111
111
|
3. Add `SageMaker` service.
|
|
112
112
|
4. Use provided commands to install generated packages.
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|

|
|
11
11
|
|
|
12
|
-
Type annotations for [boto3 SageMaker 1.35.
|
|
12
|
+
Type annotations for [boto3 SageMaker 1.35.93](https://pypi.org/project/boto3/)
|
|
13
13
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
14
14
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
15
15
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -18,7 +18,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
18
18
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
19
19
|
|
|
20
20
|
Generated with
|
|
21
|
-
[mypy-boto3-builder 8.
|
|
21
|
+
[mypy-boto3-builder 8.8.0](https://github.com/youtype/mypy_boto3_builder).
|
|
22
22
|
|
|
23
23
|
More information can be found on
|
|
24
24
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
@@ -72,7 +72,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
72
72
|
isolation.
|
|
73
73
|
|
|
74
74
|
1. Run mypy-boto3-builder in your package root directory:
|
|
75
|
-
`uvx --with 'boto3==1.35.
|
|
75
|
+
`uvx --with 'boto3==1.35.93' mypy_boto3_builder`
|
|
76
76
|
2. Select `boto3-stubs` AWS SDK.
|
|
77
77
|
3. Add `SageMaker` service.
|
|
78
78
|
4. Use provided commands to install generated packages.
|
{mypy_boto3_sagemaker-1.35.86 → mypy_boto3_sagemaker-1.35.93}/mypy_boto3_sagemaker/__main__.py
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"""
|
|
2
2
|
Main CLI entrypoint.
|
|
3
3
|
|
|
4
|
-
Copyright
|
|
4
|
+
Copyright 2025 Vlad Emelianov
|
|
5
5
|
"""
|
|
6
6
|
|
|
7
7
|
import sys
|
|
@@ -12,9 +12,9 @@ def print_info() -> None:
|
|
|
12
12
|
Print package info to stdout.
|
|
13
13
|
"""
|
|
14
14
|
sys.stdout.write(
|
|
15
|
-
"Type annotations for boto3 SageMaker 1.35.
|
|
16
|
-
"Version: 1.35.
|
|
17
|
-
"Builder version: 8.
|
|
15
|
+
"Type annotations for boto3 SageMaker 1.35.93\n"
|
|
16
|
+
"Version: 1.35.93\n"
|
|
17
|
+
"Builder version: 8.8.0\n"
|
|
18
18
|
"Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker//\n"
|
|
19
19
|
"Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#sagemaker\n"
|
|
20
20
|
"Other services: https://pypi.org/project/boto3-stubs/\n"
|
|
@@ -26,7 +26,7 @@ def print_version() -> None:
|
|
|
26
26
|
"""
|
|
27
27
|
Print package version to stdout.
|
|
28
28
|
"""
|
|
29
|
-
sys.stdout.write("1.35.
|
|
29
|
+
sys.stdout.write("1.35.93\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
{mypy_boto3_sagemaker-1.35.86 → mypy_boto3_sagemaker-1.35.93}/mypy_boto3_sagemaker/client.py
RENAMED
|
@@ -13,13 +13,13 @@ Usage::
|
|
|
13
13
|
client: SageMakerClient = session.client("sagemaker")
|
|
14
14
|
```
|
|
15
15
|
|
|
16
|
-
Copyright
|
|
16
|
+
Copyright 2025 Vlad Emelianov
|
|
17
17
|
"""
|
|
18
18
|
|
|
19
19
|
from __future__ import annotations
|
|
20
20
|
|
|
21
21
|
import sys
|
|
22
|
-
from typing import Any,
|
|
22
|
+
from typing import Any, overload
|
|
23
23
|
|
|
24
24
|
from botocore.client import BaseClient, ClientMeta
|
|
25
25
|
from botocore.errorfactory import BaseClientExceptions
|
|
@@ -763,6 +763,12 @@ from .waiter import (
|
|
|
763
763
|
TransformJobCompletedOrStoppedWaiter,
|
|
764
764
|
)
|
|
765
765
|
|
|
766
|
+
if sys.version_info >= (3, 9):
|
|
767
|
+
from builtins import dict as Dict
|
|
768
|
+
from builtins import type as Type
|
|
769
|
+
from collections.abc import Mapping
|
|
770
|
+
else:
|
|
771
|
+
from typing import Dict, Mapping, Type
|
|
766
772
|
if sys.version_info >= (3, 12):
|
|
767
773
|
from typing import Literal, Unpack
|
|
768
774
|
else:
|
|
@@ -773,11 +779,11 @@ __all__ = ("SageMakerClient",)
|
|
|
773
779
|
|
|
774
780
|
|
|
775
781
|
class Exceptions(BaseClientExceptions):
|
|
776
|
-
ClientError:
|
|
777
|
-
ConflictException:
|
|
778
|
-
ResourceInUse:
|
|
779
|
-
ResourceLimitExceeded:
|
|
780
|
-
ResourceNotFound:
|
|
782
|
+
ClientError: Type[BotocoreClientError]
|
|
783
|
+
ConflictException: Type[BotocoreClientError]
|
|
784
|
+
ResourceInUse: Type[BotocoreClientError]
|
|
785
|
+
ResourceLimitExceeded: Type[BotocoreClientError]
|
|
786
|
+
ResourceNotFound: Type[BotocoreClientError]
|
|
781
787
|
|
|
782
788
|
|
|
783
789
|
class SageMakerClient(BaseClient):
|
|
@@ -1743,7 +1749,7 @@ class SageMakerClient(BaseClient):
|
|
|
1743
1749
|
|
|
1744
1750
|
def delete_flow_definition(
|
|
1745
1751
|
self, **kwargs: Unpack[DeleteFlowDefinitionRequestRequestTypeDef]
|
|
1746
|
-
) ->
|
|
1752
|
+
) -> Dict[str, Any]:
|
|
1747
1753
|
"""
|
|
1748
1754
|
Deletes the specified flow definition.
|
|
1749
1755
|
|
|
@@ -1783,7 +1789,7 @@ class SageMakerClient(BaseClient):
|
|
|
1783
1789
|
|
|
1784
1790
|
def delete_human_task_ui(
|
|
1785
1791
|
self, **kwargs: Unpack[DeleteHumanTaskUiRequestRequestTypeDef]
|
|
1786
|
-
) ->
|
|
1792
|
+
) -> Dict[str, Any]:
|
|
1787
1793
|
"""
|
|
1788
1794
|
Use this operation to delete a human task user interface (worker task template).
|
|
1789
1795
|
|
|
@@ -1801,7 +1807,7 @@ class SageMakerClient(BaseClient):
|
|
|
1801
1807
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#delete_hyper_parameter_tuning_job)
|
|
1802
1808
|
"""
|
|
1803
1809
|
|
|
1804
|
-
def delete_image(self, **kwargs: Unpack[DeleteImageRequestRequestTypeDef]) ->
|
|
1810
|
+
def delete_image(self, **kwargs: Unpack[DeleteImageRequestRequestTypeDef]) -> Dict[str, Any]:
|
|
1805
1811
|
"""
|
|
1806
1812
|
Deletes a SageMaker AI image and all versions of the image.
|
|
1807
1813
|
|
|
@@ -1811,7 +1817,7 @@ class SageMakerClient(BaseClient):
|
|
|
1811
1817
|
|
|
1812
1818
|
def delete_image_version(
|
|
1813
1819
|
self, **kwargs: Unpack[DeleteImageVersionRequestRequestTypeDef]
|
|
1814
|
-
) ->
|
|
1820
|
+
) -> Dict[str, Any]:
|
|
1815
1821
|
"""
|
|
1816
1822
|
Deletes a version of a SageMaker AI image.
|
|
1817
1823
|
|
|
@@ -2019,7 +2025,7 @@ class SageMakerClient(BaseClient):
|
|
|
2019
2025
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#delete_studio_lifecycle_config)
|
|
2020
2026
|
"""
|
|
2021
2027
|
|
|
2022
|
-
def delete_tags(self, **kwargs: Unpack[DeleteTagsInputRequestTypeDef]) ->
|
|
2028
|
+
def delete_tags(self, **kwargs: Unpack[DeleteTagsInputRequestTypeDef]) -> Dict[str, Any]:
|
|
2023
2029
|
"""
|
|
2024
2030
|
Deletes the specified tags from an SageMaker resource.
|
|
2025
2031
|
|
|
@@ -2059,7 +2065,7 @@ class SageMakerClient(BaseClient):
|
|
|
2059
2065
|
|
|
2060
2066
|
def delete_workforce(
|
|
2061
2067
|
self, **kwargs: Unpack[DeleteWorkforceRequestRequestTypeDef]
|
|
2062
|
-
) ->
|
|
2068
|
+
) -> Dict[str, Any]:
|
|
2063
2069
|
"""
|
|
2064
2070
|
Use this operation to delete a workforce.
|
|
2065
2071
|
|
|
@@ -2769,7 +2775,7 @@ class SageMakerClient(BaseClient):
|
|
|
2769
2775
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_workteam)
|
|
2770
2776
|
"""
|
|
2771
2777
|
|
|
2772
|
-
def disable_sagemaker_servicecatalog_portfolio(self) ->
|
|
2778
|
+
def disable_sagemaker_servicecatalog_portfolio(self) -> Dict[str, Any]:
|
|
2773
2779
|
"""
|
|
2774
2780
|
Disables using Service Catalog in SageMaker.
|
|
2775
2781
|
|
|
@@ -2787,7 +2793,7 @@ class SageMakerClient(BaseClient):
|
|
|
2787
2793
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#disassociate_trial_component)
|
|
2788
2794
|
"""
|
|
2789
2795
|
|
|
2790
|
-
def enable_sagemaker_servicecatalog_portfolio(self) ->
|
|
2796
|
+
def enable_sagemaker_servicecatalog_portfolio(self) -> Dict[str, Any]:
|
|
2791
2797
|
"""
|
|
2792
2798
|
Enables using Service Catalog in SageMaker.
|
|
2793
2799
|
|
|
@@ -4282,7 +4288,7 @@ class SageMakerClient(BaseClient):
|
|
|
4282
4288
|
|
|
4283
4289
|
def update_notebook_instance(
|
|
4284
4290
|
self, **kwargs: Unpack[UpdateNotebookInstanceInputRequestTypeDef]
|
|
4285
|
-
) ->
|
|
4291
|
+
) -> Dict[str, Any]:
|
|
4286
4292
|
"""
|
|
4287
4293
|
Updates a notebook instance.
|
|
4288
4294
|
|
|
@@ -4292,7 +4298,7 @@ class SageMakerClient(BaseClient):
|
|
|
4292
4298
|
|
|
4293
4299
|
def update_notebook_instance_lifecycle_config(
|
|
4294
4300
|
self, **kwargs: Unpack[UpdateNotebookInstanceLifecycleConfigInputRequestTypeDef]
|
|
4295
|
-
) ->
|
|
4301
|
+
) -> Dict[str, Any]:
|
|
4296
4302
|
"""
|
|
4297
4303
|
Updates a notebook instance lifecycle configuration created with the <a
|
|
4298
4304
|
href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateNotebookInstanceLifecycleConfig.html">CreateNotebookInstanceLifecycleConfig</a>
|
{mypy_boto3_sagemaker-1.35.86 → mypy_boto3_sagemaker-1.35.93}/mypy_boto3_sagemaker/client.pyi
RENAMED
|
@@ -13,13 +13,13 @@ Usage::
|
|
|
13
13
|
client: SageMakerClient = session.client("sagemaker")
|
|
14
14
|
```
|
|
15
15
|
|
|
16
|
-
Copyright
|
|
16
|
+
Copyright 2025 Vlad Emelianov
|
|
17
17
|
"""
|
|
18
18
|
|
|
19
19
|
from __future__ import annotations
|
|
20
20
|
|
|
21
21
|
import sys
|
|
22
|
-
from typing import Any,
|
|
22
|
+
from typing import Any, overload
|
|
23
23
|
|
|
24
24
|
from botocore.client import BaseClient, ClientMeta
|
|
25
25
|
from botocore.errorfactory import BaseClientExceptions
|
|
@@ -763,6 +763,12 @@ from .waiter import (
|
|
|
763
763
|
TransformJobCompletedOrStoppedWaiter,
|
|
764
764
|
)
|
|
765
765
|
|
|
766
|
+
if sys.version_info >= (3, 9):
|
|
767
|
+
from builtins import dict as Dict
|
|
768
|
+
from builtins import type as Type
|
|
769
|
+
from collections.abc import Mapping
|
|
770
|
+
else:
|
|
771
|
+
from typing import Dict, Mapping, Type
|
|
766
772
|
if sys.version_info >= (3, 12):
|
|
767
773
|
from typing import Literal, Unpack
|
|
768
774
|
else:
|
|
@@ -771,11 +777,11 @@ else:
|
|
|
771
777
|
__all__ = ("SageMakerClient",)
|
|
772
778
|
|
|
773
779
|
class Exceptions(BaseClientExceptions):
|
|
774
|
-
ClientError:
|
|
775
|
-
ConflictException:
|
|
776
|
-
ResourceInUse:
|
|
777
|
-
ResourceLimitExceeded:
|
|
778
|
-
ResourceNotFound:
|
|
780
|
+
ClientError: Type[BotocoreClientError]
|
|
781
|
+
ConflictException: Type[BotocoreClientError]
|
|
782
|
+
ResourceInUse: Type[BotocoreClientError]
|
|
783
|
+
ResourceLimitExceeded: Type[BotocoreClientError]
|
|
784
|
+
ResourceNotFound: Type[BotocoreClientError]
|
|
779
785
|
|
|
780
786
|
class SageMakerClient(BaseClient):
|
|
781
787
|
"""
|
|
@@ -1740,7 +1746,7 @@ class SageMakerClient(BaseClient):
|
|
|
1740
1746
|
|
|
1741
1747
|
def delete_flow_definition(
|
|
1742
1748
|
self, **kwargs: Unpack[DeleteFlowDefinitionRequestRequestTypeDef]
|
|
1743
|
-
) ->
|
|
1749
|
+
) -> Dict[str, Any]:
|
|
1744
1750
|
"""
|
|
1745
1751
|
Deletes the specified flow definition.
|
|
1746
1752
|
|
|
@@ -1780,7 +1786,7 @@ class SageMakerClient(BaseClient):
|
|
|
1780
1786
|
|
|
1781
1787
|
def delete_human_task_ui(
|
|
1782
1788
|
self, **kwargs: Unpack[DeleteHumanTaskUiRequestRequestTypeDef]
|
|
1783
|
-
) ->
|
|
1789
|
+
) -> Dict[str, Any]:
|
|
1784
1790
|
"""
|
|
1785
1791
|
Use this operation to delete a human task user interface (worker task template).
|
|
1786
1792
|
|
|
@@ -1798,7 +1804,7 @@ class SageMakerClient(BaseClient):
|
|
|
1798
1804
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#delete_hyper_parameter_tuning_job)
|
|
1799
1805
|
"""
|
|
1800
1806
|
|
|
1801
|
-
def delete_image(self, **kwargs: Unpack[DeleteImageRequestRequestTypeDef]) ->
|
|
1807
|
+
def delete_image(self, **kwargs: Unpack[DeleteImageRequestRequestTypeDef]) -> Dict[str, Any]:
|
|
1802
1808
|
"""
|
|
1803
1809
|
Deletes a SageMaker AI image and all versions of the image.
|
|
1804
1810
|
|
|
@@ -1808,7 +1814,7 @@ class SageMakerClient(BaseClient):
|
|
|
1808
1814
|
|
|
1809
1815
|
def delete_image_version(
|
|
1810
1816
|
self, **kwargs: Unpack[DeleteImageVersionRequestRequestTypeDef]
|
|
1811
|
-
) ->
|
|
1817
|
+
) -> Dict[str, Any]:
|
|
1812
1818
|
"""
|
|
1813
1819
|
Deletes a version of a SageMaker AI image.
|
|
1814
1820
|
|
|
@@ -2016,7 +2022,7 @@ class SageMakerClient(BaseClient):
|
|
|
2016
2022
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#delete_studio_lifecycle_config)
|
|
2017
2023
|
"""
|
|
2018
2024
|
|
|
2019
|
-
def delete_tags(self, **kwargs: Unpack[DeleteTagsInputRequestTypeDef]) ->
|
|
2025
|
+
def delete_tags(self, **kwargs: Unpack[DeleteTagsInputRequestTypeDef]) -> Dict[str, Any]:
|
|
2020
2026
|
"""
|
|
2021
2027
|
Deletes the specified tags from an SageMaker resource.
|
|
2022
2028
|
|
|
@@ -2056,7 +2062,7 @@ class SageMakerClient(BaseClient):
|
|
|
2056
2062
|
|
|
2057
2063
|
def delete_workforce(
|
|
2058
2064
|
self, **kwargs: Unpack[DeleteWorkforceRequestRequestTypeDef]
|
|
2059
|
-
) ->
|
|
2065
|
+
) -> Dict[str, Any]:
|
|
2060
2066
|
"""
|
|
2061
2067
|
Use this operation to delete a workforce.
|
|
2062
2068
|
|
|
@@ -2766,7 +2772,7 @@ class SageMakerClient(BaseClient):
|
|
|
2766
2772
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_workteam)
|
|
2767
2773
|
"""
|
|
2768
2774
|
|
|
2769
|
-
def disable_sagemaker_servicecatalog_portfolio(self) ->
|
|
2775
|
+
def disable_sagemaker_servicecatalog_portfolio(self) -> Dict[str, Any]:
|
|
2770
2776
|
"""
|
|
2771
2777
|
Disables using Service Catalog in SageMaker.
|
|
2772
2778
|
|
|
@@ -2784,7 +2790,7 @@ class SageMakerClient(BaseClient):
|
|
|
2784
2790
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#disassociate_trial_component)
|
|
2785
2791
|
"""
|
|
2786
2792
|
|
|
2787
|
-
def enable_sagemaker_servicecatalog_portfolio(self) ->
|
|
2793
|
+
def enable_sagemaker_servicecatalog_portfolio(self) -> Dict[str, Any]:
|
|
2788
2794
|
"""
|
|
2789
2795
|
Enables using Service Catalog in SageMaker.
|
|
2790
2796
|
|
|
@@ -4279,7 +4285,7 @@ class SageMakerClient(BaseClient):
|
|
|
4279
4285
|
|
|
4280
4286
|
def update_notebook_instance(
|
|
4281
4287
|
self, **kwargs: Unpack[UpdateNotebookInstanceInputRequestTypeDef]
|
|
4282
|
-
) ->
|
|
4288
|
+
) -> Dict[str, Any]:
|
|
4283
4289
|
"""
|
|
4284
4290
|
Updates a notebook instance.
|
|
4285
4291
|
|
|
@@ -4289,7 +4295,7 @@ class SageMakerClient(BaseClient):
|
|
|
4289
4295
|
|
|
4290
4296
|
def update_notebook_instance_lifecycle_config(
|
|
4291
4297
|
self, **kwargs: Unpack[UpdateNotebookInstanceLifecycleConfigInputRequestTypeDef]
|
|
4292
|
-
) ->
|
|
4298
|
+
) -> Dict[str, Any]:
|
|
4293
4299
|
"""
|
|
4294
4300
|
Updates a notebook instance lifecycle configuration created with the <a
|
|
4295
4301
|
href="https://docs.aws.amazon.com/sagemaker/latest/APIReference/API_CreateNotebookInstanceLifecycleConfig.html">CreateNotebookInstanceLifecycleConfig</a>
|