mypy-boto3-sagemaker 1.35.52__py3-none-any.whl → 1.35.61__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of mypy-boto3-sagemaker might be problematic. Click here for more details.
- mypy_boto3_sagemaker/__init__.py +2 -2
- mypy_boto3_sagemaker/__init__.pyi +2 -2
- mypy_boto3_sagemaker/__main__.py +4 -4
- mypy_boto3_sagemaker/client.py +20 -8
- mypy_boto3_sagemaker/client.pyi +20 -8
- mypy_boto3_sagemaker/literals.py +56 -6
- mypy_boto3_sagemaker/literals.pyi +56 -6
- mypy_boto3_sagemaker/paginator.py +37 -37
- mypy_boto3_sagemaker/paginator.pyi +33 -33
- mypy_boto3_sagemaker/type_defs.py +12043 -14688
- mypy_boto3_sagemaker/type_defs.pyi +10594 -14713
- mypy_boto3_sagemaker/version.py +1 -1
- {mypy_boto3_sagemaker-1.35.52.dist-info → mypy_boto3_sagemaker-1.35.61.dist-info}/METADATA +9 -8
- mypy_boto3_sagemaker-1.35.61.dist-info/RECORD +20 -0
- {mypy_boto3_sagemaker-1.35.52.dist-info → mypy_boto3_sagemaker-1.35.61.dist-info}/WHEEL +1 -1
- mypy_boto3_sagemaker-1.35.52.dist-info/RECORD +0 -20
- {mypy_boto3_sagemaker-1.35.52.dist-info → mypy_boto3_sagemaker-1.35.61.dist-info}/LICENSE +0 -0
- {mypy_boto3_sagemaker-1.35.52.dist-info → mypy_boto3_sagemaker-1.35.61.dist-info}/top_level.txt +0 -0
mypy_boto3_sagemaker/__init__.py
CHANGED
|
@@ -147,8 +147,8 @@ Usage::
|
|
|
147
147
|
list_inference_experiments_paginator: ListInferenceExperimentsPaginator = client.get_paginator("list_inference_experiments")
|
|
148
148
|
list_inference_recommendations_job_steps_paginator: ListInferenceRecommendationsJobStepsPaginator = client.get_paginator("list_inference_recommendations_job_steps")
|
|
149
149
|
list_inference_recommendations_jobs_paginator: ListInferenceRecommendationsJobsPaginator = client.get_paginator("list_inference_recommendations_jobs")
|
|
150
|
-
list_labeling_jobs_paginator: ListLabelingJobsPaginator = client.get_paginator("list_labeling_jobs")
|
|
151
150
|
list_labeling_jobs_for_workteam_paginator: ListLabelingJobsForWorkteamPaginator = client.get_paginator("list_labeling_jobs_for_workteam")
|
|
151
|
+
list_labeling_jobs_paginator: ListLabelingJobsPaginator = client.get_paginator("list_labeling_jobs")
|
|
152
152
|
list_lineage_groups_paginator: ListLineageGroupsPaginator = client.get_paginator("list_lineage_groups")
|
|
153
153
|
list_mlflow_tracking_servers_paginator: ListMlflowTrackingServersPaginator = client.get_paginator("list_mlflow_tracking_servers")
|
|
154
154
|
list_model_bias_job_definitions_paginator: ListModelBiasJobDefinitionsPaginator = client.get_paginator("list_model_bias_job_definitions")
|
|
@@ -179,8 +179,8 @@ Usage::
|
|
|
179
179
|
list_studio_lifecycle_configs_paginator: ListStudioLifecycleConfigsPaginator = client.get_paginator("list_studio_lifecycle_configs")
|
|
180
180
|
list_subscribed_workteams_paginator: ListSubscribedWorkteamsPaginator = client.get_paginator("list_subscribed_workteams")
|
|
181
181
|
list_tags_paginator: ListTagsPaginator = client.get_paginator("list_tags")
|
|
182
|
-
list_training_jobs_paginator: ListTrainingJobsPaginator = client.get_paginator("list_training_jobs")
|
|
183
182
|
list_training_jobs_for_hyper_parameter_tuning_job_paginator: ListTrainingJobsForHyperParameterTuningJobPaginator = client.get_paginator("list_training_jobs_for_hyper_parameter_tuning_job")
|
|
183
|
+
list_training_jobs_paginator: ListTrainingJobsPaginator = client.get_paginator("list_training_jobs")
|
|
184
184
|
list_transform_jobs_paginator: ListTransformJobsPaginator = client.get_paginator("list_transform_jobs")
|
|
185
185
|
list_trial_components_paginator: ListTrialComponentsPaginator = client.get_paginator("list_trial_components")
|
|
186
186
|
list_trials_paginator: ListTrialsPaginator = client.get_paginator("list_trials")
|
|
@@ -147,8 +147,8 @@ Usage::
|
|
|
147
147
|
list_inference_experiments_paginator: ListInferenceExperimentsPaginator = client.get_paginator("list_inference_experiments")
|
|
148
148
|
list_inference_recommendations_job_steps_paginator: ListInferenceRecommendationsJobStepsPaginator = client.get_paginator("list_inference_recommendations_job_steps")
|
|
149
149
|
list_inference_recommendations_jobs_paginator: ListInferenceRecommendationsJobsPaginator = client.get_paginator("list_inference_recommendations_jobs")
|
|
150
|
-
list_labeling_jobs_paginator: ListLabelingJobsPaginator = client.get_paginator("list_labeling_jobs")
|
|
151
150
|
list_labeling_jobs_for_workteam_paginator: ListLabelingJobsForWorkteamPaginator = client.get_paginator("list_labeling_jobs_for_workteam")
|
|
151
|
+
list_labeling_jobs_paginator: ListLabelingJobsPaginator = client.get_paginator("list_labeling_jobs")
|
|
152
152
|
list_lineage_groups_paginator: ListLineageGroupsPaginator = client.get_paginator("list_lineage_groups")
|
|
153
153
|
list_mlflow_tracking_servers_paginator: ListMlflowTrackingServersPaginator = client.get_paginator("list_mlflow_tracking_servers")
|
|
154
154
|
list_model_bias_job_definitions_paginator: ListModelBiasJobDefinitionsPaginator = client.get_paginator("list_model_bias_job_definitions")
|
|
@@ -179,8 +179,8 @@ Usage::
|
|
|
179
179
|
list_studio_lifecycle_configs_paginator: ListStudioLifecycleConfigsPaginator = client.get_paginator("list_studio_lifecycle_configs")
|
|
180
180
|
list_subscribed_workteams_paginator: ListSubscribedWorkteamsPaginator = client.get_paginator("list_subscribed_workteams")
|
|
181
181
|
list_tags_paginator: ListTagsPaginator = client.get_paginator("list_tags")
|
|
182
|
-
list_training_jobs_paginator: ListTrainingJobsPaginator = client.get_paginator("list_training_jobs")
|
|
183
182
|
list_training_jobs_for_hyper_parameter_tuning_job_paginator: ListTrainingJobsForHyperParameterTuningJobPaginator = client.get_paginator("list_training_jobs_for_hyper_parameter_tuning_job")
|
|
183
|
+
list_training_jobs_paginator: ListTrainingJobsPaginator = client.get_paginator("list_training_jobs")
|
|
184
184
|
list_transform_jobs_paginator: ListTransformJobsPaginator = client.get_paginator("list_transform_jobs")
|
|
185
185
|
list_trial_components_paginator: ListTrialComponentsPaginator = client.get_paginator("list_trial_components")
|
|
186
186
|
list_trials_paginator: ListTrialsPaginator = client.get_paginator("list_trials")
|
mypy_boto3_sagemaker/__main__.py
CHANGED
|
@@ -10,9 +10,9 @@ def print_info() -> None:
|
|
|
10
10
|
Print package info to stdout.
|
|
11
11
|
"""
|
|
12
12
|
print(
|
|
13
|
-
"Type annotations for boto3.SageMaker 1.35.
|
|
14
|
-
"Version: 1.35.
|
|
15
|
-
"Builder version: 8.1
|
|
13
|
+
"Type annotations for boto3.SageMaker 1.35.61\n"
|
|
14
|
+
"Version: 1.35.61\n"
|
|
15
|
+
"Builder version: 8.2.1\n"
|
|
16
16
|
"Docs: https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker//\n"
|
|
17
17
|
"Boto3 docs: https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker\n"
|
|
18
18
|
"Other services: https://pypi.org/project/boto3-stubs/\n"
|
|
@@ -24,7 +24,7 @@ def print_version() -> None:
|
|
|
24
24
|
"""
|
|
25
25
|
Print package version to stdout.
|
|
26
26
|
"""
|
|
27
|
-
print("1.35.
|
|
27
|
+
print("1.35.61")
|
|
28
28
|
|
|
29
29
|
|
|
30
30
|
def main() -> None:
|
mypy_boto3_sagemaker/client.py
CHANGED
|
@@ -102,6 +102,8 @@ from .type_defs import (
|
|
|
102
102
|
AddTagsOutputTypeDef,
|
|
103
103
|
AssociateTrialComponentRequestRequestTypeDef,
|
|
104
104
|
AssociateTrialComponentResponseTypeDef,
|
|
105
|
+
BatchDeleteClusterNodesRequestRequestTypeDef,
|
|
106
|
+
BatchDeleteClusterNodesResponseTypeDef,
|
|
105
107
|
BatchDescribeModelPackageInputRequestTypeDef,
|
|
106
108
|
BatchDescribeModelPackageOutputTypeDef,
|
|
107
109
|
CreateActionRequestRequestTypeDef,
|
|
@@ -783,6 +785,16 @@ class SageMakerClient(BaseClient):
|
|
|
783
785
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#associate_trial_component)
|
|
784
786
|
"""
|
|
785
787
|
|
|
788
|
+
def batch_delete_cluster_nodes(
|
|
789
|
+
self, **kwargs: Unpack[BatchDeleteClusterNodesRequestRequestTypeDef]
|
|
790
|
+
) -> BatchDeleteClusterNodesResponseTypeDef:
|
|
791
|
+
"""
|
|
792
|
+
Deletes specific nodes within a SageMaker HyperPod cluster.
|
|
793
|
+
|
|
794
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Client.batch_delete_cluster_nodes)
|
|
795
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#batch_delete_cluster_nodes)
|
|
796
|
+
"""
|
|
797
|
+
|
|
786
798
|
def batch_describe_model_package(
|
|
787
799
|
self, **kwargs: Unpack[BatchDescribeModelPackageInputRequestTypeDef]
|
|
788
800
|
) -> BatchDescribeModelPackageOutputTypeDef:
|
|
@@ -4482,8 +4494,8 @@ class SageMakerClient(BaseClient):
|
|
|
4482
4494
|
|
|
4483
4495
|
@overload
|
|
4484
4496
|
def get_paginator(
|
|
4485
|
-
self, operation_name: Literal["
|
|
4486
|
-
) ->
|
|
4497
|
+
self, operation_name: Literal["list_labeling_jobs_for_workteam"]
|
|
4498
|
+
) -> ListLabelingJobsForWorkteamPaginator:
|
|
4487
4499
|
"""
|
|
4488
4500
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Client.get_paginator)
|
|
4489
4501
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
@@ -4491,8 +4503,8 @@ class SageMakerClient(BaseClient):
|
|
|
4491
4503
|
|
|
4492
4504
|
@overload
|
|
4493
4505
|
def get_paginator(
|
|
4494
|
-
self, operation_name: Literal["
|
|
4495
|
-
) ->
|
|
4506
|
+
self, operation_name: Literal["list_labeling_jobs"]
|
|
4507
|
+
) -> ListLabelingJobsPaginator:
|
|
4496
4508
|
"""
|
|
4497
4509
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Client.get_paginator)
|
|
4498
4510
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
@@ -4760,8 +4772,8 @@ class SageMakerClient(BaseClient):
|
|
|
4760
4772
|
|
|
4761
4773
|
@overload
|
|
4762
4774
|
def get_paginator(
|
|
4763
|
-
self, operation_name: Literal["
|
|
4764
|
-
) ->
|
|
4775
|
+
self, operation_name: Literal["list_training_jobs_for_hyper_parameter_tuning_job"]
|
|
4776
|
+
) -> ListTrainingJobsForHyperParameterTuningJobPaginator:
|
|
4765
4777
|
"""
|
|
4766
4778
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Client.get_paginator)
|
|
4767
4779
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
@@ -4769,8 +4781,8 @@ class SageMakerClient(BaseClient):
|
|
|
4769
4781
|
|
|
4770
4782
|
@overload
|
|
4771
4783
|
def get_paginator(
|
|
4772
|
-
self, operation_name: Literal["
|
|
4773
|
-
) ->
|
|
4784
|
+
self, operation_name: Literal["list_training_jobs"]
|
|
4785
|
+
) -> ListTrainingJobsPaginator:
|
|
4774
4786
|
"""
|
|
4775
4787
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Client.get_paginator)
|
|
4776
4788
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
mypy_boto3_sagemaker/client.pyi
CHANGED
|
@@ -102,6 +102,8 @@ from .type_defs import (
|
|
|
102
102
|
AddTagsOutputTypeDef,
|
|
103
103
|
AssociateTrialComponentRequestRequestTypeDef,
|
|
104
104
|
AssociateTrialComponentResponseTypeDef,
|
|
105
|
+
BatchDeleteClusterNodesRequestRequestTypeDef,
|
|
106
|
+
BatchDeleteClusterNodesResponseTypeDef,
|
|
105
107
|
BatchDescribeModelPackageInputRequestTypeDef,
|
|
106
108
|
BatchDescribeModelPackageOutputTypeDef,
|
|
107
109
|
CreateActionRequestRequestTypeDef,
|
|
@@ -779,6 +781,16 @@ class SageMakerClient(BaseClient):
|
|
|
779
781
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#associate_trial_component)
|
|
780
782
|
"""
|
|
781
783
|
|
|
784
|
+
def batch_delete_cluster_nodes(
|
|
785
|
+
self, **kwargs: Unpack[BatchDeleteClusterNodesRequestRequestTypeDef]
|
|
786
|
+
) -> BatchDeleteClusterNodesResponseTypeDef:
|
|
787
|
+
"""
|
|
788
|
+
Deletes specific nodes within a SageMaker HyperPod cluster.
|
|
789
|
+
|
|
790
|
+
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Client.batch_delete_cluster_nodes)
|
|
791
|
+
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#batch_delete_cluster_nodes)
|
|
792
|
+
"""
|
|
793
|
+
|
|
782
794
|
def batch_describe_model_package(
|
|
783
795
|
self, **kwargs: Unpack[BatchDescribeModelPackageInputRequestTypeDef]
|
|
784
796
|
) -> BatchDescribeModelPackageOutputTypeDef:
|
|
@@ -4478,8 +4490,8 @@ class SageMakerClient(BaseClient):
|
|
|
4478
4490
|
|
|
4479
4491
|
@overload
|
|
4480
4492
|
def get_paginator(
|
|
4481
|
-
self, operation_name: Literal["
|
|
4482
|
-
) ->
|
|
4493
|
+
self, operation_name: Literal["list_labeling_jobs_for_workteam"]
|
|
4494
|
+
) -> ListLabelingJobsForWorkteamPaginator:
|
|
4483
4495
|
"""
|
|
4484
4496
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Client.get_paginator)
|
|
4485
4497
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
@@ -4487,8 +4499,8 @@ class SageMakerClient(BaseClient):
|
|
|
4487
4499
|
|
|
4488
4500
|
@overload
|
|
4489
4501
|
def get_paginator(
|
|
4490
|
-
self, operation_name: Literal["
|
|
4491
|
-
) ->
|
|
4502
|
+
self, operation_name: Literal["list_labeling_jobs"]
|
|
4503
|
+
) -> ListLabelingJobsPaginator:
|
|
4492
4504
|
"""
|
|
4493
4505
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Client.get_paginator)
|
|
4494
4506
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
@@ -4756,8 +4768,8 @@ class SageMakerClient(BaseClient):
|
|
|
4756
4768
|
|
|
4757
4769
|
@overload
|
|
4758
4770
|
def get_paginator(
|
|
4759
|
-
self, operation_name: Literal["
|
|
4760
|
-
) ->
|
|
4771
|
+
self, operation_name: Literal["list_training_jobs_for_hyper_parameter_tuning_job"]
|
|
4772
|
+
) -> ListTrainingJobsForHyperParameterTuningJobPaginator:
|
|
4761
4773
|
"""
|
|
4762
4774
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Client.get_paginator)
|
|
4763
4775
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
|
@@ -4765,8 +4777,8 @@ class SageMakerClient(BaseClient):
|
|
|
4765
4777
|
|
|
4766
4778
|
@overload
|
|
4767
4779
|
def get_paginator(
|
|
4768
|
-
self, operation_name: Literal["
|
|
4769
|
-
) ->
|
|
4780
|
+
self, operation_name: Literal["list_training_jobs"]
|
|
4781
|
+
) -> ListTrainingJobsPaginator:
|
|
4770
4782
|
"""
|
|
4771
4783
|
[Show boto3 documentation](https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sagemaker.html#SageMaker.Client.get_paginator)
|
|
4772
4784
|
[Show boto3-stubs documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/client/#get_paginator)
|
mypy_boto3_sagemaker/literals.py
CHANGED
|
@@ -56,6 +56,7 @@ __all__ = (
|
|
|
56
56
|
"AutoMountHomeEFSType",
|
|
57
57
|
"AutotuneModeType",
|
|
58
58
|
"AwsManagedHumanLoopRequestSourceType",
|
|
59
|
+
"BatchDeleteClusterNodesErrorCodeType",
|
|
59
60
|
"BatchStrategyType",
|
|
60
61
|
"BooleanOperatorType",
|
|
61
62
|
"CandidateSortByType",
|
|
@@ -285,6 +286,7 @@ __all__ = (
|
|
|
285
286
|
"OptimizationJobStatusType",
|
|
286
287
|
"OrderKeyType",
|
|
287
288
|
"OutputCompressionTypeType",
|
|
289
|
+
"PaginatorName",
|
|
288
290
|
"ParameterTypeType",
|
|
289
291
|
"PipelineExecutionStatusType",
|
|
290
292
|
"PipelineStatusType",
|
|
@@ -315,9 +317,11 @@ __all__ = (
|
|
|
315
317
|
"RecordWrapperType",
|
|
316
318
|
"RedshiftResultCompressionTypeType",
|
|
317
319
|
"RedshiftResultFormatType",
|
|
320
|
+
"RegionName",
|
|
318
321
|
"RepositoryAccessModeType",
|
|
319
322
|
"ResourceCatalogSortByType",
|
|
320
323
|
"ResourceCatalogSortOrderType",
|
|
324
|
+
"ResourceServiceName",
|
|
321
325
|
"ResourceTypeType",
|
|
322
326
|
"RetentionTypeType",
|
|
323
327
|
"RootAccessType",
|
|
@@ -327,11 +331,13 @@ __all__ = (
|
|
|
327
331
|
"S3DataTypeType",
|
|
328
332
|
"S3ModelDataTypeType",
|
|
329
333
|
"SageMakerImageNameType",
|
|
334
|
+
"SageMakerServiceName",
|
|
330
335
|
"SagemakerServicecatalogStatusType",
|
|
331
336
|
"ScheduleStatusType",
|
|
332
337
|
"SearchPaginatorName",
|
|
333
338
|
"SearchSortOrderType",
|
|
334
339
|
"SecondaryStatusType",
|
|
340
|
+
"ServiceName",
|
|
335
341
|
"SharingTypeType",
|
|
336
342
|
"SkipModelValidationType",
|
|
337
343
|
"SortActionsByType",
|
|
@@ -386,14 +392,9 @@ __all__ = (
|
|
|
386
392
|
"VariantPropertyTypeType",
|
|
387
393
|
"VariantStatusType",
|
|
388
394
|
"VendorGuidanceType",
|
|
395
|
+
"WaiterName",
|
|
389
396
|
"WarmPoolResourceStatusType",
|
|
390
397
|
"WorkforceStatusType",
|
|
391
|
-
"SageMakerServiceName",
|
|
392
|
-
"ServiceName",
|
|
393
|
-
"ResourceServiceName",
|
|
394
|
-
"PaginatorName",
|
|
395
|
-
"WaiterName",
|
|
396
|
-
"RegionName",
|
|
397
398
|
)
|
|
398
399
|
|
|
399
400
|
|
|
@@ -695,6 +696,7 @@ AutotuneModeType = Literal["Enabled"]
|
|
|
695
696
|
AwsManagedHumanLoopRequestSourceType = Literal[
|
|
696
697
|
"AWS/Rekognition/DetectModerationLabels/Image/V3", "AWS/Textract/AnalyzeDocument/Forms/V1"
|
|
697
698
|
]
|
|
699
|
+
BatchDeleteClusterNodesErrorCodeType = Literal["InvalidNodeStatus", "NodeIdInUse", "NodeIdNotFound"]
|
|
698
700
|
BatchStrategyType = Literal["MultiRecord", "SingleRecord"]
|
|
699
701
|
BooleanOperatorType = Literal["And", "Or"]
|
|
700
702
|
CandidateSortByType = Literal["CreationTime", "FinalObjectiveMetricValue", "Status"]
|
|
@@ -794,6 +796,24 @@ ClusterInstanceTypeType = Literal[
|
|
|
794
796
|
"ml.g5.4xlarge",
|
|
795
797
|
"ml.g5.8xlarge",
|
|
796
798
|
"ml.g5.xlarge",
|
|
799
|
+
"ml.g6.12xlarge",
|
|
800
|
+
"ml.g6.16xlarge",
|
|
801
|
+
"ml.g6.24xlarge",
|
|
802
|
+
"ml.g6.2xlarge",
|
|
803
|
+
"ml.g6.48xlarge",
|
|
804
|
+
"ml.g6.4xlarge",
|
|
805
|
+
"ml.g6.8xlarge",
|
|
806
|
+
"ml.g6.xlarge",
|
|
807
|
+
"ml.g6e.12xlarge",
|
|
808
|
+
"ml.g6e.16xlarge",
|
|
809
|
+
"ml.g6e.24xlarge",
|
|
810
|
+
"ml.g6e.2xlarge",
|
|
811
|
+
"ml.g6e.48xlarge",
|
|
812
|
+
"ml.g6e.4xlarge",
|
|
813
|
+
"ml.g6e.8xlarge",
|
|
814
|
+
"ml.g6e.xlarge",
|
|
815
|
+
"ml.gr6.4xlarge",
|
|
816
|
+
"ml.gr6.8xlarge",
|
|
797
817
|
"ml.m5.12xlarge",
|
|
798
818
|
"ml.m5.16xlarge",
|
|
799
819
|
"ml.m5.24xlarge",
|
|
@@ -805,6 +825,7 @@ ClusterInstanceTypeType = Literal[
|
|
|
805
825
|
"ml.p4d.24xlarge",
|
|
806
826
|
"ml.p4de.24xlarge",
|
|
807
827
|
"ml.p5.48xlarge",
|
|
828
|
+
"ml.p5e.48xlarge",
|
|
808
829
|
"ml.t3.2xlarge",
|
|
809
830
|
"ml.t3.large",
|
|
810
831
|
"ml.t3.medium",
|
|
@@ -1001,6 +1022,10 @@ InstanceTypeType = Literal[
|
|
|
1001
1022
|
"ml.inf1.2xlarge",
|
|
1002
1023
|
"ml.inf1.6xlarge",
|
|
1003
1024
|
"ml.inf1.xlarge",
|
|
1025
|
+
"ml.inf2.24xlarge",
|
|
1026
|
+
"ml.inf2.48xlarge",
|
|
1027
|
+
"ml.inf2.8xlarge",
|
|
1028
|
+
"ml.inf2.xlarge",
|
|
1004
1029
|
"ml.m4.10xlarge",
|
|
1005
1030
|
"ml.m4.16xlarge",
|
|
1006
1031
|
"ml.m4.2xlarge",
|
|
@@ -1099,6 +1124,9 @@ InstanceTypeType = Literal[
|
|
|
1099
1124
|
"ml.t3.large",
|
|
1100
1125
|
"ml.t3.medium",
|
|
1101
1126
|
"ml.t3.xlarge",
|
|
1127
|
+
"ml.trn1.2xlarge",
|
|
1128
|
+
"ml.trn1.32xlarge",
|
|
1129
|
+
"ml.trn1n.32xlarge",
|
|
1102
1130
|
]
|
|
1103
1131
|
IsTrackingServerActiveType = Literal["Active", "Inactive"]
|
|
1104
1132
|
JobTypeType = Literal["INFERENCE", "NOTEBOOK_KERNEL", "TRAINING"]
|
|
@@ -1825,6 +1853,22 @@ TrainingInstanceTypeType = Literal[
|
|
|
1825
1853
|
"ml.g5.4xlarge",
|
|
1826
1854
|
"ml.g5.8xlarge",
|
|
1827
1855
|
"ml.g5.xlarge",
|
|
1856
|
+
"ml.g6.12xlarge",
|
|
1857
|
+
"ml.g6.16xlarge",
|
|
1858
|
+
"ml.g6.24xlarge",
|
|
1859
|
+
"ml.g6.2xlarge",
|
|
1860
|
+
"ml.g6.48xlarge",
|
|
1861
|
+
"ml.g6.4xlarge",
|
|
1862
|
+
"ml.g6.8xlarge",
|
|
1863
|
+
"ml.g6.xlarge",
|
|
1864
|
+
"ml.g6e.12xlarge",
|
|
1865
|
+
"ml.g6e.16xlarge",
|
|
1866
|
+
"ml.g6e.24xlarge",
|
|
1867
|
+
"ml.g6e.2xlarge",
|
|
1868
|
+
"ml.g6e.48xlarge",
|
|
1869
|
+
"ml.g6e.4xlarge",
|
|
1870
|
+
"ml.g6e.8xlarge",
|
|
1871
|
+
"ml.g6e.xlarge",
|
|
1828
1872
|
"ml.m4.10xlarge",
|
|
1829
1873
|
"ml.m4.16xlarge",
|
|
1830
1874
|
"ml.m4.2xlarge",
|
|
@@ -1929,6 +1973,10 @@ TransformInstanceTypeType = Literal[
|
|
|
1929
1973
|
"ml.g5.4xlarge",
|
|
1930
1974
|
"ml.g5.8xlarge",
|
|
1931
1975
|
"ml.g5.xlarge",
|
|
1976
|
+
"ml.inf2.24xlarge",
|
|
1977
|
+
"ml.inf2.48xlarge",
|
|
1978
|
+
"ml.inf2.8xlarge",
|
|
1979
|
+
"ml.inf2.xlarge",
|
|
1932
1980
|
"ml.m4.10xlarge",
|
|
1933
1981
|
"ml.m4.16xlarge",
|
|
1934
1982
|
"ml.m4.2xlarge",
|
|
@@ -2040,6 +2088,7 @@ ServiceName = Literal[
|
|
|
2040
2088
|
"bedrock-agent",
|
|
2041
2089
|
"bedrock-agent-runtime",
|
|
2042
2090
|
"bedrock-runtime",
|
|
2091
|
+
"billing",
|
|
2043
2092
|
"billingconductor",
|
|
2044
2093
|
"braket",
|
|
2045
2094
|
"budgets",
|
|
@@ -2268,6 +2317,7 @@ ServiceName = Literal[
|
|
|
2268
2317
|
"osis",
|
|
2269
2318
|
"outposts",
|
|
2270
2319
|
"panorama",
|
|
2320
|
+
"partnercentral-selling",
|
|
2271
2321
|
"payment-cryptography",
|
|
2272
2322
|
"payment-cryptography-data",
|
|
2273
2323
|
"pca-connector-ad",
|
|
@@ -55,6 +55,7 @@ __all__ = (
|
|
|
55
55
|
"AutoMountHomeEFSType",
|
|
56
56
|
"AutotuneModeType",
|
|
57
57
|
"AwsManagedHumanLoopRequestSourceType",
|
|
58
|
+
"BatchDeleteClusterNodesErrorCodeType",
|
|
58
59
|
"BatchStrategyType",
|
|
59
60
|
"BooleanOperatorType",
|
|
60
61
|
"CandidateSortByType",
|
|
@@ -284,6 +285,7 @@ __all__ = (
|
|
|
284
285
|
"OptimizationJobStatusType",
|
|
285
286
|
"OrderKeyType",
|
|
286
287
|
"OutputCompressionTypeType",
|
|
288
|
+
"PaginatorName",
|
|
287
289
|
"ParameterTypeType",
|
|
288
290
|
"PipelineExecutionStatusType",
|
|
289
291
|
"PipelineStatusType",
|
|
@@ -314,9 +316,11 @@ __all__ = (
|
|
|
314
316
|
"RecordWrapperType",
|
|
315
317
|
"RedshiftResultCompressionTypeType",
|
|
316
318
|
"RedshiftResultFormatType",
|
|
319
|
+
"RegionName",
|
|
317
320
|
"RepositoryAccessModeType",
|
|
318
321
|
"ResourceCatalogSortByType",
|
|
319
322
|
"ResourceCatalogSortOrderType",
|
|
323
|
+
"ResourceServiceName",
|
|
320
324
|
"ResourceTypeType",
|
|
321
325
|
"RetentionTypeType",
|
|
322
326
|
"RootAccessType",
|
|
@@ -326,11 +330,13 @@ __all__ = (
|
|
|
326
330
|
"S3DataTypeType",
|
|
327
331
|
"S3ModelDataTypeType",
|
|
328
332
|
"SageMakerImageNameType",
|
|
333
|
+
"SageMakerServiceName",
|
|
329
334
|
"SagemakerServicecatalogStatusType",
|
|
330
335
|
"ScheduleStatusType",
|
|
331
336
|
"SearchPaginatorName",
|
|
332
337
|
"SearchSortOrderType",
|
|
333
338
|
"SecondaryStatusType",
|
|
339
|
+
"ServiceName",
|
|
334
340
|
"SharingTypeType",
|
|
335
341
|
"SkipModelValidationType",
|
|
336
342
|
"SortActionsByType",
|
|
@@ -385,14 +391,9 @@ __all__ = (
|
|
|
385
391
|
"VariantPropertyTypeType",
|
|
386
392
|
"VariantStatusType",
|
|
387
393
|
"VendorGuidanceType",
|
|
394
|
+
"WaiterName",
|
|
388
395
|
"WarmPoolResourceStatusType",
|
|
389
396
|
"WorkforceStatusType",
|
|
390
|
-
"SageMakerServiceName",
|
|
391
|
-
"ServiceName",
|
|
392
|
-
"ResourceServiceName",
|
|
393
|
-
"PaginatorName",
|
|
394
|
-
"WaiterName",
|
|
395
|
-
"RegionName",
|
|
396
397
|
)
|
|
397
398
|
|
|
398
399
|
ActionStatusType = Literal["Completed", "Failed", "InProgress", "Stopped", "Stopping", "Unknown"]
|
|
@@ -693,6 +694,7 @@ AutotuneModeType = Literal["Enabled"]
|
|
|
693
694
|
AwsManagedHumanLoopRequestSourceType = Literal[
|
|
694
695
|
"AWS/Rekognition/DetectModerationLabels/Image/V3", "AWS/Textract/AnalyzeDocument/Forms/V1"
|
|
695
696
|
]
|
|
697
|
+
BatchDeleteClusterNodesErrorCodeType = Literal["InvalidNodeStatus", "NodeIdInUse", "NodeIdNotFound"]
|
|
696
698
|
BatchStrategyType = Literal["MultiRecord", "SingleRecord"]
|
|
697
699
|
BooleanOperatorType = Literal["And", "Or"]
|
|
698
700
|
CandidateSortByType = Literal["CreationTime", "FinalObjectiveMetricValue", "Status"]
|
|
@@ -792,6 +794,24 @@ ClusterInstanceTypeType = Literal[
|
|
|
792
794
|
"ml.g5.4xlarge",
|
|
793
795
|
"ml.g5.8xlarge",
|
|
794
796
|
"ml.g5.xlarge",
|
|
797
|
+
"ml.g6.12xlarge",
|
|
798
|
+
"ml.g6.16xlarge",
|
|
799
|
+
"ml.g6.24xlarge",
|
|
800
|
+
"ml.g6.2xlarge",
|
|
801
|
+
"ml.g6.48xlarge",
|
|
802
|
+
"ml.g6.4xlarge",
|
|
803
|
+
"ml.g6.8xlarge",
|
|
804
|
+
"ml.g6.xlarge",
|
|
805
|
+
"ml.g6e.12xlarge",
|
|
806
|
+
"ml.g6e.16xlarge",
|
|
807
|
+
"ml.g6e.24xlarge",
|
|
808
|
+
"ml.g6e.2xlarge",
|
|
809
|
+
"ml.g6e.48xlarge",
|
|
810
|
+
"ml.g6e.4xlarge",
|
|
811
|
+
"ml.g6e.8xlarge",
|
|
812
|
+
"ml.g6e.xlarge",
|
|
813
|
+
"ml.gr6.4xlarge",
|
|
814
|
+
"ml.gr6.8xlarge",
|
|
795
815
|
"ml.m5.12xlarge",
|
|
796
816
|
"ml.m5.16xlarge",
|
|
797
817
|
"ml.m5.24xlarge",
|
|
@@ -803,6 +823,7 @@ ClusterInstanceTypeType = Literal[
|
|
|
803
823
|
"ml.p4d.24xlarge",
|
|
804
824
|
"ml.p4de.24xlarge",
|
|
805
825
|
"ml.p5.48xlarge",
|
|
826
|
+
"ml.p5e.48xlarge",
|
|
806
827
|
"ml.t3.2xlarge",
|
|
807
828
|
"ml.t3.large",
|
|
808
829
|
"ml.t3.medium",
|
|
@@ -999,6 +1020,10 @@ InstanceTypeType = Literal[
|
|
|
999
1020
|
"ml.inf1.2xlarge",
|
|
1000
1021
|
"ml.inf1.6xlarge",
|
|
1001
1022
|
"ml.inf1.xlarge",
|
|
1023
|
+
"ml.inf2.24xlarge",
|
|
1024
|
+
"ml.inf2.48xlarge",
|
|
1025
|
+
"ml.inf2.8xlarge",
|
|
1026
|
+
"ml.inf2.xlarge",
|
|
1002
1027
|
"ml.m4.10xlarge",
|
|
1003
1028
|
"ml.m4.16xlarge",
|
|
1004
1029
|
"ml.m4.2xlarge",
|
|
@@ -1097,6 +1122,9 @@ InstanceTypeType = Literal[
|
|
|
1097
1122
|
"ml.t3.large",
|
|
1098
1123
|
"ml.t3.medium",
|
|
1099
1124
|
"ml.t3.xlarge",
|
|
1125
|
+
"ml.trn1.2xlarge",
|
|
1126
|
+
"ml.trn1.32xlarge",
|
|
1127
|
+
"ml.trn1n.32xlarge",
|
|
1100
1128
|
]
|
|
1101
1129
|
IsTrackingServerActiveType = Literal["Active", "Inactive"]
|
|
1102
1130
|
JobTypeType = Literal["INFERENCE", "NOTEBOOK_KERNEL", "TRAINING"]
|
|
@@ -1823,6 +1851,22 @@ TrainingInstanceTypeType = Literal[
|
|
|
1823
1851
|
"ml.g5.4xlarge",
|
|
1824
1852
|
"ml.g5.8xlarge",
|
|
1825
1853
|
"ml.g5.xlarge",
|
|
1854
|
+
"ml.g6.12xlarge",
|
|
1855
|
+
"ml.g6.16xlarge",
|
|
1856
|
+
"ml.g6.24xlarge",
|
|
1857
|
+
"ml.g6.2xlarge",
|
|
1858
|
+
"ml.g6.48xlarge",
|
|
1859
|
+
"ml.g6.4xlarge",
|
|
1860
|
+
"ml.g6.8xlarge",
|
|
1861
|
+
"ml.g6.xlarge",
|
|
1862
|
+
"ml.g6e.12xlarge",
|
|
1863
|
+
"ml.g6e.16xlarge",
|
|
1864
|
+
"ml.g6e.24xlarge",
|
|
1865
|
+
"ml.g6e.2xlarge",
|
|
1866
|
+
"ml.g6e.48xlarge",
|
|
1867
|
+
"ml.g6e.4xlarge",
|
|
1868
|
+
"ml.g6e.8xlarge",
|
|
1869
|
+
"ml.g6e.xlarge",
|
|
1826
1870
|
"ml.m4.10xlarge",
|
|
1827
1871
|
"ml.m4.16xlarge",
|
|
1828
1872
|
"ml.m4.2xlarge",
|
|
@@ -1927,6 +1971,10 @@ TransformInstanceTypeType = Literal[
|
|
|
1927
1971
|
"ml.g5.4xlarge",
|
|
1928
1972
|
"ml.g5.8xlarge",
|
|
1929
1973
|
"ml.g5.xlarge",
|
|
1974
|
+
"ml.inf2.24xlarge",
|
|
1975
|
+
"ml.inf2.48xlarge",
|
|
1976
|
+
"ml.inf2.8xlarge",
|
|
1977
|
+
"ml.inf2.xlarge",
|
|
1930
1978
|
"ml.m4.10xlarge",
|
|
1931
1979
|
"ml.m4.16xlarge",
|
|
1932
1980
|
"ml.m4.2xlarge",
|
|
@@ -2038,6 +2086,7 @@ ServiceName = Literal[
|
|
|
2038
2086
|
"bedrock-agent",
|
|
2039
2087
|
"bedrock-agent-runtime",
|
|
2040
2088
|
"bedrock-runtime",
|
|
2089
|
+
"billing",
|
|
2041
2090
|
"billingconductor",
|
|
2042
2091
|
"braket",
|
|
2043
2092
|
"budgets",
|
|
@@ -2266,6 +2315,7 @@ ServiceName = Literal[
|
|
|
2266
2315
|
"osis",
|
|
2267
2316
|
"outposts",
|
|
2268
2317
|
"panorama",
|
|
2318
|
+
"partnercentral-selling",
|
|
2269
2319
|
"payment-cryptography",
|
|
2270
2320
|
"payment-cryptography-data",
|
|
2271
2321
|
"pca-connector-ad",
|