mypy-boto3-sagemaker 1.35.68__py3-none-any.whl → 1.35.86__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of mypy-boto3-sagemaker might be problematic. Click here for more details.
- mypy_boto3_sagemaker/__init__.py +16 -0
- mypy_boto3_sagemaker/__init__.pyi +16 -0
- mypy_boto3_sagemaker/__main__.py +8 -7
- mypy_boto3_sagemaker/client.py +789 -296
- mypy_boto3_sagemaker/client.pyi +789 -295
- mypy_boto3_sagemaker/literals.py +115 -1
- mypy_boto3_sagemaker/literals.pyi +115 -1
- mypy_boto3_sagemaker/paginator.py +952 -428
- mypy_boto3_sagemaker/paginator.pyi +867 -427
- mypy_boto3_sagemaker/type_defs.py +1142 -590
- mypy_boto3_sagemaker/type_defs.pyi +1077 -583
- mypy_boto3_sagemaker/version.py +1 -1
- mypy_boto3_sagemaker/waiter.py +41 -36
- mypy_boto3_sagemaker/waiter.pyi +41 -36
- {mypy_boto3_sagemaker-1.35.68.dist-info → mypy_boto3_sagemaker-1.35.86.dist-info}/METADATA +63 -9
- mypy_boto3_sagemaker-1.35.86.dist-info/RECORD +20 -0
- mypy_boto3_sagemaker-1.35.68.dist-info/RECORD +0 -20
- {mypy_boto3_sagemaker-1.35.68.dist-info → mypy_boto3_sagemaker-1.35.86.dist-info}/LICENSE +0 -0
- {mypy_boto3_sagemaker-1.35.68.dist-info → mypy_boto3_sagemaker-1.35.86.dist-info}/WHEEL +0 -0
- {mypy_boto3_sagemaker-1.35.68.dist-info → mypy_boto3_sagemaker-1.35.86.dist-info}/top_level.txt +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"""
|
|
2
2
|
Type annotations for sagemaker service type definitions.
|
|
3
3
|
|
|
4
|
-
[
|
|
4
|
+
[Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/type_defs/)
|
|
5
5
|
|
|
6
6
|
Usage::
|
|
7
7
|
|
|
@@ -14,12 +14,15 @@ Usage::
|
|
|
14
14
|
Copyright 2024 Vlad Emelianov
|
|
15
15
|
"""
|
|
16
16
|
|
|
17
|
+
from __future__ import annotations
|
|
18
|
+
|
|
17
19
|
import sys
|
|
18
20
|
from datetime import datetime
|
|
19
|
-
from typing import Any,
|
|
21
|
+
from typing import Any, Mapping, Sequence, Union
|
|
20
22
|
|
|
21
23
|
from .literals import (
|
|
22
24
|
ActionStatusType,
|
|
25
|
+
ActivationStateType,
|
|
23
26
|
AdditionalS3DataSourceDataTypeType,
|
|
24
27
|
AggregationTransformationValueType,
|
|
25
28
|
AlgorithmSortByType,
|
|
@@ -98,6 +101,7 @@ from .literals import (
|
|
|
98
101
|
ExecutionRoleIdentityConfigType,
|
|
99
102
|
ExecutionStatusType,
|
|
100
103
|
FailureHandlingPolicyType,
|
|
104
|
+
FairShareType,
|
|
101
105
|
FeatureGroupSortByType,
|
|
102
106
|
FeatureGroupSortOrderType,
|
|
103
107
|
FeatureGroupStatusType,
|
|
@@ -134,6 +138,7 @@ from .literals import (
|
|
|
134
138
|
InferenceExperimentStatusType,
|
|
135
139
|
InferenceExperimentStopDesiredStateType,
|
|
136
140
|
InputModeType,
|
|
141
|
+
InstanceGroupStatusType,
|
|
137
142
|
InstanceTypeType,
|
|
138
143
|
IsTrackingServerActiveType,
|
|
139
144
|
JobTypeType,
|
|
@@ -194,8 +199,11 @@ from .literals import (
|
|
|
194
199
|
OrderKeyType,
|
|
195
200
|
OutputCompressionTypeType,
|
|
196
201
|
ParameterTypeType,
|
|
202
|
+
PartnerAppStatusType,
|
|
203
|
+
PartnerAppTypeType,
|
|
197
204
|
PipelineExecutionStatusType,
|
|
198
205
|
PipelineStatusType,
|
|
206
|
+
PreemptTeamTasksType,
|
|
199
207
|
ProblemTypeType,
|
|
200
208
|
ProcessingInstanceTypeType,
|
|
201
209
|
ProcessingJobStatusType,
|
|
@@ -219,7 +227,10 @@ from .literals import (
|
|
|
219
227
|
RedshiftResultCompressionTypeType,
|
|
220
228
|
RedshiftResultFormatType,
|
|
221
229
|
RepositoryAccessModeType,
|
|
230
|
+
ReservedCapacityInstanceTypeType,
|
|
231
|
+
ReservedCapacityStatusType,
|
|
222
232
|
ResourceCatalogSortOrderType,
|
|
233
|
+
ResourceSharingStrategyType,
|
|
223
234
|
ResourceTypeType,
|
|
224
235
|
RetentionTypeType,
|
|
225
236
|
RootAccessType,
|
|
@@ -230,7 +241,9 @@ from .literals import (
|
|
|
230
241
|
S3DataDistributionType,
|
|
231
242
|
S3DataTypeType,
|
|
232
243
|
S3ModelDataTypeType,
|
|
244
|
+
SageMakerResourceNameType,
|
|
233
245
|
SagemakerServicecatalogStatusType,
|
|
246
|
+
SchedulerResourceStatusType,
|
|
234
247
|
ScheduleStatusType,
|
|
235
248
|
SearchSortOrderType,
|
|
236
249
|
SecondaryStatusType,
|
|
@@ -239,6 +252,7 @@ from .literals import (
|
|
|
239
252
|
SortActionsByType,
|
|
240
253
|
SortAssociationsByType,
|
|
241
254
|
SortByType,
|
|
255
|
+
SortClusterSchedulerConfigByType,
|
|
242
256
|
SortContextsByType,
|
|
243
257
|
SortExperimentsByType,
|
|
244
258
|
SortInferenceExperimentsByType,
|
|
@@ -246,6 +260,7 @@ from .literals import (
|
|
|
246
260
|
SortOrderType,
|
|
247
261
|
SortPipelineExecutionsByType,
|
|
248
262
|
SortPipelinesByType,
|
|
263
|
+
SortQuotaByType,
|
|
249
264
|
SortTrackingServerByType,
|
|
250
265
|
SortTrialComponentsByType,
|
|
251
266
|
SortTrialsByType,
|
|
@@ -275,6 +290,9 @@ from .literals import (
|
|
|
275
290
|
TrainingJobEarlyStoppingTypeType,
|
|
276
291
|
TrainingJobSortByOptionsType,
|
|
277
292
|
TrainingJobStatusType,
|
|
293
|
+
TrainingPlanSortByType,
|
|
294
|
+
TrainingPlanSortOrderType,
|
|
295
|
+
TrainingPlanStatusType,
|
|
278
296
|
TrainingRepositoryAccessModeType,
|
|
279
297
|
TransformInstanceTypeType,
|
|
280
298
|
TransformJobStatusType,
|
|
@@ -445,6 +463,7 @@ __all__ = (
|
|
|
445
463
|
"ClusterNodeSummaryTypeDef",
|
|
446
464
|
"ClusterOrchestratorEksConfigTypeDef",
|
|
447
465
|
"ClusterOrchestratorTypeDef",
|
|
466
|
+
"ClusterSchedulerConfigSummaryTypeDef",
|
|
448
467
|
"ClusterSummaryTypeDef",
|
|
449
468
|
"CodeEditorAppImageConfigOutputTypeDef",
|
|
450
469
|
"CodeEditorAppImageConfigTypeDef",
|
|
@@ -460,6 +479,11 @@ __all__ = (
|
|
|
460
479
|
"CollectionConfigurationTypeDef",
|
|
461
480
|
"CollectionConfigurationUnionTypeDef",
|
|
462
481
|
"CompilationJobSummaryTypeDef",
|
|
482
|
+
"ComputeQuotaConfigOutputTypeDef",
|
|
483
|
+
"ComputeQuotaConfigTypeDef",
|
|
484
|
+
"ComputeQuotaResourceConfigTypeDef",
|
|
485
|
+
"ComputeQuotaSummaryTypeDef",
|
|
486
|
+
"ComputeQuotaTargetTypeDef",
|
|
463
487
|
"ConditionStepMetadataTypeDef",
|
|
464
488
|
"ContainerConfigOutputTypeDef",
|
|
465
489
|
"ContainerConfigTypeDef",
|
|
@@ -488,10 +512,14 @@ __all__ = (
|
|
|
488
512
|
"CreateAutoMLJobV2ResponseTypeDef",
|
|
489
513
|
"CreateClusterRequestRequestTypeDef",
|
|
490
514
|
"CreateClusterResponseTypeDef",
|
|
515
|
+
"CreateClusterSchedulerConfigRequestRequestTypeDef",
|
|
516
|
+
"CreateClusterSchedulerConfigResponseTypeDef",
|
|
491
517
|
"CreateCodeRepositoryInputRequestTypeDef",
|
|
492
518
|
"CreateCodeRepositoryOutputTypeDef",
|
|
493
519
|
"CreateCompilationJobRequestRequestTypeDef",
|
|
494
520
|
"CreateCompilationJobResponseTypeDef",
|
|
521
|
+
"CreateComputeQuotaRequestRequestTypeDef",
|
|
522
|
+
"CreateComputeQuotaResponseTypeDef",
|
|
495
523
|
"CreateContextRequestRequestTypeDef",
|
|
496
524
|
"CreateContextResponseTypeDef",
|
|
497
525
|
"CreateDataQualityJobDefinitionRequestRequestTypeDef",
|
|
@@ -559,6 +587,10 @@ __all__ = (
|
|
|
559
587
|
"CreateNotebookInstanceOutputTypeDef",
|
|
560
588
|
"CreateOptimizationJobRequestRequestTypeDef",
|
|
561
589
|
"CreateOptimizationJobResponseTypeDef",
|
|
590
|
+
"CreatePartnerAppPresignedUrlRequestRequestTypeDef",
|
|
591
|
+
"CreatePartnerAppPresignedUrlResponseTypeDef",
|
|
592
|
+
"CreatePartnerAppRequestRequestTypeDef",
|
|
593
|
+
"CreatePartnerAppResponseTypeDef",
|
|
562
594
|
"CreatePipelineRequestRequestTypeDef",
|
|
563
595
|
"CreatePipelineResponseTypeDef",
|
|
564
596
|
"CreatePresignedDomainUrlRequestRequestTypeDef",
|
|
@@ -577,6 +609,8 @@ __all__ = (
|
|
|
577
609
|
"CreateStudioLifecycleConfigResponseTypeDef",
|
|
578
610
|
"CreateTrainingJobRequestRequestTypeDef",
|
|
579
611
|
"CreateTrainingJobResponseTypeDef",
|
|
612
|
+
"CreateTrainingPlanRequestRequestTypeDef",
|
|
613
|
+
"CreateTrainingPlanResponseTypeDef",
|
|
580
614
|
"CreateTransformJobRequestRequestTypeDef",
|
|
581
615
|
"CreateTransformJobResponseTypeDef",
|
|
582
616
|
"CreateTrialComponentRequestRequestTypeDef",
|
|
@@ -629,8 +663,10 @@ __all__ = (
|
|
|
629
663
|
"DeleteAssociationResponseTypeDef",
|
|
630
664
|
"DeleteClusterRequestRequestTypeDef",
|
|
631
665
|
"DeleteClusterResponseTypeDef",
|
|
666
|
+
"DeleteClusterSchedulerConfigRequestRequestTypeDef",
|
|
632
667
|
"DeleteCodeRepositoryInputRequestTypeDef",
|
|
633
668
|
"DeleteCompilationJobRequestRequestTypeDef",
|
|
669
|
+
"DeleteComputeQuotaRequestRequestTypeDef",
|
|
634
670
|
"DeleteContextRequestRequestTypeDef",
|
|
635
671
|
"DeleteContextResponseTypeDef",
|
|
636
672
|
"DeleteDataQualityJobDefinitionRequestRequestTypeDef",
|
|
@@ -668,6 +704,8 @@ __all__ = (
|
|
|
668
704
|
"DeleteNotebookInstanceInputRequestTypeDef",
|
|
669
705
|
"DeleteNotebookInstanceLifecycleConfigInputRequestTypeDef",
|
|
670
706
|
"DeleteOptimizationJobRequestRequestTypeDef",
|
|
707
|
+
"DeletePartnerAppRequestRequestTypeDef",
|
|
708
|
+
"DeletePartnerAppResponseTypeDef",
|
|
671
709
|
"DeletePipelineRequestRequestTypeDef",
|
|
672
710
|
"DeletePipelineResponseTypeDef",
|
|
673
711
|
"DeleteProjectInputRequestTypeDef",
|
|
@@ -708,10 +746,14 @@ __all__ = (
|
|
|
708
746
|
"DescribeClusterNodeResponseTypeDef",
|
|
709
747
|
"DescribeClusterRequestRequestTypeDef",
|
|
710
748
|
"DescribeClusterResponseTypeDef",
|
|
749
|
+
"DescribeClusterSchedulerConfigRequestRequestTypeDef",
|
|
750
|
+
"DescribeClusterSchedulerConfigResponseTypeDef",
|
|
711
751
|
"DescribeCodeRepositoryInputRequestTypeDef",
|
|
712
752
|
"DescribeCodeRepositoryOutputTypeDef",
|
|
713
753
|
"DescribeCompilationJobRequestRequestTypeDef",
|
|
714
754
|
"DescribeCompilationJobResponseTypeDef",
|
|
755
|
+
"DescribeComputeQuotaRequestRequestTypeDef",
|
|
756
|
+
"DescribeComputeQuotaResponseTypeDef",
|
|
715
757
|
"DescribeContextRequestRequestTypeDef",
|
|
716
758
|
"DescribeContextResponseTypeDef",
|
|
717
759
|
"DescribeDataQualityJobDefinitionRequestRequestTypeDef",
|
|
@@ -728,9 +770,8 @@ __all__ = (
|
|
|
728
770
|
"DescribeEdgePackagingJobResponseTypeDef",
|
|
729
771
|
"DescribeEndpointConfigInputRequestTypeDef",
|
|
730
772
|
"DescribeEndpointConfigOutputTypeDef",
|
|
731
|
-
"DescribeEndpointInputEndpointDeletedWaitTypeDef",
|
|
732
|
-
"DescribeEndpointInputEndpointInServiceWaitTypeDef",
|
|
733
773
|
"DescribeEndpointInputRequestTypeDef",
|
|
774
|
+
"DescribeEndpointInputWaitTypeDef",
|
|
734
775
|
"DescribeEndpointOutputTypeDef",
|
|
735
776
|
"DescribeExperimentRequestRequestTypeDef",
|
|
736
777
|
"DescribeExperimentResponseTypeDef",
|
|
@@ -748,14 +789,11 @@ __all__ = (
|
|
|
748
789
|
"DescribeHumanTaskUiResponseTypeDef",
|
|
749
790
|
"DescribeHyperParameterTuningJobRequestRequestTypeDef",
|
|
750
791
|
"DescribeHyperParameterTuningJobResponseTypeDef",
|
|
751
|
-
"DescribeImageRequestImageCreatedWaitTypeDef",
|
|
752
|
-
"DescribeImageRequestImageDeletedWaitTypeDef",
|
|
753
|
-
"DescribeImageRequestImageUpdatedWaitTypeDef",
|
|
754
792
|
"DescribeImageRequestRequestTypeDef",
|
|
793
|
+
"DescribeImageRequestWaitTypeDef",
|
|
755
794
|
"DescribeImageResponseTypeDef",
|
|
756
|
-
"DescribeImageVersionRequestImageVersionCreatedWaitTypeDef",
|
|
757
|
-
"DescribeImageVersionRequestImageVersionDeletedWaitTypeDef",
|
|
758
795
|
"DescribeImageVersionRequestRequestTypeDef",
|
|
796
|
+
"DescribeImageVersionRequestWaitTypeDef",
|
|
759
797
|
"DescribeImageVersionResponseTypeDef",
|
|
760
798
|
"DescribeInferenceComponentInputRequestTypeDef",
|
|
761
799
|
"DescribeInferenceComponentOutputTypeDef",
|
|
@@ -787,23 +825,23 @@ __all__ = (
|
|
|
787
825
|
"DescribeModelQualityJobDefinitionResponseTypeDef",
|
|
788
826
|
"DescribeMonitoringScheduleRequestRequestTypeDef",
|
|
789
827
|
"DescribeMonitoringScheduleResponseTypeDef",
|
|
790
|
-
"DescribeNotebookInstanceInputNotebookInstanceDeletedWaitTypeDef",
|
|
791
|
-
"DescribeNotebookInstanceInputNotebookInstanceInServiceWaitTypeDef",
|
|
792
|
-
"DescribeNotebookInstanceInputNotebookInstanceStoppedWaitTypeDef",
|
|
793
828
|
"DescribeNotebookInstanceInputRequestTypeDef",
|
|
829
|
+
"DescribeNotebookInstanceInputWaitTypeDef",
|
|
794
830
|
"DescribeNotebookInstanceLifecycleConfigInputRequestTypeDef",
|
|
795
831
|
"DescribeNotebookInstanceLifecycleConfigOutputTypeDef",
|
|
796
832
|
"DescribeNotebookInstanceOutputTypeDef",
|
|
797
833
|
"DescribeOptimizationJobRequestRequestTypeDef",
|
|
798
834
|
"DescribeOptimizationJobResponseTypeDef",
|
|
835
|
+
"DescribePartnerAppRequestRequestTypeDef",
|
|
836
|
+
"DescribePartnerAppResponseTypeDef",
|
|
799
837
|
"DescribePipelineDefinitionForExecutionRequestRequestTypeDef",
|
|
800
838
|
"DescribePipelineDefinitionForExecutionResponseTypeDef",
|
|
801
839
|
"DescribePipelineExecutionRequestRequestTypeDef",
|
|
802
840
|
"DescribePipelineExecutionResponseTypeDef",
|
|
803
841
|
"DescribePipelineRequestRequestTypeDef",
|
|
804
842
|
"DescribePipelineResponseTypeDef",
|
|
805
|
-
"DescribeProcessingJobRequestProcessingJobCompletedOrStoppedWaitTypeDef",
|
|
806
843
|
"DescribeProcessingJobRequestRequestTypeDef",
|
|
844
|
+
"DescribeProcessingJobRequestWaitTypeDef",
|
|
807
845
|
"DescribeProcessingJobResponseTypeDef",
|
|
808
846
|
"DescribeProjectInputRequestTypeDef",
|
|
809
847
|
"DescribeProjectOutputTypeDef",
|
|
@@ -814,10 +852,12 @@ __all__ = (
|
|
|
814
852
|
"DescribeSubscribedWorkteamRequestRequestTypeDef",
|
|
815
853
|
"DescribeSubscribedWorkteamResponseTypeDef",
|
|
816
854
|
"DescribeTrainingJobRequestRequestTypeDef",
|
|
817
|
-
"
|
|
855
|
+
"DescribeTrainingJobRequestWaitTypeDef",
|
|
818
856
|
"DescribeTrainingJobResponseTypeDef",
|
|
857
|
+
"DescribeTrainingPlanRequestRequestTypeDef",
|
|
858
|
+
"DescribeTrainingPlanResponseTypeDef",
|
|
819
859
|
"DescribeTransformJobRequestRequestTypeDef",
|
|
820
|
-
"
|
|
860
|
+
"DescribeTransformJobRequestWaitTypeDef",
|
|
821
861
|
"DescribeTransformJobResponseTypeDef",
|
|
822
862
|
"DescribeTrialComponentRequestRequestTypeDef",
|
|
823
863
|
"DescribeTrialComponentResponseTypeDef",
|
|
@@ -892,6 +932,7 @@ __all__ = (
|
|
|
892
932
|
"EnvironmentParameterRangesTypeDef",
|
|
893
933
|
"EnvironmentParameterRangesUnionTypeDef",
|
|
894
934
|
"EnvironmentParameterTypeDef",
|
|
935
|
+
"ErrorInfoTypeDef",
|
|
895
936
|
"ExperimentConfigTypeDef",
|
|
896
937
|
"ExperimentSourceTypeDef",
|
|
897
938
|
"ExperimentSummaryTypeDef",
|
|
@@ -899,6 +940,8 @@ __all__ = (
|
|
|
899
940
|
"ExplainabilityTypeDef",
|
|
900
941
|
"ExplainerConfigOutputTypeDef",
|
|
901
942
|
"ExplainerConfigTypeDef",
|
|
943
|
+
"FSxLustreFileSystemConfigTypeDef",
|
|
944
|
+
"FSxLustreFileSystemTypeDef",
|
|
902
945
|
"FailStepMetadataTypeDef",
|
|
903
946
|
"FeatureDefinitionTypeDef",
|
|
904
947
|
"FeatureGroupSummaryTypeDef",
|
|
@@ -1044,79 +1087,85 @@ __all__ = (
|
|
|
1044
1087
|
"LambdaStepMetadataTypeDef",
|
|
1045
1088
|
"LastUpdateStatusTypeDef",
|
|
1046
1089
|
"LineageGroupSummaryTypeDef",
|
|
1047
|
-
"
|
|
1090
|
+
"ListActionsRequestPaginateTypeDef",
|
|
1048
1091
|
"ListActionsRequestRequestTypeDef",
|
|
1049
1092
|
"ListActionsResponseTypeDef",
|
|
1050
|
-
"
|
|
1093
|
+
"ListAlgorithmsInputPaginateTypeDef",
|
|
1051
1094
|
"ListAlgorithmsInputRequestTypeDef",
|
|
1052
1095
|
"ListAlgorithmsOutputTypeDef",
|
|
1053
|
-
"
|
|
1096
|
+
"ListAliasesRequestPaginateTypeDef",
|
|
1054
1097
|
"ListAliasesRequestRequestTypeDef",
|
|
1055
1098
|
"ListAliasesResponseTypeDef",
|
|
1056
|
-
"
|
|
1099
|
+
"ListAppImageConfigsRequestPaginateTypeDef",
|
|
1057
1100
|
"ListAppImageConfigsRequestRequestTypeDef",
|
|
1058
1101
|
"ListAppImageConfigsResponseTypeDef",
|
|
1059
|
-
"
|
|
1102
|
+
"ListAppsRequestPaginateTypeDef",
|
|
1060
1103
|
"ListAppsRequestRequestTypeDef",
|
|
1061
1104
|
"ListAppsResponseTypeDef",
|
|
1062
|
-
"
|
|
1105
|
+
"ListArtifactsRequestPaginateTypeDef",
|
|
1063
1106
|
"ListArtifactsRequestRequestTypeDef",
|
|
1064
1107
|
"ListArtifactsResponseTypeDef",
|
|
1065
|
-
"
|
|
1108
|
+
"ListAssociationsRequestPaginateTypeDef",
|
|
1066
1109
|
"ListAssociationsRequestRequestTypeDef",
|
|
1067
1110
|
"ListAssociationsResponseTypeDef",
|
|
1068
|
-
"
|
|
1111
|
+
"ListAutoMLJobsRequestPaginateTypeDef",
|
|
1069
1112
|
"ListAutoMLJobsRequestRequestTypeDef",
|
|
1070
1113
|
"ListAutoMLJobsResponseTypeDef",
|
|
1071
|
-
"
|
|
1114
|
+
"ListCandidatesForAutoMLJobRequestPaginateTypeDef",
|
|
1072
1115
|
"ListCandidatesForAutoMLJobRequestRequestTypeDef",
|
|
1073
1116
|
"ListCandidatesForAutoMLJobResponseTypeDef",
|
|
1074
|
-
"
|
|
1117
|
+
"ListClusterNodesRequestPaginateTypeDef",
|
|
1075
1118
|
"ListClusterNodesRequestRequestTypeDef",
|
|
1076
1119
|
"ListClusterNodesResponseTypeDef",
|
|
1077
|
-
"
|
|
1120
|
+
"ListClusterSchedulerConfigsRequestPaginateTypeDef",
|
|
1121
|
+
"ListClusterSchedulerConfigsRequestRequestTypeDef",
|
|
1122
|
+
"ListClusterSchedulerConfigsResponseTypeDef",
|
|
1123
|
+
"ListClustersRequestPaginateTypeDef",
|
|
1078
1124
|
"ListClustersRequestRequestTypeDef",
|
|
1079
1125
|
"ListClustersResponseTypeDef",
|
|
1080
|
-
"
|
|
1126
|
+
"ListCodeRepositoriesInputPaginateTypeDef",
|
|
1081
1127
|
"ListCodeRepositoriesInputRequestTypeDef",
|
|
1082
1128
|
"ListCodeRepositoriesOutputTypeDef",
|
|
1083
|
-
"
|
|
1129
|
+
"ListCompilationJobsRequestPaginateTypeDef",
|
|
1084
1130
|
"ListCompilationJobsRequestRequestTypeDef",
|
|
1085
1131
|
"ListCompilationJobsResponseTypeDef",
|
|
1086
|
-
"
|
|
1132
|
+
"ListComputeQuotasRequestPaginateTypeDef",
|
|
1133
|
+
"ListComputeQuotasRequestRequestTypeDef",
|
|
1134
|
+
"ListComputeQuotasResponseTypeDef",
|
|
1135
|
+
"ListContextsRequestPaginateTypeDef",
|
|
1087
1136
|
"ListContextsRequestRequestTypeDef",
|
|
1088
1137
|
"ListContextsResponseTypeDef",
|
|
1089
|
-
"
|
|
1138
|
+
"ListDataQualityJobDefinitionsRequestPaginateTypeDef",
|
|
1090
1139
|
"ListDataQualityJobDefinitionsRequestRequestTypeDef",
|
|
1091
1140
|
"ListDataQualityJobDefinitionsResponseTypeDef",
|
|
1092
|
-
"
|
|
1141
|
+
"ListDeviceFleetsRequestPaginateTypeDef",
|
|
1093
1142
|
"ListDeviceFleetsRequestRequestTypeDef",
|
|
1094
1143
|
"ListDeviceFleetsResponseTypeDef",
|
|
1095
|
-
"
|
|
1144
|
+
"ListDevicesRequestPaginateTypeDef",
|
|
1096
1145
|
"ListDevicesRequestRequestTypeDef",
|
|
1097
1146
|
"ListDevicesResponseTypeDef",
|
|
1098
|
-
"
|
|
1147
|
+
"ListDomainsRequestPaginateTypeDef",
|
|
1099
1148
|
"ListDomainsRequestRequestTypeDef",
|
|
1100
1149
|
"ListDomainsResponseTypeDef",
|
|
1101
|
-
"
|
|
1150
|
+
"ListEdgeDeploymentPlansRequestPaginateTypeDef",
|
|
1102
1151
|
"ListEdgeDeploymentPlansRequestRequestTypeDef",
|
|
1103
1152
|
"ListEdgeDeploymentPlansResponseTypeDef",
|
|
1104
|
-
"
|
|
1153
|
+
"ListEdgePackagingJobsRequestPaginateTypeDef",
|
|
1105
1154
|
"ListEdgePackagingJobsRequestRequestTypeDef",
|
|
1106
1155
|
"ListEdgePackagingJobsResponseTypeDef",
|
|
1107
|
-
"
|
|
1156
|
+
"ListEndpointConfigsInputPaginateTypeDef",
|
|
1108
1157
|
"ListEndpointConfigsInputRequestTypeDef",
|
|
1109
1158
|
"ListEndpointConfigsOutputTypeDef",
|
|
1110
|
-
"
|
|
1159
|
+
"ListEndpointsInputPaginateTypeDef",
|
|
1111
1160
|
"ListEndpointsInputRequestTypeDef",
|
|
1112
1161
|
"ListEndpointsOutputTypeDef",
|
|
1113
|
-
"
|
|
1162
|
+
"ListExperimentsRequestPaginateTypeDef",
|
|
1114
1163
|
"ListExperimentsRequestRequestTypeDef",
|
|
1115
1164
|
"ListExperimentsResponseTypeDef",
|
|
1116
|
-
"
|
|
1165
|
+
"ListFeatureGroupsRequestPaginateTypeDef",
|
|
1117
1166
|
"ListFeatureGroupsRequestRequestTypeDef",
|
|
1118
1167
|
"ListFeatureGroupsResponseTypeDef",
|
|
1119
|
-
"
|
|
1168
|
+
"ListFlowDefinitionsRequestPaginateTypeDef",
|
|
1120
1169
|
"ListFlowDefinitionsRequestRequestTypeDef",
|
|
1121
1170
|
"ListFlowDefinitionsResponseTypeDef",
|
|
1122
1171
|
"ListHubContentVersionsRequestRequestTypeDef",
|
|
@@ -1125,150 +1174,156 @@ __all__ = (
|
|
|
1125
1174
|
"ListHubContentsResponseTypeDef",
|
|
1126
1175
|
"ListHubsRequestRequestTypeDef",
|
|
1127
1176
|
"ListHubsResponseTypeDef",
|
|
1128
|
-
"
|
|
1177
|
+
"ListHumanTaskUisRequestPaginateTypeDef",
|
|
1129
1178
|
"ListHumanTaskUisRequestRequestTypeDef",
|
|
1130
1179
|
"ListHumanTaskUisResponseTypeDef",
|
|
1131
|
-
"
|
|
1180
|
+
"ListHyperParameterTuningJobsRequestPaginateTypeDef",
|
|
1132
1181
|
"ListHyperParameterTuningJobsRequestRequestTypeDef",
|
|
1133
1182
|
"ListHyperParameterTuningJobsResponseTypeDef",
|
|
1134
|
-
"
|
|
1183
|
+
"ListImageVersionsRequestPaginateTypeDef",
|
|
1135
1184
|
"ListImageVersionsRequestRequestTypeDef",
|
|
1136
1185
|
"ListImageVersionsResponseTypeDef",
|
|
1137
|
-
"
|
|
1186
|
+
"ListImagesRequestPaginateTypeDef",
|
|
1138
1187
|
"ListImagesRequestRequestTypeDef",
|
|
1139
1188
|
"ListImagesResponseTypeDef",
|
|
1140
|
-
"
|
|
1189
|
+
"ListInferenceComponentsInputPaginateTypeDef",
|
|
1141
1190
|
"ListInferenceComponentsInputRequestTypeDef",
|
|
1142
1191
|
"ListInferenceComponentsOutputTypeDef",
|
|
1143
|
-
"
|
|
1192
|
+
"ListInferenceExperimentsRequestPaginateTypeDef",
|
|
1144
1193
|
"ListInferenceExperimentsRequestRequestTypeDef",
|
|
1145
1194
|
"ListInferenceExperimentsResponseTypeDef",
|
|
1146
|
-
"
|
|
1195
|
+
"ListInferenceRecommendationsJobStepsRequestPaginateTypeDef",
|
|
1147
1196
|
"ListInferenceRecommendationsJobStepsRequestRequestTypeDef",
|
|
1148
1197
|
"ListInferenceRecommendationsJobStepsResponseTypeDef",
|
|
1149
|
-
"
|
|
1198
|
+
"ListInferenceRecommendationsJobsRequestPaginateTypeDef",
|
|
1150
1199
|
"ListInferenceRecommendationsJobsRequestRequestTypeDef",
|
|
1151
1200
|
"ListInferenceRecommendationsJobsResponseTypeDef",
|
|
1152
|
-
"
|
|
1201
|
+
"ListLabelingJobsForWorkteamRequestPaginateTypeDef",
|
|
1153
1202
|
"ListLabelingJobsForWorkteamRequestRequestTypeDef",
|
|
1154
1203
|
"ListLabelingJobsForWorkteamResponseTypeDef",
|
|
1155
|
-
"
|
|
1204
|
+
"ListLabelingJobsRequestPaginateTypeDef",
|
|
1156
1205
|
"ListLabelingJobsRequestRequestTypeDef",
|
|
1157
1206
|
"ListLabelingJobsResponseTypeDef",
|
|
1158
|
-
"
|
|
1207
|
+
"ListLineageGroupsRequestPaginateTypeDef",
|
|
1159
1208
|
"ListLineageGroupsRequestRequestTypeDef",
|
|
1160
1209
|
"ListLineageGroupsResponseTypeDef",
|
|
1161
|
-
"
|
|
1210
|
+
"ListMlflowTrackingServersRequestPaginateTypeDef",
|
|
1162
1211
|
"ListMlflowTrackingServersRequestRequestTypeDef",
|
|
1163
1212
|
"ListMlflowTrackingServersResponseTypeDef",
|
|
1164
|
-
"
|
|
1213
|
+
"ListModelBiasJobDefinitionsRequestPaginateTypeDef",
|
|
1165
1214
|
"ListModelBiasJobDefinitionsRequestRequestTypeDef",
|
|
1166
1215
|
"ListModelBiasJobDefinitionsResponseTypeDef",
|
|
1167
|
-
"
|
|
1216
|
+
"ListModelCardExportJobsRequestPaginateTypeDef",
|
|
1168
1217
|
"ListModelCardExportJobsRequestRequestTypeDef",
|
|
1169
1218
|
"ListModelCardExportJobsResponseTypeDef",
|
|
1170
|
-
"
|
|
1219
|
+
"ListModelCardVersionsRequestPaginateTypeDef",
|
|
1171
1220
|
"ListModelCardVersionsRequestRequestTypeDef",
|
|
1172
1221
|
"ListModelCardVersionsResponseTypeDef",
|
|
1173
|
-
"
|
|
1222
|
+
"ListModelCardsRequestPaginateTypeDef",
|
|
1174
1223
|
"ListModelCardsRequestRequestTypeDef",
|
|
1175
1224
|
"ListModelCardsResponseTypeDef",
|
|
1176
|
-
"
|
|
1225
|
+
"ListModelExplainabilityJobDefinitionsRequestPaginateTypeDef",
|
|
1177
1226
|
"ListModelExplainabilityJobDefinitionsRequestRequestTypeDef",
|
|
1178
1227
|
"ListModelExplainabilityJobDefinitionsResponseTypeDef",
|
|
1179
|
-
"
|
|
1228
|
+
"ListModelMetadataRequestPaginateTypeDef",
|
|
1180
1229
|
"ListModelMetadataRequestRequestTypeDef",
|
|
1181
1230
|
"ListModelMetadataResponseTypeDef",
|
|
1182
|
-
"
|
|
1231
|
+
"ListModelPackageGroupsInputPaginateTypeDef",
|
|
1183
1232
|
"ListModelPackageGroupsInputRequestTypeDef",
|
|
1184
1233
|
"ListModelPackageGroupsOutputTypeDef",
|
|
1185
|
-
"
|
|
1234
|
+
"ListModelPackagesInputPaginateTypeDef",
|
|
1186
1235
|
"ListModelPackagesInputRequestTypeDef",
|
|
1187
1236
|
"ListModelPackagesOutputTypeDef",
|
|
1188
|
-
"
|
|
1237
|
+
"ListModelQualityJobDefinitionsRequestPaginateTypeDef",
|
|
1189
1238
|
"ListModelQualityJobDefinitionsRequestRequestTypeDef",
|
|
1190
1239
|
"ListModelQualityJobDefinitionsResponseTypeDef",
|
|
1191
|
-
"
|
|
1240
|
+
"ListModelsInputPaginateTypeDef",
|
|
1192
1241
|
"ListModelsInputRequestTypeDef",
|
|
1193
1242
|
"ListModelsOutputTypeDef",
|
|
1194
|
-
"
|
|
1243
|
+
"ListMonitoringAlertHistoryRequestPaginateTypeDef",
|
|
1195
1244
|
"ListMonitoringAlertHistoryRequestRequestTypeDef",
|
|
1196
1245
|
"ListMonitoringAlertHistoryResponseTypeDef",
|
|
1197
|
-
"
|
|
1246
|
+
"ListMonitoringAlertsRequestPaginateTypeDef",
|
|
1198
1247
|
"ListMonitoringAlertsRequestRequestTypeDef",
|
|
1199
1248
|
"ListMonitoringAlertsResponseTypeDef",
|
|
1200
|
-
"
|
|
1249
|
+
"ListMonitoringExecutionsRequestPaginateTypeDef",
|
|
1201
1250
|
"ListMonitoringExecutionsRequestRequestTypeDef",
|
|
1202
1251
|
"ListMonitoringExecutionsResponseTypeDef",
|
|
1203
|
-
"
|
|
1252
|
+
"ListMonitoringSchedulesRequestPaginateTypeDef",
|
|
1204
1253
|
"ListMonitoringSchedulesRequestRequestTypeDef",
|
|
1205
1254
|
"ListMonitoringSchedulesResponseTypeDef",
|
|
1206
|
-
"
|
|
1255
|
+
"ListNotebookInstanceLifecycleConfigsInputPaginateTypeDef",
|
|
1207
1256
|
"ListNotebookInstanceLifecycleConfigsInputRequestTypeDef",
|
|
1208
1257
|
"ListNotebookInstanceLifecycleConfigsOutputTypeDef",
|
|
1209
|
-
"
|
|
1258
|
+
"ListNotebookInstancesInputPaginateTypeDef",
|
|
1210
1259
|
"ListNotebookInstancesInputRequestTypeDef",
|
|
1211
1260
|
"ListNotebookInstancesOutputTypeDef",
|
|
1212
|
-
"
|
|
1261
|
+
"ListOptimizationJobsRequestPaginateTypeDef",
|
|
1213
1262
|
"ListOptimizationJobsRequestRequestTypeDef",
|
|
1214
1263
|
"ListOptimizationJobsResponseTypeDef",
|
|
1215
|
-
"
|
|
1264
|
+
"ListPartnerAppsRequestPaginateTypeDef",
|
|
1265
|
+
"ListPartnerAppsRequestRequestTypeDef",
|
|
1266
|
+
"ListPartnerAppsResponseTypeDef",
|
|
1267
|
+
"ListPipelineExecutionStepsRequestPaginateTypeDef",
|
|
1216
1268
|
"ListPipelineExecutionStepsRequestRequestTypeDef",
|
|
1217
1269
|
"ListPipelineExecutionStepsResponseTypeDef",
|
|
1218
|
-
"
|
|
1270
|
+
"ListPipelineExecutionsRequestPaginateTypeDef",
|
|
1219
1271
|
"ListPipelineExecutionsRequestRequestTypeDef",
|
|
1220
1272
|
"ListPipelineExecutionsResponseTypeDef",
|
|
1221
|
-
"
|
|
1273
|
+
"ListPipelineParametersForExecutionRequestPaginateTypeDef",
|
|
1222
1274
|
"ListPipelineParametersForExecutionRequestRequestTypeDef",
|
|
1223
1275
|
"ListPipelineParametersForExecutionResponseTypeDef",
|
|
1224
|
-
"
|
|
1276
|
+
"ListPipelinesRequestPaginateTypeDef",
|
|
1225
1277
|
"ListPipelinesRequestRequestTypeDef",
|
|
1226
1278
|
"ListPipelinesResponseTypeDef",
|
|
1227
|
-
"
|
|
1279
|
+
"ListProcessingJobsRequestPaginateTypeDef",
|
|
1228
1280
|
"ListProcessingJobsRequestRequestTypeDef",
|
|
1229
1281
|
"ListProcessingJobsResponseTypeDef",
|
|
1230
1282
|
"ListProjectsInputRequestTypeDef",
|
|
1231
1283
|
"ListProjectsOutputTypeDef",
|
|
1232
|
-
"
|
|
1284
|
+
"ListResourceCatalogsRequestPaginateTypeDef",
|
|
1233
1285
|
"ListResourceCatalogsRequestRequestTypeDef",
|
|
1234
1286
|
"ListResourceCatalogsResponseTypeDef",
|
|
1235
|
-
"
|
|
1287
|
+
"ListSpacesRequestPaginateTypeDef",
|
|
1236
1288
|
"ListSpacesRequestRequestTypeDef",
|
|
1237
1289
|
"ListSpacesResponseTypeDef",
|
|
1238
|
-
"
|
|
1290
|
+
"ListStageDevicesRequestPaginateTypeDef",
|
|
1239
1291
|
"ListStageDevicesRequestRequestTypeDef",
|
|
1240
1292
|
"ListStageDevicesResponseTypeDef",
|
|
1241
|
-
"
|
|
1293
|
+
"ListStudioLifecycleConfigsRequestPaginateTypeDef",
|
|
1242
1294
|
"ListStudioLifecycleConfigsRequestRequestTypeDef",
|
|
1243
1295
|
"ListStudioLifecycleConfigsResponseTypeDef",
|
|
1244
|
-
"
|
|
1296
|
+
"ListSubscribedWorkteamsRequestPaginateTypeDef",
|
|
1245
1297
|
"ListSubscribedWorkteamsRequestRequestTypeDef",
|
|
1246
1298
|
"ListSubscribedWorkteamsResponseTypeDef",
|
|
1247
|
-
"
|
|
1299
|
+
"ListTagsInputPaginateTypeDef",
|
|
1248
1300
|
"ListTagsInputRequestTypeDef",
|
|
1249
1301
|
"ListTagsOutputTypeDef",
|
|
1250
|
-
"
|
|
1302
|
+
"ListTrainingJobsForHyperParameterTuningJobRequestPaginateTypeDef",
|
|
1251
1303
|
"ListTrainingJobsForHyperParameterTuningJobRequestRequestTypeDef",
|
|
1252
1304
|
"ListTrainingJobsForHyperParameterTuningJobResponseTypeDef",
|
|
1253
|
-
"
|
|
1305
|
+
"ListTrainingJobsRequestPaginateTypeDef",
|
|
1254
1306
|
"ListTrainingJobsRequestRequestTypeDef",
|
|
1255
1307
|
"ListTrainingJobsResponseTypeDef",
|
|
1256
|
-
"
|
|
1308
|
+
"ListTrainingPlansRequestPaginateTypeDef",
|
|
1309
|
+
"ListTrainingPlansRequestRequestTypeDef",
|
|
1310
|
+
"ListTrainingPlansResponseTypeDef",
|
|
1311
|
+
"ListTransformJobsRequestPaginateTypeDef",
|
|
1257
1312
|
"ListTransformJobsRequestRequestTypeDef",
|
|
1258
1313
|
"ListTransformJobsResponseTypeDef",
|
|
1259
|
-
"
|
|
1314
|
+
"ListTrialComponentsRequestPaginateTypeDef",
|
|
1260
1315
|
"ListTrialComponentsRequestRequestTypeDef",
|
|
1261
1316
|
"ListTrialComponentsResponseTypeDef",
|
|
1262
|
-
"
|
|
1317
|
+
"ListTrialsRequestPaginateTypeDef",
|
|
1263
1318
|
"ListTrialsRequestRequestTypeDef",
|
|
1264
1319
|
"ListTrialsResponseTypeDef",
|
|
1265
|
-
"
|
|
1320
|
+
"ListUserProfilesRequestPaginateTypeDef",
|
|
1266
1321
|
"ListUserProfilesRequestRequestTypeDef",
|
|
1267
1322
|
"ListUserProfilesResponseTypeDef",
|
|
1268
|
-
"
|
|
1323
|
+
"ListWorkforcesRequestPaginateTypeDef",
|
|
1269
1324
|
"ListWorkforcesRequestRequestTypeDef",
|
|
1270
1325
|
"ListWorkforcesResponseTypeDef",
|
|
1271
|
-
"
|
|
1326
|
+
"ListWorkteamsRequestPaginateTypeDef",
|
|
1272
1327
|
"ListWorkteamsRequestRequestTypeDef",
|
|
1273
1328
|
"ListWorkteamsResponseTypeDef",
|
|
1274
1329
|
"MemberDefinitionOutputTypeDef",
|
|
@@ -1442,6 +1497,10 @@ __all__ = (
|
|
|
1442
1497
|
"ParameterTypeDef",
|
|
1443
1498
|
"ParentHyperParameterTuningJobTypeDef",
|
|
1444
1499
|
"ParentTypeDef",
|
|
1500
|
+
"PartnerAppConfigOutputTypeDef",
|
|
1501
|
+
"PartnerAppConfigTypeDef",
|
|
1502
|
+
"PartnerAppMaintenanceConfigTypeDef",
|
|
1503
|
+
"PartnerAppSummaryTypeDef",
|
|
1445
1504
|
"PendingDeploymentSummaryTypeDef",
|
|
1446
1505
|
"PendingProductionVariantSummaryTypeDef",
|
|
1447
1506
|
"PhaseTypeDef",
|
|
@@ -1454,6 +1513,7 @@ __all__ = (
|
|
|
1454
1513
|
"PipelineSummaryTypeDef",
|
|
1455
1514
|
"PipelineTypeDef",
|
|
1456
1515
|
"PredefinedMetricSpecificationTypeDef",
|
|
1516
|
+
"PriorityClassTypeDef",
|
|
1457
1517
|
"ProcessingClusterConfigTypeDef",
|
|
1458
1518
|
"ProcessingFeatureStoreOutputTypeDef",
|
|
1459
1519
|
"ProcessingInputTypeDef",
|
|
@@ -1530,6 +1590,8 @@ __all__ = (
|
|
|
1530
1590
|
"RenderableTaskTypeDef",
|
|
1531
1591
|
"RenderingErrorTypeDef",
|
|
1532
1592
|
"RepositoryAuthConfigTypeDef",
|
|
1593
|
+
"ReservedCapacityOfferingTypeDef",
|
|
1594
|
+
"ReservedCapacitySummaryTypeDef",
|
|
1533
1595
|
"ResolvedAttributesTypeDef",
|
|
1534
1596
|
"ResourceCatalogTypeDef",
|
|
1535
1597
|
"ResourceConfigForUpdateTypeDef",
|
|
@@ -1537,6 +1599,7 @@ __all__ = (
|
|
|
1537
1599
|
"ResourceConfigTypeDef",
|
|
1538
1600
|
"ResourceConfigUnionTypeDef",
|
|
1539
1601
|
"ResourceLimitsTypeDef",
|
|
1602
|
+
"ResourceSharingConfigTypeDef",
|
|
1540
1603
|
"ResourceSpecTypeDef",
|
|
1541
1604
|
"ResponseMetadataTypeDef",
|
|
1542
1605
|
"RetentionPolicyTypeDef",
|
|
@@ -1554,12 +1617,16 @@ __all__ = (
|
|
|
1554
1617
|
"ScalingPolicyObjectiveTypeDef",
|
|
1555
1618
|
"ScalingPolicyTypeDef",
|
|
1556
1619
|
"ScheduleConfigTypeDef",
|
|
1620
|
+
"SchedulerConfigOutputTypeDef",
|
|
1621
|
+
"SchedulerConfigTypeDef",
|
|
1557
1622
|
"SearchExpressionPaginatorTypeDef",
|
|
1558
1623
|
"SearchExpressionTypeDef",
|
|
1559
1624
|
"SearchRecordTypeDef",
|
|
1625
|
+
"SearchRequestPaginateTypeDef",
|
|
1560
1626
|
"SearchRequestRequestTypeDef",
|
|
1561
|
-
"SearchRequestSearchPaginateTypeDef",
|
|
1562
1627
|
"SearchResponseTypeDef",
|
|
1628
|
+
"SearchTrainingPlanOfferingsRequestRequestTypeDef",
|
|
1629
|
+
"SearchTrainingPlanOfferingsResponseTypeDef",
|
|
1563
1630
|
"SecondaryStatusTransitionTypeDef",
|
|
1564
1631
|
"SelectedStepTypeDef",
|
|
1565
1632
|
"SelectiveExecutionConfigOutputTypeDef",
|
|
@@ -1674,6 +1741,9 @@ __all__ = (
|
|
|
1674
1741
|
"TrainingJobStepMetadataTypeDef",
|
|
1675
1742
|
"TrainingJobSummaryTypeDef",
|
|
1676
1743
|
"TrainingJobTypeDef",
|
|
1744
|
+
"TrainingPlanFilterTypeDef",
|
|
1745
|
+
"TrainingPlanOfferingTypeDef",
|
|
1746
|
+
"TrainingPlanSummaryTypeDef",
|
|
1677
1747
|
"TrainingRepositoryAuthConfigTypeDef",
|
|
1678
1748
|
"TrainingSpecificationOutputTypeDef",
|
|
1679
1749
|
"TrainingSpecificationTypeDef",
|
|
@@ -1715,10 +1785,14 @@ __all__ = (
|
|
|
1715
1785
|
"UpdateArtifactResponseTypeDef",
|
|
1716
1786
|
"UpdateClusterRequestRequestTypeDef",
|
|
1717
1787
|
"UpdateClusterResponseTypeDef",
|
|
1788
|
+
"UpdateClusterSchedulerConfigRequestRequestTypeDef",
|
|
1789
|
+
"UpdateClusterSchedulerConfigResponseTypeDef",
|
|
1718
1790
|
"UpdateClusterSoftwareRequestRequestTypeDef",
|
|
1719
1791
|
"UpdateClusterSoftwareResponseTypeDef",
|
|
1720
1792
|
"UpdateCodeRepositoryInputRequestTypeDef",
|
|
1721
1793
|
"UpdateCodeRepositoryOutputTypeDef",
|
|
1794
|
+
"UpdateComputeQuotaRequestRequestTypeDef",
|
|
1795
|
+
"UpdateComputeQuotaResponseTypeDef",
|
|
1722
1796
|
"UpdateContextRequestRequestTypeDef",
|
|
1723
1797
|
"UpdateContextResponseTypeDef",
|
|
1724
1798
|
"UpdateDeviceFleetRequestRequestTypeDef",
|
|
@@ -1758,6 +1832,8 @@ __all__ = (
|
|
|
1758
1832
|
"UpdateMonitoringScheduleResponseTypeDef",
|
|
1759
1833
|
"UpdateNotebookInstanceInputRequestTypeDef",
|
|
1760
1834
|
"UpdateNotebookInstanceLifecycleConfigInputRequestTypeDef",
|
|
1835
|
+
"UpdatePartnerAppRequestRequestTypeDef",
|
|
1836
|
+
"UpdatePartnerAppResponseTypeDef",
|
|
1761
1837
|
"UpdatePipelineExecutionRequestRequestTypeDef",
|
|
1762
1838
|
"UpdatePipelineExecutionResponseTypeDef",
|
|
1763
1839
|
"UpdatePipelineRequestRequestTypeDef",
|
|
@@ -1815,7 +1891,7 @@ class AddAssociationRequestRequestTypeDef(TypedDict):
|
|
|
1815
1891
|
class ResponseMetadataTypeDef(TypedDict):
|
|
1816
1892
|
RequestId: str
|
|
1817
1893
|
HTTPStatusCode: int
|
|
1818
|
-
HTTPHeaders:
|
|
1894
|
+
HTTPHeaders: dict[str, str]
|
|
1819
1895
|
RetryAttempts: int
|
|
1820
1896
|
HostId: NotRequired[str]
|
|
1821
1897
|
|
|
@@ -1885,8 +1961,8 @@ class IdleSettingsTypeDef(TypedDict):
|
|
|
1885
1961
|
|
|
1886
1962
|
class AppSpecificationOutputTypeDef(TypedDict):
|
|
1887
1963
|
ImageUri: str
|
|
1888
|
-
ContainerEntrypoint: NotRequired[
|
|
1889
|
-
ContainerArguments: NotRequired[
|
|
1964
|
+
ContainerEntrypoint: NotRequired[list[str]]
|
|
1965
|
+
ContainerArguments: NotRequired[list[str]]
|
|
1890
1966
|
|
|
1891
1967
|
|
|
1892
1968
|
class AppSpecificationTypeDef(TypedDict):
|
|
@@ -1912,7 +1988,7 @@ class AsyncInferenceClientConfigTypeDef(TypedDict):
|
|
|
1912
1988
|
class AsyncInferenceNotificationConfigOutputTypeDef(TypedDict):
|
|
1913
1989
|
SuccessTopic: NotRequired[str]
|
|
1914
1990
|
ErrorTopic: NotRequired[str]
|
|
1915
|
-
IncludeInferenceResponseIn: NotRequired[
|
|
1991
|
+
IncludeInferenceResponseIn: NotRequired[list[AsyncNotificationTopicTypesType]]
|
|
1916
1992
|
|
|
1917
1993
|
|
|
1918
1994
|
class AsyncInferenceNotificationConfigTypeDef(TypedDict):
|
|
@@ -1933,7 +2009,7 @@ class AthenaDatasetDefinitionTypeDef(TypedDict):
|
|
|
1933
2009
|
|
|
1934
2010
|
|
|
1935
2011
|
class AutoMLAlgorithmConfigOutputTypeDef(TypedDict):
|
|
1936
|
-
AutoMLAlgorithms:
|
|
2012
|
+
AutoMLAlgorithms: list[AutoMLAlgorithmType]
|
|
1937
2013
|
|
|
1938
2014
|
|
|
1939
2015
|
class AutoMLAlgorithmConfigTypeDef(TypedDict):
|
|
@@ -1949,7 +2025,7 @@ class AutoMLCandidateStepTypeDef(TypedDict):
|
|
|
1949
2025
|
class AutoMLContainerDefinitionTypeDef(TypedDict):
|
|
1950
2026
|
Image: str
|
|
1951
2027
|
ModelDataUrl: str
|
|
1952
|
-
Environment: NotRequired[
|
|
2028
|
+
Environment: NotRequired[dict[str, str]]
|
|
1953
2029
|
|
|
1954
2030
|
|
|
1955
2031
|
FinalAutoMLJobObjectiveMetricTypeDef = TypedDict(
|
|
@@ -2013,8 +2089,8 @@ class TextGenerationResolvedAttributesTypeDef(TypedDict):
|
|
|
2013
2089
|
|
|
2014
2090
|
|
|
2015
2091
|
class VpcConfigOutputTypeDef(TypedDict):
|
|
2016
|
-
SecurityGroupIds:
|
|
2017
|
-
Subnets:
|
|
2092
|
+
SecurityGroupIds: list[str]
|
|
2093
|
+
Subnets: list[str]
|
|
2018
2094
|
|
|
2019
2095
|
|
|
2020
2096
|
class AutoParameterTypeDef(TypedDict):
|
|
@@ -2136,8 +2212,8 @@ CapacitySizeTypeDef = TypedDict(
|
|
|
2136
2212
|
|
|
2137
2213
|
|
|
2138
2214
|
class CaptureContentTypeHeaderOutputTypeDef(TypedDict):
|
|
2139
|
-
CsvContentTypes: NotRequired[
|
|
2140
|
-
JsonContentTypes: NotRequired[
|
|
2215
|
+
CsvContentTypes: NotRequired[list[str]]
|
|
2216
|
+
JsonContentTypes: NotRequired[list[str]]
|
|
2141
2217
|
|
|
2142
2218
|
|
|
2143
2219
|
class CaptureContentTypeHeaderTypeDef(TypedDict):
|
|
@@ -2151,16 +2227,16 @@ class CaptureOptionTypeDef(TypedDict):
|
|
|
2151
2227
|
|
|
2152
2228
|
class CategoricalParameterOutputTypeDef(TypedDict):
|
|
2153
2229
|
Name: str
|
|
2154
|
-
Value:
|
|
2230
|
+
Value: list[str]
|
|
2155
2231
|
|
|
2156
2232
|
|
|
2157
2233
|
class CategoricalParameterRangeOutputTypeDef(TypedDict):
|
|
2158
2234
|
Name: str
|
|
2159
|
-
Values:
|
|
2235
|
+
Values: list[str]
|
|
2160
2236
|
|
|
2161
2237
|
|
|
2162
2238
|
class CategoricalParameterRangeSpecificationOutputTypeDef(TypedDict):
|
|
2163
|
-
Values:
|
|
2239
|
+
Values: list[str]
|
|
2164
2240
|
|
|
2165
2241
|
|
|
2166
2242
|
class CategoricalParameterRangeSpecificationTypeDef(TypedDict):
|
|
@@ -2183,11 +2259,11 @@ class ShuffleConfigTypeDef(TypedDict):
|
|
|
2183
2259
|
|
|
2184
2260
|
class ChannelSpecificationOutputTypeDef(TypedDict):
|
|
2185
2261
|
Name: str
|
|
2186
|
-
SupportedContentTypes:
|
|
2187
|
-
SupportedInputModes:
|
|
2262
|
+
SupportedContentTypes: list[str]
|
|
2263
|
+
SupportedInputModes: list[TrainingInputModeType]
|
|
2188
2264
|
Description: NotRequired[str]
|
|
2189
2265
|
IsRequired: NotRequired[bool]
|
|
2190
|
-
SupportedCompressionTypes: NotRequired[
|
|
2266
|
+
SupportedCompressionTypes: NotRequired[list[CompressionTypeType]]
|
|
2191
2267
|
|
|
2192
2268
|
|
|
2193
2269
|
class ChannelSpecificationTypeDef(TypedDict):
|
|
@@ -2224,9 +2300,9 @@ class ClarifyInferenceConfigOutputTypeDef(TypedDict):
|
|
|
2224
2300
|
LabelIndex: NotRequired[int]
|
|
2225
2301
|
ProbabilityAttribute: NotRequired[str]
|
|
2226
2302
|
LabelAttribute: NotRequired[str]
|
|
2227
|
-
LabelHeaders: NotRequired[
|
|
2228
|
-
FeatureHeaders: NotRequired[
|
|
2229
|
-
FeatureTypes: NotRequired[
|
|
2303
|
+
LabelHeaders: NotRequired[list[str]]
|
|
2304
|
+
FeatureHeaders: NotRequired[list[str]]
|
|
2305
|
+
FeatureTypes: NotRequired[list[ClarifyFeatureTypeType]]
|
|
2230
2306
|
|
|
2231
2307
|
|
|
2232
2308
|
class ClarifyInferenceConfigTypeDef(TypedDict):
|
|
@@ -2277,17 +2353,29 @@ class ClusterOrchestratorEksConfigTypeDef(TypedDict):
|
|
|
2277
2353
|
ClusterArn: str
|
|
2278
2354
|
|
|
2279
2355
|
|
|
2356
|
+
class ClusterSchedulerConfigSummaryTypeDef(TypedDict):
|
|
2357
|
+
ClusterSchedulerConfigArn: str
|
|
2358
|
+
ClusterSchedulerConfigId: str
|
|
2359
|
+
Name: str
|
|
2360
|
+
CreationTime: datetime
|
|
2361
|
+
Status: SchedulerResourceStatusType
|
|
2362
|
+
ClusterSchedulerConfigVersion: NotRequired[int]
|
|
2363
|
+
LastModifiedTime: NotRequired[datetime]
|
|
2364
|
+
ClusterArn: NotRequired[str]
|
|
2365
|
+
|
|
2366
|
+
|
|
2280
2367
|
class ClusterSummaryTypeDef(TypedDict):
|
|
2281
2368
|
ClusterArn: str
|
|
2282
2369
|
ClusterName: str
|
|
2283
2370
|
CreationTime: datetime
|
|
2284
2371
|
ClusterStatus: ClusterStatusType
|
|
2372
|
+
TrainingPlanArns: NotRequired[list[str]]
|
|
2285
2373
|
|
|
2286
2374
|
|
|
2287
2375
|
class ContainerConfigOutputTypeDef(TypedDict):
|
|
2288
|
-
ContainerArguments: NotRequired[
|
|
2289
|
-
ContainerEntrypoint: NotRequired[
|
|
2290
|
-
ContainerEnvironmentVariables: NotRequired[
|
|
2376
|
+
ContainerArguments: NotRequired[list[str]]
|
|
2377
|
+
ContainerEntrypoint: NotRequired[list[str]]
|
|
2378
|
+
ContainerEnvironmentVariables: NotRequired[dict[str, str]]
|
|
2291
2379
|
|
|
2292
2380
|
|
|
2293
2381
|
class FileSystemConfigTypeDef(TypedDict):
|
|
@@ -2329,7 +2417,7 @@ class VectorConfigTypeDef(TypedDict):
|
|
|
2329
2417
|
|
|
2330
2418
|
class CollectionConfigurationOutputTypeDef(TypedDict):
|
|
2331
2419
|
CollectionName: NotRequired[str]
|
|
2332
|
-
CollectionParameters: NotRequired[
|
|
2420
|
+
CollectionParameters: NotRequired[dict[str, str]]
|
|
2333
2421
|
|
|
2334
2422
|
|
|
2335
2423
|
class CollectionConfigurationTypeDef(TypedDict):
|
|
@@ -2351,6 +2439,21 @@ class CompilationJobSummaryTypeDef(TypedDict):
|
|
|
2351
2439
|
LastModifiedTime: NotRequired[datetime]
|
|
2352
2440
|
|
|
2353
2441
|
|
|
2442
|
+
class ComputeQuotaResourceConfigTypeDef(TypedDict):
|
|
2443
|
+
InstanceType: ClusterInstanceTypeType
|
|
2444
|
+
Count: int
|
|
2445
|
+
|
|
2446
|
+
|
|
2447
|
+
class ResourceSharingConfigTypeDef(TypedDict):
|
|
2448
|
+
Strategy: ResourceSharingStrategyType
|
|
2449
|
+
BorrowLimit: NotRequired[int]
|
|
2450
|
+
|
|
2451
|
+
|
|
2452
|
+
class ComputeQuotaTargetTypeDef(TypedDict):
|
|
2453
|
+
TeamName: str
|
|
2454
|
+
FairShareWeight: NotRequired[int]
|
|
2455
|
+
|
|
2456
|
+
|
|
2354
2457
|
class ConditionStepMetadataTypeDef(TypedDict):
|
|
2355
2458
|
Outcome: NotRequired[ConditionOutcomeType]
|
|
2356
2459
|
|
|
@@ -2566,6 +2669,21 @@ class OptimizationVpcConfigTypeDef(TypedDict):
|
|
|
2566
2669
|
Subnets: Sequence[str]
|
|
2567
2670
|
|
|
2568
2671
|
|
|
2672
|
+
class CreatePartnerAppPresignedUrlRequestRequestTypeDef(TypedDict):
|
|
2673
|
+
Arn: str
|
|
2674
|
+
ExpiresInSeconds: NotRequired[int]
|
|
2675
|
+
SessionExpirationDurationInSeconds: NotRequired[int]
|
|
2676
|
+
|
|
2677
|
+
|
|
2678
|
+
class PartnerAppConfigTypeDef(TypedDict):
|
|
2679
|
+
AdminUsers: NotRequired[Sequence[str]]
|
|
2680
|
+
Arguments: NotRequired[Mapping[str, str]]
|
|
2681
|
+
|
|
2682
|
+
|
|
2683
|
+
class PartnerAppMaintenanceConfigTypeDef(TypedDict):
|
|
2684
|
+
MaintenanceWindowStart: NotRequired[str]
|
|
2685
|
+
|
|
2686
|
+
|
|
2569
2687
|
class ParallelismConfigurationTypeDef(TypedDict):
|
|
2570
2688
|
MaxParallelExecutionSteps: int
|
|
2571
2689
|
|
|
@@ -2723,10 +2841,19 @@ class EFSFileSystemConfigTypeDef(TypedDict):
|
|
|
2723
2841
|
FileSystemPath: NotRequired[str]
|
|
2724
2842
|
|
|
2725
2843
|
|
|
2844
|
+
class FSxLustreFileSystemConfigTypeDef(TypedDict):
|
|
2845
|
+
FileSystemId: str
|
|
2846
|
+
FileSystemPath: NotRequired[str]
|
|
2847
|
+
|
|
2848
|
+
|
|
2726
2849
|
class EFSFileSystemTypeDef(TypedDict):
|
|
2727
2850
|
FileSystemId: str
|
|
2728
2851
|
|
|
2729
2852
|
|
|
2853
|
+
class FSxLustreFileSystemTypeDef(TypedDict):
|
|
2854
|
+
FileSystemId: str
|
|
2855
|
+
|
|
2856
|
+
|
|
2730
2857
|
class CustomPosixUserConfigTypeDef(TypedDict):
|
|
2731
2858
|
Uid: int
|
|
2732
2859
|
Gid: int
|
|
@@ -2754,11 +2881,11 @@ class DataCatalogConfigTypeDef(TypedDict):
|
|
|
2754
2881
|
|
|
2755
2882
|
class DataQualityAppSpecificationOutputTypeDef(TypedDict):
|
|
2756
2883
|
ImageUri: str
|
|
2757
|
-
ContainerEntrypoint: NotRequired[
|
|
2758
|
-
ContainerArguments: NotRequired[
|
|
2884
|
+
ContainerEntrypoint: NotRequired[list[str]]
|
|
2885
|
+
ContainerArguments: NotRequired[list[str]]
|
|
2759
2886
|
RecordPreprocessorSourceUri: NotRequired[str]
|
|
2760
2887
|
PostAnalyticsProcessorSourceUri: NotRequired[str]
|
|
2761
|
-
Environment: NotRequired[
|
|
2888
|
+
Environment: NotRequired[dict[str, str]]
|
|
2762
2889
|
|
|
2763
2890
|
|
|
2764
2891
|
class MonitoringConstraintsResourceTypeDef(TypedDict):
|
|
@@ -2800,8 +2927,8 @@ S3DataSourceOutputTypeDef = TypedDict(
|
|
|
2800
2927
|
"S3DataType": S3DataTypeType,
|
|
2801
2928
|
"S3Uri": str,
|
|
2802
2929
|
"S3DataDistributionType": NotRequired[S3DataDistributionType],
|
|
2803
|
-
"AttributeNames": NotRequired[
|
|
2804
|
-
"InstanceGroupNames": NotRequired[
|
|
2930
|
+
"AttributeNames": NotRequired[list[str]],
|
|
2931
|
+
"InstanceGroupNames": NotRequired[list[str]],
|
|
2805
2932
|
},
|
|
2806
2933
|
)
|
|
2807
2934
|
|
|
@@ -2825,7 +2952,7 @@ class DebugRuleConfigurationOutputTypeDef(TypedDict):
|
|
|
2825
2952
|
S3OutputPath: NotRequired[str]
|
|
2826
2953
|
InstanceType: NotRequired[ProcessingInstanceTypeType]
|
|
2827
2954
|
VolumeSizeInGB: NotRequired[int]
|
|
2828
|
-
RuleParameters: NotRequired[
|
|
2955
|
+
RuleParameters: NotRequired[dict[str, str]]
|
|
2829
2956
|
|
|
2830
2957
|
|
|
2831
2958
|
class DebugRuleConfigurationTypeDef(TypedDict):
|
|
@@ -2880,6 +3007,10 @@ class DeleteClusterRequestRequestTypeDef(TypedDict):
|
|
|
2880
3007
|
ClusterName: str
|
|
2881
3008
|
|
|
2882
3009
|
|
|
3010
|
+
class DeleteClusterSchedulerConfigRequestRequestTypeDef(TypedDict):
|
|
3011
|
+
ClusterSchedulerConfigId: str
|
|
3012
|
+
|
|
3013
|
+
|
|
2883
3014
|
class DeleteCodeRepositoryInputRequestTypeDef(TypedDict):
|
|
2884
3015
|
CodeRepositoryName: str
|
|
2885
3016
|
|
|
@@ -2888,6 +3019,10 @@ class DeleteCompilationJobRequestRequestTypeDef(TypedDict):
|
|
|
2888
3019
|
CompilationJobName: str
|
|
2889
3020
|
|
|
2890
3021
|
|
|
3022
|
+
class DeleteComputeQuotaRequestRequestTypeDef(TypedDict):
|
|
3023
|
+
ComputeQuotaId: str
|
|
3024
|
+
|
|
3025
|
+
|
|
2891
3026
|
class DeleteContextRequestRequestTypeDef(TypedDict):
|
|
2892
3027
|
ContextName: str
|
|
2893
3028
|
|
|
@@ -3028,6 +3163,11 @@ class DeleteOptimizationJobRequestRequestTypeDef(TypedDict):
|
|
|
3028
3163
|
OptimizationJobName: str
|
|
3029
3164
|
|
|
3030
3165
|
|
|
3166
|
+
class DeletePartnerAppRequestRequestTypeDef(TypedDict):
|
|
3167
|
+
Arn: str
|
|
3168
|
+
ClientToken: NotRequired[str]
|
|
3169
|
+
|
|
3170
|
+
|
|
3031
3171
|
class DeletePipelineRequestRequestTypeDef(TypedDict):
|
|
3032
3172
|
PipelineName: str
|
|
3033
3173
|
ClientRequestToken: str
|
|
@@ -3081,13 +3221,13 @@ class DeployedImageTypeDef(TypedDict):
|
|
|
3081
3221
|
class RealTimeInferenceRecommendationTypeDef(TypedDict):
|
|
3082
3222
|
RecommendationId: str
|
|
3083
3223
|
InstanceType: ProductionVariantInstanceTypeType
|
|
3084
|
-
Environment: NotRequired[
|
|
3224
|
+
Environment: NotRequired[dict[str, str]]
|
|
3085
3225
|
|
|
3086
3226
|
|
|
3087
3227
|
class DeviceSelectionConfigOutputTypeDef(TypedDict):
|
|
3088
3228
|
DeviceSubsetType: DeviceSubsetTypeType
|
|
3089
3229
|
Percentage: NotRequired[int]
|
|
3090
|
-
DeviceNames: NotRequired[
|
|
3230
|
+
DeviceNames: NotRequired[list[str]]
|
|
3091
3231
|
DeviceNameContains: NotRequired[str]
|
|
3092
3232
|
|
|
3093
3233
|
|
|
@@ -3158,6 +3298,11 @@ class DescribeClusterRequestRequestTypeDef(TypedDict):
|
|
|
3158
3298
|
ClusterName: str
|
|
3159
3299
|
|
|
3160
3300
|
|
|
3301
|
+
class DescribeClusterSchedulerConfigRequestRequestTypeDef(TypedDict):
|
|
3302
|
+
ClusterSchedulerConfigId: str
|
|
3303
|
+
ClusterSchedulerConfigVersion: NotRequired[int]
|
|
3304
|
+
|
|
3305
|
+
|
|
3161
3306
|
class DescribeCodeRepositoryInputRequestTypeDef(TypedDict):
|
|
3162
3307
|
CodeRepositoryName: str
|
|
3163
3308
|
|
|
@@ -3175,8 +3320,13 @@ class ModelDigestsTypeDef(TypedDict):
|
|
|
3175
3320
|
|
|
3176
3321
|
|
|
3177
3322
|
class NeoVpcConfigOutputTypeDef(TypedDict):
|
|
3178
|
-
SecurityGroupIds:
|
|
3179
|
-
Subnets:
|
|
3323
|
+
SecurityGroupIds: list[str]
|
|
3324
|
+
Subnets: list[str]
|
|
3325
|
+
|
|
3326
|
+
|
|
3327
|
+
class DescribeComputeQuotaRequestRequestTypeDef(TypedDict):
|
|
3328
|
+
ComputeQuotaId: str
|
|
3329
|
+
ComputeQuotaVersion: NotRequired[int]
|
|
3180
3330
|
|
|
3181
3331
|
|
|
3182
3332
|
class DescribeContextRequestRequestTypeDef(TypedDict):
|
|
@@ -3233,15 +3383,15 @@ class DescribeEndpointConfigInputRequestTypeDef(TypedDict):
|
|
|
3233
3383
|
EndpointConfigName: str
|
|
3234
3384
|
|
|
3235
3385
|
|
|
3386
|
+
class DescribeEndpointInputRequestTypeDef(TypedDict):
|
|
3387
|
+
EndpointName: str
|
|
3388
|
+
|
|
3389
|
+
|
|
3236
3390
|
class WaiterConfigTypeDef(TypedDict):
|
|
3237
3391
|
Delay: NotRequired[int]
|
|
3238
3392
|
MaxAttempts: NotRequired[int]
|
|
3239
3393
|
|
|
3240
3394
|
|
|
3241
|
-
class DescribeEndpointInputRequestTypeDef(TypedDict):
|
|
3242
|
-
EndpointName: str
|
|
3243
|
-
|
|
3244
|
-
|
|
3245
3395
|
class DescribeExperimentRequestRequestTypeDef(TypedDict):
|
|
3246
3396
|
ExperimentName: str
|
|
3247
3397
|
|
|
@@ -3409,7 +3559,7 @@ class DescribeModelBiasJobDefinitionRequestRequestTypeDef(TypedDict):
|
|
|
3409
3559
|
class ModelBiasAppSpecificationOutputTypeDef(TypedDict):
|
|
3410
3560
|
ImageUri: str
|
|
3411
3561
|
ConfigUri: str
|
|
3412
|
-
Environment: NotRequired[
|
|
3562
|
+
Environment: NotRequired[dict[str, str]]
|
|
3413
3563
|
|
|
3414
3564
|
|
|
3415
3565
|
class DescribeModelCardExportJobRequestRequestTypeDef(TypedDict):
|
|
@@ -3432,7 +3582,7 @@ class DescribeModelExplainabilityJobDefinitionRequestRequestTypeDef(TypedDict):
|
|
|
3432
3582
|
class ModelExplainabilityAppSpecificationOutputTypeDef(TypedDict):
|
|
3433
3583
|
ImageUri: str
|
|
3434
3584
|
ConfigUri: str
|
|
3435
|
-
Environment: NotRequired[
|
|
3585
|
+
Environment: NotRequired[dict[str, str]]
|
|
3436
3586
|
|
|
3437
3587
|
|
|
3438
3588
|
class DescribeModelInputRequestTypeDef(TypedDict):
|
|
@@ -3453,12 +3603,12 @@ class DescribeModelQualityJobDefinitionRequestRequestTypeDef(TypedDict):
|
|
|
3453
3603
|
|
|
3454
3604
|
class ModelQualityAppSpecificationOutputTypeDef(TypedDict):
|
|
3455
3605
|
ImageUri: str
|
|
3456
|
-
ContainerEntrypoint: NotRequired[
|
|
3457
|
-
ContainerArguments: NotRequired[
|
|
3606
|
+
ContainerEntrypoint: NotRequired[list[str]]
|
|
3607
|
+
ContainerArguments: NotRequired[list[str]]
|
|
3458
3608
|
RecordPreprocessorSourceUri: NotRequired[str]
|
|
3459
3609
|
PostAnalyticsProcessorSourceUri: NotRequired[str]
|
|
3460
3610
|
ProblemType: NotRequired[MonitoringProblemTypeType]
|
|
3461
|
-
Environment: NotRequired[
|
|
3611
|
+
Environment: NotRequired[dict[str, str]]
|
|
3462
3612
|
|
|
3463
3613
|
|
|
3464
3614
|
class DescribeMonitoringScheduleRequestRequestTypeDef(TypedDict):
|
|
@@ -3495,8 +3645,22 @@ class OptimizationOutputTypeDef(TypedDict):
|
|
|
3495
3645
|
|
|
3496
3646
|
|
|
3497
3647
|
class OptimizationVpcConfigOutputTypeDef(TypedDict):
|
|
3498
|
-
SecurityGroupIds:
|
|
3499
|
-
Subnets:
|
|
3648
|
+
SecurityGroupIds: list[str]
|
|
3649
|
+
Subnets: list[str]
|
|
3650
|
+
|
|
3651
|
+
|
|
3652
|
+
class DescribePartnerAppRequestRequestTypeDef(TypedDict):
|
|
3653
|
+
Arn: str
|
|
3654
|
+
|
|
3655
|
+
|
|
3656
|
+
class ErrorInfoTypeDef(TypedDict):
|
|
3657
|
+
Code: NotRequired[str]
|
|
3658
|
+
Reason: NotRequired[str]
|
|
3659
|
+
|
|
3660
|
+
|
|
3661
|
+
class PartnerAppConfigOutputTypeDef(TypedDict):
|
|
3662
|
+
AdminUsers: NotRequired[list[str]]
|
|
3663
|
+
Arguments: NotRequired[dict[str, str]]
|
|
3500
3664
|
|
|
3501
3665
|
|
|
3502
3666
|
class DescribePipelineDefinitionForExecutionRequestRequestTypeDef(TypedDict):
|
|
@@ -3563,7 +3727,7 @@ class MetricDataTypeDef(TypedDict):
|
|
|
3563
3727
|
class ProfilerConfigOutputTypeDef(TypedDict):
|
|
3564
3728
|
S3OutputPath: NotRequired[str]
|
|
3565
3729
|
ProfilingIntervalInMilliseconds: NotRequired[int]
|
|
3566
|
-
ProfilingParameters: NotRequired[
|
|
3730
|
+
ProfilingParameters: NotRequired[dict[str, str]]
|
|
3567
3731
|
DisableProfiler: NotRequired[bool]
|
|
3568
3732
|
|
|
3569
3733
|
|
|
@@ -3574,7 +3738,7 @@ class ProfilerRuleConfigurationOutputTypeDef(TypedDict):
|
|
|
3574
3738
|
S3OutputPath: NotRequired[str]
|
|
3575
3739
|
InstanceType: NotRequired[ProcessingInstanceTypeType]
|
|
3576
3740
|
VolumeSizeInGB: NotRequired[int]
|
|
3577
|
-
RuleParameters: NotRequired[
|
|
3741
|
+
RuleParameters: NotRequired[dict[str, str]]
|
|
3578
3742
|
|
|
3579
3743
|
|
|
3580
3744
|
class ProfilerRuleEvaluationStatusTypeDef(TypedDict):
|
|
@@ -3598,6 +3762,22 @@ class WarmPoolStatusTypeDef(TypedDict):
|
|
|
3598
3762
|
ReusedByJob: NotRequired[str]
|
|
3599
3763
|
|
|
3600
3764
|
|
|
3765
|
+
class DescribeTrainingPlanRequestRequestTypeDef(TypedDict):
|
|
3766
|
+
TrainingPlanName: str
|
|
3767
|
+
|
|
3768
|
+
|
|
3769
|
+
class ReservedCapacitySummaryTypeDef(TypedDict):
|
|
3770
|
+
ReservedCapacityArn: str
|
|
3771
|
+
InstanceType: ReservedCapacityInstanceTypeType
|
|
3772
|
+
TotalInstanceCount: int
|
|
3773
|
+
Status: ReservedCapacityStatusType
|
|
3774
|
+
AvailabilityZone: NotRequired[str]
|
|
3775
|
+
DurationHours: NotRequired[int]
|
|
3776
|
+
DurationMinutes: NotRequired[int]
|
|
3777
|
+
StartTime: NotRequired[datetime]
|
|
3778
|
+
EndTime: NotRequired[datetime]
|
|
3779
|
+
|
|
3780
|
+
|
|
3601
3781
|
class DescribeTransformJobRequestRequestTypeDef(TypedDict):
|
|
3602
3782
|
TransformJobName: str
|
|
3603
3783
|
|
|
@@ -3701,7 +3881,7 @@ class DisassociateTrialComponentRequestRequestTypeDef(TypedDict):
|
|
|
3701
3881
|
|
|
3702
3882
|
class DockerSettingsOutputTypeDef(TypedDict):
|
|
3703
3883
|
EnableDockerAccess: NotRequired[FeatureStatusType]
|
|
3704
|
-
VpcOnlyTrustedAccounts: NotRequired[
|
|
3884
|
+
VpcOnlyTrustedAccounts: NotRequired[list[str]]
|
|
3705
3885
|
|
|
3706
3886
|
|
|
3707
3887
|
class DockerSettingsTypeDef(TypedDict):
|
|
@@ -3774,8 +3954,8 @@ class EdgeTypeDef(TypedDict):
|
|
|
3774
3954
|
|
|
3775
3955
|
|
|
3776
3956
|
class EmrSettingsOutputTypeDef(TypedDict):
|
|
3777
|
-
AssumableRoleArns: NotRequired[
|
|
3778
|
-
ExecutionRoleArns: NotRequired[
|
|
3957
|
+
AssumableRoleArns: NotRequired[list[str]]
|
|
3958
|
+
ExecutionRoleArns: NotRequired[list[str]]
|
|
3779
3959
|
|
|
3780
3960
|
|
|
3781
3961
|
class EmrSettingsTypeDef(TypedDict):
|
|
@@ -3886,7 +4066,7 @@ class GitConfigForUpdateTypeDef(TypedDict):
|
|
|
3886
4066
|
|
|
3887
4067
|
class HiddenSageMakerImageOutputTypeDef(TypedDict):
|
|
3888
4068
|
SageMakerImageName: NotRequired[Literal["sagemaker_distribution"]]
|
|
3889
|
-
VersionAliases: NotRequired[
|
|
4069
|
+
VersionAliases: NotRequired[list[str]]
|
|
3890
4070
|
|
|
3891
4071
|
|
|
3892
4072
|
class HiddenSageMakerImageTypeDef(TypedDict):
|
|
@@ -3910,7 +4090,7 @@ class HubContentInfoTypeDef(TypedDict):
|
|
|
3910
4090
|
HubContentDisplayName: NotRequired[str]
|
|
3911
4091
|
HubContentDescription: NotRequired[str]
|
|
3912
4092
|
SupportStatus: NotRequired[HubContentSupportStatusType]
|
|
3913
|
-
HubContentSearchKeywords: NotRequired[
|
|
4093
|
+
HubContentSearchKeywords: NotRequired[list[str]]
|
|
3914
4094
|
OriginalCreationTime: NotRequired[datetime]
|
|
3915
4095
|
|
|
3916
4096
|
|
|
@@ -3922,7 +4102,7 @@ class HubInfoTypeDef(TypedDict):
|
|
|
3922
4102
|
LastModifiedTime: datetime
|
|
3923
4103
|
HubDisplayName: NotRequired[str]
|
|
3924
4104
|
HubDescription: NotRequired[str]
|
|
3925
|
-
HubSearchKeywords: NotRequired[
|
|
4105
|
+
HubSearchKeywords: NotRequired[list[str]]
|
|
3926
4106
|
|
|
3927
4107
|
|
|
3928
4108
|
class HumanLoopActivationConditionsConfigTypeDef(TypedDict):
|
|
@@ -4095,7 +4275,7 @@ class LabelCountersForWorkteamTypeDef(TypedDict):
|
|
|
4095
4275
|
|
|
4096
4276
|
|
|
4097
4277
|
class LabelingJobDataAttributesOutputTypeDef(TypedDict):
|
|
4098
|
-
ContentClassifiers: NotRequired[
|
|
4278
|
+
ContentClassifiers: NotRequired[list[ContentClassifierType]]
|
|
4099
4279
|
|
|
4100
4280
|
|
|
4101
4281
|
class LabelingJobDataAttributesTypeDef(TypedDict):
|
|
@@ -4283,7 +4463,7 @@ class NotebookInstanceSummaryTypeDef(TypedDict):
|
|
|
4283
4463
|
LastModifiedTime: NotRequired[datetime]
|
|
4284
4464
|
NotebookInstanceLifecycleConfigName: NotRequired[str]
|
|
4285
4465
|
DefaultCodeRepository: NotRequired[str]
|
|
4286
|
-
AdditionalCodeRepositories: NotRequired[
|
|
4466
|
+
AdditionalCodeRepositories: NotRequired[list[str]]
|
|
4287
4467
|
|
|
4288
4468
|
|
|
4289
4469
|
class OptimizationJobSummaryTypeDef(TypedDict):
|
|
@@ -4292,12 +4472,29 @@ class OptimizationJobSummaryTypeDef(TypedDict):
|
|
|
4292
4472
|
CreationTime: datetime
|
|
4293
4473
|
OptimizationJobStatus: OptimizationJobStatusType
|
|
4294
4474
|
DeploymentInstanceType: OptimizationJobDeploymentInstanceTypeType
|
|
4295
|
-
OptimizationTypes:
|
|
4475
|
+
OptimizationTypes: list[str]
|
|
4296
4476
|
OptimizationStartTime: NotRequired[datetime]
|
|
4297
4477
|
OptimizationEndTime: NotRequired[datetime]
|
|
4298
4478
|
LastModifiedTime: NotRequired[datetime]
|
|
4299
4479
|
|
|
4300
4480
|
|
|
4481
|
+
class ListPartnerAppsRequestRequestTypeDef(TypedDict):
|
|
4482
|
+
MaxResults: NotRequired[int]
|
|
4483
|
+
NextToken: NotRequired[str]
|
|
4484
|
+
|
|
4485
|
+
|
|
4486
|
+
PartnerAppSummaryTypeDef = TypedDict(
|
|
4487
|
+
"PartnerAppSummaryTypeDef",
|
|
4488
|
+
{
|
|
4489
|
+
"Arn": NotRequired[str],
|
|
4490
|
+
"Name": NotRequired[str],
|
|
4491
|
+
"Type": NotRequired[PartnerAppTypeType],
|
|
4492
|
+
"Status": NotRequired[PartnerAppStatusType],
|
|
4493
|
+
"CreationTime": NotRequired[datetime],
|
|
4494
|
+
},
|
|
4495
|
+
)
|
|
4496
|
+
|
|
4497
|
+
|
|
4301
4498
|
class ListPipelineExecutionStepsRequestRequestTypeDef(TypedDict):
|
|
4302
4499
|
PipelineExecutionArn: NotRequired[str]
|
|
4303
4500
|
NextToken: NotRequired[str]
|
|
@@ -4409,6 +4606,11 @@ class ListTrainingJobsForHyperParameterTuningJobRequestRequestTypeDef(TypedDict)
|
|
|
4409
4606
|
SortOrder: NotRequired[SortOrderType]
|
|
4410
4607
|
|
|
4411
4608
|
|
|
4609
|
+
class TrainingPlanFilterTypeDef(TypedDict):
|
|
4610
|
+
Name: Literal["Status"]
|
|
4611
|
+
Value: str
|
|
4612
|
+
|
|
4613
|
+
|
|
4412
4614
|
class TransformJobSummaryTypeDef(TypedDict):
|
|
4413
4615
|
TransformJobName: str
|
|
4414
4616
|
TransformJobArn: str
|
|
@@ -4453,7 +4655,7 @@ class ListWorkteamsRequestRequestTypeDef(TypedDict):
|
|
|
4453
4655
|
|
|
4454
4656
|
|
|
4455
4657
|
class OidcMemberDefinitionOutputTypeDef(TypedDict):
|
|
4456
|
-
Groups: NotRequired[
|
|
4658
|
+
Groups: NotRequired[list[str]]
|
|
4457
4659
|
|
|
4458
4660
|
|
|
4459
4661
|
class PredefinedMetricSpecificationTypeDef(TypedDict):
|
|
@@ -4470,7 +4672,7 @@ class MonitoringGroundTruthS3InputTypeDef(TypedDict):
|
|
|
4470
4672
|
|
|
4471
4673
|
class ModelCompilationConfigOutputTypeDef(TypedDict):
|
|
4472
4674
|
Image: NotRequired[str]
|
|
4473
|
-
OverrideEnvironment: NotRequired[
|
|
4675
|
+
OverrideEnvironment: NotRequired[dict[str, str]]
|
|
4474
4676
|
|
|
4475
4677
|
|
|
4476
4678
|
class ModelCompilationConfigTypeDef(TypedDict):
|
|
@@ -4517,7 +4719,7 @@ class ModelPackageStatusItemTypeDef(TypedDict):
|
|
|
4517
4719
|
|
|
4518
4720
|
class ModelQuantizationConfigOutputTypeDef(TypedDict):
|
|
4519
4721
|
Image: NotRequired[str]
|
|
4520
|
-
OverrideEnvironment: NotRequired[
|
|
4722
|
+
OverrideEnvironment: NotRequired[dict[str, str]]
|
|
4521
4723
|
|
|
4522
4724
|
|
|
4523
4725
|
class ModelQuantizationConfigTypeDef(TypedDict):
|
|
@@ -4527,7 +4729,7 @@ class ModelQuantizationConfigTypeDef(TypedDict):
|
|
|
4527
4729
|
|
|
4528
4730
|
class ModelShardingConfigOutputTypeDef(TypedDict):
|
|
4529
4731
|
Image: NotRequired[str]
|
|
4530
|
-
OverrideEnvironment: NotRequired[
|
|
4732
|
+
OverrideEnvironment: NotRequired[dict[str, str]]
|
|
4531
4733
|
|
|
4532
4734
|
|
|
4533
4735
|
class ModelShardingConfigTypeDef(TypedDict):
|
|
@@ -4541,8 +4743,8 @@ class ModelStepMetadataTypeDef(TypedDict):
|
|
|
4541
4743
|
|
|
4542
4744
|
class MonitoringAppSpecificationOutputTypeDef(TypedDict):
|
|
4543
4745
|
ImageUri: str
|
|
4544
|
-
ContainerEntrypoint: NotRequired[
|
|
4545
|
-
ContainerArguments: NotRequired[
|
|
4746
|
+
ContainerEntrypoint: NotRequired[list[str]]
|
|
4747
|
+
ContainerArguments: NotRequired[list[str]]
|
|
4546
4748
|
RecordPreprocessorSourceUri: NotRequired[str]
|
|
4547
4749
|
PostAnalyticsProcessorSourceUri: NotRequired[str]
|
|
4548
4750
|
|
|
@@ -4597,7 +4799,7 @@ class OidcConfigForResponseTypeDef(TypedDict):
|
|
|
4597
4799
|
LogoutEndpoint: NotRequired[str]
|
|
4598
4800
|
JwksUri: NotRequired[str]
|
|
4599
4801
|
Scope: NotRequired[str]
|
|
4600
|
-
AuthenticationRequestExtraParams: NotRequired[
|
|
4802
|
+
AuthenticationRequestExtraParams: NotRequired[dict[str, str]]
|
|
4601
4803
|
|
|
4602
4804
|
|
|
4603
4805
|
class OidcMemberDefinitionTypeDef(TypedDict):
|
|
@@ -4691,6 +4893,11 @@ class SelectiveExecutionResultTypeDef(TypedDict):
|
|
|
4691
4893
|
SourcePipelineExecutionArn: NotRequired[str]
|
|
4692
4894
|
|
|
4693
4895
|
|
|
4896
|
+
class PriorityClassTypeDef(TypedDict):
|
|
4897
|
+
Name: str
|
|
4898
|
+
Weight: int
|
|
4899
|
+
|
|
4900
|
+
|
|
4694
4901
|
class ProcessingClusterConfigTypeDef(TypedDict):
|
|
4695
4902
|
InstanceCount: int
|
|
4696
4903
|
InstanceType: ProcessingInstanceTypeType
|
|
@@ -4784,7 +4991,7 @@ class RecommendationJobCompiledOutputConfigTypeDef(TypedDict):
|
|
|
4784
4991
|
|
|
4785
4992
|
class RecommendationJobPayloadConfigOutputTypeDef(TypedDict):
|
|
4786
4993
|
SamplePayloadUrl: NotRequired[str]
|
|
4787
|
-
SupportedContentTypes: NotRequired[
|
|
4994
|
+
SupportedContentTypes: NotRequired[list[str]]
|
|
4788
4995
|
|
|
4789
4996
|
|
|
4790
4997
|
class RecommendationJobResourceLimitTypeDef(TypedDict):
|
|
@@ -4793,8 +5000,8 @@ class RecommendationJobResourceLimitTypeDef(TypedDict):
|
|
|
4793
5000
|
|
|
4794
5001
|
|
|
4795
5002
|
class RecommendationJobVpcConfigOutputTypeDef(TypedDict):
|
|
4796
|
-
SecurityGroupIds:
|
|
4797
|
-
Subnets:
|
|
5003
|
+
SecurityGroupIds: list[str]
|
|
5004
|
+
Subnets: list[str]
|
|
4798
5005
|
|
|
4799
5006
|
|
|
4800
5007
|
class RecommendationJobPayloadConfigTypeDef(TypedDict):
|
|
@@ -4820,6 +5027,16 @@ class RenderingErrorTypeDef(TypedDict):
|
|
|
4820
5027
|
Message: str
|
|
4821
5028
|
|
|
4822
5029
|
|
|
5030
|
+
class ReservedCapacityOfferingTypeDef(TypedDict):
|
|
5031
|
+
InstanceType: ReservedCapacityInstanceTypeType
|
|
5032
|
+
InstanceCount: int
|
|
5033
|
+
AvailabilityZone: NotRequired[str]
|
|
5034
|
+
DurationHours: NotRequired[int]
|
|
5035
|
+
DurationMinutes: NotRequired[int]
|
|
5036
|
+
StartTime: NotRequired[datetime]
|
|
5037
|
+
EndTime: NotRequired[datetime]
|
|
5038
|
+
|
|
5039
|
+
|
|
4823
5040
|
class ResourceConfigForUpdateTypeDef(TypedDict):
|
|
4824
5041
|
KeepAlivePeriodInSeconds: int
|
|
4825
5042
|
|
|
@@ -4863,7 +5080,7 @@ class SharingSettingsTypeDef(TypedDict):
|
|
|
4863
5080
|
|
|
4864
5081
|
|
|
4865
5082
|
class SourceIpConfigOutputTypeDef(TypedDict):
|
|
4866
|
-
Cidrs:
|
|
5083
|
+
Cidrs: list[str]
|
|
4867
5084
|
|
|
4868
5085
|
|
|
4869
5086
|
class SpaceIdleSettingsTypeDef(TypedDict):
|
|
@@ -4973,7 +5190,7 @@ class TimeSeriesConfigOutputTypeDef(TypedDict):
|
|
|
4973
5190
|
TargetAttributeName: str
|
|
4974
5191
|
TimestampAttributeName: str
|
|
4975
5192
|
ItemIdentifierAttributeName: str
|
|
4976
|
-
GroupingAttributeNames: NotRequired[
|
|
5193
|
+
GroupingAttributeNames: NotRequired[list[str]]
|
|
4977
5194
|
|
|
4978
5195
|
|
|
4979
5196
|
class TimeSeriesConfigTypeDef(TypedDict):
|
|
@@ -4984,8 +5201,8 @@ class TimeSeriesConfigTypeDef(TypedDict):
|
|
|
4984
5201
|
|
|
4985
5202
|
|
|
4986
5203
|
class TimeSeriesTransformationsOutputTypeDef(TypedDict):
|
|
4987
|
-
Filling: NotRequired[
|
|
4988
|
-
Aggregation: NotRequired[
|
|
5204
|
+
Filling: NotRequired[dict[str, dict[FillingTypeType, str]]]
|
|
5205
|
+
Aggregation: NotRequired[dict[str, AggregationTransformationValueType]]
|
|
4989
5206
|
|
|
4990
5207
|
|
|
4991
5208
|
class TimeSeriesTransformationsTypeDef(TypedDict):
|
|
@@ -5096,8 +5313,8 @@ class UpdateTrialRequestRequestTypeDef(TypedDict):
|
|
|
5096
5313
|
|
|
5097
5314
|
class WorkforceVpcConfigResponseTypeDef(TypedDict):
|
|
5098
5315
|
VpcId: str
|
|
5099
|
-
SecurityGroupIds:
|
|
5100
|
-
Subnets:
|
|
5316
|
+
SecurityGroupIds: list[str]
|
|
5317
|
+
Subnets: list[str]
|
|
5101
5318
|
VpcEndpointId: NotRequired[str]
|
|
5102
5319
|
|
|
5103
5320
|
|
|
@@ -5163,6 +5380,12 @@ class CreateClusterResponseTypeDef(TypedDict):
|
|
|
5163
5380
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
5164
5381
|
|
|
5165
5382
|
|
|
5383
|
+
class CreateClusterSchedulerConfigResponseTypeDef(TypedDict):
|
|
5384
|
+
ClusterSchedulerConfigArn: str
|
|
5385
|
+
ClusterSchedulerConfigId: str
|
|
5386
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
5387
|
+
|
|
5388
|
+
|
|
5166
5389
|
class CreateCodeRepositoryOutputTypeDef(TypedDict):
|
|
5167
5390
|
CodeRepositoryArn: str
|
|
5168
5391
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -5173,6 +5396,12 @@ class CreateCompilationJobResponseTypeDef(TypedDict):
|
|
|
5173
5396
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
5174
5397
|
|
|
5175
5398
|
|
|
5399
|
+
class CreateComputeQuotaResponseTypeDef(TypedDict):
|
|
5400
|
+
ComputeQuotaArn: str
|
|
5401
|
+
ComputeQuotaId: str
|
|
5402
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
5403
|
+
|
|
5404
|
+
|
|
5176
5405
|
class CreateContextResponseTypeDef(TypedDict):
|
|
5177
5406
|
ContextArn: str
|
|
5178
5407
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -5335,6 +5564,16 @@ class CreateOptimizationJobResponseTypeDef(TypedDict):
|
|
|
5335
5564
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
5336
5565
|
|
|
5337
5566
|
|
|
5567
|
+
class CreatePartnerAppPresignedUrlResponseTypeDef(TypedDict):
|
|
5568
|
+
Url: str
|
|
5569
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
5570
|
+
|
|
5571
|
+
|
|
5572
|
+
class CreatePartnerAppResponseTypeDef(TypedDict):
|
|
5573
|
+
Arn: str
|
|
5574
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
5575
|
+
|
|
5576
|
+
|
|
5338
5577
|
class CreatePipelineResponseTypeDef(TypedDict):
|
|
5339
5578
|
PipelineArn: str
|
|
5340
5579
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -5381,6 +5620,11 @@ class CreateTrainingJobResponseTypeDef(TypedDict):
|
|
|
5381
5620
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
5382
5621
|
|
|
5383
5622
|
|
|
5623
|
+
class CreateTrainingPlanResponseTypeDef(TypedDict):
|
|
5624
|
+
TrainingPlanArn: str
|
|
5625
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
5626
|
+
|
|
5627
|
+
|
|
5384
5628
|
class CreateTransformJobResponseTypeDef(TypedDict):
|
|
5385
5629
|
TransformJobArn: str
|
|
5386
5630
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -5452,6 +5696,11 @@ class DeleteMlflowTrackingServerResponseTypeDef(TypedDict):
|
|
|
5452
5696
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
5453
5697
|
|
|
5454
5698
|
|
|
5699
|
+
class DeletePartnerAppResponseTypeDef(TypedDict):
|
|
5700
|
+
Arn: str
|
|
5701
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
5702
|
+
|
|
5703
|
+
|
|
5455
5704
|
class DeletePipelineResponseTypeDef(TypedDict):
|
|
5456
5705
|
PipelineArn: str
|
|
5457
5706
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -5554,7 +5803,7 @@ class ImportHubContentResponseTypeDef(TypedDict):
|
|
|
5554
5803
|
|
|
5555
5804
|
|
|
5556
5805
|
class ListAliasesResponseTypeDef(TypedDict):
|
|
5557
|
-
SageMakerImageVersionAliases:
|
|
5806
|
+
SageMakerImageVersionAliases: list[str]
|
|
5558
5807
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
5559
5808
|
NextToken: NotRequired[str]
|
|
5560
5809
|
|
|
@@ -5629,6 +5878,12 @@ class UpdateClusterResponseTypeDef(TypedDict):
|
|
|
5629
5878
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
5630
5879
|
|
|
5631
5880
|
|
|
5881
|
+
class UpdateClusterSchedulerConfigResponseTypeDef(TypedDict):
|
|
5882
|
+
ClusterSchedulerConfigArn: str
|
|
5883
|
+
ClusterSchedulerConfigVersion: int
|
|
5884
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
5885
|
+
|
|
5886
|
+
|
|
5632
5887
|
class UpdateClusterSoftwareResponseTypeDef(TypedDict):
|
|
5633
5888
|
ClusterArn: str
|
|
5634
5889
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -5639,6 +5894,12 @@ class UpdateCodeRepositoryOutputTypeDef(TypedDict):
|
|
|
5639
5894
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
5640
5895
|
|
|
5641
5896
|
|
|
5897
|
+
class UpdateComputeQuotaResponseTypeDef(TypedDict):
|
|
5898
|
+
ComputeQuotaArn: str
|
|
5899
|
+
ComputeQuotaVersion: int
|
|
5900
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
5901
|
+
|
|
5902
|
+
|
|
5642
5903
|
class UpdateContextResponseTypeDef(TypedDict):
|
|
5643
5904
|
ContextArn: str
|
|
5644
5905
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -5725,6 +5986,11 @@ class UpdateMonitoringScheduleResponseTypeDef(TypedDict):
|
|
|
5725
5986
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
5726
5987
|
|
|
5727
5988
|
|
|
5989
|
+
class UpdatePartnerAppResponseTypeDef(TypedDict):
|
|
5990
|
+
Arn: str
|
|
5991
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
5992
|
+
|
|
5993
|
+
|
|
5728
5994
|
class UpdatePipelineExecutionResponseTypeDef(TypedDict):
|
|
5729
5995
|
PipelineExecutionArn: str
|
|
5730
5996
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -5771,7 +6037,7 @@ class AddTagsInputRequestTypeDef(TypedDict):
|
|
|
5771
6037
|
|
|
5772
6038
|
|
|
5773
6039
|
class AddTagsOutputTypeDef(TypedDict):
|
|
5774
|
-
Tags:
|
|
6040
|
+
Tags: list[TagTypeDef]
|
|
5775
6041
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
5776
6042
|
|
|
5777
6043
|
|
|
@@ -5822,6 +6088,12 @@ class CreateStudioLifecycleConfigRequestRequestTypeDef(TypedDict):
|
|
|
5822
6088
|
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
5823
6089
|
|
|
5824
6090
|
|
|
6091
|
+
class CreateTrainingPlanRequestRequestTypeDef(TypedDict):
|
|
6092
|
+
TrainingPlanName: str
|
|
6093
|
+
TrainingPlanOfferingId: str
|
|
6094
|
+
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
6095
|
+
|
|
6096
|
+
|
|
5825
6097
|
class ImportHubContentRequestRequestTypeDef(TypedDict):
|
|
5826
6098
|
HubContentName: str
|
|
5827
6099
|
HubContentType: HubContentTypeType
|
|
@@ -5837,13 +6109,13 @@ class ImportHubContentRequestRequestTypeDef(TypedDict):
|
|
|
5837
6109
|
|
|
5838
6110
|
|
|
5839
6111
|
class ListTagsOutputTypeDef(TypedDict):
|
|
5840
|
-
Tags:
|
|
6112
|
+
Tags: list[TagTypeDef]
|
|
5841
6113
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
5842
6114
|
NextToken: NotRequired[str]
|
|
5843
6115
|
|
|
5844
6116
|
|
|
5845
6117
|
class AutoRollbackConfigOutputTypeDef(TypedDict):
|
|
5846
|
-
Alarms: NotRequired[
|
|
6118
|
+
Alarms: NotRequired[list[AlarmTypeDef]]
|
|
5847
6119
|
|
|
5848
6120
|
|
|
5849
6121
|
class AutoRollbackConfigTypeDef(TypedDict):
|
|
@@ -5854,7 +6126,7 @@ class HyperParameterAlgorithmSpecificationOutputTypeDef(TypedDict):
|
|
|
5854
6126
|
TrainingInputMode: TrainingInputModeType
|
|
5855
6127
|
TrainingImage: NotRequired[str]
|
|
5856
6128
|
AlgorithmName: NotRequired[str]
|
|
5857
|
-
MetricDefinitions: NotRequired[
|
|
6129
|
+
MetricDefinitions: NotRequired[list[MetricDefinitionTypeDef]]
|
|
5858
6130
|
|
|
5859
6131
|
|
|
5860
6132
|
class HyperParameterAlgorithmSpecificationTypeDef(TypedDict):
|
|
@@ -5865,12 +6137,12 @@ class HyperParameterAlgorithmSpecificationTypeDef(TypedDict):
|
|
|
5865
6137
|
|
|
5866
6138
|
|
|
5867
6139
|
class AlgorithmStatusDetailsTypeDef(TypedDict):
|
|
5868
|
-
ValidationStatuses: NotRequired[
|
|
5869
|
-
ImageScanStatuses: NotRequired[
|
|
6140
|
+
ValidationStatuses: NotRequired[list[AlgorithmStatusItemTypeDef]]
|
|
6141
|
+
ImageScanStatuses: NotRequired[list[AlgorithmStatusItemTypeDef]]
|
|
5870
6142
|
|
|
5871
6143
|
|
|
5872
6144
|
class ListAlgorithmsOutputTypeDef(TypedDict):
|
|
5873
|
-
AlgorithmSummaryList:
|
|
6145
|
+
AlgorithmSummaryList: list[AlgorithmSummaryTypeDef]
|
|
5874
6146
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
5875
6147
|
NextToken: NotRequired[str]
|
|
5876
6148
|
|
|
@@ -5937,7 +6209,7 @@ class AppLifecycleManagementTypeDef(TypedDict):
|
|
|
5937
6209
|
|
|
5938
6210
|
class ArtifactSourceOutputTypeDef(TypedDict):
|
|
5939
6211
|
SourceUri: str
|
|
5940
|
-
SourceTypes: NotRequired[
|
|
6212
|
+
SourceTypes: NotRequired[list[ArtifactSourceTypeTypeDef]]
|
|
5941
6213
|
|
|
5942
6214
|
|
|
5943
6215
|
class ArtifactSourceTypeDef(TypedDict):
|
|
@@ -5959,11 +6231,11 @@ AsyncInferenceNotificationConfigUnionTypeDef = Union[
|
|
|
5959
6231
|
|
|
5960
6232
|
class AutoMLCandidateGenerationConfigOutputTypeDef(TypedDict):
|
|
5961
6233
|
FeatureSpecificationS3Uri: NotRequired[str]
|
|
5962
|
-
AlgorithmsConfig: NotRequired[
|
|
6234
|
+
AlgorithmsConfig: NotRequired[list[AutoMLAlgorithmConfigOutputTypeDef]]
|
|
5963
6235
|
|
|
5964
6236
|
|
|
5965
6237
|
class CandidateGenerationConfigOutputTypeDef(TypedDict):
|
|
5966
|
-
AlgorithmsConfig: NotRequired[
|
|
6238
|
+
AlgorithmsConfig: NotRequired[list[AutoMLAlgorithmConfigOutputTypeDef]]
|
|
5967
6239
|
|
|
5968
6240
|
|
|
5969
6241
|
AutoMLAlgorithmConfigUnionTypeDef = Union[
|
|
@@ -6004,7 +6276,7 @@ class AutoMLJobSummaryTypeDef(TypedDict):
|
|
|
6004
6276
|
LastModifiedTime: datetime
|
|
6005
6277
|
EndTime: NotRequired[datetime]
|
|
6006
6278
|
FailureReason: NotRequired[str]
|
|
6007
|
-
PartialFailureReasons: NotRequired[
|
|
6279
|
+
PartialFailureReasons: NotRequired[list[AutoMLPartialFailureReasonTypeDef]]
|
|
6008
6280
|
|
|
6009
6281
|
|
|
6010
6282
|
class AutoMLProblemTypeResolvedAttributesTypeDef(TypedDict):
|
|
@@ -6036,8 +6308,8 @@ class NetworkConfigOutputTypeDef(TypedDict):
|
|
|
6036
6308
|
|
|
6037
6309
|
|
|
6038
6310
|
class BatchDeleteClusterNodesResponseTypeDef(TypedDict):
|
|
6039
|
-
Failed:
|
|
6040
|
-
Successful:
|
|
6311
|
+
Failed: list[BatchDeleteClusterNodesErrorTypeDef]
|
|
6312
|
+
Successful: list[str]
|
|
6041
6313
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
6042
6314
|
|
|
6043
6315
|
|
|
@@ -6074,12 +6346,12 @@ class ModelQualityTypeDef(TypedDict):
|
|
|
6074
6346
|
class CallbackStepMetadataTypeDef(TypedDict):
|
|
6075
6347
|
CallbackToken: NotRequired[str]
|
|
6076
6348
|
SqsQueueUrl: NotRequired[str]
|
|
6077
|
-
OutputParameters: NotRequired[
|
|
6349
|
+
OutputParameters: NotRequired[list[OutputParameterTypeDef]]
|
|
6078
6350
|
|
|
6079
6351
|
|
|
6080
6352
|
class LambdaStepMetadataTypeDef(TypedDict):
|
|
6081
6353
|
Arn: NotRequired[str]
|
|
6082
|
-
OutputParameters: NotRequired[
|
|
6354
|
+
OutputParameters: NotRequired[list[OutputParameterTypeDef]]
|
|
6083
6355
|
|
|
6084
6356
|
|
|
6085
6357
|
class SendPipelineExecutionStepSuccessRequestRequestTypeDef(TypedDict):
|
|
@@ -6090,14 +6362,14 @@ class SendPipelineExecutionStepSuccessRequestRequestTypeDef(TypedDict):
|
|
|
6090
6362
|
|
|
6091
6363
|
class CandidatePropertiesTypeDef(TypedDict):
|
|
6092
6364
|
CandidateArtifactLocations: NotRequired[CandidateArtifactLocationsTypeDef]
|
|
6093
|
-
CandidateMetrics: NotRequired[
|
|
6365
|
+
CandidateMetrics: NotRequired[list[MetricDatumTypeDef]]
|
|
6094
6366
|
|
|
6095
6367
|
|
|
6096
6368
|
class CanvasAppSettingsOutputTypeDef(TypedDict):
|
|
6097
6369
|
TimeSeriesForecastingSettings: NotRequired[TimeSeriesForecastingSettingsTypeDef]
|
|
6098
6370
|
ModelRegisterSettings: NotRequired[ModelRegisterSettingsTypeDef]
|
|
6099
6371
|
WorkspaceSettings: NotRequired[WorkspaceSettingsTypeDef]
|
|
6100
|
-
IdentityProviderOAuthSettings: NotRequired[
|
|
6372
|
+
IdentityProviderOAuthSettings: NotRequired[list[IdentityProviderOAuthSettingTypeDef]]
|
|
6101
6373
|
DirectDeploySettings: NotRequired[DirectDeploySettingsTypeDef]
|
|
6102
6374
|
KendraSettings: NotRequired[KendraSettingsTypeDef]
|
|
6103
6375
|
GenerativeAiSettings: NotRequired[GenerativeAiSettingsTypeDef]
|
|
@@ -6147,14 +6419,14 @@ CaptureContentTypeHeaderUnionTypeDef = Union[
|
|
|
6147
6419
|
class DataCaptureConfigOutputTypeDef(TypedDict):
|
|
6148
6420
|
InitialSamplingPercentage: int
|
|
6149
6421
|
DestinationS3Uri: str
|
|
6150
|
-
CaptureOptions:
|
|
6422
|
+
CaptureOptions: list[CaptureOptionTypeDef]
|
|
6151
6423
|
EnableCapture: NotRequired[bool]
|
|
6152
6424
|
KmsKeyId: NotRequired[str]
|
|
6153
6425
|
CaptureContentTypeHeader: NotRequired[CaptureContentTypeHeaderOutputTypeDef]
|
|
6154
6426
|
|
|
6155
6427
|
|
|
6156
6428
|
class EnvironmentParameterRangesOutputTypeDef(TypedDict):
|
|
6157
|
-
CategoricalParameterRanges: NotRequired[
|
|
6429
|
+
CategoricalParameterRanges: NotRequired[list[CategoricalParameterOutputTypeDef]]
|
|
6158
6430
|
|
|
6159
6431
|
|
|
6160
6432
|
CategoricalParameterRangeSpecificationUnionTypeDef = Union[
|
|
@@ -6199,9 +6471,15 @@ class ClusterOrchestratorTypeDef(TypedDict):
|
|
|
6199
6471
|
Eks: ClusterOrchestratorEksConfigTypeDef
|
|
6200
6472
|
|
|
6201
6473
|
|
|
6474
|
+
class ListClusterSchedulerConfigsResponseTypeDef(TypedDict):
|
|
6475
|
+
ClusterSchedulerConfigSummaries: list[ClusterSchedulerConfigSummaryTypeDef]
|
|
6476
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
6477
|
+
NextToken: NotRequired[str]
|
|
6478
|
+
|
|
6479
|
+
|
|
6202
6480
|
class ListClustersResponseTypeDef(TypedDict):
|
|
6203
6481
|
NextToken: str
|
|
6204
|
-
ClusterSummaries:
|
|
6482
|
+
ClusterSummaries: list[ClusterSummaryTypeDef]
|
|
6205
6483
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
6206
6484
|
|
|
6207
6485
|
|
|
@@ -6217,8 +6495,8 @@ class JupyterLabAppImageConfigOutputTypeDef(TypedDict):
|
|
|
6217
6495
|
|
|
6218
6496
|
class KernelGatewayAppSettingsOutputTypeDef(TypedDict):
|
|
6219
6497
|
DefaultResourceSpec: NotRequired[ResourceSpecTypeDef]
|
|
6220
|
-
CustomImages: NotRequired[
|
|
6221
|
-
LifecycleConfigArns: NotRequired[
|
|
6498
|
+
CustomImages: NotRequired[list[CustomImageTypeDef]]
|
|
6499
|
+
LifecycleConfigArns: NotRequired[list[str]]
|
|
6222
6500
|
|
|
6223
6501
|
|
|
6224
6502
|
class KernelGatewayAppSettingsTypeDef(TypedDict):
|
|
@@ -6229,7 +6507,7 @@ class KernelGatewayAppSettingsTypeDef(TypedDict):
|
|
|
6229
6507
|
|
|
6230
6508
|
class RSessionAppSettingsOutputTypeDef(TypedDict):
|
|
6231
6509
|
DefaultResourceSpec: NotRequired[ResourceSpecTypeDef]
|
|
6232
|
-
CustomImages: NotRequired[
|
|
6510
|
+
CustomImages: NotRequired[list[CustomImageTypeDef]]
|
|
6233
6511
|
|
|
6234
6512
|
|
|
6235
6513
|
class RSessionAppSettingsTypeDef(TypedDict):
|
|
@@ -6262,8 +6540,8 @@ class DescribeCodeRepositoryOutputTypeDef(TypedDict):
|
|
|
6262
6540
|
|
|
6263
6541
|
class JupyterServerAppSettingsOutputTypeDef(TypedDict):
|
|
6264
6542
|
DefaultResourceSpec: NotRequired[ResourceSpecTypeDef]
|
|
6265
|
-
LifecycleConfigArns: NotRequired[
|
|
6266
|
-
CodeRepositories: NotRequired[
|
|
6543
|
+
LifecycleConfigArns: NotRequired[list[str]]
|
|
6544
|
+
CodeRepositories: NotRequired[list[CodeRepositoryTypeDef]]
|
|
6267
6545
|
|
|
6268
6546
|
|
|
6269
6547
|
class JupyterServerAppSettingsTypeDef(TypedDict):
|
|
@@ -6279,8 +6557,8 @@ class CollectionConfigTypeDef(TypedDict):
|
|
|
6279
6557
|
class DebugHookConfigOutputTypeDef(TypedDict):
|
|
6280
6558
|
S3OutputPath: str
|
|
6281
6559
|
LocalPath: NotRequired[str]
|
|
6282
|
-
HookParameters: NotRequired[
|
|
6283
|
-
CollectionConfigurations: NotRequired[
|
|
6560
|
+
HookParameters: NotRequired[dict[str, str]]
|
|
6561
|
+
CollectionConfigurations: NotRequired[list[CollectionConfigurationOutputTypeDef]]
|
|
6284
6562
|
|
|
6285
6563
|
|
|
6286
6564
|
CollectionConfigurationUnionTypeDef = Union[
|
|
@@ -6289,11 +6567,23 @@ CollectionConfigurationUnionTypeDef = Union[
|
|
|
6289
6567
|
|
|
6290
6568
|
|
|
6291
6569
|
class ListCompilationJobsResponseTypeDef(TypedDict):
|
|
6292
|
-
CompilationJobSummaries:
|
|
6570
|
+
CompilationJobSummaries: list[CompilationJobSummaryTypeDef]
|
|
6293
6571
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
6294
6572
|
NextToken: NotRequired[str]
|
|
6295
6573
|
|
|
6296
6574
|
|
|
6575
|
+
class ComputeQuotaConfigOutputTypeDef(TypedDict):
|
|
6576
|
+
ComputeQuotaResources: NotRequired[list[ComputeQuotaResourceConfigTypeDef]]
|
|
6577
|
+
ResourceSharingConfig: NotRequired[ResourceSharingConfigTypeDef]
|
|
6578
|
+
PreemptTeamTasks: NotRequired[PreemptTeamTasksType]
|
|
6579
|
+
|
|
6580
|
+
|
|
6581
|
+
class ComputeQuotaConfigTypeDef(TypedDict):
|
|
6582
|
+
ComputeQuotaResources: NotRequired[Sequence[ComputeQuotaResourceConfigTypeDef]]
|
|
6583
|
+
ResourceSharingConfig: NotRequired[ResourceSharingConfigTypeDef]
|
|
6584
|
+
PreemptTeamTasks: NotRequired[PreemptTeamTasksType]
|
|
6585
|
+
|
|
6586
|
+
|
|
6297
6587
|
ContainerConfigUnionTypeDef = Union[ContainerConfigTypeDef, ContainerConfigOutputTypeDef]
|
|
6298
6588
|
|
|
6299
6589
|
|
|
@@ -6397,7 +6687,7 @@ class DescribeHubResponseTypeDef(TypedDict):
|
|
|
6397
6687
|
HubArn: str
|
|
6398
6688
|
HubDisplayName: str
|
|
6399
6689
|
HubDescription: str
|
|
6400
|
-
HubSearchKeywords:
|
|
6690
|
+
HubSearchKeywords: list[str]
|
|
6401
6691
|
S3StorageConfig: HubS3StorageConfigTypeDef
|
|
6402
6692
|
HubStatus: HubStatusType
|
|
6403
6693
|
FailureReason: str
|
|
@@ -6459,7 +6749,7 @@ class DescribeNotebookInstanceOutputTypeDef(TypedDict):
|
|
|
6459
6749
|
Url: str
|
|
6460
6750
|
InstanceType: InstanceTypeType
|
|
6461
6751
|
SubnetId: str
|
|
6462
|
-
SecurityGroups:
|
|
6752
|
+
SecurityGroups: list[str]
|
|
6463
6753
|
RoleArn: str
|
|
6464
6754
|
KmsKeyId: str
|
|
6465
6755
|
NetworkInterfaceId: str
|
|
@@ -6468,9 +6758,9 @@ class DescribeNotebookInstanceOutputTypeDef(TypedDict):
|
|
|
6468
6758
|
NotebookInstanceLifecycleConfigName: str
|
|
6469
6759
|
DirectInternetAccess: DirectInternetAccessType
|
|
6470
6760
|
VolumeSizeInGB: int
|
|
6471
|
-
AcceleratorTypes:
|
|
6761
|
+
AcceleratorTypes: list[NotebookInstanceAcceleratorTypeType]
|
|
6472
6762
|
DefaultCodeRepository: str
|
|
6473
|
-
AdditionalCodeRepositories:
|
|
6763
|
+
AdditionalCodeRepositories: list[str]
|
|
6474
6764
|
RootAccess: RootAccessType
|
|
6475
6765
|
PlatformIdentifier: str
|
|
6476
6766
|
InstanceMetadataServiceConfiguration: InstanceMetadataServiceConfigurationTypeDef
|
|
@@ -6503,8 +6793,8 @@ class CreateNotebookInstanceLifecycleConfigInputRequestTypeDef(TypedDict):
|
|
|
6503
6793
|
class DescribeNotebookInstanceLifecycleConfigOutputTypeDef(TypedDict):
|
|
6504
6794
|
NotebookInstanceLifecycleConfigArn: str
|
|
6505
6795
|
NotebookInstanceLifecycleConfigName: str
|
|
6506
|
-
OnCreate:
|
|
6507
|
-
OnStart:
|
|
6796
|
+
OnCreate: list[NotebookInstanceLifecycleHookTypeDef]
|
|
6797
|
+
OnStart: list[NotebookInstanceLifecycleHookTypeDef]
|
|
6508
6798
|
LastModifiedTime: datetime
|
|
6509
6799
|
CreationTime: datetime
|
|
6510
6800
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -6516,6 +6806,33 @@ class UpdateNotebookInstanceLifecycleConfigInputRequestTypeDef(TypedDict):
|
|
|
6516
6806
|
OnStart: NotRequired[Sequence[NotebookInstanceLifecycleHookTypeDef]]
|
|
6517
6807
|
|
|
6518
6808
|
|
|
6809
|
+
CreatePartnerAppRequestRequestTypeDef = TypedDict(
|
|
6810
|
+
"CreatePartnerAppRequestRequestTypeDef",
|
|
6811
|
+
{
|
|
6812
|
+
"Name": str,
|
|
6813
|
+
"Type": PartnerAppTypeType,
|
|
6814
|
+
"ExecutionRoleArn": str,
|
|
6815
|
+
"Tier": str,
|
|
6816
|
+
"AuthType": Literal["IAM"],
|
|
6817
|
+
"MaintenanceConfig": NotRequired[PartnerAppMaintenanceConfigTypeDef],
|
|
6818
|
+
"ApplicationConfig": NotRequired[PartnerAppConfigTypeDef],
|
|
6819
|
+
"EnableIamSessionBasedIdentity": NotRequired[bool],
|
|
6820
|
+
"ClientToken": NotRequired[str],
|
|
6821
|
+
"Tags": NotRequired[Sequence[TagTypeDef]],
|
|
6822
|
+
},
|
|
6823
|
+
)
|
|
6824
|
+
|
|
6825
|
+
|
|
6826
|
+
class UpdatePartnerAppRequestRequestTypeDef(TypedDict):
|
|
6827
|
+
Arn: str
|
|
6828
|
+
MaintenanceConfig: NotRequired[PartnerAppMaintenanceConfigTypeDef]
|
|
6829
|
+
Tier: NotRequired[str]
|
|
6830
|
+
ApplicationConfig: NotRequired[PartnerAppConfigTypeDef]
|
|
6831
|
+
EnableIamSessionBasedIdentity: NotRequired[bool]
|
|
6832
|
+
ClientToken: NotRequired[str]
|
|
6833
|
+
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
6834
|
+
|
|
6835
|
+
|
|
6519
6836
|
class RetryPipelineExecutionRequestRequestTypeDef(TypedDict):
|
|
6520
6837
|
PipelineExecutionArn: str
|
|
6521
6838
|
ClientRequestToken: str
|
|
@@ -6638,6 +6955,18 @@ class ListClusterNodesRequestRequestTypeDef(TypedDict):
|
|
|
6638
6955
|
SortOrder: NotRequired[SortOrderType]
|
|
6639
6956
|
|
|
6640
6957
|
|
|
6958
|
+
class ListClusterSchedulerConfigsRequestRequestTypeDef(TypedDict):
|
|
6959
|
+
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
6960
|
+
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
6961
|
+
NameContains: NotRequired[str]
|
|
6962
|
+
ClusterArn: NotRequired[str]
|
|
6963
|
+
Status: NotRequired[SchedulerResourceStatusType]
|
|
6964
|
+
SortBy: NotRequired[SortClusterSchedulerConfigByType]
|
|
6965
|
+
SortOrder: NotRequired[SortOrderType]
|
|
6966
|
+
NextToken: NotRequired[str]
|
|
6967
|
+
MaxResults: NotRequired[int]
|
|
6968
|
+
|
|
6969
|
+
|
|
6641
6970
|
class ListClustersRequestRequestTypeDef(TypedDict):
|
|
6642
6971
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
6643
6972
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
@@ -6646,6 +6975,7 @@ class ListClustersRequestRequestTypeDef(TypedDict):
|
|
|
6646
6975
|
NextToken: NotRequired[str]
|
|
6647
6976
|
SortBy: NotRequired[ClusterSortByType]
|
|
6648
6977
|
SortOrder: NotRequired[SortOrderType]
|
|
6978
|
+
TrainingPlanArn: NotRequired[str]
|
|
6649
6979
|
|
|
6650
6980
|
|
|
6651
6981
|
class ListCodeRepositoriesInputRequestTypeDef(TypedDict):
|
|
@@ -6673,6 +7003,18 @@ class ListCompilationJobsRequestRequestTypeDef(TypedDict):
|
|
|
6673
7003
|
SortOrder: NotRequired[SortOrderType]
|
|
6674
7004
|
|
|
6675
7005
|
|
|
7006
|
+
class ListComputeQuotasRequestRequestTypeDef(TypedDict):
|
|
7007
|
+
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
7008
|
+
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
7009
|
+
NameContains: NotRequired[str]
|
|
7010
|
+
Status: NotRequired[SchedulerResourceStatusType]
|
|
7011
|
+
ClusterArn: NotRequired[str]
|
|
7012
|
+
SortBy: NotRequired[SortQuotaByType]
|
|
7013
|
+
SortOrder: NotRequired[SortOrderType]
|
|
7014
|
+
NextToken: NotRequired[str]
|
|
7015
|
+
MaxResults: NotRequired[int]
|
|
7016
|
+
|
|
7017
|
+
|
|
6676
7018
|
class ListContextsRequestRequestTypeDef(TypedDict):
|
|
6677
7019
|
SourceUri: NotRequired[str]
|
|
6678
7020
|
ContextType: NotRequired[str]
|
|
@@ -7238,6 +7580,7 @@ class ListTrainingJobsRequestRequestTypeDef(TypedDict):
|
|
|
7238
7580
|
SortBy: NotRequired[SortByType]
|
|
7239
7581
|
SortOrder: NotRequired[SortOrderType]
|
|
7240
7582
|
WarmPoolStatusEquals: NotRequired[WarmPoolResourceStatusType]
|
|
7583
|
+
TrainingPlanArnEquals: NotRequired[str]
|
|
7241
7584
|
|
|
7242
7585
|
|
|
7243
7586
|
class ListTransformJobsRequestRequestTypeDef(TypedDict):
|
|
@@ -7286,6 +7629,15 @@ class QueryFiltersTypeDef(TypedDict):
|
|
|
7286
7629
|
Properties: NotRequired[Mapping[str, str]]
|
|
7287
7630
|
|
|
7288
7631
|
|
|
7632
|
+
class SearchTrainingPlanOfferingsRequestRequestTypeDef(TypedDict):
|
|
7633
|
+
InstanceType: ReservedCapacityInstanceTypeType
|
|
7634
|
+
InstanceCount: int
|
|
7635
|
+
TargetResources: Sequence[SageMakerResourceNameType]
|
|
7636
|
+
StartTimeAfter: NotRequired[TimestampTypeDef]
|
|
7637
|
+
EndTimeBefore: NotRequired[TimestampTypeDef]
|
|
7638
|
+
DurationHours: NotRequired[int]
|
|
7639
|
+
|
|
7640
|
+
|
|
7289
7641
|
class CreateTrialComponentRequestRequestTypeDef(TypedDict):
|
|
7290
7642
|
TrialComponentName: str
|
|
7291
7643
|
DisplayName: NotRequired[str]
|
|
@@ -7331,10 +7683,12 @@ class UpdateWorkforceRequestRequestTypeDef(TypedDict):
|
|
|
7331
7683
|
|
|
7332
7684
|
class CustomFileSystemConfigTypeDef(TypedDict):
|
|
7333
7685
|
EFSFileSystemConfig: NotRequired[EFSFileSystemConfigTypeDef]
|
|
7686
|
+
FSxLustreFileSystemConfig: NotRequired[FSxLustreFileSystemConfigTypeDef]
|
|
7334
7687
|
|
|
7335
7688
|
|
|
7336
7689
|
class CustomFileSystemTypeDef(TypedDict):
|
|
7337
7690
|
EFSFileSystem: NotRequired[EFSFileSystemTypeDef]
|
|
7691
|
+
FSxLustreFileSystem: NotRequired[FSxLustreFileSystemTypeDef]
|
|
7338
7692
|
|
|
7339
7693
|
|
|
7340
7694
|
class ModelBiasBaselineConfigTypeDef(TypedDict):
|
|
@@ -7394,12 +7748,12 @@ class DeleteDomainRequestRequestTypeDef(TypedDict):
|
|
|
7394
7748
|
class InferenceComponentContainerSpecificationSummaryTypeDef(TypedDict):
|
|
7395
7749
|
DeployedImage: NotRequired[DeployedImageTypeDef]
|
|
7396
7750
|
ArtifactUrl: NotRequired[str]
|
|
7397
|
-
Environment: NotRequired[
|
|
7751
|
+
Environment: NotRequired[dict[str, str]]
|
|
7398
7752
|
|
|
7399
7753
|
|
|
7400
7754
|
class DeploymentRecommendationTypeDef(TypedDict):
|
|
7401
7755
|
RecommendationStatus: RecommendationStatusType
|
|
7402
|
-
RealTimeInferenceRecommendations: NotRequired[
|
|
7756
|
+
RealTimeInferenceRecommendations: NotRequired[list[RealTimeInferenceRecommendationTypeDef]]
|
|
7403
7757
|
|
|
7404
7758
|
|
|
7405
7759
|
class DeploymentStageStatusSummaryTypeDef(TypedDict):
|
|
@@ -7417,7 +7771,7 @@ class DescribeDeviceResponseTypeDef(TypedDict):
|
|
|
7417
7771
|
IotThingName: str
|
|
7418
7772
|
RegistrationTime: datetime
|
|
7419
7773
|
LatestHeartbeat: datetime
|
|
7420
|
-
Models:
|
|
7774
|
+
Models: list[EdgeModelTypeDef]
|
|
7421
7775
|
MaxModels: int
|
|
7422
7776
|
AgentVersion: str
|
|
7423
7777
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -7443,71 +7797,39 @@ class DescribeEdgePackagingJobResponseTypeDef(TypedDict):
|
|
|
7443
7797
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7444
7798
|
|
|
7445
7799
|
|
|
7446
|
-
class
|
|
7447
|
-
EndpointName: str
|
|
7448
|
-
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
7449
|
-
|
|
7450
|
-
|
|
7451
|
-
class DescribeEndpointInputEndpointInServiceWaitTypeDef(TypedDict):
|
|
7800
|
+
class DescribeEndpointInputWaitTypeDef(TypedDict):
|
|
7452
7801
|
EndpointName: str
|
|
7453
7802
|
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
7454
7803
|
|
|
7455
7804
|
|
|
7456
|
-
class
|
|
7457
|
-
ImageName: str
|
|
7458
|
-
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
7459
|
-
|
|
7460
|
-
|
|
7461
|
-
class DescribeImageRequestImageDeletedWaitTypeDef(TypedDict):
|
|
7462
|
-
ImageName: str
|
|
7463
|
-
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
7464
|
-
|
|
7465
|
-
|
|
7466
|
-
class DescribeImageRequestImageUpdatedWaitTypeDef(TypedDict):
|
|
7805
|
+
class DescribeImageRequestWaitTypeDef(TypedDict):
|
|
7467
7806
|
ImageName: str
|
|
7468
7807
|
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
7469
7808
|
|
|
7470
7809
|
|
|
7471
|
-
class
|
|
7810
|
+
class DescribeImageVersionRequestWaitTypeDef(TypedDict):
|
|
7472
7811
|
ImageName: str
|
|
7473
7812
|
Version: NotRequired[int]
|
|
7474
7813
|
Alias: NotRequired[str]
|
|
7475
7814
|
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
7476
7815
|
|
|
7477
7816
|
|
|
7478
|
-
class
|
|
7479
|
-
ImageName: str
|
|
7480
|
-
Version: NotRequired[int]
|
|
7481
|
-
Alias: NotRequired[str]
|
|
7482
|
-
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
7483
|
-
|
|
7484
|
-
|
|
7485
|
-
class DescribeNotebookInstanceInputNotebookInstanceDeletedWaitTypeDef(TypedDict):
|
|
7486
|
-
NotebookInstanceName: str
|
|
7487
|
-
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
7488
|
-
|
|
7489
|
-
|
|
7490
|
-
class DescribeNotebookInstanceInputNotebookInstanceInServiceWaitTypeDef(TypedDict):
|
|
7817
|
+
class DescribeNotebookInstanceInputWaitTypeDef(TypedDict):
|
|
7491
7818
|
NotebookInstanceName: str
|
|
7492
7819
|
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
7493
7820
|
|
|
7494
7821
|
|
|
7495
|
-
class
|
|
7496
|
-
NotebookInstanceName: str
|
|
7497
|
-
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
7498
|
-
|
|
7499
|
-
|
|
7500
|
-
class DescribeProcessingJobRequestProcessingJobCompletedOrStoppedWaitTypeDef(TypedDict):
|
|
7822
|
+
class DescribeProcessingJobRequestWaitTypeDef(TypedDict):
|
|
7501
7823
|
ProcessingJobName: str
|
|
7502
7824
|
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
7503
7825
|
|
|
7504
7826
|
|
|
7505
|
-
class
|
|
7827
|
+
class DescribeTrainingJobRequestWaitTypeDef(TypedDict):
|
|
7506
7828
|
TrainingJobName: str
|
|
7507
7829
|
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
7508
7830
|
|
|
7509
7831
|
|
|
7510
|
-
class
|
|
7832
|
+
class DescribeTransformJobRequestWaitTypeDef(TypedDict):
|
|
7511
7833
|
TransformJobName: str
|
|
7512
7834
|
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
7513
7835
|
|
|
@@ -7537,7 +7859,7 @@ class DescribeFeatureMetadataResponseTypeDef(TypedDict):
|
|
|
7537
7859
|
CreationTime: datetime
|
|
7538
7860
|
LastModifiedTime: datetime
|
|
7539
7861
|
Description: str
|
|
7540
|
-
Parameters:
|
|
7862
|
+
Parameters: list[FeatureParameterTypeDef]
|
|
7541
7863
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7542
7864
|
|
|
7543
7865
|
|
|
@@ -7549,7 +7871,7 @@ class FeatureMetadataTypeDef(TypedDict):
|
|
|
7549
7871
|
CreationTime: NotRequired[datetime]
|
|
7550
7872
|
LastModifiedTime: NotRequired[datetime]
|
|
7551
7873
|
Description: NotRequired[str]
|
|
7552
|
-
Parameters: NotRequired[
|
|
7874
|
+
Parameters: NotRequired[list[FeatureParameterTypeDef]]
|
|
7553
7875
|
|
|
7554
7876
|
|
|
7555
7877
|
class UpdateFeatureMetadataRequestRequestTypeDef(TypedDict):
|
|
@@ -7575,8 +7897,8 @@ class DescribeHubContentResponseTypeDef(TypedDict):
|
|
|
7575
7897
|
SageMakerPublicHubContentArn: str
|
|
7576
7898
|
ReferenceMinVersion: str
|
|
7577
7899
|
SupportStatus: HubContentSupportStatusType
|
|
7578
|
-
HubContentSearchKeywords:
|
|
7579
|
-
HubContentDependencies:
|
|
7900
|
+
HubContentSearchKeywords: list[str]
|
|
7901
|
+
HubContentDependencies: list[HubContentDependencyTypeDef]
|
|
7580
7902
|
HubContentStatus: HubContentStatusType
|
|
7581
7903
|
FailureReason: str
|
|
7582
7904
|
CreationTime: datetime
|
|
@@ -7624,18 +7946,40 @@ class DescribeModelCardExportJobResponseTypeDef(TypedDict):
|
|
|
7624
7946
|
|
|
7625
7947
|
|
|
7626
7948
|
class ListMonitoringExecutionsResponseTypeDef(TypedDict):
|
|
7627
|
-
MonitoringExecutionSummaries:
|
|
7949
|
+
MonitoringExecutionSummaries: list[MonitoringExecutionSummaryTypeDef]
|
|
7628
7950
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7629
7951
|
NextToken: NotRequired[str]
|
|
7630
7952
|
|
|
7631
7953
|
|
|
7954
|
+
DescribePartnerAppResponseTypeDef = TypedDict(
|
|
7955
|
+
"DescribePartnerAppResponseTypeDef",
|
|
7956
|
+
{
|
|
7957
|
+
"Arn": str,
|
|
7958
|
+
"Name": str,
|
|
7959
|
+
"Type": PartnerAppTypeType,
|
|
7960
|
+
"Status": PartnerAppStatusType,
|
|
7961
|
+
"CreationTime": datetime,
|
|
7962
|
+
"ExecutionRoleArn": str,
|
|
7963
|
+
"BaseUrl": str,
|
|
7964
|
+
"MaintenanceConfig": PartnerAppMaintenanceConfigTypeDef,
|
|
7965
|
+
"Tier": str,
|
|
7966
|
+
"Version": str,
|
|
7967
|
+
"ApplicationConfig": PartnerAppConfigOutputTypeDef,
|
|
7968
|
+
"AuthType": Literal["IAM"],
|
|
7969
|
+
"EnableIamSessionBasedIdentity": bool,
|
|
7970
|
+
"Error": ErrorInfoTypeDef,
|
|
7971
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
7972
|
+
},
|
|
7973
|
+
)
|
|
7974
|
+
|
|
7975
|
+
|
|
7632
7976
|
class DescribeSubscribedWorkteamResponseTypeDef(TypedDict):
|
|
7633
7977
|
SubscribedWorkteam: SubscribedWorkteamTypeDef
|
|
7634
7978
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7635
7979
|
|
|
7636
7980
|
|
|
7637
7981
|
class ListSubscribedWorkteamsResponseTypeDef(TypedDict):
|
|
7638
|
-
SubscribedWorkteams:
|
|
7982
|
+
SubscribedWorkteams: list[SubscribedWorkteamTypeDef]
|
|
7639
7983
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7640
7984
|
NextToken: NotRequired[str]
|
|
7641
7985
|
|
|
@@ -7649,6 +7993,44 @@ class TrainingJobSummaryTypeDef(TypedDict):
|
|
|
7649
7993
|
LastModifiedTime: NotRequired[datetime]
|
|
7650
7994
|
SecondaryStatus: NotRequired[SecondaryStatusType]
|
|
7651
7995
|
WarmPoolStatus: NotRequired[WarmPoolStatusTypeDef]
|
|
7996
|
+
TrainingPlanArn: NotRequired[str]
|
|
7997
|
+
|
|
7998
|
+
|
|
7999
|
+
class DescribeTrainingPlanResponseTypeDef(TypedDict):
|
|
8000
|
+
TrainingPlanArn: str
|
|
8001
|
+
TrainingPlanName: str
|
|
8002
|
+
Status: TrainingPlanStatusType
|
|
8003
|
+
StatusMessage: str
|
|
8004
|
+
DurationHours: int
|
|
8005
|
+
DurationMinutes: int
|
|
8006
|
+
StartTime: datetime
|
|
8007
|
+
EndTime: datetime
|
|
8008
|
+
UpfrontFee: str
|
|
8009
|
+
CurrencyCode: str
|
|
8010
|
+
TotalInstanceCount: int
|
|
8011
|
+
AvailableInstanceCount: int
|
|
8012
|
+
InUseInstanceCount: int
|
|
8013
|
+
TargetResources: list[SageMakerResourceNameType]
|
|
8014
|
+
ReservedCapacitySummaries: list[ReservedCapacitySummaryTypeDef]
|
|
8015
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
8016
|
+
|
|
8017
|
+
|
|
8018
|
+
class TrainingPlanSummaryTypeDef(TypedDict):
|
|
8019
|
+
TrainingPlanArn: str
|
|
8020
|
+
TrainingPlanName: str
|
|
8021
|
+
Status: TrainingPlanStatusType
|
|
8022
|
+
StatusMessage: NotRequired[str]
|
|
8023
|
+
DurationHours: NotRequired[int]
|
|
8024
|
+
DurationMinutes: NotRequired[int]
|
|
8025
|
+
StartTime: NotRequired[datetime]
|
|
8026
|
+
EndTime: NotRequired[datetime]
|
|
8027
|
+
UpfrontFee: NotRequired[str]
|
|
8028
|
+
CurrencyCode: NotRequired[str]
|
|
8029
|
+
TotalInstanceCount: NotRequired[int]
|
|
8030
|
+
AvailableInstanceCount: NotRequired[int]
|
|
8031
|
+
InUseInstanceCount: NotRequired[int]
|
|
8032
|
+
TargetResources: NotRequired[list[SageMakerResourceNameType]]
|
|
8033
|
+
ReservedCapacitySummaries: NotRequired[list[ReservedCapacitySummaryTypeDef]]
|
|
7652
8034
|
|
|
7653
8035
|
|
|
7654
8036
|
class TrialSummaryTypeDef(TypedDict):
|
|
@@ -7668,13 +8050,13 @@ class DesiredWeightAndCapacityTypeDef(TypedDict):
|
|
|
7668
8050
|
|
|
7669
8051
|
|
|
7670
8052
|
class ListStageDevicesResponseTypeDef(TypedDict):
|
|
7671
|
-
DeviceDeploymentSummaries:
|
|
8053
|
+
DeviceDeploymentSummaries: list[DeviceDeploymentSummaryTypeDef]
|
|
7672
8054
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7673
8055
|
NextToken: NotRequired[str]
|
|
7674
8056
|
|
|
7675
8057
|
|
|
7676
8058
|
class ListDeviceFleetsResponseTypeDef(TypedDict):
|
|
7677
|
-
DeviceFleetSummaries:
|
|
8059
|
+
DeviceFleetSummaries: list[DeviceFleetSummaryTypeDef]
|
|
7678
8060
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7679
8061
|
NextToken: NotRequired[str]
|
|
7680
8062
|
|
|
@@ -7692,7 +8074,7 @@ class DeviceSummaryTypeDef(TypedDict):
|
|
|
7692
8074
|
IotThingName: NotRequired[str]
|
|
7693
8075
|
RegistrationTime: NotRequired[datetime]
|
|
7694
8076
|
LatestHeartbeat: NotRequired[datetime]
|
|
7695
|
-
Models: NotRequired[
|
|
8077
|
+
Models: NotRequired[list[EdgeModelSummaryTypeDef]]
|
|
7696
8078
|
AgentVersion: NotRequired[str]
|
|
7697
8079
|
|
|
7698
8080
|
|
|
@@ -7711,7 +8093,7 @@ DockerSettingsUnionTypeDef = Union[DockerSettingsTypeDef, DockerSettingsOutputTy
|
|
|
7711
8093
|
|
|
7712
8094
|
|
|
7713
8095
|
class ListDomainsResponseTypeDef(TypedDict):
|
|
7714
|
-
Domains:
|
|
8096
|
+
Domains: list[DomainDetailsTypeDef]
|
|
7715
8097
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7716
8098
|
NextToken: NotRequired[str]
|
|
7717
8099
|
|
|
@@ -7732,7 +8114,7 @@ class SpaceStorageSettingsTypeDef(TypedDict):
|
|
|
7732
8114
|
|
|
7733
8115
|
|
|
7734
8116
|
class ListEdgeDeploymentPlansResponseTypeDef(TypedDict):
|
|
7735
|
-
EdgeDeploymentPlanSummaries:
|
|
8117
|
+
EdgeDeploymentPlanSummaries: list[EdgeDeploymentPlanSummaryTypeDef]
|
|
7736
8118
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7737
8119
|
NextToken: NotRequired[str]
|
|
7738
8120
|
|
|
@@ -7744,13 +8126,13 @@ class GetDeviceFleetReportResponseTypeDef(TypedDict):
|
|
|
7744
8126
|
Description: str
|
|
7745
8127
|
ReportGenerated: datetime
|
|
7746
8128
|
DeviceStats: DeviceStatsTypeDef
|
|
7747
|
-
AgentVersions:
|
|
7748
|
-
ModelStats:
|
|
8129
|
+
AgentVersions: list[AgentVersionTypeDef]
|
|
8130
|
+
ModelStats: list[EdgeModelStatTypeDef]
|
|
7749
8131
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7750
8132
|
|
|
7751
8133
|
|
|
7752
8134
|
class ListEdgePackagingJobsResponseTypeDef(TypedDict):
|
|
7753
|
-
EdgePackagingJobSummaries:
|
|
8135
|
+
EdgePackagingJobSummaries: list[EdgePackagingJobSummaryTypeDef]
|
|
7754
8136
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7755
8137
|
NextToken: NotRequired[str]
|
|
7756
8138
|
|
|
@@ -7759,7 +8141,7 @@ EmrSettingsUnionTypeDef = Union[EmrSettingsTypeDef, EmrSettingsOutputTypeDef]
|
|
|
7759
8141
|
|
|
7760
8142
|
|
|
7761
8143
|
class ListEndpointConfigsOutputTypeDef(TypedDict):
|
|
7762
|
-
EndpointConfigs:
|
|
8144
|
+
EndpointConfigs: list[EndpointConfigSummaryTypeDef]
|
|
7763
8145
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7764
8146
|
NextToken: NotRequired[str]
|
|
7765
8147
|
|
|
@@ -7778,14 +8160,14 @@ class EndpointPerformanceTypeDef(TypedDict):
|
|
|
7778
8160
|
|
|
7779
8161
|
|
|
7780
8162
|
class ListEndpointsOutputTypeDef(TypedDict):
|
|
7781
|
-
Endpoints:
|
|
8163
|
+
Endpoints: list[EndpointSummaryTypeDef]
|
|
7782
8164
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7783
8165
|
NextToken: NotRequired[str]
|
|
7784
8166
|
|
|
7785
8167
|
|
|
7786
8168
|
class ModelConfigurationTypeDef(TypedDict):
|
|
7787
8169
|
InferenceSpecificationName: NotRequired[str]
|
|
7788
|
-
EnvironmentParameters: NotRequired[
|
|
8170
|
+
EnvironmentParameters: NotRequired[list[EnvironmentParameterTypeDef]]
|
|
7789
8171
|
CompilationJobName: NotRequired[str]
|
|
7790
8172
|
|
|
7791
8173
|
|
|
@@ -7799,7 +8181,7 @@ class HyperParameterTrainingJobSummaryTypeDef(TypedDict):
|
|
|
7799
8181
|
TrainingJobArn: str
|
|
7800
8182
|
CreationTime: datetime
|
|
7801
8183
|
TrainingJobStatus: TrainingJobStatusType
|
|
7802
|
-
TunedHyperParameters:
|
|
8184
|
+
TunedHyperParameters: dict[str, str]
|
|
7803
8185
|
TrainingJobDefinitionName: NotRequired[str]
|
|
7804
8186
|
TuningJobName: NotRequired[str]
|
|
7805
8187
|
TrainingStartTime: NotRequired[datetime]
|
|
@@ -7812,7 +8194,7 @@ class HyperParameterTrainingJobSummaryTypeDef(TypedDict):
|
|
|
7812
8194
|
|
|
7813
8195
|
|
|
7814
8196
|
class ListFlowDefinitionsResponseTypeDef(TypedDict):
|
|
7815
|
-
FlowDefinitionSummaries:
|
|
8197
|
+
FlowDefinitionSummaries: list[FlowDefinitionSummaryTypeDef]
|
|
7816
8198
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7817
8199
|
NextToken: NotRequired[str]
|
|
7818
8200
|
|
|
@@ -7826,7 +8208,7 @@ class GetScalingConfigurationRecommendationRequestRequestTypeDef(TypedDict):
|
|
|
7826
8208
|
|
|
7827
8209
|
|
|
7828
8210
|
class GetSearchSuggestionsResponseTypeDef(TypedDict):
|
|
7829
|
-
PropertyNameSuggestions:
|
|
8211
|
+
PropertyNameSuggestions: list[PropertyNameSuggestionTypeDef]
|
|
7830
8212
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7831
8213
|
|
|
7832
8214
|
|
|
@@ -7836,10 +8218,10 @@ class UpdateCodeRepositoryInputRequestTypeDef(TypedDict):
|
|
|
7836
8218
|
|
|
7837
8219
|
|
|
7838
8220
|
class StudioWebPortalSettingsOutputTypeDef(TypedDict):
|
|
7839
|
-
HiddenMlTools: NotRequired[
|
|
7840
|
-
HiddenAppTypes: NotRequired[
|
|
7841
|
-
HiddenInstanceTypes: NotRequired[
|
|
7842
|
-
HiddenSageMakerImageVersionAliases: NotRequired[
|
|
8221
|
+
HiddenMlTools: NotRequired[list[MlToolsType]]
|
|
8222
|
+
HiddenAppTypes: NotRequired[list[AppTypeType]]
|
|
8223
|
+
HiddenInstanceTypes: NotRequired[list[AppInstanceTypeType]]
|
|
8224
|
+
HiddenSageMakerImageVersionAliases: NotRequired[list[HiddenSageMakerImageOutputTypeDef]]
|
|
7843
8225
|
|
|
7844
8226
|
|
|
7845
8227
|
HiddenSageMakerImageUnionTypeDef = Union[
|
|
@@ -7848,19 +8230,19 @@ HiddenSageMakerImageUnionTypeDef = Union[
|
|
|
7848
8230
|
|
|
7849
8231
|
|
|
7850
8232
|
class ListHubContentVersionsResponseTypeDef(TypedDict):
|
|
7851
|
-
HubContentSummaries:
|
|
8233
|
+
HubContentSummaries: list[HubContentInfoTypeDef]
|
|
7852
8234
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7853
8235
|
NextToken: NotRequired[str]
|
|
7854
8236
|
|
|
7855
8237
|
|
|
7856
8238
|
class ListHubContentsResponseTypeDef(TypedDict):
|
|
7857
|
-
HubContentSummaries:
|
|
8239
|
+
HubContentSummaries: list[HubContentInfoTypeDef]
|
|
7858
8240
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7859
8241
|
NextToken: NotRequired[str]
|
|
7860
8242
|
|
|
7861
8243
|
|
|
7862
8244
|
class ListHubsResponseTypeDef(TypedDict):
|
|
7863
|
-
HubSummaries:
|
|
8245
|
+
HubSummaries: list[HubInfoTypeDef]
|
|
7864
8246
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7865
8247
|
NextToken: NotRequired[str]
|
|
7866
8248
|
|
|
@@ -7870,7 +8252,7 @@ class HumanLoopActivationConfigTypeDef(TypedDict):
|
|
|
7870
8252
|
|
|
7871
8253
|
|
|
7872
8254
|
class ListHumanTaskUisResponseTypeDef(TypedDict):
|
|
7873
|
-
HumanTaskUiSummaries:
|
|
8255
|
+
HumanTaskUiSummaries: list[HumanTaskUiSummaryTypeDef]
|
|
7874
8256
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7875
8257
|
NextToken: NotRequired[str]
|
|
7876
8258
|
|
|
@@ -7881,7 +8263,7 @@ class HyperParameterTuningResourceConfigOutputTypeDef(TypedDict):
|
|
|
7881
8263
|
VolumeSizeInGB: NotRequired[int]
|
|
7882
8264
|
VolumeKmsKeyId: NotRequired[str]
|
|
7883
8265
|
AllocationStrategy: NotRequired[Literal["Prioritized"]]
|
|
7884
|
-
InstanceConfigs: NotRequired[
|
|
8266
|
+
InstanceConfigs: NotRequired[list[HyperParameterTuningInstanceConfigTypeDef]]
|
|
7885
8267
|
|
|
7886
8268
|
|
|
7887
8269
|
class HyperParameterTuningResourceConfigTypeDef(TypedDict):
|
|
@@ -7911,7 +8293,7 @@ class HyperParameterTuningJobStrategyConfigTypeDef(TypedDict):
|
|
|
7911
8293
|
|
|
7912
8294
|
|
|
7913
8295
|
class HyperParameterTuningJobWarmStartConfigOutputTypeDef(TypedDict):
|
|
7914
|
-
ParentHyperParameterTuningJobs:
|
|
8296
|
+
ParentHyperParameterTuningJobs: list[ParentHyperParameterTuningJobTypeDef]
|
|
7915
8297
|
WarmStartType: HyperParameterTuningJobWarmStartTypeType
|
|
7916
8298
|
|
|
7917
8299
|
|
|
@@ -7937,13 +8319,13 @@ class ImageConfigTypeDef(TypedDict):
|
|
|
7937
8319
|
|
|
7938
8320
|
|
|
7939
8321
|
class ListImagesResponseTypeDef(TypedDict):
|
|
7940
|
-
Images:
|
|
8322
|
+
Images: list[ImageTypeDef]
|
|
7941
8323
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7942
8324
|
NextToken: NotRequired[str]
|
|
7943
8325
|
|
|
7944
8326
|
|
|
7945
8327
|
class ListImageVersionsResponseTypeDef(TypedDict):
|
|
7946
|
-
ImageVersions:
|
|
8328
|
+
ImageVersions: list[ImageVersionTypeDef]
|
|
7947
8329
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7948
8330
|
NextToken: NotRequired[str]
|
|
7949
8331
|
|
|
@@ -7963,13 +8345,13 @@ InferenceComponentSpecificationTypeDef = TypedDict(
|
|
|
7963
8345
|
|
|
7964
8346
|
|
|
7965
8347
|
class ListInferenceComponentsOutputTypeDef(TypedDict):
|
|
7966
|
-
InferenceComponents:
|
|
8348
|
+
InferenceComponents: list[InferenceComponentSummaryTypeDef]
|
|
7967
8349
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7968
8350
|
NextToken: NotRequired[str]
|
|
7969
8351
|
|
|
7970
8352
|
|
|
7971
8353
|
class ListInferenceRecommendationsJobsResponseTypeDef(TypedDict):
|
|
7972
|
-
InferenceRecommendationsJobs:
|
|
8354
|
+
InferenceRecommendationsJobs: list[InferenceRecommendationsJobTypeDef]
|
|
7973
8355
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7974
8356
|
NextToken: NotRequired[str]
|
|
7975
8357
|
|
|
@@ -7980,7 +8362,8 @@ class ResourceConfigOutputTypeDef(TypedDict):
|
|
|
7980
8362
|
InstanceCount: NotRequired[int]
|
|
7981
8363
|
VolumeKmsKeyId: NotRequired[str]
|
|
7982
8364
|
KeepAlivePeriodInSeconds: NotRequired[int]
|
|
7983
|
-
InstanceGroups: NotRequired[
|
|
8365
|
+
InstanceGroups: NotRequired[list[InstanceGroupTypeDef]]
|
|
8366
|
+
TrainingPlanArn: NotRequired[str]
|
|
7984
8367
|
|
|
7985
8368
|
|
|
7986
8369
|
class ResourceConfigTypeDef(TypedDict):
|
|
@@ -7990,6 +8373,7 @@ class ResourceConfigTypeDef(TypedDict):
|
|
|
7990
8373
|
VolumeKmsKeyId: NotRequired[str]
|
|
7991
8374
|
KeepAlivePeriodInSeconds: NotRequired[int]
|
|
7992
8375
|
InstanceGroups: NotRequired[Sequence[InstanceGroupTypeDef]]
|
|
8376
|
+
TrainingPlanArn: NotRequired[str]
|
|
7993
8377
|
|
|
7994
8378
|
|
|
7995
8379
|
class ParameterRangeOutputTypeDef(TypedDict):
|
|
@@ -8001,14 +8385,14 @@ class ParameterRangeOutputTypeDef(TypedDict):
|
|
|
8001
8385
|
|
|
8002
8386
|
|
|
8003
8387
|
class ParameterRangesOutputTypeDef(TypedDict):
|
|
8004
|
-
IntegerParameterRanges: NotRequired[
|
|
8005
|
-
ContinuousParameterRanges: NotRequired[
|
|
8006
|
-
CategoricalParameterRanges: NotRequired[
|
|
8007
|
-
AutoParameters: NotRequired[
|
|
8388
|
+
IntegerParameterRanges: NotRequired[list[IntegerParameterRangeTypeDef]]
|
|
8389
|
+
ContinuousParameterRanges: NotRequired[list[ContinuousParameterRangeTypeDef]]
|
|
8390
|
+
CategoricalParameterRanges: NotRequired[list[CategoricalParameterRangeOutputTypeDef]]
|
|
8391
|
+
AutoParameters: NotRequired[list[AutoParameterTypeDef]]
|
|
8008
8392
|
|
|
8009
8393
|
|
|
8010
8394
|
class KernelGatewayImageConfigOutputTypeDef(TypedDict):
|
|
8011
|
-
KernelSpecs:
|
|
8395
|
+
KernelSpecs: list[KernelSpecTypeDef]
|
|
8012
8396
|
FileSystemConfig: NotRequired[FileSystemConfigTypeDef]
|
|
8013
8397
|
|
|
8014
8398
|
|
|
@@ -8037,12 +8421,12 @@ class LabelingJobDataSourceTypeDef(TypedDict):
|
|
|
8037
8421
|
|
|
8038
8422
|
|
|
8039
8423
|
class ListLineageGroupsResponseTypeDef(TypedDict):
|
|
8040
|
-
LineageGroupSummaries:
|
|
8424
|
+
LineageGroupSummaries: list[LineageGroupSummaryTypeDef]
|
|
8041
8425
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8042
8426
|
NextToken: NotRequired[str]
|
|
8043
8427
|
|
|
8044
8428
|
|
|
8045
|
-
class
|
|
8429
|
+
class ListActionsRequestPaginateTypeDef(TypedDict):
|
|
8046
8430
|
SourceUri: NotRequired[str]
|
|
8047
8431
|
ActionType: NotRequired[str]
|
|
8048
8432
|
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
@@ -8052,7 +8436,7 @@ class ListActionsRequestListActionsPaginateTypeDef(TypedDict):
|
|
|
8052
8436
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8053
8437
|
|
|
8054
8438
|
|
|
8055
|
-
class
|
|
8439
|
+
class ListAlgorithmsInputPaginateTypeDef(TypedDict):
|
|
8056
8440
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8057
8441
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8058
8442
|
NameContains: NotRequired[str]
|
|
@@ -8061,14 +8445,14 @@ class ListAlgorithmsInputListAlgorithmsPaginateTypeDef(TypedDict):
|
|
|
8061
8445
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8062
8446
|
|
|
8063
8447
|
|
|
8064
|
-
class
|
|
8448
|
+
class ListAliasesRequestPaginateTypeDef(TypedDict):
|
|
8065
8449
|
ImageName: str
|
|
8066
8450
|
Alias: NotRequired[str]
|
|
8067
8451
|
Version: NotRequired[int]
|
|
8068
8452
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8069
8453
|
|
|
8070
8454
|
|
|
8071
|
-
class
|
|
8455
|
+
class ListAppImageConfigsRequestPaginateTypeDef(TypedDict):
|
|
8072
8456
|
NameContains: NotRequired[str]
|
|
8073
8457
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8074
8458
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -8079,7 +8463,7 @@ class ListAppImageConfigsRequestListAppImageConfigsPaginateTypeDef(TypedDict):
|
|
|
8079
8463
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8080
8464
|
|
|
8081
8465
|
|
|
8082
|
-
class
|
|
8466
|
+
class ListAppsRequestPaginateTypeDef(TypedDict):
|
|
8083
8467
|
SortOrder: NotRequired[SortOrderType]
|
|
8084
8468
|
SortBy: NotRequired[Literal["CreationTime"]]
|
|
8085
8469
|
DomainIdEquals: NotRequired[str]
|
|
@@ -8088,7 +8472,7 @@ class ListAppsRequestListAppsPaginateTypeDef(TypedDict):
|
|
|
8088
8472
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8089
8473
|
|
|
8090
8474
|
|
|
8091
|
-
class
|
|
8475
|
+
class ListArtifactsRequestPaginateTypeDef(TypedDict):
|
|
8092
8476
|
SourceUri: NotRequired[str]
|
|
8093
8477
|
ArtifactType: NotRequired[str]
|
|
8094
8478
|
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
@@ -8098,7 +8482,7 @@ class ListArtifactsRequestListArtifactsPaginateTypeDef(TypedDict):
|
|
|
8098
8482
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8099
8483
|
|
|
8100
8484
|
|
|
8101
|
-
class
|
|
8485
|
+
class ListAssociationsRequestPaginateTypeDef(TypedDict):
|
|
8102
8486
|
SourceArn: NotRequired[str]
|
|
8103
8487
|
DestinationArn: NotRequired[str]
|
|
8104
8488
|
SourceType: NotRequired[str]
|
|
@@ -8111,7 +8495,7 @@ class ListAssociationsRequestListAssociationsPaginateTypeDef(TypedDict):
|
|
|
8111
8495
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8112
8496
|
|
|
8113
8497
|
|
|
8114
|
-
class
|
|
8498
|
+
class ListAutoMLJobsRequestPaginateTypeDef(TypedDict):
|
|
8115
8499
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8116
8500
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8117
8501
|
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -8123,7 +8507,7 @@ class ListAutoMLJobsRequestListAutoMLJobsPaginateTypeDef(TypedDict):
|
|
|
8123
8507
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8124
8508
|
|
|
8125
8509
|
|
|
8126
|
-
class
|
|
8510
|
+
class ListCandidatesForAutoMLJobRequestPaginateTypeDef(TypedDict):
|
|
8127
8511
|
AutoMLJobName: str
|
|
8128
8512
|
StatusEquals: NotRequired[CandidateStatusType]
|
|
8129
8513
|
CandidateNameEquals: NotRequired[str]
|
|
@@ -8132,7 +8516,7 @@ class ListCandidatesForAutoMLJobRequestListCandidatesForAutoMLJobPaginateTypeDef
|
|
|
8132
8516
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8133
8517
|
|
|
8134
8518
|
|
|
8135
|
-
class
|
|
8519
|
+
class ListClusterNodesRequestPaginateTypeDef(TypedDict):
|
|
8136
8520
|
ClusterName: str
|
|
8137
8521
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8138
8522
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
@@ -8142,16 +8526,28 @@ class ListClusterNodesRequestListClusterNodesPaginateTypeDef(TypedDict):
|
|
|
8142
8526
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8143
8527
|
|
|
8144
8528
|
|
|
8145
|
-
class
|
|
8529
|
+
class ListClusterSchedulerConfigsRequestPaginateTypeDef(TypedDict):
|
|
8530
|
+
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
8531
|
+
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
8532
|
+
NameContains: NotRequired[str]
|
|
8533
|
+
ClusterArn: NotRequired[str]
|
|
8534
|
+
Status: NotRequired[SchedulerResourceStatusType]
|
|
8535
|
+
SortBy: NotRequired[SortClusterSchedulerConfigByType]
|
|
8536
|
+
SortOrder: NotRequired[SortOrderType]
|
|
8537
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8538
|
+
|
|
8539
|
+
|
|
8540
|
+
class ListClustersRequestPaginateTypeDef(TypedDict):
|
|
8146
8541
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8147
8542
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8148
8543
|
NameContains: NotRequired[str]
|
|
8149
8544
|
SortBy: NotRequired[ClusterSortByType]
|
|
8150
8545
|
SortOrder: NotRequired[SortOrderType]
|
|
8546
|
+
TrainingPlanArn: NotRequired[str]
|
|
8151
8547
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8152
8548
|
|
|
8153
8549
|
|
|
8154
|
-
class
|
|
8550
|
+
class ListCodeRepositoriesInputPaginateTypeDef(TypedDict):
|
|
8155
8551
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8156
8552
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8157
8553
|
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -8162,7 +8558,7 @@ class ListCodeRepositoriesInputListCodeRepositoriesPaginateTypeDef(TypedDict):
|
|
|
8162
8558
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8163
8559
|
|
|
8164
8560
|
|
|
8165
|
-
class
|
|
8561
|
+
class ListCompilationJobsRequestPaginateTypeDef(TypedDict):
|
|
8166
8562
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8167
8563
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8168
8564
|
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -8174,7 +8570,18 @@ class ListCompilationJobsRequestListCompilationJobsPaginateTypeDef(TypedDict):
|
|
|
8174
8570
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8175
8571
|
|
|
8176
8572
|
|
|
8177
|
-
class
|
|
8573
|
+
class ListComputeQuotasRequestPaginateTypeDef(TypedDict):
|
|
8574
|
+
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
8575
|
+
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
8576
|
+
NameContains: NotRequired[str]
|
|
8577
|
+
Status: NotRequired[SchedulerResourceStatusType]
|
|
8578
|
+
ClusterArn: NotRequired[str]
|
|
8579
|
+
SortBy: NotRequired[SortQuotaByType]
|
|
8580
|
+
SortOrder: NotRequired[SortOrderType]
|
|
8581
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8582
|
+
|
|
8583
|
+
|
|
8584
|
+
class ListContextsRequestPaginateTypeDef(TypedDict):
|
|
8178
8585
|
SourceUri: NotRequired[str]
|
|
8179
8586
|
ContextType: NotRequired[str]
|
|
8180
8587
|
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
@@ -8184,7 +8591,7 @@ class ListContextsRequestListContextsPaginateTypeDef(TypedDict):
|
|
|
8184
8591
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8185
8592
|
|
|
8186
8593
|
|
|
8187
|
-
class
|
|
8594
|
+
class ListDataQualityJobDefinitionsRequestPaginateTypeDef(TypedDict):
|
|
8188
8595
|
EndpointName: NotRequired[str]
|
|
8189
8596
|
SortBy: NotRequired[MonitoringJobDefinitionSortKeyType]
|
|
8190
8597
|
SortOrder: NotRequired[SortOrderType]
|
|
@@ -8194,7 +8601,7 @@ class ListDataQualityJobDefinitionsRequestListDataQualityJobDefinitionsPaginateT
|
|
|
8194
8601
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8195
8602
|
|
|
8196
8603
|
|
|
8197
|
-
class
|
|
8604
|
+
class ListDeviceFleetsRequestPaginateTypeDef(TypedDict):
|
|
8198
8605
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8199
8606
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8200
8607
|
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -8205,18 +8612,18 @@ class ListDeviceFleetsRequestListDeviceFleetsPaginateTypeDef(TypedDict):
|
|
|
8205
8612
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8206
8613
|
|
|
8207
8614
|
|
|
8208
|
-
class
|
|
8615
|
+
class ListDevicesRequestPaginateTypeDef(TypedDict):
|
|
8209
8616
|
LatestHeartbeatAfter: NotRequired[TimestampTypeDef]
|
|
8210
8617
|
ModelName: NotRequired[str]
|
|
8211
8618
|
DeviceFleetName: NotRequired[str]
|
|
8212
8619
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8213
8620
|
|
|
8214
8621
|
|
|
8215
|
-
class
|
|
8622
|
+
class ListDomainsRequestPaginateTypeDef(TypedDict):
|
|
8216
8623
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8217
8624
|
|
|
8218
8625
|
|
|
8219
|
-
class
|
|
8626
|
+
class ListEdgeDeploymentPlansRequestPaginateTypeDef(TypedDict):
|
|
8220
8627
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8221
8628
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8222
8629
|
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -8228,7 +8635,7 @@ class ListEdgeDeploymentPlansRequestListEdgeDeploymentPlansPaginateTypeDef(Typed
|
|
|
8228
8635
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8229
8636
|
|
|
8230
8637
|
|
|
8231
|
-
class
|
|
8638
|
+
class ListEdgePackagingJobsRequestPaginateTypeDef(TypedDict):
|
|
8232
8639
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8233
8640
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8234
8641
|
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -8241,7 +8648,7 @@ class ListEdgePackagingJobsRequestListEdgePackagingJobsPaginateTypeDef(TypedDict
|
|
|
8241
8648
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8242
8649
|
|
|
8243
8650
|
|
|
8244
|
-
class
|
|
8651
|
+
class ListEndpointConfigsInputPaginateTypeDef(TypedDict):
|
|
8245
8652
|
SortBy: NotRequired[EndpointConfigSortKeyType]
|
|
8246
8653
|
SortOrder: NotRequired[OrderKeyType]
|
|
8247
8654
|
NameContains: NotRequired[str]
|
|
@@ -8250,7 +8657,7 @@ class ListEndpointConfigsInputListEndpointConfigsPaginateTypeDef(TypedDict):
|
|
|
8250
8657
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8251
8658
|
|
|
8252
8659
|
|
|
8253
|
-
class
|
|
8660
|
+
class ListEndpointsInputPaginateTypeDef(TypedDict):
|
|
8254
8661
|
SortBy: NotRequired[EndpointSortKeyType]
|
|
8255
8662
|
SortOrder: NotRequired[OrderKeyType]
|
|
8256
8663
|
NameContains: NotRequired[str]
|
|
@@ -8262,7 +8669,7 @@ class ListEndpointsInputListEndpointsPaginateTypeDef(TypedDict):
|
|
|
8262
8669
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8263
8670
|
|
|
8264
8671
|
|
|
8265
|
-
class
|
|
8672
|
+
class ListExperimentsRequestPaginateTypeDef(TypedDict):
|
|
8266
8673
|
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
8267
8674
|
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
8268
8675
|
SortBy: NotRequired[SortExperimentsByType]
|
|
@@ -8270,7 +8677,7 @@ class ListExperimentsRequestListExperimentsPaginateTypeDef(TypedDict):
|
|
|
8270
8677
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8271
8678
|
|
|
8272
8679
|
|
|
8273
|
-
class
|
|
8680
|
+
class ListFeatureGroupsRequestPaginateTypeDef(TypedDict):
|
|
8274
8681
|
NameContains: NotRequired[str]
|
|
8275
8682
|
FeatureGroupStatusEquals: NotRequired[FeatureGroupStatusType]
|
|
8276
8683
|
OfflineStoreStatusEquals: NotRequired[OfflineStoreStatusValueType]
|
|
@@ -8281,21 +8688,21 @@ class ListFeatureGroupsRequestListFeatureGroupsPaginateTypeDef(TypedDict):
|
|
|
8281
8688
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8282
8689
|
|
|
8283
8690
|
|
|
8284
|
-
class
|
|
8691
|
+
class ListFlowDefinitionsRequestPaginateTypeDef(TypedDict):
|
|
8285
8692
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8286
8693
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8287
8694
|
SortOrder: NotRequired[SortOrderType]
|
|
8288
8695
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8289
8696
|
|
|
8290
8697
|
|
|
8291
|
-
class
|
|
8698
|
+
class ListHumanTaskUisRequestPaginateTypeDef(TypedDict):
|
|
8292
8699
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8293
8700
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8294
8701
|
SortOrder: NotRequired[SortOrderType]
|
|
8295
8702
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8296
8703
|
|
|
8297
8704
|
|
|
8298
|
-
class
|
|
8705
|
+
class ListHyperParameterTuningJobsRequestPaginateTypeDef(TypedDict):
|
|
8299
8706
|
SortBy: NotRequired[HyperParameterTuningJobSortByOptionsType]
|
|
8300
8707
|
SortOrder: NotRequired[SortOrderType]
|
|
8301
8708
|
NameContains: NotRequired[str]
|
|
@@ -8307,7 +8714,7 @@ class ListHyperParameterTuningJobsRequestListHyperParameterTuningJobsPaginateTyp
|
|
|
8307
8714
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8308
8715
|
|
|
8309
8716
|
|
|
8310
|
-
class
|
|
8717
|
+
class ListImageVersionsRequestPaginateTypeDef(TypedDict):
|
|
8311
8718
|
ImageName: str
|
|
8312
8719
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8313
8720
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
@@ -8318,7 +8725,7 @@ class ListImageVersionsRequestListImageVersionsPaginateTypeDef(TypedDict):
|
|
|
8318
8725
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8319
8726
|
|
|
8320
8727
|
|
|
8321
|
-
class
|
|
8728
|
+
class ListImagesRequestPaginateTypeDef(TypedDict):
|
|
8322
8729
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8323
8730
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8324
8731
|
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -8329,7 +8736,7 @@ class ListImagesRequestListImagesPaginateTypeDef(TypedDict):
|
|
|
8329
8736
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8330
8737
|
|
|
8331
8738
|
|
|
8332
|
-
class
|
|
8739
|
+
class ListInferenceComponentsInputPaginateTypeDef(TypedDict):
|
|
8333
8740
|
SortBy: NotRequired[InferenceComponentSortKeyType]
|
|
8334
8741
|
SortOrder: NotRequired[OrderKeyType]
|
|
8335
8742
|
NameContains: NotRequired[str]
|
|
@@ -8343,8 +8750,8 @@ class ListInferenceComponentsInputListInferenceComponentsPaginateTypeDef(TypedDi
|
|
|
8343
8750
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8344
8751
|
|
|
8345
8752
|
|
|
8346
|
-
|
|
8347
|
-
"
|
|
8753
|
+
ListInferenceExperimentsRequestPaginateTypeDef = TypedDict(
|
|
8754
|
+
"ListInferenceExperimentsRequestPaginateTypeDef",
|
|
8348
8755
|
{
|
|
8349
8756
|
"NameContains": NotRequired[str],
|
|
8350
8757
|
"Type": NotRequired[Literal["ShadowMode"]],
|
|
@@ -8360,18 +8767,14 @@ ListInferenceExperimentsRequestListInferenceExperimentsPaginateTypeDef = TypedDi
|
|
|
8360
8767
|
)
|
|
8361
8768
|
|
|
8362
8769
|
|
|
8363
|
-
class
|
|
8364
|
-
TypedDict
|
|
8365
|
-
):
|
|
8770
|
+
class ListInferenceRecommendationsJobStepsRequestPaginateTypeDef(TypedDict):
|
|
8366
8771
|
JobName: str
|
|
8367
8772
|
Status: NotRequired[RecommendationJobStatusType]
|
|
8368
8773
|
StepType: NotRequired[Literal["BENCHMARK"]]
|
|
8369
8774
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8370
8775
|
|
|
8371
8776
|
|
|
8372
|
-
class
|
|
8373
|
-
TypedDict
|
|
8374
|
-
):
|
|
8777
|
+
class ListInferenceRecommendationsJobsRequestPaginateTypeDef(TypedDict):
|
|
8375
8778
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8376
8779
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8377
8780
|
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -8385,7 +8788,7 @@ class ListInferenceRecommendationsJobsRequestListInferenceRecommendationsJobsPag
|
|
|
8385
8788
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8386
8789
|
|
|
8387
8790
|
|
|
8388
|
-
class
|
|
8791
|
+
class ListLabelingJobsForWorkteamRequestPaginateTypeDef(TypedDict):
|
|
8389
8792
|
WorkteamArn: str
|
|
8390
8793
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8391
8794
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
@@ -8395,7 +8798,7 @@ class ListLabelingJobsForWorkteamRequestListLabelingJobsForWorkteamPaginateTypeD
|
|
|
8395
8798
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8396
8799
|
|
|
8397
8800
|
|
|
8398
|
-
class
|
|
8801
|
+
class ListLabelingJobsRequestPaginateTypeDef(TypedDict):
|
|
8399
8802
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8400
8803
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8401
8804
|
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -8407,7 +8810,7 @@ class ListLabelingJobsRequestListLabelingJobsPaginateTypeDef(TypedDict):
|
|
|
8407
8810
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8408
8811
|
|
|
8409
8812
|
|
|
8410
|
-
class
|
|
8813
|
+
class ListLineageGroupsRequestPaginateTypeDef(TypedDict):
|
|
8411
8814
|
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
8412
8815
|
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
8413
8816
|
SortBy: NotRequired[SortLineageGroupsByType]
|
|
@@ -8415,7 +8818,7 @@ class ListLineageGroupsRequestListLineageGroupsPaginateTypeDef(TypedDict):
|
|
|
8415
8818
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8416
8819
|
|
|
8417
8820
|
|
|
8418
|
-
class
|
|
8821
|
+
class ListMlflowTrackingServersRequestPaginateTypeDef(TypedDict):
|
|
8419
8822
|
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
8420
8823
|
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
8421
8824
|
TrackingServerStatus: NotRequired[TrackingServerStatusType]
|
|
@@ -8425,7 +8828,7 @@ class ListMlflowTrackingServersRequestListMlflowTrackingServersPaginateTypeDef(T
|
|
|
8425
8828
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8426
8829
|
|
|
8427
8830
|
|
|
8428
|
-
class
|
|
8831
|
+
class ListModelBiasJobDefinitionsRequestPaginateTypeDef(TypedDict):
|
|
8429
8832
|
EndpointName: NotRequired[str]
|
|
8430
8833
|
SortBy: NotRequired[MonitoringJobDefinitionSortKeyType]
|
|
8431
8834
|
SortOrder: NotRequired[SortOrderType]
|
|
@@ -8435,7 +8838,7 @@ class ListModelBiasJobDefinitionsRequestListModelBiasJobDefinitionsPaginateTypeD
|
|
|
8435
8838
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8436
8839
|
|
|
8437
8840
|
|
|
8438
|
-
class
|
|
8841
|
+
class ListModelCardExportJobsRequestPaginateTypeDef(TypedDict):
|
|
8439
8842
|
ModelCardName: str
|
|
8440
8843
|
ModelCardVersion: NotRequired[int]
|
|
8441
8844
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -8447,7 +8850,7 @@ class ListModelCardExportJobsRequestListModelCardExportJobsPaginateTypeDef(Typed
|
|
|
8447
8850
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8448
8851
|
|
|
8449
8852
|
|
|
8450
|
-
class
|
|
8853
|
+
class ListModelCardVersionsRequestPaginateTypeDef(TypedDict):
|
|
8451
8854
|
ModelCardName: str
|
|
8452
8855
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8453
8856
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
@@ -8457,7 +8860,7 @@ class ListModelCardVersionsRequestListModelCardVersionsPaginateTypeDef(TypedDict
|
|
|
8457
8860
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8458
8861
|
|
|
8459
8862
|
|
|
8460
|
-
class
|
|
8863
|
+
class ListModelCardsRequestPaginateTypeDef(TypedDict):
|
|
8461
8864
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8462
8865
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8463
8866
|
NameContains: NotRequired[str]
|
|
@@ -8467,9 +8870,7 @@ class ListModelCardsRequestListModelCardsPaginateTypeDef(TypedDict):
|
|
|
8467
8870
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8468
8871
|
|
|
8469
8872
|
|
|
8470
|
-
class
|
|
8471
|
-
TypedDict
|
|
8472
|
-
):
|
|
8873
|
+
class ListModelExplainabilityJobDefinitionsRequestPaginateTypeDef(TypedDict):
|
|
8473
8874
|
EndpointName: NotRequired[str]
|
|
8474
8875
|
SortBy: NotRequired[MonitoringJobDefinitionSortKeyType]
|
|
8475
8876
|
SortOrder: NotRequired[SortOrderType]
|
|
@@ -8479,7 +8880,7 @@ class ListModelExplainabilityJobDefinitionsRequestListModelExplainabilityJobDefi
|
|
|
8479
8880
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8480
8881
|
|
|
8481
8882
|
|
|
8482
|
-
class
|
|
8883
|
+
class ListModelPackageGroupsInputPaginateTypeDef(TypedDict):
|
|
8483
8884
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8484
8885
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8485
8886
|
NameContains: NotRequired[str]
|
|
@@ -8489,7 +8890,7 @@ class ListModelPackageGroupsInputListModelPackageGroupsPaginateTypeDef(TypedDict
|
|
|
8489
8890
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8490
8891
|
|
|
8491
8892
|
|
|
8492
|
-
class
|
|
8893
|
+
class ListModelPackagesInputPaginateTypeDef(TypedDict):
|
|
8493
8894
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8494
8895
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8495
8896
|
NameContains: NotRequired[str]
|
|
@@ -8501,7 +8902,7 @@ class ListModelPackagesInputListModelPackagesPaginateTypeDef(TypedDict):
|
|
|
8501
8902
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8502
8903
|
|
|
8503
8904
|
|
|
8504
|
-
class
|
|
8905
|
+
class ListModelQualityJobDefinitionsRequestPaginateTypeDef(TypedDict):
|
|
8505
8906
|
EndpointName: NotRequired[str]
|
|
8506
8907
|
SortBy: NotRequired[MonitoringJobDefinitionSortKeyType]
|
|
8507
8908
|
SortOrder: NotRequired[SortOrderType]
|
|
@@ -8511,7 +8912,7 @@ class ListModelQualityJobDefinitionsRequestListModelQualityJobDefinitionsPaginat
|
|
|
8511
8912
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8512
8913
|
|
|
8513
8914
|
|
|
8514
|
-
class
|
|
8915
|
+
class ListModelsInputPaginateTypeDef(TypedDict):
|
|
8515
8916
|
SortBy: NotRequired[ModelSortKeyType]
|
|
8516
8917
|
SortOrder: NotRequired[OrderKeyType]
|
|
8517
8918
|
NameContains: NotRequired[str]
|
|
@@ -8520,7 +8921,7 @@ class ListModelsInputListModelsPaginateTypeDef(TypedDict):
|
|
|
8520
8921
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8521
8922
|
|
|
8522
8923
|
|
|
8523
|
-
class
|
|
8924
|
+
class ListMonitoringAlertHistoryRequestPaginateTypeDef(TypedDict):
|
|
8524
8925
|
MonitoringScheduleName: NotRequired[str]
|
|
8525
8926
|
MonitoringAlertName: NotRequired[str]
|
|
8526
8927
|
SortBy: NotRequired[MonitoringAlertHistorySortKeyType]
|
|
@@ -8531,12 +8932,12 @@ class ListMonitoringAlertHistoryRequestListMonitoringAlertHistoryPaginateTypeDef
|
|
|
8531
8932
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8532
8933
|
|
|
8533
8934
|
|
|
8534
|
-
class
|
|
8935
|
+
class ListMonitoringAlertsRequestPaginateTypeDef(TypedDict):
|
|
8535
8936
|
MonitoringScheduleName: str
|
|
8536
8937
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8537
8938
|
|
|
8538
8939
|
|
|
8539
|
-
class
|
|
8940
|
+
class ListMonitoringExecutionsRequestPaginateTypeDef(TypedDict):
|
|
8540
8941
|
MonitoringScheduleName: NotRequired[str]
|
|
8541
8942
|
EndpointName: NotRequired[str]
|
|
8542
8943
|
SortBy: NotRequired[MonitoringExecutionSortKeyType]
|
|
@@ -8553,7 +8954,7 @@ class ListMonitoringExecutionsRequestListMonitoringExecutionsPaginateTypeDef(Typ
|
|
|
8553
8954
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8554
8955
|
|
|
8555
8956
|
|
|
8556
|
-
class
|
|
8957
|
+
class ListMonitoringSchedulesRequestPaginateTypeDef(TypedDict):
|
|
8557
8958
|
EndpointName: NotRequired[str]
|
|
8558
8959
|
SortBy: NotRequired[MonitoringScheduleSortKeyType]
|
|
8559
8960
|
SortOrder: NotRequired[SortOrderType]
|
|
@@ -8568,9 +8969,7 @@ class ListMonitoringSchedulesRequestListMonitoringSchedulesPaginateTypeDef(Typed
|
|
|
8568
8969
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8569
8970
|
|
|
8570
8971
|
|
|
8571
|
-
class
|
|
8572
|
-
TypedDict
|
|
8573
|
-
):
|
|
8972
|
+
class ListNotebookInstanceLifecycleConfigsInputPaginateTypeDef(TypedDict):
|
|
8574
8973
|
SortBy: NotRequired[NotebookInstanceLifecycleConfigSortKeyType]
|
|
8575
8974
|
SortOrder: NotRequired[NotebookInstanceLifecycleConfigSortOrderType]
|
|
8576
8975
|
NameContains: NotRequired[str]
|
|
@@ -8581,7 +8980,7 @@ class ListNotebookInstanceLifecycleConfigsInputListNotebookInstanceLifecycleConf
|
|
|
8581
8980
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8582
8981
|
|
|
8583
8982
|
|
|
8584
|
-
class
|
|
8983
|
+
class ListNotebookInstancesInputPaginateTypeDef(TypedDict):
|
|
8585
8984
|
SortBy: NotRequired[NotebookInstanceSortKeyType]
|
|
8586
8985
|
SortOrder: NotRequired[NotebookInstanceSortOrderType]
|
|
8587
8986
|
NameContains: NotRequired[str]
|
|
@@ -8596,7 +8995,7 @@ class ListNotebookInstancesInputListNotebookInstancesPaginateTypeDef(TypedDict):
|
|
|
8596
8995
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8597
8996
|
|
|
8598
8997
|
|
|
8599
|
-
class
|
|
8998
|
+
class ListOptimizationJobsRequestPaginateTypeDef(TypedDict):
|
|
8600
8999
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8601
9000
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8602
9001
|
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -8609,13 +9008,17 @@ class ListOptimizationJobsRequestListOptimizationJobsPaginateTypeDef(TypedDict):
|
|
|
8609
9008
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8610
9009
|
|
|
8611
9010
|
|
|
8612
|
-
class
|
|
9011
|
+
class ListPartnerAppsRequestPaginateTypeDef(TypedDict):
|
|
9012
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9013
|
+
|
|
9014
|
+
|
|
9015
|
+
class ListPipelineExecutionStepsRequestPaginateTypeDef(TypedDict):
|
|
8613
9016
|
PipelineExecutionArn: NotRequired[str]
|
|
8614
9017
|
SortOrder: NotRequired[SortOrderType]
|
|
8615
9018
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8616
9019
|
|
|
8617
9020
|
|
|
8618
|
-
class
|
|
9021
|
+
class ListPipelineExecutionsRequestPaginateTypeDef(TypedDict):
|
|
8619
9022
|
PipelineName: str
|
|
8620
9023
|
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
8621
9024
|
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
@@ -8624,14 +9027,12 @@ class ListPipelineExecutionsRequestListPipelineExecutionsPaginateTypeDef(TypedDi
|
|
|
8624
9027
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8625
9028
|
|
|
8626
9029
|
|
|
8627
|
-
class
|
|
8628
|
-
TypedDict
|
|
8629
|
-
):
|
|
9030
|
+
class ListPipelineParametersForExecutionRequestPaginateTypeDef(TypedDict):
|
|
8630
9031
|
PipelineExecutionArn: str
|
|
8631
9032
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8632
9033
|
|
|
8633
9034
|
|
|
8634
|
-
class
|
|
9035
|
+
class ListPipelinesRequestPaginateTypeDef(TypedDict):
|
|
8635
9036
|
PipelineNamePrefix: NotRequired[str]
|
|
8636
9037
|
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
8637
9038
|
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
@@ -8640,7 +9041,7 @@ class ListPipelinesRequestListPipelinesPaginateTypeDef(TypedDict):
|
|
|
8640
9041
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8641
9042
|
|
|
8642
9043
|
|
|
8643
|
-
class
|
|
9044
|
+
class ListProcessingJobsRequestPaginateTypeDef(TypedDict):
|
|
8644
9045
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8645
9046
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8646
9047
|
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -8652,7 +9053,7 @@ class ListProcessingJobsRequestListProcessingJobsPaginateTypeDef(TypedDict):
|
|
|
8652
9053
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8653
9054
|
|
|
8654
9055
|
|
|
8655
|
-
class
|
|
9056
|
+
class ListResourceCatalogsRequestPaginateTypeDef(TypedDict):
|
|
8656
9057
|
NameContains: NotRequired[str]
|
|
8657
9058
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8658
9059
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
@@ -8661,7 +9062,7 @@ class ListResourceCatalogsRequestListResourceCatalogsPaginateTypeDef(TypedDict):
|
|
|
8661
9062
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8662
9063
|
|
|
8663
9064
|
|
|
8664
|
-
class
|
|
9065
|
+
class ListSpacesRequestPaginateTypeDef(TypedDict):
|
|
8665
9066
|
SortOrder: NotRequired[SortOrderType]
|
|
8666
9067
|
SortBy: NotRequired[SpaceSortKeyType]
|
|
8667
9068
|
DomainIdEquals: NotRequired[str]
|
|
@@ -8669,14 +9070,14 @@ class ListSpacesRequestListSpacesPaginateTypeDef(TypedDict):
|
|
|
8669
9070
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8670
9071
|
|
|
8671
9072
|
|
|
8672
|
-
class
|
|
9073
|
+
class ListStageDevicesRequestPaginateTypeDef(TypedDict):
|
|
8673
9074
|
EdgeDeploymentPlanName: str
|
|
8674
9075
|
StageName: str
|
|
8675
9076
|
ExcludeDevicesDeployedInOtherStage: NotRequired[bool]
|
|
8676
9077
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8677
9078
|
|
|
8678
9079
|
|
|
8679
|
-
class
|
|
9080
|
+
class ListStudioLifecycleConfigsRequestPaginateTypeDef(TypedDict):
|
|
8680
9081
|
NameContains: NotRequired[str]
|
|
8681
9082
|
AppTypeEquals: NotRequired[StudioLifecycleConfigAppTypeType]
|
|
8682
9083
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
@@ -8688,19 +9089,17 @@ class ListStudioLifecycleConfigsRequestListStudioLifecycleConfigsPaginateTypeDef
|
|
|
8688
9089
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8689
9090
|
|
|
8690
9091
|
|
|
8691
|
-
class
|
|
9092
|
+
class ListSubscribedWorkteamsRequestPaginateTypeDef(TypedDict):
|
|
8692
9093
|
NameContains: NotRequired[str]
|
|
8693
9094
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8694
9095
|
|
|
8695
9096
|
|
|
8696
|
-
class
|
|
9097
|
+
class ListTagsInputPaginateTypeDef(TypedDict):
|
|
8697
9098
|
ResourceArn: str
|
|
8698
9099
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8699
9100
|
|
|
8700
9101
|
|
|
8701
|
-
class
|
|
8702
|
-
TypedDict
|
|
8703
|
-
):
|
|
9102
|
+
class ListTrainingJobsForHyperParameterTuningJobRequestPaginateTypeDef(TypedDict):
|
|
8704
9103
|
HyperParameterTuningJobName: str
|
|
8705
9104
|
StatusEquals: NotRequired[TrainingJobStatusType]
|
|
8706
9105
|
SortBy: NotRequired[TrainingJobSortByOptionsType]
|
|
@@ -8708,7 +9107,7 @@ class ListTrainingJobsForHyperParameterTuningJobRequestListTrainingJobsForHyperP
|
|
|
8708
9107
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8709
9108
|
|
|
8710
9109
|
|
|
8711
|
-
class
|
|
9110
|
+
class ListTrainingJobsRequestPaginateTypeDef(TypedDict):
|
|
8712
9111
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8713
9112
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8714
9113
|
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -8718,10 +9117,11 @@ class ListTrainingJobsRequestListTrainingJobsPaginateTypeDef(TypedDict):
|
|
|
8718
9117
|
SortBy: NotRequired[SortByType]
|
|
8719
9118
|
SortOrder: NotRequired[SortOrderType]
|
|
8720
9119
|
WarmPoolStatusEquals: NotRequired[WarmPoolResourceStatusType]
|
|
9120
|
+
TrainingPlanArnEquals: NotRequired[str]
|
|
8721
9121
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8722
9122
|
|
|
8723
9123
|
|
|
8724
|
-
class
|
|
9124
|
+
class ListTransformJobsRequestPaginateTypeDef(TypedDict):
|
|
8725
9125
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8726
9126
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8727
9127
|
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -8733,7 +9133,7 @@ class ListTransformJobsRequestListTransformJobsPaginateTypeDef(TypedDict):
|
|
|
8733
9133
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8734
9134
|
|
|
8735
9135
|
|
|
8736
|
-
class
|
|
9136
|
+
class ListTrialComponentsRequestPaginateTypeDef(TypedDict):
|
|
8737
9137
|
ExperimentName: NotRequired[str]
|
|
8738
9138
|
TrialName: NotRequired[str]
|
|
8739
9139
|
SourceArn: NotRequired[str]
|
|
@@ -8744,7 +9144,7 @@ class ListTrialComponentsRequestListTrialComponentsPaginateTypeDef(TypedDict):
|
|
|
8744
9144
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8745
9145
|
|
|
8746
9146
|
|
|
8747
|
-
class
|
|
9147
|
+
class ListTrialsRequestPaginateTypeDef(TypedDict):
|
|
8748
9148
|
ExperimentName: NotRequired[str]
|
|
8749
9149
|
TrialComponentName: NotRequired[str]
|
|
8750
9150
|
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
@@ -8754,7 +9154,7 @@ class ListTrialsRequestListTrialsPaginateTypeDef(TypedDict):
|
|
|
8754
9154
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8755
9155
|
|
|
8756
9156
|
|
|
8757
|
-
class
|
|
9157
|
+
class ListUserProfilesRequestPaginateTypeDef(TypedDict):
|
|
8758
9158
|
SortOrder: NotRequired[SortOrderType]
|
|
8759
9159
|
SortBy: NotRequired[UserProfileSortKeyType]
|
|
8760
9160
|
DomainIdEquals: NotRequired[str]
|
|
@@ -8762,14 +9162,14 @@ class ListUserProfilesRequestListUserProfilesPaginateTypeDef(TypedDict):
|
|
|
8762
9162
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8763
9163
|
|
|
8764
9164
|
|
|
8765
|
-
class
|
|
9165
|
+
class ListWorkforcesRequestPaginateTypeDef(TypedDict):
|
|
8766
9166
|
SortBy: NotRequired[ListWorkforcesSortByOptionsType]
|
|
8767
9167
|
SortOrder: NotRequired[SortOrderType]
|
|
8768
9168
|
NameContains: NotRequired[str]
|
|
8769
9169
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8770
9170
|
|
|
8771
9171
|
|
|
8772
|
-
class
|
|
9172
|
+
class ListWorkteamsRequestPaginateTypeDef(TypedDict):
|
|
8773
9173
|
SortBy: NotRequired[ListWorkteamsSortByOptionsType]
|
|
8774
9174
|
SortOrder: NotRequired[SortOrderType]
|
|
8775
9175
|
NameContains: NotRequired[str]
|
|
@@ -8777,157 +9177,182 @@ class ListWorkteamsRequestListWorkteamsPaginateTypeDef(TypedDict):
|
|
|
8777
9177
|
|
|
8778
9178
|
|
|
8779
9179
|
class ListDataQualityJobDefinitionsResponseTypeDef(TypedDict):
|
|
8780
|
-
JobDefinitionSummaries:
|
|
9180
|
+
JobDefinitionSummaries: list[MonitoringJobDefinitionSummaryTypeDef]
|
|
8781
9181
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8782
9182
|
NextToken: NotRequired[str]
|
|
8783
9183
|
|
|
8784
9184
|
|
|
8785
9185
|
class ListModelBiasJobDefinitionsResponseTypeDef(TypedDict):
|
|
8786
|
-
JobDefinitionSummaries:
|
|
9186
|
+
JobDefinitionSummaries: list[MonitoringJobDefinitionSummaryTypeDef]
|
|
8787
9187
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8788
9188
|
NextToken: NotRequired[str]
|
|
8789
9189
|
|
|
8790
9190
|
|
|
8791
9191
|
class ListModelExplainabilityJobDefinitionsResponseTypeDef(TypedDict):
|
|
8792
|
-
JobDefinitionSummaries:
|
|
9192
|
+
JobDefinitionSummaries: list[MonitoringJobDefinitionSummaryTypeDef]
|
|
8793
9193
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8794
9194
|
NextToken: NotRequired[str]
|
|
8795
9195
|
|
|
8796
9196
|
|
|
8797
9197
|
class ListModelQualityJobDefinitionsResponseTypeDef(TypedDict):
|
|
8798
|
-
JobDefinitionSummaries:
|
|
9198
|
+
JobDefinitionSummaries: list[MonitoringJobDefinitionSummaryTypeDef]
|
|
8799
9199
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8800
9200
|
NextToken: NotRequired[str]
|
|
8801
9201
|
|
|
8802
9202
|
|
|
8803
9203
|
class ListMlflowTrackingServersResponseTypeDef(TypedDict):
|
|
8804
|
-
TrackingServerSummaries:
|
|
9204
|
+
TrackingServerSummaries: list[TrackingServerSummaryTypeDef]
|
|
8805
9205
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8806
9206
|
NextToken: NotRequired[str]
|
|
8807
9207
|
|
|
8808
9208
|
|
|
8809
9209
|
class ListModelCardExportJobsResponseTypeDef(TypedDict):
|
|
8810
|
-
ModelCardExportJobSummaries:
|
|
9210
|
+
ModelCardExportJobSummaries: list[ModelCardExportJobSummaryTypeDef]
|
|
8811
9211
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8812
9212
|
NextToken: NotRequired[str]
|
|
8813
9213
|
|
|
8814
9214
|
|
|
8815
9215
|
class ListModelCardVersionsResponseTypeDef(TypedDict):
|
|
8816
|
-
ModelCardVersionSummaryList:
|
|
9216
|
+
ModelCardVersionSummaryList: list[ModelCardVersionSummaryTypeDef]
|
|
8817
9217
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8818
9218
|
NextToken: NotRequired[str]
|
|
8819
9219
|
|
|
8820
9220
|
|
|
8821
9221
|
class ListModelCardsResponseTypeDef(TypedDict):
|
|
8822
|
-
ModelCardSummaries:
|
|
9222
|
+
ModelCardSummaries: list[ModelCardSummaryTypeDef]
|
|
8823
9223
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8824
9224
|
NextToken: NotRequired[str]
|
|
8825
9225
|
|
|
8826
9226
|
|
|
8827
9227
|
class ListModelMetadataResponseTypeDef(TypedDict):
|
|
8828
|
-
ModelMetadataSummaries:
|
|
9228
|
+
ModelMetadataSummaries: list[ModelMetadataSummaryTypeDef]
|
|
8829
9229
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8830
9230
|
NextToken: NotRequired[str]
|
|
8831
9231
|
|
|
8832
9232
|
|
|
8833
9233
|
class ListModelPackageGroupsOutputTypeDef(TypedDict):
|
|
8834
|
-
ModelPackageGroupSummaryList:
|
|
9234
|
+
ModelPackageGroupSummaryList: list[ModelPackageGroupSummaryTypeDef]
|
|
8835
9235
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8836
9236
|
NextToken: NotRequired[str]
|
|
8837
9237
|
|
|
8838
9238
|
|
|
8839
9239
|
class ListModelPackagesOutputTypeDef(TypedDict):
|
|
8840
|
-
ModelPackageSummaryList:
|
|
9240
|
+
ModelPackageSummaryList: list[ModelPackageSummaryTypeDef]
|
|
8841
9241
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8842
9242
|
NextToken: NotRequired[str]
|
|
8843
9243
|
|
|
8844
9244
|
|
|
8845
9245
|
class ListModelsOutputTypeDef(TypedDict):
|
|
8846
|
-
Models:
|
|
9246
|
+
Models: list[ModelSummaryTypeDef]
|
|
8847
9247
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8848
9248
|
NextToken: NotRequired[str]
|
|
8849
9249
|
|
|
8850
9250
|
|
|
8851
9251
|
class ListMonitoringAlertHistoryResponseTypeDef(TypedDict):
|
|
8852
|
-
MonitoringAlertHistory:
|
|
9252
|
+
MonitoringAlertHistory: list[MonitoringAlertHistorySummaryTypeDef]
|
|
8853
9253
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8854
9254
|
NextToken: NotRequired[str]
|
|
8855
9255
|
|
|
8856
9256
|
|
|
8857
9257
|
class ListMonitoringSchedulesResponseTypeDef(TypedDict):
|
|
8858
|
-
MonitoringScheduleSummaries:
|
|
9258
|
+
MonitoringScheduleSummaries: list[MonitoringScheduleSummaryTypeDef]
|
|
8859
9259
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8860
9260
|
NextToken: NotRequired[str]
|
|
8861
9261
|
|
|
8862
9262
|
|
|
8863
9263
|
class ListNotebookInstanceLifecycleConfigsOutputTypeDef(TypedDict):
|
|
8864
|
-
NotebookInstanceLifecycleConfigs:
|
|
9264
|
+
NotebookInstanceLifecycleConfigs: list[NotebookInstanceLifecycleConfigSummaryTypeDef]
|
|
8865
9265
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8866
9266
|
NextToken: NotRequired[str]
|
|
8867
9267
|
|
|
8868
9268
|
|
|
8869
9269
|
class ListNotebookInstancesOutputTypeDef(TypedDict):
|
|
8870
|
-
NotebookInstances:
|
|
9270
|
+
NotebookInstances: list[NotebookInstanceSummaryTypeDef]
|
|
8871
9271
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8872
9272
|
NextToken: NotRequired[str]
|
|
8873
9273
|
|
|
8874
9274
|
|
|
8875
9275
|
class ListOptimizationJobsResponseTypeDef(TypedDict):
|
|
8876
|
-
OptimizationJobSummaries:
|
|
9276
|
+
OptimizationJobSummaries: list[OptimizationJobSummaryTypeDef]
|
|
9277
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
9278
|
+
NextToken: NotRequired[str]
|
|
9279
|
+
|
|
9280
|
+
|
|
9281
|
+
class ListPartnerAppsResponseTypeDef(TypedDict):
|
|
9282
|
+
Summaries: list[PartnerAppSummaryTypeDef]
|
|
8877
9283
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8878
9284
|
NextToken: NotRequired[str]
|
|
8879
9285
|
|
|
8880
9286
|
|
|
8881
9287
|
class ListPipelineExecutionsResponseTypeDef(TypedDict):
|
|
8882
|
-
PipelineExecutionSummaries:
|
|
9288
|
+
PipelineExecutionSummaries: list[PipelineExecutionSummaryTypeDef]
|
|
8883
9289
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8884
9290
|
NextToken: NotRequired[str]
|
|
8885
9291
|
|
|
8886
9292
|
|
|
8887
9293
|
class ListPipelineParametersForExecutionResponseTypeDef(TypedDict):
|
|
8888
|
-
PipelineParameters:
|
|
9294
|
+
PipelineParameters: list[ParameterTypeDef]
|
|
8889
9295
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8890
9296
|
NextToken: NotRequired[str]
|
|
8891
9297
|
|
|
8892
9298
|
|
|
8893
9299
|
class ListPipelinesResponseTypeDef(TypedDict):
|
|
8894
|
-
PipelineSummaries:
|
|
9300
|
+
PipelineSummaries: list[PipelineSummaryTypeDef]
|
|
8895
9301
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8896
9302
|
NextToken: NotRequired[str]
|
|
8897
9303
|
|
|
8898
9304
|
|
|
8899
9305
|
class ListProcessingJobsResponseTypeDef(TypedDict):
|
|
8900
|
-
ProcessingJobSummaries:
|
|
9306
|
+
ProcessingJobSummaries: list[ProcessingJobSummaryTypeDef]
|
|
8901
9307
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8902
9308
|
NextToken: NotRequired[str]
|
|
8903
9309
|
|
|
8904
9310
|
|
|
8905
9311
|
class ListProjectsOutputTypeDef(TypedDict):
|
|
8906
|
-
ProjectSummaryList:
|
|
9312
|
+
ProjectSummaryList: list[ProjectSummaryTypeDef]
|
|
8907
9313
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8908
9314
|
NextToken: NotRequired[str]
|
|
8909
9315
|
|
|
8910
9316
|
|
|
8911
9317
|
class ListResourceCatalogsResponseTypeDef(TypedDict):
|
|
8912
|
-
ResourceCatalogs:
|
|
9318
|
+
ResourceCatalogs: list[ResourceCatalogTypeDef]
|
|
8913
9319
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8914
9320
|
NextToken: NotRequired[str]
|
|
8915
9321
|
|
|
8916
9322
|
|
|
8917
9323
|
class ListStudioLifecycleConfigsResponseTypeDef(TypedDict):
|
|
8918
|
-
StudioLifecycleConfigs:
|
|
9324
|
+
StudioLifecycleConfigs: list[StudioLifecycleConfigDetailsTypeDef]
|
|
8919
9325
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8920
9326
|
NextToken: NotRequired[str]
|
|
8921
9327
|
|
|
8922
9328
|
|
|
9329
|
+
class ListTrainingPlansRequestPaginateTypeDef(TypedDict):
|
|
9330
|
+
StartTimeAfter: NotRequired[TimestampTypeDef]
|
|
9331
|
+
StartTimeBefore: NotRequired[TimestampTypeDef]
|
|
9332
|
+
SortBy: NotRequired[TrainingPlanSortByType]
|
|
9333
|
+
SortOrder: NotRequired[TrainingPlanSortOrderType]
|
|
9334
|
+
Filters: NotRequired[Sequence[TrainingPlanFilterTypeDef]]
|
|
9335
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9336
|
+
|
|
9337
|
+
|
|
9338
|
+
class ListTrainingPlansRequestRequestTypeDef(TypedDict):
|
|
9339
|
+
NextToken: NotRequired[str]
|
|
9340
|
+
MaxResults: NotRequired[int]
|
|
9341
|
+
StartTimeAfter: NotRequired[TimestampTypeDef]
|
|
9342
|
+
StartTimeBefore: NotRequired[TimestampTypeDef]
|
|
9343
|
+
SortBy: NotRequired[TrainingPlanSortByType]
|
|
9344
|
+
SortOrder: NotRequired[TrainingPlanSortOrderType]
|
|
9345
|
+
Filters: NotRequired[Sequence[TrainingPlanFilterTypeDef]]
|
|
9346
|
+
|
|
9347
|
+
|
|
8923
9348
|
class ListTransformJobsResponseTypeDef(TypedDict):
|
|
8924
|
-
TransformJobSummaries:
|
|
9349
|
+
TransformJobSummaries: list[TransformJobSummaryTypeDef]
|
|
8925
9350
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8926
9351
|
NextToken: NotRequired[str]
|
|
8927
9352
|
|
|
8928
9353
|
|
|
8929
9354
|
class ListUserProfilesResponseTypeDef(TypedDict):
|
|
8930
|
-
UserProfiles:
|
|
9355
|
+
UserProfiles: list[UserProfileDetailsTypeDef]
|
|
8931
9356
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8932
9357
|
NextToken: NotRequired[str]
|
|
8933
9358
|
|
|
@@ -8954,7 +9379,7 @@ class S3ModelDataSourceTypeDef(TypedDict):
|
|
|
8954
9379
|
class TextGenerationJobConfigOutputTypeDef(TypedDict):
|
|
8955
9380
|
CompletionCriteria: NotRequired[AutoMLJobCompletionCriteriaTypeDef]
|
|
8956
9381
|
BaseModelName: NotRequired[str]
|
|
8957
|
-
TextGenerationHyperParameters: NotRequired[
|
|
9382
|
+
TextGenerationHyperParameters: NotRequired[dict[str, str]]
|
|
8958
9383
|
ModelAccessConfig: NotRequired[ModelAccessConfigTypeDef]
|
|
8959
9384
|
|
|
8960
9385
|
|
|
@@ -8981,7 +9406,7 @@ class ModelInfrastructureConfigTypeDef(TypedDict):
|
|
|
8981
9406
|
|
|
8982
9407
|
class RecommendationJobStoppingConditionsOutputTypeDef(TypedDict):
|
|
8983
9408
|
MaxInvocations: NotRequired[int]
|
|
8984
|
-
ModelLatencyThresholds: NotRequired[
|
|
9409
|
+
ModelLatencyThresholds: NotRequired[list[ModelLatencyThresholdTypeDef]]
|
|
8985
9410
|
FlatInvocations: NotRequired[FlatInvocationsType]
|
|
8986
9411
|
|
|
8987
9412
|
|
|
@@ -8996,8 +9421,8 @@ class ModelMetadataSearchExpressionTypeDef(TypedDict):
|
|
|
8996
9421
|
|
|
8997
9422
|
|
|
8998
9423
|
class ModelPackageStatusDetailsTypeDef(TypedDict):
|
|
8999
|
-
ValidationStatuses:
|
|
9000
|
-
ImageScanStatuses: NotRequired[
|
|
9424
|
+
ValidationStatuses: list[ModelPackageStatusItemTypeDef]
|
|
9425
|
+
ImageScanStatuses: NotRequired[list[ModelPackageStatusItemTypeDef]]
|
|
9001
9426
|
|
|
9002
9427
|
|
|
9003
9428
|
ModelQuantizationConfigUnionTypeDef = Union[
|
|
@@ -9026,7 +9451,7 @@ class MonitoringResourcesTypeDef(TypedDict):
|
|
|
9026
9451
|
class MonitoringDatasetFormatOutputTypeDef(TypedDict):
|
|
9027
9452
|
Csv: NotRequired[MonitoringCsvDatasetFormatTypeDef]
|
|
9028
9453
|
Json: NotRequired[MonitoringJsonDatasetFormatTypeDef]
|
|
9029
|
-
Parquet: NotRequired[
|
|
9454
|
+
Parquet: NotRequired[dict[str, Any]]
|
|
9030
9455
|
|
|
9031
9456
|
|
|
9032
9457
|
class MonitoringDatasetFormatTypeDef(TypedDict):
|
|
@@ -9077,14 +9502,14 @@ class OutputConfigTypeDef(TypedDict):
|
|
|
9077
9502
|
|
|
9078
9503
|
class PendingProductionVariantSummaryTypeDef(TypedDict):
|
|
9079
9504
|
VariantName: str
|
|
9080
|
-
DeployedImages: NotRequired[
|
|
9505
|
+
DeployedImages: NotRequired[list[DeployedImageTypeDef]]
|
|
9081
9506
|
CurrentWeight: NotRequired[float]
|
|
9082
9507
|
DesiredWeight: NotRequired[float]
|
|
9083
9508
|
CurrentInstanceCount: NotRequired[int]
|
|
9084
9509
|
DesiredInstanceCount: NotRequired[int]
|
|
9085
9510
|
InstanceType: NotRequired[ProductionVariantInstanceTypeType]
|
|
9086
9511
|
AcceleratorType: NotRequired[ProductionVariantAcceleratorTypeType]
|
|
9087
|
-
VariantStatus: NotRequired[
|
|
9512
|
+
VariantStatus: NotRequired[list[ProductionVariantStatusTypeDef]]
|
|
9088
9513
|
CurrentServerlessConfig: NotRequired[ProductionVariantServerlessConfigTypeDef]
|
|
9089
9514
|
DesiredServerlessConfig: NotRequired[ProductionVariantServerlessConfigTypeDef]
|
|
9090
9515
|
ManagedInstanceScaling: NotRequired[ProductionVariantManagedInstanceScalingTypeDef]
|
|
@@ -9093,18 +9518,28 @@ class PendingProductionVariantSummaryTypeDef(TypedDict):
|
|
|
9093
9518
|
|
|
9094
9519
|
class ProductionVariantSummaryTypeDef(TypedDict):
|
|
9095
9520
|
VariantName: str
|
|
9096
|
-
DeployedImages: NotRequired[
|
|
9521
|
+
DeployedImages: NotRequired[list[DeployedImageTypeDef]]
|
|
9097
9522
|
CurrentWeight: NotRequired[float]
|
|
9098
9523
|
DesiredWeight: NotRequired[float]
|
|
9099
9524
|
CurrentInstanceCount: NotRequired[int]
|
|
9100
9525
|
DesiredInstanceCount: NotRequired[int]
|
|
9101
|
-
VariantStatus: NotRequired[
|
|
9526
|
+
VariantStatus: NotRequired[list[ProductionVariantStatusTypeDef]]
|
|
9102
9527
|
CurrentServerlessConfig: NotRequired[ProductionVariantServerlessConfigTypeDef]
|
|
9103
9528
|
DesiredServerlessConfig: NotRequired[ProductionVariantServerlessConfigTypeDef]
|
|
9104
9529
|
ManagedInstanceScaling: NotRequired[ProductionVariantManagedInstanceScalingTypeDef]
|
|
9105
9530
|
RoutingConfig: NotRequired[ProductionVariantRoutingConfigTypeDef]
|
|
9106
9531
|
|
|
9107
9532
|
|
|
9533
|
+
class SchedulerConfigOutputTypeDef(TypedDict):
|
|
9534
|
+
PriorityClasses: NotRequired[list[PriorityClassTypeDef]]
|
|
9535
|
+
FairShare: NotRequired[FairShareType]
|
|
9536
|
+
|
|
9537
|
+
|
|
9538
|
+
class SchedulerConfigTypeDef(TypedDict):
|
|
9539
|
+
PriorityClasses: NotRequired[Sequence[PriorityClassTypeDef]]
|
|
9540
|
+
FairShare: NotRequired[FairShareType]
|
|
9541
|
+
|
|
9542
|
+
|
|
9108
9543
|
class ProcessingResourcesTypeDef(TypedDict):
|
|
9109
9544
|
ClusterConfig: ProcessingClusterConfigTypeDef
|
|
9110
9545
|
|
|
@@ -9147,7 +9582,7 @@ class ServiceCatalogProvisioningDetailsOutputTypeDef(TypedDict):
|
|
|
9147
9582
|
ProductId: str
|
|
9148
9583
|
ProvisioningArtifactId: NotRequired[str]
|
|
9149
9584
|
PathId: NotRequired[str]
|
|
9150
|
-
ProvisioningParameters: NotRequired[
|
|
9585
|
+
ProvisioningParameters: NotRequired[list[ProvisioningParameterTypeDef]]
|
|
9151
9586
|
|
|
9152
9587
|
|
|
9153
9588
|
class ServiceCatalogProvisioningDetailsTypeDef(TypedDict):
|
|
@@ -9167,8 +9602,8 @@ class PublicWorkforceTaskPriceTypeDef(TypedDict):
|
|
|
9167
9602
|
|
|
9168
9603
|
|
|
9169
9604
|
class QueryLineageResponseTypeDef(TypedDict):
|
|
9170
|
-
Vertices:
|
|
9171
|
-
Edges:
|
|
9605
|
+
Vertices: list[VertexTypeDef]
|
|
9606
|
+
Edges: list[EdgeTypeDef]
|
|
9172
9607
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9173
9608
|
NextToken: NotRequired[str]
|
|
9174
9609
|
|
|
@@ -9185,10 +9620,10 @@ class RecommendationJobContainerConfigOutputTypeDef(TypedDict):
|
|
|
9185
9620
|
FrameworkVersion: NotRequired[str]
|
|
9186
9621
|
PayloadConfig: NotRequired[RecommendationJobPayloadConfigOutputTypeDef]
|
|
9187
9622
|
NearestModelName: NotRequired[str]
|
|
9188
|
-
SupportedInstanceTypes: NotRequired[
|
|
9623
|
+
SupportedInstanceTypes: NotRequired[list[str]]
|
|
9189
9624
|
SupportedEndpointType: NotRequired[RecommendationJobSupportedEndpointTypeType]
|
|
9190
9625
|
DataInputConfig: NotRequired[str]
|
|
9191
|
-
SupportedResponseMIMETypes: NotRequired[
|
|
9626
|
+
SupportedResponseMIMETypes: NotRequired[list[str]]
|
|
9192
9627
|
|
|
9193
9628
|
|
|
9194
9629
|
RecommendationJobPayloadConfigUnionTypeDef = Union[
|
|
@@ -9208,10 +9643,22 @@ class RenderUiTemplateRequestRequestTypeDef(TypedDict):
|
|
|
9208
9643
|
|
|
9209
9644
|
class RenderUiTemplateResponseTypeDef(TypedDict):
|
|
9210
9645
|
RenderedContent: str
|
|
9211
|
-
Errors:
|
|
9646
|
+
Errors: list[RenderingErrorTypeDef]
|
|
9212
9647
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9213
9648
|
|
|
9214
9649
|
|
|
9650
|
+
class TrainingPlanOfferingTypeDef(TypedDict):
|
|
9651
|
+
TrainingPlanOfferingId: str
|
|
9652
|
+
TargetResources: list[SageMakerResourceNameType]
|
|
9653
|
+
RequestedStartTimeAfter: NotRequired[datetime]
|
|
9654
|
+
RequestedEndTimeBefore: NotRequired[datetime]
|
|
9655
|
+
DurationHours: NotRequired[int]
|
|
9656
|
+
DurationMinutes: NotRequired[int]
|
|
9657
|
+
UpfrontFee: NotRequired[str]
|
|
9658
|
+
CurrencyCode: NotRequired[str]
|
|
9659
|
+
ReservedCapacityOfferings: NotRequired[list[ReservedCapacityOfferingTypeDef]]
|
|
9660
|
+
|
|
9661
|
+
|
|
9215
9662
|
class UpdateTrainingJobRequestRequestTypeDef(TypedDict):
|
|
9216
9663
|
TrainingJobName: str
|
|
9217
9664
|
ProfilerConfig: NotRequired[ProfilerConfigForUpdateTypeDef]
|
|
@@ -9224,7 +9671,7 @@ S3DataSourceUnionTypeDef = Union[S3DataSourceTypeDef, S3DataSourceOutputTypeDef]
|
|
|
9224
9671
|
|
|
9225
9672
|
|
|
9226
9673
|
class SelectiveExecutionConfigOutputTypeDef(TypedDict):
|
|
9227
|
-
SelectedSteps:
|
|
9674
|
+
SelectedSteps: list[SelectedStepTypeDef]
|
|
9228
9675
|
SourcePipelineExecutionArn: NotRequired[str]
|
|
9229
9676
|
|
|
9230
9677
|
|
|
@@ -9235,7 +9682,7 @@ class SelectiveExecutionConfigTypeDef(TypedDict):
|
|
|
9235
9682
|
|
|
9236
9683
|
class ShadowModeConfigOutputTypeDef(TypedDict):
|
|
9237
9684
|
SourceModelVariantName: str
|
|
9238
|
-
ShadowModelVariants:
|
|
9685
|
+
ShadowModelVariants: list[ShadowModelVariantConfigTypeDef]
|
|
9239
9686
|
|
|
9240
9687
|
|
|
9241
9688
|
class ShadowModeConfigTypeDef(TypedDict):
|
|
@@ -9249,7 +9696,7 @@ class SpaceAppLifecycleManagementTypeDef(TypedDict):
|
|
|
9249
9696
|
|
|
9250
9697
|
class TrafficPatternOutputTypeDef(TypedDict):
|
|
9251
9698
|
TrafficType: NotRequired[TrafficTypeType]
|
|
9252
|
-
Phases: NotRequired[
|
|
9699
|
+
Phases: NotRequired[list[PhaseTypeDef]]
|
|
9253
9700
|
Stairs: NotRequired[StairsTypeDef]
|
|
9254
9701
|
|
|
9255
9702
|
|
|
@@ -9289,7 +9736,7 @@ class WorkforceTypeDef(TypedDict):
|
|
|
9289
9736
|
|
|
9290
9737
|
|
|
9291
9738
|
class ListActionsResponseTypeDef(TypedDict):
|
|
9292
|
-
ActionSummaries:
|
|
9739
|
+
ActionSummaries: list[ActionSummaryTypeDef]
|
|
9293
9740
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9294
9741
|
NextToken: NotRequired[str]
|
|
9295
9742
|
|
|
@@ -9301,13 +9748,13 @@ HyperParameterAlgorithmSpecificationUnionTypeDef = Union[
|
|
|
9301
9748
|
|
|
9302
9749
|
|
|
9303
9750
|
class ListAppsResponseTypeDef(TypedDict):
|
|
9304
|
-
Apps:
|
|
9751
|
+
Apps: list[AppDetailsTypeDef]
|
|
9305
9752
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9306
9753
|
NextToken: NotRequired[str]
|
|
9307
9754
|
|
|
9308
9755
|
|
|
9309
9756
|
class DomainSettingsOutputTypeDef(TypedDict):
|
|
9310
|
-
SecurityGroupIds: NotRequired[
|
|
9757
|
+
SecurityGroupIds: NotRequired[list[str]]
|
|
9311
9758
|
RStudioServerProDomainSettings: NotRequired[RStudioServerProDomainSettingsTypeDef]
|
|
9312
9759
|
ExecutionRoleIdentityConfig: NotRequired[ExecutionRoleIdentityConfigType]
|
|
9313
9760
|
DockerSettings: NotRequired[DockerSettingsOutputTypeDef]
|
|
@@ -9316,8 +9763,8 @@ class DomainSettingsOutputTypeDef(TypedDict):
|
|
|
9316
9763
|
|
|
9317
9764
|
class CodeEditorAppSettingsOutputTypeDef(TypedDict):
|
|
9318
9765
|
DefaultResourceSpec: NotRequired[ResourceSpecTypeDef]
|
|
9319
|
-
CustomImages: NotRequired[
|
|
9320
|
-
LifecycleConfigArns: NotRequired[
|
|
9766
|
+
CustomImages: NotRequired[list[CustomImageTypeDef]]
|
|
9767
|
+
LifecycleConfigArns: NotRequired[list[str]]
|
|
9321
9768
|
AppLifecycleManagement: NotRequired[AppLifecycleManagementTypeDef]
|
|
9322
9769
|
BuiltInLifecycleConfigArn: NotRequired[str]
|
|
9323
9770
|
|
|
@@ -9332,9 +9779,9 @@ class CodeEditorAppSettingsTypeDef(TypedDict):
|
|
|
9332
9779
|
|
|
9333
9780
|
class JupyterLabAppSettingsOutputTypeDef(TypedDict):
|
|
9334
9781
|
DefaultResourceSpec: NotRequired[ResourceSpecTypeDef]
|
|
9335
|
-
CustomImages: NotRequired[
|
|
9336
|
-
LifecycleConfigArns: NotRequired[
|
|
9337
|
-
CodeRepositories: NotRequired[
|
|
9782
|
+
CustomImages: NotRequired[list[CustomImageTypeDef]]
|
|
9783
|
+
LifecycleConfigArns: NotRequired[list[str]]
|
|
9784
|
+
CodeRepositories: NotRequired[list[CodeRepositoryTypeDef]]
|
|
9338
9785
|
AppLifecycleManagement: NotRequired[AppLifecycleManagementTypeDef]
|
|
9339
9786
|
EmrSettings: NotRequired[EmrSettingsOutputTypeDef]
|
|
9340
9787
|
BuiltInLifecycleConfigArn: NotRequired[str]
|
|
@@ -9392,9 +9839,9 @@ class TimeSeriesForecastingJobConfigOutputTypeDef(TypedDict):
|
|
|
9392
9839
|
TimeSeriesConfig: TimeSeriesConfigOutputTypeDef
|
|
9393
9840
|
FeatureSpecificationS3Uri: NotRequired[str]
|
|
9394
9841
|
CompletionCriteria: NotRequired[AutoMLJobCompletionCriteriaTypeDef]
|
|
9395
|
-
ForecastQuantiles: NotRequired[
|
|
9842
|
+
ForecastQuantiles: NotRequired[list[str]]
|
|
9396
9843
|
Transformations: NotRequired[TimeSeriesTransformationsOutputTypeDef]
|
|
9397
|
-
HolidayConfig: NotRequired[
|
|
9844
|
+
HolidayConfig: NotRequired[list[HolidayConfigAttributesTypeDef]]
|
|
9398
9845
|
CandidateGenerationConfig: NotRequired[CandidateGenerationConfigOutputTypeDef]
|
|
9399
9846
|
|
|
9400
9847
|
|
|
@@ -9424,7 +9871,7 @@ class AutoMLJobChannelTypeDef(TypedDict):
|
|
|
9424
9871
|
|
|
9425
9872
|
|
|
9426
9873
|
class ListAutoMLJobsResponseTypeDef(TypedDict):
|
|
9427
|
-
AutoMLJobSummaries:
|
|
9874
|
+
AutoMLJobSummaries: list[AutoMLJobSummaryTypeDef]
|
|
9428
9875
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9429
9876
|
NextToken: NotRequired[str]
|
|
9430
9877
|
|
|
@@ -9478,17 +9925,17 @@ class PipelineExecutionStepMetadataTypeDef(TypedDict):
|
|
|
9478
9925
|
class AutoMLCandidateTypeDef(TypedDict):
|
|
9479
9926
|
CandidateName: str
|
|
9480
9927
|
ObjectiveStatus: ObjectiveStatusType
|
|
9481
|
-
CandidateSteps:
|
|
9928
|
+
CandidateSteps: list[AutoMLCandidateStepTypeDef]
|
|
9482
9929
|
CandidateStatus: CandidateStatusType
|
|
9483
9930
|
CreationTime: datetime
|
|
9484
9931
|
LastModifiedTime: datetime
|
|
9485
9932
|
FinalAutoMLJobObjectiveMetric: NotRequired[FinalAutoMLJobObjectiveMetricTypeDef]
|
|
9486
|
-
InferenceContainers: NotRequired[
|
|
9933
|
+
InferenceContainers: NotRequired[list[AutoMLContainerDefinitionTypeDef]]
|
|
9487
9934
|
EndTime: NotRequired[datetime]
|
|
9488
9935
|
FailureReason: NotRequired[str]
|
|
9489
9936
|
CandidateProperties: NotRequired[CandidatePropertiesTypeDef]
|
|
9490
9937
|
InferenceContainerDefinitions: NotRequired[
|
|
9491
|
-
|
|
9938
|
+
dict[AutoMLProcessingUnitType, list[AutoMLContainerDefinitionTypeDef]]
|
|
9492
9939
|
]
|
|
9493
9940
|
|
|
9494
9941
|
|
|
@@ -9562,8 +10009,11 @@ class ClusterInstanceGroupDetailsTypeDef(TypedDict):
|
|
|
9562
10009
|
LifeCycleConfig: NotRequired[ClusterLifeCycleConfigTypeDef]
|
|
9563
10010
|
ExecutionRole: NotRequired[str]
|
|
9564
10011
|
ThreadsPerCore: NotRequired[int]
|
|
9565
|
-
InstanceStorageConfigs: NotRequired[
|
|
9566
|
-
OnStartDeepHealthChecks: NotRequired[
|
|
10012
|
+
InstanceStorageConfigs: NotRequired[list[ClusterInstanceStorageConfigTypeDef]]
|
|
10013
|
+
OnStartDeepHealthChecks: NotRequired[list[DeepHealthCheckTypeType]]
|
|
10014
|
+
Status: NotRequired[InstanceGroupStatusType]
|
|
10015
|
+
TrainingPlanArn: NotRequired[str]
|
|
10016
|
+
TrainingPlanStatus: NotRequired[str]
|
|
9567
10017
|
OverrideVpcConfig: NotRequired[VpcConfigOutputTypeDef]
|
|
9568
10018
|
|
|
9569
10019
|
|
|
@@ -9576,7 +10026,7 @@ class ClusterNodeDetailsTypeDef(TypedDict):
|
|
|
9576
10026
|
LifeCycleConfig: NotRequired[ClusterLifeCycleConfigTypeDef]
|
|
9577
10027
|
OverrideVpcConfig: NotRequired[VpcConfigOutputTypeDef]
|
|
9578
10028
|
ThreadsPerCore: NotRequired[int]
|
|
9579
|
-
InstanceStorageConfigs: NotRequired[
|
|
10029
|
+
InstanceStorageConfigs: NotRequired[list[ClusterInstanceStorageConfigTypeDef]]
|
|
9580
10030
|
PrivatePrimaryIp: NotRequired[str]
|
|
9581
10031
|
PrivateDnsHostname: NotRequired[str]
|
|
9582
10032
|
Placement: NotRequired[ClusterInstancePlacementTypeDef]
|
|
@@ -9584,7 +10034,7 @@ class ClusterNodeDetailsTypeDef(TypedDict):
|
|
|
9584
10034
|
|
|
9585
10035
|
class ListClusterNodesResponseTypeDef(TypedDict):
|
|
9586
10036
|
NextToken: str
|
|
9587
|
-
ClusterNodeSummaries:
|
|
10037
|
+
ClusterNodeSummaries: list[ClusterNodeSummaryTypeDef]
|
|
9588
10038
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9589
10039
|
|
|
9590
10040
|
|
|
@@ -9597,7 +10047,7 @@ RSessionAppSettingsUnionTypeDef = Union[
|
|
|
9597
10047
|
|
|
9598
10048
|
|
|
9599
10049
|
class ListCodeRepositoriesOutputTypeDef(TypedDict):
|
|
9600
|
-
CodeRepositorySummaryList:
|
|
10050
|
+
CodeRepositorySummaryList: list[CodeRepositorySummaryTypeDef]
|
|
9601
10051
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9602
10052
|
NextToken: NotRequired[str]
|
|
9603
10053
|
|
|
@@ -9621,6 +10071,39 @@ class DebugHookConfigTypeDef(TypedDict):
|
|
|
9621
10071
|
CollectionConfigurations: NotRequired[Sequence[CollectionConfigurationUnionTypeDef]]
|
|
9622
10072
|
|
|
9623
10073
|
|
|
10074
|
+
class ComputeQuotaSummaryTypeDef(TypedDict):
|
|
10075
|
+
ComputeQuotaArn: str
|
|
10076
|
+
ComputeQuotaId: str
|
|
10077
|
+
Name: str
|
|
10078
|
+
Status: SchedulerResourceStatusType
|
|
10079
|
+
ComputeQuotaTarget: ComputeQuotaTargetTypeDef
|
|
10080
|
+
CreationTime: datetime
|
|
10081
|
+
ComputeQuotaVersion: NotRequired[int]
|
|
10082
|
+
ClusterArn: NotRequired[str]
|
|
10083
|
+
ComputeQuotaConfig: NotRequired[ComputeQuotaConfigOutputTypeDef]
|
|
10084
|
+
ActivationState: NotRequired[ActivationStateType]
|
|
10085
|
+
LastModifiedTime: NotRequired[datetime]
|
|
10086
|
+
|
|
10087
|
+
|
|
10088
|
+
class CreateComputeQuotaRequestRequestTypeDef(TypedDict):
|
|
10089
|
+
Name: str
|
|
10090
|
+
ClusterArn: str
|
|
10091
|
+
ComputeQuotaConfig: ComputeQuotaConfigTypeDef
|
|
10092
|
+
ComputeQuotaTarget: ComputeQuotaTargetTypeDef
|
|
10093
|
+
Description: NotRequired[str]
|
|
10094
|
+
ActivationState: NotRequired[ActivationStateType]
|
|
10095
|
+
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
10096
|
+
|
|
10097
|
+
|
|
10098
|
+
class UpdateComputeQuotaRequestRequestTypeDef(TypedDict):
|
|
10099
|
+
ComputeQuotaId: str
|
|
10100
|
+
TargetVersion: int
|
|
10101
|
+
ComputeQuotaConfig: NotRequired[ComputeQuotaConfigTypeDef]
|
|
10102
|
+
ComputeQuotaTarget: NotRequired[ComputeQuotaTargetTypeDef]
|
|
10103
|
+
ActivationState: NotRequired[ActivationStateType]
|
|
10104
|
+
Description: NotRequired[str]
|
|
10105
|
+
|
|
10106
|
+
|
|
9624
10107
|
class CodeEditorAppImageConfigTypeDef(TypedDict):
|
|
9625
10108
|
FileSystemConfig: NotRequired[FileSystemConfigTypeDef]
|
|
9626
10109
|
ContainerConfig: NotRequired[ContainerConfigUnionTypeDef]
|
|
@@ -9632,7 +10115,7 @@ class JupyterLabAppImageConfigTypeDef(TypedDict):
|
|
|
9632
10115
|
|
|
9633
10116
|
|
|
9634
10117
|
class ListContextsResponseTypeDef(TypedDict):
|
|
9635
|
-
ContextSummaries:
|
|
10118
|
+
ContextSummaries: list[ContextSummaryTypeDef]
|
|
9636
10119
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9637
10120
|
NextToken: NotRequired[str]
|
|
9638
10121
|
|
|
@@ -9652,6 +10135,7 @@ class ClusterInstanceGroupSpecificationTypeDef(TypedDict):
|
|
|
9652
10135
|
ThreadsPerCore: NotRequired[int]
|
|
9653
10136
|
InstanceStorageConfigs: NotRequired[Sequence[ClusterInstanceStorageConfigTypeDef]]
|
|
9654
10137
|
OnStartDeepHealthChecks: NotRequired[Sequence[DeepHealthCheckTypeType]]
|
|
10138
|
+
TrainingPlanArn: NotRequired[str]
|
|
9655
10139
|
OverrideVpcConfig: NotRequired[VpcConfigUnionTypeDef]
|
|
9656
10140
|
|
|
9657
10141
|
|
|
@@ -9720,12 +10204,12 @@ InferenceComponentSpecificationSummaryTypeDef = TypedDict(
|
|
|
9720
10204
|
class DescribeEdgeDeploymentPlanResponseTypeDef(TypedDict):
|
|
9721
10205
|
EdgeDeploymentPlanArn: str
|
|
9722
10206
|
EdgeDeploymentPlanName: str
|
|
9723
|
-
ModelConfigs:
|
|
10207
|
+
ModelConfigs: list[EdgeDeploymentModelConfigTypeDef]
|
|
9724
10208
|
DeviceFleetName: str
|
|
9725
10209
|
EdgeDeploymentSuccess: int
|
|
9726
10210
|
EdgeDeploymentPending: int
|
|
9727
10211
|
EdgeDeploymentFailed: int
|
|
9728
|
-
Stages:
|
|
10212
|
+
Stages: list[DeploymentStageStatusSummaryTypeDef]
|
|
9729
10213
|
CreationTime: datetime
|
|
9730
10214
|
LastModifiedTime: datetime
|
|
9731
10215
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -9733,31 +10217,37 @@ class DescribeEdgeDeploymentPlanResponseTypeDef(TypedDict):
|
|
|
9733
10217
|
|
|
9734
10218
|
|
|
9735
10219
|
class ListExperimentsResponseTypeDef(TypedDict):
|
|
9736
|
-
ExperimentSummaries:
|
|
10220
|
+
ExperimentSummaries: list[ExperimentSummaryTypeDef]
|
|
9737
10221
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9738
10222
|
NextToken: NotRequired[str]
|
|
9739
10223
|
|
|
9740
10224
|
|
|
9741
10225
|
class ListFeatureGroupsResponseTypeDef(TypedDict):
|
|
9742
|
-
FeatureGroupSummaries:
|
|
10226
|
+
FeatureGroupSummaries: list[FeatureGroupSummaryTypeDef]
|
|
9743
10227
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9744
10228
|
NextToken: NotRequired[str]
|
|
9745
10229
|
|
|
9746
10230
|
|
|
9747
10231
|
class ListInferenceExperimentsResponseTypeDef(TypedDict):
|
|
9748
|
-
InferenceExperiments:
|
|
10232
|
+
InferenceExperiments: list[InferenceExperimentSummaryTypeDef]
|
|
9749
10233
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9750
10234
|
NextToken: NotRequired[str]
|
|
9751
10235
|
|
|
9752
10236
|
|
|
9753
10237
|
class ListTrainingJobsResponseTypeDef(TypedDict):
|
|
9754
|
-
TrainingJobSummaries:
|
|
10238
|
+
TrainingJobSummaries: list[TrainingJobSummaryTypeDef]
|
|
10239
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
10240
|
+
NextToken: NotRequired[str]
|
|
10241
|
+
|
|
10242
|
+
|
|
10243
|
+
class ListTrainingPlansResponseTypeDef(TypedDict):
|
|
10244
|
+
TrainingPlanSummaries: list[TrainingPlanSummaryTypeDef]
|
|
9755
10245
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9756
10246
|
NextToken: NotRequired[str]
|
|
9757
10247
|
|
|
9758
10248
|
|
|
9759
10249
|
class ListTrialsResponseTypeDef(TypedDict):
|
|
9760
|
-
TrialSummaries:
|
|
10250
|
+
TrialSummaries: list[TrialSummaryTypeDef]
|
|
9761
10251
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9762
10252
|
NextToken: NotRequired[str]
|
|
9763
10253
|
|
|
@@ -9774,7 +10264,7 @@ class DeploymentStageTypeDef(TypedDict):
|
|
|
9774
10264
|
|
|
9775
10265
|
|
|
9776
10266
|
class ListDevicesResponseTypeDef(TypedDict):
|
|
9777
|
-
DeviceSummaries:
|
|
10267
|
+
DeviceSummaries: list[DeviceSummaryTypeDef]
|
|
9778
10268
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9779
10269
|
NextToken: NotRequired[str]
|
|
9780
10270
|
|
|
@@ -9853,7 +10343,7 @@ class SearchExpressionTypeDef(TypedDict):
|
|
|
9853
10343
|
|
|
9854
10344
|
|
|
9855
10345
|
class ListTrainingJobsForHyperParameterTuningJobResponseTypeDef(TypedDict):
|
|
9856
|
-
TrainingJobSummaries:
|
|
10346
|
+
TrainingJobSummaries: list[HyperParameterTrainingJobSummaryTypeDef]
|
|
9857
10347
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9858
10348
|
NextToken: NotRequired[str]
|
|
9859
10349
|
|
|
@@ -9871,7 +10361,7 @@ HyperParameterTuningResourceConfigUnionTypeDef = Union[
|
|
|
9871
10361
|
|
|
9872
10362
|
|
|
9873
10363
|
class ListHyperParameterTuningJobsResponseTypeDef(TypedDict):
|
|
9874
|
-
HyperParameterTuningJobSummaries:
|
|
10364
|
+
HyperParameterTuningJobSummaries: list[HyperParameterTuningJobSummaryTypeDef]
|
|
9875
10365
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9876
10366
|
NextToken: NotRequired[str]
|
|
9877
10367
|
|
|
@@ -9895,7 +10385,7 @@ class DescribeActionResponseTypeDef(TypedDict):
|
|
|
9895
10385
|
ActionType: str
|
|
9896
10386
|
Description: str
|
|
9897
10387
|
Status: ActionStatusType
|
|
9898
|
-
Properties:
|
|
10388
|
+
Properties: dict[str, str]
|
|
9899
10389
|
CreationTime: datetime
|
|
9900
10390
|
CreatedBy: UserContextTypeDef
|
|
9901
10391
|
LastModifiedTime: datetime
|
|
@@ -9910,7 +10400,7 @@ class DescribeArtifactResponseTypeDef(TypedDict):
|
|
|
9910
10400
|
ArtifactArn: str
|
|
9911
10401
|
Source: ArtifactSourceOutputTypeDef
|
|
9912
10402
|
ArtifactType: str
|
|
9913
|
-
Properties:
|
|
10403
|
+
Properties: dict[str, str]
|
|
9914
10404
|
CreationTime: datetime
|
|
9915
10405
|
CreatedBy: UserContextTypeDef
|
|
9916
10406
|
LastModifiedTime: datetime
|
|
@@ -9920,13 +10410,32 @@ class DescribeArtifactResponseTypeDef(TypedDict):
|
|
|
9920
10410
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9921
10411
|
|
|
9922
10412
|
|
|
10413
|
+
class DescribeComputeQuotaResponseTypeDef(TypedDict):
|
|
10414
|
+
ComputeQuotaArn: str
|
|
10415
|
+
ComputeQuotaId: str
|
|
10416
|
+
Name: str
|
|
10417
|
+
Description: str
|
|
10418
|
+
ComputeQuotaVersion: int
|
|
10419
|
+
Status: SchedulerResourceStatusType
|
|
10420
|
+
FailureReason: str
|
|
10421
|
+
ClusterArn: str
|
|
10422
|
+
ComputeQuotaConfig: ComputeQuotaConfigOutputTypeDef
|
|
10423
|
+
ComputeQuotaTarget: ComputeQuotaTargetTypeDef
|
|
10424
|
+
ActivationState: ActivationStateType
|
|
10425
|
+
CreationTime: datetime
|
|
10426
|
+
CreatedBy: UserContextTypeDef
|
|
10427
|
+
LastModifiedTime: datetime
|
|
10428
|
+
LastModifiedBy: UserContextTypeDef
|
|
10429
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
10430
|
+
|
|
10431
|
+
|
|
9923
10432
|
class DescribeContextResponseTypeDef(TypedDict):
|
|
9924
10433
|
ContextName: str
|
|
9925
10434
|
ContextArn: str
|
|
9926
10435
|
Source: ContextSourceTypeDef
|
|
9927
10436
|
ContextType: str
|
|
9928
10437
|
Description: str
|
|
9929
|
-
Properties:
|
|
10438
|
+
Properties: dict[str, str]
|
|
9930
10439
|
CreationTime: datetime
|
|
9931
10440
|
CreatedBy: UserContextTypeDef
|
|
9932
10441
|
LastModifiedTime: datetime
|
|
@@ -10033,13 +10542,13 @@ class DescribeTrialComponentResponseTypeDef(TypedDict):
|
|
|
10033
10542
|
CreatedBy: UserContextTypeDef
|
|
10034
10543
|
LastModifiedTime: datetime
|
|
10035
10544
|
LastModifiedBy: UserContextTypeDef
|
|
10036
|
-
Parameters:
|
|
10037
|
-
InputArtifacts:
|
|
10038
|
-
OutputArtifacts:
|
|
10545
|
+
Parameters: dict[str, TrialComponentParameterValueTypeDef]
|
|
10546
|
+
InputArtifacts: dict[str, TrialComponentArtifactTypeDef]
|
|
10547
|
+
OutputArtifacts: dict[str, TrialComponentArtifactTypeDef]
|
|
10039
10548
|
MetadataProperties: MetadataPropertiesTypeDef
|
|
10040
|
-
Metrics:
|
|
10549
|
+
Metrics: list[TrialComponentMetricSummaryTypeDef]
|
|
10041
10550
|
LineageGroupArn: str
|
|
10042
|
-
Sources:
|
|
10551
|
+
Sources: list[TrialComponentSourceTypeDef]
|
|
10043
10552
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
10044
10553
|
|
|
10045
10554
|
|
|
@@ -10067,7 +10576,7 @@ class ExperimentTypeDef(TypedDict):
|
|
|
10067
10576
|
CreatedBy: NotRequired[UserContextTypeDef]
|
|
10068
10577
|
LastModifiedTime: NotRequired[datetime]
|
|
10069
10578
|
LastModifiedBy: NotRequired[UserContextTypeDef]
|
|
10070
|
-
Tags: NotRequired[
|
|
10579
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
10071
10580
|
|
|
10072
10581
|
|
|
10073
10582
|
class ModelCardTypeDef(TypedDict):
|
|
@@ -10081,7 +10590,7 @@ class ModelCardTypeDef(TypedDict):
|
|
|
10081
10590
|
CreatedBy: NotRequired[UserContextTypeDef]
|
|
10082
10591
|
LastModifiedTime: NotRequired[datetime]
|
|
10083
10592
|
LastModifiedBy: NotRequired[UserContextTypeDef]
|
|
10084
|
-
Tags: NotRequired[
|
|
10593
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
10085
10594
|
ModelId: NotRequired[str]
|
|
10086
10595
|
RiskRating: NotRequired[str]
|
|
10087
10596
|
ModelPackageGroupName: NotRequired[str]
|
|
@@ -10097,7 +10606,7 @@ class ModelDashboardModelCardTypeDef(TypedDict):
|
|
|
10097
10606
|
CreatedBy: NotRequired[UserContextTypeDef]
|
|
10098
10607
|
LastModifiedTime: NotRequired[datetime]
|
|
10099
10608
|
LastModifiedBy: NotRequired[UserContextTypeDef]
|
|
10100
|
-
Tags: NotRequired[
|
|
10609
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
10101
10610
|
ModelId: NotRequired[str]
|
|
10102
10611
|
RiskRating: NotRequired[str]
|
|
10103
10612
|
|
|
@@ -10109,7 +10618,7 @@ class ModelPackageGroupTypeDef(TypedDict):
|
|
|
10109
10618
|
CreationTime: NotRequired[datetime]
|
|
10110
10619
|
CreatedBy: NotRequired[UserContextTypeDef]
|
|
10111
10620
|
ModelPackageGroupStatus: NotRequired[ModelPackageGroupStatusType]
|
|
10112
|
-
Tags: NotRequired[
|
|
10621
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
10113
10622
|
|
|
10114
10623
|
|
|
10115
10624
|
class PipelineTypeDef(TypedDict):
|
|
@@ -10125,7 +10634,7 @@ class PipelineTypeDef(TypedDict):
|
|
|
10125
10634
|
CreatedBy: NotRequired[UserContextTypeDef]
|
|
10126
10635
|
LastModifiedBy: NotRequired[UserContextTypeDef]
|
|
10127
10636
|
ParallelismConfiguration: NotRequired[ParallelismConfigurationTypeDef]
|
|
10128
|
-
Tags: NotRequired[
|
|
10637
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
10129
10638
|
|
|
10130
10639
|
|
|
10131
10640
|
class TrialComponentSimpleSummaryTypeDef(TypedDict):
|
|
@@ -10217,7 +10726,7 @@ class DescribeAppImageConfigResponseTypeDef(TypedDict):
|
|
|
10217
10726
|
|
|
10218
10727
|
|
|
10219
10728
|
class ListLabelingJobsForWorkteamResponseTypeDef(TypedDict):
|
|
10220
|
-
LabelingJobSummaryList:
|
|
10729
|
+
LabelingJobSummaryList: list[LabelingJobForWorkteamSummaryTypeDef]
|
|
10221
10730
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
10222
10731
|
NextToken: NotRequired[str]
|
|
10223
10732
|
|
|
@@ -10274,7 +10783,7 @@ class ModelVariantConfigTypeDef(TypedDict):
|
|
|
10274
10783
|
InfrastructureConfig: ModelInfrastructureConfigTypeDef
|
|
10275
10784
|
|
|
10276
10785
|
|
|
10277
|
-
class
|
|
10786
|
+
class ListModelMetadataRequestPaginateTypeDef(TypedDict):
|
|
10278
10787
|
SearchExpression: NotRequired[ModelMetadataSearchExpressionTypeDef]
|
|
10279
10788
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
10280
10789
|
|
|
@@ -10314,7 +10823,7 @@ MonitoringDatasetFormatUnionTypeDef = Union[
|
|
|
10314
10823
|
|
|
10315
10824
|
|
|
10316
10825
|
class MonitoringOutputConfigOutputTypeDef(TypedDict):
|
|
10317
|
-
MonitoringOutputs:
|
|
10826
|
+
MonitoringOutputs: list[MonitoringOutputTypeDef]
|
|
10318
10827
|
KmsKeyId: NotRequired[str]
|
|
10319
10828
|
|
|
10320
10829
|
|
|
@@ -10367,13 +10876,45 @@ class DescribeCompilationJobResponseTypeDef(TypedDict):
|
|
|
10367
10876
|
|
|
10368
10877
|
class PendingDeploymentSummaryTypeDef(TypedDict):
|
|
10369
10878
|
EndpointConfigName: str
|
|
10370
|
-
ProductionVariants: NotRequired[
|
|
10879
|
+
ProductionVariants: NotRequired[list[PendingProductionVariantSummaryTypeDef]]
|
|
10371
10880
|
StartTime: NotRequired[datetime]
|
|
10372
|
-
ShadowProductionVariants: NotRequired[
|
|
10881
|
+
ShadowProductionVariants: NotRequired[list[PendingProductionVariantSummaryTypeDef]]
|
|
10882
|
+
|
|
10883
|
+
|
|
10884
|
+
class DescribeClusterSchedulerConfigResponseTypeDef(TypedDict):
|
|
10885
|
+
ClusterSchedulerConfigArn: str
|
|
10886
|
+
ClusterSchedulerConfigId: str
|
|
10887
|
+
Name: str
|
|
10888
|
+
ClusterSchedulerConfigVersion: int
|
|
10889
|
+
Status: SchedulerResourceStatusType
|
|
10890
|
+
FailureReason: str
|
|
10891
|
+
ClusterArn: str
|
|
10892
|
+
SchedulerConfig: SchedulerConfigOutputTypeDef
|
|
10893
|
+
Description: str
|
|
10894
|
+
CreationTime: datetime
|
|
10895
|
+
CreatedBy: UserContextTypeDef
|
|
10896
|
+
LastModifiedTime: datetime
|
|
10897
|
+
LastModifiedBy: UserContextTypeDef
|
|
10898
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
10899
|
+
|
|
10900
|
+
|
|
10901
|
+
class CreateClusterSchedulerConfigRequestRequestTypeDef(TypedDict):
|
|
10902
|
+
Name: str
|
|
10903
|
+
ClusterArn: str
|
|
10904
|
+
SchedulerConfig: SchedulerConfigTypeDef
|
|
10905
|
+
Description: NotRequired[str]
|
|
10906
|
+
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
10907
|
+
|
|
10908
|
+
|
|
10909
|
+
class UpdateClusterSchedulerConfigRequestRequestTypeDef(TypedDict):
|
|
10910
|
+
ClusterSchedulerConfigId: str
|
|
10911
|
+
TargetVersion: int
|
|
10912
|
+
SchedulerConfig: NotRequired[SchedulerConfigTypeDef]
|
|
10913
|
+
Description: NotRequired[str]
|
|
10373
10914
|
|
|
10374
10915
|
|
|
10375
10916
|
class ProcessingOutputConfigOutputTypeDef(TypedDict):
|
|
10376
|
-
Outputs:
|
|
10917
|
+
Outputs: list[ProcessingOutputTypeDef]
|
|
10377
10918
|
KmsKeyId: NotRequired[str]
|
|
10378
10919
|
|
|
10379
10920
|
|
|
@@ -10414,7 +10955,7 @@ class ProjectTypeDef(TypedDict):
|
|
|
10414
10955
|
ProjectStatus: NotRequired[ProjectStatusType]
|
|
10415
10956
|
CreatedBy: NotRequired[UserContextTypeDef]
|
|
10416
10957
|
CreationTime: NotRequired[datetime]
|
|
10417
|
-
Tags: NotRequired[
|
|
10958
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
10418
10959
|
LastModifiedTime: NotRequired[datetime]
|
|
10419
10960
|
LastModifiedBy: NotRequired[UserContextTypeDef]
|
|
10420
10961
|
|
|
@@ -10443,7 +10984,7 @@ class HumanLoopConfigOutputTypeDef(TypedDict):
|
|
|
10443
10984
|
TaskCount: int
|
|
10444
10985
|
TaskAvailabilityLifetimeInSeconds: NotRequired[int]
|
|
10445
10986
|
TaskTimeLimitInSeconds: NotRequired[int]
|
|
10446
|
-
TaskKeywords: NotRequired[
|
|
10987
|
+
TaskKeywords: NotRequired[list[str]]
|
|
10447
10988
|
PublicWorkforceTaskPrice: NotRequired[PublicWorkforceTaskPriceTypeDef]
|
|
10448
10989
|
|
|
10449
10990
|
|
|
@@ -10467,7 +11008,7 @@ class HumanTaskConfigOutputTypeDef(TypedDict):
|
|
|
10467
11008
|
NumberOfHumanWorkersPerDataObject: int
|
|
10468
11009
|
TaskTimeLimitInSeconds: int
|
|
10469
11010
|
PreHumanTaskLambdaArn: NotRequired[str]
|
|
10470
|
-
TaskKeywords: NotRequired[
|
|
11011
|
+
TaskKeywords: NotRequired[list[str]]
|
|
10471
11012
|
TaskAvailabilityLifetimeInSeconds: NotRequired[int]
|
|
10472
11013
|
MaxConcurrentTaskCount: NotRequired[int]
|
|
10473
11014
|
AnnotationConsolidationConfig: NotRequired[AnnotationConsolidationConfigTypeDef]
|
|
@@ -10502,6 +11043,11 @@ class RecommendationJobContainerConfigTypeDef(TypedDict):
|
|
|
10502
11043
|
SupportedResponseMIMETypes: NotRequired[Sequence[str]]
|
|
10503
11044
|
|
|
10504
11045
|
|
|
11046
|
+
class SearchTrainingPlanOfferingsResponseTypeDef(TypedDict):
|
|
11047
|
+
TrainingPlanOfferings: list[TrainingPlanOfferingTypeDef]
|
|
11048
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
11049
|
+
|
|
11050
|
+
|
|
10505
11051
|
class DataSourceTypeDef(TypedDict):
|
|
10506
11052
|
S3DataSource: NotRequired[S3DataSourceUnionTypeDef]
|
|
10507
11053
|
FileSystemDataSource: NotRequired[FileSystemDataSourceTypeDef]
|
|
@@ -10538,7 +11084,7 @@ class PipelineExecutionTypeDef(TypedDict):
|
|
|
10538
11084
|
LastModifiedBy: NotRequired[UserContextTypeDef]
|
|
10539
11085
|
ParallelismConfiguration: NotRequired[ParallelismConfigurationTypeDef]
|
|
10540
11086
|
SelectiveExecutionConfig: NotRequired[SelectiveExecutionConfigOutputTypeDef]
|
|
10541
|
-
PipelineParameters: NotRequired[
|
|
11087
|
+
PipelineParameters: NotRequired[list[ParameterTypeDef]]
|
|
10542
11088
|
|
|
10543
11089
|
|
|
10544
11090
|
class StartPipelineExecutionRequestRequestTypeDef(TypedDict):
|
|
@@ -10558,7 +11104,7 @@ class SpaceCodeEditorAppSettingsTypeDef(TypedDict):
|
|
|
10558
11104
|
|
|
10559
11105
|
class SpaceJupyterLabAppSettingsOutputTypeDef(TypedDict):
|
|
10560
11106
|
DefaultResourceSpec: NotRequired[ResourceSpecTypeDef]
|
|
10561
|
-
CodeRepositories: NotRequired[
|
|
11107
|
+
CodeRepositories: NotRequired[list[CodeRepositoryTypeDef]]
|
|
10562
11108
|
AppLifecycleManagement: NotRequired[SpaceAppLifecycleManagementTypeDef]
|
|
10563
11109
|
|
|
10564
11110
|
|
|
@@ -10575,10 +11121,10 @@ class AlgorithmSpecificationOutputTypeDef(TypedDict):
|
|
|
10575
11121
|
TrainingInputMode: TrainingInputModeType
|
|
10576
11122
|
TrainingImage: NotRequired[str]
|
|
10577
11123
|
AlgorithmName: NotRequired[str]
|
|
10578
|
-
MetricDefinitions: NotRequired[
|
|
11124
|
+
MetricDefinitions: NotRequired[list[MetricDefinitionTypeDef]]
|
|
10579
11125
|
EnableSageMakerMetricsTimeSeries: NotRequired[bool]
|
|
10580
|
-
ContainerEntrypoint: NotRequired[
|
|
10581
|
-
ContainerArguments: NotRequired[
|
|
11126
|
+
ContainerEntrypoint: NotRequired[list[str]]
|
|
11127
|
+
ContainerArguments: NotRequired[list[str]]
|
|
10582
11128
|
TrainingImageConfig: NotRequired[TrainingImageConfigTypeDef]
|
|
10583
11129
|
|
|
10584
11130
|
|
|
@@ -10606,7 +11152,7 @@ class DescribeWorkforceResponseTypeDef(TypedDict):
|
|
|
10606
11152
|
|
|
10607
11153
|
|
|
10608
11154
|
class ListWorkforcesResponseTypeDef(TypedDict):
|
|
10609
|
-
Workforces:
|
|
11155
|
+
Workforces: list[WorkforceTypeDef]
|
|
10610
11156
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
10611
11157
|
NextToken: NotRequired[str]
|
|
10612
11158
|
|
|
@@ -10623,18 +11169,18 @@ CodeEditorAppSettingsUnionTypeDef = Union[
|
|
|
10623
11169
|
|
|
10624
11170
|
class DefaultSpaceSettingsOutputTypeDef(TypedDict):
|
|
10625
11171
|
ExecutionRole: NotRequired[str]
|
|
10626
|
-
SecurityGroups: NotRequired[
|
|
11172
|
+
SecurityGroups: NotRequired[list[str]]
|
|
10627
11173
|
JupyterServerAppSettings: NotRequired[JupyterServerAppSettingsOutputTypeDef]
|
|
10628
11174
|
KernelGatewayAppSettings: NotRequired[KernelGatewayAppSettingsOutputTypeDef]
|
|
10629
11175
|
JupyterLabAppSettings: NotRequired[JupyterLabAppSettingsOutputTypeDef]
|
|
10630
11176
|
SpaceStorageSettings: NotRequired[DefaultSpaceStorageSettingsTypeDef]
|
|
10631
11177
|
CustomPosixUserConfig: NotRequired[CustomPosixUserConfigTypeDef]
|
|
10632
|
-
CustomFileSystemConfigs: NotRequired[
|
|
11178
|
+
CustomFileSystemConfigs: NotRequired[list[CustomFileSystemConfigTypeDef]]
|
|
10633
11179
|
|
|
10634
11180
|
|
|
10635
11181
|
class UserSettingsOutputTypeDef(TypedDict):
|
|
10636
11182
|
ExecutionRole: NotRequired[str]
|
|
10637
|
-
SecurityGroups: NotRequired[
|
|
11183
|
+
SecurityGroups: NotRequired[list[str]]
|
|
10638
11184
|
SharingSettings: NotRequired[SharingSettingsTypeDef]
|
|
10639
11185
|
JupyterServerAppSettings: NotRequired[JupyterServerAppSettingsOutputTypeDef]
|
|
10640
11186
|
KernelGatewayAppSettings: NotRequired[KernelGatewayAppSettingsOutputTypeDef]
|
|
@@ -10648,13 +11194,13 @@ class UserSettingsOutputTypeDef(TypedDict):
|
|
|
10648
11194
|
DefaultLandingUri: NotRequired[str]
|
|
10649
11195
|
StudioWebPortal: NotRequired[StudioWebPortalType]
|
|
10650
11196
|
CustomPosixUserConfig: NotRequired[CustomPosixUserConfigTypeDef]
|
|
10651
|
-
CustomFileSystemConfigs: NotRequired[
|
|
11197
|
+
CustomFileSystemConfigs: NotRequired[list[CustomFileSystemConfigTypeDef]]
|
|
10652
11198
|
StudioWebPortalSettings: NotRequired[StudioWebPortalSettingsOutputTypeDef]
|
|
10653
11199
|
AutoMountHomeEFS: NotRequired[AutoMountHomeEFSType]
|
|
10654
11200
|
|
|
10655
11201
|
|
|
10656
11202
|
class ListArtifactsResponseTypeDef(TypedDict):
|
|
10657
|
-
ArtifactSummaries:
|
|
11203
|
+
ArtifactSummaries: list[ArtifactSummaryTypeDef]
|
|
10658
11204
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
10659
11205
|
NextToken: NotRequired[str]
|
|
10660
11206
|
|
|
@@ -10697,7 +11243,7 @@ class PipelineExecutionStepTypeDef(TypedDict):
|
|
|
10697
11243
|
class DescribeAutoMLJobResponseTypeDef(TypedDict):
|
|
10698
11244
|
AutoMLJobName: str
|
|
10699
11245
|
AutoMLJobArn: str
|
|
10700
|
-
InputDataConfig:
|
|
11246
|
+
InputDataConfig: list[AutoMLChannelTypeDef]
|
|
10701
11247
|
OutputDataConfig: AutoMLOutputDataConfigTypeDef
|
|
10702
11248
|
RoleArn: str
|
|
10703
11249
|
AutoMLJobObjective: AutoMLJobObjectiveTypeDef
|
|
@@ -10707,7 +11253,7 @@ class DescribeAutoMLJobResponseTypeDef(TypedDict):
|
|
|
10707
11253
|
EndTime: datetime
|
|
10708
11254
|
LastModifiedTime: datetime
|
|
10709
11255
|
FailureReason: str
|
|
10710
|
-
PartialFailureReasons:
|
|
11256
|
+
PartialFailureReasons: list[AutoMLPartialFailureReasonTypeDef]
|
|
10711
11257
|
BestCandidate: AutoMLCandidateTypeDef
|
|
10712
11258
|
AutoMLJobStatus: AutoMLJobStatusType
|
|
10713
11259
|
AutoMLJobSecondaryStatus: AutoMLJobSecondaryStatusType
|
|
@@ -10720,7 +11266,7 @@ class DescribeAutoMLJobResponseTypeDef(TypedDict):
|
|
|
10720
11266
|
|
|
10721
11267
|
|
|
10722
11268
|
class ListCandidatesForAutoMLJobResponseTypeDef(TypedDict):
|
|
10723
|
-
Candidates:
|
|
11269
|
+
Candidates: list[AutoMLCandidateTypeDef]
|
|
10724
11270
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
10725
11271
|
NextToken: NotRequired[str]
|
|
10726
11272
|
|
|
@@ -10743,10 +11289,10 @@ class RecommendationJobInputConfigOutputTypeDef(TypedDict):
|
|
|
10743
11289
|
JobDurationInSeconds: NotRequired[int]
|
|
10744
11290
|
TrafficPattern: NotRequired[TrafficPatternOutputTypeDef]
|
|
10745
11291
|
ResourceLimit: NotRequired[RecommendationJobResourceLimitTypeDef]
|
|
10746
|
-
EndpointConfigurations: NotRequired[
|
|
11292
|
+
EndpointConfigurations: NotRequired[list[EndpointInputConfigurationOutputTypeDef]]
|
|
10747
11293
|
VolumeKmsKeyId: NotRequired[str]
|
|
10748
11294
|
ContainerConfig: NotRequired[RecommendationJobContainerConfigOutputTypeDef]
|
|
10749
|
-
Endpoints: NotRequired[
|
|
11295
|
+
Endpoints: NotRequired[list[EndpointInfoTypeDef]]
|
|
10750
11296
|
VpcConfig: NotRequired[RecommendationJobVpcConfigOutputTypeDef]
|
|
10751
11297
|
|
|
10752
11298
|
|
|
@@ -10772,7 +11318,7 @@ class DescribeClusterResponseTypeDef(TypedDict):
|
|
|
10772
11318
|
ClusterStatus: ClusterStatusType
|
|
10773
11319
|
CreationTime: datetime
|
|
10774
11320
|
FailureMessage: str
|
|
10775
|
-
InstanceGroups:
|
|
11321
|
+
InstanceGroups: list[ClusterInstanceGroupDetailsTypeDef]
|
|
10776
11322
|
VpcConfig: VpcConfigOutputTypeDef
|
|
10777
11323
|
Orchestrator: ClusterOrchestratorTypeDef
|
|
10778
11324
|
NodeRecovery: ClusterNodeRecoveryType
|
|
@@ -10802,7 +11348,7 @@ class DescribeFeatureGroupResponseTypeDef(TypedDict):
|
|
|
10802
11348
|
FeatureGroupName: str
|
|
10803
11349
|
RecordIdentifierFeatureName: str
|
|
10804
11350
|
EventTimeFeatureName: str
|
|
10805
|
-
FeatureDefinitions:
|
|
11351
|
+
FeatureDefinitions: list[FeatureDefinitionTypeDef]
|
|
10806
11352
|
CreationTime: datetime
|
|
10807
11353
|
LastModifiedTime: datetime
|
|
10808
11354
|
OnlineStoreConfig: OnlineStoreConfigTypeDef
|
|
@@ -10824,7 +11370,7 @@ class FeatureGroupTypeDef(TypedDict):
|
|
|
10824
11370
|
FeatureGroupName: NotRequired[str]
|
|
10825
11371
|
RecordIdentifierFeatureName: NotRequired[str]
|
|
10826
11372
|
EventTimeFeatureName: NotRequired[str]
|
|
10827
|
-
FeatureDefinitions: NotRequired[
|
|
11373
|
+
FeatureDefinitions: NotRequired[list[FeatureDefinitionTypeDef]]
|
|
10828
11374
|
CreationTime: NotRequired[datetime]
|
|
10829
11375
|
LastModifiedTime: NotRequired[datetime]
|
|
10830
11376
|
OnlineStoreConfig: NotRequired[OnlineStoreConfigTypeDef]
|
|
@@ -10835,7 +11381,7 @@ class FeatureGroupTypeDef(TypedDict):
|
|
|
10835
11381
|
LastUpdateStatus: NotRequired[LastUpdateStatusTypeDef]
|
|
10836
11382
|
FailureReason: NotRequired[str]
|
|
10837
11383
|
Description: NotRequired[str]
|
|
10838
|
-
Tags: NotRequired[
|
|
11384
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
10839
11385
|
|
|
10840
11386
|
|
|
10841
11387
|
class UpdateFeatureGroupRequestRequestTypeDef(TypedDict):
|
|
@@ -10845,6 +11391,12 @@ class UpdateFeatureGroupRequestRequestTypeDef(TypedDict):
|
|
|
10845
11391
|
ThroughputConfig: NotRequired[ThroughputConfigUpdateTypeDef]
|
|
10846
11392
|
|
|
10847
11393
|
|
|
11394
|
+
class ListComputeQuotasResponseTypeDef(TypedDict):
|
|
11395
|
+
ComputeQuotaSummaries: list[ComputeQuotaSummaryTypeDef]
|
|
11396
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
11397
|
+
NextToken: NotRequired[str]
|
|
11398
|
+
|
|
11399
|
+
|
|
10848
11400
|
class CreateAppImageConfigRequestRequestTypeDef(TypedDict):
|
|
10849
11401
|
AppImageConfigName: str
|
|
10850
11402
|
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
@@ -10894,8 +11446,8 @@ class HyperParameterTrainingJobDefinitionOutputTypeDef(TypedDict):
|
|
|
10894
11446
|
DefinitionName: NotRequired[str]
|
|
10895
11447
|
TuningObjective: NotRequired[HyperParameterTuningJobObjectiveTypeDef]
|
|
10896
11448
|
HyperParameterRanges: NotRequired[ParameterRangesOutputTypeDef]
|
|
10897
|
-
StaticHyperParameters: NotRequired[
|
|
10898
|
-
InputDataConfig: NotRequired[
|
|
11449
|
+
StaticHyperParameters: NotRequired[dict[str, str]]
|
|
11450
|
+
InputDataConfig: NotRequired[list[ChannelOutputTypeDef]]
|
|
10899
11451
|
VpcConfig: NotRequired[VpcConfigOutputTypeDef]
|
|
10900
11452
|
ResourceConfig: NotRequired[ResourceConfigOutputTypeDef]
|
|
10901
11453
|
HyperParameterTuningResourceConfig: NotRequired[HyperParameterTuningResourceConfigOutputTypeDef]
|
|
@@ -10904,16 +11456,16 @@ class HyperParameterTrainingJobDefinitionOutputTypeDef(TypedDict):
|
|
|
10904
11456
|
EnableManagedSpotTraining: NotRequired[bool]
|
|
10905
11457
|
CheckpointConfig: NotRequired[CheckpointConfigTypeDef]
|
|
10906
11458
|
RetryStrategy: NotRequired[RetryStrategyTypeDef]
|
|
10907
|
-
Environment: NotRequired[
|
|
11459
|
+
Environment: NotRequired[dict[str, str]]
|
|
10908
11460
|
|
|
10909
11461
|
|
|
10910
11462
|
class TrainingJobDefinitionOutputTypeDef(TypedDict):
|
|
10911
11463
|
TrainingInputMode: TrainingInputModeType
|
|
10912
|
-
InputDataConfig:
|
|
11464
|
+
InputDataConfig: list[ChannelOutputTypeDef]
|
|
10913
11465
|
OutputDataConfig: OutputDataConfigTypeDef
|
|
10914
11466
|
ResourceConfig: ResourceConfigOutputTypeDef
|
|
10915
11467
|
StoppingCondition: StoppingConditionTypeDef
|
|
10916
|
-
HyperParameters: NotRequired[
|
|
11468
|
+
HyperParameters: NotRequired[dict[str, str]]
|
|
10917
11469
|
|
|
10918
11470
|
|
|
10919
11471
|
class DescribeInferenceComponentOutputTypeDef(TypedDict):
|
|
@@ -10968,7 +11520,7 @@ class InferenceRecommendationsJobStepTypeDef(TypedDict):
|
|
|
10968
11520
|
InferenceBenchmark: NotRequired[RecommendationJobInferenceBenchmarkTypeDef]
|
|
10969
11521
|
|
|
10970
11522
|
|
|
10971
|
-
class
|
|
11523
|
+
class SearchRequestPaginateTypeDef(TypedDict):
|
|
10972
11524
|
Resource: ResourceTypeType
|
|
10973
11525
|
SearchExpression: NotRequired[SearchExpressionPaginatorTypeDef]
|
|
10974
11526
|
SortBy: NotRequired[str]
|
|
@@ -10995,7 +11547,7 @@ StudioWebPortalSettingsUnionTypeDef = Union[
|
|
|
10995
11547
|
|
|
10996
11548
|
|
|
10997
11549
|
class ListAssociationsResponseTypeDef(TypedDict):
|
|
10998
|
-
AssociationSummaries:
|
|
11550
|
+
AssociationSummaries: list[AssociationSummaryTypeDef]
|
|
10999
11551
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
11000
11552
|
NextToken: NotRequired[str]
|
|
11001
11553
|
|
|
@@ -11011,23 +11563,23 @@ class TrialTypeDef(TypedDict):
|
|
|
11011
11563
|
LastModifiedTime: NotRequired[datetime]
|
|
11012
11564
|
LastModifiedBy: NotRequired[UserContextTypeDef]
|
|
11013
11565
|
MetadataProperties: NotRequired[MetadataPropertiesTypeDef]
|
|
11014
|
-
Tags: NotRequired[
|
|
11015
|
-
TrialComponentSummaries: NotRequired[
|
|
11566
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
11567
|
+
TrialComponentSummaries: NotRequired[list[TrialComponentSimpleSummaryTypeDef]]
|
|
11016
11568
|
|
|
11017
11569
|
|
|
11018
11570
|
class ListTrialComponentsResponseTypeDef(TypedDict):
|
|
11019
|
-
TrialComponentSummaries:
|
|
11571
|
+
TrialComponentSummaries: list[TrialComponentSummaryTypeDef]
|
|
11020
11572
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
11021
11573
|
NextToken: NotRequired[str]
|
|
11022
11574
|
|
|
11023
11575
|
|
|
11024
11576
|
class WorkteamTypeDef(TypedDict):
|
|
11025
11577
|
WorkteamName: str
|
|
11026
|
-
MemberDefinitions:
|
|
11578
|
+
MemberDefinitions: list[MemberDefinitionOutputTypeDef]
|
|
11027
11579
|
WorkteamArn: str
|
|
11028
11580
|
Description: str
|
|
11029
11581
|
WorkforceArn: NotRequired[str]
|
|
11030
|
-
ProductListingIds: NotRequired[
|
|
11582
|
+
ProductListingIds: NotRequired[list[str]]
|
|
11031
11583
|
SubDomain: NotRequired[str]
|
|
11032
11584
|
CreateDate: NotRequired[datetime]
|
|
11033
11585
|
LastUpdatedDate: NotRequired[datetime]
|
|
@@ -11037,18 +11589,18 @@ class WorkteamTypeDef(TypedDict):
|
|
|
11037
11589
|
|
|
11038
11590
|
class TrainingSpecificationOutputTypeDef(TypedDict):
|
|
11039
11591
|
TrainingImage: str
|
|
11040
|
-
SupportedTrainingInstanceTypes:
|
|
11041
|
-
TrainingChannels:
|
|
11592
|
+
SupportedTrainingInstanceTypes: list[TrainingInstanceTypeType]
|
|
11593
|
+
TrainingChannels: list[ChannelSpecificationOutputTypeDef]
|
|
11042
11594
|
TrainingImageDigest: NotRequired[str]
|
|
11043
|
-
SupportedHyperParameters: NotRequired[
|
|
11595
|
+
SupportedHyperParameters: NotRequired[list[HyperParameterSpecificationOutputTypeDef]]
|
|
11044
11596
|
SupportsDistributedTraining: NotRequired[bool]
|
|
11045
|
-
MetricDefinitions: NotRequired[
|
|
11046
|
-
SupportedTuningJobObjectiveMetrics: NotRequired[
|
|
11597
|
+
MetricDefinitions: NotRequired[list[MetricDefinitionTypeDef]]
|
|
11598
|
+
SupportedTuningJobObjectiveMetrics: NotRequired[list[HyperParameterTuningJobObjectiveTypeDef]]
|
|
11047
11599
|
AdditionalS3DataSource: NotRequired[AdditionalS3DataSourceTypeDef]
|
|
11048
11600
|
|
|
11049
11601
|
|
|
11050
11602
|
class ListAppImageConfigsResponseTypeDef(TypedDict):
|
|
11051
|
-
AppImageConfigs:
|
|
11603
|
+
AppImageConfigs: list[AppImageConfigDetailsTypeDef]
|
|
11052
11604
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
11053
11605
|
NextToken: NotRequired[str]
|
|
11054
11606
|
|
|
@@ -11079,8 +11631,8 @@ class ContainerDefinitionOutputTypeDef(TypedDict):
|
|
|
11079
11631
|
Mode: NotRequired[ContainerModeType]
|
|
11080
11632
|
ModelDataUrl: NotRequired[str]
|
|
11081
11633
|
ModelDataSource: NotRequired[ModelDataSourceTypeDef]
|
|
11082
|
-
AdditionalModelDataSources: NotRequired[
|
|
11083
|
-
Environment: NotRequired[
|
|
11634
|
+
AdditionalModelDataSources: NotRequired[list[AdditionalModelDataSourceTypeDef]]
|
|
11635
|
+
Environment: NotRequired[dict[str, str]]
|
|
11084
11636
|
ModelPackageName: NotRequired[str]
|
|
11085
11637
|
InferenceSpecificationName: NotRequired[str]
|
|
11086
11638
|
MultiModelConfig: NotRequired[MultiModelConfigTypeDef]
|
|
@@ -11107,7 +11659,7 @@ class ModelPackageContainerDefinitionOutputTypeDef(TypedDict):
|
|
|
11107
11659
|
ModelDataUrl: NotRequired[str]
|
|
11108
11660
|
ModelDataSource: NotRequired[ModelDataSourceTypeDef]
|
|
11109
11661
|
ProductId: NotRequired[str]
|
|
11110
|
-
Environment: NotRequired[
|
|
11662
|
+
Environment: NotRequired[dict[str, str]]
|
|
11111
11663
|
ModelInput: NotRequired[ModelInputTypeDef]
|
|
11112
11664
|
Framework: NotRequired[str]
|
|
11113
11665
|
FrameworkVersion: NotRequired[str]
|
|
@@ -11137,7 +11689,7 @@ class SourceAlgorithmTypeDef(TypedDict):
|
|
|
11137
11689
|
|
|
11138
11690
|
|
|
11139
11691
|
class ListMonitoringAlertsResponseTypeDef(TypedDict):
|
|
11140
|
-
MonitoringAlertSummaries:
|
|
11692
|
+
MonitoringAlertSummaries: list[MonitoringAlertSummaryTypeDef]
|
|
11141
11693
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
11142
11694
|
NextToken: NotRequired[str]
|
|
11143
11695
|
|
|
@@ -11157,7 +11709,7 @@ DescribeInferenceExperimentResponseTypeDef = TypedDict(
|
|
|
11157
11709
|
"LastModifiedTime": datetime,
|
|
11158
11710
|
"RoleArn": str,
|
|
11159
11711
|
"EndpointMetadata": EndpointMetadataTypeDef,
|
|
11160
|
-
"ModelVariants":
|
|
11712
|
+
"ModelVariants": list[ModelVariantConfigSummaryTypeDef],
|
|
11161
11713
|
"DataStorageConfig": InferenceExperimentDataStorageConfigOutputTypeDef,
|
|
11162
11714
|
"ShadowModeConfig": ShadowModeConfigOutputTypeDef,
|
|
11163
11715
|
"KmsKey": str,
|
|
@@ -11270,9 +11822,9 @@ class DescribeOptimizationJobResponseTypeDef(TypedDict):
|
|
|
11270
11822
|
FailureReason: str
|
|
11271
11823
|
OptimizationJobName: str
|
|
11272
11824
|
ModelSource: OptimizationJobModelSourceTypeDef
|
|
11273
|
-
OptimizationEnvironment:
|
|
11825
|
+
OptimizationEnvironment: dict[str, str]
|
|
11274
11826
|
DeploymentInstanceType: OptimizationJobDeploymentInstanceTypeType
|
|
11275
|
-
OptimizationConfigs:
|
|
11827
|
+
OptimizationConfigs: list[OptimizationConfigOutputTypeDef]
|
|
11276
11828
|
OutputConfig: OptimizationJobOutputConfigTypeDef
|
|
11277
11829
|
OptimizationOutput: OptimizationOutputTypeDef
|
|
11278
11830
|
RoleArn: str
|
|
@@ -11282,13 +11834,13 @@ class DescribeOptimizationJobResponseTypeDef(TypedDict):
|
|
|
11282
11834
|
|
|
11283
11835
|
|
|
11284
11836
|
class DescribeProcessingJobResponseTypeDef(TypedDict):
|
|
11285
|
-
ProcessingInputs:
|
|
11837
|
+
ProcessingInputs: list[ProcessingInputTypeDef]
|
|
11286
11838
|
ProcessingOutputConfig: ProcessingOutputConfigOutputTypeDef
|
|
11287
11839
|
ProcessingJobName: str
|
|
11288
11840
|
ProcessingResources: ProcessingResourcesTypeDef
|
|
11289
11841
|
StoppingCondition: ProcessingStoppingConditionTypeDef
|
|
11290
11842
|
AppSpecification: AppSpecificationOutputTypeDef
|
|
11291
|
-
Environment:
|
|
11843
|
+
Environment: dict[str, str]
|
|
11292
11844
|
NetworkConfig: NetworkConfigOutputTypeDef
|
|
11293
11845
|
RoleArn: str
|
|
11294
11846
|
ExperimentConfig: ExperimentConfigTypeDef
|
|
@@ -11307,13 +11859,13 @@ class DescribeProcessingJobResponseTypeDef(TypedDict):
|
|
|
11307
11859
|
|
|
11308
11860
|
|
|
11309
11861
|
class ProcessingJobTypeDef(TypedDict):
|
|
11310
|
-
ProcessingInputs: NotRequired[
|
|
11862
|
+
ProcessingInputs: NotRequired[list[ProcessingInputTypeDef]]
|
|
11311
11863
|
ProcessingOutputConfig: NotRequired[ProcessingOutputConfigOutputTypeDef]
|
|
11312
11864
|
ProcessingJobName: NotRequired[str]
|
|
11313
11865
|
ProcessingResources: NotRequired[ProcessingResourcesTypeDef]
|
|
11314
11866
|
StoppingCondition: NotRequired[ProcessingStoppingConditionTypeDef]
|
|
11315
11867
|
AppSpecification: NotRequired[AppSpecificationOutputTypeDef]
|
|
11316
|
-
Environment: NotRequired[
|
|
11868
|
+
Environment: NotRequired[dict[str, str]]
|
|
11317
11869
|
NetworkConfig: NotRequired[NetworkConfigOutputTypeDef]
|
|
11318
11870
|
RoleArn: NotRequired[str]
|
|
11319
11871
|
ExperimentConfig: NotRequired[ExperimentConfigTypeDef]
|
|
@@ -11328,7 +11880,7 @@ class ProcessingJobTypeDef(TypedDict):
|
|
|
11328
11880
|
MonitoringScheduleArn: NotRequired[str]
|
|
11329
11881
|
AutoMLJobArn: NotRequired[str]
|
|
11330
11882
|
TrainingJobArn: NotRequired[str]
|
|
11331
|
-
Tags: NotRequired[
|
|
11883
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
11332
11884
|
|
|
11333
11885
|
|
|
11334
11886
|
class CreateProcessingJobRequestRequestTypeDef(TypedDict):
|
|
@@ -11386,7 +11938,7 @@ class DescribeLabelingJobResponseTypeDef(TypedDict):
|
|
|
11386
11938
|
StoppingConditions: LabelingJobStoppingConditionsTypeDef
|
|
11387
11939
|
LabelingJobAlgorithmsConfig: LabelingJobAlgorithmsConfigOutputTypeDef
|
|
11388
11940
|
HumanTaskConfig: HumanTaskConfigOutputTypeDef
|
|
11389
|
-
Tags:
|
|
11941
|
+
Tags: list[TagTypeDef]
|
|
11390
11942
|
LabelingJobOutput: LabelingJobOutputTypeDef
|
|
11391
11943
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
11392
11944
|
|
|
@@ -11404,7 +11956,7 @@ class SpaceSettingsOutputTypeDef(TypedDict):
|
|
|
11404
11956
|
JupyterLabAppSettings: NotRequired[SpaceJupyterLabAppSettingsOutputTypeDef]
|
|
11405
11957
|
AppType: NotRequired[AppTypeType]
|
|
11406
11958
|
SpaceStorageSettings: NotRequired[SpaceStorageSettingsTypeDef]
|
|
11407
|
-
CustomFileSystems: NotRequired[
|
|
11959
|
+
CustomFileSystems: NotRequired[list[CustomFileSystemTypeDef]]
|
|
11408
11960
|
|
|
11409
11961
|
|
|
11410
11962
|
SpaceJupyterLabAppSettingsUnionTypeDef = Union[
|
|
@@ -11422,10 +11974,10 @@ class DescribeTrainingJobResponseTypeDef(TypedDict):
|
|
|
11422
11974
|
TrainingJobStatus: TrainingJobStatusType
|
|
11423
11975
|
SecondaryStatus: SecondaryStatusType
|
|
11424
11976
|
FailureReason: str
|
|
11425
|
-
HyperParameters:
|
|
11977
|
+
HyperParameters: dict[str, str]
|
|
11426
11978
|
AlgorithmSpecification: AlgorithmSpecificationOutputTypeDef
|
|
11427
11979
|
RoleArn: str
|
|
11428
|
-
InputDataConfig:
|
|
11980
|
+
InputDataConfig: list[ChannelOutputTypeDef]
|
|
11429
11981
|
OutputDataConfig: OutputDataConfigTypeDef
|
|
11430
11982
|
ResourceConfig: ResourceConfigOutputTypeDef
|
|
11431
11983
|
WarmPoolStatus: WarmPoolStatusTypeDef
|
|
@@ -11435,8 +11987,8 @@ class DescribeTrainingJobResponseTypeDef(TypedDict):
|
|
|
11435
11987
|
TrainingStartTime: datetime
|
|
11436
11988
|
TrainingEndTime: datetime
|
|
11437
11989
|
LastModifiedTime: datetime
|
|
11438
|
-
SecondaryStatusTransitions:
|
|
11439
|
-
FinalMetricDataList:
|
|
11990
|
+
SecondaryStatusTransitions: list[SecondaryStatusTransitionTypeDef]
|
|
11991
|
+
FinalMetricDataList: list[MetricDataTypeDef]
|
|
11440
11992
|
EnableNetworkIsolation: bool
|
|
11441
11993
|
EnableInterContainerTrafficEncryption: bool
|
|
11442
11994
|
EnableManagedSpotTraining: bool
|
|
@@ -11445,14 +11997,14 @@ class DescribeTrainingJobResponseTypeDef(TypedDict):
|
|
|
11445
11997
|
BillableTimeInSeconds: int
|
|
11446
11998
|
DebugHookConfig: DebugHookConfigOutputTypeDef
|
|
11447
11999
|
ExperimentConfig: ExperimentConfigTypeDef
|
|
11448
|
-
DebugRuleConfigurations:
|
|
12000
|
+
DebugRuleConfigurations: list[DebugRuleConfigurationOutputTypeDef]
|
|
11449
12001
|
TensorBoardOutputConfig: TensorBoardOutputConfigTypeDef
|
|
11450
|
-
DebugRuleEvaluationStatuses:
|
|
12002
|
+
DebugRuleEvaluationStatuses: list[DebugRuleEvaluationStatusTypeDef]
|
|
11451
12003
|
ProfilerConfig: ProfilerConfigOutputTypeDef
|
|
11452
|
-
ProfilerRuleConfigurations:
|
|
11453
|
-
ProfilerRuleEvaluationStatuses:
|
|
12004
|
+
ProfilerRuleConfigurations: list[ProfilerRuleConfigurationOutputTypeDef]
|
|
12005
|
+
ProfilerRuleEvaluationStatuses: list[ProfilerRuleEvaluationStatusTypeDef]
|
|
11454
12006
|
ProfilingStatus: ProfilingStatusType
|
|
11455
|
-
Environment:
|
|
12007
|
+
Environment: dict[str, str]
|
|
11456
12008
|
RetryStrategy: RetryStrategyTypeDef
|
|
11457
12009
|
RemoteDebugConfig: RemoteDebugConfigTypeDef
|
|
11458
12010
|
InfraCheckConfig: InfraCheckConfigTypeDef
|
|
@@ -11469,10 +12021,10 @@ class TrainingJobTypeDef(TypedDict):
|
|
|
11469
12021
|
TrainingJobStatus: NotRequired[TrainingJobStatusType]
|
|
11470
12022
|
SecondaryStatus: NotRequired[SecondaryStatusType]
|
|
11471
12023
|
FailureReason: NotRequired[str]
|
|
11472
|
-
HyperParameters: NotRequired[
|
|
12024
|
+
HyperParameters: NotRequired[dict[str, str]]
|
|
11473
12025
|
AlgorithmSpecification: NotRequired[AlgorithmSpecificationOutputTypeDef]
|
|
11474
12026
|
RoleArn: NotRequired[str]
|
|
11475
|
-
InputDataConfig: NotRequired[
|
|
12027
|
+
InputDataConfig: NotRequired[list[ChannelOutputTypeDef]]
|
|
11476
12028
|
OutputDataConfig: NotRequired[OutputDataConfigTypeDef]
|
|
11477
12029
|
ResourceConfig: NotRequired[ResourceConfigOutputTypeDef]
|
|
11478
12030
|
VpcConfig: NotRequired[VpcConfigOutputTypeDef]
|
|
@@ -11481,8 +12033,8 @@ class TrainingJobTypeDef(TypedDict):
|
|
|
11481
12033
|
TrainingStartTime: NotRequired[datetime]
|
|
11482
12034
|
TrainingEndTime: NotRequired[datetime]
|
|
11483
12035
|
LastModifiedTime: NotRequired[datetime]
|
|
11484
|
-
SecondaryStatusTransitions: NotRequired[
|
|
11485
|
-
FinalMetricDataList: NotRequired[
|
|
12036
|
+
SecondaryStatusTransitions: NotRequired[list[SecondaryStatusTransitionTypeDef]]
|
|
12037
|
+
FinalMetricDataList: NotRequired[list[MetricDataTypeDef]]
|
|
11486
12038
|
EnableNetworkIsolation: NotRequired[bool]
|
|
11487
12039
|
EnableInterContainerTrafficEncryption: NotRequired[bool]
|
|
11488
12040
|
EnableManagedSpotTraining: NotRequired[bool]
|
|
@@ -11491,13 +12043,13 @@ class TrainingJobTypeDef(TypedDict):
|
|
|
11491
12043
|
BillableTimeInSeconds: NotRequired[int]
|
|
11492
12044
|
DebugHookConfig: NotRequired[DebugHookConfigOutputTypeDef]
|
|
11493
12045
|
ExperimentConfig: NotRequired[ExperimentConfigTypeDef]
|
|
11494
|
-
DebugRuleConfigurations: NotRequired[
|
|
12046
|
+
DebugRuleConfigurations: NotRequired[list[DebugRuleConfigurationOutputTypeDef]]
|
|
11495
12047
|
TensorBoardOutputConfig: NotRequired[TensorBoardOutputConfigTypeDef]
|
|
11496
|
-
DebugRuleEvaluationStatuses: NotRequired[
|
|
12048
|
+
DebugRuleEvaluationStatuses: NotRequired[list[DebugRuleEvaluationStatusTypeDef]]
|
|
11497
12049
|
ProfilerConfig: NotRequired[ProfilerConfigOutputTypeDef]
|
|
11498
|
-
Environment: NotRequired[
|
|
12050
|
+
Environment: NotRequired[dict[str, str]]
|
|
11499
12051
|
RetryStrategy: NotRequired[RetryStrategyTypeDef]
|
|
11500
|
-
Tags: NotRequired[
|
|
12052
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
11501
12053
|
|
|
11502
12054
|
|
|
11503
12055
|
class CreateTransformJobRequestRequestTypeDef(TypedDict):
|
|
@@ -11527,7 +12079,7 @@ class DescribeTransformJobResponseTypeDef(TypedDict):
|
|
|
11527
12079
|
ModelClientConfig: ModelClientConfigTypeDef
|
|
11528
12080
|
MaxPayloadInMB: int
|
|
11529
12081
|
BatchStrategy: BatchStrategyType
|
|
11530
|
-
Environment:
|
|
12082
|
+
Environment: dict[str, str]
|
|
11531
12083
|
TransformInput: TransformInputTypeDef
|
|
11532
12084
|
TransformOutput: TransformOutputTypeDef
|
|
11533
12085
|
DataCaptureConfig: BatchDataCaptureConfigTypeDef
|
|
@@ -11549,7 +12101,7 @@ class TransformJobDefinitionOutputTypeDef(TypedDict):
|
|
|
11549
12101
|
MaxConcurrentTransforms: NotRequired[int]
|
|
11550
12102
|
MaxPayloadInMB: NotRequired[int]
|
|
11551
12103
|
BatchStrategy: NotRequired[BatchStrategyType]
|
|
11552
|
-
Environment: NotRequired[
|
|
12104
|
+
Environment: NotRequired[dict[str, str]]
|
|
11553
12105
|
|
|
11554
12106
|
|
|
11555
12107
|
class TransformJobDefinitionTypeDef(TypedDict):
|
|
@@ -11572,7 +12124,7 @@ class TransformJobTypeDef(TypedDict):
|
|
|
11572
12124
|
ModelClientConfig: NotRequired[ModelClientConfigTypeDef]
|
|
11573
12125
|
MaxPayloadInMB: NotRequired[int]
|
|
11574
12126
|
BatchStrategy: NotRequired[BatchStrategyType]
|
|
11575
|
-
Environment: NotRequired[
|
|
12127
|
+
Environment: NotRequired[dict[str, str]]
|
|
11576
12128
|
TransformInput: NotRequired[TransformInputTypeDef]
|
|
11577
12129
|
TransformOutput: NotRequired[TransformOutputTypeDef]
|
|
11578
12130
|
DataCaptureConfig: NotRequired[BatchDataCaptureConfigTypeDef]
|
|
@@ -11584,7 +12136,7 @@ class TransformJobTypeDef(TypedDict):
|
|
|
11584
12136
|
AutoMLJobArn: NotRequired[str]
|
|
11585
12137
|
DataProcessing: NotRequired[DataProcessingTypeDef]
|
|
11586
12138
|
ExperimentConfig: NotRequired[ExperimentConfigTypeDef]
|
|
11587
|
-
Tags: NotRequired[
|
|
12139
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
11588
12140
|
|
|
11589
12141
|
|
|
11590
12142
|
class DescribeDomainResponseTypeDef(TypedDict):
|
|
@@ -11604,7 +12156,7 @@ class DescribeDomainResponseTypeDef(TypedDict):
|
|
|
11604
12156
|
DomainSettings: DomainSettingsOutputTypeDef
|
|
11605
12157
|
AppNetworkAccessType: AppNetworkAccessTypeType
|
|
11606
12158
|
HomeEfsFileSystemKmsKeyId: str
|
|
11607
|
-
SubnetIds:
|
|
12159
|
+
SubnetIds: list[str]
|
|
11608
12160
|
Url: str
|
|
11609
12161
|
VpcId: str
|
|
11610
12162
|
KmsKeyId: str
|
|
@@ -11637,7 +12189,7 @@ class AsyncInferenceConfigTypeDef(TypedDict):
|
|
|
11637
12189
|
class DescribeAutoMLJobV2ResponseTypeDef(TypedDict):
|
|
11638
12190
|
AutoMLJobName: str
|
|
11639
12191
|
AutoMLJobArn: str
|
|
11640
|
-
AutoMLJobInputDataConfig:
|
|
12192
|
+
AutoMLJobInputDataConfig: list[AutoMLJobChannelTypeDef]
|
|
11641
12193
|
OutputDataConfig: AutoMLOutputDataConfigTypeDef
|
|
11642
12194
|
RoleArn: str
|
|
11643
12195
|
AutoMLJobObjective: AutoMLJobObjectiveTypeDef
|
|
@@ -11647,7 +12199,7 @@ class DescribeAutoMLJobV2ResponseTypeDef(TypedDict):
|
|
|
11647
12199
|
EndTime: datetime
|
|
11648
12200
|
LastModifiedTime: datetime
|
|
11649
12201
|
FailureReason: str
|
|
11650
|
-
PartialFailureReasons:
|
|
12202
|
+
PartialFailureReasons: list[AutoMLPartialFailureReasonTypeDef]
|
|
11651
12203
|
BestCandidate: AutoMLCandidateTypeDef
|
|
11652
12204
|
AutoMLJobStatus: AutoMLJobStatusType
|
|
11653
12205
|
AutoMLJobSecondaryStatus: AutoMLJobSecondaryStatusType
|
|
@@ -11685,7 +12237,7 @@ class TimeSeriesForecastingJobConfigTypeDef(TypedDict):
|
|
|
11685
12237
|
|
|
11686
12238
|
|
|
11687
12239
|
class ListPipelineExecutionStepsResponseTypeDef(TypedDict):
|
|
11688
|
-
PipelineExecutionSteps:
|
|
12240
|
+
PipelineExecutionSteps: list[PipelineExecutionStepTypeDef]
|
|
11689
12241
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
11690
12242
|
NextToken: NotRequired[str]
|
|
11691
12243
|
|
|
@@ -11719,8 +12271,8 @@ class DescribeInferenceRecommendationsJobResponseTypeDef(TypedDict):
|
|
|
11719
12271
|
FailureReason: str
|
|
11720
12272
|
InputConfig: RecommendationJobInputConfigOutputTypeDef
|
|
11721
12273
|
StoppingConditions: RecommendationJobStoppingConditionsOutputTypeDef
|
|
11722
|
-
InferenceRecommendations:
|
|
11723
|
-
EndpointPerformances:
|
|
12274
|
+
InferenceRecommendations: list[InferenceRecommendationTypeDef]
|
|
12275
|
+
EndpointPerformances: list[EndpointPerformanceTypeDef]
|
|
11724
12276
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
11725
12277
|
|
|
11726
12278
|
|
|
@@ -11759,13 +12311,13 @@ class EndpointInputConfigurationTypeDef(TypedDict):
|
|
|
11759
12311
|
class DescribeEndpointConfigOutputTypeDef(TypedDict):
|
|
11760
12312
|
EndpointConfigName: str
|
|
11761
12313
|
EndpointConfigArn: str
|
|
11762
|
-
ProductionVariants:
|
|
12314
|
+
ProductionVariants: list[ProductionVariantTypeDef]
|
|
11763
12315
|
DataCaptureConfig: DataCaptureConfigOutputTypeDef
|
|
11764
12316
|
KmsKeyId: str
|
|
11765
12317
|
CreationTime: datetime
|
|
11766
12318
|
AsyncInferenceConfig: AsyncInferenceConfigOutputTypeDef
|
|
11767
12319
|
ExplainerConfig: ExplainerConfigOutputTypeDef
|
|
11768
|
-
ShadowProductionVariants:
|
|
12320
|
+
ShadowProductionVariants: list[ProductionVariantTypeDef]
|
|
11769
12321
|
ExecutionRoleArn: str
|
|
11770
12322
|
VpcConfig: VpcConfigOutputTypeDef
|
|
11771
12323
|
EnableNetworkIsolation: bool
|
|
@@ -11776,7 +12328,7 @@ class DescribeEndpointOutputTypeDef(TypedDict):
|
|
|
11776
12328
|
EndpointName: str
|
|
11777
12329
|
EndpointArn: str
|
|
11778
12330
|
EndpointConfigName: str
|
|
11779
|
-
ProductionVariants:
|
|
12331
|
+
ProductionVariants: list[ProductionVariantSummaryTypeDef]
|
|
11780
12332
|
DataCaptureConfig: DataCaptureConfigSummaryTypeDef
|
|
11781
12333
|
EndpointStatus: EndpointStatusType
|
|
11782
12334
|
FailureReason: str
|
|
@@ -11786,7 +12338,7 @@ class DescribeEndpointOutputTypeDef(TypedDict):
|
|
|
11786
12338
|
AsyncInferenceConfig: AsyncInferenceConfigOutputTypeDef
|
|
11787
12339
|
PendingDeploymentSummary: PendingDeploymentSummaryTypeDef
|
|
11788
12340
|
ExplainerConfig: ExplainerConfigOutputTypeDef
|
|
11789
|
-
ShadowProductionVariants:
|
|
12341
|
+
ShadowProductionVariants: list[ProductionVariantSummaryTypeDef]
|
|
11790
12342
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
11791
12343
|
|
|
11792
12344
|
|
|
@@ -11813,7 +12365,7 @@ class DescribeHyperParameterTuningJobResponseTypeDef(TypedDict):
|
|
|
11813
12365
|
HyperParameterTuningJobArn: str
|
|
11814
12366
|
HyperParameterTuningJobConfig: HyperParameterTuningJobConfigOutputTypeDef
|
|
11815
12367
|
TrainingJobDefinition: HyperParameterTrainingJobDefinitionOutputTypeDef
|
|
11816
|
-
TrainingJobDefinitions:
|
|
12368
|
+
TrainingJobDefinitions: list[HyperParameterTrainingJobDefinitionOutputTypeDef]
|
|
11817
12369
|
HyperParameterTuningJobStatus: HyperParameterTuningJobStatusType
|
|
11818
12370
|
CreationTime: datetime
|
|
11819
12371
|
HyperParameterTuningEndTime: datetime
|
|
@@ -11835,7 +12387,7 @@ class HyperParameterTuningJobSearchEntityTypeDef(TypedDict):
|
|
|
11835
12387
|
HyperParameterTuningJobArn: NotRequired[str]
|
|
11836
12388
|
HyperParameterTuningJobConfig: NotRequired[HyperParameterTuningJobConfigOutputTypeDef]
|
|
11837
12389
|
TrainingJobDefinition: NotRequired[HyperParameterTrainingJobDefinitionOutputTypeDef]
|
|
11838
|
-
TrainingJobDefinitions: NotRequired[
|
|
12390
|
+
TrainingJobDefinitions: NotRequired[list[HyperParameterTrainingJobDefinitionOutputTypeDef]]
|
|
11839
12391
|
HyperParameterTuningJobStatus: NotRequired[HyperParameterTuningJobStatusType]
|
|
11840
12392
|
CreationTime: NotRequired[datetime]
|
|
11841
12393
|
HyperParameterTuningEndTime: NotRequired[datetime]
|
|
@@ -11848,11 +12400,11 @@ class HyperParameterTuningJobSearchEntityTypeDef(TypedDict):
|
|
|
11848
12400
|
FailureReason: NotRequired[str]
|
|
11849
12401
|
TuningJobCompletionDetails: NotRequired[HyperParameterTuningJobCompletionDetailsTypeDef]
|
|
11850
12402
|
ConsumedResources: NotRequired[HyperParameterTuningJobConsumedResourcesTypeDef]
|
|
11851
|
-
Tags: NotRequired[
|
|
12403
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
11852
12404
|
|
|
11853
12405
|
|
|
11854
12406
|
class ListSpacesResponseTypeDef(TypedDict):
|
|
11855
|
-
Spaces:
|
|
12407
|
+
Spaces: list[SpaceDetailsTypeDef]
|
|
11856
12408
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
11857
12409
|
NextToken: NotRequired[str]
|
|
11858
12410
|
|
|
@@ -11869,7 +12421,7 @@ class DefaultSpaceSettingsTypeDef(TypedDict):
|
|
|
11869
12421
|
|
|
11870
12422
|
|
|
11871
12423
|
class ListInferenceRecommendationsJobStepsResponseTypeDef(TypedDict):
|
|
11872
|
-
Steps:
|
|
12424
|
+
Steps: list[InferenceRecommendationsJobStepTypeDef]
|
|
11873
12425
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
11874
12426
|
NextToken: NotRequired[str]
|
|
11875
12427
|
|
|
@@ -11901,7 +12453,7 @@ class DescribeWorkteamResponseTypeDef(TypedDict):
|
|
|
11901
12453
|
|
|
11902
12454
|
|
|
11903
12455
|
class ListWorkteamsResponseTypeDef(TypedDict):
|
|
11904
|
-
Workteams:
|
|
12456
|
+
Workteams: list[WorkteamTypeDef]
|
|
11905
12457
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
11906
12458
|
NextToken: NotRequired[str]
|
|
11907
12459
|
|
|
@@ -11912,7 +12464,7 @@ class UpdateWorkteamResponseTypeDef(TypedDict):
|
|
|
11912
12464
|
|
|
11913
12465
|
|
|
11914
12466
|
class ListLabelingJobsResponseTypeDef(TypedDict):
|
|
11915
|
-
LabelingJobSummaryList:
|
|
12467
|
+
LabelingJobSummaryList: list[LabelingJobSummaryTypeDef]
|
|
11916
12468
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
11917
12469
|
NextToken: NotRequired[str]
|
|
11918
12470
|
|
|
@@ -11922,13 +12474,13 @@ class DynamicScalingConfigurationTypeDef(TypedDict):
|
|
|
11922
12474
|
MaxCapacity: NotRequired[int]
|
|
11923
12475
|
ScaleInCooldown: NotRequired[int]
|
|
11924
12476
|
ScaleOutCooldown: NotRequired[int]
|
|
11925
|
-
ScalingPolicies: NotRequired[
|
|
12477
|
+
ScalingPolicies: NotRequired[list[ScalingPolicyTypeDef]]
|
|
11926
12478
|
|
|
11927
12479
|
|
|
11928
12480
|
class DescribeModelOutputTypeDef(TypedDict):
|
|
11929
12481
|
ModelName: str
|
|
11930
12482
|
PrimaryContainer: ContainerDefinitionOutputTypeDef
|
|
11931
|
-
Containers:
|
|
12483
|
+
Containers: list[ContainerDefinitionOutputTypeDef]
|
|
11932
12484
|
InferenceExecutionConfig: InferenceExecutionConfigTypeDef
|
|
11933
12485
|
ExecutionRoleArn: str
|
|
11934
12486
|
VpcConfig: VpcConfigOutputTypeDef
|
|
@@ -11942,14 +12494,14 @@ class DescribeModelOutputTypeDef(TypedDict):
|
|
|
11942
12494
|
class ModelTypeDef(TypedDict):
|
|
11943
12495
|
ModelName: NotRequired[str]
|
|
11944
12496
|
PrimaryContainer: NotRequired[ContainerDefinitionOutputTypeDef]
|
|
11945
|
-
Containers: NotRequired[
|
|
12497
|
+
Containers: NotRequired[list[ContainerDefinitionOutputTypeDef]]
|
|
11946
12498
|
InferenceExecutionConfig: NotRequired[InferenceExecutionConfigTypeDef]
|
|
11947
12499
|
ExecutionRoleArn: NotRequired[str]
|
|
11948
12500
|
VpcConfig: NotRequired[VpcConfigOutputTypeDef]
|
|
11949
12501
|
CreationTime: NotRequired[datetime]
|
|
11950
12502
|
ModelArn: NotRequired[str]
|
|
11951
12503
|
EnableNetworkIsolation: NotRequired[bool]
|
|
11952
|
-
Tags: NotRequired[
|
|
12504
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
11953
12505
|
DeploymentRecommendation: NotRequired[DeploymentRecommendationTypeDef]
|
|
11954
12506
|
|
|
11955
12507
|
|
|
@@ -11960,20 +12512,20 @@ ContainerDefinitionUnionTypeDef = Union[
|
|
|
11960
12512
|
|
|
11961
12513
|
class AdditionalInferenceSpecificationDefinitionOutputTypeDef(TypedDict):
|
|
11962
12514
|
Name: str
|
|
11963
|
-
Containers:
|
|
12515
|
+
Containers: list[ModelPackageContainerDefinitionOutputTypeDef]
|
|
11964
12516
|
Description: NotRequired[str]
|
|
11965
|
-
SupportedTransformInstanceTypes: NotRequired[
|
|
11966
|
-
SupportedRealtimeInferenceInstanceTypes: NotRequired[
|
|
11967
|
-
SupportedContentTypes: NotRequired[
|
|
11968
|
-
SupportedResponseMIMETypes: NotRequired[
|
|
12517
|
+
SupportedTransformInstanceTypes: NotRequired[list[TransformInstanceTypeType]]
|
|
12518
|
+
SupportedRealtimeInferenceInstanceTypes: NotRequired[list[ProductionVariantInstanceTypeType]]
|
|
12519
|
+
SupportedContentTypes: NotRequired[list[str]]
|
|
12520
|
+
SupportedResponseMIMETypes: NotRequired[list[str]]
|
|
11969
12521
|
|
|
11970
12522
|
|
|
11971
12523
|
class InferenceSpecificationOutputTypeDef(TypedDict):
|
|
11972
|
-
Containers:
|
|
11973
|
-
SupportedTransformInstanceTypes: NotRequired[
|
|
11974
|
-
SupportedRealtimeInferenceInstanceTypes: NotRequired[
|
|
11975
|
-
SupportedContentTypes: NotRequired[
|
|
11976
|
-
SupportedResponseMIMETypes: NotRequired[
|
|
12524
|
+
Containers: list[ModelPackageContainerDefinitionOutputTypeDef]
|
|
12525
|
+
SupportedTransformInstanceTypes: NotRequired[list[TransformInstanceTypeType]]
|
|
12526
|
+
SupportedRealtimeInferenceInstanceTypes: NotRequired[list[ProductionVariantInstanceTypeType]]
|
|
12527
|
+
SupportedContentTypes: NotRequired[list[str]]
|
|
12528
|
+
SupportedResponseMIMETypes: NotRequired[list[str]]
|
|
11977
12529
|
|
|
11978
12530
|
|
|
11979
12531
|
ModelPackageContainerDefinitionUnionTypeDef = Union[
|
|
@@ -11982,7 +12534,7 @@ ModelPackageContainerDefinitionUnionTypeDef = Union[
|
|
|
11982
12534
|
|
|
11983
12535
|
|
|
11984
12536
|
class SourceAlgorithmSpecificationOutputTypeDef(TypedDict):
|
|
11985
|
-
SourceAlgorithms:
|
|
12537
|
+
SourceAlgorithms: list[SourceAlgorithmTypeDef]
|
|
11986
12538
|
|
|
11987
12539
|
|
|
11988
12540
|
class SourceAlgorithmSpecificationTypeDef(TypedDict):
|
|
@@ -12063,14 +12615,14 @@ class DescribeModelQualityJobDefinitionResponseTypeDef(TypedDict):
|
|
|
12063
12615
|
|
|
12064
12616
|
|
|
12065
12617
|
class MonitoringJobDefinitionOutputTypeDef(TypedDict):
|
|
12066
|
-
MonitoringInputs:
|
|
12618
|
+
MonitoringInputs: list[MonitoringInputOutputTypeDef]
|
|
12067
12619
|
MonitoringOutputConfig: MonitoringOutputConfigOutputTypeDef
|
|
12068
12620
|
MonitoringResources: MonitoringResourcesTypeDef
|
|
12069
12621
|
MonitoringAppSpecification: MonitoringAppSpecificationOutputTypeDef
|
|
12070
12622
|
RoleArn: str
|
|
12071
12623
|
BaselineConfig: NotRequired[MonitoringBaselineConfigTypeDef]
|
|
12072
12624
|
StoppingCondition: NotRequired[MonitoringStoppingConditionTypeDef]
|
|
12073
|
-
Environment: NotRequired[
|
|
12625
|
+
Environment: NotRequired[dict[str, str]]
|
|
12074
12626
|
NetworkConfig: NotRequired[NetworkConfigOutputTypeDef]
|
|
12075
12627
|
|
|
12076
12628
|
|
|
@@ -12358,12 +12910,12 @@ class UpdateSpaceRequestRequestTypeDef(TypedDict):
|
|
|
12358
12910
|
|
|
12359
12911
|
class AlgorithmValidationSpecificationOutputTypeDef(TypedDict):
|
|
12360
12912
|
ValidationRole: str
|
|
12361
|
-
ValidationProfiles:
|
|
12913
|
+
ValidationProfiles: list[AlgorithmValidationProfileOutputTypeDef]
|
|
12362
12914
|
|
|
12363
12915
|
|
|
12364
12916
|
class ModelPackageValidationSpecificationOutputTypeDef(TypedDict):
|
|
12365
12917
|
ValidationRole: str
|
|
12366
|
-
ValidationProfiles:
|
|
12918
|
+
ValidationProfiles: list[ModelPackageValidationProfileOutputTypeDef]
|
|
12367
12919
|
|
|
12368
12920
|
|
|
12369
12921
|
class ModelPackageValidationProfileTypeDef(TypedDict):
|
|
@@ -12383,15 +12935,15 @@ class TrialComponentTypeDef(TypedDict):
|
|
|
12383
12935
|
CreatedBy: NotRequired[UserContextTypeDef]
|
|
12384
12936
|
LastModifiedTime: NotRequired[datetime]
|
|
12385
12937
|
LastModifiedBy: NotRequired[UserContextTypeDef]
|
|
12386
|
-
Parameters: NotRequired[
|
|
12387
|
-
InputArtifacts: NotRequired[
|
|
12388
|
-
OutputArtifacts: NotRequired[
|
|
12389
|
-
Metrics: NotRequired[
|
|
12938
|
+
Parameters: NotRequired[dict[str, TrialComponentParameterValueTypeDef]]
|
|
12939
|
+
InputArtifacts: NotRequired[dict[str, TrialComponentArtifactTypeDef]]
|
|
12940
|
+
OutputArtifacts: NotRequired[dict[str, TrialComponentArtifactTypeDef]]
|
|
12941
|
+
Metrics: NotRequired[list[TrialComponentMetricSummaryTypeDef]]
|
|
12390
12942
|
MetadataProperties: NotRequired[MetadataPropertiesTypeDef]
|
|
12391
12943
|
SourceDetail: NotRequired[TrialComponentSourceDetailTypeDef]
|
|
12392
12944
|
LineageGroupArn: NotRequired[str]
|
|
12393
|
-
Tags: NotRequired[
|
|
12394
|
-
Parents: NotRequired[
|
|
12945
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
12946
|
+
Parents: NotRequired[list[ParentTypeDef]]
|
|
12395
12947
|
RunName: NotRequired[str]
|
|
12396
12948
|
|
|
12397
12949
|
|
|
@@ -12431,8 +12983,8 @@ class RecommendationJobInputConfigTypeDef(TypedDict):
|
|
|
12431
12983
|
|
|
12432
12984
|
|
|
12433
12985
|
class BatchDescribeModelPackageOutputTypeDef(TypedDict):
|
|
12434
|
-
ModelPackageSummaries:
|
|
12435
|
-
BatchDescribeModelPackageErrorMap:
|
|
12986
|
+
ModelPackageSummaries: dict[str, BatchDescribeModelPackageSummaryTypeDef]
|
|
12987
|
+
BatchDescribeModelPackageErrorMap: dict[str, BatchDescribeModelPackageErrorTypeDef]
|
|
12436
12988
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
12437
12989
|
|
|
12438
12990
|
|
|
@@ -12482,7 +13034,7 @@ class ModelDashboardMonitoringScheduleTypeDef(TypedDict):
|
|
|
12482
13034
|
LastModifiedTime: NotRequired[datetime]
|
|
12483
13035
|
MonitoringScheduleConfig: NotRequired[MonitoringScheduleConfigOutputTypeDef]
|
|
12484
13036
|
EndpointName: NotRequired[str]
|
|
12485
|
-
MonitoringAlertSummaries: NotRequired[
|
|
13037
|
+
MonitoringAlertSummaries: NotRequired[list[MonitoringAlertSummaryTypeDef]]
|
|
12486
13038
|
LastMonitoringExecutionSummary: NotRequired[MonitoringExecutionSummaryTypeDef]
|
|
12487
13039
|
BatchTransformInput: NotRequired[BatchTransformInputOutputTypeDef]
|
|
12488
13040
|
|
|
@@ -12498,7 +13050,7 @@ class MonitoringScheduleTypeDef(TypedDict):
|
|
|
12498
13050
|
MonitoringScheduleConfig: NotRequired[MonitoringScheduleConfigOutputTypeDef]
|
|
12499
13051
|
EndpointName: NotRequired[str]
|
|
12500
13052
|
LastMonitoringExecutionSummary: NotRequired[MonitoringExecutionSummaryTypeDef]
|
|
12501
|
-
Tags: NotRequired[
|
|
13053
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
12502
13054
|
|
|
12503
13055
|
|
|
12504
13056
|
class CreateDataQualityJobDefinitionRequestRequestTypeDef(TypedDict):
|
|
@@ -12652,9 +13204,9 @@ class DescribeModelPackageOutputTypeDef(TypedDict):
|
|
|
12652
13204
|
Domain: str
|
|
12653
13205
|
Task: str
|
|
12654
13206
|
SamplePayloadUrl: str
|
|
12655
|
-
CustomerMetadataProperties:
|
|
13207
|
+
CustomerMetadataProperties: dict[str, str]
|
|
12656
13208
|
DriftCheckBaselines: DriftCheckBaselinesTypeDef
|
|
12657
|
-
AdditionalInferenceSpecifications:
|
|
13209
|
+
AdditionalInferenceSpecifications: list[AdditionalInferenceSpecificationDefinitionOutputTypeDef]
|
|
12658
13210
|
SkipModelValidation: SkipModelValidationType
|
|
12659
13211
|
SourceUri: str
|
|
12660
13212
|
SecurityConfig: ModelPackageSecurityConfigTypeDef
|
|
@@ -12687,14 +13239,14 @@ class ModelPackageTypeDef(TypedDict):
|
|
|
12687
13239
|
Task: NotRequired[str]
|
|
12688
13240
|
SamplePayloadUrl: NotRequired[str]
|
|
12689
13241
|
AdditionalInferenceSpecifications: NotRequired[
|
|
12690
|
-
|
|
13242
|
+
list[AdditionalInferenceSpecificationDefinitionOutputTypeDef]
|
|
12691
13243
|
]
|
|
12692
13244
|
SourceUri: NotRequired[str]
|
|
12693
13245
|
SecurityConfig: NotRequired[ModelPackageSecurityConfigTypeDef]
|
|
12694
13246
|
ModelCard: NotRequired[ModelPackageModelCardTypeDef]
|
|
12695
13247
|
ModelLifeCycle: NotRequired[ModelLifeCycleTypeDef]
|
|
12696
|
-
Tags: NotRequired[
|
|
12697
|
-
CustomerMetadataProperties: NotRequired[
|
|
13248
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
13249
|
+
CustomerMetadataProperties: NotRequired[dict[str, str]]
|
|
12698
13250
|
DriftCheckBaselines: NotRequired[DriftCheckBaselinesTypeDef]
|
|
12699
13251
|
SkipModelValidation: NotRequired[SkipModelValidationType]
|
|
12700
13252
|
|
|
@@ -12731,9 +13283,9 @@ class CreateInferenceRecommendationsJobRequestRequestTypeDef(TypedDict):
|
|
|
12731
13283
|
|
|
12732
13284
|
class ModelDashboardModelTypeDef(TypedDict):
|
|
12733
13285
|
Model: NotRequired[ModelTypeDef]
|
|
12734
|
-
Endpoints: NotRequired[
|
|
13286
|
+
Endpoints: NotRequired[list[ModelDashboardEndpointTypeDef]]
|
|
12735
13287
|
LastBatchTransformJob: NotRequired[TransformJobTypeDef]
|
|
12736
|
-
MonitoringSchedules: NotRequired[
|
|
13288
|
+
MonitoringSchedules: NotRequired[list[ModelDashboardMonitoringScheduleTypeDef]]
|
|
12737
13289
|
ModelCard: NotRequired[ModelDashboardModelCardTypeDef]
|
|
12738
13290
|
|
|
12739
13291
|
|
|
@@ -12744,12 +13296,12 @@ class EndpointTypeDef(TypedDict):
|
|
|
12744
13296
|
EndpointStatus: EndpointStatusType
|
|
12745
13297
|
CreationTime: datetime
|
|
12746
13298
|
LastModifiedTime: datetime
|
|
12747
|
-
ProductionVariants: NotRequired[
|
|
13299
|
+
ProductionVariants: NotRequired[list[ProductionVariantSummaryTypeDef]]
|
|
12748
13300
|
DataCaptureConfig: NotRequired[DataCaptureConfigSummaryTypeDef]
|
|
12749
13301
|
FailureReason: NotRequired[str]
|
|
12750
|
-
MonitoringSchedules: NotRequired[
|
|
12751
|
-
Tags: NotRequired[
|
|
12752
|
-
ShadowProductionVariants: NotRequired[
|
|
13302
|
+
MonitoringSchedules: NotRequired[list[MonitoringScheduleTypeDef]]
|
|
13303
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
13304
|
+
ShadowProductionVariants: NotRequired[list[ProductionVariantSummaryTypeDef]]
|
|
12753
13305
|
|
|
12754
13306
|
|
|
12755
13307
|
class MonitoringJobDefinitionTypeDef(TypedDict):
|
|
@@ -12845,7 +13397,7 @@ class CreateModelPackageInputRequestTypeDef(TypedDict):
|
|
|
12845
13397
|
|
|
12846
13398
|
|
|
12847
13399
|
class SearchResponseTypeDef(TypedDict):
|
|
12848
|
-
Results:
|
|
13400
|
+
Results: list[SearchRecordTypeDef]
|
|
12849
13401
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
12850
13402
|
NextToken: NotRequired[str]
|
|
12851
13403
|
|