mypy-boto3-sagemaker 1.34.152__tar.gz → 1.35.0__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.35.0}/PKG-INFO +4 -4
- {mypy_boto3_sagemaker-1.34.152 → mypy_boto3_sagemaker-1.35.0}/README.md +2 -2
- {mypy_boto3_sagemaker-1.34.152 → mypy_boto3_sagemaker-1.35.0}/mypy_boto3_sagemaker/__main__.py +4 -4
- {mypy_boto3_sagemaker-1.34.152 → mypy_boto3_sagemaker-1.35.0}/mypy_boto3_sagemaker/client.py +2 -0
- {mypy_boto3_sagemaker-1.34.152 → mypy_boto3_sagemaker-1.35.0}/mypy_boto3_sagemaker/client.pyi +2 -0
- {mypy_boto3_sagemaker-1.34.152 → mypy_boto3_sagemaker-1.35.0}/mypy_boto3_sagemaker/literals.py +1 -0
- {mypy_boto3_sagemaker-1.34.152 → mypy_boto3_sagemaker-1.35.0}/mypy_boto3_sagemaker/literals.pyi +1 -0
- {mypy_boto3_sagemaker-1.34.152 → mypy_boto3_sagemaker-1.35.0}/mypy_boto3_sagemaker/type_defs.py +43 -1
- {mypy_boto3_sagemaker-1.34.152 → mypy_boto3_sagemaker-1.35.0}/mypy_boto3_sagemaker/type_defs.pyi +43 -1
- {mypy_boto3_sagemaker-1.34.152 → mypy_boto3_sagemaker-1.35.0}/mypy_boto3_sagemaker/version.py +1 -1
- {mypy_boto3_sagemaker-1.34.152 → mypy_boto3_sagemaker-1.35.0}/mypy_boto3_sagemaker.egg-info/PKG-INFO +4 -4
- {mypy_boto3_sagemaker-1.34.152 → mypy_boto3_sagemaker-1.35.0}/setup.py +3 -3
- {mypy_boto3_sagemaker-1.34.152 → mypy_boto3_sagemaker-1.35.0}/LICENSE +0 -0
- {mypy_boto3_sagemaker-1.34.152 → mypy_boto3_sagemaker-1.35.0}/mypy_boto3_sagemaker/__init__.py +0 -0
- {mypy_boto3_sagemaker-1.34.152 → mypy_boto3_sagemaker-1.35.0}/mypy_boto3_sagemaker/__init__.pyi +0 -0
- {mypy_boto3_sagemaker-1.34.152 → mypy_boto3_sagemaker-1.35.0}/mypy_boto3_sagemaker/paginator.py +0 -0
- {mypy_boto3_sagemaker-1.34.152 → mypy_boto3_sagemaker-1.35.0}/mypy_boto3_sagemaker/paginator.pyi +0 -0
- {mypy_boto3_sagemaker-1.34.152 → mypy_boto3_sagemaker-1.35.0}/mypy_boto3_sagemaker/py.typed +0 -0
- {mypy_boto3_sagemaker-1.34.152 → mypy_boto3_sagemaker-1.35.0}/mypy_boto3_sagemaker/waiter.py +0 -0
- {mypy_boto3_sagemaker-1.34.152 → mypy_boto3_sagemaker-1.35.0}/mypy_boto3_sagemaker/waiter.pyi +0 -0
- {mypy_boto3_sagemaker-1.34.152 → mypy_boto3_sagemaker-1.35.0}/mypy_boto3_sagemaker.egg-info/SOURCES.txt +0 -0
- {mypy_boto3_sagemaker-1.34.152 → mypy_boto3_sagemaker-1.35.0}/mypy_boto3_sagemaker.egg-info/dependency_links.txt +0 -0
- {mypy_boto3_sagemaker-1.34.152 → mypy_boto3_sagemaker-1.35.0}/mypy_boto3_sagemaker.egg-info/not-zip-safe +0 -0
- {mypy_boto3_sagemaker-1.34.152 → mypy_boto3_sagemaker-1.35.0}/mypy_boto3_sagemaker.egg-info/requires.txt +0 -0
- {mypy_boto3_sagemaker-1.34.152 → mypy_boto3_sagemaker-1.35.0}/mypy_boto3_sagemaker.egg-info/top_level.txt +0 -0
- {mypy_boto3_sagemaker-1.34.152 → mypy_boto3_sagemaker-1.35.0}/setup.cfg +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mypy-boto3-sagemaker
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary: Type annotations for boto3.SageMaker 1.
|
|
3
|
+
Version: 1.35.0
|
|
4
|
+
Summary: Type annotations for boto3.SageMaker 1.35.0 service generated with mypy-boto3-builder 7.26.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.
|
|
46
|
+
[boto3.SageMaker 1.35.0](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.
|
|
55
|
+
[mypy-boto3-builder 7.26.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
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|

|
|
11
11
|
|
|
12
12
|
Type annotations for
|
|
13
|
-
[boto3.SageMaker 1.
|
|
13
|
+
[boto3.SageMaker 1.35.0](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.
|
|
22
|
+
[mypy-boto3-builder 7.26.0](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.35.0}/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.
|
|
14
|
-
"Version: 1.
|
|
15
|
-
"Builder version: 7.
|
|
13
|
+
"Type annotations for boto3.SageMaker 1.35.0\n"
|
|
14
|
+
"Version: 1.35.0\n"
|
|
15
|
+
"Builder version: 7.26.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"
|
|
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.
|
|
27
|
+
print("1.35.0")
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
def main() -> None:
|
{mypy_boto3_sagemaker-1.34.152 → mypy_boto3_sagemaker-1.35.0}/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.35.0}/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.35.0}/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",
|
|
@@ -658,10 +660,12 @@ __all__ = (
|
|
|
658
660
|
"EdgeTypeDef",
|
|
659
661
|
"EmrSettingsOutputTypeDef",
|
|
660
662
|
"EmrSettingsTypeDef",
|
|
663
|
+
"EndpointConfigStepMetadataTypeDef",
|
|
661
664
|
"EndpointConfigSummaryTypeDef",
|
|
662
665
|
"EndpointInfoTypeDef",
|
|
663
666
|
"ProductionVariantServerlessConfigTypeDef",
|
|
664
667
|
"InferenceMetricsTypeDef",
|
|
668
|
+
"EndpointStepMetadataTypeDef",
|
|
665
669
|
"EndpointSummaryTypeDef",
|
|
666
670
|
"EnvironmentParameterTypeDef",
|
|
667
671
|
"FailStepMetadataTypeDef",
|
|
@@ -1030,6 +1034,7 @@ __all__ = (
|
|
|
1030
1034
|
"CandidateGenerationConfigOutputTypeDef",
|
|
1031
1035
|
"AutoMLCandidateGenerationConfigTypeDef",
|
|
1032
1036
|
"CandidateGenerationConfigTypeDef",
|
|
1037
|
+
"AutoMLComputeConfigTypeDef",
|
|
1033
1038
|
"AutoMLDataSourceTypeDef",
|
|
1034
1039
|
"ImageClassificationJobConfigTypeDef",
|
|
1035
1040
|
"TextClassificationJobConfigTypeDef",
|
|
@@ -2027,6 +2032,12 @@ FinalAutoMLJobObjectiveMetricTypeDef = TypedDict(
|
|
|
2027
2032
|
"StandardMetricName": NotRequired[AutoMLMetricEnumType],
|
|
2028
2033
|
},
|
|
2029
2034
|
)
|
|
2035
|
+
EmrServerlessComputeConfigTypeDef = TypedDict(
|
|
2036
|
+
"EmrServerlessComputeConfigTypeDef",
|
|
2037
|
+
{
|
|
2038
|
+
"ExecutionRoleARN": str,
|
|
2039
|
+
},
|
|
2040
|
+
)
|
|
2030
2041
|
AutoMLS3DataSourceTypeDef = TypedDict(
|
|
2031
2042
|
"AutoMLS3DataSourceTypeDef",
|
|
2032
2043
|
{
|
|
@@ -2190,6 +2201,13 @@ DirectDeploySettingsTypeDef = TypedDict(
|
|
|
2190
2201
|
"Status": NotRequired[FeatureStatusType],
|
|
2191
2202
|
},
|
|
2192
2203
|
)
|
|
2204
|
+
EmrServerlessSettingsTypeDef = TypedDict(
|
|
2205
|
+
"EmrServerlessSettingsTypeDef",
|
|
2206
|
+
{
|
|
2207
|
+
"ExecutionRoleArn": NotRequired[str],
|
|
2208
|
+
"Status": NotRequired[FeatureStatusType],
|
|
2209
|
+
},
|
|
2210
|
+
)
|
|
2193
2211
|
GenerativeAiSettingsTypeDef = TypedDict(
|
|
2194
2212
|
"GenerativeAiSettingsTypeDef",
|
|
2195
2213
|
{
|
|
@@ -4507,6 +4525,12 @@ EmrSettingsTypeDef = TypedDict(
|
|
|
4507
4525
|
"ExecutionRoleArns": NotRequired[Sequence[str]],
|
|
4508
4526
|
},
|
|
4509
4527
|
)
|
|
4528
|
+
EndpointConfigStepMetadataTypeDef = TypedDict(
|
|
4529
|
+
"EndpointConfigStepMetadataTypeDef",
|
|
4530
|
+
{
|
|
4531
|
+
"Arn": NotRequired[str],
|
|
4532
|
+
},
|
|
4533
|
+
)
|
|
4510
4534
|
EndpointConfigSummaryTypeDef = TypedDict(
|
|
4511
4535
|
"EndpointConfigSummaryTypeDef",
|
|
4512
4536
|
{
|
|
@@ -4536,6 +4560,12 @@ InferenceMetricsTypeDef = TypedDict(
|
|
|
4536
4560
|
"ModelLatency": int,
|
|
4537
4561
|
},
|
|
4538
4562
|
)
|
|
4563
|
+
EndpointStepMetadataTypeDef = TypedDict(
|
|
4564
|
+
"EndpointStepMetadataTypeDef",
|
|
4565
|
+
{
|
|
4566
|
+
"Arn": NotRequired[str],
|
|
4567
|
+
},
|
|
4568
|
+
)
|
|
4539
4569
|
EndpointSummaryTypeDef = TypedDict(
|
|
4540
4570
|
"EndpointSummaryTypeDef",
|
|
4541
4571
|
{
|
|
@@ -5711,8 +5741,8 @@ ProcessingS3OutputTypeDef = TypedDict(
|
|
|
5711
5741
|
"ProcessingS3OutputTypeDef",
|
|
5712
5742
|
{
|
|
5713
5743
|
"S3Uri": str,
|
|
5714
|
-
"LocalPath": str,
|
|
5715
5744
|
"S3UploadMode": ProcessingS3UploadModeType,
|
|
5745
|
+
"LocalPath": NotRequired[str],
|
|
5716
5746
|
},
|
|
5717
5747
|
)
|
|
5718
5748
|
ProductionVariantCoreDumpConfigTypeDef = TypedDict(
|
|
@@ -7442,6 +7472,12 @@ CandidateGenerationConfigTypeDef = TypedDict(
|
|
|
7442
7472
|
"AlgorithmsConfig": NotRequired[Sequence[AutoMLAlgorithmConfigTypeDef]],
|
|
7443
7473
|
},
|
|
7444
7474
|
)
|
|
7475
|
+
AutoMLComputeConfigTypeDef = TypedDict(
|
|
7476
|
+
"AutoMLComputeConfigTypeDef",
|
|
7477
|
+
{
|
|
7478
|
+
"EmrServerlessComputeConfig": NotRequired[EmrServerlessComputeConfigTypeDef],
|
|
7479
|
+
},
|
|
7480
|
+
)
|
|
7445
7481
|
AutoMLDataSourceTypeDef = TypedDict(
|
|
7446
7482
|
"AutoMLDataSourceTypeDef",
|
|
7447
7483
|
{
|
|
@@ -7635,6 +7671,7 @@ CanvasAppSettingsOutputTypeDef = TypedDict(
|
|
|
7635
7671
|
"DirectDeploySettings": NotRequired[DirectDeploySettingsTypeDef],
|
|
7636
7672
|
"KendraSettings": NotRequired[KendraSettingsTypeDef],
|
|
7637
7673
|
"GenerativeAiSettings": NotRequired[GenerativeAiSettingsTypeDef],
|
|
7674
|
+
"EmrServerlessSettings": NotRequired[EmrServerlessSettingsTypeDef],
|
|
7638
7675
|
},
|
|
7639
7676
|
)
|
|
7640
7677
|
CanvasAppSettingsTypeDef = TypedDict(
|
|
@@ -7647,6 +7684,7 @@ CanvasAppSettingsTypeDef = TypedDict(
|
|
|
7647
7684
|
"DirectDeploySettings": NotRequired[DirectDeploySettingsTypeDef],
|
|
7648
7685
|
"KendraSettings": NotRequired[KendraSettingsTypeDef],
|
|
7649
7686
|
"GenerativeAiSettings": NotRequired[GenerativeAiSettingsTypeDef],
|
|
7687
|
+
"EmrServerlessSettings": NotRequired[EmrServerlessSettingsTypeDef],
|
|
7650
7688
|
},
|
|
7651
7689
|
)
|
|
7652
7690
|
RollingUpdatePolicyTypeDef = TypedDict(
|
|
@@ -11941,6 +11979,8 @@ PipelineExecutionStepMetadataTypeDef = TypedDict(
|
|
|
11941
11979
|
"ClarifyCheck": NotRequired[ClarifyCheckStepMetadataTypeDef],
|
|
11942
11980
|
"Fail": NotRequired[FailStepMetadataTypeDef],
|
|
11943
11981
|
"AutoMLJob": NotRequired[AutoMLJobStepMetadataTypeDef],
|
|
11982
|
+
"Endpoint": NotRequired[EndpointStepMetadataTypeDef],
|
|
11983
|
+
"EndpointConfig": NotRequired[EndpointConfigStepMetadataTypeDef],
|
|
11944
11984
|
},
|
|
11945
11985
|
)
|
|
11946
11986
|
AutoMLCandidateTypeDef = TypedDict(
|
|
@@ -14727,6 +14767,7 @@ DescribeAutoMLJobV2ResponseTypeDef = TypedDict(
|
|
|
14727
14767
|
"ModelDeployResult": ModelDeployResultTypeDef,
|
|
14728
14768
|
"DataSplitConfig": AutoMLDataSplitConfigTypeDef,
|
|
14729
14769
|
"SecurityConfig": AutoMLSecurityConfigOutputTypeDef,
|
|
14770
|
+
"AutoMLComputeConfig": AutoMLComputeConfigTypeDef,
|
|
14730
14771
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
14731
14772
|
},
|
|
14732
14773
|
)
|
|
@@ -14746,6 +14787,7 @@ CreateAutoMLJobV2RequestRequestTypeDef = TypedDict(
|
|
|
14746
14787
|
"AutoMLJobObjective": NotRequired[AutoMLJobObjectiveTypeDef],
|
|
14747
14788
|
"ModelDeployConfig": NotRequired[ModelDeployConfigTypeDef],
|
|
14748
14789
|
"DataSplitConfig": NotRequired[AutoMLDataSplitConfigTypeDef],
|
|
14790
|
+
"AutoMLComputeConfig": NotRequired[AutoMLComputeConfigTypeDef],
|
|
14749
14791
|
},
|
|
14750
14792
|
)
|
|
14751
14793
|
ListPipelineExecutionStepsResponseTypeDef = TypedDict(
|
{mypy_boto3_sagemaker-1.34.152 → mypy_boto3_sagemaker-1.35.0}/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",
|
|
@@ -658,10 +660,12 @@ __all__ = (
|
|
|
658
660
|
"EdgeTypeDef",
|
|
659
661
|
"EmrSettingsOutputTypeDef",
|
|
660
662
|
"EmrSettingsTypeDef",
|
|
663
|
+
"EndpointConfigStepMetadataTypeDef",
|
|
661
664
|
"EndpointConfigSummaryTypeDef",
|
|
662
665
|
"EndpointInfoTypeDef",
|
|
663
666
|
"ProductionVariantServerlessConfigTypeDef",
|
|
664
667
|
"InferenceMetricsTypeDef",
|
|
668
|
+
"EndpointStepMetadataTypeDef",
|
|
665
669
|
"EndpointSummaryTypeDef",
|
|
666
670
|
"EnvironmentParameterTypeDef",
|
|
667
671
|
"FailStepMetadataTypeDef",
|
|
@@ -1030,6 +1034,7 @@ __all__ = (
|
|
|
1030
1034
|
"CandidateGenerationConfigOutputTypeDef",
|
|
1031
1035
|
"AutoMLCandidateGenerationConfigTypeDef",
|
|
1032
1036
|
"CandidateGenerationConfigTypeDef",
|
|
1037
|
+
"AutoMLComputeConfigTypeDef",
|
|
1033
1038
|
"AutoMLDataSourceTypeDef",
|
|
1034
1039
|
"ImageClassificationJobConfigTypeDef",
|
|
1035
1040
|
"TextClassificationJobConfigTypeDef",
|
|
@@ -2027,6 +2032,12 @@ FinalAutoMLJobObjectiveMetricTypeDef = TypedDict(
|
|
|
2027
2032
|
"StandardMetricName": NotRequired[AutoMLMetricEnumType],
|
|
2028
2033
|
},
|
|
2029
2034
|
)
|
|
2035
|
+
EmrServerlessComputeConfigTypeDef = TypedDict(
|
|
2036
|
+
"EmrServerlessComputeConfigTypeDef",
|
|
2037
|
+
{
|
|
2038
|
+
"ExecutionRoleARN": str,
|
|
2039
|
+
},
|
|
2040
|
+
)
|
|
2030
2041
|
AutoMLS3DataSourceTypeDef = TypedDict(
|
|
2031
2042
|
"AutoMLS3DataSourceTypeDef",
|
|
2032
2043
|
{
|
|
@@ -2190,6 +2201,13 @@ DirectDeploySettingsTypeDef = TypedDict(
|
|
|
2190
2201
|
"Status": NotRequired[FeatureStatusType],
|
|
2191
2202
|
},
|
|
2192
2203
|
)
|
|
2204
|
+
EmrServerlessSettingsTypeDef = TypedDict(
|
|
2205
|
+
"EmrServerlessSettingsTypeDef",
|
|
2206
|
+
{
|
|
2207
|
+
"ExecutionRoleArn": NotRequired[str],
|
|
2208
|
+
"Status": NotRequired[FeatureStatusType],
|
|
2209
|
+
},
|
|
2210
|
+
)
|
|
2193
2211
|
GenerativeAiSettingsTypeDef = TypedDict(
|
|
2194
2212
|
"GenerativeAiSettingsTypeDef",
|
|
2195
2213
|
{
|
|
@@ -4507,6 +4525,12 @@ EmrSettingsTypeDef = TypedDict(
|
|
|
4507
4525
|
"ExecutionRoleArns": NotRequired[Sequence[str]],
|
|
4508
4526
|
},
|
|
4509
4527
|
)
|
|
4528
|
+
EndpointConfigStepMetadataTypeDef = TypedDict(
|
|
4529
|
+
"EndpointConfigStepMetadataTypeDef",
|
|
4530
|
+
{
|
|
4531
|
+
"Arn": NotRequired[str],
|
|
4532
|
+
},
|
|
4533
|
+
)
|
|
4510
4534
|
EndpointConfigSummaryTypeDef = TypedDict(
|
|
4511
4535
|
"EndpointConfigSummaryTypeDef",
|
|
4512
4536
|
{
|
|
@@ -4536,6 +4560,12 @@ InferenceMetricsTypeDef = TypedDict(
|
|
|
4536
4560
|
"ModelLatency": int,
|
|
4537
4561
|
},
|
|
4538
4562
|
)
|
|
4563
|
+
EndpointStepMetadataTypeDef = TypedDict(
|
|
4564
|
+
"EndpointStepMetadataTypeDef",
|
|
4565
|
+
{
|
|
4566
|
+
"Arn": NotRequired[str],
|
|
4567
|
+
},
|
|
4568
|
+
)
|
|
4539
4569
|
EndpointSummaryTypeDef = TypedDict(
|
|
4540
4570
|
"EndpointSummaryTypeDef",
|
|
4541
4571
|
{
|
|
@@ -5711,8 +5741,8 @@ ProcessingS3OutputTypeDef = TypedDict(
|
|
|
5711
5741
|
"ProcessingS3OutputTypeDef",
|
|
5712
5742
|
{
|
|
5713
5743
|
"S3Uri": str,
|
|
5714
|
-
"LocalPath": str,
|
|
5715
5744
|
"S3UploadMode": ProcessingS3UploadModeType,
|
|
5745
|
+
"LocalPath": NotRequired[str],
|
|
5716
5746
|
},
|
|
5717
5747
|
)
|
|
5718
5748
|
ProductionVariantCoreDumpConfigTypeDef = TypedDict(
|
|
@@ -7442,6 +7472,12 @@ CandidateGenerationConfigTypeDef = TypedDict(
|
|
|
7442
7472
|
"AlgorithmsConfig": NotRequired[Sequence[AutoMLAlgorithmConfigTypeDef]],
|
|
7443
7473
|
},
|
|
7444
7474
|
)
|
|
7475
|
+
AutoMLComputeConfigTypeDef = TypedDict(
|
|
7476
|
+
"AutoMLComputeConfigTypeDef",
|
|
7477
|
+
{
|
|
7478
|
+
"EmrServerlessComputeConfig": NotRequired[EmrServerlessComputeConfigTypeDef],
|
|
7479
|
+
},
|
|
7480
|
+
)
|
|
7445
7481
|
AutoMLDataSourceTypeDef = TypedDict(
|
|
7446
7482
|
"AutoMLDataSourceTypeDef",
|
|
7447
7483
|
{
|
|
@@ -7635,6 +7671,7 @@ CanvasAppSettingsOutputTypeDef = TypedDict(
|
|
|
7635
7671
|
"DirectDeploySettings": NotRequired[DirectDeploySettingsTypeDef],
|
|
7636
7672
|
"KendraSettings": NotRequired[KendraSettingsTypeDef],
|
|
7637
7673
|
"GenerativeAiSettings": NotRequired[GenerativeAiSettingsTypeDef],
|
|
7674
|
+
"EmrServerlessSettings": NotRequired[EmrServerlessSettingsTypeDef],
|
|
7638
7675
|
},
|
|
7639
7676
|
)
|
|
7640
7677
|
CanvasAppSettingsTypeDef = TypedDict(
|
|
@@ -7647,6 +7684,7 @@ CanvasAppSettingsTypeDef = TypedDict(
|
|
|
7647
7684
|
"DirectDeploySettings": NotRequired[DirectDeploySettingsTypeDef],
|
|
7648
7685
|
"KendraSettings": NotRequired[KendraSettingsTypeDef],
|
|
7649
7686
|
"GenerativeAiSettings": NotRequired[GenerativeAiSettingsTypeDef],
|
|
7687
|
+
"EmrServerlessSettings": NotRequired[EmrServerlessSettingsTypeDef],
|
|
7650
7688
|
},
|
|
7651
7689
|
)
|
|
7652
7690
|
RollingUpdatePolicyTypeDef = TypedDict(
|
|
@@ -11941,6 +11979,8 @@ PipelineExecutionStepMetadataTypeDef = TypedDict(
|
|
|
11941
11979
|
"ClarifyCheck": NotRequired[ClarifyCheckStepMetadataTypeDef],
|
|
11942
11980
|
"Fail": NotRequired[FailStepMetadataTypeDef],
|
|
11943
11981
|
"AutoMLJob": NotRequired[AutoMLJobStepMetadataTypeDef],
|
|
11982
|
+
"Endpoint": NotRequired[EndpointStepMetadataTypeDef],
|
|
11983
|
+
"EndpointConfig": NotRequired[EndpointConfigStepMetadataTypeDef],
|
|
11944
11984
|
},
|
|
11945
11985
|
)
|
|
11946
11986
|
AutoMLCandidateTypeDef = TypedDict(
|
|
@@ -14727,6 +14767,7 @@ DescribeAutoMLJobV2ResponseTypeDef = TypedDict(
|
|
|
14727
14767
|
"ModelDeployResult": ModelDeployResultTypeDef,
|
|
14728
14768
|
"DataSplitConfig": AutoMLDataSplitConfigTypeDef,
|
|
14729
14769
|
"SecurityConfig": AutoMLSecurityConfigOutputTypeDef,
|
|
14770
|
+
"AutoMLComputeConfig": AutoMLComputeConfigTypeDef,
|
|
14730
14771
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
14731
14772
|
},
|
|
14732
14773
|
)
|
|
@@ -14746,6 +14787,7 @@ CreateAutoMLJobV2RequestRequestTypeDef = TypedDict(
|
|
|
14746
14787
|
"AutoMLJobObjective": NotRequired[AutoMLJobObjectiveTypeDef],
|
|
14747
14788
|
"ModelDeployConfig": NotRequired[ModelDeployConfigTypeDef],
|
|
14748
14789
|
"DataSplitConfig": NotRequired[AutoMLDataSplitConfigTypeDef],
|
|
14790
|
+
"AutoMLComputeConfig": NotRequired[AutoMLComputeConfigTypeDef],
|
|
14749
14791
|
},
|
|
14750
14792
|
)
|
|
14751
14793
|
ListPipelineExecutionStepsResponseTypeDef = TypedDict(
|
{mypy_boto3_sagemaker-1.34.152 → mypy_boto3_sagemaker-1.35.0}/mypy_boto3_sagemaker.egg-info/PKG-INFO
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: mypy-boto3-sagemaker
|
|
3
|
-
Version: 1.
|
|
4
|
-
Summary: Type annotations for boto3.SageMaker 1.
|
|
3
|
+
Version: 1.35.0
|
|
4
|
+
Summary: Type annotations for boto3.SageMaker 1.35.0 service generated with mypy-boto3-builder 7.26.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.
|
|
46
|
+
[boto3.SageMaker 1.35.0](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.
|
|
55
|
+
[mypy-boto3-builder 7.26.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
|
|
@@ -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.
|
|
14
|
+
version="1.35.0",
|
|
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.
|
|
20
|
+
description="Type annotations for boto3.SageMaker 1.35.0 service generated with mypy-boto3-builder 7.26.0",
|
|
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.35.0}/mypy_boto3_sagemaker/__init__.py
RENAMED
|
File without changes
|
{mypy_boto3_sagemaker-1.34.152 → mypy_boto3_sagemaker-1.35.0}/mypy_boto3_sagemaker/__init__.pyi
RENAMED
|
File without changes
|
{mypy_boto3_sagemaker-1.34.152 → mypy_boto3_sagemaker-1.35.0}/mypy_boto3_sagemaker/paginator.py
RENAMED
|
File without changes
|
{mypy_boto3_sagemaker-1.34.152 → mypy_boto3_sagemaker-1.35.0}/mypy_boto3_sagemaker/paginator.pyi
RENAMED
|
File without changes
|
|
File without changes
|
{mypy_boto3_sagemaker-1.34.152 → mypy_boto3_sagemaker-1.35.0}/mypy_boto3_sagemaker/waiter.py
RENAMED
|
File without changes
|
{mypy_boto3_sagemaker-1.34.152 → mypy_boto3_sagemaker-1.35.0}/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
|