mypy-boto3-sagemaker 1.34.129__tar.gz → 1.34.131__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.34.129 → mypy_boto3_sagemaker-1.34.131}/PKG-INFO +3 -3
- {mypy_boto3_sagemaker-1.34.129 → mypy_boto3_sagemaker-1.34.131}/README.md +1 -1
- {mypy_boto3_sagemaker-1.34.129 → mypy_boto3_sagemaker-1.34.131}/mypy_boto3_sagemaker/__main__.py +3 -3
- mypy_boto3_sagemaker-1.34.129/mypy_boto3_sagemaker/client.pyi → mypy_boto3_sagemaker-1.34.131/mypy_boto3_sagemaker/client.py +33 -1
- mypy_boto3_sagemaker-1.34.129/mypy_boto3_sagemaker/client.py → mypy_boto3_sagemaker-1.34.131/mypy_boto3_sagemaker/client.pyi +30 -4
- {mypy_boto3_sagemaker-1.34.129 → mypy_boto3_sagemaker-1.34.131}/mypy_boto3_sagemaker/literals.py +3 -1
- {mypy_boto3_sagemaker-1.34.129 → mypy_boto3_sagemaker-1.34.131}/mypy_boto3_sagemaker/literals.pyi +3 -1
- {mypy_boto3_sagemaker-1.34.129 → mypy_boto3_sagemaker-1.34.131}/mypy_boto3_sagemaker/type_defs.py +49 -5
- {mypy_boto3_sagemaker-1.34.129 → mypy_boto3_sagemaker-1.34.131}/mypy_boto3_sagemaker/type_defs.pyi +49 -5
- {mypy_boto3_sagemaker-1.34.129 → mypy_boto3_sagemaker-1.34.131}/mypy_boto3_sagemaker/version.py +1 -1
- {mypy_boto3_sagemaker-1.34.129 → mypy_boto3_sagemaker-1.34.131}/mypy_boto3_sagemaker.egg-info/PKG-INFO +3 -3
- {mypy_boto3_sagemaker-1.34.129 → mypy_boto3_sagemaker-1.34.131}/setup.py +2 -2
- {mypy_boto3_sagemaker-1.34.129 → mypy_boto3_sagemaker-1.34.131}/LICENSE +0 -0
- {mypy_boto3_sagemaker-1.34.129 → mypy_boto3_sagemaker-1.34.131}/mypy_boto3_sagemaker/__init__.py +0 -0
- {mypy_boto3_sagemaker-1.34.129 → mypy_boto3_sagemaker-1.34.131}/mypy_boto3_sagemaker/__init__.pyi +0 -0
- {mypy_boto3_sagemaker-1.34.129 → mypy_boto3_sagemaker-1.34.131}/mypy_boto3_sagemaker/paginator.py +0 -0
- {mypy_boto3_sagemaker-1.34.129 → mypy_boto3_sagemaker-1.34.131}/mypy_boto3_sagemaker/paginator.pyi +0 -0
- {mypy_boto3_sagemaker-1.34.129 → mypy_boto3_sagemaker-1.34.131}/mypy_boto3_sagemaker/py.typed +0 -0
- {mypy_boto3_sagemaker-1.34.129 → mypy_boto3_sagemaker-1.34.131}/mypy_boto3_sagemaker/waiter.py +0 -0
- {mypy_boto3_sagemaker-1.34.129 → mypy_boto3_sagemaker-1.34.131}/mypy_boto3_sagemaker/waiter.pyi +0 -0
- {mypy_boto3_sagemaker-1.34.129 → mypy_boto3_sagemaker-1.34.131}/mypy_boto3_sagemaker.egg-info/SOURCES.txt +0 -0
- {mypy_boto3_sagemaker-1.34.129 → mypy_boto3_sagemaker-1.34.131}/mypy_boto3_sagemaker.egg-info/dependency_links.txt +0 -0
- {mypy_boto3_sagemaker-1.34.129 → mypy_boto3_sagemaker-1.34.131}/mypy_boto3_sagemaker.egg-info/not-zip-safe +0 -0
- {mypy_boto3_sagemaker-1.34.129 → mypy_boto3_sagemaker-1.34.131}/mypy_boto3_sagemaker.egg-info/requires.txt +0 -0
- {mypy_boto3_sagemaker-1.34.129 → mypy_boto3_sagemaker-1.34.131}/mypy_boto3_sagemaker.egg-info/top_level.txt +0 -0
- {mypy_boto3_sagemaker-1.34.129 → mypy_boto3_sagemaker-1.34.131}/setup.cfg +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mypy-boto3-sagemaker
|
|
3
|
-
Version: 1.34.
|
|
4
|
-
Summary: Type annotations for boto3.SageMaker 1.34.
|
|
3
|
+
Version: 1.34.131
|
|
4
|
+
Summary: Type annotations for boto3.SageMaker 1.34.131 service generated with mypy-boto3-builder 7.24.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
|
|
@@ -43,7 +43,7 @@ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
|
|
|
43
43
|

