mypy-boto3-sagemaker 1.34.152__tar.gz → 1.34.159__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.152 → mypy_boto3_sagemaker-1.34.159}/PKG-INFO +4 -4
- {mypy_boto3_sagemaker-1.34.152 → mypy_boto3_sagemaker-1.34.159}/README.md +2 -2
- {mypy_boto3_sagemaker-1.34.152 → mypy_boto3_sagemaker-1.34.159}/mypy_boto3_sagemaker/__main__.py +4 -4
- {mypy_boto3_sagemaker-1.34.152 → mypy_boto3_sagemaker-1.34.159}/mypy_boto3_sagemaker/client.py +2 -0
- {mypy_boto3_sagemaker-1.34.152 → mypy_boto3_sagemaker-1.34.159}/mypy_boto3_sagemaker/client.pyi +2 -0
- {mypy_boto3_sagemaker-1.34.152 → mypy_boto3_sagemaker-1.34.159}/mypy_boto3_sagemaker/literals.py +1 -0
- {mypy_boto3_sagemaker-1.34.152 → mypy_boto3_sagemaker-1.34.159}/mypy_boto3_sagemaker/literals.pyi +1 -0
- {mypy_boto3_sagemaker-1.34.152 → mypy_boto3_sagemaker-1.34.159}/mypy_boto3_sagemaker/type_defs.py +27 -1
- {mypy_boto3_sagemaker-1.34.152 → mypy_boto3_sagemaker-1.34.159}/mypy_boto3_sagemaker/type_defs.pyi +27 -1
- {mypy_boto3_sagemaker-1.34.152 → mypy_boto3_sagemaker-1.34.159}/mypy_boto3_sagemaker/version.py +1 -1
- {mypy_boto3_sagemaker-1.34.152 → mypy_boto3_sagemaker-1.34.159}/mypy_boto3_sagemaker.egg-info/PKG-INFO +4 -4
- {mypy_boto3_sagemaker-1.34.152 → mypy_boto3_sagemaker-1.34.159}/setup.py +3 -3
- {mypy_boto3_sagemaker-1.34.152 → mypy_boto3_sagemaker-1.34.159}/LICENSE +0 -0
- {mypy_boto3_sagemaker-1.34.152 → mypy_boto3_sagemaker-1.34.159}/mypy_boto3_sagemaker/__init__.py +0 -0
- {mypy_boto3_sagemaker-1.34.152 → mypy_boto3_sagemaker-1.34.159}/mypy_boto3_sagemaker/__init__.pyi +0 -0
- {mypy_boto3_sagemaker-1.34.152 → mypy_boto3_sagemaker-1.34.159}/mypy_boto3_sagemaker/paginator.py +0 -0
- {mypy_boto3_sagemaker-1.34.152 → mypy_boto3_sagemaker-1.34.159}/mypy_boto3_sagemaker/paginator.pyi +0 -0
- {mypy_boto3_sagemaker-1.34.152 → mypy_boto3_sagemaker-1.34.159}/mypy_boto3_sagemaker/py.typed +0 -0
- {mypy_boto3_sagemaker-1.34.152 → mypy_boto3_sagemaker-1.34.159}/mypy_boto3_sagemaker/waiter.py +0 -0
- {mypy_boto3_sagemaker-1.34.152 → mypy_boto3_sagemaker-1.34.159}/mypy_boto3_sagemaker/waiter.pyi +0 -0
- {mypy_boto3_sagemaker-1.34.152 → mypy_boto3_sagemaker-1.34.159}/mypy_boto3_sagemaker.egg-info/SOURCES.txt +0 -0
- {mypy_boto3_sagemaker-1.34.152 → mypy_boto3_sagemaker-1.34.159}/mypy_boto3_sagemaker.egg-info/dependency_links.txt +0 -0
- {mypy_boto3_sagemaker-1.34.152 → mypy_boto3_sagemaker-1.34.159}/mypy_boto3_sagemaker.egg-info/not-zip-safe +0 -0
- {mypy_boto3_sagemaker-1.34.152 → mypy_boto3_sagemaker-1.34.159}/mypy_boto3_sagemaker.egg-info/requires.txt +0 -0
- {mypy_boto3_sagemaker-1.34.152 → mypy_boto3_sagemaker-1.34.159}/mypy_boto3_sagemaker.egg-info/top_level.txt +0 -0
- {mypy_boto3_sagemaker-1.34.152 → mypy_boto3_sagemaker-1.34.159}/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.159
|
|
4
|
+
Summary: Type annotations for boto3.SageMaker 1.34.159 service generated with mypy-boto3-builder 7.25.3
|
|
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.159](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/),
|
|
@@ -52,7 +52,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
52
52
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
53
53
|
|
|
54
54
|
Generated by
|
|
55
|
-
[mypy-boto3-builder 7.25.
|
|
55
|
+
[mypy-boto3-builder 7.25.3](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
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|

|
|
11
11
|
|
|
12
12
|
Type annotations for
|
|
13
|
-
[boto3.SageMaker 1.34.
|
|
13
|
+
[boto3.SageMaker 1.34.159](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/),
|
|
@@ -19,7 +19,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
19
19
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
20
20
|
|
|
21
21
|
Generated by
|
|
22
|
-
[mypy-boto3-builder 7.25.
|
|
22
|
+
[mypy-boto3-builder 7.25.3](https://github.com/youtype/mypy_boto3_builder).
|
|
23
23
|
|
|
24
24
|
More information can be found on
|
|
25
25
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
{mypy_boto3_sagemaker-1.34.152 → mypy_boto3_sagemaker-1.34.159}/mypy_boto3_sagemaker/__main__.py
RENAMED
|
@@ -10,9 +10,9 @@ 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.
|
|
15
|
-
"Builder version: 7.25.
|
|
13
|
+
"Type annotations for boto3.SageMaker 1.34.159\n"
|
|
14
|
+
"Version: 1.34.159\n"
|
|
15
|
+
"Builder version: 7.25.3\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"
|
|
18
18
|
"Other services: https://pypi.org/project/boto3-stubs/\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.159")
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
def main() -> None:
|
{mypy_boto3_sagemaker-1.34.152 → mypy_boto3_sagemaker-1.34.159}/mypy_boto3_sagemaker/client.py
RENAMED
|
@@ -227,6 +227,7 @@ from .type_defs import (
|
|
|
227
227
|
AssociateTrialComponentResponseTypeDef,
|
|
228
228
|
AsyncInferenceConfigUnionTypeDef,
|
|
229
229
|
AutoMLChannelTypeDef,
|
|
230
|
+
AutoMLComputeConfigTypeDef,
|
|
230
231
|
AutoMLDataSplitConfigTypeDef,
|
|
231
232
|
AutoMLJobChannelTypeDef,
|
|
232
233
|
AutoMLJobConfigUnionTypeDef,
|
|
@@ -890,6 +891,7 @@ class SageMakerClient(BaseClient):
|
|
|
890
891
|
AutoMLJobObjective: AutoMLJobObjectiveTypeDef = ...,
|
|
891
892
|
ModelDeployConfig: ModelDeployConfigTypeDef = ...,
|
|
892
893
|
DataSplitConfig: AutoMLDataSplitConfigTypeDef = ...,
|
|
894
|
+
AutoMLComputeConfig: AutoMLComputeConfigTypeDef = ...,
|
|
893
895
|
) -> CreateAutoMLJobV2ResponseTypeDef:
|
|
894
896
|
"""
|
|
895
897
|
Creates an Autopilot job also referred to as Autopilot experiment or AutoML job
|
{mypy_boto3_sagemaker-1.34.152 → mypy_boto3_sagemaker-1.34.159}/mypy_boto3_sagemaker/client.pyi
RENAMED
|
@@ -227,6 +227,7 @@ from .type_defs import (
|
|
|
227
227
|
AssociateTrialComponentResponseTypeDef,
|
|
228
228
|
AsyncInferenceConfigUnionTypeDef,
|
|
229
229
|
AutoMLChannelTypeDef,
|
|
230
|
+
AutoMLComputeConfigTypeDef,
|
|
230
231
|
AutoMLDataSplitConfigTypeDef,
|
|
231
232
|
AutoMLJobChannelTypeDef,
|
|
232
233
|
AutoMLJobConfigUnionTypeDef,
|
|
@@ -887,6 +888,7 @@ class SageMakerClient(BaseClient):
|
|
|
887
888
|
AutoMLJobObjective: AutoMLJobObjectiveTypeDef = ...,
|
|
888
889
|
ModelDeployConfig: ModelDeployConfigTypeDef = ...,
|
|
889
890
|
DataSplitConfig: AutoMLDataSplitConfigTypeDef = ...,
|
|
891
|
+
AutoMLComputeConfig: AutoMLComputeConfigTypeDef = ...,
|
|
890
892
|
) -> CreateAutoMLJobV2ResponseTypeDef:
|
|
891
893
|
"""
|
|
892
894
|
Creates an Autopilot job also referred to as Autopilot experiment or AutoML job
|
{mypy_boto3_sagemaker-1.34.152 → mypy_boto3_sagemaker-1.34.159}/mypy_boto3_sagemaker/type_defs.py
RENAMED
|
@@ -322,6 +322,7 @@ __all__ = (
|
|
|
322
322
|
"AutoMLCandidateStepTypeDef",
|
|
323
323
|
"AutoMLContainerDefinitionTypeDef",
|
|
324
324
|
"FinalAutoMLJobObjectiveMetricTypeDef",
|
|
325
|
+
"EmrServerlessComputeConfigTypeDef",
|
|
325
326
|
"AutoMLS3DataSourceTypeDef",
|
|
326
327
|
"AutoMLDataSplitConfigTypeDef",
|
|
327
328
|
"AutoMLJobArtifactsTypeDef",
|
|
@@ -346,6 +347,7 @@ __all__ = (
|
|
|
346
347
|
"CandidateArtifactLocationsTypeDef",
|
|
347
348
|
"MetricDatumTypeDef",
|
|
348
349
|
"DirectDeploySettingsTypeDef",
|
|
350
|
+
"EmrServerlessSettingsTypeDef",
|
|
349
351
|
"GenerativeAiSettingsTypeDef",
|
|
350
352
|
"IdentityProviderOAuthSettingTypeDef",
|
|
351
353
|
"KendraSettingsTypeDef",
|
|
@@ -1030,6 +1032,7 @@ __all__ = (
|
|
|
1030
1032
|
"CandidateGenerationConfigOutputTypeDef",
|
|
1031
1033
|
"AutoMLCandidateGenerationConfigTypeDef",
|
|
1032
1034
|
"CandidateGenerationConfigTypeDef",
|
|
1035
|
+
"AutoMLComputeConfigTypeDef",
|
|
1033
1036
|
"AutoMLDataSourceTypeDef",
|
|
1034
1037
|
"ImageClassificationJobConfigTypeDef",
|
|
1035
1038
|
"TextClassificationJobConfigTypeDef",
|
|
@@ -2027,6 +2030,12 @@ FinalAutoMLJobObjectiveMetricTypeDef = TypedDict(
|
|
|
2027
2030
|
"StandardMetricName": NotRequired[AutoMLMetricEnumType],
|
|
2028
2031
|
},
|
|
2029
2032
|
)
|
|
2033
|
+
EmrServerlessComputeConfigTypeDef = TypedDict(
|
|
2034
|
+
"EmrServerlessComputeConfigTypeDef",
|
|
2035
|
+
{
|
|
2036
|
+
"ExecutionRoleARN": str,
|
|
2037
|
+
},
|
|
2038
|
+
)
|
|
2030
2039
|
AutoMLS3DataSourceTypeDef = TypedDict(
|
|
2031
2040
|
"AutoMLS3DataSourceTypeDef",
|
|
2032
2041
|
{
|
|
@@ -2190,6 +2199,13 @@ DirectDeploySettingsTypeDef = TypedDict(
|
|
|
2190
2199
|
"Status": NotRequired[FeatureStatusType],
|
|
2191
2200
|
},
|
|
2192
2201
|
)
|
|
2202
|
+
EmrServerlessSettingsTypeDef = TypedDict(
|
|
2203
|
+
"EmrServerlessSettingsTypeDef",
|
|
2204
|
+
{
|
|
2205
|
+
"ExecutionRoleArn": NotRequired[str],
|
|
2206
|
+
"Status": NotRequired[FeatureStatusType],
|
|
2207
|
+
},
|
|
2208
|
+
)
|
|
2193
2209
|
GenerativeAiSettingsTypeDef = TypedDict(
|
|
2194
2210
|
"GenerativeAiSettingsTypeDef",
|
|
2195
2211
|
{
|
|
@@ -5711,8 +5727,8 @@ ProcessingS3OutputTypeDef = TypedDict(
|
|
|
5711
5727
|
"ProcessingS3OutputTypeDef",
|
|
5712
5728
|
{
|
|
5713
5729
|
"S3Uri": str,
|
|
5714
|
-
"LocalPath": str,
|
|
5715
5730
|
"S3UploadMode": ProcessingS3UploadModeType,
|
|
5731
|
+
"LocalPath": NotRequired[str],
|
|
5716
5732
|
},
|
|
5717
5733
|
)
|
|
5718
5734
|
ProductionVariantCoreDumpConfigTypeDef = TypedDict(
|
|
@@ -7442,6 +7458,12 @@ CandidateGenerationConfigTypeDef = TypedDict(
|
|
|
7442
7458
|
"AlgorithmsConfig": NotRequired[Sequence[AutoMLAlgorithmConfigTypeDef]],
|
|
7443
7459
|
},
|
|
7444
7460
|
)
|
|
7461
|
+
AutoMLComputeConfigTypeDef = TypedDict(
|
|
7462
|
+
"AutoMLComputeConfigTypeDef",
|
|
7463
|
+
{
|
|
7464
|
+
"EmrServerlessComputeConfig": NotRequired[EmrServerlessComputeConfigTypeDef],
|
|
7465
|
+
},
|
|
7466
|
+
)
|
|
7445
7467
|
AutoMLDataSourceTypeDef = TypedDict(
|
|
7446
7468
|
"AutoMLDataSourceTypeDef",
|
|
7447
7469
|
{
|
|
@@ -7635,6 +7657,7 @@ CanvasAppSettingsOutputTypeDef = TypedDict(
|
|
|
7635
7657
|
"DirectDeploySettings": NotRequired[DirectDeploySettingsTypeDef],
|
|
7636
7658
|
"KendraSettings": NotRequired[KendraSettingsTypeDef],
|
|
7637
7659
|
"GenerativeAiSettings": NotRequired[GenerativeAiSettingsTypeDef],
|
|
7660
|
+
"EmrServerlessSettings": NotRequired[EmrServerlessSettingsTypeDef],
|
|
7638
7661
|
},
|
|
7639
7662
|
)
|
|
7640
7663
|
CanvasAppSettingsTypeDef = TypedDict(
|
|
@@ -7647,6 +7670,7 @@ CanvasAppSettingsTypeDef = TypedDict(
|
|
|
7647
7670
|
"DirectDeploySettings": NotRequired[DirectDeploySettingsTypeDef],
|
|
7648
7671
|
"KendraSettings": NotRequired[KendraSettingsTypeDef],
|
|
7649
7672
|
"GenerativeAiSettings": NotRequired[GenerativeAiSettingsTypeDef],
|
|
7673
|
+
"EmrServerlessSettings": NotRequired[EmrServerlessSettingsTypeDef],
|
|
7650
7674
|
},
|
|
7651
7675
|
)
|
|
7652
7676
|
RollingUpdatePolicyTypeDef = TypedDict(
|
|
@@ -14727,6 +14751,7 @@ DescribeAutoMLJobV2ResponseTypeDef = TypedDict(
|
|
|
14727
14751
|
"ModelDeployResult": ModelDeployResultTypeDef,
|
|
14728
14752
|
"DataSplitConfig": AutoMLDataSplitConfigTypeDef,
|
|
14729
14753
|
"SecurityConfig": AutoMLSecurityConfigOutputTypeDef,
|
|
14754
|
+
"AutoMLComputeConfig": AutoMLComputeConfigTypeDef,
|
|
14730
14755
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
14731
14756
|
},
|
|
14732
14757
|
)
|
|
@@ -14746,6 +14771,7 @@ CreateAutoMLJobV2RequestRequestTypeDef = TypedDict(
|
|
|
14746
14771
|
"AutoMLJobObjective": NotRequired[AutoMLJobObjectiveTypeDef],
|
|
14747
14772
|
"ModelDeployConfig": NotRequired[ModelDeployConfigTypeDef],
|
|
14748
14773
|
"DataSplitConfig": NotRequired[AutoMLDataSplitConfigTypeDef],
|
|
14774
|
+
"AutoMLComputeConfig": NotRequired[AutoMLComputeConfigTypeDef],
|
|
14749
14775
|
},
|
|
14750
14776
|
)
|
|
14751
14777
|
ListPipelineExecutionStepsResponseTypeDef = TypedDict(
|
{mypy_boto3_sagemaker-1.34.152 → mypy_boto3_sagemaker-1.34.159}/mypy_boto3_sagemaker/type_defs.pyi
RENAMED
|
@@ -322,6 +322,7 @@ __all__ = (
|
|
|
322
322
|
"AutoMLCandidateStepTypeDef",
|
|
323
323
|
"AutoMLContainerDefinitionTypeDef",
|
|
324
324
|
"FinalAutoMLJobObjectiveMetricTypeDef",
|
|
325
|
+
"EmrServerlessComputeConfigTypeDef",
|
|
325
326
|
"AutoMLS3DataSourceTypeDef",
|
|
326
327
|
"AutoMLDataSplitConfigTypeDef",
|
|
327
328
|
"AutoMLJobArtifactsTypeDef",
|
|
@@ -346,6 +347,7 @@ __all__ = (
|
|
|
346
347
|
"CandidateArtifactLocationsTypeDef",
|
|
347
348
|
"MetricDatumTypeDef",
|
|
348
349
|
"DirectDeploySettingsTypeDef",
|
|
350
|
+
"EmrServerlessSettingsTypeDef",
|
|
349
351
|
"GenerativeAiSettingsTypeDef",
|
|
350
352
|
"IdentityProviderOAuthSettingTypeDef",
|
|
351
353
|
"KendraSettingsTypeDef",
|
|
@@ -1030,6 +1032,7 @@ __all__ = (
|
|
|
1030
1032
|
"CandidateGenerationConfigOutputTypeDef",
|
|
1031
1033
|
"AutoMLCandidateGenerationConfigTypeDef",
|
|
1032
1034
|
"CandidateGenerationConfigTypeDef",
|
|
1035
|
+
"AutoMLComputeConfigTypeDef",
|
|
1033
1036
|
"AutoMLDataSourceTypeDef",
|
|
1034
1037
|
"ImageClassificationJobConfigTypeDef",
|
|
1035
1038
|
"TextClassificationJobConfigTypeDef",
|
|
@@ -2027,6 +2030,12 @@ FinalAutoMLJobObjectiveMetricTypeDef = TypedDict(
|
|
|
2027
2030
|
"StandardMetricName": NotRequired[AutoMLMetricEnumType],
|
|
2028
2031
|
},
|
|
2029
2032
|
)
|
|
2033
|
+
EmrServerlessComputeConfigTypeDef = TypedDict(
|
|
2034
|
+
"EmrServerlessComputeConfigTypeDef",
|
|
2035
|
+
{
|
|
2036
|
+
"ExecutionRoleARN": str,
|
|
2037
|
+
},
|
|
2038
|
+
)
|
|
2030
2039
|
AutoMLS3DataSourceTypeDef = TypedDict(
|
|
2031
2040
|
"AutoMLS3DataSourceTypeDef",
|
|
2032
2041
|
{
|
|
@@ -2190,6 +2199,13 @@ DirectDeploySettingsTypeDef = TypedDict(
|
|
|
2190
2199
|
"Status": NotRequired[FeatureStatusType],
|
|
2191
2200
|
},
|
|
2192
2201
|
)
|
|
2202
|
+
EmrServerlessSettingsTypeDef = TypedDict(
|
|
2203
|
+
"EmrServerlessSettingsTypeDef",
|
|
2204
|
+
{
|
|
2205
|
+
"ExecutionRoleArn": NotRequired[str],
|
|
2206
|
+
"Status": NotRequired[FeatureStatusType],
|
|
2207
|
+
},
|
|
2208
|
+
)
|
|
2193
2209
|
GenerativeAiSettingsTypeDef = TypedDict(
|
|
2194
2210
|
"GenerativeAiSettingsTypeDef",
|
|
2195
2211
|
{
|
|
@@ -5711,8 +5727,8 @@ ProcessingS3OutputTypeDef = TypedDict(
|
|
|
5711
5727
|
"ProcessingS3OutputTypeDef",
|
|
5712
5728
|
{
|
|
5713
5729
|
"S3Uri": str,
|
|
5714
|
-
"LocalPath": str,
|
|
5715
5730
|
"S3UploadMode": ProcessingS3UploadModeType,
|
|
5731
|
+
"LocalPath": NotRequired[str],
|
|
5716
5732
|
},
|
|
5717
5733
|
)
|
|
5718
5734
|
ProductionVariantCoreDumpConfigTypeDef = TypedDict(
|
|
@@ -7442,6 +7458,12 @@ CandidateGenerationConfigTypeDef = TypedDict(
|
|
|
7442
7458
|
"AlgorithmsConfig": NotRequired[Sequence[AutoMLAlgorithmConfigTypeDef]],
|
|
7443
7459
|
},
|
|
7444
7460
|
)
|
|
7461
|
+
AutoMLComputeConfigTypeDef = TypedDict(
|
|
7462
|
+
"AutoMLComputeConfigTypeDef",
|
|
7463
|
+
{
|
|
7464
|
+
"EmrServerlessComputeConfig": NotRequired[EmrServerlessComputeConfigTypeDef],
|
|
7465
|
+
},
|
|
7466
|
+
)
|
|
7445
7467
|
AutoMLDataSourceTypeDef = TypedDict(
|
|
7446
7468
|
"AutoMLDataSourceTypeDef",
|
|
7447
7469
|
{
|
|
@@ -7635,6 +7657,7 @@ CanvasAppSettingsOutputTypeDef = TypedDict(
|
|
|
7635
7657
|
"DirectDeploySettings": NotRequired[DirectDeploySettingsTypeDef],
|
|
7636
7658
|
"KendraSettings": NotRequired[KendraSettingsTypeDef],
|
|
7637
7659
|
"GenerativeAiSettings": NotRequired[GenerativeAiSettingsTypeDef],
|
|
7660
|
+
"EmrServerlessSettings": NotRequired[EmrServerlessSettingsTypeDef],
|
|
7638
7661
|
},
|
|
7639
7662
|
)
|
|
7640
7663
|
CanvasAppSettingsTypeDef = TypedDict(
|
|
@@ -7647,6 +7670,7 @@ CanvasAppSettingsTypeDef = TypedDict(
|
|
|
7647
7670
|
"DirectDeploySettings": NotRequired[DirectDeploySettingsTypeDef],
|
|
7648
7671
|
"KendraSettings": NotRequired[KendraSettingsTypeDef],
|
|
7649
7672
|
"GenerativeAiSettings": NotRequired[GenerativeAiSettingsTypeDef],
|
|
7673
|
+
"EmrServerlessSettings": NotRequired[EmrServerlessSettingsTypeDef],
|
|
7650
7674
|
},
|
|
7651
7675
|
)
|
|
7652
7676
|
RollingUpdatePolicyTypeDef = TypedDict(
|
|
@@ -14727,6 +14751,7 @@ DescribeAutoMLJobV2ResponseTypeDef = TypedDict(
|
|
|
14727
14751
|
"ModelDeployResult": ModelDeployResultTypeDef,
|
|
14728
14752
|
"DataSplitConfig": AutoMLDataSplitConfigTypeDef,
|
|
14729
14753
|
"SecurityConfig": AutoMLSecurityConfigOutputTypeDef,
|
|
14754
|
+
"AutoMLComputeConfig": AutoMLComputeConfigTypeDef,
|
|
14730
14755
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
14731
14756
|
},
|
|
14732
14757
|
)
|
|
@@ -14746,6 +14771,7 @@ CreateAutoMLJobV2RequestRequestTypeDef = TypedDict(
|
|
|
14746
14771
|
"AutoMLJobObjective": NotRequired[AutoMLJobObjectiveTypeDef],
|
|
14747
14772
|
"ModelDeployConfig": NotRequired[ModelDeployConfigTypeDef],
|
|
14748
14773
|
"DataSplitConfig": NotRequired[AutoMLDataSplitConfigTypeDef],
|
|
14774
|
+
"AutoMLComputeConfig": NotRequired[AutoMLComputeConfigTypeDef],
|
|
14749
14775
|
},
|
|
14750
14776
|
)
|
|
14751
14777
|
ListPipelineExecutionStepsResponseTypeDef = TypedDict(
|
|
@@ -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.159
|
|
4
|
+
Summary: Type annotations for boto3.SageMaker 1.34.159 service generated with mypy-boto3-builder 7.25.3
|
|
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.159](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/),
|
|
@@ -52,7 +52,7 @@ service compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
52
52
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
53
53
|
|
|
54
54
|
Generated by
|
|
55
|
-
[mypy-boto3-builder 7.25.
|
|
55
|
+
[mypy-boto3-builder 7.25.3](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
|
|
@@ -4,20 +4,20 @@ Setup script for mypy-boto3-sagemaker.
|
|
|
4
4
|
|
|
5
5
|
from pathlib import Path
|
|
6
6
|
|
|
7
|
-
from setuptools import setup
|
|
7
|
+
from setuptools import setup # type: ignore
|
|
8
8
|
|
|
9
9
|
LONG_DESCRIPTION = (Path(__file__).parent / "README.md").read_text()
|
|
10
10
|
|
|
11
11
|
|
|
12
12
|
setup(
|
|
13
13
|
name="mypy-boto3-sagemaker",
|
|
14
|
-
version="1.34.
|
|
14
|
+
version="1.34.159",
|
|
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.159 service generated with mypy-boto3-builder 7.25.3",
|
|
21
21
|
classifiers=[
|
|
22
22
|
"Development Status :: 5 - Production/Stable",
|
|
23
23
|
"Intended Audience :: Developers",
|
|
File without changes
|
{mypy_boto3_sagemaker-1.34.152 → mypy_boto3_sagemaker-1.34.159}/mypy_boto3_sagemaker/__init__.py
RENAMED
|
File without changes
|
{mypy_boto3_sagemaker-1.34.152 → mypy_boto3_sagemaker-1.34.159}/mypy_boto3_sagemaker/__init__.pyi
RENAMED
|
File without changes
|
{mypy_boto3_sagemaker-1.34.152 → mypy_boto3_sagemaker-1.34.159}/mypy_boto3_sagemaker/paginator.py
RENAMED
|
File without changes
|
{mypy_boto3_sagemaker-1.34.152 → mypy_boto3_sagemaker-1.34.159}/mypy_boto3_sagemaker/paginator.pyi
RENAMED
|
File without changes
|
{mypy_boto3_sagemaker-1.34.152 → mypy_boto3_sagemaker-1.34.159}/mypy_boto3_sagemaker/py.typed
RENAMED
|
File without changes
|
{mypy_boto3_sagemaker-1.34.152 → mypy_boto3_sagemaker-1.34.159}/mypy_boto3_sagemaker/waiter.py
RENAMED
|
File without changes
|
{mypy_boto3_sagemaker-1.34.152 → mypy_boto3_sagemaker-1.34.159}/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
|