mypy-boto3-sagemaker 1.40.2__py3-none-any.whl → 1.40.3__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/__init__.py +4 -0
- mypy_boto3_sagemaker/__init__.pyi +4 -0
- mypy_boto3_sagemaker/__main__.py +3 -3
- mypy_boto3_sagemaker/client.py +50 -0
- mypy_boto3_sagemaker/client.pyi +50 -0
- mypy_boto3_sagemaker/literals.py +20 -1
- mypy_boto3_sagemaker/literals.pyi +20 -1
- mypy_boto3_sagemaker/paginator.py +26 -0
- mypy_boto3_sagemaker/paginator.pyi +23 -0
- mypy_boto3_sagemaker/type_defs.py +192 -0
- mypy_boto3_sagemaker/type_defs.pyi +172 -0
- mypy_boto3_sagemaker/version.py +1 -1
- {mypy_boto3_sagemaker-1.40.2.dist-info → mypy_boto3_sagemaker-1.40.3.dist-info}/METADATA +8 -4
- mypy_boto3_sagemaker-1.40.3.dist-info/RECORD +20 -0
- mypy_boto3_sagemaker-1.40.2.dist-info/RECORD +0 -20
- {mypy_boto3_sagemaker-1.40.2.dist-info → mypy_boto3_sagemaker-1.40.3.dist-info}/WHEEL +0 -0
- {mypy_boto3_sagemaker-1.40.2.dist-info → mypy_boto3_sagemaker-1.40.3.dist-info}/licenses/LICENSE +0 -0
- {mypy_boto3_sagemaker-1.40.2.dist-info → mypy_boto3_sagemaker-1.40.3.dist-info}/top_level.txt +0 -0
|
@@ -55,18 +55,21 @@ from .literals import (
|
|
|
55
55
|
AutoMLSortOrderType,
|
|
56
56
|
AutoMountHomeEFSType,
|
|
57
57
|
AwsManagedHumanLoopRequestSourceType,
|
|
58
|
+
BatchAddClusterNodesErrorCodeType,
|
|
58
59
|
BatchDeleteClusterNodesErrorCodeType,
|
|
59
60
|
BatchStrategyType,
|
|
60
61
|
BooleanOperatorType,
|
|
61
62
|
CandidateSortByType,
|
|
62
63
|
CandidateStatusType,
|
|
63
64
|
CandidateStepTypeType,
|
|
65
|
+
CapacityReservationTypeType,
|
|
64
66
|
CapacitySizeTypeType,
|
|
65
67
|
CaptureModeType,
|
|
66
68
|
CaptureStatusType,
|
|
67
69
|
ClarifyFeatureTypeType,
|
|
68
70
|
ClarifyTextGranularityType,
|
|
69
71
|
ClarifyTextLanguageType,
|
|
72
|
+
ClusterEventResourceTypeType,
|
|
70
73
|
ClusterInstanceStatusType,
|
|
71
74
|
ClusterInstanceTypeType,
|
|
72
75
|
ClusterNodeRecoveryType,
|
|
@@ -331,8 +334,10 @@ __all__ = (
|
|
|
331
334
|
"ActionSummaryTypeDef",
|
|
332
335
|
"AddAssociationRequestTypeDef",
|
|
333
336
|
"AddAssociationResponseTypeDef",
|
|
337
|
+
"AddClusterNodeSpecificationTypeDef",
|
|
334
338
|
"AddTagsInputTypeDef",
|
|
335
339
|
"AddTagsOutputTypeDef",
|
|
340
|
+
"AdditionalEnisTypeDef",
|
|
336
341
|
"AdditionalInferenceSpecificationDefinitionOutputTypeDef",
|
|
337
342
|
"AdditionalInferenceSpecificationDefinitionTypeDef",
|
|
338
343
|
"AdditionalInferenceSpecificationDefinitionUnionTypeDef",
|
|
@@ -415,7 +420,11 @@ __all__ = (
|
|
|
415
420
|
"AutoRollbackConfigOutputTypeDef",
|
|
416
421
|
"AutoRollbackConfigTypeDef",
|
|
417
422
|
"AutotuneTypeDef",
|
|
423
|
+
"BatchAddClusterNodesErrorTypeDef",
|
|
424
|
+
"BatchAddClusterNodesRequestTypeDef",
|
|
425
|
+
"BatchAddClusterNodesResponseTypeDef",
|
|
418
426
|
"BatchDataCaptureConfigTypeDef",
|
|
427
|
+
"BatchDeleteClusterNodeLogicalIdsErrorTypeDef",
|
|
419
428
|
"BatchDeleteClusterNodesErrorTypeDef",
|
|
420
429
|
"BatchDeleteClusterNodesRequestTypeDef",
|
|
421
430
|
"BatchDeleteClusterNodesResponseTypeDef",
|
|
@@ -436,6 +445,7 @@ __all__ = (
|
|
|
436
445
|
"CandidatePropertiesTypeDef",
|
|
437
446
|
"CanvasAppSettingsOutputTypeDef",
|
|
438
447
|
"CanvasAppSettingsTypeDef",
|
|
448
|
+
"CapacityReservationTypeDef",
|
|
439
449
|
"CapacitySizeConfigTypeDef",
|
|
440
450
|
"CapacitySizeTypeDef",
|
|
441
451
|
"CaptureContentTypeHeaderOutputTypeDef",
|
|
@@ -470,12 +480,15 @@ __all__ = (
|
|
|
470
480
|
"ClarifyShapConfigTypeDef",
|
|
471
481
|
"ClarifyTextConfigTypeDef",
|
|
472
482
|
"ClusterEbsVolumeConfigTypeDef",
|
|
483
|
+
"ClusterEventDetailTypeDef",
|
|
484
|
+
"ClusterEventSummaryTypeDef",
|
|
473
485
|
"ClusterInstanceGroupDetailsTypeDef",
|
|
474
486
|
"ClusterInstanceGroupSpecificationTypeDef",
|
|
475
487
|
"ClusterInstancePlacementTypeDef",
|
|
476
488
|
"ClusterInstanceStatusDetailsTypeDef",
|
|
477
489
|
"ClusterInstanceStorageConfigTypeDef",
|
|
478
490
|
"ClusterLifeCycleConfigTypeDef",
|
|
491
|
+
"ClusterMetadataTypeDef",
|
|
479
492
|
"ClusterNodeDetailsTypeDef",
|
|
480
493
|
"ClusterNodeSummaryTypeDef",
|
|
481
494
|
"ClusterOrchestratorEksConfigTypeDef",
|
|
@@ -773,6 +786,8 @@ __all__ = (
|
|
|
773
786
|
"DescribeAutoMLJobResponseTypeDef",
|
|
774
787
|
"DescribeAutoMLJobV2RequestTypeDef",
|
|
775
788
|
"DescribeAutoMLJobV2ResponseTypeDef",
|
|
789
|
+
"DescribeClusterEventRequestTypeDef",
|
|
790
|
+
"DescribeClusterEventResponseTypeDef",
|
|
776
791
|
"DescribeClusterNodeRequestTypeDef",
|
|
777
792
|
"DescribeClusterNodeResponseTypeDef",
|
|
778
793
|
"DescribeClusterRequestTypeDef",
|
|
@@ -973,6 +988,8 @@ __all__ = (
|
|
|
973
988
|
"EnvironmentParameterRangesTypeDef",
|
|
974
989
|
"EnvironmentParameterTypeDef",
|
|
975
990
|
"ErrorInfoTypeDef",
|
|
991
|
+
"EventDetailsTypeDef",
|
|
992
|
+
"EventMetadataTypeDef",
|
|
976
993
|
"ExperimentConfigTypeDef",
|
|
977
994
|
"ExperimentSourceTypeDef",
|
|
978
995
|
"ExperimentSummaryTypeDef",
|
|
@@ -1098,8 +1115,11 @@ __all__ = (
|
|
|
1098
1115
|
"InferenceSpecificationUnionTypeDef",
|
|
1099
1116
|
"InfraCheckConfigTypeDef",
|
|
1100
1117
|
"InputConfigTypeDef",
|
|
1118
|
+
"InstanceGroupMetadataTypeDef",
|
|
1119
|
+
"InstanceGroupScalingMetadataTypeDef",
|
|
1101
1120
|
"InstanceGroupTypeDef",
|
|
1102
1121
|
"InstanceMetadataServiceConfigurationTypeDef",
|
|
1122
|
+
"InstanceMetadataTypeDef",
|
|
1103
1123
|
"IntegerParameterRangeSpecificationTypeDef",
|
|
1104
1124
|
"IntegerParameterRangeTypeDef",
|
|
1105
1125
|
"JupyterLabAppImageConfigOutputTypeDef",
|
|
@@ -1166,6 +1186,9 @@ __all__ = (
|
|
|
1166
1186
|
"ListCandidatesForAutoMLJobRequestPaginateTypeDef",
|
|
1167
1187
|
"ListCandidatesForAutoMLJobRequestTypeDef",
|
|
1168
1188
|
"ListCandidatesForAutoMLJobResponseTypeDef",
|
|
1189
|
+
"ListClusterEventsRequestPaginateTypeDef",
|
|
1190
|
+
"ListClusterEventsRequestTypeDef",
|
|
1191
|
+
"ListClusterEventsResponseTypeDef",
|
|
1169
1192
|
"ListClusterNodesRequestPaginateTypeDef",
|
|
1170
1193
|
"ListClusterNodesRequestTypeDef",
|
|
1171
1194
|
"ListClusterNodesResponseTypeDef",
|
|
@@ -1515,6 +1538,7 @@ __all__ = (
|
|
|
1515
1538
|
"NetworkConfigOutputTypeDef",
|
|
1516
1539
|
"NetworkConfigTypeDef",
|
|
1517
1540
|
"NetworkConfigUnionTypeDef",
|
|
1541
|
+
"NodeAdditionResultTypeDef",
|
|
1518
1542
|
"NotebookInstanceLifecycleConfigSummaryTypeDef",
|
|
1519
1543
|
"NotebookInstanceLifecycleHookTypeDef",
|
|
1520
1544
|
"NotebookInstanceSummaryTypeDef",
|
|
@@ -1980,11 +2004,20 @@ class ResponseMetadataTypeDef(TypedDict):
|
|
|
1980
2004
|
HostId: NotRequired[str]
|
|
1981
2005
|
|
|
1982
2006
|
|
|
2007
|
+
class AddClusterNodeSpecificationTypeDef(TypedDict):
|
|
2008
|
+
InstanceGroupName: str
|
|
2009
|
+
IncrementTargetCountBy: int
|
|
2010
|
+
|
|
2011
|
+
|
|
1983
2012
|
class TagTypeDef(TypedDict):
|
|
1984
2013
|
Key: str
|
|
1985
2014
|
Value: str
|
|
1986
2015
|
|
|
1987
2016
|
|
|
2017
|
+
class AdditionalEnisTypeDef(TypedDict):
|
|
2018
|
+
EfaEnis: NotRequired[List[str]]
|
|
2019
|
+
|
|
2020
|
+
|
|
1988
2021
|
class AdditionalS3DataSourceTypeDef(TypedDict):
|
|
1989
2022
|
S3DataType: AdditionalS3DataSourceDataTypeType
|
|
1990
2023
|
S3Uri: str
|
|
@@ -2207,12 +2240,31 @@ class AutotuneTypeDef(TypedDict):
|
|
|
2207
2240
|
Mode: Literal["Enabled"]
|
|
2208
2241
|
|
|
2209
2242
|
|
|
2243
|
+
class BatchAddClusterNodesErrorTypeDef(TypedDict):
|
|
2244
|
+
InstanceGroupName: str
|
|
2245
|
+
ErrorCode: BatchAddClusterNodesErrorCodeType
|
|
2246
|
+
FailedCount: int
|
|
2247
|
+
Message: NotRequired[str]
|
|
2248
|
+
|
|
2249
|
+
|
|
2250
|
+
class NodeAdditionResultTypeDef(TypedDict):
|
|
2251
|
+
NodeLogicalId: str
|
|
2252
|
+
InstanceGroupName: str
|
|
2253
|
+
Status: ClusterInstanceStatusType
|
|
2254
|
+
|
|
2255
|
+
|
|
2210
2256
|
class BatchDataCaptureConfigTypeDef(TypedDict):
|
|
2211
2257
|
DestinationS3Uri: str
|
|
2212
2258
|
KmsKeyId: NotRequired[str]
|
|
2213
2259
|
GenerateInferenceId: NotRequired[bool]
|
|
2214
2260
|
|
|
2215
2261
|
|
|
2262
|
+
class BatchDeleteClusterNodeLogicalIdsErrorTypeDef(TypedDict):
|
|
2263
|
+
Code: BatchDeleteClusterNodesErrorCodeType
|
|
2264
|
+
Message: str
|
|
2265
|
+
NodeLogicalId: str
|
|
2266
|
+
|
|
2267
|
+
|
|
2216
2268
|
class BatchDeleteClusterNodesErrorTypeDef(TypedDict):
|
|
2217
2269
|
Code: BatchDeleteClusterNodesErrorCodeType
|
|
2218
2270
|
Message: str
|
|
@@ -2222,6 +2274,7 @@ class BatchDeleteClusterNodesErrorTypeDef(TypedDict):
|
|
|
2222
2274
|
class BatchDeleteClusterNodesRequestTypeDef(TypedDict):
|
|
2223
2275
|
ClusterName: str
|
|
2224
2276
|
NodeIds: NotRequired[Sequence[str]]
|
|
2277
|
+
NodeLogicalIds: NotRequired[Sequence[str]]
|
|
2225
2278
|
|
|
2226
2279
|
|
|
2227
2280
|
class BatchDescribeModelPackageErrorTypeDef(TypedDict):
|
|
@@ -2307,6 +2360,13 @@ class WorkspaceSettingsTypeDef(TypedDict):
|
|
|
2307
2360
|
S3KmsKeyId: NotRequired[str]
|
|
2308
2361
|
|
|
2309
2362
|
|
|
2363
|
+
CapacityReservationTypeDef = TypedDict(
|
|
2364
|
+
"CapacityReservationTypeDef",
|
|
2365
|
+
{
|
|
2366
|
+
"Arn": NotRequired[str],
|
|
2367
|
+
"Type": NotRequired[CapacityReservationTypeType],
|
|
2368
|
+
},
|
|
2369
|
+
)
|
|
2310
2370
|
CapacitySizeConfigTypeDef = TypedDict(
|
|
2311
2371
|
"CapacitySizeConfigTypeDef",
|
|
2312
2372
|
{
|
|
@@ -2467,6 +2527,17 @@ class ClusterEbsVolumeConfigTypeDef(TypedDict):
|
|
|
2467
2527
|
VolumeSizeInGB: NotRequired[int]
|
|
2468
2528
|
|
|
2469
2529
|
|
|
2530
|
+
class ClusterEventSummaryTypeDef(TypedDict):
|
|
2531
|
+
EventId: str
|
|
2532
|
+
ClusterArn: str
|
|
2533
|
+
ClusterName: str
|
|
2534
|
+
ResourceType: ClusterEventResourceTypeType
|
|
2535
|
+
EventTime: datetime
|
|
2536
|
+
InstanceGroupName: NotRequired[str]
|
|
2537
|
+
InstanceId: NotRequired[str]
|
|
2538
|
+
Description: NotRequired[str]
|
|
2539
|
+
|
|
2540
|
+
|
|
2470
2541
|
class ClusterLifeCycleConfigTypeDef(TypedDict):
|
|
2471
2542
|
SourceS3Uri: str
|
|
2472
2543
|
OnCreate: str
|
|
@@ -2482,6 +2553,12 @@ class ClusterInstanceStatusDetailsTypeDef(TypedDict):
|
|
|
2482
2553
|
Message: NotRequired[str]
|
|
2483
2554
|
|
|
2484
2555
|
|
|
2556
|
+
class ClusterMetadataTypeDef(TypedDict):
|
|
2557
|
+
FailureMessage: NotRequired[str]
|
|
2558
|
+
EksRoleAccessEntries: NotRequired[List[str]]
|
|
2559
|
+
SlrAccessEntry: NotRequired[str]
|
|
2560
|
+
|
|
2561
|
+
|
|
2485
2562
|
class ClusterOrchestratorEksConfigTypeDef(TypedDict):
|
|
2486
2563
|
ClusterArn: str
|
|
2487
2564
|
|
|
@@ -3378,9 +3455,15 @@ class DescribeAutoMLJobV2RequestTypeDef(TypedDict):
|
|
|
3378
3455
|
AutoMLJobName: str
|
|
3379
3456
|
|
|
3380
3457
|
|
|
3458
|
+
class DescribeClusterEventRequestTypeDef(TypedDict):
|
|
3459
|
+
EventId: str
|
|
3460
|
+
ClusterName: str
|
|
3461
|
+
|
|
3462
|
+
|
|
3381
3463
|
class DescribeClusterNodeRequestTypeDef(TypedDict):
|
|
3382
3464
|
ClusterName: str
|
|
3383
3465
|
NodeId: NotRequired[str]
|
|
3466
|
+
NodeLogicalId: NotRequired[str]
|
|
3384
3467
|
|
|
3385
3468
|
|
|
3386
3469
|
class DescribeClusterRequestTypeDef(TypedDict):
|
|
@@ -4125,6 +4208,12 @@ class EnvironmentParameterTypeDef(TypedDict):
|
|
|
4125
4208
|
Value: str
|
|
4126
4209
|
|
|
4127
4210
|
|
|
4211
|
+
class InstanceGroupScalingMetadataTypeDef(TypedDict):
|
|
4212
|
+
InstanceCount: NotRequired[int]
|
|
4213
|
+
TargetCount: NotRequired[int]
|
|
4214
|
+
FailureMessage: NotRequired[str]
|
|
4215
|
+
|
|
4216
|
+
|
|
4128
4217
|
class FailStepMetadataTypeDef(TypedDict):
|
|
4129
4218
|
ErrorMessage: NotRequired[str]
|
|
4130
4219
|
|
|
@@ -6278,6 +6367,12 @@ class UpdateUserProfileResponseTypeDef(TypedDict):
|
|
|
6278
6367
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
6279
6368
|
|
|
6280
6369
|
|
|
6370
|
+
class BatchAddClusterNodesRequestTypeDef(TypedDict):
|
|
6371
|
+
ClusterName: str
|
|
6372
|
+
NodesToAdd: Sequence[AddClusterNodeSpecificationTypeDef]
|
|
6373
|
+
ClientToken: NotRequired[str]
|
|
6374
|
+
|
|
6375
|
+
|
|
6281
6376
|
class AddTagsInputTypeDef(TypedDict):
|
|
6282
6377
|
ResourceArn: str
|
|
6283
6378
|
Tags: Sequence[TagTypeDef]
|
|
@@ -6598,9 +6693,17 @@ class NetworkConfigTypeDef(TypedDict):
|
|
|
6598
6693
|
VpcConfigUnionTypeDef = Union[VpcConfigTypeDef, VpcConfigOutputTypeDef]
|
|
6599
6694
|
|
|
6600
6695
|
|
|
6696
|
+
class BatchAddClusterNodesResponseTypeDef(TypedDict):
|
|
6697
|
+
Successful: List[NodeAdditionResultTypeDef]
|
|
6698
|
+
Failed: List[BatchAddClusterNodesErrorTypeDef]
|
|
6699
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
6700
|
+
|
|
6701
|
+
|
|
6601
6702
|
class BatchDeleteClusterNodesResponseTypeDef(TypedDict):
|
|
6602
6703
|
Failed: List[BatchDeleteClusterNodesErrorTypeDef]
|
|
6603
6704
|
Successful: List[str]
|
|
6705
|
+
FailedNodeLogicalIds: List[BatchDeleteClusterNodeLogicalIdsErrorTypeDef]
|
|
6706
|
+
SuccessfulNodeLogicalIds: List[str]
|
|
6604
6707
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
6605
6708
|
|
|
6606
6709
|
|
|
@@ -6678,6 +6781,24 @@ class CanvasAppSettingsTypeDef(TypedDict):
|
|
|
6678
6781
|
EmrServerlessSettings: NotRequired[EmrServerlessSettingsTypeDef]
|
|
6679
6782
|
|
|
6680
6783
|
|
|
6784
|
+
class InstanceGroupMetadataTypeDef(TypedDict):
|
|
6785
|
+
FailureMessage: NotRequired[str]
|
|
6786
|
+
AvailabilityZoneId: NotRequired[str]
|
|
6787
|
+
CapacityReservation: NotRequired[CapacityReservationTypeDef]
|
|
6788
|
+
SubnetId: NotRequired[str]
|
|
6789
|
+
SecurityGroupIds: NotRequired[List[str]]
|
|
6790
|
+
AmiOverride: NotRequired[str]
|
|
6791
|
+
|
|
6792
|
+
|
|
6793
|
+
class InstanceMetadataTypeDef(TypedDict):
|
|
6794
|
+
CustomerEni: NotRequired[str]
|
|
6795
|
+
AdditionalEnis: NotRequired[AdditionalEnisTypeDef]
|
|
6796
|
+
CapacityReservation: NotRequired[CapacityReservationTypeDef]
|
|
6797
|
+
FailureMessage: NotRequired[str]
|
|
6798
|
+
LcsExecutionState: NotRequired[str]
|
|
6799
|
+
NodeLogicalId: NotRequired[str]
|
|
6800
|
+
|
|
6801
|
+
|
|
6681
6802
|
class RollingDeploymentPolicyTypeDef(TypedDict):
|
|
6682
6803
|
MaximumBatchSize: CapacitySizeConfigTypeDef
|
|
6683
6804
|
RollbackMaximumBatchSize: NotRequired[CapacitySizeConfigTypeDef]
|
|
@@ -6777,12 +6898,19 @@ class ClusterInstanceStorageConfigTypeDef(TypedDict):
|
|
|
6777
6898
|
EbsVolumeConfig: NotRequired[ClusterEbsVolumeConfigTypeDef]
|
|
6778
6899
|
|
|
6779
6900
|
|
|
6901
|
+
class ListClusterEventsResponseTypeDef(TypedDict):
|
|
6902
|
+
Events: List[ClusterEventSummaryTypeDef]
|
|
6903
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
6904
|
+
NextToken: NotRequired[str]
|
|
6905
|
+
|
|
6906
|
+
|
|
6780
6907
|
class ClusterNodeSummaryTypeDef(TypedDict):
|
|
6781
6908
|
InstanceGroupName: str
|
|
6782
6909
|
InstanceId: str
|
|
6783
6910
|
InstanceType: ClusterInstanceTypeType
|
|
6784
6911
|
LaunchTime: datetime
|
|
6785
6912
|
InstanceStatus: ClusterInstanceStatusDetailsTypeDef
|
|
6913
|
+
NodeLogicalId: NotRequired[str]
|
|
6786
6914
|
LastSoftwareUpdateTime: NotRequired[datetime]
|
|
6787
6915
|
|
|
6788
6916
|
|
|
@@ -7450,6 +7578,31 @@ class ListAutoMLJobsRequestTypeDef(TypedDict):
|
|
|
7450
7578
|
NextToken: NotRequired[str]
|
|
7451
7579
|
|
|
7452
7580
|
|
|
7581
|
+
class ListClusterEventsRequestPaginateTypeDef(TypedDict):
|
|
7582
|
+
ClusterName: str
|
|
7583
|
+
InstanceGroupName: NotRequired[str]
|
|
7584
|
+
NodeId: NotRequired[str]
|
|
7585
|
+
EventTimeAfter: NotRequired[TimestampTypeDef]
|
|
7586
|
+
EventTimeBefore: NotRequired[TimestampTypeDef]
|
|
7587
|
+
SortBy: NotRequired[Literal["EventTime"]]
|
|
7588
|
+
SortOrder: NotRequired[SortOrderType]
|
|
7589
|
+
ResourceType: NotRequired[ClusterEventResourceTypeType]
|
|
7590
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7591
|
+
|
|
7592
|
+
|
|
7593
|
+
class ListClusterEventsRequestTypeDef(TypedDict):
|
|
7594
|
+
ClusterName: str
|
|
7595
|
+
InstanceGroupName: NotRequired[str]
|
|
7596
|
+
NodeId: NotRequired[str]
|
|
7597
|
+
EventTimeAfter: NotRequired[TimestampTypeDef]
|
|
7598
|
+
EventTimeBefore: NotRequired[TimestampTypeDef]
|
|
7599
|
+
SortBy: NotRequired[Literal["EventTime"]]
|
|
7600
|
+
SortOrder: NotRequired[SortOrderType]
|
|
7601
|
+
ResourceType: NotRequired[ClusterEventResourceTypeType]
|
|
7602
|
+
MaxResults: NotRequired[int]
|
|
7603
|
+
NextToken: NotRequired[str]
|
|
7604
|
+
|
|
7605
|
+
|
|
7453
7606
|
class ListClusterNodesRequestPaginateTypeDef(TypedDict):
|
|
7454
7607
|
ClusterName: str
|
|
7455
7608
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -7457,6 +7610,7 @@ class ListClusterNodesRequestPaginateTypeDef(TypedDict):
|
|
|
7457
7610
|
InstanceGroupNameContains: NotRequired[str]
|
|
7458
7611
|
SortBy: NotRequired[ClusterSortByType]
|
|
7459
7612
|
SortOrder: NotRequired[SortOrderType]
|
|
7613
|
+
IncludeNodeLogicalIds: NotRequired[bool]
|
|
7460
7614
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7461
7615
|
|
|
7462
7616
|
|
|
@@ -7469,6 +7623,7 @@ class ListClusterNodesRequestTypeDef(TypedDict):
|
|
|
7469
7623
|
NextToken: NotRequired[str]
|
|
7470
7624
|
SortBy: NotRequired[ClusterSortByType]
|
|
7471
7625
|
SortOrder: NotRequired[SortOrderType]
|
|
7626
|
+
IncludeNodeLogicalIds: NotRequired[bool]
|
|
7472
7627
|
|
|
7473
7628
|
|
|
7474
7629
|
class ListClusterSchedulerConfigsRequestPaginateTypeDef(TypedDict):
|
|
@@ -10404,6 +10559,13 @@ class AutoMLCandidateTypeDef(TypedDict):
|
|
|
10404
10559
|
]
|
|
10405
10560
|
|
|
10406
10561
|
|
|
10562
|
+
class EventMetadataTypeDef(TypedDict):
|
|
10563
|
+
Cluster: NotRequired[ClusterMetadataTypeDef]
|
|
10564
|
+
InstanceGroup: NotRequired[InstanceGroupMetadataTypeDef]
|
|
10565
|
+
InstanceGroupScaling: NotRequired[InstanceGroupScalingMetadataTypeDef]
|
|
10566
|
+
Instance: NotRequired[InstanceMetadataTypeDef]
|
|
10567
|
+
|
|
10568
|
+
|
|
10407
10569
|
class DeploymentConfigurationOutputTypeDef(TypedDict):
|
|
10408
10570
|
RollingUpdatePolicy: NotRequired[RollingDeploymentPolicyTypeDef]
|
|
10409
10571
|
WaitIntervalInSeconds: NotRequired[int]
|
|
@@ -10476,6 +10638,7 @@ class ClarifyExplainerConfigTypeDef(TypedDict):
|
|
|
10476
10638
|
class ClusterNodeDetailsTypeDef(TypedDict):
|
|
10477
10639
|
InstanceGroupName: NotRequired[str]
|
|
10478
10640
|
InstanceId: NotRequired[str]
|
|
10641
|
+
NodeLogicalId: NotRequired[str]
|
|
10479
10642
|
InstanceStatus: NotRequired[ClusterInstanceStatusDetailsTypeDef]
|
|
10480
10643
|
InstanceType: NotRequired[ClusterInstanceTypeType]
|
|
10481
10644
|
LaunchTime: NotRequired[datetime]
|
|
@@ -10488,6 +10651,8 @@ class ClusterNodeDetailsTypeDef(TypedDict):
|
|
|
10488
10651
|
PrivatePrimaryIpv6: NotRequired[str]
|
|
10489
10652
|
PrivateDnsHostname: NotRequired[str]
|
|
10490
10653
|
Placement: NotRequired[ClusterInstancePlacementTypeDef]
|
|
10654
|
+
CurrentImageId: NotRequired[str]
|
|
10655
|
+
DesiredImageId: NotRequired[str]
|
|
10491
10656
|
|
|
10492
10657
|
|
|
10493
10658
|
class ListClusterNodesResponseTypeDef(TypedDict):
|
|
@@ -11740,6 +11905,10 @@ class ListCandidatesForAutoMLJobResponseTypeDef(TypedDict):
|
|
|
11740
11905
|
NextToken: NotRequired[str]
|
|
11741
11906
|
|
|
11742
11907
|
|
|
11908
|
+
class EventDetailsTypeDef(TypedDict):
|
|
11909
|
+
EventMetadata: NotRequired[EventMetadataTypeDef]
|
|
11910
|
+
|
|
11911
|
+
|
|
11743
11912
|
class ScheduledUpdateConfigOutputTypeDef(TypedDict):
|
|
11744
11913
|
ScheduleExpression: str
|
|
11745
11914
|
DeploymentConfig: NotRequired[DeploymentConfigurationOutputTypeDef]
|
|
@@ -12712,6 +12881,18 @@ class ListPipelineExecutionStepsResponseTypeDef(TypedDict):
|
|
|
12712
12881
|
NextToken: NotRequired[str]
|
|
12713
12882
|
|
|
12714
12883
|
|
|
12884
|
+
class ClusterEventDetailTypeDef(TypedDict):
|
|
12885
|
+
EventId: str
|
|
12886
|
+
ClusterArn: str
|
|
12887
|
+
ClusterName: str
|
|
12888
|
+
ResourceType: ClusterEventResourceTypeType
|
|
12889
|
+
EventTime: datetime
|
|
12890
|
+
InstanceGroupName: NotRequired[str]
|
|
12891
|
+
InstanceId: NotRequired[str]
|
|
12892
|
+
EventDetails: NotRequired[EventDetailsTypeDef]
|
|
12893
|
+
Description: NotRequired[str]
|
|
12894
|
+
|
|
12895
|
+
|
|
12715
12896
|
class ClusterInstanceGroupDetailsTypeDef(TypedDict):
|
|
12716
12897
|
CurrentCount: NotRequired[int]
|
|
12717
12898
|
TargetCount: NotRequired[int]
|
|
@@ -12727,6 +12908,8 @@ class ClusterInstanceGroupDetailsTypeDef(TypedDict):
|
|
|
12727
12908
|
TrainingPlanStatus: NotRequired[str]
|
|
12728
12909
|
OverrideVpcConfig: NotRequired[VpcConfigOutputTypeDef]
|
|
12729
12910
|
ScheduledUpdateConfig: NotRequired[ScheduledUpdateConfigOutputTypeDef]
|
|
12911
|
+
CurrentImageId: NotRequired[str]
|
|
12912
|
+
DesiredImageId: NotRequired[str]
|
|
12730
12913
|
|
|
12731
12914
|
|
|
12732
12915
|
class ClusterRestrictedInstanceGroupDetailsTypeDef(TypedDict):
|
|
@@ -12755,6 +12938,7 @@ class UpdateClusterSoftwareRequestTypeDef(TypedDict):
|
|
|
12755
12938
|
ClusterName: str
|
|
12756
12939
|
InstanceGroups: NotRequired[Sequence[UpdateClusterSoftwareInstanceGroupSpecificationTypeDef]]
|
|
12757
12940
|
DeploymentConfig: NotRequired[DeploymentConfigurationUnionTypeDef]
|
|
12941
|
+
ImageId: NotRequired[str]
|
|
12758
12942
|
|
|
12759
12943
|
|
|
12760
12944
|
DeploymentConfigUnionTypeDef = Union[DeploymentConfigTypeDef, DeploymentConfigOutputTypeDef]
|
|
@@ -13322,6 +13506,11 @@ class CreateAutoMLJobV2RequestTypeDef(TypedDict):
|
|
|
13322
13506
|
AutoMLComputeConfig: NotRequired[AutoMLComputeConfigTypeDef]
|
|
13323
13507
|
|
|
13324
13508
|
|
|
13509
|
+
class DescribeClusterEventResponseTypeDef(TypedDict):
|
|
13510
|
+
EventDetails: ClusterEventDetailTypeDef
|
|
13511
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
13512
|
+
|
|
13513
|
+
|
|
13325
13514
|
class DescribeClusterResponseTypeDef(TypedDict):
|
|
13326
13515
|
ClusterArn: str
|
|
13327
13516
|
ClusterName: str
|
|
@@ -13333,6 +13522,7 @@ class DescribeClusterResponseTypeDef(TypedDict):
|
|
|
13333
13522
|
VpcConfig: VpcConfigOutputTypeDef
|
|
13334
13523
|
Orchestrator: ClusterOrchestratorTypeDef
|
|
13335
13524
|
NodeRecovery: ClusterNodeRecoveryType
|
|
13525
|
+
NodeProvisioningMode: Literal["Continuous"]
|
|
13336
13526
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
13337
13527
|
|
|
13338
13528
|
|
|
@@ -13612,6 +13802,7 @@ class ClusterInstanceGroupSpecificationTypeDef(TypedDict):
|
|
|
13612
13802
|
TrainingPlanArn: NotRequired[str]
|
|
13613
13803
|
OverrideVpcConfig: NotRequired[VpcConfigUnionTypeDef]
|
|
13614
13804
|
ScheduledUpdateConfig: NotRequired[ScheduledUpdateConfigUnionTypeDef]
|
|
13805
|
+
ImageId: NotRequired[str]
|
|
13615
13806
|
|
|
13616
13807
|
|
|
13617
13808
|
class ClusterRestrictedInstanceGroupSpecificationTypeDef(TypedDict):
|
|
@@ -13814,6 +14005,7 @@ class CreateClusterRequestTypeDef(TypedDict):
|
|
|
13814
14005
|
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
13815
14006
|
Orchestrator: NotRequired[ClusterOrchestratorTypeDef]
|
|
13816
14007
|
NodeRecovery: NotRequired[ClusterNodeRecoveryType]
|
|
14008
|
+
NodeProvisioningMode: NotRequired[Literal["Continuous"]]
|
|
13817
14009
|
|
|
13818
14010
|
|
|
13819
14011
|
class UpdateClusterRequestTypeDef(TypedDict):
|