mypy-boto3-sagemaker 1.38.5__py3-none-any.whl → 1.38.11__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 +4 -4
- mypy_boto3_sagemaker/literals.py +2 -1
- mypy_boto3_sagemaker/literals.pyi +2 -1
- mypy_boto3_sagemaker/type_defs.py +147 -62
- mypy_boto3_sagemaker/type_defs.pyi +132 -57
- mypy_boto3_sagemaker/version.py +1 -1
- {mypy_boto3_sagemaker-1.38.5.dist-info → mypy_boto3_sagemaker-1.38.11.dist-info}/METADATA +5 -5
- mypy_boto3_sagemaker-1.38.11.dist-info/RECORD +20 -0
- {mypy_boto3_sagemaker-1.38.5.dist-info → mypy_boto3_sagemaker-1.38.11.dist-info}/WHEEL +1 -1
- mypy_boto3_sagemaker-1.38.5.dist-info/RECORD +0 -20
- {mypy_boto3_sagemaker-1.38.5.dist-info → mypy_boto3_sagemaker-1.38.11.dist-info}/licenses/LICENSE +0 -0
- {mypy_boto3_sagemaker-1.38.5.dist-info → mypy_boto3_sagemaker-1.38.11.dist-info}/top_level.txt +0 -0
mypy_boto3_sagemaker/__main__.py
CHANGED
|
@@ -12,9 +12,9 @@ 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.
|
|
17
|
-
"Builder version: 8.
|
|
15
|
+
"Type annotations for boto3 SageMaker 1.38.11\n"
|
|
16
|
+
"Version: 1.38.11\n"
|
|
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"
|
|
20
20
|
"Other services: https://pypi.org/project/boto3-stubs/\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.11\n")
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
def main() -> None:
|
mypy_boto3_sagemaker/literals.py
CHANGED
|
@@ -279,6 +279,7 @@ __all__ = (
|
|
|
279
279
|
"MonitoringProblemTypeType",
|
|
280
280
|
"MonitoringScheduleSortKeyType",
|
|
281
281
|
"MonitoringTypeType",
|
|
282
|
+
"NodeUnavailabilityTypeType",
|
|
282
283
|
"NotebookInstanceAcceleratorTypeType",
|
|
283
284
|
"NotebookInstanceDeletedWaiterName",
|
|
284
285
|
"NotebookInstanceInServiceWaiterName",
|
|
@@ -1385,6 +1386,7 @@ MonitoringProblemTypeType = Literal[
|
|
|
1385
1386
|
]
|
|
1386
1387
|
MonitoringScheduleSortKeyType = Literal["CreationTime", "Name", "Status"]
|
|
1387
1388
|
MonitoringTypeType = Literal["DataQuality", "ModelBias", "ModelExplainability", "ModelQuality"]
|
|
1389
|
+
NodeUnavailabilityTypeType = Literal["CAPACITY_PERCENTAGE", "INSTANCE_COUNT"]
|
|
1388
1390
|
NotebookInstanceAcceleratorTypeType = Literal[
|
|
1389
1391
|
"ml.eia1.large",
|
|
1390
1392
|
"ml.eia1.medium",
|
|
@@ -2628,7 +2630,6 @@ ServiceName = Literal[
|
|
|
2628
2630
|
"signer",
|
|
2629
2631
|
"simspaceweaver",
|
|
2630
2632
|
"sms",
|
|
2631
|
-
"sms-voice",
|
|
2632
2633
|
"snow-device-management",
|
|
2633
2634
|
"snowball",
|
|
2634
2635
|
"sns",
|
|
@@ -278,6 +278,7 @@ __all__ = (
|
|
|
278
278
|
"MonitoringProblemTypeType",
|
|
279
279
|
"MonitoringScheduleSortKeyType",
|
|
280
280
|
"MonitoringTypeType",
|
|
281
|
+
"NodeUnavailabilityTypeType",
|
|
281
282
|
"NotebookInstanceAcceleratorTypeType",
|
|
282
283
|
"NotebookInstanceDeletedWaiterName",
|
|
283
284
|
"NotebookInstanceInServiceWaiterName",
|
|
@@ -1383,6 +1384,7 @@ MonitoringProblemTypeType = Literal[
|
|
|
1383
1384
|
]
|
|
1384
1385
|
MonitoringScheduleSortKeyType = Literal["CreationTime", "Name", "Status"]
|
|
1385
1386
|
MonitoringTypeType = Literal["DataQuality", "ModelBias", "ModelExplainability", "ModelQuality"]
|
|
1387
|
+
NodeUnavailabilityTypeType = Literal["CAPACITY_PERCENTAGE", "INSTANCE_COUNT"]
|
|
1386
1388
|
NotebookInstanceAcceleratorTypeType = Literal[
|
|
1387
1389
|
"ml.eia1.large",
|
|
1388
1390
|
"ml.eia1.medium",
|
|
@@ -2626,7 +2628,6 @@ ServiceName = Literal[
|
|
|
2626
2628
|
"signer",
|
|
2627
2629
|
"simspaceweaver",
|
|
2628
2630
|
"sms",
|
|
2629
|
-
"sms-voice",
|
|
2630
2631
|
"snow-device-management",
|
|
2631
2632
|
"snowball",
|
|
2632
2633
|
"sns",
|
|
@@ -185,6 +185,7 @@ from .literals import (
|
|
|
185
185
|
MonitoringProblemTypeType,
|
|
186
186
|
MonitoringScheduleSortKeyType,
|
|
187
187
|
MonitoringTypeType,
|
|
188
|
+
NodeUnavailabilityTypeType,
|
|
188
189
|
NotebookInstanceAcceleratorTypeType,
|
|
189
190
|
NotebookInstanceLifecycleConfigSortKeyType,
|
|
190
191
|
NotebookInstanceLifecycleConfigSortOrderType,
|
|
@@ -335,6 +336,7 @@ __all__ = (
|
|
|
335
336
|
"AdditionalModelDataSourceTypeDef",
|
|
336
337
|
"AdditionalS3DataSourceTypeDef",
|
|
337
338
|
"AgentVersionTypeDef",
|
|
339
|
+
"AlarmDetailsTypeDef",
|
|
338
340
|
"AlarmTypeDef",
|
|
339
341
|
"AlgorithmSpecificationOutputTypeDef",
|
|
340
342
|
"AlgorithmSpecificationTypeDef",
|
|
@@ -428,6 +430,7 @@ __all__ = (
|
|
|
428
430
|
"CandidatePropertiesTypeDef",
|
|
429
431
|
"CanvasAppSettingsOutputTypeDef",
|
|
430
432
|
"CanvasAppSettingsTypeDef",
|
|
433
|
+
"CapacitySizeConfigTypeDef",
|
|
431
434
|
"CapacitySizeTypeDef",
|
|
432
435
|
"CaptureContentTypeHeaderOutputTypeDef",
|
|
433
436
|
"CaptureContentTypeHeaderTypeDef",
|
|
@@ -729,6 +732,9 @@ __all__ = (
|
|
|
729
732
|
"DeploymentConfigOutputTypeDef",
|
|
730
733
|
"DeploymentConfigTypeDef",
|
|
731
734
|
"DeploymentConfigUnionTypeDef",
|
|
735
|
+
"DeploymentConfigurationOutputTypeDef",
|
|
736
|
+
"DeploymentConfigurationTypeDef",
|
|
737
|
+
"DeploymentConfigurationUnionTypeDef",
|
|
732
738
|
"DeploymentRecommendationTypeDef",
|
|
733
739
|
"DeploymentStageStatusSummaryTypeDef",
|
|
734
740
|
"DeploymentStageTypeDef",
|
|
@@ -1633,6 +1639,7 @@ __all__ = (
|
|
|
1633
1639
|
"RetryPipelineExecutionRequestTypeDef",
|
|
1634
1640
|
"RetryPipelineExecutionResponseTypeDef",
|
|
1635
1641
|
"RetryStrategyTypeDef",
|
|
1642
|
+
"RollingDeploymentPolicyTypeDef",
|
|
1636
1643
|
"RollingUpdatePolicyTypeDef",
|
|
1637
1644
|
"S3DataSourceOutputTypeDef",
|
|
1638
1645
|
"S3DataSourceTypeDef",
|
|
@@ -1644,6 +1651,9 @@ __all__ = (
|
|
|
1644
1651
|
"ScalingPolicyObjectiveTypeDef",
|
|
1645
1652
|
"ScalingPolicyTypeDef",
|
|
1646
1653
|
"ScheduleConfigTypeDef",
|
|
1654
|
+
"ScheduledUpdateConfigOutputTypeDef",
|
|
1655
|
+
"ScheduledUpdateConfigTypeDef",
|
|
1656
|
+
"ScheduledUpdateConfigUnionTypeDef",
|
|
1647
1657
|
"SchedulerConfigOutputTypeDef",
|
|
1648
1658
|
"SchedulerConfigTypeDef",
|
|
1649
1659
|
"SchedulerConfigUnionTypeDef",
|
|
@@ -1803,6 +1813,7 @@ __all__ = (
|
|
|
1803
1813
|
"UiConfigTypeDef",
|
|
1804
1814
|
"UiTemplateInfoTypeDef",
|
|
1805
1815
|
"UiTemplateTypeDef",
|
|
1816
|
+
"UnifiedStudioSettingsTypeDef",
|
|
1806
1817
|
"UpdateActionRequestTypeDef",
|
|
1807
1818
|
"UpdateActionResponseTypeDef",
|
|
1808
1819
|
"UpdateAppImageConfigRequestTypeDef",
|
|
@@ -1813,6 +1824,7 @@ __all__ = (
|
|
|
1813
1824
|
"UpdateClusterResponseTypeDef",
|
|
1814
1825
|
"UpdateClusterSchedulerConfigRequestTypeDef",
|
|
1815
1826
|
"UpdateClusterSchedulerConfigResponseTypeDef",
|
|
1827
|
+
"UpdateClusterSoftwareInstanceGroupSpecificationTypeDef",
|
|
1816
1828
|
"UpdateClusterSoftwareRequestTypeDef",
|
|
1817
1829
|
"UpdateClusterSoftwareResponseTypeDef",
|
|
1818
1830
|
"UpdateCodeRepositoryInputTypeDef",
|
|
@@ -1944,6 +1956,10 @@ class AgentVersionTypeDef(TypedDict):
|
|
|
1944
1956
|
AgentCount: int
|
|
1945
1957
|
|
|
1946
1958
|
|
|
1959
|
+
class AlarmDetailsTypeDef(TypedDict):
|
|
1960
|
+
AlarmName: str
|
|
1961
|
+
|
|
1962
|
+
|
|
1947
1963
|
class AlarmTypeDef(TypedDict):
|
|
1948
1964
|
AlarmName: NotRequired[str]
|
|
1949
1965
|
|
|
@@ -2239,6 +2255,13 @@ class WorkspaceSettingsTypeDef(TypedDict):
|
|
|
2239
2255
|
S3KmsKeyId: NotRequired[str]
|
|
2240
2256
|
|
|
2241
2257
|
|
|
2258
|
+
CapacitySizeConfigTypeDef = TypedDict(
|
|
2259
|
+
"CapacitySizeConfigTypeDef",
|
|
2260
|
+
{
|
|
2261
|
+
"Type": NodeUnavailabilityTypeType,
|
|
2262
|
+
"Value": int,
|
|
2263
|
+
},
|
|
2264
|
+
)
|
|
2242
2265
|
CapacitySizeTypeDef = TypedDict(
|
|
2243
2266
|
"CapacitySizeTypeDef",
|
|
2244
2267
|
{
|
|
@@ -3872,6 +3895,16 @@ class DomainDetailsTypeDef(TypedDict):
|
|
|
3872
3895
|
Url: NotRequired[str]
|
|
3873
3896
|
|
|
3874
3897
|
|
|
3898
|
+
class UnifiedStudioSettingsTypeDef(TypedDict):
|
|
3899
|
+
StudioWebPortalAccess: NotRequired[FeatureStatusType]
|
|
3900
|
+
DomainAccountId: NotRequired[str]
|
|
3901
|
+
DomainRegion: NotRequired[str]
|
|
3902
|
+
DomainId: NotRequired[str]
|
|
3903
|
+
ProjectId: NotRequired[str]
|
|
3904
|
+
EnvironmentId: NotRequired[str]
|
|
3905
|
+
ProjectS3Path: NotRequired[str]
|
|
3906
|
+
|
|
3907
|
+
|
|
3875
3908
|
class FileSourceTypeDef(TypedDict):
|
|
3876
3909
|
S3Uri: str
|
|
3877
3910
|
ContentType: NotRequired[str]
|
|
@@ -5250,8 +5283,8 @@ class UpdateArtifactRequestTypeDef(TypedDict):
|
|
|
5250
5283
|
PropertiesToRemove: NotRequired[Sequence[str]]
|
|
5251
5284
|
|
|
5252
5285
|
|
|
5253
|
-
class
|
|
5254
|
-
|
|
5286
|
+
class UpdateClusterSoftwareInstanceGroupSpecificationTypeDef(TypedDict):
|
|
5287
|
+
InstanceGroupName: str
|
|
5255
5288
|
|
|
5256
5289
|
|
|
5257
5290
|
class UpdateContextRequestTypeDef(TypedDict):
|
|
@@ -6473,6 +6506,11 @@ class CanvasAppSettingsTypeDef(TypedDict):
|
|
|
6473
6506
|
EmrServerlessSettings: NotRequired[EmrServerlessSettingsTypeDef]
|
|
6474
6507
|
|
|
6475
6508
|
|
|
6509
|
+
class RollingDeploymentPolicyTypeDef(TypedDict):
|
|
6510
|
+
MaximumBatchSize: CapacitySizeConfigTypeDef
|
|
6511
|
+
RollbackMaximumBatchSize: NotRequired[CapacitySizeConfigTypeDef]
|
|
6512
|
+
|
|
6513
|
+
|
|
6476
6514
|
class RollingUpdatePolicyTypeDef(TypedDict):
|
|
6477
6515
|
MaximumBatchSize: CapacitySizeTypeDef
|
|
6478
6516
|
WaitIntervalInSeconds: int
|
|
@@ -6552,6 +6590,7 @@ class ClusterNodeSummaryTypeDef(TypedDict):
|
|
|
6552
6590
|
InstanceType: ClusterInstanceTypeType
|
|
6553
6591
|
LaunchTime: datetime
|
|
6554
6592
|
InstanceStatus: ClusterInstanceStatusDetailsTypeDef
|
|
6593
|
+
LastSoftwareUpdateTime: NotRequired[datetime]
|
|
6555
6594
|
|
|
6556
6595
|
|
|
6557
6596
|
class ClusterOrchestratorTypeDef(TypedDict):
|
|
@@ -7709,10 +7748,10 @@ class QueryFiltersTypeDef(TypedDict):
|
|
|
7709
7748
|
|
|
7710
7749
|
|
|
7711
7750
|
class SearchTrainingPlanOfferingsRequestTypeDef(TypedDict):
|
|
7712
|
-
InstanceType: ReservedCapacityInstanceTypeType
|
|
7713
|
-
InstanceCount: int
|
|
7714
7751
|
DurationHours: int
|
|
7715
7752
|
TargetResources: Sequence[SageMakerResourceNameType]
|
|
7753
|
+
InstanceType: NotRequired[ReservedCapacityInstanceTypeType]
|
|
7754
|
+
InstanceCount: NotRequired[int]
|
|
7716
7755
|
StartTimeAfter: NotRequired[TimestampTypeDef]
|
|
7717
7756
|
EndTimeBefore: NotRequired[TimestampTypeDef]
|
|
7718
7757
|
|
|
@@ -9898,6 +9937,7 @@ class DomainSettingsOutputTypeDef(TypedDict):
|
|
|
9898
9937
|
ExecutionRoleIdentityConfig: NotRequired[ExecutionRoleIdentityConfigType]
|
|
9899
9938
|
DockerSettings: NotRequired[DockerSettingsOutputTypeDef]
|
|
9900
9939
|
AmazonQSettings: NotRequired[AmazonQSettingsTypeDef]
|
|
9940
|
+
UnifiedStudioSettings: NotRequired[UnifiedStudioSettingsTypeDef]
|
|
9901
9941
|
|
|
9902
9942
|
|
|
9903
9943
|
class DomainSettingsTypeDef(TypedDict):
|
|
@@ -9906,6 +9946,7 @@ class DomainSettingsTypeDef(TypedDict):
|
|
|
9906
9946
|
ExecutionRoleIdentityConfig: NotRequired[ExecutionRoleIdentityConfigType]
|
|
9907
9947
|
DockerSettings: NotRequired[DockerSettingsTypeDef]
|
|
9908
9948
|
AmazonQSettings: NotRequired[AmazonQSettingsTypeDef]
|
|
9949
|
+
UnifiedStudioSettings: NotRequired[UnifiedStudioSettingsTypeDef]
|
|
9909
9950
|
|
|
9910
9951
|
|
|
9911
9952
|
class CodeEditorAppSettingsOutputTypeDef(TypedDict):
|
|
@@ -10122,6 +10163,18 @@ class AutoMLCandidateTypeDef(TypedDict):
|
|
|
10122
10163
|
]
|
|
10123
10164
|
|
|
10124
10165
|
|
|
10166
|
+
class DeploymentConfigurationOutputTypeDef(TypedDict):
|
|
10167
|
+
RollingUpdatePolicy: NotRequired[RollingDeploymentPolicyTypeDef]
|
|
10168
|
+
WaitIntervalInSeconds: NotRequired[int]
|
|
10169
|
+
AutoRollbackConfiguration: NotRequired[List[AlarmDetailsTypeDef]]
|
|
10170
|
+
|
|
10171
|
+
|
|
10172
|
+
class DeploymentConfigurationTypeDef(TypedDict):
|
|
10173
|
+
RollingUpdatePolicy: NotRequired[RollingDeploymentPolicyTypeDef]
|
|
10174
|
+
WaitIntervalInSeconds: NotRequired[int]
|
|
10175
|
+
AutoRollbackConfiguration: NotRequired[Sequence[AlarmDetailsTypeDef]]
|
|
10176
|
+
|
|
10177
|
+
|
|
10125
10178
|
class BlueGreenUpdatePolicyTypeDef(TypedDict):
|
|
10126
10179
|
TrafficRoutingConfiguration: TrafficRoutingConfigTypeDef
|
|
10127
10180
|
TerminationWaitInSeconds: NotRequired[int]
|
|
@@ -10167,41 +10220,13 @@ class ClarifyExplainerConfigTypeDef(TypedDict):
|
|
|
10167
10220
|
InferenceConfig: NotRequired[ClarifyInferenceConfigTypeDef]
|
|
10168
10221
|
|
|
10169
10222
|
|
|
10170
|
-
class ClusterInstanceGroupDetailsTypeDef(TypedDict):
|
|
10171
|
-
CurrentCount: NotRequired[int]
|
|
10172
|
-
TargetCount: NotRequired[int]
|
|
10173
|
-
InstanceGroupName: NotRequired[str]
|
|
10174
|
-
InstanceType: NotRequired[ClusterInstanceTypeType]
|
|
10175
|
-
LifeCycleConfig: NotRequired[ClusterLifeCycleConfigTypeDef]
|
|
10176
|
-
ExecutionRole: NotRequired[str]
|
|
10177
|
-
ThreadsPerCore: NotRequired[int]
|
|
10178
|
-
InstanceStorageConfigs: NotRequired[List[ClusterInstanceStorageConfigTypeDef]]
|
|
10179
|
-
OnStartDeepHealthChecks: NotRequired[List[DeepHealthCheckTypeType]]
|
|
10180
|
-
Status: NotRequired[InstanceGroupStatusType]
|
|
10181
|
-
TrainingPlanArn: NotRequired[str]
|
|
10182
|
-
TrainingPlanStatus: NotRequired[str]
|
|
10183
|
-
OverrideVpcConfig: NotRequired[VpcConfigOutputTypeDef]
|
|
10184
|
-
|
|
10185
|
-
|
|
10186
|
-
class ClusterInstanceGroupSpecificationTypeDef(TypedDict):
|
|
10187
|
-
InstanceCount: int
|
|
10188
|
-
InstanceGroupName: str
|
|
10189
|
-
InstanceType: ClusterInstanceTypeType
|
|
10190
|
-
LifeCycleConfig: ClusterLifeCycleConfigTypeDef
|
|
10191
|
-
ExecutionRole: str
|
|
10192
|
-
ThreadsPerCore: NotRequired[int]
|
|
10193
|
-
InstanceStorageConfigs: NotRequired[Sequence[ClusterInstanceStorageConfigTypeDef]]
|
|
10194
|
-
OnStartDeepHealthChecks: NotRequired[Sequence[DeepHealthCheckTypeType]]
|
|
10195
|
-
TrainingPlanArn: NotRequired[str]
|
|
10196
|
-
OverrideVpcConfig: NotRequired[VpcConfigUnionTypeDef]
|
|
10197
|
-
|
|
10198
|
-
|
|
10199
10223
|
class ClusterNodeDetailsTypeDef(TypedDict):
|
|
10200
10224
|
InstanceGroupName: NotRequired[str]
|
|
10201
10225
|
InstanceId: NotRequired[str]
|
|
10202
10226
|
InstanceStatus: NotRequired[ClusterInstanceStatusDetailsTypeDef]
|
|
10203
10227
|
InstanceType: NotRequired[ClusterInstanceTypeType]
|
|
10204
10228
|
LaunchTime: NotRequired[datetime]
|
|
10229
|
+
LastSoftwareUpdateTime: NotRequired[datetime]
|
|
10205
10230
|
LifeCycleConfig: NotRequired[ClusterLifeCycleConfigTypeDef]
|
|
10206
10231
|
OverrideVpcConfig: NotRequired[VpcConfigOutputTypeDef]
|
|
10207
10232
|
ThreadsPerCore: NotRequired[int]
|
|
@@ -10383,6 +10408,7 @@ class DomainSettingsForUpdateTypeDef(TypedDict):
|
|
|
10383
10408
|
SecurityGroupIds: NotRequired[Sequence[str]]
|
|
10384
10409
|
DockerSettings: NotRequired[DockerSettingsUnionTypeDef]
|
|
10385
10410
|
AmazonQSettings: NotRequired[AmazonQSettingsTypeDef]
|
|
10411
|
+
UnifiedStudioSettings: NotRequired[UnifiedStudioSettingsTypeDef]
|
|
10386
10412
|
|
|
10387
10413
|
|
|
10388
10414
|
class DriftCheckBaselinesTypeDef(TypedDict):
|
|
@@ -11464,6 +11490,16 @@ class ListCandidatesForAutoMLJobResponseTypeDef(TypedDict):
|
|
|
11464
11490
|
NextToken: NotRequired[str]
|
|
11465
11491
|
|
|
11466
11492
|
|
|
11493
|
+
class ScheduledUpdateConfigOutputTypeDef(TypedDict):
|
|
11494
|
+
ScheduleExpression: str
|
|
11495
|
+
DeploymentConfig: NotRequired[DeploymentConfigurationOutputTypeDef]
|
|
11496
|
+
|
|
11497
|
+
|
|
11498
|
+
DeploymentConfigurationUnionTypeDef = Union[
|
|
11499
|
+
DeploymentConfigurationTypeDef, DeploymentConfigurationOutputTypeDef
|
|
11500
|
+
]
|
|
11501
|
+
|
|
11502
|
+
|
|
11467
11503
|
class DeploymentConfigOutputTypeDef(TypedDict):
|
|
11468
11504
|
BlueGreenUpdatePolicy: NotRequired[BlueGreenUpdatePolicyTypeDef]
|
|
11469
11505
|
RollingUpdatePolicy: NotRequired[RollingUpdatePolicyTypeDef]
|
|
@@ -11524,35 +11560,6 @@ class ExplainerConfigTypeDef(TypedDict):
|
|
|
11524
11560
|
ClarifyExplainerConfig: NotRequired[ClarifyExplainerConfigTypeDef]
|
|
11525
11561
|
|
|
11526
11562
|
|
|
11527
|
-
class DescribeClusterResponseTypeDef(TypedDict):
|
|
11528
|
-
ClusterArn: str
|
|
11529
|
-
ClusterName: str
|
|
11530
|
-
ClusterStatus: ClusterStatusType
|
|
11531
|
-
CreationTime: datetime
|
|
11532
|
-
FailureMessage: str
|
|
11533
|
-
InstanceGroups: List[ClusterInstanceGroupDetailsTypeDef]
|
|
11534
|
-
VpcConfig: VpcConfigOutputTypeDef
|
|
11535
|
-
Orchestrator: ClusterOrchestratorTypeDef
|
|
11536
|
-
NodeRecovery: ClusterNodeRecoveryType
|
|
11537
|
-
ResponseMetadata: ResponseMetadataTypeDef
|
|
11538
|
-
|
|
11539
|
-
|
|
11540
|
-
class CreateClusterRequestTypeDef(TypedDict):
|
|
11541
|
-
ClusterName: str
|
|
11542
|
-
InstanceGroups: Sequence[ClusterInstanceGroupSpecificationTypeDef]
|
|
11543
|
-
VpcConfig: NotRequired[VpcConfigUnionTypeDef]
|
|
11544
|
-
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
11545
|
-
Orchestrator: NotRequired[ClusterOrchestratorTypeDef]
|
|
11546
|
-
NodeRecovery: NotRequired[ClusterNodeRecoveryType]
|
|
11547
|
-
|
|
11548
|
-
|
|
11549
|
-
class UpdateClusterRequestTypeDef(TypedDict):
|
|
11550
|
-
ClusterName: str
|
|
11551
|
-
InstanceGroups: Sequence[ClusterInstanceGroupSpecificationTypeDef]
|
|
11552
|
-
NodeRecovery: NotRequired[ClusterNodeRecoveryType]
|
|
11553
|
-
InstanceGroupsToDelete: NotRequired[Sequence[str]]
|
|
11554
|
-
|
|
11555
|
-
|
|
11556
11563
|
class DescribeClusterNodeResponseTypeDef(TypedDict):
|
|
11557
11564
|
NodeDetails: ClusterNodeDetailsTypeDef
|
|
11558
11565
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -12201,6 +12208,7 @@ class SpaceSettingsOutputTypeDef(TypedDict):
|
|
|
12201
12208
|
JupyterLabAppSettings: NotRequired[SpaceJupyterLabAppSettingsOutputTypeDef]
|
|
12202
12209
|
AppType: NotRequired[AppTypeType]
|
|
12203
12210
|
SpaceStorageSettings: NotRequired[SpaceStorageSettingsTypeDef]
|
|
12211
|
+
SpaceManagedResources: NotRequired[FeatureStatusType]
|
|
12204
12212
|
CustomFileSystems: NotRequired[List[CustomFileSystemTypeDef]]
|
|
12205
12213
|
|
|
12206
12214
|
|
|
@@ -12211,6 +12219,7 @@ class SpaceSettingsTypeDef(TypedDict):
|
|
|
12211
12219
|
JupyterLabAppSettings: NotRequired[SpaceJupyterLabAppSettingsTypeDef]
|
|
12212
12220
|
AppType: NotRequired[AppTypeType]
|
|
12213
12221
|
SpaceStorageSettings: NotRequired[SpaceStorageSettingsTypeDef]
|
|
12222
|
+
SpaceManagedResources: NotRequired[FeatureStatusType]
|
|
12214
12223
|
CustomFileSystems: NotRequired[Sequence[CustomFileSystemTypeDef]]
|
|
12215
12224
|
|
|
12216
12225
|
|
|
@@ -12405,6 +12414,34 @@ class ListPipelineExecutionStepsResponseTypeDef(TypedDict):
|
|
|
12405
12414
|
NextToken: NotRequired[str]
|
|
12406
12415
|
|
|
12407
12416
|
|
|
12417
|
+
class ClusterInstanceGroupDetailsTypeDef(TypedDict):
|
|
12418
|
+
CurrentCount: NotRequired[int]
|
|
12419
|
+
TargetCount: NotRequired[int]
|
|
12420
|
+
InstanceGroupName: NotRequired[str]
|
|
12421
|
+
InstanceType: NotRequired[ClusterInstanceTypeType]
|
|
12422
|
+
LifeCycleConfig: NotRequired[ClusterLifeCycleConfigTypeDef]
|
|
12423
|
+
ExecutionRole: NotRequired[str]
|
|
12424
|
+
ThreadsPerCore: NotRequired[int]
|
|
12425
|
+
InstanceStorageConfigs: NotRequired[List[ClusterInstanceStorageConfigTypeDef]]
|
|
12426
|
+
OnStartDeepHealthChecks: NotRequired[List[DeepHealthCheckTypeType]]
|
|
12427
|
+
Status: NotRequired[InstanceGroupStatusType]
|
|
12428
|
+
TrainingPlanArn: NotRequired[str]
|
|
12429
|
+
TrainingPlanStatus: NotRequired[str]
|
|
12430
|
+
OverrideVpcConfig: NotRequired[VpcConfigOutputTypeDef]
|
|
12431
|
+
ScheduledUpdateConfig: NotRequired[ScheduledUpdateConfigOutputTypeDef]
|
|
12432
|
+
|
|
12433
|
+
|
|
12434
|
+
class ScheduledUpdateConfigTypeDef(TypedDict):
|
|
12435
|
+
ScheduleExpression: str
|
|
12436
|
+
DeploymentConfig: NotRequired[DeploymentConfigurationUnionTypeDef]
|
|
12437
|
+
|
|
12438
|
+
|
|
12439
|
+
class UpdateClusterSoftwareRequestTypeDef(TypedDict):
|
|
12440
|
+
ClusterName: str
|
|
12441
|
+
InstanceGroups: NotRequired[Sequence[UpdateClusterSoftwareInstanceGroupSpecificationTypeDef]]
|
|
12442
|
+
DeploymentConfig: NotRequired[DeploymentConfigurationUnionTypeDef]
|
|
12443
|
+
|
|
12444
|
+
|
|
12408
12445
|
DeploymentConfigUnionTypeDef = Union[DeploymentConfigTypeDef, DeploymentConfigOutputTypeDef]
|
|
12409
12446
|
|
|
12410
12447
|
|
|
@@ -12970,6 +13007,24 @@ class CreateAutoMLJobV2RequestTypeDef(TypedDict):
|
|
|
12970
13007
|
AutoMLComputeConfig: NotRequired[AutoMLComputeConfigTypeDef]
|
|
12971
13008
|
|
|
12972
13009
|
|
|
13010
|
+
class DescribeClusterResponseTypeDef(TypedDict):
|
|
13011
|
+
ClusterArn: str
|
|
13012
|
+
ClusterName: str
|
|
13013
|
+
ClusterStatus: ClusterStatusType
|
|
13014
|
+
CreationTime: datetime
|
|
13015
|
+
FailureMessage: str
|
|
13016
|
+
InstanceGroups: List[ClusterInstanceGroupDetailsTypeDef]
|
|
13017
|
+
VpcConfig: VpcConfigOutputTypeDef
|
|
13018
|
+
Orchestrator: ClusterOrchestratorTypeDef
|
|
13019
|
+
NodeRecovery: ClusterNodeRecoveryType
|
|
13020
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
13021
|
+
|
|
13022
|
+
|
|
13023
|
+
ScheduledUpdateConfigUnionTypeDef = Union[
|
|
13024
|
+
ScheduledUpdateConfigTypeDef, ScheduledUpdateConfigOutputTypeDef
|
|
13025
|
+
]
|
|
13026
|
+
|
|
13027
|
+
|
|
12973
13028
|
class CreateEndpointInputTypeDef(TypedDict):
|
|
12974
13029
|
EndpointName: str
|
|
12975
13030
|
EndpointConfigName: str
|
|
@@ -13229,6 +13284,20 @@ class ModelPackageValidationSpecificationTypeDef(TypedDict):
|
|
|
13229
13284
|
ValidationProfiles: Sequence[ModelPackageValidationProfileTypeDef]
|
|
13230
13285
|
|
|
13231
13286
|
|
|
13287
|
+
class ClusterInstanceGroupSpecificationTypeDef(TypedDict):
|
|
13288
|
+
InstanceCount: int
|
|
13289
|
+
InstanceGroupName: str
|
|
13290
|
+
InstanceType: ClusterInstanceTypeType
|
|
13291
|
+
LifeCycleConfig: ClusterLifeCycleConfigTypeDef
|
|
13292
|
+
ExecutionRole: str
|
|
13293
|
+
ThreadsPerCore: NotRequired[int]
|
|
13294
|
+
InstanceStorageConfigs: NotRequired[Sequence[ClusterInstanceStorageConfigTypeDef]]
|
|
13295
|
+
OnStartDeepHealthChecks: NotRequired[Sequence[DeepHealthCheckTypeType]]
|
|
13296
|
+
TrainingPlanArn: NotRequired[str]
|
|
13297
|
+
OverrideVpcConfig: NotRequired[VpcConfigUnionTypeDef]
|
|
13298
|
+
ScheduledUpdateConfig: NotRequired[ScheduledUpdateConfigUnionTypeDef]
|
|
13299
|
+
|
|
13300
|
+
|
|
13232
13301
|
class AlgorithmValidationSpecificationOutputTypeDef(TypedDict):
|
|
13233
13302
|
ValidationRole: str
|
|
13234
13303
|
ValidationProfiles: List[AlgorithmValidationProfileOutputTypeDef]
|
|
@@ -13405,6 +13474,22 @@ ModelPackageValidationSpecificationUnionTypeDef = Union[
|
|
|
13405
13474
|
]
|
|
13406
13475
|
|
|
13407
13476
|
|
|
13477
|
+
class CreateClusterRequestTypeDef(TypedDict):
|
|
13478
|
+
ClusterName: str
|
|
13479
|
+
InstanceGroups: Sequence[ClusterInstanceGroupSpecificationTypeDef]
|
|
13480
|
+
VpcConfig: NotRequired[VpcConfigUnionTypeDef]
|
|
13481
|
+
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
13482
|
+
Orchestrator: NotRequired[ClusterOrchestratorTypeDef]
|
|
13483
|
+
NodeRecovery: NotRequired[ClusterNodeRecoveryType]
|
|
13484
|
+
|
|
13485
|
+
|
|
13486
|
+
class UpdateClusterRequestTypeDef(TypedDict):
|
|
13487
|
+
ClusterName: str
|
|
13488
|
+
InstanceGroups: Sequence[ClusterInstanceGroupSpecificationTypeDef]
|
|
13489
|
+
NodeRecovery: NotRequired[ClusterNodeRecoveryType]
|
|
13490
|
+
InstanceGroupsToDelete: NotRequired[Sequence[str]]
|
|
13491
|
+
|
|
13492
|
+
|
|
13408
13493
|
class DescribeAlgorithmOutputTypeDef(TypedDict):
|
|
13409
13494
|
AlgorithmName: str
|
|
13410
13495
|
AlgorithmArn: str
|
|
@@ -185,6 +185,7 @@ from .literals import (
|
|
|
185
185
|
MonitoringProblemTypeType,
|
|
186
186
|
MonitoringScheduleSortKeyType,
|
|
187
187
|
MonitoringTypeType,
|
|
188
|
+
NodeUnavailabilityTypeType,
|
|
188
189
|
NotebookInstanceAcceleratorTypeType,
|
|
189
190
|
NotebookInstanceLifecycleConfigSortKeyType,
|
|
190
191
|
NotebookInstanceLifecycleConfigSortOrderType,
|
|
@@ -334,6 +335,7 @@ __all__ = (
|
|
|
334
335
|
"AdditionalModelDataSourceTypeDef",
|
|
335
336
|
"AdditionalS3DataSourceTypeDef",
|
|
336
337
|
"AgentVersionTypeDef",
|
|
338
|
+
"AlarmDetailsTypeDef",
|
|
337
339
|
"AlarmTypeDef",
|
|
338
340
|
"AlgorithmSpecificationOutputTypeDef",
|
|
339
341
|
"AlgorithmSpecificationTypeDef",
|
|
@@ -427,6 +429,7 @@ __all__ = (
|
|
|
427
429
|
"CandidatePropertiesTypeDef",
|
|
428
430
|
"CanvasAppSettingsOutputTypeDef",
|
|
429
431
|
"CanvasAppSettingsTypeDef",
|
|
432
|
+
"CapacitySizeConfigTypeDef",
|
|
430
433
|
"CapacitySizeTypeDef",
|
|
431
434
|
"CaptureContentTypeHeaderOutputTypeDef",
|
|
432
435
|
"CaptureContentTypeHeaderTypeDef",
|
|
@@ -728,6 +731,9 @@ __all__ = (
|
|
|
728
731
|
"DeploymentConfigOutputTypeDef",
|
|
729
732
|
"DeploymentConfigTypeDef",
|
|
730
733
|
"DeploymentConfigUnionTypeDef",
|
|
734
|
+
"DeploymentConfigurationOutputTypeDef",
|
|
735
|
+
"DeploymentConfigurationTypeDef",
|
|
736
|
+
"DeploymentConfigurationUnionTypeDef",
|
|
731
737
|
"DeploymentRecommendationTypeDef",
|
|
732
738
|
"DeploymentStageStatusSummaryTypeDef",
|
|
733
739
|
"DeploymentStageTypeDef",
|
|
@@ -1632,6 +1638,7 @@ __all__ = (
|
|
|
1632
1638
|
"RetryPipelineExecutionRequestTypeDef",
|
|
1633
1639
|
"RetryPipelineExecutionResponseTypeDef",
|
|
1634
1640
|
"RetryStrategyTypeDef",
|
|
1641
|
+
"RollingDeploymentPolicyTypeDef",
|
|
1635
1642
|
"RollingUpdatePolicyTypeDef",
|
|
1636
1643
|
"S3DataSourceOutputTypeDef",
|
|
1637
1644
|
"S3DataSourceTypeDef",
|
|
@@ -1643,6 +1650,9 @@ __all__ = (
|
|
|
1643
1650
|
"ScalingPolicyObjectiveTypeDef",
|
|
1644
1651
|
"ScalingPolicyTypeDef",
|
|
1645
1652
|
"ScheduleConfigTypeDef",
|
|
1653
|
+
"ScheduledUpdateConfigOutputTypeDef",
|
|
1654
|
+
"ScheduledUpdateConfigTypeDef",
|
|
1655
|
+
"ScheduledUpdateConfigUnionTypeDef",
|
|
1646
1656
|
"SchedulerConfigOutputTypeDef",
|
|
1647
1657
|
"SchedulerConfigTypeDef",
|
|
1648
1658
|
"SchedulerConfigUnionTypeDef",
|
|
@@ -1802,6 +1812,7 @@ __all__ = (
|
|
|
1802
1812
|
"UiConfigTypeDef",
|
|
1803
1813
|
"UiTemplateInfoTypeDef",
|
|
1804
1814
|
"UiTemplateTypeDef",
|
|
1815
|
+
"UnifiedStudioSettingsTypeDef",
|
|
1805
1816
|
"UpdateActionRequestTypeDef",
|
|
1806
1817
|
"UpdateActionResponseTypeDef",
|
|
1807
1818
|
"UpdateAppImageConfigRequestTypeDef",
|
|
@@ -1812,6 +1823,7 @@ __all__ = (
|
|
|
1812
1823
|
"UpdateClusterResponseTypeDef",
|
|
1813
1824
|
"UpdateClusterSchedulerConfigRequestTypeDef",
|
|
1814
1825
|
"UpdateClusterSchedulerConfigResponseTypeDef",
|
|
1826
|
+
"UpdateClusterSoftwareInstanceGroupSpecificationTypeDef",
|
|
1815
1827
|
"UpdateClusterSoftwareRequestTypeDef",
|
|
1816
1828
|
"UpdateClusterSoftwareResponseTypeDef",
|
|
1817
1829
|
"UpdateCodeRepositoryInputTypeDef",
|
|
@@ -1936,6 +1948,9 @@ class AgentVersionTypeDef(TypedDict):
|
|
|
1936
1948
|
Version: str
|
|
1937
1949
|
AgentCount: int
|
|
1938
1950
|
|
|
1951
|
+
class AlarmDetailsTypeDef(TypedDict):
|
|
1952
|
+
AlarmName: str
|
|
1953
|
+
|
|
1939
1954
|
class AlarmTypeDef(TypedDict):
|
|
1940
1955
|
AlarmName: NotRequired[str]
|
|
1941
1956
|
|
|
@@ -2176,6 +2191,13 @@ class WorkspaceSettingsTypeDef(TypedDict):
|
|
|
2176
2191
|
S3ArtifactPath: NotRequired[str]
|
|
2177
2192
|
S3KmsKeyId: NotRequired[str]
|
|
2178
2193
|
|
|
2194
|
+
CapacitySizeConfigTypeDef = TypedDict(
|
|
2195
|
+
"CapacitySizeConfigTypeDef",
|
|
2196
|
+
{
|
|
2197
|
+
"Type": NodeUnavailabilityTypeType,
|
|
2198
|
+
"Value": int,
|
|
2199
|
+
},
|
|
2200
|
+
)
|
|
2179
2201
|
CapacitySizeTypeDef = TypedDict(
|
|
2180
2202
|
"CapacitySizeTypeDef",
|
|
2181
2203
|
{
|
|
@@ -3506,6 +3528,15 @@ class DomainDetailsTypeDef(TypedDict):
|
|
|
3506
3528
|
LastModifiedTime: NotRequired[datetime]
|
|
3507
3529
|
Url: NotRequired[str]
|
|
3508
3530
|
|
|
3531
|
+
class UnifiedStudioSettingsTypeDef(TypedDict):
|
|
3532
|
+
StudioWebPortalAccess: NotRequired[FeatureStatusType]
|
|
3533
|
+
DomainAccountId: NotRequired[str]
|
|
3534
|
+
DomainRegion: NotRequired[str]
|
|
3535
|
+
DomainId: NotRequired[str]
|
|
3536
|
+
ProjectId: NotRequired[str]
|
|
3537
|
+
EnvironmentId: NotRequired[str]
|
|
3538
|
+
ProjectS3Path: NotRequired[str]
|
|
3539
|
+
|
|
3509
3540
|
class FileSourceTypeDef(TypedDict):
|
|
3510
3541
|
S3Uri: str
|
|
3511
3542
|
ContentType: NotRequired[str]
|
|
@@ -4660,8 +4691,8 @@ class UpdateArtifactRequestTypeDef(TypedDict):
|
|
|
4660
4691
|
Properties: NotRequired[Mapping[str, str]]
|
|
4661
4692
|
PropertiesToRemove: NotRequired[Sequence[str]]
|
|
4662
4693
|
|
|
4663
|
-
class
|
|
4664
|
-
|
|
4694
|
+
class UpdateClusterSoftwareInstanceGroupSpecificationTypeDef(TypedDict):
|
|
4695
|
+
InstanceGroupName: str
|
|
4665
4696
|
|
|
4666
4697
|
class UpdateContextRequestTypeDef(TypedDict):
|
|
4667
4698
|
ContextName: str
|
|
@@ -5672,6 +5703,10 @@ class CanvasAppSettingsTypeDef(TypedDict):
|
|
|
5672
5703
|
GenerativeAiSettings: NotRequired[GenerativeAiSettingsTypeDef]
|
|
5673
5704
|
EmrServerlessSettings: NotRequired[EmrServerlessSettingsTypeDef]
|
|
5674
5705
|
|
|
5706
|
+
class RollingDeploymentPolicyTypeDef(TypedDict):
|
|
5707
|
+
MaximumBatchSize: CapacitySizeConfigTypeDef
|
|
5708
|
+
RollbackMaximumBatchSize: NotRequired[CapacitySizeConfigTypeDef]
|
|
5709
|
+
|
|
5675
5710
|
class RollingUpdatePolicyTypeDef(TypedDict):
|
|
5676
5711
|
MaximumBatchSize: CapacitySizeTypeDef
|
|
5677
5712
|
WaitIntervalInSeconds: int
|
|
@@ -5740,6 +5775,7 @@ class ClusterNodeSummaryTypeDef(TypedDict):
|
|
|
5740
5775
|
InstanceType: ClusterInstanceTypeType
|
|
5741
5776
|
LaunchTime: datetime
|
|
5742
5777
|
InstanceStatus: ClusterInstanceStatusDetailsTypeDef
|
|
5778
|
+
LastSoftwareUpdateTime: NotRequired[datetime]
|
|
5743
5779
|
|
|
5744
5780
|
class ClusterOrchestratorTypeDef(TypedDict):
|
|
5745
5781
|
Eks: ClusterOrchestratorEksConfigTypeDef
|
|
@@ -6784,10 +6820,10 @@ class QueryFiltersTypeDef(TypedDict):
|
|
|
6784
6820
|
Properties: NotRequired[Mapping[str, str]]
|
|
6785
6821
|
|
|
6786
6822
|
class SearchTrainingPlanOfferingsRequestTypeDef(TypedDict):
|
|
6787
|
-
InstanceType: ReservedCapacityInstanceTypeType
|
|
6788
|
-
InstanceCount: int
|
|
6789
6823
|
DurationHours: int
|
|
6790
6824
|
TargetResources: Sequence[SageMakerResourceNameType]
|
|
6825
|
+
InstanceType: NotRequired[ReservedCapacityInstanceTypeType]
|
|
6826
|
+
InstanceCount: NotRequired[int]
|
|
6791
6827
|
StartTimeAfter: NotRequired[TimestampTypeDef]
|
|
6792
6828
|
EndTimeBefore: NotRequired[TimestampTypeDef]
|
|
6793
6829
|
|
|
@@ -8698,6 +8734,7 @@ class DomainSettingsOutputTypeDef(TypedDict):
|
|
|
8698
8734
|
ExecutionRoleIdentityConfig: NotRequired[ExecutionRoleIdentityConfigType]
|
|
8699
8735
|
DockerSettings: NotRequired[DockerSettingsOutputTypeDef]
|
|
8700
8736
|
AmazonQSettings: NotRequired[AmazonQSettingsTypeDef]
|
|
8737
|
+
UnifiedStudioSettings: NotRequired[UnifiedStudioSettingsTypeDef]
|
|
8701
8738
|
|
|
8702
8739
|
class DomainSettingsTypeDef(TypedDict):
|
|
8703
8740
|
SecurityGroupIds: NotRequired[Sequence[str]]
|
|
@@ -8705,6 +8742,7 @@ class DomainSettingsTypeDef(TypedDict):
|
|
|
8705
8742
|
ExecutionRoleIdentityConfig: NotRequired[ExecutionRoleIdentityConfigType]
|
|
8706
8743
|
DockerSettings: NotRequired[DockerSettingsTypeDef]
|
|
8707
8744
|
AmazonQSettings: NotRequired[AmazonQSettingsTypeDef]
|
|
8745
|
+
UnifiedStudioSettings: NotRequired[UnifiedStudioSettingsTypeDef]
|
|
8708
8746
|
|
|
8709
8747
|
class CodeEditorAppSettingsOutputTypeDef(TypedDict):
|
|
8710
8748
|
DefaultResourceSpec: NotRequired[ResourceSpecTypeDef]
|
|
@@ -8895,6 +8933,16 @@ class AutoMLCandidateTypeDef(TypedDict):
|
|
|
8895
8933
|
Dict[AutoMLProcessingUnitType, List[AutoMLContainerDefinitionTypeDef]]
|
|
8896
8934
|
]
|
|
8897
8935
|
|
|
8936
|
+
class DeploymentConfigurationOutputTypeDef(TypedDict):
|
|
8937
|
+
RollingUpdatePolicy: NotRequired[RollingDeploymentPolicyTypeDef]
|
|
8938
|
+
WaitIntervalInSeconds: NotRequired[int]
|
|
8939
|
+
AutoRollbackConfiguration: NotRequired[List[AlarmDetailsTypeDef]]
|
|
8940
|
+
|
|
8941
|
+
class DeploymentConfigurationTypeDef(TypedDict):
|
|
8942
|
+
RollingUpdatePolicy: NotRequired[RollingDeploymentPolicyTypeDef]
|
|
8943
|
+
WaitIntervalInSeconds: NotRequired[int]
|
|
8944
|
+
AutoRollbackConfiguration: NotRequired[Sequence[AlarmDetailsTypeDef]]
|
|
8945
|
+
|
|
8898
8946
|
class BlueGreenUpdatePolicyTypeDef(TypedDict):
|
|
8899
8947
|
TrafficRoutingConfiguration: TrafficRoutingConfigTypeDef
|
|
8900
8948
|
TerminationWaitInSeconds: NotRequired[int]
|
|
@@ -8933,39 +8981,13 @@ class ClarifyExplainerConfigTypeDef(TypedDict):
|
|
|
8933
8981
|
EnableExplanations: NotRequired[str]
|
|
8934
8982
|
InferenceConfig: NotRequired[ClarifyInferenceConfigTypeDef]
|
|
8935
8983
|
|
|
8936
|
-
class ClusterInstanceGroupDetailsTypeDef(TypedDict):
|
|
8937
|
-
CurrentCount: NotRequired[int]
|
|
8938
|
-
TargetCount: NotRequired[int]
|
|
8939
|
-
InstanceGroupName: NotRequired[str]
|
|
8940
|
-
InstanceType: NotRequired[ClusterInstanceTypeType]
|
|
8941
|
-
LifeCycleConfig: NotRequired[ClusterLifeCycleConfigTypeDef]
|
|
8942
|
-
ExecutionRole: NotRequired[str]
|
|
8943
|
-
ThreadsPerCore: NotRequired[int]
|
|
8944
|
-
InstanceStorageConfigs: NotRequired[List[ClusterInstanceStorageConfigTypeDef]]
|
|
8945
|
-
OnStartDeepHealthChecks: NotRequired[List[DeepHealthCheckTypeType]]
|
|
8946
|
-
Status: NotRequired[InstanceGroupStatusType]
|
|
8947
|
-
TrainingPlanArn: NotRequired[str]
|
|
8948
|
-
TrainingPlanStatus: NotRequired[str]
|
|
8949
|
-
OverrideVpcConfig: NotRequired[VpcConfigOutputTypeDef]
|
|
8950
|
-
|
|
8951
|
-
class ClusterInstanceGroupSpecificationTypeDef(TypedDict):
|
|
8952
|
-
InstanceCount: int
|
|
8953
|
-
InstanceGroupName: str
|
|
8954
|
-
InstanceType: ClusterInstanceTypeType
|
|
8955
|
-
LifeCycleConfig: ClusterLifeCycleConfigTypeDef
|
|
8956
|
-
ExecutionRole: str
|
|
8957
|
-
ThreadsPerCore: NotRequired[int]
|
|
8958
|
-
InstanceStorageConfigs: NotRequired[Sequence[ClusterInstanceStorageConfigTypeDef]]
|
|
8959
|
-
OnStartDeepHealthChecks: NotRequired[Sequence[DeepHealthCheckTypeType]]
|
|
8960
|
-
TrainingPlanArn: NotRequired[str]
|
|
8961
|
-
OverrideVpcConfig: NotRequired[VpcConfigUnionTypeDef]
|
|
8962
|
-
|
|
8963
8984
|
class ClusterNodeDetailsTypeDef(TypedDict):
|
|
8964
8985
|
InstanceGroupName: NotRequired[str]
|
|
8965
8986
|
InstanceId: NotRequired[str]
|
|
8966
8987
|
InstanceStatus: NotRequired[ClusterInstanceStatusDetailsTypeDef]
|
|
8967
8988
|
InstanceType: NotRequired[ClusterInstanceTypeType]
|
|
8968
8989
|
LaunchTime: NotRequired[datetime]
|
|
8990
|
+
LastSoftwareUpdateTime: NotRequired[datetime]
|
|
8969
8991
|
LifeCycleConfig: NotRequired[ClusterLifeCycleConfigTypeDef]
|
|
8970
8992
|
OverrideVpcConfig: NotRequired[VpcConfigOutputTypeDef]
|
|
8971
8993
|
ThreadsPerCore: NotRequired[int]
|
|
@@ -9123,6 +9145,7 @@ class DomainSettingsForUpdateTypeDef(TypedDict):
|
|
|
9123
9145
|
SecurityGroupIds: NotRequired[Sequence[str]]
|
|
9124
9146
|
DockerSettings: NotRequired[DockerSettingsUnionTypeDef]
|
|
9125
9147
|
AmazonQSettings: NotRequired[AmazonQSettingsTypeDef]
|
|
9148
|
+
UnifiedStudioSettings: NotRequired[UnifiedStudioSettingsTypeDef]
|
|
9126
9149
|
|
|
9127
9150
|
class DriftCheckBaselinesTypeDef(TypedDict):
|
|
9128
9151
|
Bias: NotRequired[DriftCheckBiasTypeDef]
|
|
@@ -10095,6 +10118,14 @@ class ListCandidatesForAutoMLJobResponseTypeDef(TypedDict):
|
|
|
10095
10118
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
10096
10119
|
NextToken: NotRequired[str]
|
|
10097
10120
|
|
|
10121
|
+
class ScheduledUpdateConfigOutputTypeDef(TypedDict):
|
|
10122
|
+
ScheduleExpression: str
|
|
10123
|
+
DeploymentConfig: NotRequired[DeploymentConfigurationOutputTypeDef]
|
|
10124
|
+
|
|
10125
|
+
DeploymentConfigurationUnionTypeDef = Union[
|
|
10126
|
+
DeploymentConfigurationTypeDef, DeploymentConfigurationOutputTypeDef
|
|
10127
|
+
]
|
|
10128
|
+
|
|
10098
10129
|
class DeploymentConfigOutputTypeDef(TypedDict):
|
|
10099
10130
|
BlueGreenUpdatePolicy: NotRequired[BlueGreenUpdatePolicyTypeDef]
|
|
10100
10131
|
RollingUpdatePolicy: NotRequired[RollingUpdatePolicyTypeDef]
|
|
@@ -10147,32 +10178,6 @@ class ExplainerConfigOutputTypeDef(TypedDict):
|
|
|
10147
10178
|
class ExplainerConfigTypeDef(TypedDict):
|
|
10148
10179
|
ClarifyExplainerConfig: NotRequired[ClarifyExplainerConfigTypeDef]
|
|
10149
10180
|
|
|
10150
|
-
class DescribeClusterResponseTypeDef(TypedDict):
|
|
10151
|
-
ClusterArn: str
|
|
10152
|
-
ClusterName: str
|
|
10153
|
-
ClusterStatus: ClusterStatusType
|
|
10154
|
-
CreationTime: datetime
|
|
10155
|
-
FailureMessage: str
|
|
10156
|
-
InstanceGroups: List[ClusterInstanceGroupDetailsTypeDef]
|
|
10157
|
-
VpcConfig: VpcConfigOutputTypeDef
|
|
10158
|
-
Orchestrator: ClusterOrchestratorTypeDef
|
|
10159
|
-
NodeRecovery: ClusterNodeRecoveryType
|
|
10160
|
-
ResponseMetadata: ResponseMetadataTypeDef
|
|
10161
|
-
|
|
10162
|
-
class CreateClusterRequestTypeDef(TypedDict):
|
|
10163
|
-
ClusterName: str
|
|
10164
|
-
InstanceGroups: Sequence[ClusterInstanceGroupSpecificationTypeDef]
|
|
10165
|
-
VpcConfig: NotRequired[VpcConfigUnionTypeDef]
|
|
10166
|
-
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
10167
|
-
Orchestrator: NotRequired[ClusterOrchestratorTypeDef]
|
|
10168
|
-
NodeRecovery: NotRequired[ClusterNodeRecoveryType]
|
|
10169
|
-
|
|
10170
|
-
class UpdateClusterRequestTypeDef(TypedDict):
|
|
10171
|
-
ClusterName: str
|
|
10172
|
-
InstanceGroups: Sequence[ClusterInstanceGroupSpecificationTypeDef]
|
|
10173
|
-
NodeRecovery: NotRequired[ClusterNodeRecoveryType]
|
|
10174
|
-
InstanceGroupsToDelete: NotRequired[Sequence[str]]
|
|
10175
|
-
|
|
10176
10181
|
class DescribeClusterNodeResponseTypeDef(TypedDict):
|
|
10177
10182
|
NodeDetails: ClusterNodeDetailsTypeDef
|
|
10178
10183
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -10757,6 +10762,7 @@ class SpaceSettingsOutputTypeDef(TypedDict):
|
|
|
10757
10762
|
JupyterLabAppSettings: NotRequired[SpaceJupyterLabAppSettingsOutputTypeDef]
|
|
10758
10763
|
AppType: NotRequired[AppTypeType]
|
|
10759
10764
|
SpaceStorageSettings: NotRequired[SpaceStorageSettingsTypeDef]
|
|
10765
|
+
SpaceManagedResources: NotRequired[FeatureStatusType]
|
|
10760
10766
|
CustomFileSystems: NotRequired[List[CustomFileSystemTypeDef]]
|
|
10761
10767
|
|
|
10762
10768
|
class SpaceSettingsTypeDef(TypedDict):
|
|
@@ -10766,6 +10772,7 @@ class SpaceSettingsTypeDef(TypedDict):
|
|
|
10766
10772
|
JupyterLabAppSettings: NotRequired[SpaceJupyterLabAppSettingsTypeDef]
|
|
10767
10773
|
AppType: NotRequired[AppTypeType]
|
|
10768
10774
|
SpaceStorageSettings: NotRequired[SpaceStorageSettingsTypeDef]
|
|
10775
|
+
SpaceManagedResources: NotRequired[FeatureStatusType]
|
|
10769
10776
|
CustomFileSystems: NotRequired[Sequence[CustomFileSystemTypeDef]]
|
|
10770
10777
|
|
|
10771
10778
|
AlgorithmSpecificationUnionTypeDef = Union[
|
|
@@ -10946,6 +10953,31 @@ class ListPipelineExecutionStepsResponseTypeDef(TypedDict):
|
|
|
10946
10953
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
10947
10954
|
NextToken: NotRequired[str]
|
|
10948
10955
|
|
|
10956
|
+
class ClusterInstanceGroupDetailsTypeDef(TypedDict):
|
|
10957
|
+
CurrentCount: NotRequired[int]
|
|
10958
|
+
TargetCount: NotRequired[int]
|
|
10959
|
+
InstanceGroupName: NotRequired[str]
|
|
10960
|
+
InstanceType: NotRequired[ClusterInstanceTypeType]
|
|
10961
|
+
LifeCycleConfig: NotRequired[ClusterLifeCycleConfigTypeDef]
|
|
10962
|
+
ExecutionRole: NotRequired[str]
|
|
10963
|
+
ThreadsPerCore: NotRequired[int]
|
|
10964
|
+
InstanceStorageConfigs: NotRequired[List[ClusterInstanceStorageConfigTypeDef]]
|
|
10965
|
+
OnStartDeepHealthChecks: NotRequired[List[DeepHealthCheckTypeType]]
|
|
10966
|
+
Status: NotRequired[InstanceGroupStatusType]
|
|
10967
|
+
TrainingPlanArn: NotRequired[str]
|
|
10968
|
+
TrainingPlanStatus: NotRequired[str]
|
|
10969
|
+
OverrideVpcConfig: NotRequired[VpcConfigOutputTypeDef]
|
|
10970
|
+
ScheduledUpdateConfig: NotRequired[ScheduledUpdateConfigOutputTypeDef]
|
|
10971
|
+
|
|
10972
|
+
class ScheduledUpdateConfigTypeDef(TypedDict):
|
|
10973
|
+
ScheduleExpression: str
|
|
10974
|
+
DeploymentConfig: NotRequired[DeploymentConfigurationUnionTypeDef]
|
|
10975
|
+
|
|
10976
|
+
class UpdateClusterSoftwareRequestTypeDef(TypedDict):
|
|
10977
|
+
ClusterName: str
|
|
10978
|
+
InstanceGroups: NotRequired[Sequence[UpdateClusterSoftwareInstanceGroupSpecificationTypeDef]]
|
|
10979
|
+
DeploymentConfig: NotRequired[DeploymentConfigurationUnionTypeDef]
|
|
10980
|
+
|
|
10949
10981
|
DeploymentConfigUnionTypeDef = Union[DeploymentConfigTypeDef, DeploymentConfigOutputTypeDef]
|
|
10950
10982
|
|
|
10951
10983
|
class DescribeInferenceRecommendationsJobResponseTypeDef(TypedDict):
|
|
@@ -11460,6 +11492,22 @@ class CreateAutoMLJobV2RequestTypeDef(TypedDict):
|
|
|
11460
11492
|
DataSplitConfig: NotRequired[AutoMLDataSplitConfigTypeDef]
|
|
11461
11493
|
AutoMLComputeConfig: NotRequired[AutoMLComputeConfigTypeDef]
|
|
11462
11494
|
|
|
11495
|
+
class DescribeClusterResponseTypeDef(TypedDict):
|
|
11496
|
+
ClusterArn: str
|
|
11497
|
+
ClusterName: str
|
|
11498
|
+
ClusterStatus: ClusterStatusType
|
|
11499
|
+
CreationTime: datetime
|
|
11500
|
+
FailureMessage: str
|
|
11501
|
+
InstanceGroups: List[ClusterInstanceGroupDetailsTypeDef]
|
|
11502
|
+
VpcConfig: VpcConfigOutputTypeDef
|
|
11503
|
+
Orchestrator: ClusterOrchestratorTypeDef
|
|
11504
|
+
NodeRecovery: ClusterNodeRecoveryType
|
|
11505
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
11506
|
+
|
|
11507
|
+
ScheduledUpdateConfigUnionTypeDef = Union[
|
|
11508
|
+
ScheduledUpdateConfigTypeDef, ScheduledUpdateConfigOutputTypeDef
|
|
11509
|
+
]
|
|
11510
|
+
|
|
11463
11511
|
class CreateEndpointInputTypeDef(TypedDict):
|
|
11464
11512
|
EndpointName: str
|
|
11465
11513
|
EndpointConfigName: str
|
|
@@ -11694,6 +11742,19 @@ class ModelPackageValidationSpecificationTypeDef(TypedDict):
|
|
|
11694
11742
|
ValidationRole: str
|
|
11695
11743
|
ValidationProfiles: Sequence[ModelPackageValidationProfileTypeDef]
|
|
11696
11744
|
|
|
11745
|
+
class ClusterInstanceGroupSpecificationTypeDef(TypedDict):
|
|
11746
|
+
InstanceCount: int
|
|
11747
|
+
InstanceGroupName: str
|
|
11748
|
+
InstanceType: ClusterInstanceTypeType
|
|
11749
|
+
LifeCycleConfig: ClusterLifeCycleConfigTypeDef
|
|
11750
|
+
ExecutionRole: str
|
|
11751
|
+
ThreadsPerCore: NotRequired[int]
|
|
11752
|
+
InstanceStorageConfigs: NotRequired[Sequence[ClusterInstanceStorageConfigTypeDef]]
|
|
11753
|
+
OnStartDeepHealthChecks: NotRequired[Sequence[DeepHealthCheckTypeType]]
|
|
11754
|
+
TrainingPlanArn: NotRequired[str]
|
|
11755
|
+
OverrideVpcConfig: NotRequired[VpcConfigUnionTypeDef]
|
|
11756
|
+
ScheduledUpdateConfig: NotRequired[ScheduledUpdateConfigUnionTypeDef]
|
|
11757
|
+
|
|
11697
11758
|
class AlgorithmValidationSpecificationOutputTypeDef(TypedDict):
|
|
11698
11759
|
ValidationRole: str
|
|
11699
11760
|
ValidationProfiles: List[AlgorithmValidationProfileOutputTypeDef]
|
|
@@ -11857,6 +11918,20 @@ ModelPackageValidationSpecificationUnionTypeDef = Union[
|
|
|
11857
11918
|
ModelPackageValidationSpecificationTypeDef, ModelPackageValidationSpecificationOutputTypeDef
|
|
11858
11919
|
]
|
|
11859
11920
|
|
|
11921
|
+
class CreateClusterRequestTypeDef(TypedDict):
|
|
11922
|
+
ClusterName: str
|
|
11923
|
+
InstanceGroups: Sequence[ClusterInstanceGroupSpecificationTypeDef]
|
|
11924
|
+
VpcConfig: NotRequired[VpcConfigUnionTypeDef]
|
|
11925
|
+
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
11926
|
+
Orchestrator: NotRequired[ClusterOrchestratorTypeDef]
|
|
11927
|
+
NodeRecovery: NotRequired[ClusterNodeRecoveryType]
|
|
11928
|
+
|
|
11929
|
+
class UpdateClusterRequestTypeDef(TypedDict):
|
|
11930
|
+
ClusterName: str
|
|
11931
|
+
InstanceGroups: Sequence[ClusterInstanceGroupSpecificationTypeDef]
|
|
11932
|
+
NodeRecovery: NotRequired[ClusterNodeRecoveryType]
|
|
11933
|
+
InstanceGroupsToDelete: NotRequired[Sequence[str]]
|
|
11934
|
+
|
|
11860
11935
|
class DescribeAlgorithmOutputTypeDef(TypedDict):
|
|
11861
11936
|
AlgorithmName: str
|
|
11862
11937
|
AlgorithmArn: 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.11
|
|
4
|
+
Summary: Type annotations for boto3 SageMaker 1.38.11 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.11](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/),
|
|
@@ -65,7 +65,7 @@ compatible with [VSCode](https://code.visualstudio.com/),
|
|
|
65
65
|
[pyright](https://github.com/microsoft/pyright) and other tools.
|
|
66
66
|
|
|
67
67
|
Generated with
|
|
68
|
-
[mypy-boto3-builder 8.
|
|
68
|
+
[mypy-boto3-builder 8.11.0](https://github.com/youtype/mypy_boto3_builder).
|
|
69
69
|
|
|
70
70
|
More information can be found on
|
|
71
71
|
[boto3-stubs](https://pypi.org/project/boto3-stubs/) page and in
|
|
@@ -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.11' 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=blywd6owEhkQmUSGbBSohsyJSeaO2CtuZjnJYeG9NBc,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=-ku9oMOvc4AzexBhuFcUjsrpcSTL7JrYf3J6T8F2msM,460157
|
|
12
|
+
mypy_boto3_sagemaker/type_defs.pyi,sha256=gvbuHHhLRVNlphRoX28OHtthcLdX7lS1Y-1gwZv5Ltc,458583
|
|
13
|
+
mypy_boto3_sagemaker/version.py,sha256=GMO37tuedub7yQA7xX89SBFwJRUKHQ3zT5A0yk88y1g,93
|
|
14
|
+
mypy_boto3_sagemaker/waiter.py,sha256=-S1TZyw55DA_NY46uwNmMEDpruhN4am2JYcCn53mH1M,15080
|
|
15
|
+
mypy_boto3_sagemaker/waiter.pyi,sha256=Ddbvoy56vM8BmGsIG3bz4wmsRS7ruZSpyb1HArqvrj4,15053
|
|
16
|
+
mypy_boto3_sagemaker-1.38.11.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
17
|
+
mypy_boto3_sagemaker-1.38.11.dist-info/METADATA,sha256=1QYj9E4SmRdFUOMe7PeuPi8XqN9bQ2mWJoU2cONPxq0,28898
|
|
18
|
+
mypy_boto3_sagemaker-1.38.11.dist-info/WHEEL,sha256=0CuiUZ_p9E4cD6NyLD6UG80LBXYyiSYZOKDm5lp32xk,91
|
|
19
|
+
mypy_boto3_sagemaker-1.38.11.dist-info/top_level.txt,sha256=N0zhVlxG0hEXnfadzaPv0wPRAikaGUW7bvn1WBVrZXg,21
|
|
20
|
+
mypy_boto3_sagemaker-1.38.11.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=QaXqRwZandnAf22IX1AKp3TEBf9UuGUK4aOIqtngYXw,989
|
|
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=FNowgWrZHFdGc5QRBhBASHKCPJSm-iqz1O9xxmzPRDg,81033
|
|
7
|
-
mypy_boto3_sagemaker/literals.pyi,sha256=lXgc4QHYmsMuJ2m0rNKCxzJjaN-k2JSXWnhYo19u1WY,81031
|
|
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=vCgZduRAq7ThuDXmJqNrRNNqd8ySyXhOpfhlVYKpE-4,457102
|
|
12
|
-
mypy_boto3_sagemaker/type_defs.pyi,sha256=39Raq2Z416vgHxTr3XqaWUoJP5Dv64y06cDTvNP9Ib8,455538
|
|
13
|
-
mypy_boto3_sagemaker/version.py,sha256=4i2B9ueJp-52bvuabdvB0luelG6zsI-y4boXT0I5Z_w,92
|
|
14
|
-
mypy_boto3_sagemaker/waiter.py,sha256=-S1TZyw55DA_NY46uwNmMEDpruhN4am2JYcCn53mH1M,15080
|
|
15
|
-
mypy_boto3_sagemaker/waiter.pyi,sha256=Ddbvoy56vM8BmGsIG3bz4wmsRS7ruZSpyb1HArqvrj4,15053
|
|
16
|
-
mypy_boto3_sagemaker-1.38.5.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
17
|
-
mypy_boto3_sagemaker-1.38.5.dist-info/METADATA,sha256=vh5FuxPQ21i_ZvvLOwcjjBmERIEY0fxt8pLuQ4lLze0,28894
|
|
18
|
-
mypy_boto3_sagemaker-1.38.5.dist-info/WHEEL,sha256=ck4Vq1_RXyvS4Jt6SI0Vz6fyVs4GWg7AINwpsaGEgPE,91
|
|
19
|
-
mypy_boto3_sagemaker-1.38.5.dist-info/top_level.txt,sha256=N0zhVlxG0hEXnfadzaPv0wPRAikaGUW7bvn1WBVrZXg,21
|
|
20
|
-
mypy_boto3_sagemaker-1.38.5.dist-info/RECORD,,
|
{mypy_boto3_sagemaker-1.38.5.dist-info → mypy_boto3_sagemaker-1.38.11.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
{mypy_boto3_sagemaker-1.38.5.dist-info → mypy_boto3_sagemaker-1.38.11.dist-info}/top_level.txt
RENAMED
|
File without changes
|