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,
|
|
@@ -444,6 +462,7 @@ __all__ = (
|
|
|
444
462
|
"ClusterNodeSummaryTypeDef",
|
|
445
463
|
"ClusterOrchestratorEksConfigTypeDef",
|
|
446
464
|
"ClusterOrchestratorTypeDef",
|
|
465
|
+
"ClusterSchedulerConfigSummaryTypeDef",
|
|
447
466
|
"ClusterSummaryTypeDef",
|
|
448
467
|
"CodeEditorAppImageConfigOutputTypeDef",
|
|
449
468
|
"CodeEditorAppImageConfigTypeDef",
|
|
@@ -459,6 +478,11 @@ __all__ = (
|
|
|
459
478
|
"CollectionConfigurationTypeDef",
|
|
460
479
|
"CollectionConfigurationUnionTypeDef",
|
|
461
480
|
"CompilationJobSummaryTypeDef",
|
|
481
|
+
"ComputeQuotaConfigOutputTypeDef",
|
|
482
|
+
"ComputeQuotaConfigTypeDef",
|
|
483
|
+
"ComputeQuotaResourceConfigTypeDef",
|
|
484
|
+
"ComputeQuotaSummaryTypeDef",
|
|
485
|
+
"ComputeQuotaTargetTypeDef",
|
|
462
486
|
"ConditionStepMetadataTypeDef",
|
|
463
487
|
"ContainerConfigOutputTypeDef",
|
|
464
488
|
"ContainerConfigTypeDef",
|
|
@@ -487,10 +511,14 @@ __all__ = (
|
|
|
487
511
|
"CreateAutoMLJobV2ResponseTypeDef",
|
|
488
512
|
"CreateClusterRequestRequestTypeDef",
|
|
489
513
|
"CreateClusterResponseTypeDef",
|
|
514
|
+
"CreateClusterSchedulerConfigRequestRequestTypeDef",
|
|
515
|
+
"CreateClusterSchedulerConfigResponseTypeDef",
|
|
490
516
|
"CreateCodeRepositoryInputRequestTypeDef",
|
|
491
517
|
"CreateCodeRepositoryOutputTypeDef",
|
|
492
518
|
"CreateCompilationJobRequestRequestTypeDef",
|
|
493
519
|
"CreateCompilationJobResponseTypeDef",
|
|
520
|
+
"CreateComputeQuotaRequestRequestTypeDef",
|
|
521
|
+
"CreateComputeQuotaResponseTypeDef",
|
|
494
522
|
"CreateContextRequestRequestTypeDef",
|
|
495
523
|
"CreateContextResponseTypeDef",
|
|
496
524
|
"CreateDataQualityJobDefinitionRequestRequestTypeDef",
|
|
@@ -558,6 +586,10 @@ __all__ = (
|
|
|
558
586
|
"CreateNotebookInstanceOutputTypeDef",
|
|
559
587
|
"CreateOptimizationJobRequestRequestTypeDef",
|
|
560
588
|
"CreateOptimizationJobResponseTypeDef",
|
|
589
|
+
"CreatePartnerAppPresignedUrlRequestRequestTypeDef",
|
|
590
|
+
"CreatePartnerAppPresignedUrlResponseTypeDef",
|
|
591
|
+
"CreatePartnerAppRequestRequestTypeDef",
|
|
592
|
+
"CreatePartnerAppResponseTypeDef",
|
|
561
593
|
"CreatePipelineRequestRequestTypeDef",
|
|
562
594
|
"CreatePipelineResponseTypeDef",
|
|
563
595
|
"CreatePresignedDomainUrlRequestRequestTypeDef",
|
|
@@ -576,6 +608,8 @@ __all__ = (
|
|
|
576
608
|
"CreateStudioLifecycleConfigResponseTypeDef",
|
|
577
609
|
"CreateTrainingJobRequestRequestTypeDef",
|
|
578
610
|
"CreateTrainingJobResponseTypeDef",
|
|
611
|
+
"CreateTrainingPlanRequestRequestTypeDef",
|
|
612
|
+
"CreateTrainingPlanResponseTypeDef",
|
|
579
613
|
"CreateTransformJobRequestRequestTypeDef",
|
|
580
614
|
"CreateTransformJobResponseTypeDef",
|
|
581
615
|
"CreateTrialComponentRequestRequestTypeDef",
|
|
@@ -628,8 +662,10 @@ __all__ = (
|
|
|
628
662
|
"DeleteAssociationResponseTypeDef",
|
|
629
663
|
"DeleteClusterRequestRequestTypeDef",
|
|
630
664
|
"DeleteClusterResponseTypeDef",
|
|
665
|
+
"DeleteClusterSchedulerConfigRequestRequestTypeDef",
|
|
631
666
|
"DeleteCodeRepositoryInputRequestTypeDef",
|
|
632
667
|
"DeleteCompilationJobRequestRequestTypeDef",
|
|
668
|
+
"DeleteComputeQuotaRequestRequestTypeDef",
|
|
633
669
|
"DeleteContextRequestRequestTypeDef",
|
|
634
670
|
"DeleteContextResponseTypeDef",
|
|
635
671
|
"DeleteDataQualityJobDefinitionRequestRequestTypeDef",
|
|
@@ -667,6 +703,8 @@ __all__ = (
|
|
|
667
703
|
"DeleteNotebookInstanceInputRequestTypeDef",
|
|
668
704
|
"DeleteNotebookInstanceLifecycleConfigInputRequestTypeDef",
|
|
669
705
|
"DeleteOptimizationJobRequestRequestTypeDef",
|
|
706
|
+
"DeletePartnerAppRequestRequestTypeDef",
|
|
707
|
+
"DeletePartnerAppResponseTypeDef",
|
|
670
708
|
"DeletePipelineRequestRequestTypeDef",
|
|
671
709
|
"DeletePipelineResponseTypeDef",
|
|
672
710
|
"DeleteProjectInputRequestTypeDef",
|
|
@@ -707,10 +745,14 @@ __all__ = (
|
|
|
707
745
|
"DescribeClusterNodeResponseTypeDef",
|
|
708
746
|
"DescribeClusterRequestRequestTypeDef",
|
|
709
747
|
"DescribeClusterResponseTypeDef",
|
|
748
|
+
"DescribeClusterSchedulerConfigRequestRequestTypeDef",
|
|
749
|
+
"DescribeClusterSchedulerConfigResponseTypeDef",
|
|
710
750
|
"DescribeCodeRepositoryInputRequestTypeDef",
|
|
711
751
|
"DescribeCodeRepositoryOutputTypeDef",
|
|
712
752
|
"DescribeCompilationJobRequestRequestTypeDef",
|
|
713
753
|
"DescribeCompilationJobResponseTypeDef",
|
|
754
|
+
"DescribeComputeQuotaRequestRequestTypeDef",
|
|
755
|
+
"DescribeComputeQuotaResponseTypeDef",
|
|
714
756
|
"DescribeContextRequestRequestTypeDef",
|
|
715
757
|
"DescribeContextResponseTypeDef",
|
|
716
758
|
"DescribeDataQualityJobDefinitionRequestRequestTypeDef",
|
|
@@ -727,9 +769,8 @@ __all__ = (
|
|
|
727
769
|
"DescribeEdgePackagingJobResponseTypeDef",
|
|
728
770
|
"DescribeEndpointConfigInputRequestTypeDef",
|
|
729
771
|
"DescribeEndpointConfigOutputTypeDef",
|
|
730
|
-
"DescribeEndpointInputEndpointDeletedWaitTypeDef",
|
|
731
|
-
"DescribeEndpointInputEndpointInServiceWaitTypeDef",
|
|
732
772
|
"DescribeEndpointInputRequestTypeDef",
|
|
773
|
+
"DescribeEndpointInputWaitTypeDef",
|
|
733
774
|
"DescribeEndpointOutputTypeDef",
|
|
734
775
|
"DescribeExperimentRequestRequestTypeDef",
|
|
735
776
|
"DescribeExperimentResponseTypeDef",
|
|
@@ -747,14 +788,11 @@ __all__ = (
|
|
|
747
788
|
"DescribeHumanTaskUiResponseTypeDef",
|
|
748
789
|
"DescribeHyperParameterTuningJobRequestRequestTypeDef",
|
|
749
790
|
"DescribeHyperParameterTuningJobResponseTypeDef",
|
|
750
|
-
"DescribeImageRequestImageCreatedWaitTypeDef",
|
|
751
|
-
"DescribeImageRequestImageDeletedWaitTypeDef",
|
|
752
|
-
"DescribeImageRequestImageUpdatedWaitTypeDef",
|
|
753
791
|
"DescribeImageRequestRequestTypeDef",
|
|
792
|
+
"DescribeImageRequestWaitTypeDef",
|
|
754
793
|
"DescribeImageResponseTypeDef",
|
|
755
|
-
"DescribeImageVersionRequestImageVersionCreatedWaitTypeDef",
|
|
756
|
-
"DescribeImageVersionRequestImageVersionDeletedWaitTypeDef",
|
|
757
794
|
"DescribeImageVersionRequestRequestTypeDef",
|
|
795
|
+
"DescribeImageVersionRequestWaitTypeDef",
|
|
758
796
|
"DescribeImageVersionResponseTypeDef",
|
|
759
797
|
"DescribeInferenceComponentInputRequestTypeDef",
|
|
760
798
|
"DescribeInferenceComponentOutputTypeDef",
|
|
@@ -786,23 +824,23 @@ __all__ = (
|
|
|
786
824
|
"DescribeModelQualityJobDefinitionResponseTypeDef",
|
|
787
825
|
"DescribeMonitoringScheduleRequestRequestTypeDef",
|
|
788
826
|
"DescribeMonitoringScheduleResponseTypeDef",
|
|
789
|
-
"DescribeNotebookInstanceInputNotebookInstanceDeletedWaitTypeDef",
|
|
790
|
-
"DescribeNotebookInstanceInputNotebookInstanceInServiceWaitTypeDef",
|
|
791
|
-
"DescribeNotebookInstanceInputNotebookInstanceStoppedWaitTypeDef",
|
|
792
827
|
"DescribeNotebookInstanceInputRequestTypeDef",
|
|
828
|
+
"DescribeNotebookInstanceInputWaitTypeDef",
|
|
793
829
|
"DescribeNotebookInstanceLifecycleConfigInputRequestTypeDef",
|
|
794
830
|
"DescribeNotebookInstanceLifecycleConfigOutputTypeDef",
|
|
795
831
|
"DescribeNotebookInstanceOutputTypeDef",
|
|
796
832
|
"DescribeOptimizationJobRequestRequestTypeDef",
|
|
797
833
|
"DescribeOptimizationJobResponseTypeDef",
|
|
834
|
+
"DescribePartnerAppRequestRequestTypeDef",
|
|
835
|
+
"DescribePartnerAppResponseTypeDef",
|
|
798
836
|
"DescribePipelineDefinitionForExecutionRequestRequestTypeDef",
|
|
799
837
|
"DescribePipelineDefinitionForExecutionResponseTypeDef",
|
|
800
838
|
"DescribePipelineExecutionRequestRequestTypeDef",
|
|
801
839
|
"DescribePipelineExecutionResponseTypeDef",
|
|
802
840
|
"DescribePipelineRequestRequestTypeDef",
|
|
803
841
|
"DescribePipelineResponseTypeDef",
|
|
804
|
-
"DescribeProcessingJobRequestProcessingJobCompletedOrStoppedWaitTypeDef",
|
|
805
842
|
"DescribeProcessingJobRequestRequestTypeDef",
|
|
843
|
+
"DescribeProcessingJobRequestWaitTypeDef",
|
|
806
844
|
"DescribeProcessingJobResponseTypeDef",
|
|
807
845
|
"DescribeProjectInputRequestTypeDef",
|
|
808
846
|
"DescribeProjectOutputTypeDef",
|
|
@@ -813,10 +851,12 @@ __all__ = (
|
|
|
813
851
|
"DescribeSubscribedWorkteamRequestRequestTypeDef",
|
|
814
852
|
"DescribeSubscribedWorkteamResponseTypeDef",
|
|
815
853
|
"DescribeTrainingJobRequestRequestTypeDef",
|
|
816
|
-
"
|
|
854
|
+
"DescribeTrainingJobRequestWaitTypeDef",
|
|
817
855
|
"DescribeTrainingJobResponseTypeDef",
|
|
856
|
+
"DescribeTrainingPlanRequestRequestTypeDef",
|
|
857
|
+
"DescribeTrainingPlanResponseTypeDef",
|
|
818
858
|
"DescribeTransformJobRequestRequestTypeDef",
|
|
819
|
-
"
|
|
859
|
+
"DescribeTransformJobRequestWaitTypeDef",
|
|
820
860
|
"DescribeTransformJobResponseTypeDef",
|
|
821
861
|
"DescribeTrialComponentRequestRequestTypeDef",
|
|
822
862
|
"DescribeTrialComponentResponseTypeDef",
|
|
@@ -891,6 +931,7 @@ __all__ = (
|
|
|
891
931
|
"EnvironmentParameterRangesTypeDef",
|
|
892
932
|
"EnvironmentParameterRangesUnionTypeDef",
|
|
893
933
|
"EnvironmentParameterTypeDef",
|
|
934
|
+
"ErrorInfoTypeDef",
|
|
894
935
|
"ExperimentConfigTypeDef",
|
|
895
936
|
"ExperimentSourceTypeDef",
|
|
896
937
|
"ExperimentSummaryTypeDef",
|
|
@@ -898,6 +939,8 @@ __all__ = (
|
|
|
898
939
|
"ExplainabilityTypeDef",
|
|
899
940
|
"ExplainerConfigOutputTypeDef",
|
|
900
941
|
"ExplainerConfigTypeDef",
|
|
942
|
+
"FSxLustreFileSystemConfigTypeDef",
|
|
943
|
+
"FSxLustreFileSystemTypeDef",
|
|
901
944
|
"FailStepMetadataTypeDef",
|
|
902
945
|
"FeatureDefinitionTypeDef",
|
|
903
946
|
"FeatureGroupSummaryTypeDef",
|
|
@@ -1043,79 +1086,85 @@ __all__ = (
|
|
|
1043
1086
|
"LambdaStepMetadataTypeDef",
|
|
1044
1087
|
"LastUpdateStatusTypeDef",
|
|
1045
1088
|
"LineageGroupSummaryTypeDef",
|
|
1046
|
-
"
|
|
1089
|
+
"ListActionsRequestPaginateTypeDef",
|
|
1047
1090
|
"ListActionsRequestRequestTypeDef",
|
|
1048
1091
|
"ListActionsResponseTypeDef",
|
|
1049
|
-
"
|
|
1092
|
+
"ListAlgorithmsInputPaginateTypeDef",
|
|
1050
1093
|
"ListAlgorithmsInputRequestTypeDef",
|
|
1051
1094
|
"ListAlgorithmsOutputTypeDef",
|
|
1052
|
-
"
|
|
1095
|
+
"ListAliasesRequestPaginateTypeDef",
|
|
1053
1096
|
"ListAliasesRequestRequestTypeDef",
|
|
1054
1097
|
"ListAliasesResponseTypeDef",
|
|
1055
|
-
"
|
|
1098
|
+
"ListAppImageConfigsRequestPaginateTypeDef",
|
|
1056
1099
|
"ListAppImageConfigsRequestRequestTypeDef",
|
|
1057
1100
|
"ListAppImageConfigsResponseTypeDef",
|
|
1058
|
-
"
|
|
1101
|
+
"ListAppsRequestPaginateTypeDef",
|
|
1059
1102
|
"ListAppsRequestRequestTypeDef",
|
|
1060
1103
|
"ListAppsResponseTypeDef",
|
|
1061
|
-
"
|
|
1104
|
+
"ListArtifactsRequestPaginateTypeDef",
|
|
1062
1105
|
"ListArtifactsRequestRequestTypeDef",
|
|
1063
1106
|
"ListArtifactsResponseTypeDef",
|
|
1064
|
-
"
|
|
1107
|
+
"ListAssociationsRequestPaginateTypeDef",
|
|
1065
1108
|
"ListAssociationsRequestRequestTypeDef",
|
|
1066
1109
|
"ListAssociationsResponseTypeDef",
|
|
1067
|
-
"
|
|
1110
|
+
"ListAutoMLJobsRequestPaginateTypeDef",
|
|
1068
1111
|
"ListAutoMLJobsRequestRequestTypeDef",
|
|
1069
1112
|
"ListAutoMLJobsResponseTypeDef",
|
|
1070
|
-
"
|
|
1113
|
+
"ListCandidatesForAutoMLJobRequestPaginateTypeDef",
|
|
1071
1114
|
"ListCandidatesForAutoMLJobRequestRequestTypeDef",
|
|
1072
1115
|
"ListCandidatesForAutoMLJobResponseTypeDef",
|
|
1073
|
-
"
|
|
1116
|
+
"ListClusterNodesRequestPaginateTypeDef",
|
|
1074
1117
|
"ListClusterNodesRequestRequestTypeDef",
|
|
1075
1118
|
"ListClusterNodesResponseTypeDef",
|
|
1076
|
-
"
|
|
1119
|
+
"ListClusterSchedulerConfigsRequestPaginateTypeDef",
|
|
1120
|
+
"ListClusterSchedulerConfigsRequestRequestTypeDef",
|
|
1121
|
+
"ListClusterSchedulerConfigsResponseTypeDef",
|
|
1122
|
+
"ListClustersRequestPaginateTypeDef",
|
|
1077
1123
|
"ListClustersRequestRequestTypeDef",
|
|
1078
1124
|
"ListClustersResponseTypeDef",
|
|
1079
|
-
"
|
|
1125
|
+
"ListCodeRepositoriesInputPaginateTypeDef",
|
|
1080
1126
|
"ListCodeRepositoriesInputRequestTypeDef",
|
|
1081
1127
|
"ListCodeRepositoriesOutputTypeDef",
|
|
1082
|
-
"
|
|
1128
|
+
"ListCompilationJobsRequestPaginateTypeDef",
|
|
1083
1129
|
"ListCompilationJobsRequestRequestTypeDef",
|
|
1084
1130
|
"ListCompilationJobsResponseTypeDef",
|
|
1085
|
-
"
|
|
1131
|
+
"ListComputeQuotasRequestPaginateTypeDef",
|
|
1132
|
+
"ListComputeQuotasRequestRequestTypeDef",
|
|
1133
|
+
"ListComputeQuotasResponseTypeDef",
|
|
1134
|
+
"ListContextsRequestPaginateTypeDef",
|
|
1086
1135
|
"ListContextsRequestRequestTypeDef",
|
|
1087
1136
|
"ListContextsResponseTypeDef",
|
|
1088
|
-
"
|
|
1137
|
+
"ListDataQualityJobDefinitionsRequestPaginateTypeDef",
|
|
1089
1138
|
"ListDataQualityJobDefinitionsRequestRequestTypeDef",
|
|
1090
1139
|
"ListDataQualityJobDefinitionsResponseTypeDef",
|
|
1091
|
-
"
|
|
1140
|
+
"ListDeviceFleetsRequestPaginateTypeDef",
|
|
1092
1141
|
"ListDeviceFleetsRequestRequestTypeDef",
|
|
1093
1142
|
"ListDeviceFleetsResponseTypeDef",
|
|
1094
|
-
"
|
|
1143
|
+
"ListDevicesRequestPaginateTypeDef",
|
|
1095
1144
|
"ListDevicesRequestRequestTypeDef",
|
|
1096
1145
|
"ListDevicesResponseTypeDef",
|
|
1097
|
-
"
|
|
1146
|
+
"ListDomainsRequestPaginateTypeDef",
|
|
1098
1147
|
"ListDomainsRequestRequestTypeDef",
|
|
1099
1148
|
"ListDomainsResponseTypeDef",
|
|
1100
|
-
"
|
|
1149
|
+
"ListEdgeDeploymentPlansRequestPaginateTypeDef",
|
|
1101
1150
|
"ListEdgeDeploymentPlansRequestRequestTypeDef",
|
|
1102
1151
|
"ListEdgeDeploymentPlansResponseTypeDef",
|
|
1103
|
-
"
|
|
1152
|
+
"ListEdgePackagingJobsRequestPaginateTypeDef",
|
|
1104
1153
|
"ListEdgePackagingJobsRequestRequestTypeDef",
|
|
1105
1154
|
"ListEdgePackagingJobsResponseTypeDef",
|
|
1106
|
-
"
|
|
1155
|
+
"ListEndpointConfigsInputPaginateTypeDef",
|
|
1107
1156
|
"ListEndpointConfigsInputRequestTypeDef",
|
|
1108
1157
|
"ListEndpointConfigsOutputTypeDef",
|
|
1109
|
-
"
|
|
1158
|
+
"ListEndpointsInputPaginateTypeDef",
|
|
1110
1159
|
"ListEndpointsInputRequestTypeDef",
|
|
1111
1160
|
"ListEndpointsOutputTypeDef",
|
|
1112
|
-
"
|
|
1161
|
+
"ListExperimentsRequestPaginateTypeDef",
|
|
1113
1162
|
"ListExperimentsRequestRequestTypeDef",
|
|
1114
1163
|
"ListExperimentsResponseTypeDef",
|
|
1115
|
-
"
|
|
1164
|
+
"ListFeatureGroupsRequestPaginateTypeDef",
|
|
1116
1165
|
"ListFeatureGroupsRequestRequestTypeDef",
|
|
1117
1166
|
"ListFeatureGroupsResponseTypeDef",
|
|
1118
|
-
"
|
|
1167
|
+
"ListFlowDefinitionsRequestPaginateTypeDef",
|
|
1119
1168
|
"ListFlowDefinitionsRequestRequestTypeDef",
|
|
1120
1169
|
"ListFlowDefinitionsResponseTypeDef",
|
|
1121
1170
|
"ListHubContentVersionsRequestRequestTypeDef",
|
|
@@ -1124,150 +1173,156 @@ __all__ = (
|
|
|
1124
1173
|
"ListHubContentsResponseTypeDef",
|
|
1125
1174
|
"ListHubsRequestRequestTypeDef",
|
|
1126
1175
|
"ListHubsResponseTypeDef",
|
|
1127
|
-
"
|
|
1176
|
+
"ListHumanTaskUisRequestPaginateTypeDef",
|
|
1128
1177
|
"ListHumanTaskUisRequestRequestTypeDef",
|
|
1129
1178
|
"ListHumanTaskUisResponseTypeDef",
|
|
1130
|
-
"
|
|
1179
|
+
"ListHyperParameterTuningJobsRequestPaginateTypeDef",
|
|
1131
1180
|
"ListHyperParameterTuningJobsRequestRequestTypeDef",
|
|
1132
1181
|
"ListHyperParameterTuningJobsResponseTypeDef",
|
|
1133
|
-
"
|
|
1182
|
+
"ListImageVersionsRequestPaginateTypeDef",
|
|
1134
1183
|
"ListImageVersionsRequestRequestTypeDef",
|
|
1135
1184
|
"ListImageVersionsResponseTypeDef",
|
|
1136
|
-
"
|
|
1185
|
+
"ListImagesRequestPaginateTypeDef",
|
|
1137
1186
|
"ListImagesRequestRequestTypeDef",
|
|
1138
1187
|
"ListImagesResponseTypeDef",
|
|
1139
|
-
"
|
|
1188
|
+
"ListInferenceComponentsInputPaginateTypeDef",
|
|
1140
1189
|
"ListInferenceComponentsInputRequestTypeDef",
|
|
1141
1190
|
"ListInferenceComponentsOutputTypeDef",
|
|
1142
|
-
"
|
|
1191
|
+
"ListInferenceExperimentsRequestPaginateTypeDef",
|
|
1143
1192
|
"ListInferenceExperimentsRequestRequestTypeDef",
|
|
1144
1193
|
"ListInferenceExperimentsResponseTypeDef",
|
|
1145
|
-
"
|
|
1194
|
+
"ListInferenceRecommendationsJobStepsRequestPaginateTypeDef",
|
|
1146
1195
|
"ListInferenceRecommendationsJobStepsRequestRequestTypeDef",
|
|
1147
1196
|
"ListInferenceRecommendationsJobStepsResponseTypeDef",
|
|
1148
|
-
"
|
|
1197
|
+
"ListInferenceRecommendationsJobsRequestPaginateTypeDef",
|
|
1149
1198
|
"ListInferenceRecommendationsJobsRequestRequestTypeDef",
|
|
1150
1199
|
"ListInferenceRecommendationsJobsResponseTypeDef",
|
|
1151
|
-
"
|
|
1200
|
+
"ListLabelingJobsForWorkteamRequestPaginateTypeDef",
|
|
1152
1201
|
"ListLabelingJobsForWorkteamRequestRequestTypeDef",
|
|
1153
1202
|
"ListLabelingJobsForWorkteamResponseTypeDef",
|
|
1154
|
-
"
|
|
1203
|
+
"ListLabelingJobsRequestPaginateTypeDef",
|
|
1155
1204
|
"ListLabelingJobsRequestRequestTypeDef",
|
|
1156
1205
|
"ListLabelingJobsResponseTypeDef",
|
|
1157
|
-
"
|
|
1206
|
+
"ListLineageGroupsRequestPaginateTypeDef",
|
|
1158
1207
|
"ListLineageGroupsRequestRequestTypeDef",
|
|
1159
1208
|
"ListLineageGroupsResponseTypeDef",
|
|
1160
|
-
"
|
|
1209
|
+
"ListMlflowTrackingServersRequestPaginateTypeDef",
|
|
1161
1210
|
"ListMlflowTrackingServersRequestRequestTypeDef",
|
|
1162
1211
|
"ListMlflowTrackingServersResponseTypeDef",
|
|
1163
|
-
"
|
|
1212
|
+
"ListModelBiasJobDefinitionsRequestPaginateTypeDef",
|
|
1164
1213
|
"ListModelBiasJobDefinitionsRequestRequestTypeDef",
|
|
1165
1214
|
"ListModelBiasJobDefinitionsResponseTypeDef",
|
|
1166
|
-
"
|
|
1215
|
+
"ListModelCardExportJobsRequestPaginateTypeDef",
|
|
1167
1216
|
"ListModelCardExportJobsRequestRequestTypeDef",
|
|
1168
1217
|
"ListModelCardExportJobsResponseTypeDef",
|
|
1169
|
-
"
|
|
1218
|
+
"ListModelCardVersionsRequestPaginateTypeDef",
|
|
1170
1219
|
"ListModelCardVersionsRequestRequestTypeDef",
|
|
1171
1220
|
"ListModelCardVersionsResponseTypeDef",
|
|
1172
|
-
"
|
|
1221
|
+
"ListModelCardsRequestPaginateTypeDef",
|
|
1173
1222
|
"ListModelCardsRequestRequestTypeDef",
|
|
1174
1223
|
"ListModelCardsResponseTypeDef",
|
|
1175
|
-
"
|
|
1224
|
+
"ListModelExplainabilityJobDefinitionsRequestPaginateTypeDef",
|
|
1176
1225
|
"ListModelExplainabilityJobDefinitionsRequestRequestTypeDef",
|
|
1177
1226
|
"ListModelExplainabilityJobDefinitionsResponseTypeDef",
|
|
1178
|
-
"
|
|
1227
|
+
"ListModelMetadataRequestPaginateTypeDef",
|
|
1179
1228
|
"ListModelMetadataRequestRequestTypeDef",
|
|
1180
1229
|
"ListModelMetadataResponseTypeDef",
|
|
1181
|
-
"
|
|
1230
|
+
"ListModelPackageGroupsInputPaginateTypeDef",
|
|
1182
1231
|
"ListModelPackageGroupsInputRequestTypeDef",
|
|
1183
1232
|
"ListModelPackageGroupsOutputTypeDef",
|
|
1184
|
-
"
|
|
1233
|
+
"ListModelPackagesInputPaginateTypeDef",
|
|
1185
1234
|
"ListModelPackagesInputRequestTypeDef",
|
|
1186
1235
|
"ListModelPackagesOutputTypeDef",
|
|
1187
|
-
"
|
|
1236
|
+
"ListModelQualityJobDefinitionsRequestPaginateTypeDef",
|
|
1188
1237
|
"ListModelQualityJobDefinitionsRequestRequestTypeDef",
|
|
1189
1238
|
"ListModelQualityJobDefinitionsResponseTypeDef",
|
|
1190
|
-
"
|
|
1239
|
+
"ListModelsInputPaginateTypeDef",
|
|
1191
1240
|
"ListModelsInputRequestTypeDef",
|
|
1192
1241
|
"ListModelsOutputTypeDef",
|
|
1193
|
-
"
|
|
1242
|
+
"ListMonitoringAlertHistoryRequestPaginateTypeDef",
|
|
1194
1243
|
"ListMonitoringAlertHistoryRequestRequestTypeDef",
|
|
1195
1244
|
"ListMonitoringAlertHistoryResponseTypeDef",
|
|
1196
|
-
"
|
|
1245
|
+
"ListMonitoringAlertsRequestPaginateTypeDef",
|
|
1197
1246
|
"ListMonitoringAlertsRequestRequestTypeDef",
|
|
1198
1247
|
"ListMonitoringAlertsResponseTypeDef",
|
|
1199
|
-
"
|
|
1248
|
+
"ListMonitoringExecutionsRequestPaginateTypeDef",
|
|
1200
1249
|
"ListMonitoringExecutionsRequestRequestTypeDef",
|
|
1201
1250
|
"ListMonitoringExecutionsResponseTypeDef",
|
|
1202
|
-
"
|
|
1251
|
+
"ListMonitoringSchedulesRequestPaginateTypeDef",
|
|
1203
1252
|
"ListMonitoringSchedulesRequestRequestTypeDef",
|
|
1204
1253
|
"ListMonitoringSchedulesResponseTypeDef",
|
|
1205
|
-
"
|
|
1254
|
+
"ListNotebookInstanceLifecycleConfigsInputPaginateTypeDef",
|
|
1206
1255
|
"ListNotebookInstanceLifecycleConfigsInputRequestTypeDef",
|
|
1207
1256
|
"ListNotebookInstanceLifecycleConfigsOutputTypeDef",
|
|
1208
|
-
"
|
|
1257
|
+
"ListNotebookInstancesInputPaginateTypeDef",
|
|
1209
1258
|
"ListNotebookInstancesInputRequestTypeDef",
|
|
1210
1259
|
"ListNotebookInstancesOutputTypeDef",
|
|
1211
|
-
"
|
|
1260
|
+
"ListOptimizationJobsRequestPaginateTypeDef",
|
|
1212
1261
|
"ListOptimizationJobsRequestRequestTypeDef",
|
|
1213
1262
|
"ListOptimizationJobsResponseTypeDef",
|
|
1214
|
-
"
|
|
1263
|
+
"ListPartnerAppsRequestPaginateTypeDef",
|
|
1264
|
+
"ListPartnerAppsRequestRequestTypeDef",
|
|
1265
|
+
"ListPartnerAppsResponseTypeDef",
|
|
1266
|
+
"ListPipelineExecutionStepsRequestPaginateTypeDef",
|
|
1215
1267
|
"ListPipelineExecutionStepsRequestRequestTypeDef",
|
|
1216
1268
|
"ListPipelineExecutionStepsResponseTypeDef",
|
|
1217
|
-
"
|
|
1269
|
+
"ListPipelineExecutionsRequestPaginateTypeDef",
|
|
1218
1270
|
"ListPipelineExecutionsRequestRequestTypeDef",
|
|
1219
1271
|
"ListPipelineExecutionsResponseTypeDef",
|
|
1220
|
-
"
|
|
1272
|
+
"ListPipelineParametersForExecutionRequestPaginateTypeDef",
|
|
1221
1273
|
"ListPipelineParametersForExecutionRequestRequestTypeDef",
|
|
1222
1274
|
"ListPipelineParametersForExecutionResponseTypeDef",
|
|
1223
|
-
"
|
|
1275
|
+
"ListPipelinesRequestPaginateTypeDef",
|
|
1224
1276
|
"ListPipelinesRequestRequestTypeDef",
|
|
1225
1277
|
"ListPipelinesResponseTypeDef",
|
|
1226
|
-
"
|
|
1278
|
+
"ListProcessingJobsRequestPaginateTypeDef",
|
|
1227
1279
|
"ListProcessingJobsRequestRequestTypeDef",
|
|
1228
1280
|
"ListProcessingJobsResponseTypeDef",
|
|
1229
1281
|
"ListProjectsInputRequestTypeDef",
|
|
1230
1282
|
"ListProjectsOutputTypeDef",
|
|
1231
|
-
"
|
|
1283
|
+
"ListResourceCatalogsRequestPaginateTypeDef",
|
|
1232
1284
|
"ListResourceCatalogsRequestRequestTypeDef",
|
|
1233
1285
|
"ListResourceCatalogsResponseTypeDef",
|
|
1234
|
-
"
|
|
1286
|
+
"ListSpacesRequestPaginateTypeDef",
|
|
1235
1287
|
"ListSpacesRequestRequestTypeDef",
|
|
1236
1288
|
"ListSpacesResponseTypeDef",
|
|
1237
|
-
"
|
|
1289
|
+
"ListStageDevicesRequestPaginateTypeDef",
|
|
1238
1290
|
"ListStageDevicesRequestRequestTypeDef",
|
|
1239
1291
|
"ListStageDevicesResponseTypeDef",
|
|
1240
|
-
"
|
|
1292
|
+
"ListStudioLifecycleConfigsRequestPaginateTypeDef",
|
|
1241
1293
|
"ListStudioLifecycleConfigsRequestRequestTypeDef",
|
|
1242
1294
|
"ListStudioLifecycleConfigsResponseTypeDef",
|
|
1243
|
-
"
|
|
1295
|
+
"ListSubscribedWorkteamsRequestPaginateTypeDef",
|
|
1244
1296
|
"ListSubscribedWorkteamsRequestRequestTypeDef",
|
|
1245
1297
|
"ListSubscribedWorkteamsResponseTypeDef",
|
|
1246
|
-
"
|
|
1298
|
+
"ListTagsInputPaginateTypeDef",
|
|
1247
1299
|
"ListTagsInputRequestTypeDef",
|
|
1248
1300
|
"ListTagsOutputTypeDef",
|
|
1249
|
-
"
|
|
1301
|
+
"ListTrainingJobsForHyperParameterTuningJobRequestPaginateTypeDef",
|
|
1250
1302
|
"ListTrainingJobsForHyperParameterTuningJobRequestRequestTypeDef",
|
|
1251
1303
|
"ListTrainingJobsForHyperParameterTuningJobResponseTypeDef",
|
|
1252
|
-
"
|
|
1304
|
+
"ListTrainingJobsRequestPaginateTypeDef",
|
|
1253
1305
|
"ListTrainingJobsRequestRequestTypeDef",
|
|
1254
1306
|
"ListTrainingJobsResponseTypeDef",
|
|
1255
|
-
"
|
|
1307
|
+
"ListTrainingPlansRequestPaginateTypeDef",
|
|
1308
|
+
"ListTrainingPlansRequestRequestTypeDef",
|
|
1309
|
+
"ListTrainingPlansResponseTypeDef",
|
|
1310
|
+
"ListTransformJobsRequestPaginateTypeDef",
|
|
1256
1311
|
"ListTransformJobsRequestRequestTypeDef",
|
|
1257
1312
|
"ListTransformJobsResponseTypeDef",
|
|
1258
|
-
"
|
|
1313
|
+
"ListTrialComponentsRequestPaginateTypeDef",
|
|
1259
1314
|
"ListTrialComponentsRequestRequestTypeDef",
|
|
1260
1315
|
"ListTrialComponentsResponseTypeDef",
|
|
1261
|
-
"
|
|
1316
|
+
"ListTrialsRequestPaginateTypeDef",
|
|
1262
1317
|
"ListTrialsRequestRequestTypeDef",
|
|
1263
1318
|
"ListTrialsResponseTypeDef",
|
|
1264
|
-
"
|
|
1319
|
+
"ListUserProfilesRequestPaginateTypeDef",
|
|
1265
1320
|
"ListUserProfilesRequestRequestTypeDef",
|
|
1266
1321
|
"ListUserProfilesResponseTypeDef",
|
|
1267
|
-
"
|
|
1322
|
+
"ListWorkforcesRequestPaginateTypeDef",
|
|
1268
1323
|
"ListWorkforcesRequestRequestTypeDef",
|
|
1269
1324
|
"ListWorkforcesResponseTypeDef",
|
|
1270
|
-
"
|
|
1325
|
+
"ListWorkteamsRequestPaginateTypeDef",
|
|
1271
1326
|
"ListWorkteamsRequestRequestTypeDef",
|
|
1272
1327
|
"ListWorkteamsResponseTypeDef",
|
|
1273
1328
|
"MemberDefinitionOutputTypeDef",
|
|
@@ -1441,6 +1496,10 @@ __all__ = (
|
|
|
1441
1496
|
"ParameterTypeDef",
|
|
1442
1497
|
"ParentHyperParameterTuningJobTypeDef",
|
|
1443
1498
|
"ParentTypeDef",
|
|
1499
|
+
"PartnerAppConfigOutputTypeDef",
|
|
1500
|
+
"PartnerAppConfigTypeDef",
|
|
1501
|
+
"PartnerAppMaintenanceConfigTypeDef",
|
|
1502
|
+
"PartnerAppSummaryTypeDef",
|
|
1444
1503
|
"PendingDeploymentSummaryTypeDef",
|
|
1445
1504
|
"PendingProductionVariantSummaryTypeDef",
|
|
1446
1505
|
"PhaseTypeDef",
|
|
@@ -1453,6 +1512,7 @@ __all__ = (
|
|
|
1453
1512
|
"PipelineSummaryTypeDef",
|
|
1454
1513
|
"PipelineTypeDef",
|
|
1455
1514
|
"PredefinedMetricSpecificationTypeDef",
|
|
1515
|
+
"PriorityClassTypeDef",
|
|
1456
1516
|
"ProcessingClusterConfigTypeDef",
|
|
1457
1517
|
"ProcessingFeatureStoreOutputTypeDef",
|
|
1458
1518
|
"ProcessingInputTypeDef",
|
|
@@ -1529,6 +1589,8 @@ __all__ = (
|
|
|
1529
1589
|
"RenderableTaskTypeDef",
|
|
1530
1590
|
"RenderingErrorTypeDef",
|
|
1531
1591
|
"RepositoryAuthConfigTypeDef",
|
|
1592
|
+
"ReservedCapacityOfferingTypeDef",
|
|
1593
|
+
"ReservedCapacitySummaryTypeDef",
|
|
1532
1594
|
"ResolvedAttributesTypeDef",
|
|
1533
1595
|
"ResourceCatalogTypeDef",
|
|
1534
1596
|
"ResourceConfigForUpdateTypeDef",
|
|
@@ -1536,6 +1598,7 @@ __all__ = (
|
|
|
1536
1598
|
"ResourceConfigTypeDef",
|
|
1537
1599
|
"ResourceConfigUnionTypeDef",
|
|
1538
1600
|
"ResourceLimitsTypeDef",
|
|
1601
|
+
"ResourceSharingConfigTypeDef",
|
|
1539
1602
|
"ResourceSpecTypeDef",
|
|
1540
1603
|
"ResponseMetadataTypeDef",
|
|
1541
1604
|
"RetentionPolicyTypeDef",
|
|
@@ -1553,12 +1616,16 @@ __all__ = (
|
|
|
1553
1616
|
"ScalingPolicyObjectiveTypeDef",
|
|
1554
1617
|
"ScalingPolicyTypeDef",
|
|
1555
1618
|
"ScheduleConfigTypeDef",
|
|
1619
|
+
"SchedulerConfigOutputTypeDef",
|
|
1620
|
+
"SchedulerConfigTypeDef",
|
|
1556
1621
|
"SearchExpressionPaginatorTypeDef",
|
|
1557
1622
|
"SearchExpressionTypeDef",
|
|
1558
1623
|
"SearchRecordTypeDef",
|
|
1624
|
+
"SearchRequestPaginateTypeDef",
|
|
1559
1625
|
"SearchRequestRequestTypeDef",
|
|
1560
|
-
"SearchRequestSearchPaginateTypeDef",
|
|
1561
1626
|
"SearchResponseTypeDef",
|
|
1627
|
+
"SearchTrainingPlanOfferingsRequestRequestTypeDef",
|
|
1628
|
+
"SearchTrainingPlanOfferingsResponseTypeDef",
|
|
1562
1629
|
"SecondaryStatusTransitionTypeDef",
|
|
1563
1630
|
"SelectedStepTypeDef",
|
|
1564
1631
|
"SelectiveExecutionConfigOutputTypeDef",
|
|
@@ -1673,6 +1740,9 @@ __all__ = (
|
|
|
1673
1740
|
"TrainingJobStepMetadataTypeDef",
|
|
1674
1741
|
"TrainingJobSummaryTypeDef",
|
|
1675
1742
|
"TrainingJobTypeDef",
|
|
1743
|
+
"TrainingPlanFilterTypeDef",
|
|
1744
|
+
"TrainingPlanOfferingTypeDef",
|
|
1745
|
+
"TrainingPlanSummaryTypeDef",
|
|
1676
1746
|
"TrainingRepositoryAuthConfigTypeDef",
|
|
1677
1747
|
"TrainingSpecificationOutputTypeDef",
|
|
1678
1748
|
"TrainingSpecificationTypeDef",
|
|
@@ -1714,10 +1784,14 @@ __all__ = (
|
|
|
1714
1784
|
"UpdateArtifactResponseTypeDef",
|
|
1715
1785
|
"UpdateClusterRequestRequestTypeDef",
|
|
1716
1786
|
"UpdateClusterResponseTypeDef",
|
|
1787
|
+
"UpdateClusterSchedulerConfigRequestRequestTypeDef",
|
|
1788
|
+
"UpdateClusterSchedulerConfigResponseTypeDef",
|
|
1717
1789
|
"UpdateClusterSoftwareRequestRequestTypeDef",
|
|
1718
1790
|
"UpdateClusterSoftwareResponseTypeDef",
|
|
1719
1791
|
"UpdateCodeRepositoryInputRequestTypeDef",
|
|
1720
1792
|
"UpdateCodeRepositoryOutputTypeDef",
|
|
1793
|
+
"UpdateComputeQuotaRequestRequestTypeDef",
|
|
1794
|
+
"UpdateComputeQuotaResponseTypeDef",
|
|
1721
1795
|
"UpdateContextRequestRequestTypeDef",
|
|
1722
1796
|
"UpdateContextResponseTypeDef",
|
|
1723
1797
|
"UpdateDeviceFleetRequestRequestTypeDef",
|
|
@@ -1757,6 +1831,8 @@ __all__ = (
|
|
|
1757
1831
|
"UpdateMonitoringScheduleResponseTypeDef",
|
|
1758
1832
|
"UpdateNotebookInstanceInputRequestTypeDef",
|
|
1759
1833
|
"UpdateNotebookInstanceLifecycleConfigInputRequestTypeDef",
|
|
1834
|
+
"UpdatePartnerAppRequestRequestTypeDef",
|
|
1835
|
+
"UpdatePartnerAppResponseTypeDef",
|
|
1760
1836
|
"UpdatePipelineExecutionRequestRequestTypeDef",
|
|
1761
1837
|
"UpdatePipelineExecutionResponseTypeDef",
|
|
1762
1838
|
"UpdatePipelineRequestRequestTypeDef",
|
|
@@ -1811,7 +1887,7 @@ class AddAssociationRequestRequestTypeDef(TypedDict):
|
|
|
1811
1887
|
class ResponseMetadataTypeDef(TypedDict):
|
|
1812
1888
|
RequestId: str
|
|
1813
1889
|
HTTPStatusCode: int
|
|
1814
|
-
HTTPHeaders:
|
|
1890
|
+
HTTPHeaders: dict[str, str]
|
|
1815
1891
|
RetryAttempts: int
|
|
1816
1892
|
HostId: NotRequired[str]
|
|
1817
1893
|
|
|
@@ -1869,8 +1945,8 @@ class IdleSettingsTypeDef(TypedDict):
|
|
|
1869
1945
|
|
|
1870
1946
|
class AppSpecificationOutputTypeDef(TypedDict):
|
|
1871
1947
|
ImageUri: str
|
|
1872
|
-
ContainerEntrypoint: NotRequired[
|
|
1873
|
-
ContainerArguments: NotRequired[
|
|
1948
|
+
ContainerEntrypoint: NotRequired[list[str]]
|
|
1949
|
+
ContainerArguments: NotRequired[list[str]]
|
|
1874
1950
|
|
|
1875
1951
|
class AppSpecificationTypeDef(TypedDict):
|
|
1876
1952
|
ImageUri: str
|
|
@@ -1891,7 +1967,7 @@ class AsyncInferenceClientConfigTypeDef(TypedDict):
|
|
|
1891
1967
|
class AsyncInferenceNotificationConfigOutputTypeDef(TypedDict):
|
|
1892
1968
|
SuccessTopic: NotRequired[str]
|
|
1893
1969
|
ErrorTopic: NotRequired[str]
|
|
1894
|
-
IncludeInferenceResponseIn: NotRequired[
|
|
1970
|
+
IncludeInferenceResponseIn: NotRequired[list[AsyncNotificationTopicTypesType]]
|
|
1895
1971
|
|
|
1896
1972
|
class AsyncInferenceNotificationConfigTypeDef(TypedDict):
|
|
1897
1973
|
SuccessTopic: NotRequired[str]
|
|
@@ -1909,7 +1985,7 @@ class AthenaDatasetDefinitionTypeDef(TypedDict):
|
|
|
1909
1985
|
OutputCompression: NotRequired[AthenaResultCompressionTypeType]
|
|
1910
1986
|
|
|
1911
1987
|
class AutoMLAlgorithmConfigOutputTypeDef(TypedDict):
|
|
1912
|
-
AutoMLAlgorithms:
|
|
1988
|
+
AutoMLAlgorithms: list[AutoMLAlgorithmType]
|
|
1913
1989
|
|
|
1914
1990
|
class AutoMLAlgorithmConfigTypeDef(TypedDict):
|
|
1915
1991
|
AutoMLAlgorithms: Sequence[AutoMLAlgorithmType]
|
|
@@ -1922,7 +1998,7 @@ class AutoMLCandidateStepTypeDef(TypedDict):
|
|
|
1922
1998
|
class AutoMLContainerDefinitionTypeDef(TypedDict):
|
|
1923
1999
|
Image: str
|
|
1924
2000
|
ModelDataUrl: str
|
|
1925
|
-
Environment: NotRequired[
|
|
2001
|
+
Environment: NotRequired[dict[str, str]]
|
|
1926
2002
|
|
|
1927
2003
|
FinalAutoMLJobObjectiveMetricTypeDef = TypedDict(
|
|
1928
2004
|
"FinalAutoMLJobObjectiveMetricTypeDef",
|
|
@@ -1973,8 +2049,8 @@ class TextGenerationResolvedAttributesTypeDef(TypedDict):
|
|
|
1973
2049
|
BaseModelName: NotRequired[str]
|
|
1974
2050
|
|
|
1975
2051
|
class VpcConfigOutputTypeDef(TypedDict):
|
|
1976
|
-
SecurityGroupIds:
|
|
1977
|
-
Subnets:
|
|
2052
|
+
SecurityGroupIds: list[str]
|
|
2053
|
+
Subnets: list[str]
|
|
1978
2054
|
|
|
1979
2055
|
class AutoParameterTypeDef(TypedDict):
|
|
1980
2056
|
Name: str
|
|
@@ -2073,8 +2149,8 @@ CapacitySizeTypeDef = TypedDict(
|
|
|
2073
2149
|
)
|
|
2074
2150
|
|
|
2075
2151
|
class CaptureContentTypeHeaderOutputTypeDef(TypedDict):
|
|
2076
|
-
CsvContentTypes: NotRequired[
|
|
2077
|
-
JsonContentTypes: NotRequired[
|
|
2152
|
+
CsvContentTypes: NotRequired[list[str]]
|
|
2153
|
+
JsonContentTypes: NotRequired[list[str]]
|
|
2078
2154
|
|
|
2079
2155
|
class CaptureContentTypeHeaderTypeDef(TypedDict):
|
|
2080
2156
|
CsvContentTypes: NotRequired[Sequence[str]]
|
|
@@ -2085,14 +2161,14 @@ class CaptureOptionTypeDef(TypedDict):
|
|
|
2085
2161
|
|
|
2086
2162
|
class CategoricalParameterOutputTypeDef(TypedDict):
|
|
2087
2163
|
Name: str
|
|
2088
|
-
Value:
|
|
2164
|
+
Value: list[str]
|
|
2089
2165
|
|
|
2090
2166
|
class CategoricalParameterRangeOutputTypeDef(TypedDict):
|
|
2091
2167
|
Name: str
|
|
2092
|
-
Values:
|
|
2168
|
+
Values: list[str]
|
|
2093
2169
|
|
|
2094
2170
|
class CategoricalParameterRangeSpecificationOutputTypeDef(TypedDict):
|
|
2095
|
-
Values:
|
|
2171
|
+
Values: list[str]
|
|
2096
2172
|
|
|
2097
2173
|
class CategoricalParameterRangeSpecificationTypeDef(TypedDict):
|
|
2098
2174
|
Values: Sequence[str]
|
|
@@ -2110,11 +2186,11 @@ class ShuffleConfigTypeDef(TypedDict):
|
|
|
2110
2186
|
|
|
2111
2187
|
class ChannelSpecificationOutputTypeDef(TypedDict):
|
|
2112
2188
|
Name: str
|
|
2113
|
-
SupportedContentTypes:
|
|
2114
|
-
SupportedInputModes:
|
|
2189
|
+
SupportedContentTypes: list[str]
|
|
2190
|
+
SupportedInputModes: list[TrainingInputModeType]
|
|
2115
2191
|
Description: NotRequired[str]
|
|
2116
2192
|
IsRequired: NotRequired[bool]
|
|
2117
|
-
SupportedCompressionTypes: NotRequired[
|
|
2193
|
+
SupportedCompressionTypes: NotRequired[list[CompressionTypeType]]
|
|
2118
2194
|
|
|
2119
2195
|
class ChannelSpecificationTypeDef(TypedDict):
|
|
2120
2196
|
Name: str
|
|
@@ -2147,9 +2223,9 @@ class ClarifyInferenceConfigOutputTypeDef(TypedDict):
|
|
|
2147
2223
|
LabelIndex: NotRequired[int]
|
|
2148
2224
|
ProbabilityAttribute: NotRequired[str]
|
|
2149
2225
|
LabelAttribute: NotRequired[str]
|
|
2150
|
-
LabelHeaders: NotRequired[
|
|
2151
|
-
FeatureHeaders: NotRequired[
|
|
2152
|
-
FeatureTypes: NotRequired[
|
|
2226
|
+
LabelHeaders: NotRequired[list[str]]
|
|
2227
|
+
FeatureHeaders: NotRequired[list[str]]
|
|
2228
|
+
FeatureTypes: NotRequired[list[ClarifyFeatureTypeType]]
|
|
2153
2229
|
|
|
2154
2230
|
class ClarifyInferenceConfigTypeDef(TypedDict):
|
|
2155
2231
|
FeaturesAttribute: NotRequired[str]
|
|
@@ -2191,16 +2267,27 @@ class ClusterInstanceStatusDetailsTypeDef(TypedDict):
|
|
|
2191
2267
|
class ClusterOrchestratorEksConfigTypeDef(TypedDict):
|
|
2192
2268
|
ClusterArn: str
|
|
2193
2269
|
|
|
2270
|
+
class ClusterSchedulerConfigSummaryTypeDef(TypedDict):
|
|
2271
|
+
ClusterSchedulerConfigArn: str
|
|
2272
|
+
ClusterSchedulerConfigId: str
|
|
2273
|
+
Name: str
|
|
2274
|
+
CreationTime: datetime
|
|
2275
|
+
Status: SchedulerResourceStatusType
|
|
2276
|
+
ClusterSchedulerConfigVersion: NotRequired[int]
|
|
2277
|
+
LastModifiedTime: NotRequired[datetime]
|
|
2278
|
+
ClusterArn: NotRequired[str]
|
|
2279
|
+
|
|
2194
2280
|
class ClusterSummaryTypeDef(TypedDict):
|
|
2195
2281
|
ClusterArn: str
|
|
2196
2282
|
ClusterName: str
|
|
2197
2283
|
CreationTime: datetime
|
|
2198
2284
|
ClusterStatus: ClusterStatusType
|
|
2285
|
+
TrainingPlanArns: NotRequired[list[str]]
|
|
2199
2286
|
|
|
2200
2287
|
class ContainerConfigOutputTypeDef(TypedDict):
|
|
2201
|
-
ContainerArguments: NotRequired[
|
|
2202
|
-
ContainerEntrypoint: NotRequired[
|
|
2203
|
-
ContainerEnvironmentVariables: NotRequired[
|
|
2288
|
+
ContainerArguments: NotRequired[list[str]]
|
|
2289
|
+
ContainerEntrypoint: NotRequired[list[str]]
|
|
2290
|
+
ContainerEnvironmentVariables: NotRequired[dict[str, str]]
|
|
2204
2291
|
|
|
2205
2292
|
class FileSystemConfigTypeDef(TypedDict):
|
|
2206
2293
|
MountPath: NotRequired[str]
|
|
@@ -2234,7 +2321,7 @@ class VectorConfigTypeDef(TypedDict):
|
|
|
2234
2321
|
|
|
2235
2322
|
class CollectionConfigurationOutputTypeDef(TypedDict):
|
|
2236
2323
|
CollectionName: NotRequired[str]
|
|
2237
|
-
CollectionParameters: NotRequired[
|
|
2324
|
+
CollectionParameters: NotRequired[dict[str, str]]
|
|
2238
2325
|
|
|
2239
2326
|
class CollectionConfigurationTypeDef(TypedDict):
|
|
2240
2327
|
CollectionName: NotRequired[str]
|
|
@@ -2253,6 +2340,18 @@ class CompilationJobSummaryTypeDef(TypedDict):
|
|
|
2253
2340
|
CompilationTargetPlatformAccelerator: NotRequired[TargetPlatformAcceleratorType]
|
|
2254
2341
|
LastModifiedTime: NotRequired[datetime]
|
|
2255
2342
|
|
|
2343
|
+
class ComputeQuotaResourceConfigTypeDef(TypedDict):
|
|
2344
|
+
InstanceType: ClusterInstanceTypeType
|
|
2345
|
+
Count: int
|
|
2346
|
+
|
|
2347
|
+
class ResourceSharingConfigTypeDef(TypedDict):
|
|
2348
|
+
Strategy: ResourceSharingStrategyType
|
|
2349
|
+
BorrowLimit: NotRequired[int]
|
|
2350
|
+
|
|
2351
|
+
class ComputeQuotaTargetTypeDef(TypedDict):
|
|
2352
|
+
TeamName: str
|
|
2353
|
+
FairShareWeight: NotRequired[int]
|
|
2354
|
+
|
|
2256
2355
|
class ConditionStepMetadataTypeDef(TypedDict):
|
|
2257
2356
|
Outcome: NotRequired[ConditionOutcomeType]
|
|
2258
2357
|
|
|
@@ -2429,6 +2528,18 @@ class OptimizationVpcConfigTypeDef(TypedDict):
|
|
|
2429
2528
|
SecurityGroupIds: Sequence[str]
|
|
2430
2529
|
Subnets: Sequence[str]
|
|
2431
2530
|
|
|
2531
|
+
class CreatePartnerAppPresignedUrlRequestRequestTypeDef(TypedDict):
|
|
2532
|
+
Arn: str
|
|
2533
|
+
ExpiresInSeconds: NotRequired[int]
|
|
2534
|
+
SessionExpirationDurationInSeconds: NotRequired[int]
|
|
2535
|
+
|
|
2536
|
+
class PartnerAppConfigTypeDef(TypedDict):
|
|
2537
|
+
AdminUsers: NotRequired[Sequence[str]]
|
|
2538
|
+
Arguments: NotRequired[Mapping[str, str]]
|
|
2539
|
+
|
|
2540
|
+
class PartnerAppMaintenanceConfigTypeDef(TypedDict):
|
|
2541
|
+
MaintenanceWindowStart: NotRequired[str]
|
|
2542
|
+
|
|
2432
2543
|
class ParallelismConfigurationTypeDef(TypedDict):
|
|
2433
2544
|
MaxParallelExecutionSteps: int
|
|
2434
2545
|
|
|
@@ -2557,9 +2668,16 @@ class EFSFileSystemConfigTypeDef(TypedDict):
|
|
|
2557
2668
|
FileSystemId: str
|
|
2558
2669
|
FileSystemPath: NotRequired[str]
|
|
2559
2670
|
|
|
2671
|
+
class FSxLustreFileSystemConfigTypeDef(TypedDict):
|
|
2672
|
+
FileSystemId: str
|
|
2673
|
+
FileSystemPath: NotRequired[str]
|
|
2674
|
+
|
|
2560
2675
|
class EFSFileSystemTypeDef(TypedDict):
|
|
2561
2676
|
FileSystemId: str
|
|
2562
2677
|
|
|
2678
|
+
class FSxLustreFileSystemTypeDef(TypedDict):
|
|
2679
|
+
FileSystemId: str
|
|
2680
|
+
|
|
2563
2681
|
class CustomPosixUserConfigTypeDef(TypedDict):
|
|
2564
2682
|
Uid: int
|
|
2565
2683
|
Gid: int
|
|
@@ -2583,11 +2701,11 @@ class DataCatalogConfigTypeDef(TypedDict):
|
|
|
2583
2701
|
|
|
2584
2702
|
class DataQualityAppSpecificationOutputTypeDef(TypedDict):
|
|
2585
2703
|
ImageUri: str
|
|
2586
|
-
ContainerEntrypoint: NotRequired[
|
|
2587
|
-
ContainerArguments: NotRequired[
|
|
2704
|
+
ContainerEntrypoint: NotRequired[list[str]]
|
|
2705
|
+
ContainerArguments: NotRequired[list[str]]
|
|
2588
2706
|
RecordPreprocessorSourceUri: NotRequired[str]
|
|
2589
2707
|
PostAnalyticsProcessorSourceUri: NotRequired[str]
|
|
2590
|
-
Environment: NotRequired[
|
|
2708
|
+
Environment: NotRequired[dict[str, str]]
|
|
2591
2709
|
|
|
2592
2710
|
class MonitoringConstraintsResourceTypeDef(TypedDict):
|
|
2593
2711
|
S3Uri: NotRequired[str]
|
|
@@ -2624,8 +2742,8 @@ S3DataSourceOutputTypeDef = TypedDict(
|
|
|
2624
2742
|
"S3DataType": S3DataTypeType,
|
|
2625
2743
|
"S3Uri": str,
|
|
2626
2744
|
"S3DataDistributionType": NotRequired[S3DataDistributionType],
|
|
2627
|
-
"AttributeNames": NotRequired[
|
|
2628
|
-
"InstanceGroupNames": NotRequired[
|
|
2745
|
+
"AttributeNames": NotRequired[list[str]],
|
|
2746
|
+
"InstanceGroupNames": NotRequired[list[str]],
|
|
2629
2747
|
},
|
|
2630
2748
|
)
|
|
2631
2749
|
|
|
@@ -2647,7 +2765,7 @@ class DebugRuleConfigurationOutputTypeDef(TypedDict):
|
|
|
2647
2765
|
S3OutputPath: NotRequired[str]
|
|
2648
2766
|
InstanceType: NotRequired[ProcessingInstanceTypeType]
|
|
2649
2767
|
VolumeSizeInGB: NotRequired[int]
|
|
2650
|
-
RuleParameters: NotRequired[
|
|
2768
|
+
RuleParameters: NotRequired[dict[str, str]]
|
|
2651
2769
|
|
|
2652
2770
|
class DebugRuleConfigurationTypeDef(TypedDict):
|
|
2653
2771
|
RuleConfigurationName: str
|
|
@@ -2692,12 +2810,18 @@ class DeleteAssociationRequestRequestTypeDef(TypedDict):
|
|
|
2692
2810
|
class DeleteClusterRequestRequestTypeDef(TypedDict):
|
|
2693
2811
|
ClusterName: str
|
|
2694
2812
|
|
|
2813
|
+
class DeleteClusterSchedulerConfigRequestRequestTypeDef(TypedDict):
|
|
2814
|
+
ClusterSchedulerConfigId: str
|
|
2815
|
+
|
|
2695
2816
|
class DeleteCodeRepositoryInputRequestTypeDef(TypedDict):
|
|
2696
2817
|
CodeRepositoryName: str
|
|
2697
2818
|
|
|
2698
2819
|
class DeleteCompilationJobRequestRequestTypeDef(TypedDict):
|
|
2699
2820
|
CompilationJobName: str
|
|
2700
2821
|
|
|
2822
|
+
class DeleteComputeQuotaRequestRequestTypeDef(TypedDict):
|
|
2823
|
+
ComputeQuotaId: str
|
|
2824
|
+
|
|
2701
2825
|
class DeleteContextRequestRequestTypeDef(TypedDict):
|
|
2702
2826
|
ContextName: str
|
|
2703
2827
|
|
|
@@ -2805,6 +2929,10 @@ class DeleteNotebookInstanceLifecycleConfigInputRequestTypeDef(TypedDict):
|
|
|
2805
2929
|
class DeleteOptimizationJobRequestRequestTypeDef(TypedDict):
|
|
2806
2930
|
OptimizationJobName: str
|
|
2807
2931
|
|
|
2932
|
+
class DeletePartnerAppRequestRequestTypeDef(TypedDict):
|
|
2933
|
+
Arn: str
|
|
2934
|
+
ClientToken: NotRequired[str]
|
|
2935
|
+
|
|
2808
2936
|
class DeletePipelineRequestRequestTypeDef(TypedDict):
|
|
2809
2937
|
PipelineName: str
|
|
2810
2938
|
ClientRequestToken: str
|
|
@@ -2847,12 +2975,12 @@ class DeployedImageTypeDef(TypedDict):
|
|
|
2847
2975
|
class RealTimeInferenceRecommendationTypeDef(TypedDict):
|
|
2848
2976
|
RecommendationId: str
|
|
2849
2977
|
InstanceType: ProductionVariantInstanceTypeType
|
|
2850
|
-
Environment: NotRequired[
|
|
2978
|
+
Environment: NotRequired[dict[str, str]]
|
|
2851
2979
|
|
|
2852
2980
|
class DeviceSelectionConfigOutputTypeDef(TypedDict):
|
|
2853
2981
|
DeviceSubsetType: DeviceSubsetTypeType
|
|
2854
2982
|
Percentage: NotRequired[int]
|
|
2855
|
-
DeviceNames: NotRequired[
|
|
2983
|
+
DeviceNames: NotRequired[list[str]]
|
|
2856
2984
|
DeviceNameContains: NotRequired[str]
|
|
2857
2985
|
|
|
2858
2986
|
class EdgeDeploymentConfigTypeDef(TypedDict):
|
|
@@ -2908,6 +3036,10 @@ class DescribeClusterNodeRequestRequestTypeDef(TypedDict):
|
|
|
2908
3036
|
class DescribeClusterRequestRequestTypeDef(TypedDict):
|
|
2909
3037
|
ClusterName: str
|
|
2910
3038
|
|
|
3039
|
+
class DescribeClusterSchedulerConfigRequestRequestTypeDef(TypedDict):
|
|
3040
|
+
ClusterSchedulerConfigId: str
|
|
3041
|
+
ClusterSchedulerConfigVersion: NotRequired[int]
|
|
3042
|
+
|
|
2911
3043
|
class DescribeCodeRepositoryInputRequestTypeDef(TypedDict):
|
|
2912
3044
|
CodeRepositoryName: str
|
|
2913
3045
|
|
|
@@ -2921,8 +3053,12 @@ class ModelDigestsTypeDef(TypedDict):
|
|
|
2921
3053
|
ArtifactDigest: NotRequired[str]
|
|
2922
3054
|
|
|
2923
3055
|
class NeoVpcConfigOutputTypeDef(TypedDict):
|
|
2924
|
-
SecurityGroupIds:
|
|
2925
|
-
Subnets:
|
|
3056
|
+
SecurityGroupIds: list[str]
|
|
3057
|
+
Subnets: list[str]
|
|
3058
|
+
|
|
3059
|
+
class DescribeComputeQuotaRequestRequestTypeDef(TypedDict):
|
|
3060
|
+
ComputeQuotaId: str
|
|
3061
|
+
ComputeQuotaVersion: NotRequired[int]
|
|
2926
3062
|
|
|
2927
3063
|
class DescribeContextRequestRequestTypeDef(TypedDict):
|
|
2928
3064
|
ContextName: str
|
|
@@ -2968,13 +3104,13 @@ EdgePresetDeploymentOutputTypeDef = TypedDict(
|
|
|
2968
3104
|
class DescribeEndpointConfigInputRequestTypeDef(TypedDict):
|
|
2969
3105
|
EndpointConfigName: str
|
|
2970
3106
|
|
|
3107
|
+
class DescribeEndpointInputRequestTypeDef(TypedDict):
|
|
3108
|
+
EndpointName: str
|
|
3109
|
+
|
|
2971
3110
|
class WaiterConfigTypeDef(TypedDict):
|
|
2972
3111
|
Delay: NotRequired[int]
|
|
2973
3112
|
MaxAttempts: NotRequired[int]
|
|
2974
3113
|
|
|
2975
|
-
class DescribeEndpointInputRequestTypeDef(TypedDict):
|
|
2976
|
-
EndpointName: str
|
|
2977
|
-
|
|
2978
3114
|
class DescribeExperimentRequestRequestTypeDef(TypedDict):
|
|
2979
3115
|
ExperimentName: str
|
|
2980
3116
|
|
|
@@ -3109,7 +3245,7 @@ class DescribeModelBiasJobDefinitionRequestRequestTypeDef(TypedDict):
|
|
|
3109
3245
|
class ModelBiasAppSpecificationOutputTypeDef(TypedDict):
|
|
3110
3246
|
ImageUri: str
|
|
3111
3247
|
ConfigUri: str
|
|
3112
|
-
Environment: NotRequired[
|
|
3248
|
+
Environment: NotRequired[dict[str, str]]
|
|
3113
3249
|
|
|
3114
3250
|
class DescribeModelCardExportJobRequestRequestTypeDef(TypedDict):
|
|
3115
3251
|
ModelCardExportJobArn: str
|
|
@@ -3127,7 +3263,7 @@ class DescribeModelExplainabilityJobDefinitionRequestRequestTypeDef(TypedDict):
|
|
|
3127
3263
|
class ModelExplainabilityAppSpecificationOutputTypeDef(TypedDict):
|
|
3128
3264
|
ImageUri: str
|
|
3129
3265
|
ConfigUri: str
|
|
3130
|
-
Environment: NotRequired[
|
|
3266
|
+
Environment: NotRequired[dict[str, str]]
|
|
3131
3267
|
|
|
3132
3268
|
class DescribeModelInputRequestTypeDef(TypedDict):
|
|
3133
3269
|
ModelName: str
|
|
@@ -3143,12 +3279,12 @@ class DescribeModelQualityJobDefinitionRequestRequestTypeDef(TypedDict):
|
|
|
3143
3279
|
|
|
3144
3280
|
class ModelQualityAppSpecificationOutputTypeDef(TypedDict):
|
|
3145
3281
|
ImageUri: str
|
|
3146
|
-
ContainerEntrypoint: NotRequired[
|
|
3147
|
-
ContainerArguments: NotRequired[
|
|
3282
|
+
ContainerEntrypoint: NotRequired[list[str]]
|
|
3283
|
+
ContainerArguments: NotRequired[list[str]]
|
|
3148
3284
|
RecordPreprocessorSourceUri: NotRequired[str]
|
|
3149
3285
|
PostAnalyticsProcessorSourceUri: NotRequired[str]
|
|
3150
3286
|
ProblemType: NotRequired[MonitoringProblemTypeType]
|
|
3151
|
-
Environment: NotRequired[
|
|
3287
|
+
Environment: NotRequired[dict[str, str]]
|
|
3152
3288
|
|
|
3153
3289
|
class DescribeMonitoringScheduleRequestRequestTypeDef(TypedDict):
|
|
3154
3290
|
MonitoringScheduleName: str
|
|
@@ -3178,8 +3314,19 @@ class OptimizationOutputTypeDef(TypedDict):
|
|
|
3178
3314
|
RecommendedInferenceImage: NotRequired[str]
|
|
3179
3315
|
|
|
3180
3316
|
class OptimizationVpcConfigOutputTypeDef(TypedDict):
|
|
3181
|
-
SecurityGroupIds:
|
|
3182
|
-
Subnets:
|
|
3317
|
+
SecurityGroupIds: list[str]
|
|
3318
|
+
Subnets: list[str]
|
|
3319
|
+
|
|
3320
|
+
class DescribePartnerAppRequestRequestTypeDef(TypedDict):
|
|
3321
|
+
Arn: str
|
|
3322
|
+
|
|
3323
|
+
class ErrorInfoTypeDef(TypedDict):
|
|
3324
|
+
Code: NotRequired[str]
|
|
3325
|
+
Reason: NotRequired[str]
|
|
3326
|
+
|
|
3327
|
+
class PartnerAppConfigOutputTypeDef(TypedDict):
|
|
3328
|
+
AdminUsers: NotRequired[list[str]]
|
|
3329
|
+
Arguments: NotRequired[dict[str, str]]
|
|
3183
3330
|
|
|
3184
3331
|
class DescribePipelineDefinitionForExecutionRequestRequestTypeDef(TypedDict):
|
|
3185
3332
|
PipelineExecutionArn: str
|
|
@@ -3232,7 +3379,7 @@ class MetricDataTypeDef(TypedDict):
|
|
|
3232
3379
|
class ProfilerConfigOutputTypeDef(TypedDict):
|
|
3233
3380
|
S3OutputPath: NotRequired[str]
|
|
3234
3381
|
ProfilingIntervalInMilliseconds: NotRequired[int]
|
|
3235
|
-
ProfilingParameters: NotRequired[
|
|
3382
|
+
ProfilingParameters: NotRequired[dict[str, str]]
|
|
3236
3383
|
DisableProfiler: NotRequired[bool]
|
|
3237
3384
|
|
|
3238
3385
|
class ProfilerRuleConfigurationOutputTypeDef(TypedDict):
|
|
@@ -3242,7 +3389,7 @@ class ProfilerRuleConfigurationOutputTypeDef(TypedDict):
|
|
|
3242
3389
|
S3OutputPath: NotRequired[str]
|
|
3243
3390
|
InstanceType: NotRequired[ProcessingInstanceTypeType]
|
|
3244
3391
|
VolumeSizeInGB: NotRequired[int]
|
|
3245
|
-
RuleParameters: NotRequired[
|
|
3392
|
+
RuleParameters: NotRequired[dict[str, str]]
|
|
3246
3393
|
|
|
3247
3394
|
class ProfilerRuleEvaluationStatusTypeDef(TypedDict):
|
|
3248
3395
|
RuleConfigurationName: NotRequired[str]
|
|
@@ -3262,6 +3409,20 @@ class WarmPoolStatusTypeDef(TypedDict):
|
|
|
3262
3409
|
ResourceRetainedBillableTimeInSeconds: NotRequired[int]
|
|
3263
3410
|
ReusedByJob: NotRequired[str]
|
|
3264
3411
|
|
|
3412
|
+
class DescribeTrainingPlanRequestRequestTypeDef(TypedDict):
|
|
3413
|
+
TrainingPlanName: str
|
|
3414
|
+
|
|
3415
|
+
class ReservedCapacitySummaryTypeDef(TypedDict):
|
|
3416
|
+
ReservedCapacityArn: str
|
|
3417
|
+
InstanceType: ReservedCapacityInstanceTypeType
|
|
3418
|
+
TotalInstanceCount: int
|
|
3419
|
+
Status: ReservedCapacityStatusType
|
|
3420
|
+
AvailabilityZone: NotRequired[str]
|
|
3421
|
+
DurationHours: NotRequired[int]
|
|
3422
|
+
DurationMinutes: NotRequired[int]
|
|
3423
|
+
StartTime: NotRequired[datetime]
|
|
3424
|
+
EndTime: NotRequired[datetime]
|
|
3425
|
+
|
|
3265
3426
|
class DescribeTransformJobRequestRequestTypeDef(TypedDict):
|
|
3266
3427
|
TransformJobName: str
|
|
3267
3428
|
|
|
@@ -3348,7 +3509,7 @@ class DisassociateTrialComponentRequestRequestTypeDef(TypedDict):
|
|
|
3348
3509
|
|
|
3349
3510
|
class DockerSettingsOutputTypeDef(TypedDict):
|
|
3350
3511
|
EnableDockerAccess: NotRequired[FeatureStatusType]
|
|
3351
|
-
VpcOnlyTrustedAccounts: NotRequired[
|
|
3512
|
+
VpcOnlyTrustedAccounts: NotRequired[list[str]]
|
|
3352
3513
|
|
|
3353
3514
|
class DockerSettingsTypeDef(TypedDict):
|
|
3354
3515
|
EnableDockerAccess: NotRequired[FeatureStatusType]
|
|
@@ -3411,8 +3572,8 @@ class EdgeTypeDef(TypedDict):
|
|
|
3411
3572
|
AssociationType: NotRequired[AssociationEdgeTypeType]
|
|
3412
3573
|
|
|
3413
3574
|
class EmrSettingsOutputTypeDef(TypedDict):
|
|
3414
|
-
AssumableRoleArns: NotRequired[
|
|
3415
|
-
ExecutionRoleArns: NotRequired[
|
|
3575
|
+
AssumableRoleArns: NotRequired[list[str]]
|
|
3576
|
+
ExecutionRoleArns: NotRequired[list[str]]
|
|
3416
3577
|
|
|
3417
3578
|
class EmrSettingsTypeDef(TypedDict):
|
|
3418
3579
|
AssumableRoleArns: NotRequired[Sequence[str]]
|
|
@@ -3502,7 +3663,7 @@ class GitConfigForUpdateTypeDef(TypedDict):
|
|
|
3502
3663
|
|
|
3503
3664
|
class HiddenSageMakerImageOutputTypeDef(TypedDict):
|
|
3504
3665
|
SageMakerImageName: NotRequired[Literal["sagemaker_distribution"]]
|
|
3505
|
-
VersionAliases: NotRequired[
|
|
3666
|
+
VersionAliases: NotRequired[list[str]]
|
|
3506
3667
|
|
|
3507
3668
|
class HiddenSageMakerImageTypeDef(TypedDict):
|
|
3508
3669
|
SageMakerImageName: NotRequired[Literal["sagemaker_distribution"]]
|
|
@@ -3523,7 +3684,7 @@ class HubContentInfoTypeDef(TypedDict):
|
|
|
3523
3684
|
HubContentDisplayName: NotRequired[str]
|
|
3524
3685
|
HubContentDescription: NotRequired[str]
|
|
3525
3686
|
SupportStatus: NotRequired[HubContentSupportStatusType]
|
|
3526
|
-
HubContentSearchKeywords: NotRequired[
|
|
3687
|
+
HubContentSearchKeywords: NotRequired[list[str]]
|
|
3527
3688
|
OriginalCreationTime: NotRequired[datetime]
|
|
3528
3689
|
|
|
3529
3690
|
class HubInfoTypeDef(TypedDict):
|
|
@@ -3534,7 +3695,7 @@ class HubInfoTypeDef(TypedDict):
|
|
|
3534
3695
|
LastModifiedTime: datetime
|
|
3535
3696
|
HubDisplayName: NotRequired[str]
|
|
3536
3697
|
HubDescription: NotRequired[str]
|
|
3537
|
-
HubSearchKeywords: NotRequired[
|
|
3698
|
+
HubSearchKeywords: NotRequired[list[str]]
|
|
3538
3699
|
|
|
3539
3700
|
class HumanLoopActivationConditionsConfigTypeDef(TypedDict):
|
|
3540
3701
|
HumanLoopActivationConditions: str
|
|
@@ -3681,7 +3842,7 @@ class LabelCountersForWorkteamTypeDef(TypedDict):
|
|
|
3681
3842
|
Total: NotRequired[int]
|
|
3682
3843
|
|
|
3683
3844
|
class LabelingJobDataAttributesOutputTypeDef(TypedDict):
|
|
3684
|
-
ContentClassifiers: NotRequired[
|
|
3845
|
+
ContentClassifiers: NotRequired[list[ContentClassifierType]]
|
|
3685
3846
|
|
|
3686
3847
|
class LabelingJobDataAttributesTypeDef(TypedDict):
|
|
3687
3848
|
ContentClassifiers: NotRequired[Sequence[ContentClassifierType]]
|
|
@@ -3845,7 +4006,7 @@ class NotebookInstanceSummaryTypeDef(TypedDict):
|
|
|
3845
4006
|
LastModifiedTime: NotRequired[datetime]
|
|
3846
4007
|
NotebookInstanceLifecycleConfigName: NotRequired[str]
|
|
3847
4008
|
DefaultCodeRepository: NotRequired[str]
|
|
3848
|
-
AdditionalCodeRepositories: NotRequired[
|
|
4009
|
+
AdditionalCodeRepositories: NotRequired[list[str]]
|
|
3849
4010
|
|
|
3850
4011
|
class OptimizationJobSummaryTypeDef(TypedDict):
|
|
3851
4012
|
OptimizationJobName: str
|
|
@@ -3853,11 +4014,26 @@ class OptimizationJobSummaryTypeDef(TypedDict):
|
|
|
3853
4014
|
CreationTime: datetime
|
|
3854
4015
|
OptimizationJobStatus: OptimizationJobStatusType
|
|
3855
4016
|
DeploymentInstanceType: OptimizationJobDeploymentInstanceTypeType
|
|
3856
|
-
OptimizationTypes:
|
|
4017
|
+
OptimizationTypes: list[str]
|
|
3857
4018
|
OptimizationStartTime: NotRequired[datetime]
|
|
3858
4019
|
OptimizationEndTime: NotRequired[datetime]
|
|
3859
4020
|
LastModifiedTime: NotRequired[datetime]
|
|
3860
4021
|
|
|
4022
|
+
class ListPartnerAppsRequestRequestTypeDef(TypedDict):
|
|
4023
|
+
MaxResults: NotRequired[int]
|
|
4024
|
+
NextToken: NotRequired[str]
|
|
4025
|
+
|
|
4026
|
+
PartnerAppSummaryTypeDef = TypedDict(
|
|
4027
|
+
"PartnerAppSummaryTypeDef",
|
|
4028
|
+
{
|
|
4029
|
+
"Arn": NotRequired[str],
|
|
4030
|
+
"Name": NotRequired[str],
|
|
4031
|
+
"Type": NotRequired[PartnerAppTypeType],
|
|
4032
|
+
"Status": NotRequired[PartnerAppStatusType],
|
|
4033
|
+
"CreationTime": NotRequired[datetime],
|
|
4034
|
+
},
|
|
4035
|
+
)
|
|
4036
|
+
|
|
3861
4037
|
class ListPipelineExecutionStepsRequestRequestTypeDef(TypedDict):
|
|
3862
4038
|
PipelineExecutionArn: NotRequired[str]
|
|
3863
4039
|
NextToken: NotRequired[str]
|
|
@@ -3955,6 +4131,10 @@ class ListTrainingJobsForHyperParameterTuningJobRequestRequestTypeDef(TypedDict)
|
|
|
3955
4131
|
SortBy: NotRequired[TrainingJobSortByOptionsType]
|
|
3956
4132
|
SortOrder: NotRequired[SortOrderType]
|
|
3957
4133
|
|
|
4134
|
+
class TrainingPlanFilterTypeDef(TypedDict):
|
|
4135
|
+
Name: Literal["Status"]
|
|
4136
|
+
Value: str
|
|
4137
|
+
|
|
3958
4138
|
class TransformJobSummaryTypeDef(TypedDict):
|
|
3959
4139
|
TransformJobName: str
|
|
3960
4140
|
TransformJobArn: str
|
|
@@ -3994,7 +4174,7 @@ class ListWorkteamsRequestRequestTypeDef(TypedDict):
|
|
|
3994
4174
|
MaxResults: NotRequired[int]
|
|
3995
4175
|
|
|
3996
4176
|
class OidcMemberDefinitionOutputTypeDef(TypedDict):
|
|
3997
|
-
Groups: NotRequired[
|
|
4177
|
+
Groups: NotRequired[list[str]]
|
|
3998
4178
|
|
|
3999
4179
|
class PredefinedMetricSpecificationTypeDef(TypedDict):
|
|
4000
4180
|
PredefinedMetricType: NotRequired[str]
|
|
@@ -4007,7 +4187,7 @@ class MonitoringGroundTruthS3InputTypeDef(TypedDict):
|
|
|
4007
4187
|
|
|
4008
4188
|
class ModelCompilationConfigOutputTypeDef(TypedDict):
|
|
4009
4189
|
Image: NotRequired[str]
|
|
4010
|
-
OverrideEnvironment: NotRequired[
|
|
4190
|
+
OverrideEnvironment: NotRequired[dict[str, str]]
|
|
4011
4191
|
|
|
4012
4192
|
class ModelCompilationConfigTypeDef(TypedDict):
|
|
4013
4193
|
Image: NotRequired[str]
|
|
@@ -4045,7 +4225,7 @@ class ModelPackageStatusItemTypeDef(TypedDict):
|
|
|
4045
4225
|
|
|
4046
4226
|
class ModelQuantizationConfigOutputTypeDef(TypedDict):
|
|
4047
4227
|
Image: NotRequired[str]
|
|
4048
|
-
OverrideEnvironment: NotRequired[
|
|
4228
|
+
OverrideEnvironment: NotRequired[dict[str, str]]
|
|
4049
4229
|
|
|
4050
4230
|
class ModelQuantizationConfigTypeDef(TypedDict):
|
|
4051
4231
|
Image: NotRequired[str]
|
|
@@ -4053,7 +4233,7 @@ class ModelQuantizationConfigTypeDef(TypedDict):
|
|
|
4053
4233
|
|
|
4054
4234
|
class ModelShardingConfigOutputTypeDef(TypedDict):
|
|
4055
4235
|
Image: NotRequired[str]
|
|
4056
|
-
OverrideEnvironment: NotRequired[
|
|
4236
|
+
OverrideEnvironment: NotRequired[dict[str, str]]
|
|
4057
4237
|
|
|
4058
4238
|
class ModelShardingConfigTypeDef(TypedDict):
|
|
4059
4239
|
Image: NotRequired[str]
|
|
@@ -4064,8 +4244,8 @@ class ModelStepMetadataTypeDef(TypedDict):
|
|
|
4064
4244
|
|
|
4065
4245
|
class MonitoringAppSpecificationOutputTypeDef(TypedDict):
|
|
4066
4246
|
ImageUri: str
|
|
4067
|
-
ContainerEntrypoint: NotRequired[
|
|
4068
|
-
ContainerArguments: NotRequired[
|
|
4247
|
+
ContainerEntrypoint: NotRequired[list[str]]
|
|
4248
|
+
ContainerArguments: NotRequired[list[str]]
|
|
4069
4249
|
RecordPreprocessorSourceUri: NotRequired[str]
|
|
4070
4250
|
PostAnalyticsProcessorSourceUri: NotRequired[str]
|
|
4071
4251
|
|
|
@@ -4112,7 +4292,7 @@ class OidcConfigForResponseTypeDef(TypedDict):
|
|
|
4112
4292
|
LogoutEndpoint: NotRequired[str]
|
|
4113
4293
|
JwksUri: NotRequired[str]
|
|
4114
4294
|
Scope: NotRequired[str]
|
|
4115
|
-
AuthenticationRequestExtraParams: NotRequired[
|
|
4295
|
+
AuthenticationRequestExtraParams: NotRequired[dict[str, str]]
|
|
4116
4296
|
|
|
4117
4297
|
class OidcMemberDefinitionTypeDef(TypedDict):
|
|
4118
4298
|
Groups: NotRequired[Sequence[str]]
|
|
@@ -4187,6 +4367,10 @@ class TuningJobStepMetaDataTypeDef(TypedDict):
|
|
|
4187
4367
|
class SelectiveExecutionResultTypeDef(TypedDict):
|
|
4188
4368
|
SourcePipelineExecutionArn: NotRequired[str]
|
|
4189
4369
|
|
|
4370
|
+
class PriorityClassTypeDef(TypedDict):
|
|
4371
|
+
Name: str
|
|
4372
|
+
Weight: int
|
|
4373
|
+
|
|
4190
4374
|
class ProcessingClusterConfigTypeDef(TypedDict):
|
|
4191
4375
|
InstanceCount: int
|
|
4192
4376
|
InstanceType: ProcessingInstanceTypeType
|
|
@@ -4266,15 +4450,15 @@ class RecommendationJobCompiledOutputConfigTypeDef(TypedDict):
|
|
|
4266
4450
|
|
|
4267
4451
|
class RecommendationJobPayloadConfigOutputTypeDef(TypedDict):
|
|
4268
4452
|
SamplePayloadUrl: NotRequired[str]
|
|
4269
|
-
SupportedContentTypes: NotRequired[
|
|
4453
|
+
SupportedContentTypes: NotRequired[list[str]]
|
|
4270
4454
|
|
|
4271
4455
|
class RecommendationJobResourceLimitTypeDef(TypedDict):
|
|
4272
4456
|
MaxNumberOfTests: NotRequired[int]
|
|
4273
4457
|
MaxParallelOfTests: NotRequired[int]
|
|
4274
4458
|
|
|
4275
4459
|
class RecommendationJobVpcConfigOutputTypeDef(TypedDict):
|
|
4276
|
-
SecurityGroupIds:
|
|
4277
|
-
Subnets:
|
|
4460
|
+
SecurityGroupIds: list[str]
|
|
4461
|
+
Subnets: list[str]
|
|
4278
4462
|
|
|
4279
4463
|
class RecommendationJobPayloadConfigTypeDef(TypedDict):
|
|
4280
4464
|
SamplePayloadUrl: NotRequired[str]
|
|
@@ -4294,6 +4478,15 @@ class RenderingErrorTypeDef(TypedDict):
|
|
|
4294
4478
|
Code: str
|
|
4295
4479
|
Message: str
|
|
4296
4480
|
|
|
4481
|
+
class ReservedCapacityOfferingTypeDef(TypedDict):
|
|
4482
|
+
InstanceType: ReservedCapacityInstanceTypeType
|
|
4483
|
+
InstanceCount: int
|
|
4484
|
+
AvailabilityZone: NotRequired[str]
|
|
4485
|
+
DurationHours: NotRequired[int]
|
|
4486
|
+
DurationMinutes: NotRequired[int]
|
|
4487
|
+
StartTime: NotRequired[datetime]
|
|
4488
|
+
EndTime: NotRequired[datetime]
|
|
4489
|
+
|
|
4297
4490
|
class ResourceConfigForUpdateTypeDef(TypedDict):
|
|
4298
4491
|
KeepAlivePeriodInSeconds: int
|
|
4299
4492
|
|
|
@@ -4330,7 +4523,7 @@ class SharingSettingsTypeDef(TypedDict):
|
|
|
4330
4523
|
S3KmsKeyId: NotRequired[str]
|
|
4331
4524
|
|
|
4332
4525
|
class SourceIpConfigOutputTypeDef(TypedDict):
|
|
4333
|
-
Cidrs:
|
|
4526
|
+
Cidrs: list[str]
|
|
4334
4527
|
|
|
4335
4528
|
class SpaceIdleSettingsTypeDef(TypedDict):
|
|
4336
4529
|
IdleTimeoutInMinutes: NotRequired[int]
|
|
@@ -4415,7 +4608,7 @@ class TimeSeriesConfigOutputTypeDef(TypedDict):
|
|
|
4415
4608
|
TargetAttributeName: str
|
|
4416
4609
|
TimestampAttributeName: str
|
|
4417
4610
|
ItemIdentifierAttributeName: str
|
|
4418
|
-
GroupingAttributeNames: NotRequired[
|
|
4611
|
+
GroupingAttributeNames: NotRequired[list[str]]
|
|
4419
4612
|
|
|
4420
4613
|
class TimeSeriesConfigTypeDef(TypedDict):
|
|
4421
4614
|
TargetAttributeName: str
|
|
@@ -4424,8 +4617,8 @@ class TimeSeriesConfigTypeDef(TypedDict):
|
|
|
4424
4617
|
GroupingAttributeNames: NotRequired[Sequence[str]]
|
|
4425
4618
|
|
|
4426
4619
|
class TimeSeriesTransformationsOutputTypeDef(TypedDict):
|
|
4427
|
-
Filling: NotRequired[
|
|
4428
|
-
Aggregation: NotRequired[
|
|
4620
|
+
Filling: NotRequired[dict[str, dict[FillingTypeType, str]]]
|
|
4621
|
+
Aggregation: NotRequired[dict[str, AggregationTransformationValueType]]
|
|
4429
4622
|
|
|
4430
4623
|
class TimeSeriesTransformationsTypeDef(TypedDict):
|
|
4431
4624
|
Filling: NotRequired[Mapping[str, Mapping[FillingTypeType, str]]]
|
|
@@ -4519,8 +4712,8 @@ class UpdateTrialRequestRequestTypeDef(TypedDict):
|
|
|
4519
4712
|
|
|
4520
4713
|
class WorkforceVpcConfigResponseTypeDef(TypedDict):
|
|
4521
4714
|
VpcId: str
|
|
4522
|
-
SecurityGroupIds:
|
|
4523
|
-
Subnets:
|
|
4715
|
+
SecurityGroupIds: list[str]
|
|
4716
|
+
Subnets: list[str]
|
|
4524
4717
|
VpcEndpointId: NotRequired[str]
|
|
4525
4718
|
|
|
4526
4719
|
class ActionSummaryTypeDef(TypedDict):
|
|
@@ -4574,6 +4767,11 @@ class CreateClusterResponseTypeDef(TypedDict):
|
|
|
4574
4767
|
ClusterArn: str
|
|
4575
4768
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
4576
4769
|
|
|
4770
|
+
class CreateClusterSchedulerConfigResponseTypeDef(TypedDict):
|
|
4771
|
+
ClusterSchedulerConfigArn: str
|
|
4772
|
+
ClusterSchedulerConfigId: str
|
|
4773
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
4774
|
+
|
|
4577
4775
|
class CreateCodeRepositoryOutputTypeDef(TypedDict):
|
|
4578
4776
|
CodeRepositoryArn: str
|
|
4579
4777
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -4582,6 +4780,11 @@ class CreateCompilationJobResponseTypeDef(TypedDict):
|
|
|
4582
4780
|
CompilationJobArn: str
|
|
4583
4781
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
4584
4782
|
|
|
4783
|
+
class CreateComputeQuotaResponseTypeDef(TypedDict):
|
|
4784
|
+
ComputeQuotaArn: str
|
|
4785
|
+
ComputeQuotaId: str
|
|
4786
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
4787
|
+
|
|
4585
4788
|
class CreateContextResponseTypeDef(TypedDict):
|
|
4586
4789
|
ContextArn: str
|
|
4587
4790
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -4712,6 +4915,14 @@ class CreateOptimizationJobResponseTypeDef(TypedDict):
|
|
|
4712
4915
|
OptimizationJobArn: str
|
|
4713
4916
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
4714
4917
|
|
|
4918
|
+
class CreatePartnerAppPresignedUrlResponseTypeDef(TypedDict):
|
|
4919
|
+
Url: str
|
|
4920
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
4921
|
+
|
|
4922
|
+
class CreatePartnerAppResponseTypeDef(TypedDict):
|
|
4923
|
+
Arn: str
|
|
4924
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
4925
|
+
|
|
4715
4926
|
class CreatePipelineResponseTypeDef(TypedDict):
|
|
4716
4927
|
PipelineArn: str
|
|
4717
4928
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -4749,6 +4960,10 @@ class CreateTrainingJobResponseTypeDef(TypedDict):
|
|
|
4749
4960
|
TrainingJobArn: str
|
|
4750
4961
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
4751
4962
|
|
|
4963
|
+
class CreateTrainingPlanResponseTypeDef(TypedDict):
|
|
4964
|
+
TrainingPlanArn: str
|
|
4965
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
4966
|
+
|
|
4752
4967
|
class CreateTransformJobResponseTypeDef(TypedDict):
|
|
4753
4968
|
TransformJobArn: str
|
|
4754
4969
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -4806,6 +5021,10 @@ class DeleteMlflowTrackingServerResponseTypeDef(TypedDict):
|
|
|
4806
5021
|
TrackingServerArn: str
|
|
4807
5022
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
4808
5023
|
|
|
5024
|
+
class DeletePartnerAppResponseTypeDef(TypedDict):
|
|
5025
|
+
Arn: str
|
|
5026
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
5027
|
+
|
|
4809
5028
|
class DeletePipelineResponseTypeDef(TypedDict):
|
|
4810
5029
|
PipelineArn: str
|
|
4811
5030
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -4894,7 +5113,7 @@ class ImportHubContentResponseTypeDef(TypedDict):
|
|
|
4894
5113
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
4895
5114
|
|
|
4896
5115
|
class ListAliasesResponseTypeDef(TypedDict):
|
|
4897
|
-
SageMakerImageVersionAliases:
|
|
5116
|
+
SageMakerImageVersionAliases: list[str]
|
|
4898
5117
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
4899
5118
|
NextToken: NotRequired[str]
|
|
4900
5119
|
|
|
@@ -4954,6 +5173,11 @@ class UpdateClusterResponseTypeDef(TypedDict):
|
|
|
4954
5173
|
ClusterArn: str
|
|
4955
5174
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
4956
5175
|
|
|
5176
|
+
class UpdateClusterSchedulerConfigResponseTypeDef(TypedDict):
|
|
5177
|
+
ClusterSchedulerConfigArn: str
|
|
5178
|
+
ClusterSchedulerConfigVersion: int
|
|
5179
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
5180
|
+
|
|
4957
5181
|
class UpdateClusterSoftwareResponseTypeDef(TypedDict):
|
|
4958
5182
|
ClusterArn: str
|
|
4959
5183
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -4962,6 +5186,11 @@ class UpdateCodeRepositoryOutputTypeDef(TypedDict):
|
|
|
4962
5186
|
CodeRepositoryArn: str
|
|
4963
5187
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
4964
5188
|
|
|
5189
|
+
class UpdateComputeQuotaResponseTypeDef(TypedDict):
|
|
5190
|
+
ComputeQuotaArn: str
|
|
5191
|
+
ComputeQuotaVersion: int
|
|
5192
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
5193
|
+
|
|
4965
5194
|
class UpdateContextResponseTypeDef(TypedDict):
|
|
4966
5195
|
ContextArn: str
|
|
4967
5196
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -5031,6 +5260,10 @@ class UpdateMonitoringScheduleResponseTypeDef(TypedDict):
|
|
|
5031
5260
|
MonitoringScheduleArn: str
|
|
5032
5261
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
5033
5262
|
|
|
5263
|
+
class UpdatePartnerAppResponseTypeDef(TypedDict):
|
|
5264
|
+
Arn: str
|
|
5265
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
5266
|
+
|
|
5034
5267
|
class UpdatePipelineExecutionResponseTypeDef(TypedDict):
|
|
5035
5268
|
PipelineExecutionArn: str
|
|
5036
5269
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -5068,7 +5301,7 @@ class AddTagsInputRequestTypeDef(TypedDict):
|
|
|
5068
5301
|
Tags: Sequence[TagTypeDef]
|
|
5069
5302
|
|
|
5070
5303
|
class AddTagsOutputTypeDef(TypedDict):
|
|
5071
|
-
Tags:
|
|
5304
|
+
Tags: list[TagTypeDef]
|
|
5072
5305
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
5073
5306
|
|
|
5074
5307
|
class CreateExperimentRequestRequestTypeDef(TypedDict):
|
|
@@ -5112,6 +5345,11 @@ class CreateStudioLifecycleConfigRequestRequestTypeDef(TypedDict):
|
|
|
5112
5345
|
StudioLifecycleConfigAppType: StudioLifecycleConfigAppTypeType
|
|
5113
5346
|
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
5114
5347
|
|
|
5348
|
+
class CreateTrainingPlanRequestRequestTypeDef(TypedDict):
|
|
5349
|
+
TrainingPlanName: str
|
|
5350
|
+
TrainingPlanOfferingId: str
|
|
5351
|
+
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
5352
|
+
|
|
5115
5353
|
class ImportHubContentRequestRequestTypeDef(TypedDict):
|
|
5116
5354
|
HubContentName: str
|
|
5117
5355
|
HubContentType: HubContentTypeType
|
|
@@ -5126,12 +5364,12 @@ class ImportHubContentRequestRequestTypeDef(TypedDict):
|
|
|
5126
5364
|
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
5127
5365
|
|
|
5128
5366
|
class ListTagsOutputTypeDef(TypedDict):
|
|
5129
|
-
Tags:
|
|
5367
|
+
Tags: list[TagTypeDef]
|
|
5130
5368
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
5131
5369
|
NextToken: NotRequired[str]
|
|
5132
5370
|
|
|
5133
5371
|
class AutoRollbackConfigOutputTypeDef(TypedDict):
|
|
5134
|
-
Alarms: NotRequired[
|
|
5372
|
+
Alarms: NotRequired[list[AlarmTypeDef]]
|
|
5135
5373
|
|
|
5136
5374
|
class AutoRollbackConfigTypeDef(TypedDict):
|
|
5137
5375
|
Alarms: NotRequired[Sequence[AlarmTypeDef]]
|
|
@@ -5140,7 +5378,7 @@ class HyperParameterAlgorithmSpecificationOutputTypeDef(TypedDict):
|
|
|
5140
5378
|
TrainingInputMode: TrainingInputModeType
|
|
5141
5379
|
TrainingImage: NotRequired[str]
|
|
5142
5380
|
AlgorithmName: NotRequired[str]
|
|
5143
|
-
MetricDefinitions: NotRequired[
|
|
5381
|
+
MetricDefinitions: NotRequired[list[MetricDefinitionTypeDef]]
|
|
5144
5382
|
|
|
5145
5383
|
class HyperParameterAlgorithmSpecificationTypeDef(TypedDict):
|
|
5146
5384
|
TrainingInputMode: TrainingInputModeType
|
|
@@ -5149,11 +5387,11 @@ class HyperParameterAlgorithmSpecificationTypeDef(TypedDict):
|
|
|
5149
5387
|
MetricDefinitions: NotRequired[Sequence[MetricDefinitionTypeDef]]
|
|
5150
5388
|
|
|
5151
5389
|
class AlgorithmStatusDetailsTypeDef(TypedDict):
|
|
5152
|
-
ValidationStatuses: NotRequired[
|
|
5153
|
-
ImageScanStatuses: NotRequired[
|
|
5390
|
+
ValidationStatuses: NotRequired[list[AlgorithmStatusItemTypeDef]]
|
|
5391
|
+
ImageScanStatuses: NotRequired[list[AlgorithmStatusItemTypeDef]]
|
|
5154
5392
|
|
|
5155
5393
|
class ListAlgorithmsOutputTypeDef(TypedDict):
|
|
5156
|
-
AlgorithmSummaryList:
|
|
5394
|
+
AlgorithmSummaryList: list[AlgorithmSummaryTypeDef]
|
|
5157
5395
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
5158
5396
|
NextToken: NotRequired[str]
|
|
5159
5397
|
|
|
@@ -5212,7 +5450,7 @@ class AppLifecycleManagementTypeDef(TypedDict):
|
|
|
5212
5450
|
|
|
5213
5451
|
class ArtifactSourceOutputTypeDef(TypedDict):
|
|
5214
5452
|
SourceUri: str
|
|
5215
|
-
SourceTypes: NotRequired[
|
|
5453
|
+
SourceTypes: NotRequired[list[ArtifactSourceTypeTypeDef]]
|
|
5216
5454
|
|
|
5217
5455
|
class ArtifactSourceTypeDef(TypedDict):
|
|
5218
5456
|
SourceUri: str
|
|
@@ -5230,10 +5468,10 @@ AsyncInferenceNotificationConfigUnionTypeDef = Union[
|
|
|
5230
5468
|
|
|
5231
5469
|
class AutoMLCandidateGenerationConfigOutputTypeDef(TypedDict):
|
|
5232
5470
|
FeatureSpecificationS3Uri: NotRequired[str]
|
|
5233
|
-
AlgorithmsConfig: NotRequired[
|
|
5471
|
+
AlgorithmsConfig: NotRequired[list[AutoMLAlgorithmConfigOutputTypeDef]]
|
|
5234
5472
|
|
|
5235
5473
|
class CandidateGenerationConfigOutputTypeDef(TypedDict):
|
|
5236
|
-
AlgorithmsConfig: NotRequired[
|
|
5474
|
+
AlgorithmsConfig: NotRequired[list[AutoMLAlgorithmConfigOutputTypeDef]]
|
|
5237
5475
|
|
|
5238
5476
|
AutoMLAlgorithmConfigUnionTypeDef = Union[
|
|
5239
5477
|
AutoMLAlgorithmConfigTypeDef, AutoMLAlgorithmConfigOutputTypeDef
|
|
@@ -5267,7 +5505,7 @@ class AutoMLJobSummaryTypeDef(TypedDict):
|
|
|
5267
5505
|
LastModifiedTime: datetime
|
|
5268
5506
|
EndTime: NotRequired[datetime]
|
|
5269
5507
|
FailureReason: NotRequired[str]
|
|
5270
|
-
PartialFailureReasons: NotRequired[
|
|
5508
|
+
PartialFailureReasons: NotRequired[list[AutoMLPartialFailureReasonTypeDef]]
|
|
5271
5509
|
|
|
5272
5510
|
class AutoMLProblemTypeResolvedAttributesTypeDef(TypedDict):
|
|
5273
5511
|
TabularResolvedAttributes: NotRequired[TabularResolvedAttributesTypeDef]
|
|
@@ -5293,8 +5531,8 @@ class NetworkConfigOutputTypeDef(TypedDict):
|
|
|
5293
5531
|
VpcConfig: NotRequired[VpcConfigOutputTypeDef]
|
|
5294
5532
|
|
|
5295
5533
|
class BatchDeleteClusterNodesResponseTypeDef(TypedDict):
|
|
5296
|
-
Failed:
|
|
5297
|
-
Successful:
|
|
5534
|
+
Failed: list[BatchDeleteClusterNodesErrorTypeDef]
|
|
5535
|
+
Successful: list[str]
|
|
5298
5536
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
5299
5537
|
|
|
5300
5538
|
class BiasTypeDef(TypedDict):
|
|
@@ -5324,11 +5562,11 @@ class ModelQualityTypeDef(TypedDict):
|
|
|
5324
5562
|
class CallbackStepMetadataTypeDef(TypedDict):
|
|
5325
5563
|
CallbackToken: NotRequired[str]
|
|
5326
5564
|
SqsQueueUrl: NotRequired[str]
|
|
5327
|
-
OutputParameters: NotRequired[
|
|
5565
|
+
OutputParameters: NotRequired[list[OutputParameterTypeDef]]
|
|
5328
5566
|
|
|
5329
5567
|
class LambdaStepMetadataTypeDef(TypedDict):
|
|
5330
5568
|
Arn: NotRequired[str]
|
|
5331
|
-
OutputParameters: NotRequired[
|
|
5569
|
+
OutputParameters: NotRequired[list[OutputParameterTypeDef]]
|
|
5332
5570
|
|
|
5333
5571
|
class SendPipelineExecutionStepSuccessRequestRequestTypeDef(TypedDict):
|
|
5334
5572
|
CallbackToken: str
|
|
@@ -5337,13 +5575,13 @@ class SendPipelineExecutionStepSuccessRequestRequestTypeDef(TypedDict):
|
|
|
5337
5575
|
|
|
5338
5576
|
class CandidatePropertiesTypeDef(TypedDict):
|
|
5339
5577
|
CandidateArtifactLocations: NotRequired[CandidateArtifactLocationsTypeDef]
|
|
5340
|
-
CandidateMetrics: NotRequired[
|
|
5578
|
+
CandidateMetrics: NotRequired[list[MetricDatumTypeDef]]
|
|
5341
5579
|
|
|
5342
5580
|
class CanvasAppSettingsOutputTypeDef(TypedDict):
|
|
5343
5581
|
TimeSeriesForecastingSettings: NotRequired[TimeSeriesForecastingSettingsTypeDef]
|
|
5344
5582
|
ModelRegisterSettings: NotRequired[ModelRegisterSettingsTypeDef]
|
|
5345
5583
|
WorkspaceSettings: NotRequired[WorkspaceSettingsTypeDef]
|
|
5346
|
-
IdentityProviderOAuthSettings: NotRequired[
|
|
5584
|
+
IdentityProviderOAuthSettings: NotRequired[list[IdentityProviderOAuthSettingTypeDef]]
|
|
5347
5585
|
DirectDeploySettings: NotRequired[DirectDeploySettingsTypeDef]
|
|
5348
5586
|
KendraSettings: NotRequired[KendraSettingsTypeDef]
|
|
5349
5587
|
GenerativeAiSettings: NotRequired[GenerativeAiSettingsTypeDef]
|
|
@@ -5387,13 +5625,13 @@ CaptureContentTypeHeaderUnionTypeDef = Union[
|
|
|
5387
5625
|
class DataCaptureConfigOutputTypeDef(TypedDict):
|
|
5388
5626
|
InitialSamplingPercentage: int
|
|
5389
5627
|
DestinationS3Uri: str
|
|
5390
|
-
CaptureOptions:
|
|
5628
|
+
CaptureOptions: list[CaptureOptionTypeDef]
|
|
5391
5629
|
EnableCapture: NotRequired[bool]
|
|
5392
5630
|
KmsKeyId: NotRequired[str]
|
|
5393
5631
|
CaptureContentTypeHeader: NotRequired[CaptureContentTypeHeaderOutputTypeDef]
|
|
5394
5632
|
|
|
5395
5633
|
class EnvironmentParameterRangesOutputTypeDef(TypedDict):
|
|
5396
|
-
CategoricalParameterRanges: NotRequired[
|
|
5634
|
+
CategoricalParameterRanges: NotRequired[list[CategoricalParameterOutputTypeDef]]
|
|
5397
5635
|
|
|
5398
5636
|
CategoricalParameterRangeSpecificationUnionTypeDef = Union[
|
|
5399
5637
|
CategoricalParameterRangeSpecificationTypeDef,
|
|
@@ -5432,9 +5670,14 @@ class ClusterNodeSummaryTypeDef(TypedDict):
|
|
|
5432
5670
|
class ClusterOrchestratorTypeDef(TypedDict):
|
|
5433
5671
|
Eks: ClusterOrchestratorEksConfigTypeDef
|
|
5434
5672
|
|
|
5673
|
+
class ListClusterSchedulerConfigsResponseTypeDef(TypedDict):
|
|
5674
|
+
ClusterSchedulerConfigSummaries: list[ClusterSchedulerConfigSummaryTypeDef]
|
|
5675
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
5676
|
+
NextToken: NotRequired[str]
|
|
5677
|
+
|
|
5435
5678
|
class ListClustersResponseTypeDef(TypedDict):
|
|
5436
5679
|
NextToken: str
|
|
5437
|
-
ClusterSummaries:
|
|
5680
|
+
ClusterSummaries: list[ClusterSummaryTypeDef]
|
|
5438
5681
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
5439
5682
|
|
|
5440
5683
|
class CodeEditorAppImageConfigOutputTypeDef(TypedDict):
|
|
@@ -5447,8 +5690,8 @@ class JupyterLabAppImageConfigOutputTypeDef(TypedDict):
|
|
|
5447
5690
|
|
|
5448
5691
|
class KernelGatewayAppSettingsOutputTypeDef(TypedDict):
|
|
5449
5692
|
DefaultResourceSpec: NotRequired[ResourceSpecTypeDef]
|
|
5450
|
-
CustomImages: NotRequired[
|
|
5451
|
-
LifecycleConfigArns: NotRequired[
|
|
5693
|
+
CustomImages: NotRequired[list[CustomImageTypeDef]]
|
|
5694
|
+
LifecycleConfigArns: NotRequired[list[str]]
|
|
5452
5695
|
|
|
5453
5696
|
class KernelGatewayAppSettingsTypeDef(TypedDict):
|
|
5454
5697
|
DefaultResourceSpec: NotRequired[ResourceSpecTypeDef]
|
|
@@ -5457,7 +5700,7 @@ class KernelGatewayAppSettingsTypeDef(TypedDict):
|
|
|
5457
5700
|
|
|
5458
5701
|
class RSessionAppSettingsOutputTypeDef(TypedDict):
|
|
5459
5702
|
DefaultResourceSpec: NotRequired[ResourceSpecTypeDef]
|
|
5460
|
-
CustomImages: NotRequired[
|
|
5703
|
+
CustomImages: NotRequired[list[CustomImageTypeDef]]
|
|
5461
5704
|
|
|
5462
5705
|
class RSessionAppSettingsTypeDef(TypedDict):
|
|
5463
5706
|
DefaultResourceSpec: NotRequired[ResourceSpecTypeDef]
|
|
@@ -5485,8 +5728,8 @@ class DescribeCodeRepositoryOutputTypeDef(TypedDict):
|
|
|
5485
5728
|
|
|
5486
5729
|
class JupyterServerAppSettingsOutputTypeDef(TypedDict):
|
|
5487
5730
|
DefaultResourceSpec: NotRequired[ResourceSpecTypeDef]
|
|
5488
|
-
LifecycleConfigArns: NotRequired[
|
|
5489
|
-
CodeRepositories: NotRequired[
|
|
5731
|
+
LifecycleConfigArns: NotRequired[list[str]]
|
|
5732
|
+
CodeRepositories: NotRequired[list[CodeRepositoryTypeDef]]
|
|
5490
5733
|
|
|
5491
5734
|
class JupyterServerAppSettingsTypeDef(TypedDict):
|
|
5492
5735
|
DefaultResourceSpec: NotRequired[ResourceSpecTypeDef]
|
|
@@ -5499,18 +5742,28 @@ class CollectionConfigTypeDef(TypedDict):
|
|
|
5499
5742
|
class DebugHookConfigOutputTypeDef(TypedDict):
|
|
5500
5743
|
S3OutputPath: str
|
|
5501
5744
|
LocalPath: NotRequired[str]
|
|
5502
|
-
HookParameters: NotRequired[
|
|
5503
|
-
CollectionConfigurations: NotRequired[
|
|
5745
|
+
HookParameters: NotRequired[dict[str, str]]
|
|
5746
|
+
CollectionConfigurations: NotRequired[list[CollectionConfigurationOutputTypeDef]]
|
|
5504
5747
|
|
|
5505
5748
|
CollectionConfigurationUnionTypeDef = Union[
|
|
5506
5749
|
CollectionConfigurationTypeDef, CollectionConfigurationOutputTypeDef
|
|
5507
5750
|
]
|
|
5508
5751
|
|
|
5509
5752
|
class ListCompilationJobsResponseTypeDef(TypedDict):
|
|
5510
|
-
CompilationJobSummaries:
|
|
5753
|
+
CompilationJobSummaries: list[CompilationJobSummaryTypeDef]
|
|
5511
5754
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
5512
5755
|
NextToken: NotRequired[str]
|
|
5513
5756
|
|
|
5757
|
+
class ComputeQuotaConfigOutputTypeDef(TypedDict):
|
|
5758
|
+
ComputeQuotaResources: NotRequired[list[ComputeQuotaResourceConfigTypeDef]]
|
|
5759
|
+
ResourceSharingConfig: NotRequired[ResourceSharingConfigTypeDef]
|
|
5760
|
+
PreemptTeamTasks: NotRequired[PreemptTeamTasksType]
|
|
5761
|
+
|
|
5762
|
+
class ComputeQuotaConfigTypeDef(TypedDict):
|
|
5763
|
+
ComputeQuotaResources: NotRequired[Sequence[ComputeQuotaResourceConfigTypeDef]]
|
|
5764
|
+
ResourceSharingConfig: NotRequired[ResourceSharingConfigTypeDef]
|
|
5765
|
+
PreemptTeamTasks: NotRequired[PreemptTeamTasksType]
|
|
5766
|
+
|
|
5514
5767
|
ContainerConfigUnionTypeDef = Union[ContainerConfigTypeDef, ContainerConfigOutputTypeDef]
|
|
5515
5768
|
|
|
5516
5769
|
class ContextSummaryTypeDef(TypedDict):
|
|
@@ -5602,7 +5855,7 @@ class DescribeHubResponseTypeDef(TypedDict):
|
|
|
5602
5855
|
HubArn: str
|
|
5603
5856
|
HubDisplayName: str
|
|
5604
5857
|
HubDescription: str
|
|
5605
|
-
HubSearchKeywords:
|
|
5858
|
+
HubSearchKeywords: list[str]
|
|
5606
5859
|
S3StorageConfig: HubS3StorageConfigTypeDef
|
|
5607
5860
|
HubStatus: HubStatusType
|
|
5608
5861
|
FailureReason: str
|
|
@@ -5658,7 +5911,7 @@ class DescribeNotebookInstanceOutputTypeDef(TypedDict):
|
|
|
5658
5911
|
Url: str
|
|
5659
5912
|
InstanceType: InstanceTypeType
|
|
5660
5913
|
SubnetId: str
|
|
5661
|
-
SecurityGroups:
|
|
5914
|
+
SecurityGroups: list[str]
|
|
5662
5915
|
RoleArn: str
|
|
5663
5916
|
KmsKeyId: str
|
|
5664
5917
|
NetworkInterfaceId: str
|
|
@@ -5667,9 +5920,9 @@ class DescribeNotebookInstanceOutputTypeDef(TypedDict):
|
|
|
5667
5920
|
NotebookInstanceLifecycleConfigName: str
|
|
5668
5921
|
DirectInternetAccess: DirectInternetAccessType
|
|
5669
5922
|
VolumeSizeInGB: int
|
|
5670
|
-
AcceleratorTypes:
|
|
5923
|
+
AcceleratorTypes: list[NotebookInstanceAcceleratorTypeType]
|
|
5671
5924
|
DefaultCodeRepository: str
|
|
5672
|
-
AdditionalCodeRepositories:
|
|
5925
|
+
AdditionalCodeRepositories: list[str]
|
|
5673
5926
|
RootAccess: RootAccessType
|
|
5674
5927
|
PlatformIdentifier: str
|
|
5675
5928
|
InstanceMetadataServiceConfiguration: InstanceMetadataServiceConfigurationTypeDef
|
|
@@ -5699,8 +5952,8 @@ class CreateNotebookInstanceLifecycleConfigInputRequestTypeDef(TypedDict):
|
|
|
5699
5952
|
class DescribeNotebookInstanceLifecycleConfigOutputTypeDef(TypedDict):
|
|
5700
5953
|
NotebookInstanceLifecycleConfigArn: str
|
|
5701
5954
|
NotebookInstanceLifecycleConfigName: str
|
|
5702
|
-
OnCreate:
|
|
5703
|
-
OnStart:
|
|
5955
|
+
OnCreate: list[NotebookInstanceLifecycleHookTypeDef]
|
|
5956
|
+
OnStart: list[NotebookInstanceLifecycleHookTypeDef]
|
|
5704
5957
|
LastModifiedTime: datetime
|
|
5705
5958
|
CreationTime: datetime
|
|
5706
5959
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -5710,6 +5963,31 @@ class UpdateNotebookInstanceLifecycleConfigInputRequestTypeDef(TypedDict):
|
|
|
5710
5963
|
OnCreate: NotRequired[Sequence[NotebookInstanceLifecycleHookTypeDef]]
|
|
5711
5964
|
OnStart: NotRequired[Sequence[NotebookInstanceLifecycleHookTypeDef]]
|
|
5712
5965
|
|
|
5966
|
+
CreatePartnerAppRequestRequestTypeDef = TypedDict(
|
|
5967
|
+
"CreatePartnerAppRequestRequestTypeDef",
|
|
5968
|
+
{
|
|
5969
|
+
"Name": str,
|
|
5970
|
+
"Type": PartnerAppTypeType,
|
|
5971
|
+
"ExecutionRoleArn": str,
|
|
5972
|
+
"Tier": str,
|
|
5973
|
+
"AuthType": Literal["IAM"],
|
|
5974
|
+
"MaintenanceConfig": NotRequired[PartnerAppMaintenanceConfigTypeDef],
|
|
5975
|
+
"ApplicationConfig": NotRequired[PartnerAppConfigTypeDef],
|
|
5976
|
+
"EnableIamSessionBasedIdentity": NotRequired[bool],
|
|
5977
|
+
"ClientToken": NotRequired[str],
|
|
5978
|
+
"Tags": NotRequired[Sequence[TagTypeDef]],
|
|
5979
|
+
},
|
|
5980
|
+
)
|
|
5981
|
+
|
|
5982
|
+
class UpdatePartnerAppRequestRequestTypeDef(TypedDict):
|
|
5983
|
+
Arn: str
|
|
5984
|
+
MaintenanceConfig: NotRequired[PartnerAppMaintenanceConfigTypeDef]
|
|
5985
|
+
Tier: NotRequired[str]
|
|
5986
|
+
ApplicationConfig: NotRequired[PartnerAppConfigTypeDef]
|
|
5987
|
+
EnableIamSessionBasedIdentity: NotRequired[bool]
|
|
5988
|
+
ClientToken: NotRequired[str]
|
|
5989
|
+
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
5990
|
+
|
|
5713
5991
|
class RetryPipelineExecutionRequestRequestTypeDef(TypedDict):
|
|
5714
5992
|
PipelineExecutionArn: str
|
|
5715
5993
|
ClientRequestToken: str
|
|
@@ -5820,6 +6098,17 @@ class ListClusterNodesRequestRequestTypeDef(TypedDict):
|
|
|
5820
6098
|
SortBy: NotRequired[ClusterSortByType]
|
|
5821
6099
|
SortOrder: NotRequired[SortOrderType]
|
|
5822
6100
|
|
|
6101
|
+
class ListClusterSchedulerConfigsRequestRequestTypeDef(TypedDict):
|
|
6102
|
+
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
6103
|
+
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
6104
|
+
NameContains: NotRequired[str]
|
|
6105
|
+
ClusterArn: NotRequired[str]
|
|
6106
|
+
Status: NotRequired[SchedulerResourceStatusType]
|
|
6107
|
+
SortBy: NotRequired[SortClusterSchedulerConfigByType]
|
|
6108
|
+
SortOrder: NotRequired[SortOrderType]
|
|
6109
|
+
NextToken: NotRequired[str]
|
|
6110
|
+
MaxResults: NotRequired[int]
|
|
6111
|
+
|
|
5823
6112
|
class ListClustersRequestRequestTypeDef(TypedDict):
|
|
5824
6113
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
5825
6114
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
@@ -5828,6 +6117,7 @@ class ListClustersRequestRequestTypeDef(TypedDict):
|
|
|
5828
6117
|
NextToken: NotRequired[str]
|
|
5829
6118
|
SortBy: NotRequired[ClusterSortByType]
|
|
5830
6119
|
SortOrder: NotRequired[SortOrderType]
|
|
6120
|
+
TrainingPlanArn: NotRequired[str]
|
|
5831
6121
|
|
|
5832
6122
|
class ListCodeRepositoriesInputRequestTypeDef(TypedDict):
|
|
5833
6123
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -5852,6 +6142,17 @@ class ListCompilationJobsRequestRequestTypeDef(TypedDict):
|
|
|
5852
6142
|
SortBy: NotRequired[ListCompilationJobsSortByType]
|
|
5853
6143
|
SortOrder: NotRequired[SortOrderType]
|
|
5854
6144
|
|
|
6145
|
+
class ListComputeQuotasRequestRequestTypeDef(TypedDict):
|
|
6146
|
+
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
6147
|
+
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
6148
|
+
NameContains: NotRequired[str]
|
|
6149
|
+
Status: NotRequired[SchedulerResourceStatusType]
|
|
6150
|
+
ClusterArn: NotRequired[str]
|
|
6151
|
+
SortBy: NotRequired[SortQuotaByType]
|
|
6152
|
+
SortOrder: NotRequired[SortOrderType]
|
|
6153
|
+
NextToken: NotRequired[str]
|
|
6154
|
+
MaxResults: NotRequired[int]
|
|
6155
|
+
|
|
5855
6156
|
class ListContextsRequestRequestTypeDef(TypedDict):
|
|
5856
6157
|
SourceUri: NotRequired[str]
|
|
5857
6158
|
ContextType: NotRequired[str]
|
|
@@ -6371,6 +6672,7 @@ class ListTrainingJobsRequestRequestTypeDef(TypedDict):
|
|
|
6371
6672
|
SortBy: NotRequired[SortByType]
|
|
6372
6673
|
SortOrder: NotRequired[SortOrderType]
|
|
6373
6674
|
WarmPoolStatusEquals: NotRequired[WarmPoolResourceStatusType]
|
|
6675
|
+
TrainingPlanArnEquals: NotRequired[str]
|
|
6374
6676
|
|
|
6375
6677
|
class ListTransformJobsRequestRequestTypeDef(TypedDict):
|
|
6376
6678
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -6414,6 +6716,14 @@ class QueryFiltersTypeDef(TypedDict):
|
|
|
6414
6716
|
ModifiedAfter: NotRequired[TimestampTypeDef]
|
|
6415
6717
|
Properties: NotRequired[Mapping[str, str]]
|
|
6416
6718
|
|
|
6719
|
+
class SearchTrainingPlanOfferingsRequestRequestTypeDef(TypedDict):
|
|
6720
|
+
InstanceType: ReservedCapacityInstanceTypeType
|
|
6721
|
+
InstanceCount: int
|
|
6722
|
+
TargetResources: Sequence[SageMakerResourceNameType]
|
|
6723
|
+
StartTimeAfter: NotRequired[TimestampTypeDef]
|
|
6724
|
+
EndTimeBefore: NotRequired[TimestampTypeDef]
|
|
6725
|
+
DurationHours: NotRequired[int]
|
|
6726
|
+
|
|
6417
6727
|
class CreateTrialComponentRequestRequestTypeDef(TypedDict):
|
|
6418
6728
|
TrialComponentName: str
|
|
6419
6729
|
DisplayName: NotRequired[str]
|
|
@@ -6455,9 +6765,11 @@ class UpdateWorkforceRequestRequestTypeDef(TypedDict):
|
|
|
6455
6765
|
|
|
6456
6766
|
class CustomFileSystemConfigTypeDef(TypedDict):
|
|
6457
6767
|
EFSFileSystemConfig: NotRequired[EFSFileSystemConfigTypeDef]
|
|
6768
|
+
FSxLustreFileSystemConfig: NotRequired[FSxLustreFileSystemConfigTypeDef]
|
|
6458
6769
|
|
|
6459
6770
|
class CustomFileSystemTypeDef(TypedDict):
|
|
6460
6771
|
EFSFileSystem: NotRequired[EFSFileSystemTypeDef]
|
|
6772
|
+
FSxLustreFileSystem: NotRequired[FSxLustreFileSystemTypeDef]
|
|
6461
6773
|
|
|
6462
6774
|
class ModelBiasBaselineConfigTypeDef(TypedDict):
|
|
6463
6775
|
BaseliningJobName: NotRequired[str]
|
|
@@ -6506,11 +6818,11 @@ class DeleteDomainRequestRequestTypeDef(TypedDict):
|
|
|
6506
6818
|
class InferenceComponentContainerSpecificationSummaryTypeDef(TypedDict):
|
|
6507
6819
|
DeployedImage: NotRequired[DeployedImageTypeDef]
|
|
6508
6820
|
ArtifactUrl: NotRequired[str]
|
|
6509
|
-
Environment: NotRequired[
|
|
6821
|
+
Environment: NotRequired[dict[str, str]]
|
|
6510
6822
|
|
|
6511
6823
|
class DeploymentRecommendationTypeDef(TypedDict):
|
|
6512
6824
|
RecommendationStatus: RecommendationStatusType
|
|
6513
|
-
RealTimeInferenceRecommendations: NotRequired[
|
|
6825
|
+
RealTimeInferenceRecommendations: NotRequired[list[RealTimeInferenceRecommendationTypeDef]]
|
|
6514
6826
|
|
|
6515
6827
|
class DeploymentStageStatusSummaryTypeDef(TypedDict):
|
|
6516
6828
|
StageName: str
|
|
@@ -6526,7 +6838,7 @@ class DescribeDeviceResponseTypeDef(TypedDict):
|
|
|
6526
6838
|
IotThingName: str
|
|
6527
6839
|
RegistrationTime: datetime
|
|
6528
6840
|
LatestHeartbeat: datetime
|
|
6529
|
-
Models:
|
|
6841
|
+
Models: list[EdgeModelTypeDef]
|
|
6530
6842
|
MaxModels: int
|
|
6531
6843
|
AgentVersion: str
|
|
6532
6844
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -6550,59 +6862,33 @@ class DescribeEdgePackagingJobResponseTypeDef(TypedDict):
|
|
|
6550
6862
|
PresetDeploymentOutput: EdgePresetDeploymentOutputTypeDef
|
|
6551
6863
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
6552
6864
|
|
|
6553
|
-
class
|
|
6865
|
+
class DescribeEndpointInputWaitTypeDef(TypedDict):
|
|
6554
6866
|
EndpointName: str
|
|
6555
6867
|
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
6556
6868
|
|
|
6557
|
-
class
|
|
6558
|
-
EndpointName: str
|
|
6559
|
-
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
6560
|
-
|
|
6561
|
-
class DescribeImageRequestImageCreatedWaitTypeDef(TypedDict):
|
|
6562
|
-
ImageName: str
|
|
6563
|
-
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
6564
|
-
|
|
6565
|
-
class DescribeImageRequestImageDeletedWaitTypeDef(TypedDict):
|
|
6566
|
-
ImageName: str
|
|
6567
|
-
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
6568
|
-
|
|
6569
|
-
class DescribeImageRequestImageUpdatedWaitTypeDef(TypedDict):
|
|
6869
|
+
class DescribeImageRequestWaitTypeDef(TypedDict):
|
|
6570
6870
|
ImageName: str
|
|
6571
6871
|
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
6572
6872
|
|
|
6573
|
-
class
|
|
6873
|
+
class DescribeImageVersionRequestWaitTypeDef(TypedDict):
|
|
6574
6874
|
ImageName: str
|
|
6575
6875
|
Version: NotRequired[int]
|
|
6576
6876
|
Alias: NotRequired[str]
|
|
6577
6877
|
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
6578
6878
|
|
|
6579
|
-
class
|
|
6580
|
-
ImageName: str
|
|
6581
|
-
Version: NotRequired[int]
|
|
6582
|
-
Alias: NotRequired[str]
|
|
6583
|
-
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
6584
|
-
|
|
6585
|
-
class DescribeNotebookInstanceInputNotebookInstanceDeletedWaitTypeDef(TypedDict):
|
|
6879
|
+
class DescribeNotebookInstanceInputWaitTypeDef(TypedDict):
|
|
6586
6880
|
NotebookInstanceName: str
|
|
6587
6881
|
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
6588
6882
|
|
|
6589
|
-
class
|
|
6590
|
-
NotebookInstanceName: str
|
|
6591
|
-
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
6592
|
-
|
|
6593
|
-
class DescribeNotebookInstanceInputNotebookInstanceStoppedWaitTypeDef(TypedDict):
|
|
6594
|
-
NotebookInstanceName: str
|
|
6595
|
-
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
6596
|
-
|
|
6597
|
-
class DescribeProcessingJobRequestProcessingJobCompletedOrStoppedWaitTypeDef(TypedDict):
|
|
6883
|
+
class DescribeProcessingJobRequestWaitTypeDef(TypedDict):
|
|
6598
6884
|
ProcessingJobName: str
|
|
6599
6885
|
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
6600
6886
|
|
|
6601
|
-
class
|
|
6887
|
+
class DescribeTrainingJobRequestWaitTypeDef(TypedDict):
|
|
6602
6888
|
TrainingJobName: str
|
|
6603
6889
|
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
6604
6890
|
|
|
6605
|
-
class
|
|
6891
|
+
class DescribeTransformJobRequestWaitTypeDef(TypedDict):
|
|
6606
6892
|
TransformJobName: str
|
|
6607
6893
|
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
6608
6894
|
|
|
@@ -6629,7 +6915,7 @@ class DescribeFeatureMetadataResponseTypeDef(TypedDict):
|
|
|
6629
6915
|
CreationTime: datetime
|
|
6630
6916
|
LastModifiedTime: datetime
|
|
6631
6917
|
Description: str
|
|
6632
|
-
Parameters:
|
|
6918
|
+
Parameters: list[FeatureParameterTypeDef]
|
|
6633
6919
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
6634
6920
|
|
|
6635
6921
|
class FeatureMetadataTypeDef(TypedDict):
|
|
@@ -6640,7 +6926,7 @@ class FeatureMetadataTypeDef(TypedDict):
|
|
|
6640
6926
|
CreationTime: NotRequired[datetime]
|
|
6641
6927
|
LastModifiedTime: NotRequired[datetime]
|
|
6642
6928
|
Description: NotRequired[str]
|
|
6643
|
-
Parameters: NotRequired[
|
|
6929
|
+
Parameters: NotRequired[list[FeatureParameterTypeDef]]
|
|
6644
6930
|
|
|
6645
6931
|
class UpdateFeatureMetadataRequestRequestTypeDef(TypedDict):
|
|
6646
6932
|
FeatureGroupName: str
|
|
@@ -6664,8 +6950,8 @@ class DescribeHubContentResponseTypeDef(TypedDict):
|
|
|
6664
6950
|
SageMakerPublicHubContentArn: str
|
|
6665
6951
|
ReferenceMinVersion: str
|
|
6666
6952
|
SupportStatus: HubContentSupportStatusType
|
|
6667
|
-
HubContentSearchKeywords:
|
|
6668
|
-
HubContentDependencies:
|
|
6953
|
+
HubContentSearchKeywords: list[str]
|
|
6954
|
+
HubContentDependencies: list[HubContentDependencyTypeDef]
|
|
6669
6955
|
HubContentStatus: HubContentStatusType
|
|
6670
6956
|
FailureReason: str
|
|
6671
6957
|
CreationTime: datetime
|
|
@@ -6709,16 +6995,37 @@ class DescribeModelCardExportJobResponseTypeDef(TypedDict):
|
|
|
6709
6995
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
6710
6996
|
|
|
6711
6997
|
class ListMonitoringExecutionsResponseTypeDef(TypedDict):
|
|
6712
|
-
MonitoringExecutionSummaries:
|
|
6998
|
+
MonitoringExecutionSummaries: list[MonitoringExecutionSummaryTypeDef]
|
|
6713
6999
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
6714
7000
|
NextToken: NotRequired[str]
|
|
6715
7001
|
|
|
7002
|
+
DescribePartnerAppResponseTypeDef = TypedDict(
|
|
7003
|
+
"DescribePartnerAppResponseTypeDef",
|
|
7004
|
+
{
|
|
7005
|
+
"Arn": str,
|
|
7006
|
+
"Name": str,
|
|
7007
|
+
"Type": PartnerAppTypeType,
|
|
7008
|
+
"Status": PartnerAppStatusType,
|
|
7009
|
+
"CreationTime": datetime,
|
|
7010
|
+
"ExecutionRoleArn": str,
|
|
7011
|
+
"BaseUrl": str,
|
|
7012
|
+
"MaintenanceConfig": PartnerAppMaintenanceConfigTypeDef,
|
|
7013
|
+
"Tier": str,
|
|
7014
|
+
"Version": str,
|
|
7015
|
+
"ApplicationConfig": PartnerAppConfigOutputTypeDef,
|
|
7016
|
+
"AuthType": Literal["IAM"],
|
|
7017
|
+
"EnableIamSessionBasedIdentity": bool,
|
|
7018
|
+
"Error": ErrorInfoTypeDef,
|
|
7019
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
7020
|
+
},
|
|
7021
|
+
)
|
|
7022
|
+
|
|
6716
7023
|
class DescribeSubscribedWorkteamResponseTypeDef(TypedDict):
|
|
6717
7024
|
SubscribedWorkteam: SubscribedWorkteamTypeDef
|
|
6718
7025
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
6719
7026
|
|
|
6720
7027
|
class ListSubscribedWorkteamsResponseTypeDef(TypedDict):
|
|
6721
|
-
SubscribedWorkteams:
|
|
7028
|
+
SubscribedWorkteams: list[SubscribedWorkteamTypeDef]
|
|
6722
7029
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
6723
7030
|
NextToken: NotRequired[str]
|
|
6724
7031
|
|
|
@@ -6731,6 +7038,42 @@ class TrainingJobSummaryTypeDef(TypedDict):
|
|
|
6731
7038
|
LastModifiedTime: NotRequired[datetime]
|
|
6732
7039
|
SecondaryStatus: NotRequired[SecondaryStatusType]
|
|
6733
7040
|
WarmPoolStatus: NotRequired[WarmPoolStatusTypeDef]
|
|
7041
|
+
TrainingPlanArn: NotRequired[str]
|
|
7042
|
+
|
|
7043
|
+
class DescribeTrainingPlanResponseTypeDef(TypedDict):
|
|
7044
|
+
TrainingPlanArn: str
|
|
7045
|
+
TrainingPlanName: str
|
|
7046
|
+
Status: TrainingPlanStatusType
|
|
7047
|
+
StatusMessage: str
|
|
7048
|
+
DurationHours: int
|
|
7049
|
+
DurationMinutes: int
|
|
7050
|
+
StartTime: datetime
|
|
7051
|
+
EndTime: datetime
|
|
7052
|
+
UpfrontFee: str
|
|
7053
|
+
CurrencyCode: str
|
|
7054
|
+
TotalInstanceCount: int
|
|
7055
|
+
AvailableInstanceCount: int
|
|
7056
|
+
InUseInstanceCount: int
|
|
7057
|
+
TargetResources: list[SageMakerResourceNameType]
|
|
7058
|
+
ReservedCapacitySummaries: list[ReservedCapacitySummaryTypeDef]
|
|
7059
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
7060
|
+
|
|
7061
|
+
class TrainingPlanSummaryTypeDef(TypedDict):
|
|
7062
|
+
TrainingPlanArn: str
|
|
7063
|
+
TrainingPlanName: str
|
|
7064
|
+
Status: TrainingPlanStatusType
|
|
7065
|
+
StatusMessage: NotRequired[str]
|
|
7066
|
+
DurationHours: NotRequired[int]
|
|
7067
|
+
DurationMinutes: NotRequired[int]
|
|
7068
|
+
StartTime: NotRequired[datetime]
|
|
7069
|
+
EndTime: NotRequired[datetime]
|
|
7070
|
+
UpfrontFee: NotRequired[str]
|
|
7071
|
+
CurrencyCode: NotRequired[str]
|
|
7072
|
+
TotalInstanceCount: NotRequired[int]
|
|
7073
|
+
AvailableInstanceCount: NotRequired[int]
|
|
7074
|
+
InUseInstanceCount: NotRequired[int]
|
|
7075
|
+
TargetResources: NotRequired[list[SageMakerResourceNameType]]
|
|
7076
|
+
ReservedCapacitySummaries: NotRequired[list[ReservedCapacitySummaryTypeDef]]
|
|
6734
7077
|
|
|
6735
7078
|
class TrialSummaryTypeDef(TypedDict):
|
|
6736
7079
|
TrialArn: NotRequired[str]
|
|
@@ -6747,12 +7090,12 @@ class DesiredWeightAndCapacityTypeDef(TypedDict):
|
|
|
6747
7090
|
ServerlessUpdateConfig: NotRequired[ProductionVariantServerlessUpdateConfigTypeDef]
|
|
6748
7091
|
|
|
6749
7092
|
class ListStageDevicesResponseTypeDef(TypedDict):
|
|
6750
|
-
DeviceDeploymentSummaries:
|
|
7093
|
+
DeviceDeploymentSummaries: list[DeviceDeploymentSummaryTypeDef]
|
|
6751
7094
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
6752
7095
|
NextToken: NotRequired[str]
|
|
6753
7096
|
|
|
6754
7097
|
class ListDeviceFleetsResponseTypeDef(TypedDict):
|
|
6755
|
-
DeviceFleetSummaries:
|
|
7098
|
+
DeviceFleetSummaries: list[DeviceFleetSummaryTypeDef]
|
|
6756
7099
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
6757
7100
|
NextToken: NotRequired[str]
|
|
6758
7101
|
|
|
@@ -6768,7 +7111,7 @@ class DeviceSummaryTypeDef(TypedDict):
|
|
|
6768
7111
|
IotThingName: NotRequired[str]
|
|
6769
7112
|
RegistrationTime: NotRequired[datetime]
|
|
6770
7113
|
LatestHeartbeat: NotRequired[datetime]
|
|
6771
|
-
Models: NotRequired[
|
|
7114
|
+
Models: NotRequired[list[EdgeModelSummaryTypeDef]]
|
|
6772
7115
|
AgentVersion: NotRequired[str]
|
|
6773
7116
|
|
|
6774
7117
|
class RegisterDevicesRequestRequestTypeDef(TypedDict):
|
|
@@ -6783,7 +7126,7 @@ class UpdateDevicesRequestRequestTypeDef(TypedDict):
|
|
|
6783
7126
|
DockerSettingsUnionTypeDef = Union[DockerSettingsTypeDef, DockerSettingsOutputTypeDef]
|
|
6784
7127
|
|
|
6785
7128
|
class ListDomainsResponseTypeDef(TypedDict):
|
|
6786
|
-
Domains:
|
|
7129
|
+
Domains: list[DomainDetailsTypeDef]
|
|
6787
7130
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
6788
7131
|
NextToken: NotRequired[str]
|
|
6789
7132
|
|
|
@@ -6800,7 +7143,7 @@ class SpaceStorageSettingsTypeDef(TypedDict):
|
|
|
6800
7143
|
EbsStorageSettings: NotRequired[EbsStorageSettingsTypeDef]
|
|
6801
7144
|
|
|
6802
7145
|
class ListEdgeDeploymentPlansResponseTypeDef(TypedDict):
|
|
6803
|
-
EdgeDeploymentPlanSummaries:
|
|
7146
|
+
EdgeDeploymentPlanSummaries: list[EdgeDeploymentPlanSummaryTypeDef]
|
|
6804
7147
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
6805
7148
|
NextToken: NotRequired[str]
|
|
6806
7149
|
|
|
@@ -6811,19 +7154,19 @@ class GetDeviceFleetReportResponseTypeDef(TypedDict):
|
|
|
6811
7154
|
Description: str
|
|
6812
7155
|
ReportGenerated: datetime
|
|
6813
7156
|
DeviceStats: DeviceStatsTypeDef
|
|
6814
|
-
AgentVersions:
|
|
6815
|
-
ModelStats:
|
|
7157
|
+
AgentVersions: list[AgentVersionTypeDef]
|
|
7158
|
+
ModelStats: list[EdgeModelStatTypeDef]
|
|
6816
7159
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
6817
7160
|
|
|
6818
7161
|
class ListEdgePackagingJobsResponseTypeDef(TypedDict):
|
|
6819
|
-
EdgePackagingJobSummaries:
|
|
7162
|
+
EdgePackagingJobSummaries: list[EdgePackagingJobSummaryTypeDef]
|
|
6820
7163
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
6821
7164
|
NextToken: NotRequired[str]
|
|
6822
7165
|
|
|
6823
7166
|
EmrSettingsUnionTypeDef = Union[EmrSettingsTypeDef, EmrSettingsOutputTypeDef]
|
|
6824
7167
|
|
|
6825
7168
|
class ListEndpointConfigsOutputTypeDef(TypedDict):
|
|
6826
|
-
EndpointConfigs:
|
|
7169
|
+
EndpointConfigs: list[EndpointConfigSummaryTypeDef]
|
|
6827
7170
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
6828
7171
|
NextToken: NotRequired[str]
|
|
6829
7172
|
|
|
@@ -6839,13 +7182,13 @@ class EndpointPerformanceTypeDef(TypedDict):
|
|
|
6839
7182
|
EndpointInfo: EndpointInfoTypeDef
|
|
6840
7183
|
|
|
6841
7184
|
class ListEndpointsOutputTypeDef(TypedDict):
|
|
6842
|
-
Endpoints:
|
|
7185
|
+
Endpoints: list[EndpointSummaryTypeDef]
|
|
6843
7186
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
6844
7187
|
NextToken: NotRequired[str]
|
|
6845
7188
|
|
|
6846
7189
|
class ModelConfigurationTypeDef(TypedDict):
|
|
6847
7190
|
InferenceSpecificationName: NotRequired[str]
|
|
6848
|
-
EnvironmentParameters: NotRequired[
|
|
7191
|
+
EnvironmentParameters: NotRequired[list[EnvironmentParameterTypeDef]]
|
|
6849
7192
|
CompilationJobName: NotRequired[str]
|
|
6850
7193
|
|
|
6851
7194
|
class NestedFiltersTypeDef(TypedDict):
|
|
@@ -6857,7 +7200,7 @@ class HyperParameterTrainingJobSummaryTypeDef(TypedDict):
|
|
|
6857
7200
|
TrainingJobArn: str
|
|
6858
7201
|
CreationTime: datetime
|
|
6859
7202
|
TrainingJobStatus: TrainingJobStatusType
|
|
6860
|
-
TunedHyperParameters:
|
|
7203
|
+
TunedHyperParameters: dict[str, str]
|
|
6861
7204
|
TrainingJobDefinitionName: NotRequired[str]
|
|
6862
7205
|
TuningJobName: NotRequired[str]
|
|
6863
7206
|
TrainingStartTime: NotRequired[datetime]
|
|
@@ -6869,7 +7212,7 @@ class HyperParameterTrainingJobSummaryTypeDef(TypedDict):
|
|
|
6869
7212
|
ObjectiveStatus: NotRequired[ObjectiveStatusType]
|
|
6870
7213
|
|
|
6871
7214
|
class ListFlowDefinitionsResponseTypeDef(TypedDict):
|
|
6872
|
-
FlowDefinitionSummaries:
|
|
7215
|
+
FlowDefinitionSummaries: list[FlowDefinitionSummaryTypeDef]
|
|
6873
7216
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
6874
7217
|
NextToken: NotRequired[str]
|
|
6875
7218
|
|
|
@@ -6881,7 +7224,7 @@ class GetScalingConfigurationRecommendationRequestRequestTypeDef(TypedDict):
|
|
|
6881
7224
|
ScalingPolicyObjective: NotRequired[ScalingPolicyObjectiveTypeDef]
|
|
6882
7225
|
|
|
6883
7226
|
class GetSearchSuggestionsResponseTypeDef(TypedDict):
|
|
6884
|
-
PropertyNameSuggestions:
|
|
7227
|
+
PropertyNameSuggestions: list[PropertyNameSuggestionTypeDef]
|
|
6885
7228
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
6886
7229
|
|
|
6887
7230
|
class UpdateCodeRepositoryInputRequestTypeDef(TypedDict):
|
|
@@ -6889,27 +7232,27 @@ class UpdateCodeRepositoryInputRequestTypeDef(TypedDict):
|
|
|
6889
7232
|
GitConfig: NotRequired[GitConfigForUpdateTypeDef]
|
|
6890
7233
|
|
|
6891
7234
|
class StudioWebPortalSettingsOutputTypeDef(TypedDict):
|
|
6892
|
-
HiddenMlTools: NotRequired[
|
|
6893
|
-
HiddenAppTypes: NotRequired[
|
|
6894
|
-
HiddenInstanceTypes: NotRequired[
|
|
6895
|
-
HiddenSageMakerImageVersionAliases: NotRequired[
|
|
7235
|
+
HiddenMlTools: NotRequired[list[MlToolsType]]
|
|
7236
|
+
HiddenAppTypes: NotRequired[list[AppTypeType]]
|
|
7237
|
+
HiddenInstanceTypes: NotRequired[list[AppInstanceTypeType]]
|
|
7238
|
+
HiddenSageMakerImageVersionAliases: NotRequired[list[HiddenSageMakerImageOutputTypeDef]]
|
|
6896
7239
|
|
|
6897
7240
|
HiddenSageMakerImageUnionTypeDef = Union[
|
|
6898
7241
|
HiddenSageMakerImageTypeDef, HiddenSageMakerImageOutputTypeDef
|
|
6899
7242
|
]
|
|
6900
7243
|
|
|
6901
7244
|
class ListHubContentVersionsResponseTypeDef(TypedDict):
|
|
6902
|
-
HubContentSummaries:
|
|
7245
|
+
HubContentSummaries: list[HubContentInfoTypeDef]
|
|
6903
7246
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
6904
7247
|
NextToken: NotRequired[str]
|
|
6905
7248
|
|
|
6906
7249
|
class ListHubContentsResponseTypeDef(TypedDict):
|
|
6907
|
-
HubContentSummaries:
|
|
7250
|
+
HubContentSummaries: list[HubContentInfoTypeDef]
|
|
6908
7251
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
6909
7252
|
NextToken: NotRequired[str]
|
|
6910
7253
|
|
|
6911
7254
|
class ListHubsResponseTypeDef(TypedDict):
|
|
6912
|
-
HubSummaries:
|
|
7255
|
+
HubSummaries: list[HubInfoTypeDef]
|
|
6913
7256
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
6914
7257
|
NextToken: NotRequired[str]
|
|
6915
7258
|
|
|
@@ -6917,7 +7260,7 @@ class HumanLoopActivationConfigTypeDef(TypedDict):
|
|
|
6917
7260
|
HumanLoopActivationConditionsConfig: HumanLoopActivationConditionsConfigTypeDef
|
|
6918
7261
|
|
|
6919
7262
|
class ListHumanTaskUisResponseTypeDef(TypedDict):
|
|
6920
|
-
HumanTaskUiSummaries:
|
|
7263
|
+
HumanTaskUiSummaries: list[HumanTaskUiSummaryTypeDef]
|
|
6921
7264
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
6922
7265
|
NextToken: NotRequired[str]
|
|
6923
7266
|
|
|
@@ -6927,7 +7270,7 @@ class HyperParameterTuningResourceConfigOutputTypeDef(TypedDict):
|
|
|
6927
7270
|
VolumeSizeInGB: NotRequired[int]
|
|
6928
7271
|
VolumeKmsKeyId: NotRequired[str]
|
|
6929
7272
|
AllocationStrategy: NotRequired[Literal["Prioritized"]]
|
|
6930
|
-
InstanceConfigs: NotRequired[
|
|
7273
|
+
InstanceConfigs: NotRequired[list[HyperParameterTuningInstanceConfigTypeDef]]
|
|
6931
7274
|
|
|
6932
7275
|
class HyperParameterTuningResourceConfigTypeDef(TypedDict):
|
|
6933
7276
|
InstanceType: NotRequired[TrainingInstanceTypeType]
|
|
@@ -6953,7 +7296,7 @@ class HyperParameterTuningJobStrategyConfigTypeDef(TypedDict):
|
|
|
6953
7296
|
HyperbandStrategyConfig: NotRequired[HyperbandStrategyConfigTypeDef]
|
|
6954
7297
|
|
|
6955
7298
|
class HyperParameterTuningJobWarmStartConfigOutputTypeDef(TypedDict):
|
|
6956
|
-
ParentHyperParameterTuningJobs:
|
|
7299
|
+
ParentHyperParameterTuningJobs: list[ParentHyperParameterTuningJobTypeDef]
|
|
6957
7300
|
WarmStartType: HyperParameterTuningJobWarmStartTypeType
|
|
6958
7301
|
|
|
6959
7302
|
class HyperParameterTuningJobWarmStartConfigTypeDef(TypedDict):
|
|
@@ -6974,12 +7317,12 @@ class ImageConfigTypeDef(TypedDict):
|
|
|
6974
7317
|
RepositoryAuthConfig: NotRequired[RepositoryAuthConfigTypeDef]
|
|
6975
7318
|
|
|
6976
7319
|
class ListImagesResponseTypeDef(TypedDict):
|
|
6977
|
-
Images:
|
|
7320
|
+
Images: list[ImageTypeDef]
|
|
6978
7321
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
6979
7322
|
NextToken: NotRequired[str]
|
|
6980
7323
|
|
|
6981
7324
|
class ListImageVersionsResponseTypeDef(TypedDict):
|
|
6982
|
-
ImageVersions:
|
|
7325
|
+
ImageVersions: list[ImageVersionTypeDef]
|
|
6983
7326
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
6984
7327
|
NextToken: NotRequired[str]
|
|
6985
7328
|
|
|
@@ -6997,12 +7340,12 @@ InferenceComponentSpecificationTypeDef = TypedDict(
|
|
|
6997
7340
|
)
|
|
6998
7341
|
|
|
6999
7342
|
class ListInferenceComponentsOutputTypeDef(TypedDict):
|
|
7000
|
-
InferenceComponents:
|
|
7343
|
+
InferenceComponents: list[InferenceComponentSummaryTypeDef]
|
|
7001
7344
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7002
7345
|
NextToken: NotRequired[str]
|
|
7003
7346
|
|
|
7004
7347
|
class ListInferenceRecommendationsJobsResponseTypeDef(TypedDict):
|
|
7005
|
-
InferenceRecommendationsJobs:
|
|
7348
|
+
InferenceRecommendationsJobs: list[InferenceRecommendationsJobTypeDef]
|
|
7006
7349
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7007
7350
|
NextToken: NotRequired[str]
|
|
7008
7351
|
|
|
@@ -7012,7 +7355,8 @@ class ResourceConfigOutputTypeDef(TypedDict):
|
|
|
7012
7355
|
InstanceCount: NotRequired[int]
|
|
7013
7356
|
VolumeKmsKeyId: NotRequired[str]
|
|
7014
7357
|
KeepAlivePeriodInSeconds: NotRequired[int]
|
|
7015
|
-
InstanceGroups: NotRequired[
|
|
7358
|
+
InstanceGroups: NotRequired[list[InstanceGroupTypeDef]]
|
|
7359
|
+
TrainingPlanArn: NotRequired[str]
|
|
7016
7360
|
|
|
7017
7361
|
class ResourceConfigTypeDef(TypedDict):
|
|
7018
7362
|
VolumeSizeInGB: int
|
|
@@ -7021,6 +7365,7 @@ class ResourceConfigTypeDef(TypedDict):
|
|
|
7021
7365
|
VolumeKmsKeyId: NotRequired[str]
|
|
7022
7366
|
KeepAlivePeriodInSeconds: NotRequired[int]
|
|
7023
7367
|
InstanceGroups: NotRequired[Sequence[InstanceGroupTypeDef]]
|
|
7368
|
+
TrainingPlanArn: NotRequired[str]
|
|
7024
7369
|
|
|
7025
7370
|
class ParameterRangeOutputTypeDef(TypedDict):
|
|
7026
7371
|
IntegerParameterRangeSpecification: NotRequired[IntegerParameterRangeSpecificationTypeDef]
|
|
@@ -7030,13 +7375,13 @@ class ParameterRangeOutputTypeDef(TypedDict):
|
|
|
7030
7375
|
]
|
|
7031
7376
|
|
|
7032
7377
|
class ParameterRangesOutputTypeDef(TypedDict):
|
|
7033
|
-
IntegerParameterRanges: NotRequired[
|
|
7034
|
-
ContinuousParameterRanges: NotRequired[
|
|
7035
|
-
CategoricalParameterRanges: NotRequired[
|
|
7036
|
-
AutoParameters: NotRequired[
|
|
7378
|
+
IntegerParameterRanges: NotRequired[list[IntegerParameterRangeTypeDef]]
|
|
7379
|
+
ContinuousParameterRanges: NotRequired[list[ContinuousParameterRangeTypeDef]]
|
|
7380
|
+
CategoricalParameterRanges: NotRequired[list[CategoricalParameterRangeOutputTypeDef]]
|
|
7381
|
+
AutoParameters: NotRequired[list[AutoParameterTypeDef]]
|
|
7037
7382
|
|
|
7038
7383
|
class KernelGatewayImageConfigOutputTypeDef(TypedDict):
|
|
7039
|
-
KernelSpecs:
|
|
7384
|
+
KernelSpecs: list[KernelSpecTypeDef]
|
|
7040
7385
|
FileSystemConfig: NotRequired[FileSystemConfigTypeDef]
|
|
7041
7386
|
|
|
7042
7387
|
class KernelGatewayImageConfigTypeDef(TypedDict):
|
|
@@ -7060,11 +7405,11 @@ class LabelingJobDataSourceTypeDef(TypedDict):
|
|
|
7060
7405
|
SnsDataSource: NotRequired[LabelingJobSnsDataSourceTypeDef]
|
|
7061
7406
|
|
|
7062
7407
|
class ListLineageGroupsResponseTypeDef(TypedDict):
|
|
7063
|
-
LineageGroupSummaries:
|
|
7408
|
+
LineageGroupSummaries: list[LineageGroupSummaryTypeDef]
|
|
7064
7409
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7065
7410
|
NextToken: NotRequired[str]
|
|
7066
7411
|
|
|
7067
|
-
class
|
|
7412
|
+
class ListActionsRequestPaginateTypeDef(TypedDict):
|
|
7068
7413
|
SourceUri: NotRequired[str]
|
|
7069
7414
|
ActionType: NotRequired[str]
|
|
7070
7415
|
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
@@ -7073,7 +7418,7 @@ class ListActionsRequestListActionsPaginateTypeDef(TypedDict):
|
|
|
7073
7418
|
SortOrder: NotRequired[SortOrderType]
|
|
7074
7419
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7075
7420
|
|
|
7076
|
-
class
|
|
7421
|
+
class ListAlgorithmsInputPaginateTypeDef(TypedDict):
|
|
7077
7422
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7078
7423
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7079
7424
|
NameContains: NotRequired[str]
|
|
@@ -7081,13 +7426,13 @@ class ListAlgorithmsInputListAlgorithmsPaginateTypeDef(TypedDict):
|
|
|
7081
7426
|
SortOrder: NotRequired[SortOrderType]
|
|
7082
7427
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7083
7428
|
|
|
7084
|
-
class
|
|
7429
|
+
class ListAliasesRequestPaginateTypeDef(TypedDict):
|
|
7085
7430
|
ImageName: str
|
|
7086
7431
|
Alias: NotRequired[str]
|
|
7087
7432
|
Version: NotRequired[int]
|
|
7088
7433
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7089
7434
|
|
|
7090
|
-
class
|
|
7435
|
+
class ListAppImageConfigsRequestPaginateTypeDef(TypedDict):
|
|
7091
7436
|
NameContains: NotRequired[str]
|
|
7092
7437
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7093
7438
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -7097,7 +7442,7 @@ class ListAppImageConfigsRequestListAppImageConfigsPaginateTypeDef(TypedDict):
|
|
|
7097
7442
|
SortOrder: NotRequired[SortOrderType]
|
|
7098
7443
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7099
7444
|
|
|
7100
|
-
class
|
|
7445
|
+
class ListAppsRequestPaginateTypeDef(TypedDict):
|
|
7101
7446
|
SortOrder: NotRequired[SortOrderType]
|
|
7102
7447
|
SortBy: NotRequired[Literal["CreationTime"]]
|
|
7103
7448
|
DomainIdEquals: NotRequired[str]
|
|
@@ -7105,7 +7450,7 @@ class ListAppsRequestListAppsPaginateTypeDef(TypedDict):
|
|
|
7105
7450
|
SpaceNameEquals: NotRequired[str]
|
|
7106
7451
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7107
7452
|
|
|
7108
|
-
class
|
|
7453
|
+
class ListArtifactsRequestPaginateTypeDef(TypedDict):
|
|
7109
7454
|
SourceUri: NotRequired[str]
|
|
7110
7455
|
ArtifactType: NotRequired[str]
|
|
7111
7456
|
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
@@ -7114,7 +7459,7 @@ class ListArtifactsRequestListArtifactsPaginateTypeDef(TypedDict):
|
|
|
7114
7459
|
SortOrder: NotRequired[SortOrderType]
|
|
7115
7460
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7116
7461
|
|
|
7117
|
-
class
|
|
7462
|
+
class ListAssociationsRequestPaginateTypeDef(TypedDict):
|
|
7118
7463
|
SourceArn: NotRequired[str]
|
|
7119
7464
|
DestinationArn: NotRequired[str]
|
|
7120
7465
|
SourceType: NotRequired[str]
|
|
@@ -7126,7 +7471,7 @@ class ListAssociationsRequestListAssociationsPaginateTypeDef(TypedDict):
|
|
|
7126
7471
|
SortOrder: NotRequired[SortOrderType]
|
|
7127
7472
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7128
7473
|
|
|
7129
|
-
class
|
|
7474
|
+
class ListAutoMLJobsRequestPaginateTypeDef(TypedDict):
|
|
7130
7475
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7131
7476
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7132
7477
|
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -7137,7 +7482,7 @@ class ListAutoMLJobsRequestListAutoMLJobsPaginateTypeDef(TypedDict):
|
|
|
7137
7482
|
SortBy: NotRequired[AutoMLSortByType]
|
|
7138
7483
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7139
7484
|
|
|
7140
|
-
class
|
|
7485
|
+
class ListCandidatesForAutoMLJobRequestPaginateTypeDef(TypedDict):
|
|
7141
7486
|
AutoMLJobName: str
|
|
7142
7487
|
StatusEquals: NotRequired[CandidateStatusType]
|
|
7143
7488
|
CandidateNameEquals: NotRequired[str]
|
|
@@ -7145,7 +7490,7 @@ class ListCandidatesForAutoMLJobRequestListCandidatesForAutoMLJobPaginateTypeDef
|
|
|
7145
7490
|
SortBy: NotRequired[CandidateSortByType]
|
|
7146
7491
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7147
7492
|
|
|
7148
|
-
class
|
|
7493
|
+
class ListClusterNodesRequestPaginateTypeDef(TypedDict):
|
|
7149
7494
|
ClusterName: str
|
|
7150
7495
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7151
7496
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
@@ -7154,15 +7499,26 @@ class ListClusterNodesRequestListClusterNodesPaginateTypeDef(TypedDict):
|
|
|
7154
7499
|
SortOrder: NotRequired[SortOrderType]
|
|
7155
7500
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7156
7501
|
|
|
7157
|
-
class
|
|
7502
|
+
class ListClusterSchedulerConfigsRequestPaginateTypeDef(TypedDict):
|
|
7503
|
+
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
7504
|
+
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
7505
|
+
NameContains: NotRequired[str]
|
|
7506
|
+
ClusterArn: NotRequired[str]
|
|
7507
|
+
Status: NotRequired[SchedulerResourceStatusType]
|
|
7508
|
+
SortBy: NotRequired[SortClusterSchedulerConfigByType]
|
|
7509
|
+
SortOrder: NotRequired[SortOrderType]
|
|
7510
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7511
|
+
|
|
7512
|
+
class ListClustersRequestPaginateTypeDef(TypedDict):
|
|
7158
7513
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7159
7514
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7160
7515
|
NameContains: NotRequired[str]
|
|
7161
7516
|
SortBy: NotRequired[ClusterSortByType]
|
|
7162
7517
|
SortOrder: NotRequired[SortOrderType]
|
|
7518
|
+
TrainingPlanArn: NotRequired[str]
|
|
7163
7519
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7164
7520
|
|
|
7165
|
-
class
|
|
7521
|
+
class ListCodeRepositoriesInputPaginateTypeDef(TypedDict):
|
|
7166
7522
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7167
7523
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7168
7524
|
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -7172,7 +7528,7 @@ class ListCodeRepositoriesInputListCodeRepositoriesPaginateTypeDef(TypedDict):
|
|
|
7172
7528
|
SortOrder: NotRequired[CodeRepositorySortOrderType]
|
|
7173
7529
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7174
7530
|
|
|
7175
|
-
class
|
|
7531
|
+
class ListCompilationJobsRequestPaginateTypeDef(TypedDict):
|
|
7176
7532
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7177
7533
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7178
7534
|
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -7183,7 +7539,17 @@ class ListCompilationJobsRequestListCompilationJobsPaginateTypeDef(TypedDict):
|
|
|
7183
7539
|
SortOrder: NotRequired[SortOrderType]
|
|
7184
7540
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7185
7541
|
|
|
7186
|
-
class
|
|
7542
|
+
class ListComputeQuotasRequestPaginateTypeDef(TypedDict):
|
|
7543
|
+
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
7544
|
+
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
7545
|
+
NameContains: NotRequired[str]
|
|
7546
|
+
Status: NotRequired[SchedulerResourceStatusType]
|
|
7547
|
+
ClusterArn: NotRequired[str]
|
|
7548
|
+
SortBy: NotRequired[SortQuotaByType]
|
|
7549
|
+
SortOrder: NotRequired[SortOrderType]
|
|
7550
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7551
|
+
|
|
7552
|
+
class ListContextsRequestPaginateTypeDef(TypedDict):
|
|
7187
7553
|
SourceUri: NotRequired[str]
|
|
7188
7554
|
ContextType: NotRequired[str]
|
|
7189
7555
|
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
@@ -7192,7 +7558,7 @@ class ListContextsRequestListContextsPaginateTypeDef(TypedDict):
|
|
|
7192
7558
|
SortOrder: NotRequired[SortOrderType]
|
|
7193
7559
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7194
7560
|
|
|
7195
|
-
class
|
|
7561
|
+
class ListDataQualityJobDefinitionsRequestPaginateTypeDef(TypedDict):
|
|
7196
7562
|
EndpointName: NotRequired[str]
|
|
7197
7563
|
SortBy: NotRequired[MonitoringJobDefinitionSortKeyType]
|
|
7198
7564
|
SortOrder: NotRequired[SortOrderType]
|
|
@@ -7201,7 +7567,7 @@ class ListDataQualityJobDefinitionsRequestListDataQualityJobDefinitionsPaginateT
|
|
|
7201
7567
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7202
7568
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7203
7569
|
|
|
7204
|
-
class
|
|
7570
|
+
class ListDeviceFleetsRequestPaginateTypeDef(TypedDict):
|
|
7205
7571
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7206
7572
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7207
7573
|
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -7211,16 +7577,16 @@ class ListDeviceFleetsRequestListDeviceFleetsPaginateTypeDef(TypedDict):
|
|
|
7211
7577
|
SortOrder: NotRequired[SortOrderType]
|
|
7212
7578
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7213
7579
|
|
|
7214
|
-
class
|
|
7580
|
+
class ListDevicesRequestPaginateTypeDef(TypedDict):
|
|
7215
7581
|
LatestHeartbeatAfter: NotRequired[TimestampTypeDef]
|
|
7216
7582
|
ModelName: NotRequired[str]
|
|
7217
7583
|
DeviceFleetName: NotRequired[str]
|
|
7218
7584
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7219
7585
|
|
|
7220
|
-
class
|
|
7586
|
+
class ListDomainsRequestPaginateTypeDef(TypedDict):
|
|
7221
7587
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7222
7588
|
|
|
7223
|
-
class
|
|
7589
|
+
class ListEdgeDeploymentPlansRequestPaginateTypeDef(TypedDict):
|
|
7224
7590
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7225
7591
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7226
7592
|
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -7231,7 +7597,7 @@ class ListEdgeDeploymentPlansRequestListEdgeDeploymentPlansPaginateTypeDef(Typed
|
|
|
7231
7597
|
SortOrder: NotRequired[SortOrderType]
|
|
7232
7598
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7233
7599
|
|
|
7234
|
-
class
|
|
7600
|
+
class ListEdgePackagingJobsRequestPaginateTypeDef(TypedDict):
|
|
7235
7601
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7236
7602
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7237
7603
|
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -7243,7 +7609,7 @@ class ListEdgePackagingJobsRequestListEdgePackagingJobsPaginateTypeDef(TypedDict
|
|
|
7243
7609
|
SortOrder: NotRequired[SortOrderType]
|
|
7244
7610
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7245
7611
|
|
|
7246
|
-
class
|
|
7612
|
+
class ListEndpointConfigsInputPaginateTypeDef(TypedDict):
|
|
7247
7613
|
SortBy: NotRequired[EndpointConfigSortKeyType]
|
|
7248
7614
|
SortOrder: NotRequired[OrderKeyType]
|
|
7249
7615
|
NameContains: NotRequired[str]
|
|
@@ -7251,7 +7617,7 @@ class ListEndpointConfigsInputListEndpointConfigsPaginateTypeDef(TypedDict):
|
|
|
7251
7617
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7252
7618
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7253
7619
|
|
|
7254
|
-
class
|
|
7620
|
+
class ListEndpointsInputPaginateTypeDef(TypedDict):
|
|
7255
7621
|
SortBy: NotRequired[EndpointSortKeyType]
|
|
7256
7622
|
SortOrder: NotRequired[OrderKeyType]
|
|
7257
7623
|
NameContains: NotRequired[str]
|
|
@@ -7262,14 +7628,14 @@ class ListEndpointsInputListEndpointsPaginateTypeDef(TypedDict):
|
|
|
7262
7628
|
StatusEquals: NotRequired[EndpointStatusType]
|
|
7263
7629
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7264
7630
|
|
|
7265
|
-
class
|
|
7631
|
+
class ListExperimentsRequestPaginateTypeDef(TypedDict):
|
|
7266
7632
|
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
7267
7633
|
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
7268
7634
|
SortBy: NotRequired[SortExperimentsByType]
|
|
7269
7635
|
SortOrder: NotRequired[SortOrderType]
|
|
7270
7636
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7271
7637
|
|
|
7272
|
-
class
|
|
7638
|
+
class ListFeatureGroupsRequestPaginateTypeDef(TypedDict):
|
|
7273
7639
|
NameContains: NotRequired[str]
|
|
7274
7640
|
FeatureGroupStatusEquals: NotRequired[FeatureGroupStatusType]
|
|
7275
7641
|
OfflineStoreStatusEquals: NotRequired[OfflineStoreStatusValueType]
|
|
@@ -7279,19 +7645,19 @@ class ListFeatureGroupsRequestListFeatureGroupsPaginateTypeDef(TypedDict):
|
|
|
7279
7645
|
SortBy: NotRequired[FeatureGroupSortByType]
|
|
7280
7646
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7281
7647
|
|
|
7282
|
-
class
|
|
7648
|
+
class ListFlowDefinitionsRequestPaginateTypeDef(TypedDict):
|
|
7283
7649
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7284
7650
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7285
7651
|
SortOrder: NotRequired[SortOrderType]
|
|
7286
7652
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7287
7653
|
|
|
7288
|
-
class
|
|
7654
|
+
class ListHumanTaskUisRequestPaginateTypeDef(TypedDict):
|
|
7289
7655
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7290
7656
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7291
7657
|
SortOrder: NotRequired[SortOrderType]
|
|
7292
7658
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7293
7659
|
|
|
7294
|
-
class
|
|
7660
|
+
class ListHyperParameterTuningJobsRequestPaginateTypeDef(TypedDict):
|
|
7295
7661
|
SortBy: NotRequired[HyperParameterTuningJobSortByOptionsType]
|
|
7296
7662
|
SortOrder: NotRequired[SortOrderType]
|
|
7297
7663
|
NameContains: NotRequired[str]
|
|
@@ -7302,7 +7668,7 @@ class ListHyperParameterTuningJobsRequestListHyperParameterTuningJobsPaginateTyp
|
|
|
7302
7668
|
StatusEquals: NotRequired[HyperParameterTuningJobStatusType]
|
|
7303
7669
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7304
7670
|
|
|
7305
|
-
class
|
|
7671
|
+
class ListImageVersionsRequestPaginateTypeDef(TypedDict):
|
|
7306
7672
|
ImageName: str
|
|
7307
7673
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7308
7674
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
@@ -7312,7 +7678,7 @@ class ListImageVersionsRequestListImageVersionsPaginateTypeDef(TypedDict):
|
|
|
7312
7678
|
SortOrder: NotRequired[ImageVersionSortOrderType]
|
|
7313
7679
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7314
7680
|
|
|
7315
|
-
class
|
|
7681
|
+
class ListImagesRequestPaginateTypeDef(TypedDict):
|
|
7316
7682
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7317
7683
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7318
7684
|
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -7322,7 +7688,7 @@ class ListImagesRequestListImagesPaginateTypeDef(TypedDict):
|
|
|
7322
7688
|
SortOrder: NotRequired[ImageSortOrderType]
|
|
7323
7689
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7324
7690
|
|
|
7325
|
-
class
|
|
7691
|
+
class ListInferenceComponentsInputPaginateTypeDef(TypedDict):
|
|
7326
7692
|
SortBy: NotRequired[InferenceComponentSortKeyType]
|
|
7327
7693
|
SortOrder: NotRequired[OrderKeyType]
|
|
7328
7694
|
NameContains: NotRequired[str]
|
|
@@ -7335,8 +7701,8 @@ class ListInferenceComponentsInputListInferenceComponentsPaginateTypeDef(TypedDi
|
|
|
7335
7701
|
VariantNameEquals: NotRequired[str]
|
|
7336
7702
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7337
7703
|
|
|
7338
|
-
|
|
7339
|
-
"
|
|
7704
|
+
ListInferenceExperimentsRequestPaginateTypeDef = TypedDict(
|
|
7705
|
+
"ListInferenceExperimentsRequestPaginateTypeDef",
|
|
7340
7706
|
{
|
|
7341
7707
|
"NameContains": NotRequired[str],
|
|
7342
7708
|
"Type": NotRequired[Literal["ShadowMode"]],
|
|
@@ -7351,17 +7717,13 @@ ListInferenceExperimentsRequestListInferenceExperimentsPaginateTypeDef = TypedDi
|
|
|
7351
7717
|
},
|
|
7352
7718
|
)
|
|
7353
7719
|
|
|
7354
|
-
class
|
|
7355
|
-
TypedDict
|
|
7356
|
-
):
|
|
7720
|
+
class ListInferenceRecommendationsJobStepsRequestPaginateTypeDef(TypedDict):
|
|
7357
7721
|
JobName: str
|
|
7358
7722
|
Status: NotRequired[RecommendationJobStatusType]
|
|
7359
7723
|
StepType: NotRequired[Literal["BENCHMARK"]]
|
|
7360
7724
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7361
7725
|
|
|
7362
|
-
class
|
|
7363
|
-
TypedDict
|
|
7364
|
-
):
|
|
7726
|
+
class ListInferenceRecommendationsJobsRequestPaginateTypeDef(TypedDict):
|
|
7365
7727
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7366
7728
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7367
7729
|
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -7374,7 +7736,7 @@ class ListInferenceRecommendationsJobsRequestListInferenceRecommendationsJobsPag
|
|
|
7374
7736
|
ModelPackageVersionArnEquals: NotRequired[str]
|
|
7375
7737
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7376
7738
|
|
|
7377
|
-
class
|
|
7739
|
+
class ListLabelingJobsForWorkteamRequestPaginateTypeDef(TypedDict):
|
|
7378
7740
|
WorkteamArn: str
|
|
7379
7741
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7380
7742
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
@@ -7383,7 +7745,7 @@ class ListLabelingJobsForWorkteamRequestListLabelingJobsForWorkteamPaginateTypeD
|
|
|
7383
7745
|
SortOrder: NotRequired[SortOrderType]
|
|
7384
7746
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7385
7747
|
|
|
7386
|
-
class
|
|
7748
|
+
class ListLabelingJobsRequestPaginateTypeDef(TypedDict):
|
|
7387
7749
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7388
7750
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7389
7751
|
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -7394,14 +7756,14 @@ class ListLabelingJobsRequestListLabelingJobsPaginateTypeDef(TypedDict):
|
|
|
7394
7756
|
StatusEquals: NotRequired[LabelingJobStatusType]
|
|
7395
7757
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7396
7758
|
|
|
7397
|
-
class
|
|
7759
|
+
class ListLineageGroupsRequestPaginateTypeDef(TypedDict):
|
|
7398
7760
|
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
7399
7761
|
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
7400
7762
|
SortBy: NotRequired[SortLineageGroupsByType]
|
|
7401
7763
|
SortOrder: NotRequired[SortOrderType]
|
|
7402
7764
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7403
7765
|
|
|
7404
|
-
class
|
|
7766
|
+
class ListMlflowTrackingServersRequestPaginateTypeDef(TypedDict):
|
|
7405
7767
|
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
7406
7768
|
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
7407
7769
|
TrackingServerStatus: NotRequired[TrackingServerStatusType]
|
|
@@ -7410,7 +7772,7 @@ class ListMlflowTrackingServersRequestListMlflowTrackingServersPaginateTypeDef(T
|
|
|
7410
7772
|
SortOrder: NotRequired[SortOrderType]
|
|
7411
7773
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7412
7774
|
|
|
7413
|
-
class
|
|
7775
|
+
class ListModelBiasJobDefinitionsRequestPaginateTypeDef(TypedDict):
|
|
7414
7776
|
EndpointName: NotRequired[str]
|
|
7415
7777
|
SortBy: NotRequired[MonitoringJobDefinitionSortKeyType]
|
|
7416
7778
|
SortOrder: NotRequired[SortOrderType]
|
|
@@ -7419,7 +7781,7 @@ class ListModelBiasJobDefinitionsRequestListModelBiasJobDefinitionsPaginateTypeD
|
|
|
7419
7781
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7420
7782
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7421
7783
|
|
|
7422
|
-
class
|
|
7784
|
+
class ListModelCardExportJobsRequestPaginateTypeDef(TypedDict):
|
|
7423
7785
|
ModelCardName: str
|
|
7424
7786
|
ModelCardVersion: NotRequired[int]
|
|
7425
7787
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -7430,7 +7792,7 @@ class ListModelCardExportJobsRequestListModelCardExportJobsPaginateTypeDef(Typed
|
|
|
7430
7792
|
SortOrder: NotRequired[ModelCardExportJobSortOrderType]
|
|
7431
7793
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7432
7794
|
|
|
7433
|
-
class
|
|
7795
|
+
class ListModelCardVersionsRequestPaginateTypeDef(TypedDict):
|
|
7434
7796
|
ModelCardName: str
|
|
7435
7797
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7436
7798
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
@@ -7439,7 +7801,7 @@ class ListModelCardVersionsRequestListModelCardVersionsPaginateTypeDef(TypedDict
|
|
|
7439
7801
|
SortOrder: NotRequired[ModelCardSortOrderType]
|
|
7440
7802
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7441
7803
|
|
|
7442
|
-
class
|
|
7804
|
+
class ListModelCardsRequestPaginateTypeDef(TypedDict):
|
|
7443
7805
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7444
7806
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7445
7807
|
NameContains: NotRequired[str]
|
|
@@ -7448,9 +7810,7 @@ class ListModelCardsRequestListModelCardsPaginateTypeDef(TypedDict):
|
|
|
7448
7810
|
SortOrder: NotRequired[ModelCardSortOrderType]
|
|
7449
7811
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7450
7812
|
|
|
7451
|
-
class
|
|
7452
|
-
TypedDict
|
|
7453
|
-
):
|
|
7813
|
+
class ListModelExplainabilityJobDefinitionsRequestPaginateTypeDef(TypedDict):
|
|
7454
7814
|
EndpointName: NotRequired[str]
|
|
7455
7815
|
SortBy: NotRequired[MonitoringJobDefinitionSortKeyType]
|
|
7456
7816
|
SortOrder: NotRequired[SortOrderType]
|
|
@@ -7459,7 +7819,7 @@ class ListModelExplainabilityJobDefinitionsRequestListModelExplainabilityJobDefi
|
|
|
7459
7819
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7460
7820
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7461
7821
|
|
|
7462
|
-
class
|
|
7822
|
+
class ListModelPackageGroupsInputPaginateTypeDef(TypedDict):
|
|
7463
7823
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7464
7824
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7465
7825
|
NameContains: NotRequired[str]
|
|
@@ -7468,7 +7828,7 @@ class ListModelPackageGroupsInputListModelPackageGroupsPaginateTypeDef(TypedDict
|
|
|
7468
7828
|
CrossAccountFilterOption: NotRequired[CrossAccountFilterOptionType]
|
|
7469
7829
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7470
7830
|
|
|
7471
|
-
class
|
|
7831
|
+
class ListModelPackagesInputPaginateTypeDef(TypedDict):
|
|
7472
7832
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7473
7833
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7474
7834
|
NameContains: NotRequired[str]
|
|
@@ -7479,7 +7839,7 @@ class ListModelPackagesInputListModelPackagesPaginateTypeDef(TypedDict):
|
|
|
7479
7839
|
SortOrder: NotRequired[SortOrderType]
|
|
7480
7840
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7481
7841
|
|
|
7482
|
-
class
|
|
7842
|
+
class ListModelQualityJobDefinitionsRequestPaginateTypeDef(TypedDict):
|
|
7483
7843
|
EndpointName: NotRequired[str]
|
|
7484
7844
|
SortBy: NotRequired[MonitoringJobDefinitionSortKeyType]
|
|
7485
7845
|
SortOrder: NotRequired[SortOrderType]
|
|
@@ -7488,7 +7848,7 @@ class ListModelQualityJobDefinitionsRequestListModelQualityJobDefinitionsPaginat
|
|
|
7488
7848
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7489
7849
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7490
7850
|
|
|
7491
|
-
class
|
|
7851
|
+
class ListModelsInputPaginateTypeDef(TypedDict):
|
|
7492
7852
|
SortBy: NotRequired[ModelSortKeyType]
|
|
7493
7853
|
SortOrder: NotRequired[OrderKeyType]
|
|
7494
7854
|
NameContains: NotRequired[str]
|
|
@@ -7496,7 +7856,7 @@ class ListModelsInputListModelsPaginateTypeDef(TypedDict):
|
|
|
7496
7856
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7497
7857
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7498
7858
|
|
|
7499
|
-
class
|
|
7859
|
+
class ListMonitoringAlertHistoryRequestPaginateTypeDef(TypedDict):
|
|
7500
7860
|
MonitoringScheduleName: NotRequired[str]
|
|
7501
7861
|
MonitoringAlertName: NotRequired[str]
|
|
7502
7862
|
SortBy: NotRequired[MonitoringAlertHistorySortKeyType]
|
|
@@ -7506,11 +7866,11 @@ class ListMonitoringAlertHistoryRequestListMonitoringAlertHistoryPaginateTypeDef
|
|
|
7506
7866
|
StatusEquals: NotRequired[MonitoringAlertStatusType]
|
|
7507
7867
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7508
7868
|
|
|
7509
|
-
class
|
|
7869
|
+
class ListMonitoringAlertsRequestPaginateTypeDef(TypedDict):
|
|
7510
7870
|
MonitoringScheduleName: str
|
|
7511
7871
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7512
7872
|
|
|
7513
|
-
class
|
|
7873
|
+
class ListMonitoringExecutionsRequestPaginateTypeDef(TypedDict):
|
|
7514
7874
|
MonitoringScheduleName: NotRequired[str]
|
|
7515
7875
|
EndpointName: NotRequired[str]
|
|
7516
7876
|
SortBy: NotRequired[MonitoringExecutionSortKeyType]
|
|
@@ -7526,7 +7886,7 @@ class ListMonitoringExecutionsRequestListMonitoringExecutionsPaginateTypeDef(Typ
|
|
|
7526
7886
|
MonitoringTypeEquals: NotRequired[MonitoringTypeType]
|
|
7527
7887
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7528
7888
|
|
|
7529
|
-
class
|
|
7889
|
+
class ListMonitoringSchedulesRequestPaginateTypeDef(TypedDict):
|
|
7530
7890
|
EndpointName: NotRequired[str]
|
|
7531
7891
|
SortBy: NotRequired[MonitoringScheduleSortKeyType]
|
|
7532
7892
|
SortOrder: NotRequired[SortOrderType]
|
|
@@ -7540,9 +7900,7 @@ class ListMonitoringSchedulesRequestListMonitoringSchedulesPaginateTypeDef(Typed
|
|
|
7540
7900
|
MonitoringTypeEquals: NotRequired[MonitoringTypeType]
|
|
7541
7901
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7542
7902
|
|
|
7543
|
-
class
|
|
7544
|
-
TypedDict
|
|
7545
|
-
):
|
|
7903
|
+
class ListNotebookInstanceLifecycleConfigsInputPaginateTypeDef(TypedDict):
|
|
7546
7904
|
SortBy: NotRequired[NotebookInstanceLifecycleConfigSortKeyType]
|
|
7547
7905
|
SortOrder: NotRequired[NotebookInstanceLifecycleConfigSortOrderType]
|
|
7548
7906
|
NameContains: NotRequired[str]
|
|
@@ -7552,7 +7910,7 @@ class ListNotebookInstanceLifecycleConfigsInputListNotebookInstanceLifecycleConf
|
|
|
7552
7910
|
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
7553
7911
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7554
7912
|
|
|
7555
|
-
class
|
|
7913
|
+
class ListNotebookInstancesInputPaginateTypeDef(TypedDict):
|
|
7556
7914
|
SortBy: NotRequired[NotebookInstanceSortKeyType]
|
|
7557
7915
|
SortOrder: NotRequired[NotebookInstanceSortOrderType]
|
|
7558
7916
|
NameContains: NotRequired[str]
|
|
@@ -7566,7 +7924,7 @@ class ListNotebookInstancesInputListNotebookInstancesPaginateTypeDef(TypedDict):
|
|
|
7566
7924
|
AdditionalCodeRepositoryEquals: NotRequired[str]
|
|
7567
7925
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7568
7926
|
|
|
7569
|
-
class
|
|
7927
|
+
class ListOptimizationJobsRequestPaginateTypeDef(TypedDict):
|
|
7570
7928
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7571
7929
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7572
7930
|
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -7578,12 +7936,15 @@ class ListOptimizationJobsRequestListOptimizationJobsPaginateTypeDef(TypedDict):
|
|
|
7578
7936
|
SortOrder: NotRequired[SortOrderType]
|
|
7579
7937
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7580
7938
|
|
|
7581
|
-
class
|
|
7939
|
+
class ListPartnerAppsRequestPaginateTypeDef(TypedDict):
|
|
7940
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7941
|
+
|
|
7942
|
+
class ListPipelineExecutionStepsRequestPaginateTypeDef(TypedDict):
|
|
7582
7943
|
PipelineExecutionArn: NotRequired[str]
|
|
7583
7944
|
SortOrder: NotRequired[SortOrderType]
|
|
7584
7945
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7585
7946
|
|
|
7586
|
-
class
|
|
7947
|
+
class ListPipelineExecutionsRequestPaginateTypeDef(TypedDict):
|
|
7587
7948
|
PipelineName: str
|
|
7588
7949
|
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
7589
7950
|
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
@@ -7591,13 +7952,11 @@ class ListPipelineExecutionsRequestListPipelineExecutionsPaginateTypeDef(TypedDi
|
|
|
7591
7952
|
SortOrder: NotRequired[SortOrderType]
|
|
7592
7953
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7593
7954
|
|
|
7594
|
-
class
|
|
7595
|
-
TypedDict
|
|
7596
|
-
):
|
|
7955
|
+
class ListPipelineParametersForExecutionRequestPaginateTypeDef(TypedDict):
|
|
7597
7956
|
PipelineExecutionArn: str
|
|
7598
7957
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7599
7958
|
|
|
7600
|
-
class
|
|
7959
|
+
class ListPipelinesRequestPaginateTypeDef(TypedDict):
|
|
7601
7960
|
PipelineNamePrefix: NotRequired[str]
|
|
7602
7961
|
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
7603
7962
|
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
@@ -7605,7 +7964,7 @@ class ListPipelinesRequestListPipelinesPaginateTypeDef(TypedDict):
|
|
|
7605
7964
|
SortOrder: NotRequired[SortOrderType]
|
|
7606
7965
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7607
7966
|
|
|
7608
|
-
class
|
|
7967
|
+
class ListProcessingJobsRequestPaginateTypeDef(TypedDict):
|
|
7609
7968
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7610
7969
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7611
7970
|
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -7616,7 +7975,7 @@ class ListProcessingJobsRequestListProcessingJobsPaginateTypeDef(TypedDict):
|
|
|
7616
7975
|
SortOrder: NotRequired[SortOrderType]
|
|
7617
7976
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7618
7977
|
|
|
7619
|
-
class
|
|
7978
|
+
class ListResourceCatalogsRequestPaginateTypeDef(TypedDict):
|
|
7620
7979
|
NameContains: NotRequired[str]
|
|
7621
7980
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7622
7981
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
@@ -7624,20 +7983,20 @@ class ListResourceCatalogsRequestListResourceCatalogsPaginateTypeDef(TypedDict):
|
|
|
7624
7983
|
SortBy: NotRequired[Literal["CreationTime"]]
|
|
7625
7984
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7626
7985
|
|
|
7627
|
-
class
|
|
7986
|
+
class ListSpacesRequestPaginateTypeDef(TypedDict):
|
|
7628
7987
|
SortOrder: NotRequired[SortOrderType]
|
|
7629
7988
|
SortBy: NotRequired[SpaceSortKeyType]
|
|
7630
7989
|
DomainIdEquals: NotRequired[str]
|
|
7631
7990
|
SpaceNameContains: NotRequired[str]
|
|
7632
7991
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7633
7992
|
|
|
7634
|
-
class
|
|
7993
|
+
class ListStageDevicesRequestPaginateTypeDef(TypedDict):
|
|
7635
7994
|
EdgeDeploymentPlanName: str
|
|
7636
7995
|
StageName: str
|
|
7637
7996
|
ExcludeDevicesDeployedInOtherStage: NotRequired[bool]
|
|
7638
7997
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7639
7998
|
|
|
7640
|
-
class
|
|
7999
|
+
class ListStudioLifecycleConfigsRequestPaginateTypeDef(TypedDict):
|
|
7641
8000
|
NameContains: NotRequired[str]
|
|
7642
8001
|
AppTypeEquals: NotRequired[StudioLifecycleConfigAppTypeType]
|
|
7643
8002
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
@@ -7648,24 +8007,22 @@ class ListStudioLifecycleConfigsRequestListStudioLifecycleConfigsPaginateTypeDef
|
|
|
7648
8007
|
SortOrder: NotRequired[SortOrderType]
|
|
7649
8008
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7650
8009
|
|
|
7651
|
-
class
|
|
8010
|
+
class ListSubscribedWorkteamsRequestPaginateTypeDef(TypedDict):
|
|
7652
8011
|
NameContains: NotRequired[str]
|
|
7653
8012
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7654
8013
|
|
|
7655
|
-
class
|
|
8014
|
+
class ListTagsInputPaginateTypeDef(TypedDict):
|
|
7656
8015
|
ResourceArn: str
|
|
7657
8016
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7658
8017
|
|
|
7659
|
-
class
|
|
7660
|
-
TypedDict
|
|
7661
|
-
):
|
|
8018
|
+
class ListTrainingJobsForHyperParameterTuningJobRequestPaginateTypeDef(TypedDict):
|
|
7662
8019
|
HyperParameterTuningJobName: str
|
|
7663
8020
|
StatusEquals: NotRequired[TrainingJobStatusType]
|
|
7664
8021
|
SortBy: NotRequired[TrainingJobSortByOptionsType]
|
|
7665
8022
|
SortOrder: NotRequired[SortOrderType]
|
|
7666
8023
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7667
8024
|
|
|
7668
|
-
class
|
|
8025
|
+
class ListTrainingJobsRequestPaginateTypeDef(TypedDict):
|
|
7669
8026
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7670
8027
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7671
8028
|
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -7675,9 +8032,10 @@ class ListTrainingJobsRequestListTrainingJobsPaginateTypeDef(TypedDict):
|
|
|
7675
8032
|
SortBy: NotRequired[SortByType]
|
|
7676
8033
|
SortOrder: NotRequired[SortOrderType]
|
|
7677
8034
|
WarmPoolStatusEquals: NotRequired[WarmPoolResourceStatusType]
|
|
8035
|
+
TrainingPlanArnEquals: NotRequired[str]
|
|
7678
8036
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7679
8037
|
|
|
7680
|
-
class
|
|
8038
|
+
class ListTransformJobsRequestPaginateTypeDef(TypedDict):
|
|
7681
8039
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7682
8040
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7683
8041
|
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -7688,7 +8046,7 @@ class ListTransformJobsRequestListTransformJobsPaginateTypeDef(TypedDict):
|
|
|
7688
8046
|
SortOrder: NotRequired[SortOrderType]
|
|
7689
8047
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7690
8048
|
|
|
7691
|
-
class
|
|
8049
|
+
class ListTrialComponentsRequestPaginateTypeDef(TypedDict):
|
|
7692
8050
|
ExperimentName: NotRequired[str]
|
|
7693
8051
|
TrialName: NotRequired[str]
|
|
7694
8052
|
SourceArn: NotRequired[str]
|
|
@@ -7698,7 +8056,7 @@ class ListTrialComponentsRequestListTrialComponentsPaginateTypeDef(TypedDict):
|
|
|
7698
8056
|
SortOrder: NotRequired[SortOrderType]
|
|
7699
8057
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7700
8058
|
|
|
7701
|
-
class
|
|
8059
|
+
class ListTrialsRequestPaginateTypeDef(TypedDict):
|
|
7702
8060
|
ExperimentName: NotRequired[str]
|
|
7703
8061
|
TrialComponentName: NotRequired[str]
|
|
7704
8062
|
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
@@ -7707,152 +8065,174 @@ class ListTrialsRequestListTrialsPaginateTypeDef(TypedDict):
|
|
|
7707
8065
|
SortOrder: NotRequired[SortOrderType]
|
|
7708
8066
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7709
8067
|
|
|
7710
|
-
class
|
|
8068
|
+
class ListUserProfilesRequestPaginateTypeDef(TypedDict):
|
|
7711
8069
|
SortOrder: NotRequired[SortOrderType]
|
|
7712
8070
|
SortBy: NotRequired[UserProfileSortKeyType]
|
|
7713
8071
|
DomainIdEquals: NotRequired[str]
|
|
7714
8072
|
UserProfileNameContains: NotRequired[str]
|
|
7715
8073
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7716
8074
|
|
|
7717
|
-
class
|
|
8075
|
+
class ListWorkforcesRequestPaginateTypeDef(TypedDict):
|
|
7718
8076
|
SortBy: NotRequired[ListWorkforcesSortByOptionsType]
|
|
7719
8077
|
SortOrder: NotRequired[SortOrderType]
|
|
7720
8078
|
NameContains: NotRequired[str]
|
|
7721
8079
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7722
8080
|
|
|
7723
|
-
class
|
|
8081
|
+
class ListWorkteamsRequestPaginateTypeDef(TypedDict):
|
|
7724
8082
|
SortBy: NotRequired[ListWorkteamsSortByOptionsType]
|
|
7725
8083
|
SortOrder: NotRequired[SortOrderType]
|
|
7726
8084
|
NameContains: NotRequired[str]
|
|
7727
8085
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7728
8086
|
|
|
7729
8087
|
class ListDataQualityJobDefinitionsResponseTypeDef(TypedDict):
|
|
7730
|
-
JobDefinitionSummaries:
|
|
8088
|
+
JobDefinitionSummaries: list[MonitoringJobDefinitionSummaryTypeDef]
|
|
7731
8089
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7732
8090
|
NextToken: NotRequired[str]
|
|
7733
8091
|
|
|
7734
8092
|
class ListModelBiasJobDefinitionsResponseTypeDef(TypedDict):
|
|
7735
|
-
JobDefinitionSummaries:
|
|
8093
|
+
JobDefinitionSummaries: list[MonitoringJobDefinitionSummaryTypeDef]
|
|
7736
8094
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7737
8095
|
NextToken: NotRequired[str]
|
|
7738
8096
|
|
|
7739
8097
|
class ListModelExplainabilityJobDefinitionsResponseTypeDef(TypedDict):
|
|
7740
|
-
JobDefinitionSummaries:
|
|
8098
|
+
JobDefinitionSummaries: list[MonitoringJobDefinitionSummaryTypeDef]
|
|
7741
8099
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7742
8100
|
NextToken: NotRequired[str]
|
|
7743
8101
|
|
|
7744
8102
|
class ListModelQualityJobDefinitionsResponseTypeDef(TypedDict):
|
|
7745
|
-
JobDefinitionSummaries:
|
|
8103
|
+
JobDefinitionSummaries: list[MonitoringJobDefinitionSummaryTypeDef]
|
|
7746
8104
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7747
8105
|
NextToken: NotRequired[str]
|
|
7748
8106
|
|
|
7749
8107
|
class ListMlflowTrackingServersResponseTypeDef(TypedDict):
|
|
7750
|
-
TrackingServerSummaries:
|
|
8108
|
+
TrackingServerSummaries: list[TrackingServerSummaryTypeDef]
|
|
7751
8109
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7752
8110
|
NextToken: NotRequired[str]
|
|
7753
8111
|
|
|
7754
8112
|
class ListModelCardExportJobsResponseTypeDef(TypedDict):
|
|
7755
|
-
ModelCardExportJobSummaries:
|
|
8113
|
+
ModelCardExportJobSummaries: list[ModelCardExportJobSummaryTypeDef]
|
|
7756
8114
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7757
8115
|
NextToken: NotRequired[str]
|
|
7758
8116
|
|
|
7759
8117
|
class ListModelCardVersionsResponseTypeDef(TypedDict):
|
|
7760
|
-
ModelCardVersionSummaryList:
|
|
8118
|
+
ModelCardVersionSummaryList: list[ModelCardVersionSummaryTypeDef]
|
|
7761
8119
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7762
8120
|
NextToken: NotRequired[str]
|
|
7763
8121
|
|
|
7764
8122
|
class ListModelCardsResponseTypeDef(TypedDict):
|
|
7765
|
-
ModelCardSummaries:
|
|
8123
|
+
ModelCardSummaries: list[ModelCardSummaryTypeDef]
|
|
7766
8124
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7767
8125
|
NextToken: NotRequired[str]
|
|
7768
8126
|
|
|
7769
8127
|
class ListModelMetadataResponseTypeDef(TypedDict):
|
|
7770
|
-
ModelMetadataSummaries:
|
|
8128
|
+
ModelMetadataSummaries: list[ModelMetadataSummaryTypeDef]
|
|
7771
8129
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7772
8130
|
NextToken: NotRequired[str]
|
|
7773
8131
|
|
|
7774
8132
|
class ListModelPackageGroupsOutputTypeDef(TypedDict):
|
|
7775
|
-
ModelPackageGroupSummaryList:
|
|
8133
|
+
ModelPackageGroupSummaryList: list[ModelPackageGroupSummaryTypeDef]
|
|
7776
8134
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7777
8135
|
NextToken: NotRequired[str]
|
|
7778
8136
|
|
|
7779
8137
|
class ListModelPackagesOutputTypeDef(TypedDict):
|
|
7780
|
-
ModelPackageSummaryList:
|
|
8138
|
+
ModelPackageSummaryList: list[ModelPackageSummaryTypeDef]
|
|
7781
8139
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7782
8140
|
NextToken: NotRequired[str]
|
|
7783
8141
|
|
|
7784
8142
|
class ListModelsOutputTypeDef(TypedDict):
|
|
7785
|
-
Models:
|
|
8143
|
+
Models: list[ModelSummaryTypeDef]
|
|
7786
8144
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7787
8145
|
NextToken: NotRequired[str]
|
|
7788
8146
|
|
|
7789
8147
|
class ListMonitoringAlertHistoryResponseTypeDef(TypedDict):
|
|
7790
|
-
MonitoringAlertHistory:
|
|
8148
|
+
MonitoringAlertHistory: list[MonitoringAlertHistorySummaryTypeDef]
|
|
7791
8149
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7792
8150
|
NextToken: NotRequired[str]
|
|
7793
8151
|
|
|
7794
8152
|
class ListMonitoringSchedulesResponseTypeDef(TypedDict):
|
|
7795
|
-
MonitoringScheduleSummaries:
|
|
8153
|
+
MonitoringScheduleSummaries: list[MonitoringScheduleSummaryTypeDef]
|
|
7796
8154
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7797
8155
|
NextToken: NotRequired[str]
|
|
7798
8156
|
|
|
7799
8157
|
class ListNotebookInstanceLifecycleConfigsOutputTypeDef(TypedDict):
|
|
7800
|
-
NotebookInstanceLifecycleConfigs:
|
|
8158
|
+
NotebookInstanceLifecycleConfigs: list[NotebookInstanceLifecycleConfigSummaryTypeDef]
|
|
7801
8159
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7802
8160
|
NextToken: NotRequired[str]
|
|
7803
8161
|
|
|
7804
8162
|
class ListNotebookInstancesOutputTypeDef(TypedDict):
|
|
7805
|
-
NotebookInstances:
|
|
8163
|
+
NotebookInstances: list[NotebookInstanceSummaryTypeDef]
|
|
7806
8164
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7807
8165
|
NextToken: NotRequired[str]
|
|
7808
8166
|
|
|
7809
8167
|
class ListOptimizationJobsResponseTypeDef(TypedDict):
|
|
7810
|
-
OptimizationJobSummaries:
|
|
8168
|
+
OptimizationJobSummaries: list[OptimizationJobSummaryTypeDef]
|
|
8169
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
8170
|
+
NextToken: NotRequired[str]
|
|
8171
|
+
|
|
8172
|
+
class ListPartnerAppsResponseTypeDef(TypedDict):
|
|
8173
|
+
Summaries: list[PartnerAppSummaryTypeDef]
|
|
7811
8174
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7812
8175
|
NextToken: NotRequired[str]
|
|
7813
8176
|
|
|
7814
8177
|
class ListPipelineExecutionsResponseTypeDef(TypedDict):
|
|
7815
|
-
PipelineExecutionSummaries:
|
|
8178
|
+
PipelineExecutionSummaries: list[PipelineExecutionSummaryTypeDef]
|
|
7816
8179
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7817
8180
|
NextToken: NotRequired[str]
|
|
7818
8181
|
|
|
7819
8182
|
class ListPipelineParametersForExecutionResponseTypeDef(TypedDict):
|
|
7820
|
-
PipelineParameters:
|
|
8183
|
+
PipelineParameters: list[ParameterTypeDef]
|
|
7821
8184
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7822
8185
|
NextToken: NotRequired[str]
|
|
7823
8186
|
|
|
7824
8187
|
class ListPipelinesResponseTypeDef(TypedDict):
|
|
7825
|
-
PipelineSummaries:
|
|
8188
|
+
PipelineSummaries: list[PipelineSummaryTypeDef]
|
|
7826
8189
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7827
8190
|
NextToken: NotRequired[str]
|
|
7828
8191
|
|
|
7829
8192
|
class ListProcessingJobsResponseTypeDef(TypedDict):
|
|
7830
|
-
ProcessingJobSummaries:
|
|
8193
|
+
ProcessingJobSummaries: list[ProcessingJobSummaryTypeDef]
|
|
7831
8194
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7832
8195
|
NextToken: NotRequired[str]
|
|
7833
8196
|
|
|
7834
8197
|
class ListProjectsOutputTypeDef(TypedDict):
|
|
7835
|
-
ProjectSummaryList:
|
|
8198
|
+
ProjectSummaryList: list[ProjectSummaryTypeDef]
|
|
7836
8199
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7837
8200
|
NextToken: NotRequired[str]
|
|
7838
8201
|
|
|
7839
8202
|
class ListResourceCatalogsResponseTypeDef(TypedDict):
|
|
7840
|
-
ResourceCatalogs:
|
|
8203
|
+
ResourceCatalogs: list[ResourceCatalogTypeDef]
|
|
7841
8204
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7842
8205
|
NextToken: NotRequired[str]
|
|
7843
8206
|
|
|
7844
8207
|
class ListStudioLifecycleConfigsResponseTypeDef(TypedDict):
|
|
7845
|
-
StudioLifecycleConfigs:
|
|
8208
|
+
StudioLifecycleConfigs: list[StudioLifecycleConfigDetailsTypeDef]
|
|
7846
8209
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7847
8210
|
NextToken: NotRequired[str]
|
|
7848
8211
|
|
|
8212
|
+
class ListTrainingPlansRequestPaginateTypeDef(TypedDict):
|
|
8213
|
+
StartTimeAfter: NotRequired[TimestampTypeDef]
|
|
8214
|
+
StartTimeBefore: NotRequired[TimestampTypeDef]
|
|
8215
|
+
SortBy: NotRequired[TrainingPlanSortByType]
|
|
8216
|
+
SortOrder: NotRequired[TrainingPlanSortOrderType]
|
|
8217
|
+
Filters: NotRequired[Sequence[TrainingPlanFilterTypeDef]]
|
|
8218
|
+
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8219
|
+
|
|
8220
|
+
class ListTrainingPlansRequestRequestTypeDef(TypedDict):
|
|
8221
|
+
NextToken: NotRequired[str]
|
|
8222
|
+
MaxResults: NotRequired[int]
|
|
8223
|
+
StartTimeAfter: NotRequired[TimestampTypeDef]
|
|
8224
|
+
StartTimeBefore: NotRequired[TimestampTypeDef]
|
|
8225
|
+
SortBy: NotRequired[TrainingPlanSortByType]
|
|
8226
|
+
SortOrder: NotRequired[TrainingPlanSortOrderType]
|
|
8227
|
+
Filters: NotRequired[Sequence[TrainingPlanFilterTypeDef]]
|
|
8228
|
+
|
|
7849
8229
|
class ListTransformJobsResponseTypeDef(TypedDict):
|
|
7850
|
-
TransformJobSummaries:
|
|
8230
|
+
TransformJobSummaries: list[TransformJobSummaryTypeDef]
|
|
7851
8231
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7852
8232
|
NextToken: NotRequired[str]
|
|
7853
8233
|
|
|
7854
8234
|
class ListUserProfilesResponseTypeDef(TypedDict):
|
|
7855
|
-
UserProfiles:
|
|
8235
|
+
UserProfiles: list[UserProfileDetailsTypeDef]
|
|
7856
8236
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7857
8237
|
NextToken: NotRequired[str]
|
|
7858
8238
|
|
|
@@ -7875,7 +8255,7 @@ class S3ModelDataSourceTypeDef(TypedDict):
|
|
|
7875
8255
|
class TextGenerationJobConfigOutputTypeDef(TypedDict):
|
|
7876
8256
|
CompletionCriteria: NotRequired[AutoMLJobCompletionCriteriaTypeDef]
|
|
7877
8257
|
BaseModelName: NotRequired[str]
|
|
7878
|
-
TextGenerationHyperParameters: NotRequired[
|
|
8258
|
+
TextGenerationHyperParameters: NotRequired[dict[str, str]]
|
|
7879
8259
|
ModelAccessConfig: NotRequired[ModelAccessConfigTypeDef]
|
|
7880
8260
|
|
|
7881
8261
|
class TextGenerationJobConfigTypeDef(TypedDict):
|
|
@@ -7897,7 +8277,7 @@ class ModelInfrastructureConfigTypeDef(TypedDict):
|
|
|
7897
8277
|
|
|
7898
8278
|
class RecommendationJobStoppingConditionsOutputTypeDef(TypedDict):
|
|
7899
8279
|
MaxInvocations: NotRequired[int]
|
|
7900
|
-
ModelLatencyThresholds: NotRequired[
|
|
8280
|
+
ModelLatencyThresholds: NotRequired[list[ModelLatencyThresholdTypeDef]]
|
|
7901
8281
|
FlatInvocations: NotRequired[FlatInvocationsType]
|
|
7902
8282
|
|
|
7903
8283
|
class RecommendationJobStoppingConditionsTypeDef(TypedDict):
|
|
@@ -7909,8 +8289,8 @@ class ModelMetadataSearchExpressionTypeDef(TypedDict):
|
|
|
7909
8289
|
Filters: NotRequired[Sequence[ModelMetadataFilterTypeDef]]
|
|
7910
8290
|
|
|
7911
8291
|
class ModelPackageStatusDetailsTypeDef(TypedDict):
|
|
7912
|
-
ValidationStatuses:
|
|
7913
|
-
ImageScanStatuses: NotRequired[
|
|
8292
|
+
ValidationStatuses: list[ModelPackageStatusItemTypeDef]
|
|
8293
|
+
ImageScanStatuses: NotRequired[list[ModelPackageStatusItemTypeDef]]
|
|
7914
8294
|
|
|
7915
8295
|
ModelQuantizationConfigUnionTypeDef = Union[
|
|
7916
8296
|
ModelQuantizationConfigTypeDef, ModelQuantizationConfigOutputTypeDef
|
|
@@ -7934,7 +8314,7 @@ class MonitoringResourcesTypeDef(TypedDict):
|
|
|
7934
8314
|
class MonitoringDatasetFormatOutputTypeDef(TypedDict):
|
|
7935
8315
|
Csv: NotRequired[MonitoringCsvDatasetFormatTypeDef]
|
|
7936
8316
|
Json: NotRequired[MonitoringJsonDatasetFormatTypeDef]
|
|
7937
|
-
Parquet: NotRequired[
|
|
8317
|
+
Parquet: NotRequired[dict[str, Any]]
|
|
7938
8318
|
|
|
7939
8319
|
class MonitoringDatasetFormatTypeDef(TypedDict):
|
|
7940
8320
|
Csv: NotRequired[MonitoringCsvDatasetFormatTypeDef]
|
|
@@ -7976,14 +8356,14 @@ class OutputConfigTypeDef(TypedDict):
|
|
|
7976
8356
|
|
|
7977
8357
|
class PendingProductionVariantSummaryTypeDef(TypedDict):
|
|
7978
8358
|
VariantName: str
|
|
7979
|
-
DeployedImages: NotRequired[
|
|
8359
|
+
DeployedImages: NotRequired[list[DeployedImageTypeDef]]
|
|
7980
8360
|
CurrentWeight: NotRequired[float]
|
|
7981
8361
|
DesiredWeight: NotRequired[float]
|
|
7982
8362
|
CurrentInstanceCount: NotRequired[int]
|
|
7983
8363
|
DesiredInstanceCount: NotRequired[int]
|
|
7984
8364
|
InstanceType: NotRequired[ProductionVariantInstanceTypeType]
|
|
7985
8365
|
AcceleratorType: NotRequired[ProductionVariantAcceleratorTypeType]
|
|
7986
|
-
VariantStatus: NotRequired[
|
|
8366
|
+
VariantStatus: NotRequired[list[ProductionVariantStatusTypeDef]]
|
|
7987
8367
|
CurrentServerlessConfig: NotRequired[ProductionVariantServerlessConfigTypeDef]
|
|
7988
8368
|
DesiredServerlessConfig: NotRequired[ProductionVariantServerlessConfigTypeDef]
|
|
7989
8369
|
ManagedInstanceScaling: NotRequired[ProductionVariantManagedInstanceScalingTypeDef]
|
|
@@ -7991,17 +8371,25 @@ class PendingProductionVariantSummaryTypeDef(TypedDict):
|
|
|
7991
8371
|
|
|
7992
8372
|
class ProductionVariantSummaryTypeDef(TypedDict):
|
|
7993
8373
|
VariantName: str
|
|
7994
|
-
DeployedImages: NotRequired[
|
|
8374
|
+
DeployedImages: NotRequired[list[DeployedImageTypeDef]]
|
|
7995
8375
|
CurrentWeight: NotRequired[float]
|
|
7996
8376
|
DesiredWeight: NotRequired[float]
|
|
7997
8377
|
CurrentInstanceCount: NotRequired[int]
|
|
7998
8378
|
DesiredInstanceCount: NotRequired[int]
|
|
7999
|
-
VariantStatus: NotRequired[
|
|
8379
|
+
VariantStatus: NotRequired[list[ProductionVariantStatusTypeDef]]
|
|
8000
8380
|
CurrentServerlessConfig: NotRequired[ProductionVariantServerlessConfigTypeDef]
|
|
8001
8381
|
DesiredServerlessConfig: NotRequired[ProductionVariantServerlessConfigTypeDef]
|
|
8002
8382
|
ManagedInstanceScaling: NotRequired[ProductionVariantManagedInstanceScalingTypeDef]
|
|
8003
8383
|
RoutingConfig: NotRequired[ProductionVariantRoutingConfigTypeDef]
|
|
8004
8384
|
|
|
8385
|
+
class SchedulerConfigOutputTypeDef(TypedDict):
|
|
8386
|
+
PriorityClasses: NotRequired[list[PriorityClassTypeDef]]
|
|
8387
|
+
FairShare: NotRequired[FairShareType]
|
|
8388
|
+
|
|
8389
|
+
class SchedulerConfigTypeDef(TypedDict):
|
|
8390
|
+
PriorityClasses: NotRequired[Sequence[PriorityClassTypeDef]]
|
|
8391
|
+
FairShare: NotRequired[FairShareType]
|
|
8392
|
+
|
|
8005
8393
|
class ProcessingResourcesTypeDef(TypedDict):
|
|
8006
8394
|
ClusterConfig: ProcessingClusterConfigTypeDef
|
|
8007
8395
|
|
|
@@ -8039,7 +8427,7 @@ class ServiceCatalogProvisioningDetailsOutputTypeDef(TypedDict):
|
|
|
8039
8427
|
ProductId: str
|
|
8040
8428
|
ProvisioningArtifactId: NotRequired[str]
|
|
8041
8429
|
PathId: NotRequired[str]
|
|
8042
|
-
ProvisioningParameters: NotRequired[
|
|
8430
|
+
ProvisioningParameters: NotRequired[list[ProvisioningParameterTypeDef]]
|
|
8043
8431
|
|
|
8044
8432
|
class ServiceCatalogProvisioningDetailsTypeDef(TypedDict):
|
|
8045
8433
|
ProductId: str
|
|
@@ -8055,8 +8443,8 @@ class PublicWorkforceTaskPriceTypeDef(TypedDict):
|
|
|
8055
8443
|
AmountInUsd: NotRequired[USDTypeDef]
|
|
8056
8444
|
|
|
8057
8445
|
class QueryLineageResponseTypeDef(TypedDict):
|
|
8058
|
-
Vertices:
|
|
8059
|
-
Edges:
|
|
8446
|
+
Vertices: list[VertexTypeDef]
|
|
8447
|
+
Edges: list[EdgeTypeDef]
|
|
8060
8448
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8061
8449
|
NextToken: NotRequired[str]
|
|
8062
8450
|
|
|
@@ -8071,10 +8459,10 @@ class RecommendationJobContainerConfigOutputTypeDef(TypedDict):
|
|
|
8071
8459
|
FrameworkVersion: NotRequired[str]
|
|
8072
8460
|
PayloadConfig: NotRequired[RecommendationJobPayloadConfigOutputTypeDef]
|
|
8073
8461
|
NearestModelName: NotRequired[str]
|
|
8074
|
-
SupportedInstanceTypes: NotRequired[
|
|
8462
|
+
SupportedInstanceTypes: NotRequired[list[str]]
|
|
8075
8463
|
SupportedEndpointType: NotRequired[RecommendationJobSupportedEndpointTypeType]
|
|
8076
8464
|
DataInputConfig: NotRequired[str]
|
|
8077
|
-
SupportedResponseMIMETypes: NotRequired[
|
|
8465
|
+
SupportedResponseMIMETypes: NotRequired[list[str]]
|
|
8078
8466
|
|
|
8079
8467
|
RecommendationJobPayloadConfigUnionTypeDef = Union[
|
|
8080
8468
|
RecommendationJobPayloadConfigTypeDef, RecommendationJobPayloadConfigOutputTypeDef
|
|
@@ -8091,9 +8479,20 @@ class RenderUiTemplateRequestRequestTypeDef(TypedDict):
|
|
|
8091
8479
|
|
|
8092
8480
|
class RenderUiTemplateResponseTypeDef(TypedDict):
|
|
8093
8481
|
RenderedContent: str
|
|
8094
|
-
Errors:
|
|
8482
|
+
Errors: list[RenderingErrorTypeDef]
|
|
8095
8483
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8096
8484
|
|
|
8485
|
+
class TrainingPlanOfferingTypeDef(TypedDict):
|
|
8486
|
+
TrainingPlanOfferingId: str
|
|
8487
|
+
TargetResources: list[SageMakerResourceNameType]
|
|
8488
|
+
RequestedStartTimeAfter: NotRequired[datetime]
|
|
8489
|
+
RequestedEndTimeBefore: NotRequired[datetime]
|
|
8490
|
+
DurationHours: NotRequired[int]
|
|
8491
|
+
DurationMinutes: NotRequired[int]
|
|
8492
|
+
UpfrontFee: NotRequired[str]
|
|
8493
|
+
CurrencyCode: NotRequired[str]
|
|
8494
|
+
ReservedCapacityOfferings: NotRequired[list[ReservedCapacityOfferingTypeDef]]
|
|
8495
|
+
|
|
8097
8496
|
class UpdateTrainingJobRequestRequestTypeDef(TypedDict):
|
|
8098
8497
|
TrainingJobName: str
|
|
8099
8498
|
ProfilerConfig: NotRequired[ProfilerConfigForUpdateTypeDef]
|
|
@@ -8104,7 +8503,7 @@ class UpdateTrainingJobRequestRequestTypeDef(TypedDict):
|
|
|
8104
8503
|
S3DataSourceUnionTypeDef = Union[S3DataSourceTypeDef, S3DataSourceOutputTypeDef]
|
|
8105
8504
|
|
|
8106
8505
|
class SelectiveExecutionConfigOutputTypeDef(TypedDict):
|
|
8107
|
-
SelectedSteps:
|
|
8506
|
+
SelectedSteps: list[SelectedStepTypeDef]
|
|
8108
8507
|
SourcePipelineExecutionArn: NotRequired[str]
|
|
8109
8508
|
|
|
8110
8509
|
class SelectiveExecutionConfigTypeDef(TypedDict):
|
|
@@ -8113,7 +8512,7 @@ class SelectiveExecutionConfigTypeDef(TypedDict):
|
|
|
8113
8512
|
|
|
8114
8513
|
class ShadowModeConfigOutputTypeDef(TypedDict):
|
|
8115
8514
|
SourceModelVariantName: str
|
|
8116
|
-
ShadowModelVariants:
|
|
8515
|
+
ShadowModelVariants: list[ShadowModelVariantConfigTypeDef]
|
|
8117
8516
|
|
|
8118
8517
|
class ShadowModeConfigTypeDef(TypedDict):
|
|
8119
8518
|
SourceModelVariantName: str
|
|
@@ -8124,7 +8523,7 @@ class SpaceAppLifecycleManagementTypeDef(TypedDict):
|
|
|
8124
8523
|
|
|
8125
8524
|
class TrafficPatternOutputTypeDef(TypedDict):
|
|
8126
8525
|
TrafficType: NotRequired[TrafficTypeType]
|
|
8127
|
-
Phases: NotRequired[
|
|
8526
|
+
Phases: NotRequired[list[PhaseTypeDef]]
|
|
8128
8527
|
Stairs: NotRequired[StairsTypeDef]
|
|
8129
8528
|
|
|
8130
8529
|
class TrafficPatternTypeDef(TypedDict):
|
|
@@ -8158,7 +8557,7 @@ class WorkforceTypeDef(TypedDict):
|
|
|
8158
8557
|
FailureReason: NotRequired[str]
|
|
8159
8558
|
|
|
8160
8559
|
class ListActionsResponseTypeDef(TypedDict):
|
|
8161
|
-
ActionSummaries:
|
|
8560
|
+
ActionSummaries: list[ActionSummaryTypeDef]
|
|
8162
8561
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8163
8562
|
NextToken: NotRequired[str]
|
|
8164
8563
|
|
|
@@ -8168,12 +8567,12 @@ HyperParameterAlgorithmSpecificationUnionTypeDef = Union[
|
|
|
8168
8567
|
]
|
|
8169
8568
|
|
|
8170
8569
|
class ListAppsResponseTypeDef(TypedDict):
|
|
8171
|
-
Apps:
|
|
8570
|
+
Apps: list[AppDetailsTypeDef]
|
|
8172
8571
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8173
8572
|
NextToken: NotRequired[str]
|
|
8174
8573
|
|
|
8175
8574
|
class DomainSettingsOutputTypeDef(TypedDict):
|
|
8176
|
-
SecurityGroupIds: NotRequired[
|
|
8575
|
+
SecurityGroupIds: NotRequired[list[str]]
|
|
8177
8576
|
RStudioServerProDomainSettings: NotRequired[RStudioServerProDomainSettingsTypeDef]
|
|
8178
8577
|
ExecutionRoleIdentityConfig: NotRequired[ExecutionRoleIdentityConfigType]
|
|
8179
8578
|
DockerSettings: NotRequired[DockerSettingsOutputTypeDef]
|
|
@@ -8181,8 +8580,8 @@ class DomainSettingsOutputTypeDef(TypedDict):
|
|
|
8181
8580
|
|
|
8182
8581
|
class CodeEditorAppSettingsOutputTypeDef(TypedDict):
|
|
8183
8582
|
DefaultResourceSpec: NotRequired[ResourceSpecTypeDef]
|
|
8184
|
-
CustomImages: NotRequired[
|
|
8185
|
-
LifecycleConfigArns: NotRequired[
|
|
8583
|
+
CustomImages: NotRequired[list[CustomImageTypeDef]]
|
|
8584
|
+
LifecycleConfigArns: NotRequired[list[str]]
|
|
8186
8585
|
AppLifecycleManagement: NotRequired[AppLifecycleManagementTypeDef]
|
|
8187
8586
|
BuiltInLifecycleConfigArn: NotRequired[str]
|
|
8188
8587
|
|
|
@@ -8195,9 +8594,9 @@ class CodeEditorAppSettingsTypeDef(TypedDict):
|
|
|
8195
8594
|
|
|
8196
8595
|
class JupyterLabAppSettingsOutputTypeDef(TypedDict):
|
|
8197
8596
|
DefaultResourceSpec: NotRequired[ResourceSpecTypeDef]
|
|
8198
|
-
CustomImages: NotRequired[
|
|
8199
|
-
LifecycleConfigArns: NotRequired[
|
|
8200
|
-
CodeRepositories: NotRequired[
|
|
8597
|
+
CustomImages: NotRequired[list[CustomImageTypeDef]]
|
|
8598
|
+
LifecycleConfigArns: NotRequired[list[str]]
|
|
8599
|
+
CodeRepositories: NotRequired[list[CodeRepositoryTypeDef]]
|
|
8201
8600
|
AppLifecycleManagement: NotRequired[AppLifecycleManagementTypeDef]
|
|
8202
8601
|
EmrSettings: NotRequired[EmrSettingsOutputTypeDef]
|
|
8203
8602
|
BuiltInLifecycleConfigArn: NotRequired[str]
|
|
@@ -8248,9 +8647,9 @@ class TimeSeriesForecastingJobConfigOutputTypeDef(TypedDict):
|
|
|
8248
8647
|
TimeSeriesConfig: TimeSeriesConfigOutputTypeDef
|
|
8249
8648
|
FeatureSpecificationS3Uri: NotRequired[str]
|
|
8250
8649
|
CompletionCriteria: NotRequired[AutoMLJobCompletionCriteriaTypeDef]
|
|
8251
|
-
ForecastQuantiles: NotRequired[
|
|
8650
|
+
ForecastQuantiles: NotRequired[list[str]]
|
|
8252
8651
|
Transformations: NotRequired[TimeSeriesTransformationsOutputTypeDef]
|
|
8253
|
-
HolidayConfig: NotRequired[
|
|
8652
|
+
HolidayConfig: NotRequired[list[HolidayConfigAttributesTypeDef]]
|
|
8254
8653
|
CandidateGenerationConfig: NotRequired[CandidateGenerationConfigOutputTypeDef]
|
|
8255
8654
|
|
|
8256
8655
|
class AutoMLCandidateGenerationConfigTypeDef(TypedDict):
|
|
@@ -8275,7 +8674,7 @@ class AutoMLJobChannelTypeDef(TypedDict):
|
|
|
8275
8674
|
DataSource: NotRequired[AutoMLDataSourceTypeDef]
|
|
8276
8675
|
|
|
8277
8676
|
class ListAutoMLJobsResponseTypeDef(TypedDict):
|
|
8278
|
-
AutoMLJobSummaries:
|
|
8677
|
+
AutoMLJobSummaries: list[AutoMLJobSummaryTypeDef]
|
|
8279
8678
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8280
8679
|
NextToken: NotRequired[str]
|
|
8281
8680
|
|
|
@@ -8323,17 +8722,17 @@ class PipelineExecutionStepMetadataTypeDef(TypedDict):
|
|
|
8323
8722
|
class AutoMLCandidateTypeDef(TypedDict):
|
|
8324
8723
|
CandidateName: str
|
|
8325
8724
|
ObjectiveStatus: ObjectiveStatusType
|
|
8326
|
-
CandidateSteps:
|
|
8725
|
+
CandidateSteps: list[AutoMLCandidateStepTypeDef]
|
|
8327
8726
|
CandidateStatus: CandidateStatusType
|
|
8328
8727
|
CreationTime: datetime
|
|
8329
8728
|
LastModifiedTime: datetime
|
|
8330
8729
|
FinalAutoMLJobObjectiveMetric: NotRequired[FinalAutoMLJobObjectiveMetricTypeDef]
|
|
8331
|
-
InferenceContainers: NotRequired[
|
|
8730
|
+
InferenceContainers: NotRequired[list[AutoMLContainerDefinitionTypeDef]]
|
|
8332
8731
|
EndTime: NotRequired[datetime]
|
|
8333
8732
|
FailureReason: NotRequired[str]
|
|
8334
8733
|
CandidateProperties: NotRequired[CandidatePropertiesTypeDef]
|
|
8335
8734
|
InferenceContainerDefinitions: NotRequired[
|
|
8336
|
-
|
|
8735
|
+
dict[AutoMLProcessingUnitType, list[AutoMLContainerDefinitionTypeDef]]
|
|
8337
8736
|
]
|
|
8338
8737
|
|
|
8339
8738
|
CanvasAppSettingsUnionTypeDef = Union[CanvasAppSettingsTypeDef, CanvasAppSettingsOutputTypeDef]
|
|
@@ -8396,8 +8795,11 @@ class ClusterInstanceGroupDetailsTypeDef(TypedDict):
|
|
|
8396
8795
|
LifeCycleConfig: NotRequired[ClusterLifeCycleConfigTypeDef]
|
|
8397
8796
|
ExecutionRole: NotRequired[str]
|
|
8398
8797
|
ThreadsPerCore: NotRequired[int]
|
|
8399
|
-
InstanceStorageConfigs: NotRequired[
|
|
8400
|
-
OnStartDeepHealthChecks: NotRequired[
|
|
8798
|
+
InstanceStorageConfigs: NotRequired[list[ClusterInstanceStorageConfigTypeDef]]
|
|
8799
|
+
OnStartDeepHealthChecks: NotRequired[list[DeepHealthCheckTypeType]]
|
|
8800
|
+
Status: NotRequired[InstanceGroupStatusType]
|
|
8801
|
+
TrainingPlanArn: NotRequired[str]
|
|
8802
|
+
TrainingPlanStatus: NotRequired[str]
|
|
8401
8803
|
OverrideVpcConfig: NotRequired[VpcConfigOutputTypeDef]
|
|
8402
8804
|
|
|
8403
8805
|
class ClusterNodeDetailsTypeDef(TypedDict):
|
|
@@ -8409,14 +8811,14 @@ class ClusterNodeDetailsTypeDef(TypedDict):
|
|
|
8409
8811
|
LifeCycleConfig: NotRequired[ClusterLifeCycleConfigTypeDef]
|
|
8410
8812
|
OverrideVpcConfig: NotRequired[VpcConfigOutputTypeDef]
|
|
8411
8813
|
ThreadsPerCore: NotRequired[int]
|
|
8412
|
-
InstanceStorageConfigs: NotRequired[
|
|
8814
|
+
InstanceStorageConfigs: NotRequired[list[ClusterInstanceStorageConfigTypeDef]]
|
|
8413
8815
|
PrivatePrimaryIp: NotRequired[str]
|
|
8414
8816
|
PrivateDnsHostname: NotRequired[str]
|
|
8415
8817
|
Placement: NotRequired[ClusterInstancePlacementTypeDef]
|
|
8416
8818
|
|
|
8417
8819
|
class ListClusterNodesResponseTypeDef(TypedDict):
|
|
8418
8820
|
NextToken: str
|
|
8419
|
-
ClusterNodeSummaries:
|
|
8821
|
+
ClusterNodeSummaries: list[ClusterNodeSummaryTypeDef]
|
|
8420
8822
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8421
8823
|
|
|
8422
8824
|
KernelGatewayAppSettingsUnionTypeDef = Union[
|
|
@@ -8427,7 +8829,7 @@ RSessionAppSettingsUnionTypeDef = Union[
|
|
|
8427
8829
|
]
|
|
8428
8830
|
|
|
8429
8831
|
class ListCodeRepositoriesOutputTypeDef(TypedDict):
|
|
8430
|
-
CodeRepositorySummaryList:
|
|
8832
|
+
CodeRepositorySummaryList: list[CodeRepositorySummaryTypeDef]
|
|
8431
8833
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8432
8834
|
NextToken: NotRequired[str]
|
|
8433
8835
|
|
|
@@ -8447,6 +8849,36 @@ class DebugHookConfigTypeDef(TypedDict):
|
|
|
8447
8849
|
HookParameters: NotRequired[Mapping[str, str]]
|
|
8448
8850
|
CollectionConfigurations: NotRequired[Sequence[CollectionConfigurationUnionTypeDef]]
|
|
8449
8851
|
|
|
8852
|
+
class ComputeQuotaSummaryTypeDef(TypedDict):
|
|
8853
|
+
ComputeQuotaArn: str
|
|
8854
|
+
ComputeQuotaId: str
|
|
8855
|
+
Name: str
|
|
8856
|
+
Status: SchedulerResourceStatusType
|
|
8857
|
+
ComputeQuotaTarget: ComputeQuotaTargetTypeDef
|
|
8858
|
+
CreationTime: datetime
|
|
8859
|
+
ComputeQuotaVersion: NotRequired[int]
|
|
8860
|
+
ClusterArn: NotRequired[str]
|
|
8861
|
+
ComputeQuotaConfig: NotRequired[ComputeQuotaConfigOutputTypeDef]
|
|
8862
|
+
ActivationState: NotRequired[ActivationStateType]
|
|
8863
|
+
LastModifiedTime: NotRequired[datetime]
|
|
8864
|
+
|
|
8865
|
+
class CreateComputeQuotaRequestRequestTypeDef(TypedDict):
|
|
8866
|
+
Name: str
|
|
8867
|
+
ClusterArn: str
|
|
8868
|
+
ComputeQuotaConfig: ComputeQuotaConfigTypeDef
|
|
8869
|
+
ComputeQuotaTarget: ComputeQuotaTargetTypeDef
|
|
8870
|
+
Description: NotRequired[str]
|
|
8871
|
+
ActivationState: NotRequired[ActivationStateType]
|
|
8872
|
+
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
8873
|
+
|
|
8874
|
+
class UpdateComputeQuotaRequestRequestTypeDef(TypedDict):
|
|
8875
|
+
ComputeQuotaId: str
|
|
8876
|
+
TargetVersion: int
|
|
8877
|
+
ComputeQuotaConfig: NotRequired[ComputeQuotaConfigTypeDef]
|
|
8878
|
+
ComputeQuotaTarget: NotRequired[ComputeQuotaTargetTypeDef]
|
|
8879
|
+
ActivationState: NotRequired[ActivationStateType]
|
|
8880
|
+
Description: NotRequired[str]
|
|
8881
|
+
|
|
8450
8882
|
class CodeEditorAppImageConfigTypeDef(TypedDict):
|
|
8451
8883
|
FileSystemConfig: NotRequired[FileSystemConfigTypeDef]
|
|
8452
8884
|
ContainerConfig: NotRequired[ContainerConfigUnionTypeDef]
|
|
@@ -8456,7 +8888,7 @@ class JupyterLabAppImageConfigTypeDef(TypedDict):
|
|
|
8456
8888
|
ContainerConfig: NotRequired[ContainerConfigUnionTypeDef]
|
|
8457
8889
|
|
|
8458
8890
|
class ListContextsResponseTypeDef(TypedDict):
|
|
8459
|
-
ContextSummaries:
|
|
8891
|
+
ContextSummaries: list[ContextSummaryTypeDef]
|
|
8460
8892
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8461
8893
|
NextToken: NotRequired[str]
|
|
8462
8894
|
|
|
@@ -8474,6 +8906,7 @@ class ClusterInstanceGroupSpecificationTypeDef(TypedDict):
|
|
|
8474
8906
|
ThreadsPerCore: NotRequired[int]
|
|
8475
8907
|
InstanceStorageConfigs: NotRequired[Sequence[ClusterInstanceStorageConfigTypeDef]]
|
|
8476
8908
|
OnStartDeepHealthChecks: NotRequired[Sequence[DeepHealthCheckTypeType]]
|
|
8909
|
+
TrainingPlanArn: NotRequired[str]
|
|
8477
8910
|
OverrideVpcConfig: NotRequired[VpcConfigUnionTypeDef]
|
|
8478
8911
|
|
|
8479
8912
|
class LabelingJobResourceConfigTypeDef(TypedDict):
|
|
@@ -8534,39 +8967,44 @@ InferenceComponentSpecificationSummaryTypeDef = TypedDict(
|
|
|
8534
8967
|
class DescribeEdgeDeploymentPlanResponseTypeDef(TypedDict):
|
|
8535
8968
|
EdgeDeploymentPlanArn: str
|
|
8536
8969
|
EdgeDeploymentPlanName: str
|
|
8537
|
-
ModelConfigs:
|
|
8970
|
+
ModelConfigs: list[EdgeDeploymentModelConfigTypeDef]
|
|
8538
8971
|
DeviceFleetName: str
|
|
8539
8972
|
EdgeDeploymentSuccess: int
|
|
8540
8973
|
EdgeDeploymentPending: int
|
|
8541
8974
|
EdgeDeploymentFailed: int
|
|
8542
|
-
Stages:
|
|
8975
|
+
Stages: list[DeploymentStageStatusSummaryTypeDef]
|
|
8543
8976
|
CreationTime: datetime
|
|
8544
8977
|
LastModifiedTime: datetime
|
|
8545
8978
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8546
8979
|
NextToken: NotRequired[str]
|
|
8547
8980
|
|
|
8548
8981
|
class ListExperimentsResponseTypeDef(TypedDict):
|
|
8549
|
-
ExperimentSummaries:
|
|
8982
|
+
ExperimentSummaries: list[ExperimentSummaryTypeDef]
|
|
8550
8983
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8551
8984
|
NextToken: NotRequired[str]
|
|
8552
8985
|
|
|
8553
8986
|
class ListFeatureGroupsResponseTypeDef(TypedDict):
|
|
8554
|
-
FeatureGroupSummaries:
|
|
8987
|
+
FeatureGroupSummaries: list[FeatureGroupSummaryTypeDef]
|
|
8555
8988
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8556
8989
|
NextToken: NotRequired[str]
|
|
8557
8990
|
|
|
8558
8991
|
class ListInferenceExperimentsResponseTypeDef(TypedDict):
|
|
8559
|
-
InferenceExperiments:
|
|
8992
|
+
InferenceExperiments: list[InferenceExperimentSummaryTypeDef]
|
|
8560
8993
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8561
8994
|
NextToken: NotRequired[str]
|
|
8562
8995
|
|
|
8563
8996
|
class ListTrainingJobsResponseTypeDef(TypedDict):
|
|
8564
|
-
TrainingJobSummaries:
|
|
8997
|
+
TrainingJobSummaries: list[TrainingJobSummaryTypeDef]
|
|
8998
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
8999
|
+
NextToken: NotRequired[str]
|
|
9000
|
+
|
|
9001
|
+
class ListTrainingPlansResponseTypeDef(TypedDict):
|
|
9002
|
+
TrainingPlanSummaries: list[TrainingPlanSummaryTypeDef]
|
|
8565
9003
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8566
9004
|
NextToken: NotRequired[str]
|
|
8567
9005
|
|
|
8568
9006
|
class ListTrialsResponseTypeDef(TypedDict):
|
|
8569
|
-
TrialSummaries:
|
|
9007
|
+
TrialSummaries: list[TrialSummaryTypeDef]
|
|
8570
9008
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8571
9009
|
NextToken: NotRequired[str]
|
|
8572
9010
|
|
|
@@ -8580,7 +9018,7 @@ class DeploymentStageTypeDef(TypedDict):
|
|
|
8580
9018
|
DeploymentConfig: NotRequired[EdgeDeploymentConfigTypeDef]
|
|
8581
9019
|
|
|
8582
9020
|
class ListDevicesResponseTypeDef(TypedDict):
|
|
8583
|
-
DeviceSummaries:
|
|
9021
|
+
DeviceSummaries: list[DeviceSummaryTypeDef]
|
|
8584
9022
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8585
9023
|
NextToken: NotRequired[str]
|
|
8586
9024
|
|
|
@@ -8649,7 +9087,7 @@ class SearchExpressionTypeDef(TypedDict):
|
|
|
8649
9087
|
Operator: NotRequired[BooleanOperatorType]
|
|
8650
9088
|
|
|
8651
9089
|
class ListTrainingJobsForHyperParameterTuningJobResponseTypeDef(TypedDict):
|
|
8652
|
-
TrainingJobSummaries:
|
|
9090
|
+
TrainingJobSummaries: list[HyperParameterTrainingJobSummaryTypeDef]
|
|
8653
9091
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8654
9092
|
NextToken: NotRequired[str]
|
|
8655
9093
|
|
|
@@ -8664,7 +9102,7 @@ HyperParameterTuningResourceConfigUnionTypeDef = Union[
|
|
|
8664
9102
|
]
|
|
8665
9103
|
|
|
8666
9104
|
class ListHyperParameterTuningJobsResponseTypeDef(TypedDict):
|
|
8667
|
-
HyperParameterTuningJobSummaries:
|
|
9105
|
+
HyperParameterTuningJobSummaries: list[HyperParameterTuningJobSummaryTypeDef]
|
|
8668
9106
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8669
9107
|
NextToken: NotRequired[str]
|
|
8670
9108
|
|
|
@@ -8686,7 +9124,7 @@ class DescribeActionResponseTypeDef(TypedDict):
|
|
|
8686
9124
|
ActionType: str
|
|
8687
9125
|
Description: str
|
|
8688
9126
|
Status: ActionStatusType
|
|
8689
|
-
Properties:
|
|
9127
|
+
Properties: dict[str, str]
|
|
8690
9128
|
CreationTime: datetime
|
|
8691
9129
|
CreatedBy: UserContextTypeDef
|
|
8692
9130
|
LastModifiedTime: datetime
|
|
@@ -8700,7 +9138,7 @@ class DescribeArtifactResponseTypeDef(TypedDict):
|
|
|
8700
9138
|
ArtifactArn: str
|
|
8701
9139
|
Source: ArtifactSourceOutputTypeDef
|
|
8702
9140
|
ArtifactType: str
|
|
8703
|
-
Properties:
|
|
9141
|
+
Properties: dict[str, str]
|
|
8704
9142
|
CreationTime: datetime
|
|
8705
9143
|
CreatedBy: UserContextTypeDef
|
|
8706
9144
|
LastModifiedTime: datetime
|
|
@@ -8709,13 +9147,31 @@ class DescribeArtifactResponseTypeDef(TypedDict):
|
|
|
8709
9147
|
LineageGroupArn: str
|
|
8710
9148
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8711
9149
|
|
|
9150
|
+
class DescribeComputeQuotaResponseTypeDef(TypedDict):
|
|
9151
|
+
ComputeQuotaArn: str
|
|
9152
|
+
ComputeQuotaId: str
|
|
9153
|
+
Name: str
|
|
9154
|
+
Description: str
|
|
9155
|
+
ComputeQuotaVersion: int
|
|
9156
|
+
Status: SchedulerResourceStatusType
|
|
9157
|
+
FailureReason: str
|
|
9158
|
+
ClusterArn: str
|
|
9159
|
+
ComputeQuotaConfig: ComputeQuotaConfigOutputTypeDef
|
|
9160
|
+
ComputeQuotaTarget: ComputeQuotaTargetTypeDef
|
|
9161
|
+
ActivationState: ActivationStateType
|
|
9162
|
+
CreationTime: datetime
|
|
9163
|
+
CreatedBy: UserContextTypeDef
|
|
9164
|
+
LastModifiedTime: datetime
|
|
9165
|
+
LastModifiedBy: UserContextTypeDef
|
|
9166
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
9167
|
+
|
|
8712
9168
|
class DescribeContextResponseTypeDef(TypedDict):
|
|
8713
9169
|
ContextName: str
|
|
8714
9170
|
ContextArn: str
|
|
8715
9171
|
Source: ContextSourceTypeDef
|
|
8716
9172
|
ContextType: str
|
|
8717
9173
|
Description: str
|
|
8718
|
-
Properties:
|
|
9174
|
+
Properties: dict[str, str]
|
|
8719
9175
|
CreationTime: datetime
|
|
8720
9176
|
CreatedBy: UserContextTypeDef
|
|
8721
9177
|
LastModifiedTime: datetime
|
|
@@ -8815,13 +9271,13 @@ class DescribeTrialComponentResponseTypeDef(TypedDict):
|
|
|
8815
9271
|
CreatedBy: UserContextTypeDef
|
|
8816
9272
|
LastModifiedTime: datetime
|
|
8817
9273
|
LastModifiedBy: UserContextTypeDef
|
|
8818
|
-
Parameters:
|
|
8819
|
-
InputArtifacts:
|
|
8820
|
-
OutputArtifacts:
|
|
9274
|
+
Parameters: dict[str, TrialComponentParameterValueTypeDef]
|
|
9275
|
+
InputArtifacts: dict[str, TrialComponentArtifactTypeDef]
|
|
9276
|
+
OutputArtifacts: dict[str, TrialComponentArtifactTypeDef]
|
|
8821
9277
|
MetadataProperties: MetadataPropertiesTypeDef
|
|
8822
|
-
Metrics:
|
|
9278
|
+
Metrics: list[TrialComponentMetricSummaryTypeDef]
|
|
8823
9279
|
LineageGroupArn: str
|
|
8824
|
-
Sources:
|
|
9280
|
+
Sources: list[TrialComponentSourceTypeDef]
|
|
8825
9281
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8826
9282
|
|
|
8827
9283
|
class DescribeTrialResponseTypeDef(TypedDict):
|
|
@@ -8847,7 +9303,7 @@ class ExperimentTypeDef(TypedDict):
|
|
|
8847
9303
|
CreatedBy: NotRequired[UserContextTypeDef]
|
|
8848
9304
|
LastModifiedTime: NotRequired[datetime]
|
|
8849
9305
|
LastModifiedBy: NotRequired[UserContextTypeDef]
|
|
8850
|
-
Tags: NotRequired[
|
|
9306
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
8851
9307
|
|
|
8852
9308
|
class ModelCardTypeDef(TypedDict):
|
|
8853
9309
|
ModelCardArn: NotRequired[str]
|
|
@@ -8860,7 +9316,7 @@ class ModelCardTypeDef(TypedDict):
|
|
|
8860
9316
|
CreatedBy: NotRequired[UserContextTypeDef]
|
|
8861
9317
|
LastModifiedTime: NotRequired[datetime]
|
|
8862
9318
|
LastModifiedBy: NotRequired[UserContextTypeDef]
|
|
8863
|
-
Tags: NotRequired[
|
|
9319
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
8864
9320
|
ModelId: NotRequired[str]
|
|
8865
9321
|
RiskRating: NotRequired[str]
|
|
8866
9322
|
ModelPackageGroupName: NotRequired[str]
|
|
@@ -8875,7 +9331,7 @@ class ModelDashboardModelCardTypeDef(TypedDict):
|
|
|
8875
9331
|
CreatedBy: NotRequired[UserContextTypeDef]
|
|
8876
9332
|
LastModifiedTime: NotRequired[datetime]
|
|
8877
9333
|
LastModifiedBy: NotRequired[UserContextTypeDef]
|
|
8878
|
-
Tags: NotRequired[
|
|
9334
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
8879
9335
|
ModelId: NotRequired[str]
|
|
8880
9336
|
RiskRating: NotRequired[str]
|
|
8881
9337
|
|
|
@@ -8886,7 +9342,7 @@ class ModelPackageGroupTypeDef(TypedDict):
|
|
|
8886
9342
|
CreationTime: NotRequired[datetime]
|
|
8887
9343
|
CreatedBy: NotRequired[UserContextTypeDef]
|
|
8888
9344
|
ModelPackageGroupStatus: NotRequired[ModelPackageGroupStatusType]
|
|
8889
|
-
Tags: NotRequired[
|
|
9345
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
8890
9346
|
|
|
8891
9347
|
class PipelineTypeDef(TypedDict):
|
|
8892
9348
|
PipelineArn: NotRequired[str]
|
|
@@ -8901,7 +9357,7 @@ class PipelineTypeDef(TypedDict):
|
|
|
8901
9357
|
CreatedBy: NotRequired[UserContextTypeDef]
|
|
8902
9358
|
LastModifiedBy: NotRequired[UserContextTypeDef]
|
|
8903
9359
|
ParallelismConfiguration: NotRequired[ParallelismConfigurationTypeDef]
|
|
8904
|
-
Tags: NotRequired[
|
|
9360
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
8905
9361
|
|
|
8906
9362
|
class TrialComponentSimpleSummaryTypeDef(TypedDict):
|
|
8907
9363
|
TrialComponentName: NotRequired[str]
|
|
@@ -8983,7 +9439,7 @@ class DescribeAppImageConfigResponseTypeDef(TypedDict):
|
|
|
8983
9439
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8984
9440
|
|
|
8985
9441
|
class ListLabelingJobsForWorkteamResponseTypeDef(TypedDict):
|
|
8986
|
-
LabelingJobSummaryList:
|
|
9442
|
+
LabelingJobSummaryList: list[LabelingJobForWorkteamSummaryTypeDef]
|
|
8987
9443
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8988
9444
|
NextToken: NotRequired[str]
|
|
8989
9445
|
|
|
@@ -9030,7 +9486,7 @@ class ModelVariantConfigTypeDef(TypedDict):
|
|
|
9030
9486
|
VariantName: str
|
|
9031
9487
|
InfrastructureConfig: ModelInfrastructureConfigTypeDef
|
|
9032
9488
|
|
|
9033
|
-
class
|
|
9489
|
+
class ListModelMetadataRequestPaginateTypeDef(TypedDict):
|
|
9034
9490
|
SearchExpression: NotRequired[ModelMetadataSearchExpressionTypeDef]
|
|
9035
9491
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9036
9492
|
|
|
@@ -9066,7 +9522,7 @@ MonitoringDatasetFormatUnionTypeDef = Union[
|
|
|
9066
9522
|
]
|
|
9067
9523
|
|
|
9068
9524
|
class MonitoringOutputConfigOutputTypeDef(TypedDict):
|
|
9069
|
-
MonitoringOutputs:
|
|
9525
|
+
MonitoringOutputs: list[MonitoringOutputTypeDef]
|
|
9070
9526
|
KmsKeyId: NotRequired[str]
|
|
9071
9527
|
|
|
9072
9528
|
class MonitoringOutputConfigTypeDef(TypedDict):
|
|
@@ -9113,12 +9569,41 @@ class DescribeCompilationJobResponseTypeDef(TypedDict):
|
|
|
9113
9569
|
|
|
9114
9570
|
class PendingDeploymentSummaryTypeDef(TypedDict):
|
|
9115
9571
|
EndpointConfigName: str
|
|
9116
|
-
ProductionVariants: NotRequired[
|
|
9572
|
+
ProductionVariants: NotRequired[list[PendingProductionVariantSummaryTypeDef]]
|
|
9117
9573
|
StartTime: NotRequired[datetime]
|
|
9118
|
-
ShadowProductionVariants: NotRequired[
|
|
9574
|
+
ShadowProductionVariants: NotRequired[list[PendingProductionVariantSummaryTypeDef]]
|
|
9575
|
+
|
|
9576
|
+
class DescribeClusterSchedulerConfigResponseTypeDef(TypedDict):
|
|
9577
|
+
ClusterSchedulerConfigArn: str
|
|
9578
|
+
ClusterSchedulerConfigId: str
|
|
9579
|
+
Name: str
|
|
9580
|
+
ClusterSchedulerConfigVersion: int
|
|
9581
|
+
Status: SchedulerResourceStatusType
|
|
9582
|
+
FailureReason: str
|
|
9583
|
+
ClusterArn: str
|
|
9584
|
+
SchedulerConfig: SchedulerConfigOutputTypeDef
|
|
9585
|
+
Description: str
|
|
9586
|
+
CreationTime: datetime
|
|
9587
|
+
CreatedBy: UserContextTypeDef
|
|
9588
|
+
LastModifiedTime: datetime
|
|
9589
|
+
LastModifiedBy: UserContextTypeDef
|
|
9590
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
9591
|
+
|
|
9592
|
+
class CreateClusterSchedulerConfigRequestRequestTypeDef(TypedDict):
|
|
9593
|
+
Name: str
|
|
9594
|
+
ClusterArn: str
|
|
9595
|
+
SchedulerConfig: SchedulerConfigTypeDef
|
|
9596
|
+
Description: NotRequired[str]
|
|
9597
|
+
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
9598
|
+
|
|
9599
|
+
class UpdateClusterSchedulerConfigRequestRequestTypeDef(TypedDict):
|
|
9600
|
+
ClusterSchedulerConfigId: str
|
|
9601
|
+
TargetVersion: int
|
|
9602
|
+
SchedulerConfig: NotRequired[SchedulerConfigTypeDef]
|
|
9603
|
+
Description: NotRequired[str]
|
|
9119
9604
|
|
|
9120
9605
|
class ProcessingOutputConfigOutputTypeDef(TypedDict):
|
|
9121
|
-
Outputs:
|
|
9606
|
+
Outputs: list[ProcessingOutputTypeDef]
|
|
9122
9607
|
KmsKeyId: NotRequired[str]
|
|
9123
9608
|
|
|
9124
9609
|
class ProcessingOutputConfigTypeDef(TypedDict):
|
|
@@ -9155,7 +9640,7 @@ class ProjectTypeDef(TypedDict):
|
|
|
9155
9640
|
ProjectStatus: NotRequired[ProjectStatusType]
|
|
9156
9641
|
CreatedBy: NotRequired[UserContextTypeDef]
|
|
9157
9642
|
CreationTime: NotRequired[datetime]
|
|
9158
|
-
Tags: NotRequired[
|
|
9643
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
9159
9644
|
LastModifiedTime: NotRequired[datetime]
|
|
9160
9645
|
LastModifiedBy: NotRequired[UserContextTypeDef]
|
|
9161
9646
|
|
|
@@ -9181,7 +9666,7 @@ class HumanLoopConfigOutputTypeDef(TypedDict):
|
|
|
9181
9666
|
TaskCount: int
|
|
9182
9667
|
TaskAvailabilityLifetimeInSeconds: NotRequired[int]
|
|
9183
9668
|
TaskTimeLimitInSeconds: NotRequired[int]
|
|
9184
|
-
TaskKeywords: NotRequired[
|
|
9669
|
+
TaskKeywords: NotRequired[list[str]]
|
|
9185
9670
|
PublicWorkforceTaskPrice: NotRequired[PublicWorkforceTaskPriceTypeDef]
|
|
9186
9671
|
|
|
9187
9672
|
class HumanLoopConfigTypeDef(TypedDict):
|
|
@@ -9203,7 +9688,7 @@ class HumanTaskConfigOutputTypeDef(TypedDict):
|
|
|
9203
9688
|
NumberOfHumanWorkersPerDataObject: int
|
|
9204
9689
|
TaskTimeLimitInSeconds: int
|
|
9205
9690
|
PreHumanTaskLambdaArn: NotRequired[str]
|
|
9206
|
-
TaskKeywords: NotRequired[
|
|
9691
|
+
TaskKeywords: NotRequired[list[str]]
|
|
9207
9692
|
TaskAvailabilityLifetimeInSeconds: NotRequired[int]
|
|
9208
9693
|
MaxConcurrentTaskCount: NotRequired[int]
|
|
9209
9694
|
AnnotationConsolidationConfig: NotRequired[AnnotationConsolidationConfigTypeDef]
|
|
@@ -9235,6 +9720,10 @@ class RecommendationJobContainerConfigTypeDef(TypedDict):
|
|
|
9235
9720
|
DataInputConfig: NotRequired[str]
|
|
9236
9721
|
SupportedResponseMIMETypes: NotRequired[Sequence[str]]
|
|
9237
9722
|
|
|
9723
|
+
class SearchTrainingPlanOfferingsResponseTypeDef(TypedDict):
|
|
9724
|
+
TrainingPlanOfferings: list[TrainingPlanOfferingTypeDef]
|
|
9725
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
9726
|
+
|
|
9238
9727
|
class DataSourceTypeDef(TypedDict):
|
|
9239
9728
|
S3DataSource: NotRequired[S3DataSourceUnionTypeDef]
|
|
9240
9729
|
FileSystemDataSource: NotRequired[FileSystemDataSourceTypeDef]
|
|
@@ -9269,7 +9758,7 @@ class PipelineExecutionTypeDef(TypedDict):
|
|
|
9269
9758
|
LastModifiedBy: NotRequired[UserContextTypeDef]
|
|
9270
9759
|
ParallelismConfiguration: NotRequired[ParallelismConfigurationTypeDef]
|
|
9271
9760
|
SelectiveExecutionConfig: NotRequired[SelectiveExecutionConfigOutputTypeDef]
|
|
9272
|
-
PipelineParameters: NotRequired[
|
|
9761
|
+
PipelineParameters: NotRequired[list[ParameterTypeDef]]
|
|
9273
9762
|
|
|
9274
9763
|
class StartPipelineExecutionRequestRequestTypeDef(TypedDict):
|
|
9275
9764
|
PipelineName: str
|
|
@@ -9286,7 +9775,7 @@ class SpaceCodeEditorAppSettingsTypeDef(TypedDict):
|
|
|
9286
9775
|
|
|
9287
9776
|
class SpaceJupyterLabAppSettingsOutputTypeDef(TypedDict):
|
|
9288
9777
|
DefaultResourceSpec: NotRequired[ResourceSpecTypeDef]
|
|
9289
|
-
CodeRepositories: NotRequired[
|
|
9778
|
+
CodeRepositories: NotRequired[list[CodeRepositoryTypeDef]]
|
|
9290
9779
|
AppLifecycleManagement: NotRequired[SpaceAppLifecycleManagementTypeDef]
|
|
9291
9780
|
|
|
9292
9781
|
class SpaceJupyterLabAppSettingsTypeDef(TypedDict):
|
|
@@ -9300,10 +9789,10 @@ class AlgorithmSpecificationOutputTypeDef(TypedDict):
|
|
|
9300
9789
|
TrainingInputMode: TrainingInputModeType
|
|
9301
9790
|
TrainingImage: NotRequired[str]
|
|
9302
9791
|
AlgorithmName: NotRequired[str]
|
|
9303
|
-
MetricDefinitions: NotRequired[
|
|
9792
|
+
MetricDefinitions: NotRequired[list[MetricDefinitionTypeDef]]
|
|
9304
9793
|
EnableSageMakerMetricsTimeSeries: NotRequired[bool]
|
|
9305
|
-
ContainerEntrypoint: NotRequired[
|
|
9306
|
-
ContainerArguments: NotRequired[
|
|
9794
|
+
ContainerEntrypoint: NotRequired[list[str]]
|
|
9795
|
+
ContainerArguments: NotRequired[list[str]]
|
|
9307
9796
|
TrainingImageConfig: NotRequired[TrainingImageConfigTypeDef]
|
|
9308
9797
|
|
|
9309
9798
|
class AlgorithmSpecificationTypeDef(TypedDict):
|
|
@@ -9327,7 +9816,7 @@ class DescribeWorkforceResponseTypeDef(TypedDict):
|
|
|
9327
9816
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9328
9817
|
|
|
9329
9818
|
class ListWorkforcesResponseTypeDef(TypedDict):
|
|
9330
|
-
Workforces:
|
|
9819
|
+
Workforces: list[WorkforceTypeDef]
|
|
9331
9820
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9332
9821
|
NextToken: NotRequired[str]
|
|
9333
9822
|
|
|
@@ -9341,17 +9830,17 @@ CodeEditorAppSettingsUnionTypeDef = Union[
|
|
|
9341
9830
|
|
|
9342
9831
|
class DefaultSpaceSettingsOutputTypeDef(TypedDict):
|
|
9343
9832
|
ExecutionRole: NotRequired[str]
|
|
9344
|
-
SecurityGroups: NotRequired[
|
|
9833
|
+
SecurityGroups: NotRequired[list[str]]
|
|
9345
9834
|
JupyterServerAppSettings: NotRequired[JupyterServerAppSettingsOutputTypeDef]
|
|
9346
9835
|
KernelGatewayAppSettings: NotRequired[KernelGatewayAppSettingsOutputTypeDef]
|
|
9347
9836
|
JupyterLabAppSettings: NotRequired[JupyterLabAppSettingsOutputTypeDef]
|
|
9348
9837
|
SpaceStorageSettings: NotRequired[DefaultSpaceStorageSettingsTypeDef]
|
|
9349
9838
|
CustomPosixUserConfig: NotRequired[CustomPosixUserConfigTypeDef]
|
|
9350
|
-
CustomFileSystemConfigs: NotRequired[
|
|
9839
|
+
CustomFileSystemConfigs: NotRequired[list[CustomFileSystemConfigTypeDef]]
|
|
9351
9840
|
|
|
9352
9841
|
class UserSettingsOutputTypeDef(TypedDict):
|
|
9353
9842
|
ExecutionRole: NotRequired[str]
|
|
9354
|
-
SecurityGroups: NotRequired[
|
|
9843
|
+
SecurityGroups: NotRequired[list[str]]
|
|
9355
9844
|
SharingSettings: NotRequired[SharingSettingsTypeDef]
|
|
9356
9845
|
JupyterServerAppSettings: NotRequired[JupyterServerAppSettingsOutputTypeDef]
|
|
9357
9846
|
KernelGatewayAppSettings: NotRequired[KernelGatewayAppSettingsOutputTypeDef]
|
|
@@ -9365,12 +9854,12 @@ class UserSettingsOutputTypeDef(TypedDict):
|
|
|
9365
9854
|
DefaultLandingUri: NotRequired[str]
|
|
9366
9855
|
StudioWebPortal: NotRequired[StudioWebPortalType]
|
|
9367
9856
|
CustomPosixUserConfig: NotRequired[CustomPosixUserConfigTypeDef]
|
|
9368
|
-
CustomFileSystemConfigs: NotRequired[
|
|
9857
|
+
CustomFileSystemConfigs: NotRequired[list[CustomFileSystemConfigTypeDef]]
|
|
9369
9858
|
StudioWebPortalSettings: NotRequired[StudioWebPortalSettingsOutputTypeDef]
|
|
9370
9859
|
AutoMountHomeEFS: NotRequired[AutoMountHomeEFSType]
|
|
9371
9860
|
|
|
9372
9861
|
class ListArtifactsResponseTypeDef(TypedDict):
|
|
9373
|
-
ArtifactSummaries:
|
|
9862
|
+
ArtifactSummaries: list[ArtifactSummaryTypeDef]
|
|
9374
9863
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9375
9864
|
NextToken: NotRequired[str]
|
|
9376
9865
|
|
|
@@ -9408,7 +9897,7 @@ class PipelineExecutionStepTypeDef(TypedDict):
|
|
|
9408
9897
|
class DescribeAutoMLJobResponseTypeDef(TypedDict):
|
|
9409
9898
|
AutoMLJobName: str
|
|
9410
9899
|
AutoMLJobArn: str
|
|
9411
|
-
InputDataConfig:
|
|
9900
|
+
InputDataConfig: list[AutoMLChannelTypeDef]
|
|
9412
9901
|
OutputDataConfig: AutoMLOutputDataConfigTypeDef
|
|
9413
9902
|
RoleArn: str
|
|
9414
9903
|
AutoMLJobObjective: AutoMLJobObjectiveTypeDef
|
|
@@ -9418,7 +9907,7 @@ class DescribeAutoMLJobResponseTypeDef(TypedDict):
|
|
|
9418
9907
|
EndTime: datetime
|
|
9419
9908
|
LastModifiedTime: datetime
|
|
9420
9909
|
FailureReason: str
|
|
9421
|
-
PartialFailureReasons:
|
|
9910
|
+
PartialFailureReasons: list[AutoMLPartialFailureReasonTypeDef]
|
|
9422
9911
|
BestCandidate: AutoMLCandidateTypeDef
|
|
9423
9912
|
AutoMLJobStatus: AutoMLJobStatusType
|
|
9424
9913
|
AutoMLJobSecondaryStatus: AutoMLJobSecondaryStatusType
|
|
@@ -9430,7 +9919,7 @@ class DescribeAutoMLJobResponseTypeDef(TypedDict):
|
|
|
9430
9919
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9431
9920
|
|
|
9432
9921
|
class ListCandidatesForAutoMLJobResponseTypeDef(TypedDict):
|
|
9433
|
-
Candidates:
|
|
9922
|
+
Candidates: list[AutoMLCandidateTypeDef]
|
|
9434
9923
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9435
9924
|
NextToken: NotRequired[str]
|
|
9436
9925
|
|
|
@@ -9450,10 +9939,10 @@ class RecommendationJobInputConfigOutputTypeDef(TypedDict):
|
|
|
9450
9939
|
JobDurationInSeconds: NotRequired[int]
|
|
9451
9940
|
TrafficPattern: NotRequired[TrafficPatternOutputTypeDef]
|
|
9452
9941
|
ResourceLimit: NotRequired[RecommendationJobResourceLimitTypeDef]
|
|
9453
|
-
EndpointConfigurations: NotRequired[
|
|
9942
|
+
EndpointConfigurations: NotRequired[list[EndpointInputConfigurationOutputTypeDef]]
|
|
9454
9943
|
VolumeKmsKeyId: NotRequired[str]
|
|
9455
9944
|
ContainerConfig: NotRequired[RecommendationJobContainerConfigOutputTypeDef]
|
|
9456
|
-
Endpoints: NotRequired[
|
|
9945
|
+
Endpoints: NotRequired[list[EndpointInfoTypeDef]]
|
|
9457
9946
|
VpcConfig: NotRequired[RecommendationJobVpcConfigOutputTypeDef]
|
|
9458
9947
|
|
|
9459
9948
|
ParameterRangeUnionTypeDef = Union[ParameterRangeTypeDef, ParameterRangeOutputTypeDef]
|
|
@@ -9475,7 +9964,7 @@ class DescribeClusterResponseTypeDef(TypedDict):
|
|
|
9475
9964
|
ClusterStatus: ClusterStatusType
|
|
9476
9965
|
CreationTime: datetime
|
|
9477
9966
|
FailureMessage: str
|
|
9478
|
-
InstanceGroups:
|
|
9967
|
+
InstanceGroups: list[ClusterInstanceGroupDetailsTypeDef]
|
|
9479
9968
|
VpcConfig: VpcConfigOutputTypeDef
|
|
9480
9969
|
Orchestrator: ClusterOrchestratorTypeDef
|
|
9481
9970
|
NodeRecovery: ClusterNodeRecoveryType
|
|
@@ -9502,7 +9991,7 @@ class DescribeFeatureGroupResponseTypeDef(TypedDict):
|
|
|
9502
9991
|
FeatureGroupName: str
|
|
9503
9992
|
RecordIdentifierFeatureName: str
|
|
9504
9993
|
EventTimeFeatureName: str
|
|
9505
|
-
FeatureDefinitions:
|
|
9994
|
+
FeatureDefinitions: list[FeatureDefinitionTypeDef]
|
|
9506
9995
|
CreationTime: datetime
|
|
9507
9996
|
LastModifiedTime: datetime
|
|
9508
9997
|
OnlineStoreConfig: OnlineStoreConfigTypeDef
|
|
@@ -9523,7 +10012,7 @@ class FeatureGroupTypeDef(TypedDict):
|
|
|
9523
10012
|
FeatureGroupName: NotRequired[str]
|
|
9524
10013
|
RecordIdentifierFeatureName: NotRequired[str]
|
|
9525
10014
|
EventTimeFeatureName: NotRequired[str]
|
|
9526
|
-
FeatureDefinitions: NotRequired[
|
|
10015
|
+
FeatureDefinitions: NotRequired[list[FeatureDefinitionTypeDef]]
|
|
9527
10016
|
CreationTime: NotRequired[datetime]
|
|
9528
10017
|
LastModifiedTime: NotRequired[datetime]
|
|
9529
10018
|
OnlineStoreConfig: NotRequired[OnlineStoreConfigTypeDef]
|
|
@@ -9534,7 +10023,7 @@ class FeatureGroupTypeDef(TypedDict):
|
|
|
9534
10023
|
LastUpdateStatus: NotRequired[LastUpdateStatusTypeDef]
|
|
9535
10024
|
FailureReason: NotRequired[str]
|
|
9536
10025
|
Description: NotRequired[str]
|
|
9537
|
-
Tags: NotRequired[
|
|
10026
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
9538
10027
|
|
|
9539
10028
|
class UpdateFeatureGroupRequestRequestTypeDef(TypedDict):
|
|
9540
10029
|
FeatureGroupName: str
|
|
@@ -9542,6 +10031,11 @@ class UpdateFeatureGroupRequestRequestTypeDef(TypedDict):
|
|
|
9542
10031
|
OnlineStoreConfig: NotRequired[OnlineStoreConfigUpdateTypeDef]
|
|
9543
10032
|
ThroughputConfig: NotRequired[ThroughputConfigUpdateTypeDef]
|
|
9544
10033
|
|
|
10034
|
+
class ListComputeQuotasResponseTypeDef(TypedDict):
|
|
10035
|
+
ComputeQuotaSummaries: list[ComputeQuotaSummaryTypeDef]
|
|
10036
|
+
ResponseMetadata: ResponseMetadataTypeDef
|
|
10037
|
+
NextToken: NotRequired[str]
|
|
10038
|
+
|
|
9545
10039
|
class CreateAppImageConfigRequestRequestTypeDef(TypedDict):
|
|
9546
10040
|
AppImageConfigName: str
|
|
9547
10041
|
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
@@ -9585,8 +10079,8 @@ class HyperParameterTrainingJobDefinitionOutputTypeDef(TypedDict):
|
|
|
9585
10079
|
DefinitionName: NotRequired[str]
|
|
9586
10080
|
TuningObjective: NotRequired[HyperParameterTuningJobObjectiveTypeDef]
|
|
9587
10081
|
HyperParameterRanges: NotRequired[ParameterRangesOutputTypeDef]
|
|
9588
|
-
StaticHyperParameters: NotRequired[
|
|
9589
|
-
InputDataConfig: NotRequired[
|
|
10082
|
+
StaticHyperParameters: NotRequired[dict[str, str]]
|
|
10083
|
+
InputDataConfig: NotRequired[list[ChannelOutputTypeDef]]
|
|
9590
10084
|
VpcConfig: NotRequired[VpcConfigOutputTypeDef]
|
|
9591
10085
|
ResourceConfig: NotRequired[ResourceConfigOutputTypeDef]
|
|
9592
10086
|
HyperParameterTuningResourceConfig: NotRequired[HyperParameterTuningResourceConfigOutputTypeDef]
|
|
@@ -9595,15 +10089,15 @@ class HyperParameterTrainingJobDefinitionOutputTypeDef(TypedDict):
|
|
|
9595
10089
|
EnableManagedSpotTraining: NotRequired[bool]
|
|
9596
10090
|
CheckpointConfig: NotRequired[CheckpointConfigTypeDef]
|
|
9597
10091
|
RetryStrategy: NotRequired[RetryStrategyTypeDef]
|
|
9598
|
-
Environment: NotRequired[
|
|
10092
|
+
Environment: NotRequired[dict[str, str]]
|
|
9599
10093
|
|
|
9600
10094
|
class TrainingJobDefinitionOutputTypeDef(TypedDict):
|
|
9601
10095
|
TrainingInputMode: TrainingInputModeType
|
|
9602
|
-
InputDataConfig:
|
|
10096
|
+
InputDataConfig: list[ChannelOutputTypeDef]
|
|
9603
10097
|
OutputDataConfig: OutputDataConfigTypeDef
|
|
9604
10098
|
ResourceConfig: ResourceConfigOutputTypeDef
|
|
9605
10099
|
StoppingCondition: StoppingConditionTypeDef
|
|
9606
|
-
HyperParameters: NotRequired[
|
|
10100
|
+
HyperParameters: NotRequired[dict[str, str]]
|
|
9607
10101
|
|
|
9608
10102
|
class DescribeInferenceComponentOutputTypeDef(TypedDict):
|
|
9609
10103
|
InferenceComponentName: str
|
|
@@ -9651,7 +10145,7 @@ class InferenceRecommendationsJobStepTypeDef(TypedDict):
|
|
|
9651
10145
|
Status: RecommendationJobStatusType
|
|
9652
10146
|
InferenceBenchmark: NotRequired[RecommendationJobInferenceBenchmarkTypeDef]
|
|
9653
10147
|
|
|
9654
|
-
class
|
|
10148
|
+
class SearchRequestPaginateTypeDef(TypedDict):
|
|
9655
10149
|
Resource: ResourceTypeType
|
|
9656
10150
|
SearchExpression: NotRequired[SearchExpressionPaginatorTypeDef]
|
|
9657
10151
|
SortBy: NotRequired[str]
|
|
@@ -9675,7 +10169,7 @@ StudioWebPortalSettingsUnionTypeDef = Union[
|
|
|
9675
10169
|
]
|
|
9676
10170
|
|
|
9677
10171
|
class ListAssociationsResponseTypeDef(TypedDict):
|
|
9678
|
-
AssociationSummaries:
|
|
10172
|
+
AssociationSummaries: list[AssociationSummaryTypeDef]
|
|
9679
10173
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9680
10174
|
NextToken: NotRequired[str]
|
|
9681
10175
|
|
|
@@ -9690,21 +10184,21 @@ class TrialTypeDef(TypedDict):
|
|
|
9690
10184
|
LastModifiedTime: NotRequired[datetime]
|
|
9691
10185
|
LastModifiedBy: NotRequired[UserContextTypeDef]
|
|
9692
10186
|
MetadataProperties: NotRequired[MetadataPropertiesTypeDef]
|
|
9693
|
-
Tags: NotRequired[
|
|
9694
|
-
TrialComponentSummaries: NotRequired[
|
|
10187
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
10188
|
+
TrialComponentSummaries: NotRequired[list[TrialComponentSimpleSummaryTypeDef]]
|
|
9695
10189
|
|
|
9696
10190
|
class ListTrialComponentsResponseTypeDef(TypedDict):
|
|
9697
|
-
TrialComponentSummaries:
|
|
10191
|
+
TrialComponentSummaries: list[TrialComponentSummaryTypeDef]
|
|
9698
10192
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9699
10193
|
NextToken: NotRequired[str]
|
|
9700
10194
|
|
|
9701
10195
|
class WorkteamTypeDef(TypedDict):
|
|
9702
10196
|
WorkteamName: str
|
|
9703
|
-
MemberDefinitions:
|
|
10197
|
+
MemberDefinitions: list[MemberDefinitionOutputTypeDef]
|
|
9704
10198
|
WorkteamArn: str
|
|
9705
10199
|
Description: str
|
|
9706
10200
|
WorkforceArn: NotRequired[str]
|
|
9707
|
-
ProductListingIds: NotRequired[
|
|
10201
|
+
ProductListingIds: NotRequired[list[str]]
|
|
9708
10202
|
SubDomain: NotRequired[str]
|
|
9709
10203
|
CreateDate: NotRequired[datetime]
|
|
9710
10204
|
LastUpdatedDate: NotRequired[datetime]
|
|
@@ -9713,17 +10207,17 @@ class WorkteamTypeDef(TypedDict):
|
|
|
9713
10207
|
|
|
9714
10208
|
class TrainingSpecificationOutputTypeDef(TypedDict):
|
|
9715
10209
|
TrainingImage: str
|
|
9716
|
-
SupportedTrainingInstanceTypes:
|
|
9717
|
-
TrainingChannels:
|
|
10210
|
+
SupportedTrainingInstanceTypes: list[TrainingInstanceTypeType]
|
|
10211
|
+
TrainingChannels: list[ChannelSpecificationOutputTypeDef]
|
|
9718
10212
|
TrainingImageDigest: NotRequired[str]
|
|
9719
|
-
SupportedHyperParameters: NotRequired[
|
|
10213
|
+
SupportedHyperParameters: NotRequired[list[HyperParameterSpecificationOutputTypeDef]]
|
|
9720
10214
|
SupportsDistributedTraining: NotRequired[bool]
|
|
9721
|
-
MetricDefinitions: NotRequired[
|
|
9722
|
-
SupportedTuningJobObjectiveMetrics: NotRequired[
|
|
10215
|
+
MetricDefinitions: NotRequired[list[MetricDefinitionTypeDef]]
|
|
10216
|
+
SupportedTuningJobObjectiveMetrics: NotRequired[list[HyperParameterTuningJobObjectiveTypeDef]]
|
|
9723
10217
|
AdditionalS3DataSource: NotRequired[AdditionalS3DataSourceTypeDef]
|
|
9724
10218
|
|
|
9725
10219
|
class ListAppImageConfigsResponseTypeDef(TypedDict):
|
|
9726
|
-
AppImageConfigs:
|
|
10220
|
+
AppImageConfigs: list[AppImageConfigDetailsTypeDef]
|
|
9727
10221
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9728
10222
|
NextToken: NotRequired[str]
|
|
9729
10223
|
|
|
@@ -9751,8 +10245,8 @@ class ContainerDefinitionOutputTypeDef(TypedDict):
|
|
|
9751
10245
|
Mode: NotRequired[ContainerModeType]
|
|
9752
10246
|
ModelDataUrl: NotRequired[str]
|
|
9753
10247
|
ModelDataSource: NotRequired[ModelDataSourceTypeDef]
|
|
9754
|
-
AdditionalModelDataSources: NotRequired[
|
|
9755
|
-
Environment: NotRequired[
|
|
10248
|
+
AdditionalModelDataSources: NotRequired[list[AdditionalModelDataSourceTypeDef]]
|
|
10249
|
+
Environment: NotRequired[dict[str, str]]
|
|
9756
10250
|
ModelPackageName: NotRequired[str]
|
|
9757
10251
|
InferenceSpecificationName: NotRequired[str]
|
|
9758
10252
|
MultiModelConfig: NotRequired[MultiModelConfigTypeDef]
|
|
@@ -9777,7 +10271,7 @@ class ModelPackageContainerDefinitionOutputTypeDef(TypedDict):
|
|
|
9777
10271
|
ModelDataUrl: NotRequired[str]
|
|
9778
10272
|
ModelDataSource: NotRequired[ModelDataSourceTypeDef]
|
|
9779
10273
|
ProductId: NotRequired[str]
|
|
9780
|
-
Environment: NotRequired[
|
|
10274
|
+
Environment: NotRequired[dict[str, str]]
|
|
9781
10275
|
ModelInput: NotRequired[ModelInputTypeDef]
|
|
9782
10276
|
Framework: NotRequired[str]
|
|
9783
10277
|
FrameworkVersion: NotRequired[str]
|
|
@@ -9804,7 +10298,7 @@ class SourceAlgorithmTypeDef(TypedDict):
|
|
|
9804
10298
|
ModelDataSource: NotRequired[ModelDataSourceTypeDef]
|
|
9805
10299
|
|
|
9806
10300
|
class ListMonitoringAlertsResponseTypeDef(TypedDict):
|
|
9807
|
-
MonitoringAlertSummaries:
|
|
10301
|
+
MonitoringAlertSummaries: list[MonitoringAlertSummaryTypeDef]
|
|
9808
10302
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9809
10303
|
NextToken: NotRequired[str]
|
|
9810
10304
|
|
|
@@ -9823,7 +10317,7 @@ DescribeInferenceExperimentResponseTypeDef = TypedDict(
|
|
|
9823
10317
|
"LastModifiedTime": datetime,
|
|
9824
10318
|
"RoleArn": str,
|
|
9825
10319
|
"EndpointMetadata": EndpointMetadataTypeDef,
|
|
9826
|
-
"ModelVariants":
|
|
10320
|
+
"ModelVariants": list[ModelVariantConfigSummaryTypeDef],
|
|
9827
10321
|
"DataStorageConfig": InferenceExperimentDataStorageConfigOutputTypeDef,
|
|
9828
10322
|
"ShadowModeConfig": ShadowModeConfigOutputTypeDef,
|
|
9829
10323
|
"KmsKey": str,
|
|
@@ -9925,9 +10419,9 @@ class DescribeOptimizationJobResponseTypeDef(TypedDict):
|
|
|
9925
10419
|
FailureReason: str
|
|
9926
10420
|
OptimizationJobName: str
|
|
9927
10421
|
ModelSource: OptimizationJobModelSourceTypeDef
|
|
9928
|
-
OptimizationEnvironment:
|
|
10422
|
+
OptimizationEnvironment: dict[str, str]
|
|
9929
10423
|
DeploymentInstanceType: OptimizationJobDeploymentInstanceTypeType
|
|
9930
|
-
OptimizationConfigs:
|
|
10424
|
+
OptimizationConfigs: list[OptimizationConfigOutputTypeDef]
|
|
9931
10425
|
OutputConfig: OptimizationJobOutputConfigTypeDef
|
|
9932
10426
|
OptimizationOutput: OptimizationOutputTypeDef
|
|
9933
10427
|
RoleArn: str
|
|
@@ -9936,13 +10430,13 @@ class DescribeOptimizationJobResponseTypeDef(TypedDict):
|
|
|
9936
10430
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9937
10431
|
|
|
9938
10432
|
class DescribeProcessingJobResponseTypeDef(TypedDict):
|
|
9939
|
-
ProcessingInputs:
|
|
10433
|
+
ProcessingInputs: list[ProcessingInputTypeDef]
|
|
9940
10434
|
ProcessingOutputConfig: ProcessingOutputConfigOutputTypeDef
|
|
9941
10435
|
ProcessingJobName: str
|
|
9942
10436
|
ProcessingResources: ProcessingResourcesTypeDef
|
|
9943
10437
|
StoppingCondition: ProcessingStoppingConditionTypeDef
|
|
9944
10438
|
AppSpecification: AppSpecificationOutputTypeDef
|
|
9945
|
-
Environment:
|
|
10439
|
+
Environment: dict[str, str]
|
|
9946
10440
|
NetworkConfig: NetworkConfigOutputTypeDef
|
|
9947
10441
|
RoleArn: str
|
|
9948
10442
|
ExperimentConfig: ExperimentConfigTypeDef
|
|
@@ -9960,13 +10454,13 @@ class DescribeProcessingJobResponseTypeDef(TypedDict):
|
|
|
9960
10454
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9961
10455
|
|
|
9962
10456
|
class ProcessingJobTypeDef(TypedDict):
|
|
9963
|
-
ProcessingInputs: NotRequired[
|
|
10457
|
+
ProcessingInputs: NotRequired[list[ProcessingInputTypeDef]]
|
|
9964
10458
|
ProcessingOutputConfig: NotRequired[ProcessingOutputConfigOutputTypeDef]
|
|
9965
10459
|
ProcessingJobName: NotRequired[str]
|
|
9966
10460
|
ProcessingResources: NotRequired[ProcessingResourcesTypeDef]
|
|
9967
10461
|
StoppingCondition: NotRequired[ProcessingStoppingConditionTypeDef]
|
|
9968
10462
|
AppSpecification: NotRequired[AppSpecificationOutputTypeDef]
|
|
9969
|
-
Environment: NotRequired[
|
|
10463
|
+
Environment: NotRequired[dict[str, str]]
|
|
9970
10464
|
NetworkConfig: NotRequired[NetworkConfigOutputTypeDef]
|
|
9971
10465
|
RoleArn: NotRequired[str]
|
|
9972
10466
|
ExperimentConfig: NotRequired[ExperimentConfigTypeDef]
|
|
@@ -9981,7 +10475,7 @@ class ProcessingJobTypeDef(TypedDict):
|
|
|
9981
10475
|
MonitoringScheduleArn: NotRequired[str]
|
|
9982
10476
|
AutoMLJobArn: NotRequired[str]
|
|
9983
10477
|
TrainingJobArn: NotRequired[str]
|
|
9984
|
-
Tags: NotRequired[
|
|
10478
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
9985
10479
|
|
|
9986
10480
|
class CreateProcessingJobRequestRequestTypeDef(TypedDict):
|
|
9987
10481
|
ProcessingJobName: str
|
|
@@ -10035,7 +10529,7 @@ class DescribeLabelingJobResponseTypeDef(TypedDict):
|
|
|
10035
10529
|
StoppingConditions: LabelingJobStoppingConditionsTypeDef
|
|
10036
10530
|
LabelingJobAlgorithmsConfig: LabelingJobAlgorithmsConfigOutputTypeDef
|
|
10037
10531
|
HumanTaskConfig: HumanTaskConfigOutputTypeDef
|
|
10038
|
-
Tags:
|
|
10532
|
+
Tags: list[TagTypeDef]
|
|
10039
10533
|
LabelingJobOutput: LabelingJobOutputTypeDef
|
|
10040
10534
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
10041
10535
|
|
|
@@ -10051,7 +10545,7 @@ class SpaceSettingsOutputTypeDef(TypedDict):
|
|
|
10051
10545
|
JupyterLabAppSettings: NotRequired[SpaceJupyterLabAppSettingsOutputTypeDef]
|
|
10052
10546
|
AppType: NotRequired[AppTypeType]
|
|
10053
10547
|
SpaceStorageSettings: NotRequired[SpaceStorageSettingsTypeDef]
|
|
10054
|
-
CustomFileSystems: NotRequired[
|
|
10548
|
+
CustomFileSystems: NotRequired[list[CustomFileSystemTypeDef]]
|
|
10055
10549
|
|
|
10056
10550
|
SpaceJupyterLabAppSettingsUnionTypeDef = Union[
|
|
10057
10551
|
SpaceJupyterLabAppSettingsTypeDef, SpaceJupyterLabAppSettingsOutputTypeDef
|
|
@@ -10067,10 +10561,10 @@ class DescribeTrainingJobResponseTypeDef(TypedDict):
|
|
|
10067
10561
|
TrainingJobStatus: TrainingJobStatusType
|
|
10068
10562
|
SecondaryStatus: SecondaryStatusType
|
|
10069
10563
|
FailureReason: str
|
|
10070
|
-
HyperParameters:
|
|
10564
|
+
HyperParameters: dict[str, str]
|
|
10071
10565
|
AlgorithmSpecification: AlgorithmSpecificationOutputTypeDef
|
|
10072
10566
|
RoleArn: str
|
|
10073
|
-
InputDataConfig:
|
|
10567
|
+
InputDataConfig: list[ChannelOutputTypeDef]
|
|
10074
10568
|
OutputDataConfig: OutputDataConfigTypeDef
|
|
10075
10569
|
ResourceConfig: ResourceConfigOutputTypeDef
|
|
10076
10570
|
WarmPoolStatus: WarmPoolStatusTypeDef
|
|
@@ -10080,8 +10574,8 @@ class DescribeTrainingJobResponseTypeDef(TypedDict):
|
|
|
10080
10574
|
TrainingStartTime: datetime
|
|
10081
10575
|
TrainingEndTime: datetime
|
|
10082
10576
|
LastModifiedTime: datetime
|
|
10083
|
-
SecondaryStatusTransitions:
|
|
10084
|
-
FinalMetricDataList:
|
|
10577
|
+
SecondaryStatusTransitions: list[SecondaryStatusTransitionTypeDef]
|
|
10578
|
+
FinalMetricDataList: list[MetricDataTypeDef]
|
|
10085
10579
|
EnableNetworkIsolation: bool
|
|
10086
10580
|
EnableInterContainerTrafficEncryption: bool
|
|
10087
10581
|
EnableManagedSpotTraining: bool
|
|
@@ -10090,14 +10584,14 @@ class DescribeTrainingJobResponseTypeDef(TypedDict):
|
|
|
10090
10584
|
BillableTimeInSeconds: int
|
|
10091
10585
|
DebugHookConfig: DebugHookConfigOutputTypeDef
|
|
10092
10586
|
ExperimentConfig: ExperimentConfigTypeDef
|
|
10093
|
-
DebugRuleConfigurations:
|
|
10587
|
+
DebugRuleConfigurations: list[DebugRuleConfigurationOutputTypeDef]
|
|
10094
10588
|
TensorBoardOutputConfig: TensorBoardOutputConfigTypeDef
|
|
10095
|
-
DebugRuleEvaluationStatuses:
|
|
10589
|
+
DebugRuleEvaluationStatuses: list[DebugRuleEvaluationStatusTypeDef]
|
|
10096
10590
|
ProfilerConfig: ProfilerConfigOutputTypeDef
|
|
10097
|
-
ProfilerRuleConfigurations:
|
|
10098
|
-
ProfilerRuleEvaluationStatuses:
|
|
10591
|
+
ProfilerRuleConfigurations: list[ProfilerRuleConfigurationOutputTypeDef]
|
|
10592
|
+
ProfilerRuleEvaluationStatuses: list[ProfilerRuleEvaluationStatusTypeDef]
|
|
10099
10593
|
ProfilingStatus: ProfilingStatusType
|
|
10100
|
-
Environment:
|
|
10594
|
+
Environment: dict[str, str]
|
|
10101
10595
|
RetryStrategy: RetryStrategyTypeDef
|
|
10102
10596
|
RemoteDebugConfig: RemoteDebugConfigTypeDef
|
|
10103
10597
|
InfraCheckConfig: InfraCheckConfigTypeDef
|
|
@@ -10113,10 +10607,10 @@ class TrainingJobTypeDef(TypedDict):
|
|
|
10113
10607
|
TrainingJobStatus: NotRequired[TrainingJobStatusType]
|
|
10114
10608
|
SecondaryStatus: NotRequired[SecondaryStatusType]
|
|
10115
10609
|
FailureReason: NotRequired[str]
|
|
10116
|
-
HyperParameters: NotRequired[
|
|
10610
|
+
HyperParameters: NotRequired[dict[str, str]]
|
|
10117
10611
|
AlgorithmSpecification: NotRequired[AlgorithmSpecificationOutputTypeDef]
|
|
10118
10612
|
RoleArn: NotRequired[str]
|
|
10119
|
-
InputDataConfig: NotRequired[
|
|
10613
|
+
InputDataConfig: NotRequired[list[ChannelOutputTypeDef]]
|
|
10120
10614
|
OutputDataConfig: NotRequired[OutputDataConfigTypeDef]
|
|
10121
10615
|
ResourceConfig: NotRequired[ResourceConfigOutputTypeDef]
|
|
10122
10616
|
VpcConfig: NotRequired[VpcConfigOutputTypeDef]
|
|
@@ -10125,8 +10619,8 @@ class TrainingJobTypeDef(TypedDict):
|
|
|
10125
10619
|
TrainingStartTime: NotRequired[datetime]
|
|
10126
10620
|
TrainingEndTime: NotRequired[datetime]
|
|
10127
10621
|
LastModifiedTime: NotRequired[datetime]
|
|
10128
|
-
SecondaryStatusTransitions: NotRequired[
|
|
10129
|
-
FinalMetricDataList: NotRequired[
|
|
10622
|
+
SecondaryStatusTransitions: NotRequired[list[SecondaryStatusTransitionTypeDef]]
|
|
10623
|
+
FinalMetricDataList: NotRequired[list[MetricDataTypeDef]]
|
|
10130
10624
|
EnableNetworkIsolation: NotRequired[bool]
|
|
10131
10625
|
EnableInterContainerTrafficEncryption: NotRequired[bool]
|
|
10132
10626
|
EnableManagedSpotTraining: NotRequired[bool]
|
|
@@ -10135,13 +10629,13 @@ class TrainingJobTypeDef(TypedDict):
|
|
|
10135
10629
|
BillableTimeInSeconds: NotRequired[int]
|
|
10136
10630
|
DebugHookConfig: NotRequired[DebugHookConfigOutputTypeDef]
|
|
10137
10631
|
ExperimentConfig: NotRequired[ExperimentConfigTypeDef]
|
|
10138
|
-
DebugRuleConfigurations: NotRequired[
|
|
10632
|
+
DebugRuleConfigurations: NotRequired[list[DebugRuleConfigurationOutputTypeDef]]
|
|
10139
10633
|
TensorBoardOutputConfig: NotRequired[TensorBoardOutputConfigTypeDef]
|
|
10140
|
-
DebugRuleEvaluationStatuses: NotRequired[
|
|
10634
|
+
DebugRuleEvaluationStatuses: NotRequired[list[DebugRuleEvaluationStatusTypeDef]]
|
|
10141
10635
|
ProfilerConfig: NotRequired[ProfilerConfigOutputTypeDef]
|
|
10142
|
-
Environment: NotRequired[
|
|
10636
|
+
Environment: NotRequired[dict[str, str]]
|
|
10143
10637
|
RetryStrategy: NotRequired[RetryStrategyTypeDef]
|
|
10144
|
-
Tags: NotRequired[
|
|
10638
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
10145
10639
|
|
|
10146
10640
|
class CreateTransformJobRequestRequestTypeDef(TypedDict):
|
|
10147
10641
|
TransformJobName: str
|
|
@@ -10169,7 +10663,7 @@ class DescribeTransformJobResponseTypeDef(TypedDict):
|
|
|
10169
10663
|
ModelClientConfig: ModelClientConfigTypeDef
|
|
10170
10664
|
MaxPayloadInMB: int
|
|
10171
10665
|
BatchStrategy: BatchStrategyType
|
|
10172
|
-
Environment:
|
|
10666
|
+
Environment: dict[str, str]
|
|
10173
10667
|
TransformInput: TransformInputTypeDef
|
|
10174
10668
|
TransformOutput: TransformOutputTypeDef
|
|
10175
10669
|
DataCaptureConfig: BatchDataCaptureConfigTypeDef
|
|
@@ -10190,7 +10684,7 @@ class TransformJobDefinitionOutputTypeDef(TypedDict):
|
|
|
10190
10684
|
MaxConcurrentTransforms: NotRequired[int]
|
|
10191
10685
|
MaxPayloadInMB: NotRequired[int]
|
|
10192
10686
|
BatchStrategy: NotRequired[BatchStrategyType]
|
|
10193
|
-
Environment: NotRequired[
|
|
10687
|
+
Environment: NotRequired[dict[str, str]]
|
|
10194
10688
|
|
|
10195
10689
|
class TransformJobDefinitionTypeDef(TypedDict):
|
|
10196
10690
|
TransformInput: TransformInputTypeDef
|
|
@@ -10211,7 +10705,7 @@ class TransformJobTypeDef(TypedDict):
|
|
|
10211
10705
|
ModelClientConfig: NotRequired[ModelClientConfigTypeDef]
|
|
10212
10706
|
MaxPayloadInMB: NotRequired[int]
|
|
10213
10707
|
BatchStrategy: NotRequired[BatchStrategyType]
|
|
10214
|
-
Environment: NotRequired[
|
|
10708
|
+
Environment: NotRequired[dict[str, str]]
|
|
10215
10709
|
TransformInput: NotRequired[TransformInputTypeDef]
|
|
10216
10710
|
TransformOutput: NotRequired[TransformOutputTypeDef]
|
|
10217
10711
|
DataCaptureConfig: NotRequired[BatchDataCaptureConfigTypeDef]
|
|
@@ -10223,7 +10717,7 @@ class TransformJobTypeDef(TypedDict):
|
|
|
10223
10717
|
AutoMLJobArn: NotRequired[str]
|
|
10224
10718
|
DataProcessing: NotRequired[DataProcessingTypeDef]
|
|
10225
10719
|
ExperimentConfig: NotRequired[ExperimentConfigTypeDef]
|
|
10226
|
-
Tags: NotRequired[
|
|
10720
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
10227
10721
|
|
|
10228
10722
|
class DescribeDomainResponseTypeDef(TypedDict):
|
|
10229
10723
|
DomainArn: str
|
|
@@ -10242,7 +10736,7 @@ class DescribeDomainResponseTypeDef(TypedDict):
|
|
|
10242
10736
|
DomainSettings: DomainSettingsOutputTypeDef
|
|
10243
10737
|
AppNetworkAccessType: AppNetworkAccessTypeType
|
|
10244
10738
|
HomeEfsFileSystemKmsKeyId: str
|
|
10245
|
-
SubnetIds:
|
|
10739
|
+
SubnetIds: list[str]
|
|
10246
10740
|
Url: str
|
|
10247
10741
|
VpcId: str
|
|
10248
10742
|
KmsKeyId: str
|
|
@@ -10272,7 +10766,7 @@ class AsyncInferenceConfigTypeDef(TypedDict):
|
|
|
10272
10766
|
class DescribeAutoMLJobV2ResponseTypeDef(TypedDict):
|
|
10273
10767
|
AutoMLJobName: str
|
|
10274
10768
|
AutoMLJobArn: str
|
|
10275
|
-
AutoMLJobInputDataConfig:
|
|
10769
|
+
AutoMLJobInputDataConfig: list[AutoMLJobChannelTypeDef]
|
|
10276
10770
|
OutputDataConfig: AutoMLOutputDataConfigTypeDef
|
|
10277
10771
|
RoleArn: str
|
|
10278
10772
|
AutoMLJobObjective: AutoMLJobObjectiveTypeDef
|
|
@@ -10282,7 +10776,7 @@ class DescribeAutoMLJobV2ResponseTypeDef(TypedDict):
|
|
|
10282
10776
|
EndTime: datetime
|
|
10283
10777
|
LastModifiedTime: datetime
|
|
10284
10778
|
FailureReason: str
|
|
10285
|
-
PartialFailureReasons:
|
|
10779
|
+
PartialFailureReasons: list[AutoMLPartialFailureReasonTypeDef]
|
|
10286
10780
|
BestCandidate: AutoMLCandidateTypeDef
|
|
10287
10781
|
AutoMLJobStatus: AutoMLJobStatusType
|
|
10288
10782
|
AutoMLJobSecondaryStatus: AutoMLJobSecondaryStatusType
|
|
@@ -10317,7 +10811,7 @@ class TimeSeriesForecastingJobConfigTypeDef(TypedDict):
|
|
|
10317
10811
|
CandidateGenerationConfig: NotRequired[CandidateGenerationConfigUnionTypeDef]
|
|
10318
10812
|
|
|
10319
10813
|
class ListPipelineExecutionStepsResponseTypeDef(TypedDict):
|
|
10320
|
-
PipelineExecutionSteps:
|
|
10814
|
+
PipelineExecutionSteps: list[PipelineExecutionStepTypeDef]
|
|
10321
10815
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
10322
10816
|
NextToken: NotRequired[str]
|
|
10323
10817
|
|
|
@@ -10348,8 +10842,8 @@ class DescribeInferenceRecommendationsJobResponseTypeDef(TypedDict):
|
|
|
10348
10842
|
FailureReason: str
|
|
10349
10843
|
InputConfig: RecommendationJobInputConfigOutputTypeDef
|
|
10350
10844
|
StoppingConditions: RecommendationJobStoppingConditionsOutputTypeDef
|
|
10351
|
-
InferenceRecommendations:
|
|
10352
|
-
EndpointPerformances:
|
|
10845
|
+
InferenceRecommendations: list[InferenceRecommendationTypeDef]
|
|
10846
|
+
EndpointPerformances: list[EndpointPerformanceTypeDef]
|
|
10353
10847
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
10354
10848
|
|
|
10355
10849
|
HyperParameterSpecificationTypeDef = TypedDict(
|
|
@@ -10384,13 +10878,13 @@ class EndpointInputConfigurationTypeDef(TypedDict):
|
|
|
10384
10878
|
class DescribeEndpointConfigOutputTypeDef(TypedDict):
|
|
10385
10879
|
EndpointConfigName: str
|
|
10386
10880
|
EndpointConfigArn: str
|
|
10387
|
-
ProductionVariants:
|
|
10881
|
+
ProductionVariants: list[ProductionVariantTypeDef]
|
|
10388
10882
|
DataCaptureConfig: DataCaptureConfigOutputTypeDef
|
|
10389
10883
|
KmsKeyId: str
|
|
10390
10884
|
CreationTime: datetime
|
|
10391
10885
|
AsyncInferenceConfig: AsyncInferenceConfigOutputTypeDef
|
|
10392
10886
|
ExplainerConfig: ExplainerConfigOutputTypeDef
|
|
10393
|
-
ShadowProductionVariants:
|
|
10887
|
+
ShadowProductionVariants: list[ProductionVariantTypeDef]
|
|
10394
10888
|
ExecutionRoleArn: str
|
|
10395
10889
|
VpcConfig: VpcConfigOutputTypeDef
|
|
10396
10890
|
EnableNetworkIsolation: bool
|
|
@@ -10400,7 +10894,7 @@ class DescribeEndpointOutputTypeDef(TypedDict):
|
|
|
10400
10894
|
EndpointName: str
|
|
10401
10895
|
EndpointArn: str
|
|
10402
10896
|
EndpointConfigName: str
|
|
10403
|
-
ProductionVariants:
|
|
10897
|
+
ProductionVariants: list[ProductionVariantSummaryTypeDef]
|
|
10404
10898
|
DataCaptureConfig: DataCaptureConfigSummaryTypeDef
|
|
10405
10899
|
EndpointStatus: EndpointStatusType
|
|
10406
10900
|
FailureReason: str
|
|
@@ -10410,7 +10904,7 @@ class DescribeEndpointOutputTypeDef(TypedDict):
|
|
|
10410
10904
|
AsyncInferenceConfig: AsyncInferenceConfigOutputTypeDef
|
|
10411
10905
|
PendingDeploymentSummary: PendingDeploymentSummaryTypeDef
|
|
10412
10906
|
ExplainerConfig: ExplainerConfigOutputTypeDef
|
|
10413
|
-
ShadowProductionVariants:
|
|
10907
|
+
ShadowProductionVariants: list[ProductionVariantSummaryTypeDef]
|
|
10414
10908
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
10415
10909
|
|
|
10416
10910
|
class ExplainerConfigTypeDef(TypedDict):
|
|
@@ -10433,7 +10927,7 @@ class DescribeHyperParameterTuningJobResponseTypeDef(TypedDict):
|
|
|
10433
10927
|
HyperParameterTuningJobArn: str
|
|
10434
10928
|
HyperParameterTuningJobConfig: HyperParameterTuningJobConfigOutputTypeDef
|
|
10435
10929
|
TrainingJobDefinition: HyperParameterTrainingJobDefinitionOutputTypeDef
|
|
10436
|
-
TrainingJobDefinitions:
|
|
10930
|
+
TrainingJobDefinitions: list[HyperParameterTrainingJobDefinitionOutputTypeDef]
|
|
10437
10931
|
HyperParameterTuningJobStatus: HyperParameterTuningJobStatusType
|
|
10438
10932
|
CreationTime: datetime
|
|
10439
10933
|
HyperParameterTuningEndTime: datetime
|
|
@@ -10454,7 +10948,7 @@ class HyperParameterTuningJobSearchEntityTypeDef(TypedDict):
|
|
|
10454
10948
|
HyperParameterTuningJobArn: NotRequired[str]
|
|
10455
10949
|
HyperParameterTuningJobConfig: NotRequired[HyperParameterTuningJobConfigOutputTypeDef]
|
|
10456
10950
|
TrainingJobDefinition: NotRequired[HyperParameterTrainingJobDefinitionOutputTypeDef]
|
|
10457
|
-
TrainingJobDefinitions: NotRequired[
|
|
10951
|
+
TrainingJobDefinitions: NotRequired[list[HyperParameterTrainingJobDefinitionOutputTypeDef]]
|
|
10458
10952
|
HyperParameterTuningJobStatus: NotRequired[HyperParameterTuningJobStatusType]
|
|
10459
10953
|
CreationTime: NotRequired[datetime]
|
|
10460
10954
|
HyperParameterTuningEndTime: NotRequired[datetime]
|
|
@@ -10467,10 +10961,10 @@ class HyperParameterTuningJobSearchEntityTypeDef(TypedDict):
|
|
|
10467
10961
|
FailureReason: NotRequired[str]
|
|
10468
10962
|
TuningJobCompletionDetails: NotRequired[HyperParameterTuningJobCompletionDetailsTypeDef]
|
|
10469
10963
|
ConsumedResources: NotRequired[HyperParameterTuningJobConsumedResourcesTypeDef]
|
|
10470
|
-
Tags: NotRequired[
|
|
10964
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
10471
10965
|
|
|
10472
10966
|
class ListSpacesResponseTypeDef(TypedDict):
|
|
10473
|
-
Spaces:
|
|
10967
|
+
Spaces: list[SpaceDetailsTypeDef]
|
|
10474
10968
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
10475
10969
|
NextToken: NotRequired[str]
|
|
10476
10970
|
|
|
@@ -10485,7 +10979,7 @@ class DefaultSpaceSettingsTypeDef(TypedDict):
|
|
|
10485
10979
|
CustomFileSystemConfigs: NotRequired[Sequence[CustomFileSystemConfigTypeDef]]
|
|
10486
10980
|
|
|
10487
10981
|
class ListInferenceRecommendationsJobStepsResponseTypeDef(TypedDict):
|
|
10488
|
-
Steps:
|
|
10982
|
+
Steps: list[InferenceRecommendationsJobStepTypeDef]
|
|
10489
10983
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
10490
10984
|
NextToken: NotRequired[str]
|
|
10491
10985
|
|
|
@@ -10514,7 +11008,7 @@ class DescribeWorkteamResponseTypeDef(TypedDict):
|
|
|
10514
11008
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
10515
11009
|
|
|
10516
11010
|
class ListWorkteamsResponseTypeDef(TypedDict):
|
|
10517
|
-
Workteams:
|
|
11011
|
+
Workteams: list[WorkteamTypeDef]
|
|
10518
11012
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
10519
11013
|
NextToken: NotRequired[str]
|
|
10520
11014
|
|
|
@@ -10523,7 +11017,7 @@ class UpdateWorkteamResponseTypeDef(TypedDict):
|
|
|
10523
11017
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
10524
11018
|
|
|
10525
11019
|
class ListLabelingJobsResponseTypeDef(TypedDict):
|
|
10526
|
-
LabelingJobSummaryList:
|
|
11020
|
+
LabelingJobSummaryList: list[LabelingJobSummaryTypeDef]
|
|
10527
11021
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
10528
11022
|
NextToken: NotRequired[str]
|
|
10529
11023
|
|
|
@@ -10532,12 +11026,12 @@ class DynamicScalingConfigurationTypeDef(TypedDict):
|
|
|
10532
11026
|
MaxCapacity: NotRequired[int]
|
|
10533
11027
|
ScaleInCooldown: NotRequired[int]
|
|
10534
11028
|
ScaleOutCooldown: NotRequired[int]
|
|
10535
|
-
ScalingPolicies: NotRequired[
|
|
11029
|
+
ScalingPolicies: NotRequired[list[ScalingPolicyTypeDef]]
|
|
10536
11030
|
|
|
10537
11031
|
class DescribeModelOutputTypeDef(TypedDict):
|
|
10538
11032
|
ModelName: str
|
|
10539
11033
|
PrimaryContainer: ContainerDefinitionOutputTypeDef
|
|
10540
|
-
Containers:
|
|
11034
|
+
Containers: list[ContainerDefinitionOutputTypeDef]
|
|
10541
11035
|
InferenceExecutionConfig: InferenceExecutionConfigTypeDef
|
|
10542
11036
|
ExecutionRoleArn: str
|
|
10543
11037
|
VpcConfig: VpcConfigOutputTypeDef
|
|
@@ -10550,14 +11044,14 @@ class DescribeModelOutputTypeDef(TypedDict):
|
|
|
10550
11044
|
class ModelTypeDef(TypedDict):
|
|
10551
11045
|
ModelName: NotRequired[str]
|
|
10552
11046
|
PrimaryContainer: NotRequired[ContainerDefinitionOutputTypeDef]
|
|
10553
|
-
Containers: NotRequired[
|
|
11047
|
+
Containers: NotRequired[list[ContainerDefinitionOutputTypeDef]]
|
|
10554
11048
|
InferenceExecutionConfig: NotRequired[InferenceExecutionConfigTypeDef]
|
|
10555
11049
|
ExecutionRoleArn: NotRequired[str]
|
|
10556
11050
|
VpcConfig: NotRequired[VpcConfigOutputTypeDef]
|
|
10557
11051
|
CreationTime: NotRequired[datetime]
|
|
10558
11052
|
ModelArn: NotRequired[str]
|
|
10559
11053
|
EnableNetworkIsolation: NotRequired[bool]
|
|
10560
|
-
Tags: NotRequired[
|
|
11054
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
10561
11055
|
DeploymentRecommendation: NotRequired[DeploymentRecommendationTypeDef]
|
|
10562
11056
|
|
|
10563
11057
|
ContainerDefinitionUnionTypeDef = Union[
|
|
@@ -10566,26 +11060,26 @@ ContainerDefinitionUnionTypeDef = Union[
|
|
|
10566
11060
|
|
|
10567
11061
|
class AdditionalInferenceSpecificationDefinitionOutputTypeDef(TypedDict):
|
|
10568
11062
|
Name: str
|
|
10569
|
-
Containers:
|
|
11063
|
+
Containers: list[ModelPackageContainerDefinitionOutputTypeDef]
|
|
10570
11064
|
Description: NotRequired[str]
|
|
10571
|
-
SupportedTransformInstanceTypes: NotRequired[
|
|
10572
|
-
SupportedRealtimeInferenceInstanceTypes: NotRequired[
|
|
10573
|
-
SupportedContentTypes: NotRequired[
|
|
10574
|
-
SupportedResponseMIMETypes: NotRequired[
|
|
11065
|
+
SupportedTransformInstanceTypes: NotRequired[list[TransformInstanceTypeType]]
|
|
11066
|
+
SupportedRealtimeInferenceInstanceTypes: NotRequired[list[ProductionVariantInstanceTypeType]]
|
|
11067
|
+
SupportedContentTypes: NotRequired[list[str]]
|
|
11068
|
+
SupportedResponseMIMETypes: NotRequired[list[str]]
|
|
10575
11069
|
|
|
10576
11070
|
class InferenceSpecificationOutputTypeDef(TypedDict):
|
|
10577
|
-
Containers:
|
|
10578
|
-
SupportedTransformInstanceTypes: NotRequired[
|
|
10579
|
-
SupportedRealtimeInferenceInstanceTypes: NotRequired[
|
|
10580
|
-
SupportedContentTypes: NotRequired[
|
|
10581
|
-
SupportedResponseMIMETypes: NotRequired[
|
|
11071
|
+
Containers: list[ModelPackageContainerDefinitionOutputTypeDef]
|
|
11072
|
+
SupportedTransformInstanceTypes: NotRequired[list[TransformInstanceTypeType]]
|
|
11073
|
+
SupportedRealtimeInferenceInstanceTypes: NotRequired[list[ProductionVariantInstanceTypeType]]
|
|
11074
|
+
SupportedContentTypes: NotRequired[list[str]]
|
|
11075
|
+
SupportedResponseMIMETypes: NotRequired[list[str]]
|
|
10582
11076
|
|
|
10583
11077
|
ModelPackageContainerDefinitionUnionTypeDef = Union[
|
|
10584
11078
|
ModelPackageContainerDefinitionTypeDef, ModelPackageContainerDefinitionOutputTypeDef
|
|
10585
11079
|
]
|
|
10586
11080
|
|
|
10587
11081
|
class SourceAlgorithmSpecificationOutputTypeDef(TypedDict):
|
|
10588
|
-
SourceAlgorithms:
|
|
11082
|
+
SourceAlgorithms: list[SourceAlgorithmTypeDef]
|
|
10589
11083
|
|
|
10590
11084
|
class SourceAlgorithmSpecificationTypeDef(TypedDict):
|
|
10591
11085
|
SourceAlgorithms: Sequence[SourceAlgorithmTypeDef]
|
|
@@ -10659,14 +11153,14 @@ class DescribeModelQualityJobDefinitionResponseTypeDef(TypedDict):
|
|
|
10659
11153
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
10660
11154
|
|
|
10661
11155
|
class MonitoringJobDefinitionOutputTypeDef(TypedDict):
|
|
10662
|
-
MonitoringInputs:
|
|
11156
|
+
MonitoringInputs: list[MonitoringInputOutputTypeDef]
|
|
10663
11157
|
MonitoringOutputConfig: MonitoringOutputConfigOutputTypeDef
|
|
10664
11158
|
MonitoringResources: MonitoringResourcesTypeDef
|
|
10665
11159
|
MonitoringAppSpecification: MonitoringAppSpecificationOutputTypeDef
|
|
10666
11160
|
RoleArn: str
|
|
10667
11161
|
BaselineConfig: NotRequired[MonitoringBaselineConfigTypeDef]
|
|
10668
11162
|
StoppingCondition: NotRequired[MonitoringStoppingConditionTypeDef]
|
|
10669
|
-
Environment: NotRequired[
|
|
11163
|
+
Environment: NotRequired[dict[str, str]]
|
|
10670
11164
|
NetworkConfig: NotRequired[NetworkConfigOutputTypeDef]
|
|
10671
11165
|
|
|
10672
11166
|
BatchTransformInputUnionTypeDef = Union[
|
|
@@ -10922,11 +11416,11 @@ class UpdateSpaceRequestRequestTypeDef(TypedDict):
|
|
|
10922
11416
|
|
|
10923
11417
|
class AlgorithmValidationSpecificationOutputTypeDef(TypedDict):
|
|
10924
11418
|
ValidationRole: str
|
|
10925
|
-
ValidationProfiles:
|
|
11419
|
+
ValidationProfiles: list[AlgorithmValidationProfileOutputTypeDef]
|
|
10926
11420
|
|
|
10927
11421
|
class ModelPackageValidationSpecificationOutputTypeDef(TypedDict):
|
|
10928
11422
|
ValidationRole: str
|
|
10929
|
-
ValidationProfiles:
|
|
11423
|
+
ValidationProfiles: list[ModelPackageValidationProfileOutputTypeDef]
|
|
10930
11424
|
|
|
10931
11425
|
class ModelPackageValidationProfileTypeDef(TypedDict):
|
|
10932
11426
|
ProfileName: str
|
|
@@ -10944,15 +11438,15 @@ class TrialComponentTypeDef(TypedDict):
|
|
|
10944
11438
|
CreatedBy: NotRequired[UserContextTypeDef]
|
|
10945
11439
|
LastModifiedTime: NotRequired[datetime]
|
|
10946
11440
|
LastModifiedBy: NotRequired[UserContextTypeDef]
|
|
10947
|
-
Parameters: NotRequired[
|
|
10948
|
-
InputArtifacts: NotRequired[
|
|
10949
|
-
OutputArtifacts: NotRequired[
|
|
10950
|
-
Metrics: NotRequired[
|
|
11441
|
+
Parameters: NotRequired[dict[str, TrialComponentParameterValueTypeDef]]
|
|
11442
|
+
InputArtifacts: NotRequired[dict[str, TrialComponentArtifactTypeDef]]
|
|
11443
|
+
OutputArtifacts: NotRequired[dict[str, TrialComponentArtifactTypeDef]]
|
|
11444
|
+
Metrics: NotRequired[list[TrialComponentMetricSummaryTypeDef]]
|
|
10951
11445
|
MetadataProperties: NotRequired[MetadataPropertiesTypeDef]
|
|
10952
11446
|
SourceDetail: NotRequired[TrialComponentSourceDetailTypeDef]
|
|
10953
11447
|
LineageGroupArn: NotRequired[str]
|
|
10954
|
-
Tags: NotRequired[
|
|
10955
|
-
Parents: NotRequired[
|
|
11448
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
11449
|
+
Parents: NotRequired[list[ParentTypeDef]]
|
|
10956
11450
|
RunName: NotRequired[str]
|
|
10957
11451
|
|
|
10958
11452
|
class AutoMLProblemTypeConfigTypeDef(TypedDict):
|
|
@@ -10988,8 +11482,8 @@ class RecommendationJobInputConfigTypeDef(TypedDict):
|
|
|
10988
11482
|
VpcConfig: NotRequired[RecommendationJobVpcConfigUnionTypeDef]
|
|
10989
11483
|
|
|
10990
11484
|
class BatchDescribeModelPackageOutputTypeDef(TypedDict):
|
|
10991
|
-
ModelPackageSummaries:
|
|
10992
|
-
BatchDescribeModelPackageErrorMap:
|
|
11485
|
+
ModelPackageSummaries: dict[str, BatchDescribeModelPackageSummaryTypeDef]
|
|
11486
|
+
BatchDescribeModelPackageErrorMap: dict[str, BatchDescribeModelPackageErrorTypeDef]
|
|
10993
11487
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
10994
11488
|
|
|
10995
11489
|
AdditionalInferenceSpecificationDefinitionUnionTypeDef = Union[
|
|
@@ -11035,7 +11529,7 @@ class ModelDashboardMonitoringScheduleTypeDef(TypedDict):
|
|
|
11035
11529
|
LastModifiedTime: NotRequired[datetime]
|
|
11036
11530
|
MonitoringScheduleConfig: NotRequired[MonitoringScheduleConfigOutputTypeDef]
|
|
11037
11531
|
EndpointName: NotRequired[str]
|
|
11038
|
-
MonitoringAlertSummaries: NotRequired[
|
|
11532
|
+
MonitoringAlertSummaries: NotRequired[list[MonitoringAlertSummaryTypeDef]]
|
|
11039
11533
|
LastMonitoringExecutionSummary: NotRequired[MonitoringExecutionSummaryTypeDef]
|
|
11040
11534
|
BatchTransformInput: NotRequired[BatchTransformInputOutputTypeDef]
|
|
11041
11535
|
|
|
@@ -11050,7 +11544,7 @@ class MonitoringScheduleTypeDef(TypedDict):
|
|
|
11050
11544
|
MonitoringScheduleConfig: NotRequired[MonitoringScheduleConfigOutputTypeDef]
|
|
11051
11545
|
EndpointName: NotRequired[str]
|
|
11052
11546
|
LastMonitoringExecutionSummary: NotRequired[MonitoringExecutionSummaryTypeDef]
|
|
11053
|
-
Tags: NotRequired[
|
|
11547
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
11054
11548
|
|
|
11055
11549
|
class CreateDataQualityJobDefinitionRequestRequestTypeDef(TypedDict):
|
|
11056
11550
|
JobDefinitionName: str
|
|
@@ -11194,9 +11688,9 @@ class DescribeModelPackageOutputTypeDef(TypedDict):
|
|
|
11194
11688
|
Domain: str
|
|
11195
11689
|
Task: str
|
|
11196
11690
|
SamplePayloadUrl: str
|
|
11197
|
-
CustomerMetadataProperties:
|
|
11691
|
+
CustomerMetadataProperties: dict[str, str]
|
|
11198
11692
|
DriftCheckBaselines: DriftCheckBaselinesTypeDef
|
|
11199
|
-
AdditionalInferenceSpecifications:
|
|
11693
|
+
AdditionalInferenceSpecifications: list[AdditionalInferenceSpecificationDefinitionOutputTypeDef]
|
|
11200
11694
|
SkipModelValidation: SkipModelValidationType
|
|
11201
11695
|
SourceUri: str
|
|
11202
11696
|
SecurityConfig: ModelPackageSecurityConfigTypeDef
|
|
@@ -11228,14 +11722,14 @@ class ModelPackageTypeDef(TypedDict):
|
|
|
11228
11722
|
Task: NotRequired[str]
|
|
11229
11723
|
SamplePayloadUrl: NotRequired[str]
|
|
11230
11724
|
AdditionalInferenceSpecifications: NotRequired[
|
|
11231
|
-
|
|
11725
|
+
list[AdditionalInferenceSpecificationDefinitionOutputTypeDef]
|
|
11232
11726
|
]
|
|
11233
11727
|
SourceUri: NotRequired[str]
|
|
11234
11728
|
SecurityConfig: NotRequired[ModelPackageSecurityConfigTypeDef]
|
|
11235
11729
|
ModelCard: NotRequired[ModelPackageModelCardTypeDef]
|
|
11236
11730
|
ModelLifeCycle: NotRequired[ModelLifeCycleTypeDef]
|
|
11237
|
-
Tags: NotRequired[
|
|
11238
|
-
CustomerMetadataProperties: NotRequired[
|
|
11731
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
11732
|
+
CustomerMetadataProperties: NotRequired[dict[str, str]]
|
|
11239
11733
|
DriftCheckBaselines: NotRequired[DriftCheckBaselinesTypeDef]
|
|
11240
11734
|
SkipModelValidation: NotRequired[SkipModelValidationType]
|
|
11241
11735
|
|
|
@@ -11268,9 +11762,9 @@ class CreateInferenceRecommendationsJobRequestRequestTypeDef(TypedDict):
|
|
|
11268
11762
|
|
|
11269
11763
|
class ModelDashboardModelTypeDef(TypedDict):
|
|
11270
11764
|
Model: NotRequired[ModelTypeDef]
|
|
11271
|
-
Endpoints: NotRequired[
|
|
11765
|
+
Endpoints: NotRequired[list[ModelDashboardEndpointTypeDef]]
|
|
11272
11766
|
LastBatchTransformJob: NotRequired[TransformJobTypeDef]
|
|
11273
|
-
MonitoringSchedules: NotRequired[
|
|
11767
|
+
MonitoringSchedules: NotRequired[list[ModelDashboardMonitoringScheduleTypeDef]]
|
|
11274
11768
|
ModelCard: NotRequired[ModelDashboardModelCardTypeDef]
|
|
11275
11769
|
|
|
11276
11770
|
class EndpointTypeDef(TypedDict):
|
|
@@ -11280,12 +11774,12 @@ class EndpointTypeDef(TypedDict):
|
|
|
11280
11774
|
EndpointStatus: EndpointStatusType
|
|
11281
11775
|
CreationTime: datetime
|
|
11282
11776
|
LastModifiedTime: datetime
|
|
11283
|
-
ProductionVariants: NotRequired[
|
|
11777
|
+
ProductionVariants: NotRequired[list[ProductionVariantSummaryTypeDef]]
|
|
11284
11778
|
DataCaptureConfig: NotRequired[DataCaptureConfigSummaryTypeDef]
|
|
11285
11779
|
FailureReason: NotRequired[str]
|
|
11286
|
-
MonitoringSchedules: NotRequired[
|
|
11287
|
-
Tags: NotRequired[
|
|
11288
|
-
ShadowProductionVariants: NotRequired[
|
|
11780
|
+
MonitoringSchedules: NotRequired[list[MonitoringScheduleTypeDef]]
|
|
11781
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
11782
|
+
ShadowProductionVariants: NotRequired[list[ProductionVariantSummaryTypeDef]]
|
|
11289
11783
|
|
|
11290
11784
|
class MonitoringJobDefinitionTypeDef(TypedDict):
|
|
11291
11785
|
MonitoringInputs: Sequence[MonitoringInputUnionTypeDef]
|
|
@@ -11372,7 +11866,7 @@ class CreateModelPackageInputRequestTypeDef(TypedDict):
|
|
|
11372
11866
|
ModelLifeCycle: NotRequired[ModelLifeCycleTypeDef]
|
|
11373
11867
|
|
|
11374
11868
|
class SearchResponseTypeDef(TypedDict):
|
|
11375
|
-
Results:
|
|
11869
|
+
Results: list[SearchRecordTypeDef]
|
|
11376
11870
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
11377
11871
|
NextToken: NotRequired[str]
|
|
11378
11872
|
|