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
|
@@ -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
|
|
|
@@ -23,6 +23,7 @@ else:
|
|
|
23
23
|
|
|
24
24
|
__all__ = (
|
|
25
25
|
"ActionStatusType",
|
|
26
|
+
"ActivationStateType",
|
|
26
27
|
"AdditionalS3DataSourceDataTypeType",
|
|
27
28
|
"AggregationTransformationValueType",
|
|
28
29
|
"AlgorithmSortByType",
|
|
@@ -106,6 +107,7 @@ __all__ = (
|
|
|
106
107
|
"ExecutionRoleIdentityConfigType",
|
|
107
108
|
"ExecutionStatusType",
|
|
108
109
|
"FailureHandlingPolicyType",
|
|
110
|
+
"FairShareType",
|
|
109
111
|
"FeatureGroupSortByType",
|
|
110
112
|
"FeatureGroupSortOrderType",
|
|
111
113
|
"FeatureGroupStatusType",
|
|
@@ -149,6 +151,7 @@ __all__ = (
|
|
|
149
151
|
"InferenceExperimentStopDesiredStateType",
|
|
150
152
|
"InferenceExperimentTypeType",
|
|
151
153
|
"InputModeType",
|
|
154
|
+
"InstanceGroupStatusType",
|
|
152
155
|
"InstanceTypeType",
|
|
153
156
|
"IsTrackingServerActiveType",
|
|
154
157
|
"JobTypeType",
|
|
@@ -167,10 +170,12 @@ __all__ = (
|
|
|
167
170
|
"ListAutoMLJobsPaginatorName",
|
|
168
171
|
"ListCandidatesForAutoMLJobPaginatorName",
|
|
169
172
|
"ListClusterNodesPaginatorName",
|
|
173
|
+
"ListClusterSchedulerConfigsPaginatorName",
|
|
170
174
|
"ListClustersPaginatorName",
|
|
171
175
|
"ListCodeRepositoriesPaginatorName",
|
|
172
176
|
"ListCompilationJobsPaginatorName",
|
|
173
177
|
"ListCompilationJobsSortByType",
|
|
178
|
+
"ListComputeQuotasPaginatorName",
|
|
174
179
|
"ListContextsPaginatorName",
|
|
175
180
|
"ListDataQualityJobDefinitionsPaginatorName",
|
|
176
181
|
"ListDeviceFleetsPaginatorName",
|
|
@@ -218,6 +223,7 @@ __all__ = (
|
|
|
218
223
|
"ListNotebookInstancesPaginatorName",
|
|
219
224
|
"ListOptimizationJobsPaginatorName",
|
|
220
225
|
"ListOptimizationJobsSortByType",
|
|
226
|
+
"ListPartnerAppsPaginatorName",
|
|
221
227
|
"ListPipelineExecutionStepsPaginatorName",
|
|
222
228
|
"ListPipelineExecutionsPaginatorName",
|
|
223
229
|
"ListPipelineParametersForExecutionPaginatorName",
|
|
@@ -231,6 +237,7 @@ __all__ = (
|
|
|
231
237
|
"ListTagsPaginatorName",
|
|
232
238
|
"ListTrainingJobsForHyperParameterTuningJobPaginatorName",
|
|
233
239
|
"ListTrainingJobsPaginatorName",
|
|
240
|
+
"ListTrainingPlansPaginatorName",
|
|
234
241
|
"ListTransformJobsPaginatorName",
|
|
235
242
|
"ListTrialComponentsPaginatorName",
|
|
236
243
|
"ListTrialsPaginatorName",
|
|
@@ -289,8 +296,12 @@ __all__ = (
|
|
|
289
296
|
"OutputCompressionTypeType",
|
|
290
297
|
"PaginatorName",
|
|
291
298
|
"ParameterTypeType",
|
|
299
|
+
"PartnerAppAuthTypeType",
|
|
300
|
+
"PartnerAppStatusType",
|
|
301
|
+
"PartnerAppTypeType",
|
|
292
302
|
"PipelineExecutionStatusType",
|
|
293
303
|
"PipelineStatusType",
|
|
304
|
+
"PreemptTeamTasksType",
|
|
294
305
|
"ProblemTypeType",
|
|
295
306
|
"ProcessingInstanceTypeType",
|
|
296
307
|
"ProcessingJobCompletedOrStoppedWaiterName",
|
|
@@ -320,9 +331,12 @@ __all__ = (
|
|
|
320
331
|
"RedshiftResultFormatType",
|
|
321
332
|
"RegionName",
|
|
322
333
|
"RepositoryAccessModeType",
|
|
334
|
+
"ReservedCapacityInstanceTypeType",
|
|
335
|
+
"ReservedCapacityStatusType",
|
|
323
336
|
"ResourceCatalogSortByType",
|
|
324
337
|
"ResourceCatalogSortOrderType",
|
|
325
338
|
"ResourceServiceName",
|
|
339
|
+
"ResourceSharingStrategyType",
|
|
326
340
|
"ResourceTypeType",
|
|
327
341
|
"RetentionTypeType",
|
|
328
342
|
"RootAccessType",
|
|
@@ -332,9 +346,11 @@ __all__ = (
|
|
|
332
346
|
"S3DataTypeType",
|
|
333
347
|
"S3ModelDataTypeType",
|
|
334
348
|
"SageMakerImageNameType",
|
|
349
|
+
"SageMakerResourceNameType",
|
|
335
350
|
"SageMakerServiceName",
|
|
336
351
|
"SagemakerServicecatalogStatusType",
|
|
337
352
|
"ScheduleStatusType",
|
|
353
|
+
"SchedulerResourceStatusType",
|
|
338
354
|
"SearchPaginatorName",
|
|
339
355
|
"SearchSortOrderType",
|
|
340
356
|
"SecondaryStatusType",
|
|
@@ -345,6 +361,7 @@ __all__ = (
|
|
|
345
361
|
"SortArtifactsByType",
|
|
346
362
|
"SortAssociationsByType",
|
|
347
363
|
"SortByType",
|
|
364
|
+
"SortClusterSchedulerConfigByType",
|
|
348
365
|
"SortContextsByType",
|
|
349
366
|
"SortExperimentsByType",
|
|
350
367
|
"SortInferenceExperimentsByType",
|
|
@@ -352,6 +369,7 @@ __all__ = (
|
|
|
352
369
|
"SortOrderType",
|
|
353
370
|
"SortPipelineExecutionsByType",
|
|
354
371
|
"SortPipelinesByType",
|
|
372
|
+
"SortQuotaByType",
|
|
355
373
|
"SortTrackingServerByType",
|
|
356
374
|
"SortTrialComponentsByType",
|
|
357
375
|
"SortTrialsByType",
|
|
@@ -382,6 +400,10 @@ __all__ = (
|
|
|
382
400
|
"TrainingJobEarlyStoppingTypeType",
|
|
383
401
|
"TrainingJobSortByOptionsType",
|
|
384
402
|
"TrainingJobStatusType",
|
|
403
|
+
"TrainingPlanFilterNameType",
|
|
404
|
+
"TrainingPlanSortByType",
|
|
405
|
+
"TrainingPlanSortOrderType",
|
|
406
|
+
"TrainingPlanStatusType",
|
|
385
407
|
"TrainingRepositoryAccessModeType",
|
|
386
408
|
"TransformInstanceTypeType",
|
|
387
409
|
"TransformJobCompletedOrStoppedWaiterName",
|
|
@@ -399,6 +421,7 @@ __all__ = (
|
|
|
399
421
|
)
|
|
400
422
|
|
|
401
423
|
ActionStatusType = Literal["Completed", "Failed", "InProgress", "Stopped", "Stopping", "Unknown"]
|
|
424
|
+
ActivationStateType = Literal["Disabled", "Enabled"]
|
|
402
425
|
AdditionalS3DataSourceDataTypeType = Literal["S3Object", "S3Prefix"]
|
|
403
426
|
AggregationTransformationValueType = Literal["avg", "first", "max", "min", "sum"]
|
|
404
427
|
AlgorithmSortByType = Literal["CreationTime", "Name"]
|
|
@@ -788,6 +811,15 @@ ClusterInstanceTypeType = Literal[
|
|
|
788
811
|
"ml.c5n.4xlarge",
|
|
789
812
|
"ml.c5n.9xlarge",
|
|
790
813
|
"ml.c5n.large",
|
|
814
|
+
"ml.c6i.12xlarge",
|
|
815
|
+
"ml.c6i.16xlarge",
|
|
816
|
+
"ml.c6i.24xlarge",
|
|
817
|
+
"ml.c6i.2xlarge",
|
|
818
|
+
"ml.c6i.32xlarge",
|
|
819
|
+
"ml.c6i.4xlarge",
|
|
820
|
+
"ml.c6i.8xlarge",
|
|
821
|
+
"ml.c6i.large",
|
|
822
|
+
"ml.c6i.xlarge",
|
|
791
823
|
"ml.g5.12xlarge",
|
|
792
824
|
"ml.g5.16xlarge",
|
|
793
825
|
"ml.g5.24xlarge",
|
|
@@ -822,16 +854,36 @@ ClusterInstanceTypeType = Literal[
|
|
|
822
854
|
"ml.m5.8xlarge",
|
|
823
855
|
"ml.m5.large",
|
|
824
856
|
"ml.m5.xlarge",
|
|
857
|
+
"ml.m6i.12xlarge",
|
|
858
|
+
"ml.m6i.16xlarge",
|
|
859
|
+
"ml.m6i.24xlarge",
|
|
860
|
+
"ml.m6i.2xlarge",
|
|
861
|
+
"ml.m6i.32xlarge",
|
|
862
|
+
"ml.m6i.4xlarge",
|
|
863
|
+
"ml.m6i.8xlarge",
|
|
864
|
+
"ml.m6i.large",
|
|
865
|
+
"ml.m6i.xlarge",
|
|
825
866
|
"ml.p4d.24xlarge",
|
|
826
867
|
"ml.p4de.24xlarge",
|
|
827
868
|
"ml.p5.48xlarge",
|
|
828
869
|
"ml.p5e.48xlarge",
|
|
870
|
+
"ml.p5en.48xlarge",
|
|
871
|
+
"ml.r6i.12xlarge",
|
|
872
|
+
"ml.r6i.16xlarge",
|
|
873
|
+
"ml.r6i.24xlarge",
|
|
874
|
+
"ml.r6i.2xlarge",
|
|
875
|
+
"ml.r6i.32xlarge",
|
|
876
|
+
"ml.r6i.4xlarge",
|
|
877
|
+
"ml.r6i.8xlarge",
|
|
878
|
+
"ml.r6i.large",
|
|
879
|
+
"ml.r6i.xlarge",
|
|
829
880
|
"ml.t3.2xlarge",
|
|
830
881
|
"ml.t3.large",
|
|
831
882
|
"ml.t3.medium",
|
|
832
883
|
"ml.t3.xlarge",
|
|
833
884
|
"ml.trn1.32xlarge",
|
|
834
885
|
"ml.trn1n.32xlarge",
|
|
886
|
+
"ml.trn2.48xlarge",
|
|
835
887
|
]
|
|
836
888
|
ClusterNodeRecoveryType = Literal["Automatic", "None"]
|
|
837
889
|
ClusterSortByType = Literal["CREATION_TIME", "NAME"]
|
|
@@ -890,6 +942,7 @@ ExecutionStatusType = Literal[
|
|
|
890
942
|
"Completed", "CompletedWithViolations", "Failed", "InProgress", "Pending", "Stopped", "Stopping"
|
|
891
943
|
]
|
|
892
944
|
FailureHandlingPolicyType = Literal["DO_NOTHING", "ROLLBACK_ON_FAILURE"]
|
|
945
|
+
FairShareType = Literal["Disabled", "Enabled"]
|
|
893
946
|
FeatureGroupSortByType = Literal["CreationTime", "FeatureGroupStatus", "Name", "OfflineStoreStatus"]
|
|
894
947
|
FeatureGroupSortOrderType = Literal["Ascending", "Descending"]
|
|
895
948
|
FeatureGroupStatusType = Literal["CreateFailed", "Created", "Creating", "DeleteFailed", "Deleting"]
|
|
@@ -954,6 +1007,9 @@ InferenceExperimentStatusType = Literal[
|
|
|
954
1007
|
InferenceExperimentStopDesiredStateType = Literal["Cancelled", "Completed"]
|
|
955
1008
|
InferenceExperimentTypeType = Literal["ShadowMode"]
|
|
956
1009
|
InputModeType = Literal["File", "Pipe"]
|
|
1010
|
+
InstanceGroupStatusType = Literal[
|
|
1011
|
+
"Creating", "Degraded", "Deleting", "Failed", "InService", "SystemUpdating", "Updating"
|
|
1012
|
+
]
|
|
957
1013
|
InstanceTypeType = Literal[
|
|
958
1014
|
"ml.c4.2xlarge",
|
|
959
1015
|
"ml.c4.4xlarge",
|
|
@@ -1147,10 +1203,12 @@ ListAssociationsPaginatorName = Literal["list_associations"]
|
|
|
1147
1203
|
ListAutoMLJobsPaginatorName = Literal["list_auto_ml_jobs"]
|
|
1148
1204
|
ListCandidatesForAutoMLJobPaginatorName = Literal["list_candidates_for_auto_ml_job"]
|
|
1149
1205
|
ListClusterNodesPaginatorName = Literal["list_cluster_nodes"]
|
|
1206
|
+
ListClusterSchedulerConfigsPaginatorName = Literal["list_cluster_scheduler_configs"]
|
|
1150
1207
|
ListClustersPaginatorName = Literal["list_clusters"]
|
|
1151
1208
|
ListCodeRepositoriesPaginatorName = Literal["list_code_repositories"]
|
|
1152
1209
|
ListCompilationJobsPaginatorName = Literal["list_compilation_jobs"]
|
|
1153
1210
|
ListCompilationJobsSortByType = Literal["CreationTime", "Name", "Status"]
|
|
1211
|
+
ListComputeQuotasPaginatorName = Literal["list_compute_quotas"]
|
|
1154
1212
|
ListContextsPaginatorName = Literal["list_contexts"]
|
|
1155
1213
|
ListDataQualityJobDefinitionsPaginatorName = Literal["list_data_quality_job_definitions"]
|
|
1156
1214
|
ListDeviceFleetsPaginatorName = Literal["list_device_fleets"]
|
|
@@ -1208,6 +1266,7 @@ ListNotebookInstanceLifecycleConfigsPaginatorName = Literal[
|
|
|
1208
1266
|
ListNotebookInstancesPaginatorName = Literal["list_notebook_instances"]
|
|
1209
1267
|
ListOptimizationJobsPaginatorName = Literal["list_optimization_jobs"]
|
|
1210
1268
|
ListOptimizationJobsSortByType = Literal["CreationTime", "Name", "Status"]
|
|
1269
|
+
ListPartnerAppsPaginatorName = Literal["list_partner_apps"]
|
|
1211
1270
|
ListPipelineExecutionStepsPaginatorName = Literal["list_pipeline_execution_steps"]
|
|
1212
1271
|
ListPipelineExecutionsPaginatorName = Literal["list_pipeline_executions"]
|
|
1213
1272
|
ListPipelineParametersForExecutionPaginatorName = Literal["list_pipeline_parameters_for_execution"]
|
|
@@ -1223,6 +1282,7 @@ ListTrainingJobsForHyperParameterTuningJobPaginatorName = Literal[
|
|
|
1223
1282
|
"list_training_jobs_for_hyper_parameter_tuning_job"
|
|
1224
1283
|
]
|
|
1225
1284
|
ListTrainingJobsPaginatorName = Literal["list_training_jobs"]
|
|
1285
|
+
ListTrainingPlansPaginatorName = Literal["list_training_plans"]
|
|
1226
1286
|
ListTransformJobsPaginatorName = Literal["list_transform_jobs"]
|
|
1227
1287
|
ListTrialComponentsPaginatorName = Literal["list_trial_components"]
|
|
1228
1288
|
ListTrialsPaginatorName = Literal["list_trials"]
|
|
@@ -1235,14 +1295,19 @@ ManagedInstanceScalingStatusType = Literal["DISABLED", "ENABLED"]
|
|
|
1235
1295
|
MetricSetSourceType = Literal["Test", "Train", "Validation"]
|
|
1236
1296
|
MlToolsType = Literal[
|
|
1237
1297
|
"AutoMl",
|
|
1298
|
+
"Comet",
|
|
1238
1299
|
"DataWrangler",
|
|
1300
|
+
"DeepchecksLLMEvaluation",
|
|
1239
1301
|
"EmrClusters",
|
|
1240
1302
|
"Endpoints",
|
|
1241
1303
|
"Experiments",
|
|
1242
1304
|
"FeatureStore",
|
|
1305
|
+
"Fiddler",
|
|
1306
|
+
"HyperPodClusters",
|
|
1243
1307
|
"InferenceOptimization",
|
|
1244
1308
|
"InferenceRecommender",
|
|
1245
1309
|
"JumpStart",
|
|
1310
|
+
"LakeraGuard",
|
|
1246
1311
|
"ModelEvaluation",
|
|
1247
1312
|
"Models",
|
|
1248
1313
|
"PerformanceEvaluation",
|
|
@@ -1356,8 +1421,14 @@ OptimizationJobStatusType = Literal[
|
|
|
1356
1421
|
OrderKeyType = Literal["Ascending", "Descending"]
|
|
1357
1422
|
OutputCompressionTypeType = Literal["GZIP", "NONE"]
|
|
1358
1423
|
ParameterTypeType = Literal["Categorical", "Continuous", "FreeText", "Integer"]
|
|
1424
|
+
PartnerAppAuthTypeType = Literal["IAM"]
|
|
1425
|
+
PartnerAppStatusType = Literal[
|
|
1426
|
+
"Available", "Creating", "Deleted", "Deleting", "Failed", "UpdateFailed", "Updating"
|
|
1427
|
+
]
|
|
1428
|
+
PartnerAppTypeType = Literal["comet", "deepchecks-llm-evaluation", "fiddler", "lakera-guard"]
|
|
1359
1429
|
PipelineExecutionStatusType = Literal["Executing", "Failed", "Stopped", "Stopping", "Succeeded"]
|
|
1360
1430
|
PipelineStatusType = Literal["Active", "Deleting"]
|
|
1431
|
+
PreemptTeamTasksType = Literal["LowerPriority", "Never"]
|
|
1361
1432
|
ProblemTypeType = Literal["BinaryClassification", "MulticlassClassification", "Regression"]
|
|
1362
1433
|
ProcessingInstanceTypeType = Literal[
|
|
1363
1434
|
"ml.c4.2xlarge",
|
|
@@ -1681,8 +1752,13 @@ RecordWrapperType = Literal["None", "RecordIO"]
|
|
|
1681
1752
|
RedshiftResultCompressionTypeType = Literal["BZIP2", "GZIP", "None", "SNAPPY", "ZSTD"]
|
|
1682
1753
|
RedshiftResultFormatType = Literal["CSV", "PARQUET"]
|
|
1683
1754
|
RepositoryAccessModeType = Literal["Platform", "Vpc"]
|
|
1755
|
+
ReservedCapacityInstanceTypeType = Literal[
|
|
1756
|
+
"ml.p4d.24xlarge", "ml.p5.48xlarge", "ml.p5e.48xlarge", "ml.p5en.48xlarge", "ml.trn2.48xlarge"
|
|
1757
|
+
]
|
|
1758
|
+
ReservedCapacityStatusType = Literal["Active", "Expired", "Failed", "Pending", "Scheduled"]
|
|
1684
1759
|
ResourceCatalogSortByType = Literal["CreationTime"]
|
|
1685
1760
|
ResourceCatalogSortOrderType = Literal["Ascending", "Descending"]
|
|
1761
|
+
ResourceSharingStrategyType = Literal["DontLend", "Lend", "LendAndBorrow"]
|
|
1686
1762
|
ResourceTypeType = Literal[
|
|
1687
1763
|
"Endpoint",
|
|
1688
1764
|
"Experiment",
|
|
@@ -1712,8 +1788,23 @@ S3DataDistributionType = Literal["FullyReplicated", "ShardedByS3Key"]
|
|
|
1712
1788
|
S3DataTypeType = Literal["AugmentedManifestFile", "ManifestFile", "S3Prefix"]
|
|
1713
1789
|
S3ModelDataTypeType = Literal["S3Object", "S3Prefix"]
|
|
1714
1790
|
SageMakerImageNameType = Literal["sagemaker_distribution"]
|
|
1791
|
+
SageMakerResourceNameType = Literal["hyperpod-cluster", "training-job"]
|
|
1715
1792
|
SagemakerServicecatalogStatusType = Literal["Disabled", "Enabled"]
|
|
1716
1793
|
ScheduleStatusType = Literal["Failed", "Pending", "Scheduled", "Stopped"]
|
|
1794
|
+
SchedulerResourceStatusType = Literal[
|
|
1795
|
+
"CreateFailed",
|
|
1796
|
+
"CreateRollbackFailed",
|
|
1797
|
+
"Created",
|
|
1798
|
+
"Creating",
|
|
1799
|
+
"DeleteFailed",
|
|
1800
|
+
"DeleteRollbackFailed",
|
|
1801
|
+
"Deleted",
|
|
1802
|
+
"Deleting",
|
|
1803
|
+
"UpdateFailed",
|
|
1804
|
+
"UpdateRollbackFailed",
|
|
1805
|
+
"Updated",
|
|
1806
|
+
"Updating",
|
|
1807
|
+
]
|
|
1717
1808
|
SearchPaginatorName = Literal["search"]
|
|
1718
1809
|
SearchSortOrderType = Literal["Ascending", "Descending"]
|
|
1719
1810
|
SecondaryStatusType = Literal[
|
|
@@ -1743,6 +1834,7 @@ SortAssociationsByType = Literal[
|
|
|
1743
1834
|
"CreationTime", "DestinationArn", "DestinationType", "SourceArn", "SourceType"
|
|
1744
1835
|
]
|
|
1745
1836
|
SortByType = Literal["CreationTime", "Name", "Status"]
|
|
1837
|
+
SortClusterSchedulerConfigByType = Literal["CreationTime", "Name", "Status"]
|
|
1746
1838
|
SortContextsByType = Literal["CreationTime", "Name"]
|
|
1747
1839
|
SortExperimentsByType = Literal["CreationTime", "Name"]
|
|
1748
1840
|
SortInferenceExperimentsByType = Literal["CreationTime", "Name", "Status"]
|
|
@@ -1750,6 +1842,7 @@ SortLineageGroupsByType = Literal["CreationTime", "Name"]
|
|
|
1750
1842
|
SortOrderType = Literal["Ascending", "Descending"]
|
|
1751
1843
|
SortPipelineExecutionsByType = Literal["CreationTime", "PipelineExecutionArn"]
|
|
1752
1844
|
SortPipelinesByType = Literal["CreationTime", "Name"]
|
|
1845
|
+
SortQuotaByType = Literal["ClusterArn", "CreationTime", "Name", "Status"]
|
|
1753
1846
|
SortTrackingServerByType = Literal["CreationTime", "Name", "Status"]
|
|
1754
1847
|
SortTrialComponentsByType = Literal["CreationTime", "Name"]
|
|
1755
1848
|
SortTrialsByType = Literal["CreationTime", "Name"]
|
|
@@ -1928,6 +2021,7 @@ TrainingInstanceTypeType = Literal[
|
|
|
1928
2021
|
"ml.p4de.24xlarge",
|
|
1929
2022
|
"ml.p5.48xlarge",
|
|
1930
2023
|
"ml.p5e.48xlarge",
|
|
2024
|
+
"ml.p5en.48xlarge",
|
|
1931
2025
|
"ml.r5.12xlarge",
|
|
1932
2026
|
"ml.r5.16xlarge",
|
|
1933
2027
|
"ml.r5.24xlarge",
|
|
@@ -1951,6 +2045,7 @@ TrainingInstanceTypeType = Literal[
|
|
|
1951
2045
|
"ml.trn1.2xlarge",
|
|
1952
2046
|
"ml.trn1.32xlarge",
|
|
1953
2047
|
"ml.trn1n.32xlarge",
|
|
2048
|
+
"ml.trn2.48xlarge",
|
|
1954
2049
|
]
|
|
1955
2050
|
TrainingJobCompletedOrStoppedWaiterName = Literal["training_job_completed_or_stopped"]
|
|
1956
2051
|
TrainingJobEarlyStoppingTypeType = Literal["Auto", "Off"]
|
|
@@ -1958,6 +2053,10 @@ TrainingJobSortByOptionsType = Literal[
|
|
|
1958
2053
|
"CreationTime", "FinalObjectiveMetricValue", "Name", "Status"
|
|
1959
2054
|
]
|
|
1960
2055
|
TrainingJobStatusType = Literal["Completed", "Failed", "InProgress", "Stopped", "Stopping"]
|
|
2056
|
+
TrainingPlanFilterNameType = Literal["Status"]
|
|
2057
|
+
TrainingPlanSortByType = Literal["StartTime", "Status", "TrainingPlanName"]
|
|
2058
|
+
TrainingPlanSortOrderType = Literal["Ascending", "Descending"]
|
|
2059
|
+
TrainingPlanStatusType = Literal["Active", "Expired", "Failed", "Pending", "Scheduled"]
|
|
1961
2060
|
TrainingRepositoryAccessModeType = Literal["Platform", "Vpc"]
|
|
1962
2061
|
TransformInstanceTypeType = Literal[
|
|
1963
2062
|
"ml.c4.2xlarge",
|
|
@@ -2058,6 +2157,8 @@ TransformInstanceTypeType = Literal[
|
|
|
2058
2157
|
"ml.r7i.8xlarge",
|
|
2059
2158
|
"ml.r7i.large",
|
|
2060
2159
|
"ml.r7i.xlarge",
|
|
2160
|
+
"ml.trn1.2xlarge",
|
|
2161
|
+
"ml.trn1.32xlarge",
|
|
2061
2162
|
]
|
|
2062
2163
|
TransformJobCompletedOrStoppedWaiterName = Literal["transform_job_completed_or_stopped"]
|
|
2063
2164
|
TransformJobStatusType = Literal["Completed", "Failed", "InProgress", "Stopped", "Stopping"]
|
|
@@ -2110,12 +2211,15 @@ ServiceName = Literal[
|
|
|
2110
2211
|
"b2bi",
|
|
2111
2212
|
"backup",
|
|
2112
2213
|
"backup-gateway",
|
|
2214
|
+
"backupsearch",
|
|
2113
2215
|
"batch",
|
|
2114
2216
|
"bcm-data-exports",
|
|
2115
2217
|
"bcm-pricing-calculator",
|
|
2116
2218
|
"bedrock",
|
|
2117
2219
|
"bedrock-agent",
|
|
2118
2220
|
"bedrock-agent-runtime",
|
|
2221
|
+
"bedrock-data-automation",
|
|
2222
|
+
"bedrock-data-automation-runtime",
|
|
2119
2223
|
"bedrock-runtime",
|
|
2120
2224
|
"billing",
|
|
2121
2225
|
"billingconductor",
|
|
@@ -2193,6 +2297,7 @@ ServiceName = Literal[
|
|
|
2193
2297
|
"drs",
|
|
2194
2298
|
"ds",
|
|
2195
2299
|
"ds-data",
|
|
2300
|
+
"dsql",
|
|
2196
2301
|
"dynamodb",
|
|
2197
2302
|
"dynamodbstreams",
|
|
2198
2303
|
"ebs",
|
|
@@ -2249,6 +2354,7 @@ ServiceName = Literal[
|
|
|
2249
2354
|
"inspector-scan",
|
|
2250
2355
|
"inspector2",
|
|
2251
2356
|
"internetmonitor",
|
|
2357
|
+
"invoicing",
|
|
2252
2358
|
"iot",
|
|
2253
2359
|
"iot-data",
|
|
2254
2360
|
"iot-jobs-data",
|
|
@@ -2335,11 +2441,13 @@ ServiceName = Literal[
|
|
|
2335
2441
|
"neptune-graph",
|
|
2336
2442
|
"neptunedata",
|
|
2337
2443
|
"network-firewall",
|
|
2444
|
+
"networkflowmonitor",
|
|
2338
2445
|
"networkmanager",
|
|
2339
2446
|
"networkmonitor",
|
|
2340
2447
|
"notifications",
|
|
2341
2448
|
"notificationscontacts",
|
|
2342
2449
|
"oam",
|
|
2450
|
+
"observabilityadmin",
|
|
2343
2451
|
"omics",
|
|
2344
2452
|
"opensearch",
|
|
2345
2453
|
"opensearchserverless",
|
|
@@ -2400,6 +2508,7 @@ ServiceName = Literal[
|
|
|
2400
2508
|
"s3",
|
|
2401
2509
|
"s3control",
|
|
2402
2510
|
"s3outposts",
|
|
2511
|
+
"s3tables",
|
|
2403
2512
|
"sagemaker",
|
|
2404
2513
|
"sagemaker-a2i-runtime",
|
|
2405
2514
|
"sagemaker-edge",
|
|
@@ -2412,6 +2521,7 @@ ServiceName = Literal[
|
|
|
2412
2521
|
"schemas",
|
|
2413
2522
|
"sdb",
|
|
2414
2523
|
"secretsmanager",
|
|
2524
|
+
"security-ir",
|
|
2415
2525
|
"securityhub",
|
|
2416
2526
|
"securitylake",
|
|
2417
2527
|
"serverlessrepo",
|
|
@@ -2496,9 +2606,11 @@ PaginatorName = Literal[
|
|
|
2496
2606
|
"list_auto_ml_jobs",
|
|
2497
2607
|
"list_candidates_for_auto_ml_job",
|
|
2498
2608
|
"list_cluster_nodes",
|
|
2609
|
+
"list_cluster_scheduler_configs",
|
|
2499
2610
|
"list_clusters",
|
|
2500
2611
|
"list_code_repositories",
|
|
2501
2612
|
"list_compilation_jobs",
|
|
2613
|
+
"list_compute_quotas",
|
|
2502
2614
|
"list_contexts",
|
|
2503
2615
|
"list_data_quality_job_definitions",
|
|
2504
2616
|
"list_device_fleets",
|
|
@@ -2540,6 +2652,7 @@ PaginatorName = Literal[
|
|
|
2540
2652
|
"list_notebook_instance_lifecycle_configs",
|
|
2541
2653
|
"list_notebook_instances",
|
|
2542
2654
|
"list_optimization_jobs",
|
|
2655
|
+
"list_partner_apps",
|
|
2543
2656
|
"list_pipeline_execution_steps",
|
|
2544
2657
|
"list_pipeline_executions",
|
|
2545
2658
|
"list_pipeline_parameters_for_execution",
|
|
@@ -2553,6 +2666,7 @@ PaginatorName = Literal[
|
|
|
2553
2666
|
"list_tags",
|
|
2554
2667
|
"list_training_jobs",
|
|
2555
2668
|
"list_training_jobs_for_hyper_parameter_tuning_job",
|
|
2669
|
+
"list_training_plans",
|
|
2556
2670
|
"list_transform_jobs",
|
|
2557
2671
|
"list_trial_components",
|
|
2558
2672
|
"list_trials",
|