mypy-boto3-sagemaker 1.35.68__py3-none-any.whl → 1.35.86__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 +16 -0
- mypy_boto3_sagemaker/__init__.pyi +16 -0
- mypy_boto3_sagemaker/__main__.py +8 -7
- mypy_boto3_sagemaker/client.py +789 -296
- mypy_boto3_sagemaker/client.pyi +789 -295
- mypy_boto3_sagemaker/literals.py +115 -1
- mypy_boto3_sagemaker/literals.pyi +115 -1
- mypy_boto3_sagemaker/paginator.py +952 -428
- mypy_boto3_sagemaker/paginator.pyi +867 -427
- mypy_boto3_sagemaker/type_defs.py +1142 -590
- mypy_boto3_sagemaker/type_defs.pyi +1077 -583
- mypy_boto3_sagemaker/version.py +1 -1
- mypy_boto3_sagemaker/waiter.py +41 -36
- mypy_boto3_sagemaker/waiter.pyi +41 -36
- {mypy_boto3_sagemaker-1.35.68.dist-info → mypy_boto3_sagemaker-1.35.86.dist-info}/METADATA +63 -9
- mypy_boto3_sagemaker-1.35.86.dist-info/RECORD +20 -0
- mypy_boto3_sagemaker-1.35.68.dist-info/RECORD +0 -20
- {mypy_boto3_sagemaker-1.35.68.dist-info → mypy_boto3_sagemaker-1.35.86.dist-info}/LICENSE +0 -0
- {mypy_boto3_sagemaker-1.35.68.dist-info → mypy_boto3_sagemaker-1.35.86.dist-info}/WHEEL +0 -0
- {mypy_boto3_sagemaker-1.35.68.dist-info → mypy_boto3_sagemaker-1.35.86.dist-info}/top_level.txt +0 -0
mypy_boto3_sagemaker/literals.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"""
|
|
2
2
|
Type annotations for sagemaker service literal definitions.
|
|
3
3
|
|
|
4
|
-
[
|
|
4
|
+
[Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/literals/)
|
|
5
5
|
|
|
6
6
|
Usage::
|
|
7
7
|
|
|
@@ -24,6 +24,7 @@ else:
|
|
|
24
24
|
|
|
25
25
|
__all__ = (
|
|
26
26
|
"ActionStatusType",
|
|
27
|
+
"ActivationStateType",
|
|
27
28
|
"AdditionalS3DataSourceDataTypeType",
|
|
28
29
|
"AggregationTransformationValueType",
|
|
29
30
|
"AlgorithmSortByType",
|
|
@@ -107,6 +108,7 @@ __all__ = (
|
|
|
107
108
|
"ExecutionRoleIdentityConfigType",
|
|
108
109
|
"ExecutionStatusType",
|
|
109
110
|
"FailureHandlingPolicyType",
|
|
111
|
+
"FairShareType",
|
|
110
112
|
"FeatureGroupSortByType",
|
|
111
113
|
"FeatureGroupSortOrderType",
|
|
112
114
|
"FeatureGroupStatusType",
|
|
@@ -150,6 +152,7 @@ __all__ = (
|
|
|
150
152
|
"InferenceExperimentStopDesiredStateType",
|
|
151
153
|
"InferenceExperimentTypeType",
|
|
152
154
|
"InputModeType",
|
|
155
|
+
"InstanceGroupStatusType",
|
|
153
156
|
"InstanceTypeType",
|
|
154
157
|
"IsTrackingServerActiveType",
|
|
155
158
|
"JobTypeType",
|
|
@@ -168,10 +171,12 @@ __all__ = (
|
|
|
168
171
|
"ListAutoMLJobsPaginatorName",
|
|
169
172
|
"ListCandidatesForAutoMLJobPaginatorName",
|
|
170
173
|
"ListClusterNodesPaginatorName",
|
|
174
|
+
"ListClusterSchedulerConfigsPaginatorName",
|
|
171
175
|
"ListClustersPaginatorName",
|
|
172
176
|
"ListCodeRepositoriesPaginatorName",
|
|
173
177
|
"ListCompilationJobsPaginatorName",
|
|
174
178
|
"ListCompilationJobsSortByType",
|
|
179
|
+
"ListComputeQuotasPaginatorName",
|
|
175
180
|
"ListContextsPaginatorName",
|
|
176
181
|
"ListDataQualityJobDefinitionsPaginatorName",
|
|
177
182
|
"ListDeviceFleetsPaginatorName",
|
|
@@ -219,6 +224,7 @@ __all__ = (
|
|
|
219
224
|
"ListNotebookInstancesPaginatorName",
|
|
220
225
|
"ListOptimizationJobsPaginatorName",
|
|
221
226
|
"ListOptimizationJobsSortByType",
|
|
227
|
+
"ListPartnerAppsPaginatorName",
|
|
222
228
|
"ListPipelineExecutionStepsPaginatorName",
|
|
223
229
|
"ListPipelineExecutionsPaginatorName",
|
|
224
230
|
"ListPipelineParametersForExecutionPaginatorName",
|
|
@@ -232,6 +238,7 @@ __all__ = (
|
|
|
232
238
|
"ListTagsPaginatorName",
|
|
233
239
|
"ListTrainingJobsForHyperParameterTuningJobPaginatorName",
|
|
234
240
|
"ListTrainingJobsPaginatorName",
|
|
241
|
+
"ListTrainingPlansPaginatorName",
|
|
235
242
|
"ListTransformJobsPaginatorName",
|
|
236
243
|
"ListTrialComponentsPaginatorName",
|
|
237
244
|
"ListTrialsPaginatorName",
|
|
@@ -290,8 +297,12 @@ __all__ = (
|
|
|
290
297
|
"OutputCompressionTypeType",
|
|
291
298
|
"PaginatorName",
|
|
292
299
|
"ParameterTypeType",
|
|
300
|
+
"PartnerAppAuthTypeType",
|
|
301
|
+
"PartnerAppStatusType",
|
|
302
|
+
"PartnerAppTypeType",
|
|
293
303
|
"PipelineExecutionStatusType",
|
|
294
304
|
"PipelineStatusType",
|
|
305
|
+
"PreemptTeamTasksType",
|
|
295
306
|
"ProblemTypeType",
|
|
296
307
|
"ProcessingInstanceTypeType",
|
|
297
308
|
"ProcessingJobCompletedOrStoppedWaiterName",
|
|
@@ -321,9 +332,12 @@ __all__ = (
|
|
|
321
332
|
"RedshiftResultFormatType",
|
|
322
333
|
"RegionName",
|
|
323
334
|
"RepositoryAccessModeType",
|
|
335
|
+
"ReservedCapacityInstanceTypeType",
|
|
336
|
+
"ReservedCapacityStatusType",
|
|
324
337
|
"ResourceCatalogSortByType",
|
|
325
338
|
"ResourceCatalogSortOrderType",
|
|
326
339
|
"ResourceServiceName",
|
|
340
|
+
"ResourceSharingStrategyType",
|
|
327
341
|
"ResourceTypeType",
|
|
328
342
|
"RetentionTypeType",
|
|
329
343
|
"RootAccessType",
|
|
@@ -333,9 +347,11 @@ __all__ = (
|
|
|
333
347
|
"S3DataTypeType",
|
|
334
348
|
"S3ModelDataTypeType",
|
|
335
349
|
"SageMakerImageNameType",
|
|
350
|
+
"SageMakerResourceNameType",
|
|
336
351
|
"SageMakerServiceName",
|
|
337
352
|
"SagemakerServicecatalogStatusType",
|
|
338
353
|
"ScheduleStatusType",
|
|
354
|
+
"SchedulerResourceStatusType",
|
|
339
355
|
"SearchPaginatorName",
|
|
340
356
|
"SearchSortOrderType",
|
|
341
357
|
"SecondaryStatusType",
|
|
@@ -346,6 +362,7 @@ __all__ = (
|
|
|
346
362
|
"SortArtifactsByType",
|
|
347
363
|
"SortAssociationsByType",
|
|
348
364
|
"SortByType",
|
|
365
|
+
"SortClusterSchedulerConfigByType",
|
|
349
366
|
"SortContextsByType",
|
|
350
367
|
"SortExperimentsByType",
|
|
351
368
|
"SortInferenceExperimentsByType",
|
|
@@ -353,6 +370,7 @@ __all__ = (
|
|
|
353
370
|
"SortOrderType",
|
|
354
371
|
"SortPipelineExecutionsByType",
|
|
355
372
|
"SortPipelinesByType",
|
|
373
|
+
"SortQuotaByType",
|
|
356
374
|
"SortTrackingServerByType",
|
|
357
375
|
"SortTrialComponentsByType",
|
|
358
376
|
"SortTrialsByType",
|
|
@@ -383,6 +401,10 @@ __all__ = (
|
|
|
383
401
|
"TrainingJobEarlyStoppingTypeType",
|
|
384
402
|
"TrainingJobSortByOptionsType",
|
|
385
403
|
"TrainingJobStatusType",
|
|
404
|
+
"TrainingPlanFilterNameType",
|
|
405
|
+
"TrainingPlanSortByType",
|
|
406
|
+
"TrainingPlanSortOrderType",
|
|
407
|
+
"TrainingPlanStatusType",
|
|
386
408
|
"TrainingRepositoryAccessModeType",
|
|
387
409
|
"TransformInstanceTypeType",
|
|
388
410
|
"TransformJobCompletedOrStoppedWaiterName",
|
|
@@ -401,6 +423,7 @@ __all__ = (
|
|
|
401
423
|
|
|
402
424
|
|
|
403
425
|
ActionStatusType = Literal["Completed", "Failed", "InProgress", "Stopped", "Stopping", "Unknown"]
|
|
426
|
+
ActivationStateType = Literal["Disabled", "Enabled"]
|
|
404
427
|
AdditionalS3DataSourceDataTypeType = Literal["S3Object", "S3Prefix"]
|
|
405
428
|
AggregationTransformationValueType = Literal["avg", "first", "max", "min", "sum"]
|
|
406
429
|
AlgorithmSortByType = Literal["CreationTime", "Name"]
|
|
@@ -790,6 +813,15 @@ ClusterInstanceTypeType = Literal[
|
|
|
790
813
|
"ml.c5n.4xlarge",
|
|
791
814
|
"ml.c5n.9xlarge",
|
|
792
815
|
"ml.c5n.large",
|
|
816
|
+
"ml.c6i.12xlarge",
|
|
817
|
+
"ml.c6i.16xlarge",
|
|
818
|
+
"ml.c6i.24xlarge",
|
|
819
|
+
"ml.c6i.2xlarge",
|
|
820
|
+
"ml.c6i.32xlarge",
|
|
821
|
+
"ml.c6i.4xlarge",
|
|
822
|
+
"ml.c6i.8xlarge",
|
|
823
|
+
"ml.c6i.large",
|
|
824
|
+
"ml.c6i.xlarge",
|
|
793
825
|
"ml.g5.12xlarge",
|
|
794
826
|
"ml.g5.16xlarge",
|
|
795
827
|
"ml.g5.24xlarge",
|
|
@@ -824,16 +856,36 @@ ClusterInstanceTypeType = Literal[
|
|
|
824
856
|
"ml.m5.8xlarge",
|
|
825
857
|
"ml.m5.large",
|
|
826
858
|
"ml.m5.xlarge",
|
|
859
|
+
"ml.m6i.12xlarge",
|
|
860
|
+
"ml.m6i.16xlarge",
|
|
861
|
+
"ml.m6i.24xlarge",
|
|
862
|
+
"ml.m6i.2xlarge",
|
|
863
|
+
"ml.m6i.32xlarge",
|
|
864
|
+
"ml.m6i.4xlarge",
|
|
865
|
+
"ml.m6i.8xlarge",
|
|
866
|
+
"ml.m6i.large",
|
|
867
|
+
"ml.m6i.xlarge",
|
|
827
868
|
"ml.p4d.24xlarge",
|
|
828
869
|
"ml.p4de.24xlarge",
|
|
829
870
|
"ml.p5.48xlarge",
|
|
830
871
|
"ml.p5e.48xlarge",
|
|
872
|
+
"ml.p5en.48xlarge",
|
|
873
|
+
"ml.r6i.12xlarge",
|
|
874
|
+
"ml.r6i.16xlarge",
|
|
875
|
+
"ml.r6i.24xlarge",
|
|
876
|
+
"ml.r6i.2xlarge",
|
|
877
|
+
"ml.r6i.32xlarge",
|
|
878
|
+
"ml.r6i.4xlarge",
|
|
879
|
+
"ml.r6i.8xlarge",
|
|
880
|
+
"ml.r6i.large",
|
|
881
|
+
"ml.r6i.xlarge",
|
|
831
882
|
"ml.t3.2xlarge",
|
|
832
883
|
"ml.t3.large",
|
|
833
884
|
"ml.t3.medium",
|
|
834
885
|
"ml.t3.xlarge",
|
|
835
886
|
"ml.trn1.32xlarge",
|
|
836
887
|
"ml.trn1n.32xlarge",
|
|
888
|
+
"ml.trn2.48xlarge",
|
|
837
889
|
]
|
|
838
890
|
ClusterNodeRecoveryType = Literal["Automatic", "None"]
|
|
839
891
|
ClusterSortByType = Literal["CREATION_TIME", "NAME"]
|
|
@@ -892,6 +944,7 @@ ExecutionStatusType = Literal[
|
|
|
892
944
|
"Completed", "CompletedWithViolations", "Failed", "InProgress", "Pending", "Stopped", "Stopping"
|
|
893
945
|
]
|
|
894
946
|
FailureHandlingPolicyType = Literal["DO_NOTHING", "ROLLBACK_ON_FAILURE"]
|
|
947
|
+
FairShareType = Literal["Disabled", "Enabled"]
|
|
895
948
|
FeatureGroupSortByType = Literal["CreationTime", "FeatureGroupStatus", "Name", "OfflineStoreStatus"]
|
|
896
949
|
FeatureGroupSortOrderType = Literal["Ascending", "Descending"]
|
|
897
950
|
FeatureGroupStatusType = Literal["CreateFailed", "Created", "Creating", "DeleteFailed", "Deleting"]
|
|
@@ -956,6 +1009,9 @@ InferenceExperimentStatusType = Literal[
|
|
|
956
1009
|
InferenceExperimentStopDesiredStateType = Literal["Cancelled", "Completed"]
|
|
957
1010
|
InferenceExperimentTypeType = Literal["ShadowMode"]
|
|
958
1011
|
InputModeType = Literal["File", "Pipe"]
|
|
1012
|
+
InstanceGroupStatusType = Literal[
|
|
1013
|
+
"Creating", "Degraded", "Deleting", "Failed", "InService", "SystemUpdating", "Updating"
|
|
1014
|
+
]
|
|
959
1015
|
InstanceTypeType = Literal[
|
|
960
1016
|
"ml.c4.2xlarge",
|
|
961
1017
|
"ml.c4.4xlarge",
|
|
@@ -1149,10 +1205,12 @@ ListAssociationsPaginatorName = Literal["list_associations"]
|
|
|
1149
1205
|
ListAutoMLJobsPaginatorName = Literal["list_auto_ml_jobs"]
|
|
1150
1206
|
ListCandidatesForAutoMLJobPaginatorName = Literal["list_candidates_for_auto_ml_job"]
|
|
1151
1207
|
ListClusterNodesPaginatorName = Literal["list_cluster_nodes"]
|
|
1208
|
+
ListClusterSchedulerConfigsPaginatorName = Literal["list_cluster_scheduler_configs"]
|
|
1152
1209
|
ListClustersPaginatorName = Literal["list_clusters"]
|
|
1153
1210
|
ListCodeRepositoriesPaginatorName = Literal["list_code_repositories"]
|
|
1154
1211
|
ListCompilationJobsPaginatorName = Literal["list_compilation_jobs"]
|
|
1155
1212
|
ListCompilationJobsSortByType = Literal["CreationTime", "Name", "Status"]
|
|
1213
|
+
ListComputeQuotasPaginatorName = Literal["list_compute_quotas"]
|
|
1156
1214
|
ListContextsPaginatorName = Literal["list_contexts"]
|
|
1157
1215
|
ListDataQualityJobDefinitionsPaginatorName = Literal["list_data_quality_job_definitions"]
|
|
1158
1216
|
ListDeviceFleetsPaginatorName = Literal["list_device_fleets"]
|
|
@@ -1210,6 +1268,7 @@ ListNotebookInstanceLifecycleConfigsPaginatorName = Literal[
|
|
|
1210
1268
|
ListNotebookInstancesPaginatorName = Literal["list_notebook_instances"]
|
|
1211
1269
|
ListOptimizationJobsPaginatorName = Literal["list_optimization_jobs"]
|
|
1212
1270
|
ListOptimizationJobsSortByType = Literal["CreationTime", "Name", "Status"]
|
|
1271
|
+
ListPartnerAppsPaginatorName = Literal["list_partner_apps"]
|
|
1213
1272
|
ListPipelineExecutionStepsPaginatorName = Literal["list_pipeline_execution_steps"]
|
|
1214
1273
|
ListPipelineExecutionsPaginatorName = Literal["list_pipeline_executions"]
|
|
1215
1274
|
ListPipelineParametersForExecutionPaginatorName = Literal["list_pipeline_parameters_for_execution"]
|
|
@@ -1225,6 +1284,7 @@ ListTrainingJobsForHyperParameterTuningJobPaginatorName = Literal[
|
|
|
1225
1284
|
"list_training_jobs_for_hyper_parameter_tuning_job"
|
|
1226
1285
|
]
|
|
1227
1286
|
ListTrainingJobsPaginatorName = Literal["list_training_jobs"]
|
|
1287
|
+
ListTrainingPlansPaginatorName = Literal["list_training_plans"]
|
|
1228
1288
|
ListTransformJobsPaginatorName = Literal["list_transform_jobs"]
|
|
1229
1289
|
ListTrialComponentsPaginatorName = Literal["list_trial_components"]
|
|
1230
1290
|
ListTrialsPaginatorName = Literal["list_trials"]
|
|
@@ -1237,14 +1297,19 @@ ManagedInstanceScalingStatusType = Literal["DISABLED", "ENABLED"]
|
|
|
1237
1297
|
MetricSetSourceType = Literal["Test", "Train", "Validation"]
|
|
1238
1298
|
MlToolsType = Literal[
|
|
1239
1299
|
"AutoMl",
|
|
1300
|
+
"Comet",
|
|
1240
1301
|
"DataWrangler",
|
|
1302
|
+
"DeepchecksLLMEvaluation",
|
|
1241
1303
|
"EmrClusters",
|
|
1242
1304
|
"Endpoints",
|
|
1243
1305
|
"Experiments",
|
|
1244
1306
|
"FeatureStore",
|
|
1307
|
+
"Fiddler",
|
|
1308
|
+
"HyperPodClusters",
|
|
1245
1309
|
"InferenceOptimization",
|
|
1246
1310
|
"InferenceRecommender",
|
|
1247
1311
|
"JumpStart",
|
|
1312
|
+
"LakeraGuard",
|
|
1248
1313
|
"ModelEvaluation",
|
|
1249
1314
|
"Models",
|
|
1250
1315
|
"PerformanceEvaluation",
|
|
@@ -1358,8 +1423,14 @@ OptimizationJobStatusType = Literal[
|
|
|
1358
1423
|
OrderKeyType = Literal["Ascending", "Descending"]
|
|
1359
1424
|
OutputCompressionTypeType = Literal["GZIP", "NONE"]
|
|
1360
1425
|
ParameterTypeType = Literal["Categorical", "Continuous", "FreeText", "Integer"]
|
|
1426
|
+
PartnerAppAuthTypeType = Literal["IAM"]
|
|
1427
|
+
PartnerAppStatusType = Literal[
|
|
1428
|
+
"Available", "Creating", "Deleted", "Deleting", "Failed", "UpdateFailed", "Updating"
|
|
1429
|
+
]
|
|
1430
|
+
PartnerAppTypeType = Literal["comet", "deepchecks-llm-evaluation", "fiddler", "lakera-guard"]
|
|
1361
1431
|
PipelineExecutionStatusType = Literal["Executing", "Failed", "Stopped", "Stopping", "Succeeded"]
|
|
1362
1432
|
PipelineStatusType = Literal["Active", "Deleting"]
|
|
1433
|
+
PreemptTeamTasksType = Literal["LowerPriority", "Never"]
|
|
1363
1434
|
ProblemTypeType = Literal["BinaryClassification", "MulticlassClassification", "Regression"]
|
|
1364
1435
|
ProcessingInstanceTypeType = Literal[
|
|
1365
1436
|
"ml.c4.2xlarge",
|
|
@@ -1683,8 +1754,13 @@ RecordWrapperType = Literal["None", "RecordIO"]
|
|
|
1683
1754
|
RedshiftResultCompressionTypeType = Literal["BZIP2", "GZIP", "None", "SNAPPY", "ZSTD"]
|
|
1684
1755
|
RedshiftResultFormatType = Literal["CSV", "PARQUET"]
|
|
1685
1756
|
RepositoryAccessModeType = Literal["Platform", "Vpc"]
|
|
1757
|
+
ReservedCapacityInstanceTypeType = Literal[
|
|
1758
|
+
"ml.p4d.24xlarge", "ml.p5.48xlarge", "ml.p5e.48xlarge", "ml.p5en.48xlarge", "ml.trn2.48xlarge"
|
|
1759
|
+
]
|
|
1760
|
+
ReservedCapacityStatusType = Literal["Active", "Expired", "Failed", "Pending", "Scheduled"]
|
|
1686
1761
|
ResourceCatalogSortByType = Literal["CreationTime"]
|
|
1687
1762
|
ResourceCatalogSortOrderType = Literal["Ascending", "Descending"]
|
|
1763
|
+
ResourceSharingStrategyType = Literal["DontLend", "Lend", "LendAndBorrow"]
|
|
1688
1764
|
ResourceTypeType = Literal[
|
|
1689
1765
|
"Endpoint",
|
|
1690
1766
|
"Experiment",
|
|
@@ -1714,8 +1790,23 @@ S3DataDistributionType = Literal["FullyReplicated", "ShardedByS3Key"]
|
|
|
1714
1790
|
S3DataTypeType = Literal["AugmentedManifestFile", "ManifestFile", "S3Prefix"]
|
|
1715
1791
|
S3ModelDataTypeType = Literal["S3Object", "S3Prefix"]
|
|
1716
1792
|
SageMakerImageNameType = Literal["sagemaker_distribution"]
|
|
1793
|
+
SageMakerResourceNameType = Literal["hyperpod-cluster", "training-job"]
|
|
1717
1794
|
SagemakerServicecatalogStatusType = Literal["Disabled", "Enabled"]
|
|
1718
1795
|
ScheduleStatusType = Literal["Failed", "Pending", "Scheduled", "Stopped"]
|
|
1796
|
+
SchedulerResourceStatusType = Literal[
|
|
1797
|
+
"CreateFailed",
|
|
1798
|
+
"CreateRollbackFailed",
|
|
1799
|
+
"Created",
|
|
1800
|
+
"Creating",
|
|
1801
|
+
"DeleteFailed",
|
|
1802
|
+
"DeleteRollbackFailed",
|
|
1803
|
+
"Deleted",
|
|
1804
|
+
"Deleting",
|
|
1805
|
+
"UpdateFailed",
|
|
1806
|
+
"UpdateRollbackFailed",
|
|
1807
|
+
"Updated",
|
|
1808
|
+
"Updating",
|
|
1809
|
+
]
|
|
1719
1810
|
SearchPaginatorName = Literal["search"]
|
|
1720
1811
|
SearchSortOrderType = Literal["Ascending", "Descending"]
|
|
1721
1812
|
SecondaryStatusType = Literal[
|
|
@@ -1745,6 +1836,7 @@ SortAssociationsByType = Literal[
|
|
|
1745
1836
|
"CreationTime", "DestinationArn", "DestinationType", "SourceArn", "SourceType"
|
|
1746
1837
|
]
|
|
1747
1838
|
SortByType = Literal["CreationTime", "Name", "Status"]
|
|
1839
|
+
SortClusterSchedulerConfigByType = Literal["CreationTime", "Name", "Status"]
|
|
1748
1840
|
SortContextsByType = Literal["CreationTime", "Name"]
|
|
1749
1841
|
SortExperimentsByType = Literal["CreationTime", "Name"]
|
|
1750
1842
|
SortInferenceExperimentsByType = Literal["CreationTime", "Name", "Status"]
|
|
@@ -1752,6 +1844,7 @@ SortLineageGroupsByType = Literal["CreationTime", "Name"]
|
|
|
1752
1844
|
SortOrderType = Literal["Ascending", "Descending"]
|
|
1753
1845
|
SortPipelineExecutionsByType = Literal["CreationTime", "PipelineExecutionArn"]
|
|
1754
1846
|
SortPipelinesByType = Literal["CreationTime", "Name"]
|
|
1847
|
+
SortQuotaByType = Literal["ClusterArn", "CreationTime", "Name", "Status"]
|
|
1755
1848
|
SortTrackingServerByType = Literal["CreationTime", "Name", "Status"]
|
|
1756
1849
|
SortTrialComponentsByType = Literal["CreationTime", "Name"]
|
|
1757
1850
|
SortTrialsByType = Literal["CreationTime", "Name"]
|
|
@@ -1930,6 +2023,7 @@ TrainingInstanceTypeType = Literal[
|
|
|
1930
2023
|
"ml.p4de.24xlarge",
|
|
1931
2024
|
"ml.p5.48xlarge",
|
|
1932
2025
|
"ml.p5e.48xlarge",
|
|
2026
|
+
"ml.p5en.48xlarge",
|
|
1933
2027
|
"ml.r5.12xlarge",
|
|
1934
2028
|
"ml.r5.16xlarge",
|
|
1935
2029
|
"ml.r5.24xlarge",
|
|
@@ -1953,6 +2047,7 @@ TrainingInstanceTypeType = Literal[
|
|
|
1953
2047
|
"ml.trn1.2xlarge",
|
|
1954
2048
|
"ml.trn1.32xlarge",
|
|
1955
2049
|
"ml.trn1n.32xlarge",
|
|
2050
|
+
"ml.trn2.48xlarge",
|
|
1956
2051
|
]
|
|
1957
2052
|
TrainingJobCompletedOrStoppedWaiterName = Literal["training_job_completed_or_stopped"]
|
|
1958
2053
|
TrainingJobEarlyStoppingTypeType = Literal["Auto", "Off"]
|
|
@@ -1960,6 +2055,10 @@ TrainingJobSortByOptionsType = Literal[
|
|
|
1960
2055
|
"CreationTime", "FinalObjectiveMetricValue", "Name", "Status"
|
|
1961
2056
|
]
|
|
1962
2057
|
TrainingJobStatusType = Literal["Completed", "Failed", "InProgress", "Stopped", "Stopping"]
|
|
2058
|
+
TrainingPlanFilterNameType = Literal["Status"]
|
|
2059
|
+
TrainingPlanSortByType = Literal["StartTime", "Status", "TrainingPlanName"]
|
|
2060
|
+
TrainingPlanSortOrderType = Literal["Ascending", "Descending"]
|
|
2061
|
+
TrainingPlanStatusType = Literal["Active", "Expired", "Failed", "Pending", "Scheduled"]
|
|
1963
2062
|
TrainingRepositoryAccessModeType = Literal["Platform", "Vpc"]
|
|
1964
2063
|
TransformInstanceTypeType = Literal[
|
|
1965
2064
|
"ml.c4.2xlarge",
|
|
@@ -2060,6 +2159,8 @@ TransformInstanceTypeType = Literal[
|
|
|
2060
2159
|
"ml.r7i.8xlarge",
|
|
2061
2160
|
"ml.r7i.large",
|
|
2062
2161
|
"ml.r7i.xlarge",
|
|
2162
|
+
"ml.trn1.2xlarge",
|
|
2163
|
+
"ml.trn1.32xlarge",
|
|
2063
2164
|
]
|
|
2064
2165
|
TransformJobCompletedOrStoppedWaiterName = Literal["transform_job_completed_or_stopped"]
|
|
2065
2166
|
TransformJobStatusType = Literal["Completed", "Failed", "InProgress", "Stopped", "Stopping"]
|
|
@@ -2112,12 +2213,15 @@ ServiceName = Literal[
|
|
|
2112
2213
|
"b2bi",
|
|
2113
2214
|
"backup",
|
|
2114
2215
|
"backup-gateway",
|
|
2216
|
+
"backupsearch",
|
|
2115
2217
|
"batch",
|
|
2116
2218
|
"bcm-data-exports",
|
|
2117
2219
|
"bcm-pricing-calculator",
|
|
2118
2220
|
"bedrock",
|
|
2119
2221
|
"bedrock-agent",
|
|
2120
2222
|
"bedrock-agent-runtime",
|
|
2223
|
+
"bedrock-data-automation",
|
|
2224
|
+
"bedrock-data-automation-runtime",
|
|
2121
2225
|
"bedrock-runtime",
|
|
2122
2226
|
"billing",
|
|
2123
2227
|
"billingconductor",
|
|
@@ -2195,6 +2299,7 @@ ServiceName = Literal[
|
|
|
2195
2299
|
"drs",
|
|
2196
2300
|
"ds",
|
|
2197
2301
|
"ds-data",
|
|
2302
|
+
"dsql",
|
|
2198
2303
|
"dynamodb",
|
|
2199
2304
|
"dynamodbstreams",
|
|
2200
2305
|
"ebs",
|
|
@@ -2251,6 +2356,7 @@ ServiceName = Literal[
|
|
|
2251
2356
|
"inspector-scan",
|
|
2252
2357
|
"inspector2",
|
|
2253
2358
|
"internetmonitor",
|
|
2359
|
+
"invoicing",
|
|
2254
2360
|
"iot",
|
|
2255
2361
|
"iot-data",
|
|
2256
2362
|
"iot-jobs-data",
|
|
@@ -2337,11 +2443,13 @@ ServiceName = Literal[
|
|
|
2337
2443
|
"neptune-graph",
|
|
2338
2444
|
"neptunedata",
|
|
2339
2445
|
"network-firewall",
|
|
2446
|
+
"networkflowmonitor",
|
|
2340
2447
|
"networkmanager",
|
|
2341
2448
|
"networkmonitor",
|
|
2342
2449
|
"notifications",
|
|
2343
2450
|
"notificationscontacts",
|
|
2344
2451
|
"oam",
|
|
2452
|
+
"observabilityadmin",
|
|
2345
2453
|
"omics",
|
|
2346
2454
|
"opensearch",
|
|
2347
2455
|
"opensearchserverless",
|
|
@@ -2402,6 +2510,7 @@ ServiceName = Literal[
|
|
|
2402
2510
|
"s3",
|
|
2403
2511
|
"s3control",
|
|
2404
2512
|
"s3outposts",
|
|
2513
|
+
"s3tables",
|
|
2405
2514
|
"sagemaker",
|
|
2406
2515
|
"sagemaker-a2i-runtime",
|
|
2407
2516
|
"sagemaker-edge",
|
|
@@ -2414,6 +2523,7 @@ ServiceName = Literal[
|
|
|
2414
2523
|
"schemas",
|
|
2415
2524
|
"sdb",
|
|
2416
2525
|
"secretsmanager",
|
|
2526
|
+
"security-ir",
|
|
2417
2527
|
"securityhub",
|
|
2418
2528
|
"securitylake",
|
|
2419
2529
|
"serverlessrepo",
|
|
@@ -2498,9 +2608,11 @@ PaginatorName = Literal[
|
|
|
2498
2608
|
"list_auto_ml_jobs",
|
|
2499
2609
|
"list_candidates_for_auto_ml_job",
|
|
2500
2610
|
"list_cluster_nodes",
|
|
2611
|
+
"list_cluster_scheduler_configs",
|
|
2501
2612
|
"list_clusters",
|
|
2502
2613
|
"list_code_repositories",
|
|
2503
2614
|
"list_compilation_jobs",
|
|
2615
|
+
"list_compute_quotas",
|
|
2504
2616
|
"list_contexts",
|
|
2505
2617
|
"list_data_quality_job_definitions",
|
|
2506
2618
|
"list_device_fleets",
|
|
@@ -2542,6 +2654,7 @@ PaginatorName = Literal[
|
|
|
2542
2654
|
"list_notebook_instance_lifecycle_configs",
|
|
2543
2655
|
"list_notebook_instances",
|
|
2544
2656
|
"list_optimization_jobs",
|
|
2657
|
+
"list_partner_apps",
|
|
2545
2658
|
"list_pipeline_execution_steps",
|
|
2546
2659
|
"list_pipeline_executions",
|
|
2547
2660
|
"list_pipeline_parameters_for_execution",
|
|
@@ -2555,6 +2668,7 @@ PaginatorName = Literal[
|
|
|
2555
2668
|
"list_tags",
|
|
2556
2669
|
"list_training_jobs",
|
|
2557
2670
|
"list_training_jobs_for_hyper_parameter_tuning_job",
|
|
2671
|
+
"list_training_plans",
|
|
2558
2672
|
"list_transform_jobs",
|
|
2559
2673
|
"list_trial_components",
|
|
2560
2674
|
"list_trials",
|