mypy-boto3-sagemaker 1.38.26__tar.gz → 1.38.30__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.38.26 → mypy_boto3_sagemaker-1.38.30}/PKG-INFO +4 -4
- {mypy_boto3_sagemaker-1.38.26 → mypy_boto3_sagemaker-1.38.30}/README.md +2 -2
- {mypy_boto3_sagemaker-1.38.26 → mypy_boto3_sagemaker-1.38.30}/mypy_boto3_sagemaker/__main__.py +3 -3
- {mypy_boto3_sagemaker-1.38.26 → mypy_boto3_sagemaker-1.38.30}/mypy_boto3_sagemaker/literals.py +5 -0
- {mypy_boto3_sagemaker-1.38.26 → mypy_boto3_sagemaker-1.38.30}/mypy_boto3_sagemaker/literals.pyi +5 -0
- {mypy_boto3_sagemaker-1.38.26 → mypy_boto3_sagemaker-1.38.30}/mypy_boto3_sagemaker/type_defs.py +41 -14
- {mypy_boto3_sagemaker-1.38.26 → mypy_boto3_sagemaker-1.38.30}/mypy_boto3_sagemaker/type_defs.pyi +37 -13
- {mypy_boto3_sagemaker-1.38.26 → mypy_boto3_sagemaker-1.38.30}/mypy_boto3_sagemaker/version.py +1 -1
- {mypy_boto3_sagemaker-1.38.26 → mypy_boto3_sagemaker-1.38.30}/mypy_boto3_sagemaker.egg-info/PKG-INFO +4 -4
- {mypy_boto3_sagemaker-1.38.26 → mypy_boto3_sagemaker-1.38.30}/setup.py +2 -2
- {mypy_boto3_sagemaker-1.38.26 → mypy_boto3_sagemaker-1.38.30}/LICENSE +0 -0
- {mypy_boto3_sagemaker-1.38.26 → mypy_boto3_sagemaker-1.38.30}/mypy_boto3_sagemaker/__init__.py +0 -0
- {mypy_boto3_sagemaker-1.38.26 → mypy_boto3_sagemaker-1.38.30}/mypy_boto3_sagemaker/__init__.pyi +0 -0
- {mypy_boto3_sagemaker-1.38.26 → mypy_boto3_sagemaker-1.38.30}/mypy_boto3_sagemaker/client.py +0 -0
- {mypy_boto3_sagemaker-1.38.26 → mypy_boto3_sagemaker-1.38.30}/mypy_boto3_sagemaker/client.pyi +0 -0
- {mypy_boto3_sagemaker-1.38.26 → mypy_boto3_sagemaker-1.38.30}/mypy_boto3_sagemaker/paginator.py +0 -0
- {mypy_boto3_sagemaker-1.38.26 → mypy_boto3_sagemaker-1.38.30}/mypy_boto3_sagemaker/paginator.pyi +0 -0
- {mypy_boto3_sagemaker-1.38.26 → mypy_boto3_sagemaker-1.38.30}/mypy_boto3_sagemaker/py.typed +0 -0
- {mypy_boto3_sagemaker-1.38.26 → mypy_boto3_sagemaker-1.38.30}/mypy_boto3_sagemaker/waiter.py +0 -0
- {mypy_boto3_sagemaker-1.38.26 → mypy_boto3_sagemaker-1.38.30}/mypy_boto3_sagemaker/waiter.pyi +0 -0
- {mypy_boto3_sagemaker-1.38.26 → mypy_boto3_sagemaker-1.38.30}/mypy_boto3_sagemaker.egg-info/SOURCES.txt +0 -0
- {mypy_boto3_sagemaker-1.38.26 → mypy_boto3_sagemaker-1.38.30}/mypy_boto3_sagemaker.egg-info/dependency_links.txt +0 -0
- {mypy_boto3_sagemaker-1.38.26 → mypy_boto3_sagemaker-1.38.30}/mypy_boto3_sagemaker.egg-info/not-zip-safe +0 -0
- {mypy_boto3_sagemaker-1.38.26 → mypy_boto3_sagemaker-1.38.30}/mypy_boto3_sagemaker.egg-info/requires.txt +0 -0
- {mypy_boto3_sagemaker-1.38.26 → mypy_boto3_sagemaker-1.38.30}/mypy_boto3_sagemaker.egg-info/top_level.txt +0 -0
- {mypy_boto3_sagemaker-1.38.26 → mypy_boto3_sagemaker-1.38.30}/setup.cfg +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mypy-boto3-sagemaker
|
|
3
|
-
Version: 1.38.
|
|
4
|
-
Summary: Type annotations for boto3 SageMaker 1.38.
|
|
3
|
+
Version: 1.38.30
|
|
4
|
+
Summary: Type annotations for boto3 SageMaker 1.38.30 service generated with mypy-boto3-builder 8.11.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
|
|
@@ -56,7 +56,7 @@ Dynamic: summary
|
|
|
56
56
|
|
|
57
57
|

