mypy-boto3-sagemaker 1.21.36__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 +107 -2
- mypy_boto3_sagemaker/__init__.pyi +107 -2
- mypy_boto3_sagemaker/__main__.py +14 -9
- mypy_boto3_sagemaker/client.py +3189 -2116
- mypy_boto3_sagemaker/client.pyi +3495 -2098
- mypy_boto3_sagemaker/literals.py +1646 -51
- mypy_boto3_sagemaker/literals.pyi +1646 -51
- mypy_boto3_sagemaker/paginator.py +1470 -901
- mypy_boto3_sagemaker/paginator.pyi +1338 -956
- mypy_boto3_sagemaker/type_defs.py +12046 -11554
- mypy_boto3_sagemaker/type_defs.pyi +11823 -12495
- mypy_boto3_sagemaker/version.py +4 -1
- mypy_boto3_sagemaker/waiter.py +106 -57
- mypy_boto3_sagemaker/waiter.pyi +105 -70
- mypy_boto3_sagemaker-1.41.1.dist-info/METADATA +796 -0
- mypy_boto3_sagemaker-1.41.1.dist-info/RECORD +20 -0
- {mypy_boto3_sagemaker-1.21.36.dist-info → mypy_boto3_sagemaker-1.41.1.dist-info}/WHEEL +1 -1
- mypy_boto3_sagemaker-1.41.1.dist-info/licenses/LICENSE +21 -0
- mypy_boto3_sagemaker-1.21.36.dist-info/METADATA +0 -1733
- mypy_boto3_sagemaker-1.21.36.dist-info/RECORD +0 -19
- {mypy_boto3_sagemaker-1.21.36.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
|
|
|
@@ -11,9 +13,10 @@ Usage::
|
|
|
11
13
|
data: ActionStatusType = "Completed"
|
|
12
14
|
```
|
|
13
15
|
"""
|
|
16
|
+
|
|
14
17
|
import sys
|
|
15
18
|
|
|
16
|
-
if sys.version_info >= (3,
|
|
19
|
+
if sys.version_info >= (3, 12):
|
|
17
20
|
from typing import Literal
|
|
18
21
|
else:
|
|
19
22
|
from typing_extensions import Literal
|
|
@@ -21,6 +24,9 @@ else:
|
|
|
21
24
|
|
|
22
25
|
__all__ = (
|
|
23
26
|
"ActionStatusType",
|
|
27
|
+
"ActivationStateType",
|
|
28
|
+
"AdditionalS3DataSourceDataTypeType",
|
|
29
|
+
"AggregationTransformationValueType",
|
|
24
30
|
"AlgorithmSortByType",
|
|
25
31
|
"AlgorithmStatusType",
|
|
26
32
|
"AppImageConfigSortKeyType",
|
|
@@ -33,62 +39,115 @@ __all__ = (
|
|
|
33
39
|
"ArtifactSourceIdTypeType",
|
|
34
40
|
"AssemblyTypeType",
|
|
35
41
|
"AssociationEdgeTypeType",
|
|
42
|
+
"AsyncNotificationTopicTypesType",
|
|
36
43
|
"AthenaResultCompressionTypeType",
|
|
37
44
|
"AthenaResultFormatType",
|
|
38
45
|
"AuthModeType",
|
|
46
|
+
"AutoMLAlgorithmType",
|
|
47
|
+
"AutoMLChannelTypeType",
|
|
39
48
|
"AutoMLJobObjectiveTypeType",
|
|
40
49
|
"AutoMLJobSecondaryStatusType",
|
|
41
50
|
"AutoMLJobStatusType",
|
|
42
51
|
"AutoMLMetricEnumType",
|
|
52
|
+
"AutoMLMetricExtendedEnumType",
|
|
53
|
+
"AutoMLModeType",
|
|
54
|
+
"AutoMLProblemTypeConfigNameType",
|
|
55
|
+
"AutoMLProcessingUnitType",
|
|
43
56
|
"AutoMLS3DataTypeType",
|
|
44
57
|
"AutoMLSortByType",
|
|
45
58
|
"AutoMLSortOrderType",
|
|
59
|
+
"AutoMountHomeEFSType",
|
|
60
|
+
"AutotuneModeType",
|
|
46
61
|
"AwsManagedHumanLoopRequestSourceType",
|
|
62
|
+
"BatchAddClusterNodesErrorCodeType",
|
|
63
|
+
"BatchDeleteClusterNodesErrorCodeType",
|
|
64
|
+
"BatchRebootClusterNodesErrorCodeType",
|
|
65
|
+
"BatchReplaceClusterNodesErrorCodeType",
|
|
47
66
|
"BatchStrategyType",
|
|
48
67
|
"BooleanOperatorType",
|
|
49
68
|
"CandidateSortByType",
|
|
50
69
|
"CandidateStatusType",
|
|
51
70
|
"CandidateStepTypeType",
|
|
71
|
+
"CapacityReservationPreferenceType",
|
|
72
|
+
"CapacityReservationTypeType",
|
|
52
73
|
"CapacitySizeTypeType",
|
|
53
74
|
"CaptureModeType",
|
|
54
75
|
"CaptureStatusType",
|
|
76
|
+
"ClarifyFeatureTypeType",
|
|
77
|
+
"ClarifyTextGranularityType",
|
|
78
|
+
"ClarifyTextLanguageType",
|
|
79
|
+
"ClusterAutoScalerTypeType",
|
|
80
|
+
"ClusterAutoScalingModeType",
|
|
81
|
+
"ClusterAutoScalingStatusType",
|
|
82
|
+
"ClusterConfigModeType",
|
|
83
|
+
"ClusterEventResourceTypeType",
|
|
84
|
+
"ClusterInstanceStatusType",
|
|
85
|
+
"ClusterInstanceTypeType",
|
|
86
|
+
"ClusterNodeProvisioningModeType",
|
|
87
|
+
"ClusterNodeRecoveryType",
|
|
88
|
+
"ClusterSortByType",
|
|
89
|
+
"ClusterStatusType",
|
|
55
90
|
"CodeRepositorySortByType",
|
|
56
91
|
"CodeRepositorySortOrderType",
|
|
92
|
+
"CollectionTypeType",
|
|
57
93
|
"CompilationJobStatusType",
|
|
94
|
+
"CompleteOnConvergenceType",
|
|
58
95
|
"CompressionTypeType",
|
|
59
96
|
"ConditionOutcomeType",
|
|
60
97
|
"ContainerModeType",
|
|
61
98
|
"ContentClassifierType",
|
|
99
|
+
"CreateHubContentPresignedUrlsPaginatorName",
|
|
100
|
+
"CrossAccountFilterOptionType",
|
|
62
101
|
"DataDistributionTypeType",
|
|
102
|
+
"DataSourceNameType",
|
|
103
|
+
"DeepHealthCheckTypeType",
|
|
63
104
|
"DetailedAlgorithmStatusType",
|
|
64
105
|
"DetailedModelPackageStatusType",
|
|
106
|
+
"DeviceDeploymentStatusType",
|
|
107
|
+
"DeviceSubsetTypeType",
|
|
65
108
|
"DirectInternetAccessType",
|
|
66
109
|
"DirectionType",
|
|
67
110
|
"DomainStatusType",
|
|
68
111
|
"EdgePackagingJobStatusType",
|
|
69
112
|
"EdgePresetDeploymentStatusType",
|
|
70
113
|
"EdgePresetDeploymentTypeType",
|
|
114
|
+
"EnabledOrDisabledType",
|
|
71
115
|
"EndpointConfigSortKeyType",
|
|
72
116
|
"EndpointDeletedWaiterName",
|
|
73
117
|
"EndpointInServiceWaiterName",
|
|
74
118
|
"EndpointSortKeyType",
|
|
75
119
|
"EndpointStatusType",
|
|
120
|
+
"EventSortByType",
|
|
121
|
+
"ExecutionRoleIdentityConfigType",
|
|
76
122
|
"ExecutionStatusType",
|
|
123
|
+
"FailureHandlingPolicyType",
|
|
124
|
+
"FairShareType",
|
|
77
125
|
"FeatureGroupSortByType",
|
|
78
126
|
"FeatureGroupSortOrderType",
|
|
79
127
|
"FeatureGroupStatusType",
|
|
128
|
+
"FeatureStatusType",
|
|
80
129
|
"FeatureTypeType",
|
|
81
130
|
"FileSystemAccessModeType",
|
|
82
131
|
"FileSystemTypeType",
|
|
132
|
+
"FillingTypeType",
|
|
133
|
+
"FlatInvocationsType",
|
|
83
134
|
"FlowDefinitionStatusType",
|
|
84
135
|
"FrameworkType",
|
|
136
|
+
"HubContentSortByType",
|
|
137
|
+
"HubContentStatusType",
|
|
138
|
+
"HubContentSupportStatusType",
|
|
139
|
+
"HubContentTypeType",
|
|
140
|
+
"HubSortByType",
|
|
141
|
+
"HubStatusType",
|
|
85
142
|
"HumanTaskUiStatusType",
|
|
86
143
|
"HyperParameterScalingTypeType",
|
|
144
|
+
"HyperParameterTuningAllocationStrategyType",
|
|
87
145
|
"HyperParameterTuningJobObjectiveTypeType",
|
|
88
146
|
"HyperParameterTuningJobSortByOptionsType",
|
|
89
147
|
"HyperParameterTuningJobStatusType",
|
|
90
148
|
"HyperParameterTuningJobStrategyTypeType",
|
|
91
149
|
"HyperParameterTuningJobWarmStartTypeType",
|
|
150
|
+
"IPAddressTypeType",
|
|
92
151
|
"ImageCreatedWaiterName",
|
|
93
152
|
"ImageDeletedWaiterName",
|
|
94
153
|
"ImageSortByType",
|
|
@@ -100,29 +159,48 @@ __all__ = (
|
|
|
100
159
|
"ImageVersionSortByType",
|
|
101
160
|
"ImageVersionSortOrderType",
|
|
102
161
|
"ImageVersionStatusType",
|
|
162
|
+
"InferenceComponentCapacitySizeTypeType",
|
|
163
|
+
"InferenceComponentSortKeyType",
|
|
164
|
+
"InferenceComponentStatusType",
|
|
103
165
|
"InferenceExecutionModeType",
|
|
166
|
+
"InferenceExperimentStatusType",
|
|
167
|
+
"InferenceExperimentStopDesiredStateType",
|
|
168
|
+
"InferenceExperimentTypeType",
|
|
104
169
|
"InputModeType",
|
|
170
|
+
"InstanceGroupStatusType",
|
|
105
171
|
"InstanceTypeType",
|
|
172
|
+
"IsTrackingServerActiveType",
|
|
173
|
+
"JobTypeType",
|
|
106
174
|
"JoinSourceType",
|
|
107
175
|
"LabelingJobStatusType",
|
|
176
|
+
"LastUpdateStatusValueType",
|
|
177
|
+
"LifecycleManagementType",
|
|
108
178
|
"LineageTypeType",
|
|
109
179
|
"ListActionsPaginatorName",
|
|
110
180
|
"ListAlgorithmsPaginatorName",
|
|
181
|
+
"ListAliasesPaginatorName",
|
|
111
182
|
"ListAppImageConfigsPaginatorName",
|
|
112
183
|
"ListAppsPaginatorName",
|
|
113
184
|
"ListArtifactsPaginatorName",
|
|
114
185
|
"ListAssociationsPaginatorName",
|
|
115
186
|
"ListAutoMLJobsPaginatorName",
|
|
116
187
|
"ListCandidatesForAutoMLJobPaginatorName",
|
|
188
|
+
"ListClusterEventsPaginatorName",
|
|
189
|
+
"ListClusterNodesPaginatorName",
|
|
190
|
+
"ListClusterSchedulerConfigsPaginatorName",
|
|
191
|
+
"ListClustersPaginatorName",
|
|
117
192
|
"ListCodeRepositoriesPaginatorName",
|
|
118
193
|
"ListCompilationJobsPaginatorName",
|
|
119
194
|
"ListCompilationJobsSortByType",
|
|
195
|
+
"ListComputeQuotasPaginatorName",
|
|
120
196
|
"ListContextsPaginatorName",
|
|
121
197
|
"ListDataQualityJobDefinitionsPaginatorName",
|
|
122
198
|
"ListDeviceFleetsPaginatorName",
|
|
123
199
|
"ListDeviceFleetsSortByType",
|
|
124
200
|
"ListDevicesPaginatorName",
|
|
125
201
|
"ListDomainsPaginatorName",
|
|
202
|
+
"ListEdgeDeploymentPlansPaginatorName",
|
|
203
|
+
"ListEdgeDeploymentPlansSortByType",
|
|
126
204
|
"ListEdgePackagingJobsPaginatorName",
|
|
127
205
|
"ListEdgePackagingJobsSortByType",
|
|
128
206
|
"ListEndpointConfigsPaginatorName",
|
|
@@ -134,44 +212,75 @@ __all__ = (
|
|
|
134
212
|
"ListHyperParameterTuningJobsPaginatorName",
|
|
135
213
|
"ListImageVersionsPaginatorName",
|
|
136
214
|
"ListImagesPaginatorName",
|
|
215
|
+
"ListInferenceComponentsPaginatorName",
|
|
216
|
+
"ListInferenceExperimentsPaginatorName",
|
|
217
|
+
"ListInferenceRecommendationsJobStepsPaginatorName",
|
|
137
218
|
"ListInferenceRecommendationsJobsPaginatorName",
|
|
138
219
|
"ListInferenceRecommendationsJobsSortByType",
|
|
139
220
|
"ListLabelingJobsForWorkteamPaginatorName",
|
|
140
221
|
"ListLabelingJobsForWorkteamSortByOptionsType",
|
|
141
222
|
"ListLabelingJobsPaginatorName",
|
|
142
223
|
"ListLineageGroupsPaginatorName",
|
|
224
|
+
"ListMlflowTrackingServersPaginatorName",
|
|
143
225
|
"ListModelBiasJobDefinitionsPaginatorName",
|
|
226
|
+
"ListModelCardExportJobsPaginatorName",
|
|
227
|
+
"ListModelCardVersionsPaginatorName",
|
|
228
|
+
"ListModelCardsPaginatorName",
|
|
144
229
|
"ListModelExplainabilityJobDefinitionsPaginatorName",
|
|
145
230
|
"ListModelMetadataPaginatorName",
|
|
146
231
|
"ListModelPackageGroupsPaginatorName",
|
|
147
232
|
"ListModelPackagesPaginatorName",
|
|
148
233
|
"ListModelQualityJobDefinitionsPaginatorName",
|
|
149
234
|
"ListModelsPaginatorName",
|
|
235
|
+
"ListMonitoringAlertHistoryPaginatorName",
|
|
236
|
+
"ListMonitoringAlertsPaginatorName",
|
|
150
237
|
"ListMonitoringExecutionsPaginatorName",
|
|
151
238
|
"ListMonitoringSchedulesPaginatorName",
|
|
152
239
|
"ListNotebookInstanceLifecycleConfigsPaginatorName",
|
|
153
240
|
"ListNotebookInstancesPaginatorName",
|
|
241
|
+
"ListOptimizationJobsPaginatorName",
|
|
242
|
+
"ListOptimizationJobsSortByType",
|
|
243
|
+
"ListPartnerAppsPaginatorName",
|
|
154
244
|
"ListPipelineExecutionStepsPaginatorName",
|
|
155
245
|
"ListPipelineExecutionsPaginatorName",
|
|
156
246
|
"ListPipelineParametersForExecutionPaginatorName",
|
|
247
|
+
"ListPipelineVersionsPaginatorName",
|
|
157
248
|
"ListPipelinesPaginatorName",
|
|
158
249
|
"ListProcessingJobsPaginatorName",
|
|
250
|
+
"ListResourceCatalogsPaginatorName",
|
|
251
|
+
"ListSpacesPaginatorName",
|
|
252
|
+
"ListStageDevicesPaginatorName",
|
|
159
253
|
"ListStudioLifecycleConfigsPaginatorName",
|
|
160
254
|
"ListSubscribedWorkteamsPaginatorName",
|
|
161
255
|
"ListTagsPaginatorName",
|
|
162
256
|
"ListTrainingJobsForHyperParameterTuningJobPaginatorName",
|
|
163
257
|
"ListTrainingJobsPaginatorName",
|
|
258
|
+
"ListTrainingPlansPaginatorName",
|
|
164
259
|
"ListTransformJobsPaginatorName",
|
|
165
260
|
"ListTrialComponentsPaginatorName",
|
|
166
261
|
"ListTrialsPaginatorName",
|
|
262
|
+
"ListUltraServersByReservedCapacityPaginatorName",
|
|
167
263
|
"ListUserProfilesPaginatorName",
|
|
168
264
|
"ListWorkforcesPaginatorName",
|
|
169
265
|
"ListWorkforcesSortByOptionsType",
|
|
170
266
|
"ListWorkteamsPaginatorName",
|
|
171
267
|
"ListWorkteamsSortByOptionsType",
|
|
268
|
+
"MIGProfileTypeType",
|
|
269
|
+
"ManagedInstanceScalingStatusType",
|
|
172
270
|
"MetricSetSourceType",
|
|
271
|
+
"MlToolsType",
|
|
173
272
|
"ModelApprovalStatusType",
|
|
174
273
|
"ModelCacheSettingType",
|
|
274
|
+
"ModelCardExportJobSortByType",
|
|
275
|
+
"ModelCardExportJobSortOrderType",
|
|
276
|
+
"ModelCardExportJobStatusType",
|
|
277
|
+
"ModelCardProcessingStatusType",
|
|
278
|
+
"ModelCardSortByType",
|
|
279
|
+
"ModelCardSortOrderType",
|
|
280
|
+
"ModelCardStatusType",
|
|
281
|
+
"ModelCardVersionSortByType",
|
|
282
|
+
"ModelCompressionTypeType",
|
|
283
|
+
"ModelInfrastructureTypeType",
|
|
175
284
|
"ModelMetadataFilterTypeType",
|
|
176
285
|
"ModelPackageGroupSortByType",
|
|
177
286
|
"ModelPackageGroupStatusType",
|
|
@@ -179,11 +288,16 @@ __all__ = (
|
|
|
179
288
|
"ModelPackageStatusType",
|
|
180
289
|
"ModelPackageTypeType",
|
|
181
290
|
"ModelSortKeyType",
|
|
291
|
+
"ModelVariantActionType",
|
|
292
|
+
"ModelVariantStatusType",
|
|
293
|
+
"MonitoringAlertHistorySortKeyType",
|
|
294
|
+
"MonitoringAlertStatusType",
|
|
182
295
|
"MonitoringExecutionSortKeyType",
|
|
183
296
|
"MonitoringJobDefinitionSortKeyType",
|
|
184
297
|
"MonitoringProblemTypeType",
|
|
185
298
|
"MonitoringScheduleSortKeyType",
|
|
186
299
|
"MonitoringTypeType",
|
|
300
|
+
"NodeUnavailabilityTypeType",
|
|
187
301
|
"NotebookInstanceAcceleratorTypeType",
|
|
188
302
|
"NotebookInstanceDeletedWaiterName",
|
|
189
303
|
"NotebookInstanceInServiceWaiterName",
|
|
@@ -197,10 +311,18 @@ __all__ = (
|
|
|
197
311
|
"ObjectiveStatusType",
|
|
198
312
|
"OfflineStoreStatusValueType",
|
|
199
313
|
"OperatorType",
|
|
314
|
+
"OptimizationJobDeploymentInstanceTypeType",
|
|
315
|
+
"OptimizationJobStatusType",
|
|
200
316
|
"OrderKeyType",
|
|
317
|
+
"OutputCompressionTypeType",
|
|
318
|
+
"PaginatorName",
|
|
201
319
|
"ParameterTypeType",
|
|
320
|
+
"PartnerAppAuthTypeType",
|
|
321
|
+
"PartnerAppStatusType",
|
|
322
|
+
"PartnerAppTypeType",
|
|
202
323
|
"PipelineExecutionStatusType",
|
|
203
324
|
"PipelineStatusType",
|
|
325
|
+
"PreemptTeamTasksType",
|
|
204
326
|
"ProblemTypeType",
|
|
205
327
|
"ProcessingInstanceTypeType",
|
|
206
328
|
"ProcessingJobCompletedOrStoppedWaiterName",
|
|
@@ -210,7 +332,9 @@ __all__ = (
|
|
|
210
332
|
"ProcessingS3DataTypeType",
|
|
211
333
|
"ProcessingS3InputModeType",
|
|
212
334
|
"ProcessingS3UploadModeType",
|
|
335
|
+
"ProcessorType",
|
|
213
336
|
"ProductionVariantAcceleratorTypeType",
|
|
337
|
+
"ProductionVariantInferenceAmiVersionType",
|
|
214
338
|
"ProductionVariantInstanceTypeType",
|
|
215
339
|
"ProfilingStatusType",
|
|
216
340
|
"ProjectSortByType",
|
|
@@ -219,42 +343,80 @@ __all__ = (
|
|
|
219
343
|
"RStudioServerProAccessStatusType",
|
|
220
344
|
"RStudioServerProUserGroupType",
|
|
221
345
|
"RecommendationJobStatusType",
|
|
346
|
+
"RecommendationJobSupportedEndpointTypeType",
|
|
222
347
|
"RecommendationJobTypeType",
|
|
348
|
+
"RecommendationStatusType",
|
|
349
|
+
"RecommendationStepTypeType",
|
|
223
350
|
"RecordWrapperType",
|
|
224
351
|
"RedshiftResultCompressionTypeType",
|
|
225
352
|
"RedshiftResultFormatType",
|
|
353
|
+
"RegionName",
|
|
354
|
+
"RelationType",
|
|
226
355
|
"RepositoryAccessModeType",
|
|
356
|
+
"ReservedCapacityInstanceTypeType",
|
|
357
|
+
"ReservedCapacityStatusType",
|
|
358
|
+
"ReservedCapacityTypeType",
|
|
359
|
+
"ResourceCatalogSortByType",
|
|
360
|
+
"ResourceCatalogSortOrderType",
|
|
361
|
+
"ResourceServiceName",
|
|
362
|
+
"ResourceSharingStrategyType",
|
|
227
363
|
"ResourceTypeType",
|
|
228
364
|
"RetentionTypeType",
|
|
229
365
|
"RootAccessType",
|
|
366
|
+
"RoutingStrategyType",
|
|
230
367
|
"RuleEvaluationStatusType",
|
|
231
368
|
"S3DataDistributionType",
|
|
232
369
|
"S3DataTypeType",
|
|
370
|
+
"S3ModelDataTypeType",
|
|
371
|
+
"SageMakerImageNameType",
|
|
372
|
+
"SageMakerResourceNameType",
|
|
373
|
+
"SageMakerServiceName",
|
|
233
374
|
"SagemakerServicecatalogStatusType",
|
|
234
375
|
"ScheduleStatusType",
|
|
376
|
+
"SchedulerResourceStatusType",
|
|
235
377
|
"SearchPaginatorName",
|
|
236
378
|
"SearchSortOrderType",
|
|
237
379
|
"SecondaryStatusType",
|
|
380
|
+
"ServiceName",
|
|
381
|
+
"SharingTypeType",
|
|
382
|
+
"SkipModelValidationType",
|
|
383
|
+
"SoftwareUpdateStatusType",
|
|
238
384
|
"SortActionsByType",
|
|
239
385
|
"SortArtifactsByType",
|
|
240
386
|
"SortAssociationsByType",
|
|
241
387
|
"SortByType",
|
|
388
|
+
"SortClusterSchedulerConfigByType",
|
|
242
389
|
"SortContextsByType",
|
|
243
390
|
"SortExperimentsByType",
|
|
391
|
+
"SortInferenceExperimentsByType",
|
|
244
392
|
"SortLineageGroupsByType",
|
|
245
393
|
"SortOrderType",
|
|
246
394
|
"SortPipelineExecutionsByType",
|
|
247
395
|
"SortPipelinesByType",
|
|
396
|
+
"SortQuotaByType",
|
|
397
|
+
"SortTrackingServerByType",
|
|
248
398
|
"SortTrialComponentsByType",
|
|
249
399
|
"SortTrialsByType",
|
|
400
|
+
"SpaceSortKeyType",
|
|
401
|
+
"SpaceStatusType",
|
|
250
402
|
"SplitTypeType",
|
|
403
|
+
"StageStatusType",
|
|
404
|
+
"StatisticType",
|
|
251
405
|
"StepStatusType",
|
|
406
|
+
"StorageTypeType",
|
|
252
407
|
"StudioLifecycleConfigAppTypeType",
|
|
253
408
|
"StudioLifecycleConfigSortKeyType",
|
|
409
|
+
"StudioWebPortalType",
|
|
410
|
+
"TableFormatType",
|
|
411
|
+
"TagPropagationType",
|
|
254
412
|
"TargetDeviceType",
|
|
255
413
|
"TargetPlatformAcceleratorType",
|
|
256
414
|
"TargetPlatformArchType",
|
|
257
415
|
"TargetPlatformOsType",
|
|
416
|
+
"ThroughputModeType",
|
|
417
|
+
"TrackingServerMaintenanceStatusType",
|
|
418
|
+
"TrackingServerSizeType",
|
|
419
|
+
"TrackingServerStatusType",
|
|
258
420
|
"TrafficRoutingConfigTypeType",
|
|
259
421
|
"TrafficTypeType",
|
|
260
422
|
"TrainingInputModeType",
|
|
@@ -263,24 +425,34 @@ __all__ = (
|
|
|
263
425
|
"TrainingJobEarlyStoppingTypeType",
|
|
264
426
|
"TrainingJobSortByOptionsType",
|
|
265
427
|
"TrainingJobStatusType",
|
|
428
|
+
"TrainingPlanFilterNameType",
|
|
429
|
+
"TrainingPlanSortByType",
|
|
430
|
+
"TrainingPlanSortOrderType",
|
|
431
|
+
"TrainingPlanStatusType",
|
|
432
|
+
"TrainingRepositoryAccessModeType",
|
|
266
433
|
"TransformInstanceTypeType",
|
|
267
434
|
"TransformJobCompletedOrStoppedWaiterName",
|
|
268
435
|
"TransformJobStatusType",
|
|
269
436
|
"TrialComponentPrimaryStatusType",
|
|
437
|
+
"TtlDurationUnitType",
|
|
438
|
+
"UltraServerHealthStatusType",
|
|
270
439
|
"UserProfileSortKeyType",
|
|
271
440
|
"UserProfileStatusType",
|
|
272
441
|
"VariantPropertyTypeType",
|
|
273
442
|
"VariantStatusType",
|
|
274
|
-
"
|
|
275
|
-
"
|
|
276
|
-
"ResourceServiceName",
|
|
277
|
-
"PaginatorName",
|
|
443
|
+
"VendorGuidanceType",
|
|
444
|
+
"VolumeAttachmentStatusType",
|
|
278
445
|
"WaiterName",
|
|
279
|
-
"
|
|
446
|
+
"WarmPoolResourceStatusType",
|
|
447
|
+
"WorkforceIpAddressTypeType",
|
|
448
|
+
"WorkforceStatusType",
|
|
280
449
|
)
|
|
281
450
|
|
|
282
451
|
|
|
283
452
|
ActionStatusType = Literal["Completed", "Failed", "InProgress", "Stopped", "Stopping", "Unknown"]
|
|
453
|
+
ActivationStateType = Literal["Disabled", "Enabled"]
|
|
454
|
+
AdditionalS3DataSourceDataTypeType = Literal["S3Object", "S3Prefix"]
|
|
455
|
+
AggregationTransformationValueType = Literal["avg", "first", "max", "min", "sum"]
|
|
284
456
|
AlgorithmSortByType = Literal["CreationTime", "Name"]
|
|
285
457
|
AlgorithmStatusType = Literal["Completed", "Deleting", "Failed", "InProgress", "Pending"]
|
|
286
458
|
AppImageConfigSortKeyType = Literal["CreationTime", "LastModifiedTime", "Name"]
|
|
@@ -293,12 +465,64 @@ AppInstanceTypeType = Literal[
|
|
|
293
465
|
"ml.c5.9xlarge",
|
|
294
466
|
"ml.c5.large",
|
|
295
467
|
"ml.c5.xlarge",
|
|
468
|
+
"ml.c6i.12xlarge",
|
|
469
|
+
"ml.c6i.16xlarge",
|
|
470
|
+
"ml.c6i.24xlarge",
|
|
471
|
+
"ml.c6i.2xlarge",
|
|
472
|
+
"ml.c6i.32xlarge",
|
|
473
|
+
"ml.c6i.4xlarge",
|
|
474
|
+
"ml.c6i.8xlarge",
|
|
475
|
+
"ml.c6i.large",
|
|
476
|
+
"ml.c6i.xlarge",
|
|
477
|
+
"ml.c6id.12xlarge",
|
|
478
|
+
"ml.c6id.16xlarge",
|
|
479
|
+
"ml.c6id.24xlarge",
|
|
480
|
+
"ml.c6id.2xlarge",
|
|
481
|
+
"ml.c6id.32xlarge",
|
|
482
|
+
"ml.c6id.4xlarge",
|
|
483
|
+
"ml.c6id.8xlarge",
|
|
484
|
+
"ml.c6id.large",
|
|
485
|
+
"ml.c6id.xlarge",
|
|
486
|
+
"ml.c7i.12xlarge",
|
|
487
|
+
"ml.c7i.16xlarge",
|
|
488
|
+
"ml.c7i.24xlarge",
|
|
489
|
+
"ml.c7i.2xlarge",
|
|
490
|
+
"ml.c7i.48xlarge",
|
|
491
|
+
"ml.c7i.4xlarge",
|
|
492
|
+
"ml.c7i.8xlarge",
|
|
493
|
+
"ml.c7i.large",
|
|
494
|
+
"ml.c7i.xlarge",
|
|
296
495
|
"ml.g4dn.12xlarge",
|
|
297
496
|
"ml.g4dn.16xlarge",
|
|
298
497
|
"ml.g4dn.2xlarge",
|
|
299
498
|
"ml.g4dn.4xlarge",
|
|
300
499
|
"ml.g4dn.8xlarge",
|
|
301
500
|
"ml.g4dn.xlarge",
|
|
501
|
+
"ml.g5.12xlarge",
|
|
502
|
+
"ml.g5.16xlarge",
|
|
503
|
+
"ml.g5.24xlarge",
|
|
504
|
+
"ml.g5.2xlarge",
|
|
505
|
+
"ml.g5.48xlarge",
|
|
506
|
+
"ml.g5.4xlarge",
|
|
507
|
+
"ml.g5.8xlarge",
|
|
508
|
+
"ml.g5.xlarge",
|
|
509
|
+
"ml.g6.12xlarge",
|
|
510
|
+
"ml.g6.16xlarge",
|
|
511
|
+
"ml.g6.24xlarge",
|
|
512
|
+
"ml.g6.2xlarge",
|
|
513
|
+
"ml.g6.48xlarge",
|
|
514
|
+
"ml.g6.4xlarge",
|
|
515
|
+
"ml.g6.8xlarge",
|
|
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",
|
|
525
|
+
"ml.geospatial.interactive",
|
|
302
526
|
"ml.m5.12xlarge",
|
|
303
527
|
"ml.m5.16xlarge",
|
|
304
528
|
"ml.m5.24xlarge",
|
|
@@ -315,10 +539,42 @@ AppInstanceTypeType = Literal[
|
|
|
315
539
|
"ml.m5d.8xlarge",
|
|
316
540
|
"ml.m5d.large",
|
|
317
541
|
"ml.m5d.xlarge",
|
|
542
|
+
"ml.m6i.12xlarge",
|
|
543
|
+
"ml.m6i.16xlarge",
|
|
544
|
+
"ml.m6i.24xlarge",
|
|
545
|
+
"ml.m6i.2xlarge",
|
|
546
|
+
"ml.m6i.32xlarge",
|
|
547
|
+
"ml.m6i.4xlarge",
|
|
548
|
+
"ml.m6i.8xlarge",
|
|
549
|
+
"ml.m6i.large",
|
|
550
|
+
"ml.m6i.xlarge",
|
|
551
|
+
"ml.m6id.12xlarge",
|
|
552
|
+
"ml.m6id.16xlarge",
|
|
553
|
+
"ml.m6id.24xlarge",
|
|
554
|
+
"ml.m6id.2xlarge",
|
|
555
|
+
"ml.m6id.32xlarge",
|
|
556
|
+
"ml.m6id.4xlarge",
|
|
557
|
+
"ml.m6id.8xlarge",
|
|
558
|
+
"ml.m6id.large",
|
|
559
|
+
"ml.m6id.xlarge",
|
|
560
|
+
"ml.m7i.12xlarge",
|
|
561
|
+
"ml.m7i.16xlarge",
|
|
562
|
+
"ml.m7i.24xlarge",
|
|
563
|
+
"ml.m7i.2xlarge",
|
|
564
|
+
"ml.m7i.48xlarge",
|
|
565
|
+
"ml.m7i.4xlarge",
|
|
566
|
+
"ml.m7i.8xlarge",
|
|
567
|
+
"ml.m7i.large",
|
|
568
|
+
"ml.m7i.xlarge",
|
|
318
569
|
"ml.p3.16xlarge",
|
|
319
570
|
"ml.p3.2xlarge",
|
|
320
571
|
"ml.p3.8xlarge",
|
|
321
572
|
"ml.p3dn.24xlarge",
|
|
573
|
+
"ml.p4d.24xlarge",
|
|
574
|
+
"ml.p4de.24xlarge",
|
|
575
|
+
"ml.p5.48xlarge",
|
|
576
|
+
"ml.p5en.48xlarge",
|
|
577
|
+
"ml.p6-b200.48xlarge",
|
|
322
578
|
"ml.r5.12xlarge",
|
|
323
579
|
"ml.r5.16xlarge",
|
|
324
580
|
"ml.r5.24xlarge",
|
|
@@ -327,12 +583,42 @@ AppInstanceTypeType = Literal[
|
|
|
327
583
|
"ml.r5.8xlarge",
|
|
328
584
|
"ml.r5.large",
|
|
329
585
|
"ml.r5.xlarge",
|
|
586
|
+
"ml.r6i.12xlarge",
|
|
587
|
+
"ml.r6i.16xlarge",
|
|
588
|
+
"ml.r6i.24xlarge",
|
|
589
|
+
"ml.r6i.2xlarge",
|
|
590
|
+
"ml.r6i.32xlarge",
|
|
591
|
+
"ml.r6i.4xlarge",
|
|
592
|
+
"ml.r6i.8xlarge",
|
|
593
|
+
"ml.r6i.large",
|
|
594
|
+
"ml.r6i.xlarge",
|
|
595
|
+
"ml.r6id.12xlarge",
|
|
596
|
+
"ml.r6id.16xlarge",
|
|
597
|
+
"ml.r6id.24xlarge",
|
|
598
|
+
"ml.r6id.2xlarge",
|
|
599
|
+
"ml.r6id.32xlarge",
|
|
600
|
+
"ml.r6id.4xlarge",
|
|
601
|
+
"ml.r6id.8xlarge",
|
|
602
|
+
"ml.r6id.large",
|
|
603
|
+
"ml.r6id.xlarge",
|
|
604
|
+
"ml.r7i.12xlarge",
|
|
605
|
+
"ml.r7i.16xlarge",
|
|
606
|
+
"ml.r7i.24xlarge",
|
|
607
|
+
"ml.r7i.2xlarge",
|
|
608
|
+
"ml.r7i.48xlarge",
|
|
609
|
+
"ml.r7i.4xlarge",
|
|
610
|
+
"ml.r7i.8xlarge",
|
|
611
|
+
"ml.r7i.large",
|
|
612
|
+
"ml.r7i.xlarge",
|
|
330
613
|
"ml.t3.2xlarge",
|
|
331
614
|
"ml.t3.large",
|
|
332
615
|
"ml.t3.medium",
|
|
333
616
|
"ml.t3.micro",
|
|
334
617
|
"ml.t3.small",
|
|
335
618
|
"ml.t3.xlarge",
|
|
619
|
+
"ml.trn1.2xlarge",
|
|
620
|
+
"ml.trn1.32xlarge",
|
|
621
|
+
"ml.trn1n.32xlarge",
|
|
336
622
|
"system",
|
|
337
623
|
]
|
|
338
624
|
AppNetworkAccessTypeType = Literal["PublicInternetOnly", "VpcOnly"]
|
|
@@ -340,14 +626,43 @@ AppSecurityGroupManagementType = Literal["Customer", "Service"]
|
|
|
340
626
|
AppSortKeyType = Literal["CreationTime"]
|
|
341
627
|
AppStatusType = Literal["Deleted", "Deleting", "Failed", "InService", "Pending"]
|
|
342
628
|
AppTypeType = Literal[
|
|
343
|
-
"
|
|
629
|
+
"Canvas",
|
|
630
|
+
"CodeEditor",
|
|
631
|
+
"DetailedProfiler",
|
|
632
|
+
"JupyterLab",
|
|
633
|
+
"JupyterServer",
|
|
634
|
+
"KernelGateway",
|
|
635
|
+
"RSessionGateway",
|
|
636
|
+
"RStudioServerPro",
|
|
637
|
+
"TensorBoard",
|
|
344
638
|
]
|
|
345
639
|
ArtifactSourceIdTypeType = Literal["Custom", "MD5Hash", "S3ETag", "S3Version"]
|
|
346
640
|
AssemblyTypeType = Literal["Line", "None"]
|
|
347
|
-
AssociationEdgeTypeType = Literal[
|
|
641
|
+
AssociationEdgeTypeType = Literal[
|
|
642
|
+
"AssociatedWith", "ContributedTo", "DerivedFrom", "Produced", "SameAs"
|
|
643
|
+
]
|
|
644
|
+
AsyncNotificationTopicTypesType = Literal["ERROR_NOTIFICATION_TOPIC", "SUCCESS_NOTIFICATION_TOPIC"]
|
|
348
645
|
AthenaResultCompressionTypeType = Literal["GZIP", "SNAPPY", "ZLIB"]
|
|
349
646
|
AthenaResultFormatType = Literal["AVRO", "JSON", "ORC", "PARQUET", "TEXTFILE"]
|
|
350
647
|
AuthModeType = Literal["IAM", "SSO"]
|
|
648
|
+
AutoMLAlgorithmType = Literal[
|
|
649
|
+
"arima",
|
|
650
|
+
"catboost",
|
|
651
|
+
"cnn-qr",
|
|
652
|
+
"deepar",
|
|
653
|
+
"ets",
|
|
654
|
+
"extra-trees",
|
|
655
|
+
"fastai",
|
|
656
|
+
"lightgbm",
|
|
657
|
+
"linear-learner",
|
|
658
|
+
"mlp",
|
|
659
|
+
"nn-torch",
|
|
660
|
+
"npts",
|
|
661
|
+
"prophet",
|
|
662
|
+
"randomforest",
|
|
663
|
+
"xgboost",
|
|
664
|
+
]
|
|
665
|
+
AutoMLChannelTypeType = Literal["training", "validation"]
|
|
351
666
|
AutoMLJobObjectiveTypeType = Literal["Maximize", "Minimize"]
|
|
352
667
|
AutoMLJobSecondaryStatusType = Literal[
|
|
353
668
|
"AnalyzingData",
|
|
@@ -364,18 +679,85 @@ AutoMLJobSecondaryStatusType = Literal[
|
|
|
364
679
|
"ModelDeploymentError",
|
|
365
680
|
"ModelInsightsError",
|
|
366
681
|
"ModelTuning",
|
|
682
|
+
"PreTraining",
|
|
367
683
|
"Starting",
|
|
368
684
|
"Stopped",
|
|
369
685
|
"Stopping",
|
|
686
|
+
"TrainingModels",
|
|
370
687
|
]
|
|
371
688
|
AutoMLJobStatusType = Literal["Completed", "Failed", "InProgress", "Stopped", "Stopping"]
|
|
372
|
-
AutoMLMetricEnumType = Literal[
|
|
373
|
-
|
|
689
|
+
AutoMLMetricEnumType = Literal[
|
|
690
|
+
"AUC",
|
|
691
|
+
"Accuracy",
|
|
692
|
+
"AverageWeightedQuantileLoss",
|
|
693
|
+
"BalancedAccuracy",
|
|
694
|
+
"F1",
|
|
695
|
+
"F1macro",
|
|
696
|
+
"MAE",
|
|
697
|
+
"MAPE",
|
|
698
|
+
"MASE",
|
|
699
|
+
"MSE",
|
|
700
|
+
"Precision",
|
|
701
|
+
"PrecisionMacro",
|
|
702
|
+
"R2",
|
|
703
|
+
"RMSE",
|
|
704
|
+
"Recall",
|
|
705
|
+
"RecallMacro",
|
|
706
|
+
"WAPE",
|
|
707
|
+
]
|
|
708
|
+
AutoMLMetricExtendedEnumType = Literal[
|
|
709
|
+
"AUC",
|
|
710
|
+
"Accuracy",
|
|
711
|
+
"AverageWeightedQuantileLoss",
|
|
712
|
+
"BalancedAccuracy",
|
|
713
|
+
"F1",
|
|
714
|
+
"F1macro",
|
|
715
|
+
"InferenceLatency",
|
|
716
|
+
"LogLoss",
|
|
717
|
+
"MAE",
|
|
718
|
+
"MAPE",
|
|
719
|
+
"MASE",
|
|
720
|
+
"MSE",
|
|
721
|
+
"Perplexity",
|
|
722
|
+
"Precision",
|
|
723
|
+
"PrecisionMacro",
|
|
724
|
+
"R2",
|
|
725
|
+
"RMSE",
|
|
726
|
+
"Recall",
|
|
727
|
+
"RecallMacro",
|
|
728
|
+
"Rouge1",
|
|
729
|
+
"Rouge2",
|
|
730
|
+
"RougeL",
|
|
731
|
+
"RougeLSum",
|
|
732
|
+
"TrainingLoss",
|
|
733
|
+
"ValidationLoss",
|
|
734
|
+
"WAPE",
|
|
735
|
+
]
|
|
736
|
+
AutoMLModeType = Literal["AUTO", "ENSEMBLING", "HYPERPARAMETER_TUNING"]
|
|
737
|
+
AutoMLProblemTypeConfigNameType = Literal[
|
|
738
|
+
"ImageClassification",
|
|
739
|
+
"Tabular",
|
|
740
|
+
"TextClassification",
|
|
741
|
+
"TextGeneration",
|
|
742
|
+
"TimeSeriesForecasting",
|
|
743
|
+
]
|
|
744
|
+
AutoMLProcessingUnitType = Literal["CPU", "GPU"]
|
|
745
|
+
AutoMLS3DataTypeType = Literal["AugmentedManifestFile", "ManifestFile", "S3Prefix"]
|
|
374
746
|
AutoMLSortByType = Literal["CreationTime", "Name", "Status"]
|
|
375
747
|
AutoMLSortOrderType = Literal["Ascending", "Descending"]
|
|
748
|
+
AutoMountHomeEFSType = Literal["DefaultAsDomain", "Disabled", "Enabled"]
|
|
749
|
+
AutotuneModeType = Literal["Enabled"]
|
|
376
750
|
AwsManagedHumanLoopRequestSourceType = Literal[
|
|
377
751
|
"AWS/Rekognition/DetectModerationLabels/Image/V3", "AWS/Textract/AnalyzeDocument/Forms/V1"
|
|
378
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
|
+
]
|
|
379
761
|
BatchStrategyType = Literal["MultiRecord", "SingleRecord"]
|
|
380
762
|
BooleanOperatorType = Literal["And", "Or"]
|
|
381
763
|
CandidateSortByType = Literal["CreationTime", "FinalObjectiveMetricValue", "Status"]
|
|
@@ -383,21 +765,233 @@ CandidateStatusType = Literal["Completed", "Failed", "InProgress", "Stopped", "S
|
|
|
383
765
|
CandidateStepTypeType = Literal[
|
|
384
766
|
"AWS::SageMaker::ProcessingJob", "AWS::SageMaker::TrainingJob", "AWS::SageMaker::TransformJob"
|
|
385
767
|
]
|
|
768
|
+
CapacityReservationPreferenceType = Literal["capacity-reservations-only"]
|
|
769
|
+
CapacityReservationTypeType = Literal["CRG", "ODCR"]
|
|
386
770
|
CapacitySizeTypeType = Literal["CAPACITY_PERCENT", "INSTANCE_COUNT"]
|
|
387
|
-
CaptureModeType = Literal["Input", "Output"]
|
|
771
|
+
CaptureModeType = Literal["Input", "InputAndOutput", "Output"]
|
|
388
772
|
CaptureStatusType = Literal["Started", "Stopped"]
|
|
773
|
+
ClarifyFeatureTypeType = Literal["categorical", "numerical", "text"]
|
|
774
|
+
ClarifyTextGranularityType = Literal["paragraph", "sentence", "token"]
|
|
775
|
+
ClarifyTextLanguageType = Literal[
|
|
776
|
+
"af",
|
|
777
|
+
"ar",
|
|
778
|
+
"bg",
|
|
779
|
+
"bn",
|
|
780
|
+
"ca",
|
|
781
|
+
"cs",
|
|
782
|
+
"da",
|
|
783
|
+
"de",
|
|
784
|
+
"el",
|
|
785
|
+
"en",
|
|
786
|
+
"es",
|
|
787
|
+
"et",
|
|
788
|
+
"eu",
|
|
789
|
+
"fa",
|
|
790
|
+
"fi",
|
|
791
|
+
"fr",
|
|
792
|
+
"ga",
|
|
793
|
+
"gu",
|
|
794
|
+
"he",
|
|
795
|
+
"hi",
|
|
796
|
+
"hr",
|
|
797
|
+
"hu",
|
|
798
|
+
"hy",
|
|
799
|
+
"id",
|
|
800
|
+
"is",
|
|
801
|
+
"it",
|
|
802
|
+
"kn",
|
|
803
|
+
"ky",
|
|
804
|
+
"lb",
|
|
805
|
+
"lij",
|
|
806
|
+
"lt",
|
|
807
|
+
"lv",
|
|
808
|
+
"mk",
|
|
809
|
+
"ml",
|
|
810
|
+
"mr",
|
|
811
|
+
"nb",
|
|
812
|
+
"ne",
|
|
813
|
+
"nl",
|
|
814
|
+
"pl",
|
|
815
|
+
"pt",
|
|
816
|
+
"ro",
|
|
817
|
+
"ru",
|
|
818
|
+
"sa",
|
|
819
|
+
"si",
|
|
820
|
+
"sk",
|
|
821
|
+
"sl",
|
|
822
|
+
"sq",
|
|
823
|
+
"sr",
|
|
824
|
+
"sv",
|
|
825
|
+
"ta",
|
|
826
|
+
"te",
|
|
827
|
+
"tl",
|
|
828
|
+
"tn",
|
|
829
|
+
"tr",
|
|
830
|
+
"tt",
|
|
831
|
+
"uk",
|
|
832
|
+
"ur",
|
|
833
|
+
"xx",
|
|
834
|
+
"yo",
|
|
835
|
+
"zh",
|
|
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"]
|
|
842
|
+
ClusterInstanceStatusType = Literal[
|
|
843
|
+
"DeepHealthCheckInProgress",
|
|
844
|
+
"Failure",
|
|
845
|
+
"NotFound",
|
|
846
|
+
"Pending",
|
|
847
|
+
"Running",
|
|
848
|
+
"ShuttingDown",
|
|
849
|
+
"SystemUpdating",
|
|
850
|
+
]
|
|
851
|
+
ClusterInstanceTypeType = Literal[
|
|
852
|
+
"ml.c5.12xlarge",
|
|
853
|
+
"ml.c5.18xlarge",
|
|
854
|
+
"ml.c5.24xlarge",
|
|
855
|
+
"ml.c5.2xlarge",
|
|
856
|
+
"ml.c5.4xlarge",
|
|
857
|
+
"ml.c5.9xlarge",
|
|
858
|
+
"ml.c5.large",
|
|
859
|
+
"ml.c5.xlarge",
|
|
860
|
+
"ml.c5n.18xlarge",
|
|
861
|
+
"ml.c5n.2xlarge",
|
|
862
|
+
"ml.c5n.4xlarge",
|
|
863
|
+
"ml.c5n.9xlarge",
|
|
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",
|
|
874
|
+
"ml.g5.12xlarge",
|
|
875
|
+
"ml.g5.16xlarge",
|
|
876
|
+
"ml.g5.24xlarge",
|
|
877
|
+
"ml.g5.2xlarge",
|
|
878
|
+
"ml.g5.48xlarge",
|
|
879
|
+
"ml.g5.4xlarge",
|
|
880
|
+
"ml.g5.8xlarge",
|
|
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",
|
|
907
|
+
"ml.m5.12xlarge",
|
|
908
|
+
"ml.m5.16xlarge",
|
|
909
|
+
"ml.m5.24xlarge",
|
|
910
|
+
"ml.m5.2xlarge",
|
|
911
|
+
"ml.m5.4xlarge",
|
|
912
|
+
"ml.m5.8xlarge",
|
|
913
|
+
"ml.m5.large",
|
|
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",
|
|
933
|
+
"ml.p4d.24xlarge",
|
|
934
|
+
"ml.p4de.24xlarge",
|
|
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",
|
|
958
|
+
"ml.t3.2xlarge",
|
|
959
|
+
"ml.t3.large",
|
|
960
|
+
"ml.t3.medium",
|
|
961
|
+
"ml.t3.xlarge",
|
|
962
|
+
"ml.trn1.32xlarge",
|
|
963
|
+
"ml.trn1n.32xlarge",
|
|
964
|
+
"ml.trn2.3xlarge",
|
|
965
|
+
"ml.trn2.48xlarge",
|
|
966
|
+
]
|
|
967
|
+
ClusterNodeProvisioningModeType = Literal["Continuous"]
|
|
968
|
+
ClusterNodeRecoveryType = Literal["Automatic", "None"]
|
|
969
|
+
ClusterSortByType = Literal["CREATION_TIME", "NAME"]
|
|
970
|
+
ClusterStatusType = Literal[
|
|
971
|
+
"Creating", "Deleting", "Failed", "InService", "RollingBack", "SystemUpdating", "Updating"
|
|
972
|
+
]
|
|
389
973
|
CodeRepositorySortByType = Literal["CreationTime", "LastModifiedTime", "Name"]
|
|
390
974
|
CodeRepositorySortOrderType = Literal["Ascending", "Descending"]
|
|
975
|
+
CollectionTypeType = Literal["List", "Set", "Vector"]
|
|
391
976
|
CompilationJobStatusType = Literal[
|
|
392
977
|
"COMPLETED", "FAILED", "INPROGRESS", "STARTING", "STOPPED", "STOPPING"
|
|
393
978
|
]
|
|
979
|
+
CompleteOnConvergenceType = Literal["Disabled", "Enabled"]
|
|
394
980
|
CompressionTypeType = Literal["Gzip", "None"]
|
|
395
981
|
ConditionOutcomeType = Literal["False", "True"]
|
|
396
982
|
ContainerModeType = Literal["MultiModel", "SingleModel"]
|
|
397
983
|
ContentClassifierType = Literal["FreeOfAdultContent", "FreeOfPersonallyIdentifiableInformation"]
|
|
984
|
+
CreateHubContentPresignedUrlsPaginatorName = Literal["create_hub_content_presigned_urls"]
|
|
985
|
+
CrossAccountFilterOptionType = Literal["CrossAccount", "SameAccount"]
|
|
398
986
|
DataDistributionTypeType = Literal["FullyReplicated", "ShardedByS3Key"]
|
|
987
|
+
DataSourceNameType = Literal["SalesforceGenie", "Snowflake"]
|
|
988
|
+
DeepHealthCheckTypeType = Literal["InstanceConnectivity", "InstanceStress"]
|
|
399
989
|
DetailedAlgorithmStatusType = Literal["Completed", "Failed", "InProgress", "NotStarted"]
|
|
400
990
|
DetailedModelPackageStatusType = Literal["Completed", "Failed", "InProgress", "NotStarted"]
|
|
991
|
+
DeviceDeploymentStatusType = Literal[
|
|
992
|
+
"DEPLOYED", "FAILED", "INPROGRESS", "READYTODEPLOY", "STOPPED", "STOPPING"
|
|
993
|
+
]
|
|
994
|
+
DeviceSubsetTypeType = Literal["NAMECONTAINS", "PERCENTAGE", "SELECTION"]
|
|
401
995
|
DirectInternetAccessType = Literal["Disabled", "Enabled"]
|
|
402
996
|
DirectionType = Literal["Ascendants", "Both", "Descendants"]
|
|
403
997
|
DomainStatusType = Literal[
|
|
@@ -408,6 +1002,7 @@ EdgePackagingJobStatusType = Literal[
|
|
|
408
1002
|
]
|
|
409
1003
|
EdgePresetDeploymentStatusType = Literal["COMPLETED", "FAILED"]
|
|
410
1004
|
EdgePresetDeploymentTypeType = Literal["GreengrassV2Component"]
|
|
1005
|
+
EnabledOrDisabledType = Literal["Disabled", "Enabled"]
|
|
411
1006
|
EndpointConfigSortKeyType = Literal["CreationTime", "Name"]
|
|
412
1007
|
EndpointDeletedWaiterName = Literal["endpoint_deleted"]
|
|
413
1008
|
EndpointInServiceWaiterName = Literal["endpoint_in_service"]
|
|
@@ -420,30 +1015,57 @@ EndpointStatusType = Literal[
|
|
|
420
1015
|
"OutOfService",
|
|
421
1016
|
"RollingBack",
|
|
422
1017
|
"SystemUpdating",
|
|
1018
|
+
"UpdateRollbackFailed",
|
|
423
1019
|
"Updating",
|
|
424
1020
|
]
|
|
1021
|
+
EventSortByType = Literal["EventTime"]
|
|
1022
|
+
ExecutionRoleIdentityConfigType = Literal["DISABLED", "USER_PROFILE_NAME"]
|
|
425
1023
|
ExecutionStatusType = Literal[
|
|
426
1024
|
"Completed", "CompletedWithViolations", "Failed", "InProgress", "Pending", "Stopped", "Stopping"
|
|
427
1025
|
]
|
|
1026
|
+
FailureHandlingPolicyType = Literal["DO_NOTHING", "ROLLBACK_ON_FAILURE"]
|
|
1027
|
+
FairShareType = Literal["Disabled", "Enabled"]
|
|
428
1028
|
FeatureGroupSortByType = Literal["CreationTime", "FeatureGroupStatus", "Name", "OfflineStoreStatus"]
|
|
429
1029
|
FeatureGroupSortOrderType = Literal["Ascending", "Descending"]
|
|
430
1030
|
FeatureGroupStatusType = Literal["CreateFailed", "Created", "Creating", "DeleteFailed", "Deleting"]
|
|
1031
|
+
FeatureStatusType = Literal["DISABLED", "ENABLED"]
|
|
431
1032
|
FeatureTypeType = Literal["Fractional", "Integral", "String"]
|
|
432
1033
|
FileSystemAccessModeType = Literal["ro", "rw"]
|
|
433
1034
|
FileSystemTypeType = Literal["EFS", "FSxLustre"]
|
|
1035
|
+
FillingTypeType = Literal[
|
|
1036
|
+
"backfill",
|
|
1037
|
+
"backfill_value",
|
|
1038
|
+
"frontfill",
|
|
1039
|
+
"frontfill_value",
|
|
1040
|
+
"futurefill",
|
|
1041
|
+
"futurefill_value",
|
|
1042
|
+
"middlefill",
|
|
1043
|
+
"middlefill_value",
|
|
1044
|
+
]
|
|
1045
|
+
FlatInvocationsType = Literal["Continue", "Stop"]
|
|
434
1046
|
FlowDefinitionStatusType = Literal["Active", "Deleting", "Failed", "Initializing"]
|
|
435
1047
|
FrameworkType = Literal[
|
|
436
1048
|
"DARKNET", "KERAS", "MXNET", "ONNX", "PYTORCH", "SKLEARN", "TENSORFLOW", "TFLITE", "XGBOOST"
|
|
437
1049
|
]
|
|
1050
|
+
HubContentSortByType = Literal["CreationTime", "HubContentName", "HubContentStatus"]
|
|
1051
|
+
HubContentStatusType = Literal["Available", "DeleteFailed", "Deleting", "ImportFailed", "Importing"]
|
|
1052
|
+
HubContentSupportStatusType = Literal["Deprecated", "Restricted", "Supported"]
|
|
1053
|
+
HubContentTypeType = Literal["Model", "ModelReference", "Notebook"]
|
|
1054
|
+
HubSortByType = Literal["AccountIdOwner", "CreationTime", "HubName", "HubStatus"]
|
|
1055
|
+
HubStatusType = Literal[
|
|
1056
|
+
"CreateFailed", "Creating", "DeleteFailed", "Deleting", "InService", "UpdateFailed", "Updating"
|
|
1057
|
+
]
|
|
438
1058
|
HumanTaskUiStatusType = Literal["Active", "Deleting"]
|
|
439
1059
|
HyperParameterScalingTypeType = Literal["Auto", "Linear", "Logarithmic", "ReverseLogarithmic"]
|
|
1060
|
+
HyperParameterTuningAllocationStrategyType = Literal["Prioritized"]
|
|
440
1061
|
HyperParameterTuningJobObjectiveTypeType = Literal["Maximize", "Minimize"]
|
|
441
1062
|
HyperParameterTuningJobSortByOptionsType = Literal["CreationTime", "Name", "Status"]
|
|
442
1063
|
HyperParameterTuningJobStatusType = Literal[
|
|
443
|
-
"Completed", "Failed", "InProgress", "Stopped", "Stopping"
|
|
1064
|
+
"Completed", "DeleteFailed", "Deleting", "Failed", "InProgress", "Stopped", "Stopping"
|
|
444
1065
|
]
|
|
445
|
-
HyperParameterTuningJobStrategyTypeType = Literal["Bayesian", "Random"]
|
|
1066
|
+
HyperParameterTuningJobStrategyTypeType = Literal["Bayesian", "Grid", "Hyperband", "Random"]
|
|
446
1067
|
HyperParameterTuningJobWarmStartTypeType = Literal["IdenticalDataAndAlgorithm", "TransferLearning"]
|
|
1068
|
+
IPAddressTypeType = Literal["dualstack", "ipv4"]
|
|
447
1069
|
ImageCreatedWaiterName = Literal["image_created"]
|
|
448
1070
|
ImageDeletedWaiterName = Literal["image_deleted"]
|
|
449
1071
|
ImageSortByType = Literal["CREATION_TIME", "IMAGE_NAME", "LAST_MODIFIED_TIME"]
|
|
@@ -459,8 +1081,19 @@ ImageVersionSortOrderType = Literal["ASCENDING", "DESCENDING"]
|
|
|
459
1081
|
ImageVersionStatusType = Literal[
|
|
460
1082
|
"CREATED", "CREATE_FAILED", "CREATING", "DELETE_FAILED", "DELETING"
|
|
461
1083
|
]
|
|
1084
|
+
InferenceComponentCapacitySizeTypeType = Literal["CAPACITY_PERCENT", "COPY_COUNT"]
|
|
1085
|
+
InferenceComponentSortKeyType = Literal["CreationTime", "Name", "Status"]
|
|
1086
|
+
InferenceComponentStatusType = Literal["Creating", "Deleting", "Failed", "InService", "Updating"]
|
|
462
1087
|
InferenceExecutionModeType = Literal["Direct", "Serial"]
|
|
1088
|
+
InferenceExperimentStatusType = Literal[
|
|
1089
|
+
"Cancelled", "Completed", "Created", "Creating", "Running", "Starting", "Stopping", "Updating"
|
|
1090
|
+
]
|
|
1091
|
+
InferenceExperimentStopDesiredStateType = Literal["Cancelled", "Completed"]
|
|
1092
|
+
InferenceExperimentTypeType = Literal["ShadowMode"]
|
|
463
1093
|
InputModeType = Literal["File", "Pipe"]
|
|
1094
|
+
InstanceGroupStatusType = Literal[
|
|
1095
|
+
"Creating", "Degraded", "Deleting", "Failed", "InService", "SystemUpdating", "Updating"
|
|
1096
|
+
]
|
|
464
1097
|
InstanceTypeType = Literal[
|
|
465
1098
|
"ml.c4.2xlarge",
|
|
466
1099
|
"ml.c4.4xlarge",
|
|
@@ -476,6 +1109,33 @@ InstanceTypeType = Literal[
|
|
|
476
1109
|
"ml.c5d.4xlarge",
|
|
477
1110
|
"ml.c5d.9xlarge",
|
|
478
1111
|
"ml.c5d.xlarge",
|
|
1112
|
+
"ml.c6i.12xlarge",
|
|
1113
|
+
"ml.c6i.16xlarge",
|
|
1114
|
+
"ml.c6i.24xlarge",
|
|
1115
|
+
"ml.c6i.2xlarge",
|
|
1116
|
+
"ml.c6i.32xlarge",
|
|
1117
|
+
"ml.c6i.4xlarge",
|
|
1118
|
+
"ml.c6i.8xlarge",
|
|
1119
|
+
"ml.c6i.large",
|
|
1120
|
+
"ml.c6i.xlarge",
|
|
1121
|
+
"ml.c6id.12xlarge",
|
|
1122
|
+
"ml.c6id.16xlarge",
|
|
1123
|
+
"ml.c6id.24xlarge",
|
|
1124
|
+
"ml.c6id.2xlarge",
|
|
1125
|
+
"ml.c6id.32xlarge",
|
|
1126
|
+
"ml.c6id.4xlarge",
|
|
1127
|
+
"ml.c6id.8xlarge",
|
|
1128
|
+
"ml.c6id.large",
|
|
1129
|
+
"ml.c6id.xlarge",
|
|
1130
|
+
"ml.c7i.12xlarge",
|
|
1131
|
+
"ml.c7i.16xlarge",
|
|
1132
|
+
"ml.c7i.24xlarge",
|
|
1133
|
+
"ml.c7i.2xlarge",
|
|
1134
|
+
"ml.c7i.48xlarge",
|
|
1135
|
+
"ml.c7i.4xlarge",
|
|
1136
|
+
"ml.c7i.8xlarge",
|
|
1137
|
+
"ml.c7i.large",
|
|
1138
|
+
"ml.c7i.xlarge",
|
|
479
1139
|
"ml.g4dn.12xlarge",
|
|
480
1140
|
"ml.g4dn.16xlarge",
|
|
481
1141
|
"ml.g4dn.2xlarge",
|
|
@@ -490,6 +1150,22 @@ InstanceTypeType = Literal[
|
|
|
490
1150
|
"ml.g5.4xlarge",
|
|
491
1151
|
"ml.g5.8xlarge",
|
|
492
1152
|
"ml.g5.xlarge",
|
|
1153
|
+
"ml.g6.12xlarge",
|
|
1154
|
+
"ml.g6.16xlarge",
|
|
1155
|
+
"ml.g6.24xlarge",
|
|
1156
|
+
"ml.g6.2xlarge",
|
|
1157
|
+
"ml.g6.48xlarge",
|
|
1158
|
+
"ml.g6.4xlarge",
|
|
1159
|
+
"ml.g6.8xlarge",
|
|
1160
|
+
"ml.g6.xlarge",
|
|
1161
|
+
"ml.inf1.24xlarge",
|
|
1162
|
+
"ml.inf1.2xlarge",
|
|
1163
|
+
"ml.inf1.6xlarge",
|
|
1164
|
+
"ml.inf1.xlarge",
|
|
1165
|
+
"ml.inf2.24xlarge",
|
|
1166
|
+
"ml.inf2.48xlarge",
|
|
1167
|
+
"ml.inf2.8xlarge",
|
|
1168
|
+
"ml.inf2.xlarge",
|
|
493
1169
|
"ml.m4.10xlarge",
|
|
494
1170
|
"ml.m4.16xlarge",
|
|
495
1171
|
"ml.m4.2xlarge",
|
|
@@ -508,6 +1184,33 @@ InstanceTypeType = Literal[
|
|
|
508
1184
|
"ml.m5d.8xlarge",
|
|
509
1185
|
"ml.m5d.large",
|
|
510
1186
|
"ml.m5d.xlarge",
|
|
1187
|
+
"ml.m6i.12xlarge",
|
|
1188
|
+
"ml.m6i.16xlarge",
|
|
1189
|
+
"ml.m6i.24xlarge",
|
|
1190
|
+
"ml.m6i.2xlarge",
|
|
1191
|
+
"ml.m6i.32xlarge",
|
|
1192
|
+
"ml.m6i.4xlarge",
|
|
1193
|
+
"ml.m6i.8xlarge",
|
|
1194
|
+
"ml.m6i.large",
|
|
1195
|
+
"ml.m6i.xlarge",
|
|
1196
|
+
"ml.m6id.12xlarge",
|
|
1197
|
+
"ml.m6id.16xlarge",
|
|
1198
|
+
"ml.m6id.24xlarge",
|
|
1199
|
+
"ml.m6id.2xlarge",
|
|
1200
|
+
"ml.m6id.32xlarge",
|
|
1201
|
+
"ml.m6id.4xlarge",
|
|
1202
|
+
"ml.m6id.8xlarge",
|
|
1203
|
+
"ml.m6id.large",
|
|
1204
|
+
"ml.m6id.xlarge",
|
|
1205
|
+
"ml.m7i.12xlarge",
|
|
1206
|
+
"ml.m7i.16xlarge",
|
|
1207
|
+
"ml.m7i.24xlarge",
|
|
1208
|
+
"ml.m7i.2xlarge",
|
|
1209
|
+
"ml.m7i.48xlarge",
|
|
1210
|
+
"ml.m7i.4xlarge",
|
|
1211
|
+
"ml.m7i.8xlarge",
|
|
1212
|
+
"ml.m7i.large",
|
|
1213
|
+
"ml.m7i.xlarge",
|
|
511
1214
|
"ml.p2.16xlarge",
|
|
512
1215
|
"ml.p2.8xlarge",
|
|
513
1216
|
"ml.p2.xlarge",
|
|
@@ -515,6 +1218,10 @@ InstanceTypeType = Literal[
|
|
|
515
1218
|
"ml.p3.2xlarge",
|
|
516
1219
|
"ml.p3.8xlarge",
|
|
517
1220
|
"ml.p3dn.24xlarge",
|
|
1221
|
+
"ml.p4d.24xlarge",
|
|
1222
|
+
"ml.p4de.24xlarge",
|
|
1223
|
+
"ml.p5.48xlarge",
|
|
1224
|
+
"ml.p6-b200.48xlarge",
|
|
518
1225
|
"ml.r5.12xlarge",
|
|
519
1226
|
"ml.r5.16xlarge",
|
|
520
1227
|
"ml.r5.24xlarge",
|
|
@@ -523,6 +1230,33 @@ InstanceTypeType = Literal[
|
|
|
523
1230
|
"ml.r5.8xlarge",
|
|
524
1231
|
"ml.r5.large",
|
|
525
1232
|
"ml.r5.xlarge",
|
|
1233
|
+
"ml.r6i.12xlarge",
|
|
1234
|
+
"ml.r6i.16xlarge",
|
|
1235
|
+
"ml.r6i.24xlarge",
|
|
1236
|
+
"ml.r6i.2xlarge",
|
|
1237
|
+
"ml.r6i.32xlarge",
|
|
1238
|
+
"ml.r6i.4xlarge",
|
|
1239
|
+
"ml.r6i.8xlarge",
|
|
1240
|
+
"ml.r6i.large",
|
|
1241
|
+
"ml.r6i.xlarge",
|
|
1242
|
+
"ml.r6id.12xlarge",
|
|
1243
|
+
"ml.r6id.16xlarge",
|
|
1244
|
+
"ml.r6id.24xlarge",
|
|
1245
|
+
"ml.r6id.2xlarge",
|
|
1246
|
+
"ml.r6id.32xlarge",
|
|
1247
|
+
"ml.r6id.4xlarge",
|
|
1248
|
+
"ml.r6id.8xlarge",
|
|
1249
|
+
"ml.r6id.large",
|
|
1250
|
+
"ml.r6id.xlarge",
|
|
1251
|
+
"ml.r7i.12xlarge",
|
|
1252
|
+
"ml.r7i.16xlarge",
|
|
1253
|
+
"ml.r7i.24xlarge",
|
|
1254
|
+
"ml.r7i.2xlarge",
|
|
1255
|
+
"ml.r7i.48xlarge",
|
|
1256
|
+
"ml.r7i.4xlarge",
|
|
1257
|
+
"ml.r7i.8xlarge",
|
|
1258
|
+
"ml.r7i.large",
|
|
1259
|
+
"ml.r7i.xlarge",
|
|
526
1260
|
"ml.t2.2xlarge",
|
|
527
1261
|
"ml.t2.large",
|
|
528
1262
|
"ml.t2.medium",
|
|
@@ -531,29 +1265,46 @@ InstanceTypeType = Literal[
|
|
|
531
1265
|
"ml.t3.large",
|
|
532
1266
|
"ml.t3.medium",
|
|
533
1267
|
"ml.t3.xlarge",
|
|
1268
|
+
"ml.trn1.2xlarge",
|
|
1269
|
+
"ml.trn1.32xlarge",
|
|
1270
|
+
"ml.trn1n.32xlarge",
|
|
534
1271
|
]
|
|
1272
|
+
IsTrackingServerActiveType = Literal["Active", "Inactive"]
|
|
1273
|
+
JobTypeType = Literal["INFERENCE", "NOTEBOOK_KERNEL", "TRAINING"]
|
|
535
1274
|
JoinSourceType = Literal["Input", "None"]
|
|
536
1275
|
LabelingJobStatusType = Literal[
|
|
537
1276
|
"Completed", "Failed", "InProgress", "Initializing", "Stopped", "Stopping"
|
|
538
1277
|
]
|
|
1278
|
+
LastUpdateStatusValueType = Literal["Failed", "InProgress", "Successful"]
|
|
1279
|
+
LifecycleManagementType = Literal["DISABLED", "ENABLED"]
|
|
539
1280
|
LineageTypeType = Literal["Action", "Artifact", "Context", "TrialComponent"]
|
|
540
1281
|
ListActionsPaginatorName = Literal["list_actions"]
|
|
541
1282
|
ListAlgorithmsPaginatorName = Literal["list_algorithms"]
|
|
1283
|
+
ListAliasesPaginatorName = Literal["list_aliases"]
|
|
542
1284
|
ListAppImageConfigsPaginatorName = Literal["list_app_image_configs"]
|
|
543
1285
|
ListAppsPaginatorName = Literal["list_apps"]
|
|
544
1286
|
ListArtifactsPaginatorName = Literal["list_artifacts"]
|
|
545
1287
|
ListAssociationsPaginatorName = Literal["list_associations"]
|
|
546
1288
|
ListAutoMLJobsPaginatorName = Literal["list_auto_ml_jobs"]
|
|
547
1289
|
ListCandidatesForAutoMLJobPaginatorName = Literal["list_candidates_for_auto_ml_job"]
|
|
1290
|
+
ListClusterEventsPaginatorName = Literal["list_cluster_events"]
|
|
1291
|
+
ListClusterNodesPaginatorName = Literal["list_cluster_nodes"]
|
|
1292
|
+
ListClusterSchedulerConfigsPaginatorName = Literal["list_cluster_scheduler_configs"]
|
|
1293
|
+
ListClustersPaginatorName = Literal["list_clusters"]
|
|
548
1294
|
ListCodeRepositoriesPaginatorName = Literal["list_code_repositories"]
|
|
549
1295
|
ListCompilationJobsPaginatorName = Literal["list_compilation_jobs"]
|
|
550
1296
|
ListCompilationJobsSortByType = Literal["CreationTime", "Name", "Status"]
|
|
1297
|
+
ListComputeQuotasPaginatorName = Literal["list_compute_quotas"]
|
|
551
1298
|
ListContextsPaginatorName = Literal["list_contexts"]
|
|
552
1299
|
ListDataQualityJobDefinitionsPaginatorName = Literal["list_data_quality_job_definitions"]
|
|
553
1300
|
ListDeviceFleetsPaginatorName = Literal["list_device_fleets"]
|
|
554
1301
|
ListDeviceFleetsSortByType = Literal["CREATION_TIME", "LAST_MODIFIED_TIME", "NAME"]
|
|
555
1302
|
ListDevicesPaginatorName = Literal["list_devices"]
|
|
556
1303
|
ListDomainsPaginatorName = Literal["list_domains"]
|
|
1304
|
+
ListEdgeDeploymentPlansPaginatorName = Literal["list_edge_deployment_plans"]
|
|
1305
|
+
ListEdgeDeploymentPlansSortByType = Literal[
|
|
1306
|
+
"CREATION_TIME", "DEVICE_FLEET_NAME", "LAST_MODIFIED_TIME", "NAME"
|
|
1307
|
+
]
|
|
557
1308
|
ListEdgePackagingJobsPaginatorName = Literal["list_edge_packaging_jobs"]
|
|
558
1309
|
ListEdgePackagingJobsSortByType = Literal[
|
|
559
1310
|
"CREATION_TIME", "LAST_MODIFIED_TIME", "MODEL_NAME", "NAME", "STATUS"
|
|
@@ -567,13 +1318,22 @@ ListHumanTaskUisPaginatorName = Literal["list_human_task_uis"]
|
|
|
567
1318
|
ListHyperParameterTuningJobsPaginatorName = Literal["list_hyper_parameter_tuning_jobs"]
|
|
568
1319
|
ListImageVersionsPaginatorName = Literal["list_image_versions"]
|
|
569
1320
|
ListImagesPaginatorName = Literal["list_images"]
|
|
1321
|
+
ListInferenceComponentsPaginatorName = Literal["list_inference_components"]
|
|
1322
|
+
ListInferenceExperimentsPaginatorName = Literal["list_inference_experiments"]
|
|
1323
|
+
ListInferenceRecommendationsJobStepsPaginatorName = Literal[
|
|
1324
|
+
"list_inference_recommendations_job_steps"
|
|
1325
|
+
]
|
|
570
1326
|
ListInferenceRecommendationsJobsPaginatorName = Literal["list_inference_recommendations_jobs"]
|
|
571
1327
|
ListInferenceRecommendationsJobsSortByType = Literal["CreationTime", "Name", "Status"]
|
|
572
1328
|
ListLabelingJobsForWorkteamPaginatorName = Literal["list_labeling_jobs_for_workteam"]
|
|
573
1329
|
ListLabelingJobsForWorkteamSortByOptionsType = Literal["CreationTime"]
|
|
574
1330
|
ListLabelingJobsPaginatorName = Literal["list_labeling_jobs"]
|
|
575
1331
|
ListLineageGroupsPaginatorName = Literal["list_lineage_groups"]
|
|
1332
|
+
ListMlflowTrackingServersPaginatorName = Literal["list_mlflow_tracking_servers"]
|
|
576
1333
|
ListModelBiasJobDefinitionsPaginatorName = Literal["list_model_bias_job_definitions"]
|
|
1334
|
+
ListModelCardExportJobsPaginatorName = Literal["list_model_card_export_jobs"]
|
|
1335
|
+
ListModelCardVersionsPaginatorName = Literal["list_model_card_versions"]
|
|
1336
|
+
ListModelCardsPaginatorName = Literal["list_model_cards"]
|
|
577
1337
|
ListModelExplainabilityJobDefinitionsPaginatorName = Literal[
|
|
578
1338
|
"list_model_explainability_job_definitions"
|
|
579
1339
|
]
|
|
@@ -582,17 +1342,26 @@ ListModelPackageGroupsPaginatorName = Literal["list_model_package_groups"]
|
|
|
582
1342
|
ListModelPackagesPaginatorName = Literal["list_model_packages"]
|
|
583
1343
|
ListModelQualityJobDefinitionsPaginatorName = Literal["list_model_quality_job_definitions"]
|
|
584
1344
|
ListModelsPaginatorName = Literal["list_models"]
|
|
1345
|
+
ListMonitoringAlertHistoryPaginatorName = Literal["list_monitoring_alert_history"]
|
|
1346
|
+
ListMonitoringAlertsPaginatorName = Literal["list_monitoring_alerts"]
|
|
585
1347
|
ListMonitoringExecutionsPaginatorName = Literal["list_monitoring_executions"]
|
|
586
1348
|
ListMonitoringSchedulesPaginatorName = Literal["list_monitoring_schedules"]
|
|
587
1349
|
ListNotebookInstanceLifecycleConfigsPaginatorName = Literal[
|
|
588
1350
|
"list_notebook_instance_lifecycle_configs"
|
|
589
1351
|
]
|
|
590
1352
|
ListNotebookInstancesPaginatorName = Literal["list_notebook_instances"]
|
|
1353
|
+
ListOptimizationJobsPaginatorName = Literal["list_optimization_jobs"]
|
|
1354
|
+
ListOptimizationJobsSortByType = Literal["CreationTime", "Name", "Status"]
|
|
1355
|
+
ListPartnerAppsPaginatorName = Literal["list_partner_apps"]
|
|
591
1356
|
ListPipelineExecutionStepsPaginatorName = Literal["list_pipeline_execution_steps"]
|
|
592
1357
|
ListPipelineExecutionsPaginatorName = Literal["list_pipeline_executions"]
|
|
593
1358
|
ListPipelineParametersForExecutionPaginatorName = Literal["list_pipeline_parameters_for_execution"]
|
|
1359
|
+
ListPipelineVersionsPaginatorName = Literal["list_pipeline_versions"]
|
|
594
1360
|
ListPipelinesPaginatorName = Literal["list_pipelines"]
|
|
595
1361
|
ListProcessingJobsPaginatorName = Literal["list_processing_jobs"]
|
|
1362
|
+
ListResourceCatalogsPaginatorName = Literal["list_resource_catalogs"]
|
|
1363
|
+
ListSpacesPaginatorName = Literal["list_spaces"]
|
|
1364
|
+
ListStageDevicesPaginatorName = Literal["list_stage_devices"]
|
|
596
1365
|
ListStudioLifecycleConfigsPaginatorName = Literal["list_studio_lifecycle_configs"]
|
|
597
1366
|
ListSubscribedWorkteamsPaginatorName = Literal["list_subscribed_workteams"]
|
|
598
1367
|
ListTagsPaginatorName = Literal["list_tags"]
|
|
@@ -600,17 +1369,89 @@ ListTrainingJobsForHyperParameterTuningJobPaginatorName = Literal[
|
|
|
600
1369
|
"list_training_jobs_for_hyper_parameter_tuning_job"
|
|
601
1370
|
]
|
|
602
1371
|
ListTrainingJobsPaginatorName = Literal["list_training_jobs"]
|
|
1372
|
+
ListTrainingPlansPaginatorName = Literal["list_training_plans"]
|
|
603
1373
|
ListTransformJobsPaginatorName = Literal["list_transform_jobs"]
|
|
604
1374
|
ListTrialComponentsPaginatorName = Literal["list_trial_components"]
|
|
605
1375
|
ListTrialsPaginatorName = Literal["list_trials"]
|
|
1376
|
+
ListUltraServersByReservedCapacityPaginatorName = Literal["list_ultra_servers_by_reserved_capacity"]
|
|
606
1377
|
ListUserProfilesPaginatorName = Literal["list_user_profiles"]
|
|
607
1378
|
ListWorkforcesPaginatorName = Literal["list_workforces"]
|
|
608
1379
|
ListWorkforcesSortByOptionsType = Literal["CreateDate", "Name"]
|
|
609
1380
|
ListWorkteamsPaginatorName = Literal["list_workteams"]
|
|
610
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
|
+
]
|
|
1412
|
+
ManagedInstanceScalingStatusType = Literal["DISABLED", "ENABLED"]
|
|
611
1413
|
MetricSetSourceType = Literal["Test", "Train", "Validation"]
|
|
1414
|
+
MlToolsType = Literal[
|
|
1415
|
+
"AutoMl",
|
|
1416
|
+
"Comet",
|
|
1417
|
+
"DataWrangler",
|
|
1418
|
+
"DeepchecksLLMEvaluation",
|
|
1419
|
+
"EmrClusters",
|
|
1420
|
+
"Endpoints",
|
|
1421
|
+
"Experiments",
|
|
1422
|
+
"FeatureStore",
|
|
1423
|
+
"Fiddler",
|
|
1424
|
+
"HyperPodClusters",
|
|
1425
|
+
"InferenceOptimization",
|
|
1426
|
+
"InferenceRecommender",
|
|
1427
|
+
"JumpStart",
|
|
1428
|
+
"LakeraGuard",
|
|
1429
|
+
"ModelEvaluation",
|
|
1430
|
+
"Models",
|
|
1431
|
+
"PerformanceEvaluation",
|
|
1432
|
+
"Pipelines",
|
|
1433
|
+
"Projects",
|
|
1434
|
+
"Training",
|
|
1435
|
+
]
|
|
612
1436
|
ModelApprovalStatusType = Literal["Approved", "PendingManualApproval", "Rejected"]
|
|
613
1437
|
ModelCacheSettingType = Literal["Disabled", "Enabled"]
|
|
1438
|
+
ModelCardExportJobSortByType = Literal["CreationTime", "Name", "Status"]
|
|
1439
|
+
ModelCardExportJobSortOrderType = Literal["Ascending", "Descending"]
|
|
1440
|
+
ModelCardExportJobStatusType = Literal["Completed", "Failed", "InProgress"]
|
|
1441
|
+
ModelCardProcessingStatusType = Literal[
|
|
1442
|
+
"ContentDeleted",
|
|
1443
|
+
"DeleteCompleted",
|
|
1444
|
+
"DeleteFailed",
|
|
1445
|
+
"DeleteInProgress",
|
|
1446
|
+
"DeletePending",
|
|
1447
|
+
"ExportJobsDeleted",
|
|
1448
|
+
]
|
|
1449
|
+
ModelCardSortByType = Literal["CreationTime", "Name"]
|
|
1450
|
+
ModelCardSortOrderType = Literal["Ascending", "Descending"]
|
|
1451
|
+
ModelCardStatusType = Literal["Approved", "Archived", "Draft", "PendingReview"]
|
|
1452
|
+
ModelCardVersionSortByType = Literal["Version"]
|
|
1453
|
+
ModelCompressionTypeType = Literal["Gzip", "None"]
|
|
1454
|
+
ModelInfrastructureTypeType = Literal["RealTimeInference"]
|
|
614
1455
|
ModelMetadataFilterTypeType = Literal["Domain", "Framework", "FrameworkVersion", "Task"]
|
|
615
1456
|
ModelPackageGroupSortByType = Literal["CreationTime", "Name"]
|
|
616
1457
|
ModelPackageGroupStatusType = Literal[
|
|
@@ -620,6 +1461,10 @@ ModelPackageSortByType = Literal["CreationTime", "Name"]
|
|
|
620
1461
|
ModelPackageStatusType = Literal["Completed", "Deleting", "Failed", "InProgress", "Pending"]
|
|
621
1462
|
ModelPackageTypeType = Literal["Both", "Unversioned", "Versioned"]
|
|
622
1463
|
ModelSortKeyType = Literal["CreationTime", "Name"]
|
|
1464
|
+
ModelVariantActionType = Literal["Promote", "Remove", "Retain"]
|
|
1465
|
+
ModelVariantStatusType = Literal["Creating", "Deleted", "Deleting", "InService", "Updating"]
|
|
1466
|
+
MonitoringAlertHistorySortKeyType = Literal["CreationTime", "Status"]
|
|
1467
|
+
MonitoringAlertStatusType = Literal["InAlert", "OK"]
|
|
623
1468
|
MonitoringExecutionSortKeyType = Literal["CreationTime", "ScheduledTime", "Status"]
|
|
624
1469
|
MonitoringJobDefinitionSortKeyType = Literal["CreationTime", "Name"]
|
|
625
1470
|
MonitoringProblemTypeType = Literal[
|
|
@@ -627,6 +1472,7 @@ MonitoringProblemTypeType = Literal[
|
|
|
627
1472
|
]
|
|
628
1473
|
MonitoringScheduleSortKeyType = Literal["CreationTime", "Name", "Status"]
|
|
629
1474
|
MonitoringTypeType = Literal["DataQuality", "ModelBias", "ModelExplainability", "ModelQuality"]
|
|
1475
|
+
NodeUnavailabilityTypeType = Literal["CAPACITY_PERCENTAGE", "INSTANCE_COUNT"]
|
|
630
1476
|
NotebookInstanceAcceleratorTypeType = Literal[
|
|
631
1477
|
"ml.eia1.large",
|
|
632
1478
|
"ml.eia1.medium",
|
|
@@ -660,10 +1506,56 @@ OperatorType = Literal[
|
|
|
660
1506
|
"NotEquals",
|
|
661
1507
|
"NotExists",
|
|
662
1508
|
]
|
|
1509
|
+
OptimizationJobDeploymentInstanceTypeType = Literal[
|
|
1510
|
+
"ml.g5.12xlarge",
|
|
1511
|
+
"ml.g5.16xlarge",
|
|
1512
|
+
"ml.g5.24xlarge",
|
|
1513
|
+
"ml.g5.2xlarge",
|
|
1514
|
+
"ml.g5.48xlarge",
|
|
1515
|
+
"ml.g5.4xlarge",
|
|
1516
|
+
"ml.g5.8xlarge",
|
|
1517
|
+
"ml.g5.xlarge",
|
|
1518
|
+
"ml.g6.12xlarge",
|
|
1519
|
+
"ml.g6.16xlarge",
|
|
1520
|
+
"ml.g6.24xlarge",
|
|
1521
|
+
"ml.g6.2xlarge",
|
|
1522
|
+
"ml.g6.48xlarge",
|
|
1523
|
+
"ml.g6.4xlarge",
|
|
1524
|
+
"ml.g6.8xlarge",
|
|
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",
|
|
1534
|
+
"ml.inf2.24xlarge",
|
|
1535
|
+
"ml.inf2.48xlarge",
|
|
1536
|
+
"ml.inf2.8xlarge",
|
|
1537
|
+
"ml.inf2.xlarge",
|
|
1538
|
+
"ml.p4d.24xlarge",
|
|
1539
|
+
"ml.p4de.24xlarge",
|
|
1540
|
+
"ml.p5.48xlarge",
|
|
1541
|
+
"ml.trn1.2xlarge",
|
|
1542
|
+
"ml.trn1.32xlarge",
|
|
1543
|
+
"ml.trn1n.32xlarge",
|
|
1544
|
+
]
|
|
1545
|
+
OptimizationJobStatusType = Literal[
|
|
1546
|
+
"COMPLETED", "FAILED", "INPROGRESS", "STARTING", "STOPPED", "STOPPING"
|
|
1547
|
+
]
|
|
663
1548
|
OrderKeyType = Literal["Ascending", "Descending"]
|
|
1549
|
+
OutputCompressionTypeType = Literal["GZIP", "NONE"]
|
|
664
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"]
|
|
665
1556
|
PipelineExecutionStatusType = Literal["Executing", "Failed", "Stopped", "Stopping", "Succeeded"]
|
|
666
|
-
PipelineStatusType = Literal["Active"]
|
|
1557
|
+
PipelineStatusType = Literal["Active", "Deleting"]
|
|
1558
|
+
PreemptTeamTasksType = Literal["LowerPriority", "Never"]
|
|
667
1559
|
ProblemTypeType = Literal["BinaryClassification", "MulticlassClassification", "Regression"]
|
|
668
1560
|
ProcessingInstanceTypeType = Literal[
|
|
669
1561
|
"ml.c4.2xlarge",
|
|
@@ -675,12 +1567,53 @@ ProcessingInstanceTypeType = Literal[
|
|
|
675
1567
|
"ml.c5.4xlarge",
|
|
676
1568
|
"ml.c5.9xlarge",
|
|
677
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",
|
|
678
1587
|
"ml.g4dn.12xlarge",
|
|
679
1588
|
"ml.g4dn.16xlarge",
|
|
680
1589
|
"ml.g4dn.2xlarge",
|
|
681
1590
|
"ml.g4dn.4xlarge",
|
|
682
1591
|
"ml.g4dn.8xlarge",
|
|
683
1592
|
"ml.g4dn.xlarge",
|
|
1593
|
+
"ml.g5.12xlarge",
|
|
1594
|
+
"ml.g5.16xlarge",
|
|
1595
|
+
"ml.g5.24xlarge",
|
|
1596
|
+
"ml.g5.2xlarge",
|
|
1597
|
+
"ml.g5.48xlarge",
|
|
1598
|
+
"ml.g5.4xlarge",
|
|
1599
|
+
"ml.g5.8xlarge",
|
|
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",
|
|
684
1617
|
"ml.m4.10xlarge",
|
|
685
1618
|
"ml.m4.16xlarge",
|
|
686
1619
|
"ml.m4.2xlarge",
|
|
@@ -692,12 +1625,31 @@ ProcessingInstanceTypeType = Literal[
|
|
|
692
1625
|
"ml.m5.4xlarge",
|
|
693
1626
|
"ml.m5.large",
|
|
694
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",
|
|
695
1646
|
"ml.p2.16xlarge",
|
|
696
1647
|
"ml.p2.8xlarge",
|
|
697
1648
|
"ml.p2.xlarge",
|
|
698
1649
|
"ml.p3.16xlarge",
|
|
699
1650
|
"ml.p3.2xlarge",
|
|
700
1651
|
"ml.p3.8xlarge",
|
|
1652
|
+
"ml.p5.4xlarge",
|
|
701
1653
|
"ml.r5.12xlarge",
|
|
702
1654
|
"ml.r5.16xlarge",
|
|
703
1655
|
"ml.r5.24xlarge",
|
|
@@ -706,6 +1658,23 @@ ProcessingInstanceTypeType = Literal[
|
|
|
706
1658
|
"ml.r5.8xlarge",
|
|
707
1659
|
"ml.r5.large",
|
|
708
1660
|
"ml.r5.xlarge",
|
|
1661
|
+
"ml.r5d.12xlarge",
|
|
1662
|
+
"ml.r5d.16xlarge",
|
|
1663
|
+
"ml.r5d.24xlarge",
|
|
1664
|
+
"ml.r5d.2xlarge",
|
|
1665
|
+
"ml.r5d.4xlarge",
|
|
1666
|
+
"ml.r5d.8xlarge",
|
|
1667
|
+
"ml.r5d.large",
|
|
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",
|
|
709
1678
|
"ml.t3.2xlarge",
|
|
710
1679
|
"ml.t3.large",
|
|
711
1680
|
"ml.t3.medium",
|
|
@@ -718,6 +1687,7 @@ ProcessingS3DataDistributionTypeType = Literal["FullyReplicated", "ShardedByS3Ke
|
|
|
718
1687
|
ProcessingS3DataTypeType = Literal["ManifestFile", "S3Prefix"]
|
|
719
1688
|
ProcessingS3InputModeType = Literal["File", "Pipe"]
|
|
720
1689
|
ProcessingS3UploadModeType = Literal["Continuous", "EndOfJob"]
|
|
1690
|
+
ProcessorType = Literal["CPU", "GPU"]
|
|
721
1691
|
ProductionVariantAcceleratorTypeType = Literal[
|
|
722
1692
|
"ml.eia1.large",
|
|
723
1693
|
"ml.eia1.medium",
|
|
@@ -726,6 +1696,12 @@ ProductionVariantAcceleratorTypeType = Literal[
|
|
|
726
1696
|
"ml.eia2.medium",
|
|
727
1697
|
"ml.eia2.xlarge",
|
|
728
1698
|
]
|
|
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
|
+
]
|
|
729
1705
|
ProductionVariantInstanceTypeType = Literal[
|
|
730
1706
|
"ml.c4.2xlarge",
|
|
731
1707
|
"ml.c4.4xlarge",
|
|
@@ -744,16 +1720,110 @@ ProductionVariantInstanceTypeType = Literal[
|
|
|
744
1720
|
"ml.c5d.9xlarge",
|
|
745
1721
|
"ml.c5d.large",
|
|
746
1722
|
"ml.c5d.xlarge",
|
|
1723
|
+
"ml.c6g.12xlarge",
|
|
1724
|
+
"ml.c6g.16xlarge",
|
|
1725
|
+
"ml.c6g.2xlarge",
|
|
1726
|
+
"ml.c6g.4xlarge",
|
|
1727
|
+
"ml.c6g.8xlarge",
|
|
1728
|
+
"ml.c6g.large",
|
|
1729
|
+
"ml.c6g.xlarge",
|
|
1730
|
+
"ml.c6gd.12xlarge",
|
|
1731
|
+
"ml.c6gd.16xlarge",
|
|
1732
|
+
"ml.c6gd.2xlarge",
|
|
1733
|
+
"ml.c6gd.4xlarge",
|
|
1734
|
+
"ml.c6gd.8xlarge",
|
|
1735
|
+
"ml.c6gd.large",
|
|
1736
|
+
"ml.c6gd.xlarge",
|
|
1737
|
+
"ml.c6gn.12xlarge",
|
|
1738
|
+
"ml.c6gn.16xlarge",
|
|
1739
|
+
"ml.c6gn.2xlarge",
|
|
1740
|
+
"ml.c6gn.4xlarge",
|
|
1741
|
+
"ml.c6gn.8xlarge",
|
|
1742
|
+
"ml.c6gn.large",
|
|
1743
|
+
"ml.c6gn.xlarge",
|
|
1744
|
+
"ml.c6i.12xlarge",
|
|
1745
|
+
"ml.c6i.16xlarge",
|
|
1746
|
+
"ml.c6i.24xlarge",
|
|
1747
|
+
"ml.c6i.2xlarge",
|
|
1748
|
+
"ml.c6i.32xlarge",
|
|
1749
|
+
"ml.c6i.4xlarge",
|
|
1750
|
+
"ml.c6i.8xlarge",
|
|
1751
|
+
"ml.c6i.large",
|
|
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",
|
|
1762
|
+
"ml.c7g.12xlarge",
|
|
1763
|
+
"ml.c7g.16xlarge",
|
|
1764
|
+
"ml.c7g.2xlarge",
|
|
1765
|
+
"ml.c7g.4xlarge",
|
|
1766
|
+
"ml.c7g.8xlarge",
|
|
1767
|
+
"ml.c7g.large",
|
|
1768
|
+
"ml.c7g.xlarge",
|
|
1769
|
+
"ml.c7i.12xlarge",
|
|
1770
|
+
"ml.c7i.16xlarge",
|
|
1771
|
+
"ml.c7i.24xlarge",
|
|
1772
|
+
"ml.c7i.2xlarge",
|
|
1773
|
+
"ml.c7i.48xlarge",
|
|
1774
|
+
"ml.c7i.4xlarge",
|
|
1775
|
+
"ml.c7i.8xlarge",
|
|
1776
|
+
"ml.c7i.large",
|
|
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",
|
|
1788
|
+
"ml.dl1.24xlarge",
|
|
747
1789
|
"ml.g4dn.12xlarge",
|
|
748
1790
|
"ml.g4dn.16xlarge",
|
|
749
1791
|
"ml.g4dn.2xlarge",
|
|
750
1792
|
"ml.g4dn.4xlarge",
|
|
751
1793
|
"ml.g4dn.8xlarge",
|
|
752
1794
|
"ml.g4dn.xlarge",
|
|
1795
|
+
"ml.g5.12xlarge",
|
|
1796
|
+
"ml.g5.16xlarge",
|
|
1797
|
+
"ml.g5.24xlarge",
|
|
1798
|
+
"ml.g5.2xlarge",
|
|
1799
|
+
"ml.g5.48xlarge",
|
|
1800
|
+
"ml.g5.4xlarge",
|
|
1801
|
+
"ml.g5.8xlarge",
|
|
1802
|
+
"ml.g5.xlarge",
|
|
1803
|
+
"ml.g6.12xlarge",
|
|
1804
|
+
"ml.g6.16xlarge",
|
|
1805
|
+
"ml.g6.24xlarge",
|
|
1806
|
+
"ml.g6.2xlarge",
|
|
1807
|
+
"ml.g6.48xlarge",
|
|
1808
|
+
"ml.g6.4xlarge",
|
|
1809
|
+
"ml.g6.8xlarge",
|
|
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",
|
|
753
1819
|
"ml.inf1.24xlarge",
|
|
754
1820
|
"ml.inf1.2xlarge",
|
|
755
1821
|
"ml.inf1.6xlarge",
|
|
756
1822
|
"ml.inf1.xlarge",
|
|
1823
|
+
"ml.inf2.24xlarge",
|
|
1824
|
+
"ml.inf2.48xlarge",
|
|
1825
|
+
"ml.inf2.8xlarge",
|
|
1826
|
+
"ml.inf2.xlarge",
|
|
757
1827
|
"ml.m4.10xlarge",
|
|
758
1828
|
"ml.m4.16xlarge",
|
|
759
1829
|
"ml.m4.2xlarge",
|
|
@@ -771,12 +1841,62 @@ ProductionVariantInstanceTypeType = Literal[
|
|
|
771
1841
|
"ml.m5d.4xlarge",
|
|
772
1842
|
"ml.m5d.large",
|
|
773
1843
|
"ml.m5d.xlarge",
|
|
1844
|
+
"ml.m6g.12xlarge",
|
|
1845
|
+
"ml.m6g.16xlarge",
|
|
1846
|
+
"ml.m6g.2xlarge",
|
|
1847
|
+
"ml.m6g.4xlarge",
|
|
1848
|
+
"ml.m6g.8xlarge",
|
|
1849
|
+
"ml.m6g.large",
|
|
1850
|
+
"ml.m6g.xlarge",
|
|
1851
|
+
"ml.m6gd.12xlarge",
|
|
1852
|
+
"ml.m6gd.16xlarge",
|
|
1853
|
+
"ml.m6gd.2xlarge",
|
|
1854
|
+
"ml.m6gd.4xlarge",
|
|
1855
|
+
"ml.m6gd.8xlarge",
|
|
1856
|
+
"ml.m6gd.large",
|
|
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",
|
|
1867
|
+
"ml.m7i.12xlarge",
|
|
1868
|
+
"ml.m7i.16xlarge",
|
|
1869
|
+
"ml.m7i.24xlarge",
|
|
1870
|
+
"ml.m7i.2xlarge",
|
|
1871
|
+
"ml.m7i.48xlarge",
|
|
1872
|
+
"ml.m7i.4xlarge",
|
|
1873
|
+
"ml.m7i.8xlarge",
|
|
1874
|
+
"ml.m7i.large",
|
|
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",
|
|
774
1886
|
"ml.p2.16xlarge",
|
|
775
1887
|
"ml.p2.8xlarge",
|
|
776
1888
|
"ml.p2.xlarge",
|
|
777
1889
|
"ml.p3.16xlarge",
|
|
778
1890
|
"ml.p3.2xlarge",
|
|
779
1891
|
"ml.p3.8xlarge",
|
|
1892
|
+
"ml.p4d.24xlarge",
|
|
1893
|
+
"ml.p4de.24xlarge",
|
|
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",
|
|
780
1900
|
"ml.r5.12xlarge",
|
|
781
1901
|
"ml.r5.24xlarge",
|
|
782
1902
|
"ml.r5.2xlarge",
|
|
@@ -789,10 +1909,64 @@ ProductionVariantInstanceTypeType = Literal[
|
|
|
789
1909
|
"ml.r5d.4xlarge",
|
|
790
1910
|
"ml.r5d.large",
|
|
791
1911
|
"ml.r5d.xlarge",
|
|
1912
|
+
"ml.r6g.12xlarge",
|
|
1913
|
+
"ml.r6g.16xlarge",
|
|
1914
|
+
"ml.r6g.2xlarge",
|
|
1915
|
+
"ml.r6g.4xlarge",
|
|
1916
|
+
"ml.r6g.8xlarge",
|
|
1917
|
+
"ml.r6g.large",
|
|
1918
|
+
"ml.r6g.xlarge",
|
|
1919
|
+
"ml.r6gd.12xlarge",
|
|
1920
|
+
"ml.r6gd.16xlarge",
|
|
1921
|
+
"ml.r6gd.2xlarge",
|
|
1922
|
+
"ml.r6gd.4xlarge",
|
|
1923
|
+
"ml.r6gd.8xlarge",
|
|
1924
|
+
"ml.r6gd.large",
|
|
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",
|
|
1943
|
+
"ml.r7i.12xlarge",
|
|
1944
|
+
"ml.r7i.16xlarge",
|
|
1945
|
+
"ml.r7i.24xlarge",
|
|
1946
|
+
"ml.r7i.2xlarge",
|
|
1947
|
+
"ml.r7i.48xlarge",
|
|
1948
|
+
"ml.r7i.4xlarge",
|
|
1949
|
+
"ml.r7i.8xlarge",
|
|
1950
|
+
"ml.r7i.large",
|
|
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",
|
|
792
1962
|
"ml.t2.2xlarge",
|
|
793
1963
|
"ml.t2.large",
|
|
794
1964
|
"ml.t2.medium",
|
|
795
1965
|
"ml.t2.xlarge",
|
|
1966
|
+
"ml.trn1.2xlarge",
|
|
1967
|
+
"ml.trn1.32xlarge",
|
|
1968
|
+
"ml.trn1n.32xlarge",
|
|
1969
|
+
"ml.trn2.48xlarge",
|
|
796
1970
|
]
|
|
797
1971
|
ProfilingStatusType = Literal["Disabled", "Enabled"]
|
|
798
1972
|
ProjectSortByType = Literal["CreationTime", "Name"]
|
|
@@ -812,35 +1986,81 @@ ProjectStatusType = Literal[
|
|
|
812
1986
|
RStudioServerProAccessStatusType = Literal["DISABLED", "ENABLED"]
|
|
813
1987
|
RStudioServerProUserGroupType = Literal["R_STUDIO_ADMIN", "R_STUDIO_USER"]
|
|
814
1988
|
RecommendationJobStatusType = Literal[
|
|
815
|
-
"COMPLETED", "FAILED", "IN_PROGRESS", "PENDING", "STOPPED", "STOPPING"
|
|
1989
|
+
"COMPLETED", "DELETED", "DELETING", "FAILED", "IN_PROGRESS", "PENDING", "STOPPED", "STOPPING"
|
|
816
1990
|
]
|
|
1991
|
+
RecommendationJobSupportedEndpointTypeType = Literal["RealTime", "Serverless"]
|
|
817
1992
|
RecommendationJobTypeType = Literal["Advanced", "Default"]
|
|
1993
|
+
RecommendationStatusType = Literal["COMPLETED", "FAILED", "IN_PROGRESS", "NOT_APPLICABLE"]
|
|
1994
|
+
RecommendationStepTypeType = Literal["BENCHMARK"]
|
|
818
1995
|
RecordWrapperType = Literal["None", "RecordIO"]
|
|
819
1996
|
RedshiftResultCompressionTypeType = Literal["BZIP2", "GZIP", "None", "SNAPPY", "ZSTD"]
|
|
820
1997
|
RedshiftResultFormatType = Literal["CSV", "PARQUET"]
|
|
1998
|
+
RelationType = Literal["EqualTo", "GreaterThanOrEqualTo"]
|
|
821
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"]
|
|
2014
|
+
ResourceCatalogSortByType = Literal["CreationTime"]
|
|
2015
|
+
ResourceCatalogSortOrderType = Literal["Ascending", "Descending"]
|
|
2016
|
+
ResourceSharingStrategyType = Literal["DontLend", "Lend", "LendAndBorrow"]
|
|
822
2017
|
ResourceTypeType = Literal[
|
|
823
2018
|
"Endpoint",
|
|
824
2019
|
"Experiment",
|
|
825
2020
|
"ExperimentTrial",
|
|
826
2021
|
"ExperimentTrialComponent",
|
|
827
2022
|
"FeatureGroup",
|
|
2023
|
+
"FeatureMetadata",
|
|
2024
|
+
"HyperParameterTuningJob",
|
|
2025
|
+
"Image",
|
|
2026
|
+
"ImageVersion",
|
|
2027
|
+
"Model",
|
|
2028
|
+
"ModelCard",
|
|
828
2029
|
"ModelPackage",
|
|
829
2030
|
"ModelPackageGroup",
|
|
830
2031
|
"Pipeline",
|
|
831
2032
|
"PipelineExecution",
|
|
2033
|
+
"PipelineVersion",
|
|
832
2034
|
"Project",
|
|
833
2035
|
"TrainingJob",
|
|
834
2036
|
]
|
|
835
2037
|
RetentionTypeType = Literal["Delete", "Retain"]
|
|
836
2038
|
RootAccessType = Literal["Disabled", "Enabled"]
|
|
2039
|
+
RoutingStrategyType = Literal["LEAST_OUTSTANDING_REQUESTS", "RANDOM"]
|
|
837
2040
|
RuleEvaluationStatusType = Literal[
|
|
838
2041
|
"Error", "InProgress", "IssuesFound", "NoIssuesFound", "Stopped", "Stopping"
|
|
839
2042
|
]
|
|
840
2043
|
S3DataDistributionType = Literal["FullyReplicated", "ShardedByS3Key"]
|
|
841
|
-
S3DataTypeType = Literal["AugmentedManifestFile", "ManifestFile", "S3Prefix"]
|
|
2044
|
+
S3DataTypeType = Literal["AugmentedManifestFile", "Converse", "ManifestFile", "S3Prefix"]
|
|
2045
|
+
S3ModelDataTypeType = Literal["S3Object", "S3Prefix"]
|
|
2046
|
+
SageMakerImageNameType = Literal["sagemaker_distribution"]
|
|
2047
|
+
SageMakerResourceNameType = Literal["endpoint", "hyperpod-cluster", "training-job"]
|
|
842
2048
|
SagemakerServicecatalogStatusType = Literal["Disabled", "Enabled"]
|
|
843
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
|
+
]
|
|
844
2064
|
SearchPaginatorName = Literal["search"]
|
|
845
2065
|
SearchSortOrderType = Literal["Ascending", "Descending"]
|
|
846
2066
|
SecondaryStatusType = Literal[
|
|
@@ -852,6 +2072,7 @@ SecondaryStatusType = Literal[
|
|
|
852
2072
|
"LaunchingMLInstances",
|
|
853
2073
|
"MaxRuntimeExceeded",
|
|
854
2074
|
"MaxWaitTimeExceeded",
|
|
2075
|
+
"Pending",
|
|
855
2076
|
"PreparingTrainingStack",
|
|
856
2077
|
"Restarting",
|
|
857
2078
|
"Starting",
|
|
@@ -861,24 +2082,54 @@ SecondaryStatusType = Literal[
|
|
|
861
2082
|
"Updating",
|
|
862
2083
|
"Uploading",
|
|
863
2084
|
]
|
|
2085
|
+
SharingTypeType = Literal["Private", "Shared"]
|
|
2086
|
+
SkipModelValidationType = Literal["All", "None"]
|
|
2087
|
+
SoftwareUpdateStatusType = Literal[
|
|
2088
|
+
"Failed", "InProgress", "Pending", "RollbackComplete", "RollbackInProgress", "Succeeded"
|
|
2089
|
+
]
|
|
864
2090
|
SortActionsByType = Literal["CreationTime", "Name"]
|
|
865
2091
|
SortArtifactsByType = Literal["CreationTime"]
|
|
866
2092
|
SortAssociationsByType = Literal[
|
|
867
2093
|
"CreationTime", "DestinationArn", "DestinationType", "SourceArn", "SourceType"
|
|
868
2094
|
]
|
|
869
2095
|
SortByType = Literal["CreationTime", "Name", "Status"]
|
|
2096
|
+
SortClusterSchedulerConfigByType = Literal["CreationTime", "Name", "Status"]
|
|
870
2097
|
SortContextsByType = Literal["CreationTime", "Name"]
|
|
871
2098
|
SortExperimentsByType = Literal["CreationTime", "Name"]
|
|
2099
|
+
SortInferenceExperimentsByType = Literal["CreationTime", "Name", "Status"]
|
|
872
2100
|
SortLineageGroupsByType = Literal["CreationTime", "Name"]
|
|
873
2101
|
SortOrderType = Literal["Ascending", "Descending"]
|
|
874
2102
|
SortPipelineExecutionsByType = Literal["CreationTime", "PipelineExecutionArn"]
|
|
875
2103
|
SortPipelinesByType = Literal["CreationTime", "Name"]
|
|
2104
|
+
SortQuotaByType = Literal["ClusterArn", "CreationTime", "Name", "Status"]
|
|
2105
|
+
SortTrackingServerByType = Literal["CreationTime", "Name", "Status"]
|
|
876
2106
|
SortTrialComponentsByType = Literal["CreationTime", "Name"]
|
|
877
2107
|
SortTrialsByType = Literal["CreationTime", "Name"]
|
|
2108
|
+
SpaceSortKeyType = Literal["CreationTime", "LastModifiedTime"]
|
|
2109
|
+
SpaceStatusType = Literal[
|
|
2110
|
+
"Delete_Failed", "Deleting", "Failed", "InService", "Pending", "Update_Failed", "Updating"
|
|
2111
|
+
]
|
|
878
2112
|
SplitTypeType = Literal["Line", "None", "RecordIO", "TFRecord"]
|
|
2113
|
+
StageStatusType = Literal[
|
|
2114
|
+
"CREATING",
|
|
2115
|
+
"DEPLOYED",
|
|
2116
|
+
"FAILED",
|
|
2117
|
+
"INPROGRESS",
|
|
2118
|
+
"READYTODEPLOY",
|
|
2119
|
+
"STARTING",
|
|
2120
|
+
"STOPPED",
|
|
2121
|
+
"STOPPING",
|
|
2122
|
+
]
|
|
2123
|
+
StatisticType = Literal["Average", "Maximum", "Minimum", "SampleCount", "Sum"]
|
|
879
2124
|
StepStatusType = Literal["Executing", "Failed", "Starting", "Stopped", "Stopping", "Succeeded"]
|
|
880
|
-
|
|
2125
|
+
StorageTypeType = Literal["InMemory", "Standard"]
|
|
2126
|
+
StudioLifecycleConfigAppTypeType = Literal[
|
|
2127
|
+
"CodeEditor", "JupyterLab", "JupyterServer", "KernelGateway"
|
|
2128
|
+
]
|
|
881
2129
|
StudioLifecycleConfigSortKeyType = Literal["CreationTime", "LastModifiedTime", "Name"]
|
|
2130
|
+
StudioWebPortalType = Literal["DISABLED", "ENABLED"]
|
|
2131
|
+
TableFormatType = Literal["Default", "Glue", "Iceberg"]
|
|
2132
|
+
TagPropagationType = Literal["DISABLED", "ENABLED"]
|
|
882
2133
|
TargetDeviceType = Literal[
|
|
883
2134
|
"aisage",
|
|
884
2135
|
"amba_cv2",
|
|
@@ -896,16 +2147,21 @@ TargetDeviceType = Literal[
|
|
|
896
2147
|
"lambda",
|
|
897
2148
|
"ml_c4",
|
|
898
2149
|
"ml_c5",
|
|
2150
|
+
"ml_c6g",
|
|
899
2151
|
"ml_eia2",
|
|
900
2152
|
"ml_g4dn",
|
|
901
2153
|
"ml_inf1",
|
|
2154
|
+
"ml_inf2",
|
|
902
2155
|
"ml_m4",
|
|
903
2156
|
"ml_m5",
|
|
2157
|
+
"ml_m6g",
|
|
904
2158
|
"ml_p2",
|
|
905
2159
|
"ml_p3",
|
|
2160
|
+
"ml_trn1",
|
|
906
2161
|
"qcs603",
|
|
907
2162
|
"qcs605",
|
|
908
2163
|
"rasp3b",
|
|
2164
|
+
"rasp4b",
|
|
909
2165
|
"rk3288",
|
|
910
2166
|
"rk3399",
|
|
911
2167
|
"sbe_c",
|
|
@@ -916,8 +2172,32 @@ TargetDeviceType = Literal[
|
|
|
916
2172
|
TargetPlatformAcceleratorType = Literal["INTEL_GRAPHICS", "MALI", "NNA", "NVIDIA"]
|
|
917
2173
|
TargetPlatformArchType = Literal["ARM64", "ARM_EABI", "ARM_EABIHF", "X86", "X86_64"]
|
|
918
2174
|
TargetPlatformOsType = Literal["ANDROID", "LINUX"]
|
|
2175
|
+
ThroughputModeType = Literal["OnDemand", "Provisioned"]
|
|
2176
|
+
TrackingServerMaintenanceStatusType = Literal[
|
|
2177
|
+
"MaintenanceComplete", "MaintenanceFailed", "MaintenanceInProgress"
|
|
2178
|
+
]
|
|
2179
|
+
TrackingServerSizeType = Literal["Large", "Medium", "Small"]
|
|
2180
|
+
TrackingServerStatusType = Literal[
|
|
2181
|
+
"CreateFailed",
|
|
2182
|
+
"Created",
|
|
2183
|
+
"Creating",
|
|
2184
|
+
"DeleteFailed",
|
|
2185
|
+
"Deleting",
|
|
2186
|
+
"MaintenanceComplete",
|
|
2187
|
+
"MaintenanceFailed",
|
|
2188
|
+
"MaintenanceInProgress",
|
|
2189
|
+
"StartFailed",
|
|
2190
|
+
"Started",
|
|
2191
|
+
"Starting",
|
|
2192
|
+
"StopFailed",
|
|
2193
|
+
"Stopped",
|
|
2194
|
+
"Stopping",
|
|
2195
|
+
"UpdateFailed",
|
|
2196
|
+
"Updated",
|
|
2197
|
+
"Updating",
|
|
2198
|
+
]
|
|
919
2199
|
TrafficRoutingConfigTypeType = Literal["ALL_AT_ONCE", "CANARY", "LINEAR"]
|
|
920
|
-
TrafficTypeType = Literal["PHASES"]
|
|
2200
|
+
TrafficTypeType = Literal["PHASES", "STAIRS"]
|
|
921
2201
|
TrainingInputModeType = Literal["FastFile", "File", "Pipe"]
|
|
922
2202
|
TrainingInstanceTypeType = Literal[
|
|
923
2203
|
"ml.c4.2xlarge",
|
|
@@ -934,6 +2214,23 @@ TrainingInstanceTypeType = Literal[
|
|
|
934
2214
|
"ml.c5n.4xlarge",
|
|
935
2215
|
"ml.c5n.9xlarge",
|
|
936
2216
|
"ml.c5n.xlarge",
|
|
2217
|
+
"ml.c6i.12xlarge",
|
|
2218
|
+
"ml.c6i.16xlarge",
|
|
2219
|
+
"ml.c6i.24xlarge",
|
|
2220
|
+
"ml.c6i.2xlarge",
|
|
2221
|
+
"ml.c6i.32xlarge",
|
|
2222
|
+
"ml.c6i.4xlarge",
|
|
2223
|
+
"ml.c6i.8xlarge",
|
|
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",
|
|
937
2234
|
"ml.g4dn.12xlarge",
|
|
938
2235
|
"ml.g4dn.16xlarge",
|
|
939
2236
|
"ml.g4dn.2xlarge",
|
|
@@ -948,6 +2245,22 @@ TrainingInstanceTypeType = Literal[
|
|
|
948
2245
|
"ml.g5.4xlarge",
|
|
949
2246
|
"ml.g5.8xlarge",
|
|
950
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",
|
|
951
2264
|
"ml.m4.10xlarge",
|
|
952
2265
|
"ml.m4.16xlarge",
|
|
953
2266
|
"ml.m4.2xlarge",
|
|
@@ -959,6 +2272,24 @@ TrainingInstanceTypeType = Literal[
|
|
|
959
2272
|
"ml.m5.4xlarge",
|
|
960
2273
|
"ml.m5.large",
|
|
961
2274
|
"ml.m5.xlarge",
|
|
2275
|
+
"ml.m6i.12xlarge",
|
|
2276
|
+
"ml.m6i.16xlarge",
|
|
2277
|
+
"ml.m6i.24xlarge",
|
|
2278
|
+
"ml.m6i.2xlarge",
|
|
2279
|
+
"ml.m6i.32xlarge",
|
|
2280
|
+
"ml.m6i.4xlarge",
|
|
2281
|
+
"ml.m6i.8xlarge",
|
|
2282
|
+
"ml.m6i.large",
|
|
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",
|
|
962
2293
|
"ml.p2.16xlarge",
|
|
963
2294
|
"ml.p2.8xlarge",
|
|
964
2295
|
"ml.p2.xlarge",
|
|
@@ -967,13 +2298,60 @@ TrainingInstanceTypeType = Literal[
|
|
|
967
2298
|
"ml.p3.8xlarge",
|
|
968
2299
|
"ml.p3dn.24xlarge",
|
|
969
2300
|
"ml.p4d.24xlarge",
|
|
2301
|
+
"ml.p4de.24xlarge",
|
|
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",
|
|
2308
|
+
"ml.r5.12xlarge",
|
|
2309
|
+
"ml.r5.16xlarge",
|
|
2310
|
+
"ml.r5.24xlarge",
|
|
2311
|
+
"ml.r5.2xlarge",
|
|
2312
|
+
"ml.r5.4xlarge",
|
|
2313
|
+
"ml.r5.8xlarge",
|
|
2314
|
+
"ml.r5.large",
|
|
2315
|
+
"ml.r5.xlarge",
|
|
2316
|
+
"ml.r5d.12xlarge",
|
|
2317
|
+
"ml.r5d.16xlarge",
|
|
2318
|
+
"ml.r5d.24xlarge",
|
|
2319
|
+
"ml.r5d.2xlarge",
|
|
2320
|
+
"ml.r5d.4xlarge",
|
|
2321
|
+
"ml.r5d.8xlarge",
|
|
2322
|
+
"ml.r5d.large",
|
|
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",
|
|
2333
|
+
"ml.t3.2xlarge",
|
|
2334
|
+
"ml.t3.large",
|
|
2335
|
+
"ml.t3.medium",
|
|
2336
|
+
"ml.t3.xlarge",
|
|
2337
|
+
"ml.trn1.2xlarge",
|
|
2338
|
+
"ml.trn1.32xlarge",
|
|
2339
|
+
"ml.trn1n.32xlarge",
|
|
2340
|
+
"ml.trn2.48xlarge",
|
|
970
2341
|
]
|
|
971
2342
|
TrainingJobCompletedOrStoppedWaiterName = Literal["training_job_completed_or_stopped"]
|
|
972
2343
|
TrainingJobEarlyStoppingTypeType = Literal["Auto", "Off"]
|
|
973
2344
|
TrainingJobSortByOptionsType = Literal[
|
|
974
2345
|
"CreationTime", "FinalObjectiveMetricValue", "Name", "Status"
|
|
975
2346
|
]
|
|
976
|
-
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"]
|
|
2354
|
+
TrainingRepositoryAccessModeType = Literal["Platform", "Vpc"]
|
|
977
2355
|
TransformInstanceTypeType = Literal[
|
|
978
2356
|
"ml.c4.2xlarge",
|
|
979
2357
|
"ml.c4.4xlarge",
|
|
@@ -984,12 +2362,50 @@ TransformInstanceTypeType = Literal[
|
|
|
984
2362
|
"ml.c5.4xlarge",
|
|
985
2363
|
"ml.c5.9xlarge",
|
|
986
2364
|
"ml.c5.xlarge",
|
|
2365
|
+
"ml.c6i.12xlarge",
|
|
2366
|
+
"ml.c6i.16xlarge",
|
|
2367
|
+
"ml.c6i.24xlarge",
|
|
2368
|
+
"ml.c6i.2xlarge",
|
|
2369
|
+
"ml.c6i.32xlarge",
|
|
2370
|
+
"ml.c6i.4xlarge",
|
|
2371
|
+
"ml.c6i.8xlarge",
|
|
2372
|
+
"ml.c6i.large",
|
|
2373
|
+
"ml.c6i.xlarge",
|
|
2374
|
+
"ml.c7i.12xlarge",
|
|
2375
|
+
"ml.c7i.16xlarge",
|
|
2376
|
+
"ml.c7i.24xlarge",
|
|
2377
|
+
"ml.c7i.2xlarge",
|
|
2378
|
+
"ml.c7i.48xlarge",
|
|
2379
|
+
"ml.c7i.4xlarge",
|
|
2380
|
+
"ml.c7i.8xlarge",
|
|
2381
|
+
"ml.c7i.large",
|
|
2382
|
+
"ml.c7i.xlarge",
|
|
987
2383
|
"ml.g4dn.12xlarge",
|
|
988
2384
|
"ml.g4dn.16xlarge",
|
|
989
2385
|
"ml.g4dn.2xlarge",
|
|
990
2386
|
"ml.g4dn.4xlarge",
|
|
991
2387
|
"ml.g4dn.8xlarge",
|
|
992
2388
|
"ml.g4dn.xlarge",
|
|
2389
|
+
"ml.g5.12xlarge",
|
|
2390
|
+
"ml.g5.16xlarge",
|
|
2391
|
+
"ml.g5.24xlarge",
|
|
2392
|
+
"ml.g5.2xlarge",
|
|
2393
|
+
"ml.g5.48xlarge",
|
|
2394
|
+
"ml.g5.4xlarge",
|
|
2395
|
+
"ml.g5.8xlarge",
|
|
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",
|
|
993
2409
|
"ml.m4.10xlarge",
|
|
994
2410
|
"ml.m4.16xlarge",
|
|
995
2411
|
"ml.m4.2xlarge",
|
|
@@ -1001,31 +2417,76 @@ TransformInstanceTypeType = Literal[
|
|
|
1001
2417
|
"ml.m5.4xlarge",
|
|
1002
2418
|
"ml.m5.large",
|
|
1003
2419
|
"ml.m5.xlarge",
|
|
2420
|
+
"ml.m6i.12xlarge",
|
|
2421
|
+
"ml.m6i.16xlarge",
|
|
2422
|
+
"ml.m6i.24xlarge",
|
|
2423
|
+
"ml.m6i.2xlarge",
|
|
2424
|
+
"ml.m6i.32xlarge",
|
|
2425
|
+
"ml.m6i.4xlarge",
|
|
2426
|
+
"ml.m6i.8xlarge",
|
|
2427
|
+
"ml.m6i.large",
|
|
2428
|
+
"ml.m6i.xlarge",
|
|
2429
|
+
"ml.m7i.12xlarge",
|
|
2430
|
+
"ml.m7i.16xlarge",
|
|
2431
|
+
"ml.m7i.24xlarge",
|
|
2432
|
+
"ml.m7i.2xlarge",
|
|
2433
|
+
"ml.m7i.48xlarge",
|
|
2434
|
+
"ml.m7i.4xlarge",
|
|
2435
|
+
"ml.m7i.8xlarge",
|
|
2436
|
+
"ml.m7i.large",
|
|
2437
|
+
"ml.m7i.xlarge",
|
|
1004
2438
|
"ml.p2.16xlarge",
|
|
1005
2439
|
"ml.p2.8xlarge",
|
|
1006
2440
|
"ml.p2.xlarge",
|
|
1007
2441
|
"ml.p3.16xlarge",
|
|
1008
2442
|
"ml.p3.2xlarge",
|
|
1009
2443
|
"ml.p3.8xlarge",
|
|
2444
|
+
"ml.r6i.12xlarge",
|
|
2445
|
+
"ml.r6i.16xlarge",
|
|
2446
|
+
"ml.r6i.24xlarge",
|
|
2447
|
+
"ml.r6i.2xlarge",
|
|
2448
|
+
"ml.r6i.32xlarge",
|
|
2449
|
+
"ml.r6i.4xlarge",
|
|
2450
|
+
"ml.r6i.8xlarge",
|
|
2451
|
+
"ml.r6i.large",
|
|
2452
|
+
"ml.r6i.xlarge",
|
|
2453
|
+
"ml.r7i.12xlarge",
|
|
2454
|
+
"ml.r7i.16xlarge",
|
|
2455
|
+
"ml.r7i.24xlarge",
|
|
2456
|
+
"ml.r7i.2xlarge",
|
|
2457
|
+
"ml.r7i.48xlarge",
|
|
2458
|
+
"ml.r7i.4xlarge",
|
|
2459
|
+
"ml.r7i.8xlarge",
|
|
2460
|
+
"ml.r7i.large",
|
|
2461
|
+
"ml.r7i.xlarge",
|
|
2462
|
+
"ml.trn1.2xlarge",
|
|
2463
|
+
"ml.trn1.32xlarge",
|
|
1010
2464
|
]
|
|
1011
2465
|
TransformJobCompletedOrStoppedWaiterName = Literal["transform_job_completed_or_stopped"]
|
|
1012
2466
|
TransformJobStatusType = Literal["Completed", "Failed", "InProgress", "Stopped", "Stopping"]
|
|
1013
2467
|
TrialComponentPrimaryStatusType = Literal[
|
|
1014
2468
|
"Completed", "Failed", "InProgress", "Stopped", "Stopping"
|
|
1015
2469
|
]
|
|
2470
|
+
TtlDurationUnitType = Literal["Days", "Hours", "Minutes", "Seconds", "Weeks"]
|
|
2471
|
+
UltraServerHealthStatusType = Literal["Impaired", "Insufficient-Data", "OK"]
|
|
1016
2472
|
UserProfileSortKeyType = Literal["CreationTime", "LastModifiedTime"]
|
|
1017
2473
|
UserProfileStatusType = Literal[
|
|
1018
2474
|
"Delete_Failed", "Deleting", "Failed", "InService", "Pending", "Update_Failed", "Updating"
|
|
1019
2475
|
]
|
|
1020
2476
|
VariantPropertyTypeType = Literal["DataCaptureConfig", "DesiredInstanceCount", "DesiredWeight"]
|
|
1021
2477
|
VariantStatusType = Literal["ActivatingTraffic", "Baking", "Creating", "Deleting", "Updating"]
|
|
2478
|
+
VendorGuidanceType = Literal["ARCHIVED", "NOT_PROVIDED", "STABLE", "TO_BE_ARCHIVED"]
|
|
2479
|
+
VolumeAttachmentStatusType = Literal["attached", "attaching", "busy", "detached", "detaching"]
|
|
2480
|
+
WarmPoolResourceStatusType = Literal["Available", "InUse", "Reused", "Terminated"]
|
|
2481
|
+
WorkforceIpAddressTypeType = Literal["dualstack", "ipv4"]
|
|
2482
|
+
WorkforceStatusType = Literal["Active", "Deleting", "Failed", "Initializing", "Updating"]
|
|
1022
2483
|
SageMakerServiceName = Literal["sagemaker"]
|
|
1023
2484
|
ServiceName = Literal[
|
|
1024
2485
|
"accessanalyzer",
|
|
1025
2486
|
"account",
|
|
1026
2487
|
"acm",
|
|
1027
2488
|
"acm-pca",
|
|
1028
|
-
"
|
|
2489
|
+
"aiops",
|
|
1029
2490
|
"amp",
|
|
1030
2491
|
"amplify",
|
|
1031
2492
|
"amplifybackend",
|
|
@@ -1035,49 +2496,78 @@ ServiceName = Literal[
|
|
|
1035
2496
|
"apigatewayv2",
|
|
1036
2497
|
"appconfig",
|
|
1037
2498
|
"appconfigdata",
|
|
2499
|
+
"appfabric",
|
|
1038
2500
|
"appflow",
|
|
1039
2501
|
"appintegrations",
|
|
1040
2502
|
"application-autoscaling",
|
|
1041
2503
|
"application-insights",
|
|
2504
|
+
"application-signals",
|
|
1042
2505
|
"applicationcostprofiler",
|
|
1043
2506
|
"appmesh",
|
|
1044
2507
|
"apprunner",
|
|
1045
2508
|
"appstream",
|
|
1046
2509
|
"appsync",
|
|
2510
|
+
"arc-region-switch",
|
|
2511
|
+
"arc-zonal-shift",
|
|
2512
|
+
"artifact",
|
|
1047
2513
|
"athena",
|
|
1048
2514
|
"auditmanager",
|
|
1049
2515
|
"autoscaling",
|
|
1050
2516
|
"autoscaling-plans",
|
|
2517
|
+
"b2bi",
|
|
1051
2518
|
"backup",
|
|
1052
2519
|
"backup-gateway",
|
|
2520
|
+
"backupsearch",
|
|
1053
2521
|
"batch",
|
|
2522
|
+
"bcm-dashboards",
|
|
2523
|
+
"bcm-data-exports",
|
|
2524
|
+
"bcm-pricing-calculator",
|
|
2525
|
+
"bcm-recommended-actions",
|
|
2526
|
+
"bedrock",
|
|
2527
|
+
"bedrock-agent",
|
|
2528
|
+
"bedrock-agent-runtime",
|
|
2529
|
+
"bedrock-agentcore",
|
|
2530
|
+
"bedrock-agentcore-control",
|
|
2531
|
+
"bedrock-data-automation",
|
|
2532
|
+
"bedrock-data-automation-runtime",
|
|
2533
|
+
"bedrock-runtime",
|
|
2534
|
+
"billing",
|
|
1054
2535
|
"billingconductor",
|
|
1055
2536
|
"braket",
|
|
1056
2537
|
"budgets",
|
|
1057
2538
|
"ce",
|
|
2539
|
+
"chatbot",
|
|
1058
2540
|
"chime",
|
|
1059
2541
|
"chime-sdk-identity",
|
|
2542
|
+
"chime-sdk-media-pipelines",
|
|
1060
2543
|
"chime-sdk-meetings",
|
|
1061
2544
|
"chime-sdk-messaging",
|
|
2545
|
+
"chime-sdk-voice",
|
|
2546
|
+
"cleanrooms",
|
|
2547
|
+
"cleanroomsml",
|
|
1062
2548
|
"cloud9",
|
|
1063
2549
|
"cloudcontrol",
|
|
1064
2550
|
"clouddirectory",
|
|
1065
2551
|
"cloudformation",
|
|
1066
2552
|
"cloudfront",
|
|
2553
|
+
"cloudfront-keyvaluestore",
|
|
1067
2554
|
"cloudhsm",
|
|
1068
2555
|
"cloudhsmv2",
|
|
1069
2556
|
"cloudsearch",
|
|
1070
2557
|
"cloudsearchdomain",
|
|
1071
2558
|
"cloudtrail",
|
|
2559
|
+
"cloudtrail-data",
|
|
1072
2560
|
"cloudwatch",
|
|
1073
2561
|
"codeartifact",
|
|
1074
2562
|
"codebuild",
|
|
2563
|
+
"codecatalyst",
|
|
1075
2564
|
"codecommit",
|
|
2565
|
+
"codeconnections",
|
|
1076
2566
|
"codedeploy",
|
|
1077
2567
|
"codeguru-reviewer",
|
|
2568
|
+
"codeguru-security",
|
|
1078
2569
|
"codeguruprofiler",
|
|
1079
2570
|
"codepipeline",
|
|
1080
|
-
"codestar",
|
|
1081
2571
|
"codestar-connections",
|
|
1082
2572
|
"codestar-notifications",
|
|
1083
2573
|
"cognito-identity",
|
|
@@ -1089,14 +2579,22 @@ ServiceName = Literal[
|
|
|
1089
2579
|
"config",
|
|
1090
2580
|
"connect",
|
|
1091
2581
|
"connect-contact-lens",
|
|
2582
|
+
"connectcampaigns",
|
|
2583
|
+
"connectcampaignsv2",
|
|
2584
|
+
"connectcases",
|
|
1092
2585
|
"connectparticipant",
|
|
2586
|
+
"controlcatalog",
|
|
2587
|
+
"controltower",
|
|
2588
|
+
"cost-optimization-hub",
|
|
1093
2589
|
"cur",
|
|
1094
2590
|
"customer-profiles",
|
|
1095
2591
|
"databrew",
|
|
1096
2592
|
"dataexchange",
|
|
1097
2593
|
"datapipeline",
|
|
1098
2594
|
"datasync",
|
|
2595
|
+
"datazone",
|
|
1099
2596
|
"dax",
|
|
2597
|
+
"deadline",
|
|
1100
2598
|
"detective",
|
|
1101
2599
|
"devicefarm",
|
|
1102
2600
|
"devops-guru",
|
|
@@ -1105,8 +2603,11 @@ ServiceName = Literal[
|
|
|
1105
2603
|
"dlm",
|
|
1106
2604
|
"dms",
|
|
1107
2605
|
"docdb",
|
|
2606
|
+
"docdb-elastic",
|
|
1108
2607
|
"drs",
|
|
1109
2608
|
"ds",
|
|
2609
|
+
"ds-data",
|
|
2610
|
+
"dsql",
|
|
1110
2611
|
"dynamodb",
|
|
1111
2612
|
"dynamodbstreams",
|
|
1112
2613
|
"ebs",
|
|
@@ -1117,7 +2618,7 @@ ServiceName = Literal[
|
|
|
1117
2618
|
"ecs",
|
|
1118
2619
|
"efs",
|
|
1119
2620
|
"eks",
|
|
1120
|
-
"
|
|
2621
|
+
"eks-auth",
|
|
1121
2622
|
"elasticache",
|
|
1122
2623
|
"elasticbeanstalk",
|
|
1123
2624
|
"elastictranscoder",
|
|
@@ -1125,9 +2626,12 @@ ServiceName = Literal[
|
|
|
1125
2626
|
"elbv2",
|
|
1126
2627
|
"emr",
|
|
1127
2628
|
"emr-containers",
|
|
2629
|
+
"emr-serverless",
|
|
2630
|
+
"entityresolution",
|
|
1128
2631
|
"es",
|
|
1129
2632
|
"events",
|
|
1130
2633
|
"evidently",
|
|
2634
|
+
"evs",
|
|
1131
2635
|
"finspace",
|
|
1132
2636
|
"finspace-data",
|
|
1133
2637
|
"firehose",
|
|
@@ -1136,9 +2640,13 @@ ServiceName = Literal[
|
|
|
1136
2640
|
"forecast",
|
|
1137
2641
|
"forecastquery",
|
|
1138
2642
|
"frauddetector",
|
|
2643
|
+
"freetier",
|
|
1139
2644
|
"fsx",
|
|
1140
2645
|
"gamelift",
|
|
1141
|
-
"
|
|
2646
|
+
"gameliftstreams",
|
|
2647
|
+
"geo-maps",
|
|
2648
|
+
"geo-places",
|
|
2649
|
+
"geo-routes",
|
|
1142
2650
|
"glacier",
|
|
1143
2651
|
"globalaccelerator",
|
|
1144
2652
|
"glue",
|
|
@@ -1149,90 +2657,122 @@ ServiceName = Literal[
|
|
|
1149
2657
|
"guardduty",
|
|
1150
2658
|
"health",
|
|
1151
2659
|
"healthlake",
|
|
1152
|
-
"honeycode",
|
|
1153
2660
|
"iam",
|
|
1154
2661
|
"identitystore",
|
|
1155
2662
|
"imagebuilder",
|
|
1156
2663
|
"importexport",
|
|
1157
2664
|
"inspector",
|
|
2665
|
+
"inspector-scan",
|
|
1158
2666
|
"inspector2",
|
|
2667
|
+
"internetmonitor",
|
|
2668
|
+
"invoicing",
|
|
1159
2669
|
"iot",
|
|
1160
2670
|
"iot-data",
|
|
1161
2671
|
"iot-jobs-data",
|
|
1162
|
-
"
|
|
1163
|
-
"iot1click-projects",
|
|
2672
|
+
"iot-managed-integrations",
|
|
1164
2673
|
"iotanalytics",
|
|
1165
2674
|
"iotdeviceadvisor",
|
|
1166
2675
|
"iotevents",
|
|
1167
2676
|
"iotevents-data",
|
|
1168
|
-
"
|
|
2677
|
+
"iotfleetwise",
|
|
1169
2678
|
"iotsecuretunneling",
|
|
1170
2679
|
"iotsitewise",
|
|
1171
2680
|
"iotthingsgraph",
|
|
1172
2681
|
"iottwinmaker",
|
|
1173
2682
|
"iotwireless",
|
|
1174
2683
|
"ivs",
|
|
2684
|
+
"ivs-realtime",
|
|
2685
|
+
"ivschat",
|
|
1175
2686
|
"kafka",
|
|
1176
2687
|
"kafkaconnect",
|
|
1177
2688
|
"kendra",
|
|
2689
|
+
"kendra-ranking",
|
|
1178
2690
|
"keyspaces",
|
|
2691
|
+
"keyspacesstreams",
|
|
1179
2692
|
"kinesis",
|
|
1180
2693
|
"kinesis-video-archived-media",
|
|
1181
2694
|
"kinesis-video-media",
|
|
1182
2695
|
"kinesis-video-signaling",
|
|
2696
|
+
"kinesis-video-webrtc-storage",
|
|
1183
2697
|
"kinesisanalytics",
|
|
1184
2698
|
"kinesisanalyticsv2",
|
|
1185
2699
|
"kinesisvideo",
|
|
1186
2700
|
"kms",
|
|
1187
2701
|
"lakeformation",
|
|
1188
2702
|
"lambda",
|
|
2703
|
+
"launch-wizard",
|
|
1189
2704
|
"lex-models",
|
|
1190
2705
|
"lex-runtime",
|
|
1191
2706
|
"lexv2-models",
|
|
1192
2707
|
"lexv2-runtime",
|
|
1193
2708
|
"license-manager",
|
|
2709
|
+
"license-manager-linux-subscriptions",
|
|
2710
|
+
"license-manager-user-subscriptions",
|
|
1194
2711
|
"lightsail",
|
|
1195
2712
|
"location",
|
|
1196
2713
|
"logs",
|
|
1197
2714
|
"lookoutequipment",
|
|
1198
|
-
"
|
|
1199
|
-
"lookoutvision",
|
|
2715
|
+
"m2",
|
|
1200
2716
|
"machinelearning",
|
|
1201
|
-
"macie",
|
|
1202
2717
|
"macie2",
|
|
2718
|
+
"mailmanager",
|
|
1203
2719
|
"managedblockchain",
|
|
2720
|
+
"managedblockchain-query",
|
|
2721
|
+
"marketplace-agreement",
|
|
1204
2722
|
"marketplace-catalog",
|
|
2723
|
+
"marketplace-deployment",
|
|
1205
2724
|
"marketplace-entitlement",
|
|
2725
|
+
"marketplace-reporting",
|
|
1206
2726
|
"marketplacecommerceanalytics",
|
|
1207
2727
|
"mediaconnect",
|
|
1208
2728
|
"mediaconvert",
|
|
1209
2729
|
"medialive",
|
|
1210
2730
|
"mediapackage",
|
|
1211
2731
|
"mediapackage-vod",
|
|
2732
|
+
"mediapackagev2",
|
|
1212
2733
|
"mediastore",
|
|
1213
2734
|
"mediastore-data",
|
|
1214
2735
|
"mediatailor",
|
|
2736
|
+
"medical-imaging",
|
|
1215
2737
|
"memorydb",
|
|
1216
2738
|
"meteringmarketplace",
|
|
1217
2739
|
"mgh",
|
|
1218
2740
|
"mgn",
|
|
1219
2741
|
"migration-hub-refactor-spaces",
|
|
1220
2742
|
"migrationhub-config",
|
|
2743
|
+
"migrationhuborchestrator",
|
|
1221
2744
|
"migrationhubstrategy",
|
|
1222
|
-
"
|
|
2745
|
+
"mpa",
|
|
1223
2746
|
"mq",
|
|
1224
2747
|
"mturk",
|
|
1225
2748
|
"mwaa",
|
|
2749
|
+
"mwaa-serverless",
|
|
1226
2750
|
"neptune",
|
|
2751
|
+
"neptune-graph",
|
|
2752
|
+
"neptunedata",
|
|
1227
2753
|
"network-firewall",
|
|
2754
|
+
"networkflowmonitor",
|
|
1228
2755
|
"networkmanager",
|
|
1229
|
-
"
|
|
2756
|
+
"networkmonitor",
|
|
2757
|
+
"notifications",
|
|
2758
|
+
"notificationscontacts",
|
|
2759
|
+
"oam",
|
|
2760
|
+
"observabilityadmin",
|
|
2761
|
+
"odb",
|
|
2762
|
+
"omics",
|
|
1230
2763
|
"opensearch",
|
|
1231
|
-
"
|
|
1232
|
-
"opsworkscm",
|
|
2764
|
+
"opensearchserverless",
|
|
1233
2765
|
"organizations",
|
|
2766
|
+
"osis",
|
|
1234
2767
|
"outposts",
|
|
1235
2768
|
"panorama",
|
|
2769
|
+
"partnercentral-channel",
|
|
2770
|
+
"partnercentral-selling",
|
|
2771
|
+
"payment-cryptography",
|
|
2772
|
+
"payment-cryptography-data",
|
|
2773
|
+
"pca-connector-ad",
|
|
2774
|
+
"pca-connector-scep",
|
|
2775
|
+
"pcs",
|
|
1236
2776
|
"personalize",
|
|
1237
2777
|
"personalize-events",
|
|
1238
2778
|
"personalize-runtime",
|
|
@@ -1241,11 +2781,13 @@ ServiceName = Literal[
|
|
|
1241
2781
|
"pinpoint-email",
|
|
1242
2782
|
"pinpoint-sms-voice",
|
|
1243
2783
|
"pinpoint-sms-voice-v2",
|
|
2784
|
+
"pipes",
|
|
1244
2785
|
"polly",
|
|
1245
2786
|
"pricing",
|
|
1246
2787
|
"proton",
|
|
1247
|
-
"
|
|
1248
|
-
"
|
|
2788
|
+
"qapps",
|
|
2789
|
+
"qbusiness",
|
|
2790
|
+
"qconnect",
|
|
1249
2791
|
"quicksight",
|
|
1250
2792
|
"ram",
|
|
1251
2793
|
"rbin",
|
|
@@ -1253,31 +2795,43 @@ ServiceName = Literal[
|
|
|
1253
2795
|
"rds-data",
|
|
1254
2796
|
"redshift",
|
|
1255
2797
|
"redshift-data",
|
|
2798
|
+
"redshift-serverless",
|
|
1256
2799
|
"rekognition",
|
|
2800
|
+
"repostspace",
|
|
1257
2801
|
"resiliencehub",
|
|
2802
|
+
"resource-explorer-2",
|
|
1258
2803
|
"resource-groups",
|
|
1259
2804
|
"resourcegroupstaggingapi",
|
|
1260
|
-
"
|
|
2805
|
+
"rolesanywhere",
|
|
1261
2806
|
"route53",
|
|
1262
2807
|
"route53-recovery-cluster",
|
|
1263
2808
|
"route53-recovery-control-config",
|
|
1264
2809
|
"route53-recovery-readiness",
|
|
1265
2810
|
"route53domains",
|
|
2811
|
+
"route53profiles",
|
|
1266
2812
|
"route53resolver",
|
|
2813
|
+
"rtbfabric",
|
|
1267
2814
|
"rum",
|
|
1268
2815
|
"s3",
|
|
1269
2816
|
"s3control",
|
|
1270
2817
|
"s3outposts",
|
|
2818
|
+
"s3tables",
|
|
2819
|
+
"s3vectors",
|
|
1271
2820
|
"sagemaker",
|
|
1272
2821
|
"sagemaker-a2i-runtime",
|
|
1273
2822
|
"sagemaker-edge",
|
|
1274
2823
|
"sagemaker-featurestore-runtime",
|
|
2824
|
+
"sagemaker-geospatial",
|
|
2825
|
+
"sagemaker-metrics",
|
|
1275
2826
|
"sagemaker-runtime",
|
|
1276
2827
|
"savingsplans",
|
|
2828
|
+
"scheduler",
|
|
1277
2829
|
"schemas",
|
|
1278
2830
|
"sdb",
|
|
1279
2831
|
"secretsmanager",
|
|
2832
|
+
"security-ir",
|
|
1280
2833
|
"securityhub",
|
|
2834
|
+
"securitylake",
|
|
1281
2835
|
"serverlessrepo",
|
|
1282
2836
|
"service-quotas",
|
|
1283
2837
|
"servicecatalog",
|
|
@@ -1287,72 +2841,84 @@ ServiceName = Literal[
|
|
|
1287
2841
|
"sesv2",
|
|
1288
2842
|
"shield",
|
|
1289
2843
|
"signer",
|
|
1290
|
-
"
|
|
1291
|
-
"
|
|
2844
|
+
"signin",
|
|
2845
|
+
"simspaceweaver",
|
|
1292
2846
|
"snow-device-management",
|
|
1293
2847
|
"snowball",
|
|
1294
2848
|
"sns",
|
|
2849
|
+
"socialmessaging",
|
|
1295
2850
|
"sqs",
|
|
1296
2851
|
"ssm",
|
|
1297
2852
|
"ssm-contacts",
|
|
2853
|
+
"ssm-guiconnect",
|
|
1298
2854
|
"ssm-incidents",
|
|
2855
|
+
"ssm-quicksetup",
|
|
2856
|
+
"ssm-sap",
|
|
1299
2857
|
"sso",
|
|
1300
2858
|
"sso-admin",
|
|
1301
2859
|
"sso-oidc",
|
|
1302
2860
|
"stepfunctions",
|
|
1303
2861
|
"storagegateway",
|
|
1304
2862
|
"sts",
|
|
2863
|
+
"supplychain",
|
|
1305
2864
|
"support",
|
|
2865
|
+
"support-app",
|
|
1306
2866
|
"swf",
|
|
1307
2867
|
"synthetics",
|
|
2868
|
+
"taxsettings",
|
|
1308
2869
|
"textract",
|
|
2870
|
+
"timestream-influxdb",
|
|
1309
2871
|
"timestream-query",
|
|
1310
2872
|
"timestream-write",
|
|
2873
|
+
"tnb",
|
|
1311
2874
|
"transcribe",
|
|
1312
2875
|
"transfer",
|
|
1313
2876
|
"translate",
|
|
2877
|
+
"trustedadvisor",
|
|
2878
|
+
"verifiedpermissions",
|
|
1314
2879
|
"voice-id",
|
|
2880
|
+
"vpc-lattice",
|
|
1315
2881
|
"waf",
|
|
1316
2882
|
"waf-regional",
|
|
1317
2883
|
"wafv2",
|
|
1318
2884
|
"wellarchitected",
|
|
1319
2885
|
"wisdom",
|
|
1320
2886
|
"workdocs",
|
|
1321
|
-
"worklink",
|
|
1322
2887
|
"workmail",
|
|
1323
2888
|
"workmailmessageflow",
|
|
1324
2889
|
"workspaces",
|
|
2890
|
+
"workspaces-instances",
|
|
2891
|
+
"workspaces-thin-client",
|
|
1325
2892
|
"workspaces-web",
|
|
1326
2893
|
"xray",
|
|
1327
2894
|
]
|
|
1328
2895
|
ResourceServiceName = Literal[
|
|
1329
|
-
"cloudformation",
|
|
1330
|
-
"cloudwatch",
|
|
1331
|
-
"dynamodb",
|
|
1332
|
-
"ec2",
|
|
1333
|
-
"glacier",
|
|
1334
|
-
"iam",
|
|
1335
|
-
"opsworks",
|
|
1336
|
-
"s3",
|
|
1337
|
-
"sns",
|
|
1338
|
-
"sqs",
|
|
2896
|
+
"cloudformation", "cloudwatch", "dynamodb", "ec2", "glacier", "iam", "s3", "sns", "sqs"
|
|
1339
2897
|
]
|
|
1340
2898
|
PaginatorName = Literal[
|
|
2899
|
+
"create_hub_content_presigned_urls",
|
|
1341
2900
|
"list_actions",
|
|
1342
2901
|
"list_algorithms",
|
|
2902
|
+
"list_aliases",
|
|
1343
2903
|
"list_app_image_configs",
|
|
1344
2904
|
"list_apps",
|
|
1345
2905
|
"list_artifacts",
|
|
1346
2906
|
"list_associations",
|
|
1347
2907
|
"list_auto_ml_jobs",
|
|
1348
2908
|
"list_candidates_for_auto_ml_job",
|
|
2909
|
+
"list_cluster_events",
|
|
2910
|
+
"list_cluster_nodes",
|
|
2911
|
+
"list_cluster_scheduler_configs",
|
|
2912
|
+
"list_clusters",
|
|
1349
2913
|
"list_code_repositories",
|
|
1350
2914
|
"list_compilation_jobs",
|
|
2915
|
+
"list_compute_quotas",
|
|
1351
2916
|
"list_contexts",
|
|
1352
2917
|
"list_data_quality_job_definitions",
|
|
1353
2918
|
"list_device_fleets",
|
|
1354
2919
|
"list_devices",
|
|
1355
2920
|
"list_domains",
|
|
2921
|
+
"list_edge_deployment_plans",
|
|
1356
2922
|
"list_edge_packaging_jobs",
|
|
1357
2923
|
"list_endpoint_configs",
|
|
1358
2924
|
"list_endpoints",
|
|
@@ -1363,34 +2929,51 @@ PaginatorName = Literal[
|
|
|
1363
2929
|
"list_hyper_parameter_tuning_jobs",
|
|
1364
2930
|
"list_image_versions",
|
|
1365
2931
|
"list_images",
|
|
2932
|
+
"list_inference_components",
|
|
2933
|
+
"list_inference_experiments",
|
|
2934
|
+
"list_inference_recommendations_job_steps",
|
|
1366
2935
|
"list_inference_recommendations_jobs",
|
|
1367
2936
|
"list_labeling_jobs",
|
|
1368
2937
|
"list_labeling_jobs_for_workteam",
|
|
1369
2938
|
"list_lineage_groups",
|
|
2939
|
+
"list_mlflow_tracking_servers",
|
|
1370
2940
|
"list_model_bias_job_definitions",
|
|
2941
|
+
"list_model_card_export_jobs",
|
|
2942
|
+
"list_model_card_versions",
|
|
2943
|
+
"list_model_cards",
|
|
1371
2944
|
"list_model_explainability_job_definitions",
|
|
1372
2945
|
"list_model_metadata",
|
|
1373
2946
|
"list_model_package_groups",
|
|
1374
2947
|
"list_model_packages",
|
|
1375
2948
|
"list_model_quality_job_definitions",
|
|
1376
2949
|
"list_models",
|
|
2950
|
+
"list_monitoring_alert_history",
|
|
2951
|
+
"list_monitoring_alerts",
|
|
1377
2952
|
"list_monitoring_executions",
|
|
1378
2953
|
"list_monitoring_schedules",
|
|
1379
2954
|
"list_notebook_instance_lifecycle_configs",
|
|
1380
2955
|
"list_notebook_instances",
|
|
2956
|
+
"list_optimization_jobs",
|
|
2957
|
+
"list_partner_apps",
|
|
1381
2958
|
"list_pipeline_execution_steps",
|
|
1382
2959
|
"list_pipeline_executions",
|
|
1383
2960
|
"list_pipeline_parameters_for_execution",
|
|
2961
|
+
"list_pipeline_versions",
|
|
1384
2962
|
"list_pipelines",
|
|
1385
2963
|
"list_processing_jobs",
|
|
2964
|
+
"list_resource_catalogs",
|
|
2965
|
+
"list_spaces",
|
|
2966
|
+
"list_stage_devices",
|
|
1386
2967
|
"list_studio_lifecycle_configs",
|
|
1387
2968
|
"list_subscribed_workteams",
|
|
1388
2969
|
"list_tags",
|
|
1389
2970
|
"list_training_jobs",
|
|
1390
2971
|
"list_training_jobs_for_hyper_parameter_tuning_job",
|
|
2972
|
+
"list_training_plans",
|
|
1391
2973
|
"list_transform_jobs",
|
|
1392
2974
|
"list_trial_components",
|
|
1393
2975
|
"list_trials",
|
|
2976
|
+
"list_ultra_servers_by_reserved_capacity",
|
|
1394
2977
|
"list_user_profiles",
|
|
1395
2978
|
"list_workforces",
|
|
1396
2979
|
"list_workteams",
|
|
@@ -1414,20 +2997,32 @@ WaiterName = Literal[
|
|
|
1414
2997
|
RegionName = Literal[
|
|
1415
2998
|
"af-south-1",
|
|
1416
2999
|
"ap-east-1",
|
|
3000
|
+
"ap-east-2",
|
|
1417
3001
|
"ap-northeast-1",
|
|
1418
3002
|
"ap-northeast-2",
|
|
1419
3003
|
"ap-northeast-3",
|
|
1420
3004
|
"ap-south-1",
|
|
3005
|
+
"ap-south-2",
|
|
1421
3006
|
"ap-southeast-1",
|
|
1422
3007
|
"ap-southeast-2",
|
|
3008
|
+
"ap-southeast-3",
|
|
3009
|
+
"ap-southeast-4",
|
|
3010
|
+
"ap-southeast-5",
|
|
3011
|
+
"ap-southeast-7",
|
|
1423
3012
|
"ca-central-1",
|
|
3013
|
+
"ca-west-1",
|
|
1424
3014
|
"eu-central-1",
|
|
3015
|
+
"eu-central-2",
|
|
1425
3016
|
"eu-north-1",
|
|
1426
3017
|
"eu-south-1",
|
|
3018
|
+
"eu-south-2",
|
|
1427
3019
|
"eu-west-1",
|
|
1428
3020
|
"eu-west-2",
|
|
1429
3021
|
"eu-west-3",
|
|
3022
|
+
"il-central-1",
|
|
3023
|
+
"me-central-1",
|
|
1430
3024
|
"me-south-1",
|
|
3025
|
+
"mx-central-1",
|
|
1431
3026
|
"sa-east-1",
|
|
1432
3027
|
"us-east-1",
|
|
1433
3028
|
"us-east-2",
|