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