mypy-boto3-sagemaker 1.35.11__py3-none-any.whl → 1.41.1__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.
- mypy_boto3_sagemaker/__init__.py +38 -2
- mypy_boto3_sagemaker/__init__.pyi +38 -2
- mypy_boto3_sagemaker/__main__.py +11 -8
- mypy_boto3_sagemaker/client.py +2170 -1460
- mypy_boto3_sagemaker/client.pyi +2170 -1459
- mypy_boto3_sagemaker/literals.py +567 -39
- mypy_boto3_sagemaker/literals.pyi +567 -39
- mypy_boto3_sagemaker/paginator.py +1218 -584
- mypy_boto3_sagemaker/paginator.pyi +1122 -584
- mypy_boto3_sagemaker/type_defs.py +13938 -14574
- mypy_boto3_sagemaker/type_defs.pyi +12281 -14576
- mypy_boto3_sagemaker/version.py +3 -1
- mypy_boto3_sagemaker/waiter.py +75 -62
- mypy_boto3_sagemaker/waiter.pyi +75 -62
- {mypy_boto3_sagemaker-1.35.11.dist-info → mypy_boto3_sagemaker-1.41.1.dist-info}/METADATA +126 -38
- mypy_boto3_sagemaker-1.41.1.dist-info/RECORD +20 -0
- {mypy_boto3_sagemaker-1.35.11.dist-info → mypy_boto3_sagemaker-1.41.1.dist-info}/WHEEL +1 -1
- {mypy_boto3_sagemaker-1.35.11.dist-info → mypy_boto3_sagemaker-1.41.1.dist-info/licenses}/LICENSE +1 -1
- mypy_boto3_sagemaker-1.35.11.dist-info/RECORD +0 -20
- {mypy_boto3_sagemaker-1.35.11.dist-info → mypy_boto3_sagemaker-1.41.1.dist-info}/top_level.txt +0 -0
|
@@ -1,7 +1,9 @@
|
|
|
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
|
+
|
|
6
|
+
Copyright 2025 Vlad Emelianov
|
|
5
7
|
|
|
6
8
|
Usage::
|
|
7
9
|
|
|
@@ -21,6 +23,7 @@ else:
|
|
|
21
23
|
|
|
22
24
|
__all__ = (
|
|
23
25
|
"ActionStatusType",
|
|
26
|
+
"ActivationStateType",
|
|
24
27
|
"AdditionalS3DataSourceDataTypeType",
|
|
25
28
|
"AggregationTransformationValueType",
|
|
26
29
|
"AlgorithmSortByType",
|
|
@@ -55,19 +58,32 @@ __all__ = (
|
|
|
55
58
|
"AutoMountHomeEFSType",
|
|
56
59
|
"AutotuneModeType",
|
|
57
60
|
"AwsManagedHumanLoopRequestSourceType",
|
|
61
|
+
"BatchAddClusterNodesErrorCodeType",
|
|
62
|
+
"BatchDeleteClusterNodesErrorCodeType",
|
|
63
|
+
"BatchRebootClusterNodesErrorCodeType",
|
|
64
|
+
"BatchReplaceClusterNodesErrorCodeType",
|
|
58
65
|
"BatchStrategyType",
|
|
59
66
|
"BooleanOperatorType",
|
|
60
67
|
"CandidateSortByType",
|
|
61
68
|
"CandidateStatusType",
|
|
62
69
|
"CandidateStepTypeType",
|
|
70
|
+
"CapacityReservationPreferenceType",
|
|
71
|
+
"CapacityReservationTypeType",
|
|
63
72
|
"CapacitySizeTypeType",
|
|
64
73
|
"CaptureModeType",
|
|
65
74
|
"CaptureStatusType",
|
|
66
75
|
"ClarifyFeatureTypeType",
|
|
67
76
|
"ClarifyTextGranularityType",
|
|
68
77
|
"ClarifyTextLanguageType",
|
|
78
|
+
"ClusterAutoScalerTypeType",
|
|
79
|
+
"ClusterAutoScalingModeType",
|
|
80
|
+
"ClusterAutoScalingStatusType",
|
|
81
|
+
"ClusterConfigModeType",
|
|
82
|
+
"ClusterEventResourceTypeType",
|
|
69
83
|
"ClusterInstanceStatusType",
|
|
70
84
|
"ClusterInstanceTypeType",
|
|
85
|
+
"ClusterNodeProvisioningModeType",
|
|
86
|
+
"ClusterNodeRecoveryType",
|
|
71
87
|
"ClusterSortByType",
|
|
72
88
|
"ClusterStatusType",
|
|
73
89
|
"CodeRepositorySortByType",
|
|
@@ -79,9 +95,11 @@ __all__ = (
|
|
|
79
95
|
"ConditionOutcomeType",
|
|
80
96
|
"ContainerModeType",
|
|
81
97
|
"ContentClassifierType",
|
|
98
|
+
"CreateHubContentPresignedUrlsPaginatorName",
|
|
82
99
|
"CrossAccountFilterOptionType",
|
|
83
100
|
"DataDistributionTypeType",
|
|
84
101
|
"DataSourceNameType",
|
|
102
|
+
"DeepHealthCheckTypeType",
|
|
85
103
|
"DetailedAlgorithmStatusType",
|
|
86
104
|
"DetailedModelPackageStatusType",
|
|
87
105
|
"DeviceDeploymentStatusType",
|
|
@@ -98,9 +116,11 @@ __all__ = (
|
|
|
98
116
|
"EndpointInServiceWaiterName",
|
|
99
117
|
"EndpointSortKeyType",
|
|
100
118
|
"EndpointStatusType",
|
|
119
|
+
"EventSortByType",
|
|
101
120
|
"ExecutionRoleIdentityConfigType",
|
|
102
121
|
"ExecutionStatusType",
|
|
103
122
|
"FailureHandlingPolicyType",
|
|
123
|
+
"FairShareType",
|
|
104
124
|
"FeatureGroupSortByType",
|
|
105
125
|
"FeatureGroupSortOrderType",
|
|
106
126
|
"FeatureGroupStatusType",
|
|
@@ -126,6 +146,7 @@ __all__ = (
|
|
|
126
146
|
"HyperParameterTuningJobStatusType",
|
|
127
147
|
"HyperParameterTuningJobStrategyTypeType",
|
|
128
148
|
"HyperParameterTuningJobWarmStartTypeType",
|
|
149
|
+
"IPAddressTypeType",
|
|
129
150
|
"ImageCreatedWaiterName",
|
|
130
151
|
"ImageDeletedWaiterName",
|
|
131
152
|
"ImageSortByType",
|
|
@@ -137,6 +158,7 @@ __all__ = (
|
|
|
137
158
|
"ImageVersionSortByType",
|
|
138
159
|
"ImageVersionSortOrderType",
|
|
139
160
|
"ImageVersionStatusType",
|
|
161
|
+
"InferenceComponentCapacitySizeTypeType",
|
|
140
162
|
"InferenceComponentSortKeyType",
|
|
141
163
|
"InferenceComponentStatusType",
|
|
142
164
|
"InferenceExecutionModeType",
|
|
@@ -144,12 +166,14 @@ __all__ = (
|
|
|
144
166
|
"InferenceExperimentStopDesiredStateType",
|
|
145
167
|
"InferenceExperimentTypeType",
|
|
146
168
|
"InputModeType",
|
|
169
|
+
"InstanceGroupStatusType",
|
|
147
170
|
"InstanceTypeType",
|
|
148
171
|
"IsTrackingServerActiveType",
|
|
149
172
|
"JobTypeType",
|
|
150
173
|
"JoinSourceType",
|
|
151
174
|
"LabelingJobStatusType",
|
|
152
175
|
"LastUpdateStatusValueType",
|
|
176
|
+
"LifecycleManagementType",
|
|
153
177
|
"LineageTypeType",
|
|
154
178
|
"ListActionsPaginatorName",
|
|
155
179
|
"ListAlgorithmsPaginatorName",
|
|
@@ -160,11 +184,14 @@ __all__ = (
|
|
|
160
184
|
"ListAssociationsPaginatorName",
|
|
161
185
|
"ListAutoMLJobsPaginatorName",
|
|
162
186
|
"ListCandidatesForAutoMLJobPaginatorName",
|
|
187
|
+
"ListClusterEventsPaginatorName",
|
|
163
188
|
"ListClusterNodesPaginatorName",
|
|
189
|
+
"ListClusterSchedulerConfigsPaginatorName",
|
|
164
190
|
"ListClustersPaginatorName",
|
|
165
191
|
"ListCodeRepositoriesPaginatorName",
|
|
166
192
|
"ListCompilationJobsPaginatorName",
|
|
167
193
|
"ListCompilationJobsSortByType",
|
|
194
|
+
"ListComputeQuotasPaginatorName",
|
|
168
195
|
"ListContextsPaginatorName",
|
|
169
196
|
"ListDataQualityJobDefinitionsPaginatorName",
|
|
170
197
|
"ListDeviceFleetsPaginatorName",
|
|
@@ -212,9 +239,11 @@ __all__ = (
|
|
|
212
239
|
"ListNotebookInstancesPaginatorName",
|
|
213
240
|
"ListOptimizationJobsPaginatorName",
|
|
214
241
|
"ListOptimizationJobsSortByType",
|
|
242
|
+
"ListPartnerAppsPaginatorName",
|
|
215
243
|
"ListPipelineExecutionStepsPaginatorName",
|
|
216
244
|
"ListPipelineExecutionsPaginatorName",
|
|
217
245
|
"ListPipelineParametersForExecutionPaginatorName",
|
|
246
|
+
"ListPipelineVersionsPaginatorName",
|
|
218
247
|
"ListPipelinesPaginatorName",
|
|
219
248
|
"ListProcessingJobsPaginatorName",
|
|
220
249
|
"ListResourceCatalogsPaginatorName",
|
|
@@ -225,14 +254,17 @@ __all__ = (
|
|
|
225
254
|
"ListTagsPaginatorName",
|
|
226
255
|
"ListTrainingJobsForHyperParameterTuningJobPaginatorName",
|
|
227
256
|
"ListTrainingJobsPaginatorName",
|
|
257
|
+
"ListTrainingPlansPaginatorName",
|
|
228
258
|
"ListTransformJobsPaginatorName",
|
|
229
259
|
"ListTrialComponentsPaginatorName",
|
|
230
260
|
"ListTrialsPaginatorName",
|
|
261
|
+
"ListUltraServersByReservedCapacityPaginatorName",
|
|
231
262
|
"ListUserProfilesPaginatorName",
|
|
232
263
|
"ListWorkforcesPaginatorName",
|
|
233
264
|
"ListWorkforcesSortByOptionsType",
|
|
234
265
|
"ListWorkteamsPaginatorName",
|
|
235
266
|
"ListWorkteamsSortByOptionsType",
|
|
267
|
+
"MIGProfileTypeType",
|
|
236
268
|
"ManagedInstanceScalingStatusType",
|
|
237
269
|
"MetricSetSourceType",
|
|
238
270
|
"MlToolsType",
|
|
@@ -264,6 +296,7 @@ __all__ = (
|
|
|
264
296
|
"MonitoringProblemTypeType",
|
|
265
297
|
"MonitoringScheduleSortKeyType",
|
|
266
298
|
"MonitoringTypeType",
|
|
299
|
+
"NodeUnavailabilityTypeType",
|
|
267
300
|
"NotebookInstanceAcceleratorTypeType",
|
|
268
301
|
"NotebookInstanceDeletedWaiterName",
|
|
269
302
|
"NotebookInstanceInServiceWaiterName",
|
|
@@ -281,9 +314,14 @@ __all__ = (
|
|
|
281
314
|
"OptimizationJobStatusType",
|
|
282
315
|
"OrderKeyType",
|
|
283
316
|
"OutputCompressionTypeType",
|
|
317
|
+
"PaginatorName",
|
|
284
318
|
"ParameterTypeType",
|
|
319
|
+
"PartnerAppAuthTypeType",
|
|
320
|
+
"PartnerAppStatusType",
|
|
321
|
+
"PartnerAppTypeType",
|
|
285
322
|
"PipelineExecutionStatusType",
|
|
286
323
|
"PipelineStatusType",
|
|
324
|
+
"PreemptTeamTasksType",
|
|
287
325
|
"ProblemTypeType",
|
|
288
326
|
"ProcessingInstanceTypeType",
|
|
289
327
|
"ProcessingJobCompletedOrStoppedWaiterName",
|
|
@@ -311,9 +349,16 @@ __all__ = (
|
|
|
311
349
|
"RecordWrapperType",
|
|
312
350
|
"RedshiftResultCompressionTypeType",
|
|
313
351
|
"RedshiftResultFormatType",
|
|
352
|
+
"RegionName",
|
|
353
|
+
"RelationType",
|
|
314
354
|
"RepositoryAccessModeType",
|
|
355
|
+
"ReservedCapacityInstanceTypeType",
|
|
356
|
+
"ReservedCapacityStatusType",
|
|
357
|
+
"ReservedCapacityTypeType",
|
|
315
358
|
"ResourceCatalogSortByType",
|
|
316
359
|
"ResourceCatalogSortOrderType",
|
|
360
|
+
"ResourceServiceName",
|
|
361
|
+
"ResourceSharingStrategyType",
|
|
317
362
|
"ResourceTypeType",
|
|
318
363
|
"RetentionTypeType",
|
|
319
364
|
"RootAccessType",
|
|
@@ -322,17 +367,24 @@ __all__ = (
|
|
|
322
367
|
"S3DataDistributionType",
|
|
323
368
|
"S3DataTypeType",
|
|
324
369
|
"S3ModelDataTypeType",
|
|
370
|
+
"SageMakerImageNameType",
|
|
371
|
+
"SageMakerResourceNameType",
|
|
372
|
+
"SageMakerServiceName",
|
|
325
373
|
"SagemakerServicecatalogStatusType",
|
|
326
374
|
"ScheduleStatusType",
|
|
375
|
+
"SchedulerResourceStatusType",
|
|
327
376
|
"SearchPaginatorName",
|
|
328
377
|
"SearchSortOrderType",
|
|
329
378
|
"SecondaryStatusType",
|
|
379
|
+
"ServiceName",
|
|
330
380
|
"SharingTypeType",
|
|
331
381
|
"SkipModelValidationType",
|
|
382
|
+
"SoftwareUpdateStatusType",
|
|
332
383
|
"SortActionsByType",
|
|
333
384
|
"SortArtifactsByType",
|
|
334
385
|
"SortAssociationsByType",
|
|
335
386
|
"SortByType",
|
|
387
|
+
"SortClusterSchedulerConfigByType",
|
|
336
388
|
"SortContextsByType",
|
|
337
389
|
"SortExperimentsByType",
|
|
338
390
|
"SortInferenceExperimentsByType",
|
|
@@ -340,6 +392,7 @@ __all__ = (
|
|
|
340
392
|
"SortOrderType",
|
|
341
393
|
"SortPipelineExecutionsByType",
|
|
342
394
|
"SortPipelinesByType",
|
|
395
|
+
"SortQuotaByType",
|
|
343
396
|
"SortTrackingServerByType",
|
|
344
397
|
"SortTrialComponentsByType",
|
|
345
398
|
"SortTrialsByType",
|
|
@@ -354,11 +407,13 @@ __all__ = (
|
|
|
354
407
|
"StudioLifecycleConfigSortKeyType",
|
|
355
408
|
"StudioWebPortalType",
|
|
356
409
|
"TableFormatType",
|
|
410
|
+
"TagPropagationType",
|
|
357
411
|
"TargetDeviceType",
|
|
358
412
|
"TargetPlatformAcceleratorType",
|
|
359
413
|
"TargetPlatformArchType",
|
|
360
414
|
"TargetPlatformOsType",
|
|
361
415
|
"ThroughputModeType",
|
|
416
|
+
"TrackingServerMaintenanceStatusType",
|
|
362
417
|
"TrackingServerSizeType",
|
|
363
418
|
"TrackingServerStatusType",
|
|
364
419
|
"TrafficRoutingConfigTypeType",
|
|
@@ -369,28 +424,31 @@ __all__ = (
|
|
|
369
424
|
"TrainingJobEarlyStoppingTypeType",
|
|
370
425
|
"TrainingJobSortByOptionsType",
|
|
371
426
|
"TrainingJobStatusType",
|
|
427
|
+
"TrainingPlanFilterNameType",
|
|
428
|
+
"TrainingPlanSortByType",
|
|
429
|
+
"TrainingPlanSortOrderType",
|
|
430
|
+
"TrainingPlanStatusType",
|
|
372
431
|
"TrainingRepositoryAccessModeType",
|
|
373
432
|
"TransformInstanceTypeType",
|
|
374
433
|
"TransformJobCompletedOrStoppedWaiterName",
|
|
375
434
|
"TransformJobStatusType",
|
|
376
435
|
"TrialComponentPrimaryStatusType",
|
|
377
436
|
"TtlDurationUnitType",
|
|
437
|
+
"UltraServerHealthStatusType",
|
|
378
438
|
"UserProfileSortKeyType",
|
|
379
439
|
"UserProfileStatusType",
|
|
380
440
|
"VariantPropertyTypeType",
|
|
381
441
|
"VariantStatusType",
|
|
382
442
|
"VendorGuidanceType",
|
|
443
|
+
"VolumeAttachmentStatusType",
|
|
444
|
+
"WaiterName",
|
|
383
445
|
"WarmPoolResourceStatusType",
|
|
446
|
+
"WorkforceIpAddressTypeType",
|
|
384
447
|
"WorkforceStatusType",
|
|
385
|
-
"SageMakerServiceName",
|
|
386
|
-
"ServiceName",
|
|
387
|
-
"ResourceServiceName",
|
|
388
|
-
"PaginatorName",
|
|
389
|
-
"WaiterName",
|
|
390
|
-
"RegionName",
|
|
391
448
|
)
|
|
392
449
|
|
|
393
450
|
ActionStatusType = Literal["Completed", "Failed", "InProgress", "Stopped", "Stopping", "Unknown"]
|
|
451
|
+
ActivationStateType = Literal["Disabled", "Enabled"]
|
|
394
452
|
AdditionalS3DataSourceDataTypeType = Literal["S3Object", "S3Prefix"]
|
|
395
453
|
AggregationTransformationValueType = Literal["avg", "first", "max", "min", "sum"]
|
|
396
454
|
AlgorithmSortByType = Literal["CreationTime", "Name"]
|
|
@@ -454,6 +512,14 @@ AppInstanceTypeType = Literal[
|
|
|
454
512
|
"ml.g6.4xlarge",
|
|
455
513
|
"ml.g6.8xlarge",
|
|
456
514
|
"ml.g6.xlarge",
|
|
515
|
+
"ml.g6e.12xlarge",
|
|
516
|
+
"ml.g6e.16xlarge",
|
|
517
|
+
"ml.g6e.24xlarge",
|
|
518
|
+
"ml.g6e.2xlarge",
|
|
519
|
+
"ml.g6e.48xlarge",
|
|
520
|
+
"ml.g6e.4xlarge",
|
|
521
|
+
"ml.g6e.8xlarge",
|
|
522
|
+
"ml.g6e.xlarge",
|
|
457
523
|
"ml.geospatial.interactive",
|
|
458
524
|
"ml.m5.12xlarge",
|
|
459
525
|
"ml.m5.16xlarge",
|
|
@@ -505,6 +571,8 @@ AppInstanceTypeType = Literal[
|
|
|
505
571
|
"ml.p4d.24xlarge",
|
|
506
572
|
"ml.p4de.24xlarge",
|
|
507
573
|
"ml.p5.48xlarge",
|
|
574
|
+
"ml.p5en.48xlarge",
|
|
575
|
+
"ml.p6-b200.48xlarge",
|
|
508
576
|
"ml.r5.12xlarge",
|
|
509
577
|
"ml.r5.16xlarge",
|
|
510
578
|
"ml.r5.24xlarge",
|
|
@@ -680,6 +748,14 @@ AutotuneModeType = Literal["Enabled"]
|
|
|
680
748
|
AwsManagedHumanLoopRequestSourceType = Literal[
|
|
681
749
|
"AWS/Rekognition/DetectModerationLabels/Image/V3", "AWS/Textract/AnalyzeDocument/Forms/V1"
|
|
682
750
|
]
|
|
751
|
+
BatchAddClusterNodesErrorCodeType = Literal["InstanceGroupNotFound", "InvalidInstanceGroupStatus"]
|
|
752
|
+
BatchDeleteClusterNodesErrorCodeType = Literal["InvalidNodeStatus", "NodeIdInUse", "NodeIdNotFound"]
|
|
753
|
+
BatchRebootClusterNodesErrorCodeType = Literal[
|
|
754
|
+
"InstanceIdInUse", "InstanceIdNotFound", "InternalServerError", "InvalidInstanceStatus"
|
|
755
|
+
]
|
|
756
|
+
BatchReplaceClusterNodesErrorCodeType = Literal[
|
|
757
|
+
"InstanceIdInUse", "InstanceIdNotFound", "InternalServerError", "InvalidInstanceStatus"
|
|
758
|
+
]
|
|
683
759
|
BatchStrategyType = Literal["MultiRecord", "SingleRecord"]
|
|
684
760
|
BooleanOperatorType = Literal["And", "Or"]
|
|
685
761
|
CandidateSortByType = Literal["CreationTime", "FinalObjectiveMetricValue", "Status"]
|
|
@@ -687,6 +763,8 @@ CandidateStatusType = Literal["Completed", "Failed", "InProgress", "Stopped", "S
|
|
|
687
763
|
CandidateStepTypeType = Literal[
|
|
688
764
|
"AWS::SageMaker::ProcessingJob", "AWS::SageMaker::TrainingJob", "AWS::SageMaker::TransformJob"
|
|
689
765
|
]
|
|
766
|
+
CapacityReservationPreferenceType = Literal["capacity-reservations-only"]
|
|
767
|
+
CapacityReservationTypeType = Literal["CRG", "ODCR"]
|
|
690
768
|
CapacitySizeTypeType = Literal["CAPACITY_PERCENT", "INSTANCE_COUNT"]
|
|
691
769
|
CaptureModeType = Literal["Input", "InputAndOutput", "Output"]
|
|
692
770
|
CaptureStatusType = Literal["Started", "Stopped"]
|
|
@@ -754,8 +832,19 @@ ClarifyTextLanguageType = Literal[
|
|
|
754
832
|
"yo",
|
|
755
833
|
"zh",
|
|
756
834
|
]
|
|
835
|
+
ClusterAutoScalerTypeType = Literal["Karpenter"]
|
|
836
|
+
ClusterAutoScalingModeType = Literal["Disable", "Enable"]
|
|
837
|
+
ClusterAutoScalingStatusType = Literal["Creating", "Deleting", "Failed", "InService"]
|
|
838
|
+
ClusterConfigModeType = Literal["Disable", "Enable"]
|
|
839
|
+
ClusterEventResourceTypeType = Literal["Cluster", "Instance", "InstanceGroup"]
|
|
757
840
|
ClusterInstanceStatusType = Literal[
|
|
758
|
-
"
|
|
841
|
+
"DeepHealthCheckInProgress",
|
|
842
|
+
"Failure",
|
|
843
|
+
"NotFound",
|
|
844
|
+
"Pending",
|
|
845
|
+
"Running",
|
|
846
|
+
"ShuttingDown",
|
|
847
|
+
"SystemUpdating",
|
|
759
848
|
]
|
|
760
849
|
ClusterInstanceTypeType = Literal[
|
|
761
850
|
"ml.c5.12xlarge",
|
|
@@ -771,6 +860,15 @@ ClusterInstanceTypeType = Literal[
|
|
|
771
860
|
"ml.c5n.4xlarge",
|
|
772
861
|
"ml.c5n.9xlarge",
|
|
773
862
|
"ml.c5n.large",
|
|
863
|
+
"ml.c6i.12xlarge",
|
|
864
|
+
"ml.c6i.16xlarge",
|
|
865
|
+
"ml.c6i.24xlarge",
|
|
866
|
+
"ml.c6i.2xlarge",
|
|
867
|
+
"ml.c6i.32xlarge",
|
|
868
|
+
"ml.c6i.4xlarge",
|
|
869
|
+
"ml.c6i.8xlarge",
|
|
870
|
+
"ml.c6i.large",
|
|
871
|
+
"ml.c6i.xlarge",
|
|
774
872
|
"ml.g5.12xlarge",
|
|
775
873
|
"ml.g5.16xlarge",
|
|
776
874
|
"ml.g5.24xlarge",
|
|
@@ -779,6 +877,31 @@ ClusterInstanceTypeType = Literal[
|
|
|
779
877
|
"ml.g5.4xlarge",
|
|
780
878
|
"ml.g5.8xlarge",
|
|
781
879
|
"ml.g5.xlarge",
|
|
880
|
+
"ml.g6.12xlarge",
|
|
881
|
+
"ml.g6.16xlarge",
|
|
882
|
+
"ml.g6.24xlarge",
|
|
883
|
+
"ml.g6.2xlarge",
|
|
884
|
+
"ml.g6.48xlarge",
|
|
885
|
+
"ml.g6.4xlarge",
|
|
886
|
+
"ml.g6.8xlarge",
|
|
887
|
+
"ml.g6.xlarge",
|
|
888
|
+
"ml.g6e.12xlarge",
|
|
889
|
+
"ml.g6e.16xlarge",
|
|
890
|
+
"ml.g6e.24xlarge",
|
|
891
|
+
"ml.g6e.2xlarge",
|
|
892
|
+
"ml.g6e.48xlarge",
|
|
893
|
+
"ml.g6e.4xlarge",
|
|
894
|
+
"ml.g6e.8xlarge",
|
|
895
|
+
"ml.g6e.xlarge",
|
|
896
|
+
"ml.gr6.4xlarge",
|
|
897
|
+
"ml.gr6.8xlarge",
|
|
898
|
+
"ml.i3en.12xlarge",
|
|
899
|
+
"ml.i3en.24xlarge",
|
|
900
|
+
"ml.i3en.2xlarge",
|
|
901
|
+
"ml.i3en.3xlarge",
|
|
902
|
+
"ml.i3en.6xlarge",
|
|
903
|
+
"ml.i3en.large",
|
|
904
|
+
"ml.i3en.xlarge",
|
|
782
905
|
"ml.m5.12xlarge",
|
|
783
906
|
"ml.m5.16xlarge",
|
|
784
907
|
"ml.m5.24xlarge",
|
|
@@ -787,16 +910,60 @@ ClusterInstanceTypeType = Literal[
|
|
|
787
910
|
"ml.m5.8xlarge",
|
|
788
911
|
"ml.m5.large",
|
|
789
912
|
"ml.m5.xlarge",
|
|
913
|
+
"ml.m6i.12xlarge",
|
|
914
|
+
"ml.m6i.16xlarge",
|
|
915
|
+
"ml.m6i.24xlarge",
|
|
916
|
+
"ml.m6i.2xlarge",
|
|
917
|
+
"ml.m6i.32xlarge",
|
|
918
|
+
"ml.m6i.4xlarge",
|
|
919
|
+
"ml.m6i.8xlarge",
|
|
920
|
+
"ml.m6i.large",
|
|
921
|
+
"ml.m6i.xlarge",
|
|
922
|
+
"ml.m7i.12xlarge",
|
|
923
|
+
"ml.m7i.16xlarge",
|
|
924
|
+
"ml.m7i.24xlarge",
|
|
925
|
+
"ml.m7i.2xlarge",
|
|
926
|
+
"ml.m7i.48xlarge",
|
|
927
|
+
"ml.m7i.4xlarge",
|
|
928
|
+
"ml.m7i.8xlarge",
|
|
929
|
+
"ml.m7i.large",
|
|
930
|
+
"ml.m7i.xlarge",
|
|
790
931
|
"ml.p4d.24xlarge",
|
|
791
932
|
"ml.p4de.24xlarge",
|
|
792
933
|
"ml.p5.48xlarge",
|
|
934
|
+
"ml.p5e.48xlarge",
|
|
935
|
+
"ml.p5en.48xlarge",
|
|
936
|
+
"ml.p6-b200.48xlarge",
|
|
937
|
+
"ml.p6e-gb200.36xlarge",
|
|
938
|
+
"ml.r6i.12xlarge",
|
|
939
|
+
"ml.r6i.16xlarge",
|
|
940
|
+
"ml.r6i.24xlarge",
|
|
941
|
+
"ml.r6i.2xlarge",
|
|
942
|
+
"ml.r6i.32xlarge",
|
|
943
|
+
"ml.r6i.4xlarge",
|
|
944
|
+
"ml.r6i.8xlarge",
|
|
945
|
+
"ml.r6i.large",
|
|
946
|
+
"ml.r6i.xlarge",
|
|
947
|
+
"ml.r7i.12xlarge",
|
|
948
|
+
"ml.r7i.16xlarge",
|
|
949
|
+
"ml.r7i.24xlarge",
|
|
950
|
+
"ml.r7i.2xlarge",
|
|
951
|
+
"ml.r7i.48xlarge",
|
|
952
|
+
"ml.r7i.4xlarge",
|
|
953
|
+
"ml.r7i.8xlarge",
|
|
954
|
+
"ml.r7i.large",
|
|
955
|
+
"ml.r7i.xlarge",
|
|
793
956
|
"ml.t3.2xlarge",
|
|
794
957
|
"ml.t3.large",
|
|
795
958
|
"ml.t3.medium",
|
|
796
959
|
"ml.t3.xlarge",
|
|
797
960
|
"ml.trn1.32xlarge",
|
|
798
961
|
"ml.trn1n.32xlarge",
|
|
962
|
+
"ml.trn2.3xlarge",
|
|
963
|
+
"ml.trn2.48xlarge",
|
|
799
964
|
]
|
|
965
|
+
ClusterNodeProvisioningModeType = Literal["Continuous"]
|
|
966
|
+
ClusterNodeRecoveryType = Literal["Automatic", "None"]
|
|
800
967
|
ClusterSortByType = Literal["CREATION_TIME", "NAME"]
|
|
801
968
|
ClusterStatusType = Literal[
|
|
802
969
|
"Creating", "Deleting", "Failed", "InService", "RollingBack", "SystemUpdating", "Updating"
|
|
@@ -812,9 +979,11 @@ CompressionTypeType = Literal["Gzip", "None"]
|
|
|
812
979
|
ConditionOutcomeType = Literal["False", "True"]
|
|
813
980
|
ContainerModeType = Literal["MultiModel", "SingleModel"]
|
|
814
981
|
ContentClassifierType = Literal["FreeOfAdultContent", "FreeOfPersonallyIdentifiableInformation"]
|
|
982
|
+
CreateHubContentPresignedUrlsPaginatorName = Literal["create_hub_content_presigned_urls"]
|
|
815
983
|
CrossAccountFilterOptionType = Literal["CrossAccount", "SameAccount"]
|
|
816
984
|
DataDistributionTypeType = Literal["FullyReplicated", "ShardedByS3Key"]
|
|
817
985
|
DataSourceNameType = Literal["SalesforceGenie", "Snowflake"]
|
|
986
|
+
DeepHealthCheckTypeType = Literal["InstanceConnectivity", "InstanceStress"]
|
|
818
987
|
DetailedAlgorithmStatusType = Literal["Completed", "Failed", "InProgress", "NotStarted"]
|
|
819
988
|
DetailedModelPackageStatusType = Literal["Completed", "Failed", "InProgress", "NotStarted"]
|
|
820
989
|
DeviceDeploymentStatusType = Literal[
|
|
@@ -847,11 +1016,13 @@ EndpointStatusType = Literal[
|
|
|
847
1016
|
"UpdateRollbackFailed",
|
|
848
1017
|
"Updating",
|
|
849
1018
|
]
|
|
1019
|
+
EventSortByType = Literal["EventTime"]
|
|
850
1020
|
ExecutionRoleIdentityConfigType = Literal["DISABLED", "USER_PROFILE_NAME"]
|
|
851
1021
|
ExecutionStatusType = Literal[
|
|
852
1022
|
"Completed", "CompletedWithViolations", "Failed", "InProgress", "Pending", "Stopped", "Stopping"
|
|
853
1023
|
]
|
|
854
1024
|
FailureHandlingPolicyType = Literal["DO_NOTHING", "ROLLBACK_ON_FAILURE"]
|
|
1025
|
+
FairShareType = Literal["Disabled", "Enabled"]
|
|
855
1026
|
FeatureGroupSortByType = Literal["CreationTime", "FeatureGroupStatus", "Name", "OfflineStoreStatus"]
|
|
856
1027
|
FeatureGroupSortOrderType = Literal["Ascending", "Descending"]
|
|
857
1028
|
FeatureGroupStatusType = Literal["CreateFailed", "Created", "Creating", "DeleteFailed", "Deleting"]
|
|
@@ -876,7 +1047,7 @@ FrameworkType = Literal[
|
|
|
876
1047
|
]
|
|
877
1048
|
HubContentSortByType = Literal["CreationTime", "HubContentName", "HubContentStatus"]
|
|
878
1049
|
HubContentStatusType = Literal["Available", "DeleteFailed", "Deleting", "ImportFailed", "Importing"]
|
|
879
|
-
HubContentSupportStatusType = Literal["Deprecated", "Supported"]
|
|
1050
|
+
HubContentSupportStatusType = Literal["Deprecated", "Restricted", "Supported"]
|
|
880
1051
|
HubContentTypeType = Literal["Model", "ModelReference", "Notebook"]
|
|
881
1052
|
HubSortByType = Literal["AccountIdOwner", "CreationTime", "HubName", "HubStatus"]
|
|
882
1053
|
HubStatusType = Literal[
|
|
@@ -892,6 +1063,7 @@ HyperParameterTuningJobStatusType = Literal[
|
|
|
892
1063
|
]
|
|
893
1064
|
HyperParameterTuningJobStrategyTypeType = Literal["Bayesian", "Grid", "Hyperband", "Random"]
|
|
894
1065
|
HyperParameterTuningJobWarmStartTypeType = Literal["IdenticalDataAndAlgorithm", "TransferLearning"]
|
|
1066
|
+
IPAddressTypeType = Literal["dualstack", "ipv4"]
|
|
895
1067
|
ImageCreatedWaiterName = Literal["image_created"]
|
|
896
1068
|
ImageDeletedWaiterName = Literal["image_deleted"]
|
|
897
1069
|
ImageSortByType = Literal["CREATION_TIME", "IMAGE_NAME", "LAST_MODIFIED_TIME"]
|
|
@@ -907,6 +1079,7 @@ ImageVersionSortOrderType = Literal["ASCENDING", "DESCENDING"]
|
|
|
907
1079
|
ImageVersionStatusType = Literal[
|
|
908
1080
|
"CREATED", "CREATE_FAILED", "CREATING", "DELETE_FAILED", "DELETING"
|
|
909
1081
|
]
|
|
1082
|
+
InferenceComponentCapacitySizeTypeType = Literal["CAPACITY_PERCENT", "COPY_COUNT"]
|
|
910
1083
|
InferenceComponentSortKeyType = Literal["CreationTime", "Name", "Status"]
|
|
911
1084
|
InferenceComponentStatusType = Literal["Creating", "Deleting", "Failed", "InService", "Updating"]
|
|
912
1085
|
InferenceExecutionModeType = Literal["Direct", "Serial"]
|
|
@@ -916,6 +1089,9 @@ InferenceExperimentStatusType = Literal[
|
|
|
916
1089
|
InferenceExperimentStopDesiredStateType = Literal["Cancelled", "Completed"]
|
|
917
1090
|
InferenceExperimentTypeType = Literal["ShadowMode"]
|
|
918
1091
|
InputModeType = Literal["File", "Pipe"]
|
|
1092
|
+
InstanceGroupStatusType = Literal[
|
|
1093
|
+
"Creating", "Degraded", "Deleting", "Failed", "InService", "SystemUpdating", "Updating"
|
|
1094
|
+
]
|
|
919
1095
|
InstanceTypeType = Literal[
|
|
920
1096
|
"ml.c4.2xlarge",
|
|
921
1097
|
"ml.c4.4xlarge",
|
|
@@ -984,6 +1160,10 @@ InstanceTypeType = Literal[
|
|
|
984
1160
|
"ml.inf1.2xlarge",
|
|
985
1161
|
"ml.inf1.6xlarge",
|
|
986
1162
|
"ml.inf1.xlarge",
|
|
1163
|
+
"ml.inf2.24xlarge",
|
|
1164
|
+
"ml.inf2.48xlarge",
|
|
1165
|
+
"ml.inf2.8xlarge",
|
|
1166
|
+
"ml.inf2.xlarge",
|
|
987
1167
|
"ml.m4.10xlarge",
|
|
988
1168
|
"ml.m4.16xlarge",
|
|
989
1169
|
"ml.m4.2xlarge",
|
|
@@ -1039,6 +1219,7 @@ InstanceTypeType = Literal[
|
|
|
1039
1219
|
"ml.p4d.24xlarge",
|
|
1040
1220
|
"ml.p4de.24xlarge",
|
|
1041
1221
|
"ml.p5.48xlarge",
|
|
1222
|
+
"ml.p6-b200.48xlarge",
|
|
1042
1223
|
"ml.r5.12xlarge",
|
|
1043
1224
|
"ml.r5.16xlarge",
|
|
1044
1225
|
"ml.r5.24xlarge",
|
|
@@ -1082,6 +1263,9 @@ InstanceTypeType = Literal[
|
|
|
1082
1263
|
"ml.t3.large",
|
|
1083
1264
|
"ml.t3.medium",
|
|
1084
1265
|
"ml.t3.xlarge",
|
|
1266
|
+
"ml.trn1.2xlarge",
|
|
1267
|
+
"ml.trn1.32xlarge",
|
|
1268
|
+
"ml.trn1n.32xlarge",
|
|
1085
1269
|
]
|
|
1086
1270
|
IsTrackingServerActiveType = Literal["Active", "Inactive"]
|
|
1087
1271
|
JobTypeType = Literal["INFERENCE", "NOTEBOOK_KERNEL", "TRAINING"]
|
|
@@ -1090,6 +1274,7 @@ LabelingJobStatusType = Literal[
|
|
|
1090
1274
|
"Completed", "Failed", "InProgress", "Initializing", "Stopped", "Stopping"
|
|
1091
1275
|
]
|
|
1092
1276
|
LastUpdateStatusValueType = Literal["Failed", "InProgress", "Successful"]
|
|
1277
|
+
LifecycleManagementType = Literal["DISABLED", "ENABLED"]
|
|
1093
1278
|
LineageTypeType = Literal["Action", "Artifact", "Context", "TrialComponent"]
|
|
1094
1279
|
ListActionsPaginatorName = Literal["list_actions"]
|
|
1095
1280
|
ListAlgorithmsPaginatorName = Literal["list_algorithms"]
|
|
@@ -1100,11 +1285,14 @@ ListArtifactsPaginatorName = Literal["list_artifacts"]
|
|
|
1100
1285
|
ListAssociationsPaginatorName = Literal["list_associations"]
|
|
1101
1286
|
ListAutoMLJobsPaginatorName = Literal["list_auto_ml_jobs"]
|
|
1102
1287
|
ListCandidatesForAutoMLJobPaginatorName = Literal["list_candidates_for_auto_ml_job"]
|
|
1288
|
+
ListClusterEventsPaginatorName = Literal["list_cluster_events"]
|
|
1103
1289
|
ListClusterNodesPaginatorName = Literal["list_cluster_nodes"]
|
|
1290
|
+
ListClusterSchedulerConfigsPaginatorName = Literal["list_cluster_scheduler_configs"]
|
|
1104
1291
|
ListClustersPaginatorName = Literal["list_clusters"]
|
|
1105
1292
|
ListCodeRepositoriesPaginatorName = Literal["list_code_repositories"]
|
|
1106
1293
|
ListCompilationJobsPaginatorName = Literal["list_compilation_jobs"]
|
|
1107
1294
|
ListCompilationJobsSortByType = Literal["CreationTime", "Name", "Status"]
|
|
1295
|
+
ListComputeQuotasPaginatorName = Literal["list_compute_quotas"]
|
|
1108
1296
|
ListContextsPaginatorName = Literal["list_contexts"]
|
|
1109
1297
|
ListDataQualityJobDefinitionsPaginatorName = Literal["list_data_quality_job_definitions"]
|
|
1110
1298
|
ListDeviceFleetsPaginatorName = Literal["list_device_fleets"]
|
|
@@ -1162,9 +1350,11 @@ ListNotebookInstanceLifecycleConfigsPaginatorName = Literal[
|
|
|
1162
1350
|
ListNotebookInstancesPaginatorName = Literal["list_notebook_instances"]
|
|
1163
1351
|
ListOptimizationJobsPaginatorName = Literal["list_optimization_jobs"]
|
|
1164
1352
|
ListOptimizationJobsSortByType = Literal["CreationTime", "Name", "Status"]
|
|
1353
|
+
ListPartnerAppsPaginatorName = Literal["list_partner_apps"]
|
|
1165
1354
|
ListPipelineExecutionStepsPaginatorName = Literal["list_pipeline_execution_steps"]
|
|
1166
1355
|
ListPipelineExecutionsPaginatorName = Literal["list_pipeline_executions"]
|
|
1167
1356
|
ListPipelineParametersForExecutionPaginatorName = Literal["list_pipeline_parameters_for_execution"]
|
|
1357
|
+
ListPipelineVersionsPaginatorName = Literal["list_pipeline_versions"]
|
|
1168
1358
|
ListPipelinesPaginatorName = Literal["list_pipelines"]
|
|
1169
1359
|
ListProcessingJobsPaginatorName = Literal["list_processing_jobs"]
|
|
1170
1360
|
ListResourceCatalogsPaginatorName = Literal["list_resource_catalogs"]
|
|
@@ -1177,28 +1367,66 @@ ListTrainingJobsForHyperParameterTuningJobPaginatorName = Literal[
|
|
|
1177
1367
|
"list_training_jobs_for_hyper_parameter_tuning_job"
|
|
1178
1368
|
]
|
|
1179
1369
|
ListTrainingJobsPaginatorName = Literal["list_training_jobs"]
|
|
1370
|
+
ListTrainingPlansPaginatorName = Literal["list_training_plans"]
|
|
1180
1371
|
ListTransformJobsPaginatorName = Literal["list_transform_jobs"]
|
|
1181
1372
|
ListTrialComponentsPaginatorName = Literal["list_trial_components"]
|
|
1182
1373
|
ListTrialsPaginatorName = Literal["list_trials"]
|
|
1374
|
+
ListUltraServersByReservedCapacityPaginatorName = Literal["list_ultra_servers_by_reserved_capacity"]
|
|
1183
1375
|
ListUserProfilesPaginatorName = Literal["list_user_profiles"]
|
|
1184
1376
|
ListWorkforcesPaginatorName = Literal["list_workforces"]
|
|
1185
1377
|
ListWorkforcesSortByOptionsType = Literal["CreateDate", "Name"]
|
|
1186
1378
|
ListWorkteamsPaginatorName = Literal["list_workteams"]
|
|
1187
1379
|
ListWorkteamsSortByOptionsType = Literal["CreateDate", "Name"]
|
|
1380
|
+
MIGProfileTypeType = Literal[
|
|
1381
|
+
"mig-1g.10gb",
|
|
1382
|
+
"mig-1g.18gb",
|
|
1383
|
+
"mig-1g.20gb",
|
|
1384
|
+
"mig-1g.23gb",
|
|
1385
|
+
"mig-1g.35gb",
|
|
1386
|
+
"mig-1g.45gb",
|
|
1387
|
+
"mig-1g.47gb",
|
|
1388
|
+
"mig-1g.5gb",
|
|
1389
|
+
"mig-2g.10gb",
|
|
1390
|
+
"mig-2g.20gb",
|
|
1391
|
+
"mig-2g.35gb",
|
|
1392
|
+
"mig-2g.45gb",
|
|
1393
|
+
"mig-2g.47gb",
|
|
1394
|
+
"mig-3g.20gb",
|
|
1395
|
+
"mig-3g.40gb",
|
|
1396
|
+
"mig-3g.71gb",
|
|
1397
|
+
"mig-3g.90gb",
|
|
1398
|
+
"mig-3g.93gb",
|
|
1399
|
+
"mig-4g.20gb",
|
|
1400
|
+
"mig-4g.40gb",
|
|
1401
|
+
"mig-4g.71gb",
|
|
1402
|
+
"mig-4g.90gb",
|
|
1403
|
+
"mig-4g.93gb",
|
|
1404
|
+
"mig-7g.141gb",
|
|
1405
|
+
"mig-7g.180gb",
|
|
1406
|
+
"mig-7g.186gb",
|
|
1407
|
+
"mig-7g.40gb",
|
|
1408
|
+
"mig-7g.80gb",
|
|
1409
|
+
]
|
|
1188
1410
|
ManagedInstanceScalingStatusType = Literal["DISABLED", "ENABLED"]
|
|
1189
1411
|
MetricSetSourceType = Literal["Test", "Train", "Validation"]
|
|
1190
1412
|
MlToolsType = Literal[
|
|
1191
1413
|
"AutoMl",
|
|
1414
|
+
"Comet",
|
|
1192
1415
|
"DataWrangler",
|
|
1416
|
+
"DeepchecksLLMEvaluation",
|
|
1193
1417
|
"EmrClusters",
|
|
1194
1418
|
"Endpoints",
|
|
1195
1419
|
"Experiments",
|
|
1196
1420
|
"FeatureStore",
|
|
1421
|
+
"Fiddler",
|
|
1422
|
+
"HyperPodClusters",
|
|
1197
1423
|
"InferenceOptimization",
|
|
1198
1424
|
"InferenceRecommender",
|
|
1199
1425
|
"JumpStart",
|
|
1426
|
+
"LakeraGuard",
|
|
1200
1427
|
"ModelEvaluation",
|
|
1201
1428
|
"Models",
|
|
1429
|
+
"PerformanceEvaluation",
|
|
1202
1430
|
"Pipelines",
|
|
1203
1431
|
"Projects",
|
|
1204
1432
|
"Training",
|
|
@@ -1242,6 +1470,7 @@ MonitoringProblemTypeType = Literal[
|
|
|
1242
1470
|
]
|
|
1243
1471
|
MonitoringScheduleSortKeyType = Literal["CreationTime", "Name", "Status"]
|
|
1244
1472
|
MonitoringTypeType = Literal["DataQuality", "ModelBias", "ModelExplainability", "ModelQuality"]
|
|
1473
|
+
NodeUnavailabilityTypeType = Literal["CAPACITY_PERCENTAGE", "INSTANCE_COUNT"]
|
|
1245
1474
|
NotebookInstanceAcceleratorTypeType = Literal[
|
|
1246
1475
|
"ml.eia1.large",
|
|
1247
1476
|
"ml.eia1.medium",
|
|
@@ -1292,6 +1521,14 @@ OptimizationJobDeploymentInstanceTypeType = Literal[
|
|
|
1292
1521
|
"ml.g6.4xlarge",
|
|
1293
1522
|
"ml.g6.8xlarge",
|
|
1294
1523
|
"ml.g6.xlarge",
|
|
1524
|
+
"ml.g6e.12xlarge",
|
|
1525
|
+
"ml.g6e.16xlarge",
|
|
1526
|
+
"ml.g6e.24xlarge",
|
|
1527
|
+
"ml.g6e.2xlarge",
|
|
1528
|
+
"ml.g6e.48xlarge",
|
|
1529
|
+
"ml.g6e.4xlarge",
|
|
1530
|
+
"ml.g6e.8xlarge",
|
|
1531
|
+
"ml.g6e.xlarge",
|
|
1295
1532
|
"ml.inf2.24xlarge",
|
|
1296
1533
|
"ml.inf2.48xlarge",
|
|
1297
1534
|
"ml.inf2.8xlarge",
|
|
@@ -1309,8 +1546,14 @@ OptimizationJobStatusType = Literal[
|
|
|
1309
1546
|
OrderKeyType = Literal["Ascending", "Descending"]
|
|
1310
1547
|
OutputCompressionTypeType = Literal["GZIP", "NONE"]
|
|
1311
1548
|
ParameterTypeType = Literal["Categorical", "Continuous", "FreeText", "Integer"]
|
|
1549
|
+
PartnerAppAuthTypeType = Literal["IAM"]
|
|
1550
|
+
PartnerAppStatusType = Literal[
|
|
1551
|
+
"Available", "Creating", "Deleted", "Deleting", "Failed", "UpdateFailed", "Updating"
|
|
1552
|
+
]
|
|
1553
|
+
PartnerAppTypeType = Literal["comet", "deepchecks-llm-evaluation", "fiddler", "lakera-guard"]
|
|
1312
1554
|
PipelineExecutionStatusType = Literal["Executing", "Failed", "Stopped", "Stopping", "Succeeded"]
|
|
1313
1555
|
PipelineStatusType = Literal["Active", "Deleting"]
|
|
1556
|
+
PreemptTeamTasksType = Literal["LowerPriority", "Never"]
|
|
1314
1557
|
ProblemTypeType = Literal["BinaryClassification", "MulticlassClassification", "Regression"]
|
|
1315
1558
|
ProcessingInstanceTypeType = Literal[
|
|
1316
1559
|
"ml.c4.2xlarge",
|
|
@@ -1322,6 +1565,23 @@ ProcessingInstanceTypeType = Literal[
|
|
|
1322
1565
|
"ml.c5.4xlarge",
|
|
1323
1566
|
"ml.c5.9xlarge",
|
|
1324
1567
|
"ml.c5.xlarge",
|
|
1568
|
+
"ml.c6i.12xlarge",
|
|
1569
|
+
"ml.c6i.16xlarge",
|
|
1570
|
+
"ml.c6i.24xlarge",
|
|
1571
|
+
"ml.c6i.2xlarge",
|
|
1572
|
+
"ml.c6i.32xlarge",
|
|
1573
|
+
"ml.c6i.4xlarge",
|
|
1574
|
+
"ml.c6i.8xlarge",
|
|
1575
|
+
"ml.c6i.xlarge",
|
|
1576
|
+
"ml.c7i.12xlarge",
|
|
1577
|
+
"ml.c7i.16xlarge",
|
|
1578
|
+
"ml.c7i.24xlarge",
|
|
1579
|
+
"ml.c7i.2xlarge",
|
|
1580
|
+
"ml.c7i.48xlarge",
|
|
1581
|
+
"ml.c7i.4xlarge",
|
|
1582
|
+
"ml.c7i.8xlarge",
|
|
1583
|
+
"ml.c7i.large",
|
|
1584
|
+
"ml.c7i.xlarge",
|
|
1325
1585
|
"ml.g4dn.12xlarge",
|
|
1326
1586
|
"ml.g4dn.16xlarge",
|
|
1327
1587
|
"ml.g4dn.2xlarge",
|
|
@@ -1336,6 +1596,22 @@ ProcessingInstanceTypeType = Literal[
|
|
|
1336
1596
|
"ml.g5.4xlarge",
|
|
1337
1597
|
"ml.g5.8xlarge",
|
|
1338
1598
|
"ml.g5.xlarge",
|
|
1599
|
+
"ml.g6.12xlarge",
|
|
1600
|
+
"ml.g6.16xlarge",
|
|
1601
|
+
"ml.g6.24xlarge",
|
|
1602
|
+
"ml.g6.2xlarge",
|
|
1603
|
+
"ml.g6.48xlarge",
|
|
1604
|
+
"ml.g6.4xlarge",
|
|
1605
|
+
"ml.g6.8xlarge",
|
|
1606
|
+
"ml.g6.xlarge",
|
|
1607
|
+
"ml.g6e.12xlarge",
|
|
1608
|
+
"ml.g6e.16xlarge",
|
|
1609
|
+
"ml.g6e.24xlarge",
|
|
1610
|
+
"ml.g6e.2xlarge",
|
|
1611
|
+
"ml.g6e.48xlarge",
|
|
1612
|
+
"ml.g6e.4xlarge",
|
|
1613
|
+
"ml.g6e.8xlarge",
|
|
1614
|
+
"ml.g6e.xlarge",
|
|
1339
1615
|
"ml.m4.10xlarge",
|
|
1340
1616
|
"ml.m4.16xlarge",
|
|
1341
1617
|
"ml.m4.2xlarge",
|
|
@@ -1347,12 +1623,31 @@ ProcessingInstanceTypeType = Literal[
|
|
|
1347
1623
|
"ml.m5.4xlarge",
|
|
1348
1624
|
"ml.m5.large",
|
|
1349
1625
|
"ml.m5.xlarge",
|
|
1626
|
+
"ml.m6i.12xlarge",
|
|
1627
|
+
"ml.m6i.16xlarge",
|
|
1628
|
+
"ml.m6i.24xlarge",
|
|
1629
|
+
"ml.m6i.2xlarge",
|
|
1630
|
+
"ml.m6i.32xlarge",
|
|
1631
|
+
"ml.m6i.4xlarge",
|
|
1632
|
+
"ml.m6i.8xlarge",
|
|
1633
|
+
"ml.m6i.large",
|
|
1634
|
+
"ml.m6i.xlarge",
|
|
1635
|
+
"ml.m7i.12xlarge",
|
|
1636
|
+
"ml.m7i.16xlarge",
|
|
1637
|
+
"ml.m7i.24xlarge",
|
|
1638
|
+
"ml.m7i.2xlarge",
|
|
1639
|
+
"ml.m7i.48xlarge",
|
|
1640
|
+
"ml.m7i.4xlarge",
|
|
1641
|
+
"ml.m7i.8xlarge",
|
|
1642
|
+
"ml.m7i.large",
|
|
1643
|
+
"ml.m7i.xlarge",
|
|
1350
1644
|
"ml.p2.16xlarge",
|
|
1351
1645
|
"ml.p2.8xlarge",
|
|
1352
1646
|
"ml.p2.xlarge",
|
|
1353
1647
|
"ml.p3.16xlarge",
|
|
1354
1648
|
"ml.p3.2xlarge",
|
|
1355
1649
|
"ml.p3.8xlarge",
|
|
1650
|
+
"ml.p5.4xlarge",
|
|
1356
1651
|
"ml.r5.12xlarge",
|
|
1357
1652
|
"ml.r5.16xlarge",
|
|
1358
1653
|
"ml.r5.24xlarge",
|
|
@@ -1369,6 +1664,15 @@ ProcessingInstanceTypeType = Literal[
|
|
|
1369
1664
|
"ml.r5d.8xlarge",
|
|
1370
1665
|
"ml.r5d.large",
|
|
1371
1666
|
"ml.r5d.xlarge",
|
|
1667
|
+
"ml.r7i.12xlarge",
|
|
1668
|
+
"ml.r7i.16xlarge",
|
|
1669
|
+
"ml.r7i.24xlarge",
|
|
1670
|
+
"ml.r7i.2xlarge",
|
|
1671
|
+
"ml.r7i.48xlarge",
|
|
1672
|
+
"ml.r7i.4xlarge",
|
|
1673
|
+
"ml.r7i.8xlarge",
|
|
1674
|
+
"ml.r7i.large",
|
|
1675
|
+
"ml.r7i.xlarge",
|
|
1372
1676
|
"ml.t3.2xlarge",
|
|
1373
1677
|
"ml.t3.large",
|
|
1374
1678
|
"ml.t3.medium",
|
|
@@ -1390,7 +1694,12 @@ ProductionVariantAcceleratorTypeType = Literal[
|
|
|
1390
1694
|
"ml.eia2.medium",
|
|
1391
1695
|
"ml.eia2.xlarge",
|
|
1392
1696
|
]
|
|
1393
|
-
ProductionVariantInferenceAmiVersionType = Literal[
|
|
1697
|
+
ProductionVariantInferenceAmiVersionType = Literal[
|
|
1698
|
+
"al2-ami-sagemaker-inference-gpu-2",
|
|
1699
|
+
"al2-ami-sagemaker-inference-gpu-2-1",
|
|
1700
|
+
"al2-ami-sagemaker-inference-gpu-3-1",
|
|
1701
|
+
"al2-ami-sagemaker-inference-neuron-2",
|
|
1702
|
+
]
|
|
1394
1703
|
ProductionVariantInstanceTypeType = Literal[
|
|
1395
1704
|
"ml.c4.2xlarge",
|
|
1396
1705
|
"ml.c4.4xlarge",
|
|
@@ -1439,6 +1748,15 @@ ProductionVariantInstanceTypeType = Literal[
|
|
|
1439
1748
|
"ml.c6i.8xlarge",
|
|
1440
1749
|
"ml.c6i.large",
|
|
1441
1750
|
"ml.c6i.xlarge",
|
|
1751
|
+
"ml.c6in.12xlarge",
|
|
1752
|
+
"ml.c6in.16xlarge",
|
|
1753
|
+
"ml.c6in.24xlarge",
|
|
1754
|
+
"ml.c6in.2xlarge",
|
|
1755
|
+
"ml.c6in.32xlarge",
|
|
1756
|
+
"ml.c6in.4xlarge",
|
|
1757
|
+
"ml.c6in.8xlarge",
|
|
1758
|
+
"ml.c6in.large",
|
|
1759
|
+
"ml.c6in.xlarge",
|
|
1442
1760
|
"ml.c7g.12xlarge",
|
|
1443
1761
|
"ml.c7g.16xlarge",
|
|
1444
1762
|
"ml.c7g.2xlarge",
|
|
@@ -1455,6 +1773,16 @@ ProductionVariantInstanceTypeType = Literal[
|
|
|
1455
1773
|
"ml.c7i.8xlarge",
|
|
1456
1774
|
"ml.c7i.large",
|
|
1457
1775
|
"ml.c7i.xlarge",
|
|
1776
|
+
"ml.c8g.12xlarge",
|
|
1777
|
+
"ml.c8g.16xlarge",
|
|
1778
|
+
"ml.c8g.24xlarge",
|
|
1779
|
+
"ml.c8g.2xlarge",
|
|
1780
|
+
"ml.c8g.48xlarge",
|
|
1781
|
+
"ml.c8g.4xlarge",
|
|
1782
|
+
"ml.c8g.8xlarge",
|
|
1783
|
+
"ml.c8g.large",
|
|
1784
|
+
"ml.c8g.medium",
|
|
1785
|
+
"ml.c8g.xlarge",
|
|
1458
1786
|
"ml.dl1.24xlarge",
|
|
1459
1787
|
"ml.g4dn.12xlarge",
|
|
1460
1788
|
"ml.g4dn.16xlarge",
|
|
@@ -1478,6 +1806,14 @@ ProductionVariantInstanceTypeType = Literal[
|
|
|
1478
1806
|
"ml.g6.4xlarge",
|
|
1479
1807
|
"ml.g6.8xlarge",
|
|
1480
1808
|
"ml.g6.xlarge",
|
|
1809
|
+
"ml.g6e.12xlarge",
|
|
1810
|
+
"ml.g6e.16xlarge",
|
|
1811
|
+
"ml.g6e.24xlarge",
|
|
1812
|
+
"ml.g6e.2xlarge",
|
|
1813
|
+
"ml.g6e.48xlarge",
|
|
1814
|
+
"ml.g6e.4xlarge",
|
|
1815
|
+
"ml.g6e.8xlarge",
|
|
1816
|
+
"ml.g6e.xlarge",
|
|
1481
1817
|
"ml.inf1.24xlarge",
|
|
1482
1818
|
"ml.inf1.2xlarge",
|
|
1483
1819
|
"ml.inf1.6xlarge",
|
|
@@ -1517,6 +1853,15 @@ ProductionVariantInstanceTypeType = Literal[
|
|
|
1517
1853
|
"ml.m6gd.8xlarge",
|
|
1518
1854
|
"ml.m6gd.large",
|
|
1519
1855
|
"ml.m6gd.xlarge",
|
|
1856
|
+
"ml.m6i.12xlarge",
|
|
1857
|
+
"ml.m6i.16xlarge",
|
|
1858
|
+
"ml.m6i.24xlarge",
|
|
1859
|
+
"ml.m6i.2xlarge",
|
|
1860
|
+
"ml.m6i.32xlarge",
|
|
1861
|
+
"ml.m6i.4xlarge",
|
|
1862
|
+
"ml.m6i.8xlarge",
|
|
1863
|
+
"ml.m6i.large",
|
|
1864
|
+
"ml.m6i.xlarge",
|
|
1520
1865
|
"ml.m7i.12xlarge",
|
|
1521
1866
|
"ml.m7i.16xlarge",
|
|
1522
1867
|
"ml.m7i.24xlarge",
|
|
@@ -1526,6 +1871,16 @@ ProductionVariantInstanceTypeType = Literal[
|
|
|
1526
1871
|
"ml.m7i.8xlarge",
|
|
1527
1872
|
"ml.m7i.large",
|
|
1528
1873
|
"ml.m7i.xlarge",
|
|
1874
|
+
"ml.m8g.12xlarge",
|
|
1875
|
+
"ml.m8g.16xlarge",
|
|
1876
|
+
"ml.m8g.24xlarge",
|
|
1877
|
+
"ml.m8g.2xlarge",
|
|
1878
|
+
"ml.m8g.48xlarge",
|
|
1879
|
+
"ml.m8g.4xlarge",
|
|
1880
|
+
"ml.m8g.8xlarge",
|
|
1881
|
+
"ml.m8g.large",
|
|
1882
|
+
"ml.m8g.medium",
|
|
1883
|
+
"ml.m8g.xlarge",
|
|
1529
1884
|
"ml.p2.16xlarge",
|
|
1530
1885
|
"ml.p2.8xlarge",
|
|
1531
1886
|
"ml.p2.xlarge",
|
|
@@ -1535,6 +1890,11 @@ ProductionVariantInstanceTypeType = Literal[
|
|
|
1535
1890
|
"ml.p4d.24xlarge",
|
|
1536
1891
|
"ml.p4de.24xlarge",
|
|
1537
1892
|
"ml.p5.48xlarge",
|
|
1893
|
+
"ml.p5.4xlarge",
|
|
1894
|
+
"ml.p5e.48xlarge",
|
|
1895
|
+
"ml.p5en.48xlarge",
|
|
1896
|
+
"ml.p6-b200.48xlarge",
|
|
1897
|
+
"ml.p6e-gb200.36xlarge",
|
|
1538
1898
|
"ml.r5.12xlarge",
|
|
1539
1899
|
"ml.r5.24xlarge",
|
|
1540
1900
|
"ml.r5.2xlarge",
|
|
@@ -1561,6 +1921,23 @@ ProductionVariantInstanceTypeType = Literal[
|
|
|
1561
1921
|
"ml.r6gd.8xlarge",
|
|
1562
1922
|
"ml.r6gd.large",
|
|
1563
1923
|
"ml.r6gd.xlarge",
|
|
1924
|
+
"ml.r6i.12xlarge",
|
|
1925
|
+
"ml.r6i.16xlarge",
|
|
1926
|
+
"ml.r6i.24xlarge",
|
|
1927
|
+
"ml.r6i.2xlarge",
|
|
1928
|
+
"ml.r6i.32xlarge",
|
|
1929
|
+
"ml.r6i.4xlarge",
|
|
1930
|
+
"ml.r6i.8xlarge",
|
|
1931
|
+
"ml.r6i.large",
|
|
1932
|
+
"ml.r6i.xlarge",
|
|
1933
|
+
"ml.r7gd.12xlarge",
|
|
1934
|
+
"ml.r7gd.16xlarge",
|
|
1935
|
+
"ml.r7gd.2xlarge",
|
|
1936
|
+
"ml.r7gd.4xlarge",
|
|
1937
|
+
"ml.r7gd.8xlarge",
|
|
1938
|
+
"ml.r7gd.large",
|
|
1939
|
+
"ml.r7gd.medium",
|
|
1940
|
+
"ml.r7gd.xlarge",
|
|
1564
1941
|
"ml.r7i.12xlarge",
|
|
1565
1942
|
"ml.r7i.16xlarge",
|
|
1566
1943
|
"ml.r7i.24xlarge",
|
|
@@ -1570,6 +1947,16 @@ ProductionVariantInstanceTypeType = Literal[
|
|
|
1570
1947
|
"ml.r7i.8xlarge",
|
|
1571
1948
|
"ml.r7i.large",
|
|
1572
1949
|
"ml.r7i.xlarge",
|
|
1950
|
+
"ml.r8g.12xlarge",
|
|
1951
|
+
"ml.r8g.16xlarge",
|
|
1952
|
+
"ml.r8g.24xlarge",
|
|
1953
|
+
"ml.r8g.2xlarge",
|
|
1954
|
+
"ml.r8g.48xlarge",
|
|
1955
|
+
"ml.r8g.4xlarge",
|
|
1956
|
+
"ml.r8g.8xlarge",
|
|
1957
|
+
"ml.r8g.large",
|
|
1958
|
+
"ml.r8g.medium",
|
|
1959
|
+
"ml.r8g.xlarge",
|
|
1573
1960
|
"ml.t2.2xlarge",
|
|
1574
1961
|
"ml.t2.large",
|
|
1575
1962
|
"ml.t2.medium",
|
|
@@ -1577,6 +1964,7 @@ ProductionVariantInstanceTypeType = Literal[
|
|
|
1577
1964
|
"ml.trn1.2xlarge",
|
|
1578
1965
|
"ml.trn1.32xlarge",
|
|
1579
1966
|
"ml.trn1n.32xlarge",
|
|
1967
|
+
"ml.trn2.48xlarge",
|
|
1580
1968
|
]
|
|
1581
1969
|
ProfilingStatusType = Literal["Disabled", "Enabled"]
|
|
1582
1970
|
ProjectSortByType = Literal["CreationTime", "Name"]
|
|
@@ -1605,9 +1993,25 @@ RecommendationStepTypeType = Literal["BENCHMARK"]
|
|
|
1605
1993
|
RecordWrapperType = Literal["None", "RecordIO"]
|
|
1606
1994
|
RedshiftResultCompressionTypeType = Literal["BZIP2", "GZIP", "None", "SNAPPY", "ZSTD"]
|
|
1607
1995
|
RedshiftResultFormatType = Literal["CSV", "PARQUET"]
|
|
1996
|
+
RelationType = Literal["EqualTo", "GreaterThanOrEqualTo"]
|
|
1608
1997
|
RepositoryAccessModeType = Literal["Platform", "Vpc"]
|
|
1998
|
+
ReservedCapacityInstanceTypeType = Literal[
|
|
1999
|
+
"ml.p4d.24xlarge",
|
|
2000
|
+
"ml.p4de.24xlarge",
|
|
2001
|
+
"ml.p5.48xlarge",
|
|
2002
|
+
"ml.p5.4xlarge",
|
|
2003
|
+
"ml.p5e.48xlarge",
|
|
2004
|
+
"ml.p5en.48xlarge",
|
|
2005
|
+
"ml.p6-b200.48xlarge",
|
|
2006
|
+
"ml.p6e-gb200.36xlarge",
|
|
2007
|
+
"ml.trn1.32xlarge",
|
|
2008
|
+
"ml.trn2.48xlarge",
|
|
2009
|
+
]
|
|
2010
|
+
ReservedCapacityStatusType = Literal["Active", "Expired", "Failed", "Pending", "Scheduled"]
|
|
2011
|
+
ReservedCapacityTypeType = Literal["Instance", "UltraServer"]
|
|
1609
2012
|
ResourceCatalogSortByType = Literal["CreationTime"]
|
|
1610
2013
|
ResourceCatalogSortOrderType = Literal["Ascending", "Descending"]
|
|
2014
|
+
ResourceSharingStrategyType = Literal["DontLend", "Lend", "LendAndBorrow"]
|
|
1611
2015
|
ResourceTypeType = Literal[
|
|
1612
2016
|
"Endpoint",
|
|
1613
2017
|
"Experiment",
|
|
@@ -1624,6 +2028,7 @@ ResourceTypeType = Literal[
|
|
|
1624
2028
|
"ModelPackageGroup",
|
|
1625
2029
|
"Pipeline",
|
|
1626
2030
|
"PipelineExecution",
|
|
2031
|
+
"PipelineVersion",
|
|
1627
2032
|
"Project",
|
|
1628
2033
|
"TrainingJob",
|
|
1629
2034
|
]
|
|
@@ -1634,10 +2039,26 @@ RuleEvaluationStatusType = Literal[
|
|
|
1634
2039
|
"Error", "InProgress", "IssuesFound", "NoIssuesFound", "Stopped", "Stopping"
|
|
1635
2040
|
]
|
|
1636
2041
|
S3DataDistributionType = Literal["FullyReplicated", "ShardedByS3Key"]
|
|
1637
|
-
S3DataTypeType = Literal["AugmentedManifestFile", "ManifestFile", "S3Prefix"]
|
|
2042
|
+
S3DataTypeType = Literal["AugmentedManifestFile", "Converse", "ManifestFile", "S3Prefix"]
|
|
1638
2043
|
S3ModelDataTypeType = Literal["S3Object", "S3Prefix"]
|
|
2044
|
+
SageMakerImageNameType = Literal["sagemaker_distribution"]
|
|
2045
|
+
SageMakerResourceNameType = Literal["endpoint", "hyperpod-cluster", "training-job"]
|
|
1639
2046
|
SagemakerServicecatalogStatusType = Literal["Disabled", "Enabled"]
|
|
1640
2047
|
ScheduleStatusType = Literal["Failed", "Pending", "Scheduled", "Stopped"]
|
|
2048
|
+
SchedulerResourceStatusType = Literal[
|
|
2049
|
+
"CreateFailed",
|
|
2050
|
+
"CreateRollbackFailed",
|
|
2051
|
+
"Created",
|
|
2052
|
+
"Creating",
|
|
2053
|
+
"DeleteFailed",
|
|
2054
|
+
"DeleteRollbackFailed",
|
|
2055
|
+
"Deleted",
|
|
2056
|
+
"Deleting",
|
|
2057
|
+
"UpdateFailed",
|
|
2058
|
+
"UpdateRollbackFailed",
|
|
2059
|
+
"Updated",
|
|
2060
|
+
"Updating",
|
|
2061
|
+
]
|
|
1641
2062
|
SearchPaginatorName = Literal["search"]
|
|
1642
2063
|
SearchSortOrderType = Literal["Ascending", "Descending"]
|
|
1643
2064
|
SecondaryStatusType = Literal[
|
|
@@ -1661,12 +2082,16 @@ SecondaryStatusType = Literal[
|
|
|
1661
2082
|
]
|
|
1662
2083
|
SharingTypeType = Literal["Private", "Shared"]
|
|
1663
2084
|
SkipModelValidationType = Literal["All", "None"]
|
|
2085
|
+
SoftwareUpdateStatusType = Literal[
|
|
2086
|
+
"Failed", "InProgress", "Pending", "RollbackComplete", "RollbackInProgress", "Succeeded"
|
|
2087
|
+
]
|
|
1664
2088
|
SortActionsByType = Literal["CreationTime", "Name"]
|
|
1665
2089
|
SortArtifactsByType = Literal["CreationTime"]
|
|
1666
2090
|
SortAssociationsByType = Literal[
|
|
1667
2091
|
"CreationTime", "DestinationArn", "DestinationType", "SourceArn", "SourceType"
|
|
1668
2092
|
]
|
|
1669
2093
|
SortByType = Literal["CreationTime", "Name", "Status"]
|
|
2094
|
+
SortClusterSchedulerConfigByType = Literal["CreationTime", "Name", "Status"]
|
|
1670
2095
|
SortContextsByType = Literal["CreationTime", "Name"]
|
|
1671
2096
|
SortExperimentsByType = Literal["CreationTime", "Name"]
|
|
1672
2097
|
SortInferenceExperimentsByType = Literal["CreationTime", "Name", "Status"]
|
|
@@ -1674,6 +2099,7 @@ SortLineageGroupsByType = Literal["CreationTime", "Name"]
|
|
|
1674
2099
|
SortOrderType = Literal["Ascending", "Descending"]
|
|
1675
2100
|
SortPipelineExecutionsByType = Literal["CreationTime", "PipelineExecutionArn"]
|
|
1676
2101
|
SortPipelinesByType = Literal["CreationTime", "Name"]
|
|
2102
|
+
SortQuotaByType = Literal["ClusterArn", "CreationTime", "Name", "Status"]
|
|
1677
2103
|
SortTrackingServerByType = Literal["CreationTime", "Name", "Status"]
|
|
1678
2104
|
SortTrialComponentsByType = Literal["CreationTime", "Name"]
|
|
1679
2105
|
SortTrialsByType = Literal["CreationTime", "Name"]
|
|
@@ -1701,6 +2127,7 @@ StudioLifecycleConfigAppTypeType = Literal[
|
|
|
1701
2127
|
StudioLifecycleConfigSortKeyType = Literal["CreationTime", "LastModifiedTime", "Name"]
|
|
1702
2128
|
StudioWebPortalType = Literal["DISABLED", "ENABLED"]
|
|
1703
2129
|
TableFormatType = Literal["Default", "Glue", "Iceberg"]
|
|
2130
|
+
TagPropagationType = Literal["DISABLED", "ENABLED"]
|
|
1704
2131
|
TargetDeviceType = Literal[
|
|
1705
2132
|
"aisage",
|
|
1706
2133
|
"amba_cv2",
|
|
@@ -1744,6 +2171,9 @@ TargetPlatformAcceleratorType = Literal["INTEL_GRAPHICS", "MALI", "NNA", "NVIDIA
|
|
|
1744
2171
|
TargetPlatformArchType = Literal["ARM64", "ARM_EABI", "ARM_EABIHF", "X86", "X86_64"]
|
|
1745
2172
|
TargetPlatformOsType = Literal["ANDROID", "LINUX"]
|
|
1746
2173
|
ThroughputModeType = Literal["OnDemand", "Provisioned"]
|
|
2174
|
+
TrackingServerMaintenanceStatusType = Literal[
|
|
2175
|
+
"MaintenanceComplete", "MaintenanceFailed", "MaintenanceInProgress"
|
|
2176
|
+
]
|
|
1747
2177
|
TrackingServerSizeType = Literal["Large", "Medium", "Small"]
|
|
1748
2178
|
TrackingServerStatusType = Literal[
|
|
1749
2179
|
"CreateFailed",
|
|
@@ -1790,6 +2220,15 @@ TrainingInstanceTypeType = Literal[
|
|
|
1790
2220
|
"ml.c6i.4xlarge",
|
|
1791
2221
|
"ml.c6i.8xlarge",
|
|
1792
2222
|
"ml.c6i.xlarge",
|
|
2223
|
+
"ml.c7i.12xlarge",
|
|
2224
|
+
"ml.c7i.16xlarge",
|
|
2225
|
+
"ml.c7i.24xlarge",
|
|
2226
|
+
"ml.c7i.2xlarge",
|
|
2227
|
+
"ml.c7i.48xlarge",
|
|
2228
|
+
"ml.c7i.4xlarge",
|
|
2229
|
+
"ml.c7i.8xlarge",
|
|
2230
|
+
"ml.c7i.large",
|
|
2231
|
+
"ml.c7i.xlarge",
|
|
1793
2232
|
"ml.g4dn.12xlarge",
|
|
1794
2233
|
"ml.g4dn.16xlarge",
|
|
1795
2234
|
"ml.g4dn.2xlarge",
|
|
@@ -1804,6 +2243,22 @@ TrainingInstanceTypeType = Literal[
|
|
|
1804
2243
|
"ml.g5.4xlarge",
|
|
1805
2244
|
"ml.g5.8xlarge",
|
|
1806
2245
|
"ml.g5.xlarge",
|
|
2246
|
+
"ml.g6.12xlarge",
|
|
2247
|
+
"ml.g6.16xlarge",
|
|
2248
|
+
"ml.g6.24xlarge",
|
|
2249
|
+
"ml.g6.2xlarge",
|
|
2250
|
+
"ml.g6.48xlarge",
|
|
2251
|
+
"ml.g6.4xlarge",
|
|
2252
|
+
"ml.g6.8xlarge",
|
|
2253
|
+
"ml.g6.xlarge",
|
|
2254
|
+
"ml.g6e.12xlarge",
|
|
2255
|
+
"ml.g6e.16xlarge",
|
|
2256
|
+
"ml.g6e.24xlarge",
|
|
2257
|
+
"ml.g6e.2xlarge",
|
|
2258
|
+
"ml.g6e.48xlarge",
|
|
2259
|
+
"ml.g6e.4xlarge",
|
|
2260
|
+
"ml.g6e.8xlarge",
|
|
2261
|
+
"ml.g6e.xlarge",
|
|
1807
2262
|
"ml.m4.10xlarge",
|
|
1808
2263
|
"ml.m4.16xlarge",
|
|
1809
2264
|
"ml.m4.2xlarge",
|
|
@@ -1824,6 +2279,15 @@ TrainingInstanceTypeType = Literal[
|
|
|
1824
2279
|
"ml.m6i.8xlarge",
|
|
1825
2280
|
"ml.m6i.large",
|
|
1826
2281
|
"ml.m6i.xlarge",
|
|
2282
|
+
"ml.m7i.12xlarge",
|
|
2283
|
+
"ml.m7i.16xlarge",
|
|
2284
|
+
"ml.m7i.24xlarge",
|
|
2285
|
+
"ml.m7i.2xlarge",
|
|
2286
|
+
"ml.m7i.48xlarge",
|
|
2287
|
+
"ml.m7i.4xlarge",
|
|
2288
|
+
"ml.m7i.8xlarge",
|
|
2289
|
+
"ml.m7i.large",
|
|
2290
|
+
"ml.m7i.xlarge",
|
|
1827
2291
|
"ml.p2.16xlarge",
|
|
1828
2292
|
"ml.p2.8xlarge",
|
|
1829
2293
|
"ml.p2.xlarge",
|
|
@@ -1834,6 +2298,11 @@ TrainingInstanceTypeType = Literal[
|
|
|
1834
2298
|
"ml.p4d.24xlarge",
|
|
1835
2299
|
"ml.p4de.24xlarge",
|
|
1836
2300
|
"ml.p5.48xlarge",
|
|
2301
|
+
"ml.p5.4xlarge",
|
|
2302
|
+
"ml.p5e.48xlarge",
|
|
2303
|
+
"ml.p5en.48xlarge",
|
|
2304
|
+
"ml.p6-b200.48xlarge",
|
|
2305
|
+
"ml.p6e-gb200.36xlarge",
|
|
1837
2306
|
"ml.r5.12xlarge",
|
|
1838
2307
|
"ml.r5.16xlarge",
|
|
1839
2308
|
"ml.r5.24xlarge",
|
|
@@ -1850,6 +2319,15 @@ TrainingInstanceTypeType = Literal[
|
|
|
1850
2319
|
"ml.r5d.8xlarge",
|
|
1851
2320
|
"ml.r5d.large",
|
|
1852
2321
|
"ml.r5d.xlarge",
|
|
2322
|
+
"ml.r7i.12xlarge",
|
|
2323
|
+
"ml.r7i.16xlarge",
|
|
2324
|
+
"ml.r7i.24xlarge",
|
|
2325
|
+
"ml.r7i.2xlarge",
|
|
2326
|
+
"ml.r7i.48xlarge",
|
|
2327
|
+
"ml.r7i.4xlarge",
|
|
2328
|
+
"ml.r7i.8xlarge",
|
|
2329
|
+
"ml.r7i.large",
|
|
2330
|
+
"ml.r7i.xlarge",
|
|
1853
2331
|
"ml.t3.2xlarge",
|
|
1854
2332
|
"ml.t3.large",
|
|
1855
2333
|
"ml.t3.medium",
|
|
@@ -1857,13 +2335,20 @@ TrainingInstanceTypeType = Literal[
|
|
|
1857
2335
|
"ml.trn1.2xlarge",
|
|
1858
2336
|
"ml.trn1.32xlarge",
|
|
1859
2337
|
"ml.trn1n.32xlarge",
|
|
2338
|
+
"ml.trn2.48xlarge",
|
|
1860
2339
|
]
|
|
1861
2340
|
TrainingJobCompletedOrStoppedWaiterName = Literal["training_job_completed_or_stopped"]
|
|
1862
2341
|
TrainingJobEarlyStoppingTypeType = Literal["Auto", "Off"]
|
|
1863
2342
|
TrainingJobSortByOptionsType = Literal[
|
|
1864
2343
|
"CreationTime", "FinalObjectiveMetricValue", "Name", "Status"
|
|
1865
2344
|
]
|
|
1866
|
-
TrainingJobStatusType = Literal[
|
|
2345
|
+
TrainingJobStatusType = Literal[
|
|
2346
|
+
"Completed", "Deleting", "Failed", "InProgress", "Stopped", "Stopping"
|
|
2347
|
+
]
|
|
2348
|
+
TrainingPlanFilterNameType = Literal["Status"]
|
|
2349
|
+
TrainingPlanSortByType = Literal["StartTime", "Status", "TrainingPlanName"]
|
|
2350
|
+
TrainingPlanSortOrderType = Literal["Ascending", "Descending"]
|
|
2351
|
+
TrainingPlanStatusType = Literal["Active", "Expired", "Failed", "Pending", "Scheduled"]
|
|
1867
2352
|
TrainingRepositoryAccessModeType = Literal["Platform", "Vpc"]
|
|
1868
2353
|
TransformInstanceTypeType = Literal[
|
|
1869
2354
|
"ml.c4.2xlarge",
|
|
@@ -1907,6 +2392,18 @@ TransformInstanceTypeType = Literal[
|
|
|
1907
2392
|
"ml.g5.4xlarge",
|
|
1908
2393
|
"ml.g5.8xlarge",
|
|
1909
2394
|
"ml.g5.xlarge",
|
|
2395
|
+
"ml.g6.12xlarge",
|
|
2396
|
+
"ml.g6.16xlarge",
|
|
2397
|
+
"ml.g6.24xlarge",
|
|
2398
|
+
"ml.g6.2xlarge",
|
|
2399
|
+
"ml.g6.48xlarge",
|
|
2400
|
+
"ml.g6.4xlarge",
|
|
2401
|
+
"ml.g6.8xlarge",
|
|
2402
|
+
"ml.g6.xlarge",
|
|
2403
|
+
"ml.inf2.24xlarge",
|
|
2404
|
+
"ml.inf2.48xlarge",
|
|
2405
|
+
"ml.inf2.8xlarge",
|
|
2406
|
+
"ml.inf2.xlarge",
|
|
1910
2407
|
"ml.m4.10xlarge",
|
|
1911
2408
|
"ml.m4.16xlarge",
|
|
1912
2409
|
"ml.m4.2xlarge",
|
|
@@ -1960,6 +2457,8 @@ TransformInstanceTypeType = Literal[
|
|
|
1960
2457
|
"ml.r7i.8xlarge",
|
|
1961
2458
|
"ml.r7i.large",
|
|
1962
2459
|
"ml.r7i.xlarge",
|
|
2460
|
+
"ml.trn1.2xlarge",
|
|
2461
|
+
"ml.trn1.32xlarge",
|
|
1963
2462
|
]
|
|
1964
2463
|
TransformJobCompletedOrStoppedWaiterName = Literal["transform_job_completed_or_stopped"]
|
|
1965
2464
|
TransformJobStatusType = Literal["Completed", "Failed", "InProgress", "Stopped", "Stopping"]
|
|
@@ -1967,6 +2466,7 @@ TrialComponentPrimaryStatusType = Literal[
|
|
|
1967
2466
|
"Completed", "Failed", "InProgress", "Stopped", "Stopping"
|
|
1968
2467
|
]
|
|
1969
2468
|
TtlDurationUnitType = Literal["Days", "Hours", "Minutes", "Seconds", "Weeks"]
|
|
2469
|
+
UltraServerHealthStatusType = Literal["Impaired", "Insufficient-Data", "OK"]
|
|
1970
2470
|
UserProfileSortKeyType = Literal["CreationTime", "LastModifiedTime"]
|
|
1971
2471
|
UserProfileStatusType = Literal[
|
|
1972
2472
|
"Delete_Failed", "Deleting", "Failed", "InService", "Pending", "Update_Failed", "Updating"
|
|
@@ -1974,7 +2474,9 @@ UserProfileStatusType = Literal[
|
|
|
1974
2474
|
VariantPropertyTypeType = Literal["DataCaptureConfig", "DesiredInstanceCount", "DesiredWeight"]
|
|
1975
2475
|
VariantStatusType = Literal["ActivatingTraffic", "Baking", "Creating", "Deleting", "Updating"]
|
|
1976
2476
|
VendorGuidanceType = Literal["ARCHIVED", "NOT_PROVIDED", "STABLE", "TO_BE_ARCHIVED"]
|
|
2477
|
+
VolumeAttachmentStatusType = Literal["attached", "attaching", "busy", "detached", "detaching"]
|
|
1977
2478
|
WarmPoolResourceStatusType = Literal["Available", "InUse", "Reused", "Terminated"]
|
|
2479
|
+
WorkforceIpAddressTypeType = Literal["dualstack", "ipv4"]
|
|
1978
2480
|
WorkforceStatusType = Literal["Active", "Deleting", "Failed", "Initializing", "Updating"]
|
|
1979
2481
|
SageMakerServiceName = Literal["sagemaker"]
|
|
1980
2482
|
ServiceName = Literal[
|
|
@@ -1982,6 +2484,7 @@ ServiceName = Literal[
|
|
|
1982
2484
|
"account",
|
|
1983
2485
|
"acm",
|
|
1984
2486
|
"acm-pca",
|
|
2487
|
+
"aiops",
|
|
1985
2488
|
"amp",
|
|
1986
2489
|
"amplify",
|
|
1987
2490
|
"amplifybackend",
|
|
@@ -2002,7 +2505,7 @@ ServiceName = Literal[
|
|
|
2002
2505
|
"apprunner",
|
|
2003
2506
|
"appstream",
|
|
2004
2507
|
"appsync",
|
|
2005
|
-
"
|
|
2508
|
+
"arc-region-switch",
|
|
2006
2509
|
"arc-zonal-shift",
|
|
2007
2510
|
"artifact",
|
|
2008
2511
|
"athena",
|
|
@@ -2012,12 +2515,21 @@ ServiceName = Literal[
|
|
|
2012
2515
|
"b2bi",
|
|
2013
2516
|
"backup",
|
|
2014
2517
|
"backup-gateway",
|
|
2518
|
+
"backupsearch",
|
|
2015
2519
|
"batch",
|
|
2520
|
+
"bcm-dashboards",
|
|
2016
2521
|
"bcm-data-exports",
|
|
2522
|
+
"bcm-pricing-calculator",
|
|
2523
|
+
"bcm-recommended-actions",
|
|
2017
2524
|
"bedrock",
|
|
2018
2525
|
"bedrock-agent",
|
|
2019
2526
|
"bedrock-agent-runtime",
|
|
2527
|
+
"bedrock-agentcore",
|
|
2528
|
+
"bedrock-agentcore-control",
|
|
2529
|
+
"bedrock-data-automation",
|
|
2530
|
+
"bedrock-data-automation-runtime",
|
|
2020
2531
|
"bedrock-runtime",
|
|
2532
|
+
"billing",
|
|
2021
2533
|
"billingconductor",
|
|
2022
2534
|
"braket",
|
|
2023
2535
|
"budgets",
|
|
@@ -2066,6 +2578,7 @@ ServiceName = Literal[
|
|
|
2066
2578
|
"connect",
|
|
2067
2579
|
"connect-contact-lens",
|
|
2068
2580
|
"connectcampaigns",
|
|
2581
|
+
"connectcampaignsv2",
|
|
2069
2582
|
"connectcases",
|
|
2070
2583
|
"connectparticipant",
|
|
2071
2584
|
"controlcatalog",
|
|
@@ -2091,6 +2604,8 @@ ServiceName = Literal[
|
|
|
2091
2604
|
"docdb-elastic",
|
|
2092
2605
|
"drs",
|
|
2093
2606
|
"ds",
|
|
2607
|
+
"ds-data",
|
|
2608
|
+
"dsql",
|
|
2094
2609
|
"dynamodb",
|
|
2095
2610
|
"dynamodbstreams",
|
|
2096
2611
|
"ebs",
|
|
@@ -2102,7 +2617,6 @@ ServiceName = Literal[
|
|
|
2102
2617
|
"efs",
|
|
2103
2618
|
"eks",
|
|
2104
2619
|
"eks-auth",
|
|
2105
|
-
"elastic-inference",
|
|
2106
2620
|
"elasticache",
|
|
2107
2621
|
"elasticbeanstalk",
|
|
2108
2622
|
"elastictranscoder",
|
|
@@ -2115,6 +2629,7 @@ ServiceName = Literal[
|
|
|
2115
2629
|
"es",
|
|
2116
2630
|
"events",
|
|
2117
2631
|
"evidently",
|
|
2632
|
+
"evs",
|
|
2118
2633
|
"finspace",
|
|
2119
2634
|
"finspace-data",
|
|
2120
2635
|
"firehose",
|
|
@@ -2126,6 +2641,10 @@ ServiceName = Literal[
|
|
|
2126
2641
|
"freetier",
|
|
2127
2642
|
"fsx",
|
|
2128
2643
|
"gamelift",
|
|
2644
|
+
"gameliftstreams",
|
|
2645
|
+
"geo-maps",
|
|
2646
|
+
"geo-places",
|
|
2647
|
+
"geo-routes",
|
|
2129
2648
|
"glacier",
|
|
2130
2649
|
"globalaccelerator",
|
|
2131
2650
|
"glue",
|
|
@@ -2144,16 +2663,15 @@ ServiceName = Literal[
|
|
|
2144
2663
|
"inspector-scan",
|
|
2145
2664
|
"inspector2",
|
|
2146
2665
|
"internetmonitor",
|
|
2666
|
+
"invoicing",
|
|
2147
2667
|
"iot",
|
|
2148
2668
|
"iot-data",
|
|
2149
2669
|
"iot-jobs-data",
|
|
2150
|
-
"
|
|
2151
|
-
"iot1click-projects",
|
|
2670
|
+
"iot-managed-integrations",
|
|
2152
2671
|
"iotanalytics",
|
|
2153
2672
|
"iotdeviceadvisor",
|
|
2154
2673
|
"iotevents",
|
|
2155
2674
|
"iotevents-data",
|
|
2156
|
-
"iotfleethub",
|
|
2157
2675
|
"iotfleetwise",
|
|
2158
2676
|
"iotsecuretunneling",
|
|
2159
2677
|
"iotsitewise",
|
|
@@ -2168,6 +2686,7 @@ ServiceName = Literal[
|
|
|
2168
2686
|
"kendra",
|
|
2169
2687
|
"kendra-ranking",
|
|
2170
2688
|
"keyspaces",
|
|
2689
|
+
"keyspacesstreams",
|
|
2171
2690
|
"kinesis",
|
|
2172
2691
|
"kinesis-video-archived-media",
|
|
2173
2692
|
"kinesis-video-media",
|
|
@@ -2191,8 +2710,6 @@ ServiceName = Literal[
|
|
|
2191
2710
|
"location",
|
|
2192
2711
|
"logs",
|
|
2193
2712
|
"lookoutequipment",
|
|
2194
|
-
"lookoutmetrics",
|
|
2195
|
-
"lookoutvision",
|
|
2196
2713
|
"m2",
|
|
2197
2714
|
"machinelearning",
|
|
2198
2715
|
"macie2",
|
|
@@ -2203,6 +2720,7 @@ ServiceName = Literal[
|
|
|
2203
2720
|
"marketplace-catalog",
|
|
2204
2721
|
"marketplace-deployment",
|
|
2205
2722
|
"marketplace-entitlement",
|
|
2723
|
+
"marketplace-reporting",
|
|
2206
2724
|
"marketplacecommerceanalytics",
|
|
2207
2725
|
"mediaconnect",
|
|
2208
2726
|
"mediaconvert",
|
|
@@ -2222,26 +2740,32 @@ ServiceName = Literal[
|
|
|
2222
2740
|
"migrationhub-config",
|
|
2223
2741
|
"migrationhuborchestrator",
|
|
2224
2742
|
"migrationhubstrategy",
|
|
2743
|
+
"mpa",
|
|
2225
2744
|
"mq",
|
|
2226
2745
|
"mturk",
|
|
2227
2746
|
"mwaa",
|
|
2747
|
+
"mwaa-serverless",
|
|
2228
2748
|
"neptune",
|
|
2229
2749
|
"neptune-graph",
|
|
2230
2750
|
"neptunedata",
|
|
2231
2751
|
"network-firewall",
|
|
2752
|
+
"networkflowmonitor",
|
|
2232
2753
|
"networkmanager",
|
|
2233
2754
|
"networkmonitor",
|
|
2234
|
-
"
|
|
2755
|
+
"notifications",
|
|
2756
|
+
"notificationscontacts",
|
|
2235
2757
|
"oam",
|
|
2758
|
+
"observabilityadmin",
|
|
2759
|
+
"odb",
|
|
2236
2760
|
"omics",
|
|
2237
2761
|
"opensearch",
|
|
2238
2762
|
"opensearchserverless",
|
|
2239
|
-
"opsworks",
|
|
2240
|
-
"opsworkscm",
|
|
2241
2763
|
"organizations",
|
|
2242
2764
|
"osis",
|
|
2243
2765
|
"outposts",
|
|
2244
2766
|
"panorama",
|
|
2767
|
+
"partnercentral-channel",
|
|
2768
|
+
"partnercentral-selling",
|
|
2245
2769
|
"payment-cryptography",
|
|
2246
2770
|
"payment-cryptography-data",
|
|
2247
2771
|
"pca-connector-ad",
|
|
@@ -2258,13 +2782,10 @@ ServiceName = Literal[
|
|
|
2258
2782
|
"pipes",
|
|
2259
2783
|
"polly",
|
|
2260
2784
|
"pricing",
|
|
2261
|
-
"privatenetworks",
|
|
2262
2785
|
"proton",
|
|
2263
2786
|
"qapps",
|
|
2264
2787
|
"qbusiness",
|
|
2265
2788
|
"qconnect",
|
|
2266
|
-
"qldb",
|
|
2267
|
-
"qldb-session",
|
|
2268
2789
|
"quicksight",
|
|
2269
2790
|
"ram",
|
|
2270
2791
|
"rbin",
|
|
@@ -2279,7 +2800,6 @@ ServiceName = Literal[
|
|
|
2279
2800
|
"resource-explorer-2",
|
|
2280
2801
|
"resource-groups",
|
|
2281
2802
|
"resourcegroupstaggingapi",
|
|
2282
|
-
"robomaker",
|
|
2283
2803
|
"rolesanywhere",
|
|
2284
2804
|
"route53",
|
|
2285
2805
|
"route53-recovery-cluster",
|
|
@@ -2288,10 +2808,13 @@ ServiceName = Literal[
|
|
|
2288
2808
|
"route53domains",
|
|
2289
2809
|
"route53profiles",
|
|
2290
2810
|
"route53resolver",
|
|
2811
|
+
"rtbfabric",
|
|
2291
2812
|
"rum",
|
|
2292
2813
|
"s3",
|
|
2293
2814
|
"s3control",
|
|
2294
2815
|
"s3outposts",
|
|
2816
|
+
"s3tables",
|
|
2817
|
+
"s3vectors",
|
|
2295
2818
|
"sagemaker",
|
|
2296
2819
|
"sagemaker-a2i-runtime",
|
|
2297
2820
|
"sagemaker-edge",
|
|
@@ -2304,6 +2827,7 @@ ServiceName = Literal[
|
|
|
2304
2827
|
"schemas",
|
|
2305
2828
|
"sdb",
|
|
2306
2829
|
"secretsmanager",
|
|
2830
|
+
"security-ir",
|
|
2307
2831
|
"securityhub",
|
|
2308
2832
|
"securitylake",
|
|
2309
2833
|
"serverlessrepo",
|
|
@@ -2315,15 +2839,16 @@ ServiceName = Literal[
|
|
|
2315
2839
|
"sesv2",
|
|
2316
2840
|
"shield",
|
|
2317
2841
|
"signer",
|
|
2842
|
+
"signin",
|
|
2318
2843
|
"simspaceweaver",
|
|
2319
|
-
"sms",
|
|
2320
|
-
"sms-voice",
|
|
2321
2844
|
"snow-device-management",
|
|
2322
2845
|
"snowball",
|
|
2323
2846
|
"sns",
|
|
2847
|
+
"socialmessaging",
|
|
2324
2848
|
"sqs",
|
|
2325
2849
|
"ssm",
|
|
2326
2850
|
"ssm-contacts",
|
|
2851
|
+
"ssm-guiconnect",
|
|
2327
2852
|
"ssm-incidents",
|
|
2328
2853
|
"ssm-quicksetup",
|
|
2329
2854
|
"ssm-sap",
|
|
@@ -2357,27 +2882,19 @@ ServiceName = Literal[
|
|
|
2357
2882
|
"wellarchitected",
|
|
2358
2883
|
"wisdom",
|
|
2359
2884
|
"workdocs",
|
|
2360
|
-
"worklink",
|
|
2361
2885
|
"workmail",
|
|
2362
2886
|
"workmailmessageflow",
|
|
2363
2887
|
"workspaces",
|
|
2888
|
+
"workspaces-instances",
|
|
2364
2889
|
"workspaces-thin-client",
|
|
2365
2890
|
"workspaces-web",
|
|
2366
2891
|
"xray",
|
|
2367
2892
|
]
|
|
2368
2893
|
ResourceServiceName = Literal[
|
|
2369
|
-
"cloudformation",
|
|
2370
|
-
"cloudwatch",
|
|
2371
|
-
"dynamodb",
|
|
2372
|
-
"ec2",
|
|
2373
|
-
"glacier",
|
|
2374
|
-
"iam",
|
|
2375
|
-
"opsworks",
|
|
2376
|
-
"s3",
|
|
2377
|
-
"sns",
|
|
2378
|
-
"sqs",
|
|
2894
|
+
"cloudformation", "cloudwatch", "dynamodb", "ec2", "glacier", "iam", "s3", "sns", "sqs"
|
|
2379
2895
|
]
|
|
2380
2896
|
PaginatorName = Literal[
|
|
2897
|
+
"create_hub_content_presigned_urls",
|
|
2381
2898
|
"list_actions",
|
|
2382
2899
|
"list_algorithms",
|
|
2383
2900
|
"list_aliases",
|
|
@@ -2387,10 +2904,13 @@ PaginatorName = Literal[
|
|
|
2387
2904
|
"list_associations",
|
|
2388
2905
|
"list_auto_ml_jobs",
|
|
2389
2906
|
"list_candidates_for_auto_ml_job",
|
|
2907
|
+
"list_cluster_events",
|
|
2390
2908
|
"list_cluster_nodes",
|
|
2909
|
+
"list_cluster_scheduler_configs",
|
|
2391
2910
|
"list_clusters",
|
|
2392
2911
|
"list_code_repositories",
|
|
2393
2912
|
"list_compilation_jobs",
|
|
2913
|
+
"list_compute_quotas",
|
|
2394
2914
|
"list_contexts",
|
|
2395
2915
|
"list_data_quality_job_definitions",
|
|
2396
2916
|
"list_device_fleets",
|
|
@@ -2432,9 +2952,11 @@ PaginatorName = Literal[
|
|
|
2432
2952
|
"list_notebook_instance_lifecycle_configs",
|
|
2433
2953
|
"list_notebook_instances",
|
|
2434
2954
|
"list_optimization_jobs",
|
|
2955
|
+
"list_partner_apps",
|
|
2435
2956
|
"list_pipeline_execution_steps",
|
|
2436
2957
|
"list_pipeline_executions",
|
|
2437
2958
|
"list_pipeline_parameters_for_execution",
|
|
2959
|
+
"list_pipeline_versions",
|
|
2438
2960
|
"list_pipelines",
|
|
2439
2961
|
"list_processing_jobs",
|
|
2440
2962
|
"list_resource_catalogs",
|
|
@@ -2445,9 +2967,11 @@ PaginatorName = Literal[
|
|
|
2445
2967
|
"list_tags",
|
|
2446
2968
|
"list_training_jobs",
|
|
2447
2969
|
"list_training_jobs_for_hyper_parameter_tuning_job",
|
|
2970
|
+
"list_training_plans",
|
|
2448
2971
|
"list_transform_jobs",
|
|
2449
2972
|
"list_trial_components",
|
|
2450
2973
|
"list_trials",
|
|
2974
|
+
"list_ultra_servers_by_reserved_capacity",
|
|
2451
2975
|
"list_user_profiles",
|
|
2452
2976
|
"list_workforces",
|
|
2453
2977
|
"list_workteams",
|
|
@@ -2471,6 +2995,7 @@ WaiterName = Literal[
|
|
|
2471
2995
|
RegionName = Literal[
|
|
2472
2996
|
"af-south-1",
|
|
2473
2997
|
"ap-east-1",
|
|
2998
|
+
"ap-east-2",
|
|
2474
2999
|
"ap-northeast-1",
|
|
2475
3000
|
"ap-northeast-2",
|
|
2476
3001
|
"ap-northeast-3",
|
|
@@ -2480,6 +3005,8 @@ RegionName = Literal[
|
|
|
2480
3005
|
"ap-southeast-2",
|
|
2481
3006
|
"ap-southeast-3",
|
|
2482
3007
|
"ap-southeast-4",
|
|
3008
|
+
"ap-southeast-5",
|
|
3009
|
+
"ap-southeast-7",
|
|
2483
3010
|
"ca-central-1",
|
|
2484
3011
|
"ca-west-1",
|
|
2485
3012
|
"eu-central-1",
|
|
@@ -2493,6 +3020,7 @@ RegionName = Literal[
|
|
|
2493
3020
|
"il-central-1",
|
|
2494
3021
|
"me-central-1",
|
|
2495
3022
|
"me-south-1",
|
|
3023
|
+
"mx-central-1",
|
|
2496
3024
|
"sa-east-1",
|
|
2497
3025
|
"us-east-1",
|
|
2498
3026
|
"us-east-2",
|