mypy-boto3-sagemaker 1.38.14__py3-none-any.whl → 1.38.27__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 +6 -1
- mypy_boto3_sagemaker/literals.pyi +6 -1
- mypy_boto3_sagemaker/type_defs.py +43 -14
- mypy_boto3_sagemaker/type_defs.pyi +39 -13
- mypy_boto3_sagemaker/version.py +1 -1
- {mypy_boto3_sagemaker-1.38.14.dist-info → mypy_boto3_sagemaker-1.38.27.dist-info}/METADATA +4 -4
- mypy_boto3_sagemaker-1.38.27.dist-info/RECORD +20 -0
- {mypy_boto3_sagemaker-1.38.14.dist-info → mypy_boto3_sagemaker-1.38.27.dist-info}/WHEEL +1 -1
- mypy_boto3_sagemaker-1.38.14.dist-info/RECORD +0 -20
- {mypy_boto3_sagemaker-1.38.14.dist-info → mypy_boto3_sagemaker-1.38.27.dist-info}/licenses/LICENSE +0 -0
- {mypy_boto3_sagemaker-1.38.14.dist-info → mypy_boto3_sagemaker-1.38.27.dist-info}/top_level.txt +0 -0
mypy_boto3_sagemaker/__main__.py
CHANGED
|
@@ -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.27\n"
|
|
16
|
+
"Version: 1.38.27\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.27\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
mypy_boto3_sagemaker/literals.py
CHANGED
|
@@ -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",
|
|
@@ -394,6 +395,7 @@ __all__ = (
|
|
|
394
395
|
"TargetPlatformArchType",
|
|
395
396
|
"TargetPlatformOsType",
|
|
396
397
|
"ThroughputModeType",
|
|
398
|
+
"TrackingServerMaintenanceStatusType",
|
|
397
399
|
"TrackingServerSizeType",
|
|
398
400
|
"TrackingServerStatusType",
|
|
399
401
|
"TrafficRoutingConfigTypeType",
|
|
@@ -733,6 +735,7 @@ CandidateStatusType = Literal["Completed", "Failed", "InProgress", "Stopped", "S
|
|
|
733
735
|
CandidateStepTypeType = Literal[
|
|
734
736
|
"AWS::SageMaker::ProcessingJob", "AWS::SageMaker::TrainingJob", "AWS::SageMaker::TransformJob"
|
|
735
737
|
]
|
|
738
|
+
CapacityReservationPreferenceType = Literal["capacity-reservations-only"]
|
|
736
739
|
CapacitySizeTypeType = Literal["CAPACITY_PERCENT", "INSTANCE_COUNT"]
|
|
737
740
|
CaptureModeType = Literal["Input", "InputAndOutput", "Output"]
|
|
738
741
|
CaptureStatusType = Literal["Started", "Stopped"]
|
|
@@ -2010,6 +2013,9 @@ TargetPlatformAcceleratorType = Literal["INTEL_GRAPHICS", "MALI", "NNA", "NVIDIA
|
|
|
2010
2013
|
TargetPlatformArchType = Literal["ARM64", "ARM_EABI", "ARM_EABIHF", "X86", "X86_64"]
|
|
2011
2014
|
TargetPlatformOsType = Literal["ANDROID", "LINUX"]
|
|
2012
2015
|
ThroughputModeType = Literal["OnDemand", "Provisioned"]
|
|
2016
|
+
TrackingServerMaintenanceStatusType = Literal[
|
|
2017
|
+
"MaintenanceComplete", "MaintenanceFailed", "MaintenanceInProgress"
|
|
2018
|
+
]
|
|
2013
2019
|
TrackingServerSizeType = Literal["Large", "Medium", "Small"]
|
|
2014
2020
|
TrackingServerStatusType = Literal[
|
|
2015
2021
|
"CreateFailed",
|
|
@@ -2569,7 +2575,6 @@ ServiceName = Literal[
|
|
|
2569
2575
|
"pipes",
|
|
2570
2576
|
"polly",
|
|
2571
2577
|
"pricing",
|
|
2572
|
-
"privatenetworks",
|
|
2573
2578
|
"proton",
|
|
2574
2579
|
"qapps",
|
|
2575
2580
|
"qbusiness",
|
|
@@ -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",
|
|
@@ -393,6 +394,7 @@ __all__ = (
|
|
|
393
394
|
"TargetPlatformArchType",
|
|
394
395
|
"TargetPlatformOsType",
|
|
395
396
|
"ThroughputModeType",
|
|
397
|
+
"TrackingServerMaintenanceStatusType",
|
|
396
398
|
"TrackingServerSizeType",
|
|
397
399
|
"TrackingServerStatusType",
|
|
398
400
|
"TrafficRoutingConfigTypeType",
|
|
@@ -731,6 +733,7 @@ CandidateStatusType = Literal["Completed", "Failed", "InProgress", "Stopped", "S
|
|
|
731
733
|
CandidateStepTypeType = Literal[
|
|
732
734
|
"AWS::SageMaker::ProcessingJob", "AWS::SageMaker::TrainingJob", "AWS::SageMaker::TransformJob"
|
|
733
735
|
]
|
|
736
|
+
CapacityReservationPreferenceType = Literal["capacity-reservations-only"]
|
|
734
737
|
CapacitySizeTypeType = Literal["CAPACITY_PERCENT", "INSTANCE_COUNT"]
|
|
735
738
|
CaptureModeType = Literal["Input", "InputAndOutput", "Output"]
|
|
736
739
|
CaptureStatusType = Literal["Started", "Stopped"]
|
|
@@ -2008,6 +2011,9 @@ TargetPlatformAcceleratorType = Literal["INTEL_GRAPHICS", "MALI", "NNA", "NVIDIA
|
|
|
2008
2011
|
TargetPlatformArchType = Literal["ARM64", "ARM_EABI", "ARM_EABIHF", "X86", "X86_64"]
|
|
2009
2012
|
TargetPlatformOsType = Literal["ANDROID", "LINUX"]
|
|
2010
2013
|
ThroughputModeType = Literal["OnDemand", "Provisioned"]
|
|
2014
|
+
TrackingServerMaintenanceStatusType = Literal[
|
|
2015
|
+
"MaintenanceComplete", "MaintenanceFailed", "MaintenanceInProgress"
|
|
2016
|
+
]
|
|
2011
2017
|
TrackingServerSizeType = Literal["Large", "Medium", "Small"]
|
|
2012
2018
|
TrackingServerStatusType = Literal[
|
|
2013
2019
|
"CreateFailed",
|
|
@@ -2567,7 +2573,6 @@ ServiceName = Literal[
|
|
|
2567
2573
|
"pipes",
|
|
2568
2574
|
"polly",
|
|
2569
2575
|
"pricing",
|
|
2570
|
-
"privatenetworks",
|
|
2571
2576
|
"proton",
|
|
2572
2577
|
"qapps",
|
|
2573
2578
|
"qbusiness",
|
|
@@ -285,6 +285,7 @@ from .literals import (
|
|
|
285
285
|
TargetPlatformArchType,
|
|
286
286
|
TargetPlatformOsType,
|
|
287
287
|
ThroughputModeType,
|
|
288
|
+
TrackingServerMaintenanceStatusType,
|
|
288
289
|
TrackingServerSizeType,
|
|
289
290
|
TrackingServerStatusType,
|
|
290
291
|
TrafficRoutingConfigTypeType,
|
|
@@ -917,6 +918,7 @@ __all__ = (
|
|
|
917
918
|
"EFSFileSystemTypeDef",
|
|
918
919
|
"EMRStepMetadataTypeDef",
|
|
919
920
|
"EbsStorageSettingsTypeDef",
|
|
921
|
+
"Ec2CapacityReservationTypeDef",
|
|
920
922
|
"EdgeDeploymentConfigTypeDef",
|
|
921
923
|
"EdgeDeploymentModelConfigTypeDef",
|
|
922
924
|
"EdgeDeploymentPlanSummaryTypeDef",
|
|
@@ -1561,6 +1563,8 @@ __all__ = (
|
|
|
1561
1563
|
"ProcessingS3InputTypeDef",
|
|
1562
1564
|
"ProcessingS3OutputTypeDef",
|
|
1563
1565
|
"ProcessingStoppingConditionTypeDef",
|
|
1566
|
+
"ProductionVariantCapacityReservationConfigTypeDef",
|
|
1567
|
+
"ProductionVariantCapacityReservationSummaryTypeDef",
|
|
1564
1568
|
"ProductionVariantCoreDumpConfigTypeDef",
|
|
1565
1569
|
"ProductionVariantManagedInstanceScalingTypeDef",
|
|
1566
1570
|
"ProductionVariantRoutingConfigTypeDef",
|
|
@@ -3903,6 +3907,7 @@ class UnifiedStudioSettingsTypeDef(TypedDict):
|
|
|
3903
3907
|
ProjectId: NotRequired[str]
|
|
3904
3908
|
EnvironmentId: NotRequired[str]
|
|
3905
3909
|
ProjectS3Path: NotRequired[str]
|
|
3910
|
+
SingleSignOnApplicationArn: NotRequired[str]
|
|
3906
3911
|
|
|
3907
3912
|
|
|
3908
3913
|
class FileSourceTypeDef(TypedDict):
|
|
@@ -3922,6 +3927,13 @@ class EbsStorageSettingsTypeDef(TypedDict):
|
|
|
3922
3927
|
EbsVolumeSizeInGb: int
|
|
3923
3928
|
|
|
3924
3929
|
|
|
3930
|
+
class Ec2CapacityReservationTypeDef(TypedDict):
|
|
3931
|
+
Ec2CapacityReservationId: NotRequired[str]
|
|
3932
|
+
TotalInstanceCount: NotRequired[int]
|
|
3933
|
+
AvailableInstanceCount: NotRequired[int]
|
|
3934
|
+
UsedByCurrentEndpoint: NotRequired[int]
|
|
3935
|
+
|
|
3936
|
+
|
|
3925
3937
|
class EdgeDeploymentPlanSummaryTypeDef(TypedDict):
|
|
3926
3938
|
EdgeDeploymentPlanArn: str
|
|
3927
3939
|
EdgeDeploymentPlanName: str
|
|
@@ -4973,6 +4985,11 @@ class ProcessingS3OutputTypeDef(TypedDict):
|
|
|
4973
4985
|
LocalPath: NotRequired[str]
|
|
4974
4986
|
|
|
4975
4987
|
|
|
4988
|
+
class ProductionVariantCapacityReservationConfigTypeDef(TypedDict):
|
|
4989
|
+
CapacityReservationPreference: NotRequired[Literal["capacity-reservations-only"]]
|
|
4990
|
+
MlReservationArn: NotRequired[str]
|
|
4991
|
+
|
|
4992
|
+
|
|
4976
4993
|
class ProductionVariantCoreDumpConfigTypeDef(TypedDict):
|
|
4977
4994
|
DestinationS3Uri: str
|
|
4978
4995
|
KmsKeyId: NotRequired[str]
|
|
@@ -8250,6 +8267,15 @@ class SpaceStorageSettingsTypeDef(TypedDict):
|
|
|
8250
8267
|
EbsStorageSettings: NotRequired[EbsStorageSettingsTypeDef]
|
|
8251
8268
|
|
|
8252
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
|
+
|
|
8253
8279
|
class ListEdgeDeploymentPlansResponseTypeDef(TypedDict):
|
|
8254
8280
|
EdgeDeploymentPlanSummaries: List[EdgeDeploymentPlanSummaryTypeDef]
|
|
8255
8281
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -9703,20 +9729,6 @@ class PendingProductionVariantSummaryTypeDef(TypedDict):
|
|
|
9703
9729
|
RoutingConfig: NotRequired[ProductionVariantRoutingConfigTypeDef]
|
|
9704
9730
|
|
|
9705
9731
|
|
|
9706
|
-
class ProductionVariantSummaryTypeDef(TypedDict):
|
|
9707
|
-
VariantName: str
|
|
9708
|
-
DeployedImages: NotRequired[List[DeployedImageTypeDef]]
|
|
9709
|
-
CurrentWeight: NotRequired[float]
|
|
9710
|
-
DesiredWeight: NotRequired[float]
|
|
9711
|
-
CurrentInstanceCount: NotRequired[int]
|
|
9712
|
-
DesiredInstanceCount: NotRequired[int]
|
|
9713
|
-
VariantStatus: NotRequired[List[ProductionVariantStatusTypeDef]]
|
|
9714
|
-
CurrentServerlessConfig: NotRequired[ProductionVariantServerlessConfigTypeDef]
|
|
9715
|
-
DesiredServerlessConfig: NotRequired[ProductionVariantServerlessConfigTypeDef]
|
|
9716
|
-
ManagedInstanceScaling: NotRequired[ProductionVariantManagedInstanceScalingTypeDef]
|
|
9717
|
-
RoutingConfig: NotRequired[ProductionVariantRoutingConfigTypeDef]
|
|
9718
|
-
|
|
9719
|
-
|
|
9720
9732
|
class SchedulerConfigOutputTypeDef(TypedDict):
|
|
9721
9733
|
PriorityClasses: NotRequired[List[PriorityClassTypeDef]]
|
|
9722
9734
|
FairShare: NotRequired[FairShareType]
|
|
@@ -9754,6 +9766,7 @@ class ProductionVariantTypeDef(TypedDict):
|
|
|
9754
9766
|
ManagedInstanceScaling: NotRequired[ProductionVariantManagedInstanceScalingTypeDef]
|
|
9755
9767
|
RoutingConfig: NotRequired[ProductionVariantRoutingConfigTypeDef]
|
|
9756
9768
|
InferenceAmiVersion: NotRequired[ProductionVariantInferenceAmiVersionType]
|
|
9769
|
+
CapacityReservationConfig: NotRequired[ProductionVariantCapacityReservationConfigTypeDef]
|
|
9757
9770
|
|
|
9758
9771
|
|
|
9759
9772
|
ProfilerConfigUnionTypeDef = Union[ProfilerConfigTypeDef, ProfilerConfigOutputTypeDef]
|
|
@@ -10423,6 +10436,21 @@ class SpaceSettingsSummaryTypeDef(TypedDict):
|
|
|
10423
10436
|
SpaceStorageSettings: NotRequired[SpaceStorageSettingsTypeDef]
|
|
10424
10437
|
|
|
10425
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
|
+
|
|
10426
10454
|
class InferenceRecommendationTypeDef(TypedDict):
|
|
10427
10455
|
EndpointConfiguration: EndpointOutputConfigurationTypeDef
|
|
10428
10456
|
ModelConfiguration: ModelConfigurationTypeDef
|
|
@@ -10590,6 +10618,7 @@ class DescribeMlflowTrackingServerResponseTypeDef(TypedDict):
|
|
|
10590
10618
|
MlflowVersion: str
|
|
10591
10619
|
RoleArn: str
|
|
10592
10620
|
TrackingServerStatus: TrackingServerStatusType
|
|
10621
|
+
TrackingServerMaintenanceStatus: TrackingServerMaintenanceStatusType
|
|
10593
10622
|
IsActive: IsTrackingServerActiveType
|
|
10594
10623
|
TrackingServerUrl: str
|
|
10595
10624
|
WeeklyMaintenanceWindowStart: str
|
|
@@ -285,6 +285,7 @@ from .literals import (
|
|
|
285
285
|
TargetPlatformArchType,
|
|
286
286
|
TargetPlatformOsType,
|
|
287
287
|
ThroughputModeType,
|
|
288
|
+
TrackingServerMaintenanceStatusType,
|
|
288
289
|
TrackingServerSizeType,
|
|
289
290
|
TrackingServerStatusType,
|
|
290
291
|
TrafficRoutingConfigTypeType,
|
|
@@ -916,6 +917,7 @@ __all__ = (
|
|
|
916
917
|
"EFSFileSystemTypeDef",
|
|
917
918
|
"EMRStepMetadataTypeDef",
|
|
918
919
|
"EbsStorageSettingsTypeDef",
|
|
920
|
+
"Ec2CapacityReservationTypeDef",
|
|
919
921
|
"EdgeDeploymentConfigTypeDef",
|
|
920
922
|
"EdgeDeploymentModelConfigTypeDef",
|
|
921
923
|
"EdgeDeploymentPlanSummaryTypeDef",
|
|
@@ -1560,6 +1562,8 @@ __all__ = (
|
|
|
1560
1562
|
"ProcessingS3InputTypeDef",
|
|
1561
1563
|
"ProcessingS3OutputTypeDef",
|
|
1562
1564
|
"ProcessingStoppingConditionTypeDef",
|
|
1565
|
+
"ProductionVariantCapacityReservationConfigTypeDef",
|
|
1566
|
+
"ProductionVariantCapacityReservationSummaryTypeDef",
|
|
1563
1567
|
"ProductionVariantCoreDumpConfigTypeDef",
|
|
1564
1568
|
"ProductionVariantManagedInstanceScalingTypeDef",
|
|
1565
1569
|
"ProductionVariantRoutingConfigTypeDef",
|
|
@@ -3536,6 +3540,7 @@ class UnifiedStudioSettingsTypeDef(TypedDict):
|
|
|
3536
3540
|
ProjectId: NotRequired[str]
|
|
3537
3541
|
EnvironmentId: NotRequired[str]
|
|
3538
3542
|
ProjectS3Path: NotRequired[str]
|
|
3543
|
+
SingleSignOnApplicationArn: NotRequired[str]
|
|
3539
3544
|
|
|
3540
3545
|
class FileSourceTypeDef(TypedDict):
|
|
3541
3546
|
S3Uri: str
|
|
@@ -3551,6 +3556,12 @@ class EMRStepMetadataTypeDef(TypedDict):
|
|
|
3551
3556
|
class EbsStorageSettingsTypeDef(TypedDict):
|
|
3552
3557
|
EbsVolumeSizeInGb: int
|
|
3553
3558
|
|
|
3559
|
+
class Ec2CapacityReservationTypeDef(TypedDict):
|
|
3560
|
+
Ec2CapacityReservationId: NotRequired[str]
|
|
3561
|
+
TotalInstanceCount: NotRequired[int]
|
|
3562
|
+
AvailableInstanceCount: NotRequired[int]
|
|
3563
|
+
UsedByCurrentEndpoint: NotRequired[int]
|
|
3564
|
+
|
|
3554
3565
|
class EdgeDeploymentPlanSummaryTypeDef(TypedDict):
|
|
3555
3566
|
EdgeDeploymentPlanArn: str
|
|
3556
3567
|
EdgeDeploymentPlanName: str
|
|
@@ -4442,6 +4453,10 @@ class ProcessingS3OutputTypeDef(TypedDict):
|
|
|
4442
4453
|
S3UploadMode: ProcessingS3UploadModeType
|
|
4443
4454
|
LocalPath: NotRequired[str]
|
|
4444
4455
|
|
|
4456
|
+
class ProductionVariantCapacityReservationConfigTypeDef(TypedDict):
|
|
4457
|
+
CapacityReservationPreference: NotRequired[Literal["capacity-reservations-only"]]
|
|
4458
|
+
MlReservationArn: NotRequired[str]
|
|
4459
|
+
|
|
4445
4460
|
class ProductionVariantCoreDumpConfigTypeDef(TypedDict):
|
|
4446
4461
|
DestinationS3Uri: str
|
|
4447
4462
|
KmsKeyId: NotRequired[str]
|
|
@@ -7260,6 +7275,14 @@ class DriftCheckExplainabilityTypeDef(TypedDict):
|
|
|
7260
7275
|
class SpaceStorageSettingsTypeDef(TypedDict):
|
|
7261
7276
|
EbsStorageSettings: NotRequired[EbsStorageSettingsTypeDef]
|
|
7262
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
|
+
|
|
7263
7286
|
class ListEdgeDeploymentPlansResponseTypeDef(TypedDict):
|
|
7264
7287
|
EdgeDeploymentPlanSummaries: List[EdgeDeploymentPlanSummaryTypeDef]
|
|
7265
7288
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -8533,19 +8556,6 @@ class PendingProductionVariantSummaryTypeDef(TypedDict):
|
|
|
8533
8556
|
ManagedInstanceScaling: NotRequired[ProductionVariantManagedInstanceScalingTypeDef]
|
|
8534
8557
|
RoutingConfig: NotRequired[ProductionVariantRoutingConfigTypeDef]
|
|
8535
8558
|
|
|
8536
|
-
class ProductionVariantSummaryTypeDef(TypedDict):
|
|
8537
|
-
VariantName: str
|
|
8538
|
-
DeployedImages: NotRequired[List[DeployedImageTypeDef]]
|
|
8539
|
-
CurrentWeight: NotRequired[float]
|
|
8540
|
-
DesiredWeight: NotRequired[float]
|
|
8541
|
-
CurrentInstanceCount: NotRequired[int]
|
|
8542
|
-
DesiredInstanceCount: NotRequired[int]
|
|
8543
|
-
VariantStatus: NotRequired[List[ProductionVariantStatusTypeDef]]
|
|
8544
|
-
CurrentServerlessConfig: NotRequired[ProductionVariantServerlessConfigTypeDef]
|
|
8545
|
-
DesiredServerlessConfig: NotRequired[ProductionVariantServerlessConfigTypeDef]
|
|
8546
|
-
ManagedInstanceScaling: NotRequired[ProductionVariantManagedInstanceScalingTypeDef]
|
|
8547
|
-
RoutingConfig: NotRequired[ProductionVariantRoutingConfigTypeDef]
|
|
8548
|
-
|
|
8549
8559
|
class SchedulerConfigOutputTypeDef(TypedDict):
|
|
8550
8560
|
PriorityClasses: NotRequired[List[PriorityClassTypeDef]]
|
|
8551
8561
|
FairShare: NotRequired[FairShareType]
|
|
@@ -8579,6 +8589,7 @@ class ProductionVariantTypeDef(TypedDict):
|
|
|
8579
8589
|
ManagedInstanceScaling: NotRequired[ProductionVariantManagedInstanceScalingTypeDef]
|
|
8580
8590
|
RoutingConfig: NotRequired[ProductionVariantRoutingConfigTypeDef]
|
|
8581
8591
|
InferenceAmiVersion: NotRequired[ProductionVariantInferenceAmiVersionType]
|
|
8592
|
+
CapacityReservationConfig: NotRequired[ProductionVariantCapacityReservationConfigTypeDef]
|
|
8582
8593
|
|
|
8583
8594
|
ProfilerConfigUnionTypeDef = Union[ProfilerConfigTypeDef, ProfilerConfigOutputTypeDef]
|
|
8584
8595
|
ProfilerRuleConfigurationUnionTypeDef = Union[
|
|
@@ -9157,6 +9168,20 @@ class SpaceSettingsSummaryTypeDef(TypedDict):
|
|
|
9157
9168
|
AppType: NotRequired[AppTypeType]
|
|
9158
9169
|
SpaceStorageSettings: NotRequired[SpaceStorageSettingsTypeDef]
|
|
9159
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
|
+
|
|
9160
9185
|
class InferenceRecommendationTypeDef(TypedDict):
|
|
9161
9186
|
EndpointConfiguration: EndpointOutputConfigurationTypeDef
|
|
9162
9187
|
ModelConfiguration: ModelConfigurationTypeDef
|
|
@@ -9309,6 +9334,7 @@ class DescribeMlflowTrackingServerResponseTypeDef(TypedDict):
|
|
|
9309
9334
|
MlflowVersion: str
|
|
9310
9335
|
RoleArn: str
|
|
9311
9336
|
TrackingServerStatus: TrackingServerStatusType
|
|
9337
|
+
TrackingServerMaintenanceStatus: TrackingServerMaintenanceStatusType
|
|
9312
9338
|
IsActive: IsTrackingServerActiveType
|
|
9313
9339
|
TrackingServerUrl: str
|
|
9314
9340
|
WeeklyMaintenanceWindowStart: str
|
mypy_boto3_sagemaker/version.py
CHANGED
|
@@ -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.27
|
|
4
|
+
Summary: Type annotations for boto3 SageMaker 1.38.27 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.27](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.27' 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.
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
mypy_boto3_sagemaker/__init__.py,sha256=opHkjuIms4oAULgt6RpiQM_b3MlcLpgp8MMTkCReC3o,20862
|
|
2
|
+
mypy_boto3_sagemaker/__init__.pyi,sha256=tbdiUUr5WXkYKgsTJGeNm8nf-W6kCYBvkDpK4kvX654,20861
|
|
3
|
+
mypy_boto3_sagemaker/__main__.py,sha256=bCdszGDWAfgzIXGGg0XuF5Pe-f2Z3vWsRv9VRU-UeKc,992
|
|
4
|
+
mypy_boto3_sagemaker/client.py,sha256=mIVQ5pCAuGzbrjzSBUjFos3al4bIAkDwfyPoMAsonjs,269493
|
|
5
|
+
mypy_boto3_sagemaker/client.pyi,sha256=GSQQDofiZ9Uwc3Z3wNJxmISvrqwatSVMHLhrXaBMRSk,269490
|
|
6
|
+
mypy_boto3_sagemaker/literals.py,sha256=SjHacztmpR5m-ANCMz9FvztnAwJZ-zFqLw581-4vYAg,81384
|
|
7
|
+
mypy_boto3_sagemaker/literals.pyi,sha256=4DJJAx-I5n8H7-35IPhVLK4YPj_IYVb7gJAkrPGi79k,81382
|
|
8
|
+
mypy_boto3_sagemaker/paginator.py,sha256=6L2do5UDlW6ag_KUhRla4QbZORaFO-AulDv7A4nXEh8,113965
|
|
9
|
+
mypy_boto3_sagemaker/paginator.pyi,sha256=HJgYz9NiQOAITGAFA-ySnltWarPIVrk7wB-8nuAMYhQ,113730
|
|
10
|
+
mypy_boto3_sagemaker/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
+
mypy_boto3_sagemaker/type_defs.py,sha256=HY4dt6bck0wlMDeCvxRg_qkAbYG4FBVOSb2Jxmy7ql8,461487
|
|
12
|
+
mypy_boto3_sagemaker/type_defs.pyi,sha256=HuT-Knd89oGtSooWnSIM0E93r1ewJBENblVdjtBcOKE,459910
|
|
13
|
+
mypy_boto3_sagemaker/version.py,sha256=oEsWDgExVBqxNueMzc-cwdgGAK2PyorgI85OQee6m0o,93
|
|
14
|
+
mypy_boto3_sagemaker/waiter.py,sha256=CWKbdLxujS5uPtFCtjnxryB6GkxzSMreu3bFG45JkOE,15080
|
|
15
|
+
mypy_boto3_sagemaker/waiter.pyi,sha256=d9EJ9YokPWmsmmOMw-2-ani-JeFoBp6kadvGYQFtx3o,15053
|
|
16
|
+
mypy_boto3_sagemaker-1.38.27.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
17
|
+
mypy_boto3_sagemaker-1.38.27.dist-info/METADATA,sha256=SnG2y5O7aWkoTUSQchG5NjGBQQqqQF80yzqWL4bImCw,28898
|
|
18
|
+
mypy_boto3_sagemaker-1.38.27.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
19
|
+
mypy_boto3_sagemaker-1.38.27.dist-info/top_level.txt,sha256=N0zhVlxG0hEXnfadzaPv0wPRAikaGUW7bvn1WBVrZXg,21
|
|
20
|
+
mypy_boto3_sagemaker-1.38.27.dist-info/RECORD,,
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
mypy_boto3_sagemaker/__init__.py,sha256=opHkjuIms4oAULgt6RpiQM_b3MlcLpgp8MMTkCReC3o,20862
|
|
2
|
-
mypy_boto3_sagemaker/__init__.pyi,sha256=tbdiUUr5WXkYKgsTJGeNm8nf-W6kCYBvkDpK4kvX654,20861
|
|
3
|
-
mypy_boto3_sagemaker/__main__.py,sha256=D2UP61cC8FeJxgdoDBq8iqMUv5ekLbQb5SVWKnF7EKE,992
|
|
4
|
-
mypy_boto3_sagemaker/client.py,sha256=mIVQ5pCAuGzbrjzSBUjFos3al4bIAkDwfyPoMAsonjs,269493
|
|
5
|
-
mypy_boto3_sagemaker/client.pyi,sha256=GSQQDofiZ9Uwc3Z3wNJxmISvrqwatSVMHLhrXaBMRSk,269490
|
|
6
|
-
mypy_boto3_sagemaker/literals.py,sha256=l0Ll-D9G0jjxdQz8BaFsipcBYdRevp2C7Tflx6Z-lGg,81128
|
|
7
|
-
mypy_boto3_sagemaker/literals.pyi,sha256=Kq8oNJ8OSvJ338dkdG82a1b9yaL4rMqWtLZsJPzyskI,81126
|
|
8
|
-
mypy_boto3_sagemaker/paginator.py,sha256=6L2do5UDlW6ag_KUhRla4QbZORaFO-AulDv7A4nXEh8,113965
|
|
9
|
-
mypy_boto3_sagemaker/paginator.pyi,sha256=HJgYz9NiQOAITGAFA-ySnltWarPIVrk7wB-8nuAMYhQ,113730
|
|
10
|
-
mypy_boto3_sagemaker/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
11
|
-
mypy_boto3_sagemaker/type_defs.py,sha256=cerXV7AcbwhAmOi4gfzsYhB_6H28HYiqJiPkqnn2Y8w,460157
|
|
12
|
-
mypy_boto3_sagemaker/type_defs.pyi,sha256=jpNNo8w5h7lMV7vEz2P1mPbXxdUgU0fFBhllPQ0nPAE,458583
|
|
13
|
-
mypy_boto3_sagemaker/version.py,sha256=1MJdOriPRQnUJCSaJ5AImld4SvjEv42ugGVU9bixc_I,93
|
|
14
|
-
mypy_boto3_sagemaker/waiter.py,sha256=CWKbdLxujS5uPtFCtjnxryB6GkxzSMreu3bFG45JkOE,15080
|
|
15
|
-
mypy_boto3_sagemaker/waiter.pyi,sha256=d9EJ9YokPWmsmmOMw-2-ani-JeFoBp6kadvGYQFtx3o,15053
|
|
16
|
-
mypy_boto3_sagemaker-1.38.14.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
17
|
-
mypy_boto3_sagemaker-1.38.14.dist-info/METADATA,sha256=-HGOryQg26Gsc3kCZ2AW2TLTR4Wzv-r0klADzP2XWIw,28898
|
|
18
|
-
mypy_boto3_sagemaker-1.38.14.dist-info/WHEEL,sha256=DnLRTWE75wApRYVsjgc6wsVswC54sMSJhAEd4xhDpBk,91
|
|
19
|
-
mypy_boto3_sagemaker-1.38.14.dist-info/top_level.txt,sha256=N0zhVlxG0hEXnfadzaPv0wPRAikaGUW7bvn1WBVrZXg,21
|
|
20
|
-
mypy_boto3_sagemaker-1.38.14.dist-info/RECORD,,
|
{mypy_boto3_sagemaker-1.38.14.dist-info → mypy_boto3_sagemaker-1.38.27.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
{mypy_boto3_sagemaker-1.38.14.dist-info → mypy_boto3_sagemaker-1.38.27.dist-info}/top_level.txt
RENAMED
|
File without changes
|