mypy-boto3-sagemaker 1.35.51__py3-none-any.whl → 1.35.52__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/__main__.py +3 -3
- mypy_boto3_sagemaker/literals.py +3 -2
- mypy_boto3_sagemaker/literals.pyi +3 -2
- mypy_boto3_sagemaker/type_defs.py +14 -0
- mypy_boto3_sagemaker/type_defs.pyi +14 -0
- mypy_boto3_sagemaker/version.py +1 -1
- {mypy_boto3_sagemaker-1.35.51.dist-info → mypy_boto3_sagemaker-1.35.52.dist-info}/METADATA +3 -3
- {mypy_boto3_sagemaker-1.35.51.dist-info → mypy_boto3_sagemaker-1.35.52.dist-info}/RECORD +11 -11
- {mypy_boto3_sagemaker-1.35.51.dist-info → mypy_boto3_sagemaker-1.35.52.dist-info}/LICENSE +0 -0
- {mypy_boto3_sagemaker-1.35.51.dist-info → mypy_boto3_sagemaker-1.35.52.dist-info}/WHEEL +0 -0
- {mypy_boto3_sagemaker-1.35.51.dist-info → mypy_boto3_sagemaker-1.35.52.dist-info}/top_level.txt +0 -0
mypy_boto3_sagemaker/__main__.py
CHANGED
|
@@ -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.35.
|
|
14
|
-
"Version: 1.35.
|
|
13
|
+
"Type annotations for boto3.SageMaker 1.35.52\n"
|
|
14
|
+
"Version: 1.35.52\n"
|
|
15
15
|
"Builder version: 8.1.4\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.35.
|
|
27
|
+
print("1.35.52")
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
def main() -> None:
|
mypy_boto3_sagemaker/literals.py
CHANGED
|
@@ -1856,7 +1856,6 @@ TrainingInstanceTypeType = Literal[
|
|
|
1856
1856
|
"ml.p4de.24xlarge",
|
|
1857
1857
|
"ml.p5.48xlarge",
|
|
1858
1858
|
"ml.p5e.48xlarge",
|
|
1859
|
-
"ml.p5en.48xlarge",
|
|
1860
1859
|
"ml.r5.12xlarge",
|
|
1861
1860
|
"ml.r5.16xlarge",
|
|
1862
1861
|
"ml.r5.24xlarge",
|
|
@@ -1880,7 +1879,6 @@ TrainingInstanceTypeType = Literal[
|
|
|
1880
1879
|
"ml.trn1.2xlarge",
|
|
1881
1880
|
"ml.trn1.32xlarge",
|
|
1882
1881
|
"ml.trn1n.32xlarge",
|
|
1883
|
-
"ml.trn2.48xlarge",
|
|
1884
1882
|
]
|
|
1885
1883
|
TrainingJobCompletedOrStoppedWaiterName = Literal["training_job_completed_or_stopped"]
|
|
1886
1884
|
TrainingJobEarlyStoppingTypeType = Literal["Auto", "Off"]
|
|
@@ -2151,6 +2149,9 @@ ServiceName = Literal[
|
|
|
2151
2149
|
"freetier",
|
|
2152
2150
|
"fsx",
|
|
2153
2151
|
"gamelift",
|
|
2152
|
+
"geo-maps",
|
|
2153
|
+
"geo-places",
|
|
2154
|
+
"geo-routes",
|
|
2154
2155
|
"glacier",
|
|
2155
2156
|
"globalaccelerator",
|
|
2156
2157
|
"glue",
|
|
@@ -1854,7 +1854,6 @@ TrainingInstanceTypeType = Literal[
|
|
|
1854
1854
|
"ml.p4de.24xlarge",
|
|
1855
1855
|
"ml.p5.48xlarge",
|
|
1856
1856
|
"ml.p5e.48xlarge",
|
|
1857
|
-
"ml.p5en.48xlarge",
|
|
1858
1857
|
"ml.r5.12xlarge",
|
|
1859
1858
|
"ml.r5.16xlarge",
|
|
1860
1859
|
"ml.r5.24xlarge",
|
|
@@ -1878,7 +1877,6 @@ TrainingInstanceTypeType = Literal[
|
|
|
1878
1877
|
"ml.trn1.2xlarge",
|
|
1879
1878
|
"ml.trn1.32xlarge",
|
|
1880
1879
|
"ml.trn1n.32xlarge",
|
|
1881
|
-
"ml.trn2.48xlarge",
|
|
1882
1880
|
]
|
|
1883
1881
|
TrainingJobCompletedOrStoppedWaiterName = Literal["training_job_completed_or_stopped"]
|
|
1884
1882
|
TrainingJobEarlyStoppingTypeType = Literal["Auto", "Off"]
|
|
@@ -2149,6 +2147,9 @@ ServiceName = Literal[
|
|
|
2149
2147
|
"freetier",
|
|
2150
2148
|
"fsx",
|
|
2151
2149
|
"gamelift",
|
|
2150
|
+
"geo-maps",
|
|
2151
|
+
"geo-places",
|
|
2152
|
+
"geo-routes",
|
|
2152
2153
|
"glacier",
|
|
2153
2154
|
"globalaccelerator",
|
|
2154
2155
|
"glue",
|
|
@@ -418,6 +418,7 @@ __all__ = (
|
|
|
418
418
|
"ModelCardSecurityConfigTypeDef",
|
|
419
419
|
"ModelExplainabilityAppSpecificationTypeDef",
|
|
420
420
|
"InferenceExecutionConfigTypeDef",
|
|
421
|
+
"ModelLifeCycleTypeDef",
|
|
421
422
|
"ModelPackageModelCardTypeDef",
|
|
422
423
|
"ModelPackageSecurityConfigTypeDef",
|
|
423
424
|
"ModelQualityAppSpecificationTypeDef",
|
|
@@ -2739,6 +2740,14 @@ InferenceExecutionConfigTypeDef = TypedDict(
|
|
|
2739
2740
|
"Mode": InferenceExecutionModeType,
|
|
2740
2741
|
},
|
|
2741
2742
|
)
|
|
2743
|
+
ModelLifeCycleTypeDef = TypedDict(
|
|
2744
|
+
"ModelLifeCycleTypeDef",
|
|
2745
|
+
{
|
|
2746
|
+
"Stage": str,
|
|
2747
|
+
"StageStatus": str,
|
|
2748
|
+
"StageDescription": NotRequired[str],
|
|
2749
|
+
},
|
|
2750
|
+
)
|
|
2742
2751
|
ModelPackageModelCardTypeDef = TypedDict(
|
|
2743
2752
|
"ModelPackageModelCardTypeDef",
|
|
2744
2753
|
{
|
|
@@ -15003,6 +15012,8 @@ UpdateModelPackageInputRequestTypeDef = TypedDict(
|
|
|
15003
15012
|
"InferenceSpecification": NotRequired[InferenceSpecificationTypeDef],
|
|
15004
15013
|
"SourceUri": NotRequired[str],
|
|
15005
15014
|
"ModelCard": NotRequired[ModelPackageModelCardTypeDef],
|
|
15015
|
+
"ModelLifeCycle": NotRequired[ModelLifeCycleTypeDef],
|
|
15016
|
+
"ClientToken": NotRequired[str],
|
|
15006
15017
|
},
|
|
15007
15018
|
)
|
|
15008
15019
|
DescribeMonitoringScheduleResponseTypeDef = TypedDict(
|
|
@@ -15232,6 +15243,7 @@ DescribeModelPackageOutputTypeDef = TypedDict(
|
|
|
15232
15243
|
"SourceUri": str,
|
|
15233
15244
|
"SecurityConfig": ModelPackageSecurityConfigTypeDef,
|
|
15234
15245
|
"ModelCard": ModelPackageModelCardTypeDef,
|
|
15246
|
+
"ModelLifeCycle": ModelLifeCycleTypeDef,
|
|
15235
15247
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
15236
15248
|
},
|
|
15237
15249
|
)
|
|
@@ -15266,6 +15278,7 @@ ModelPackageTypeDef = TypedDict(
|
|
|
15266
15278
|
"SourceUri": NotRequired[str],
|
|
15267
15279
|
"SecurityConfig": NotRequired[ModelPackageSecurityConfigTypeDef],
|
|
15268
15280
|
"ModelCard": NotRequired[ModelPackageModelCardTypeDef],
|
|
15281
|
+
"ModelLifeCycle": NotRequired[ModelLifeCycleTypeDef],
|
|
15269
15282
|
"Tags": NotRequired[List[TagTypeDef]],
|
|
15270
15283
|
"CustomerMetadataProperties": NotRequired[Dict[str, str]],
|
|
15271
15284
|
"DriftCheckBaselines": NotRequired[DriftCheckBaselinesTypeDef],
|
|
@@ -15430,6 +15443,7 @@ CreateModelPackageInputRequestTypeDef = TypedDict(
|
|
|
15430
15443
|
"SourceUri": NotRequired[str],
|
|
15431
15444
|
"SecurityConfig": NotRequired[ModelPackageSecurityConfigTypeDef],
|
|
15432
15445
|
"ModelCard": NotRequired[ModelPackageModelCardTypeDef],
|
|
15446
|
+
"ModelLifeCycle": NotRequired[ModelLifeCycleTypeDef],
|
|
15433
15447
|
},
|
|
15434
15448
|
)
|
|
15435
15449
|
SearchResponseTypeDef = TypedDict(
|
|
@@ -417,6 +417,7 @@ __all__ = (
|
|
|
417
417
|
"ModelCardSecurityConfigTypeDef",
|
|
418
418
|
"ModelExplainabilityAppSpecificationTypeDef",
|
|
419
419
|
"InferenceExecutionConfigTypeDef",
|
|
420
|
+
"ModelLifeCycleTypeDef",
|
|
420
421
|
"ModelPackageModelCardTypeDef",
|
|
421
422
|
"ModelPackageSecurityConfigTypeDef",
|
|
422
423
|
"ModelQualityAppSpecificationTypeDef",
|
|
@@ -2738,6 +2739,14 @@ InferenceExecutionConfigTypeDef = TypedDict(
|
|
|
2738
2739
|
"Mode": InferenceExecutionModeType,
|
|
2739
2740
|
},
|
|
2740
2741
|
)
|
|
2742
|
+
ModelLifeCycleTypeDef = TypedDict(
|
|
2743
|
+
"ModelLifeCycleTypeDef",
|
|
2744
|
+
{
|
|
2745
|
+
"Stage": str,
|
|
2746
|
+
"StageStatus": str,
|
|
2747
|
+
"StageDescription": NotRequired[str],
|
|
2748
|
+
},
|
|
2749
|
+
)
|
|
2741
2750
|
ModelPackageModelCardTypeDef = TypedDict(
|
|
2742
2751
|
"ModelPackageModelCardTypeDef",
|
|
2743
2752
|
{
|
|
@@ -15002,6 +15011,8 @@ UpdateModelPackageInputRequestTypeDef = TypedDict(
|
|
|
15002
15011
|
"InferenceSpecification": NotRequired[InferenceSpecificationTypeDef],
|
|
15003
15012
|
"SourceUri": NotRequired[str],
|
|
15004
15013
|
"ModelCard": NotRequired[ModelPackageModelCardTypeDef],
|
|
15014
|
+
"ModelLifeCycle": NotRequired[ModelLifeCycleTypeDef],
|
|
15015
|
+
"ClientToken": NotRequired[str],
|
|
15005
15016
|
},
|
|
15006
15017
|
)
|
|
15007
15018
|
DescribeMonitoringScheduleResponseTypeDef = TypedDict(
|
|
@@ -15231,6 +15242,7 @@ DescribeModelPackageOutputTypeDef = TypedDict(
|
|
|
15231
15242
|
"SourceUri": str,
|
|
15232
15243
|
"SecurityConfig": ModelPackageSecurityConfigTypeDef,
|
|
15233
15244
|
"ModelCard": ModelPackageModelCardTypeDef,
|
|
15245
|
+
"ModelLifeCycle": ModelLifeCycleTypeDef,
|
|
15234
15246
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
15235
15247
|
},
|
|
15236
15248
|
)
|
|
@@ -15265,6 +15277,7 @@ ModelPackageTypeDef = TypedDict(
|
|
|
15265
15277
|
"SourceUri": NotRequired[str],
|
|
15266
15278
|
"SecurityConfig": NotRequired[ModelPackageSecurityConfigTypeDef],
|
|
15267
15279
|
"ModelCard": NotRequired[ModelPackageModelCardTypeDef],
|
|
15280
|
+
"ModelLifeCycle": NotRequired[ModelLifeCycleTypeDef],
|
|
15268
15281
|
"Tags": NotRequired[List[TagTypeDef]],
|
|
15269
15282
|
"CustomerMetadataProperties": NotRequired[Dict[str, str]],
|
|
15270
15283
|
"DriftCheckBaselines": NotRequired[DriftCheckBaselinesTypeDef],
|
|
@@ -15429,6 +15442,7 @@ CreateModelPackageInputRequestTypeDef = TypedDict(
|
|
|
15429
15442
|
"SourceUri": NotRequired[str],
|
|
15430
15443
|
"SecurityConfig": NotRequired[ModelPackageSecurityConfigTypeDef],
|
|
15431
15444
|
"ModelCard": NotRequired[ModelPackageModelCardTypeDef],
|
|
15445
|
+
"ModelLifeCycle": NotRequired[ModelLifeCycleTypeDef],
|
|
15432
15446
|
},
|
|
15433
15447
|
)
|
|
15434
15448
|
SearchResponseTypeDef = TypedDict(
|
mypy_boto3_sagemaker/version.py
CHANGED
|
@@ -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.52
|
|
4
|
+
Summary: Type annotations for boto3.SageMaker 1.35.52 service generated with mypy-boto3-builder 8.1.4
|
|
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.35.
|
|
46
|
+
[boto3.SageMaker 1.35.52](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/),
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
mypy_boto3_sagemaker/__init__.py,sha256=b08-0nE22ES-AR3RJfmeB96l7Cu0WH35tk0vC5pvdko,19858
|
|
2
2
|
mypy_boto3_sagemaker/__init__.pyi,sha256=Oxh-kRhT-JvQkrKOLiGHPqwvvSOFR-MquOEW-y-4w7s,19857
|
|
3
|
-
mypy_boto3_sagemaker/__main__.py,sha256=
|
|
3
|
+
mypy_boto3_sagemaker/__main__.py,sha256=cSNhhpYIRT9nUy21KNpL2v0qaktNajDcwLN1gUQDju8,926
|
|
4
4
|
mypy_boto3_sagemaker/client.py,sha256=mq787TVdP9xEIUA8qvUhUFUwZZWJ9MNTBWV6j7Ei5eE,253463
|
|
5
5
|
mypy_boto3_sagemaker/client.pyi,sha256=ctCpeTXT60N7y6BxJ3VoOwggwpObLHQ1tQ7MqK5yiPM,253459
|
|
6
|
-
mypy_boto3_sagemaker/literals.py,sha256=
|
|
7
|
-
mypy_boto3_sagemaker/literals.pyi,sha256=
|
|
6
|
+
mypy_boto3_sagemaker/literals.py,sha256=JJyDK3fonChmtW514sqi2_ujqTkS9RAFq-IN6auyr6Y,73079
|
|
7
|
+
mypy_boto3_sagemaker/literals.pyi,sha256=8vw7s6zAc7R2TDPR6wAeYr_BAJayIjT1RS9O4-Z2l20,73077
|
|
8
8
|
mypy_boto3_sagemaker/paginator.py,sha256=JVxnUJtPpS6jz78bSSCwRO6DC1vXtbdCgVBMUQY70Q8,89269
|
|
9
9
|
mypy_boto3_sagemaker/paginator.pyi,sha256=0MaN2KE4RNJ3951h7i4PYtqpfb7HxpgwFc6vThXisP4,89118
|
|
10
10
|
mypy_boto3_sagemaker/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
-
mypy_boto3_sagemaker/type_defs.py,sha256=
|
|
12
|
-
mypy_boto3_sagemaker/type_defs.pyi,sha256=
|
|
13
|
-
mypy_boto3_sagemaker/version.py,sha256=
|
|
11
|
+
mypy_boto3_sagemaker/type_defs.py,sha256=fjJViqTSOxYSxKflsm7RGq3vVwhuxstyiRnkU9OJiBI,554076
|
|
12
|
+
mypy_boto3_sagemaker/type_defs.pyi,sha256=KNrZdT4xS6v3sbaRD62O3fWF83dwSHoYypJsuyJytO8,554075
|
|
13
|
+
mypy_boto3_sagemaker/version.py,sha256=QzJ4mtQBMuwtVt4oxK9BXOs3Cp_Bhmdl52imBjh1t7c,62
|
|
14
14
|
mypy_boto3_sagemaker/waiter.py,sha256=KKO4niBCTQALrdlTnKuiWICQC8BmGDvYrjXnZWnpD0c,14331
|
|
15
15
|
mypy_boto3_sagemaker/waiter.pyi,sha256=4xauDS_2um-f-waElqVGiDnN_7TCaMkJa8j8DkaaNw4,14304
|
|
16
|
-
mypy_boto3_sagemaker-1.35.
|
|
17
|
-
mypy_boto3_sagemaker-1.35.
|
|
18
|
-
mypy_boto3_sagemaker-1.35.
|
|
19
|
-
mypy_boto3_sagemaker-1.35.
|
|
20
|
-
mypy_boto3_sagemaker-1.35.
|
|
16
|
+
mypy_boto3_sagemaker-1.35.52.dist-info/LICENSE,sha256=eQDadZQZ3vRCiNF510ZT4yJV2zgo4000AOBoDRZyvKg,1070
|
|
17
|
+
mypy_boto3_sagemaker-1.35.52.dist-info/METADATA,sha256=Ak-h6cGaPOJFZlk_zEQ7UKUPfgwGlDKkF2nyd5p5hOA,26038
|
|
18
|
+
mypy_boto3_sagemaker-1.35.52.dist-info/WHEEL,sha256=P9jw-gEje8ByB7_hXoICnHtVCrEwMQh-630tKvQWehc,91
|
|
19
|
+
mypy_boto3_sagemaker-1.35.52.dist-info/top_level.txt,sha256=N0zhVlxG0hEXnfadzaPv0wPRAikaGUW7bvn1WBVrZXg,21
|
|
20
|
+
mypy_boto3_sagemaker-1.35.52.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
{mypy_boto3_sagemaker-1.35.51.dist-info → mypy_boto3_sagemaker-1.35.52.dist-info}/top_level.txt
RENAMED
|
File without changes
|