mypy-boto3-sagemaker 1.35.75__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/__main__.py +8 -7
- mypy_boto3_sagemaker/client.py +279 -239
- mypy_boto3_sagemaker/client.pyi +279 -238
- mypy_boto3_sagemaker/literals.py +31 -1
- mypy_boto3_sagemaker/literals.pyi +31 -1
- mypy_boto3_sagemaker/paginator.py +892 -451
- mypy_boto3_sagemaker/paginator.pyi +815 -450
- mypy_boto3_sagemaker/type_defs.py +566 -614
- mypy_boto3_sagemaker/type_defs.pyi +565 -607
- 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.75.dist-info → mypy_boto3_sagemaker-1.35.86.dist-info}/METADATA +21 -7
- mypy_boto3_sagemaker-1.35.86.dist-info/RECORD +20 -0
- mypy_boto3_sagemaker-1.35.75.dist-info/RECORD +0 -20
- {mypy_boto3_sagemaker-1.35.75.dist-info → mypy_boto3_sagemaker-1.35.86.dist-info}/LICENSE +0 -0
- {mypy_boto3_sagemaker-1.35.75.dist-info → mypy_boto3_sagemaker-1.35.86.dist-info}/WHEEL +0 -0
- {mypy_boto3_sagemaker-1.35.75.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,9 +14,11 @@ 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,
|
|
@@ -768,9 +770,8 @@ __all__ = (
|
|
|
768
770
|
"DescribeEdgePackagingJobResponseTypeDef",
|
|
769
771
|
"DescribeEndpointConfigInputRequestTypeDef",
|
|
770
772
|
"DescribeEndpointConfigOutputTypeDef",
|
|
771
|
-
"DescribeEndpointInputEndpointDeletedWaitTypeDef",
|
|
772
|
-
"DescribeEndpointInputEndpointInServiceWaitTypeDef",
|
|
773
773
|
"DescribeEndpointInputRequestTypeDef",
|
|
774
|
+
"DescribeEndpointInputWaitTypeDef",
|
|
774
775
|
"DescribeEndpointOutputTypeDef",
|
|
775
776
|
"DescribeExperimentRequestRequestTypeDef",
|
|
776
777
|
"DescribeExperimentResponseTypeDef",
|
|
@@ -788,14 +789,11 @@ __all__ = (
|
|
|
788
789
|
"DescribeHumanTaskUiResponseTypeDef",
|
|
789
790
|
"DescribeHyperParameterTuningJobRequestRequestTypeDef",
|
|
790
791
|
"DescribeHyperParameterTuningJobResponseTypeDef",
|
|
791
|
-
"DescribeImageRequestImageCreatedWaitTypeDef",
|
|
792
|
-
"DescribeImageRequestImageDeletedWaitTypeDef",
|
|
793
|
-
"DescribeImageRequestImageUpdatedWaitTypeDef",
|
|
794
792
|
"DescribeImageRequestRequestTypeDef",
|
|
793
|
+
"DescribeImageRequestWaitTypeDef",
|
|
795
794
|
"DescribeImageResponseTypeDef",
|
|
796
|
-
"DescribeImageVersionRequestImageVersionCreatedWaitTypeDef",
|
|
797
|
-
"DescribeImageVersionRequestImageVersionDeletedWaitTypeDef",
|
|
798
795
|
"DescribeImageVersionRequestRequestTypeDef",
|
|
796
|
+
"DescribeImageVersionRequestWaitTypeDef",
|
|
799
797
|
"DescribeImageVersionResponseTypeDef",
|
|
800
798
|
"DescribeInferenceComponentInputRequestTypeDef",
|
|
801
799
|
"DescribeInferenceComponentOutputTypeDef",
|
|
@@ -827,10 +825,8 @@ __all__ = (
|
|
|
827
825
|
"DescribeModelQualityJobDefinitionResponseTypeDef",
|
|
828
826
|
"DescribeMonitoringScheduleRequestRequestTypeDef",
|
|
829
827
|
"DescribeMonitoringScheduleResponseTypeDef",
|
|
830
|
-
"DescribeNotebookInstanceInputNotebookInstanceDeletedWaitTypeDef",
|
|
831
|
-
"DescribeNotebookInstanceInputNotebookInstanceInServiceWaitTypeDef",
|
|
832
|
-
"DescribeNotebookInstanceInputNotebookInstanceStoppedWaitTypeDef",
|
|
833
828
|
"DescribeNotebookInstanceInputRequestTypeDef",
|
|
829
|
+
"DescribeNotebookInstanceInputWaitTypeDef",
|
|
834
830
|
"DescribeNotebookInstanceLifecycleConfigInputRequestTypeDef",
|
|
835
831
|
"DescribeNotebookInstanceLifecycleConfigOutputTypeDef",
|
|
836
832
|
"DescribeNotebookInstanceOutputTypeDef",
|
|
@@ -844,8 +840,8 @@ __all__ = (
|
|
|
844
840
|
"DescribePipelineExecutionResponseTypeDef",
|
|
845
841
|
"DescribePipelineRequestRequestTypeDef",
|
|
846
842
|
"DescribePipelineResponseTypeDef",
|
|
847
|
-
"DescribeProcessingJobRequestProcessingJobCompletedOrStoppedWaitTypeDef",
|
|
848
843
|
"DescribeProcessingJobRequestRequestTypeDef",
|
|
844
|
+
"DescribeProcessingJobRequestWaitTypeDef",
|
|
849
845
|
"DescribeProcessingJobResponseTypeDef",
|
|
850
846
|
"DescribeProjectInputRequestTypeDef",
|
|
851
847
|
"DescribeProjectOutputTypeDef",
|
|
@@ -856,12 +852,12 @@ __all__ = (
|
|
|
856
852
|
"DescribeSubscribedWorkteamRequestRequestTypeDef",
|
|
857
853
|
"DescribeSubscribedWorkteamResponseTypeDef",
|
|
858
854
|
"DescribeTrainingJobRequestRequestTypeDef",
|
|
859
|
-
"
|
|
855
|
+
"DescribeTrainingJobRequestWaitTypeDef",
|
|
860
856
|
"DescribeTrainingJobResponseTypeDef",
|
|
861
857
|
"DescribeTrainingPlanRequestRequestTypeDef",
|
|
862
858
|
"DescribeTrainingPlanResponseTypeDef",
|
|
863
859
|
"DescribeTransformJobRequestRequestTypeDef",
|
|
864
|
-
"
|
|
860
|
+
"DescribeTransformJobRequestWaitTypeDef",
|
|
865
861
|
"DescribeTransformJobResponseTypeDef",
|
|
866
862
|
"DescribeTrialComponentRequestRequestTypeDef",
|
|
867
863
|
"DescribeTrialComponentResponseTypeDef",
|
|
@@ -1091,85 +1087,85 @@ __all__ = (
|
|
|
1091
1087
|
"LambdaStepMetadataTypeDef",
|
|
1092
1088
|
"LastUpdateStatusTypeDef",
|
|
1093
1089
|
"LineageGroupSummaryTypeDef",
|
|
1094
|
-
"
|
|
1090
|
+
"ListActionsRequestPaginateTypeDef",
|
|
1095
1091
|
"ListActionsRequestRequestTypeDef",
|
|
1096
1092
|
"ListActionsResponseTypeDef",
|
|
1097
|
-
"
|
|
1093
|
+
"ListAlgorithmsInputPaginateTypeDef",
|
|
1098
1094
|
"ListAlgorithmsInputRequestTypeDef",
|
|
1099
1095
|
"ListAlgorithmsOutputTypeDef",
|
|
1100
|
-
"
|
|
1096
|
+
"ListAliasesRequestPaginateTypeDef",
|
|
1101
1097
|
"ListAliasesRequestRequestTypeDef",
|
|
1102
1098
|
"ListAliasesResponseTypeDef",
|
|
1103
|
-
"
|
|
1099
|
+
"ListAppImageConfigsRequestPaginateTypeDef",
|
|
1104
1100
|
"ListAppImageConfigsRequestRequestTypeDef",
|
|
1105
1101
|
"ListAppImageConfigsResponseTypeDef",
|
|
1106
|
-
"
|
|
1102
|
+
"ListAppsRequestPaginateTypeDef",
|
|
1107
1103
|
"ListAppsRequestRequestTypeDef",
|
|
1108
1104
|
"ListAppsResponseTypeDef",
|
|
1109
|
-
"
|
|
1105
|
+
"ListArtifactsRequestPaginateTypeDef",
|
|
1110
1106
|
"ListArtifactsRequestRequestTypeDef",
|
|
1111
1107
|
"ListArtifactsResponseTypeDef",
|
|
1112
|
-
"
|
|
1108
|
+
"ListAssociationsRequestPaginateTypeDef",
|
|
1113
1109
|
"ListAssociationsRequestRequestTypeDef",
|
|
1114
1110
|
"ListAssociationsResponseTypeDef",
|
|
1115
|
-
"
|
|
1111
|
+
"ListAutoMLJobsRequestPaginateTypeDef",
|
|
1116
1112
|
"ListAutoMLJobsRequestRequestTypeDef",
|
|
1117
1113
|
"ListAutoMLJobsResponseTypeDef",
|
|
1118
|
-
"
|
|
1114
|
+
"ListCandidatesForAutoMLJobRequestPaginateTypeDef",
|
|
1119
1115
|
"ListCandidatesForAutoMLJobRequestRequestTypeDef",
|
|
1120
1116
|
"ListCandidatesForAutoMLJobResponseTypeDef",
|
|
1121
|
-
"
|
|
1117
|
+
"ListClusterNodesRequestPaginateTypeDef",
|
|
1122
1118
|
"ListClusterNodesRequestRequestTypeDef",
|
|
1123
1119
|
"ListClusterNodesResponseTypeDef",
|
|
1124
|
-
"
|
|
1120
|
+
"ListClusterSchedulerConfigsRequestPaginateTypeDef",
|
|
1125
1121
|
"ListClusterSchedulerConfigsRequestRequestTypeDef",
|
|
1126
1122
|
"ListClusterSchedulerConfigsResponseTypeDef",
|
|
1127
|
-
"
|
|
1123
|
+
"ListClustersRequestPaginateTypeDef",
|
|
1128
1124
|
"ListClustersRequestRequestTypeDef",
|
|
1129
1125
|
"ListClustersResponseTypeDef",
|
|
1130
|
-
"
|
|
1126
|
+
"ListCodeRepositoriesInputPaginateTypeDef",
|
|
1131
1127
|
"ListCodeRepositoriesInputRequestTypeDef",
|
|
1132
1128
|
"ListCodeRepositoriesOutputTypeDef",
|
|
1133
|
-
"
|
|
1129
|
+
"ListCompilationJobsRequestPaginateTypeDef",
|
|
1134
1130
|
"ListCompilationJobsRequestRequestTypeDef",
|
|
1135
1131
|
"ListCompilationJobsResponseTypeDef",
|
|
1136
|
-
"
|
|
1132
|
+
"ListComputeQuotasRequestPaginateTypeDef",
|
|
1137
1133
|
"ListComputeQuotasRequestRequestTypeDef",
|
|
1138
1134
|
"ListComputeQuotasResponseTypeDef",
|
|
1139
|
-
"
|
|
1135
|
+
"ListContextsRequestPaginateTypeDef",
|
|
1140
1136
|
"ListContextsRequestRequestTypeDef",
|
|
1141
1137
|
"ListContextsResponseTypeDef",
|
|
1142
|
-
"
|
|
1138
|
+
"ListDataQualityJobDefinitionsRequestPaginateTypeDef",
|
|
1143
1139
|
"ListDataQualityJobDefinitionsRequestRequestTypeDef",
|
|
1144
1140
|
"ListDataQualityJobDefinitionsResponseTypeDef",
|
|
1145
|
-
"
|
|
1141
|
+
"ListDeviceFleetsRequestPaginateTypeDef",
|
|
1146
1142
|
"ListDeviceFleetsRequestRequestTypeDef",
|
|
1147
1143
|
"ListDeviceFleetsResponseTypeDef",
|
|
1148
|
-
"
|
|
1144
|
+
"ListDevicesRequestPaginateTypeDef",
|
|
1149
1145
|
"ListDevicesRequestRequestTypeDef",
|
|
1150
1146
|
"ListDevicesResponseTypeDef",
|
|
1151
|
-
"
|
|
1147
|
+
"ListDomainsRequestPaginateTypeDef",
|
|
1152
1148
|
"ListDomainsRequestRequestTypeDef",
|
|
1153
1149
|
"ListDomainsResponseTypeDef",
|
|
1154
|
-
"
|
|
1150
|
+
"ListEdgeDeploymentPlansRequestPaginateTypeDef",
|
|
1155
1151
|
"ListEdgeDeploymentPlansRequestRequestTypeDef",
|
|
1156
1152
|
"ListEdgeDeploymentPlansResponseTypeDef",
|
|
1157
|
-
"
|
|
1153
|
+
"ListEdgePackagingJobsRequestPaginateTypeDef",
|
|
1158
1154
|
"ListEdgePackagingJobsRequestRequestTypeDef",
|
|
1159
1155
|
"ListEdgePackagingJobsResponseTypeDef",
|
|
1160
|
-
"
|
|
1156
|
+
"ListEndpointConfigsInputPaginateTypeDef",
|
|
1161
1157
|
"ListEndpointConfigsInputRequestTypeDef",
|
|
1162
1158
|
"ListEndpointConfigsOutputTypeDef",
|
|
1163
|
-
"
|
|
1159
|
+
"ListEndpointsInputPaginateTypeDef",
|
|
1164
1160
|
"ListEndpointsInputRequestTypeDef",
|
|
1165
1161
|
"ListEndpointsOutputTypeDef",
|
|
1166
|
-
"
|
|
1162
|
+
"ListExperimentsRequestPaginateTypeDef",
|
|
1167
1163
|
"ListExperimentsRequestRequestTypeDef",
|
|
1168
1164
|
"ListExperimentsResponseTypeDef",
|
|
1169
|
-
"
|
|
1165
|
+
"ListFeatureGroupsRequestPaginateTypeDef",
|
|
1170
1166
|
"ListFeatureGroupsRequestRequestTypeDef",
|
|
1171
1167
|
"ListFeatureGroupsResponseTypeDef",
|
|
1172
|
-
"
|
|
1168
|
+
"ListFlowDefinitionsRequestPaginateTypeDef",
|
|
1173
1169
|
"ListFlowDefinitionsRequestRequestTypeDef",
|
|
1174
1170
|
"ListFlowDefinitionsResponseTypeDef",
|
|
1175
1171
|
"ListHubContentVersionsRequestRequestTypeDef",
|
|
@@ -1178,156 +1174,156 @@ __all__ = (
|
|
|
1178
1174
|
"ListHubContentsResponseTypeDef",
|
|
1179
1175
|
"ListHubsRequestRequestTypeDef",
|
|
1180
1176
|
"ListHubsResponseTypeDef",
|
|
1181
|
-
"
|
|
1177
|
+
"ListHumanTaskUisRequestPaginateTypeDef",
|
|
1182
1178
|
"ListHumanTaskUisRequestRequestTypeDef",
|
|
1183
1179
|
"ListHumanTaskUisResponseTypeDef",
|
|
1184
|
-
"
|
|
1180
|
+
"ListHyperParameterTuningJobsRequestPaginateTypeDef",
|
|
1185
1181
|
"ListHyperParameterTuningJobsRequestRequestTypeDef",
|
|
1186
1182
|
"ListHyperParameterTuningJobsResponseTypeDef",
|
|
1187
|
-
"
|
|
1183
|
+
"ListImageVersionsRequestPaginateTypeDef",
|
|
1188
1184
|
"ListImageVersionsRequestRequestTypeDef",
|
|
1189
1185
|
"ListImageVersionsResponseTypeDef",
|
|
1190
|
-
"
|
|
1186
|
+
"ListImagesRequestPaginateTypeDef",
|
|
1191
1187
|
"ListImagesRequestRequestTypeDef",
|
|
1192
1188
|
"ListImagesResponseTypeDef",
|
|
1193
|
-
"
|
|
1189
|
+
"ListInferenceComponentsInputPaginateTypeDef",
|
|
1194
1190
|
"ListInferenceComponentsInputRequestTypeDef",
|
|
1195
1191
|
"ListInferenceComponentsOutputTypeDef",
|
|
1196
|
-
"
|
|
1192
|
+
"ListInferenceExperimentsRequestPaginateTypeDef",
|
|
1197
1193
|
"ListInferenceExperimentsRequestRequestTypeDef",
|
|
1198
1194
|
"ListInferenceExperimentsResponseTypeDef",
|
|
1199
|
-
"
|
|
1195
|
+
"ListInferenceRecommendationsJobStepsRequestPaginateTypeDef",
|
|
1200
1196
|
"ListInferenceRecommendationsJobStepsRequestRequestTypeDef",
|
|
1201
1197
|
"ListInferenceRecommendationsJobStepsResponseTypeDef",
|
|
1202
|
-
"
|
|
1198
|
+
"ListInferenceRecommendationsJobsRequestPaginateTypeDef",
|
|
1203
1199
|
"ListInferenceRecommendationsJobsRequestRequestTypeDef",
|
|
1204
1200
|
"ListInferenceRecommendationsJobsResponseTypeDef",
|
|
1205
|
-
"
|
|
1201
|
+
"ListLabelingJobsForWorkteamRequestPaginateTypeDef",
|
|
1206
1202
|
"ListLabelingJobsForWorkteamRequestRequestTypeDef",
|
|
1207
1203
|
"ListLabelingJobsForWorkteamResponseTypeDef",
|
|
1208
|
-
"
|
|
1204
|
+
"ListLabelingJobsRequestPaginateTypeDef",
|
|
1209
1205
|
"ListLabelingJobsRequestRequestTypeDef",
|
|
1210
1206
|
"ListLabelingJobsResponseTypeDef",
|
|
1211
|
-
"
|
|
1207
|
+
"ListLineageGroupsRequestPaginateTypeDef",
|
|
1212
1208
|
"ListLineageGroupsRequestRequestTypeDef",
|
|
1213
1209
|
"ListLineageGroupsResponseTypeDef",
|
|
1214
|
-
"
|
|
1210
|
+
"ListMlflowTrackingServersRequestPaginateTypeDef",
|
|
1215
1211
|
"ListMlflowTrackingServersRequestRequestTypeDef",
|
|
1216
1212
|
"ListMlflowTrackingServersResponseTypeDef",
|
|
1217
|
-
"
|
|
1213
|
+
"ListModelBiasJobDefinitionsRequestPaginateTypeDef",
|
|
1218
1214
|
"ListModelBiasJobDefinitionsRequestRequestTypeDef",
|
|
1219
1215
|
"ListModelBiasJobDefinitionsResponseTypeDef",
|
|
1220
|
-
"
|
|
1216
|
+
"ListModelCardExportJobsRequestPaginateTypeDef",
|
|
1221
1217
|
"ListModelCardExportJobsRequestRequestTypeDef",
|
|
1222
1218
|
"ListModelCardExportJobsResponseTypeDef",
|
|
1223
|
-
"
|
|
1219
|
+
"ListModelCardVersionsRequestPaginateTypeDef",
|
|
1224
1220
|
"ListModelCardVersionsRequestRequestTypeDef",
|
|
1225
1221
|
"ListModelCardVersionsResponseTypeDef",
|
|
1226
|
-
"
|
|
1222
|
+
"ListModelCardsRequestPaginateTypeDef",
|
|
1227
1223
|
"ListModelCardsRequestRequestTypeDef",
|
|
1228
1224
|
"ListModelCardsResponseTypeDef",
|
|
1229
|
-
"
|
|
1225
|
+
"ListModelExplainabilityJobDefinitionsRequestPaginateTypeDef",
|
|
1230
1226
|
"ListModelExplainabilityJobDefinitionsRequestRequestTypeDef",
|
|
1231
1227
|
"ListModelExplainabilityJobDefinitionsResponseTypeDef",
|
|
1232
|
-
"
|
|
1228
|
+
"ListModelMetadataRequestPaginateTypeDef",
|
|
1233
1229
|
"ListModelMetadataRequestRequestTypeDef",
|
|
1234
1230
|
"ListModelMetadataResponseTypeDef",
|
|
1235
|
-
"
|
|
1231
|
+
"ListModelPackageGroupsInputPaginateTypeDef",
|
|
1236
1232
|
"ListModelPackageGroupsInputRequestTypeDef",
|
|
1237
1233
|
"ListModelPackageGroupsOutputTypeDef",
|
|
1238
|
-
"
|
|
1234
|
+
"ListModelPackagesInputPaginateTypeDef",
|
|
1239
1235
|
"ListModelPackagesInputRequestTypeDef",
|
|
1240
1236
|
"ListModelPackagesOutputTypeDef",
|
|
1241
|
-
"
|
|
1237
|
+
"ListModelQualityJobDefinitionsRequestPaginateTypeDef",
|
|
1242
1238
|
"ListModelQualityJobDefinitionsRequestRequestTypeDef",
|
|
1243
1239
|
"ListModelQualityJobDefinitionsResponseTypeDef",
|
|
1244
|
-
"
|
|
1240
|
+
"ListModelsInputPaginateTypeDef",
|
|
1245
1241
|
"ListModelsInputRequestTypeDef",
|
|
1246
1242
|
"ListModelsOutputTypeDef",
|
|
1247
|
-
"
|
|
1243
|
+
"ListMonitoringAlertHistoryRequestPaginateTypeDef",
|
|
1248
1244
|
"ListMonitoringAlertHistoryRequestRequestTypeDef",
|
|
1249
1245
|
"ListMonitoringAlertHistoryResponseTypeDef",
|
|
1250
|
-
"
|
|
1246
|
+
"ListMonitoringAlertsRequestPaginateTypeDef",
|
|
1251
1247
|
"ListMonitoringAlertsRequestRequestTypeDef",
|
|
1252
1248
|
"ListMonitoringAlertsResponseTypeDef",
|
|
1253
|
-
"
|
|
1249
|
+
"ListMonitoringExecutionsRequestPaginateTypeDef",
|
|
1254
1250
|
"ListMonitoringExecutionsRequestRequestTypeDef",
|
|
1255
1251
|
"ListMonitoringExecutionsResponseTypeDef",
|
|
1256
|
-
"
|
|
1252
|
+
"ListMonitoringSchedulesRequestPaginateTypeDef",
|
|
1257
1253
|
"ListMonitoringSchedulesRequestRequestTypeDef",
|
|
1258
1254
|
"ListMonitoringSchedulesResponseTypeDef",
|
|
1259
|
-
"
|
|
1255
|
+
"ListNotebookInstanceLifecycleConfigsInputPaginateTypeDef",
|
|
1260
1256
|
"ListNotebookInstanceLifecycleConfigsInputRequestTypeDef",
|
|
1261
1257
|
"ListNotebookInstanceLifecycleConfigsOutputTypeDef",
|
|
1262
|
-
"
|
|
1258
|
+
"ListNotebookInstancesInputPaginateTypeDef",
|
|
1263
1259
|
"ListNotebookInstancesInputRequestTypeDef",
|
|
1264
1260
|
"ListNotebookInstancesOutputTypeDef",
|
|
1265
|
-
"
|
|
1261
|
+
"ListOptimizationJobsRequestPaginateTypeDef",
|
|
1266
1262
|
"ListOptimizationJobsRequestRequestTypeDef",
|
|
1267
1263
|
"ListOptimizationJobsResponseTypeDef",
|
|
1268
|
-
"
|
|
1264
|
+
"ListPartnerAppsRequestPaginateTypeDef",
|
|
1269
1265
|
"ListPartnerAppsRequestRequestTypeDef",
|
|
1270
1266
|
"ListPartnerAppsResponseTypeDef",
|
|
1271
|
-
"
|
|
1267
|
+
"ListPipelineExecutionStepsRequestPaginateTypeDef",
|
|
1272
1268
|
"ListPipelineExecutionStepsRequestRequestTypeDef",
|
|
1273
1269
|
"ListPipelineExecutionStepsResponseTypeDef",
|
|
1274
|
-
"
|
|
1270
|
+
"ListPipelineExecutionsRequestPaginateTypeDef",
|
|
1275
1271
|
"ListPipelineExecutionsRequestRequestTypeDef",
|
|
1276
1272
|
"ListPipelineExecutionsResponseTypeDef",
|
|
1277
|
-
"
|
|
1273
|
+
"ListPipelineParametersForExecutionRequestPaginateTypeDef",
|
|
1278
1274
|
"ListPipelineParametersForExecutionRequestRequestTypeDef",
|
|
1279
1275
|
"ListPipelineParametersForExecutionResponseTypeDef",
|
|
1280
|
-
"
|
|
1276
|
+
"ListPipelinesRequestPaginateTypeDef",
|
|
1281
1277
|
"ListPipelinesRequestRequestTypeDef",
|
|
1282
1278
|
"ListPipelinesResponseTypeDef",
|
|
1283
|
-
"
|
|
1279
|
+
"ListProcessingJobsRequestPaginateTypeDef",
|
|
1284
1280
|
"ListProcessingJobsRequestRequestTypeDef",
|
|
1285
1281
|
"ListProcessingJobsResponseTypeDef",
|
|
1286
1282
|
"ListProjectsInputRequestTypeDef",
|
|
1287
1283
|
"ListProjectsOutputTypeDef",
|
|
1288
|
-
"
|
|
1284
|
+
"ListResourceCatalogsRequestPaginateTypeDef",
|
|
1289
1285
|
"ListResourceCatalogsRequestRequestTypeDef",
|
|
1290
1286
|
"ListResourceCatalogsResponseTypeDef",
|
|
1291
|
-
"
|
|
1287
|
+
"ListSpacesRequestPaginateTypeDef",
|
|
1292
1288
|
"ListSpacesRequestRequestTypeDef",
|
|
1293
1289
|
"ListSpacesResponseTypeDef",
|
|
1294
|
-
"
|
|
1290
|
+
"ListStageDevicesRequestPaginateTypeDef",
|
|
1295
1291
|
"ListStageDevicesRequestRequestTypeDef",
|
|
1296
1292
|
"ListStageDevicesResponseTypeDef",
|
|
1297
|
-
"
|
|
1293
|
+
"ListStudioLifecycleConfigsRequestPaginateTypeDef",
|
|
1298
1294
|
"ListStudioLifecycleConfigsRequestRequestTypeDef",
|
|
1299
1295
|
"ListStudioLifecycleConfigsResponseTypeDef",
|
|
1300
|
-
"
|
|
1296
|
+
"ListSubscribedWorkteamsRequestPaginateTypeDef",
|
|
1301
1297
|
"ListSubscribedWorkteamsRequestRequestTypeDef",
|
|
1302
1298
|
"ListSubscribedWorkteamsResponseTypeDef",
|
|
1303
|
-
"
|
|
1299
|
+
"ListTagsInputPaginateTypeDef",
|
|
1304
1300
|
"ListTagsInputRequestTypeDef",
|
|
1305
1301
|
"ListTagsOutputTypeDef",
|
|
1306
|
-
"
|
|
1302
|
+
"ListTrainingJobsForHyperParameterTuningJobRequestPaginateTypeDef",
|
|
1307
1303
|
"ListTrainingJobsForHyperParameterTuningJobRequestRequestTypeDef",
|
|
1308
1304
|
"ListTrainingJobsForHyperParameterTuningJobResponseTypeDef",
|
|
1309
|
-
"
|
|
1305
|
+
"ListTrainingJobsRequestPaginateTypeDef",
|
|
1310
1306
|
"ListTrainingJobsRequestRequestTypeDef",
|
|
1311
1307
|
"ListTrainingJobsResponseTypeDef",
|
|
1312
|
-
"
|
|
1308
|
+
"ListTrainingPlansRequestPaginateTypeDef",
|
|
1313
1309
|
"ListTrainingPlansRequestRequestTypeDef",
|
|
1314
1310
|
"ListTrainingPlansResponseTypeDef",
|
|
1315
|
-
"
|
|
1311
|
+
"ListTransformJobsRequestPaginateTypeDef",
|
|
1316
1312
|
"ListTransformJobsRequestRequestTypeDef",
|
|
1317
1313
|
"ListTransformJobsResponseTypeDef",
|
|
1318
|
-
"
|
|
1314
|
+
"ListTrialComponentsRequestPaginateTypeDef",
|
|
1319
1315
|
"ListTrialComponentsRequestRequestTypeDef",
|
|
1320
1316
|
"ListTrialComponentsResponseTypeDef",
|
|
1321
|
-
"
|
|
1317
|
+
"ListTrialsRequestPaginateTypeDef",
|
|
1322
1318
|
"ListTrialsRequestRequestTypeDef",
|
|
1323
1319
|
"ListTrialsResponseTypeDef",
|
|
1324
|
-
"
|
|
1320
|
+
"ListUserProfilesRequestPaginateTypeDef",
|
|
1325
1321
|
"ListUserProfilesRequestRequestTypeDef",
|
|
1326
1322
|
"ListUserProfilesResponseTypeDef",
|
|
1327
|
-
"
|
|
1323
|
+
"ListWorkforcesRequestPaginateTypeDef",
|
|
1328
1324
|
"ListWorkforcesRequestRequestTypeDef",
|
|
1329
1325
|
"ListWorkforcesResponseTypeDef",
|
|
1330
|
-
"
|
|
1326
|
+
"ListWorkteamsRequestPaginateTypeDef",
|
|
1331
1327
|
"ListWorkteamsRequestRequestTypeDef",
|
|
1332
1328
|
"ListWorkteamsResponseTypeDef",
|
|
1333
1329
|
"MemberDefinitionOutputTypeDef",
|
|
@@ -1626,8 +1622,8 @@ __all__ = (
|
|
|
1626
1622
|
"SearchExpressionPaginatorTypeDef",
|
|
1627
1623
|
"SearchExpressionTypeDef",
|
|
1628
1624
|
"SearchRecordTypeDef",
|
|
1625
|
+
"SearchRequestPaginateTypeDef",
|
|
1629
1626
|
"SearchRequestRequestTypeDef",
|
|
1630
|
-
"SearchRequestSearchPaginateTypeDef",
|
|
1631
1627
|
"SearchResponseTypeDef",
|
|
1632
1628
|
"SearchTrainingPlanOfferingsRequestRequestTypeDef",
|
|
1633
1629
|
"SearchTrainingPlanOfferingsResponseTypeDef",
|
|
@@ -1895,7 +1891,7 @@ class AddAssociationRequestRequestTypeDef(TypedDict):
|
|
|
1895
1891
|
class ResponseMetadataTypeDef(TypedDict):
|
|
1896
1892
|
RequestId: str
|
|
1897
1893
|
HTTPStatusCode: int
|
|
1898
|
-
HTTPHeaders:
|
|
1894
|
+
HTTPHeaders: dict[str, str]
|
|
1899
1895
|
RetryAttempts: int
|
|
1900
1896
|
HostId: NotRequired[str]
|
|
1901
1897
|
|
|
@@ -1965,8 +1961,8 @@ class IdleSettingsTypeDef(TypedDict):
|
|
|
1965
1961
|
|
|
1966
1962
|
class AppSpecificationOutputTypeDef(TypedDict):
|
|
1967
1963
|
ImageUri: str
|
|
1968
|
-
ContainerEntrypoint: NotRequired[
|
|
1969
|
-
ContainerArguments: NotRequired[
|
|
1964
|
+
ContainerEntrypoint: NotRequired[list[str]]
|
|
1965
|
+
ContainerArguments: NotRequired[list[str]]
|
|
1970
1966
|
|
|
1971
1967
|
|
|
1972
1968
|
class AppSpecificationTypeDef(TypedDict):
|
|
@@ -1992,7 +1988,7 @@ class AsyncInferenceClientConfigTypeDef(TypedDict):
|
|
|
1992
1988
|
class AsyncInferenceNotificationConfigOutputTypeDef(TypedDict):
|
|
1993
1989
|
SuccessTopic: NotRequired[str]
|
|
1994
1990
|
ErrorTopic: NotRequired[str]
|
|
1995
|
-
IncludeInferenceResponseIn: NotRequired[
|
|
1991
|
+
IncludeInferenceResponseIn: NotRequired[list[AsyncNotificationTopicTypesType]]
|
|
1996
1992
|
|
|
1997
1993
|
|
|
1998
1994
|
class AsyncInferenceNotificationConfigTypeDef(TypedDict):
|
|
@@ -2013,7 +2009,7 @@ class AthenaDatasetDefinitionTypeDef(TypedDict):
|
|
|
2013
2009
|
|
|
2014
2010
|
|
|
2015
2011
|
class AutoMLAlgorithmConfigOutputTypeDef(TypedDict):
|
|
2016
|
-
AutoMLAlgorithms:
|
|
2012
|
+
AutoMLAlgorithms: list[AutoMLAlgorithmType]
|
|
2017
2013
|
|
|
2018
2014
|
|
|
2019
2015
|
class AutoMLAlgorithmConfigTypeDef(TypedDict):
|
|
@@ -2029,7 +2025,7 @@ class AutoMLCandidateStepTypeDef(TypedDict):
|
|
|
2029
2025
|
class AutoMLContainerDefinitionTypeDef(TypedDict):
|
|
2030
2026
|
Image: str
|
|
2031
2027
|
ModelDataUrl: str
|
|
2032
|
-
Environment: NotRequired[
|
|
2028
|
+
Environment: NotRequired[dict[str, str]]
|
|
2033
2029
|
|
|
2034
2030
|
|
|
2035
2031
|
FinalAutoMLJobObjectiveMetricTypeDef = TypedDict(
|
|
@@ -2093,8 +2089,8 @@ class TextGenerationResolvedAttributesTypeDef(TypedDict):
|
|
|
2093
2089
|
|
|
2094
2090
|
|
|
2095
2091
|
class VpcConfigOutputTypeDef(TypedDict):
|
|
2096
|
-
SecurityGroupIds:
|
|
2097
|
-
Subnets:
|
|
2092
|
+
SecurityGroupIds: list[str]
|
|
2093
|
+
Subnets: list[str]
|
|
2098
2094
|
|
|
2099
2095
|
|
|
2100
2096
|
class AutoParameterTypeDef(TypedDict):
|
|
@@ -2216,8 +2212,8 @@ CapacitySizeTypeDef = TypedDict(
|
|
|
2216
2212
|
|
|
2217
2213
|
|
|
2218
2214
|
class CaptureContentTypeHeaderOutputTypeDef(TypedDict):
|
|
2219
|
-
CsvContentTypes: NotRequired[
|
|
2220
|
-
JsonContentTypes: NotRequired[
|
|
2215
|
+
CsvContentTypes: NotRequired[list[str]]
|
|
2216
|
+
JsonContentTypes: NotRequired[list[str]]
|
|
2221
2217
|
|
|
2222
2218
|
|
|
2223
2219
|
class CaptureContentTypeHeaderTypeDef(TypedDict):
|
|
@@ -2231,16 +2227,16 @@ class CaptureOptionTypeDef(TypedDict):
|
|
|
2231
2227
|
|
|
2232
2228
|
class CategoricalParameterOutputTypeDef(TypedDict):
|
|
2233
2229
|
Name: str
|
|
2234
|
-
Value:
|
|
2230
|
+
Value: list[str]
|
|
2235
2231
|
|
|
2236
2232
|
|
|
2237
2233
|
class CategoricalParameterRangeOutputTypeDef(TypedDict):
|
|
2238
2234
|
Name: str
|
|
2239
|
-
Values:
|
|
2235
|
+
Values: list[str]
|
|
2240
2236
|
|
|
2241
2237
|
|
|
2242
2238
|
class CategoricalParameterRangeSpecificationOutputTypeDef(TypedDict):
|
|
2243
|
-
Values:
|
|
2239
|
+
Values: list[str]
|
|
2244
2240
|
|
|
2245
2241
|
|
|
2246
2242
|
class CategoricalParameterRangeSpecificationTypeDef(TypedDict):
|
|
@@ -2263,11 +2259,11 @@ class ShuffleConfigTypeDef(TypedDict):
|
|
|
2263
2259
|
|
|
2264
2260
|
class ChannelSpecificationOutputTypeDef(TypedDict):
|
|
2265
2261
|
Name: str
|
|
2266
|
-
SupportedContentTypes:
|
|
2267
|
-
SupportedInputModes:
|
|
2262
|
+
SupportedContentTypes: list[str]
|
|
2263
|
+
SupportedInputModes: list[TrainingInputModeType]
|
|
2268
2264
|
Description: NotRequired[str]
|
|
2269
2265
|
IsRequired: NotRequired[bool]
|
|
2270
|
-
SupportedCompressionTypes: NotRequired[
|
|
2266
|
+
SupportedCompressionTypes: NotRequired[list[CompressionTypeType]]
|
|
2271
2267
|
|
|
2272
2268
|
|
|
2273
2269
|
class ChannelSpecificationTypeDef(TypedDict):
|
|
@@ -2304,9 +2300,9 @@ class ClarifyInferenceConfigOutputTypeDef(TypedDict):
|
|
|
2304
2300
|
LabelIndex: NotRequired[int]
|
|
2305
2301
|
ProbabilityAttribute: NotRequired[str]
|
|
2306
2302
|
LabelAttribute: NotRequired[str]
|
|
2307
|
-
LabelHeaders: NotRequired[
|
|
2308
|
-
FeatureHeaders: NotRequired[
|
|
2309
|
-
FeatureTypes: NotRequired[
|
|
2303
|
+
LabelHeaders: NotRequired[list[str]]
|
|
2304
|
+
FeatureHeaders: NotRequired[list[str]]
|
|
2305
|
+
FeatureTypes: NotRequired[list[ClarifyFeatureTypeType]]
|
|
2310
2306
|
|
|
2311
2307
|
|
|
2312
2308
|
class ClarifyInferenceConfigTypeDef(TypedDict):
|
|
@@ -2373,13 +2369,13 @@ class ClusterSummaryTypeDef(TypedDict):
|
|
|
2373
2369
|
ClusterName: str
|
|
2374
2370
|
CreationTime: datetime
|
|
2375
2371
|
ClusterStatus: ClusterStatusType
|
|
2376
|
-
TrainingPlanArns: NotRequired[
|
|
2372
|
+
TrainingPlanArns: NotRequired[list[str]]
|
|
2377
2373
|
|
|
2378
2374
|
|
|
2379
2375
|
class ContainerConfigOutputTypeDef(TypedDict):
|
|
2380
|
-
ContainerArguments: NotRequired[
|
|
2381
|
-
ContainerEntrypoint: NotRequired[
|
|
2382
|
-
ContainerEnvironmentVariables: NotRequired[
|
|
2376
|
+
ContainerArguments: NotRequired[list[str]]
|
|
2377
|
+
ContainerEntrypoint: NotRequired[list[str]]
|
|
2378
|
+
ContainerEnvironmentVariables: NotRequired[dict[str, str]]
|
|
2383
2379
|
|
|
2384
2380
|
|
|
2385
2381
|
class FileSystemConfigTypeDef(TypedDict):
|
|
@@ -2421,7 +2417,7 @@ class VectorConfigTypeDef(TypedDict):
|
|
|
2421
2417
|
|
|
2422
2418
|
class CollectionConfigurationOutputTypeDef(TypedDict):
|
|
2423
2419
|
CollectionName: NotRequired[str]
|
|
2424
|
-
CollectionParameters: NotRequired[
|
|
2420
|
+
CollectionParameters: NotRequired[dict[str, str]]
|
|
2425
2421
|
|
|
2426
2422
|
|
|
2427
2423
|
class CollectionConfigurationTypeDef(TypedDict):
|
|
@@ -2885,11 +2881,11 @@ class DataCatalogConfigTypeDef(TypedDict):
|
|
|
2885
2881
|
|
|
2886
2882
|
class DataQualityAppSpecificationOutputTypeDef(TypedDict):
|
|
2887
2883
|
ImageUri: str
|
|
2888
|
-
ContainerEntrypoint: NotRequired[
|
|
2889
|
-
ContainerArguments: NotRequired[
|
|
2884
|
+
ContainerEntrypoint: NotRequired[list[str]]
|
|
2885
|
+
ContainerArguments: NotRequired[list[str]]
|
|
2890
2886
|
RecordPreprocessorSourceUri: NotRequired[str]
|
|
2891
2887
|
PostAnalyticsProcessorSourceUri: NotRequired[str]
|
|
2892
|
-
Environment: NotRequired[
|
|
2888
|
+
Environment: NotRequired[dict[str, str]]
|
|
2893
2889
|
|
|
2894
2890
|
|
|
2895
2891
|
class MonitoringConstraintsResourceTypeDef(TypedDict):
|
|
@@ -2931,8 +2927,8 @@ S3DataSourceOutputTypeDef = TypedDict(
|
|
|
2931
2927
|
"S3DataType": S3DataTypeType,
|
|
2932
2928
|
"S3Uri": str,
|
|
2933
2929
|
"S3DataDistributionType": NotRequired[S3DataDistributionType],
|
|
2934
|
-
"AttributeNames": NotRequired[
|
|
2935
|
-
"InstanceGroupNames": NotRequired[
|
|
2930
|
+
"AttributeNames": NotRequired[list[str]],
|
|
2931
|
+
"InstanceGroupNames": NotRequired[list[str]],
|
|
2936
2932
|
},
|
|
2937
2933
|
)
|
|
2938
2934
|
|
|
@@ -2956,7 +2952,7 @@ class DebugRuleConfigurationOutputTypeDef(TypedDict):
|
|
|
2956
2952
|
S3OutputPath: NotRequired[str]
|
|
2957
2953
|
InstanceType: NotRequired[ProcessingInstanceTypeType]
|
|
2958
2954
|
VolumeSizeInGB: NotRequired[int]
|
|
2959
|
-
RuleParameters: NotRequired[
|
|
2955
|
+
RuleParameters: NotRequired[dict[str, str]]
|
|
2960
2956
|
|
|
2961
2957
|
|
|
2962
2958
|
class DebugRuleConfigurationTypeDef(TypedDict):
|
|
@@ -3225,13 +3221,13 @@ class DeployedImageTypeDef(TypedDict):
|
|
|
3225
3221
|
class RealTimeInferenceRecommendationTypeDef(TypedDict):
|
|
3226
3222
|
RecommendationId: str
|
|
3227
3223
|
InstanceType: ProductionVariantInstanceTypeType
|
|
3228
|
-
Environment: NotRequired[
|
|
3224
|
+
Environment: NotRequired[dict[str, str]]
|
|
3229
3225
|
|
|
3230
3226
|
|
|
3231
3227
|
class DeviceSelectionConfigOutputTypeDef(TypedDict):
|
|
3232
3228
|
DeviceSubsetType: DeviceSubsetTypeType
|
|
3233
3229
|
Percentage: NotRequired[int]
|
|
3234
|
-
DeviceNames: NotRequired[
|
|
3230
|
+
DeviceNames: NotRequired[list[str]]
|
|
3235
3231
|
DeviceNameContains: NotRequired[str]
|
|
3236
3232
|
|
|
3237
3233
|
|
|
@@ -3324,8 +3320,8 @@ class ModelDigestsTypeDef(TypedDict):
|
|
|
3324
3320
|
|
|
3325
3321
|
|
|
3326
3322
|
class NeoVpcConfigOutputTypeDef(TypedDict):
|
|
3327
|
-
SecurityGroupIds:
|
|
3328
|
-
Subnets:
|
|
3323
|
+
SecurityGroupIds: list[str]
|
|
3324
|
+
Subnets: list[str]
|
|
3329
3325
|
|
|
3330
3326
|
|
|
3331
3327
|
class DescribeComputeQuotaRequestRequestTypeDef(TypedDict):
|
|
@@ -3387,15 +3383,15 @@ class DescribeEndpointConfigInputRequestTypeDef(TypedDict):
|
|
|
3387
3383
|
EndpointConfigName: str
|
|
3388
3384
|
|
|
3389
3385
|
|
|
3386
|
+
class DescribeEndpointInputRequestTypeDef(TypedDict):
|
|
3387
|
+
EndpointName: str
|
|
3388
|
+
|
|
3389
|
+
|
|
3390
3390
|
class WaiterConfigTypeDef(TypedDict):
|
|
3391
3391
|
Delay: NotRequired[int]
|
|
3392
3392
|
MaxAttempts: NotRequired[int]
|
|
3393
3393
|
|
|
3394
3394
|
|
|
3395
|
-
class DescribeEndpointInputRequestTypeDef(TypedDict):
|
|
3396
|
-
EndpointName: str
|
|
3397
|
-
|
|
3398
|
-
|
|
3399
3395
|
class DescribeExperimentRequestRequestTypeDef(TypedDict):
|
|
3400
3396
|
ExperimentName: str
|
|
3401
3397
|
|
|
@@ -3563,7 +3559,7 @@ class DescribeModelBiasJobDefinitionRequestRequestTypeDef(TypedDict):
|
|
|
3563
3559
|
class ModelBiasAppSpecificationOutputTypeDef(TypedDict):
|
|
3564
3560
|
ImageUri: str
|
|
3565
3561
|
ConfigUri: str
|
|
3566
|
-
Environment: NotRequired[
|
|
3562
|
+
Environment: NotRequired[dict[str, str]]
|
|
3567
3563
|
|
|
3568
3564
|
|
|
3569
3565
|
class DescribeModelCardExportJobRequestRequestTypeDef(TypedDict):
|
|
@@ -3586,7 +3582,7 @@ class DescribeModelExplainabilityJobDefinitionRequestRequestTypeDef(TypedDict):
|
|
|
3586
3582
|
class ModelExplainabilityAppSpecificationOutputTypeDef(TypedDict):
|
|
3587
3583
|
ImageUri: str
|
|
3588
3584
|
ConfigUri: str
|
|
3589
|
-
Environment: NotRequired[
|
|
3585
|
+
Environment: NotRequired[dict[str, str]]
|
|
3590
3586
|
|
|
3591
3587
|
|
|
3592
3588
|
class DescribeModelInputRequestTypeDef(TypedDict):
|
|
@@ -3607,12 +3603,12 @@ class DescribeModelQualityJobDefinitionRequestRequestTypeDef(TypedDict):
|
|
|
3607
3603
|
|
|
3608
3604
|
class ModelQualityAppSpecificationOutputTypeDef(TypedDict):
|
|
3609
3605
|
ImageUri: str
|
|
3610
|
-
ContainerEntrypoint: NotRequired[
|
|
3611
|
-
ContainerArguments: NotRequired[
|
|
3606
|
+
ContainerEntrypoint: NotRequired[list[str]]
|
|
3607
|
+
ContainerArguments: NotRequired[list[str]]
|
|
3612
3608
|
RecordPreprocessorSourceUri: NotRequired[str]
|
|
3613
3609
|
PostAnalyticsProcessorSourceUri: NotRequired[str]
|
|
3614
3610
|
ProblemType: NotRequired[MonitoringProblemTypeType]
|
|
3615
|
-
Environment: NotRequired[
|
|
3611
|
+
Environment: NotRequired[dict[str, str]]
|
|
3616
3612
|
|
|
3617
3613
|
|
|
3618
3614
|
class DescribeMonitoringScheduleRequestRequestTypeDef(TypedDict):
|
|
@@ -3649,8 +3645,8 @@ class OptimizationOutputTypeDef(TypedDict):
|
|
|
3649
3645
|
|
|
3650
3646
|
|
|
3651
3647
|
class OptimizationVpcConfigOutputTypeDef(TypedDict):
|
|
3652
|
-
SecurityGroupIds:
|
|
3653
|
-
Subnets:
|
|
3648
|
+
SecurityGroupIds: list[str]
|
|
3649
|
+
Subnets: list[str]
|
|
3654
3650
|
|
|
3655
3651
|
|
|
3656
3652
|
class DescribePartnerAppRequestRequestTypeDef(TypedDict):
|
|
@@ -3663,8 +3659,8 @@ class ErrorInfoTypeDef(TypedDict):
|
|
|
3663
3659
|
|
|
3664
3660
|
|
|
3665
3661
|
class PartnerAppConfigOutputTypeDef(TypedDict):
|
|
3666
|
-
AdminUsers: NotRequired[
|
|
3667
|
-
Arguments: NotRequired[
|
|
3662
|
+
AdminUsers: NotRequired[list[str]]
|
|
3663
|
+
Arguments: NotRequired[dict[str, str]]
|
|
3668
3664
|
|
|
3669
3665
|
|
|
3670
3666
|
class DescribePipelineDefinitionForExecutionRequestRequestTypeDef(TypedDict):
|
|
@@ -3731,7 +3727,7 @@ class MetricDataTypeDef(TypedDict):
|
|
|
3731
3727
|
class ProfilerConfigOutputTypeDef(TypedDict):
|
|
3732
3728
|
S3OutputPath: NotRequired[str]
|
|
3733
3729
|
ProfilingIntervalInMilliseconds: NotRequired[int]
|
|
3734
|
-
ProfilingParameters: NotRequired[
|
|
3730
|
+
ProfilingParameters: NotRequired[dict[str, str]]
|
|
3735
3731
|
DisableProfiler: NotRequired[bool]
|
|
3736
3732
|
|
|
3737
3733
|
|
|
@@ -3742,7 +3738,7 @@ class ProfilerRuleConfigurationOutputTypeDef(TypedDict):
|
|
|
3742
3738
|
S3OutputPath: NotRequired[str]
|
|
3743
3739
|
InstanceType: NotRequired[ProcessingInstanceTypeType]
|
|
3744
3740
|
VolumeSizeInGB: NotRequired[int]
|
|
3745
|
-
RuleParameters: NotRequired[
|
|
3741
|
+
RuleParameters: NotRequired[dict[str, str]]
|
|
3746
3742
|
|
|
3747
3743
|
|
|
3748
3744
|
class ProfilerRuleEvaluationStatusTypeDef(TypedDict):
|
|
@@ -3885,7 +3881,7 @@ class DisassociateTrialComponentRequestRequestTypeDef(TypedDict):
|
|
|
3885
3881
|
|
|
3886
3882
|
class DockerSettingsOutputTypeDef(TypedDict):
|
|
3887
3883
|
EnableDockerAccess: NotRequired[FeatureStatusType]
|
|
3888
|
-
VpcOnlyTrustedAccounts: NotRequired[
|
|
3884
|
+
VpcOnlyTrustedAccounts: NotRequired[list[str]]
|
|
3889
3885
|
|
|
3890
3886
|
|
|
3891
3887
|
class DockerSettingsTypeDef(TypedDict):
|
|
@@ -3958,8 +3954,8 @@ class EdgeTypeDef(TypedDict):
|
|
|
3958
3954
|
|
|
3959
3955
|
|
|
3960
3956
|
class EmrSettingsOutputTypeDef(TypedDict):
|
|
3961
|
-
AssumableRoleArns: NotRequired[
|
|
3962
|
-
ExecutionRoleArns: NotRequired[
|
|
3957
|
+
AssumableRoleArns: NotRequired[list[str]]
|
|
3958
|
+
ExecutionRoleArns: NotRequired[list[str]]
|
|
3963
3959
|
|
|
3964
3960
|
|
|
3965
3961
|
class EmrSettingsTypeDef(TypedDict):
|
|
@@ -4070,7 +4066,7 @@ class GitConfigForUpdateTypeDef(TypedDict):
|
|
|
4070
4066
|
|
|
4071
4067
|
class HiddenSageMakerImageOutputTypeDef(TypedDict):
|
|
4072
4068
|
SageMakerImageName: NotRequired[Literal["sagemaker_distribution"]]
|
|
4073
|
-
VersionAliases: NotRequired[
|
|
4069
|
+
VersionAliases: NotRequired[list[str]]
|
|
4074
4070
|
|
|
4075
4071
|
|
|
4076
4072
|
class HiddenSageMakerImageTypeDef(TypedDict):
|
|
@@ -4094,7 +4090,7 @@ class HubContentInfoTypeDef(TypedDict):
|
|
|
4094
4090
|
HubContentDisplayName: NotRequired[str]
|
|
4095
4091
|
HubContentDescription: NotRequired[str]
|
|
4096
4092
|
SupportStatus: NotRequired[HubContentSupportStatusType]
|
|
4097
|
-
HubContentSearchKeywords: NotRequired[
|
|
4093
|
+
HubContentSearchKeywords: NotRequired[list[str]]
|
|
4098
4094
|
OriginalCreationTime: NotRequired[datetime]
|
|
4099
4095
|
|
|
4100
4096
|
|
|
@@ -4106,7 +4102,7 @@ class HubInfoTypeDef(TypedDict):
|
|
|
4106
4102
|
LastModifiedTime: datetime
|
|
4107
4103
|
HubDisplayName: NotRequired[str]
|
|
4108
4104
|
HubDescription: NotRequired[str]
|
|
4109
|
-
HubSearchKeywords: NotRequired[
|
|
4105
|
+
HubSearchKeywords: NotRequired[list[str]]
|
|
4110
4106
|
|
|
4111
4107
|
|
|
4112
4108
|
class HumanLoopActivationConditionsConfigTypeDef(TypedDict):
|
|
@@ -4279,7 +4275,7 @@ class LabelCountersForWorkteamTypeDef(TypedDict):
|
|
|
4279
4275
|
|
|
4280
4276
|
|
|
4281
4277
|
class LabelingJobDataAttributesOutputTypeDef(TypedDict):
|
|
4282
|
-
ContentClassifiers: NotRequired[
|
|
4278
|
+
ContentClassifiers: NotRequired[list[ContentClassifierType]]
|
|
4283
4279
|
|
|
4284
4280
|
|
|
4285
4281
|
class LabelingJobDataAttributesTypeDef(TypedDict):
|
|
@@ -4467,7 +4463,7 @@ class NotebookInstanceSummaryTypeDef(TypedDict):
|
|
|
4467
4463
|
LastModifiedTime: NotRequired[datetime]
|
|
4468
4464
|
NotebookInstanceLifecycleConfigName: NotRequired[str]
|
|
4469
4465
|
DefaultCodeRepository: NotRequired[str]
|
|
4470
|
-
AdditionalCodeRepositories: NotRequired[
|
|
4466
|
+
AdditionalCodeRepositories: NotRequired[list[str]]
|
|
4471
4467
|
|
|
4472
4468
|
|
|
4473
4469
|
class OptimizationJobSummaryTypeDef(TypedDict):
|
|
@@ -4476,7 +4472,7 @@ class OptimizationJobSummaryTypeDef(TypedDict):
|
|
|
4476
4472
|
CreationTime: datetime
|
|
4477
4473
|
OptimizationJobStatus: OptimizationJobStatusType
|
|
4478
4474
|
DeploymentInstanceType: OptimizationJobDeploymentInstanceTypeType
|
|
4479
|
-
OptimizationTypes:
|
|
4475
|
+
OptimizationTypes: list[str]
|
|
4480
4476
|
OptimizationStartTime: NotRequired[datetime]
|
|
4481
4477
|
OptimizationEndTime: NotRequired[datetime]
|
|
4482
4478
|
LastModifiedTime: NotRequired[datetime]
|
|
@@ -4659,7 +4655,7 @@ class ListWorkteamsRequestRequestTypeDef(TypedDict):
|
|
|
4659
4655
|
|
|
4660
4656
|
|
|
4661
4657
|
class OidcMemberDefinitionOutputTypeDef(TypedDict):
|
|
4662
|
-
Groups: NotRequired[
|
|
4658
|
+
Groups: NotRequired[list[str]]
|
|
4663
4659
|
|
|
4664
4660
|
|
|
4665
4661
|
class PredefinedMetricSpecificationTypeDef(TypedDict):
|
|
@@ -4676,7 +4672,7 @@ class MonitoringGroundTruthS3InputTypeDef(TypedDict):
|
|
|
4676
4672
|
|
|
4677
4673
|
class ModelCompilationConfigOutputTypeDef(TypedDict):
|
|
4678
4674
|
Image: NotRequired[str]
|
|
4679
|
-
OverrideEnvironment: NotRequired[
|
|
4675
|
+
OverrideEnvironment: NotRequired[dict[str, str]]
|
|
4680
4676
|
|
|
4681
4677
|
|
|
4682
4678
|
class ModelCompilationConfigTypeDef(TypedDict):
|
|
@@ -4723,7 +4719,7 @@ class ModelPackageStatusItemTypeDef(TypedDict):
|
|
|
4723
4719
|
|
|
4724
4720
|
class ModelQuantizationConfigOutputTypeDef(TypedDict):
|
|
4725
4721
|
Image: NotRequired[str]
|
|
4726
|
-
OverrideEnvironment: NotRequired[
|
|
4722
|
+
OverrideEnvironment: NotRequired[dict[str, str]]
|
|
4727
4723
|
|
|
4728
4724
|
|
|
4729
4725
|
class ModelQuantizationConfigTypeDef(TypedDict):
|
|
@@ -4733,7 +4729,7 @@ class ModelQuantizationConfigTypeDef(TypedDict):
|
|
|
4733
4729
|
|
|
4734
4730
|
class ModelShardingConfigOutputTypeDef(TypedDict):
|
|
4735
4731
|
Image: NotRequired[str]
|
|
4736
|
-
OverrideEnvironment: NotRequired[
|
|
4732
|
+
OverrideEnvironment: NotRequired[dict[str, str]]
|
|
4737
4733
|
|
|
4738
4734
|
|
|
4739
4735
|
class ModelShardingConfigTypeDef(TypedDict):
|
|
@@ -4747,8 +4743,8 @@ class ModelStepMetadataTypeDef(TypedDict):
|
|
|
4747
4743
|
|
|
4748
4744
|
class MonitoringAppSpecificationOutputTypeDef(TypedDict):
|
|
4749
4745
|
ImageUri: str
|
|
4750
|
-
ContainerEntrypoint: NotRequired[
|
|
4751
|
-
ContainerArguments: NotRequired[
|
|
4746
|
+
ContainerEntrypoint: NotRequired[list[str]]
|
|
4747
|
+
ContainerArguments: NotRequired[list[str]]
|
|
4752
4748
|
RecordPreprocessorSourceUri: NotRequired[str]
|
|
4753
4749
|
PostAnalyticsProcessorSourceUri: NotRequired[str]
|
|
4754
4750
|
|
|
@@ -4803,7 +4799,7 @@ class OidcConfigForResponseTypeDef(TypedDict):
|
|
|
4803
4799
|
LogoutEndpoint: NotRequired[str]
|
|
4804
4800
|
JwksUri: NotRequired[str]
|
|
4805
4801
|
Scope: NotRequired[str]
|
|
4806
|
-
AuthenticationRequestExtraParams: NotRequired[
|
|
4802
|
+
AuthenticationRequestExtraParams: NotRequired[dict[str, str]]
|
|
4807
4803
|
|
|
4808
4804
|
|
|
4809
4805
|
class OidcMemberDefinitionTypeDef(TypedDict):
|
|
@@ -4995,7 +4991,7 @@ class RecommendationJobCompiledOutputConfigTypeDef(TypedDict):
|
|
|
4995
4991
|
|
|
4996
4992
|
class RecommendationJobPayloadConfigOutputTypeDef(TypedDict):
|
|
4997
4993
|
SamplePayloadUrl: NotRequired[str]
|
|
4998
|
-
SupportedContentTypes: NotRequired[
|
|
4994
|
+
SupportedContentTypes: NotRequired[list[str]]
|
|
4999
4995
|
|
|
5000
4996
|
|
|
5001
4997
|
class RecommendationJobResourceLimitTypeDef(TypedDict):
|
|
@@ -5004,8 +5000,8 @@ class RecommendationJobResourceLimitTypeDef(TypedDict):
|
|
|
5004
5000
|
|
|
5005
5001
|
|
|
5006
5002
|
class RecommendationJobVpcConfigOutputTypeDef(TypedDict):
|
|
5007
|
-
SecurityGroupIds:
|
|
5008
|
-
Subnets:
|
|
5003
|
+
SecurityGroupIds: list[str]
|
|
5004
|
+
Subnets: list[str]
|
|
5009
5005
|
|
|
5010
5006
|
|
|
5011
5007
|
class RecommendationJobPayloadConfigTypeDef(TypedDict):
|
|
@@ -5084,7 +5080,7 @@ class SharingSettingsTypeDef(TypedDict):
|
|
|
5084
5080
|
|
|
5085
5081
|
|
|
5086
5082
|
class SourceIpConfigOutputTypeDef(TypedDict):
|
|
5087
|
-
Cidrs:
|
|
5083
|
+
Cidrs: list[str]
|
|
5088
5084
|
|
|
5089
5085
|
|
|
5090
5086
|
class SpaceIdleSettingsTypeDef(TypedDict):
|
|
@@ -5194,7 +5190,7 @@ class TimeSeriesConfigOutputTypeDef(TypedDict):
|
|
|
5194
5190
|
TargetAttributeName: str
|
|
5195
5191
|
TimestampAttributeName: str
|
|
5196
5192
|
ItemIdentifierAttributeName: str
|
|
5197
|
-
GroupingAttributeNames: NotRequired[
|
|
5193
|
+
GroupingAttributeNames: NotRequired[list[str]]
|
|
5198
5194
|
|
|
5199
5195
|
|
|
5200
5196
|
class TimeSeriesConfigTypeDef(TypedDict):
|
|
@@ -5205,8 +5201,8 @@ class TimeSeriesConfigTypeDef(TypedDict):
|
|
|
5205
5201
|
|
|
5206
5202
|
|
|
5207
5203
|
class TimeSeriesTransformationsOutputTypeDef(TypedDict):
|
|
5208
|
-
Filling: NotRequired[
|
|
5209
|
-
Aggregation: NotRequired[
|
|
5204
|
+
Filling: NotRequired[dict[str, dict[FillingTypeType, str]]]
|
|
5205
|
+
Aggregation: NotRequired[dict[str, AggregationTransformationValueType]]
|
|
5210
5206
|
|
|
5211
5207
|
|
|
5212
5208
|
class TimeSeriesTransformationsTypeDef(TypedDict):
|
|
@@ -5317,8 +5313,8 @@ class UpdateTrialRequestRequestTypeDef(TypedDict):
|
|
|
5317
5313
|
|
|
5318
5314
|
class WorkforceVpcConfigResponseTypeDef(TypedDict):
|
|
5319
5315
|
VpcId: str
|
|
5320
|
-
SecurityGroupIds:
|
|
5321
|
-
Subnets:
|
|
5316
|
+
SecurityGroupIds: list[str]
|
|
5317
|
+
Subnets: list[str]
|
|
5322
5318
|
VpcEndpointId: NotRequired[str]
|
|
5323
5319
|
|
|
5324
5320
|
|
|
@@ -5807,7 +5803,7 @@ class ImportHubContentResponseTypeDef(TypedDict):
|
|
|
5807
5803
|
|
|
5808
5804
|
|
|
5809
5805
|
class ListAliasesResponseTypeDef(TypedDict):
|
|
5810
|
-
SageMakerImageVersionAliases:
|
|
5806
|
+
SageMakerImageVersionAliases: list[str]
|
|
5811
5807
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
5812
5808
|
NextToken: NotRequired[str]
|
|
5813
5809
|
|
|
@@ -6041,7 +6037,7 @@ class AddTagsInputRequestTypeDef(TypedDict):
|
|
|
6041
6037
|
|
|
6042
6038
|
|
|
6043
6039
|
class AddTagsOutputTypeDef(TypedDict):
|
|
6044
|
-
Tags:
|
|
6040
|
+
Tags: list[TagTypeDef]
|
|
6045
6041
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
6046
6042
|
|
|
6047
6043
|
|
|
@@ -6113,13 +6109,13 @@ class ImportHubContentRequestRequestTypeDef(TypedDict):
|
|
|
6113
6109
|
|
|
6114
6110
|
|
|
6115
6111
|
class ListTagsOutputTypeDef(TypedDict):
|
|
6116
|
-
Tags:
|
|
6112
|
+
Tags: list[TagTypeDef]
|
|
6117
6113
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
6118
6114
|
NextToken: NotRequired[str]
|
|
6119
6115
|
|
|
6120
6116
|
|
|
6121
6117
|
class AutoRollbackConfigOutputTypeDef(TypedDict):
|
|
6122
|
-
Alarms: NotRequired[
|
|
6118
|
+
Alarms: NotRequired[list[AlarmTypeDef]]
|
|
6123
6119
|
|
|
6124
6120
|
|
|
6125
6121
|
class AutoRollbackConfigTypeDef(TypedDict):
|
|
@@ -6130,7 +6126,7 @@ class HyperParameterAlgorithmSpecificationOutputTypeDef(TypedDict):
|
|
|
6130
6126
|
TrainingInputMode: TrainingInputModeType
|
|
6131
6127
|
TrainingImage: NotRequired[str]
|
|
6132
6128
|
AlgorithmName: NotRequired[str]
|
|
6133
|
-
MetricDefinitions: NotRequired[
|
|
6129
|
+
MetricDefinitions: NotRequired[list[MetricDefinitionTypeDef]]
|
|
6134
6130
|
|
|
6135
6131
|
|
|
6136
6132
|
class HyperParameterAlgorithmSpecificationTypeDef(TypedDict):
|
|
@@ -6141,12 +6137,12 @@ class HyperParameterAlgorithmSpecificationTypeDef(TypedDict):
|
|
|
6141
6137
|
|
|
6142
6138
|
|
|
6143
6139
|
class AlgorithmStatusDetailsTypeDef(TypedDict):
|
|
6144
|
-
ValidationStatuses: NotRequired[
|
|
6145
|
-
ImageScanStatuses: NotRequired[
|
|
6140
|
+
ValidationStatuses: NotRequired[list[AlgorithmStatusItemTypeDef]]
|
|
6141
|
+
ImageScanStatuses: NotRequired[list[AlgorithmStatusItemTypeDef]]
|
|
6146
6142
|
|
|
6147
6143
|
|
|
6148
6144
|
class ListAlgorithmsOutputTypeDef(TypedDict):
|
|
6149
|
-
AlgorithmSummaryList:
|
|
6145
|
+
AlgorithmSummaryList: list[AlgorithmSummaryTypeDef]
|
|
6150
6146
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
6151
6147
|
NextToken: NotRequired[str]
|
|
6152
6148
|
|
|
@@ -6213,7 +6209,7 @@ class AppLifecycleManagementTypeDef(TypedDict):
|
|
|
6213
6209
|
|
|
6214
6210
|
class ArtifactSourceOutputTypeDef(TypedDict):
|
|
6215
6211
|
SourceUri: str
|
|
6216
|
-
SourceTypes: NotRequired[
|
|
6212
|
+
SourceTypes: NotRequired[list[ArtifactSourceTypeTypeDef]]
|
|
6217
6213
|
|
|
6218
6214
|
|
|
6219
6215
|
class ArtifactSourceTypeDef(TypedDict):
|
|
@@ -6235,11 +6231,11 @@ AsyncInferenceNotificationConfigUnionTypeDef = Union[
|
|
|
6235
6231
|
|
|
6236
6232
|
class AutoMLCandidateGenerationConfigOutputTypeDef(TypedDict):
|
|
6237
6233
|
FeatureSpecificationS3Uri: NotRequired[str]
|
|
6238
|
-
AlgorithmsConfig: NotRequired[
|
|
6234
|
+
AlgorithmsConfig: NotRequired[list[AutoMLAlgorithmConfigOutputTypeDef]]
|
|
6239
6235
|
|
|
6240
6236
|
|
|
6241
6237
|
class CandidateGenerationConfigOutputTypeDef(TypedDict):
|
|
6242
|
-
AlgorithmsConfig: NotRequired[
|
|
6238
|
+
AlgorithmsConfig: NotRequired[list[AutoMLAlgorithmConfigOutputTypeDef]]
|
|
6243
6239
|
|
|
6244
6240
|
|
|
6245
6241
|
AutoMLAlgorithmConfigUnionTypeDef = Union[
|
|
@@ -6280,7 +6276,7 @@ class AutoMLJobSummaryTypeDef(TypedDict):
|
|
|
6280
6276
|
LastModifiedTime: datetime
|
|
6281
6277
|
EndTime: NotRequired[datetime]
|
|
6282
6278
|
FailureReason: NotRequired[str]
|
|
6283
|
-
PartialFailureReasons: NotRequired[
|
|
6279
|
+
PartialFailureReasons: NotRequired[list[AutoMLPartialFailureReasonTypeDef]]
|
|
6284
6280
|
|
|
6285
6281
|
|
|
6286
6282
|
class AutoMLProblemTypeResolvedAttributesTypeDef(TypedDict):
|
|
@@ -6312,8 +6308,8 @@ class NetworkConfigOutputTypeDef(TypedDict):
|
|
|
6312
6308
|
|
|
6313
6309
|
|
|
6314
6310
|
class BatchDeleteClusterNodesResponseTypeDef(TypedDict):
|
|
6315
|
-
Failed:
|
|
6316
|
-
Successful:
|
|
6311
|
+
Failed: list[BatchDeleteClusterNodesErrorTypeDef]
|
|
6312
|
+
Successful: list[str]
|
|
6317
6313
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
6318
6314
|
|
|
6319
6315
|
|
|
@@ -6350,12 +6346,12 @@ class ModelQualityTypeDef(TypedDict):
|
|
|
6350
6346
|
class CallbackStepMetadataTypeDef(TypedDict):
|
|
6351
6347
|
CallbackToken: NotRequired[str]
|
|
6352
6348
|
SqsQueueUrl: NotRequired[str]
|
|
6353
|
-
OutputParameters: NotRequired[
|
|
6349
|
+
OutputParameters: NotRequired[list[OutputParameterTypeDef]]
|
|
6354
6350
|
|
|
6355
6351
|
|
|
6356
6352
|
class LambdaStepMetadataTypeDef(TypedDict):
|
|
6357
6353
|
Arn: NotRequired[str]
|
|
6358
|
-
OutputParameters: NotRequired[
|
|
6354
|
+
OutputParameters: NotRequired[list[OutputParameterTypeDef]]
|
|
6359
6355
|
|
|
6360
6356
|
|
|
6361
6357
|
class SendPipelineExecutionStepSuccessRequestRequestTypeDef(TypedDict):
|
|
@@ -6366,14 +6362,14 @@ class SendPipelineExecutionStepSuccessRequestRequestTypeDef(TypedDict):
|
|
|
6366
6362
|
|
|
6367
6363
|
class CandidatePropertiesTypeDef(TypedDict):
|
|
6368
6364
|
CandidateArtifactLocations: NotRequired[CandidateArtifactLocationsTypeDef]
|
|
6369
|
-
CandidateMetrics: NotRequired[
|
|
6365
|
+
CandidateMetrics: NotRequired[list[MetricDatumTypeDef]]
|
|
6370
6366
|
|
|
6371
6367
|
|
|
6372
6368
|
class CanvasAppSettingsOutputTypeDef(TypedDict):
|
|
6373
6369
|
TimeSeriesForecastingSettings: NotRequired[TimeSeriesForecastingSettingsTypeDef]
|
|
6374
6370
|
ModelRegisterSettings: NotRequired[ModelRegisterSettingsTypeDef]
|
|
6375
6371
|
WorkspaceSettings: NotRequired[WorkspaceSettingsTypeDef]
|
|
6376
|
-
IdentityProviderOAuthSettings: NotRequired[
|
|
6372
|
+
IdentityProviderOAuthSettings: NotRequired[list[IdentityProviderOAuthSettingTypeDef]]
|
|
6377
6373
|
DirectDeploySettings: NotRequired[DirectDeploySettingsTypeDef]
|
|
6378
6374
|
KendraSettings: NotRequired[KendraSettingsTypeDef]
|
|
6379
6375
|
GenerativeAiSettings: NotRequired[GenerativeAiSettingsTypeDef]
|
|
@@ -6423,14 +6419,14 @@ CaptureContentTypeHeaderUnionTypeDef = Union[
|
|
|
6423
6419
|
class DataCaptureConfigOutputTypeDef(TypedDict):
|
|
6424
6420
|
InitialSamplingPercentage: int
|
|
6425
6421
|
DestinationS3Uri: str
|
|
6426
|
-
CaptureOptions:
|
|
6422
|
+
CaptureOptions: list[CaptureOptionTypeDef]
|
|
6427
6423
|
EnableCapture: NotRequired[bool]
|
|
6428
6424
|
KmsKeyId: NotRequired[str]
|
|
6429
6425
|
CaptureContentTypeHeader: NotRequired[CaptureContentTypeHeaderOutputTypeDef]
|
|
6430
6426
|
|
|
6431
6427
|
|
|
6432
6428
|
class EnvironmentParameterRangesOutputTypeDef(TypedDict):
|
|
6433
|
-
CategoricalParameterRanges: NotRequired[
|
|
6429
|
+
CategoricalParameterRanges: NotRequired[list[CategoricalParameterOutputTypeDef]]
|
|
6434
6430
|
|
|
6435
6431
|
|
|
6436
6432
|
CategoricalParameterRangeSpecificationUnionTypeDef = Union[
|
|
@@ -6476,14 +6472,14 @@ class ClusterOrchestratorTypeDef(TypedDict):
|
|
|
6476
6472
|
|
|
6477
6473
|
|
|
6478
6474
|
class ListClusterSchedulerConfigsResponseTypeDef(TypedDict):
|
|
6479
|
-
ClusterSchedulerConfigSummaries:
|
|
6475
|
+
ClusterSchedulerConfigSummaries: list[ClusterSchedulerConfigSummaryTypeDef]
|
|
6480
6476
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
6481
6477
|
NextToken: NotRequired[str]
|
|
6482
6478
|
|
|
6483
6479
|
|
|
6484
6480
|
class ListClustersResponseTypeDef(TypedDict):
|
|
6485
6481
|
NextToken: str
|
|
6486
|
-
ClusterSummaries:
|
|
6482
|
+
ClusterSummaries: list[ClusterSummaryTypeDef]
|
|
6487
6483
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
6488
6484
|
|
|
6489
6485
|
|
|
@@ -6499,8 +6495,8 @@ class JupyterLabAppImageConfigOutputTypeDef(TypedDict):
|
|
|
6499
6495
|
|
|
6500
6496
|
class KernelGatewayAppSettingsOutputTypeDef(TypedDict):
|
|
6501
6497
|
DefaultResourceSpec: NotRequired[ResourceSpecTypeDef]
|
|
6502
|
-
CustomImages: NotRequired[
|
|
6503
|
-
LifecycleConfigArns: NotRequired[
|
|
6498
|
+
CustomImages: NotRequired[list[CustomImageTypeDef]]
|
|
6499
|
+
LifecycleConfigArns: NotRequired[list[str]]
|
|
6504
6500
|
|
|
6505
6501
|
|
|
6506
6502
|
class KernelGatewayAppSettingsTypeDef(TypedDict):
|
|
@@ -6511,7 +6507,7 @@ class KernelGatewayAppSettingsTypeDef(TypedDict):
|
|
|
6511
6507
|
|
|
6512
6508
|
class RSessionAppSettingsOutputTypeDef(TypedDict):
|
|
6513
6509
|
DefaultResourceSpec: NotRequired[ResourceSpecTypeDef]
|
|
6514
|
-
CustomImages: NotRequired[
|
|
6510
|
+
CustomImages: NotRequired[list[CustomImageTypeDef]]
|
|
6515
6511
|
|
|
6516
6512
|
|
|
6517
6513
|
class RSessionAppSettingsTypeDef(TypedDict):
|
|
@@ -6544,8 +6540,8 @@ class DescribeCodeRepositoryOutputTypeDef(TypedDict):
|
|
|
6544
6540
|
|
|
6545
6541
|
class JupyterServerAppSettingsOutputTypeDef(TypedDict):
|
|
6546
6542
|
DefaultResourceSpec: NotRequired[ResourceSpecTypeDef]
|
|
6547
|
-
LifecycleConfigArns: NotRequired[
|
|
6548
|
-
CodeRepositories: NotRequired[
|
|
6543
|
+
LifecycleConfigArns: NotRequired[list[str]]
|
|
6544
|
+
CodeRepositories: NotRequired[list[CodeRepositoryTypeDef]]
|
|
6549
6545
|
|
|
6550
6546
|
|
|
6551
6547
|
class JupyterServerAppSettingsTypeDef(TypedDict):
|
|
@@ -6561,8 +6557,8 @@ class CollectionConfigTypeDef(TypedDict):
|
|
|
6561
6557
|
class DebugHookConfigOutputTypeDef(TypedDict):
|
|
6562
6558
|
S3OutputPath: str
|
|
6563
6559
|
LocalPath: NotRequired[str]
|
|
6564
|
-
HookParameters: NotRequired[
|
|
6565
|
-
CollectionConfigurations: NotRequired[
|
|
6560
|
+
HookParameters: NotRequired[dict[str, str]]
|
|
6561
|
+
CollectionConfigurations: NotRequired[list[CollectionConfigurationOutputTypeDef]]
|
|
6566
6562
|
|
|
6567
6563
|
|
|
6568
6564
|
CollectionConfigurationUnionTypeDef = Union[
|
|
@@ -6571,13 +6567,13 @@ CollectionConfigurationUnionTypeDef = Union[
|
|
|
6571
6567
|
|
|
6572
6568
|
|
|
6573
6569
|
class ListCompilationJobsResponseTypeDef(TypedDict):
|
|
6574
|
-
CompilationJobSummaries:
|
|
6570
|
+
CompilationJobSummaries: list[CompilationJobSummaryTypeDef]
|
|
6575
6571
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
6576
6572
|
NextToken: NotRequired[str]
|
|
6577
6573
|
|
|
6578
6574
|
|
|
6579
6575
|
class ComputeQuotaConfigOutputTypeDef(TypedDict):
|
|
6580
|
-
ComputeQuotaResources: NotRequired[
|
|
6576
|
+
ComputeQuotaResources: NotRequired[list[ComputeQuotaResourceConfigTypeDef]]
|
|
6581
6577
|
ResourceSharingConfig: NotRequired[ResourceSharingConfigTypeDef]
|
|
6582
6578
|
PreemptTeamTasks: NotRequired[PreemptTeamTasksType]
|
|
6583
6579
|
|
|
@@ -6691,7 +6687,7 @@ class DescribeHubResponseTypeDef(TypedDict):
|
|
|
6691
6687
|
HubArn: str
|
|
6692
6688
|
HubDisplayName: str
|
|
6693
6689
|
HubDescription: str
|
|
6694
|
-
HubSearchKeywords:
|
|
6690
|
+
HubSearchKeywords: list[str]
|
|
6695
6691
|
S3StorageConfig: HubS3StorageConfigTypeDef
|
|
6696
6692
|
HubStatus: HubStatusType
|
|
6697
6693
|
FailureReason: str
|
|
@@ -6753,7 +6749,7 @@ class DescribeNotebookInstanceOutputTypeDef(TypedDict):
|
|
|
6753
6749
|
Url: str
|
|
6754
6750
|
InstanceType: InstanceTypeType
|
|
6755
6751
|
SubnetId: str
|
|
6756
|
-
SecurityGroups:
|
|
6752
|
+
SecurityGroups: list[str]
|
|
6757
6753
|
RoleArn: str
|
|
6758
6754
|
KmsKeyId: str
|
|
6759
6755
|
NetworkInterfaceId: str
|
|
@@ -6762,9 +6758,9 @@ class DescribeNotebookInstanceOutputTypeDef(TypedDict):
|
|
|
6762
6758
|
NotebookInstanceLifecycleConfigName: str
|
|
6763
6759
|
DirectInternetAccess: DirectInternetAccessType
|
|
6764
6760
|
VolumeSizeInGB: int
|
|
6765
|
-
AcceleratorTypes:
|
|
6761
|
+
AcceleratorTypes: list[NotebookInstanceAcceleratorTypeType]
|
|
6766
6762
|
DefaultCodeRepository: str
|
|
6767
|
-
AdditionalCodeRepositories:
|
|
6763
|
+
AdditionalCodeRepositories: list[str]
|
|
6768
6764
|
RootAccess: RootAccessType
|
|
6769
6765
|
PlatformIdentifier: str
|
|
6770
6766
|
InstanceMetadataServiceConfiguration: InstanceMetadataServiceConfigurationTypeDef
|
|
@@ -6797,8 +6793,8 @@ class CreateNotebookInstanceLifecycleConfigInputRequestTypeDef(TypedDict):
|
|
|
6797
6793
|
class DescribeNotebookInstanceLifecycleConfigOutputTypeDef(TypedDict):
|
|
6798
6794
|
NotebookInstanceLifecycleConfigArn: str
|
|
6799
6795
|
NotebookInstanceLifecycleConfigName: str
|
|
6800
|
-
OnCreate:
|
|
6801
|
-
OnStart:
|
|
6796
|
+
OnCreate: list[NotebookInstanceLifecycleHookTypeDef]
|
|
6797
|
+
OnStart: list[NotebookInstanceLifecycleHookTypeDef]
|
|
6802
6798
|
LastModifiedTime: datetime
|
|
6803
6799
|
CreationTime: datetime
|
|
6804
6800
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -7752,12 +7748,12 @@ class DeleteDomainRequestRequestTypeDef(TypedDict):
|
|
|
7752
7748
|
class InferenceComponentContainerSpecificationSummaryTypeDef(TypedDict):
|
|
7753
7749
|
DeployedImage: NotRequired[DeployedImageTypeDef]
|
|
7754
7750
|
ArtifactUrl: NotRequired[str]
|
|
7755
|
-
Environment: NotRequired[
|
|
7751
|
+
Environment: NotRequired[dict[str, str]]
|
|
7756
7752
|
|
|
7757
7753
|
|
|
7758
7754
|
class DeploymentRecommendationTypeDef(TypedDict):
|
|
7759
7755
|
RecommendationStatus: RecommendationStatusType
|
|
7760
|
-
RealTimeInferenceRecommendations: NotRequired[
|
|
7756
|
+
RealTimeInferenceRecommendations: NotRequired[list[RealTimeInferenceRecommendationTypeDef]]
|
|
7761
7757
|
|
|
7762
7758
|
|
|
7763
7759
|
class DeploymentStageStatusSummaryTypeDef(TypedDict):
|
|
@@ -7775,7 +7771,7 @@ class DescribeDeviceResponseTypeDef(TypedDict):
|
|
|
7775
7771
|
IotThingName: str
|
|
7776
7772
|
RegistrationTime: datetime
|
|
7777
7773
|
LatestHeartbeat: datetime
|
|
7778
|
-
Models:
|
|
7774
|
+
Models: list[EdgeModelTypeDef]
|
|
7779
7775
|
MaxModels: int
|
|
7780
7776
|
AgentVersion: str
|
|
7781
7777
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -7801,71 +7797,39 @@ class DescribeEdgePackagingJobResponseTypeDef(TypedDict):
|
|
|
7801
7797
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7802
7798
|
|
|
7803
7799
|
|
|
7804
|
-
class
|
|
7800
|
+
class DescribeEndpointInputWaitTypeDef(TypedDict):
|
|
7805
7801
|
EndpointName: str
|
|
7806
7802
|
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
7807
7803
|
|
|
7808
7804
|
|
|
7809
|
-
class
|
|
7810
|
-
EndpointName: str
|
|
7811
|
-
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
7812
|
-
|
|
7813
|
-
|
|
7814
|
-
class DescribeImageRequestImageCreatedWaitTypeDef(TypedDict):
|
|
7805
|
+
class DescribeImageRequestWaitTypeDef(TypedDict):
|
|
7815
7806
|
ImageName: str
|
|
7816
7807
|
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
7817
7808
|
|
|
7818
7809
|
|
|
7819
|
-
class
|
|
7820
|
-
ImageName: str
|
|
7821
|
-
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
7822
|
-
|
|
7823
|
-
|
|
7824
|
-
class DescribeImageRequestImageUpdatedWaitTypeDef(TypedDict):
|
|
7825
|
-
ImageName: str
|
|
7826
|
-
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
7827
|
-
|
|
7828
|
-
|
|
7829
|
-
class DescribeImageVersionRequestImageVersionCreatedWaitTypeDef(TypedDict):
|
|
7830
|
-
ImageName: str
|
|
7831
|
-
Version: NotRequired[int]
|
|
7832
|
-
Alias: NotRequired[str]
|
|
7833
|
-
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
7834
|
-
|
|
7835
|
-
|
|
7836
|
-
class DescribeImageVersionRequestImageVersionDeletedWaitTypeDef(TypedDict):
|
|
7810
|
+
class DescribeImageVersionRequestWaitTypeDef(TypedDict):
|
|
7837
7811
|
ImageName: str
|
|
7838
7812
|
Version: NotRequired[int]
|
|
7839
7813
|
Alias: NotRequired[str]
|
|
7840
7814
|
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
7841
7815
|
|
|
7842
7816
|
|
|
7843
|
-
class
|
|
7844
|
-
NotebookInstanceName: str
|
|
7845
|
-
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
7846
|
-
|
|
7847
|
-
|
|
7848
|
-
class DescribeNotebookInstanceInputNotebookInstanceInServiceWaitTypeDef(TypedDict):
|
|
7849
|
-
NotebookInstanceName: str
|
|
7850
|
-
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
7851
|
-
|
|
7852
|
-
|
|
7853
|
-
class DescribeNotebookInstanceInputNotebookInstanceStoppedWaitTypeDef(TypedDict):
|
|
7817
|
+
class DescribeNotebookInstanceInputWaitTypeDef(TypedDict):
|
|
7854
7818
|
NotebookInstanceName: str
|
|
7855
7819
|
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
7856
7820
|
|
|
7857
7821
|
|
|
7858
|
-
class
|
|
7822
|
+
class DescribeProcessingJobRequestWaitTypeDef(TypedDict):
|
|
7859
7823
|
ProcessingJobName: str
|
|
7860
7824
|
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
7861
7825
|
|
|
7862
7826
|
|
|
7863
|
-
class
|
|
7827
|
+
class DescribeTrainingJobRequestWaitTypeDef(TypedDict):
|
|
7864
7828
|
TrainingJobName: str
|
|
7865
7829
|
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
7866
7830
|
|
|
7867
7831
|
|
|
7868
|
-
class
|
|
7832
|
+
class DescribeTransformJobRequestWaitTypeDef(TypedDict):
|
|
7869
7833
|
TransformJobName: str
|
|
7870
7834
|
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
7871
7835
|
|
|
@@ -7895,7 +7859,7 @@ class DescribeFeatureMetadataResponseTypeDef(TypedDict):
|
|
|
7895
7859
|
CreationTime: datetime
|
|
7896
7860
|
LastModifiedTime: datetime
|
|
7897
7861
|
Description: str
|
|
7898
|
-
Parameters:
|
|
7862
|
+
Parameters: list[FeatureParameterTypeDef]
|
|
7899
7863
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7900
7864
|
|
|
7901
7865
|
|
|
@@ -7907,7 +7871,7 @@ class FeatureMetadataTypeDef(TypedDict):
|
|
|
7907
7871
|
CreationTime: NotRequired[datetime]
|
|
7908
7872
|
LastModifiedTime: NotRequired[datetime]
|
|
7909
7873
|
Description: NotRequired[str]
|
|
7910
|
-
Parameters: NotRequired[
|
|
7874
|
+
Parameters: NotRequired[list[FeatureParameterTypeDef]]
|
|
7911
7875
|
|
|
7912
7876
|
|
|
7913
7877
|
class UpdateFeatureMetadataRequestRequestTypeDef(TypedDict):
|
|
@@ -7933,8 +7897,8 @@ class DescribeHubContentResponseTypeDef(TypedDict):
|
|
|
7933
7897
|
SageMakerPublicHubContentArn: str
|
|
7934
7898
|
ReferenceMinVersion: str
|
|
7935
7899
|
SupportStatus: HubContentSupportStatusType
|
|
7936
|
-
HubContentSearchKeywords:
|
|
7937
|
-
HubContentDependencies:
|
|
7900
|
+
HubContentSearchKeywords: list[str]
|
|
7901
|
+
HubContentDependencies: list[HubContentDependencyTypeDef]
|
|
7938
7902
|
HubContentStatus: HubContentStatusType
|
|
7939
7903
|
FailureReason: str
|
|
7940
7904
|
CreationTime: datetime
|
|
@@ -7982,7 +7946,7 @@ class DescribeModelCardExportJobResponseTypeDef(TypedDict):
|
|
|
7982
7946
|
|
|
7983
7947
|
|
|
7984
7948
|
class ListMonitoringExecutionsResponseTypeDef(TypedDict):
|
|
7985
|
-
MonitoringExecutionSummaries:
|
|
7949
|
+
MonitoringExecutionSummaries: list[MonitoringExecutionSummaryTypeDef]
|
|
7986
7950
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7987
7951
|
NextToken: NotRequired[str]
|
|
7988
7952
|
|
|
@@ -8015,7 +7979,7 @@ class DescribeSubscribedWorkteamResponseTypeDef(TypedDict):
|
|
|
8015
7979
|
|
|
8016
7980
|
|
|
8017
7981
|
class ListSubscribedWorkteamsResponseTypeDef(TypedDict):
|
|
8018
|
-
SubscribedWorkteams:
|
|
7982
|
+
SubscribedWorkteams: list[SubscribedWorkteamTypeDef]
|
|
8019
7983
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8020
7984
|
NextToken: NotRequired[str]
|
|
8021
7985
|
|
|
@@ -8046,8 +8010,8 @@ class DescribeTrainingPlanResponseTypeDef(TypedDict):
|
|
|
8046
8010
|
TotalInstanceCount: int
|
|
8047
8011
|
AvailableInstanceCount: int
|
|
8048
8012
|
InUseInstanceCount: int
|
|
8049
|
-
TargetResources:
|
|
8050
|
-
ReservedCapacitySummaries:
|
|
8013
|
+
TargetResources: list[SageMakerResourceNameType]
|
|
8014
|
+
ReservedCapacitySummaries: list[ReservedCapacitySummaryTypeDef]
|
|
8051
8015
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8052
8016
|
|
|
8053
8017
|
|
|
@@ -8065,8 +8029,8 @@ class TrainingPlanSummaryTypeDef(TypedDict):
|
|
|
8065
8029
|
TotalInstanceCount: NotRequired[int]
|
|
8066
8030
|
AvailableInstanceCount: NotRequired[int]
|
|
8067
8031
|
InUseInstanceCount: NotRequired[int]
|
|
8068
|
-
TargetResources: NotRequired[
|
|
8069
|
-
ReservedCapacitySummaries: NotRequired[
|
|
8032
|
+
TargetResources: NotRequired[list[SageMakerResourceNameType]]
|
|
8033
|
+
ReservedCapacitySummaries: NotRequired[list[ReservedCapacitySummaryTypeDef]]
|
|
8070
8034
|
|
|
8071
8035
|
|
|
8072
8036
|
class TrialSummaryTypeDef(TypedDict):
|
|
@@ -8086,13 +8050,13 @@ class DesiredWeightAndCapacityTypeDef(TypedDict):
|
|
|
8086
8050
|
|
|
8087
8051
|
|
|
8088
8052
|
class ListStageDevicesResponseTypeDef(TypedDict):
|
|
8089
|
-
DeviceDeploymentSummaries:
|
|
8053
|
+
DeviceDeploymentSummaries: list[DeviceDeploymentSummaryTypeDef]
|
|
8090
8054
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8091
8055
|
NextToken: NotRequired[str]
|
|
8092
8056
|
|
|
8093
8057
|
|
|
8094
8058
|
class ListDeviceFleetsResponseTypeDef(TypedDict):
|
|
8095
|
-
DeviceFleetSummaries:
|
|
8059
|
+
DeviceFleetSummaries: list[DeviceFleetSummaryTypeDef]
|
|
8096
8060
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8097
8061
|
NextToken: NotRequired[str]
|
|
8098
8062
|
|
|
@@ -8110,7 +8074,7 @@ class DeviceSummaryTypeDef(TypedDict):
|
|
|
8110
8074
|
IotThingName: NotRequired[str]
|
|
8111
8075
|
RegistrationTime: NotRequired[datetime]
|
|
8112
8076
|
LatestHeartbeat: NotRequired[datetime]
|
|
8113
|
-
Models: NotRequired[
|
|
8077
|
+
Models: NotRequired[list[EdgeModelSummaryTypeDef]]
|
|
8114
8078
|
AgentVersion: NotRequired[str]
|
|
8115
8079
|
|
|
8116
8080
|
|
|
@@ -8129,7 +8093,7 @@ DockerSettingsUnionTypeDef = Union[DockerSettingsTypeDef, DockerSettingsOutputTy
|
|
|
8129
8093
|
|
|
8130
8094
|
|
|
8131
8095
|
class ListDomainsResponseTypeDef(TypedDict):
|
|
8132
|
-
Domains:
|
|
8096
|
+
Domains: list[DomainDetailsTypeDef]
|
|
8133
8097
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8134
8098
|
NextToken: NotRequired[str]
|
|
8135
8099
|
|
|
@@ -8150,7 +8114,7 @@ class SpaceStorageSettingsTypeDef(TypedDict):
|
|
|
8150
8114
|
|
|
8151
8115
|
|
|
8152
8116
|
class ListEdgeDeploymentPlansResponseTypeDef(TypedDict):
|
|
8153
|
-
EdgeDeploymentPlanSummaries:
|
|
8117
|
+
EdgeDeploymentPlanSummaries: list[EdgeDeploymentPlanSummaryTypeDef]
|
|
8154
8118
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8155
8119
|
NextToken: NotRequired[str]
|
|
8156
8120
|
|
|
@@ -8162,13 +8126,13 @@ class GetDeviceFleetReportResponseTypeDef(TypedDict):
|
|
|
8162
8126
|
Description: str
|
|
8163
8127
|
ReportGenerated: datetime
|
|
8164
8128
|
DeviceStats: DeviceStatsTypeDef
|
|
8165
|
-
AgentVersions:
|
|
8166
|
-
ModelStats:
|
|
8129
|
+
AgentVersions: list[AgentVersionTypeDef]
|
|
8130
|
+
ModelStats: list[EdgeModelStatTypeDef]
|
|
8167
8131
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8168
8132
|
|
|
8169
8133
|
|
|
8170
8134
|
class ListEdgePackagingJobsResponseTypeDef(TypedDict):
|
|
8171
|
-
EdgePackagingJobSummaries:
|
|
8135
|
+
EdgePackagingJobSummaries: list[EdgePackagingJobSummaryTypeDef]
|
|
8172
8136
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8173
8137
|
NextToken: NotRequired[str]
|
|
8174
8138
|
|
|
@@ -8177,7 +8141,7 @@ EmrSettingsUnionTypeDef = Union[EmrSettingsTypeDef, EmrSettingsOutputTypeDef]
|
|
|
8177
8141
|
|
|
8178
8142
|
|
|
8179
8143
|
class ListEndpointConfigsOutputTypeDef(TypedDict):
|
|
8180
|
-
EndpointConfigs:
|
|
8144
|
+
EndpointConfigs: list[EndpointConfigSummaryTypeDef]
|
|
8181
8145
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8182
8146
|
NextToken: NotRequired[str]
|
|
8183
8147
|
|
|
@@ -8196,14 +8160,14 @@ class EndpointPerformanceTypeDef(TypedDict):
|
|
|
8196
8160
|
|
|
8197
8161
|
|
|
8198
8162
|
class ListEndpointsOutputTypeDef(TypedDict):
|
|
8199
|
-
Endpoints:
|
|
8163
|
+
Endpoints: list[EndpointSummaryTypeDef]
|
|
8200
8164
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8201
8165
|
NextToken: NotRequired[str]
|
|
8202
8166
|
|
|
8203
8167
|
|
|
8204
8168
|
class ModelConfigurationTypeDef(TypedDict):
|
|
8205
8169
|
InferenceSpecificationName: NotRequired[str]
|
|
8206
|
-
EnvironmentParameters: NotRequired[
|
|
8170
|
+
EnvironmentParameters: NotRequired[list[EnvironmentParameterTypeDef]]
|
|
8207
8171
|
CompilationJobName: NotRequired[str]
|
|
8208
8172
|
|
|
8209
8173
|
|
|
@@ -8217,7 +8181,7 @@ class HyperParameterTrainingJobSummaryTypeDef(TypedDict):
|
|
|
8217
8181
|
TrainingJobArn: str
|
|
8218
8182
|
CreationTime: datetime
|
|
8219
8183
|
TrainingJobStatus: TrainingJobStatusType
|
|
8220
|
-
TunedHyperParameters:
|
|
8184
|
+
TunedHyperParameters: dict[str, str]
|
|
8221
8185
|
TrainingJobDefinitionName: NotRequired[str]
|
|
8222
8186
|
TuningJobName: NotRequired[str]
|
|
8223
8187
|
TrainingStartTime: NotRequired[datetime]
|
|
@@ -8230,7 +8194,7 @@ class HyperParameterTrainingJobSummaryTypeDef(TypedDict):
|
|
|
8230
8194
|
|
|
8231
8195
|
|
|
8232
8196
|
class ListFlowDefinitionsResponseTypeDef(TypedDict):
|
|
8233
|
-
FlowDefinitionSummaries:
|
|
8197
|
+
FlowDefinitionSummaries: list[FlowDefinitionSummaryTypeDef]
|
|
8234
8198
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8235
8199
|
NextToken: NotRequired[str]
|
|
8236
8200
|
|
|
@@ -8244,7 +8208,7 @@ class GetScalingConfigurationRecommendationRequestRequestTypeDef(TypedDict):
|
|
|
8244
8208
|
|
|
8245
8209
|
|
|
8246
8210
|
class GetSearchSuggestionsResponseTypeDef(TypedDict):
|
|
8247
|
-
PropertyNameSuggestions:
|
|
8211
|
+
PropertyNameSuggestions: list[PropertyNameSuggestionTypeDef]
|
|
8248
8212
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8249
8213
|
|
|
8250
8214
|
|
|
@@ -8254,10 +8218,10 @@ class UpdateCodeRepositoryInputRequestTypeDef(TypedDict):
|
|
|
8254
8218
|
|
|
8255
8219
|
|
|
8256
8220
|
class StudioWebPortalSettingsOutputTypeDef(TypedDict):
|
|
8257
|
-
HiddenMlTools: NotRequired[
|
|
8258
|
-
HiddenAppTypes: NotRequired[
|
|
8259
|
-
HiddenInstanceTypes: NotRequired[
|
|
8260
|
-
HiddenSageMakerImageVersionAliases: NotRequired[
|
|
8221
|
+
HiddenMlTools: NotRequired[list[MlToolsType]]
|
|
8222
|
+
HiddenAppTypes: NotRequired[list[AppTypeType]]
|
|
8223
|
+
HiddenInstanceTypes: NotRequired[list[AppInstanceTypeType]]
|
|
8224
|
+
HiddenSageMakerImageVersionAliases: NotRequired[list[HiddenSageMakerImageOutputTypeDef]]
|
|
8261
8225
|
|
|
8262
8226
|
|
|
8263
8227
|
HiddenSageMakerImageUnionTypeDef = Union[
|
|
@@ -8266,19 +8230,19 @@ HiddenSageMakerImageUnionTypeDef = Union[
|
|
|
8266
8230
|
|
|
8267
8231
|
|
|
8268
8232
|
class ListHubContentVersionsResponseTypeDef(TypedDict):
|
|
8269
|
-
HubContentSummaries:
|
|
8233
|
+
HubContentSummaries: list[HubContentInfoTypeDef]
|
|
8270
8234
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8271
8235
|
NextToken: NotRequired[str]
|
|
8272
8236
|
|
|
8273
8237
|
|
|
8274
8238
|
class ListHubContentsResponseTypeDef(TypedDict):
|
|
8275
|
-
HubContentSummaries:
|
|
8239
|
+
HubContentSummaries: list[HubContentInfoTypeDef]
|
|
8276
8240
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8277
8241
|
NextToken: NotRequired[str]
|
|
8278
8242
|
|
|
8279
8243
|
|
|
8280
8244
|
class ListHubsResponseTypeDef(TypedDict):
|
|
8281
|
-
HubSummaries:
|
|
8245
|
+
HubSummaries: list[HubInfoTypeDef]
|
|
8282
8246
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8283
8247
|
NextToken: NotRequired[str]
|
|
8284
8248
|
|
|
@@ -8288,7 +8252,7 @@ class HumanLoopActivationConfigTypeDef(TypedDict):
|
|
|
8288
8252
|
|
|
8289
8253
|
|
|
8290
8254
|
class ListHumanTaskUisResponseTypeDef(TypedDict):
|
|
8291
|
-
HumanTaskUiSummaries:
|
|
8255
|
+
HumanTaskUiSummaries: list[HumanTaskUiSummaryTypeDef]
|
|
8292
8256
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8293
8257
|
NextToken: NotRequired[str]
|
|
8294
8258
|
|
|
@@ -8299,7 +8263,7 @@ class HyperParameterTuningResourceConfigOutputTypeDef(TypedDict):
|
|
|
8299
8263
|
VolumeSizeInGB: NotRequired[int]
|
|
8300
8264
|
VolumeKmsKeyId: NotRequired[str]
|
|
8301
8265
|
AllocationStrategy: NotRequired[Literal["Prioritized"]]
|
|
8302
|
-
InstanceConfigs: NotRequired[
|
|
8266
|
+
InstanceConfigs: NotRequired[list[HyperParameterTuningInstanceConfigTypeDef]]
|
|
8303
8267
|
|
|
8304
8268
|
|
|
8305
8269
|
class HyperParameterTuningResourceConfigTypeDef(TypedDict):
|
|
@@ -8329,7 +8293,7 @@ class HyperParameterTuningJobStrategyConfigTypeDef(TypedDict):
|
|
|
8329
8293
|
|
|
8330
8294
|
|
|
8331
8295
|
class HyperParameterTuningJobWarmStartConfigOutputTypeDef(TypedDict):
|
|
8332
|
-
ParentHyperParameterTuningJobs:
|
|
8296
|
+
ParentHyperParameterTuningJobs: list[ParentHyperParameterTuningJobTypeDef]
|
|
8333
8297
|
WarmStartType: HyperParameterTuningJobWarmStartTypeType
|
|
8334
8298
|
|
|
8335
8299
|
|
|
@@ -8355,13 +8319,13 @@ class ImageConfigTypeDef(TypedDict):
|
|
|
8355
8319
|
|
|
8356
8320
|
|
|
8357
8321
|
class ListImagesResponseTypeDef(TypedDict):
|
|
8358
|
-
Images:
|
|
8322
|
+
Images: list[ImageTypeDef]
|
|
8359
8323
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8360
8324
|
NextToken: NotRequired[str]
|
|
8361
8325
|
|
|
8362
8326
|
|
|
8363
8327
|
class ListImageVersionsResponseTypeDef(TypedDict):
|
|
8364
|
-
ImageVersions:
|
|
8328
|
+
ImageVersions: list[ImageVersionTypeDef]
|
|
8365
8329
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8366
8330
|
NextToken: NotRequired[str]
|
|
8367
8331
|
|
|
@@ -8381,13 +8345,13 @@ InferenceComponentSpecificationTypeDef = TypedDict(
|
|
|
8381
8345
|
|
|
8382
8346
|
|
|
8383
8347
|
class ListInferenceComponentsOutputTypeDef(TypedDict):
|
|
8384
|
-
InferenceComponents:
|
|
8348
|
+
InferenceComponents: list[InferenceComponentSummaryTypeDef]
|
|
8385
8349
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8386
8350
|
NextToken: NotRequired[str]
|
|
8387
8351
|
|
|
8388
8352
|
|
|
8389
8353
|
class ListInferenceRecommendationsJobsResponseTypeDef(TypedDict):
|
|
8390
|
-
InferenceRecommendationsJobs:
|
|
8354
|
+
InferenceRecommendationsJobs: list[InferenceRecommendationsJobTypeDef]
|
|
8391
8355
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8392
8356
|
NextToken: NotRequired[str]
|
|
8393
8357
|
|
|
@@ -8398,7 +8362,7 @@ class ResourceConfigOutputTypeDef(TypedDict):
|
|
|
8398
8362
|
InstanceCount: NotRequired[int]
|
|
8399
8363
|
VolumeKmsKeyId: NotRequired[str]
|
|
8400
8364
|
KeepAlivePeriodInSeconds: NotRequired[int]
|
|
8401
|
-
InstanceGroups: NotRequired[
|
|
8365
|
+
InstanceGroups: NotRequired[list[InstanceGroupTypeDef]]
|
|
8402
8366
|
TrainingPlanArn: NotRequired[str]
|
|
8403
8367
|
|
|
8404
8368
|
|
|
@@ -8421,14 +8385,14 @@ class ParameterRangeOutputTypeDef(TypedDict):
|
|
|
8421
8385
|
|
|
8422
8386
|
|
|
8423
8387
|
class ParameterRangesOutputTypeDef(TypedDict):
|
|
8424
|
-
IntegerParameterRanges: NotRequired[
|
|
8425
|
-
ContinuousParameterRanges: NotRequired[
|
|
8426
|
-
CategoricalParameterRanges: NotRequired[
|
|
8427
|
-
AutoParameters: NotRequired[
|
|
8388
|
+
IntegerParameterRanges: NotRequired[list[IntegerParameterRangeTypeDef]]
|
|
8389
|
+
ContinuousParameterRanges: NotRequired[list[ContinuousParameterRangeTypeDef]]
|
|
8390
|
+
CategoricalParameterRanges: NotRequired[list[CategoricalParameterRangeOutputTypeDef]]
|
|
8391
|
+
AutoParameters: NotRequired[list[AutoParameterTypeDef]]
|
|
8428
8392
|
|
|
8429
8393
|
|
|
8430
8394
|
class KernelGatewayImageConfigOutputTypeDef(TypedDict):
|
|
8431
|
-
KernelSpecs:
|
|
8395
|
+
KernelSpecs: list[KernelSpecTypeDef]
|
|
8432
8396
|
FileSystemConfig: NotRequired[FileSystemConfigTypeDef]
|
|
8433
8397
|
|
|
8434
8398
|
|
|
@@ -8457,12 +8421,12 @@ class LabelingJobDataSourceTypeDef(TypedDict):
|
|
|
8457
8421
|
|
|
8458
8422
|
|
|
8459
8423
|
class ListLineageGroupsResponseTypeDef(TypedDict):
|
|
8460
|
-
LineageGroupSummaries:
|
|
8424
|
+
LineageGroupSummaries: list[LineageGroupSummaryTypeDef]
|
|
8461
8425
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8462
8426
|
NextToken: NotRequired[str]
|
|
8463
8427
|
|
|
8464
8428
|
|
|
8465
|
-
class
|
|
8429
|
+
class ListActionsRequestPaginateTypeDef(TypedDict):
|
|
8466
8430
|
SourceUri: NotRequired[str]
|
|
8467
8431
|
ActionType: NotRequired[str]
|
|
8468
8432
|
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
@@ -8472,7 +8436,7 @@ class ListActionsRequestListActionsPaginateTypeDef(TypedDict):
|
|
|
8472
8436
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8473
8437
|
|
|
8474
8438
|
|
|
8475
|
-
class
|
|
8439
|
+
class ListAlgorithmsInputPaginateTypeDef(TypedDict):
|
|
8476
8440
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8477
8441
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8478
8442
|
NameContains: NotRequired[str]
|
|
@@ -8481,14 +8445,14 @@ class ListAlgorithmsInputListAlgorithmsPaginateTypeDef(TypedDict):
|
|
|
8481
8445
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8482
8446
|
|
|
8483
8447
|
|
|
8484
|
-
class
|
|
8448
|
+
class ListAliasesRequestPaginateTypeDef(TypedDict):
|
|
8485
8449
|
ImageName: str
|
|
8486
8450
|
Alias: NotRequired[str]
|
|
8487
8451
|
Version: NotRequired[int]
|
|
8488
8452
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8489
8453
|
|
|
8490
8454
|
|
|
8491
|
-
class
|
|
8455
|
+
class ListAppImageConfigsRequestPaginateTypeDef(TypedDict):
|
|
8492
8456
|
NameContains: NotRequired[str]
|
|
8493
8457
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8494
8458
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -8499,7 +8463,7 @@ class ListAppImageConfigsRequestListAppImageConfigsPaginateTypeDef(TypedDict):
|
|
|
8499
8463
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8500
8464
|
|
|
8501
8465
|
|
|
8502
|
-
class
|
|
8466
|
+
class ListAppsRequestPaginateTypeDef(TypedDict):
|
|
8503
8467
|
SortOrder: NotRequired[SortOrderType]
|
|
8504
8468
|
SortBy: NotRequired[Literal["CreationTime"]]
|
|
8505
8469
|
DomainIdEquals: NotRequired[str]
|
|
@@ -8508,7 +8472,7 @@ class ListAppsRequestListAppsPaginateTypeDef(TypedDict):
|
|
|
8508
8472
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8509
8473
|
|
|
8510
8474
|
|
|
8511
|
-
class
|
|
8475
|
+
class ListArtifactsRequestPaginateTypeDef(TypedDict):
|
|
8512
8476
|
SourceUri: NotRequired[str]
|
|
8513
8477
|
ArtifactType: NotRequired[str]
|
|
8514
8478
|
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
@@ -8518,7 +8482,7 @@ class ListArtifactsRequestListArtifactsPaginateTypeDef(TypedDict):
|
|
|
8518
8482
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8519
8483
|
|
|
8520
8484
|
|
|
8521
|
-
class
|
|
8485
|
+
class ListAssociationsRequestPaginateTypeDef(TypedDict):
|
|
8522
8486
|
SourceArn: NotRequired[str]
|
|
8523
8487
|
DestinationArn: NotRequired[str]
|
|
8524
8488
|
SourceType: NotRequired[str]
|
|
@@ -8531,7 +8495,7 @@ class ListAssociationsRequestListAssociationsPaginateTypeDef(TypedDict):
|
|
|
8531
8495
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8532
8496
|
|
|
8533
8497
|
|
|
8534
|
-
class
|
|
8498
|
+
class ListAutoMLJobsRequestPaginateTypeDef(TypedDict):
|
|
8535
8499
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8536
8500
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8537
8501
|
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -8543,7 +8507,7 @@ class ListAutoMLJobsRequestListAutoMLJobsPaginateTypeDef(TypedDict):
|
|
|
8543
8507
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8544
8508
|
|
|
8545
8509
|
|
|
8546
|
-
class
|
|
8510
|
+
class ListCandidatesForAutoMLJobRequestPaginateTypeDef(TypedDict):
|
|
8547
8511
|
AutoMLJobName: str
|
|
8548
8512
|
StatusEquals: NotRequired[CandidateStatusType]
|
|
8549
8513
|
CandidateNameEquals: NotRequired[str]
|
|
@@ -8552,7 +8516,7 @@ class ListCandidatesForAutoMLJobRequestListCandidatesForAutoMLJobPaginateTypeDef
|
|
|
8552
8516
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8553
8517
|
|
|
8554
8518
|
|
|
8555
|
-
class
|
|
8519
|
+
class ListClusterNodesRequestPaginateTypeDef(TypedDict):
|
|
8556
8520
|
ClusterName: str
|
|
8557
8521
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8558
8522
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
@@ -8562,7 +8526,7 @@ class ListClusterNodesRequestListClusterNodesPaginateTypeDef(TypedDict):
|
|
|
8562
8526
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8563
8527
|
|
|
8564
8528
|
|
|
8565
|
-
class
|
|
8529
|
+
class ListClusterSchedulerConfigsRequestPaginateTypeDef(TypedDict):
|
|
8566
8530
|
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
8567
8531
|
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
8568
8532
|
NameContains: NotRequired[str]
|
|
@@ -8573,7 +8537,7 @@ class ListClusterSchedulerConfigsRequestListClusterSchedulerConfigsPaginateTypeD
|
|
|
8573
8537
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8574
8538
|
|
|
8575
8539
|
|
|
8576
|
-
class
|
|
8540
|
+
class ListClustersRequestPaginateTypeDef(TypedDict):
|
|
8577
8541
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8578
8542
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8579
8543
|
NameContains: NotRequired[str]
|
|
@@ -8583,7 +8547,7 @@ class ListClustersRequestListClustersPaginateTypeDef(TypedDict):
|
|
|
8583
8547
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8584
8548
|
|
|
8585
8549
|
|
|
8586
|
-
class
|
|
8550
|
+
class ListCodeRepositoriesInputPaginateTypeDef(TypedDict):
|
|
8587
8551
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8588
8552
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8589
8553
|
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -8594,7 +8558,7 @@ class ListCodeRepositoriesInputListCodeRepositoriesPaginateTypeDef(TypedDict):
|
|
|
8594
8558
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8595
8559
|
|
|
8596
8560
|
|
|
8597
|
-
class
|
|
8561
|
+
class ListCompilationJobsRequestPaginateTypeDef(TypedDict):
|
|
8598
8562
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8599
8563
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8600
8564
|
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -8606,7 +8570,7 @@ class ListCompilationJobsRequestListCompilationJobsPaginateTypeDef(TypedDict):
|
|
|
8606
8570
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8607
8571
|
|
|
8608
8572
|
|
|
8609
|
-
class
|
|
8573
|
+
class ListComputeQuotasRequestPaginateTypeDef(TypedDict):
|
|
8610
8574
|
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
8611
8575
|
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
8612
8576
|
NameContains: NotRequired[str]
|
|
@@ -8617,7 +8581,7 @@ class ListComputeQuotasRequestListComputeQuotasPaginateTypeDef(TypedDict):
|
|
|
8617
8581
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8618
8582
|
|
|
8619
8583
|
|
|
8620
|
-
class
|
|
8584
|
+
class ListContextsRequestPaginateTypeDef(TypedDict):
|
|
8621
8585
|
SourceUri: NotRequired[str]
|
|
8622
8586
|
ContextType: NotRequired[str]
|
|
8623
8587
|
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
@@ -8627,7 +8591,7 @@ class ListContextsRequestListContextsPaginateTypeDef(TypedDict):
|
|
|
8627
8591
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8628
8592
|
|
|
8629
8593
|
|
|
8630
|
-
class
|
|
8594
|
+
class ListDataQualityJobDefinitionsRequestPaginateTypeDef(TypedDict):
|
|
8631
8595
|
EndpointName: NotRequired[str]
|
|
8632
8596
|
SortBy: NotRequired[MonitoringJobDefinitionSortKeyType]
|
|
8633
8597
|
SortOrder: NotRequired[SortOrderType]
|
|
@@ -8637,7 +8601,7 @@ class ListDataQualityJobDefinitionsRequestListDataQualityJobDefinitionsPaginateT
|
|
|
8637
8601
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8638
8602
|
|
|
8639
8603
|
|
|
8640
|
-
class
|
|
8604
|
+
class ListDeviceFleetsRequestPaginateTypeDef(TypedDict):
|
|
8641
8605
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8642
8606
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8643
8607
|
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -8648,18 +8612,18 @@ class ListDeviceFleetsRequestListDeviceFleetsPaginateTypeDef(TypedDict):
|
|
|
8648
8612
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8649
8613
|
|
|
8650
8614
|
|
|
8651
|
-
class
|
|
8615
|
+
class ListDevicesRequestPaginateTypeDef(TypedDict):
|
|
8652
8616
|
LatestHeartbeatAfter: NotRequired[TimestampTypeDef]
|
|
8653
8617
|
ModelName: NotRequired[str]
|
|
8654
8618
|
DeviceFleetName: NotRequired[str]
|
|
8655
8619
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8656
8620
|
|
|
8657
8621
|
|
|
8658
|
-
class
|
|
8622
|
+
class ListDomainsRequestPaginateTypeDef(TypedDict):
|
|
8659
8623
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8660
8624
|
|
|
8661
8625
|
|
|
8662
|
-
class
|
|
8626
|
+
class ListEdgeDeploymentPlansRequestPaginateTypeDef(TypedDict):
|
|
8663
8627
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8664
8628
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8665
8629
|
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -8671,7 +8635,7 @@ class ListEdgeDeploymentPlansRequestListEdgeDeploymentPlansPaginateTypeDef(Typed
|
|
|
8671
8635
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8672
8636
|
|
|
8673
8637
|
|
|
8674
|
-
class
|
|
8638
|
+
class ListEdgePackagingJobsRequestPaginateTypeDef(TypedDict):
|
|
8675
8639
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8676
8640
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8677
8641
|
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -8684,7 +8648,7 @@ class ListEdgePackagingJobsRequestListEdgePackagingJobsPaginateTypeDef(TypedDict
|
|
|
8684
8648
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8685
8649
|
|
|
8686
8650
|
|
|
8687
|
-
class
|
|
8651
|
+
class ListEndpointConfigsInputPaginateTypeDef(TypedDict):
|
|
8688
8652
|
SortBy: NotRequired[EndpointConfigSortKeyType]
|
|
8689
8653
|
SortOrder: NotRequired[OrderKeyType]
|
|
8690
8654
|
NameContains: NotRequired[str]
|
|
@@ -8693,7 +8657,7 @@ class ListEndpointConfigsInputListEndpointConfigsPaginateTypeDef(TypedDict):
|
|
|
8693
8657
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8694
8658
|
|
|
8695
8659
|
|
|
8696
|
-
class
|
|
8660
|
+
class ListEndpointsInputPaginateTypeDef(TypedDict):
|
|
8697
8661
|
SortBy: NotRequired[EndpointSortKeyType]
|
|
8698
8662
|
SortOrder: NotRequired[OrderKeyType]
|
|
8699
8663
|
NameContains: NotRequired[str]
|
|
@@ -8705,7 +8669,7 @@ class ListEndpointsInputListEndpointsPaginateTypeDef(TypedDict):
|
|
|
8705
8669
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8706
8670
|
|
|
8707
8671
|
|
|
8708
|
-
class
|
|
8672
|
+
class ListExperimentsRequestPaginateTypeDef(TypedDict):
|
|
8709
8673
|
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
8710
8674
|
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
8711
8675
|
SortBy: NotRequired[SortExperimentsByType]
|
|
@@ -8713,7 +8677,7 @@ class ListExperimentsRequestListExperimentsPaginateTypeDef(TypedDict):
|
|
|
8713
8677
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8714
8678
|
|
|
8715
8679
|
|
|
8716
|
-
class
|
|
8680
|
+
class ListFeatureGroupsRequestPaginateTypeDef(TypedDict):
|
|
8717
8681
|
NameContains: NotRequired[str]
|
|
8718
8682
|
FeatureGroupStatusEquals: NotRequired[FeatureGroupStatusType]
|
|
8719
8683
|
OfflineStoreStatusEquals: NotRequired[OfflineStoreStatusValueType]
|
|
@@ -8724,21 +8688,21 @@ class ListFeatureGroupsRequestListFeatureGroupsPaginateTypeDef(TypedDict):
|
|
|
8724
8688
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8725
8689
|
|
|
8726
8690
|
|
|
8727
|
-
class
|
|
8691
|
+
class ListFlowDefinitionsRequestPaginateTypeDef(TypedDict):
|
|
8728
8692
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8729
8693
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8730
8694
|
SortOrder: NotRequired[SortOrderType]
|
|
8731
8695
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8732
8696
|
|
|
8733
8697
|
|
|
8734
|
-
class
|
|
8698
|
+
class ListHumanTaskUisRequestPaginateTypeDef(TypedDict):
|
|
8735
8699
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8736
8700
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8737
8701
|
SortOrder: NotRequired[SortOrderType]
|
|
8738
8702
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8739
8703
|
|
|
8740
8704
|
|
|
8741
|
-
class
|
|
8705
|
+
class ListHyperParameterTuningJobsRequestPaginateTypeDef(TypedDict):
|
|
8742
8706
|
SortBy: NotRequired[HyperParameterTuningJobSortByOptionsType]
|
|
8743
8707
|
SortOrder: NotRequired[SortOrderType]
|
|
8744
8708
|
NameContains: NotRequired[str]
|
|
@@ -8750,7 +8714,7 @@ class ListHyperParameterTuningJobsRequestListHyperParameterTuningJobsPaginateTyp
|
|
|
8750
8714
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8751
8715
|
|
|
8752
8716
|
|
|
8753
|
-
class
|
|
8717
|
+
class ListImageVersionsRequestPaginateTypeDef(TypedDict):
|
|
8754
8718
|
ImageName: str
|
|
8755
8719
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8756
8720
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
@@ -8761,7 +8725,7 @@ class ListImageVersionsRequestListImageVersionsPaginateTypeDef(TypedDict):
|
|
|
8761
8725
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8762
8726
|
|
|
8763
8727
|
|
|
8764
|
-
class
|
|
8728
|
+
class ListImagesRequestPaginateTypeDef(TypedDict):
|
|
8765
8729
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8766
8730
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8767
8731
|
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -8772,7 +8736,7 @@ class ListImagesRequestListImagesPaginateTypeDef(TypedDict):
|
|
|
8772
8736
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8773
8737
|
|
|
8774
8738
|
|
|
8775
|
-
class
|
|
8739
|
+
class ListInferenceComponentsInputPaginateTypeDef(TypedDict):
|
|
8776
8740
|
SortBy: NotRequired[InferenceComponentSortKeyType]
|
|
8777
8741
|
SortOrder: NotRequired[OrderKeyType]
|
|
8778
8742
|
NameContains: NotRequired[str]
|
|
@@ -8786,8 +8750,8 @@ class ListInferenceComponentsInputListInferenceComponentsPaginateTypeDef(TypedDi
|
|
|
8786
8750
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8787
8751
|
|
|
8788
8752
|
|
|
8789
|
-
|
|
8790
|
-
"
|
|
8753
|
+
ListInferenceExperimentsRequestPaginateTypeDef = TypedDict(
|
|
8754
|
+
"ListInferenceExperimentsRequestPaginateTypeDef",
|
|
8791
8755
|
{
|
|
8792
8756
|
"NameContains": NotRequired[str],
|
|
8793
8757
|
"Type": NotRequired[Literal["ShadowMode"]],
|
|
@@ -8803,18 +8767,14 @@ ListInferenceExperimentsRequestListInferenceExperimentsPaginateTypeDef = TypedDi
|
|
|
8803
8767
|
)
|
|
8804
8768
|
|
|
8805
8769
|
|
|
8806
|
-
class
|
|
8807
|
-
TypedDict
|
|
8808
|
-
):
|
|
8770
|
+
class ListInferenceRecommendationsJobStepsRequestPaginateTypeDef(TypedDict):
|
|
8809
8771
|
JobName: str
|
|
8810
8772
|
Status: NotRequired[RecommendationJobStatusType]
|
|
8811
8773
|
StepType: NotRequired[Literal["BENCHMARK"]]
|
|
8812
8774
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8813
8775
|
|
|
8814
8776
|
|
|
8815
|
-
class
|
|
8816
|
-
TypedDict
|
|
8817
|
-
):
|
|
8777
|
+
class ListInferenceRecommendationsJobsRequestPaginateTypeDef(TypedDict):
|
|
8818
8778
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8819
8779
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8820
8780
|
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -8828,7 +8788,7 @@ class ListInferenceRecommendationsJobsRequestListInferenceRecommendationsJobsPag
|
|
|
8828
8788
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8829
8789
|
|
|
8830
8790
|
|
|
8831
|
-
class
|
|
8791
|
+
class ListLabelingJobsForWorkteamRequestPaginateTypeDef(TypedDict):
|
|
8832
8792
|
WorkteamArn: str
|
|
8833
8793
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8834
8794
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
@@ -8838,7 +8798,7 @@ class ListLabelingJobsForWorkteamRequestListLabelingJobsForWorkteamPaginateTypeD
|
|
|
8838
8798
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8839
8799
|
|
|
8840
8800
|
|
|
8841
|
-
class
|
|
8801
|
+
class ListLabelingJobsRequestPaginateTypeDef(TypedDict):
|
|
8842
8802
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8843
8803
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8844
8804
|
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -8850,7 +8810,7 @@ class ListLabelingJobsRequestListLabelingJobsPaginateTypeDef(TypedDict):
|
|
|
8850
8810
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8851
8811
|
|
|
8852
8812
|
|
|
8853
|
-
class
|
|
8813
|
+
class ListLineageGroupsRequestPaginateTypeDef(TypedDict):
|
|
8854
8814
|
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
8855
8815
|
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
8856
8816
|
SortBy: NotRequired[SortLineageGroupsByType]
|
|
@@ -8858,7 +8818,7 @@ class ListLineageGroupsRequestListLineageGroupsPaginateTypeDef(TypedDict):
|
|
|
8858
8818
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8859
8819
|
|
|
8860
8820
|
|
|
8861
|
-
class
|
|
8821
|
+
class ListMlflowTrackingServersRequestPaginateTypeDef(TypedDict):
|
|
8862
8822
|
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
8863
8823
|
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
8864
8824
|
TrackingServerStatus: NotRequired[TrackingServerStatusType]
|
|
@@ -8868,7 +8828,7 @@ class ListMlflowTrackingServersRequestListMlflowTrackingServersPaginateTypeDef(T
|
|
|
8868
8828
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8869
8829
|
|
|
8870
8830
|
|
|
8871
|
-
class
|
|
8831
|
+
class ListModelBiasJobDefinitionsRequestPaginateTypeDef(TypedDict):
|
|
8872
8832
|
EndpointName: NotRequired[str]
|
|
8873
8833
|
SortBy: NotRequired[MonitoringJobDefinitionSortKeyType]
|
|
8874
8834
|
SortOrder: NotRequired[SortOrderType]
|
|
@@ -8878,7 +8838,7 @@ class ListModelBiasJobDefinitionsRequestListModelBiasJobDefinitionsPaginateTypeD
|
|
|
8878
8838
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8879
8839
|
|
|
8880
8840
|
|
|
8881
|
-
class
|
|
8841
|
+
class ListModelCardExportJobsRequestPaginateTypeDef(TypedDict):
|
|
8882
8842
|
ModelCardName: str
|
|
8883
8843
|
ModelCardVersion: NotRequired[int]
|
|
8884
8844
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -8890,7 +8850,7 @@ class ListModelCardExportJobsRequestListModelCardExportJobsPaginateTypeDef(Typed
|
|
|
8890
8850
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8891
8851
|
|
|
8892
8852
|
|
|
8893
|
-
class
|
|
8853
|
+
class ListModelCardVersionsRequestPaginateTypeDef(TypedDict):
|
|
8894
8854
|
ModelCardName: str
|
|
8895
8855
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8896
8856
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
@@ -8900,7 +8860,7 @@ class ListModelCardVersionsRequestListModelCardVersionsPaginateTypeDef(TypedDict
|
|
|
8900
8860
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8901
8861
|
|
|
8902
8862
|
|
|
8903
|
-
class
|
|
8863
|
+
class ListModelCardsRequestPaginateTypeDef(TypedDict):
|
|
8904
8864
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8905
8865
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8906
8866
|
NameContains: NotRequired[str]
|
|
@@ -8910,9 +8870,7 @@ class ListModelCardsRequestListModelCardsPaginateTypeDef(TypedDict):
|
|
|
8910
8870
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8911
8871
|
|
|
8912
8872
|
|
|
8913
|
-
class
|
|
8914
|
-
TypedDict
|
|
8915
|
-
):
|
|
8873
|
+
class ListModelExplainabilityJobDefinitionsRequestPaginateTypeDef(TypedDict):
|
|
8916
8874
|
EndpointName: NotRequired[str]
|
|
8917
8875
|
SortBy: NotRequired[MonitoringJobDefinitionSortKeyType]
|
|
8918
8876
|
SortOrder: NotRequired[SortOrderType]
|
|
@@ -8922,7 +8880,7 @@ class ListModelExplainabilityJobDefinitionsRequestListModelExplainabilityJobDefi
|
|
|
8922
8880
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8923
8881
|
|
|
8924
8882
|
|
|
8925
|
-
class
|
|
8883
|
+
class ListModelPackageGroupsInputPaginateTypeDef(TypedDict):
|
|
8926
8884
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8927
8885
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8928
8886
|
NameContains: NotRequired[str]
|
|
@@ -8932,7 +8890,7 @@ class ListModelPackageGroupsInputListModelPackageGroupsPaginateTypeDef(TypedDict
|
|
|
8932
8890
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8933
8891
|
|
|
8934
8892
|
|
|
8935
|
-
class
|
|
8893
|
+
class ListModelPackagesInputPaginateTypeDef(TypedDict):
|
|
8936
8894
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8937
8895
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8938
8896
|
NameContains: NotRequired[str]
|
|
@@ -8944,7 +8902,7 @@ class ListModelPackagesInputListModelPackagesPaginateTypeDef(TypedDict):
|
|
|
8944
8902
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8945
8903
|
|
|
8946
8904
|
|
|
8947
|
-
class
|
|
8905
|
+
class ListModelQualityJobDefinitionsRequestPaginateTypeDef(TypedDict):
|
|
8948
8906
|
EndpointName: NotRequired[str]
|
|
8949
8907
|
SortBy: NotRequired[MonitoringJobDefinitionSortKeyType]
|
|
8950
8908
|
SortOrder: NotRequired[SortOrderType]
|
|
@@ -8954,7 +8912,7 @@ class ListModelQualityJobDefinitionsRequestListModelQualityJobDefinitionsPaginat
|
|
|
8954
8912
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8955
8913
|
|
|
8956
8914
|
|
|
8957
|
-
class
|
|
8915
|
+
class ListModelsInputPaginateTypeDef(TypedDict):
|
|
8958
8916
|
SortBy: NotRequired[ModelSortKeyType]
|
|
8959
8917
|
SortOrder: NotRequired[OrderKeyType]
|
|
8960
8918
|
NameContains: NotRequired[str]
|
|
@@ -8963,7 +8921,7 @@ class ListModelsInputListModelsPaginateTypeDef(TypedDict):
|
|
|
8963
8921
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8964
8922
|
|
|
8965
8923
|
|
|
8966
|
-
class
|
|
8924
|
+
class ListMonitoringAlertHistoryRequestPaginateTypeDef(TypedDict):
|
|
8967
8925
|
MonitoringScheduleName: NotRequired[str]
|
|
8968
8926
|
MonitoringAlertName: NotRequired[str]
|
|
8969
8927
|
SortBy: NotRequired[MonitoringAlertHistorySortKeyType]
|
|
@@ -8974,12 +8932,12 @@ class ListMonitoringAlertHistoryRequestListMonitoringAlertHistoryPaginateTypeDef
|
|
|
8974
8932
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8975
8933
|
|
|
8976
8934
|
|
|
8977
|
-
class
|
|
8935
|
+
class ListMonitoringAlertsRequestPaginateTypeDef(TypedDict):
|
|
8978
8936
|
MonitoringScheduleName: str
|
|
8979
8937
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8980
8938
|
|
|
8981
8939
|
|
|
8982
|
-
class
|
|
8940
|
+
class ListMonitoringExecutionsRequestPaginateTypeDef(TypedDict):
|
|
8983
8941
|
MonitoringScheduleName: NotRequired[str]
|
|
8984
8942
|
EndpointName: NotRequired[str]
|
|
8985
8943
|
SortBy: NotRequired[MonitoringExecutionSortKeyType]
|
|
@@ -8996,7 +8954,7 @@ class ListMonitoringExecutionsRequestListMonitoringExecutionsPaginateTypeDef(Typ
|
|
|
8996
8954
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8997
8955
|
|
|
8998
8956
|
|
|
8999
|
-
class
|
|
8957
|
+
class ListMonitoringSchedulesRequestPaginateTypeDef(TypedDict):
|
|
9000
8958
|
EndpointName: NotRequired[str]
|
|
9001
8959
|
SortBy: NotRequired[MonitoringScheduleSortKeyType]
|
|
9002
8960
|
SortOrder: NotRequired[SortOrderType]
|
|
@@ -9011,9 +8969,7 @@ class ListMonitoringSchedulesRequestListMonitoringSchedulesPaginateTypeDef(Typed
|
|
|
9011
8969
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9012
8970
|
|
|
9013
8971
|
|
|
9014
|
-
class
|
|
9015
|
-
TypedDict
|
|
9016
|
-
):
|
|
8972
|
+
class ListNotebookInstanceLifecycleConfigsInputPaginateTypeDef(TypedDict):
|
|
9017
8973
|
SortBy: NotRequired[NotebookInstanceLifecycleConfigSortKeyType]
|
|
9018
8974
|
SortOrder: NotRequired[NotebookInstanceLifecycleConfigSortOrderType]
|
|
9019
8975
|
NameContains: NotRequired[str]
|
|
@@ -9024,7 +8980,7 @@ class ListNotebookInstanceLifecycleConfigsInputListNotebookInstanceLifecycleConf
|
|
|
9024
8980
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9025
8981
|
|
|
9026
8982
|
|
|
9027
|
-
class
|
|
8983
|
+
class ListNotebookInstancesInputPaginateTypeDef(TypedDict):
|
|
9028
8984
|
SortBy: NotRequired[NotebookInstanceSortKeyType]
|
|
9029
8985
|
SortOrder: NotRequired[NotebookInstanceSortOrderType]
|
|
9030
8986
|
NameContains: NotRequired[str]
|
|
@@ -9039,7 +8995,7 @@ class ListNotebookInstancesInputListNotebookInstancesPaginateTypeDef(TypedDict):
|
|
|
9039
8995
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9040
8996
|
|
|
9041
8997
|
|
|
9042
|
-
class
|
|
8998
|
+
class ListOptimizationJobsRequestPaginateTypeDef(TypedDict):
|
|
9043
8999
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
9044
9000
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
9045
9001
|
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -9052,17 +9008,17 @@ class ListOptimizationJobsRequestListOptimizationJobsPaginateTypeDef(TypedDict):
|
|
|
9052
9008
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9053
9009
|
|
|
9054
9010
|
|
|
9055
|
-
class
|
|
9011
|
+
class ListPartnerAppsRequestPaginateTypeDef(TypedDict):
|
|
9056
9012
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9057
9013
|
|
|
9058
9014
|
|
|
9059
|
-
class
|
|
9015
|
+
class ListPipelineExecutionStepsRequestPaginateTypeDef(TypedDict):
|
|
9060
9016
|
PipelineExecutionArn: NotRequired[str]
|
|
9061
9017
|
SortOrder: NotRequired[SortOrderType]
|
|
9062
9018
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9063
9019
|
|
|
9064
9020
|
|
|
9065
|
-
class
|
|
9021
|
+
class ListPipelineExecutionsRequestPaginateTypeDef(TypedDict):
|
|
9066
9022
|
PipelineName: str
|
|
9067
9023
|
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
9068
9024
|
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
@@ -9071,14 +9027,12 @@ class ListPipelineExecutionsRequestListPipelineExecutionsPaginateTypeDef(TypedDi
|
|
|
9071
9027
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9072
9028
|
|
|
9073
9029
|
|
|
9074
|
-
class
|
|
9075
|
-
TypedDict
|
|
9076
|
-
):
|
|
9030
|
+
class ListPipelineParametersForExecutionRequestPaginateTypeDef(TypedDict):
|
|
9077
9031
|
PipelineExecutionArn: str
|
|
9078
9032
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9079
9033
|
|
|
9080
9034
|
|
|
9081
|
-
class
|
|
9035
|
+
class ListPipelinesRequestPaginateTypeDef(TypedDict):
|
|
9082
9036
|
PipelineNamePrefix: NotRequired[str]
|
|
9083
9037
|
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
9084
9038
|
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
@@ -9087,7 +9041,7 @@ class ListPipelinesRequestListPipelinesPaginateTypeDef(TypedDict):
|
|
|
9087
9041
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9088
9042
|
|
|
9089
9043
|
|
|
9090
|
-
class
|
|
9044
|
+
class ListProcessingJobsRequestPaginateTypeDef(TypedDict):
|
|
9091
9045
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
9092
9046
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
9093
9047
|
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -9099,7 +9053,7 @@ class ListProcessingJobsRequestListProcessingJobsPaginateTypeDef(TypedDict):
|
|
|
9099
9053
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9100
9054
|
|
|
9101
9055
|
|
|
9102
|
-
class
|
|
9056
|
+
class ListResourceCatalogsRequestPaginateTypeDef(TypedDict):
|
|
9103
9057
|
NameContains: NotRequired[str]
|
|
9104
9058
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
9105
9059
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
@@ -9108,7 +9062,7 @@ class ListResourceCatalogsRequestListResourceCatalogsPaginateTypeDef(TypedDict):
|
|
|
9108
9062
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9109
9063
|
|
|
9110
9064
|
|
|
9111
|
-
class
|
|
9065
|
+
class ListSpacesRequestPaginateTypeDef(TypedDict):
|
|
9112
9066
|
SortOrder: NotRequired[SortOrderType]
|
|
9113
9067
|
SortBy: NotRequired[SpaceSortKeyType]
|
|
9114
9068
|
DomainIdEquals: NotRequired[str]
|
|
@@ -9116,14 +9070,14 @@ class ListSpacesRequestListSpacesPaginateTypeDef(TypedDict):
|
|
|
9116
9070
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9117
9071
|
|
|
9118
9072
|
|
|
9119
|
-
class
|
|
9073
|
+
class ListStageDevicesRequestPaginateTypeDef(TypedDict):
|
|
9120
9074
|
EdgeDeploymentPlanName: str
|
|
9121
9075
|
StageName: str
|
|
9122
9076
|
ExcludeDevicesDeployedInOtherStage: NotRequired[bool]
|
|
9123
9077
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9124
9078
|
|
|
9125
9079
|
|
|
9126
|
-
class
|
|
9080
|
+
class ListStudioLifecycleConfigsRequestPaginateTypeDef(TypedDict):
|
|
9127
9081
|
NameContains: NotRequired[str]
|
|
9128
9082
|
AppTypeEquals: NotRequired[StudioLifecycleConfigAppTypeType]
|
|
9129
9083
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
@@ -9135,19 +9089,17 @@ class ListStudioLifecycleConfigsRequestListStudioLifecycleConfigsPaginateTypeDef
|
|
|
9135
9089
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9136
9090
|
|
|
9137
9091
|
|
|
9138
|
-
class
|
|
9092
|
+
class ListSubscribedWorkteamsRequestPaginateTypeDef(TypedDict):
|
|
9139
9093
|
NameContains: NotRequired[str]
|
|
9140
9094
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9141
9095
|
|
|
9142
9096
|
|
|
9143
|
-
class
|
|
9097
|
+
class ListTagsInputPaginateTypeDef(TypedDict):
|
|
9144
9098
|
ResourceArn: str
|
|
9145
9099
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9146
9100
|
|
|
9147
9101
|
|
|
9148
|
-
class
|
|
9149
|
-
TypedDict
|
|
9150
|
-
):
|
|
9102
|
+
class ListTrainingJobsForHyperParameterTuningJobRequestPaginateTypeDef(TypedDict):
|
|
9151
9103
|
HyperParameterTuningJobName: str
|
|
9152
9104
|
StatusEquals: NotRequired[TrainingJobStatusType]
|
|
9153
9105
|
SortBy: NotRequired[TrainingJobSortByOptionsType]
|
|
@@ -9155,7 +9107,7 @@ class ListTrainingJobsForHyperParameterTuningJobRequestListTrainingJobsForHyperP
|
|
|
9155
9107
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9156
9108
|
|
|
9157
9109
|
|
|
9158
|
-
class
|
|
9110
|
+
class ListTrainingJobsRequestPaginateTypeDef(TypedDict):
|
|
9159
9111
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
9160
9112
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
9161
9113
|
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -9169,7 +9121,7 @@ class ListTrainingJobsRequestListTrainingJobsPaginateTypeDef(TypedDict):
|
|
|
9169
9121
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9170
9122
|
|
|
9171
9123
|
|
|
9172
|
-
class
|
|
9124
|
+
class ListTransformJobsRequestPaginateTypeDef(TypedDict):
|
|
9173
9125
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
9174
9126
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
9175
9127
|
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -9181,7 +9133,7 @@ class ListTransformJobsRequestListTransformJobsPaginateTypeDef(TypedDict):
|
|
|
9181
9133
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9182
9134
|
|
|
9183
9135
|
|
|
9184
|
-
class
|
|
9136
|
+
class ListTrialComponentsRequestPaginateTypeDef(TypedDict):
|
|
9185
9137
|
ExperimentName: NotRequired[str]
|
|
9186
9138
|
TrialName: NotRequired[str]
|
|
9187
9139
|
SourceArn: NotRequired[str]
|
|
@@ -9192,7 +9144,7 @@ class ListTrialComponentsRequestListTrialComponentsPaginateTypeDef(TypedDict):
|
|
|
9192
9144
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9193
9145
|
|
|
9194
9146
|
|
|
9195
|
-
class
|
|
9147
|
+
class ListTrialsRequestPaginateTypeDef(TypedDict):
|
|
9196
9148
|
ExperimentName: NotRequired[str]
|
|
9197
9149
|
TrialComponentName: NotRequired[str]
|
|
9198
9150
|
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
@@ -9202,7 +9154,7 @@ class ListTrialsRequestListTrialsPaginateTypeDef(TypedDict):
|
|
|
9202
9154
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9203
9155
|
|
|
9204
9156
|
|
|
9205
|
-
class
|
|
9157
|
+
class ListUserProfilesRequestPaginateTypeDef(TypedDict):
|
|
9206
9158
|
SortOrder: NotRequired[SortOrderType]
|
|
9207
9159
|
SortBy: NotRequired[UserProfileSortKeyType]
|
|
9208
9160
|
DomainIdEquals: NotRequired[str]
|
|
@@ -9210,14 +9162,14 @@ class ListUserProfilesRequestListUserProfilesPaginateTypeDef(TypedDict):
|
|
|
9210
9162
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9211
9163
|
|
|
9212
9164
|
|
|
9213
|
-
class
|
|
9165
|
+
class ListWorkforcesRequestPaginateTypeDef(TypedDict):
|
|
9214
9166
|
SortBy: NotRequired[ListWorkforcesSortByOptionsType]
|
|
9215
9167
|
SortOrder: NotRequired[SortOrderType]
|
|
9216
9168
|
NameContains: NotRequired[str]
|
|
9217
9169
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9218
9170
|
|
|
9219
9171
|
|
|
9220
|
-
class
|
|
9172
|
+
class ListWorkteamsRequestPaginateTypeDef(TypedDict):
|
|
9221
9173
|
SortBy: NotRequired[ListWorkteamsSortByOptionsType]
|
|
9222
9174
|
SortOrder: NotRequired[SortOrderType]
|
|
9223
9175
|
NameContains: NotRequired[str]
|
|
@@ -9225,156 +9177,156 @@ class ListWorkteamsRequestListWorkteamsPaginateTypeDef(TypedDict):
|
|
|
9225
9177
|
|
|
9226
9178
|
|
|
9227
9179
|
class ListDataQualityJobDefinitionsResponseTypeDef(TypedDict):
|
|
9228
|
-
JobDefinitionSummaries:
|
|
9180
|
+
JobDefinitionSummaries: list[MonitoringJobDefinitionSummaryTypeDef]
|
|
9229
9181
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9230
9182
|
NextToken: NotRequired[str]
|
|
9231
9183
|
|
|
9232
9184
|
|
|
9233
9185
|
class ListModelBiasJobDefinitionsResponseTypeDef(TypedDict):
|
|
9234
|
-
JobDefinitionSummaries:
|
|
9186
|
+
JobDefinitionSummaries: list[MonitoringJobDefinitionSummaryTypeDef]
|
|
9235
9187
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9236
9188
|
NextToken: NotRequired[str]
|
|
9237
9189
|
|
|
9238
9190
|
|
|
9239
9191
|
class ListModelExplainabilityJobDefinitionsResponseTypeDef(TypedDict):
|
|
9240
|
-
JobDefinitionSummaries:
|
|
9192
|
+
JobDefinitionSummaries: list[MonitoringJobDefinitionSummaryTypeDef]
|
|
9241
9193
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9242
9194
|
NextToken: NotRequired[str]
|
|
9243
9195
|
|
|
9244
9196
|
|
|
9245
9197
|
class ListModelQualityJobDefinitionsResponseTypeDef(TypedDict):
|
|
9246
|
-
JobDefinitionSummaries:
|
|
9198
|
+
JobDefinitionSummaries: list[MonitoringJobDefinitionSummaryTypeDef]
|
|
9247
9199
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9248
9200
|
NextToken: NotRequired[str]
|
|
9249
9201
|
|
|
9250
9202
|
|
|
9251
9203
|
class ListMlflowTrackingServersResponseTypeDef(TypedDict):
|
|
9252
|
-
TrackingServerSummaries:
|
|
9204
|
+
TrackingServerSummaries: list[TrackingServerSummaryTypeDef]
|
|
9253
9205
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9254
9206
|
NextToken: NotRequired[str]
|
|
9255
9207
|
|
|
9256
9208
|
|
|
9257
9209
|
class ListModelCardExportJobsResponseTypeDef(TypedDict):
|
|
9258
|
-
ModelCardExportJobSummaries:
|
|
9210
|
+
ModelCardExportJobSummaries: list[ModelCardExportJobSummaryTypeDef]
|
|
9259
9211
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9260
9212
|
NextToken: NotRequired[str]
|
|
9261
9213
|
|
|
9262
9214
|
|
|
9263
9215
|
class ListModelCardVersionsResponseTypeDef(TypedDict):
|
|
9264
|
-
ModelCardVersionSummaryList:
|
|
9216
|
+
ModelCardVersionSummaryList: list[ModelCardVersionSummaryTypeDef]
|
|
9265
9217
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9266
9218
|
NextToken: NotRequired[str]
|
|
9267
9219
|
|
|
9268
9220
|
|
|
9269
9221
|
class ListModelCardsResponseTypeDef(TypedDict):
|
|
9270
|
-
ModelCardSummaries:
|
|
9222
|
+
ModelCardSummaries: list[ModelCardSummaryTypeDef]
|
|
9271
9223
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9272
9224
|
NextToken: NotRequired[str]
|
|
9273
9225
|
|
|
9274
9226
|
|
|
9275
9227
|
class ListModelMetadataResponseTypeDef(TypedDict):
|
|
9276
|
-
ModelMetadataSummaries:
|
|
9228
|
+
ModelMetadataSummaries: list[ModelMetadataSummaryTypeDef]
|
|
9277
9229
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9278
9230
|
NextToken: NotRequired[str]
|
|
9279
9231
|
|
|
9280
9232
|
|
|
9281
9233
|
class ListModelPackageGroupsOutputTypeDef(TypedDict):
|
|
9282
|
-
ModelPackageGroupSummaryList:
|
|
9234
|
+
ModelPackageGroupSummaryList: list[ModelPackageGroupSummaryTypeDef]
|
|
9283
9235
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9284
9236
|
NextToken: NotRequired[str]
|
|
9285
9237
|
|
|
9286
9238
|
|
|
9287
9239
|
class ListModelPackagesOutputTypeDef(TypedDict):
|
|
9288
|
-
ModelPackageSummaryList:
|
|
9240
|
+
ModelPackageSummaryList: list[ModelPackageSummaryTypeDef]
|
|
9289
9241
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9290
9242
|
NextToken: NotRequired[str]
|
|
9291
9243
|
|
|
9292
9244
|
|
|
9293
9245
|
class ListModelsOutputTypeDef(TypedDict):
|
|
9294
|
-
Models:
|
|
9246
|
+
Models: list[ModelSummaryTypeDef]
|
|
9295
9247
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9296
9248
|
NextToken: NotRequired[str]
|
|
9297
9249
|
|
|
9298
9250
|
|
|
9299
9251
|
class ListMonitoringAlertHistoryResponseTypeDef(TypedDict):
|
|
9300
|
-
MonitoringAlertHistory:
|
|
9252
|
+
MonitoringAlertHistory: list[MonitoringAlertHistorySummaryTypeDef]
|
|
9301
9253
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9302
9254
|
NextToken: NotRequired[str]
|
|
9303
9255
|
|
|
9304
9256
|
|
|
9305
9257
|
class ListMonitoringSchedulesResponseTypeDef(TypedDict):
|
|
9306
|
-
MonitoringScheduleSummaries:
|
|
9258
|
+
MonitoringScheduleSummaries: list[MonitoringScheduleSummaryTypeDef]
|
|
9307
9259
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9308
9260
|
NextToken: NotRequired[str]
|
|
9309
9261
|
|
|
9310
9262
|
|
|
9311
9263
|
class ListNotebookInstanceLifecycleConfigsOutputTypeDef(TypedDict):
|
|
9312
|
-
NotebookInstanceLifecycleConfigs:
|
|
9264
|
+
NotebookInstanceLifecycleConfigs: list[NotebookInstanceLifecycleConfigSummaryTypeDef]
|
|
9313
9265
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9314
9266
|
NextToken: NotRequired[str]
|
|
9315
9267
|
|
|
9316
9268
|
|
|
9317
9269
|
class ListNotebookInstancesOutputTypeDef(TypedDict):
|
|
9318
|
-
NotebookInstances:
|
|
9270
|
+
NotebookInstances: list[NotebookInstanceSummaryTypeDef]
|
|
9319
9271
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9320
9272
|
NextToken: NotRequired[str]
|
|
9321
9273
|
|
|
9322
9274
|
|
|
9323
9275
|
class ListOptimizationJobsResponseTypeDef(TypedDict):
|
|
9324
|
-
OptimizationJobSummaries:
|
|
9276
|
+
OptimizationJobSummaries: list[OptimizationJobSummaryTypeDef]
|
|
9325
9277
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9326
9278
|
NextToken: NotRequired[str]
|
|
9327
9279
|
|
|
9328
9280
|
|
|
9329
9281
|
class ListPartnerAppsResponseTypeDef(TypedDict):
|
|
9330
|
-
Summaries:
|
|
9282
|
+
Summaries: list[PartnerAppSummaryTypeDef]
|
|
9331
9283
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9332
9284
|
NextToken: NotRequired[str]
|
|
9333
9285
|
|
|
9334
9286
|
|
|
9335
9287
|
class ListPipelineExecutionsResponseTypeDef(TypedDict):
|
|
9336
|
-
PipelineExecutionSummaries:
|
|
9288
|
+
PipelineExecutionSummaries: list[PipelineExecutionSummaryTypeDef]
|
|
9337
9289
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9338
9290
|
NextToken: NotRequired[str]
|
|
9339
9291
|
|
|
9340
9292
|
|
|
9341
9293
|
class ListPipelineParametersForExecutionResponseTypeDef(TypedDict):
|
|
9342
|
-
PipelineParameters:
|
|
9294
|
+
PipelineParameters: list[ParameterTypeDef]
|
|
9343
9295
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9344
9296
|
NextToken: NotRequired[str]
|
|
9345
9297
|
|
|
9346
9298
|
|
|
9347
9299
|
class ListPipelinesResponseTypeDef(TypedDict):
|
|
9348
|
-
PipelineSummaries:
|
|
9300
|
+
PipelineSummaries: list[PipelineSummaryTypeDef]
|
|
9349
9301
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9350
9302
|
NextToken: NotRequired[str]
|
|
9351
9303
|
|
|
9352
9304
|
|
|
9353
9305
|
class ListProcessingJobsResponseTypeDef(TypedDict):
|
|
9354
|
-
ProcessingJobSummaries:
|
|
9306
|
+
ProcessingJobSummaries: list[ProcessingJobSummaryTypeDef]
|
|
9355
9307
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9356
9308
|
NextToken: NotRequired[str]
|
|
9357
9309
|
|
|
9358
9310
|
|
|
9359
9311
|
class ListProjectsOutputTypeDef(TypedDict):
|
|
9360
|
-
ProjectSummaryList:
|
|
9312
|
+
ProjectSummaryList: list[ProjectSummaryTypeDef]
|
|
9361
9313
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9362
9314
|
NextToken: NotRequired[str]
|
|
9363
9315
|
|
|
9364
9316
|
|
|
9365
9317
|
class ListResourceCatalogsResponseTypeDef(TypedDict):
|
|
9366
|
-
ResourceCatalogs:
|
|
9318
|
+
ResourceCatalogs: list[ResourceCatalogTypeDef]
|
|
9367
9319
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9368
9320
|
NextToken: NotRequired[str]
|
|
9369
9321
|
|
|
9370
9322
|
|
|
9371
9323
|
class ListStudioLifecycleConfigsResponseTypeDef(TypedDict):
|
|
9372
|
-
StudioLifecycleConfigs:
|
|
9324
|
+
StudioLifecycleConfigs: list[StudioLifecycleConfigDetailsTypeDef]
|
|
9373
9325
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9374
9326
|
NextToken: NotRequired[str]
|
|
9375
9327
|
|
|
9376
9328
|
|
|
9377
|
-
class
|
|
9329
|
+
class ListTrainingPlansRequestPaginateTypeDef(TypedDict):
|
|
9378
9330
|
StartTimeAfter: NotRequired[TimestampTypeDef]
|
|
9379
9331
|
StartTimeBefore: NotRequired[TimestampTypeDef]
|
|
9380
9332
|
SortBy: NotRequired[TrainingPlanSortByType]
|
|
@@ -9394,13 +9346,13 @@ class ListTrainingPlansRequestRequestTypeDef(TypedDict):
|
|
|
9394
9346
|
|
|
9395
9347
|
|
|
9396
9348
|
class ListTransformJobsResponseTypeDef(TypedDict):
|
|
9397
|
-
TransformJobSummaries:
|
|
9349
|
+
TransformJobSummaries: list[TransformJobSummaryTypeDef]
|
|
9398
9350
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9399
9351
|
NextToken: NotRequired[str]
|
|
9400
9352
|
|
|
9401
9353
|
|
|
9402
9354
|
class ListUserProfilesResponseTypeDef(TypedDict):
|
|
9403
|
-
UserProfiles:
|
|
9355
|
+
UserProfiles: list[UserProfileDetailsTypeDef]
|
|
9404
9356
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9405
9357
|
NextToken: NotRequired[str]
|
|
9406
9358
|
|
|
@@ -9427,7 +9379,7 @@ class S3ModelDataSourceTypeDef(TypedDict):
|
|
|
9427
9379
|
class TextGenerationJobConfigOutputTypeDef(TypedDict):
|
|
9428
9380
|
CompletionCriteria: NotRequired[AutoMLJobCompletionCriteriaTypeDef]
|
|
9429
9381
|
BaseModelName: NotRequired[str]
|
|
9430
|
-
TextGenerationHyperParameters: NotRequired[
|
|
9382
|
+
TextGenerationHyperParameters: NotRequired[dict[str, str]]
|
|
9431
9383
|
ModelAccessConfig: NotRequired[ModelAccessConfigTypeDef]
|
|
9432
9384
|
|
|
9433
9385
|
|
|
@@ -9454,7 +9406,7 @@ class ModelInfrastructureConfigTypeDef(TypedDict):
|
|
|
9454
9406
|
|
|
9455
9407
|
class RecommendationJobStoppingConditionsOutputTypeDef(TypedDict):
|
|
9456
9408
|
MaxInvocations: NotRequired[int]
|
|
9457
|
-
ModelLatencyThresholds: NotRequired[
|
|
9409
|
+
ModelLatencyThresholds: NotRequired[list[ModelLatencyThresholdTypeDef]]
|
|
9458
9410
|
FlatInvocations: NotRequired[FlatInvocationsType]
|
|
9459
9411
|
|
|
9460
9412
|
|
|
@@ -9469,8 +9421,8 @@ class ModelMetadataSearchExpressionTypeDef(TypedDict):
|
|
|
9469
9421
|
|
|
9470
9422
|
|
|
9471
9423
|
class ModelPackageStatusDetailsTypeDef(TypedDict):
|
|
9472
|
-
ValidationStatuses:
|
|
9473
|
-
ImageScanStatuses: NotRequired[
|
|
9424
|
+
ValidationStatuses: list[ModelPackageStatusItemTypeDef]
|
|
9425
|
+
ImageScanStatuses: NotRequired[list[ModelPackageStatusItemTypeDef]]
|
|
9474
9426
|
|
|
9475
9427
|
|
|
9476
9428
|
ModelQuantizationConfigUnionTypeDef = Union[
|
|
@@ -9499,7 +9451,7 @@ class MonitoringResourcesTypeDef(TypedDict):
|
|
|
9499
9451
|
class MonitoringDatasetFormatOutputTypeDef(TypedDict):
|
|
9500
9452
|
Csv: NotRequired[MonitoringCsvDatasetFormatTypeDef]
|
|
9501
9453
|
Json: NotRequired[MonitoringJsonDatasetFormatTypeDef]
|
|
9502
|
-
Parquet: NotRequired[
|
|
9454
|
+
Parquet: NotRequired[dict[str, Any]]
|
|
9503
9455
|
|
|
9504
9456
|
|
|
9505
9457
|
class MonitoringDatasetFormatTypeDef(TypedDict):
|
|
@@ -9550,14 +9502,14 @@ class OutputConfigTypeDef(TypedDict):
|
|
|
9550
9502
|
|
|
9551
9503
|
class PendingProductionVariantSummaryTypeDef(TypedDict):
|
|
9552
9504
|
VariantName: str
|
|
9553
|
-
DeployedImages: NotRequired[
|
|
9505
|
+
DeployedImages: NotRequired[list[DeployedImageTypeDef]]
|
|
9554
9506
|
CurrentWeight: NotRequired[float]
|
|
9555
9507
|
DesiredWeight: NotRequired[float]
|
|
9556
9508
|
CurrentInstanceCount: NotRequired[int]
|
|
9557
9509
|
DesiredInstanceCount: NotRequired[int]
|
|
9558
9510
|
InstanceType: NotRequired[ProductionVariantInstanceTypeType]
|
|
9559
9511
|
AcceleratorType: NotRequired[ProductionVariantAcceleratorTypeType]
|
|
9560
|
-
VariantStatus: NotRequired[
|
|
9512
|
+
VariantStatus: NotRequired[list[ProductionVariantStatusTypeDef]]
|
|
9561
9513
|
CurrentServerlessConfig: NotRequired[ProductionVariantServerlessConfigTypeDef]
|
|
9562
9514
|
DesiredServerlessConfig: NotRequired[ProductionVariantServerlessConfigTypeDef]
|
|
9563
9515
|
ManagedInstanceScaling: NotRequired[ProductionVariantManagedInstanceScalingTypeDef]
|
|
@@ -9566,12 +9518,12 @@ class PendingProductionVariantSummaryTypeDef(TypedDict):
|
|
|
9566
9518
|
|
|
9567
9519
|
class ProductionVariantSummaryTypeDef(TypedDict):
|
|
9568
9520
|
VariantName: str
|
|
9569
|
-
DeployedImages: NotRequired[
|
|
9521
|
+
DeployedImages: NotRequired[list[DeployedImageTypeDef]]
|
|
9570
9522
|
CurrentWeight: NotRequired[float]
|
|
9571
9523
|
DesiredWeight: NotRequired[float]
|
|
9572
9524
|
CurrentInstanceCount: NotRequired[int]
|
|
9573
9525
|
DesiredInstanceCount: NotRequired[int]
|
|
9574
|
-
VariantStatus: NotRequired[
|
|
9526
|
+
VariantStatus: NotRequired[list[ProductionVariantStatusTypeDef]]
|
|
9575
9527
|
CurrentServerlessConfig: NotRequired[ProductionVariantServerlessConfigTypeDef]
|
|
9576
9528
|
DesiredServerlessConfig: NotRequired[ProductionVariantServerlessConfigTypeDef]
|
|
9577
9529
|
ManagedInstanceScaling: NotRequired[ProductionVariantManagedInstanceScalingTypeDef]
|
|
@@ -9579,7 +9531,7 @@ class ProductionVariantSummaryTypeDef(TypedDict):
|
|
|
9579
9531
|
|
|
9580
9532
|
|
|
9581
9533
|
class SchedulerConfigOutputTypeDef(TypedDict):
|
|
9582
|
-
PriorityClasses: NotRequired[
|
|
9534
|
+
PriorityClasses: NotRequired[list[PriorityClassTypeDef]]
|
|
9583
9535
|
FairShare: NotRequired[FairShareType]
|
|
9584
9536
|
|
|
9585
9537
|
|
|
@@ -9630,7 +9582,7 @@ class ServiceCatalogProvisioningDetailsOutputTypeDef(TypedDict):
|
|
|
9630
9582
|
ProductId: str
|
|
9631
9583
|
ProvisioningArtifactId: NotRequired[str]
|
|
9632
9584
|
PathId: NotRequired[str]
|
|
9633
|
-
ProvisioningParameters: NotRequired[
|
|
9585
|
+
ProvisioningParameters: NotRequired[list[ProvisioningParameterTypeDef]]
|
|
9634
9586
|
|
|
9635
9587
|
|
|
9636
9588
|
class ServiceCatalogProvisioningDetailsTypeDef(TypedDict):
|
|
@@ -9650,8 +9602,8 @@ class PublicWorkforceTaskPriceTypeDef(TypedDict):
|
|
|
9650
9602
|
|
|
9651
9603
|
|
|
9652
9604
|
class QueryLineageResponseTypeDef(TypedDict):
|
|
9653
|
-
Vertices:
|
|
9654
|
-
Edges:
|
|
9605
|
+
Vertices: list[VertexTypeDef]
|
|
9606
|
+
Edges: list[EdgeTypeDef]
|
|
9655
9607
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9656
9608
|
NextToken: NotRequired[str]
|
|
9657
9609
|
|
|
@@ -9668,10 +9620,10 @@ class RecommendationJobContainerConfigOutputTypeDef(TypedDict):
|
|
|
9668
9620
|
FrameworkVersion: NotRequired[str]
|
|
9669
9621
|
PayloadConfig: NotRequired[RecommendationJobPayloadConfigOutputTypeDef]
|
|
9670
9622
|
NearestModelName: NotRequired[str]
|
|
9671
|
-
SupportedInstanceTypes: NotRequired[
|
|
9623
|
+
SupportedInstanceTypes: NotRequired[list[str]]
|
|
9672
9624
|
SupportedEndpointType: NotRequired[RecommendationJobSupportedEndpointTypeType]
|
|
9673
9625
|
DataInputConfig: NotRequired[str]
|
|
9674
|
-
SupportedResponseMIMETypes: NotRequired[
|
|
9626
|
+
SupportedResponseMIMETypes: NotRequired[list[str]]
|
|
9675
9627
|
|
|
9676
9628
|
|
|
9677
9629
|
RecommendationJobPayloadConfigUnionTypeDef = Union[
|
|
@@ -9691,20 +9643,20 @@ class RenderUiTemplateRequestRequestTypeDef(TypedDict):
|
|
|
9691
9643
|
|
|
9692
9644
|
class RenderUiTemplateResponseTypeDef(TypedDict):
|
|
9693
9645
|
RenderedContent: str
|
|
9694
|
-
Errors:
|
|
9646
|
+
Errors: list[RenderingErrorTypeDef]
|
|
9695
9647
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9696
9648
|
|
|
9697
9649
|
|
|
9698
9650
|
class TrainingPlanOfferingTypeDef(TypedDict):
|
|
9699
9651
|
TrainingPlanOfferingId: str
|
|
9700
|
-
TargetResources:
|
|
9652
|
+
TargetResources: list[SageMakerResourceNameType]
|
|
9701
9653
|
RequestedStartTimeAfter: NotRequired[datetime]
|
|
9702
9654
|
RequestedEndTimeBefore: NotRequired[datetime]
|
|
9703
9655
|
DurationHours: NotRequired[int]
|
|
9704
9656
|
DurationMinutes: NotRequired[int]
|
|
9705
9657
|
UpfrontFee: NotRequired[str]
|
|
9706
9658
|
CurrencyCode: NotRequired[str]
|
|
9707
|
-
ReservedCapacityOfferings: NotRequired[
|
|
9659
|
+
ReservedCapacityOfferings: NotRequired[list[ReservedCapacityOfferingTypeDef]]
|
|
9708
9660
|
|
|
9709
9661
|
|
|
9710
9662
|
class UpdateTrainingJobRequestRequestTypeDef(TypedDict):
|
|
@@ -9719,7 +9671,7 @@ S3DataSourceUnionTypeDef = Union[S3DataSourceTypeDef, S3DataSourceOutputTypeDef]
|
|
|
9719
9671
|
|
|
9720
9672
|
|
|
9721
9673
|
class SelectiveExecutionConfigOutputTypeDef(TypedDict):
|
|
9722
|
-
SelectedSteps:
|
|
9674
|
+
SelectedSteps: list[SelectedStepTypeDef]
|
|
9723
9675
|
SourcePipelineExecutionArn: NotRequired[str]
|
|
9724
9676
|
|
|
9725
9677
|
|
|
@@ -9730,7 +9682,7 @@ class SelectiveExecutionConfigTypeDef(TypedDict):
|
|
|
9730
9682
|
|
|
9731
9683
|
class ShadowModeConfigOutputTypeDef(TypedDict):
|
|
9732
9684
|
SourceModelVariantName: str
|
|
9733
|
-
ShadowModelVariants:
|
|
9685
|
+
ShadowModelVariants: list[ShadowModelVariantConfigTypeDef]
|
|
9734
9686
|
|
|
9735
9687
|
|
|
9736
9688
|
class ShadowModeConfigTypeDef(TypedDict):
|
|
@@ -9744,7 +9696,7 @@ class SpaceAppLifecycleManagementTypeDef(TypedDict):
|
|
|
9744
9696
|
|
|
9745
9697
|
class TrafficPatternOutputTypeDef(TypedDict):
|
|
9746
9698
|
TrafficType: NotRequired[TrafficTypeType]
|
|
9747
|
-
Phases: NotRequired[
|
|
9699
|
+
Phases: NotRequired[list[PhaseTypeDef]]
|
|
9748
9700
|
Stairs: NotRequired[StairsTypeDef]
|
|
9749
9701
|
|
|
9750
9702
|
|
|
@@ -9784,7 +9736,7 @@ class WorkforceTypeDef(TypedDict):
|
|
|
9784
9736
|
|
|
9785
9737
|
|
|
9786
9738
|
class ListActionsResponseTypeDef(TypedDict):
|
|
9787
|
-
ActionSummaries:
|
|
9739
|
+
ActionSummaries: list[ActionSummaryTypeDef]
|
|
9788
9740
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9789
9741
|
NextToken: NotRequired[str]
|
|
9790
9742
|
|
|
@@ -9796,13 +9748,13 @@ HyperParameterAlgorithmSpecificationUnionTypeDef = Union[
|
|
|
9796
9748
|
|
|
9797
9749
|
|
|
9798
9750
|
class ListAppsResponseTypeDef(TypedDict):
|
|
9799
|
-
Apps:
|
|
9751
|
+
Apps: list[AppDetailsTypeDef]
|
|
9800
9752
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9801
9753
|
NextToken: NotRequired[str]
|
|
9802
9754
|
|
|
9803
9755
|
|
|
9804
9756
|
class DomainSettingsOutputTypeDef(TypedDict):
|
|
9805
|
-
SecurityGroupIds: NotRequired[
|
|
9757
|
+
SecurityGroupIds: NotRequired[list[str]]
|
|
9806
9758
|
RStudioServerProDomainSettings: NotRequired[RStudioServerProDomainSettingsTypeDef]
|
|
9807
9759
|
ExecutionRoleIdentityConfig: NotRequired[ExecutionRoleIdentityConfigType]
|
|
9808
9760
|
DockerSettings: NotRequired[DockerSettingsOutputTypeDef]
|
|
@@ -9811,8 +9763,8 @@ class DomainSettingsOutputTypeDef(TypedDict):
|
|
|
9811
9763
|
|
|
9812
9764
|
class CodeEditorAppSettingsOutputTypeDef(TypedDict):
|
|
9813
9765
|
DefaultResourceSpec: NotRequired[ResourceSpecTypeDef]
|
|
9814
|
-
CustomImages: NotRequired[
|
|
9815
|
-
LifecycleConfigArns: NotRequired[
|
|
9766
|
+
CustomImages: NotRequired[list[CustomImageTypeDef]]
|
|
9767
|
+
LifecycleConfigArns: NotRequired[list[str]]
|
|
9816
9768
|
AppLifecycleManagement: NotRequired[AppLifecycleManagementTypeDef]
|
|
9817
9769
|
BuiltInLifecycleConfigArn: NotRequired[str]
|
|
9818
9770
|
|
|
@@ -9827,9 +9779,9 @@ class CodeEditorAppSettingsTypeDef(TypedDict):
|
|
|
9827
9779
|
|
|
9828
9780
|
class JupyterLabAppSettingsOutputTypeDef(TypedDict):
|
|
9829
9781
|
DefaultResourceSpec: NotRequired[ResourceSpecTypeDef]
|
|
9830
|
-
CustomImages: NotRequired[
|
|
9831
|
-
LifecycleConfigArns: NotRequired[
|
|
9832
|
-
CodeRepositories: NotRequired[
|
|
9782
|
+
CustomImages: NotRequired[list[CustomImageTypeDef]]
|
|
9783
|
+
LifecycleConfigArns: NotRequired[list[str]]
|
|
9784
|
+
CodeRepositories: NotRequired[list[CodeRepositoryTypeDef]]
|
|
9833
9785
|
AppLifecycleManagement: NotRequired[AppLifecycleManagementTypeDef]
|
|
9834
9786
|
EmrSettings: NotRequired[EmrSettingsOutputTypeDef]
|
|
9835
9787
|
BuiltInLifecycleConfigArn: NotRequired[str]
|
|
@@ -9887,9 +9839,9 @@ class TimeSeriesForecastingJobConfigOutputTypeDef(TypedDict):
|
|
|
9887
9839
|
TimeSeriesConfig: TimeSeriesConfigOutputTypeDef
|
|
9888
9840
|
FeatureSpecificationS3Uri: NotRequired[str]
|
|
9889
9841
|
CompletionCriteria: NotRequired[AutoMLJobCompletionCriteriaTypeDef]
|
|
9890
|
-
ForecastQuantiles: NotRequired[
|
|
9842
|
+
ForecastQuantiles: NotRequired[list[str]]
|
|
9891
9843
|
Transformations: NotRequired[TimeSeriesTransformationsOutputTypeDef]
|
|
9892
|
-
HolidayConfig: NotRequired[
|
|
9844
|
+
HolidayConfig: NotRequired[list[HolidayConfigAttributesTypeDef]]
|
|
9893
9845
|
CandidateGenerationConfig: NotRequired[CandidateGenerationConfigOutputTypeDef]
|
|
9894
9846
|
|
|
9895
9847
|
|
|
@@ -9919,7 +9871,7 @@ class AutoMLJobChannelTypeDef(TypedDict):
|
|
|
9919
9871
|
|
|
9920
9872
|
|
|
9921
9873
|
class ListAutoMLJobsResponseTypeDef(TypedDict):
|
|
9922
|
-
AutoMLJobSummaries:
|
|
9874
|
+
AutoMLJobSummaries: list[AutoMLJobSummaryTypeDef]
|
|
9923
9875
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9924
9876
|
NextToken: NotRequired[str]
|
|
9925
9877
|
|
|
@@ -9973,17 +9925,17 @@ class PipelineExecutionStepMetadataTypeDef(TypedDict):
|
|
|
9973
9925
|
class AutoMLCandidateTypeDef(TypedDict):
|
|
9974
9926
|
CandidateName: str
|
|
9975
9927
|
ObjectiveStatus: ObjectiveStatusType
|
|
9976
|
-
CandidateSteps:
|
|
9928
|
+
CandidateSteps: list[AutoMLCandidateStepTypeDef]
|
|
9977
9929
|
CandidateStatus: CandidateStatusType
|
|
9978
9930
|
CreationTime: datetime
|
|
9979
9931
|
LastModifiedTime: datetime
|
|
9980
9932
|
FinalAutoMLJobObjectiveMetric: NotRequired[FinalAutoMLJobObjectiveMetricTypeDef]
|
|
9981
|
-
InferenceContainers: NotRequired[
|
|
9933
|
+
InferenceContainers: NotRequired[list[AutoMLContainerDefinitionTypeDef]]
|
|
9982
9934
|
EndTime: NotRequired[datetime]
|
|
9983
9935
|
FailureReason: NotRequired[str]
|
|
9984
9936
|
CandidateProperties: NotRequired[CandidatePropertiesTypeDef]
|
|
9985
9937
|
InferenceContainerDefinitions: NotRequired[
|
|
9986
|
-
|
|
9938
|
+
dict[AutoMLProcessingUnitType, list[AutoMLContainerDefinitionTypeDef]]
|
|
9987
9939
|
]
|
|
9988
9940
|
|
|
9989
9941
|
|
|
@@ -10057,8 +10009,8 @@ class ClusterInstanceGroupDetailsTypeDef(TypedDict):
|
|
|
10057
10009
|
LifeCycleConfig: NotRequired[ClusterLifeCycleConfigTypeDef]
|
|
10058
10010
|
ExecutionRole: NotRequired[str]
|
|
10059
10011
|
ThreadsPerCore: NotRequired[int]
|
|
10060
|
-
InstanceStorageConfigs: NotRequired[
|
|
10061
|
-
OnStartDeepHealthChecks: NotRequired[
|
|
10012
|
+
InstanceStorageConfigs: NotRequired[list[ClusterInstanceStorageConfigTypeDef]]
|
|
10013
|
+
OnStartDeepHealthChecks: NotRequired[list[DeepHealthCheckTypeType]]
|
|
10062
10014
|
Status: NotRequired[InstanceGroupStatusType]
|
|
10063
10015
|
TrainingPlanArn: NotRequired[str]
|
|
10064
10016
|
TrainingPlanStatus: NotRequired[str]
|
|
@@ -10074,7 +10026,7 @@ class ClusterNodeDetailsTypeDef(TypedDict):
|
|
|
10074
10026
|
LifeCycleConfig: NotRequired[ClusterLifeCycleConfigTypeDef]
|
|
10075
10027
|
OverrideVpcConfig: NotRequired[VpcConfigOutputTypeDef]
|
|
10076
10028
|
ThreadsPerCore: NotRequired[int]
|
|
10077
|
-
InstanceStorageConfigs: NotRequired[
|
|
10029
|
+
InstanceStorageConfigs: NotRequired[list[ClusterInstanceStorageConfigTypeDef]]
|
|
10078
10030
|
PrivatePrimaryIp: NotRequired[str]
|
|
10079
10031
|
PrivateDnsHostname: NotRequired[str]
|
|
10080
10032
|
Placement: NotRequired[ClusterInstancePlacementTypeDef]
|
|
@@ -10082,7 +10034,7 @@ class ClusterNodeDetailsTypeDef(TypedDict):
|
|
|
10082
10034
|
|
|
10083
10035
|
class ListClusterNodesResponseTypeDef(TypedDict):
|
|
10084
10036
|
NextToken: str
|
|
10085
|
-
ClusterNodeSummaries:
|
|
10037
|
+
ClusterNodeSummaries: list[ClusterNodeSummaryTypeDef]
|
|
10086
10038
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
10087
10039
|
|
|
10088
10040
|
|
|
@@ -10095,7 +10047,7 @@ RSessionAppSettingsUnionTypeDef = Union[
|
|
|
10095
10047
|
|
|
10096
10048
|
|
|
10097
10049
|
class ListCodeRepositoriesOutputTypeDef(TypedDict):
|
|
10098
|
-
CodeRepositorySummaryList:
|
|
10050
|
+
CodeRepositorySummaryList: list[CodeRepositorySummaryTypeDef]
|
|
10099
10051
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
10100
10052
|
NextToken: NotRequired[str]
|
|
10101
10053
|
|
|
@@ -10163,7 +10115,7 @@ class JupyterLabAppImageConfigTypeDef(TypedDict):
|
|
|
10163
10115
|
|
|
10164
10116
|
|
|
10165
10117
|
class ListContextsResponseTypeDef(TypedDict):
|
|
10166
|
-
ContextSummaries:
|
|
10118
|
+
ContextSummaries: list[ContextSummaryTypeDef]
|
|
10167
10119
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
10168
10120
|
NextToken: NotRequired[str]
|
|
10169
10121
|
|
|
@@ -10252,12 +10204,12 @@ InferenceComponentSpecificationSummaryTypeDef = TypedDict(
|
|
|
10252
10204
|
class DescribeEdgeDeploymentPlanResponseTypeDef(TypedDict):
|
|
10253
10205
|
EdgeDeploymentPlanArn: str
|
|
10254
10206
|
EdgeDeploymentPlanName: str
|
|
10255
|
-
ModelConfigs:
|
|
10207
|
+
ModelConfigs: list[EdgeDeploymentModelConfigTypeDef]
|
|
10256
10208
|
DeviceFleetName: str
|
|
10257
10209
|
EdgeDeploymentSuccess: int
|
|
10258
10210
|
EdgeDeploymentPending: int
|
|
10259
10211
|
EdgeDeploymentFailed: int
|
|
10260
|
-
Stages:
|
|
10212
|
+
Stages: list[DeploymentStageStatusSummaryTypeDef]
|
|
10261
10213
|
CreationTime: datetime
|
|
10262
10214
|
LastModifiedTime: datetime
|
|
10263
10215
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -10265,37 +10217,37 @@ class DescribeEdgeDeploymentPlanResponseTypeDef(TypedDict):
|
|
|
10265
10217
|
|
|
10266
10218
|
|
|
10267
10219
|
class ListExperimentsResponseTypeDef(TypedDict):
|
|
10268
|
-
ExperimentSummaries:
|
|
10220
|
+
ExperimentSummaries: list[ExperimentSummaryTypeDef]
|
|
10269
10221
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
10270
10222
|
NextToken: NotRequired[str]
|
|
10271
10223
|
|
|
10272
10224
|
|
|
10273
10225
|
class ListFeatureGroupsResponseTypeDef(TypedDict):
|
|
10274
|
-
FeatureGroupSummaries:
|
|
10226
|
+
FeatureGroupSummaries: list[FeatureGroupSummaryTypeDef]
|
|
10275
10227
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
10276
10228
|
NextToken: NotRequired[str]
|
|
10277
10229
|
|
|
10278
10230
|
|
|
10279
10231
|
class ListInferenceExperimentsResponseTypeDef(TypedDict):
|
|
10280
|
-
InferenceExperiments:
|
|
10232
|
+
InferenceExperiments: list[InferenceExperimentSummaryTypeDef]
|
|
10281
10233
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
10282
10234
|
NextToken: NotRequired[str]
|
|
10283
10235
|
|
|
10284
10236
|
|
|
10285
10237
|
class ListTrainingJobsResponseTypeDef(TypedDict):
|
|
10286
|
-
TrainingJobSummaries:
|
|
10238
|
+
TrainingJobSummaries: list[TrainingJobSummaryTypeDef]
|
|
10287
10239
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
10288
10240
|
NextToken: NotRequired[str]
|
|
10289
10241
|
|
|
10290
10242
|
|
|
10291
10243
|
class ListTrainingPlansResponseTypeDef(TypedDict):
|
|
10292
|
-
TrainingPlanSummaries:
|
|
10244
|
+
TrainingPlanSummaries: list[TrainingPlanSummaryTypeDef]
|
|
10293
10245
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
10294
10246
|
NextToken: NotRequired[str]
|
|
10295
10247
|
|
|
10296
10248
|
|
|
10297
10249
|
class ListTrialsResponseTypeDef(TypedDict):
|
|
10298
|
-
TrialSummaries:
|
|
10250
|
+
TrialSummaries: list[TrialSummaryTypeDef]
|
|
10299
10251
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
10300
10252
|
NextToken: NotRequired[str]
|
|
10301
10253
|
|
|
@@ -10312,7 +10264,7 @@ class DeploymentStageTypeDef(TypedDict):
|
|
|
10312
10264
|
|
|
10313
10265
|
|
|
10314
10266
|
class ListDevicesResponseTypeDef(TypedDict):
|
|
10315
|
-
DeviceSummaries:
|
|
10267
|
+
DeviceSummaries: list[DeviceSummaryTypeDef]
|
|
10316
10268
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
10317
10269
|
NextToken: NotRequired[str]
|
|
10318
10270
|
|
|
@@ -10391,7 +10343,7 @@ class SearchExpressionTypeDef(TypedDict):
|
|
|
10391
10343
|
|
|
10392
10344
|
|
|
10393
10345
|
class ListTrainingJobsForHyperParameterTuningJobResponseTypeDef(TypedDict):
|
|
10394
|
-
TrainingJobSummaries:
|
|
10346
|
+
TrainingJobSummaries: list[HyperParameterTrainingJobSummaryTypeDef]
|
|
10395
10347
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
10396
10348
|
NextToken: NotRequired[str]
|
|
10397
10349
|
|
|
@@ -10409,7 +10361,7 @@ HyperParameterTuningResourceConfigUnionTypeDef = Union[
|
|
|
10409
10361
|
|
|
10410
10362
|
|
|
10411
10363
|
class ListHyperParameterTuningJobsResponseTypeDef(TypedDict):
|
|
10412
|
-
HyperParameterTuningJobSummaries:
|
|
10364
|
+
HyperParameterTuningJobSummaries: list[HyperParameterTuningJobSummaryTypeDef]
|
|
10413
10365
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
10414
10366
|
NextToken: NotRequired[str]
|
|
10415
10367
|
|
|
@@ -10433,7 +10385,7 @@ class DescribeActionResponseTypeDef(TypedDict):
|
|
|
10433
10385
|
ActionType: str
|
|
10434
10386
|
Description: str
|
|
10435
10387
|
Status: ActionStatusType
|
|
10436
|
-
Properties:
|
|
10388
|
+
Properties: dict[str, str]
|
|
10437
10389
|
CreationTime: datetime
|
|
10438
10390
|
CreatedBy: UserContextTypeDef
|
|
10439
10391
|
LastModifiedTime: datetime
|
|
@@ -10448,7 +10400,7 @@ class DescribeArtifactResponseTypeDef(TypedDict):
|
|
|
10448
10400
|
ArtifactArn: str
|
|
10449
10401
|
Source: ArtifactSourceOutputTypeDef
|
|
10450
10402
|
ArtifactType: str
|
|
10451
|
-
Properties:
|
|
10403
|
+
Properties: dict[str, str]
|
|
10452
10404
|
CreationTime: datetime
|
|
10453
10405
|
CreatedBy: UserContextTypeDef
|
|
10454
10406
|
LastModifiedTime: datetime
|
|
@@ -10483,7 +10435,7 @@ class DescribeContextResponseTypeDef(TypedDict):
|
|
|
10483
10435
|
Source: ContextSourceTypeDef
|
|
10484
10436
|
ContextType: str
|
|
10485
10437
|
Description: str
|
|
10486
|
-
Properties:
|
|
10438
|
+
Properties: dict[str, str]
|
|
10487
10439
|
CreationTime: datetime
|
|
10488
10440
|
CreatedBy: UserContextTypeDef
|
|
10489
10441
|
LastModifiedTime: datetime
|
|
@@ -10590,13 +10542,13 @@ class DescribeTrialComponentResponseTypeDef(TypedDict):
|
|
|
10590
10542
|
CreatedBy: UserContextTypeDef
|
|
10591
10543
|
LastModifiedTime: datetime
|
|
10592
10544
|
LastModifiedBy: UserContextTypeDef
|
|
10593
|
-
Parameters:
|
|
10594
|
-
InputArtifacts:
|
|
10595
|
-
OutputArtifacts:
|
|
10545
|
+
Parameters: dict[str, TrialComponentParameterValueTypeDef]
|
|
10546
|
+
InputArtifacts: dict[str, TrialComponentArtifactTypeDef]
|
|
10547
|
+
OutputArtifacts: dict[str, TrialComponentArtifactTypeDef]
|
|
10596
10548
|
MetadataProperties: MetadataPropertiesTypeDef
|
|
10597
|
-
Metrics:
|
|
10549
|
+
Metrics: list[TrialComponentMetricSummaryTypeDef]
|
|
10598
10550
|
LineageGroupArn: str
|
|
10599
|
-
Sources:
|
|
10551
|
+
Sources: list[TrialComponentSourceTypeDef]
|
|
10600
10552
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
10601
10553
|
|
|
10602
10554
|
|
|
@@ -10624,7 +10576,7 @@ class ExperimentTypeDef(TypedDict):
|
|
|
10624
10576
|
CreatedBy: NotRequired[UserContextTypeDef]
|
|
10625
10577
|
LastModifiedTime: NotRequired[datetime]
|
|
10626
10578
|
LastModifiedBy: NotRequired[UserContextTypeDef]
|
|
10627
|
-
Tags: NotRequired[
|
|
10579
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
10628
10580
|
|
|
10629
10581
|
|
|
10630
10582
|
class ModelCardTypeDef(TypedDict):
|
|
@@ -10638,7 +10590,7 @@ class ModelCardTypeDef(TypedDict):
|
|
|
10638
10590
|
CreatedBy: NotRequired[UserContextTypeDef]
|
|
10639
10591
|
LastModifiedTime: NotRequired[datetime]
|
|
10640
10592
|
LastModifiedBy: NotRequired[UserContextTypeDef]
|
|
10641
|
-
Tags: NotRequired[
|
|
10593
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
10642
10594
|
ModelId: NotRequired[str]
|
|
10643
10595
|
RiskRating: NotRequired[str]
|
|
10644
10596
|
ModelPackageGroupName: NotRequired[str]
|
|
@@ -10654,7 +10606,7 @@ class ModelDashboardModelCardTypeDef(TypedDict):
|
|
|
10654
10606
|
CreatedBy: NotRequired[UserContextTypeDef]
|
|
10655
10607
|
LastModifiedTime: NotRequired[datetime]
|
|
10656
10608
|
LastModifiedBy: NotRequired[UserContextTypeDef]
|
|
10657
|
-
Tags: NotRequired[
|
|
10609
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
10658
10610
|
ModelId: NotRequired[str]
|
|
10659
10611
|
RiskRating: NotRequired[str]
|
|
10660
10612
|
|
|
@@ -10666,7 +10618,7 @@ class ModelPackageGroupTypeDef(TypedDict):
|
|
|
10666
10618
|
CreationTime: NotRequired[datetime]
|
|
10667
10619
|
CreatedBy: NotRequired[UserContextTypeDef]
|
|
10668
10620
|
ModelPackageGroupStatus: NotRequired[ModelPackageGroupStatusType]
|
|
10669
|
-
Tags: NotRequired[
|
|
10621
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
10670
10622
|
|
|
10671
10623
|
|
|
10672
10624
|
class PipelineTypeDef(TypedDict):
|
|
@@ -10682,7 +10634,7 @@ class PipelineTypeDef(TypedDict):
|
|
|
10682
10634
|
CreatedBy: NotRequired[UserContextTypeDef]
|
|
10683
10635
|
LastModifiedBy: NotRequired[UserContextTypeDef]
|
|
10684
10636
|
ParallelismConfiguration: NotRequired[ParallelismConfigurationTypeDef]
|
|
10685
|
-
Tags: NotRequired[
|
|
10637
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
10686
10638
|
|
|
10687
10639
|
|
|
10688
10640
|
class TrialComponentSimpleSummaryTypeDef(TypedDict):
|
|
@@ -10774,7 +10726,7 @@ class DescribeAppImageConfigResponseTypeDef(TypedDict):
|
|
|
10774
10726
|
|
|
10775
10727
|
|
|
10776
10728
|
class ListLabelingJobsForWorkteamResponseTypeDef(TypedDict):
|
|
10777
|
-
LabelingJobSummaryList:
|
|
10729
|
+
LabelingJobSummaryList: list[LabelingJobForWorkteamSummaryTypeDef]
|
|
10778
10730
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
10779
10731
|
NextToken: NotRequired[str]
|
|
10780
10732
|
|
|
@@ -10831,7 +10783,7 @@ class ModelVariantConfigTypeDef(TypedDict):
|
|
|
10831
10783
|
InfrastructureConfig: ModelInfrastructureConfigTypeDef
|
|
10832
10784
|
|
|
10833
10785
|
|
|
10834
|
-
class
|
|
10786
|
+
class ListModelMetadataRequestPaginateTypeDef(TypedDict):
|
|
10835
10787
|
SearchExpression: NotRequired[ModelMetadataSearchExpressionTypeDef]
|
|
10836
10788
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
10837
10789
|
|
|
@@ -10871,7 +10823,7 @@ MonitoringDatasetFormatUnionTypeDef = Union[
|
|
|
10871
10823
|
|
|
10872
10824
|
|
|
10873
10825
|
class MonitoringOutputConfigOutputTypeDef(TypedDict):
|
|
10874
|
-
MonitoringOutputs:
|
|
10826
|
+
MonitoringOutputs: list[MonitoringOutputTypeDef]
|
|
10875
10827
|
KmsKeyId: NotRequired[str]
|
|
10876
10828
|
|
|
10877
10829
|
|
|
@@ -10924,9 +10876,9 @@ class DescribeCompilationJobResponseTypeDef(TypedDict):
|
|
|
10924
10876
|
|
|
10925
10877
|
class PendingDeploymentSummaryTypeDef(TypedDict):
|
|
10926
10878
|
EndpointConfigName: str
|
|
10927
|
-
ProductionVariants: NotRequired[
|
|
10879
|
+
ProductionVariants: NotRequired[list[PendingProductionVariantSummaryTypeDef]]
|
|
10928
10880
|
StartTime: NotRequired[datetime]
|
|
10929
|
-
ShadowProductionVariants: NotRequired[
|
|
10881
|
+
ShadowProductionVariants: NotRequired[list[PendingProductionVariantSummaryTypeDef]]
|
|
10930
10882
|
|
|
10931
10883
|
|
|
10932
10884
|
class DescribeClusterSchedulerConfigResponseTypeDef(TypedDict):
|
|
@@ -10962,7 +10914,7 @@ class UpdateClusterSchedulerConfigRequestRequestTypeDef(TypedDict):
|
|
|
10962
10914
|
|
|
10963
10915
|
|
|
10964
10916
|
class ProcessingOutputConfigOutputTypeDef(TypedDict):
|
|
10965
|
-
Outputs:
|
|
10917
|
+
Outputs: list[ProcessingOutputTypeDef]
|
|
10966
10918
|
KmsKeyId: NotRequired[str]
|
|
10967
10919
|
|
|
10968
10920
|
|
|
@@ -11003,7 +10955,7 @@ class ProjectTypeDef(TypedDict):
|
|
|
11003
10955
|
ProjectStatus: NotRequired[ProjectStatusType]
|
|
11004
10956
|
CreatedBy: NotRequired[UserContextTypeDef]
|
|
11005
10957
|
CreationTime: NotRequired[datetime]
|
|
11006
|
-
Tags: NotRequired[
|
|
10958
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
11007
10959
|
LastModifiedTime: NotRequired[datetime]
|
|
11008
10960
|
LastModifiedBy: NotRequired[UserContextTypeDef]
|
|
11009
10961
|
|
|
@@ -11032,7 +10984,7 @@ class HumanLoopConfigOutputTypeDef(TypedDict):
|
|
|
11032
10984
|
TaskCount: int
|
|
11033
10985
|
TaskAvailabilityLifetimeInSeconds: NotRequired[int]
|
|
11034
10986
|
TaskTimeLimitInSeconds: NotRequired[int]
|
|
11035
|
-
TaskKeywords: NotRequired[
|
|
10987
|
+
TaskKeywords: NotRequired[list[str]]
|
|
11036
10988
|
PublicWorkforceTaskPrice: NotRequired[PublicWorkforceTaskPriceTypeDef]
|
|
11037
10989
|
|
|
11038
10990
|
|
|
@@ -11056,7 +11008,7 @@ class HumanTaskConfigOutputTypeDef(TypedDict):
|
|
|
11056
11008
|
NumberOfHumanWorkersPerDataObject: int
|
|
11057
11009
|
TaskTimeLimitInSeconds: int
|
|
11058
11010
|
PreHumanTaskLambdaArn: NotRequired[str]
|
|
11059
|
-
TaskKeywords: NotRequired[
|
|
11011
|
+
TaskKeywords: NotRequired[list[str]]
|
|
11060
11012
|
TaskAvailabilityLifetimeInSeconds: NotRequired[int]
|
|
11061
11013
|
MaxConcurrentTaskCount: NotRequired[int]
|
|
11062
11014
|
AnnotationConsolidationConfig: NotRequired[AnnotationConsolidationConfigTypeDef]
|
|
@@ -11092,7 +11044,7 @@ class RecommendationJobContainerConfigTypeDef(TypedDict):
|
|
|
11092
11044
|
|
|
11093
11045
|
|
|
11094
11046
|
class SearchTrainingPlanOfferingsResponseTypeDef(TypedDict):
|
|
11095
|
-
TrainingPlanOfferings:
|
|
11047
|
+
TrainingPlanOfferings: list[TrainingPlanOfferingTypeDef]
|
|
11096
11048
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
11097
11049
|
|
|
11098
11050
|
|
|
@@ -11132,7 +11084,7 @@ class PipelineExecutionTypeDef(TypedDict):
|
|
|
11132
11084
|
LastModifiedBy: NotRequired[UserContextTypeDef]
|
|
11133
11085
|
ParallelismConfiguration: NotRequired[ParallelismConfigurationTypeDef]
|
|
11134
11086
|
SelectiveExecutionConfig: NotRequired[SelectiveExecutionConfigOutputTypeDef]
|
|
11135
|
-
PipelineParameters: NotRequired[
|
|
11087
|
+
PipelineParameters: NotRequired[list[ParameterTypeDef]]
|
|
11136
11088
|
|
|
11137
11089
|
|
|
11138
11090
|
class StartPipelineExecutionRequestRequestTypeDef(TypedDict):
|
|
@@ -11152,7 +11104,7 @@ class SpaceCodeEditorAppSettingsTypeDef(TypedDict):
|
|
|
11152
11104
|
|
|
11153
11105
|
class SpaceJupyterLabAppSettingsOutputTypeDef(TypedDict):
|
|
11154
11106
|
DefaultResourceSpec: NotRequired[ResourceSpecTypeDef]
|
|
11155
|
-
CodeRepositories: NotRequired[
|
|
11107
|
+
CodeRepositories: NotRequired[list[CodeRepositoryTypeDef]]
|
|
11156
11108
|
AppLifecycleManagement: NotRequired[SpaceAppLifecycleManagementTypeDef]
|
|
11157
11109
|
|
|
11158
11110
|
|
|
@@ -11169,10 +11121,10 @@ class AlgorithmSpecificationOutputTypeDef(TypedDict):
|
|
|
11169
11121
|
TrainingInputMode: TrainingInputModeType
|
|
11170
11122
|
TrainingImage: NotRequired[str]
|
|
11171
11123
|
AlgorithmName: NotRequired[str]
|
|
11172
|
-
MetricDefinitions: NotRequired[
|
|
11124
|
+
MetricDefinitions: NotRequired[list[MetricDefinitionTypeDef]]
|
|
11173
11125
|
EnableSageMakerMetricsTimeSeries: NotRequired[bool]
|
|
11174
|
-
ContainerEntrypoint: NotRequired[
|
|
11175
|
-
ContainerArguments: NotRequired[
|
|
11126
|
+
ContainerEntrypoint: NotRequired[list[str]]
|
|
11127
|
+
ContainerArguments: NotRequired[list[str]]
|
|
11176
11128
|
TrainingImageConfig: NotRequired[TrainingImageConfigTypeDef]
|
|
11177
11129
|
|
|
11178
11130
|
|
|
@@ -11200,7 +11152,7 @@ class DescribeWorkforceResponseTypeDef(TypedDict):
|
|
|
11200
11152
|
|
|
11201
11153
|
|
|
11202
11154
|
class ListWorkforcesResponseTypeDef(TypedDict):
|
|
11203
|
-
Workforces:
|
|
11155
|
+
Workforces: list[WorkforceTypeDef]
|
|
11204
11156
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
11205
11157
|
NextToken: NotRequired[str]
|
|
11206
11158
|
|
|
@@ -11217,18 +11169,18 @@ CodeEditorAppSettingsUnionTypeDef = Union[
|
|
|
11217
11169
|
|
|
11218
11170
|
class DefaultSpaceSettingsOutputTypeDef(TypedDict):
|
|
11219
11171
|
ExecutionRole: NotRequired[str]
|
|
11220
|
-
SecurityGroups: NotRequired[
|
|
11172
|
+
SecurityGroups: NotRequired[list[str]]
|
|
11221
11173
|
JupyterServerAppSettings: NotRequired[JupyterServerAppSettingsOutputTypeDef]
|
|
11222
11174
|
KernelGatewayAppSettings: NotRequired[KernelGatewayAppSettingsOutputTypeDef]
|
|
11223
11175
|
JupyterLabAppSettings: NotRequired[JupyterLabAppSettingsOutputTypeDef]
|
|
11224
11176
|
SpaceStorageSettings: NotRequired[DefaultSpaceStorageSettingsTypeDef]
|
|
11225
11177
|
CustomPosixUserConfig: NotRequired[CustomPosixUserConfigTypeDef]
|
|
11226
|
-
CustomFileSystemConfigs: NotRequired[
|
|
11178
|
+
CustomFileSystemConfigs: NotRequired[list[CustomFileSystemConfigTypeDef]]
|
|
11227
11179
|
|
|
11228
11180
|
|
|
11229
11181
|
class UserSettingsOutputTypeDef(TypedDict):
|
|
11230
11182
|
ExecutionRole: NotRequired[str]
|
|
11231
|
-
SecurityGroups: NotRequired[
|
|
11183
|
+
SecurityGroups: NotRequired[list[str]]
|
|
11232
11184
|
SharingSettings: NotRequired[SharingSettingsTypeDef]
|
|
11233
11185
|
JupyterServerAppSettings: NotRequired[JupyterServerAppSettingsOutputTypeDef]
|
|
11234
11186
|
KernelGatewayAppSettings: NotRequired[KernelGatewayAppSettingsOutputTypeDef]
|
|
@@ -11242,13 +11194,13 @@ class UserSettingsOutputTypeDef(TypedDict):
|
|
|
11242
11194
|
DefaultLandingUri: NotRequired[str]
|
|
11243
11195
|
StudioWebPortal: NotRequired[StudioWebPortalType]
|
|
11244
11196
|
CustomPosixUserConfig: NotRequired[CustomPosixUserConfigTypeDef]
|
|
11245
|
-
CustomFileSystemConfigs: NotRequired[
|
|
11197
|
+
CustomFileSystemConfigs: NotRequired[list[CustomFileSystemConfigTypeDef]]
|
|
11246
11198
|
StudioWebPortalSettings: NotRequired[StudioWebPortalSettingsOutputTypeDef]
|
|
11247
11199
|
AutoMountHomeEFS: NotRequired[AutoMountHomeEFSType]
|
|
11248
11200
|
|
|
11249
11201
|
|
|
11250
11202
|
class ListArtifactsResponseTypeDef(TypedDict):
|
|
11251
|
-
ArtifactSummaries:
|
|
11203
|
+
ArtifactSummaries: list[ArtifactSummaryTypeDef]
|
|
11252
11204
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
11253
11205
|
NextToken: NotRequired[str]
|
|
11254
11206
|
|
|
@@ -11291,7 +11243,7 @@ class PipelineExecutionStepTypeDef(TypedDict):
|
|
|
11291
11243
|
class DescribeAutoMLJobResponseTypeDef(TypedDict):
|
|
11292
11244
|
AutoMLJobName: str
|
|
11293
11245
|
AutoMLJobArn: str
|
|
11294
|
-
InputDataConfig:
|
|
11246
|
+
InputDataConfig: list[AutoMLChannelTypeDef]
|
|
11295
11247
|
OutputDataConfig: AutoMLOutputDataConfigTypeDef
|
|
11296
11248
|
RoleArn: str
|
|
11297
11249
|
AutoMLJobObjective: AutoMLJobObjectiveTypeDef
|
|
@@ -11301,7 +11253,7 @@ class DescribeAutoMLJobResponseTypeDef(TypedDict):
|
|
|
11301
11253
|
EndTime: datetime
|
|
11302
11254
|
LastModifiedTime: datetime
|
|
11303
11255
|
FailureReason: str
|
|
11304
|
-
PartialFailureReasons:
|
|
11256
|
+
PartialFailureReasons: list[AutoMLPartialFailureReasonTypeDef]
|
|
11305
11257
|
BestCandidate: AutoMLCandidateTypeDef
|
|
11306
11258
|
AutoMLJobStatus: AutoMLJobStatusType
|
|
11307
11259
|
AutoMLJobSecondaryStatus: AutoMLJobSecondaryStatusType
|
|
@@ -11314,7 +11266,7 @@ class DescribeAutoMLJobResponseTypeDef(TypedDict):
|
|
|
11314
11266
|
|
|
11315
11267
|
|
|
11316
11268
|
class ListCandidatesForAutoMLJobResponseTypeDef(TypedDict):
|
|
11317
|
-
Candidates:
|
|
11269
|
+
Candidates: list[AutoMLCandidateTypeDef]
|
|
11318
11270
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
11319
11271
|
NextToken: NotRequired[str]
|
|
11320
11272
|
|
|
@@ -11337,10 +11289,10 @@ class RecommendationJobInputConfigOutputTypeDef(TypedDict):
|
|
|
11337
11289
|
JobDurationInSeconds: NotRequired[int]
|
|
11338
11290
|
TrafficPattern: NotRequired[TrafficPatternOutputTypeDef]
|
|
11339
11291
|
ResourceLimit: NotRequired[RecommendationJobResourceLimitTypeDef]
|
|
11340
|
-
EndpointConfigurations: NotRequired[
|
|
11292
|
+
EndpointConfigurations: NotRequired[list[EndpointInputConfigurationOutputTypeDef]]
|
|
11341
11293
|
VolumeKmsKeyId: NotRequired[str]
|
|
11342
11294
|
ContainerConfig: NotRequired[RecommendationJobContainerConfigOutputTypeDef]
|
|
11343
|
-
Endpoints: NotRequired[
|
|
11295
|
+
Endpoints: NotRequired[list[EndpointInfoTypeDef]]
|
|
11344
11296
|
VpcConfig: NotRequired[RecommendationJobVpcConfigOutputTypeDef]
|
|
11345
11297
|
|
|
11346
11298
|
|
|
@@ -11366,7 +11318,7 @@ class DescribeClusterResponseTypeDef(TypedDict):
|
|
|
11366
11318
|
ClusterStatus: ClusterStatusType
|
|
11367
11319
|
CreationTime: datetime
|
|
11368
11320
|
FailureMessage: str
|
|
11369
|
-
InstanceGroups:
|
|
11321
|
+
InstanceGroups: list[ClusterInstanceGroupDetailsTypeDef]
|
|
11370
11322
|
VpcConfig: VpcConfigOutputTypeDef
|
|
11371
11323
|
Orchestrator: ClusterOrchestratorTypeDef
|
|
11372
11324
|
NodeRecovery: ClusterNodeRecoveryType
|
|
@@ -11396,7 +11348,7 @@ class DescribeFeatureGroupResponseTypeDef(TypedDict):
|
|
|
11396
11348
|
FeatureGroupName: str
|
|
11397
11349
|
RecordIdentifierFeatureName: str
|
|
11398
11350
|
EventTimeFeatureName: str
|
|
11399
|
-
FeatureDefinitions:
|
|
11351
|
+
FeatureDefinitions: list[FeatureDefinitionTypeDef]
|
|
11400
11352
|
CreationTime: datetime
|
|
11401
11353
|
LastModifiedTime: datetime
|
|
11402
11354
|
OnlineStoreConfig: OnlineStoreConfigTypeDef
|
|
@@ -11418,7 +11370,7 @@ class FeatureGroupTypeDef(TypedDict):
|
|
|
11418
11370
|
FeatureGroupName: NotRequired[str]
|
|
11419
11371
|
RecordIdentifierFeatureName: NotRequired[str]
|
|
11420
11372
|
EventTimeFeatureName: NotRequired[str]
|
|
11421
|
-
FeatureDefinitions: NotRequired[
|
|
11373
|
+
FeatureDefinitions: NotRequired[list[FeatureDefinitionTypeDef]]
|
|
11422
11374
|
CreationTime: NotRequired[datetime]
|
|
11423
11375
|
LastModifiedTime: NotRequired[datetime]
|
|
11424
11376
|
OnlineStoreConfig: NotRequired[OnlineStoreConfigTypeDef]
|
|
@@ -11429,7 +11381,7 @@ class FeatureGroupTypeDef(TypedDict):
|
|
|
11429
11381
|
LastUpdateStatus: NotRequired[LastUpdateStatusTypeDef]
|
|
11430
11382
|
FailureReason: NotRequired[str]
|
|
11431
11383
|
Description: NotRequired[str]
|
|
11432
|
-
Tags: NotRequired[
|
|
11384
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
11433
11385
|
|
|
11434
11386
|
|
|
11435
11387
|
class UpdateFeatureGroupRequestRequestTypeDef(TypedDict):
|
|
@@ -11440,7 +11392,7 @@ class UpdateFeatureGroupRequestRequestTypeDef(TypedDict):
|
|
|
11440
11392
|
|
|
11441
11393
|
|
|
11442
11394
|
class ListComputeQuotasResponseTypeDef(TypedDict):
|
|
11443
|
-
ComputeQuotaSummaries:
|
|
11395
|
+
ComputeQuotaSummaries: list[ComputeQuotaSummaryTypeDef]
|
|
11444
11396
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
11445
11397
|
NextToken: NotRequired[str]
|
|
11446
11398
|
|
|
@@ -11494,8 +11446,8 @@ class HyperParameterTrainingJobDefinitionOutputTypeDef(TypedDict):
|
|
|
11494
11446
|
DefinitionName: NotRequired[str]
|
|
11495
11447
|
TuningObjective: NotRequired[HyperParameterTuningJobObjectiveTypeDef]
|
|
11496
11448
|
HyperParameterRanges: NotRequired[ParameterRangesOutputTypeDef]
|
|
11497
|
-
StaticHyperParameters: NotRequired[
|
|
11498
|
-
InputDataConfig: NotRequired[
|
|
11449
|
+
StaticHyperParameters: NotRequired[dict[str, str]]
|
|
11450
|
+
InputDataConfig: NotRequired[list[ChannelOutputTypeDef]]
|
|
11499
11451
|
VpcConfig: NotRequired[VpcConfigOutputTypeDef]
|
|
11500
11452
|
ResourceConfig: NotRequired[ResourceConfigOutputTypeDef]
|
|
11501
11453
|
HyperParameterTuningResourceConfig: NotRequired[HyperParameterTuningResourceConfigOutputTypeDef]
|
|
@@ -11504,16 +11456,16 @@ class HyperParameterTrainingJobDefinitionOutputTypeDef(TypedDict):
|
|
|
11504
11456
|
EnableManagedSpotTraining: NotRequired[bool]
|
|
11505
11457
|
CheckpointConfig: NotRequired[CheckpointConfigTypeDef]
|
|
11506
11458
|
RetryStrategy: NotRequired[RetryStrategyTypeDef]
|
|
11507
|
-
Environment: NotRequired[
|
|
11459
|
+
Environment: NotRequired[dict[str, str]]
|
|
11508
11460
|
|
|
11509
11461
|
|
|
11510
11462
|
class TrainingJobDefinitionOutputTypeDef(TypedDict):
|
|
11511
11463
|
TrainingInputMode: TrainingInputModeType
|
|
11512
|
-
InputDataConfig:
|
|
11464
|
+
InputDataConfig: list[ChannelOutputTypeDef]
|
|
11513
11465
|
OutputDataConfig: OutputDataConfigTypeDef
|
|
11514
11466
|
ResourceConfig: ResourceConfigOutputTypeDef
|
|
11515
11467
|
StoppingCondition: StoppingConditionTypeDef
|
|
11516
|
-
HyperParameters: NotRequired[
|
|
11468
|
+
HyperParameters: NotRequired[dict[str, str]]
|
|
11517
11469
|
|
|
11518
11470
|
|
|
11519
11471
|
class DescribeInferenceComponentOutputTypeDef(TypedDict):
|
|
@@ -11568,7 +11520,7 @@ class InferenceRecommendationsJobStepTypeDef(TypedDict):
|
|
|
11568
11520
|
InferenceBenchmark: NotRequired[RecommendationJobInferenceBenchmarkTypeDef]
|
|
11569
11521
|
|
|
11570
11522
|
|
|
11571
|
-
class
|
|
11523
|
+
class SearchRequestPaginateTypeDef(TypedDict):
|
|
11572
11524
|
Resource: ResourceTypeType
|
|
11573
11525
|
SearchExpression: NotRequired[SearchExpressionPaginatorTypeDef]
|
|
11574
11526
|
SortBy: NotRequired[str]
|
|
@@ -11595,7 +11547,7 @@ StudioWebPortalSettingsUnionTypeDef = Union[
|
|
|
11595
11547
|
|
|
11596
11548
|
|
|
11597
11549
|
class ListAssociationsResponseTypeDef(TypedDict):
|
|
11598
|
-
AssociationSummaries:
|
|
11550
|
+
AssociationSummaries: list[AssociationSummaryTypeDef]
|
|
11599
11551
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
11600
11552
|
NextToken: NotRequired[str]
|
|
11601
11553
|
|
|
@@ -11611,23 +11563,23 @@ class TrialTypeDef(TypedDict):
|
|
|
11611
11563
|
LastModifiedTime: NotRequired[datetime]
|
|
11612
11564
|
LastModifiedBy: NotRequired[UserContextTypeDef]
|
|
11613
11565
|
MetadataProperties: NotRequired[MetadataPropertiesTypeDef]
|
|
11614
|
-
Tags: NotRequired[
|
|
11615
|
-
TrialComponentSummaries: NotRequired[
|
|
11566
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
11567
|
+
TrialComponentSummaries: NotRequired[list[TrialComponentSimpleSummaryTypeDef]]
|
|
11616
11568
|
|
|
11617
11569
|
|
|
11618
11570
|
class ListTrialComponentsResponseTypeDef(TypedDict):
|
|
11619
|
-
TrialComponentSummaries:
|
|
11571
|
+
TrialComponentSummaries: list[TrialComponentSummaryTypeDef]
|
|
11620
11572
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
11621
11573
|
NextToken: NotRequired[str]
|
|
11622
11574
|
|
|
11623
11575
|
|
|
11624
11576
|
class WorkteamTypeDef(TypedDict):
|
|
11625
11577
|
WorkteamName: str
|
|
11626
|
-
MemberDefinitions:
|
|
11578
|
+
MemberDefinitions: list[MemberDefinitionOutputTypeDef]
|
|
11627
11579
|
WorkteamArn: str
|
|
11628
11580
|
Description: str
|
|
11629
11581
|
WorkforceArn: NotRequired[str]
|
|
11630
|
-
ProductListingIds: NotRequired[
|
|
11582
|
+
ProductListingIds: NotRequired[list[str]]
|
|
11631
11583
|
SubDomain: NotRequired[str]
|
|
11632
11584
|
CreateDate: NotRequired[datetime]
|
|
11633
11585
|
LastUpdatedDate: NotRequired[datetime]
|
|
@@ -11637,18 +11589,18 @@ class WorkteamTypeDef(TypedDict):
|
|
|
11637
11589
|
|
|
11638
11590
|
class TrainingSpecificationOutputTypeDef(TypedDict):
|
|
11639
11591
|
TrainingImage: str
|
|
11640
|
-
SupportedTrainingInstanceTypes:
|
|
11641
|
-
TrainingChannels:
|
|
11592
|
+
SupportedTrainingInstanceTypes: list[TrainingInstanceTypeType]
|
|
11593
|
+
TrainingChannels: list[ChannelSpecificationOutputTypeDef]
|
|
11642
11594
|
TrainingImageDigest: NotRequired[str]
|
|
11643
|
-
SupportedHyperParameters: NotRequired[
|
|
11595
|
+
SupportedHyperParameters: NotRequired[list[HyperParameterSpecificationOutputTypeDef]]
|
|
11644
11596
|
SupportsDistributedTraining: NotRequired[bool]
|
|
11645
|
-
MetricDefinitions: NotRequired[
|
|
11646
|
-
SupportedTuningJobObjectiveMetrics: NotRequired[
|
|
11597
|
+
MetricDefinitions: NotRequired[list[MetricDefinitionTypeDef]]
|
|
11598
|
+
SupportedTuningJobObjectiveMetrics: NotRequired[list[HyperParameterTuningJobObjectiveTypeDef]]
|
|
11647
11599
|
AdditionalS3DataSource: NotRequired[AdditionalS3DataSourceTypeDef]
|
|
11648
11600
|
|
|
11649
11601
|
|
|
11650
11602
|
class ListAppImageConfigsResponseTypeDef(TypedDict):
|
|
11651
|
-
AppImageConfigs:
|
|
11603
|
+
AppImageConfigs: list[AppImageConfigDetailsTypeDef]
|
|
11652
11604
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
11653
11605
|
NextToken: NotRequired[str]
|
|
11654
11606
|
|
|
@@ -11679,8 +11631,8 @@ class ContainerDefinitionOutputTypeDef(TypedDict):
|
|
|
11679
11631
|
Mode: NotRequired[ContainerModeType]
|
|
11680
11632
|
ModelDataUrl: NotRequired[str]
|
|
11681
11633
|
ModelDataSource: NotRequired[ModelDataSourceTypeDef]
|
|
11682
|
-
AdditionalModelDataSources: NotRequired[
|
|
11683
|
-
Environment: NotRequired[
|
|
11634
|
+
AdditionalModelDataSources: NotRequired[list[AdditionalModelDataSourceTypeDef]]
|
|
11635
|
+
Environment: NotRequired[dict[str, str]]
|
|
11684
11636
|
ModelPackageName: NotRequired[str]
|
|
11685
11637
|
InferenceSpecificationName: NotRequired[str]
|
|
11686
11638
|
MultiModelConfig: NotRequired[MultiModelConfigTypeDef]
|
|
@@ -11707,7 +11659,7 @@ class ModelPackageContainerDefinitionOutputTypeDef(TypedDict):
|
|
|
11707
11659
|
ModelDataUrl: NotRequired[str]
|
|
11708
11660
|
ModelDataSource: NotRequired[ModelDataSourceTypeDef]
|
|
11709
11661
|
ProductId: NotRequired[str]
|
|
11710
|
-
Environment: NotRequired[
|
|
11662
|
+
Environment: NotRequired[dict[str, str]]
|
|
11711
11663
|
ModelInput: NotRequired[ModelInputTypeDef]
|
|
11712
11664
|
Framework: NotRequired[str]
|
|
11713
11665
|
FrameworkVersion: NotRequired[str]
|
|
@@ -11737,7 +11689,7 @@ class SourceAlgorithmTypeDef(TypedDict):
|
|
|
11737
11689
|
|
|
11738
11690
|
|
|
11739
11691
|
class ListMonitoringAlertsResponseTypeDef(TypedDict):
|
|
11740
|
-
MonitoringAlertSummaries:
|
|
11692
|
+
MonitoringAlertSummaries: list[MonitoringAlertSummaryTypeDef]
|
|
11741
11693
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
11742
11694
|
NextToken: NotRequired[str]
|
|
11743
11695
|
|
|
@@ -11757,7 +11709,7 @@ DescribeInferenceExperimentResponseTypeDef = TypedDict(
|
|
|
11757
11709
|
"LastModifiedTime": datetime,
|
|
11758
11710
|
"RoleArn": str,
|
|
11759
11711
|
"EndpointMetadata": EndpointMetadataTypeDef,
|
|
11760
|
-
"ModelVariants":
|
|
11712
|
+
"ModelVariants": list[ModelVariantConfigSummaryTypeDef],
|
|
11761
11713
|
"DataStorageConfig": InferenceExperimentDataStorageConfigOutputTypeDef,
|
|
11762
11714
|
"ShadowModeConfig": ShadowModeConfigOutputTypeDef,
|
|
11763
11715
|
"KmsKey": str,
|
|
@@ -11870,9 +11822,9 @@ class DescribeOptimizationJobResponseTypeDef(TypedDict):
|
|
|
11870
11822
|
FailureReason: str
|
|
11871
11823
|
OptimizationJobName: str
|
|
11872
11824
|
ModelSource: OptimizationJobModelSourceTypeDef
|
|
11873
|
-
OptimizationEnvironment:
|
|
11825
|
+
OptimizationEnvironment: dict[str, str]
|
|
11874
11826
|
DeploymentInstanceType: OptimizationJobDeploymentInstanceTypeType
|
|
11875
|
-
OptimizationConfigs:
|
|
11827
|
+
OptimizationConfigs: list[OptimizationConfigOutputTypeDef]
|
|
11876
11828
|
OutputConfig: OptimizationJobOutputConfigTypeDef
|
|
11877
11829
|
OptimizationOutput: OptimizationOutputTypeDef
|
|
11878
11830
|
RoleArn: str
|
|
@@ -11882,13 +11834,13 @@ class DescribeOptimizationJobResponseTypeDef(TypedDict):
|
|
|
11882
11834
|
|
|
11883
11835
|
|
|
11884
11836
|
class DescribeProcessingJobResponseTypeDef(TypedDict):
|
|
11885
|
-
ProcessingInputs:
|
|
11837
|
+
ProcessingInputs: list[ProcessingInputTypeDef]
|
|
11886
11838
|
ProcessingOutputConfig: ProcessingOutputConfigOutputTypeDef
|
|
11887
11839
|
ProcessingJobName: str
|
|
11888
11840
|
ProcessingResources: ProcessingResourcesTypeDef
|
|
11889
11841
|
StoppingCondition: ProcessingStoppingConditionTypeDef
|
|
11890
11842
|
AppSpecification: AppSpecificationOutputTypeDef
|
|
11891
|
-
Environment:
|
|
11843
|
+
Environment: dict[str, str]
|
|
11892
11844
|
NetworkConfig: NetworkConfigOutputTypeDef
|
|
11893
11845
|
RoleArn: str
|
|
11894
11846
|
ExperimentConfig: ExperimentConfigTypeDef
|
|
@@ -11907,13 +11859,13 @@ class DescribeProcessingJobResponseTypeDef(TypedDict):
|
|
|
11907
11859
|
|
|
11908
11860
|
|
|
11909
11861
|
class ProcessingJobTypeDef(TypedDict):
|
|
11910
|
-
ProcessingInputs: NotRequired[
|
|
11862
|
+
ProcessingInputs: NotRequired[list[ProcessingInputTypeDef]]
|
|
11911
11863
|
ProcessingOutputConfig: NotRequired[ProcessingOutputConfigOutputTypeDef]
|
|
11912
11864
|
ProcessingJobName: NotRequired[str]
|
|
11913
11865
|
ProcessingResources: NotRequired[ProcessingResourcesTypeDef]
|
|
11914
11866
|
StoppingCondition: NotRequired[ProcessingStoppingConditionTypeDef]
|
|
11915
11867
|
AppSpecification: NotRequired[AppSpecificationOutputTypeDef]
|
|
11916
|
-
Environment: NotRequired[
|
|
11868
|
+
Environment: NotRequired[dict[str, str]]
|
|
11917
11869
|
NetworkConfig: NotRequired[NetworkConfigOutputTypeDef]
|
|
11918
11870
|
RoleArn: NotRequired[str]
|
|
11919
11871
|
ExperimentConfig: NotRequired[ExperimentConfigTypeDef]
|
|
@@ -11928,7 +11880,7 @@ class ProcessingJobTypeDef(TypedDict):
|
|
|
11928
11880
|
MonitoringScheduleArn: NotRequired[str]
|
|
11929
11881
|
AutoMLJobArn: NotRequired[str]
|
|
11930
11882
|
TrainingJobArn: NotRequired[str]
|
|
11931
|
-
Tags: NotRequired[
|
|
11883
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
11932
11884
|
|
|
11933
11885
|
|
|
11934
11886
|
class CreateProcessingJobRequestRequestTypeDef(TypedDict):
|
|
@@ -11986,7 +11938,7 @@ class DescribeLabelingJobResponseTypeDef(TypedDict):
|
|
|
11986
11938
|
StoppingConditions: LabelingJobStoppingConditionsTypeDef
|
|
11987
11939
|
LabelingJobAlgorithmsConfig: LabelingJobAlgorithmsConfigOutputTypeDef
|
|
11988
11940
|
HumanTaskConfig: HumanTaskConfigOutputTypeDef
|
|
11989
|
-
Tags:
|
|
11941
|
+
Tags: list[TagTypeDef]
|
|
11990
11942
|
LabelingJobOutput: LabelingJobOutputTypeDef
|
|
11991
11943
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
11992
11944
|
|
|
@@ -12004,7 +11956,7 @@ class SpaceSettingsOutputTypeDef(TypedDict):
|
|
|
12004
11956
|
JupyterLabAppSettings: NotRequired[SpaceJupyterLabAppSettingsOutputTypeDef]
|
|
12005
11957
|
AppType: NotRequired[AppTypeType]
|
|
12006
11958
|
SpaceStorageSettings: NotRequired[SpaceStorageSettingsTypeDef]
|
|
12007
|
-
CustomFileSystems: NotRequired[
|
|
11959
|
+
CustomFileSystems: NotRequired[list[CustomFileSystemTypeDef]]
|
|
12008
11960
|
|
|
12009
11961
|
|
|
12010
11962
|
SpaceJupyterLabAppSettingsUnionTypeDef = Union[
|
|
@@ -12022,10 +11974,10 @@ class DescribeTrainingJobResponseTypeDef(TypedDict):
|
|
|
12022
11974
|
TrainingJobStatus: TrainingJobStatusType
|
|
12023
11975
|
SecondaryStatus: SecondaryStatusType
|
|
12024
11976
|
FailureReason: str
|
|
12025
|
-
HyperParameters:
|
|
11977
|
+
HyperParameters: dict[str, str]
|
|
12026
11978
|
AlgorithmSpecification: AlgorithmSpecificationOutputTypeDef
|
|
12027
11979
|
RoleArn: str
|
|
12028
|
-
InputDataConfig:
|
|
11980
|
+
InputDataConfig: list[ChannelOutputTypeDef]
|
|
12029
11981
|
OutputDataConfig: OutputDataConfigTypeDef
|
|
12030
11982
|
ResourceConfig: ResourceConfigOutputTypeDef
|
|
12031
11983
|
WarmPoolStatus: WarmPoolStatusTypeDef
|
|
@@ -12035,8 +11987,8 @@ class DescribeTrainingJobResponseTypeDef(TypedDict):
|
|
|
12035
11987
|
TrainingStartTime: datetime
|
|
12036
11988
|
TrainingEndTime: datetime
|
|
12037
11989
|
LastModifiedTime: datetime
|
|
12038
|
-
SecondaryStatusTransitions:
|
|
12039
|
-
FinalMetricDataList:
|
|
11990
|
+
SecondaryStatusTransitions: list[SecondaryStatusTransitionTypeDef]
|
|
11991
|
+
FinalMetricDataList: list[MetricDataTypeDef]
|
|
12040
11992
|
EnableNetworkIsolation: bool
|
|
12041
11993
|
EnableInterContainerTrafficEncryption: bool
|
|
12042
11994
|
EnableManagedSpotTraining: bool
|
|
@@ -12045,14 +11997,14 @@ class DescribeTrainingJobResponseTypeDef(TypedDict):
|
|
|
12045
11997
|
BillableTimeInSeconds: int
|
|
12046
11998
|
DebugHookConfig: DebugHookConfigOutputTypeDef
|
|
12047
11999
|
ExperimentConfig: ExperimentConfigTypeDef
|
|
12048
|
-
DebugRuleConfigurations:
|
|
12000
|
+
DebugRuleConfigurations: list[DebugRuleConfigurationOutputTypeDef]
|
|
12049
12001
|
TensorBoardOutputConfig: TensorBoardOutputConfigTypeDef
|
|
12050
|
-
DebugRuleEvaluationStatuses:
|
|
12002
|
+
DebugRuleEvaluationStatuses: list[DebugRuleEvaluationStatusTypeDef]
|
|
12051
12003
|
ProfilerConfig: ProfilerConfigOutputTypeDef
|
|
12052
|
-
ProfilerRuleConfigurations:
|
|
12053
|
-
ProfilerRuleEvaluationStatuses:
|
|
12004
|
+
ProfilerRuleConfigurations: list[ProfilerRuleConfigurationOutputTypeDef]
|
|
12005
|
+
ProfilerRuleEvaluationStatuses: list[ProfilerRuleEvaluationStatusTypeDef]
|
|
12054
12006
|
ProfilingStatus: ProfilingStatusType
|
|
12055
|
-
Environment:
|
|
12007
|
+
Environment: dict[str, str]
|
|
12056
12008
|
RetryStrategy: RetryStrategyTypeDef
|
|
12057
12009
|
RemoteDebugConfig: RemoteDebugConfigTypeDef
|
|
12058
12010
|
InfraCheckConfig: InfraCheckConfigTypeDef
|
|
@@ -12069,10 +12021,10 @@ class TrainingJobTypeDef(TypedDict):
|
|
|
12069
12021
|
TrainingJobStatus: NotRequired[TrainingJobStatusType]
|
|
12070
12022
|
SecondaryStatus: NotRequired[SecondaryStatusType]
|
|
12071
12023
|
FailureReason: NotRequired[str]
|
|
12072
|
-
HyperParameters: NotRequired[
|
|
12024
|
+
HyperParameters: NotRequired[dict[str, str]]
|
|
12073
12025
|
AlgorithmSpecification: NotRequired[AlgorithmSpecificationOutputTypeDef]
|
|
12074
12026
|
RoleArn: NotRequired[str]
|
|
12075
|
-
InputDataConfig: NotRequired[
|
|
12027
|
+
InputDataConfig: NotRequired[list[ChannelOutputTypeDef]]
|
|
12076
12028
|
OutputDataConfig: NotRequired[OutputDataConfigTypeDef]
|
|
12077
12029
|
ResourceConfig: NotRequired[ResourceConfigOutputTypeDef]
|
|
12078
12030
|
VpcConfig: NotRequired[VpcConfigOutputTypeDef]
|
|
@@ -12081,8 +12033,8 @@ class TrainingJobTypeDef(TypedDict):
|
|
|
12081
12033
|
TrainingStartTime: NotRequired[datetime]
|
|
12082
12034
|
TrainingEndTime: NotRequired[datetime]
|
|
12083
12035
|
LastModifiedTime: NotRequired[datetime]
|
|
12084
|
-
SecondaryStatusTransitions: NotRequired[
|
|
12085
|
-
FinalMetricDataList: NotRequired[
|
|
12036
|
+
SecondaryStatusTransitions: NotRequired[list[SecondaryStatusTransitionTypeDef]]
|
|
12037
|
+
FinalMetricDataList: NotRequired[list[MetricDataTypeDef]]
|
|
12086
12038
|
EnableNetworkIsolation: NotRequired[bool]
|
|
12087
12039
|
EnableInterContainerTrafficEncryption: NotRequired[bool]
|
|
12088
12040
|
EnableManagedSpotTraining: NotRequired[bool]
|
|
@@ -12091,13 +12043,13 @@ class TrainingJobTypeDef(TypedDict):
|
|
|
12091
12043
|
BillableTimeInSeconds: NotRequired[int]
|
|
12092
12044
|
DebugHookConfig: NotRequired[DebugHookConfigOutputTypeDef]
|
|
12093
12045
|
ExperimentConfig: NotRequired[ExperimentConfigTypeDef]
|
|
12094
|
-
DebugRuleConfigurations: NotRequired[
|
|
12046
|
+
DebugRuleConfigurations: NotRequired[list[DebugRuleConfigurationOutputTypeDef]]
|
|
12095
12047
|
TensorBoardOutputConfig: NotRequired[TensorBoardOutputConfigTypeDef]
|
|
12096
|
-
DebugRuleEvaluationStatuses: NotRequired[
|
|
12048
|
+
DebugRuleEvaluationStatuses: NotRequired[list[DebugRuleEvaluationStatusTypeDef]]
|
|
12097
12049
|
ProfilerConfig: NotRequired[ProfilerConfigOutputTypeDef]
|
|
12098
|
-
Environment: NotRequired[
|
|
12050
|
+
Environment: NotRequired[dict[str, str]]
|
|
12099
12051
|
RetryStrategy: NotRequired[RetryStrategyTypeDef]
|
|
12100
|
-
Tags: NotRequired[
|
|
12052
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
12101
12053
|
|
|
12102
12054
|
|
|
12103
12055
|
class CreateTransformJobRequestRequestTypeDef(TypedDict):
|
|
@@ -12127,7 +12079,7 @@ class DescribeTransformJobResponseTypeDef(TypedDict):
|
|
|
12127
12079
|
ModelClientConfig: ModelClientConfigTypeDef
|
|
12128
12080
|
MaxPayloadInMB: int
|
|
12129
12081
|
BatchStrategy: BatchStrategyType
|
|
12130
|
-
Environment:
|
|
12082
|
+
Environment: dict[str, str]
|
|
12131
12083
|
TransformInput: TransformInputTypeDef
|
|
12132
12084
|
TransformOutput: TransformOutputTypeDef
|
|
12133
12085
|
DataCaptureConfig: BatchDataCaptureConfigTypeDef
|
|
@@ -12149,7 +12101,7 @@ class TransformJobDefinitionOutputTypeDef(TypedDict):
|
|
|
12149
12101
|
MaxConcurrentTransforms: NotRequired[int]
|
|
12150
12102
|
MaxPayloadInMB: NotRequired[int]
|
|
12151
12103
|
BatchStrategy: NotRequired[BatchStrategyType]
|
|
12152
|
-
Environment: NotRequired[
|
|
12104
|
+
Environment: NotRequired[dict[str, str]]
|
|
12153
12105
|
|
|
12154
12106
|
|
|
12155
12107
|
class TransformJobDefinitionTypeDef(TypedDict):
|
|
@@ -12172,7 +12124,7 @@ class TransformJobTypeDef(TypedDict):
|
|
|
12172
12124
|
ModelClientConfig: NotRequired[ModelClientConfigTypeDef]
|
|
12173
12125
|
MaxPayloadInMB: NotRequired[int]
|
|
12174
12126
|
BatchStrategy: NotRequired[BatchStrategyType]
|
|
12175
|
-
Environment: NotRequired[
|
|
12127
|
+
Environment: NotRequired[dict[str, str]]
|
|
12176
12128
|
TransformInput: NotRequired[TransformInputTypeDef]
|
|
12177
12129
|
TransformOutput: NotRequired[TransformOutputTypeDef]
|
|
12178
12130
|
DataCaptureConfig: NotRequired[BatchDataCaptureConfigTypeDef]
|
|
@@ -12184,7 +12136,7 @@ class TransformJobTypeDef(TypedDict):
|
|
|
12184
12136
|
AutoMLJobArn: NotRequired[str]
|
|
12185
12137
|
DataProcessing: NotRequired[DataProcessingTypeDef]
|
|
12186
12138
|
ExperimentConfig: NotRequired[ExperimentConfigTypeDef]
|
|
12187
|
-
Tags: NotRequired[
|
|
12139
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
12188
12140
|
|
|
12189
12141
|
|
|
12190
12142
|
class DescribeDomainResponseTypeDef(TypedDict):
|
|
@@ -12204,7 +12156,7 @@ class DescribeDomainResponseTypeDef(TypedDict):
|
|
|
12204
12156
|
DomainSettings: DomainSettingsOutputTypeDef
|
|
12205
12157
|
AppNetworkAccessType: AppNetworkAccessTypeType
|
|
12206
12158
|
HomeEfsFileSystemKmsKeyId: str
|
|
12207
|
-
SubnetIds:
|
|
12159
|
+
SubnetIds: list[str]
|
|
12208
12160
|
Url: str
|
|
12209
12161
|
VpcId: str
|
|
12210
12162
|
KmsKeyId: str
|
|
@@ -12237,7 +12189,7 @@ class AsyncInferenceConfigTypeDef(TypedDict):
|
|
|
12237
12189
|
class DescribeAutoMLJobV2ResponseTypeDef(TypedDict):
|
|
12238
12190
|
AutoMLJobName: str
|
|
12239
12191
|
AutoMLJobArn: str
|
|
12240
|
-
AutoMLJobInputDataConfig:
|
|
12192
|
+
AutoMLJobInputDataConfig: list[AutoMLJobChannelTypeDef]
|
|
12241
12193
|
OutputDataConfig: AutoMLOutputDataConfigTypeDef
|
|
12242
12194
|
RoleArn: str
|
|
12243
12195
|
AutoMLJobObjective: AutoMLJobObjectiveTypeDef
|
|
@@ -12247,7 +12199,7 @@ class DescribeAutoMLJobV2ResponseTypeDef(TypedDict):
|
|
|
12247
12199
|
EndTime: datetime
|
|
12248
12200
|
LastModifiedTime: datetime
|
|
12249
12201
|
FailureReason: str
|
|
12250
|
-
PartialFailureReasons:
|
|
12202
|
+
PartialFailureReasons: list[AutoMLPartialFailureReasonTypeDef]
|
|
12251
12203
|
BestCandidate: AutoMLCandidateTypeDef
|
|
12252
12204
|
AutoMLJobStatus: AutoMLJobStatusType
|
|
12253
12205
|
AutoMLJobSecondaryStatus: AutoMLJobSecondaryStatusType
|
|
@@ -12285,7 +12237,7 @@ class TimeSeriesForecastingJobConfigTypeDef(TypedDict):
|
|
|
12285
12237
|
|
|
12286
12238
|
|
|
12287
12239
|
class ListPipelineExecutionStepsResponseTypeDef(TypedDict):
|
|
12288
|
-
PipelineExecutionSteps:
|
|
12240
|
+
PipelineExecutionSteps: list[PipelineExecutionStepTypeDef]
|
|
12289
12241
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
12290
12242
|
NextToken: NotRequired[str]
|
|
12291
12243
|
|
|
@@ -12319,8 +12271,8 @@ class DescribeInferenceRecommendationsJobResponseTypeDef(TypedDict):
|
|
|
12319
12271
|
FailureReason: str
|
|
12320
12272
|
InputConfig: RecommendationJobInputConfigOutputTypeDef
|
|
12321
12273
|
StoppingConditions: RecommendationJobStoppingConditionsOutputTypeDef
|
|
12322
|
-
InferenceRecommendations:
|
|
12323
|
-
EndpointPerformances:
|
|
12274
|
+
InferenceRecommendations: list[InferenceRecommendationTypeDef]
|
|
12275
|
+
EndpointPerformances: list[EndpointPerformanceTypeDef]
|
|
12324
12276
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
12325
12277
|
|
|
12326
12278
|
|
|
@@ -12359,13 +12311,13 @@ class EndpointInputConfigurationTypeDef(TypedDict):
|
|
|
12359
12311
|
class DescribeEndpointConfigOutputTypeDef(TypedDict):
|
|
12360
12312
|
EndpointConfigName: str
|
|
12361
12313
|
EndpointConfigArn: str
|
|
12362
|
-
ProductionVariants:
|
|
12314
|
+
ProductionVariants: list[ProductionVariantTypeDef]
|
|
12363
12315
|
DataCaptureConfig: DataCaptureConfigOutputTypeDef
|
|
12364
12316
|
KmsKeyId: str
|
|
12365
12317
|
CreationTime: datetime
|
|
12366
12318
|
AsyncInferenceConfig: AsyncInferenceConfigOutputTypeDef
|
|
12367
12319
|
ExplainerConfig: ExplainerConfigOutputTypeDef
|
|
12368
|
-
ShadowProductionVariants:
|
|
12320
|
+
ShadowProductionVariants: list[ProductionVariantTypeDef]
|
|
12369
12321
|
ExecutionRoleArn: str
|
|
12370
12322
|
VpcConfig: VpcConfigOutputTypeDef
|
|
12371
12323
|
EnableNetworkIsolation: bool
|
|
@@ -12376,7 +12328,7 @@ class DescribeEndpointOutputTypeDef(TypedDict):
|
|
|
12376
12328
|
EndpointName: str
|
|
12377
12329
|
EndpointArn: str
|
|
12378
12330
|
EndpointConfigName: str
|
|
12379
|
-
ProductionVariants:
|
|
12331
|
+
ProductionVariants: list[ProductionVariantSummaryTypeDef]
|
|
12380
12332
|
DataCaptureConfig: DataCaptureConfigSummaryTypeDef
|
|
12381
12333
|
EndpointStatus: EndpointStatusType
|
|
12382
12334
|
FailureReason: str
|
|
@@ -12386,7 +12338,7 @@ class DescribeEndpointOutputTypeDef(TypedDict):
|
|
|
12386
12338
|
AsyncInferenceConfig: AsyncInferenceConfigOutputTypeDef
|
|
12387
12339
|
PendingDeploymentSummary: PendingDeploymentSummaryTypeDef
|
|
12388
12340
|
ExplainerConfig: ExplainerConfigOutputTypeDef
|
|
12389
|
-
ShadowProductionVariants:
|
|
12341
|
+
ShadowProductionVariants: list[ProductionVariantSummaryTypeDef]
|
|
12390
12342
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
12391
12343
|
|
|
12392
12344
|
|
|
@@ -12413,7 +12365,7 @@ class DescribeHyperParameterTuningJobResponseTypeDef(TypedDict):
|
|
|
12413
12365
|
HyperParameterTuningJobArn: str
|
|
12414
12366
|
HyperParameterTuningJobConfig: HyperParameterTuningJobConfigOutputTypeDef
|
|
12415
12367
|
TrainingJobDefinition: HyperParameterTrainingJobDefinitionOutputTypeDef
|
|
12416
|
-
TrainingJobDefinitions:
|
|
12368
|
+
TrainingJobDefinitions: list[HyperParameterTrainingJobDefinitionOutputTypeDef]
|
|
12417
12369
|
HyperParameterTuningJobStatus: HyperParameterTuningJobStatusType
|
|
12418
12370
|
CreationTime: datetime
|
|
12419
12371
|
HyperParameterTuningEndTime: datetime
|
|
@@ -12435,7 +12387,7 @@ class HyperParameterTuningJobSearchEntityTypeDef(TypedDict):
|
|
|
12435
12387
|
HyperParameterTuningJobArn: NotRequired[str]
|
|
12436
12388
|
HyperParameterTuningJobConfig: NotRequired[HyperParameterTuningJobConfigOutputTypeDef]
|
|
12437
12389
|
TrainingJobDefinition: NotRequired[HyperParameterTrainingJobDefinitionOutputTypeDef]
|
|
12438
|
-
TrainingJobDefinitions: NotRequired[
|
|
12390
|
+
TrainingJobDefinitions: NotRequired[list[HyperParameterTrainingJobDefinitionOutputTypeDef]]
|
|
12439
12391
|
HyperParameterTuningJobStatus: NotRequired[HyperParameterTuningJobStatusType]
|
|
12440
12392
|
CreationTime: NotRequired[datetime]
|
|
12441
12393
|
HyperParameterTuningEndTime: NotRequired[datetime]
|
|
@@ -12448,11 +12400,11 @@ class HyperParameterTuningJobSearchEntityTypeDef(TypedDict):
|
|
|
12448
12400
|
FailureReason: NotRequired[str]
|
|
12449
12401
|
TuningJobCompletionDetails: NotRequired[HyperParameterTuningJobCompletionDetailsTypeDef]
|
|
12450
12402
|
ConsumedResources: NotRequired[HyperParameterTuningJobConsumedResourcesTypeDef]
|
|
12451
|
-
Tags: NotRequired[
|
|
12403
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
12452
12404
|
|
|
12453
12405
|
|
|
12454
12406
|
class ListSpacesResponseTypeDef(TypedDict):
|
|
12455
|
-
Spaces:
|
|
12407
|
+
Spaces: list[SpaceDetailsTypeDef]
|
|
12456
12408
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
12457
12409
|
NextToken: NotRequired[str]
|
|
12458
12410
|
|
|
@@ -12469,7 +12421,7 @@ class DefaultSpaceSettingsTypeDef(TypedDict):
|
|
|
12469
12421
|
|
|
12470
12422
|
|
|
12471
12423
|
class ListInferenceRecommendationsJobStepsResponseTypeDef(TypedDict):
|
|
12472
|
-
Steps:
|
|
12424
|
+
Steps: list[InferenceRecommendationsJobStepTypeDef]
|
|
12473
12425
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
12474
12426
|
NextToken: NotRequired[str]
|
|
12475
12427
|
|
|
@@ -12501,7 +12453,7 @@ class DescribeWorkteamResponseTypeDef(TypedDict):
|
|
|
12501
12453
|
|
|
12502
12454
|
|
|
12503
12455
|
class ListWorkteamsResponseTypeDef(TypedDict):
|
|
12504
|
-
Workteams:
|
|
12456
|
+
Workteams: list[WorkteamTypeDef]
|
|
12505
12457
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
12506
12458
|
NextToken: NotRequired[str]
|
|
12507
12459
|
|
|
@@ -12512,7 +12464,7 @@ class UpdateWorkteamResponseTypeDef(TypedDict):
|
|
|
12512
12464
|
|
|
12513
12465
|
|
|
12514
12466
|
class ListLabelingJobsResponseTypeDef(TypedDict):
|
|
12515
|
-
LabelingJobSummaryList:
|
|
12467
|
+
LabelingJobSummaryList: list[LabelingJobSummaryTypeDef]
|
|
12516
12468
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
12517
12469
|
NextToken: NotRequired[str]
|
|
12518
12470
|
|
|
@@ -12522,13 +12474,13 @@ class DynamicScalingConfigurationTypeDef(TypedDict):
|
|
|
12522
12474
|
MaxCapacity: NotRequired[int]
|
|
12523
12475
|
ScaleInCooldown: NotRequired[int]
|
|
12524
12476
|
ScaleOutCooldown: NotRequired[int]
|
|
12525
|
-
ScalingPolicies: NotRequired[
|
|
12477
|
+
ScalingPolicies: NotRequired[list[ScalingPolicyTypeDef]]
|
|
12526
12478
|
|
|
12527
12479
|
|
|
12528
12480
|
class DescribeModelOutputTypeDef(TypedDict):
|
|
12529
12481
|
ModelName: str
|
|
12530
12482
|
PrimaryContainer: ContainerDefinitionOutputTypeDef
|
|
12531
|
-
Containers:
|
|
12483
|
+
Containers: list[ContainerDefinitionOutputTypeDef]
|
|
12532
12484
|
InferenceExecutionConfig: InferenceExecutionConfigTypeDef
|
|
12533
12485
|
ExecutionRoleArn: str
|
|
12534
12486
|
VpcConfig: VpcConfigOutputTypeDef
|
|
@@ -12542,14 +12494,14 @@ class DescribeModelOutputTypeDef(TypedDict):
|
|
|
12542
12494
|
class ModelTypeDef(TypedDict):
|
|
12543
12495
|
ModelName: NotRequired[str]
|
|
12544
12496
|
PrimaryContainer: NotRequired[ContainerDefinitionOutputTypeDef]
|
|
12545
|
-
Containers: NotRequired[
|
|
12497
|
+
Containers: NotRequired[list[ContainerDefinitionOutputTypeDef]]
|
|
12546
12498
|
InferenceExecutionConfig: NotRequired[InferenceExecutionConfigTypeDef]
|
|
12547
12499
|
ExecutionRoleArn: NotRequired[str]
|
|
12548
12500
|
VpcConfig: NotRequired[VpcConfigOutputTypeDef]
|
|
12549
12501
|
CreationTime: NotRequired[datetime]
|
|
12550
12502
|
ModelArn: NotRequired[str]
|
|
12551
12503
|
EnableNetworkIsolation: NotRequired[bool]
|
|
12552
|
-
Tags: NotRequired[
|
|
12504
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
12553
12505
|
DeploymentRecommendation: NotRequired[DeploymentRecommendationTypeDef]
|
|
12554
12506
|
|
|
12555
12507
|
|
|
@@ -12560,20 +12512,20 @@ ContainerDefinitionUnionTypeDef = Union[
|
|
|
12560
12512
|
|
|
12561
12513
|
class AdditionalInferenceSpecificationDefinitionOutputTypeDef(TypedDict):
|
|
12562
12514
|
Name: str
|
|
12563
|
-
Containers:
|
|
12515
|
+
Containers: list[ModelPackageContainerDefinitionOutputTypeDef]
|
|
12564
12516
|
Description: NotRequired[str]
|
|
12565
|
-
SupportedTransformInstanceTypes: NotRequired[
|
|
12566
|
-
SupportedRealtimeInferenceInstanceTypes: NotRequired[
|
|
12567
|
-
SupportedContentTypes: NotRequired[
|
|
12568
|
-
SupportedResponseMIMETypes: NotRequired[
|
|
12517
|
+
SupportedTransformInstanceTypes: NotRequired[list[TransformInstanceTypeType]]
|
|
12518
|
+
SupportedRealtimeInferenceInstanceTypes: NotRequired[list[ProductionVariantInstanceTypeType]]
|
|
12519
|
+
SupportedContentTypes: NotRequired[list[str]]
|
|
12520
|
+
SupportedResponseMIMETypes: NotRequired[list[str]]
|
|
12569
12521
|
|
|
12570
12522
|
|
|
12571
12523
|
class InferenceSpecificationOutputTypeDef(TypedDict):
|
|
12572
|
-
Containers:
|
|
12573
|
-
SupportedTransformInstanceTypes: NotRequired[
|
|
12574
|
-
SupportedRealtimeInferenceInstanceTypes: NotRequired[
|
|
12575
|
-
SupportedContentTypes: NotRequired[
|
|
12576
|
-
SupportedResponseMIMETypes: NotRequired[
|
|
12524
|
+
Containers: list[ModelPackageContainerDefinitionOutputTypeDef]
|
|
12525
|
+
SupportedTransformInstanceTypes: NotRequired[list[TransformInstanceTypeType]]
|
|
12526
|
+
SupportedRealtimeInferenceInstanceTypes: NotRequired[list[ProductionVariantInstanceTypeType]]
|
|
12527
|
+
SupportedContentTypes: NotRequired[list[str]]
|
|
12528
|
+
SupportedResponseMIMETypes: NotRequired[list[str]]
|
|
12577
12529
|
|
|
12578
12530
|
|
|
12579
12531
|
ModelPackageContainerDefinitionUnionTypeDef = Union[
|
|
@@ -12582,7 +12534,7 @@ ModelPackageContainerDefinitionUnionTypeDef = Union[
|
|
|
12582
12534
|
|
|
12583
12535
|
|
|
12584
12536
|
class SourceAlgorithmSpecificationOutputTypeDef(TypedDict):
|
|
12585
|
-
SourceAlgorithms:
|
|
12537
|
+
SourceAlgorithms: list[SourceAlgorithmTypeDef]
|
|
12586
12538
|
|
|
12587
12539
|
|
|
12588
12540
|
class SourceAlgorithmSpecificationTypeDef(TypedDict):
|
|
@@ -12663,14 +12615,14 @@ class DescribeModelQualityJobDefinitionResponseTypeDef(TypedDict):
|
|
|
12663
12615
|
|
|
12664
12616
|
|
|
12665
12617
|
class MonitoringJobDefinitionOutputTypeDef(TypedDict):
|
|
12666
|
-
MonitoringInputs:
|
|
12618
|
+
MonitoringInputs: list[MonitoringInputOutputTypeDef]
|
|
12667
12619
|
MonitoringOutputConfig: MonitoringOutputConfigOutputTypeDef
|
|
12668
12620
|
MonitoringResources: MonitoringResourcesTypeDef
|
|
12669
12621
|
MonitoringAppSpecification: MonitoringAppSpecificationOutputTypeDef
|
|
12670
12622
|
RoleArn: str
|
|
12671
12623
|
BaselineConfig: NotRequired[MonitoringBaselineConfigTypeDef]
|
|
12672
12624
|
StoppingCondition: NotRequired[MonitoringStoppingConditionTypeDef]
|
|
12673
|
-
Environment: NotRequired[
|
|
12625
|
+
Environment: NotRequired[dict[str, str]]
|
|
12674
12626
|
NetworkConfig: NotRequired[NetworkConfigOutputTypeDef]
|
|
12675
12627
|
|
|
12676
12628
|
|
|
@@ -12958,12 +12910,12 @@ class UpdateSpaceRequestRequestTypeDef(TypedDict):
|
|
|
12958
12910
|
|
|
12959
12911
|
class AlgorithmValidationSpecificationOutputTypeDef(TypedDict):
|
|
12960
12912
|
ValidationRole: str
|
|
12961
|
-
ValidationProfiles:
|
|
12913
|
+
ValidationProfiles: list[AlgorithmValidationProfileOutputTypeDef]
|
|
12962
12914
|
|
|
12963
12915
|
|
|
12964
12916
|
class ModelPackageValidationSpecificationOutputTypeDef(TypedDict):
|
|
12965
12917
|
ValidationRole: str
|
|
12966
|
-
ValidationProfiles:
|
|
12918
|
+
ValidationProfiles: list[ModelPackageValidationProfileOutputTypeDef]
|
|
12967
12919
|
|
|
12968
12920
|
|
|
12969
12921
|
class ModelPackageValidationProfileTypeDef(TypedDict):
|
|
@@ -12983,15 +12935,15 @@ class TrialComponentTypeDef(TypedDict):
|
|
|
12983
12935
|
CreatedBy: NotRequired[UserContextTypeDef]
|
|
12984
12936
|
LastModifiedTime: NotRequired[datetime]
|
|
12985
12937
|
LastModifiedBy: NotRequired[UserContextTypeDef]
|
|
12986
|
-
Parameters: NotRequired[
|
|
12987
|
-
InputArtifacts: NotRequired[
|
|
12988
|
-
OutputArtifacts: NotRequired[
|
|
12989
|
-
Metrics: NotRequired[
|
|
12938
|
+
Parameters: NotRequired[dict[str, TrialComponentParameterValueTypeDef]]
|
|
12939
|
+
InputArtifacts: NotRequired[dict[str, TrialComponentArtifactTypeDef]]
|
|
12940
|
+
OutputArtifacts: NotRequired[dict[str, TrialComponentArtifactTypeDef]]
|
|
12941
|
+
Metrics: NotRequired[list[TrialComponentMetricSummaryTypeDef]]
|
|
12990
12942
|
MetadataProperties: NotRequired[MetadataPropertiesTypeDef]
|
|
12991
12943
|
SourceDetail: NotRequired[TrialComponentSourceDetailTypeDef]
|
|
12992
12944
|
LineageGroupArn: NotRequired[str]
|
|
12993
|
-
Tags: NotRequired[
|
|
12994
|
-
Parents: NotRequired[
|
|
12945
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
12946
|
+
Parents: NotRequired[list[ParentTypeDef]]
|
|
12995
12947
|
RunName: NotRequired[str]
|
|
12996
12948
|
|
|
12997
12949
|
|
|
@@ -13031,8 +12983,8 @@ class RecommendationJobInputConfigTypeDef(TypedDict):
|
|
|
13031
12983
|
|
|
13032
12984
|
|
|
13033
12985
|
class BatchDescribeModelPackageOutputTypeDef(TypedDict):
|
|
13034
|
-
ModelPackageSummaries:
|
|
13035
|
-
BatchDescribeModelPackageErrorMap:
|
|
12986
|
+
ModelPackageSummaries: dict[str, BatchDescribeModelPackageSummaryTypeDef]
|
|
12987
|
+
BatchDescribeModelPackageErrorMap: dict[str, BatchDescribeModelPackageErrorTypeDef]
|
|
13036
12988
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
13037
12989
|
|
|
13038
12990
|
|
|
@@ -13082,7 +13034,7 @@ class ModelDashboardMonitoringScheduleTypeDef(TypedDict):
|
|
|
13082
13034
|
LastModifiedTime: NotRequired[datetime]
|
|
13083
13035
|
MonitoringScheduleConfig: NotRequired[MonitoringScheduleConfigOutputTypeDef]
|
|
13084
13036
|
EndpointName: NotRequired[str]
|
|
13085
|
-
MonitoringAlertSummaries: NotRequired[
|
|
13037
|
+
MonitoringAlertSummaries: NotRequired[list[MonitoringAlertSummaryTypeDef]]
|
|
13086
13038
|
LastMonitoringExecutionSummary: NotRequired[MonitoringExecutionSummaryTypeDef]
|
|
13087
13039
|
BatchTransformInput: NotRequired[BatchTransformInputOutputTypeDef]
|
|
13088
13040
|
|
|
@@ -13098,7 +13050,7 @@ class MonitoringScheduleTypeDef(TypedDict):
|
|
|
13098
13050
|
MonitoringScheduleConfig: NotRequired[MonitoringScheduleConfigOutputTypeDef]
|
|
13099
13051
|
EndpointName: NotRequired[str]
|
|
13100
13052
|
LastMonitoringExecutionSummary: NotRequired[MonitoringExecutionSummaryTypeDef]
|
|
13101
|
-
Tags: NotRequired[
|
|
13053
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
13102
13054
|
|
|
13103
13055
|
|
|
13104
13056
|
class CreateDataQualityJobDefinitionRequestRequestTypeDef(TypedDict):
|
|
@@ -13252,9 +13204,9 @@ class DescribeModelPackageOutputTypeDef(TypedDict):
|
|
|
13252
13204
|
Domain: str
|
|
13253
13205
|
Task: str
|
|
13254
13206
|
SamplePayloadUrl: str
|
|
13255
|
-
CustomerMetadataProperties:
|
|
13207
|
+
CustomerMetadataProperties: dict[str, str]
|
|
13256
13208
|
DriftCheckBaselines: DriftCheckBaselinesTypeDef
|
|
13257
|
-
AdditionalInferenceSpecifications:
|
|
13209
|
+
AdditionalInferenceSpecifications: list[AdditionalInferenceSpecificationDefinitionOutputTypeDef]
|
|
13258
13210
|
SkipModelValidation: SkipModelValidationType
|
|
13259
13211
|
SourceUri: str
|
|
13260
13212
|
SecurityConfig: ModelPackageSecurityConfigTypeDef
|
|
@@ -13287,14 +13239,14 @@ class ModelPackageTypeDef(TypedDict):
|
|
|
13287
13239
|
Task: NotRequired[str]
|
|
13288
13240
|
SamplePayloadUrl: NotRequired[str]
|
|
13289
13241
|
AdditionalInferenceSpecifications: NotRequired[
|
|
13290
|
-
|
|
13242
|
+
list[AdditionalInferenceSpecificationDefinitionOutputTypeDef]
|
|
13291
13243
|
]
|
|
13292
13244
|
SourceUri: NotRequired[str]
|
|
13293
13245
|
SecurityConfig: NotRequired[ModelPackageSecurityConfigTypeDef]
|
|
13294
13246
|
ModelCard: NotRequired[ModelPackageModelCardTypeDef]
|
|
13295
13247
|
ModelLifeCycle: NotRequired[ModelLifeCycleTypeDef]
|
|
13296
|
-
Tags: NotRequired[
|
|
13297
|
-
CustomerMetadataProperties: NotRequired[
|
|
13248
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
13249
|
+
CustomerMetadataProperties: NotRequired[dict[str, str]]
|
|
13298
13250
|
DriftCheckBaselines: NotRequired[DriftCheckBaselinesTypeDef]
|
|
13299
13251
|
SkipModelValidation: NotRequired[SkipModelValidationType]
|
|
13300
13252
|
|
|
@@ -13331,9 +13283,9 @@ class CreateInferenceRecommendationsJobRequestRequestTypeDef(TypedDict):
|
|
|
13331
13283
|
|
|
13332
13284
|
class ModelDashboardModelTypeDef(TypedDict):
|
|
13333
13285
|
Model: NotRequired[ModelTypeDef]
|
|
13334
|
-
Endpoints: NotRequired[
|
|
13286
|
+
Endpoints: NotRequired[list[ModelDashboardEndpointTypeDef]]
|
|
13335
13287
|
LastBatchTransformJob: NotRequired[TransformJobTypeDef]
|
|
13336
|
-
MonitoringSchedules: NotRequired[
|
|
13288
|
+
MonitoringSchedules: NotRequired[list[ModelDashboardMonitoringScheduleTypeDef]]
|
|
13337
13289
|
ModelCard: NotRequired[ModelDashboardModelCardTypeDef]
|
|
13338
13290
|
|
|
13339
13291
|
|
|
@@ -13344,12 +13296,12 @@ class EndpointTypeDef(TypedDict):
|
|
|
13344
13296
|
EndpointStatus: EndpointStatusType
|
|
13345
13297
|
CreationTime: datetime
|
|
13346
13298
|
LastModifiedTime: datetime
|
|
13347
|
-
ProductionVariants: NotRequired[
|
|
13299
|
+
ProductionVariants: NotRequired[list[ProductionVariantSummaryTypeDef]]
|
|
13348
13300
|
DataCaptureConfig: NotRequired[DataCaptureConfigSummaryTypeDef]
|
|
13349
13301
|
FailureReason: NotRequired[str]
|
|
13350
|
-
MonitoringSchedules: NotRequired[
|
|
13351
|
-
Tags: NotRequired[
|
|
13352
|
-
ShadowProductionVariants: NotRequired[
|
|
13302
|
+
MonitoringSchedules: NotRequired[list[MonitoringScheduleTypeDef]]
|
|
13303
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
13304
|
+
ShadowProductionVariants: NotRequired[list[ProductionVariantSummaryTypeDef]]
|
|
13353
13305
|
|
|
13354
13306
|
|
|
13355
13307
|
class MonitoringJobDefinitionTypeDef(TypedDict):
|
|
@@ -13445,7 +13397,7 @@ class CreateModelPackageInputRequestTypeDef(TypedDict):
|
|
|
13445
13397
|
|
|
13446
13398
|
|
|
13447
13399
|
class SearchResponseTypeDef(TypedDict):
|
|
13448
|
-
Results:
|
|
13400
|
+
Results: list[SearchRecordTypeDef]
|
|
13449
13401
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
13450
13402
|
NextToken: NotRequired[str]
|
|
13451
13403
|
|