|
|
44
44
|
|
|
45
45
|
Type annotations for
|
|
46
|
-
[boto3.SageMaker 1.34.
|
|
46
|
+
[boto3.SageMaker 1.34.131](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker)
|
|
47
47
|
service compatible with [VSCode](https://code.visualstudio.com/),
|
|
48
48
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
49
49
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|

|
|
11
11
|
|
|
12
12
|
Type annotations for
|
|
13
|
-
[boto3.SageMaker 1.34.
|
|
13
|
+
[boto3.SageMaker 1.34.131](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker)
|
|
14
14
|
service compatible with [VSCode](https://code.visualstudio.com/),
|
|
15
15
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
16
16
|
[Emacs](https://www.gnu.org/software/emacs/),
|
{mypy_boto3_sagemaker-1.34.129 → mypy_boto3_sagemaker-1.34.131}/mypy_boto3_sagemaker/__main__.py
RENAMED
|
@@ -10,8 +10,8 @@ def print_info() -> None:
|
|
|
10
10
|
Print package info to stdout.
|
|
11
11
|
"""
|
|
12
12
|
print(
|
|
13
|
-
"Type annotations for boto3.SageMaker 1.34.
|
|
14
|
-
"Version: 1.34.
|
|
13
|
+
"Type annotations for boto3.SageMaker 1.34.131\n"
|
|
14
|
+
"Version: 1.34.131\n"
|
|
15
15
|
"Builder version: 7.24.0\n"
|
|
16
16
|
"Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker//\n"
|
|
17
17
|
"Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker\n"
|
|
@@ -24,7 +24,7 @@ def print_version() -> None:
|
|
|
24
24
|
"""
|
|
25
25
|
Print package version to stdout.
|
|
26
26
|
"""
|
|
27
|
-
print("1.34.
|
|
27
|
+
print("1.34.131")
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
def main() -> None:
|
|
@@ -259,6 +259,7 @@ from .type_defs import (
|
|
|
259
259
|
CreateExperimentResponseTypeDef,
|
|
260
260
|
CreateFeatureGroupResponseTypeDef,
|
|
261
261
|
CreateFlowDefinitionResponseTypeDef,
|
|
262
|
+
CreateHubContentReferenceResponseTypeDef,
|
|
262
263
|
CreateHubResponseTypeDef,
|
|
263
264
|
CreateHumanTaskUiResponseTypeDef,
|
|
264
265
|
CreateHyperParameterTuningJobResponseTypeDef,
|
|
@@ -664,6 +665,7 @@ else:
|
|
|
664
665
|
|
|
665
666
|
__all__ = ("SageMakerClient",)
|
|
666
667
|
|
|
668
|
+
|
|
667
669
|
class BotocoreClientError(Exception):
|
|
668
670
|
MSG_TEMPLATE: str
|
|
669
671
|
|
|
@@ -671,6 +673,7 @@ class BotocoreClientError(Exception):
|
|
|
671
673
|
self.response: Dict[str, Any]
|
|
672
674
|
self.operation_name: str
|
|
673
675
|
|
|
676
|
+
|
|
674
677
|
class Exceptions:
|
|
675
678
|
ClientError: Type[BotocoreClientError]
|
|
676
679
|
ConflictException: Type[BotocoreClientError]
|
|
@@ -678,6 +681,7 @@ class Exceptions:
|
|
|
678
681
|
ResourceLimitExceeded: Type[BotocoreClientError]
|
|
679
682
|
ResourceNotFound: Type[BotocoreClientError]
|
|
680
683
|
|
|
684
|
+
|
|
681
685
|
class SageMakerClient(BaseClient):
|
|
682
686
|
"""
|
|
683
687
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Client)
|
|
@@ -1165,6 +1169,24 @@ class SageMakerClient(BaseClient):
|
|
|
1165
1169
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_hub)
|
|
1166
1170
|
"""
|
|
1167
1171
|
|
|
1172
|
+
def create_hub_content_reference(
|
|
1173
|
+
self,
|
|
1174
|
+
*,
|
|
1175
|
+
HubName: str,
|
|
1176
|
+
SageMakerPublicHubContentArn: str,
|
|
1177
|
+
HubContentName: str = ...,
|
|
1178
|
+
MinVersion: str = ...,
|
|
1179
|
+
Tags: Sequence[TagTypeDef] = ...,
|
|
1180
|
+
) -> CreateHubContentReferenceResponseTypeDef:
|
|
1181
|
+
"""
|
|
1182
|
+
Create a hub content reference in order to add a model in the JumpStart public
|
|
1183
|
+
hub to a private
|
|
1184
|
+
hub.
|
|
1185
|
+
|
|
1186
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Client.create_hub_content_reference)
|
|
1187
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_hub_content_reference)
|
|
1188
|
+
"""
|
|
1189
|
+
|
|
1168
1190
|
def create_human_task_ui(
|
|
1169
1191
|
self,
|
|
1170
1192
|
*,
|
|
@@ -2054,6 +2076,16 @@ class SageMakerClient(BaseClient):
|
|
|
2054
2076
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#delete_hub_content)
|
|
2055
2077
|
"""
|
|
2056
2078
|
|
|
2079
|
+
def delete_hub_content_reference(
|
|
2080
|
+
self, *, HubName: str, HubContentType: HubContentTypeType, HubContentName: str
|
|
2081
|
+
) -> EmptyResponseMetadataTypeDef:
|
|
2082
|
+
"""
|
|
2083
|
+
Delete a hub content reference in order to remove a model from a private hub.
|
|
2084
|
+
|
|
2085
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Client.delete_hub_content_reference)
|
|
2086
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#delete_hub_content_reference)
|
|
2087
|
+
"""
|
|
2088
|
+
|
|
2057
2089
|
def delete_human_task_ui(self, *, HumanTaskUiName: str) -> Dict[str, Any]:
|
|
2058
2090
|
"""
|
|
2059
2091
|
Use this operation to delete a human task user interface (worker task template).
|
|
@@ -2554,7 +2586,7 @@ class SageMakerClient(BaseClient):
|
|
|
2554
2586
|
|
|
2555
2587
|
def describe_hub(self, *, HubName: str) -> DescribeHubResponseTypeDef:
|
|
2556
2588
|
"""
|
|
2557
|
-
|
|
2589
|
+
Describes a hub.
|
|
2558
2590
|
|
|
2559
2591
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Client.describe_hub)
|
|
2560
2592
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_hub)
|
|
@@ -259,6 +259,7 @@ from .type_defs import (
|
|
|
259
259
|
CreateExperimentResponseTypeDef,
|
|
260
260
|
CreateFeatureGroupResponseTypeDef,
|
|
261
261
|
CreateFlowDefinitionResponseTypeDef,
|
|
262
|
+
CreateHubContentReferenceResponseTypeDef,
|
|
262
263
|
CreateHubResponseTypeDef,
|
|
263
264
|
CreateHumanTaskUiResponseTypeDef,
|
|
264
265
|
CreateHyperParameterTuningJobResponseTypeDef,
|
|
@@ -664,7 +665,6 @@ else:
|
|
|
664
665
|
|
|
665
666
|
__all__ = ("SageMakerClient",)
|
|
666
667
|
|
|
667
|
-
|
|
668
668
|
class BotocoreClientError(Exception):
|
|
669
669
|
MSG_TEMPLATE: str
|
|
670
670
|
|
|
@@ -672,7 +672,6 @@ class BotocoreClientError(Exception):
|
|
|
672
672
|
self.response: Dict[str, Any]
|
|
673
673
|
self.operation_name: str
|
|
674
674
|
|
|
675
|
-
|
|
676
675
|
class Exceptions:
|
|
677
676
|
ClientError: Type[BotocoreClientError]
|
|
678
677
|
ConflictException: Type[BotocoreClientError]
|
|
@@ -680,7 +679,6 @@ class Exceptions:
|
|
|
680
679
|
ResourceLimitExceeded: Type[BotocoreClientError]
|
|
681
680
|
ResourceNotFound: Type[BotocoreClientError]
|
|
682
681
|
|
|
683
|
-
|
|
684
682
|
class SageMakerClient(BaseClient):
|
|
685
683
|
"""
|
|
686
684
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Client)
|
|
@@ -1168,6 +1166,24 @@ class SageMakerClient(BaseClient):
|
|
|
1168
1166
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_hub)
|
|
1169
1167
|
"""
|
|
1170
1168
|
|
|
1169
|
+
def create_hub_content_reference(
|
|
1170
|
+
self,
|
|
1171
|
+
*,
|
|
1172
|
+
HubName: str,
|
|
1173
|
+
SageMakerPublicHubContentArn: str,
|
|
1174
|
+
HubContentName: str = ...,
|
|
1175
|
+
MinVersion: str = ...,
|
|
1176
|
+
Tags: Sequence[TagTypeDef] = ...,
|
|
1177
|
+
) -> CreateHubContentReferenceResponseTypeDef:
|
|
1178
|
+
"""
|
|
1179
|
+
Create a hub content reference in order to add a model in the JumpStart public
|
|
1180
|
+
hub to a private
|
|
1181
|
+
hub.
|
|
1182
|
+
|
|
1183
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Client.create_hub_content_reference)
|
|
1184
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#create_hub_content_reference)
|
|
1185
|
+
"""
|
|
1186
|
+
|
|
1171
1187
|
def create_human_task_ui(
|
|
1172
1188
|
self,
|
|
1173
1189
|
*,
|
|
@@ -2057,6 +2073,16 @@ class SageMakerClient(BaseClient):
|
|
|
2057
2073
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#delete_hub_content)
|
|
2058
2074
|
"""
|
|
2059
2075
|
|
|
2076
|
+
def delete_hub_content_reference(
|
|
2077
|
+
self, *, HubName: str, HubContentType: HubContentTypeType, HubContentName: str
|
|
2078
|
+
) -> EmptyResponseMetadataTypeDef:
|
|
2079
|
+
"""
|
|
2080
|
+
Delete a hub content reference in order to remove a model from a private hub.
|
|
2081
|
+
|
|
2082
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Client.delete_hub_content_reference)
|
|
2083
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#delete_hub_content_reference)
|
|
2084
|
+
"""
|
|
2085
|
+
|
|
2060
2086
|
def delete_human_task_ui(self, *, HumanTaskUiName: str) -> Dict[str, Any]:
|
|
2061
2087
|
"""
|
|
2062
2088
|
Use this operation to delete a human task user interface (worker task template).
|
|
@@ -2557,7 +2583,7 @@ class SageMakerClient(BaseClient):
|
|
|
2557
2583
|
|
|
2558
2584
|
def describe_hub(self, *, HubName: str) -> DescribeHubResponseTypeDef:
|
|
2559
2585
|
"""
|
|
2560
|
-
|
|
2586
|
+
Describes a hub.
|
|
2561
2587
|
|
|
2562
2588
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Client.describe_hub)
|
|
2563
2589
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#describe_hub)
|
{mypy_boto3_sagemaker-1.34.129 → mypy_boto3_sagemaker-1.34.131}/mypy_boto3_sagemaker/literals.py
RENAMED
|
@@ -113,6 +113,7 @@ __all__ = (
|
|
|
113
113
|
"FrameworkType",
|
|
114
114
|
"HubContentSortByType",
|
|
115
115
|
"HubContentStatusType",
|
|
116
|
+
"HubContentSupportStatusType",
|
|
116
117
|
"HubContentTypeType",
|
|
117
118
|
"HubSortByType",
|
|
118
119
|
"HubStatusType",
|
|
@@ -868,7 +869,8 @@ FrameworkType = Literal[
|
|
|
868
869
|
]
|
|
869
870
|
HubContentSortByType = Literal["CreationTime", "HubContentName", "HubContentStatus"]
|
|
870
871
|
HubContentStatusType = Literal["Available", "DeleteFailed", "Deleting", "ImportFailed", "Importing"]
|
|
871
|
-
|
|
872
|
+
HubContentSupportStatusType = Literal["Deprecated", "Supported"]
|
|
873
|
+
HubContentTypeType = Literal["Model", "ModelReference", "Notebook"]
|
|
872
874
|
HubSortByType = Literal["AccountIdOwner", "CreationTime", "HubName", "HubStatus"]
|
|
873
875
|
HubStatusType = Literal[
|
|
874
876
|
"CreateFailed", "Creating", "DeleteFailed", "Deleting", "InService", "UpdateFailed", "Updating"
|
{mypy_boto3_sagemaker-1.34.129 → mypy_boto3_sagemaker-1.34.131}/mypy_boto3_sagemaker/literals.pyi
RENAMED
|
@@ -113,6 +113,7 @@ __all__ = (
|
|
|
113
113
|
"FrameworkType",
|
|
114
114
|
"HubContentSortByType",
|
|
115
115
|
"HubContentStatusType",
|
|
116
|
+
"HubContentSupportStatusType",
|
|
116
117
|
"HubContentTypeType",
|
|
117
118
|
"HubSortByType",
|
|
118
119
|
"HubStatusType",
|
|
@@ -868,7 +869,8 @@ FrameworkType = Literal[
|
|
|
868
869
|
]
|
|
869
870
|
HubContentSortByType = Literal["CreationTime", "HubContentName", "HubContentStatus"]
|
|
870
871
|
HubContentStatusType = Literal["Available", "DeleteFailed", "Deleting", "ImportFailed", "Importing"]
|
|
871
|
-
|
|
872
|
+
HubContentSupportStatusType = Literal["Deprecated", "Supported"]
|
|
873
|
+
HubContentTypeType = Literal["Model", "ModelReference", "Notebook"]
|
|
872
874
|
HubSortByType = Literal["AccountIdOwner", "CreationTime", "HubName", "HubStatus"]
|
|
873
875
|
HubStatusType = Literal[
|
|
874
876
|
"CreateFailed", "Creating", "DeleteFailed", "Deleting", "InService", "UpdateFailed", "Updating"
|
{mypy_boto3_sagemaker-1.34.129 → mypy_boto3_sagemaker-1.34.131}/mypy_boto3_sagemaker/type_defs.py
RENAMED
|
@@ -105,6 +105,7 @@ from .literals import (
|
|
|
105
105
|
FrameworkType,
|
|
106
106
|
HubContentSortByType,
|
|
107
107
|
HubContentStatusType,
|
|
108
|
+
HubContentSupportStatusType,
|
|
108
109
|
HubContentTypeType,
|
|
109
110
|
HubSortByType,
|
|
110
111
|
HubStatusType,
|
|
@@ -486,6 +487,7 @@ __all__ = (
|
|
|
486
487
|
"DeleteExperimentRequestRequestTypeDef",
|
|
487
488
|
"DeleteFeatureGroupRequestRequestTypeDef",
|
|
488
489
|
"DeleteFlowDefinitionRequestRequestTypeDef",
|
|
490
|
+
"DeleteHubContentReferenceRequestRequestTypeDef",
|
|
489
491
|
"DeleteHubContentRequestRequestTypeDef",
|
|
490
492
|
"DeleteHubRequestRequestTypeDef",
|
|
491
493
|
"DeleteHumanTaskUiRequestRequestTypeDef",
|
|
@@ -682,6 +684,7 @@ __all__ = (
|
|
|
682
684
|
"InferenceComponentStartupParametersTypeDef",
|
|
683
685
|
"InferenceComponentSummaryTypeDef",
|
|
684
686
|
"InferenceExperimentScheduleExtraOutputTypeDef",
|
|
687
|
+
"InferenceHubAccessConfigTypeDef",
|
|
685
688
|
"RecommendationMetricsTypeDef",
|
|
686
689
|
"InferenceRecommendationsJobTypeDef",
|
|
687
690
|
"InstanceGroupTypeDef",
|
|
@@ -869,6 +872,7 @@ __all__ = (
|
|
|
869
872
|
"CreateExperimentResponseTypeDef",
|
|
870
873
|
"CreateFeatureGroupResponseTypeDef",
|
|
871
874
|
"CreateFlowDefinitionResponseTypeDef",
|
|
875
|
+
"CreateHubContentReferenceResponseTypeDef",
|
|
872
876
|
"CreateHubResponseTypeDef",
|
|
873
877
|
"CreateHumanTaskUiResponseTypeDef",
|
|
874
878
|
"CreateHyperParameterTuningJobResponseTypeDef",
|
|
@@ -972,6 +976,7 @@ __all__ = (
|
|
|
972
976
|
"AddTagsInputRequestTypeDef",
|
|
973
977
|
"AddTagsOutputTypeDef",
|
|
974
978
|
"CreateExperimentRequestRequestTypeDef",
|
|
979
|
+
"CreateHubContentReferenceRequestRequestTypeDef",
|
|
975
980
|
"CreateImageRequestRequestTypeDef",
|
|
976
981
|
"CreateMlflowTrackingServerRequestRequestTypeDef",
|
|
977
982
|
"CreateModelPackageGroupInputRequestTypeDef",
|
|
@@ -3272,6 +3277,14 @@ DeleteFlowDefinitionRequestRequestTypeDef = TypedDict(
|
|
|
3272
3277
|
"FlowDefinitionName": str,
|
|
3273
3278
|
},
|
|
3274
3279
|
)
|
|
3280
|
+
DeleteHubContentReferenceRequestRequestTypeDef = TypedDict(
|
|
3281
|
+
"DeleteHubContentReferenceRequestRequestTypeDef",
|
|
3282
|
+
{
|
|
3283
|
+
"HubName": str,
|
|
3284
|
+
"HubContentType": HubContentTypeType,
|
|
3285
|
+
"HubContentName": str,
|
|
3286
|
+
},
|
|
3287
|
+
)
|
|
3275
3288
|
DeleteHubContentRequestRequestTypeDef = TypedDict(
|
|
3276
3289
|
"DeleteHubContentRequestRequestTypeDef",
|
|
3277
3290
|
{
|
|
@@ -4538,9 +4551,12 @@ HubContentInfoTypeDef = TypedDict(
|
|
|
4538
4551
|
"DocumentSchemaVersion": str,
|
|
4539
4552
|
"HubContentStatus": HubContentStatusType,
|
|
4540
4553
|
"CreationTime": datetime,
|
|
4554
|
+
"SageMakerPublicHubContentArn": NotRequired[str],
|
|
4541
4555
|
"HubContentDisplayName": NotRequired[str],
|
|
4542
4556
|
"HubContentDescription": NotRequired[str],
|
|
4557
|
+
"SupportStatus": NotRequired[HubContentSupportStatusType],
|
|
4543
4558
|
"HubContentSearchKeywords": NotRequired[List[str]],
|
|
4559
|
+
"OriginalCreationTime": NotRequired[datetime],
|
|
4544
4560
|
},
|
|
4545
4561
|
)
|
|
4546
4562
|
HubInfoTypeDef = TypedDict(
|
|
@@ -4710,13 +4726,19 @@ InferenceExperimentScheduleExtraOutputTypeDef = TypedDict(
|
|
|
4710
4726
|
"EndTime": NotRequired[datetime],
|
|
4711
4727
|
},
|
|
4712
4728
|
)
|
|
4729
|
+
InferenceHubAccessConfigTypeDef = TypedDict(
|
|
4730
|
+
"InferenceHubAccessConfigTypeDef",
|
|
4731
|
+
{
|
|
4732
|
+
"HubContentArn": str,
|
|
4733
|
+
},
|
|
4734
|
+
)
|
|
4713
4735
|
RecommendationMetricsTypeDef = TypedDict(
|
|
4714
4736
|
"RecommendationMetricsTypeDef",
|
|
4715
4737
|
{
|
|
4716
|
-
"CostPerHour": float,
|
|
4717
|
-
"CostPerInference": float,
|
|
4718
|
-
"MaxInvocations": int,
|
|
4719
|
-
"ModelLatency": int,
|
|
4738
|
+
"CostPerHour": NotRequired[float],
|
|
4739
|
+
"CostPerInference": NotRequired[float],
|
|
4740
|
+
"MaxInvocations": NotRequired[int],
|
|
4741
|
+
"ModelLatency": NotRequired[int],
|
|
4720
4742
|
"CpuUtilization": NotRequired[float],
|
|
4721
4743
|
"MemoryUtilization": NotRequired[float],
|
|
4722
4744
|
"ModelSetupTime": NotRequired[int],
|
|
@@ -6217,6 +6239,14 @@ CreateFlowDefinitionResponseTypeDef = TypedDict(
|
|
|
6217
6239
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
6218
6240
|
},
|
|
6219
6241
|
)
|
|
6242
|
+
CreateHubContentReferenceResponseTypeDef = TypedDict(
|
|
6243
|
+
"CreateHubContentReferenceResponseTypeDef",
|
|
6244
|
+
{
|
|
6245
|
+
"HubArn": str,
|
|
6246
|
+
"HubContentArn": str,
|
|
6247
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
6248
|
+
},
|
|
6249
|
+
)
|
|
6220
6250
|
CreateHubResponseTypeDef = TypedDict(
|
|
6221
6251
|
"CreateHubResponseTypeDef",
|
|
6222
6252
|
{
|
|
@@ -6975,6 +7005,16 @@ CreateExperimentRequestRequestTypeDef = TypedDict(
|
|
|
6975
7005
|
"Tags": NotRequired[Sequence[TagTypeDef]],
|
|
6976
7006
|
},
|
|
6977
7007
|
)
|
|
7008
|
+
CreateHubContentReferenceRequestRequestTypeDef = TypedDict(
|
|
7009
|
+
"CreateHubContentReferenceRequestRequestTypeDef",
|
|
7010
|
+
{
|
|
7011
|
+
"HubName": str,
|
|
7012
|
+
"SageMakerPublicHubContentArn": str,
|
|
7013
|
+
"HubContentName": NotRequired[str],
|
|
7014
|
+
"MinVersion": NotRequired[str],
|
|
7015
|
+
"Tags": NotRequired[Sequence[TagTypeDef]],
|
|
7016
|
+
},
|
|
7017
|
+
)
|
|
6978
7018
|
CreateImageRequestRequestTypeDef = TypedDict(
|
|
6979
7019
|
"CreateImageRequestRequestTypeDef",
|
|
6980
7020
|
{
|
|
@@ -9281,6 +9321,9 @@ DescribeHubContentResponseTypeDef = TypedDict(
|
|
|
9281
9321
|
"HubContentDescription": str,
|
|
9282
9322
|
"HubContentMarkdown": str,
|
|
9283
9323
|
"HubContentDocument": str,
|
|
9324
|
+
"SageMakerPublicHubContentArn": str,
|
|
9325
|
+
"ReferenceMinVersion": str,
|
|
9326
|
+
"SupportStatus": HubContentSupportStatusType,
|
|
9284
9327
|
"HubContentSearchKeywords": List[str],
|
|
9285
9328
|
"HubContentDependencies": List[HubContentDependencyTypeDef],
|
|
9286
9329
|
"HubContentStatus": HubContentStatusType,
|
|
@@ -11002,6 +11045,7 @@ S3ModelDataSourceTypeDef = TypedDict(
|
|
|
11002
11045
|
"S3DataType": S3ModelDataTypeType,
|
|
11003
11046
|
"CompressionType": ModelCompressionTypeType,
|
|
11004
11047
|
"ModelAccessConfig": NotRequired[ModelAccessConfigTypeDef],
|
|
11048
|
+
"HubAccessConfig": NotRequired[InferenceHubAccessConfigTypeDef],
|
|
11005
11049
|
},
|
|
11006
11050
|
)
|
|
11007
11051
|
TextGenerationJobConfigOutputTypeDef = TypedDict(
|
|
@@ -12078,10 +12122,10 @@ SpaceSettingsTypeDef = TypedDict(
|
|
|
12078
12122
|
InferenceRecommendationTypeDef = TypedDict(
|
|
12079
12123
|
"InferenceRecommendationTypeDef",
|
|
12080
12124
|
{
|
|
12081
|
-
"Metrics": RecommendationMetricsTypeDef,
|
|
12082
12125
|
"EndpointConfiguration": EndpointOutputConfigurationTypeDef,
|
|
12083
12126
|
"ModelConfiguration": ModelConfigurationTypeDef,
|
|
12084
12127
|
"RecommendationId": NotRequired[str],
|
|
12128
|
+
"Metrics": NotRequired[RecommendationMetricsTypeDef],
|
|
12085
12129
|
"InvocationEndTime": NotRequired[datetime],
|
|
12086
12130
|
"InvocationStartTime": NotRequired[datetime],
|
|
12087
12131
|
},
|
{mypy_boto3_sagemaker-1.34.129 → mypy_boto3_sagemaker-1.34.131}/mypy_boto3_sagemaker/type_defs.pyi
RENAMED
|
@@ -105,6 +105,7 @@ from .literals import (
|
|
|
105
105
|
FrameworkType,
|
|
106
106
|
HubContentSortByType,
|
|
107
107
|
HubContentStatusType,
|
|
108
|
+
HubContentSupportStatusType,
|
|
108
109
|
HubContentTypeType,
|
|
109
110
|
HubSortByType,
|
|
110
111
|
HubStatusType,
|
|
@@ -486,6 +487,7 @@ __all__ = (
|
|
|
486
487
|
"DeleteExperimentRequestRequestTypeDef",
|
|
487
488
|
"DeleteFeatureGroupRequestRequestTypeDef",
|
|
488
489
|
"DeleteFlowDefinitionRequestRequestTypeDef",
|
|
490
|
+
"DeleteHubContentReferenceRequestRequestTypeDef",
|
|
489
491
|
"DeleteHubContentRequestRequestTypeDef",
|
|
490
492
|
"DeleteHubRequestRequestTypeDef",
|
|
491
493
|
"DeleteHumanTaskUiRequestRequestTypeDef",
|
|
@@ -682,6 +684,7 @@ __all__ = (
|
|
|
682
684
|
"InferenceComponentStartupParametersTypeDef",
|
|
683
685
|
"InferenceComponentSummaryTypeDef",
|
|
684
686
|
"InferenceExperimentScheduleExtraOutputTypeDef",
|
|
687
|
+
"InferenceHubAccessConfigTypeDef",
|
|
685
688
|
"RecommendationMetricsTypeDef",
|
|
686
689
|
"InferenceRecommendationsJobTypeDef",
|
|
687
690
|
"InstanceGroupTypeDef",
|
|
@@ -869,6 +872,7 @@ __all__ = (
|
|
|
869
872
|
"CreateExperimentResponseTypeDef",
|
|
870
873
|
"CreateFeatureGroupResponseTypeDef",
|
|
871
874
|
"CreateFlowDefinitionResponseTypeDef",
|
|
875
|
+
"CreateHubContentReferenceResponseTypeDef",
|
|
872
876
|
"CreateHubResponseTypeDef",
|
|
873
877
|
"CreateHumanTaskUiResponseTypeDef",
|
|
874
878
|
"CreateHyperParameterTuningJobResponseTypeDef",
|
|
@@ -972,6 +976,7 @@ __all__ = (
|
|
|
972
976
|
"AddTagsInputRequestTypeDef",
|
|
973
977
|
"AddTagsOutputTypeDef",
|
|
974
978
|
"CreateExperimentRequestRequestTypeDef",
|
|
979
|
+
"CreateHubContentReferenceRequestRequestTypeDef",
|
|
975
980
|
"CreateImageRequestRequestTypeDef",
|
|
976
981
|
"CreateMlflowTrackingServerRequestRequestTypeDef",
|
|
977
982
|
"CreateModelPackageGroupInputRequestTypeDef",
|
|
@@ -3272,6 +3277,14 @@ DeleteFlowDefinitionRequestRequestTypeDef = TypedDict(
|
|
|
3272
3277
|
"FlowDefinitionName": str,
|
|
3273
3278
|
},
|
|
3274
3279
|
)
|
|
3280
|
+
DeleteHubContentReferenceRequestRequestTypeDef = TypedDict(
|
|
3281
|
+
"DeleteHubContentReferenceRequestRequestTypeDef",
|
|
3282
|
+
{
|
|
3283
|
+
"HubName": str,
|
|
3284
|
+
"HubContentType": HubContentTypeType,
|
|
3285
|
+
"HubContentName": str,
|
|
3286
|
+
},
|
|
3287
|
+
)
|
|
3275
3288
|
DeleteHubContentRequestRequestTypeDef = TypedDict(
|
|
3276
3289
|
"DeleteHubContentRequestRequestTypeDef",
|
|
3277
3290
|
{
|
|
@@ -4538,9 +4551,12 @@ HubContentInfoTypeDef = TypedDict(
|
|
|
4538
4551
|
"DocumentSchemaVersion": str,
|
|
4539
4552
|
"HubContentStatus": HubContentStatusType,
|
|
4540
4553
|
"CreationTime": datetime,
|
|
4554
|
+
"SageMakerPublicHubContentArn": NotRequired[str],
|
|
4541
4555
|
"HubContentDisplayName": NotRequired[str],
|
|
4542
4556
|
"HubContentDescription": NotRequired[str],
|
|
4557
|
+
"SupportStatus": NotRequired[HubContentSupportStatusType],
|
|
4543
4558
|
"HubContentSearchKeywords": NotRequired[List[str]],
|
|
4559
|
+
"OriginalCreationTime": NotRequired[datetime],
|
|
4544
4560
|
},
|
|
4545
4561
|
)
|
|
4546
4562
|
HubInfoTypeDef = TypedDict(
|
|
@@ -4710,13 +4726,19 @@ InferenceExperimentScheduleExtraOutputTypeDef = TypedDict(
|
|
|
4710
4726
|
"EndTime": NotRequired[datetime],
|
|
4711
4727
|
},
|
|
4712
4728
|
)
|
|
4729
|
+
InferenceHubAccessConfigTypeDef = TypedDict(
|
|
4730
|
+
"InferenceHubAccessConfigTypeDef",
|
|
4731
|
+
{
|
|
4732
|
+
"HubContentArn": str,
|
|
4733
|
+
},
|
|
4734
|
+
)
|
|
4713
4735
|
RecommendationMetricsTypeDef = TypedDict(
|
|
4714
4736
|
"RecommendationMetricsTypeDef",
|
|
4715
4737
|
{
|
|
4716
|
-
"CostPerHour": float,
|
|
4717
|
-
"CostPerInference": float,
|
|
4718
|
-
"MaxInvocations": int,
|
|
4719
|
-
"ModelLatency": int,
|
|
4738
|
+
"CostPerHour": NotRequired[float],
|
|
4739
|
+
"CostPerInference": NotRequired[float],
|
|
4740
|
+
"MaxInvocations": NotRequired[int],
|
|
4741
|
+
"ModelLatency": NotRequired[int],
|
|
4720
4742
|
"CpuUtilization": NotRequired[float],
|
|
4721
4743
|
"MemoryUtilization": NotRequired[float],
|
|
4722
4744
|
"ModelSetupTime": NotRequired[int],
|
|
@@ -6217,6 +6239,14 @@ CreateFlowDefinitionResponseTypeDef = TypedDict(
|
|
|
6217
6239
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
6218
6240
|
},
|
|
6219
6241
|
)
|
|
6242
|
+
CreateHubContentReferenceResponseTypeDef = TypedDict(
|
|
6243
|
+
"CreateHubContentReferenceResponseTypeDef",
|
|
6244
|
+
{
|
|
6245
|
+
"HubArn": str,
|
|
6246
|
+
"HubContentArn": str,
|
|
6247
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
6248
|
+
},
|
|
6249
|
+
)
|
|
6220
6250
|
CreateHubResponseTypeDef = TypedDict(
|
|
6221
6251
|
"CreateHubResponseTypeDef",
|
|
6222
6252
|
{
|
|
@@ -6975,6 +7005,16 @@ CreateExperimentRequestRequestTypeDef = TypedDict(
|
|
|
6975
7005
|
"Tags": NotRequired[Sequence[TagTypeDef]],
|
|
6976
7006
|
},
|
|
6977
7007
|
)
|
|
7008
|
+
CreateHubContentReferenceRequestRequestTypeDef = TypedDict(
|
|
7009
|
+
"CreateHubContentReferenceRequestRequestTypeDef",
|
|
7010
|
+
{
|
|
7011
|
+
"HubName": str,
|
|
7012
|
+
"SageMakerPublicHubContentArn": str,
|
|
7013
|
+
"HubContentName": NotRequired[str],
|
|
7014
|
+
"MinVersion": NotRequired[str],
|
|
7015
|
+
"Tags": NotRequired[Sequence[TagTypeDef]],
|
|
7016
|
+
},
|
|
7017
|
+
)
|
|
6978
7018
|
CreateImageRequestRequestTypeDef = TypedDict(
|
|
6979
7019
|
"CreateImageRequestRequestTypeDef",
|
|
6980
7020
|
{
|
|
@@ -9281,6 +9321,9 @@ DescribeHubContentResponseTypeDef = TypedDict(
|
|
|
9281
9321
|
"HubContentDescription": str,
|
|
9282
9322
|
"HubContentMarkdown": str,
|
|
9283
9323
|
"HubContentDocument": str,
|
|
9324
|
+
"SageMakerPublicHubContentArn": str,
|
|
9325
|
+
"ReferenceMinVersion": str,
|
|
9326
|
+
"SupportStatus": HubContentSupportStatusType,
|
|
9284
9327
|
"HubContentSearchKeywords": List[str],
|
|
9285
9328
|
"HubContentDependencies": List[HubContentDependencyTypeDef],
|
|
9286
9329
|
"HubContentStatus": HubContentStatusType,
|
|
@@ -11002,6 +11045,7 @@ S3ModelDataSourceTypeDef = TypedDict(
|
|
|
11002
11045
|
"S3DataType": S3ModelDataTypeType,
|
|
11003
11046
|
"CompressionType": ModelCompressionTypeType,
|
|
11004
11047
|
"ModelAccessConfig": NotRequired[ModelAccessConfigTypeDef],
|
|
11048
|
+
"HubAccessConfig": NotRequired[InferenceHubAccessConfigTypeDef],
|
|
11005
11049
|
},
|
|
11006
11050
|
)
|
|
11007
11051
|
TextGenerationJobConfigOutputTypeDef = TypedDict(
|
|
@@ -12078,10 +12122,10 @@ SpaceSettingsTypeDef = TypedDict(
|
|
|
12078
12122
|
InferenceRecommendationTypeDef = TypedDict(
|
|
12079
12123
|
"InferenceRecommendationTypeDef",
|
|
12080
12124
|
{
|
|
12081
|
-
"Metrics": RecommendationMetricsTypeDef,
|
|
12082
12125
|
"EndpointConfiguration": EndpointOutputConfigurationTypeDef,
|
|
12083
12126
|
"ModelConfiguration": ModelConfigurationTypeDef,
|
|
12084
12127
|
"RecommendationId": NotRequired[str],
|
|
12128
|
+
"Metrics": NotRequired[RecommendationMetricsTypeDef],
|
|
12085
12129
|
"InvocationEndTime": NotRequired[datetime],
|
|
12086
12130
|
"InvocationStartTime": NotRequired[datetime],
|
|
12087
12131
|
},
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mypy-boto3-sagemaker
|
|
3
|
-
Version: 1.34.
|
|
4
|
-
Summary: Type annotations for boto3.SageMaker 1.34.
|
|
3
|
+
Version: 1.34.131
|
|
4
|
+
Summary: Type annotations for boto3.SageMaker 1.34.131 service generated with mypy-boto3-builder 7.24.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
|
|
@@ -43,7 +43,7 @@ Requires-Dist: typing-extensions>=4.1.0; python_version < "3.12"
|
|
|
43
43
|

|
|
44
44
|
|
|
45
45
|
Type annotations for
|
|
46
|
-
[boto3.SageMaker 1.34.
|
|
46
|
+
[boto3.SageMaker 1.34.131](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker)
|
|
47
47
|
service compatible with [VSCode](https://code.visualstudio.com/),
|
|
48
48
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
49
49
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -11,13 +11,13 @@ LONG_DESCRIPTION = (Path(__file__).parent / "README.md").read_text()
|
|
|
11
11
|
|
|
12
12
|
setup(
|
|
13
13
|
name="mypy-boto3-sagemaker",
|
|
14
|
-
version="1.34.
|
|
14
|
+
version="1.34.131",
|
|
15
15
|
packages=["mypy_boto3_sagemaker"],
|
|
16
16
|
url="https://github.com/youtype/mypy_boto3_builder",
|
|
17
17
|
license="MIT License",
|
|
18
18
|
author="Vlad Emelianov",
|
|
19
19
|
author_email="vlad.emelianov.nz@gmail.com",
|
|
20
|
-
description="Type annotations for boto3.SageMaker 1.34.
|
|
20
|
+
description="Type annotations for boto3.SageMaker 1.34.131 service generated with mypy-boto3-builder 7.24.0",
|
|
21
21
|
classifiers=[
|
|
22
22
|
"Development Status :: 5 - Production/Stable",
|
|
23
23
|
"Intended Audience :: Developers",
|
|
File without changes
|
{mypy_boto3_sagemaker-1.34.129 → mypy_boto3_sagemaker-1.34.131}/mypy_boto3_sagemaker/__init__.py
RENAMED
|
File without changes
|
{mypy_boto3_sagemaker-1.34.129 → mypy_boto3_sagemaker-1.34.131}/mypy_boto3_sagemaker/__init__.pyi
RENAMED
|
File without changes
|
{mypy_boto3_sagemaker-1.34.129 → mypy_boto3_sagemaker-1.34.131}/mypy_boto3_sagemaker/paginator.py
RENAMED
|
File without changes
|
{mypy_boto3_sagemaker-1.34.129 → mypy_boto3_sagemaker-1.34.131}/mypy_boto3_sagemaker/paginator.pyi
RENAMED
|
File without changes
|
{mypy_boto3_sagemaker-1.34.129 → mypy_boto3_sagemaker-1.34.131}/mypy_boto3_sagemaker/py.typed
RENAMED
|
File without changes
|
{mypy_boto3_sagemaker-1.34.129 → mypy_boto3_sagemaker-1.34.131}/mypy_boto3_sagemaker/waiter.py
RENAMED
|
File without changes
|
{mypy_boto3_sagemaker-1.34.129 → mypy_boto3_sagemaker-1.34.131}/mypy_boto3_sagemaker/waiter.pyi
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|