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,
|
|
@@ -443,6 +461,7 @@ __all__ = (
|
|
|
443
461
|
"ClusterNodeSummaryTypeDef",
|
|
444
462
|
"ClusterOrchestratorEksConfigTypeDef",
|
|
445
463
|
"ClusterOrchestratorTypeDef",
|
|
464
|
+
"ClusterSchedulerConfigSummaryTypeDef",
|
|
446
465
|
"ClusterSummaryTypeDef",
|
|
447
466
|
"CodeEditorAppImageConfigOutputTypeDef",
|
|
448
467
|
"CodeEditorAppImageConfigTypeDef",
|
|
@@ -458,6 +477,11 @@ __all__ = (
|
|
|
458
477
|
"CollectionConfigurationTypeDef",
|
|
459
478
|
"CollectionConfigurationUnionTypeDef",
|
|
460
479
|
"CompilationJobSummaryTypeDef",
|
|
480
|
+
"ComputeQuotaConfigOutputTypeDef",
|
|
481
|
+
"ComputeQuotaConfigTypeDef",
|
|
482
|
+
"ComputeQuotaResourceConfigTypeDef",
|
|
483
|
+
"ComputeQuotaSummaryTypeDef",
|
|
484
|
+
"ComputeQuotaTargetTypeDef",
|
|
461
485
|
"ConditionStepMetadataTypeDef",
|
|
462
486
|
"ContainerConfigOutputTypeDef",
|
|
463
487
|
"ContainerConfigTypeDef",
|
|
@@ -486,10 +510,14 @@ __all__ = (
|
|
|
486
510
|
"CreateAutoMLJobV2ResponseTypeDef",
|
|
487
511
|
"CreateClusterRequestRequestTypeDef",
|
|
488
512
|
"CreateClusterResponseTypeDef",
|
|
513
|
+
"CreateClusterSchedulerConfigRequestRequestTypeDef",
|
|
514
|
+
"CreateClusterSchedulerConfigResponseTypeDef",
|
|
489
515
|
"CreateCodeRepositoryInputRequestTypeDef",
|
|
490
516
|
"CreateCodeRepositoryOutputTypeDef",
|
|
491
517
|
"CreateCompilationJobRequestRequestTypeDef",
|
|
492
518
|
"CreateCompilationJobResponseTypeDef",
|
|
519
|
+
"CreateComputeQuotaRequestRequestTypeDef",
|
|
520
|
+
"CreateComputeQuotaResponseTypeDef",
|
|
493
521
|
"CreateContextRequestRequestTypeDef",
|
|
494
522
|
"CreateContextResponseTypeDef",
|
|
495
523
|
"CreateDataQualityJobDefinitionRequestRequestTypeDef",
|
|
@@ -557,6 +585,10 @@ __all__ = (
|
|
|
557
585
|
"CreateNotebookInstanceOutputTypeDef",
|
|
558
586
|
"CreateOptimizationJobRequestRequestTypeDef",
|
|
559
587
|
"CreateOptimizationJobResponseTypeDef",
|
|
588
|
+
"CreatePartnerAppPresignedUrlRequestRequestTypeDef",
|
|
589
|
+
"CreatePartnerAppPresignedUrlResponseTypeDef",
|
|
590
|
+
"CreatePartnerAppRequestRequestTypeDef",
|
|
591
|
+
"CreatePartnerAppResponseTypeDef",
|
|
560
592
|
"CreatePipelineRequestRequestTypeDef",
|
|
561
593
|
"CreatePipelineResponseTypeDef",
|
|
562
594
|
"CreatePresignedDomainUrlRequestRequestTypeDef",
|
|
@@ -575,6 +607,8 @@ __all__ = (
|
|
|
575
607
|
"CreateStudioLifecycleConfigResponseTypeDef",
|
|
576
608
|
"CreateTrainingJobRequestRequestTypeDef",
|
|
577
609
|
"CreateTrainingJobResponseTypeDef",
|
|
610
|
+
"CreateTrainingPlanRequestRequestTypeDef",
|
|
611
|
+
"CreateTrainingPlanResponseTypeDef",
|
|
578
612
|
"CreateTransformJobRequestRequestTypeDef",
|
|
579
613
|
"CreateTransformJobResponseTypeDef",
|
|
580
614
|
"CreateTrialComponentRequestRequestTypeDef",
|
|
@@ -627,8 +661,10 @@ __all__ = (
|
|
|
627
661
|
"DeleteAssociationResponseTypeDef",
|
|
628
662
|
"DeleteClusterRequestRequestTypeDef",
|
|
629
663
|
"DeleteClusterResponseTypeDef",
|
|
664
|
+
"DeleteClusterSchedulerConfigRequestRequestTypeDef",
|
|
630
665
|
"DeleteCodeRepositoryInputRequestTypeDef",
|
|
631
666
|
"DeleteCompilationJobRequestRequestTypeDef",
|
|
667
|
+
"DeleteComputeQuotaRequestRequestTypeDef",
|
|
632
668
|
"DeleteContextRequestRequestTypeDef",
|
|
633
669
|
"DeleteContextResponseTypeDef",
|
|
634
670
|
"DeleteDataQualityJobDefinitionRequestRequestTypeDef",
|
|
@@ -666,6 +702,8 @@ __all__ = (
|
|
|
666
702
|
"DeleteNotebookInstanceInputRequestTypeDef",
|
|
667
703
|
"DeleteNotebookInstanceLifecycleConfigInputRequestTypeDef",
|
|
668
704
|
"DeleteOptimizationJobRequestRequestTypeDef",
|
|
705
|
+
"DeletePartnerAppRequestRequestTypeDef",
|
|
706
|
+
"DeletePartnerAppResponseTypeDef",
|
|
669
707
|
"DeletePipelineRequestRequestTypeDef",
|
|
670
708
|
"DeletePipelineResponseTypeDef",
|
|
671
709
|
"DeleteProjectInputRequestTypeDef",
|
|
@@ -706,10 +744,14 @@ __all__ = (
|
|
|
706
744
|
"DescribeClusterNodeResponseTypeDef",
|
|
707
745
|
"DescribeClusterRequestRequestTypeDef",
|
|
708
746
|
"DescribeClusterResponseTypeDef",
|
|
747
|
+
"DescribeClusterSchedulerConfigRequestRequestTypeDef",
|
|
748
|
+
"DescribeClusterSchedulerConfigResponseTypeDef",
|
|
709
749
|
"DescribeCodeRepositoryInputRequestTypeDef",
|
|
710
750
|
"DescribeCodeRepositoryOutputTypeDef",
|
|
711
751
|
"DescribeCompilationJobRequestRequestTypeDef",
|
|
712
752
|
"DescribeCompilationJobResponseTypeDef",
|
|
753
|
+
"DescribeComputeQuotaRequestRequestTypeDef",
|
|
754
|
+
"DescribeComputeQuotaResponseTypeDef",
|
|
713
755
|
"DescribeContextRequestRequestTypeDef",
|
|
714
756
|
"DescribeContextResponseTypeDef",
|
|
715
757
|
"DescribeDataQualityJobDefinitionRequestRequestTypeDef",
|
|
@@ -794,6 +836,8 @@ __all__ = (
|
|
|
794
836
|
"DescribeNotebookInstanceOutputTypeDef",
|
|
795
837
|
"DescribeOptimizationJobRequestRequestTypeDef",
|
|
796
838
|
"DescribeOptimizationJobResponseTypeDef",
|
|
839
|
+
"DescribePartnerAppRequestRequestTypeDef",
|
|
840
|
+
"DescribePartnerAppResponseTypeDef",
|
|
797
841
|
"DescribePipelineDefinitionForExecutionRequestRequestTypeDef",
|
|
798
842
|
"DescribePipelineDefinitionForExecutionResponseTypeDef",
|
|
799
843
|
"DescribePipelineExecutionRequestRequestTypeDef",
|
|
@@ -814,6 +858,8 @@ __all__ = (
|
|
|
814
858
|
"DescribeTrainingJobRequestRequestTypeDef",
|
|
815
859
|
"DescribeTrainingJobRequestTrainingJobCompletedOrStoppedWaitTypeDef",
|
|
816
860
|
"DescribeTrainingJobResponseTypeDef",
|
|
861
|
+
"DescribeTrainingPlanRequestRequestTypeDef",
|
|
862
|
+
"DescribeTrainingPlanResponseTypeDef",
|
|
817
863
|
"DescribeTransformJobRequestRequestTypeDef",
|
|
818
864
|
"DescribeTransformJobRequestTransformJobCompletedOrStoppedWaitTypeDef",
|
|
819
865
|
"DescribeTransformJobResponseTypeDef",
|
|
@@ -890,6 +936,7 @@ __all__ = (
|
|
|
890
936
|
"EnvironmentParameterRangesTypeDef",
|
|
891
937
|
"EnvironmentParameterRangesUnionTypeDef",
|
|
892
938
|
"EnvironmentParameterTypeDef",
|
|
939
|
+
"ErrorInfoTypeDef",
|
|
893
940
|
"ExperimentConfigTypeDef",
|
|
894
941
|
"ExperimentSourceTypeDef",
|
|
895
942
|
"ExperimentSummaryTypeDef",
|
|
@@ -897,6 +944,8 @@ __all__ = (
|
|
|
897
944
|
"ExplainabilityTypeDef",
|
|
898
945
|
"ExplainerConfigOutputTypeDef",
|
|
899
946
|
"ExplainerConfigTypeDef",
|
|
947
|
+
"FSxLustreFileSystemConfigTypeDef",
|
|
948
|
+
"FSxLustreFileSystemTypeDef",
|
|
900
949
|
"FailStepMetadataTypeDef",
|
|
901
950
|
"FeatureDefinitionTypeDef",
|
|
902
951
|
"FeatureGroupSummaryTypeDef",
|
|
@@ -1072,6 +1121,9 @@ __all__ = (
|
|
|
1072
1121
|
"ListClusterNodesRequestListClusterNodesPaginateTypeDef",
|
|
1073
1122
|
"ListClusterNodesRequestRequestTypeDef",
|
|
1074
1123
|
"ListClusterNodesResponseTypeDef",
|
|
1124
|
+
"ListClusterSchedulerConfigsRequestListClusterSchedulerConfigsPaginateTypeDef",
|
|
1125
|
+
"ListClusterSchedulerConfigsRequestRequestTypeDef",
|
|
1126
|
+
"ListClusterSchedulerConfigsResponseTypeDef",
|
|
1075
1127
|
"ListClustersRequestListClustersPaginateTypeDef",
|
|
1076
1128
|
"ListClustersRequestRequestTypeDef",
|
|
1077
1129
|
"ListClustersResponseTypeDef",
|
|
@@ -1081,6 +1133,9 @@ __all__ = (
|
|
|
1081
1133
|
"ListCompilationJobsRequestListCompilationJobsPaginateTypeDef",
|
|
1082
1134
|
"ListCompilationJobsRequestRequestTypeDef",
|
|
1083
1135
|
"ListCompilationJobsResponseTypeDef",
|
|
1136
|
+
"ListComputeQuotasRequestListComputeQuotasPaginateTypeDef",
|
|
1137
|
+
"ListComputeQuotasRequestRequestTypeDef",
|
|
1138
|
+
"ListComputeQuotasResponseTypeDef",
|
|
1084
1139
|
"ListContextsRequestListContextsPaginateTypeDef",
|
|
1085
1140
|
"ListContextsRequestRequestTypeDef",
|
|
1086
1141
|
"ListContextsResponseTypeDef",
|
|
@@ -1210,6 +1265,9 @@ __all__ = (
|
|
|
1210
1265
|
"ListOptimizationJobsRequestListOptimizationJobsPaginateTypeDef",
|
|
1211
1266
|
"ListOptimizationJobsRequestRequestTypeDef",
|
|
1212
1267
|
"ListOptimizationJobsResponseTypeDef",
|
|
1268
|
+
"ListPartnerAppsRequestListPartnerAppsPaginateTypeDef",
|
|
1269
|
+
"ListPartnerAppsRequestRequestTypeDef",
|
|
1270
|
+
"ListPartnerAppsResponseTypeDef",
|
|
1213
1271
|
"ListPipelineExecutionStepsRequestListPipelineExecutionStepsPaginateTypeDef",
|
|
1214
1272
|
"ListPipelineExecutionStepsRequestRequestTypeDef",
|
|
1215
1273
|
"ListPipelineExecutionStepsResponseTypeDef",
|
|
@@ -1251,6 +1309,9 @@ __all__ = (
|
|
|
1251
1309
|
"ListTrainingJobsRequestListTrainingJobsPaginateTypeDef",
|
|
1252
1310
|
"ListTrainingJobsRequestRequestTypeDef",
|
|
1253
1311
|
"ListTrainingJobsResponseTypeDef",
|
|
1312
|
+
"ListTrainingPlansRequestListTrainingPlansPaginateTypeDef",
|
|
1313
|
+
"ListTrainingPlansRequestRequestTypeDef",
|
|
1314
|
+
"ListTrainingPlansResponseTypeDef",
|
|
1254
1315
|
"ListTransformJobsRequestListTransformJobsPaginateTypeDef",
|
|
1255
1316
|
"ListTransformJobsRequestRequestTypeDef",
|
|
1256
1317
|
"ListTransformJobsResponseTypeDef",
|
|
@@ -1346,6 +1407,9 @@ __all__ = (
|
|
|
1346
1407
|
"ModelQuantizationConfigTypeDef",
|
|
1347
1408
|
"ModelQuantizationConfigUnionTypeDef",
|
|
1348
1409
|
"ModelRegisterSettingsTypeDef",
|
|
1410
|
+
"ModelShardingConfigOutputTypeDef",
|
|
1411
|
+
"ModelShardingConfigTypeDef",
|
|
1412
|
+
"ModelShardingConfigUnionTypeDef",
|
|
1349
1413
|
"ModelStepMetadataTypeDef",
|
|
1350
1414
|
"ModelSummaryTypeDef",
|
|
1351
1415
|
"ModelTypeDef",
|
|
@@ -1437,6 +1501,10 @@ __all__ = (
|
|
|
1437
1501
|
"ParameterTypeDef",
|
|
1438
1502
|
"ParentHyperParameterTuningJobTypeDef",
|
|
1439
1503
|
"ParentTypeDef",
|
|
1504
|
+
"PartnerAppConfigOutputTypeDef",
|
|
1505
|
+
"PartnerAppConfigTypeDef",
|
|
1506
|
+
"PartnerAppMaintenanceConfigTypeDef",
|
|
1507
|
+
"PartnerAppSummaryTypeDef",
|
|
1440
1508
|
"PendingDeploymentSummaryTypeDef",
|
|
1441
1509
|
"PendingProductionVariantSummaryTypeDef",
|
|
1442
1510
|
"PhaseTypeDef",
|
|
@@ -1449,6 +1517,7 @@ __all__ = (
|
|
|
1449
1517
|
"PipelineSummaryTypeDef",
|
|
1450
1518
|
"PipelineTypeDef",
|
|
1451
1519
|
"PredefinedMetricSpecificationTypeDef",
|
|
1520
|
+
"PriorityClassTypeDef",
|
|
1452
1521
|
"ProcessingClusterConfigTypeDef",
|
|
1453
1522
|
"ProcessingFeatureStoreOutputTypeDef",
|
|
1454
1523
|
"ProcessingInputTypeDef",
|
|
@@ -1525,6 +1594,8 @@ __all__ = (
|
|
|
1525
1594
|
"RenderableTaskTypeDef",
|
|
1526
1595
|
"RenderingErrorTypeDef",
|
|
1527
1596
|
"RepositoryAuthConfigTypeDef",
|
|
1597
|
+
"ReservedCapacityOfferingTypeDef",
|
|
1598
|
+
"ReservedCapacitySummaryTypeDef",
|
|
1528
1599
|
"ResolvedAttributesTypeDef",
|
|
1529
1600
|
"ResourceCatalogTypeDef",
|
|
1530
1601
|
"ResourceConfigForUpdateTypeDef",
|
|
@@ -1532,6 +1603,7 @@ __all__ = (
|
|
|
1532
1603
|
"ResourceConfigTypeDef",
|
|
1533
1604
|
"ResourceConfigUnionTypeDef",
|
|
1534
1605
|
"ResourceLimitsTypeDef",
|
|
1606
|
+
"ResourceSharingConfigTypeDef",
|
|
1535
1607
|
"ResourceSpecTypeDef",
|
|
1536
1608
|
"ResponseMetadataTypeDef",
|
|
1537
1609
|
"RetentionPolicyTypeDef",
|
|
@@ -1549,12 +1621,16 @@ __all__ = (
|
|
|
1549
1621
|
"ScalingPolicyObjectiveTypeDef",
|
|
1550
1622
|
"ScalingPolicyTypeDef",
|
|
1551
1623
|
"ScheduleConfigTypeDef",
|
|
1624
|
+
"SchedulerConfigOutputTypeDef",
|
|
1625
|
+
"SchedulerConfigTypeDef",
|
|
1552
1626
|
"SearchExpressionPaginatorTypeDef",
|
|
1553
1627
|
"SearchExpressionTypeDef",
|
|
1554
1628
|
"SearchRecordTypeDef",
|
|
1555
1629
|
"SearchRequestRequestTypeDef",
|
|
1556
1630
|
"SearchRequestSearchPaginateTypeDef",
|
|
1557
1631
|
"SearchResponseTypeDef",
|
|
1632
|
+
"SearchTrainingPlanOfferingsRequestRequestTypeDef",
|
|
1633
|
+
"SearchTrainingPlanOfferingsResponseTypeDef",
|
|
1558
1634
|
"SecondaryStatusTransitionTypeDef",
|
|
1559
1635
|
"SelectedStepTypeDef",
|
|
1560
1636
|
"SelectiveExecutionConfigOutputTypeDef",
|
|
@@ -1669,6 +1745,9 @@ __all__ = (
|
|
|
1669
1745
|
"TrainingJobStepMetadataTypeDef",
|
|
1670
1746
|
"TrainingJobSummaryTypeDef",
|
|
1671
1747
|
"TrainingJobTypeDef",
|
|
1748
|
+
"TrainingPlanFilterTypeDef",
|
|
1749
|
+
"TrainingPlanOfferingTypeDef",
|
|
1750
|
+
"TrainingPlanSummaryTypeDef",
|
|
1672
1751
|
"TrainingRepositoryAuthConfigTypeDef",
|
|
1673
1752
|
"TrainingSpecificationOutputTypeDef",
|
|
1674
1753
|
"TrainingSpecificationTypeDef",
|
|
@@ -1710,10 +1789,14 @@ __all__ = (
|
|
|
1710
1789
|
"UpdateArtifactResponseTypeDef",
|
|
1711
1790
|
"UpdateClusterRequestRequestTypeDef",
|
|
1712
1791
|
"UpdateClusterResponseTypeDef",
|
|
1792
|
+
"UpdateClusterSchedulerConfigRequestRequestTypeDef",
|
|
1793
|
+
"UpdateClusterSchedulerConfigResponseTypeDef",
|
|
1713
1794
|
"UpdateClusterSoftwareRequestRequestTypeDef",
|
|
1714
1795
|
"UpdateClusterSoftwareResponseTypeDef",
|
|
1715
1796
|
"UpdateCodeRepositoryInputRequestTypeDef",
|
|
1716
1797
|
"UpdateCodeRepositoryOutputTypeDef",
|
|
1798
|
+
"UpdateComputeQuotaRequestRequestTypeDef",
|
|
1799
|
+
"UpdateComputeQuotaResponseTypeDef",
|
|
1717
1800
|
"UpdateContextRequestRequestTypeDef",
|
|
1718
1801
|
"UpdateContextResponseTypeDef",
|
|
1719
1802
|
"UpdateDeviceFleetRequestRequestTypeDef",
|
|
@@ -1753,6 +1836,8 @@ __all__ = (
|
|
|
1753
1836
|
"UpdateMonitoringScheduleResponseTypeDef",
|
|
1754
1837
|
"UpdateNotebookInstanceInputRequestTypeDef",
|
|
1755
1838
|
"UpdateNotebookInstanceLifecycleConfigInputRequestTypeDef",
|
|
1839
|
+
"UpdatePartnerAppRequestRequestTypeDef",
|
|
1840
|
+
"UpdatePartnerAppResponseTypeDef",
|
|
1756
1841
|
"UpdatePipelineExecutionRequestRequestTypeDef",
|
|
1757
1842
|
"UpdatePipelineExecutionResponseTypeDef",
|
|
1758
1843
|
"UpdatePipelineRequestRequestTypeDef",
|
|
@@ -2272,11 +2357,23 @@ class ClusterOrchestratorEksConfigTypeDef(TypedDict):
|
|
|
2272
2357
|
ClusterArn: str
|
|
2273
2358
|
|
|
2274
2359
|
|
|
2360
|
+
class ClusterSchedulerConfigSummaryTypeDef(TypedDict):
|
|
2361
|
+
ClusterSchedulerConfigArn: str
|
|
2362
|
+
ClusterSchedulerConfigId: str
|
|
2363
|
+
Name: str
|
|
2364
|
+
CreationTime: datetime
|
|
2365
|
+
Status: SchedulerResourceStatusType
|
|
2366
|
+
ClusterSchedulerConfigVersion: NotRequired[int]
|
|
2367
|
+
LastModifiedTime: NotRequired[datetime]
|
|
2368
|
+
ClusterArn: NotRequired[str]
|
|
2369
|
+
|
|
2370
|
+
|
|
2275
2371
|
class ClusterSummaryTypeDef(TypedDict):
|
|
2276
2372
|
ClusterArn: str
|
|
2277
2373
|
ClusterName: str
|
|
2278
2374
|
CreationTime: datetime
|
|
2279
2375
|
ClusterStatus: ClusterStatusType
|
|
2376
|
+
TrainingPlanArns: NotRequired[List[str]]
|
|
2280
2377
|
|
|
2281
2378
|
|
|
2282
2379
|
class ContainerConfigOutputTypeDef(TypedDict):
|
|
@@ -2346,6 +2443,21 @@ class CompilationJobSummaryTypeDef(TypedDict):
|
|
|
2346
2443
|
LastModifiedTime: NotRequired[datetime]
|
|
2347
2444
|
|
|
2348
2445
|
|
|
2446
|
+
class ComputeQuotaResourceConfigTypeDef(TypedDict):
|
|
2447
|
+
InstanceType: ClusterInstanceTypeType
|
|
2448
|
+
Count: int
|
|
2449
|
+
|
|
2450
|
+
|
|
2451
|
+
class ResourceSharingConfigTypeDef(TypedDict):
|
|
2452
|
+
Strategy: ResourceSharingStrategyType
|
|
2453
|
+
BorrowLimit: NotRequired[int]
|
|
2454
|
+
|
|
2455
|
+
|
|
2456
|
+
class ComputeQuotaTargetTypeDef(TypedDict):
|
|
2457
|
+
TeamName: str
|
|
2458
|
+
FairShareWeight: NotRequired[int]
|
|
2459
|
+
|
|
2460
|
+
|
|
2349
2461
|
class ConditionStepMetadataTypeDef(TypedDict):
|
|
2350
2462
|
Outcome: NotRequired[ConditionOutcomeType]
|
|
2351
2463
|
|
|
@@ -2561,6 +2673,21 @@ class OptimizationVpcConfigTypeDef(TypedDict):
|
|
|
2561
2673
|
Subnets: Sequence[str]
|
|
2562
2674
|
|
|
2563
2675
|
|
|
2676
|
+
class CreatePartnerAppPresignedUrlRequestRequestTypeDef(TypedDict):
|
|
2677
|
+
Arn: str
|
|
2678
|
+
ExpiresInSeconds: NotRequired[int]
|
|
2679
|
+
SessionExpirationDurationInSeconds: NotRequired[int]
|
|
2680
|
+
|
|
2681
|
+
|
|
2682
|
+
class PartnerAppConfigTypeDef(TypedDict):
|
|
2683
|
+
AdminUsers: NotRequired[Sequence[str]]
|
|
2684
|
+
Arguments: NotRequired[Mapping[str, str]]
|
|
2685
|
+
|
|
2686
|
+
|
|
2687
|
+
class PartnerAppMaintenanceConfigTypeDef(TypedDict):
|
|
2688
|
+
MaintenanceWindowStart: NotRequired[str]
|
|
2689
|
+
|
|
2690
|
+
|
|
2564
2691
|
class ParallelismConfigurationTypeDef(TypedDict):
|
|
2565
2692
|
MaxParallelExecutionSteps: int
|
|
2566
2693
|
|
|
@@ -2718,10 +2845,19 @@ class EFSFileSystemConfigTypeDef(TypedDict):
|
|
|
2718
2845
|
FileSystemPath: NotRequired[str]
|
|
2719
2846
|
|
|
2720
2847
|
|
|
2848
|
+
class FSxLustreFileSystemConfigTypeDef(TypedDict):
|
|
2849
|
+
FileSystemId: str
|
|
2850
|
+
FileSystemPath: NotRequired[str]
|
|
2851
|
+
|
|
2852
|
+
|
|
2721
2853
|
class EFSFileSystemTypeDef(TypedDict):
|
|
2722
2854
|
FileSystemId: str
|
|
2723
2855
|
|
|
2724
2856
|
|
|
2857
|
+
class FSxLustreFileSystemTypeDef(TypedDict):
|
|
2858
|
+
FileSystemId: str
|
|
2859
|
+
|
|
2860
|
+
|
|
2725
2861
|
class CustomPosixUserConfigTypeDef(TypedDict):
|
|
2726
2862
|
Uid: int
|
|
2727
2863
|
Gid: int
|
|
@@ -2875,6 +3011,10 @@ class DeleteClusterRequestRequestTypeDef(TypedDict):
|
|
|
2875
3011
|
ClusterName: str
|
|
2876
3012
|
|
|
2877
3013
|
|
|
3014
|
+
class DeleteClusterSchedulerConfigRequestRequestTypeDef(TypedDict):
|
|
3015
|
+
ClusterSchedulerConfigId: str
|
|
3016
|
+
|
|
3017
|
+
|
|
2878
3018
|
class DeleteCodeRepositoryInputRequestTypeDef(TypedDict):
|
|
2879
3019
|
CodeRepositoryName: str
|
|
2880
3020
|
|
|
@@ -2883,6 +3023,10 @@ class DeleteCompilationJobRequestRequestTypeDef(TypedDict):
|
|
|
2883
3023
|
CompilationJobName: str
|
|
2884
3024
|
|
|
2885
3025
|
|
|
3026
|
+
class DeleteComputeQuotaRequestRequestTypeDef(TypedDict):
|
|
3027
|
+
ComputeQuotaId: str
|
|
3028
|
+
|
|
3029
|
+
|
|
2886
3030
|
class DeleteContextRequestRequestTypeDef(TypedDict):
|
|
2887
3031
|
ContextName: str
|
|
2888
3032
|
|
|
@@ -3023,6 +3167,11 @@ class DeleteOptimizationJobRequestRequestTypeDef(TypedDict):
|
|
|
3023
3167
|
OptimizationJobName: str
|
|
3024
3168
|
|
|
3025
3169
|
|
|
3170
|
+
class DeletePartnerAppRequestRequestTypeDef(TypedDict):
|
|
3171
|
+
Arn: str
|
|
3172
|
+
ClientToken: NotRequired[str]
|
|
3173
|
+
|
|
3174
|
+
|
|
3026
3175
|
class DeletePipelineRequestRequestTypeDef(TypedDict):
|
|
3027
3176
|
PipelineName: str
|
|
3028
3177
|
ClientRequestToken: str
|
|
@@ -3153,6 +3302,11 @@ class DescribeClusterRequestRequestTypeDef(TypedDict):
|
|
|
3153
3302
|
ClusterName: str
|
|
3154
3303
|
|
|
3155
3304
|
|
|
3305
|
+
class DescribeClusterSchedulerConfigRequestRequestTypeDef(TypedDict):
|
|
3306
|
+
ClusterSchedulerConfigId: str
|
|
3307
|
+
ClusterSchedulerConfigVersion: NotRequired[int]
|
|
3308
|
+
|
|
3309
|
+
|
|
3156
3310
|
class DescribeCodeRepositoryInputRequestTypeDef(TypedDict):
|
|
3157
3311
|
CodeRepositoryName: str
|
|
3158
3312
|
|
|
@@ -3174,6 +3328,11 @@ class NeoVpcConfigOutputTypeDef(TypedDict):
|
|
|
3174
3328
|
Subnets: List[str]
|
|
3175
3329
|
|
|
3176
3330
|
|
|
3331
|
+
class DescribeComputeQuotaRequestRequestTypeDef(TypedDict):
|
|
3332
|
+
ComputeQuotaId: str
|
|
3333
|
+
ComputeQuotaVersion: NotRequired[int]
|
|
3334
|
+
|
|
3335
|
+
|
|
3177
3336
|
class DescribeContextRequestRequestTypeDef(TypedDict):
|
|
3178
3337
|
ContextName: str
|
|
3179
3338
|
|
|
@@ -3494,6 +3653,20 @@ class OptimizationVpcConfigOutputTypeDef(TypedDict):
|
|
|
3494
3653
|
Subnets: List[str]
|
|
3495
3654
|
|
|
3496
3655
|
|
|
3656
|
+
class DescribePartnerAppRequestRequestTypeDef(TypedDict):
|
|
3657
|
+
Arn: str
|
|
3658
|
+
|
|
3659
|
+
|
|
3660
|
+
class ErrorInfoTypeDef(TypedDict):
|
|
3661
|
+
Code: NotRequired[str]
|
|
3662
|
+
Reason: NotRequired[str]
|
|
3663
|
+
|
|
3664
|
+
|
|
3665
|
+
class PartnerAppConfigOutputTypeDef(TypedDict):
|
|
3666
|
+
AdminUsers: NotRequired[List[str]]
|
|
3667
|
+
Arguments: NotRequired[Dict[str, str]]
|
|
3668
|
+
|
|
3669
|
+
|
|
3497
3670
|
class DescribePipelineDefinitionForExecutionRequestRequestTypeDef(TypedDict):
|
|
3498
3671
|
PipelineExecutionArn: str
|
|
3499
3672
|
|
|
@@ -3593,6 +3766,22 @@ class WarmPoolStatusTypeDef(TypedDict):
|
|
|
3593
3766
|
ReusedByJob: NotRequired[str]
|
|
3594
3767
|
|
|
3595
3768
|
|
|
3769
|
+
class DescribeTrainingPlanRequestRequestTypeDef(TypedDict):
|
|
3770
|
+
TrainingPlanName: str
|
|
3771
|
+
|
|
3772
|
+
|
|
3773
|
+
class ReservedCapacitySummaryTypeDef(TypedDict):
|
|
3774
|
+
ReservedCapacityArn: str
|
|
3775
|
+
InstanceType: ReservedCapacityInstanceTypeType
|
|
3776
|
+
TotalInstanceCount: int
|
|
3777
|
+
Status: ReservedCapacityStatusType
|
|
3778
|
+
AvailabilityZone: NotRequired[str]
|
|
3779
|
+
DurationHours: NotRequired[int]
|
|
3780
|
+
DurationMinutes: NotRequired[int]
|
|
3781
|
+
StartTime: NotRequired[datetime]
|
|
3782
|
+
EndTime: NotRequired[datetime]
|
|
3783
|
+
|
|
3784
|
+
|
|
3596
3785
|
class DescribeTransformJobRequestRequestTypeDef(TypedDict):
|
|
3597
3786
|
TransformJobName: str
|
|
3598
3787
|
|
|
@@ -4293,6 +4482,23 @@ class OptimizationJobSummaryTypeDef(TypedDict):
|
|
|
4293
4482
|
LastModifiedTime: NotRequired[datetime]
|
|
4294
4483
|
|
|
4295
4484
|
|
|
4485
|
+
class ListPartnerAppsRequestRequestTypeDef(TypedDict):
|
|
4486
|
+
MaxResults: NotRequired[int]
|
|
4487
|
+
NextToken: NotRequired[str]
|
|
4488
|
+
|
|
4489
|
+
|
|
4490
|
+
PartnerAppSummaryTypeDef = TypedDict(
|
|
4491
|
+
"PartnerAppSummaryTypeDef",
|
|
4492
|
+
{
|
|
4493
|
+
"Arn": NotRequired[str],
|
|
4494
|
+
"Name": NotRequired[str],
|
|
4495
|
+
"Type": NotRequired[PartnerAppTypeType],
|
|
4496
|
+
"Status": NotRequired[PartnerAppStatusType],
|
|
4497
|
+
"CreationTime": NotRequired[datetime],
|
|
4498
|
+
},
|
|
4499
|
+
)
|
|
4500
|
+
|
|
4501
|
+
|
|
4296
4502
|
class ListPipelineExecutionStepsRequestRequestTypeDef(TypedDict):
|
|
4297
4503
|
PipelineExecutionArn: NotRequired[str]
|
|
4298
4504
|
NextToken: NotRequired[str]
|
|
@@ -4404,6 +4610,11 @@ class ListTrainingJobsForHyperParameterTuningJobRequestRequestTypeDef(TypedDict)
|
|
|
4404
4610
|
SortOrder: NotRequired[SortOrderType]
|
|
4405
4611
|
|
|
4406
4612
|
|
|
4613
|
+
class TrainingPlanFilterTypeDef(TypedDict):
|
|
4614
|
+
Name: Literal["Status"]
|
|
4615
|
+
Value: str
|
|
4616
|
+
|
|
4617
|
+
|
|
4407
4618
|
class TransformJobSummaryTypeDef(TypedDict):
|
|
4408
4619
|
TransformJobName: str
|
|
4409
4620
|
TransformJobArn: str
|
|
@@ -4520,6 +4731,16 @@ class ModelQuantizationConfigTypeDef(TypedDict):
|
|
|
4520
4731
|
OverrideEnvironment: NotRequired[Mapping[str, str]]
|
|
4521
4732
|
|
|
4522
4733
|
|
|
4734
|
+
class ModelShardingConfigOutputTypeDef(TypedDict):
|
|
4735
|
+
Image: NotRequired[str]
|
|
4736
|
+
OverrideEnvironment: NotRequired[Dict[str, str]]
|
|
4737
|
+
|
|
4738
|
+
|
|
4739
|
+
class ModelShardingConfigTypeDef(TypedDict):
|
|
4740
|
+
Image: NotRequired[str]
|
|
4741
|
+
OverrideEnvironment: NotRequired[Mapping[str, str]]
|
|
4742
|
+
|
|
4743
|
+
|
|
4523
4744
|
class ModelStepMetadataTypeDef(TypedDict):
|
|
4524
4745
|
Arn: NotRequired[str]
|
|
4525
4746
|
|
|
@@ -4676,6 +4897,11 @@ class SelectiveExecutionResultTypeDef(TypedDict):
|
|
|
4676
4897
|
SourcePipelineExecutionArn: NotRequired[str]
|
|
4677
4898
|
|
|
4678
4899
|
|
|
4900
|
+
class PriorityClassTypeDef(TypedDict):
|
|
4901
|
+
Name: str
|
|
4902
|
+
Weight: int
|
|
4903
|
+
|
|
4904
|
+
|
|
4679
4905
|
class ProcessingClusterConfigTypeDef(TypedDict):
|
|
4680
4906
|
InstanceCount: int
|
|
4681
4907
|
InstanceType: ProcessingInstanceTypeType
|
|
@@ -4805,6 +5031,16 @@ class RenderingErrorTypeDef(TypedDict):
|
|
|
4805
5031
|
Message: str
|
|
4806
5032
|
|
|
4807
5033
|
|
|
5034
|
+
class ReservedCapacityOfferingTypeDef(TypedDict):
|
|
5035
|
+
InstanceType: ReservedCapacityInstanceTypeType
|
|
5036
|
+
InstanceCount: int
|
|
5037
|
+
AvailabilityZone: NotRequired[str]
|
|
5038
|
+
DurationHours: NotRequired[int]
|
|
5039
|
+
DurationMinutes: NotRequired[int]
|
|
5040
|
+
StartTime: NotRequired[datetime]
|
|
5041
|
+
EndTime: NotRequired[datetime]
|
|
5042
|
+
|
|
5043
|
+
|
|
4808
5044
|
class ResourceConfigForUpdateTypeDef(TypedDict):
|
|
4809
5045
|
KeepAlivePeriodInSeconds: int
|
|
4810
5046
|
|
|
@@ -5148,6 +5384,12 @@ class CreateClusterResponseTypeDef(TypedDict):
|
|
|
5148
5384
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
5149
5385
|
|
|
5150
5386
|
|
|
5387
|
+
class CreateClusterSchedulerConfigResponseTypeDef(TypedDict):
|
|
5388
|
+
ClusterSchedulerConfigArn: str
|
|
5389
|
+
ClusterSchedulerConfigId: str
|
|
5390
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
5391
|
+
|
|
5392
|
+
|
|
5151
5393
|
class CreateCodeRepositoryOutputTypeDef(TypedDict):
|
|
5152
5394
|
CodeRepositoryArn: str
|
|
5153
5395
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -5158,6 +5400,12 @@ class CreateCompilationJobResponseTypeDef(TypedDict):
|
|
|
5158
5400
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
5159
5401
|
|
|
5160
5402
|
|
|
5403
|
+
class CreateComputeQuotaResponseTypeDef(TypedDict):
|
|
5404
|
+
ComputeQuotaArn: str
|
|
5405
|
+
ComputeQuotaId: str
|
|
5406
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
5407
|
+
|
|
5408
|
+
|
|
5161
5409
|
class CreateContextResponseTypeDef(TypedDict):
|
|
5162
5410
|
ContextArn: str
|
|
5163
5411
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -5320,6 +5568,16 @@ class CreateOptimizationJobResponseTypeDef(TypedDict):
|
|
|
5320
5568
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
5321
5569
|
|
|
5322
5570
|
|
|
5571
|
+
class CreatePartnerAppPresignedUrlResponseTypeDef(TypedDict):
|
|
5572
|
+
Url: str
|
|
5573
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
5574
|
+
|
|
5575
|
+
|
|
5576
|
+
class CreatePartnerAppResponseTypeDef(TypedDict):
|
|
5577
|
+
Arn: str
|
|
5578
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
5579
|
+
|
|
5580
|
+
|
|
5323
5581
|
class CreatePipelineResponseTypeDef(TypedDict):
|
|
5324
5582
|
PipelineArn: str
|
|
5325
5583
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -5366,6 +5624,11 @@ class CreateTrainingJobResponseTypeDef(TypedDict):
|
|
|
5366
5624
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
5367
5625
|
|
|
5368
5626
|
|
|
5627
|
+
class CreateTrainingPlanResponseTypeDef(TypedDict):
|
|
5628
|
+
TrainingPlanArn: str
|
|
5629
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
5630
|
+
|
|
5631
|
+
|
|
5369
5632
|
class CreateTransformJobResponseTypeDef(TypedDict):
|
|
5370
5633
|
TransformJobArn: str
|
|
5371
5634
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -5437,6 +5700,11 @@ class DeleteMlflowTrackingServerResponseTypeDef(TypedDict):
|
|
|
5437
5700
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
5438
5701
|
|
|
5439
5702
|
|
|
5703
|
+
class DeletePartnerAppResponseTypeDef(TypedDict):
|
|
5704
|
+
Arn: str
|
|
5705
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
5706
|
+
|
|
5707
|
+
|
|
5440
5708
|
class DeletePipelineResponseTypeDef(TypedDict):
|
|
5441
5709
|
PipelineArn: str
|
|
5442
5710
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -5614,6 +5882,12 @@ class UpdateClusterResponseTypeDef(TypedDict):
|
|
|
5614
5882
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
5615
5883
|
|
|
5616
5884
|
|
|
5885
|
+
class UpdateClusterSchedulerConfigResponseTypeDef(TypedDict):
|
|
5886
|
+
ClusterSchedulerConfigArn: str
|
|
5887
|
+
ClusterSchedulerConfigVersion: int
|
|
5888
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
5889
|
+
|
|
5890
|
+
|
|
5617
5891
|
class UpdateClusterSoftwareResponseTypeDef(TypedDict):
|
|
5618
5892
|
ClusterArn: str
|
|
5619
5893
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -5624,6 +5898,12 @@ class UpdateCodeRepositoryOutputTypeDef(TypedDict):
|
|
|
5624
5898
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
5625
5899
|
|
|
5626
5900
|
|
|
5901
|
+
class UpdateComputeQuotaResponseTypeDef(TypedDict):
|
|
5902
|
+
ComputeQuotaArn: str
|
|
5903
|
+
ComputeQuotaVersion: int
|
|
5904
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
5905
|
+
|
|
5906
|
+
|
|
5627
5907
|
class UpdateContextResponseTypeDef(TypedDict):
|
|
5628
5908
|
ContextArn: str
|
|
5629
5909
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -5710,6 +5990,11 @@ class UpdateMonitoringScheduleResponseTypeDef(TypedDict):
|
|
|
5710
5990
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
5711
5991
|
|
|
5712
5992
|
|
|
5993
|
+
class UpdatePartnerAppResponseTypeDef(TypedDict):
|
|
5994
|
+
Arn: str
|
|
5995
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
5996
|
+
|
|
5997
|
+
|
|
5713
5998
|
class UpdatePipelineExecutionResponseTypeDef(TypedDict):
|
|
5714
5999
|
PipelineExecutionArn: str
|
|
5715
6000
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -5807,6 +6092,12 @@ class CreateStudioLifecycleConfigRequestRequestTypeDef(TypedDict):
|
|
|
5807
6092
|
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
5808
6093
|
|
|
5809
6094
|
|
|
6095
|
+
class CreateTrainingPlanRequestRequestTypeDef(TypedDict):
|
|
6096
|
+
TrainingPlanName: str
|
|
6097
|
+
TrainingPlanOfferingId: str
|
|
6098
|
+
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
6099
|
+
|
|
6100
|
+
|
|
5810
6101
|
class ImportHubContentRequestRequestTypeDef(TypedDict):
|
|
5811
6102
|
HubContentName: str
|
|
5812
6103
|
HubContentType: HubContentTypeType
|
|
@@ -6184,6 +6475,12 @@ class ClusterOrchestratorTypeDef(TypedDict):
|
|
|
6184
6475
|
Eks: ClusterOrchestratorEksConfigTypeDef
|
|
6185
6476
|
|
|
6186
6477
|
|
|
6478
|
+
class ListClusterSchedulerConfigsResponseTypeDef(TypedDict):
|
|
6479
|
+
ClusterSchedulerConfigSummaries: List[ClusterSchedulerConfigSummaryTypeDef]
|
|
6480
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
6481
|
+
NextToken: NotRequired[str]
|
|
6482
|
+
|
|
6483
|
+
|
|
6187
6484
|
class ListClustersResponseTypeDef(TypedDict):
|
|
6188
6485
|
NextToken: str
|
|
6189
6486
|
ClusterSummaries: List[ClusterSummaryTypeDef]
|
|
@@ -6279,6 +6576,18 @@ class ListCompilationJobsResponseTypeDef(TypedDict):
|
|
|
6279
6576
|
NextToken: NotRequired[str]
|
|
6280
6577
|
|
|
6281
6578
|
|
|
6579
|
+
class ComputeQuotaConfigOutputTypeDef(TypedDict):
|
|
6580
|
+
ComputeQuotaResources: NotRequired[List[ComputeQuotaResourceConfigTypeDef]]
|
|
6581
|
+
ResourceSharingConfig: NotRequired[ResourceSharingConfigTypeDef]
|
|
6582
|
+
PreemptTeamTasks: NotRequired[PreemptTeamTasksType]
|
|
6583
|
+
|
|
6584
|
+
|
|
6585
|
+
class ComputeQuotaConfigTypeDef(TypedDict):
|
|
6586
|
+
ComputeQuotaResources: NotRequired[Sequence[ComputeQuotaResourceConfigTypeDef]]
|
|
6587
|
+
ResourceSharingConfig: NotRequired[ResourceSharingConfigTypeDef]
|
|
6588
|
+
PreemptTeamTasks: NotRequired[PreemptTeamTasksType]
|
|
6589
|
+
|
|
6590
|
+
|
|
6282
6591
|
ContainerConfigUnionTypeDef = Union[ContainerConfigTypeDef, ContainerConfigOutputTypeDef]
|
|
6283
6592
|
|
|
6284
6593
|
|
|
@@ -6501,6 +6810,33 @@ class UpdateNotebookInstanceLifecycleConfigInputRequestTypeDef(TypedDict):
|
|
|
6501
6810
|
OnStart: NotRequired[Sequence[NotebookInstanceLifecycleHookTypeDef]]
|
|
6502
6811
|
|
|
6503
6812
|
|
|
6813
|
+
CreatePartnerAppRequestRequestTypeDef = TypedDict(
|
|
6814
|
+
"CreatePartnerAppRequestRequestTypeDef",
|
|
6815
|
+
{
|
|
6816
|
+
"Name": str,
|
|
6817
|
+
"Type": PartnerAppTypeType,
|
|
6818
|
+
"ExecutionRoleArn": str,
|
|
6819
|
+
"Tier": str,
|
|
6820
|
+
"AuthType": Literal["IAM"],
|
|
6821
|
+
"MaintenanceConfig": NotRequired[PartnerAppMaintenanceConfigTypeDef],
|
|
6822
|
+
"ApplicationConfig": NotRequired[PartnerAppConfigTypeDef],
|
|
6823
|
+
"EnableIamSessionBasedIdentity": NotRequired[bool],
|
|
6824
|
+
"ClientToken": NotRequired[str],
|
|
6825
|
+
"Tags": NotRequired[Sequence[TagTypeDef]],
|
|
6826
|
+
},
|
|
6827
|
+
)
|
|
6828
|
+
|
|
6829
|
+
|
|
6830
|
+
class UpdatePartnerAppRequestRequestTypeDef(TypedDict):
|
|
6831
|
+
Arn: str
|
|
6832
|
+
MaintenanceConfig: NotRequired[PartnerAppMaintenanceConfigTypeDef]
|
|
6833
|
+
Tier: NotRequired[str]
|
|
6834
|
+
ApplicationConfig: NotRequired[PartnerAppConfigTypeDef]
|
|
6835
|
+
EnableIamSessionBasedIdentity: NotRequired[bool]
|
|
6836
|
+
ClientToken: NotRequired[str]
|
|
6837
|
+
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
6838
|
+
|
|
6839
|
+
|
|
6504
6840
|
class RetryPipelineExecutionRequestRequestTypeDef(TypedDict):
|
|
6505
6841
|
PipelineExecutionArn: str
|
|
6506
6842
|
ClientRequestToken: str
|
|
@@ -6623,6 +6959,18 @@ class ListClusterNodesRequestRequestTypeDef(TypedDict):
|
|
|
6623
6959
|
SortOrder: NotRequired[SortOrderType]
|
|
6624
6960
|
|
|
6625
6961
|
|
|
6962
|
+
class ListClusterSchedulerConfigsRequestRequestTypeDef(TypedDict):
|
|
6963
|
+
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
6964
|
+
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
6965
|
+
NameContains: NotRequired[str]
|
|
6966
|
+
ClusterArn: NotRequired[str]
|
|
6967
|
+
Status: NotRequired[SchedulerResourceStatusType]
|
|
6968
|
+
SortBy: NotRequired[SortClusterSchedulerConfigByType]
|
|
6969
|
+
SortOrder: NotRequired[SortOrderType]
|
|
6970
|
+
NextToken: NotRequired[str]
|
|
6971
|
+
MaxResults: NotRequired[int]
|
|
6972
|
+
|
|
6973
|
+
|
|
6626
6974
|
class ListClustersRequestRequestTypeDef(TypedDict):
|
|
6627
6975
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
6628
6976
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
@@ -6631,6 +6979,7 @@ class ListClustersRequestRequestTypeDef(TypedDict):
|
|
|
6631
6979
|
NextToken: NotRequired[str]
|
|
6632
6980
|
SortBy: NotRequired[ClusterSortByType]
|
|
6633
6981
|
SortOrder: NotRequired[SortOrderType]
|
|
6982
|
+
TrainingPlanArn: NotRequired[str]
|
|
6634
6983
|
|
|
6635
6984
|
|
|
6636
6985
|
class ListCodeRepositoriesInputRequestTypeDef(TypedDict):
|
|
@@ -6658,6 +7007,18 @@ class ListCompilationJobsRequestRequestTypeDef(TypedDict):
|
|
|
6658
7007
|
SortOrder: NotRequired[SortOrderType]
|
|
6659
7008
|
|
|
6660
7009
|
|
|
7010
|
+
class ListComputeQuotasRequestRequestTypeDef(TypedDict):
|
|
7011
|
+
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
7012
|
+
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
7013
|
+
NameContains: NotRequired[str]
|
|
7014
|
+
Status: NotRequired[SchedulerResourceStatusType]
|
|
7015
|
+
ClusterArn: NotRequired[str]
|
|
7016
|
+
SortBy: NotRequired[SortQuotaByType]
|
|
7017
|
+
SortOrder: NotRequired[SortOrderType]
|
|
7018
|
+
NextToken: NotRequired[str]
|
|
7019
|
+
MaxResults: NotRequired[int]
|
|
7020
|
+
|
|
7021
|
+
|
|
6661
7022
|
class ListContextsRequestRequestTypeDef(TypedDict):
|
|
6662
7023
|
SourceUri: NotRequired[str]
|
|
6663
7024
|
ContextType: NotRequired[str]
|
|
@@ -7223,6 +7584,7 @@ class ListTrainingJobsRequestRequestTypeDef(TypedDict):
|
|
|
7223
7584
|
SortBy: NotRequired[SortByType]
|
|
7224
7585
|
SortOrder: NotRequired[SortOrderType]
|
|
7225
7586
|
WarmPoolStatusEquals: NotRequired[WarmPoolResourceStatusType]
|
|
7587
|
+
TrainingPlanArnEquals: NotRequired[str]
|
|
7226
7588
|
|
|
7227
7589
|
|
|
7228
7590
|
class ListTransformJobsRequestRequestTypeDef(TypedDict):
|
|
@@ -7271,6 +7633,15 @@ class QueryFiltersTypeDef(TypedDict):
|
|
|
7271
7633
|
Properties: NotRequired[Mapping[str, str]]
|
|
7272
7634
|
|
|
7273
7635
|
|
|
7636
|
+
class SearchTrainingPlanOfferingsRequestRequestTypeDef(TypedDict):
|
|
7637
|
+
InstanceType: ReservedCapacityInstanceTypeType
|
|
7638
|
+
InstanceCount: int
|
|
7639
|
+
TargetResources: Sequence[SageMakerResourceNameType]
|
|
7640
|
+
StartTimeAfter: NotRequired[TimestampTypeDef]
|
|
7641
|
+
EndTimeBefore: NotRequired[TimestampTypeDef]
|
|
7642
|
+
DurationHours: NotRequired[int]
|
|
7643
|
+
|
|
7644
|
+
|
|
7274
7645
|
class CreateTrialComponentRequestRequestTypeDef(TypedDict):
|
|
7275
7646
|
TrialComponentName: str
|
|
7276
7647
|
DisplayName: NotRequired[str]
|
|
@@ -7316,10 +7687,12 @@ class UpdateWorkforceRequestRequestTypeDef(TypedDict):
|
|
|
7316
7687
|
|
|
7317
7688
|
class CustomFileSystemConfigTypeDef(TypedDict):
|
|
7318
7689
|
EFSFileSystemConfig: NotRequired[EFSFileSystemConfigTypeDef]
|
|
7690
|
+
FSxLustreFileSystemConfig: NotRequired[FSxLustreFileSystemConfigTypeDef]
|
|
7319
7691
|
|
|
7320
7692
|
|
|
7321
7693
|
class CustomFileSystemTypeDef(TypedDict):
|
|
7322
7694
|
EFSFileSystem: NotRequired[EFSFileSystemTypeDef]
|
|
7695
|
+
FSxLustreFileSystem: NotRequired[FSxLustreFileSystemTypeDef]
|
|
7323
7696
|
|
|
7324
7697
|
|
|
7325
7698
|
class ModelBiasBaselineConfigTypeDef(TypedDict):
|
|
@@ -7614,6 +7987,28 @@ class ListMonitoringExecutionsResponseTypeDef(TypedDict):
|
|
|
7614
7987
|
NextToken: NotRequired[str]
|
|
7615
7988
|
|
|
7616
7989
|
|
|
7990
|
+
DescribePartnerAppResponseTypeDef = TypedDict(
|
|
7991
|
+
"DescribePartnerAppResponseTypeDef",
|
|
7992
|
+
{
|
|
7993
|
+
"Arn": str,
|
|
7994
|
+
"Name": str,
|
|
7995
|
+
"Type": PartnerAppTypeType,
|
|
7996
|
+
"Status": PartnerAppStatusType,
|
|
7997
|
+
"CreationTime": datetime,
|
|
7998
|
+
"ExecutionRoleArn": str,
|
|
7999
|
+
"BaseUrl": str,
|
|
8000
|
+
"MaintenanceConfig": PartnerAppMaintenanceConfigTypeDef,
|
|
8001
|
+
"Tier": str,
|
|
8002
|
+
"Version": str,
|
|
8003
|
+
"ApplicationConfig": PartnerAppConfigOutputTypeDef,
|
|
8004
|
+
"AuthType": Literal["IAM"],
|
|
8005
|
+
"EnableIamSessionBasedIdentity": bool,
|
|
8006
|
+
"Error": ErrorInfoTypeDef,
|
|
8007
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
8008
|
+
},
|
|
8009
|
+
)
|
|
8010
|
+
|
|
8011
|
+
|
|
7617
8012
|
class DescribeSubscribedWorkteamResponseTypeDef(TypedDict):
|
|
7618
8013
|
SubscribedWorkteam: SubscribedWorkteamTypeDef
|
|
7619
8014
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -7634,6 +8029,44 @@ class TrainingJobSummaryTypeDef(TypedDict):
|
|
|
7634
8029
|
LastModifiedTime: NotRequired[datetime]
|
|
7635
8030
|
SecondaryStatus: NotRequired[SecondaryStatusType]
|
|
7636
8031
|
WarmPoolStatus: NotRequired[WarmPoolStatusTypeDef]
|
|
8032
|
+
TrainingPlanArn: NotRequired[str]
|
|
8033
|
+
|
|
8034
|
+
|
|
8035
|
+
class DescribeTrainingPlanResponseTypeDef(TypedDict):
|
|
8036
|
+
TrainingPlanArn: str
|
|
8037
|
+
TrainingPlanName: str
|
|
8038
|
+
Status: TrainingPlanStatusType
|
|
8039
|
+
StatusMessage: str
|
|
8040
|
+
DurationHours: int
|
|
8041
|
+
DurationMinutes: int
|
|
8042
|
+
StartTime: datetime
|
|
8043
|
+
EndTime: datetime
|
|
8044
|
+
UpfrontFee: str
|
|
8045
|
+
CurrencyCode: str
|
|
8046
|
+
TotalInstanceCount: int
|
|
8047
|
+
AvailableInstanceCount: int
|
|
8048
|
+
InUseInstanceCount: int
|
|
8049
|
+
TargetResources: List[SageMakerResourceNameType]
|
|
8050
|
+
ReservedCapacitySummaries: List[ReservedCapacitySummaryTypeDef]
|
|
8051
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
8052
|
+
|
|
8053
|
+
|
|
8054
|
+
class TrainingPlanSummaryTypeDef(TypedDict):
|
|
8055
|
+
TrainingPlanArn: str
|
|
8056
|
+
TrainingPlanName: str
|
|
8057
|
+
Status: TrainingPlanStatusType
|
|
8058
|
+
StatusMessage: NotRequired[str]
|
|
8059
|
+
DurationHours: NotRequired[int]
|
|
8060
|
+
DurationMinutes: NotRequired[int]
|
|
8061
|
+
StartTime: NotRequired[datetime]
|
|
8062
|
+
EndTime: NotRequired[datetime]
|
|
8063
|
+
UpfrontFee: NotRequired[str]
|
|
8064
|
+
CurrencyCode: NotRequired[str]
|
|
8065
|
+
TotalInstanceCount: NotRequired[int]
|
|
8066
|
+
AvailableInstanceCount: NotRequired[int]
|
|
8067
|
+
InUseInstanceCount: NotRequired[int]
|
|
8068
|
+
TargetResources: NotRequired[List[SageMakerResourceNameType]]
|
|
8069
|
+
ReservedCapacitySummaries: NotRequired[List[ReservedCapacitySummaryTypeDef]]
|
|
7637
8070
|
|
|
7638
8071
|
|
|
7639
8072
|
class TrialSummaryTypeDef(TypedDict):
|
|
@@ -7936,10 +8369,13 @@ class ListImageVersionsResponseTypeDef(TypedDict):
|
|
|
7936
8369
|
InferenceComponentSpecificationTypeDef = TypedDict(
|
|
7937
8370
|
"InferenceComponentSpecificationTypeDef",
|
|
7938
8371
|
{
|
|
7939
|
-
"ComputeResourceRequirements": InferenceComponentComputeResourceRequirementsTypeDef,
|
|
7940
8372
|
"ModelName": NotRequired[str],
|
|
7941
8373
|
"Container": NotRequired[InferenceComponentContainerSpecificationTypeDef],
|
|
7942
8374
|
"StartupParameters": NotRequired[InferenceComponentStartupParametersTypeDef],
|
|
8375
|
+
"ComputeResourceRequirements": NotRequired[
|
|
8376
|
+
InferenceComponentComputeResourceRequirementsTypeDef
|
|
8377
|
+
],
|
|
8378
|
+
"BaseInferenceComponentName": NotRequired[str],
|
|
7943
8379
|
},
|
|
7944
8380
|
)
|
|
7945
8381
|
|
|
@@ -7963,6 +8399,7 @@ class ResourceConfigOutputTypeDef(TypedDict):
|
|
|
7963
8399
|
VolumeKmsKeyId: NotRequired[str]
|
|
7964
8400
|
KeepAlivePeriodInSeconds: NotRequired[int]
|
|
7965
8401
|
InstanceGroups: NotRequired[List[InstanceGroupTypeDef]]
|
|
8402
|
+
TrainingPlanArn: NotRequired[str]
|
|
7966
8403
|
|
|
7967
8404
|
|
|
7968
8405
|
class ResourceConfigTypeDef(TypedDict):
|
|
@@ -7972,6 +8409,7 @@ class ResourceConfigTypeDef(TypedDict):
|
|
|
7972
8409
|
VolumeKmsKeyId: NotRequired[str]
|
|
7973
8410
|
KeepAlivePeriodInSeconds: NotRequired[int]
|
|
7974
8411
|
InstanceGroups: NotRequired[Sequence[InstanceGroupTypeDef]]
|
|
8412
|
+
TrainingPlanArn: NotRequired[str]
|
|
7975
8413
|
|
|
7976
8414
|
|
|
7977
8415
|
class ParameterRangeOutputTypeDef(TypedDict):
|
|
@@ -8124,12 +8562,24 @@ class ListClusterNodesRequestListClusterNodesPaginateTypeDef(TypedDict):
|
|
|
8124
8562
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8125
8563
|
|
|
8126
8564
|
|
|
8565
|
+
class ListClusterSchedulerConfigsRequestListClusterSchedulerConfigsPaginateTypeDef(TypedDict):
|
|
8566
|
+
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
8567
|
+
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
8568
|
+
NameContains: NotRequired[str]
|
|
8569
|
+
ClusterArn: NotRequired[str]
|
|
8570
|
+
Status: NotRequired[SchedulerResourceStatusType]
|
|
8571
|
+
SortBy: NotRequired[SortClusterSchedulerConfigByType]
|
|
8572
|
+
SortOrder: NotRequired[SortOrderType]
|
|
8573
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8574
|
+
|
|
8575
|
+
|
|
8127
8576
|
class ListClustersRequestListClustersPaginateTypeDef(TypedDict):
|
|
8128
8577
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8129
8578
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8130
8579
|
NameContains: NotRequired[str]
|
|
8131
8580
|
SortBy: NotRequired[ClusterSortByType]
|
|
8132
8581
|
SortOrder: NotRequired[SortOrderType]
|
|
8582
|
+
TrainingPlanArn: NotRequired[str]
|
|
8133
8583
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8134
8584
|
|
|
8135
8585
|
|
|
@@ -8156,6 +8606,17 @@ class ListCompilationJobsRequestListCompilationJobsPaginateTypeDef(TypedDict):
|
|
|
8156
8606
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8157
8607
|
|
|
8158
8608
|
|
|
8609
|
+
class ListComputeQuotasRequestListComputeQuotasPaginateTypeDef(TypedDict):
|
|
8610
|
+
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
8611
|
+
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
8612
|
+
NameContains: NotRequired[str]
|
|
8613
|
+
Status: NotRequired[SchedulerResourceStatusType]
|
|
8614
|
+
ClusterArn: NotRequired[str]
|
|
8615
|
+
SortBy: NotRequired[SortQuotaByType]
|
|
8616
|
+
SortOrder: NotRequired[SortOrderType]
|
|
8617
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8618
|
+
|
|
8619
|
+
|
|
8159
8620
|
class ListContextsRequestListContextsPaginateTypeDef(TypedDict):
|
|
8160
8621
|
SourceUri: NotRequired[str]
|
|
8161
8622
|
ContextType: NotRequired[str]
|
|
@@ -8591,6 +9052,10 @@ class ListOptimizationJobsRequestListOptimizationJobsPaginateTypeDef(TypedDict):
|
|
|
8591
9052
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8592
9053
|
|
|
8593
9054
|
|
|
9055
|
+
class ListPartnerAppsRequestListPartnerAppsPaginateTypeDef(TypedDict):
|
|
9056
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9057
|
+
|
|
9058
|
+
|
|
8594
9059
|
class ListPipelineExecutionStepsRequestListPipelineExecutionStepsPaginateTypeDef(TypedDict):
|
|
8595
9060
|
PipelineExecutionArn: NotRequired[str]
|
|
8596
9061
|
SortOrder: NotRequired[SortOrderType]
|
|
@@ -8700,6 +9165,7 @@ class ListTrainingJobsRequestListTrainingJobsPaginateTypeDef(TypedDict):
|
|
|
8700
9165
|
SortBy: NotRequired[SortByType]
|
|
8701
9166
|
SortOrder: NotRequired[SortOrderType]
|
|
8702
9167
|
WarmPoolStatusEquals: NotRequired[WarmPoolResourceStatusType]
|
|
9168
|
+
TrainingPlanArnEquals: NotRequired[str]
|
|
8703
9169
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8704
9170
|
|
|
8705
9171
|
|
|
@@ -8860,6 +9326,12 @@ class ListOptimizationJobsResponseTypeDef(TypedDict):
|
|
|
8860
9326
|
NextToken: NotRequired[str]
|
|
8861
9327
|
|
|
8862
9328
|
|
|
9329
|
+
class ListPartnerAppsResponseTypeDef(TypedDict):
|
|
9330
|
+
Summaries: List[PartnerAppSummaryTypeDef]
|
|
9331
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
9332
|
+
NextToken: NotRequired[str]
|
|
9333
|
+
|
|
9334
|
+
|
|
8863
9335
|
class ListPipelineExecutionsResponseTypeDef(TypedDict):
|
|
8864
9336
|
PipelineExecutionSummaries: List[PipelineExecutionSummaryTypeDef]
|
|
8865
9337
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -8902,6 +9374,25 @@ class ListStudioLifecycleConfigsResponseTypeDef(TypedDict):
|
|
|
8902
9374
|
NextToken: NotRequired[str]
|
|
8903
9375
|
|
|
8904
9376
|
|
|
9377
|
+
class ListTrainingPlansRequestListTrainingPlansPaginateTypeDef(TypedDict):
|
|
9378
|
+
StartTimeAfter: NotRequired[TimestampTypeDef]
|
|
9379
|
+
StartTimeBefore: NotRequired[TimestampTypeDef]
|
|
9380
|
+
SortBy: NotRequired[TrainingPlanSortByType]
|
|
9381
|
+
SortOrder: NotRequired[TrainingPlanSortOrderType]
|
|
9382
|
+
Filters: NotRequired[Sequence[TrainingPlanFilterTypeDef]]
|
|
9383
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9384
|
+
|
|
9385
|
+
|
|
9386
|
+
class ListTrainingPlansRequestRequestTypeDef(TypedDict):
|
|
9387
|
+
NextToken: NotRequired[str]
|
|
9388
|
+
MaxResults: NotRequired[int]
|
|
9389
|
+
StartTimeAfter: NotRequired[TimestampTypeDef]
|
|
9390
|
+
StartTimeBefore: NotRequired[TimestampTypeDef]
|
|
9391
|
+
SortBy: NotRequired[TrainingPlanSortByType]
|
|
9392
|
+
SortOrder: NotRequired[TrainingPlanSortOrderType]
|
|
9393
|
+
Filters: NotRequired[Sequence[TrainingPlanFilterTypeDef]]
|
|
9394
|
+
|
|
9395
|
+
|
|
8905
9396
|
class ListTransformJobsResponseTypeDef(TypedDict):
|
|
8906
9397
|
TransformJobSummaries: List[TransformJobSummaryTypeDef]
|
|
8907
9398
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -8982,13 +9473,19 @@ class ModelPackageStatusDetailsTypeDef(TypedDict):
|
|
|
8982
9473
|
ImageScanStatuses: NotRequired[List[ModelPackageStatusItemTypeDef]]
|
|
8983
9474
|
|
|
8984
9475
|
|
|
9476
|
+
ModelQuantizationConfigUnionTypeDef = Union[
|
|
9477
|
+
ModelQuantizationConfigTypeDef, ModelQuantizationConfigOutputTypeDef
|
|
9478
|
+
]
|
|
9479
|
+
|
|
9480
|
+
|
|
8985
9481
|
class OptimizationConfigOutputTypeDef(TypedDict):
|
|
8986
9482
|
ModelQuantizationConfig: NotRequired[ModelQuantizationConfigOutputTypeDef]
|
|
8987
9483
|
ModelCompilationConfig: NotRequired[ModelCompilationConfigOutputTypeDef]
|
|
9484
|
+
ModelShardingConfig: NotRequired[ModelShardingConfigOutputTypeDef]
|
|
8988
9485
|
|
|
8989
9486
|
|
|
8990
|
-
|
|
8991
|
-
|
|
9487
|
+
ModelShardingConfigUnionTypeDef = Union[
|
|
9488
|
+
ModelShardingConfigTypeDef, ModelShardingConfigOutputTypeDef
|
|
8992
9489
|
]
|
|
8993
9490
|
MonitoringAppSpecificationUnionTypeDef = Union[
|
|
8994
9491
|
MonitoringAppSpecificationTypeDef, MonitoringAppSpecificationOutputTypeDef
|
|
@@ -9081,6 +9578,16 @@ class ProductionVariantSummaryTypeDef(TypedDict):
|
|
|
9081
9578
|
RoutingConfig: NotRequired[ProductionVariantRoutingConfigTypeDef]
|
|
9082
9579
|
|
|
9083
9580
|
|
|
9581
|
+
class SchedulerConfigOutputTypeDef(TypedDict):
|
|
9582
|
+
PriorityClasses: NotRequired[List[PriorityClassTypeDef]]
|
|
9583
|
+
FairShare: NotRequired[FairShareType]
|
|
9584
|
+
|
|
9585
|
+
|
|
9586
|
+
class SchedulerConfigTypeDef(TypedDict):
|
|
9587
|
+
PriorityClasses: NotRequired[Sequence[PriorityClassTypeDef]]
|
|
9588
|
+
FairShare: NotRequired[FairShareType]
|
|
9589
|
+
|
|
9590
|
+
|
|
9084
9591
|
class ProcessingResourcesTypeDef(TypedDict):
|
|
9085
9592
|
ClusterConfig: ProcessingClusterConfigTypeDef
|
|
9086
9593
|
|
|
@@ -9188,6 +9695,18 @@ class RenderUiTemplateResponseTypeDef(TypedDict):
|
|
|
9188
9695
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9189
9696
|
|
|
9190
9697
|
|
|
9698
|
+
class TrainingPlanOfferingTypeDef(TypedDict):
|
|
9699
|
+
TrainingPlanOfferingId: str
|
|
9700
|
+
TargetResources: List[SageMakerResourceNameType]
|
|
9701
|
+
RequestedStartTimeAfter: NotRequired[datetime]
|
|
9702
|
+
RequestedEndTimeBefore: NotRequired[datetime]
|
|
9703
|
+
DurationHours: NotRequired[int]
|
|
9704
|
+
DurationMinutes: NotRequired[int]
|
|
9705
|
+
UpfrontFee: NotRequired[str]
|
|
9706
|
+
CurrencyCode: NotRequired[str]
|
|
9707
|
+
ReservedCapacityOfferings: NotRequired[List[ReservedCapacityOfferingTypeDef]]
|
|
9708
|
+
|
|
9709
|
+
|
|
9191
9710
|
class UpdateTrainingJobRequestRequestTypeDef(TypedDict):
|
|
9192
9711
|
TrainingJobName: str
|
|
9193
9712
|
ProfilerConfig: NotRequired[ProfilerConfigForUpdateTypeDef]
|
|
@@ -9540,17 +10059,10 @@ class ClusterInstanceGroupDetailsTypeDef(TypedDict):
|
|
|
9540
10059
|
ThreadsPerCore: NotRequired[int]
|
|
9541
10060
|
InstanceStorageConfigs: NotRequired[List[ClusterInstanceStorageConfigTypeDef]]
|
|
9542
10061
|
OnStartDeepHealthChecks: NotRequired[List[DeepHealthCheckTypeType]]
|
|
9543
|
-
|
|
9544
|
-
|
|
9545
|
-
|
|
9546
|
-
|
|
9547
|
-
InstanceGroupName: str
|
|
9548
|
-
InstanceType: ClusterInstanceTypeType
|
|
9549
|
-
LifeCycleConfig: ClusterLifeCycleConfigTypeDef
|
|
9550
|
-
ExecutionRole: str
|
|
9551
|
-
ThreadsPerCore: NotRequired[int]
|
|
9552
|
-
InstanceStorageConfigs: NotRequired[Sequence[ClusterInstanceStorageConfigTypeDef]]
|
|
9553
|
-
OnStartDeepHealthChecks: NotRequired[Sequence[DeepHealthCheckTypeType]]
|
|
10062
|
+
Status: NotRequired[InstanceGroupStatusType]
|
|
10063
|
+
TrainingPlanArn: NotRequired[str]
|
|
10064
|
+
TrainingPlanStatus: NotRequired[str]
|
|
10065
|
+
OverrideVpcConfig: NotRequired[VpcConfigOutputTypeDef]
|
|
9554
10066
|
|
|
9555
10067
|
|
|
9556
10068
|
class ClusterNodeDetailsTypeDef(TypedDict):
|
|
@@ -9560,6 +10072,7 @@ class ClusterNodeDetailsTypeDef(TypedDict):
|
|
|
9560
10072
|
InstanceType: NotRequired[ClusterInstanceTypeType]
|
|
9561
10073
|
LaunchTime: NotRequired[datetime]
|
|
9562
10074
|
LifeCycleConfig: NotRequired[ClusterLifeCycleConfigTypeDef]
|
|
10075
|
+
OverrideVpcConfig: NotRequired[VpcConfigOutputTypeDef]
|
|
9563
10076
|
ThreadsPerCore: NotRequired[int]
|
|
9564
10077
|
InstanceStorageConfigs: NotRequired[List[ClusterInstanceStorageConfigTypeDef]]
|
|
9565
10078
|
PrivatePrimaryIp: NotRequired[str]
|
|
@@ -9606,6 +10119,39 @@ class DebugHookConfigTypeDef(TypedDict):
|
|
|
9606
10119
|
CollectionConfigurations: NotRequired[Sequence[CollectionConfigurationUnionTypeDef]]
|
|
9607
10120
|
|
|
9608
10121
|
|
|
10122
|
+
class ComputeQuotaSummaryTypeDef(TypedDict):
|
|
10123
|
+
ComputeQuotaArn: str
|
|
10124
|
+
ComputeQuotaId: str
|
|
10125
|
+
Name: str
|
|
10126
|
+
Status: SchedulerResourceStatusType
|
|
10127
|
+
ComputeQuotaTarget: ComputeQuotaTargetTypeDef
|
|
10128
|
+
CreationTime: datetime
|
|
10129
|
+
ComputeQuotaVersion: NotRequired[int]
|
|
10130
|
+
ClusterArn: NotRequired[str]
|
|
10131
|
+
ComputeQuotaConfig: NotRequired[ComputeQuotaConfigOutputTypeDef]
|
|
10132
|
+
ActivationState: NotRequired[ActivationStateType]
|
|
10133
|
+
LastModifiedTime: NotRequired[datetime]
|
|
10134
|
+
|
|
10135
|
+
|
|
10136
|
+
class CreateComputeQuotaRequestRequestTypeDef(TypedDict):
|
|
10137
|
+
Name: str
|
|
10138
|
+
ClusterArn: str
|
|
10139
|
+
ComputeQuotaConfig: ComputeQuotaConfigTypeDef
|
|
10140
|
+
ComputeQuotaTarget: ComputeQuotaTargetTypeDef
|
|
10141
|
+
Description: NotRequired[str]
|
|
10142
|
+
ActivationState: NotRequired[ActivationStateType]
|
|
10143
|
+
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
10144
|
+
|
|
10145
|
+
|
|
10146
|
+
class UpdateComputeQuotaRequestRequestTypeDef(TypedDict):
|
|
10147
|
+
ComputeQuotaId: str
|
|
10148
|
+
TargetVersion: int
|
|
10149
|
+
ComputeQuotaConfig: NotRequired[ComputeQuotaConfigTypeDef]
|
|
10150
|
+
ComputeQuotaTarget: NotRequired[ComputeQuotaTargetTypeDef]
|
|
10151
|
+
ActivationState: NotRequired[ActivationStateType]
|
|
10152
|
+
Description: NotRequired[str]
|
|
10153
|
+
|
|
10154
|
+
|
|
9609
10155
|
class CodeEditorAppImageConfigTypeDef(TypedDict):
|
|
9610
10156
|
FileSystemConfig: NotRequired[FileSystemConfigTypeDef]
|
|
9611
10157
|
ContainerConfig: NotRequired[ContainerConfigUnionTypeDef]
|
|
@@ -9628,6 +10174,19 @@ class AutoMLSecurityConfigTypeDef(TypedDict):
|
|
|
9628
10174
|
VpcConfig: NotRequired[VpcConfigUnionTypeDef]
|
|
9629
10175
|
|
|
9630
10176
|
|
|
10177
|
+
class ClusterInstanceGroupSpecificationTypeDef(TypedDict):
|
|
10178
|
+
InstanceCount: int
|
|
10179
|
+
InstanceGroupName: str
|
|
10180
|
+
InstanceType: ClusterInstanceTypeType
|
|
10181
|
+
LifeCycleConfig: ClusterLifeCycleConfigTypeDef
|
|
10182
|
+
ExecutionRole: str
|
|
10183
|
+
ThreadsPerCore: NotRequired[int]
|
|
10184
|
+
InstanceStorageConfigs: NotRequired[Sequence[ClusterInstanceStorageConfigTypeDef]]
|
|
10185
|
+
OnStartDeepHealthChecks: NotRequired[Sequence[DeepHealthCheckTypeType]]
|
|
10186
|
+
TrainingPlanArn: NotRequired[str]
|
|
10187
|
+
OverrideVpcConfig: NotRequired[VpcConfigUnionTypeDef]
|
|
10188
|
+
|
|
10189
|
+
|
|
9631
10190
|
class LabelingJobResourceConfigTypeDef(TypedDict):
|
|
9632
10191
|
VolumeKmsKeyId: NotRequired[str]
|
|
9633
10192
|
VpcConfig: NotRequired[VpcConfigUnionTypeDef]
|
|
@@ -9685,6 +10244,7 @@ InferenceComponentSpecificationSummaryTypeDef = TypedDict(
|
|
|
9685
10244
|
"ComputeResourceRequirements": NotRequired[
|
|
9686
10245
|
InferenceComponentComputeResourceRequirementsTypeDef
|
|
9687
10246
|
],
|
|
10247
|
+
"BaseInferenceComponentName": NotRequired[str],
|
|
9688
10248
|
},
|
|
9689
10249
|
)
|
|
9690
10250
|
|
|
@@ -9728,6 +10288,12 @@ class ListTrainingJobsResponseTypeDef(TypedDict):
|
|
|
9728
10288
|
NextToken: NotRequired[str]
|
|
9729
10289
|
|
|
9730
10290
|
|
|
10291
|
+
class ListTrainingPlansResponseTypeDef(TypedDict):
|
|
10292
|
+
TrainingPlanSummaries: List[TrainingPlanSummaryTypeDef]
|
|
10293
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
10294
|
+
NextToken: NotRequired[str]
|
|
10295
|
+
|
|
10296
|
+
|
|
9731
10297
|
class ListTrialsResponseTypeDef(TypedDict):
|
|
9732
10298
|
TrialSummaries: List[TrialSummaryTypeDef]
|
|
9733
10299
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -9892,6 +10458,25 @@ class DescribeArtifactResponseTypeDef(TypedDict):
|
|
|
9892
10458
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9893
10459
|
|
|
9894
10460
|
|
|
10461
|
+
class DescribeComputeQuotaResponseTypeDef(TypedDict):
|
|
10462
|
+
ComputeQuotaArn: str
|
|
10463
|
+
ComputeQuotaId: str
|
|
10464
|
+
Name: str
|
|
10465
|
+
Description: str
|
|
10466
|
+
ComputeQuotaVersion: int
|
|
10467
|
+
Status: SchedulerResourceStatusType
|
|
10468
|
+
FailureReason: str
|
|
10469
|
+
ClusterArn: str
|
|
10470
|
+
ComputeQuotaConfig: ComputeQuotaConfigOutputTypeDef
|
|
10471
|
+
ComputeQuotaTarget: ComputeQuotaTargetTypeDef
|
|
10472
|
+
ActivationState: ActivationStateType
|
|
10473
|
+
CreationTime: datetime
|
|
10474
|
+
CreatedBy: UserContextTypeDef
|
|
10475
|
+
LastModifiedTime: datetime
|
|
10476
|
+
LastModifiedBy: UserContextTypeDef
|
|
10477
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
10478
|
+
|
|
10479
|
+
|
|
9895
10480
|
class DescribeContextResponseTypeDef(TypedDict):
|
|
9896
10481
|
ContextName: str
|
|
9897
10482
|
ContextArn: str
|
|
@@ -10129,9 +10714,9 @@ class WorkerAccessConfigurationTypeDef(TypedDict):
|
|
|
10129
10714
|
class CreateInferenceComponentInputRequestTypeDef(TypedDict):
|
|
10130
10715
|
InferenceComponentName: str
|
|
10131
10716
|
EndpointName: str
|
|
10132
|
-
VariantName: str
|
|
10133
10717
|
Specification: InferenceComponentSpecificationTypeDef
|
|
10134
|
-
|
|
10718
|
+
VariantName: NotRequired[str]
|
|
10719
|
+
RuntimeConfig: NotRequired[InferenceComponentRuntimeConfigTypeDef]
|
|
10135
10720
|
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
10136
10721
|
|
|
10137
10722
|
|
|
@@ -10260,6 +10845,7 @@ class ListModelMetadataRequestRequestTypeDef(TypedDict):
|
|
|
10260
10845
|
class OptimizationConfigTypeDef(TypedDict):
|
|
10261
10846
|
ModelQuantizationConfig: NotRequired[ModelQuantizationConfigUnionTypeDef]
|
|
10262
10847
|
ModelCompilationConfig: NotRequired[ModelCompilationConfigUnionTypeDef]
|
|
10848
|
+
ModelShardingConfig: NotRequired[ModelShardingConfigUnionTypeDef]
|
|
10263
10849
|
|
|
10264
10850
|
|
|
10265
10851
|
BatchTransformInputOutputTypeDef = TypedDict(
|
|
@@ -10343,6 +10929,38 @@ class PendingDeploymentSummaryTypeDef(TypedDict):
|
|
|
10343
10929
|
ShadowProductionVariants: NotRequired[List[PendingProductionVariantSummaryTypeDef]]
|
|
10344
10930
|
|
|
10345
10931
|
|
|
10932
|
+
class DescribeClusterSchedulerConfigResponseTypeDef(TypedDict):
|
|
10933
|
+
ClusterSchedulerConfigArn: str
|
|
10934
|
+
ClusterSchedulerConfigId: str
|
|
10935
|
+
Name: str
|
|
10936
|
+
ClusterSchedulerConfigVersion: int
|
|
10937
|
+
Status: SchedulerResourceStatusType
|
|
10938
|
+
FailureReason: str
|
|
10939
|
+
ClusterArn: str
|
|
10940
|
+
SchedulerConfig: SchedulerConfigOutputTypeDef
|
|
10941
|
+
Description: str
|
|
10942
|
+
CreationTime: datetime
|
|
10943
|
+
CreatedBy: UserContextTypeDef
|
|
10944
|
+
LastModifiedTime: datetime
|
|
10945
|
+
LastModifiedBy: UserContextTypeDef
|
|
10946
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
10947
|
+
|
|
10948
|
+
|
|
10949
|
+
class CreateClusterSchedulerConfigRequestRequestTypeDef(TypedDict):
|
|
10950
|
+
Name: str
|
|
10951
|
+
ClusterArn: str
|
|
10952
|
+
SchedulerConfig: SchedulerConfigTypeDef
|
|
10953
|
+
Description: NotRequired[str]
|
|
10954
|
+
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
10955
|
+
|
|
10956
|
+
|
|
10957
|
+
class UpdateClusterSchedulerConfigRequestRequestTypeDef(TypedDict):
|
|
10958
|
+
ClusterSchedulerConfigId: str
|
|
10959
|
+
TargetVersion: int
|
|
10960
|
+
SchedulerConfig: NotRequired[SchedulerConfigTypeDef]
|
|
10961
|
+
Description: NotRequired[str]
|
|
10962
|
+
|
|
10963
|
+
|
|
10346
10964
|
class ProcessingOutputConfigOutputTypeDef(TypedDict):
|
|
10347
10965
|
Outputs: List[ProcessingOutputTypeDef]
|
|
10348
10966
|
KmsKeyId: NotRequired[str]
|
|
@@ -10473,6 +11091,11 @@ class RecommendationJobContainerConfigTypeDef(TypedDict):
|
|
|
10473
11091
|
SupportedResponseMIMETypes: NotRequired[Sequence[str]]
|
|
10474
11092
|
|
|
10475
11093
|
|
|
11094
|
+
class SearchTrainingPlanOfferingsResponseTypeDef(TypedDict):
|
|
11095
|
+
TrainingPlanOfferings: List[TrainingPlanOfferingTypeDef]
|
|
11096
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
11097
|
+
|
|
11098
|
+
|
|
10476
11099
|
class DataSourceTypeDef(TypedDict):
|
|
10477
11100
|
S3DataSource: NotRequired[S3DataSourceUnionTypeDef]
|
|
10478
11101
|
FileSystemDataSource: NotRequired[FileSystemDataSourceTypeDef]
|
|
@@ -10750,21 +11373,6 @@ class DescribeClusterResponseTypeDef(TypedDict):
|
|
|
10750
11373
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
10751
11374
|
|
|
10752
11375
|
|
|
10753
|
-
class CreateClusterRequestRequestTypeDef(TypedDict):
|
|
10754
|
-
ClusterName: str
|
|
10755
|
-
InstanceGroups: Sequence[ClusterInstanceGroupSpecificationTypeDef]
|
|
10756
|
-
VpcConfig: NotRequired[VpcConfigTypeDef]
|
|
10757
|
-
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
10758
|
-
Orchestrator: NotRequired[ClusterOrchestratorTypeDef]
|
|
10759
|
-
NodeRecovery: NotRequired[ClusterNodeRecoveryType]
|
|
10760
|
-
|
|
10761
|
-
|
|
10762
|
-
class UpdateClusterRequestRequestTypeDef(TypedDict):
|
|
10763
|
-
ClusterName: str
|
|
10764
|
-
InstanceGroups: Sequence[ClusterInstanceGroupSpecificationTypeDef]
|
|
10765
|
-
NodeRecovery: NotRequired[ClusterNodeRecoveryType]
|
|
10766
|
-
|
|
10767
|
-
|
|
10768
11376
|
class DescribeClusterNodeResponseTypeDef(TypedDict):
|
|
10769
11377
|
NodeDetails: ClusterNodeDetailsTypeDef
|
|
10770
11378
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -10831,6 +11439,12 @@ class UpdateFeatureGroupRequestRequestTypeDef(TypedDict):
|
|
|
10831
11439
|
ThroughputConfig: NotRequired[ThroughputConfigUpdateTypeDef]
|
|
10832
11440
|
|
|
10833
11441
|
|
|
11442
|
+
class ListComputeQuotasResponseTypeDef(TypedDict):
|
|
11443
|
+
ComputeQuotaSummaries: List[ComputeQuotaSummaryTypeDef]
|
|
11444
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
11445
|
+
NextToken: NotRequired[str]
|
|
11446
|
+
|
|
11447
|
+
|
|
10834
11448
|
class CreateAppImageConfigRequestRequestTypeDef(TypedDict):
|
|
10835
11449
|
AppImageConfigName: str
|
|
10836
11450
|
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
@@ -10849,6 +11463,23 @@ class UpdateAppImageConfigRequestRequestTypeDef(TypedDict):
|
|
|
10849
11463
|
AutoMLSecurityConfigUnionTypeDef = Union[
|
|
10850
11464
|
AutoMLSecurityConfigTypeDef, AutoMLSecurityConfigOutputTypeDef
|
|
10851
11465
|
]
|
|
11466
|
+
|
|
11467
|
+
|
|
11468
|
+
class CreateClusterRequestRequestTypeDef(TypedDict):
|
|
11469
|
+
ClusterName: str
|
|
11470
|
+
InstanceGroups: Sequence[ClusterInstanceGroupSpecificationTypeDef]
|
|
11471
|
+
VpcConfig: NotRequired[VpcConfigTypeDef]
|
|
11472
|
+
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
11473
|
+
Orchestrator: NotRequired[ClusterOrchestratorTypeDef]
|
|
11474
|
+
NodeRecovery: NotRequired[ClusterNodeRecoveryType]
|
|
11475
|
+
|
|
11476
|
+
|
|
11477
|
+
class UpdateClusterRequestRequestTypeDef(TypedDict):
|
|
11478
|
+
ClusterName: str
|
|
11479
|
+
InstanceGroups: Sequence[ClusterInstanceGroupSpecificationTypeDef]
|
|
11480
|
+
NodeRecovery: NotRequired[ClusterNodeRecoveryType]
|
|
11481
|
+
|
|
11482
|
+
|
|
10852
11483
|
LabelingJobResourceConfigUnionTypeDef = Union[
|
|
10853
11484
|
LabelingJobResourceConfigTypeDef, LabelingJobResourceConfigOutputTypeDef
|
|
10854
11485
|
]
|