mypy-boto3-sagemaker 1.38.5__py3-none-any.whl → 1.38.7__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 +2 -0
- mypy_boto3_sagemaker/literals.pyi +2 -0
- mypy_boto3_sagemaker/type_defs.py +129 -60
- mypy_boto3_sagemaker/type_defs.pyi +115 -55
- mypy_boto3_sagemaker/version.py +1 -1
- {mypy_boto3_sagemaker-1.38.5.dist-info → mypy_boto3_sagemaker-1.38.7.dist-info}/METADATA +4 -4
- mypy_boto3_sagemaker-1.38.7.dist-info/RECORD +20 -0
- {mypy_boto3_sagemaker-1.38.5.dist-info → mypy_boto3_sagemaker-1.38.7.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.7.dist-info}/licenses/LICENSE +0 -0
- {mypy_boto3_sagemaker-1.38.5.dist-info → mypy_boto3_sagemaker-1.38.7.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.7\n"
|
|
16
|
+
"Version: 1.38.7\n"
|
|
17
17
|
"Builder version: 8.10.1\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.7\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",
|
|
@@ -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",
|
|
@@ -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",
|
|
@@ -1813,6 +1823,7 @@ __all__ = (
|
|
|
1813
1823
|
"UpdateClusterResponseTypeDef",
|
|
1814
1824
|
"UpdateClusterSchedulerConfigRequestTypeDef",
|
|
1815
1825
|
"UpdateClusterSchedulerConfigResponseTypeDef",
|
|
1826
|
+
"UpdateClusterSoftwareInstanceGroupSpecificationTypeDef",
|
|
1816
1827
|
"UpdateClusterSoftwareRequestTypeDef",
|
|
1817
1828
|
"UpdateClusterSoftwareResponseTypeDef",
|
|
1818
1829
|
"UpdateCodeRepositoryInputTypeDef",
|
|
@@ -1944,6 +1955,10 @@ class AgentVersionTypeDef(TypedDict):
|
|
|
1944
1955
|
AgentCount: int
|
|
1945
1956
|
|
|
1946
1957
|
|
|
1958
|
+
class AlarmDetailsTypeDef(TypedDict):
|
|
1959
|
+
AlarmName: str
|
|
1960
|
+
|
|
1961
|
+
|
|
1947
1962
|
class AlarmTypeDef(TypedDict):
|
|
1948
1963
|
AlarmName: NotRequired[str]
|
|
1949
1964
|
|
|
@@ -2239,6 +2254,13 @@ class WorkspaceSettingsTypeDef(TypedDict):
|
|
|
2239
2254
|
S3KmsKeyId: NotRequired[str]
|
|
2240
2255
|
|
|
2241
2256
|
|
|
2257
|
+
CapacitySizeConfigTypeDef = TypedDict(
|
|
2258
|
+
"CapacitySizeConfigTypeDef",
|
|
2259
|
+
{
|
|
2260
|
+
"Type": NodeUnavailabilityTypeType,
|
|
2261
|
+
"Value": int,
|
|
2262
|
+
},
|
|
2263
|
+
)
|
|
2242
2264
|
CapacitySizeTypeDef = TypedDict(
|
|
2243
2265
|
"CapacitySizeTypeDef",
|
|
2244
2266
|
{
|
|
@@ -5250,8 +5272,8 @@ class UpdateArtifactRequestTypeDef(TypedDict):
|
|
|
5250
5272
|
PropertiesToRemove: NotRequired[Sequence[str]]
|
|
5251
5273
|
|
|
5252
5274
|
|
|
5253
|
-
class
|
|
5254
|
-
|
|
5275
|
+
class UpdateClusterSoftwareInstanceGroupSpecificationTypeDef(TypedDict):
|
|
5276
|
+
InstanceGroupName: str
|
|
5255
5277
|
|
|
5256
5278
|
|
|
5257
5279
|
class UpdateContextRequestTypeDef(TypedDict):
|
|
@@ -6473,6 +6495,11 @@ class CanvasAppSettingsTypeDef(TypedDict):
|
|
|
6473
6495
|
EmrServerlessSettings: NotRequired[EmrServerlessSettingsTypeDef]
|
|
6474
6496
|
|
|
6475
6497
|
|
|
6498
|
+
class RollingDeploymentPolicyTypeDef(TypedDict):
|
|
6499
|
+
MaximumBatchSize: CapacitySizeConfigTypeDef
|
|
6500
|
+
RollbackMaximumBatchSize: NotRequired[CapacitySizeConfigTypeDef]
|
|
6501
|
+
|
|
6502
|
+
|
|
6476
6503
|
class RollingUpdatePolicyTypeDef(TypedDict):
|
|
6477
6504
|
MaximumBatchSize: CapacitySizeTypeDef
|
|
6478
6505
|
WaitIntervalInSeconds: int
|
|
@@ -6552,6 +6579,7 @@ class ClusterNodeSummaryTypeDef(TypedDict):
|
|
|
6552
6579
|
InstanceType: ClusterInstanceTypeType
|
|
6553
6580
|
LaunchTime: datetime
|
|
6554
6581
|
InstanceStatus: ClusterInstanceStatusDetailsTypeDef
|
|
6582
|
+
LastSoftwareUpdateTime: NotRequired[datetime]
|
|
6555
6583
|
|
|
6556
6584
|
|
|
6557
6585
|
class ClusterOrchestratorTypeDef(TypedDict):
|
|
@@ -10122,6 +10150,18 @@ class AutoMLCandidateTypeDef(TypedDict):
|
|
|
10122
10150
|
]
|
|
10123
10151
|
|
|
10124
10152
|
|
|
10153
|
+
class DeploymentConfigurationOutputTypeDef(TypedDict):
|
|
10154
|
+
RollingUpdatePolicy: NotRequired[RollingDeploymentPolicyTypeDef]
|
|
10155
|
+
WaitIntervalInSeconds: NotRequired[int]
|
|
10156
|
+
AutoRollbackConfiguration: NotRequired[List[AlarmDetailsTypeDef]]
|
|
10157
|
+
|
|
10158
|
+
|
|
10159
|
+
class DeploymentConfigurationTypeDef(TypedDict):
|
|
10160
|
+
RollingUpdatePolicy: NotRequired[RollingDeploymentPolicyTypeDef]
|
|
10161
|
+
WaitIntervalInSeconds: NotRequired[int]
|
|
10162
|
+
AutoRollbackConfiguration: NotRequired[Sequence[AlarmDetailsTypeDef]]
|
|
10163
|
+
|
|
10164
|
+
|
|
10125
10165
|
class BlueGreenUpdatePolicyTypeDef(TypedDict):
|
|
10126
10166
|
TrafficRoutingConfiguration: TrafficRoutingConfigTypeDef
|
|
10127
10167
|
TerminationWaitInSeconds: NotRequired[int]
|
|
@@ -10167,41 +10207,13 @@ class ClarifyExplainerConfigTypeDef(TypedDict):
|
|
|
10167
10207
|
InferenceConfig: NotRequired[ClarifyInferenceConfigTypeDef]
|
|
10168
10208
|
|
|
10169
10209
|
|
|
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
10210
|
class ClusterNodeDetailsTypeDef(TypedDict):
|
|
10200
10211
|
InstanceGroupName: NotRequired[str]
|
|
10201
10212
|
InstanceId: NotRequired[str]
|
|
10202
10213
|
InstanceStatus: NotRequired[ClusterInstanceStatusDetailsTypeDef]
|
|
10203
10214
|
InstanceType: NotRequired[ClusterInstanceTypeType]
|
|
10204
10215
|
LaunchTime: NotRequired[datetime]
|
|
10216
|
+
LastSoftwareUpdateTime: NotRequired[datetime]
|
|
10205
10217
|
LifeCycleConfig: NotRequired[ClusterLifeCycleConfigTypeDef]
|
|
10206
10218
|
OverrideVpcConfig: NotRequired[VpcConfigOutputTypeDef]
|
|
10207
10219
|
ThreadsPerCore: NotRequired[int]
|
|
@@ -11464,6 +11476,16 @@ class ListCandidatesForAutoMLJobResponseTypeDef(TypedDict):
|
|
|
11464
11476
|
NextToken: NotRequired[str]
|
|
11465
11477
|
|
|
11466
11478
|
|
|
11479
|
+
class ScheduledUpdateConfigOutputTypeDef(TypedDict):
|
|
11480
|
+
ScheduleExpression: str
|
|
11481
|
+
DeploymentConfig: NotRequired[DeploymentConfigurationOutputTypeDef]
|
|
11482
|
+
|
|
11483
|
+
|
|
11484
|
+
DeploymentConfigurationUnionTypeDef = Union[
|
|
11485
|
+
DeploymentConfigurationTypeDef, DeploymentConfigurationOutputTypeDef
|
|
11486
|
+
]
|
|
11487
|
+
|
|
11488
|
+
|
|
11467
11489
|
class DeploymentConfigOutputTypeDef(TypedDict):
|
|
11468
11490
|
BlueGreenUpdatePolicy: NotRequired[BlueGreenUpdatePolicyTypeDef]
|
|
11469
11491
|
RollingUpdatePolicy: NotRequired[RollingUpdatePolicyTypeDef]
|
|
@@ -11524,35 +11546,6 @@ class ExplainerConfigTypeDef(TypedDict):
|
|
|
11524
11546
|
ClarifyExplainerConfig: NotRequired[ClarifyExplainerConfigTypeDef]
|
|
11525
11547
|
|
|
11526
11548
|
|
|
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
11549
|
class DescribeClusterNodeResponseTypeDef(TypedDict):
|
|
11557
11550
|
NodeDetails: ClusterNodeDetailsTypeDef
|
|
11558
11551
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -12405,6 +12398,34 @@ class ListPipelineExecutionStepsResponseTypeDef(TypedDict):
|
|
|
12405
12398
|
NextToken: NotRequired[str]
|
|
12406
12399
|
|
|
12407
12400
|
|
|
12401
|
+
class ClusterInstanceGroupDetailsTypeDef(TypedDict):
|
|
12402
|
+
CurrentCount: NotRequired[int]
|
|
12403
|
+
TargetCount: NotRequired[int]
|
|
12404
|
+
InstanceGroupName: NotRequired[str]
|
|
12405
|
+
InstanceType: NotRequired[ClusterInstanceTypeType]
|
|
12406
|
+
LifeCycleConfig: NotRequired[ClusterLifeCycleConfigTypeDef]
|
|
12407
|
+
ExecutionRole: NotRequired[str]
|
|
12408
|
+
ThreadsPerCore: NotRequired[int]
|
|
12409
|
+
InstanceStorageConfigs: NotRequired[List[ClusterInstanceStorageConfigTypeDef]]
|
|
12410
|
+
OnStartDeepHealthChecks: NotRequired[List[DeepHealthCheckTypeType]]
|
|
12411
|
+
Status: NotRequired[InstanceGroupStatusType]
|
|
12412
|
+
TrainingPlanArn: NotRequired[str]
|
|
12413
|
+
TrainingPlanStatus: NotRequired[str]
|
|
12414
|
+
OverrideVpcConfig: NotRequired[VpcConfigOutputTypeDef]
|
|
12415
|
+
ScheduledUpdateConfig: NotRequired[ScheduledUpdateConfigOutputTypeDef]
|
|
12416
|
+
|
|
12417
|
+
|
|
12418
|
+
class ScheduledUpdateConfigTypeDef(TypedDict):
|
|
12419
|
+
ScheduleExpression: str
|
|
12420
|
+
DeploymentConfig: NotRequired[DeploymentConfigurationUnionTypeDef]
|
|
12421
|
+
|
|
12422
|
+
|
|
12423
|
+
class UpdateClusterSoftwareRequestTypeDef(TypedDict):
|
|
12424
|
+
ClusterName: str
|
|
12425
|
+
InstanceGroups: NotRequired[Sequence[UpdateClusterSoftwareInstanceGroupSpecificationTypeDef]]
|
|
12426
|
+
DeploymentConfig: NotRequired[DeploymentConfigurationUnionTypeDef]
|
|
12427
|
+
|
|
12428
|
+
|
|
12408
12429
|
DeploymentConfigUnionTypeDef = Union[DeploymentConfigTypeDef, DeploymentConfigOutputTypeDef]
|
|
12409
12430
|
|
|
12410
12431
|
|
|
@@ -12970,6 +12991,24 @@ class CreateAutoMLJobV2RequestTypeDef(TypedDict):
|
|
|
12970
12991
|
AutoMLComputeConfig: NotRequired[AutoMLComputeConfigTypeDef]
|
|
12971
12992
|
|
|
12972
12993
|
|
|
12994
|
+
class DescribeClusterResponseTypeDef(TypedDict):
|
|
12995
|
+
ClusterArn: str
|
|
12996
|
+
ClusterName: str
|
|
12997
|
+
ClusterStatus: ClusterStatusType
|
|
12998
|
+
CreationTime: datetime
|
|
12999
|
+
FailureMessage: str
|
|
13000
|
+
InstanceGroups: List[ClusterInstanceGroupDetailsTypeDef]
|
|
13001
|
+
VpcConfig: VpcConfigOutputTypeDef
|
|
13002
|
+
Orchestrator: ClusterOrchestratorTypeDef
|
|
13003
|
+
NodeRecovery: ClusterNodeRecoveryType
|
|
13004
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
13005
|
+
|
|
13006
|
+
|
|
13007
|
+
ScheduledUpdateConfigUnionTypeDef = Union[
|
|
13008
|
+
ScheduledUpdateConfigTypeDef, ScheduledUpdateConfigOutputTypeDef
|
|
13009
|
+
]
|
|
13010
|
+
|
|
13011
|
+
|
|
12973
13012
|
class CreateEndpointInputTypeDef(TypedDict):
|
|
12974
13013
|
EndpointName: str
|
|
12975
13014
|
EndpointConfigName: str
|
|
@@ -13229,6 +13268,20 @@ class ModelPackageValidationSpecificationTypeDef(TypedDict):
|
|
|
13229
13268
|
ValidationProfiles: Sequence[ModelPackageValidationProfileTypeDef]
|
|
13230
13269
|
|
|
13231
13270
|
|
|
13271
|
+
class ClusterInstanceGroupSpecificationTypeDef(TypedDict):
|
|
13272
|
+
InstanceCount: int
|
|
13273
|
+
InstanceGroupName: str
|
|
13274
|
+
InstanceType: ClusterInstanceTypeType
|
|
13275
|
+
LifeCycleConfig: ClusterLifeCycleConfigTypeDef
|
|
13276
|
+
ExecutionRole: str
|
|
13277
|
+
ThreadsPerCore: NotRequired[int]
|
|
13278
|
+
InstanceStorageConfigs: NotRequired[Sequence[ClusterInstanceStorageConfigTypeDef]]
|
|
13279
|
+
OnStartDeepHealthChecks: NotRequired[Sequence[DeepHealthCheckTypeType]]
|
|
13280
|
+
TrainingPlanArn: NotRequired[str]
|
|
13281
|
+
OverrideVpcConfig: NotRequired[VpcConfigUnionTypeDef]
|
|
13282
|
+
ScheduledUpdateConfig: NotRequired[ScheduledUpdateConfigUnionTypeDef]
|
|
13283
|
+
|
|
13284
|
+
|
|
13232
13285
|
class AlgorithmValidationSpecificationOutputTypeDef(TypedDict):
|
|
13233
13286
|
ValidationRole: str
|
|
13234
13287
|
ValidationProfiles: List[AlgorithmValidationProfileOutputTypeDef]
|
|
@@ -13405,6 +13458,22 @@ ModelPackageValidationSpecificationUnionTypeDef = Union[
|
|
|
13405
13458
|
]
|
|
13406
13459
|
|
|
13407
13460
|
|
|
13461
|
+
class CreateClusterRequestTypeDef(TypedDict):
|
|
13462
|
+
ClusterName: str
|
|
13463
|
+
InstanceGroups: Sequence[ClusterInstanceGroupSpecificationTypeDef]
|
|
13464
|
+
VpcConfig: NotRequired[VpcConfigUnionTypeDef]
|
|
13465
|
+
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
13466
|
+
Orchestrator: NotRequired[ClusterOrchestratorTypeDef]
|
|
13467
|
+
NodeRecovery: NotRequired[ClusterNodeRecoveryType]
|
|
13468
|
+
|
|
13469
|
+
|
|
13470
|
+
class UpdateClusterRequestTypeDef(TypedDict):
|
|
13471
|
+
ClusterName: str
|
|
13472
|
+
InstanceGroups: Sequence[ClusterInstanceGroupSpecificationTypeDef]
|
|
13473
|
+
NodeRecovery: NotRequired[ClusterNodeRecoveryType]
|
|
13474
|
+
InstanceGroupsToDelete: NotRequired[Sequence[str]]
|
|
13475
|
+
|
|
13476
|
+
|
|
13408
13477
|
class DescribeAlgorithmOutputTypeDef(TypedDict):
|
|
13409
13478
|
AlgorithmName: str
|
|
13410
13479
|
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",
|
|
@@ -1812,6 +1822,7 @@ __all__ = (
|
|
|
1812
1822
|
"UpdateClusterResponseTypeDef",
|
|
1813
1823
|
"UpdateClusterSchedulerConfigRequestTypeDef",
|
|
1814
1824
|
"UpdateClusterSchedulerConfigResponseTypeDef",
|
|
1825
|
+
"UpdateClusterSoftwareInstanceGroupSpecificationTypeDef",
|
|
1815
1826
|
"UpdateClusterSoftwareRequestTypeDef",
|
|
1816
1827
|
"UpdateClusterSoftwareResponseTypeDef",
|
|
1817
1828
|
"UpdateCodeRepositoryInputTypeDef",
|
|
@@ -1936,6 +1947,9 @@ class AgentVersionTypeDef(TypedDict):
|
|
|
1936
1947
|
Version: str
|
|
1937
1948
|
AgentCount: int
|
|
1938
1949
|
|
|
1950
|
+
class AlarmDetailsTypeDef(TypedDict):
|
|
1951
|
+
AlarmName: str
|
|
1952
|
+
|
|
1939
1953
|
class AlarmTypeDef(TypedDict):
|
|
1940
1954
|
AlarmName: NotRequired[str]
|
|
1941
1955
|
|
|
@@ -2176,6 +2190,13 @@ class WorkspaceSettingsTypeDef(TypedDict):
|
|
|
2176
2190
|
S3ArtifactPath: NotRequired[str]
|
|
2177
2191
|
S3KmsKeyId: NotRequired[str]
|
|
2178
2192
|
|
|
2193
|
+
CapacitySizeConfigTypeDef = TypedDict(
|
|
2194
|
+
"CapacitySizeConfigTypeDef",
|
|
2195
|
+
{
|
|
2196
|
+
"Type": NodeUnavailabilityTypeType,
|
|
2197
|
+
"Value": int,
|
|
2198
|
+
},
|
|
2199
|
+
)
|
|
2179
2200
|
CapacitySizeTypeDef = TypedDict(
|
|
2180
2201
|
"CapacitySizeTypeDef",
|
|
2181
2202
|
{
|
|
@@ -4660,8 +4681,8 @@ class UpdateArtifactRequestTypeDef(TypedDict):
|
|
|
4660
4681
|
Properties: NotRequired[Mapping[str, str]]
|
|
4661
4682
|
PropertiesToRemove: NotRequired[Sequence[str]]
|
|
4662
4683
|
|
|
4663
|
-
class
|
|
4664
|
-
|
|
4684
|
+
class UpdateClusterSoftwareInstanceGroupSpecificationTypeDef(TypedDict):
|
|
4685
|
+
InstanceGroupName: str
|
|
4665
4686
|
|
|
4666
4687
|
class UpdateContextRequestTypeDef(TypedDict):
|
|
4667
4688
|
ContextName: str
|
|
@@ -5672,6 +5693,10 @@ class CanvasAppSettingsTypeDef(TypedDict):
|
|
|
5672
5693
|
GenerativeAiSettings: NotRequired[GenerativeAiSettingsTypeDef]
|
|
5673
5694
|
EmrServerlessSettings: NotRequired[EmrServerlessSettingsTypeDef]
|
|
5674
5695
|
|
|
5696
|
+
class RollingDeploymentPolicyTypeDef(TypedDict):
|
|
5697
|
+
MaximumBatchSize: CapacitySizeConfigTypeDef
|
|
5698
|
+
RollbackMaximumBatchSize: NotRequired[CapacitySizeConfigTypeDef]
|
|
5699
|
+
|
|
5675
5700
|
class RollingUpdatePolicyTypeDef(TypedDict):
|
|
5676
5701
|
MaximumBatchSize: CapacitySizeTypeDef
|
|
5677
5702
|
WaitIntervalInSeconds: int
|
|
@@ -5740,6 +5765,7 @@ class ClusterNodeSummaryTypeDef(TypedDict):
|
|
|
5740
5765
|
InstanceType: ClusterInstanceTypeType
|
|
5741
5766
|
LaunchTime: datetime
|
|
5742
5767
|
InstanceStatus: ClusterInstanceStatusDetailsTypeDef
|
|
5768
|
+
LastSoftwareUpdateTime: NotRequired[datetime]
|
|
5743
5769
|
|
|
5744
5770
|
class ClusterOrchestratorTypeDef(TypedDict):
|
|
5745
5771
|
Eks: ClusterOrchestratorEksConfigTypeDef
|
|
@@ -8895,6 +8921,16 @@ class AutoMLCandidateTypeDef(TypedDict):
|
|
|
8895
8921
|
Dict[AutoMLProcessingUnitType, List[AutoMLContainerDefinitionTypeDef]]
|
|
8896
8922
|
]
|
|
8897
8923
|
|
|
8924
|
+
class DeploymentConfigurationOutputTypeDef(TypedDict):
|
|
8925
|
+
RollingUpdatePolicy: NotRequired[RollingDeploymentPolicyTypeDef]
|
|
8926
|
+
WaitIntervalInSeconds: NotRequired[int]
|
|
8927
|
+
AutoRollbackConfiguration: NotRequired[List[AlarmDetailsTypeDef]]
|
|
8928
|
+
|
|
8929
|
+
class DeploymentConfigurationTypeDef(TypedDict):
|
|
8930
|
+
RollingUpdatePolicy: NotRequired[RollingDeploymentPolicyTypeDef]
|
|
8931
|
+
WaitIntervalInSeconds: NotRequired[int]
|
|
8932
|
+
AutoRollbackConfiguration: NotRequired[Sequence[AlarmDetailsTypeDef]]
|
|
8933
|
+
|
|
8898
8934
|
class BlueGreenUpdatePolicyTypeDef(TypedDict):
|
|
8899
8935
|
TrafficRoutingConfiguration: TrafficRoutingConfigTypeDef
|
|
8900
8936
|
TerminationWaitInSeconds: NotRequired[int]
|
|
@@ -8933,39 +8969,13 @@ class ClarifyExplainerConfigTypeDef(TypedDict):
|
|
|
8933
8969
|
EnableExplanations: NotRequired[str]
|
|
8934
8970
|
InferenceConfig: NotRequired[ClarifyInferenceConfigTypeDef]
|
|
8935
8971
|
|
|
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
8972
|
class ClusterNodeDetailsTypeDef(TypedDict):
|
|
8964
8973
|
InstanceGroupName: NotRequired[str]
|
|
8965
8974
|
InstanceId: NotRequired[str]
|
|
8966
8975
|
InstanceStatus: NotRequired[ClusterInstanceStatusDetailsTypeDef]
|
|
8967
8976
|
InstanceType: NotRequired[ClusterInstanceTypeType]
|
|
8968
8977
|
LaunchTime: NotRequired[datetime]
|
|
8978
|
+
LastSoftwareUpdateTime: NotRequired[datetime]
|
|
8969
8979
|
LifeCycleConfig: NotRequired[ClusterLifeCycleConfigTypeDef]
|
|
8970
8980
|
OverrideVpcConfig: NotRequired[VpcConfigOutputTypeDef]
|
|
8971
8981
|
ThreadsPerCore: NotRequired[int]
|
|
@@ -10095,6 +10105,14 @@ class ListCandidatesForAutoMLJobResponseTypeDef(TypedDict):
|
|
|
10095
10105
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
10096
10106
|
NextToken: NotRequired[str]
|
|
10097
10107
|
|
|
10108
|
+
class ScheduledUpdateConfigOutputTypeDef(TypedDict):
|
|
10109
|
+
ScheduleExpression: str
|
|
10110
|
+
DeploymentConfig: NotRequired[DeploymentConfigurationOutputTypeDef]
|
|
10111
|
+
|
|
10112
|
+
DeploymentConfigurationUnionTypeDef = Union[
|
|
10113
|
+
DeploymentConfigurationTypeDef, DeploymentConfigurationOutputTypeDef
|
|
10114
|
+
]
|
|
10115
|
+
|
|
10098
10116
|
class DeploymentConfigOutputTypeDef(TypedDict):
|
|
10099
10117
|
BlueGreenUpdatePolicy: NotRequired[BlueGreenUpdatePolicyTypeDef]
|
|
10100
10118
|
RollingUpdatePolicy: NotRequired[RollingUpdatePolicyTypeDef]
|
|
@@ -10147,32 +10165,6 @@ class ExplainerConfigOutputTypeDef(TypedDict):
|
|
|
10147
10165
|
class ExplainerConfigTypeDef(TypedDict):
|
|
10148
10166
|
ClarifyExplainerConfig: NotRequired[ClarifyExplainerConfigTypeDef]
|
|
10149
10167
|
|
|
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
10168
|
class DescribeClusterNodeResponseTypeDef(TypedDict):
|
|
10177
10169
|
NodeDetails: ClusterNodeDetailsTypeDef
|
|
10178
10170
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -10946,6 +10938,31 @@ class ListPipelineExecutionStepsResponseTypeDef(TypedDict):
|
|
|
10946
10938
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
10947
10939
|
NextToken: NotRequired[str]
|
|
10948
10940
|
|
|
10941
|
+
class ClusterInstanceGroupDetailsTypeDef(TypedDict):
|
|
10942
|
+
CurrentCount: NotRequired[int]
|
|
10943
|
+
TargetCount: NotRequired[int]
|
|
10944
|
+
InstanceGroupName: NotRequired[str]
|
|
10945
|
+
InstanceType: NotRequired[ClusterInstanceTypeType]
|
|
10946
|
+
LifeCycleConfig: NotRequired[ClusterLifeCycleConfigTypeDef]
|
|
10947
|
+
ExecutionRole: NotRequired[str]
|
|
10948
|
+
ThreadsPerCore: NotRequired[int]
|
|
10949
|
+
InstanceStorageConfigs: NotRequired[List[ClusterInstanceStorageConfigTypeDef]]
|
|
10950
|
+
OnStartDeepHealthChecks: NotRequired[List[DeepHealthCheckTypeType]]
|
|
10951
|
+
Status: NotRequired[InstanceGroupStatusType]
|
|
10952
|
+
TrainingPlanArn: NotRequired[str]
|
|
10953
|
+
TrainingPlanStatus: NotRequired[str]
|
|
10954
|
+
OverrideVpcConfig: NotRequired[VpcConfigOutputTypeDef]
|
|
10955
|
+
ScheduledUpdateConfig: NotRequired[ScheduledUpdateConfigOutputTypeDef]
|
|
10956
|
+
|
|
10957
|
+
class ScheduledUpdateConfigTypeDef(TypedDict):
|
|
10958
|
+
ScheduleExpression: str
|
|
10959
|
+
DeploymentConfig: NotRequired[DeploymentConfigurationUnionTypeDef]
|
|
10960
|
+
|
|
10961
|
+
class UpdateClusterSoftwareRequestTypeDef(TypedDict):
|
|
10962
|
+
ClusterName: str
|
|
10963
|
+
InstanceGroups: NotRequired[Sequence[UpdateClusterSoftwareInstanceGroupSpecificationTypeDef]]
|
|
10964
|
+
DeploymentConfig: NotRequired[DeploymentConfigurationUnionTypeDef]
|
|
10965
|
+
|
|
10949
10966
|
DeploymentConfigUnionTypeDef = Union[DeploymentConfigTypeDef, DeploymentConfigOutputTypeDef]
|
|
10950
10967
|
|
|
10951
10968
|
class DescribeInferenceRecommendationsJobResponseTypeDef(TypedDict):
|
|
@@ -11460,6 +11477,22 @@ class CreateAutoMLJobV2RequestTypeDef(TypedDict):
|
|
|
11460
11477
|
DataSplitConfig: NotRequired[AutoMLDataSplitConfigTypeDef]
|
|
11461
11478
|
AutoMLComputeConfig: NotRequired[AutoMLComputeConfigTypeDef]
|
|
11462
11479
|
|
|
11480
|
+
class DescribeClusterResponseTypeDef(TypedDict):
|
|
11481
|
+
ClusterArn: str
|
|
11482
|
+
ClusterName: str
|
|
11483
|
+
ClusterStatus: ClusterStatusType
|
|
11484
|
+
CreationTime: datetime
|
|
11485
|
+
FailureMessage: str
|
|
11486
|
+
InstanceGroups: List[ClusterInstanceGroupDetailsTypeDef]
|
|
11487
|
+
VpcConfig: VpcConfigOutputTypeDef
|
|
11488
|
+
Orchestrator: ClusterOrchestratorTypeDef
|
|
11489
|
+
NodeRecovery: ClusterNodeRecoveryType
|
|
11490
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
11491
|
+
|
|
11492
|
+
ScheduledUpdateConfigUnionTypeDef = Union[
|
|
11493
|
+
ScheduledUpdateConfigTypeDef, ScheduledUpdateConfigOutputTypeDef
|
|
11494
|
+
]
|
|
11495
|
+
|
|
11463
11496
|
class CreateEndpointInputTypeDef(TypedDict):
|
|
11464
11497
|
EndpointName: str
|
|
11465
11498
|
EndpointConfigName: str
|
|
@@ -11694,6 +11727,19 @@ class ModelPackageValidationSpecificationTypeDef(TypedDict):
|
|
|
11694
11727
|
ValidationRole: str
|
|
11695
11728
|
ValidationProfiles: Sequence[ModelPackageValidationProfileTypeDef]
|
|
11696
11729
|
|
|
11730
|
+
class ClusterInstanceGroupSpecificationTypeDef(TypedDict):
|
|
11731
|
+
InstanceCount: int
|
|
11732
|
+
InstanceGroupName: str
|
|
11733
|
+
InstanceType: ClusterInstanceTypeType
|
|
11734
|
+
LifeCycleConfig: ClusterLifeCycleConfigTypeDef
|
|
11735
|
+
ExecutionRole: str
|
|
11736
|
+
ThreadsPerCore: NotRequired[int]
|
|
11737
|
+
InstanceStorageConfigs: NotRequired[Sequence[ClusterInstanceStorageConfigTypeDef]]
|
|
11738
|
+
OnStartDeepHealthChecks: NotRequired[Sequence[DeepHealthCheckTypeType]]
|
|
11739
|
+
TrainingPlanArn: NotRequired[str]
|
|
11740
|
+
OverrideVpcConfig: NotRequired[VpcConfigUnionTypeDef]
|
|
11741
|
+
ScheduledUpdateConfig: NotRequired[ScheduledUpdateConfigUnionTypeDef]
|
|
11742
|
+
|
|
11697
11743
|
class AlgorithmValidationSpecificationOutputTypeDef(TypedDict):
|
|
11698
11744
|
ValidationRole: str
|
|
11699
11745
|
ValidationProfiles: List[AlgorithmValidationProfileOutputTypeDef]
|
|
@@ -11857,6 +11903,20 @@ ModelPackageValidationSpecificationUnionTypeDef = Union[
|
|
|
11857
11903
|
ModelPackageValidationSpecificationTypeDef, ModelPackageValidationSpecificationOutputTypeDef
|
|
11858
11904
|
]
|
|
11859
11905
|
|
|
11906
|
+
class CreateClusterRequestTypeDef(TypedDict):
|
|
11907
|
+
ClusterName: str
|
|
11908
|
+
InstanceGroups: Sequence[ClusterInstanceGroupSpecificationTypeDef]
|
|
11909
|
+
VpcConfig: NotRequired[VpcConfigUnionTypeDef]
|
|
11910
|
+
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
11911
|
+
Orchestrator: NotRequired[ClusterOrchestratorTypeDef]
|
|
11912
|
+
NodeRecovery: NotRequired[ClusterNodeRecoveryType]
|
|
11913
|
+
|
|
11914
|
+
class UpdateClusterRequestTypeDef(TypedDict):
|
|
11915
|
+
ClusterName: str
|
|
11916
|
+
InstanceGroups: Sequence[ClusterInstanceGroupSpecificationTypeDef]
|
|
11917
|
+
NodeRecovery: NotRequired[ClusterNodeRecoveryType]
|
|
11918
|
+
InstanceGroupsToDelete: NotRequired[Sequence[str]]
|
|
11919
|
+
|
|
11860
11920
|
class DescribeAlgorithmOutputTypeDef(TypedDict):
|
|
11861
11921
|
AlgorithmName: str
|
|
11862
11922
|
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.7
|
|
4
|
+
Summary: Type annotations for boto3 SageMaker 1.38.7 service generated with mypy-boto3-builder 8.10.1
|
|
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.7](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.7' 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=T_MhCu-BQ2RHIt1RYTJX4J7BEVKseODCuujx8gZGImY,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=1udrjpG-aQav2VvUv0A87SdU4G39Ir6x2TPBaylwh1Y,81145
|
|
7
|
+
mypy_boto3_sagemaker/literals.pyi,sha256=ip0g569O37fHZIKY0bhWSiuV91weet8KFz-zLPBGf9A,81143
|
|
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=aVu51SZAHrsCeMrdjLzFwdXYb658HKjVU7YVfiobzps,459457
|
|
12
|
+
mypy_boto3_sagemaker/type_defs.pyi,sha256=U0gCiq5zhCoKj08TKQLWR0lbv2057D4TzVPbPxe2ncU,457884
|
|
13
|
+
mypy_boto3_sagemaker/version.py,sha256=fnrOgyKeMsHmkfe72yw2wWf1yaAG54GQI-a_BZKTDyM,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.7.dist-info/licenses/LICENSE,sha256=4jNgB8jJbXtUVJkeygwhUQi--6lAG8DIisfE-h_RiUU,1070
|
|
17
|
+
mypy_boto3_sagemaker-1.38.7.dist-info/METADATA,sha256=oI0zN2-kxlWPKhnYdf2SvleU8yVwhL_7hUuChcFkkU4,28894
|
|
18
|
+
mypy_boto3_sagemaker-1.38.7.dist-info/WHEEL,sha256=wXxTzcEDnjrTwFYjLPcsW_7_XihufBwmpiBeiXNBGEA,91
|
|
19
|
+
mypy_boto3_sagemaker-1.38.7.dist-info/top_level.txt,sha256=N0zhVlxG0hEXnfadzaPv0wPRAikaGUW7bvn1WBVrZXg,21
|
|
20
|
+
mypy_boto3_sagemaker-1.38.7.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.7.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
{mypy_boto3_sagemaker-1.38.5.dist-info → mypy_boto3_sagemaker-1.38.7.dist-info}/top_level.txt
RENAMED
|
File without changes
|