mypy-boto3-sagemaker 1.35.61__py3-none-any.whl → 1.35.75__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 +18 -0
- mypy_boto3_sagemaker/__init__.pyi +18 -0
- mypy_boto3_sagemaker/__main__.py +7 -5
- mypy_boto3_sagemaker/client.py +978 -553
- mypy_boto3_sagemaker/client.pyi +978 -553
- mypy_boto3_sagemaker/literals.py +118 -0
- mypy_boto3_sagemaker/literals.pyi +118 -0
- mypy_boto3_sagemaker/paginator.py +233 -148
- mypy_boto3_sagemaker/paginator.pyi +225 -148
- mypy_boto3_sagemaker/type_defs.py +662 -31
- mypy_boto3_sagemaker/type_defs.pyi +591 -28
- mypy_boto3_sagemaker/version.py +3 -1
- mypy_boto3_sagemaker/waiter.py +28 -26
- mypy_boto3_sagemaker/waiter.pyi +28 -26
- {mypy_boto3_sagemaker-1.35.61.dist-info → mypy_boto3_sagemaker-1.35.75.dist-info}/METADATA +72 -18
- mypy_boto3_sagemaker-1.35.75.dist-info/RECORD +20 -0
- {mypy_boto3_sagemaker-1.35.61.dist-info → mypy_boto3_sagemaker-1.35.75.dist-info}/WHEEL +1 -1
- mypy_boto3_sagemaker-1.35.61.dist-info/RECORD +0 -20
- {mypy_boto3_sagemaker-1.35.61.dist-info → mypy_boto3_sagemaker-1.35.75.dist-info}/LICENSE +0 -0
- {mypy_boto3_sagemaker-1.35.61.dist-info → mypy_boto3_sagemaker-1.35.75.dist-info}/top_level.txt +0 -0
|
@@ -10,6 +10,8 @@ Usage::
|
|
|
10
10
|
|
|
11
11
|
data: ActionSourceTypeDef = ...
|
|
12
12
|
```
|
|
13
|
+
|
|
14
|
+
Copyright 2024 Vlad Emelianov
|
|
13
15
|
"""
|
|
14
16
|
|
|
15
17
|
import sys
|
|
@@ -18,6 +20,7 @@ from typing import Any, Dict, List, Mapping, Sequence, Union
|
|
|
18
20
|
|
|
19
21
|
from .literals import (
|
|
20
22
|
ActionStatusType,
|
|
23
|
+
ActivationStateType,
|
|
21
24
|
AdditionalS3DataSourceDataTypeType,
|
|
22
25
|
AggregationTransformationValueType,
|
|
23
26
|
AlgorithmSortByType,
|
|
@@ -96,6 +99,7 @@ from .literals import (
|
|
|
96
99
|
ExecutionRoleIdentityConfigType,
|
|
97
100
|
ExecutionStatusType,
|
|
98
101
|
FailureHandlingPolicyType,
|
|
102
|
+
FairShareType,
|
|
99
103
|
FeatureGroupSortByType,
|
|
100
104
|
FeatureGroupSortOrderType,
|
|
101
105
|
FeatureGroupStatusType,
|
|
@@ -132,6 +136,7 @@ from .literals import (
|
|
|
132
136
|
InferenceExperimentStatusType,
|
|
133
137
|
InferenceExperimentStopDesiredStateType,
|
|
134
138
|
InputModeType,
|
|
139
|
+
InstanceGroupStatusType,
|
|
135
140
|
InstanceTypeType,
|
|
136
141
|
IsTrackingServerActiveType,
|
|
137
142
|
JobTypeType,
|
|
@@ -192,8 +197,11 @@ from .literals import (
|
|
|
192
197
|
OrderKeyType,
|
|
193
198
|
OutputCompressionTypeType,
|
|
194
199
|
ParameterTypeType,
|
|
200
|
+
PartnerAppStatusType,
|
|
201
|
+
PartnerAppTypeType,
|
|
195
202
|
PipelineExecutionStatusType,
|
|
196
203
|
PipelineStatusType,
|
|
204
|
+
PreemptTeamTasksType,
|
|
197
205
|
ProblemTypeType,
|
|
198
206
|
ProcessingInstanceTypeType,
|
|
199
207
|
ProcessingJobStatusType,
|
|
@@ -217,7 +225,10 @@ from .literals import (
|
|
|
217
225
|
RedshiftResultCompressionTypeType,
|
|
218
226
|
RedshiftResultFormatType,
|
|
219
227
|
RepositoryAccessModeType,
|
|
228
|
+
ReservedCapacityInstanceTypeType,
|
|
229
|
+
ReservedCapacityStatusType,
|
|
220
230
|
ResourceCatalogSortOrderType,
|
|
231
|
+
ResourceSharingStrategyType,
|
|
221
232
|
ResourceTypeType,
|
|
222
233
|
RetentionTypeType,
|
|
223
234
|
RootAccessType,
|
|
@@ -228,7 +239,9 @@ from .literals import (
|
|
|
228
239
|
S3DataDistributionType,
|
|
229
240
|
S3DataTypeType,
|
|
230
241
|
S3ModelDataTypeType,
|
|
242
|
+
SageMakerResourceNameType,
|
|
231
243
|
SagemakerServicecatalogStatusType,
|
|
244
|
+
SchedulerResourceStatusType,
|
|
232
245
|
ScheduleStatusType,
|
|
233
246
|
SearchSortOrderType,
|
|
234
247
|
SecondaryStatusType,
|
|
@@ -237,6 +250,7 @@ from .literals import (
|
|
|
237
250
|
SortActionsByType,
|
|
238
251
|
SortAssociationsByType,
|
|
239
252
|
SortByType,
|
|
253
|
+
SortClusterSchedulerConfigByType,
|
|
240
254
|
SortContextsByType,
|
|
241
255
|
SortExperimentsByType,
|
|
242
256
|
SortInferenceExperimentsByType,
|
|
@@ -244,6 +258,7 @@ from .literals import (
|
|
|
244
258
|
SortOrderType,
|
|
245
259
|
SortPipelineExecutionsByType,
|
|
246
260
|
SortPipelinesByType,
|
|
261
|
+
SortQuotaByType,
|
|
247
262
|
SortTrackingServerByType,
|
|
248
263
|
SortTrialComponentsByType,
|
|
249
264
|
SortTrialsByType,
|
|
@@ -273,6 +288,9 @@ from .literals import (
|
|
|
273
288
|
TrainingJobEarlyStoppingTypeType,
|
|
274
289
|
TrainingJobSortByOptionsType,
|
|
275
290
|
TrainingJobStatusType,
|
|
291
|
+
TrainingPlanSortByType,
|
|
292
|
+
TrainingPlanSortOrderType,
|
|
293
|
+
TrainingPlanStatusType,
|
|
276
294
|
TrainingRepositoryAccessModeType,
|
|
277
295
|
TransformInstanceTypeType,
|
|
278
296
|
TransformJobStatusType,
|
|
@@ -442,6 +460,7 @@ __all__ = (
|
|
|
442
460
|
"ClusterNodeSummaryTypeDef",
|
|
443
461
|
"ClusterOrchestratorEksConfigTypeDef",
|
|
444
462
|
"ClusterOrchestratorTypeDef",
|
|
463
|
+
"ClusterSchedulerConfigSummaryTypeDef",
|
|
445
464
|
"ClusterSummaryTypeDef",
|
|
446
465
|
"CodeEditorAppImageConfigOutputTypeDef",
|
|
447
466
|
"CodeEditorAppImageConfigTypeDef",
|
|
@@ -457,6 +476,11 @@ __all__ = (
|
|
|
457
476
|
"CollectionConfigurationTypeDef",
|
|
458
477
|
"CollectionConfigurationUnionTypeDef",
|
|
459
478
|
"CompilationJobSummaryTypeDef",
|
|
479
|
+
"ComputeQuotaConfigOutputTypeDef",
|
|
480
|
+
"ComputeQuotaConfigTypeDef",
|
|
481
|
+
"ComputeQuotaResourceConfigTypeDef",
|
|
482
|
+
"ComputeQuotaSummaryTypeDef",
|
|
483
|
+
"ComputeQuotaTargetTypeDef",
|
|
460
484
|
"ConditionStepMetadataTypeDef",
|
|
461
485
|
"ContainerConfigOutputTypeDef",
|
|
462
486
|
"ContainerConfigTypeDef",
|
|
@@ -485,10 +509,14 @@ __all__ = (
|
|
|
485
509
|
"CreateAutoMLJobV2ResponseTypeDef",
|
|
486
510
|
"CreateClusterRequestRequestTypeDef",
|
|
487
511
|
"CreateClusterResponseTypeDef",
|
|
512
|
+
"CreateClusterSchedulerConfigRequestRequestTypeDef",
|
|
513
|
+
"CreateClusterSchedulerConfigResponseTypeDef",
|
|
488
514
|
"CreateCodeRepositoryInputRequestTypeDef",
|
|
489
515
|
"CreateCodeRepositoryOutputTypeDef",
|
|
490
516
|
"CreateCompilationJobRequestRequestTypeDef",
|
|
491
517
|
"CreateCompilationJobResponseTypeDef",
|
|
518
|
+
"CreateComputeQuotaRequestRequestTypeDef",
|
|
519
|
+
"CreateComputeQuotaResponseTypeDef",
|
|
492
520
|
"CreateContextRequestRequestTypeDef",
|
|
493
521
|
"CreateContextResponseTypeDef",
|
|
494
522
|
"CreateDataQualityJobDefinitionRequestRequestTypeDef",
|
|
@@ -556,6 +584,10 @@ __all__ = (
|
|
|
556
584
|
"CreateNotebookInstanceOutputTypeDef",
|
|
557
585
|
"CreateOptimizationJobRequestRequestTypeDef",
|
|
558
586
|
"CreateOptimizationJobResponseTypeDef",
|
|
587
|
+
"CreatePartnerAppPresignedUrlRequestRequestTypeDef",
|
|
588
|
+
"CreatePartnerAppPresignedUrlResponseTypeDef",
|
|
589
|
+
"CreatePartnerAppRequestRequestTypeDef",
|
|
590
|
+
"CreatePartnerAppResponseTypeDef",
|
|
559
591
|
"CreatePipelineRequestRequestTypeDef",
|
|
560
592
|
"CreatePipelineResponseTypeDef",
|
|
561
593
|
"CreatePresignedDomainUrlRequestRequestTypeDef",
|
|
@@ -574,6 +606,8 @@ __all__ = (
|
|
|
574
606
|
"CreateStudioLifecycleConfigResponseTypeDef",
|
|
575
607
|
"CreateTrainingJobRequestRequestTypeDef",
|
|
576
608
|
"CreateTrainingJobResponseTypeDef",
|
|
609
|
+
"CreateTrainingPlanRequestRequestTypeDef",
|
|
610
|
+
"CreateTrainingPlanResponseTypeDef",
|
|
577
611
|
"CreateTransformJobRequestRequestTypeDef",
|
|
578
612
|
"CreateTransformJobResponseTypeDef",
|
|
579
613
|
"CreateTrialComponentRequestRequestTypeDef",
|
|
@@ -626,8 +660,10 @@ __all__ = (
|
|
|
626
660
|
"DeleteAssociationResponseTypeDef",
|
|
627
661
|
"DeleteClusterRequestRequestTypeDef",
|
|
628
662
|
"DeleteClusterResponseTypeDef",
|
|
663
|
+
"DeleteClusterSchedulerConfigRequestRequestTypeDef",
|
|
629
664
|
"DeleteCodeRepositoryInputRequestTypeDef",
|
|
630
665
|
"DeleteCompilationJobRequestRequestTypeDef",
|
|
666
|
+
"DeleteComputeQuotaRequestRequestTypeDef",
|
|
631
667
|
"DeleteContextRequestRequestTypeDef",
|
|
632
668
|
"DeleteContextResponseTypeDef",
|
|
633
669
|
"DeleteDataQualityJobDefinitionRequestRequestTypeDef",
|
|
@@ -665,6 +701,8 @@ __all__ = (
|
|
|
665
701
|
"DeleteNotebookInstanceInputRequestTypeDef",
|
|
666
702
|
"DeleteNotebookInstanceLifecycleConfigInputRequestTypeDef",
|
|
667
703
|
"DeleteOptimizationJobRequestRequestTypeDef",
|
|
704
|
+
"DeletePartnerAppRequestRequestTypeDef",
|
|
705
|
+
"DeletePartnerAppResponseTypeDef",
|
|
668
706
|
"DeletePipelineRequestRequestTypeDef",
|
|
669
707
|
"DeletePipelineResponseTypeDef",
|
|
670
708
|
"DeleteProjectInputRequestTypeDef",
|
|
@@ -705,10 +743,14 @@ __all__ = (
|
|
|
705
743
|
"DescribeClusterNodeResponseTypeDef",
|
|
706
744
|
"DescribeClusterRequestRequestTypeDef",
|
|
707
745
|
"DescribeClusterResponseTypeDef",
|
|
746
|
+
"DescribeClusterSchedulerConfigRequestRequestTypeDef",
|
|
747
|
+
"DescribeClusterSchedulerConfigResponseTypeDef",
|
|
708
748
|
"DescribeCodeRepositoryInputRequestTypeDef",
|
|
709
749
|
"DescribeCodeRepositoryOutputTypeDef",
|
|
710
750
|
"DescribeCompilationJobRequestRequestTypeDef",
|
|
711
751
|
"DescribeCompilationJobResponseTypeDef",
|
|
752
|
+
"DescribeComputeQuotaRequestRequestTypeDef",
|
|
753
|
+
"DescribeComputeQuotaResponseTypeDef",
|
|
712
754
|
"DescribeContextRequestRequestTypeDef",
|
|
713
755
|
"DescribeContextResponseTypeDef",
|
|
714
756
|
"DescribeDataQualityJobDefinitionRequestRequestTypeDef",
|
|
@@ -793,6 +835,8 @@ __all__ = (
|
|
|
793
835
|
"DescribeNotebookInstanceOutputTypeDef",
|
|
794
836
|
"DescribeOptimizationJobRequestRequestTypeDef",
|
|
795
837
|
"DescribeOptimizationJobResponseTypeDef",
|
|
838
|
+
"DescribePartnerAppRequestRequestTypeDef",
|
|
839
|
+
"DescribePartnerAppResponseTypeDef",
|
|
796
840
|
"DescribePipelineDefinitionForExecutionRequestRequestTypeDef",
|
|
797
841
|
"DescribePipelineDefinitionForExecutionResponseTypeDef",
|
|
798
842
|
"DescribePipelineExecutionRequestRequestTypeDef",
|
|
@@ -813,6 +857,8 @@ __all__ = (
|
|
|
813
857
|
"DescribeTrainingJobRequestRequestTypeDef",
|
|
814
858
|
"DescribeTrainingJobRequestTrainingJobCompletedOrStoppedWaitTypeDef",
|
|
815
859
|
"DescribeTrainingJobResponseTypeDef",
|
|
860
|
+
"DescribeTrainingPlanRequestRequestTypeDef",
|
|
861
|
+
"DescribeTrainingPlanResponseTypeDef",
|
|
816
862
|
"DescribeTransformJobRequestRequestTypeDef",
|
|
817
863
|
"DescribeTransformJobRequestTransformJobCompletedOrStoppedWaitTypeDef",
|
|
818
864
|
"DescribeTransformJobResponseTypeDef",
|
|
@@ -889,6 +935,7 @@ __all__ = (
|
|
|
889
935
|
"EnvironmentParameterRangesTypeDef",
|
|
890
936
|
"EnvironmentParameterRangesUnionTypeDef",
|
|
891
937
|
"EnvironmentParameterTypeDef",
|
|
938
|
+
"ErrorInfoTypeDef",
|
|
892
939
|
"ExperimentConfigTypeDef",
|
|
893
940
|
"ExperimentSourceTypeDef",
|
|
894
941
|
"ExperimentSummaryTypeDef",
|
|
@@ -896,6 +943,8 @@ __all__ = (
|
|
|
896
943
|
"ExplainabilityTypeDef",
|
|
897
944
|
"ExplainerConfigOutputTypeDef",
|
|
898
945
|
"ExplainerConfigTypeDef",
|
|
946
|
+
"FSxLustreFileSystemConfigTypeDef",
|
|
947
|
+
"FSxLustreFileSystemTypeDef",
|
|
899
948
|
"FailStepMetadataTypeDef",
|
|
900
949
|
"FeatureDefinitionTypeDef",
|
|
901
950
|
"FeatureGroupSummaryTypeDef",
|
|
@@ -1071,6 +1120,9 @@ __all__ = (
|
|
|
1071
1120
|
"ListClusterNodesRequestListClusterNodesPaginateTypeDef",
|
|
1072
1121
|
"ListClusterNodesRequestRequestTypeDef",
|
|
1073
1122
|
"ListClusterNodesResponseTypeDef",
|
|
1123
|
+
"ListClusterSchedulerConfigsRequestListClusterSchedulerConfigsPaginateTypeDef",
|
|
1124
|
+
"ListClusterSchedulerConfigsRequestRequestTypeDef",
|
|
1125
|
+
"ListClusterSchedulerConfigsResponseTypeDef",
|
|
1074
1126
|
"ListClustersRequestListClustersPaginateTypeDef",
|
|
1075
1127
|
"ListClustersRequestRequestTypeDef",
|
|
1076
1128
|
"ListClustersResponseTypeDef",
|
|
@@ -1080,6 +1132,9 @@ __all__ = (
|
|
|
1080
1132
|
"ListCompilationJobsRequestListCompilationJobsPaginateTypeDef",
|
|
1081
1133
|
"ListCompilationJobsRequestRequestTypeDef",
|
|
1082
1134
|
"ListCompilationJobsResponseTypeDef",
|
|
1135
|
+
"ListComputeQuotasRequestListComputeQuotasPaginateTypeDef",
|
|
1136
|
+
"ListComputeQuotasRequestRequestTypeDef",
|
|
1137
|
+
"ListComputeQuotasResponseTypeDef",
|
|
1083
1138
|
"ListContextsRequestListContextsPaginateTypeDef",
|
|
1084
1139
|
"ListContextsRequestRequestTypeDef",
|
|
1085
1140
|
"ListContextsResponseTypeDef",
|
|
@@ -1209,6 +1264,9 @@ __all__ = (
|
|
|
1209
1264
|
"ListOptimizationJobsRequestListOptimizationJobsPaginateTypeDef",
|
|
1210
1265
|
"ListOptimizationJobsRequestRequestTypeDef",
|
|
1211
1266
|
"ListOptimizationJobsResponseTypeDef",
|
|
1267
|
+
"ListPartnerAppsRequestListPartnerAppsPaginateTypeDef",
|
|
1268
|
+
"ListPartnerAppsRequestRequestTypeDef",
|
|
1269
|
+
"ListPartnerAppsResponseTypeDef",
|
|
1212
1270
|
"ListPipelineExecutionStepsRequestListPipelineExecutionStepsPaginateTypeDef",
|
|
1213
1271
|
"ListPipelineExecutionStepsRequestRequestTypeDef",
|
|
1214
1272
|
"ListPipelineExecutionStepsResponseTypeDef",
|
|
@@ -1250,6 +1308,9 @@ __all__ = (
|
|
|
1250
1308
|
"ListTrainingJobsRequestListTrainingJobsPaginateTypeDef",
|
|
1251
1309
|
"ListTrainingJobsRequestRequestTypeDef",
|
|
1252
1310
|
"ListTrainingJobsResponseTypeDef",
|
|
1311
|
+
"ListTrainingPlansRequestListTrainingPlansPaginateTypeDef",
|
|
1312
|
+
"ListTrainingPlansRequestRequestTypeDef",
|
|
1313
|
+
"ListTrainingPlansResponseTypeDef",
|
|
1253
1314
|
"ListTransformJobsRequestListTransformJobsPaginateTypeDef",
|
|
1254
1315
|
"ListTransformJobsRequestRequestTypeDef",
|
|
1255
1316
|
"ListTransformJobsResponseTypeDef",
|
|
@@ -1345,6 +1406,9 @@ __all__ = (
|
|
|
1345
1406
|
"ModelQuantizationConfigTypeDef",
|
|
1346
1407
|
"ModelQuantizationConfigUnionTypeDef",
|
|
1347
1408
|
"ModelRegisterSettingsTypeDef",
|
|
1409
|
+
"ModelShardingConfigOutputTypeDef",
|
|
1410
|
+
"ModelShardingConfigTypeDef",
|
|
1411
|
+
"ModelShardingConfigUnionTypeDef",
|
|
1348
1412
|
"ModelStepMetadataTypeDef",
|
|
1349
1413
|
"ModelSummaryTypeDef",
|
|
1350
1414
|
"ModelTypeDef",
|
|
@@ -1436,6 +1500,10 @@ __all__ = (
|
|
|
1436
1500
|
"ParameterTypeDef",
|
|
1437
1501
|
"ParentHyperParameterTuningJobTypeDef",
|
|
1438
1502
|
"ParentTypeDef",
|
|
1503
|
+
"PartnerAppConfigOutputTypeDef",
|
|
1504
|
+
"PartnerAppConfigTypeDef",
|
|
1505
|
+
"PartnerAppMaintenanceConfigTypeDef",
|
|
1506
|
+
"PartnerAppSummaryTypeDef",
|
|
1439
1507
|
"PendingDeploymentSummaryTypeDef",
|
|
1440
1508
|
"PendingProductionVariantSummaryTypeDef",
|
|
1441
1509
|
"PhaseTypeDef",
|
|
@@ -1448,6 +1516,7 @@ __all__ = (
|
|
|
1448
1516
|
"PipelineSummaryTypeDef",
|
|
1449
1517
|
"PipelineTypeDef",
|
|
1450
1518
|
"PredefinedMetricSpecificationTypeDef",
|
|
1519
|
+
"PriorityClassTypeDef",
|
|
1451
1520
|
"ProcessingClusterConfigTypeDef",
|
|
1452
1521
|
"ProcessingFeatureStoreOutputTypeDef",
|
|
1453
1522
|
"ProcessingInputTypeDef",
|
|
@@ -1524,6 +1593,8 @@ __all__ = (
|
|
|
1524
1593
|
"RenderableTaskTypeDef",
|
|
1525
1594
|
"RenderingErrorTypeDef",
|
|
1526
1595
|
"RepositoryAuthConfigTypeDef",
|
|
1596
|
+
"ReservedCapacityOfferingTypeDef",
|
|
1597
|
+
"ReservedCapacitySummaryTypeDef",
|
|
1527
1598
|
"ResolvedAttributesTypeDef",
|
|
1528
1599
|
"ResourceCatalogTypeDef",
|
|
1529
1600
|
"ResourceConfigForUpdateTypeDef",
|
|
@@ -1531,6 +1602,7 @@ __all__ = (
|
|
|
1531
1602
|
"ResourceConfigTypeDef",
|
|
1532
1603
|
"ResourceConfigUnionTypeDef",
|
|
1533
1604
|
"ResourceLimitsTypeDef",
|
|
1605
|
+
"ResourceSharingConfigTypeDef",
|
|
1534
1606
|
"ResourceSpecTypeDef",
|
|
1535
1607
|
"ResponseMetadataTypeDef",
|
|
1536
1608
|
"RetentionPolicyTypeDef",
|
|
@@ -1548,12 +1620,16 @@ __all__ = (
|
|
|
1548
1620
|
"ScalingPolicyObjectiveTypeDef",
|
|
1549
1621
|
"ScalingPolicyTypeDef",
|
|
1550
1622
|
"ScheduleConfigTypeDef",
|
|
1623
|
+
"SchedulerConfigOutputTypeDef",
|
|
1624
|
+
"SchedulerConfigTypeDef",
|
|
1551
1625
|
"SearchExpressionPaginatorTypeDef",
|
|
1552
1626
|
"SearchExpressionTypeDef",
|
|
1553
1627
|
"SearchRecordTypeDef",
|
|
1554
1628
|
"SearchRequestRequestTypeDef",
|
|
1555
1629
|
"SearchRequestSearchPaginateTypeDef",
|
|
1556
1630
|
"SearchResponseTypeDef",
|
|
1631
|
+
"SearchTrainingPlanOfferingsRequestRequestTypeDef",
|
|
1632
|
+
"SearchTrainingPlanOfferingsResponseTypeDef",
|
|
1557
1633
|
"SecondaryStatusTransitionTypeDef",
|
|
1558
1634
|
"SelectedStepTypeDef",
|
|
1559
1635
|
"SelectiveExecutionConfigOutputTypeDef",
|
|
@@ -1668,6 +1744,9 @@ __all__ = (
|
|
|
1668
1744
|
"TrainingJobStepMetadataTypeDef",
|
|
1669
1745
|
"TrainingJobSummaryTypeDef",
|
|
1670
1746
|
"TrainingJobTypeDef",
|
|
1747
|
+
"TrainingPlanFilterTypeDef",
|
|
1748
|
+
"TrainingPlanOfferingTypeDef",
|
|
1749
|
+
"TrainingPlanSummaryTypeDef",
|
|
1671
1750
|
"TrainingRepositoryAuthConfigTypeDef",
|
|
1672
1751
|
"TrainingSpecificationOutputTypeDef",
|
|
1673
1752
|
"TrainingSpecificationTypeDef",
|
|
@@ -1709,10 +1788,14 @@ __all__ = (
|
|
|
1709
1788
|
"UpdateArtifactResponseTypeDef",
|
|
1710
1789
|
"UpdateClusterRequestRequestTypeDef",
|
|
1711
1790
|
"UpdateClusterResponseTypeDef",
|
|
1791
|
+
"UpdateClusterSchedulerConfigRequestRequestTypeDef",
|
|
1792
|
+
"UpdateClusterSchedulerConfigResponseTypeDef",
|
|
1712
1793
|
"UpdateClusterSoftwareRequestRequestTypeDef",
|
|
1713
1794
|
"UpdateClusterSoftwareResponseTypeDef",
|
|
1714
1795
|
"UpdateCodeRepositoryInputRequestTypeDef",
|
|
1715
1796
|
"UpdateCodeRepositoryOutputTypeDef",
|
|
1797
|
+
"UpdateComputeQuotaRequestRequestTypeDef",
|
|
1798
|
+
"UpdateComputeQuotaResponseTypeDef",
|
|
1716
1799
|
"UpdateContextRequestRequestTypeDef",
|
|
1717
1800
|
"UpdateContextResponseTypeDef",
|
|
1718
1801
|
"UpdateDeviceFleetRequestRequestTypeDef",
|
|
@@ -1752,6 +1835,8 @@ __all__ = (
|
|
|
1752
1835
|
"UpdateMonitoringScheduleResponseTypeDef",
|
|
1753
1836
|
"UpdateNotebookInstanceInputRequestTypeDef",
|
|
1754
1837
|
"UpdateNotebookInstanceLifecycleConfigInputRequestTypeDef",
|
|
1838
|
+
"UpdatePartnerAppRequestRequestTypeDef",
|
|
1839
|
+
"UpdatePartnerAppResponseTypeDef",
|
|
1755
1840
|
"UpdatePipelineExecutionRequestRequestTypeDef",
|
|
1756
1841
|
"UpdatePipelineExecutionResponseTypeDef",
|
|
1757
1842
|
"UpdatePipelineRequestRequestTypeDef",
|
|
@@ -2186,11 +2271,22 @@ class ClusterInstanceStatusDetailsTypeDef(TypedDict):
|
|
|
2186
2271
|
class ClusterOrchestratorEksConfigTypeDef(TypedDict):
|
|
2187
2272
|
ClusterArn: str
|
|
2188
2273
|
|
|
2274
|
+
class ClusterSchedulerConfigSummaryTypeDef(TypedDict):
|
|
2275
|
+
ClusterSchedulerConfigArn: str
|
|
2276
|
+
ClusterSchedulerConfigId: str
|
|
2277
|
+
Name: str
|
|
2278
|
+
CreationTime: datetime
|
|
2279
|
+
Status: SchedulerResourceStatusType
|
|
2280
|
+
ClusterSchedulerConfigVersion: NotRequired[int]
|
|
2281
|
+
LastModifiedTime: NotRequired[datetime]
|
|
2282
|
+
ClusterArn: NotRequired[str]
|
|
2283
|
+
|
|
2189
2284
|
class ClusterSummaryTypeDef(TypedDict):
|
|
2190
2285
|
ClusterArn: str
|
|
2191
2286
|
ClusterName: str
|
|
2192
2287
|
CreationTime: datetime
|
|
2193
2288
|
ClusterStatus: ClusterStatusType
|
|
2289
|
+
TrainingPlanArns: NotRequired[List[str]]
|
|
2194
2290
|
|
|
2195
2291
|
class ContainerConfigOutputTypeDef(TypedDict):
|
|
2196
2292
|
ContainerArguments: NotRequired[List[str]]
|
|
@@ -2248,6 +2344,18 @@ class CompilationJobSummaryTypeDef(TypedDict):
|
|
|
2248
2344
|
CompilationTargetPlatformAccelerator: NotRequired[TargetPlatformAcceleratorType]
|
|
2249
2345
|
LastModifiedTime: NotRequired[datetime]
|
|
2250
2346
|
|
|
2347
|
+
class ComputeQuotaResourceConfigTypeDef(TypedDict):
|
|
2348
|
+
InstanceType: ClusterInstanceTypeType
|
|
2349
|
+
Count: int
|
|
2350
|
+
|
|
2351
|
+
class ResourceSharingConfigTypeDef(TypedDict):
|
|
2352
|
+
Strategy: ResourceSharingStrategyType
|
|
2353
|
+
BorrowLimit: NotRequired[int]
|
|
2354
|
+
|
|
2355
|
+
class ComputeQuotaTargetTypeDef(TypedDict):
|
|
2356
|
+
TeamName: str
|
|
2357
|
+
FairShareWeight: NotRequired[int]
|
|
2358
|
+
|
|
2251
2359
|
class ConditionStepMetadataTypeDef(TypedDict):
|
|
2252
2360
|
Outcome: NotRequired[ConditionOutcomeType]
|
|
2253
2361
|
|
|
@@ -2424,6 +2532,18 @@ class OptimizationVpcConfigTypeDef(TypedDict):
|
|
|
2424
2532
|
SecurityGroupIds: Sequence[str]
|
|
2425
2533
|
Subnets: Sequence[str]
|
|
2426
2534
|
|
|
2535
|
+
class CreatePartnerAppPresignedUrlRequestRequestTypeDef(TypedDict):
|
|
2536
|
+
Arn: str
|
|
2537
|
+
ExpiresInSeconds: NotRequired[int]
|
|
2538
|
+
SessionExpirationDurationInSeconds: NotRequired[int]
|
|
2539
|
+
|
|
2540
|
+
class PartnerAppConfigTypeDef(TypedDict):
|
|
2541
|
+
AdminUsers: NotRequired[Sequence[str]]
|
|
2542
|
+
Arguments: NotRequired[Mapping[str, str]]
|
|
2543
|
+
|
|
2544
|
+
class PartnerAppMaintenanceConfigTypeDef(TypedDict):
|
|
2545
|
+
MaintenanceWindowStart: NotRequired[str]
|
|
2546
|
+
|
|
2427
2547
|
class ParallelismConfigurationTypeDef(TypedDict):
|
|
2428
2548
|
MaxParallelExecutionSteps: int
|
|
2429
2549
|
|
|
@@ -2552,9 +2672,16 @@ class EFSFileSystemConfigTypeDef(TypedDict):
|
|
|
2552
2672
|
FileSystemId: str
|
|
2553
2673
|
FileSystemPath: NotRequired[str]
|
|
2554
2674
|
|
|
2675
|
+
class FSxLustreFileSystemConfigTypeDef(TypedDict):
|
|
2676
|
+
FileSystemId: str
|
|
2677
|
+
FileSystemPath: NotRequired[str]
|
|
2678
|
+
|
|
2555
2679
|
class EFSFileSystemTypeDef(TypedDict):
|
|
2556
2680
|
FileSystemId: str
|
|
2557
2681
|
|
|
2682
|
+
class FSxLustreFileSystemTypeDef(TypedDict):
|
|
2683
|
+
FileSystemId: str
|
|
2684
|
+
|
|
2558
2685
|
class CustomPosixUserConfigTypeDef(TypedDict):
|
|
2559
2686
|
Uid: int
|
|
2560
2687
|
Gid: int
|
|
@@ -2687,12 +2814,18 @@ class DeleteAssociationRequestRequestTypeDef(TypedDict):
|
|
|
2687
2814
|
class DeleteClusterRequestRequestTypeDef(TypedDict):
|
|
2688
2815
|
ClusterName: str
|
|
2689
2816
|
|
|
2817
|
+
class DeleteClusterSchedulerConfigRequestRequestTypeDef(TypedDict):
|
|
2818
|
+
ClusterSchedulerConfigId: str
|
|
2819
|
+
|
|
2690
2820
|
class DeleteCodeRepositoryInputRequestTypeDef(TypedDict):
|
|
2691
2821
|
CodeRepositoryName: str
|
|
2692
2822
|
|
|
2693
2823
|
class DeleteCompilationJobRequestRequestTypeDef(TypedDict):
|
|
2694
2824
|
CompilationJobName: str
|
|
2695
2825
|
|
|
2826
|
+
class DeleteComputeQuotaRequestRequestTypeDef(TypedDict):
|
|
2827
|
+
ComputeQuotaId: str
|
|
2828
|
+
|
|
2696
2829
|
class DeleteContextRequestRequestTypeDef(TypedDict):
|
|
2697
2830
|
ContextName: str
|
|
2698
2831
|
|
|
@@ -2800,6 +2933,10 @@ class DeleteNotebookInstanceLifecycleConfigInputRequestTypeDef(TypedDict):
|
|
|
2800
2933
|
class DeleteOptimizationJobRequestRequestTypeDef(TypedDict):
|
|
2801
2934
|
OptimizationJobName: str
|
|
2802
2935
|
|
|
2936
|
+
class DeletePartnerAppRequestRequestTypeDef(TypedDict):
|
|
2937
|
+
Arn: str
|
|
2938
|
+
ClientToken: NotRequired[str]
|
|
2939
|
+
|
|
2803
2940
|
class DeletePipelineRequestRequestTypeDef(TypedDict):
|
|
2804
2941
|
PipelineName: str
|
|
2805
2942
|
ClientRequestToken: str
|
|
@@ -2903,6 +3040,10 @@ class DescribeClusterNodeRequestRequestTypeDef(TypedDict):
|
|
|
2903
3040
|
class DescribeClusterRequestRequestTypeDef(TypedDict):
|
|
2904
3041
|
ClusterName: str
|
|
2905
3042
|
|
|
3043
|
+
class DescribeClusterSchedulerConfigRequestRequestTypeDef(TypedDict):
|
|
3044
|
+
ClusterSchedulerConfigId: str
|
|
3045
|
+
ClusterSchedulerConfigVersion: NotRequired[int]
|
|
3046
|
+
|
|
2906
3047
|
class DescribeCodeRepositoryInputRequestTypeDef(TypedDict):
|
|
2907
3048
|
CodeRepositoryName: str
|
|
2908
3049
|
|
|
@@ -2919,6 +3060,10 @@ class NeoVpcConfigOutputTypeDef(TypedDict):
|
|
|
2919
3060
|
SecurityGroupIds: List[str]
|
|
2920
3061
|
Subnets: List[str]
|
|
2921
3062
|
|
|
3063
|
+
class DescribeComputeQuotaRequestRequestTypeDef(TypedDict):
|
|
3064
|
+
ComputeQuotaId: str
|
|
3065
|
+
ComputeQuotaVersion: NotRequired[int]
|
|
3066
|
+
|
|
2922
3067
|
class DescribeContextRequestRequestTypeDef(TypedDict):
|
|
2923
3068
|
ContextName: str
|
|
2924
3069
|
|
|
@@ -3176,6 +3321,17 @@ class OptimizationVpcConfigOutputTypeDef(TypedDict):
|
|
|
3176
3321
|
SecurityGroupIds: List[str]
|
|
3177
3322
|
Subnets: List[str]
|
|
3178
3323
|
|
|
3324
|
+
class DescribePartnerAppRequestRequestTypeDef(TypedDict):
|
|
3325
|
+
Arn: str
|
|
3326
|
+
|
|
3327
|
+
class ErrorInfoTypeDef(TypedDict):
|
|
3328
|
+
Code: NotRequired[str]
|
|
3329
|
+
Reason: NotRequired[str]
|
|
3330
|
+
|
|
3331
|
+
class PartnerAppConfigOutputTypeDef(TypedDict):
|
|
3332
|
+
AdminUsers: NotRequired[List[str]]
|
|
3333
|
+
Arguments: NotRequired[Dict[str, str]]
|
|
3334
|
+
|
|
3179
3335
|
class DescribePipelineDefinitionForExecutionRequestRequestTypeDef(TypedDict):
|
|
3180
3336
|
PipelineExecutionArn: str
|
|
3181
3337
|
|
|
@@ -3257,6 +3413,20 @@ class WarmPoolStatusTypeDef(TypedDict):
|
|
|
3257
3413
|
ResourceRetainedBillableTimeInSeconds: NotRequired[int]
|
|
3258
3414
|
ReusedByJob: NotRequired[str]
|
|
3259
3415
|
|
|
3416
|
+
class DescribeTrainingPlanRequestRequestTypeDef(TypedDict):
|
|
3417
|
+
TrainingPlanName: str
|
|
3418
|
+
|
|
3419
|
+
class ReservedCapacitySummaryTypeDef(TypedDict):
|
|
3420
|
+
ReservedCapacityArn: str
|
|
3421
|
+
InstanceType: ReservedCapacityInstanceTypeType
|
|
3422
|
+
TotalInstanceCount: int
|
|
3423
|
+
Status: ReservedCapacityStatusType
|
|
3424
|
+
AvailabilityZone: NotRequired[str]
|
|
3425
|
+
DurationHours: NotRequired[int]
|
|
3426
|
+
DurationMinutes: NotRequired[int]
|
|
3427
|
+
StartTime: NotRequired[datetime]
|
|
3428
|
+
EndTime: NotRequired[datetime]
|
|
3429
|
+
|
|
3260
3430
|
class DescribeTransformJobRequestRequestTypeDef(TypedDict):
|
|
3261
3431
|
TransformJobName: str
|
|
3262
3432
|
|
|
@@ -3853,6 +4023,21 @@ class OptimizationJobSummaryTypeDef(TypedDict):
|
|
|
3853
4023
|
OptimizationEndTime: NotRequired[datetime]
|
|
3854
4024
|
LastModifiedTime: NotRequired[datetime]
|
|
3855
4025
|
|
|
4026
|
+
class ListPartnerAppsRequestRequestTypeDef(TypedDict):
|
|
4027
|
+
MaxResults: NotRequired[int]
|
|
4028
|
+
NextToken: NotRequired[str]
|
|
4029
|
+
|
|
4030
|
+
PartnerAppSummaryTypeDef = TypedDict(
|
|
4031
|
+
"PartnerAppSummaryTypeDef",
|
|
4032
|
+
{
|
|
4033
|
+
"Arn": NotRequired[str],
|
|
4034
|
+
"Name": NotRequired[str],
|
|
4035
|
+
"Type": NotRequired[PartnerAppTypeType],
|
|
4036
|
+
"Status": NotRequired[PartnerAppStatusType],
|
|
4037
|
+
"CreationTime": NotRequired[datetime],
|
|
4038
|
+
},
|
|
4039
|
+
)
|
|
4040
|
+
|
|
3856
4041
|
class ListPipelineExecutionStepsRequestRequestTypeDef(TypedDict):
|
|
3857
4042
|
PipelineExecutionArn: NotRequired[str]
|
|
3858
4043
|
NextToken: NotRequired[str]
|
|
@@ -3950,6 +4135,10 @@ class ListTrainingJobsForHyperParameterTuningJobRequestRequestTypeDef(TypedDict)
|
|
|
3950
4135
|
SortBy: NotRequired[TrainingJobSortByOptionsType]
|
|
3951
4136
|
SortOrder: NotRequired[SortOrderType]
|
|
3952
4137
|
|
|
4138
|
+
class TrainingPlanFilterTypeDef(TypedDict):
|
|
4139
|
+
Name: Literal["Status"]
|
|
4140
|
+
Value: str
|
|
4141
|
+
|
|
3953
4142
|
class TransformJobSummaryTypeDef(TypedDict):
|
|
3954
4143
|
TransformJobName: str
|
|
3955
4144
|
TransformJobArn: str
|
|
@@ -4046,6 +4235,14 @@ class ModelQuantizationConfigTypeDef(TypedDict):
|
|
|
4046
4235
|
Image: NotRequired[str]
|
|
4047
4236
|
OverrideEnvironment: NotRequired[Mapping[str, str]]
|
|
4048
4237
|
|
|
4238
|
+
class ModelShardingConfigOutputTypeDef(TypedDict):
|
|
4239
|
+
Image: NotRequired[str]
|
|
4240
|
+
OverrideEnvironment: NotRequired[Dict[str, str]]
|
|
4241
|
+
|
|
4242
|
+
class ModelShardingConfigTypeDef(TypedDict):
|
|
4243
|
+
Image: NotRequired[str]
|
|
4244
|
+
OverrideEnvironment: NotRequired[Mapping[str, str]]
|
|
4245
|
+
|
|
4049
4246
|
class ModelStepMetadataTypeDef(TypedDict):
|
|
4050
4247
|
Arn: NotRequired[str]
|
|
4051
4248
|
|
|
@@ -4174,6 +4371,10 @@ class TuningJobStepMetaDataTypeDef(TypedDict):
|
|
|
4174
4371
|
class SelectiveExecutionResultTypeDef(TypedDict):
|
|
4175
4372
|
SourcePipelineExecutionArn: NotRequired[str]
|
|
4176
4373
|
|
|
4374
|
+
class PriorityClassTypeDef(TypedDict):
|
|
4375
|
+
Name: str
|
|
4376
|
+
Weight: int
|
|
4377
|
+
|
|
4177
4378
|
class ProcessingClusterConfigTypeDef(TypedDict):
|
|
4178
4379
|
InstanceCount: int
|
|
4179
4380
|
InstanceType: ProcessingInstanceTypeType
|
|
@@ -4281,6 +4482,15 @@ class RenderingErrorTypeDef(TypedDict):
|
|
|
4281
4482
|
Code: str
|
|
4282
4483
|
Message: str
|
|
4283
4484
|
|
|
4485
|
+
class ReservedCapacityOfferingTypeDef(TypedDict):
|
|
4486
|
+
InstanceType: ReservedCapacityInstanceTypeType
|
|
4487
|
+
InstanceCount: int
|
|
4488
|
+
AvailabilityZone: NotRequired[str]
|
|
4489
|
+
DurationHours: NotRequired[int]
|
|
4490
|
+
DurationMinutes: NotRequired[int]
|
|
4491
|
+
StartTime: NotRequired[datetime]
|
|
4492
|
+
EndTime: NotRequired[datetime]
|
|
4493
|
+
|
|
4284
4494
|
class ResourceConfigForUpdateTypeDef(TypedDict):
|
|
4285
4495
|
KeepAlivePeriodInSeconds: int
|
|
4286
4496
|
|
|
@@ -4561,6 +4771,11 @@ class CreateClusterResponseTypeDef(TypedDict):
|
|
|
4561
4771
|
ClusterArn: str
|
|
4562
4772
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
4563
4773
|
|
|
4774
|
+
class CreateClusterSchedulerConfigResponseTypeDef(TypedDict):
|
|
4775
|
+
ClusterSchedulerConfigArn: str
|
|
4776
|
+
ClusterSchedulerConfigId: str
|
|
4777
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
4778
|
+
|
|
4564
4779
|
class CreateCodeRepositoryOutputTypeDef(TypedDict):
|
|
4565
4780
|
CodeRepositoryArn: str
|
|
4566
4781
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -4569,6 +4784,11 @@ class CreateCompilationJobResponseTypeDef(TypedDict):
|
|
|
4569
4784
|
CompilationJobArn: str
|
|
4570
4785
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
4571
4786
|
|
|
4787
|
+
class CreateComputeQuotaResponseTypeDef(TypedDict):
|
|
4788
|
+
ComputeQuotaArn: str
|
|
4789
|
+
ComputeQuotaId: str
|
|
4790
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
4791
|
+
|
|
4572
4792
|
class CreateContextResponseTypeDef(TypedDict):
|
|
4573
4793
|
ContextArn: str
|
|
4574
4794
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -4699,6 +4919,14 @@ class CreateOptimizationJobResponseTypeDef(TypedDict):
|
|
|
4699
4919
|
OptimizationJobArn: str
|
|
4700
4920
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
4701
4921
|
|
|
4922
|
+
class CreatePartnerAppPresignedUrlResponseTypeDef(TypedDict):
|
|
4923
|
+
Url: str
|
|
4924
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
4925
|
+
|
|
4926
|
+
class CreatePartnerAppResponseTypeDef(TypedDict):
|
|
4927
|
+
Arn: str
|
|
4928
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
4929
|
+
|
|
4702
4930
|
class CreatePipelineResponseTypeDef(TypedDict):
|
|
4703
4931
|
PipelineArn: str
|
|
4704
4932
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -4736,6 +4964,10 @@ class CreateTrainingJobResponseTypeDef(TypedDict):
|
|
|
4736
4964
|
TrainingJobArn: str
|
|
4737
4965
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
4738
4966
|
|
|
4967
|
+
class CreateTrainingPlanResponseTypeDef(TypedDict):
|
|
4968
|
+
TrainingPlanArn: str
|
|
4969
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
4970
|
+
|
|
4739
4971
|
class CreateTransformJobResponseTypeDef(TypedDict):
|
|
4740
4972
|
TransformJobArn: str
|
|
4741
4973
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -4793,6 +5025,10 @@ class DeleteMlflowTrackingServerResponseTypeDef(TypedDict):
|
|
|
4793
5025
|
TrackingServerArn: str
|
|
4794
5026
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
4795
5027
|
|
|
5028
|
+
class DeletePartnerAppResponseTypeDef(TypedDict):
|
|
5029
|
+
Arn: str
|
|
5030
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
5031
|
+
|
|
4796
5032
|
class DeletePipelineResponseTypeDef(TypedDict):
|
|
4797
5033
|
PipelineArn: str
|
|
4798
5034
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -4941,6 +5177,11 @@ class UpdateClusterResponseTypeDef(TypedDict):
|
|
|
4941
5177
|
ClusterArn: str
|
|
4942
5178
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
4943
5179
|
|
|
5180
|
+
class UpdateClusterSchedulerConfigResponseTypeDef(TypedDict):
|
|
5181
|
+
ClusterSchedulerConfigArn: str
|
|
5182
|
+
ClusterSchedulerConfigVersion: int
|
|
5183
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
5184
|
+
|
|
4944
5185
|
class UpdateClusterSoftwareResponseTypeDef(TypedDict):
|
|
4945
5186
|
ClusterArn: str
|
|
4946
5187
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -4949,6 +5190,11 @@ class UpdateCodeRepositoryOutputTypeDef(TypedDict):
|
|
|
4949
5190
|
CodeRepositoryArn: str
|
|
4950
5191
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
4951
5192
|
|
|
5193
|
+
class UpdateComputeQuotaResponseTypeDef(TypedDict):
|
|
5194
|
+
ComputeQuotaArn: str
|
|
5195
|
+
ComputeQuotaVersion: int
|
|
5196
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
5197
|
+
|
|
4952
5198
|
class UpdateContextResponseTypeDef(TypedDict):
|
|
4953
5199
|
ContextArn: str
|
|
4954
5200
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -5018,6 +5264,10 @@ class UpdateMonitoringScheduleResponseTypeDef(TypedDict):
|
|
|
5018
5264
|
MonitoringScheduleArn: str
|
|
5019
5265
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
5020
5266
|
|
|
5267
|
+
class UpdatePartnerAppResponseTypeDef(TypedDict):
|
|
5268
|
+
Arn: str
|
|
5269
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
5270
|
+
|
|
5021
5271
|
class UpdatePipelineExecutionResponseTypeDef(TypedDict):
|
|
5022
5272
|
PipelineExecutionArn: str
|
|
5023
5273
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -5099,6 +5349,11 @@ class CreateStudioLifecycleConfigRequestRequestTypeDef(TypedDict):
|
|
|
5099
5349
|
StudioLifecycleConfigAppType: StudioLifecycleConfigAppTypeType
|
|
5100
5350
|
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
5101
5351
|
|
|
5352
|
+
class CreateTrainingPlanRequestRequestTypeDef(TypedDict):
|
|
5353
|
+
TrainingPlanName: str
|
|
5354
|
+
TrainingPlanOfferingId: str
|
|
5355
|
+
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
5356
|
+
|
|
5102
5357
|
class ImportHubContentRequestRequestTypeDef(TypedDict):
|
|
5103
5358
|
HubContentName: str
|
|
5104
5359
|
HubContentType: HubContentTypeType
|
|
@@ -5419,6 +5674,11 @@ class ClusterNodeSummaryTypeDef(TypedDict):
|
|
|
5419
5674
|
class ClusterOrchestratorTypeDef(TypedDict):
|
|
5420
5675
|
Eks: ClusterOrchestratorEksConfigTypeDef
|
|
5421
5676
|
|
|
5677
|
+
class ListClusterSchedulerConfigsResponseTypeDef(TypedDict):
|
|
5678
|
+
ClusterSchedulerConfigSummaries: List[ClusterSchedulerConfigSummaryTypeDef]
|
|
5679
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
5680
|
+
NextToken: NotRequired[str]
|
|
5681
|
+
|
|
5422
5682
|
class ListClustersResponseTypeDef(TypedDict):
|
|
5423
5683
|
NextToken: str
|
|
5424
5684
|
ClusterSummaries: List[ClusterSummaryTypeDef]
|
|
@@ -5498,6 +5758,16 @@ class ListCompilationJobsResponseTypeDef(TypedDict):
|
|
|
5498
5758
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
5499
5759
|
NextToken: NotRequired[str]
|
|
5500
5760
|
|
|
5761
|
+
class ComputeQuotaConfigOutputTypeDef(TypedDict):
|
|
5762
|
+
ComputeQuotaResources: NotRequired[List[ComputeQuotaResourceConfigTypeDef]]
|
|
5763
|
+
ResourceSharingConfig: NotRequired[ResourceSharingConfigTypeDef]
|
|
5764
|
+
PreemptTeamTasks: NotRequired[PreemptTeamTasksType]
|
|
5765
|
+
|
|
5766
|
+
class ComputeQuotaConfigTypeDef(TypedDict):
|
|
5767
|
+
ComputeQuotaResources: NotRequired[Sequence[ComputeQuotaResourceConfigTypeDef]]
|
|
5768
|
+
ResourceSharingConfig: NotRequired[ResourceSharingConfigTypeDef]
|
|
5769
|
+
PreemptTeamTasks: NotRequired[PreemptTeamTasksType]
|
|
5770
|
+
|
|
5501
5771
|
ContainerConfigUnionTypeDef = Union[ContainerConfigTypeDef, ContainerConfigOutputTypeDef]
|
|
5502
5772
|
|
|
5503
5773
|
class ContextSummaryTypeDef(TypedDict):
|
|
@@ -5697,6 +5967,31 @@ class UpdateNotebookInstanceLifecycleConfigInputRequestTypeDef(TypedDict):
|
|
|
5697
5967
|
OnCreate: NotRequired[Sequence[NotebookInstanceLifecycleHookTypeDef]]
|
|
5698
5968
|
OnStart: NotRequired[Sequence[NotebookInstanceLifecycleHookTypeDef]]
|
|
5699
5969
|
|
|
5970
|
+
CreatePartnerAppRequestRequestTypeDef = TypedDict(
|
|
5971
|
+
"CreatePartnerAppRequestRequestTypeDef",
|
|
5972
|
+
{
|
|
5973
|
+
"Name": str,
|
|
5974
|
+
"Type": PartnerAppTypeType,
|
|
5975
|
+
"ExecutionRoleArn": str,
|
|
5976
|
+
"Tier": str,
|
|
5977
|
+
"AuthType": Literal["IAM"],
|
|
5978
|
+
"MaintenanceConfig": NotRequired[PartnerAppMaintenanceConfigTypeDef],
|
|
5979
|
+
"ApplicationConfig": NotRequired[PartnerAppConfigTypeDef],
|
|
5980
|
+
"EnableIamSessionBasedIdentity": NotRequired[bool],
|
|
5981
|
+
"ClientToken": NotRequired[str],
|
|
5982
|
+
"Tags": NotRequired[Sequence[TagTypeDef]],
|
|
5983
|
+
},
|
|
5984
|
+
)
|
|
5985
|
+
|
|
5986
|
+
class UpdatePartnerAppRequestRequestTypeDef(TypedDict):
|
|
5987
|
+
Arn: str
|
|
5988
|
+
MaintenanceConfig: NotRequired[PartnerAppMaintenanceConfigTypeDef]
|
|
5989
|
+
Tier: NotRequired[str]
|
|
5990
|
+
ApplicationConfig: NotRequired[PartnerAppConfigTypeDef]
|
|
5991
|
+
EnableIamSessionBasedIdentity: NotRequired[bool]
|
|
5992
|
+
ClientToken: NotRequired[str]
|
|
5993
|
+
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
5994
|
+
|
|
5700
5995
|
class RetryPipelineExecutionRequestRequestTypeDef(TypedDict):
|
|
5701
5996
|
PipelineExecutionArn: str
|
|
5702
5997
|
ClientRequestToken: str
|
|
@@ -5807,6 +6102,17 @@ class ListClusterNodesRequestRequestTypeDef(TypedDict):
|
|
|
5807
6102
|
SortBy: NotRequired[ClusterSortByType]
|
|
5808
6103
|
SortOrder: NotRequired[SortOrderType]
|
|
5809
6104
|
|
|
6105
|
+
class ListClusterSchedulerConfigsRequestRequestTypeDef(TypedDict):
|
|
6106
|
+
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
6107
|
+
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
6108
|
+
NameContains: NotRequired[str]
|
|
6109
|
+
ClusterArn: NotRequired[str]
|
|
6110
|
+
Status: NotRequired[SchedulerResourceStatusType]
|
|
6111
|
+
SortBy: NotRequired[SortClusterSchedulerConfigByType]
|
|
6112
|
+
SortOrder: NotRequired[SortOrderType]
|
|
6113
|
+
NextToken: NotRequired[str]
|
|
6114
|
+
MaxResults: NotRequired[int]
|
|
6115
|
+
|
|
5810
6116
|
class ListClustersRequestRequestTypeDef(TypedDict):
|
|
5811
6117
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
5812
6118
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
@@ -5815,6 +6121,7 @@ class ListClustersRequestRequestTypeDef(TypedDict):
|
|
|
5815
6121
|
NextToken: NotRequired[str]
|
|
5816
6122
|
SortBy: NotRequired[ClusterSortByType]
|
|
5817
6123
|
SortOrder: NotRequired[SortOrderType]
|
|
6124
|
+
TrainingPlanArn: NotRequired[str]
|
|
5818
6125
|
|
|
5819
6126
|
class ListCodeRepositoriesInputRequestTypeDef(TypedDict):
|
|
5820
6127
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -5839,6 +6146,17 @@ class ListCompilationJobsRequestRequestTypeDef(TypedDict):
|
|
|
5839
6146
|
SortBy: NotRequired[ListCompilationJobsSortByType]
|
|
5840
6147
|
SortOrder: NotRequired[SortOrderType]
|
|
5841
6148
|
|
|
6149
|
+
class ListComputeQuotasRequestRequestTypeDef(TypedDict):
|
|
6150
|
+
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
6151
|
+
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
6152
|
+
NameContains: NotRequired[str]
|
|
6153
|
+
Status: NotRequired[SchedulerResourceStatusType]
|
|
6154
|
+
ClusterArn: NotRequired[str]
|
|
6155
|
+
SortBy: NotRequired[SortQuotaByType]
|
|
6156
|
+
SortOrder: NotRequired[SortOrderType]
|
|
6157
|
+
NextToken: NotRequired[str]
|
|
6158
|
+
MaxResults: NotRequired[int]
|
|
6159
|
+
|
|
5842
6160
|
class ListContextsRequestRequestTypeDef(TypedDict):
|
|
5843
6161
|
SourceUri: NotRequired[str]
|
|
5844
6162
|
ContextType: NotRequired[str]
|
|
@@ -6358,6 +6676,7 @@ class ListTrainingJobsRequestRequestTypeDef(TypedDict):
|
|
|
6358
6676
|
SortBy: NotRequired[SortByType]
|
|
6359
6677
|
SortOrder: NotRequired[SortOrderType]
|
|
6360
6678
|
WarmPoolStatusEquals: NotRequired[WarmPoolResourceStatusType]
|
|
6679
|
+
TrainingPlanArnEquals: NotRequired[str]
|
|
6361
6680
|
|
|
6362
6681
|
class ListTransformJobsRequestRequestTypeDef(TypedDict):
|
|
6363
6682
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -6401,6 +6720,14 @@ class QueryFiltersTypeDef(TypedDict):
|
|
|
6401
6720
|
ModifiedAfter: NotRequired[TimestampTypeDef]
|
|
6402
6721
|
Properties: NotRequired[Mapping[str, str]]
|
|
6403
6722
|
|
|
6723
|
+
class SearchTrainingPlanOfferingsRequestRequestTypeDef(TypedDict):
|
|
6724
|
+
InstanceType: ReservedCapacityInstanceTypeType
|
|
6725
|
+
InstanceCount: int
|
|
6726
|
+
TargetResources: Sequence[SageMakerResourceNameType]
|
|
6727
|
+
StartTimeAfter: NotRequired[TimestampTypeDef]
|
|
6728
|
+
EndTimeBefore: NotRequired[TimestampTypeDef]
|
|
6729
|
+
DurationHours: NotRequired[int]
|
|
6730
|
+
|
|
6404
6731
|
class CreateTrialComponentRequestRequestTypeDef(TypedDict):
|
|
6405
6732
|
TrialComponentName: str
|
|
6406
6733
|
DisplayName: NotRequired[str]
|
|
@@ -6442,9 +6769,11 @@ class UpdateWorkforceRequestRequestTypeDef(TypedDict):
|
|
|
6442
6769
|
|
|
6443
6770
|
class CustomFileSystemConfigTypeDef(TypedDict):
|
|
6444
6771
|
EFSFileSystemConfig: NotRequired[EFSFileSystemConfigTypeDef]
|
|
6772
|
+
FSxLustreFileSystemConfig: NotRequired[FSxLustreFileSystemConfigTypeDef]
|
|
6445
6773
|
|
|
6446
6774
|
class CustomFileSystemTypeDef(TypedDict):
|
|
6447
6775
|
EFSFileSystem: NotRequired[EFSFileSystemTypeDef]
|
|
6776
|
+
FSxLustreFileSystem: NotRequired[FSxLustreFileSystemTypeDef]
|
|
6448
6777
|
|
|
6449
6778
|
class ModelBiasBaselineConfigTypeDef(TypedDict):
|
|
6450
6779
|
BaseliningJobName: NotRequired[str]
|
|
@@ -6700,6 +7029,27 @@ class ListMonitoringExecutionsResponseTypeDef(TypedDict):
|
|
|
6700
7029
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
6701
7030
|
NextToken: NotRequired[str]
|
|
6702
7031
|
|
|
7032
|
+
DescribePartnerAppResponseTypeDef = TypedDict(
|
|
7033
|
+
"DescribePartnerAppResponseTypeDef",
|
|
7034
|
+
{
|
|
7035
|
+
"Arn": str,
|
|
7036
|
+
"Name": str,
|
|
7037
|
+
"Type": PartnerAppTypeType,
|
|
7038
|
+
"Status": PartnerAppStatusType,
|
|
7039
|
+
"CreationTime": datetime,
|
|
7040
|
+
"ExecutionRoleArn": str,
|
|
7041
|
+
"BaseUrl": str,
|
|
7042
|
+
"MaintenanceConfig": PartnerAppMaintenanceConfigTypeDef,
|
|
7043
|
+
"Tier": str,
|
|
7044
|
+
"Version": str,
|
|
7045
|
+
"ApplicationConfig": PartnerAppConfigOutputTypeDef,
|
|
7046
|
+
"AuthType": Literal["IAM"],
|
|
7047
|
+
"EnableIamSessionBasedIdentity": bool,
|
|
7048
|
+
"Error": ErrorInfoTypeDef,
|
|
7049
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
7050
|
+
},
|
|
7051
|
+
)
|
|
7052
|
+
|
|
6703
7053
|
class DescribeSubscribedWorkteamResponseTypeDef(TypedDict):
|
|
6704
7054
|
SubscribedWorkteam: SubscribedWorkteamTypeDef
|
|
6705
7055
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -6718,6 +7068,42 @@ class TrainingJobSummaryTypeDef(TypedDict):
|
|
|
6718
7068
|
LastModifiedTime: NotRequired[datetime]
|
|
6719
7069
|
SecondaryStatus: NotRequired[SecondaryStatusType]
|
|
6720
7070
|
WarmPoolStatus: NotRequired[WarmPoolStatusTypeDef]
|
|
7071
|
+
TrainingPlanArn: NotRequired[str]
|
|
7072
|
+
|
|
7073
|
+
class DescribeTrainingPlanResponseTypeDef(TypedDict):
|
|
7074
|
+
TrainingPlanArn: str
|
|
7075
|
+
TrainingPlanName: str
|
|
7076
|
+
Status: TrainingPlanStatusType
|
|
7077
|
+
StatusMessage: str
|
|
7078
|
+
DurationHours: int
|
|
7079
|
+
DurationMinutes: int
|
|
7080
|
+
StartTime: datetime
|
|
7081
|
+
EndTime: datetime
|
|
7082
|
+
UpfrontFee: str
|
|
7083
|
+
CurrencyCode: str
|
|
7084
|
+
TotalInstanceCount: int
|
|
7085
|
+
AvailableInstanceCount: int
|
|
7086
|
+
InUseInstanceCount: int
|
|
7087
|
+
TargetResources: List[SageMakerResourceNameType]
|
|
7088
|
+
ReservedCapacitySummaries: List[ReservedCapacitySummaryTypeDef]
|
|
7089
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
7090
|
+
|
|
7091
|
+
class TrainingPlanSummaryTypeDef(TypedDict):
|
|
7092
|
+
TrainingPlanArn: str
|
|
7093
|
+
TrainingPlanName: str
|
|
7094
|
+
Status: TrainingPlanStatusType
|
|
7095
|
+
StatusMessage: NotRequired[str]
|
|
7096
|
+
DurationHours: NotRequired[int]
|
|
7097
|
+
DurationMinutes: NotRequired[int]
|
|
7098
|
+
StartTime: NotRequired[datetime]
|
|
7099
|
+
EndTime: NotRequired[datetime]
|
|
7100
|
+
UpfrontFee: NotRequired[str]
|
|
7101
|
+
CurrencyCode: NotRequired[str]
|
|
7102
|
+
TotalInstanceCount: NotRequired[int]
|
|
7103
|
+
AvailableInstanceCount: NotRequired[int]
|
|
7104
|
+
InUseInstanceCount: NotRequired[int]
|
|
7105
|
+
TargetResources: NotRequired[List[SageMakerResourceNameType]]
|
|
7106
|
+
ReservedCapacitySummaries: NotRequired[List[ReservedCapacitySummaryTypeDef]]
|
|
6721
7107
|
|
|
6722
7108
|
class TrialSummaryTypeDef(TypedDict):
|
|
6723
7109
|
TrialArn: NotRequired[str]
|
|
@@ -6973,10 +7359,13 @@ class ListImageVersionsResponseTypeDef(TypedDict):
|
|
|
6973
7359
|
InferenceComponentSpecificationTypeDef = TypedDict(
|
|
6974
7360
|
"InferenceComponentSpecificationTypeDef",
|
|
6975
7361
|
{
|
|
6976
|
-
"ComputeResourceRequirements": InferenceComponentComputeResourceRequirementsTypeDef,
|
|
6977
7362
|
"ModelName": NotRequired[str],
|
|
6978
7363
|
"Container": NotRequired[InferenceComponentContainerSpecificationTypeDef],
|
|
6979
7364
|
"StartupParameters": NotRequired[InferenceComponentStartupParametersTypeDef],
|
|
7365
|
+
"ComputeResourceRequirements": NotRequired[
|
|
7366
|
+
InferenceComponentComputeResourceRequirementsTypeDef
|
|
7367
|
+
],
|
|
7368
|
+
"BaseInferenceComponentName": NotRequired[str],
|
|
6980
7369
|
},
|
|
6981
7370
|
)
|
|
6982
7371
|
|
|
@@ -6997,6 +7386,7 @@ class ResourceConfigOutputTypeDef(TypedDict):
|
|
|
6997
7386
|
VolumeKmsKeyId: NotRequired[str]
|
|
6998
7387
|
KeepAlivePeriodInSeconds: NotRequired[int]
|
|
6999
7388
|
InstanceGroups: NotRequired[List[InstanceGroupTypeDef]]
|
|
7389
|
+
TrainingPlanArn: NotRequired[str]
|
|
7000
7390
|
|
|
7001
7391
|
class ResourceConfigTypeDef(TypedDict):
|
|
7002
7392
|
VolumeSizeInGB: int
|
|
@@ -7005,6 +7395,7 @@ class ResourceConfigTypeDef(TypedDict):
|
|
|
7005
7395
|
VolumeKmsKeyId: NotRequired[str]
|
|
7006
7396
|
KeepAlivePeriodInSeconds: NotRequired[int]
|
|
7007
7397
|
InstanceGroups: NotRequired[Sequence[InstanceGroupTypeDef]]
|
|
7398
|
+
TrainingPlanArn: NotRequired[str]
|
|
7008
7399
|
|
|
7009
7400
|
class ParameterRangeOutputTypeDef(TypedDict):
|
|
7010
7401
|
IntegerParameterRangeSpecification: NotRequired[IntegerParameterRangeSpecificationTypeDef]
|
|
@@ -7138,12 +7529,23 @@ class ListClusterNodesRequestListClusterNodesPaginateTypeDef(TypedDict):
|
|
|
7138
7529
|
SortOrder: NotRequired[SortOrderType]
|
|
7139
7530
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7140
7531
|
|
|
7532
|
+
class ListClusterSchedulerConfigsRequestListClusterSchedulerConfigsPaginateTypeDef(TypedDict):
|
|
7533
|
+
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
7534
|
+
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
7535
|
+
NameContains: NotRequired[str]
|
|
7536
|
+
ClusterArn: NotRequired[str]
|
|
7537
|
+
Status: NotRequired[SchedulerResourceStatusType]
|
|
7538
|
+
SortBy: NotRequired[SortClusterSchedulerConfigByType]
|
|
7539
|
+
SortOrder: NotRequired[SortOrderType]
|
|
7540
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7541
|
+
|
|
7141
7542
|
class ListClustersRequestListClustersPaginateTypeDef(TypedDict):
|
|
7142
7543
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7143
7544
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7144
7545
|
NameContains: NotRequired[str]
|
|
7145
7546
|
SortBy: NotRequired[ClusterSortByType]
|
|
7146
7547
|
SortOrder: NotRequired[SortOrderType]
|
|
7548
|
+
TrainingPlanArn: NotRequired[str]
|
|
7147
7549
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7148
7550
|
|
|
7149
7551
|
class ListCodeRepositoriesInputListCodeRepositoriesPaginateTypeDef(TypedDict):
|
|
@@ -7167,6 +7569,16 @@ class ListCompilationJobsRequestListCompilationJobsPaginateTypeDef(TypedDict):
|
|
|
7167
7569
|
SortOrder: NotRequired[SortOrderType]
|
|
7168
7570
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7169
7571
|
|
|
7572
|
+
class ListComputeQuotasRequestListComputeQuotasPaginateTypeDef(TypedDict):
|
|
7573
|
+
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
7574
|
+
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
7575
|
+
NameContains: NotRequired[str]
|
|
7576
|
+
Status: NotRequired[SchedulerResourceStatusType]
|
|
7577
|
+
ClusterArn: NotRequired[str]
|
|
7578
|
+
SortBy: NotRequired[SortQuotaByType]
|
|
7579
|
+
SortOrder: NotRequired[SortOrderType]
|
|
7580
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7581
|
+
|
|
7170
7582
|
class ListContextsRequestListContextsPaginateTypeDef(TypedDict):
|
|
7171
7583
|
SourceUri: NotRequired[str]
|
|
7172
7584
|
ContextType: NotRequired[str]
|
|
@@ -7562,6 +7974,9 @@ class ListOptimizationJobsRequestListOptimizationJobsPaginateTypeDef(TypedDict):
|
|
|
7562
7974
|
SortOrder: NotRequired[SortOrderType]
|
|
7563
7975
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7564
7976
|
|
|
7977
|
+
class ListPartnerAppsRequestListPartnerAppsPaginateTypeDef(TypedDict):
|
|
7978
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7979
|
+
|
|
7565
7980
|
class ListPipelineExecutionStepsRequestListPipelineExecutionStepsPaginateTypeDef(TypedDict):
|
|
7566
7981
|
PipelineExecutionArn: NotRequired[str]
|
|
7567
7982
|
SortOrder: NotRequired[SortOrderType]
|
|
@@ -7659,6 +8074,7 @@ class ListTrainingJobsRequestListTrainingJobsPaginateTypeDef(TypedDict):
|
|
|
7659
8074
|
SortBy: NotRequired[SortByType]
|
|
7660
8075
|
SortOrder: NotRequired[SortOrderType]
|
|
7661
8076
|
WarmPoolStatusEquals: NotRequired[WarmPoolResourceStatusType]
|
|
8077
|
+
TrainingPlanArnEquals: NotRequired[str]
|
|
7662
8078
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7663
8079
|
|
|
7664
8080
|
class ListTransformJobsRequestListTransformJobsPaginateTypeDef(TypedDict):
|
|
@@ -7795,6 +8211,11 @@ class ListOptimizationJobsResponseTypeDef(TypedDict):
|
|
|
7795
8211
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7796
8212
|
NextToken: NotRequired[str]
|
|
7797
8213
|
|
|
8214
|
+
class ListPartnerAppsResponseTypeDef(TypedDict):
|
|
8215
|
+
Summaries: List[PartnerAppSummaryTypeDef]
|
|
8216
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
8217
|
+
NextToken: NotRequired[str]
|
|
8218
|
+
|
|
7798
8219
|
class ListPipelineExecutionsResponseTypeDef(TypedDict):
|
|
7799
8220
|
PipelineExecutionSummaries: List[PipelineExecutionSummaryTypeDef]
|
|
7800
8221
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -7830,6 +8251,23 @@ class ListStudioLifecycleConfigsResponseTypeDef(TypedDict):
|
|
|
7830
8251
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7831
8252
|
NextToken: NotRequired[str]
|
|
7832
8253
|
|
|
8254
|
+
class ListTrainingPlansRequestListTrainingPlansPaginateTypeDef(TypedDict):
|
|
8255
|
+
StartTimeAfter: NotRequired[TimestampTypeDef]
|
|
8256
|
+
StartTimeBefore: NotRequired[TimestampTypeDef]
|
|
8257
|
+
SortBy: NotRequired[TrainingPlanSortByType]
|
|
8258
|
+
SortOrder: NotRequired[TrainingPlanSortOrderType]
|
|
8259
|
+
Filters: NotRequired[Sequence[TrainingPlanFilterTypeDef]]
|
|
8260
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8261
|
+
|
|
8262
|
+
class ListTrainingPlansRequestRequestTypeDef(TypedDict):
|
|
8263
|
+
NextToken: NotRequired[str]
|
|
8264
|
+
MaxResults: NotRequired[int]
|
|
8265
|
+
StartTimeAfter: NotRequired[TimestampTypeDef]
|
|
8266
|
+
StartTimeBefore: NotRequired[TimestampTypeDef]
|
|
8267
|
+
SortBy: NotRequired[TrainingPlanSortByType]
|
|
8268
|
+
SortOrder: NotRequired[TrainingPlanSortOrderType]
|
|
8269
|
+
Filters: NotRequired[Sequence[TrainingPlanFilterTypeDef]]
|
|
8270
|
+
|
|
7833
8271
|
class ListTransformJobsResponseTypeDef(TypedDict):
|
|
7834
8272
|
TransformJobSummaries: List[TransformJobSummaryTypeDef]
|
|
7835
8273
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -7896,12 +8334,17 @@ class ModelPackageStatusDetailsTypeDef(TypedDict):
|
|
|
7896
8334
|
ValidationStatuses: List[ModelPackageStatusItemTypeDef]
|
|
7897
8335
|
ImageScanStatuses: NotRequired[List[ModelPackageStatusItemTypeDef]]
|
|
7898
8336
|
|
|
8337
|
+
ModelQuantizationConfigUnionTypeDef = Union[
|
|
8338
|
+
ModelQuantizationConfigTypeDef, ModelQuantizationConfigOutputTypeDef
|
|
8339
|
+
]
|
|
8340
|
+
|
|
7899
8341
|
class OptimizationConfigOutputTypeDef(TypedDict):
|
|
7900
8342
|
ModelQuantizationConfig: NotRequired[ModelQuantizationConfigOutputTypeDef]
|
|
7901
8343
|
ModelCompilationConfig: NotRequired[ModelCompilationConfigOutputTypeDef]
|
|
8344
|
+
ModelShardingConfig: NotRequired[ModelShardingConfigOutputTypeDef]
|
|
7902
8345
|
|
|
7903
|
-
|
|
7904
|
-
|
|
8346
|
+
ModelShardingConfigUnionTypeDef = Union[
|
|
8347
|
+
ModelShardingConfigTypeDef, ModelShardingConfigOutputTypeDef
|
|
7905
8348
|
]
|
|
7906
8349
|
MonitoringAppSpecificationUnionTypeDef = Union[
|
|
7907
8350
|
MonitoringAppSpecificationTypeDef, MonitoringAppSpecificationOutputTypeDef
|
|
@@ -7981,6 +8424,14 @@ class ProductionVariantSummaryTypeDef(TypedDict):
|
|
|
7981
8424
|
ManagedInstanceScaling: NotRequired[ProductionVariantManagedInstanceScalingTypeDef]
|
|
7982
8425
|
RoutingConfig: NotRequired[ProductionVariantRoutingConfigTypeDef]
|
|
7983
8426
|
|
|
8427
|
+
class SchedulerConfigOutputTypeDef(TypedDict):
|
|
8428
|
+
PriorityClasses: NotRequired[List[PriorityClassTypeDef]]
|
|
8429
|
+
FairShare: NotRequired[FairShareType]
|
|
8430
|
+
|
|
8431
|
+
class SchedulerConfigTypeDef(TypedDict):
|
|
8432
|
+
PriorityClasses: NotRequired[Sequence[PriorityClassTypeDef]]
|
|
8433
|
+
FairShare: NotRequired[FairShareType]
|
|
8434
|
+
|
|
7984
8435
|
class ProcessingResourcesTypeDef(TypedDict):
|
|
7985
8436
|
ClusterConfig: ProcessingClusterConfigTypeDef
|
|
7986
8437
|
|
|
@@ -8073,6 +8524,17 @@ class RenderUiTemplateResponseTypeDef(TypedDict):
|
|
|
8073
8524
|
Errors: List[RenderingErrorTypeDef]
|
|
8074
8525
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8075
8526
|
|
|
8527
|
+
class TrainingPlanOfferingTypeDef(TypedDict):
|
|
8528
|
+
TrainingPlanOfferingId: str
|
|
8529
|
+
TargetResources: List[SageMakerResourceNameType]
|
|
8530
|
+
RequestedStartTimeAfter: NotRequired[datetime]
|
|
8531
|
+
RequestedEndTimeBefore: NotRequired[datetime]
|
|
8532
|
+
DurationHours: NotRequired[int]
|
|
8533
|
+
DurationMinutes: NotRequired[int]
|
|
8534
|
+
UpfrontFee: NotRequired[str]
|
|
8535
|
+
CurrencyCode: NotRequired[str]
|
|
8536
|
+
ReservedCapacityOfferings: NotRequired[List[ReservedCapacityOfferingTypeDef]]
|
|
8537
|
+
|
|
8076
8538
|
class UpdateTrainingJobRequestRequestTypeDef(TypedDict):
|
|
8077
8539
|
TrainingJobName: str
|
|
8078
8540
|
ProfilerConfig: NotRequired[ProfilerConfigForUpdateTypeDef]
|
|
@@ -8377,16 +8839,10 @@ class ClusterInstanceGroupDetailsTypeDef(TypedDict):
|
|
|
8377
8839
|
ThreadsPerCore: NotRequired[int]
|
|
8378
8840
|
InstanceStorageConfigs: NotRequired[List[ClusterInstanceStorageConfigTypeDef]]
|
|
8379
8841
|
OnStartDeepHealthChecks: NotRequired[List[DeepHealthCheckTypeType]]
|
|
8380
|
-
|
|
8381
|
-
|
|
8382
|
-
|
|
8383
|
-
|
|
8384
|
-
InstanceType: ClusterInstanceTypeType
|
|
8385
|
-
LifeCycleConfig: ClusterLifeCycleConfigTypeDef
|
|
8386
|
-
ExecutionRole: str
|
|
8387
|
-
ThreadsPerCore: NotRequired[int]
|
|
8388
|
-
InstanceStorageConfigs: NotRequired[Sequence[ClusterInstanceStorageConfigTypeDef]]
|
|
8389
|
-
OnStartDeepHealthChecks: NotRequired[Sequence[DeepHealthCheckTypeType]]
|
|
8842
|
+
Status: NotRequired[InstanceGroupStatusType]
|
|
8843
|
+
TrainingPlanArn: NotRequired[str]
|
|
8844
|
+
TrainingPlanStatus: NotRequired[str]
|
|
8845
|
+
OverrideVpcConfig: NotRequired[VpcConfigOutputTypeDef]
|
|
8390
8846
|
|
|
8391
8847
|
class ClusterNodeDetailsTypeDef(TypedDict):
|
|
8392
8848
|
InstanceGroupName: NotRequired[str]
|
|
@@ -8395,6 +8851,7 @@ class ClusterNodeDetailsTypeDef(TypedDict):
|
|
|
8395
8851
|
InstanceType: NotRequired[ClusterInstanceTypeType]
|
|
8396
8852
|
LaunchTime: NotRequired[datetime]
|
|
8397
8853
|
LifeCycleConfig: NotRequired[ClusterLifeCycleConfigTypeDef]
|
|
8854
|
+
OverrideVpcConfig: NotRequired[VpcConfigOutputTypeDef]
|
|
8398
8855
|
ThreadsPerCore: NotRequired[int]
|
|
8399
8856
|
InstanceStorageConfigs: NotRequired[List[ClusterInstanceStorageConfigTypeDef]]
|
|
8400
8857
|
PrivatePrimaryIp: NotRequired[str]
|
|
@@ -8434,6 +8891,36 @@ class DebugHookConfigTypeDef(TypedDict):
|
|
|
8434
8891
|
HookParameters: NotRequired[Mapping[str, str]]
|
|
8435
8892
|
CollectionConfigurations: NotRequired[Sequence[CollectionConfigurationUnionTypeDef]]
|
|
8436
8893
|
|
|
8894
|
+
class ComputeQuotaSummaryTypeDef(TypedDict):
|
|
8895
|
+
ComputeQuotaArn: str
|
|
8896
|
+
ComputeQuotaId: str
|
|
8897
|
+
Name: str
|
|
8898
|
+
Status: SchedulerResourceStatusType
|
|
8899
|
+
ComputeQuotaTarget: ComputeQuotaTargetTypeDef
|
|
8900
|
+
CreationTime: datetime
|
|
8901
|
+
ComputeQuotaVersion: NotRequired[int]
|
|
8902
|
+
ClusterArn: NotRequired[str]
|
|
8903
|
+
ComputeQuotaConfig: NotRequired[ComputeQuotaConfigOutputTypeDef]
|
|
8904
|
+
ActivationState: NotRequired[ActivationStateType]
|
|
8905
|
+
LastModifiedTime: NotRequired[datetime]
|
|
8906
|
+
|
|
8907
|
+
class CreateComputeQuotaRequestRequestTypeDef(TypedDict):
|
|
8908
|
+
Name: str
|
|
8909
|
+
ClusterArn: str
|
|
8910
|
+
ComputeQuotaConfig: ComputeQuotaConfigTypeDef
|
|
8911
|
+
ComputeQuotaTarget: ComputeQuotaTargetTypeDef
|
|
8912
|
+
Description: NotRequired[str]
|
|
8913
|
+
ActivationState: NotRequired[ActivationStateType]
|
|
8914
|
+
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
8915
|
+
|
|
8916
|
+
class UpdateComputeQuotaRequestRequestTypeDef(TypedDict):
|
|
8917
|
+
ComputeQuotaId: str
|
|
8918
|
+
TargetVersion: int
|
|
8919
|
+
ComputeQuotaConfig: NotRequired[ComputeQuotaConfigTypeDef]
|
|
8920
|
+
ComputeQuotaTarget: NotRequired[ComputeQuotaTargetTypeDef]
|
|
8921
|
+
ActivationState: NotRequired[ActivationStateType]
|
|
8922
|
+
Description: NotRequired[str]
|
|
8923
|
+
|
|
8437
8924
|
class CodeEditorAppImageConfigTypeDef(TypedDict):
|
|
8438
8925
|
FileSystemConfig: NotRequired[FileSystemConfigTypeDef]
|
|
8439
8926
|
ContainerConfig: NotRequired[ContainerConfigUnionTypeDef]
|
|
@@ -8452,6 +8939,18 @@ class AutoMLSecurityConfigTypeDef(TypedDict):
|
|
|
8452
8939
|
EnableInterContainerTrafficEncryption: NotRequired[bool]
|
|
8453
8940
|
VpcConfig: NotRequired[VpcConfigUnionTypeDef]
|
|
8454
8941
|
|
|
8942
|
+
class ClusterInstanceGroupSpecificationTypeDef(TypedDict):
|
|
8943
|
+
InstanceCount: int
|
|
8944
|
+
InstanceGroupName: str
|
|
8945
|
+
InstanceType: ClusterInstanceTypeType
|
|
8946
|
+
LifeCycleConfig: ClusterLifeCycleConfigTypeDef
|
|
8947
|
+
ExecutionRole: str
|
|
8948
|
+
ThreadsPerCore: NotRequired[int]
|
|
8949
|
+
InstanceStorageConfigs: NotRequired[Sequence[ClusterInstanceStorageConfigTypeDef]]
|
|
8950
|
+
OnStartDeepHealthChecks: NotRequired[Sequence[DeepHealthCheckTypeType]]
|
|
8951
|
+
TrainingPlanArn: NotRequired[str]
|
|
8952
|
+
OverrideVpcConfig: NotRequired[VpcConfigUnionTypeDef]
|
|
8953
|
+
|
|
8455
8954
|
class LabelingJobResourceConfigTypeDef(TypedDict):
|
|
8456
8955
|
VolumeKmsKeyId: NotRequired[str]
|
|
8457
8956
|
VpcConfig: NotRequired[VpcConfigUnionTypeDef]
|
|
@@ -8503,6 +9002,7 @@ InferenceComponentSpecificationSummaryTypeDef = TypedDict(
|
|
|
8503
9002
|
"ComputeResourceRequirements": NotRequired[
|
|
8504
9003
|
InferenceComponentComputeResourceRequirementsTypeDef
|
|
8505
9004
|
],
|
|
9005
|
+
"BaseInferenceComponentName": NotRequired[str],
|
|
8506
9006
|
},
|
|
8507
9007
|
)
|
|
8508
9008
|
|
|
@@ -8540,6 +9040,11 @@ class ListTrainingJobsResponseTypeDef(TypedDict):
|
|
|
8540
9040
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8541
9041
|
NextToken: NotRequired[str]
|
|
8542
9042
|
|
|
9043
|
+
class ListTrainingPlansResponseTypeDef(TypedDict):
|
|
9044
|
+
TrainingPlanSummaries: List[TrainingPlanSummaryTypeDef]
|
|
9045
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
9046
|
+
NextToken: NotRequired[str]
|
|
9047
|
+
|
|
8543
9048
|
class ListTrialsResponseTypeDef(TypedDict):
|
|
8544
9049
|
TrialSummaries: List[TrialSummaryTypeDef]
|
|
8545
9050
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -8684,6 +9189,24 @@ class DescribeArtifactResponseTypeDef(TypedDict):
|
|
|
8684
9189
|
LineageGroupArn: str
|
|
8685
9190
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8686
9191
|
|
|
9192
|
+
class DescribeComputeQuotaResponseTypeDef(TypedDict):
|
|
9193
|
+
ComputeQuotaArn: str
|
|
9194
|
+
ComputeQuotaId: str
|
|
9195
|
+
Name: str
|
|
9196
|
+
Description: str
|
|
9197
|
+
ComputeQuotaVersion: int
|
|
9198
|
+
Status: SchedulerResourceStatusType
|
|
9199
|
+
FailureReason: str
|
|
9200
|
+
ClusterArn: str
|
|
9201
|
+
ComputeQuotaConfig: ComputeQuotaConfigOutputTypeDef
|
|
9202
|
+
ComputeQuotaTarget: ComputeQuotaTargetTypeDef
|
|
9203
|
+
ActivationState: ActivationStateType
|
|
9204
|
+
CreationTime: datetime
|
|
9205
|
+
CreatedBy: UserContextTypeDef
|
|
9206
|
+
LastModifiedTime: datetime
|
|
9207
|
+
LastModifiedBy: UserContextTypeDef
|
|
9208
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
9209
|
+
|
|
8687
9210
|
class DescribeContextResponseTypeDef(TypedDict):
|
|
8688
9211
|
ContextName: str
|
|
8689
9212
|
ContextArn: str
|
|
@@ -8904,9 +9427,9 @@ class WorkerAccessConfigurationTypeDef(TypedDict):
|
|
|
8904
9427
|
class CreateInferenceComponentInputRequestTypeDef(TypedDict):
|
|
8905
9428
|
InferenceComponentName: str
|
|
8906
9429
|
EndpointName: str
|
|
8907
|
-
VariantName: str
|
|
8908
9430
|
Specification: InferenceComponentSpecificationTypeDef
|
|
8909
|
-
|
|
9431
|
+
VariantName: NotRequired[str]
|
|
9432
|
+
RuntimeConfig: NotRequired[InferenceComponentRuntimeConfigTypeDef]
|
|
8910
9433
|
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
8911
9434
|
|
|
8912
9435
|
class UpdateInferenceComponentInputRequestTypeDef(TypedDict):
|
|
@@ -9017,6 +9540,7 @@ class ListModelMetadataRequestRequestTypeDef(TypedDict):
|
|
|
9017
9540
|
class OptimizationConfigTypeDef(TypedDict):
|
|
9018
9541
|
ModelQuantizationConfig: NotRequired[ModelQuantizationConfigUnionTypeDef]
|
|
9019
9542
|
ModelCompilationConfig: NotRequired[ModelCompilationConfigUnionTypeDef]
|
|
9543
|
+
ModelShardingConfig: NotRequired[ModelShardingConfigUnionTypeDef]
|
|
9020
9544
|
|
|
9021
9545
|
BatchTransformInputOutputTypeDef = TypedDict(
|
|
9022
9546
|
"BatchTransformInputOutputTypeDef",
|
|
@@ -9091,6 +9615,35 @@ class PendingDeploymentSummaryTypeDef(TypedDict):
|
|
|
9091
9615
|
StartTime: NotRequired[datetime]
|
|
9092
9616
|
ShadowProductionVariants: NotRequired[List[PendingProductionVariantSummaryTypeDef]]
|
|
9093
9617
|
|
|
9618
|
+
class DescribeClusterSchedulerConfigResponseTypeDef(TypedDict):
|
|
9619
|
+
ClusterSchedulerConfigArn: str
|
|
9620
|
+
ClusterSchedulerConfigId: str
|
|
9621
|
+
Name: str
|
|
9622
|
+
ClusterSchedulerConfigVersion: int
|
|
9623
|
+
Status: SchedulerResourceStatusType
|
|
9624
|
+
FailureReason: str
|
|
9625
|
+
ClusterArn: str
|
|
9626
|
+
SchedulerConfig: SchedulerConfigOutputTypeDef
|
|
9627
|
+
Description: str
|
|
9628
|
+
CreationTime: datetime
|
|
9629
|
+
CreatedBy: UserContextTypeDef
|
|
9630
|
+
LastModifiedTime: datetime
|
|
9631
|
+
LastModifiedBy: UserContextTypeDef
|
|
9632
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
9633
|
+
|
|
9634
|
+
class CreateClusterSchedulerConfigRequestRequestTypeDef(TypedDict):
|
|
9635
|
+
Name: str
|
|
9636
|
+
ClusterArn: str
|
|
9637
|
+
SchedulerConfig: SchedulerConfigTypeDef
|
|
9638
|
+
Description: NotRequired[str]
|
|
9639
|
+
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
9640
|
+
|
|
9641
|
+
class UpdateClusterSchedulerConfigRequestRequestTypeDef(TypedDict):
|
|
9642
|
+
ClusterSchedulerConfigId: str
|
|
9643
|
+
TargetVersion: int
|
|
9644
|
+
SchedulerConfig: NotRequired[SchedulerConfigTypeDef]
|
|
9645
|
+
Description: NotRequired[str]
|
|
9646
|
+
|
|
9094
9647
|
class ProcessingOutputConfigOutputTypeDef(TypedDict):
|
|
9095
9648
|
Outputs: List[ProcessingOutputTypeDef]
|
|
9096
9649
|
KmsKeyId: NotRequired[str]
|
|
@@ -9209,6 +9762,10 @@ class RecommendationJobContainerConfigTypeDef(TypedDict):
|
|
|
9209
9762
|
DataInputConfig: NotRequired[str]
|
|
9210
9763
|
SupportedResponseMIMETypes: NotRequired[Sequence[str]]
|
|
9211
9764
|
|
|
9765
|
+
class SearchTrainingPlanOfferingsResponseTypeDef(TypedDict):
|
|
9766
|
+
TrainingPlanOfferings: List[TrainingPlanOfferingTypeDef]
|
|
9767
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
9768
|
+
|
|
9212
9769
|
class DataSourceTypeDef(TypedDict):
|
|
9213
9770
|
S3DataSource: NotRequired[S3DataSourceUnionTypeDef]
|
|
9214
9771
|
FileSystemDataSource: NotRequired[FileSystemDataSourceTypeDef]
|
|
@@ -9455,19 +10012,6 @@ class DescribeClusterResponseTypeDef(TypedDict):
|
|
|
9455
10012
|
NodeRecovery: ClusterNodeRecoveryType
|
|
9456
10013
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9457
10014
|
|
|
9458
|
-
class CreateClusterRequestRequestTypeDef(TypedDict):
|
|
9459
|
-
ClusterName: str
|
|
9460
|
-
InstanceGroups: Sequence[ClusterInstanceGroupSpecificationTypeDef]
|
|
9461
|
-
VpcConfig: NotRequired[VpcConfigTypeDef]
|
|
9462
|
-
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
9463
|
-
Orchestrator: NotRequired[ClusterOrchestratorTypeDef]
|
|
9464
|
-
NodeRecovery: NotRequired[ClusterNodeRecoveryType]
|
|
9465
|
-
|
|
9466
|
-
class UpdateClusterRequestRequestTypeDef(TypedDict):
|
|
9467
|
-
ClusterName: str
|
|
9468
|
-
InstanceGroups: Sequence[ClusterInstanceGroupSpecificationTypeDef]
|
|
9469
|
-
NodeRecovery: NotRequired[ClusterNodeRecoveryType]
|
|
9470
|
-
|
|
9471
10015
|
class DescribeClusterNodeResponseTypeDef(TypedDict):
|
|
9472
10016
|
NodeDetails: ClusterNodeDetailsTypeDef
|
|
9473
10017
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -9529,6 +10073,11 @@ class UpdateFeatureGroupRequestRequestTypeDef(TypedDict):
|
|
|
9529
10073
|
OnlineStoreConfig: NotRequired[OnlineStoreConfigUpdateTypeDef]
|
|
9530
10074
|
ThroughputConfig: NotRequired[ThroughputConfigUpdateTypeDef]
|
|
9531
10075
|
|
|
10076
|
+
class ListComputeQuotasResponseTypeDef(TypedDict):
|
|
10077
|
+
ComputeQuotaSummaries: List[ComputeQuotaSummaryTypeDef]
|
|
10078
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
10079
|
+
NextToken: NotRequired[str]
|
|
10080
|
+
|
|
9532
10081
|
class CreateAppImageConfigRequestRequestTypeDef(TypedDict):
|
|
9533
10082
|
AppImageConfigName: str
|
|
9534
10083
|
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
@@ -9545,6 +10094,20 @@ class UpdateAppImageConfigRequestRequestTypeDef(TypedDict):
|
|
|
9545
10094
|
AutoMLSecurityConfigUnionTypeDef = Union[
|
|
9546
10095
|
AutoMLSecurityConfigTypeDef, AutoMLSecurityConfigOutputTypeDef
|
|
9547
10096
|
]
|
|
10097
|
+
|
|
10098
|
+
class CreateClusterRequestRequestTypeDef(TypedDict):
|
|
10099
|
+
ClusterName: str
|
|
10100
|
+
InstanceGroups: Sequence[ClusterInstanceGroupSpecificationTypeDef]
|
|
10101
|
+
VpcConfig: NotRequired[VpcConfigTypeDef]
|
|
10102
|
+
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
10103
|
+
Orchestrator: NotRequired[ClusterOrchestratorTypeDef]
|
|
10104
|
+
NodeRecovery: NotRequired[ClusterNodeRecoveryType]
|
|
10105
|
+
|
|
10106
|
+
class UpdateClusterRequestRequestTypeDef(TypedDict):
|
|
10107
|
+
ClusterName: str
|
|
10108
|
+
InstanceGroups: Sequence[ClusterInstanceGroupSpecificationTypeDef]
|
|
10109
|
+
NodeRecovery: NotRequired[ClusterNodeRecoveryType]
|
|
10110
|
+
|
|
9548
10111
|
LabelingJobResourceConfigUnionTypeDef = Union[
|
|
9549
10112
|
LabelingJobResourceConfigTypeDef, LabelingJobResourceConfigOutputTypeDef
|
|
9550
10113
|
]
|