|
|
58
58
|
|
|
59
|
-
Type annotations for [boto3 SageMaker 1.38.
|
|
59
|
+
Type annotations for [boto3 SageMaker 1.38.30](https://pypi.org/project/boto3/)
|
|
60
60
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
61
61
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
62
62
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -119,7 +119,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
119
119
|
isolation.
|
|
120
120
|
|
|
121
121
|
1. Run mypy-boto3-builder in your package root directory:
|
|
122
|
-
`uvx --with 'boto3==1.38.
|
|
122
|
+
`uvx --with 'boto3==1.38.30' mypy-boto3-builder`
|
|
123
123
|
2. Select `boto3-stubs` AWS SDK.
|
|
124
124
|
3. Add `SageMaker` service.
|
|
125
125
|
4. Use provided commands to install generated packages.
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|

|
|
11
11
|
|
|
12
|
-
Type annotations for [boto3 SageMaker 1.38.
|
|
12
|
+
Type annotations for [boto3 SageMaker 1.38.30](https://pypi.org/project/boto3/)
|
|
13
13
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
14
14
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
15
15
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -72,7 +72,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
72
72
|
isolation.
|
|
73
73
|
|
|
74
74
|
1. Run mypy-boto3-builder in your package root directory:
|
|
75
|
-
`uvx --with 'boto3==1.38.
|
|
75
|
+
`uvx --with 'boto3==1.38.30' mypy-boto3-builder`
|
|
76
76
|
2. Select `boto3-stubs` AWS SDK.
|
|
77
77
|
3. Add `SageMaker` service.
|
|
78
78
|
4. Use provided commands to install generated packages.
|
{mypy_boto3_sagemaker-1.38.26 → mypy_boto3_sagemaker-1.38.30}/mypy_boto3_sagemaker/__main__.py
RENAMED
|
@@ -12,8 +12,8 @@ def print_info() -> None:
|
|
|
12
12
|
Print package info to stdout.
|
|
13
13
|
"""
|
|
14
14
|
sys.stdout.write(
|
|
15
|
-
"Type annotations for boto3 SageMaker 1.38.
|
|
16
|
-
"Version: 1.38.
|
|
15
|
+
"Type annotations for boto3 SageMaker 1.38.30\n"
|
|
16
|
+
"Version: 1.38.30\n"
|
|
17
17
|
"Builder version: 8.11.0\n"
|
|
18
18
|
"Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker//\n"
|
|
19
19
|
"Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#sagemaker\n"
|
|
@@ -26,7 +26,7 @@ def print_version() -> None:
|
|
|
26
26
|
"""
|
|
27
27
|
Print package version to stdout.
|
|
28
28
|
"""
|
|
29
|
-
sys.stdout.write("1.38.
|
|
29
|
+
sys.stdout.write("1.38.30\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
{mypy_boto3_sagemaker-1.38.26 → mypy_boto3_sagemaker-1.38.30}/mypy_boto3_sagemaker/literals.py
RENAMED
|
@@ -65,6 +65,7 @@ __all__ = (
|
|
|
65
65
|
"CandidateSortByType",
|
|
66
66
|
"CandidateStatusType",
|
|
67
67
|
"CandidateStepTypeType",
|
|
68
|
+
"CapacityReservationPreferenceType",
|
|
68
69
|
"CapacitySizeTypeType",
|
|
69
70
|
"CaptureModeType",
|
|
70
71
|
"CaptureStatusType",
|
|
@@ -734,6 +735,7 @@ CandidateStatusType = Literal["Completed", "Failed", "InProgress", "Stopped", "S
|
|
|
734
735
|
CandidateStepTypeType = Literal[
|
|
735
736
|
"AWS::SageMaker::ProcessingJob", "AWS::SageMaker::TrainingJob", "AWS::SageMaker::TransformJob"
|
|
736
737
|
]
|
|
738
|
+
CapacityReservationPreferenceType = Literal["capacity-reservations-only"]
|
|
737
739
|
CapacitySizeTypeType = Literal["CAPACITY_PERCENT", "INSTANCE_COUNT"]
|
|
738
740
|
CaptureModeType = Literal["Input", "InputAndOutput", "Output"]
|
|
739
741
|
CaptureStatusType = Literal["Started", "Stopped"]
|
|
@@ -1849,6 +1851,7 @@ ReservedCapacityInstanceTypeType = Literal[
|
|
|
1849
1851
|
"ml.p5.48xlarge",
|
|
1850
1852
|
"ml.p5e.48xlarge",
|
|
1851
1853
|
"ml.p5en.48xlarge",
|
|
1854
|
+
"ml.p6-b200.48xlarge",
|
|
1852
1855
|
"ml.trn1.32xlarge",
|
|
1853
1856
|
"ml.trn2.48xlarge",
|
|
1854
1857
|
]
|
|
@@ -2122,6 +2125,7 @@ TrainingInstanceTypeType = Literal[
|
|
|
2122
2125
|
"ml.p5.48xlarge",
|
|
2123
2126
|
"ml.p5e.48xlarge",
|
|
2124
2127
|
"ml.p5en.48xlarge",
|
|
2128
|
+
"ml.p6-b200.48xlarge",
|
|
2125
2129
|
"ml.r5.12xlarge",
|
|
2126
2130
|
"ml.r5.16xlarge",
|
|
2127
2131
|
"ml.r5.24xlarge",
|
|
@@ -2421,6 +2425,7 @@ ServiceName = Literal[
|
|
|
2421
2425
|
"es",
|
|
2422
2426
|
"events",
|
|
2423
2427
|
"evidently",
|
|
2428
|
+
"evs",
|
|
2424
2429
|
"finspace",
|
|
2425
2430
|
"finspace-data",
|
|
2426
2431
|
"firehose",
|
{mypy_boto3_sagemaker-1.38.26 → mypy_boto3_sagemaker-1.38.30}/mypy_boto3_sagemaker/literals.pyi
RENAMED
|
@@ -64,6 +64,7 @@ __all__ = (
|
|
|
64
64
|
"CandidateSortByType",
|
|
65
65
|
"CandidateStatusType",
|
|
66
66
|
"CandidateStepTypeType",
|
|
67
|
+
"CapacityReservationPreferenceType",
|
|
67
68
|
"CapacitySizeTypeType",
|
|
68
69
|
"CaptureModeType",
|
|
69
70
|
"CaptureStatusType",
|
|
@@ -732,6 +733,7 @@ CandidateStatusType = Literal["Completed", "Failed", "InProgress", "Stopped", "S
|
|
|
732
733
|
CandidateStepTypeType = Literal[
|
|
733
734
|
"AWS::SageMaker::ProcessingJob", "AWS::SageMaker::TrainingJob", "AWS::SageMaker::TransformJob"
|
|
734
735
|
]
|
|
736
|
+
CapacityReservationPreferenceType = Literal["capacity-reservations-only"]
|
|
735
737
|
CapacitySizeTypeType = Literal["CAPACITY_PERCENT", "INSTANCE_COUNT"]
|
|
736
738
|
CaptureModeType = Literal["Input", "InputAndOutput", "Output"]
|
|
737
739
|
CaptureStatusType = Literal["Started", "Stopped"]
|
|
@@ -1847,6 +1849,7 @@ ReservedCapacityInstanceTypeType = Literal[
|
|
|
1847
1849
|
"ml.p5.48xlarge",
|
|
1848
1850
|
"ml.p5e.48xlarge",
|
|
1849
1851
|
"ml.p5en.48xlarge",
|
|
1852
|
+
"ml.p6-b200.48xlarge",
|
|
1850
1853
|
"ml.trn1.32xlarge",
|
|
1851
1854
|
"ml.trn2.48xlarge",
|
|
1852
1855
|
]
|
|
@@ -2120,6 +2123,7 @@ TrainingInstanceTypeType = Literal[
|
|
|
2120
2123
|
"ml.p5.48xlarge",
|
|
2121
2124
|
"ml.p5e.48xlarge",
|
|
2122
2125
|
"ml.p5en.48xlarge",
|
|
2126
|
+
"ml.p6-b200.48xlarge",
|
|
2123
2127
|
"ml.r5.12xlarge",
|
|
2124
2128
|
"ml.r5.16xlarge",
|
|
2125
2129
|
"ml.r5.24xlarge",
|
|
@@ -2419,6 +2423,7 @@ ServiceName = Literal[
|
|
|
2419
2423
|
"es",
|
|
2420
2424
|
"events",
|
|
2421
2425
|
"evidently",
|
|
2426
|
+
"evs",
|
|
2422
2427
|
"finspace",
|
|
2423
2428
|
"finspace-data",
|
|
2424
2429
|
"firehose",
|
{mypy_boto3_sagemaker-1.38.26 → mypy_boto3_sagemaker-1.38.30}/mypy_boto3_sagemaker/type_defs.py
RENAMED
|
@@ -918,6 +918,7 @@ __all__ = (
|
|
|
918
918
|
"EFSFileSystemTypeDef",
|
|
919
919
|
"EMRStepMetadataTypeDef",
|
|
920
920
|
"EbsStorageSettingsTypeDef",
|
|
921
|
+
"Ec2CapacityReservationTypeDef",
|
|
921
922
|
"EdgeDeploymentConfigTypeDef",
|
|
922
923
|
"EdgeDeploymentModelConfigTypeDef",
|
|
923
924
|
"EdgeDeploymentPlanSummaryTypeDef",
|
|
@@ -1562,6 +1563,8 @@ __all__ = (
|
|
|
1562
1563
|
"ProcessingS3InputTypeDef",
|
|
1563
1564
|
"ProcessingS3OutputTypeDef",
|
|
1564
1565
|
"ProcessingStoppingConditionTypeDef",
|
|
1566
|
+
"ProductionVariantCapacityReservationConfigTypeDef",
|
|
1567
|
+
"ProductionVariantCapacityReservationSummaryTypeDef",
|
|
1565
1568
|
"ProductionVariantCoreDumpConfigTypeDef",
|
|
1566
1569
|
"ProductionVariantManagedInstanceScalingTypeDef",
|
|
1567
1570
|
"ProductionVariantRoutingConfigTypeDef",
|
|
@@ -3904,6 +3907,7 @@ class UnifiedStudioSettingsTypeDef(TypedDict):
|
|
|
3904
3907
|
ProjectId: NotRequired[str]
|
|
3905
3908
|
EnvironmentId: NotRequired[str]
|
|
3906
3909
|
ProjectS3Path: NotRequired[str]
|
|
3910
|
+
SingleSignOnApplicationArn: NotRequired[str]
|
|
3907
3911
|
|
|
3908
3912
|
|
|
3909
3913
|
class FileSourceTypeDef(TypedDict):
|
|
@@ -3923,6 +3927,13 @@ class EbsStorageSettingsTypeDef(TypedDict):
|
|
|
3923
3927
|
EbsVolumeSizeInGb: int
|
|
3924
3928
|
|
|
3925
3929
|
|
|
3930
|
+
class Ec2CapacityReservationTypeDef(TypedDict):
|
|
3931
|
+
Ec2CapacityReservationId: NotRequired[str]
|
|
3932
|
+
TotalInstanceCount: NotRequired[int]
|
|
3933
|
+
AvailableInstanceCount: NotRequired[int]
|
|
3934
|
+
UsedByCurrentEndpoint: NotRequired[int]
|
|
3935
|
+
|
|
3936
|
+
|
|
3926
3937
|
class EdgeDeploymentPlanSummaryTypeDef(TypedDict):
|
|
3927
3938
|
EdgeDeploymentPlanArn: str
|
|
3928
3939
|
EdgeDeploymentPlanName: str
|
|
@@ -4974,6 +4985,11 @@ class ProcessingS3OutputTypeDef(TypedDict):
|
|
|
4974
4985
|
LocalPath: NotRequired[str]
|
|
4975
4986
|
|
|
4976
4987
|
|
|
4988
|
+
class ProductionVariantCapacityReservationConfigTypeDef(TypedDict):
|
|
4989
|
+
CapacityReservationPreference: NotRequired[Literal["capacity-reservations-only"]]
|
|
4990
|
+
MlReservationArn: NotRequired[str]
|
|
4991
|
+
|
|
4992
|
+
|
|
4977
4993
|
class ProductionVariantCoreDumpConfigTypeDef(TypedDict):
|
|
4978
4994
|
DestinationS3Uri: str
|
|
4979
4995
|
KmsKeyId: NotRequired[str]
|
|
@@ -8251,6 +8267,15 @@ class SpaceStorageSettingsTypeDef(TypedDict):
|
|
|
8251
8267
|
EbsStorageSettings: NotRequired[EbsStorageSettingsTypeDef]
|
|
8252
8268
|
|
|
8253
8269
|
|
|
8270
|
+
class ProductionVariantCapacityReservationSummaryTypeDef(TypedDict):
|
|
8271
|
+
MlReservationArn: NotRequired[str]
|
|
8272
|
+
CapacityReservationPreference: NotRequired[Literal["capacity-reservations-only"]]
|
|
8273
|
+
TotalInstanceCount: NotRequired[int]
|
|
8274
|
+
AvailableInstanceCount: NotRequired[int]
|
|
8275
|
+
UsedByCurrentEndpoint: NotRequired[int]
|
|
8276
|
+
Ec2CapacityReservations: NotRequired[List[Ec2CapacityReservationTypeDef]]
|
|
8277
|
+
|
|
8278
|
+
|
|
8254
8279
|
class ListEdgeDeploymentPlansResponseTypeDef(TypedDict):
|
|
8255
8280
|
EdgeDeploymentPlanSummaries: List[EdgeDeploymentPlanSummaryTypeDef]
|
|
8256
8281
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -9704,20 +9729,6 @@ class PendingProductionVariantSummaryTypeDef(TypedDict):
|
|
|
9704
9729
|
RoutingConfig: NotRequired[ProductionVariantRoutingConfigTypeDef]
|
|
9705
9730
|
|
|
9706
9731
|
|
|
9707
|
-
class ProductionVariantSummaryTypeDef(TypedDict):
|
|
9708
|
-
VariantName: str
|
|
9709
|
-
DeployedImages: NotRequired[List[DeployedImageTypeDef]]
|
|
9710
|
-
CurrentWeight: NotRequired[float]
|
|
9711
|
-
DesiredWeight: NotRequired[float]
|
|
9712
|
-
CurrentInstanceCount: NotRequired[int]
|
|
9713
|
-
DesiredInstanceCount: NotRequired[int]
|
|
9714
|
-
VariantStatus: NotRequired[List[ProductionVariantStatusTypeDef]]
|
|
9715
|
-
CurrentServerlessConfig: NotRequired[ProductionVariantServerlessConfigTypeDef]
|
|
9716
|
-
DesiredServerlessConfig: NotRequired[ProductionVariantServerlessConfigTypeDef]
|
|
9717
|
-
ManagedInstanceScaling: NotRequired[ProductionVariantManagedInstanceScalingTypeDef]
|
|
9718
|
-
RoutingConfig: NotRequired[ProductionVariantRoutingConfigTypeDef]
|
|
9719
|
-
|
|
9720
|
-
|
|
9721
9732
|
class SchedulerConfigOutputTypeDef(TypedDict):
|
|
9722
9733
|
PriorityClasses: NotRequired[List[PriorityClassTypeDef]]
|
|
9723
9734
|
FairShare: NotRequired[FairShareType]
|
|
@@ -9755,6 +9766,7 @@ class ProductionVariantTypeDef(TypedDict):
|
|
|
9755
9766
|
ManagedInstanceScaling: NotRequired[ProductionVariantManagedInstanceScalingTypeDef]
|
|
9756
9767
|
RoutingConfig: NotRequired[ProductionVariantRoutingConfigTypeDef]
|
|
9757
9768
|
InferenceAmiVersion: NotRequired[ProductionVariantInferenceAmiVersionType]
|
|
9769
|
+
CapacityReservationConfig: NotRequired[ProductionVariantCapacityReservationConfigTypeDef]
|
|
9758
9770
|
|
|
9759
9771
|
|
|
9760
9772
|
ProfilerConfigUnionTypeDef = Union[ProfilerConfigTypeDef, ProfilerConfigOutputTypeDef]
|
|
@@ -10424,6 +10436,21 @@ class SpaceSettingsSummaryTypeDef(TypedDict):
|
|
|
10424
10436
|
SpaceStorageSettings: NotRequired[SpaceStorageSettingsTypeDef]
|
|
10425
10437
|
|
|
10426
10438
|
|
|
10439
|
+
class ProductionVariantSummaryTypeDef(TypedDict):
|
|
10440
|
+
VariantName: str
|
|
10441
|
+
DeployedImages: NotRequired[List[DeployedImageTypeDef]]
|
|
10442
|
+
CurrentWeight: NotRequired[float]
|
|
10443
|
+
DesiredWeight: NotRequired[float]
|
|
10444
|
+
CurrentInstanceCount: NotRequired[int]
|
|
10445
|
+
DesiredInstanceCount: NotRequired[int]
|
|
10446
|
+
VariantStatus: NotRequired[List[ProductionVariantStatusTypeDef]]
|
|
10447
|
+
CurrentServerlessConfig: NotRequired[ProductionVariantServerlessConfigTypeDef]
|
|
10448
|
+
DesiredServerlessConfig: NotRequired[ProductionVariantServerlessConfigTypeDef]
|
|
10449
|
+
ManagedInstanceScaling: NotRequired[ProductionVariantManagedInstanceScalingTypeDef]
|
|
10450
|
+
RoutingConfig: NotRequired[ProductionVariantRoutingConfigTypeDef]
|
|
10451
|
+
CapacityReservationConfig: NotRequired[ProductionVariantCapacityReservationSummaryTypeDef]
|
|
10452
|
+
|
|
10453
|
+
|
|
10427
10454
|
class InferenceRecommendationTypeDef(TypedDict):
|
|
10428
10455
|
EndpointConfiguration: EndpointOutputConfigurationTypeDef
|
|
10429
10456
|
ModelConfiguration: ModelConfigurationTypeDef
|
{mypy_boto3_sagemaker-1.38.26 → mypy_boto3_sagemaker-1.38.30}/mypy_boto3_sagemaker/type_defs.pyi
RENAMED
|
@@ -917,6 +917,7 @@ __all__ = (
|
|
|
917
917
|
"EFSFileSystemTypeDef",
|
|
918
918
|
"EMRStepMetadataTypeDef",
|
|
919
919
|
"EbsStorageSettingsTypeDef",
|
|
920
|
+
"Ec2CapacityReservationTypeDef",
|
|
920
921
|
"EdgeDeploymentConfigTypeDef",
|
|
921
922
|
"EdgeDeploymentModelConfigTypeDef",
|
|
922
923
|
"EdgeDeploymentPlanSummaryTypeDef",
|
|
@@ -1561,6 +1562,8 @@ __all__ = (
|
|
|
1561
1562
|
"ProcessingS3InputTypeDef",
|
|
1562
1563
|
"ProcessingS3OutputTypeDef",
|
|
1563
1564
|
"ProcessingStoppingConditionTypeDef",
|
|
1565
|
+
"ProductionVariantCapacityReservationConfigTypeDef",
|
|
1566
|
+
"ProductionVariantCapacityReservationSummaryTypeDef",
|
|
1564
1567
|
"ProductionVariantCoreDumpConfigTypeDef",
|
|
1565
1568
|
"ProductionVariantManagedInstanceScalingTypeDef",
|
|
1566
1569
|
"ProductionVariantRoutingConfigTypeDef",
|
|
@@ -3537,6 +3540,7 @@ class UnifiedStudioSettingsTypeDef(TypedDict):
|
|
|
3537
3540
|
ProjectId: NotRequired[str]
|
|
3538
3541
|
EnvironmentId: NotRequired[str]
|
|
3539
3542
|
ProjectS3Path: NotRequired[str]
|
|
3543
|
+
SingleSignOnApplicationArn: NotRequired[str]
|
|
3540
3544
|
|
|
3541
3545
|
class FileSourceTypeDef(TypedDict):
|
|
3542
3546
|
S3Uri: str
|
|
@@ -3552,6 +3556,12 @@ class EMRStepMetadataTypeDef(TypedDict):
|
|
|
3552
3556
|
class EbsStorageSettingsTypeDef(TypedDict):
|
|
3553
3557
|
EbsVolumeSizeInGb: int
|
|
3554
3558
|
|
|
3559
|
+
class Ec2CapacityReservationTypeDef(TypedDict):
|
|
3560
|
+
Ec2CapacityReservationId: NotRequired[str]
|
|
3561
|
+
TotalInstanceCount: NotRequired[int]
|
|
3562
|
+
AvailableInstanceCount: NotRequired[int]
|
|
3563
|
+
UsedByCurrentEndpoint: NotRequired[int]
|
|
3564
|
+
|
|
3555
3565
|
class EdgeDeploymentPlanSummaryTypeDef(TypedDict):
|
|
3556
3566
|
EdgeDeploymentPlanArn: str
|
|
3557
3567
|
EdgeDeploymentPlanName: str
|
|
@@ -4443,6 +4453,10 @@ class ProcessingS3OutputTypeDef(TypedDict):
|
|
|
4443
4453
|
S3UploadMode: ProcessingS3UploadModeType
|
|
4444
4454
|
LocalPath: NotRequired[str]
|
|
4445
4455
|
|
|
4456
|
+
class ProductionVariantCapacityReservationConfigTypeDef(TypedDict):
|
|
4457
|
+
CapacityReservationPreference: NotRequired[Literal["capacity-reservations-only"]]
|
|
4458
|
+
MlReservationArn: NotRequired[str]
|
|
4459
|
+
|
|
4446
4460
|
class ProductionVariantCoreDumpConfigTypeDef(TypedDict):
|
|
4447
4461
|
DestinationS3Uri: str
|
|
4448
4462
|
KmsKeyId: NotRequired[str]
|
|
@@ -7261,6 +7275,14 @@ class DriftCheckExplainabilityTypeDef(TypedDict):
|
|
|
7261
7275
|
class SpaceStorageSettingsTypeDef(TypedDict):
|
|
7262
7276
|
EbsStorageSettings: NotRequired[EbsStorageSettingsTypeDef]
|
|
7263
7277
|
|
|
7278
|
+
class ProductionVariantCapacityReservationSummaryTypeDef(TypedDict):
|
|
7279
|
+
MlReservationArn: NotRequired[str]
|
|
7280
|
+
CapacityReservationPreference: NotRequired[Literal["capacity-reservations-only"]]
|
|
7281
|
+
TotalInstanceCount: NotRequired[int]
|
|
7282
|
+
AvailableInstanceCount: NotRequired[int]
|
|
7283
|
+
UsedByCurrentEndpoint: NotRequired[int]
|
|
7284
|
+
Ec2CapacityReservations: NotRequired[List[Ec2CapacityReservationTypeDef]]
|
|
7285
|
+
|
|
7264
7286
|
class ListEdgeDeploymentPlansResponseTypeDef(TypedDict):
|
|
7265
7287
|
EdgeDeploymentPlanSummaries: List[EdgeDeploymentPlanSummaryTypeDef]
|
|
7266
7288
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -8534,19 +8556,6 @@ class PendingProductionVariantSummaryTypeDef(TypedDict):
|
|
|
8534
8556
|
ManagedInstanceScaling: NotRequired[ProductionVariantManagedInstanceScalingTypeDef]
|
|
8535
8557
|
RoutingConfig: NotRequired[ProductionVariantRoutingConfigTypeDef]
|
|
8536
8558
|
|
|
8537
|
-
class ProductionVariantSummaryTypeDef(TypedDict):
|
|
8538
|
-
VariantName: str
|
|
8539
|
-
DeployedImages: NotRequired[List[DeployedImageTypeDef]]
|
|
8540
|
-
CurrentWeight: NotRequired[float]
|
|
8541
|
-
DesiredWeight: NotRequired[float]
|
|
8542
|
-
CurrentInstanceCount: NotRequired[int]
|
|
8543
|
-
DesiredInstanceCount: NotRequired[int]
|
|
8544
|
-
VariantStatus: NotRequired[List[ProductionVariantStatusTypeDef]]
|
|
8545
|
-
CurrentServerlessConfig: NotRequired[ProductionVariantServerlessConfigTypeDef]
|
|
8546
|
-
DesiredServerlessConfig: NotRequired[ProductionVariantServerlessConfigTypeDef]
|
|
8547
|
-
ManagedInstanceScaling: NotRequired[ProductionVariantManagedInstanceScalingTypeDef]
|
|
8548
|
-
RoutingConfig: NotRequired[ProductionVariantRoutingConfigTypeDef]
|
|
8549
|
-
|
|
8550
8559
|
class SchedulerConfigOutputTypeDef(TypedDict):
|
|
8551
8560
|
PriorityClasses: NotRequired[List[PriorityClassTypeDef]]
|
|
8552
8561
|
FairShare: NotRequired[FairShareType]
|
|
@@ -8580,6 +8589,7 @@ class ProductionVariantTypeDef(TypedDict):
|
|
|
8580
8589
|
ManagedInstanceScaling: NotRequired[ProductionVariantManagedInstanceScalingTypeDef]
|
|
8581
8590
|
RoutingConfig: NotRequired[ProductionVariantRoutingConfigTypeDef]
|
|
8582
8591
|
InferenceAmiVersion: NotRequired[ProductionVariantInferenceAmiVersionType]
|
|
8592
|
+
CapacityReservationConfig: NotRequired[ProductionVariantCapacityReservationConfigTypeDef]
|
|
8583
8593
|
|
|
8584
8594
|
ProfilerConfigUnionTypeDef = Union[ProfilerConfigTypeDef, ProfilerConfigOutputTypeDef]
|
|
8585
8595
|
ProfilerRuleConfigurationUnionTypeDef = Union[
|
|
@@ -9158,6 +9168,20 @@ class SpaceSettingsSummaryTypeDef(TypedDict):
|
|
|
9158
9168
|
AppType: NotRequired[AppTypeType]
|
|
9159
9169
|
SpaceStorageSettings: NotRequired[SpaceStorageSettingsTypeDef]
|
|
9160
9170
|
|
|
9171
|
+
class ProductionVariantSummaryTypeDef(TypedDict):
|
|
9172
|
+
VariantName: str
|
|
9173
|
+
DeployedImages: NotRequired[List[DeployedImageTypeDef]]
|
|
9174
|
+
CurrentWeight: NotRequired[float]
|
|
9175
|
+
DesiredWeight: NotRequired[float]
|
|
9176
|
+
CurrentInstanceCount: NotRequired[int]
|
|
9177
|
+
DesiredInstanceCount: NotRequired[int]
|
|
9178
|
+
VariantStatus: NotRequired[List[ProductionVariantStatusTypeDef]]
|
|
9179
|
+
CurrentServerlessConfig: NotRequired[ProductionVariantServerlessConfigTypeDef]
|
|
9180
|
+
DesiredServerlessConfig: NotRequired[ProductionVariantServerlessConfigTypeDef]
|
|
9181
|
+
ManagedInstanceScaling: NotRequired[ProductionVariantManagedInstanceScalingTypeDef]
|
|
9182
|
+
RoutingConfig: NotRequired[ProductionVariantRoutingConfigTypeDef]
|
|
9183
|
+
CapacityReservationConfig: NotRequired[ProductionVariantCapacityReservationSummaryTypeDef]
|
|
9184
|
+
|
|
9161
9185
|
class InferenceRecommendationTypeDef(TypedDict):
|
|
9162
9186
|
EndpointConfiguration: EndpointOutputConfigurationTypeDef
|
|
9163
9187
|
ModelConfiguration: ModelConfigurationTypeDef
|
{mypy_boto3_sagemaker-1.38.26 → mypy_boto3_sagemaker-1.38.30}/mypy_boto3_sagemaker.egg-info/PKG-INFO
RENAMED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mypy-boto3-sagemaker
|
|
3
|
-
Version: 1.38.
|
|
4
|
-
Summary: Type annotations for boto3 SageMaker 1.38.
|
|
3
|
+
Version: 1.38.30
|
|
4
|
+
Summary: Type annotations for boto3 SageMaker 1.38.30 service generated with mypy-boto3-builder 8.11.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
|
|
@@ -56,7 +56,7 @@ Dynamic: summary
|
|
|
56
56
|
|
|
57
57
|

|
|
58
58
|
|
|
59
|
-
Type annotations for [boto3 SageMaker 1.38.
|
|
59
|
+
Type annotations for [boto3 SageMaker 1.38.30](https://pypi.org/project/boto3/)
|
|
60
60
|
compatible with [VSCode](https://code.visualstudio.com/),
|
|
61
61
|
[PyCharm](https://www.jetbrains.com/pycharm/),
|
|
62
62
|
[Emacs](https://www.gnu.org/software/emacs/),
|
|
@@ -119,7 +119,7 @@ You can generate type annotations for `boto3` package locally with
|
|
|
119
119
|
isolation.
|
|
120
120
|
|
|
121
121
|
1. Run mypy-boto3-builder in your package root directory:
|
|
122
|
-
`uvx --with 'boto3==1.38.
|
|
122
|
+
`uvx --with 'boto3==1.38.30' mypy-boto3-builder`
|
|
123
123
|
2. Select `boto3-stubs` AWS SDK.
|
|
124
124
|
3. Add `SageMaker` service.
|
|
125
125
|
4. Use provided commands to install generated packages.
|
|
@@ -13,13 +13,13 @@ LONG_DESCRIPTION = (Path(__file__).parent / "README.md").read_text()
|
|
|
13
13
|
|
|
14
14
|
setup(
|
|
15
15
|
name="mypy-boto3-sagemaker",
|
|
16
|
-
version="1.38.
|
|
16
|
+
version="1.38.30",
|
|
17
17
|
packages=["mypy_boto3_sagemaker"],
|
|
18
18
|
url="https://github.com/youtype/mypy_boto3_builder",
|
|
19
19
|
license="MIT License",
|
|
20
20
|
author="Vlad Emelianov",
|
|
21
21
|
author_email="vlad.emelianov.nz@gmail.com",
|
|
22
|
-
description="Type annotations for boto3 SageMaker 1.38.
|
|
22
|
+
description="Type annotations for boto3 SageMaker 1.38.30 service generated with mypy-boto3-builder 8.11.0",
|
|
23
23
|
classifiers=[
|
|
24
24
|
"Development Status :: 5 - Production/Stable",
|
|
25
25
|
"Intended Audience :: Developers",
|
|
File without changes
|
{mypy_boto3_sagemaker-1.38.26 → mypy_boto3_sagemaker-1.38.30}/mypy_boto3_sagemaker/__init__.py
RENAMED
|
File without changes
|
{mypy_boto3_sagemaker-1.38.26 → mypy_boto3_sagemaker-1.38.30}/mypy_boto3_sagemaker/__init__.pyi
RENAMED
|
File without changes
|
{mypy_boto3_sagemaker-1.38.26 → mypy_boto3_sagemaker-1.38.30}/mypy_boto3_sagemaker/client.py
RENAMED
|
File without changes
|
{mypy_boto3_sagemaker-1.38.26 → mypy_boto3_sagemaker-1.38.30}/mypy_boto3_sagemaker/client.pyi
RENAMED
|
File without changes
|
{mypy_boto3_sagemaker-1.38.26 → mypy_boto3_sagemaker-1.38.30}/mypy_boto3_sagemaker/paginator.py
RENAMED
|
File without changes
|
{mypy_boto3_sagemaker-1.38.26 → mypy_boto3_sagemaker-1.38.30}/mypy_boto3_sagemaker/paginator.pyi
RENAMED
|
File without changes
|
|
File without changes
|
{mypy_boto3_sagemaker-1.38.26 → mypy_boto3_sagemaker-1.38.30}/mypy_boto3_sagemaker/waiter.py
RENAMED
|
File without changes
|
{mypy_boto3_sagemaker-1.38.26 → mypy_boto3_sagemaker-1.38.30}/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
|