mypy-boto3-sagemaker 1.35.75__py3-none-any.whl → 1.35.91__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of mypy-boto3-sagemaker might be problematic. Click here for more details.
- mypy_boto3_sagemaker/__init__.py +1 -1
- mypy_boto3_sagemaker/__init__.pyi +1 -1
- mypy_boto3_sagemaker/__main__.py +9 -8
- mypy_boto3_sagemaker/client.py +280 -240
- mypy_boto3_sagemaker/client.pyi +280 -239
- mypy_boto3_sagemaker/literals.py +32 -2
- mypy_boto3_sagemaker/literals.pyi +32 -2
- mypy_boto3_sagemaker/paginator.py +893 -452
- mypy_boto3_sagemaker/paginator.pyi +816 -451
- mypy_boto3_sagemaker/type_defs.py +573 -615
- mypy_boto3_sagemaker/type_defs.pyi +572 -608
- mypy_boto3_sagemaker/version.py +2 -2
- mypy_boto3_sagemaker/waiter.py +42 -37
- mypy_boto3_sagemaker/waiter.pyi +42 -37
- {mypy_boto3_sagemaker-1.35.75.dist-info → mypy_boto3_sagemaker-1.35.91.dist-info}/LICENSE +1 -1
- {mypy_boto3_sagemaker-1.35.75.dist-info → mypy_boto3_sagemaker-1.35.91.dist-info}/METADATA +22 -8
- mypy_boto3_sagemaker-1.35.91.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.91.dist-info}/WHEEL +0 -0
- {mypy_boto3_sagemaker-1.35.75.dist-info → mypy_boto3_sagemaker-1.35.91.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
|
|
|
@@ -11,12 +11,14 @@ Usage::
|
|
|
11
11
|
data: ActionSourceTypeDef = ...
|
|
12
12
|
```
|
|
13
13
|
|
|
14
|
-
Copyright
|
|
14
|
+
Copyright 2025 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
|
|
|
@@ -1909,6 +1905,7 @@ class AdditionalS3DataSourceTypeDef(TypedDict):
|
|
|
1909
1905
|
S3DataType: AdditionalS3DataSourceDataTypeType
|
|
1910
1906
|
S3Uri: str
|
|
1911
1907
|
CompressionType: NotRequired[CompressionTypeType]
|
|
1908
|
+
ETag: NotRequired[str]
|
|
1912
1909
|
|
|
1913
1910
|
|
|
1914
1911
|
class AgentVersionTypeDef(TypedDict):
|
|
@@ -1965,8 +1962,8 @@ class IdleSettingsTypeDef(TypedDict):
|
|
|
1965
1962
|
|
|
1966
1963
|
class AppSpecificationOutputTypeDef(TypedDict):
|
|
1967
1964
|
ImageUri: str
|
|
1968
|
-
ContainerEntrypoint: NotRequired[
|
|
1969
|
-
ContainerArguments: NotRequired[
|
|
1965
|
+
ContainerEntrypoint: NotRequired[list[str]]
|
|
1966
|
+
ContainerArguments: NotRequired[list[str]]
|
|
1970
1967
|
|
|
1971
1968
|
|
|
1972
1969
|
class AppSpecificationTypeDef(TypedDict):
|
|
@@ -1992,7 +1989,7 @@ class AsyncInferenceClientConfigTypeDef(TypedDict):
|
|
|
1992
1989
|
class AsyncInferenceNotificationConfigOutputTypeDef(TypedDict):
|
|
1993
1990
|
SuccessTopic: NotRequired[str]
|
|
1994
1991
|
ErrorTopic: NotRequired[str]
|
|
1995
|
-
IncludeInferenceResponseIn: NotRequired[
|
|
1992
|
+
IncludeInferenceResponseIn: NotRequired[list[AsyncNotificationTopicTypesType]]
|
|
1996
1993
|
|
|
1997
1994
|
|
|
1998
1995
|
class AsyncInferenceNotificationConfigTypeDef(TypedDict):
|
|
@@ -2013,7 +2010,7 @@ class AthenaDatasetDefinitionTypeDef(TypedDict):
|
|
|
2013
2010
|
|
|
2014
2011
|
|
|
2015
2012
|
class AutoMLAlgorithmConfigOutputTypeDef(TypedDict):
|
|
2016
|
-
AutoMLAlgorithms:
|
|
2013
|
+
AutoMLAlgorithms: list[AutoMLAlgorithmType]
|
|
2017
2014
|
|
|
2018
2015
|
|
|
2019
2016
|
class AutoMLAlgorithmConfigTypeDef(TypedDict):
|
|
@@ -2029,7 +2026,7 @@ class AutoMLCandidateStepTypeDef(TypedDict):
|
|
|
2029
2026
|
class AutoMLContainerDefinitionTypeDef(TypedDict):
|
|
2030
2027
|
Image: str
|
|
2031
2028
|
ModelDataUrl: str
|
|
2032
|
-
Environment: NotRequired[
|
|
2029
|
+
Environment: NotRequired[dict[str, str]]
|
|
2033
2030
|
|
|
2034
2031
|
|
|
2035
2032
|
FinalAutoMLJobObjectiveMetricTypeDef = TypedDict(
|
|
@@ -2093,8 +2090,8 @@ class TextGenerationResolvedAttributesTypeDef(TypedDict):
|
|
|
2093
2090
|
|
|
2094
2091
|
|
|
2095
2092
|
class VpcConfigOutputTypeDef(TypedDict):
|
|
2096
|
-
SecurityGroupIds:
|
|
2097
|
-
Subnets:
|
|
2093
|
+
SecurityGroupIds: list[str]
|
|
2094
|
+
Subnets: list[str]
|
|
2098
2095
|
|
|
2099
2096
|
|
|
2100
2097
|
class AutoParameterTypeDef(TypedDict):
|
|
@@ -2216,8 +2213,8 @@ CapacitySizeTypeDef = TypedDict(
|
|
|
2216
2213
|
|
|
2217
2214
|
|
|
2218
2215
|
class CaptureContentTypeHeaderOutputTypeDef(TypedDict):
|
|
2219
|
-
CsvContentTypes: NotRequired[
|
|
2220
|
-
JsonContentTypes: NotRequired[
|
|
2216
|
+
CsvContentTypes: NotRequired[list[str]]
|
|
2217
|
+
JsonContentTypes: NotRequired[list[str]]
|
|
2221
2218
|
|
|
2222
2219
|
|
|
2223
2220
|
class CaptureContentTypeHeaderTypeDef(TypedDict):
|
|
@@ -2231,16 +2228,16 @@ class CaptureOptionTypeDef(TypedDict):
|
|
|
2231
2228
|
|
|
2232
2229
|
class CategoricalParameterOutputTypeDef(TypedDict):
|
|
2233
2230
|
Name: str
|
|
2234
|
-
Value:
|
|
2231
|
+
Value: list[str]
|
|
2235
2232
|
|
|
2236
2233
|
|
|
2237
2234
|
class CategoricalParameterRangeOutputTypeDef(TypedDict):
|
|
2238
2235
|
Name: str
|
|
2239
|
-
Values:
|
|
2236
|
+
Values: list[str]
|
|
2240
2237
|
|
|
2241
2238
|
|
|
2242
2239
|
class CategoricalParameterRangeSpecificationOutputTypeDef(TypedDict):
|
|
2243
|
-
Values:
|
|
2240
|
+
Values: list[str]
|
|
2244
2241
|
|
|
2245
2242
|
|
|
2246
2243
|
class CategoricalParameterRangeSpecificationTypeDef(TypedDict):
|
|
@@ -2263,11 +2260,11 @@ class ShuffleConfigTypeDef(TypedDict):
|
|
|
2263
2260
|
|
|
2264
2261
|
class ChannelSpecificationOutputTypeDef(TypedDict):
|
|
2265
2262
|
Name: str
|
|
2266
|
-
SupportedContentTypes:
|
|
2267
|
-
SupportedInputModes:
|
|
2263
|
+
SupportedContentTypes: list[str]
|
|
2264
|
+
SupportedInputModes: list[TrainingInputModeType]
|
|
2268
2265
|
Description: NotRequired[str]
|
|
2269
2266
|
IsRequired: NotRequired[bool]
|
|
2270
|
-
SupportedCompressionTypes: NotRequired[
|
|
2267
|
+
SupportedCompressionTypes: NotRequired[list[CompressionTypeType]]
|
|
2271
2268
|
|
|
2272
2269
|
|
|
2273
2270
|
class ChannelSpecificationTypeDef(TypedDict):
|
|
@@ -2304,9 +2301,9 @@ class ClarifyInferenceConfigOutputTypeDef(TypedDict):
|
|
|
2304
2301
|
LabelIndex: NotRequired[int]
|
|
2305
2302
|
ProbabilityAttribute: NotRequired[str]
|
|
2306
2303
|
LabelAttribute: NotRequired[str]
|
|
2307
|
-
LabelHeaders: NotRequired[
|
|
2308
|
-
FeatureHeaders: NotRequired[
|
|
2309
|
-
FeatureTypes: NotRequired[
|
|
2304
|
+
LabelHeaders: NotRequired[list[str]]
|
|
2305
|
+
FeatureHeaders: NotRequired[list[str]]
|
|
2306
|
+
FeatureTypes: NotRequired[list[ClarifyFeatureTypeType]]
|
|
2310
2307
|
|
|
2311
2308
|
|
|
2312
2309
|
class ClarifyInferenceConfigTypeDef(TypedDict):
|
|
@@ -2373,13 +2370,13 @@ class ClusterSummaryTypeDef(TypedDict):
|
|
|
2373
2370
|
ClusterName: str
|
|
2374
2371
|
CreationTime: datetime
|
|
2375
2372
|
ClusterStatus: ClusterStatusType
|
|
2376
|
-
TrainingPlanArns: NotRequired[
|
|
2373
|
+
TrainingPlanArns: NotRequired[list[str]]
|
|
2377
2374
|
|
|
2378
2375
|
|
|
2379
2376
|
class ContainerConfigOutputTypeDef(TypedDict):
|
|
2380
|
-
ContainerArguments: NotRequired[
|
|
2381
|
-
ContainerEntrypoint: NotRequired[
|
|
2382
|
-
ContainerEnvironmentVariables: NotRequired[
|
|
2377
|
+
ContainerArguments: NotRequired[list[str]]
|
|
2378
|
+
ContainerEntrypoint: NotRequired[list[str]]
|
|
2379
|
+
ContainerEnvironmentVariables: NotRequired[dict[str, str]]
|
|
2383
2380
|
|
|
2384
2381
|
|
|
2385
2382
|
class FileSystemConfigTypeDef(TypedDict):
|
|
@@ -2421,7 +2418,7 @@ class VectorConfigTypeDef(TypedDict):
|
|
|
2421
2418
|
|
|
2422
2419
|
class CollectionConfigurationOutputTypeDef(TypedDict):
|
|
2423
2420
|
CollectionName: NotRequired[str]
|
|
2424
|
-
CollectionParameters: NotRequired[
|
|
2421
|
+
CollectionParameters: NotRequired[dict[str, str]]
|
|
2425
2422
|
|
|
2426
2423
|
|
|
2427
2424
|
class CollectionConfigurationTypeDef(TypedDict):
|
|
@@ -2885,11 +2882,11 @@ class DataCatalogConfigTypeDef(TypedDict):
|
|
|
2885
2882
|
|
|
2886
2883
|
class DataQualityAppSpecificationOutputTypeDef(TypedDict):
|
|
2887
2884
|
ImageUri: str
|
|
2888
|
-
ContainerEntrypoint: NotRequired[
|
|
2889
|
-
ContainerArguments: NotRequired[
|
|
2885
|
+
ContainerEntrypoint: NotRequired[list[str]]
|
|
2886
|
+
ContainerArguments: NotRequired[list[str]]
|
|
2890
2887
|
RecordPreprocessorSourceUri: NotRequired[str]
|
|
2891
2888
|
PostAnalyticsProcessorSourceUri: NotRequired[str]
|
|
2892
|
-
Environment: NotRequired[
|
|
2889
|
+
Environment: NotRequired[dict[str, str]]
|
|
2893
2890
|
|
|
2894
2891
|
|
|
2895
2892
|
class MonitoringConstraintsResourceTypeDef(TypedDict):
|
|
@@ -2931,8 +2928,8 @@ S3DataSourceOutputTypeDef = TypedDict(
|
|
|
2931
2928
|
"S3DataType": S3DataTypeType,
|
|
2932
2929
|
"S3Uri": str,
|
|
2933
2930
|
"S3DataDistributionType": NotRequired[S3DataDistributionType],
|
|
2934
|
-
"AttributeNames": NotRequired[
|
|
2935
|
-
"InstanceGroupNames": NotRequired[
|
|
2931
|
+
"AttributeNames": NotRequired[list[str]],
|
|
2932
|
+
"InstanceGroupNames": NotRequired[list[str]],
|
|
2936
2933
|
},
|
|
2937
2934
|
)
|
|
2938
2935
|
|
|
@@ -2956,7 +2953,7 @@ class DebugRuleConfigurationOutputTypeDef(TypedDict):
|
|
|
2956
2953
|
S3OutputPath: NotRequired[str]
|
|
2957
2954
|
InstanceType: NotRequired[ProcessingInstanceTypeType]
|
|
2958
2955
|
VolumeSizeInGB: NotRequired[int]
|
|
2959
|
-
RuleParameters: NotRequired[
|
|
2956
|
+
RuleParameters: NotRequired[dict[str, str]]
|
|
2960
2957
|
|
|
2961
2958
|
|
|
2962
2959
|
class DebugRuleConfigurationTypeDef(TypedDict):
|
|
@@ -3225,13 +3222,13 @@ class DeployedImageTypeDef(TypedDict):
|
|
|
3225
3222
|
class RealTimeInferenceRecommendationTypeDef(TypedDict):
|
|
3226
3223
|
RecommendationId: str
|
|
3227
3224
|
InstanceType: ProductionVariantInstanceTypeType
|
|
3228
|
-
Environment: NotRequired[
|
|
3225
|
+
Environment: NotRequired[dict[str, str]]
|
|
3229
3226
|
|
|
3230
3227
|
|
|
3231
3228
|
class DeviceSelectionConfigOutputTypeDef(TypedDict):
|
|
3232
3229
|
DeviceSubsetType: DeviceSubsetTypeType
|
|
3233
3230
|
Percentage: NotRequired[int]
|
|
3234
|
-
DeviceNames: NotRequired[
|
|
3231
|
+
DeviceNames: NotRequired[list[str]]
|
|
3235
3232
|
DeviceNameContains: NotRequired[str]
|
|
3236
3233
|
|
|
3237
3234
|
|
|
@@ -3324,8 +3321,8 @@ class ModelDigestsTypeDef(TypedDict):
|
|
|
3324
3321
|
|
|
3325
3322
|
|
|
3326
3323
|
class NeoVpcConfigOutputTypeDef(TypedDict):
|
|
3327
|
-
SecurityGroupIds:
|
|
3328
|
-
Subnets:
|
|
3324
|
+
SecurityGroupIds: list[str]
|
|
3325
|
+
Subnets: list[str]
|
|
3329
3326
|
|
|
3330
3327
|
|
|
3331
3328
|
class DescribeComputeQuotaRequestRequestTypeDef(TypedDict):
|
|
@@ -3387,15 +3384,15 @@ class DescribeEndpointConfigInputRequestTypeDef(TypedDict):
|
|
|
3387
3384
|
EndpointConfigName: str
|
|
3388
3385
|
|
|
3389
3386
|
|
|
3387
|
+
class DescribeEndpointInputRequestTypeDef(TypedDict):
|
|
3388
|
+
EndpointName: str
|
|
3389
|
+
|
|
3390
|
+
|
|
3390
3391
|
class WaiterConfigTypeDef(TypedDict):
|
|
3391
3392
|
Delay: NotRequired[int]
|
|
3392
3393
|
MaxAttempts: NotRequired[int]
|
|
3393
3394
|
|
|
3394
3395
|
|
|
3395
|
-
class DescribeEndpointInputRequestTypeDef(TypedDict):
|
|
3396
|
-
EndpointName: str
|
|
3397
|
-
|
|
3398
|
-
|
|
3399
3396
|
class DescribeExperimentRequestRequestTypeDef(TypedDict):
|
|
3400
3397
|
ExperimentName: str
|
|
3401
3398
|
|
|
@@ -3563,7 +3560,7 @@ class DescribeModelBiasJobDefinitionRequestRequestTypeDef(TypedDict):
|
|
|
3563
3560
|
class ModelBiasAppSpecificationOutputTypeDef(TypedDict):
|
|
3564
3561
|
ImageUri: str
|
|
3565
3562
|
ConfigUri: str
|
|
3566
|
-
Environment: NotRequired[
|
|
3563
|
+
Environment: NotRequired[dict[str, str]]
|
|
3567
3564
|
|
|
3568
3565
|
|
|
3569
3566
|
class DescribeModelCardExportJobRequestRequestTypeDef(TypedDict):
|
|
@@ -3586,7 +3583,7 @@ class DescribeModelExplainabilityJobDefinitionRequestRequestTypeDef(TypedDict):
|
|
|
3586
3583
|
class ModelExplainabilityAppSpecificationOutputTypeDef(TypedDict):
|
|
3587
3584
|
ImageUri: str
|
|
3588
3585
|
ConfigUri: str
|
|
3589
|
-
Environment: NotRequired[
|
|
3586
|
+
Environment: NotRequired[dict[str, str]]
|
|
3590
3587
|
|
|
3591
3588
|
|
|
3592
3589
|
class DescribeModelInputRequestTypeDef(TypedDict):
|
|
@@ -3607,12 +3604,12 @@ class DescribeModelQualityJobDefinitionRequestRequestTypeDef(TypedDict):
|
|
|
3607
3604
|
|
|
3608
3605
|
class ModelQualityAppSpecificationOutputTypeDef(TypedDict):
|
|
3609
3606
|
ImageUri: str
|
|
3610
|
-
ContainerEntrypoint: NotRequired[
|
|
3611
|
-
ContainerArguments: NotRequired[
|
|
3607
|
+
ContainerEntrypoint: NotRequired[list[str]]
|
|
3608
|
+
ContainerArguments: NotRequired[list[str]]
|
|
3612
3609
|
RecordPreprocessorSourceUri: NotRequired[str]
|
|
3613
3610
|
PostAnalyticsProcessorSourceUri: NotRequired[str]
|
|
3614
3611
|
ProblemType: NotRequired[MonitoringProblemTypeType]
|
|
3615
|
-
Environment: NotRequired[
|
|
3612
|
+
Environment: NotRequired[dict[str, str]]
|
|
3616
3613
|
|
|
3617
3614
|
|
|
3618
3615
|
class DescribeMonitoringScheduleRequestRequestTypeDef(TypedDict):
|
|
@@ -3649,8 +3646,8 @@ class OptimizationOutputTypeDef(TypedDict):
|
|
|
3649
3646
|
|
|
3650
3647
|
|
|
3651
3648
|
class OptimizationVpcConfigOutputTypeDef(TypedDict):
|
|
3652
|
-
SecurityGroupIds:
|
|
3653
|
-
Subnets:
|
|
3649
|
+
SecurityGroupIds: list[str]
|
|
3650
|
+
Subnets: list[str]
|
|
3654
3651
|
|
|
3655
3652
|
|
|
3656
3653
|
class DescribePartnerAppRequestRequestTypeDef(TypedDict):
|
|
@@ -3663,8 +3660,8 @@ class ErrorInfoTypeDef(TypedDict):
|
|
|
3663
3660
|
|
|
3664
3661
|
|
|
3665
3662
|
class PartnerAppConfigOutputTypeDef(TypedDict):
|
|
3666
|
-
AdminUsers: NotRequired[
|
|
3667
|
-
Arguments: NotRequired[
|
|
3663
|
+
AdminUsers: NotRequired[list[str]]
|
|
3664
|
+
Arguments: NotRequired[dict[str, str]]
|
|
3668
3665
|
|
|
3669
3666
|
|
|
3670
3667
|
class DescribePipelineDefinitionForExecutionRequestRequestTypeDef(TypedDict):
|
|
@@ -3731,7 +3728,7 @@ class MetricDataTypeDef(TypedDict):
|
|
|
3731
3728
|
class ProfilerConfigOutputTypeDef(TypedDict):
|
|
3732
3729
|
S3OutputPath: NotRequired[str]
|
|
3733
3730
|
ProfilingIntervalInMilliseconds: NotRequired[int]
|
|
3734
|
-
ProfilingParameters: NotRequired[
|
|
3731
|
+
ProfilingParameters: NotRequired[dict[str, str]]
|
|
3735
3732
|
DisableProfiler: NotRequired[bool]
|
|
3736
3733
|
|
|
3737
3734
|
|
|
@@ -3742,7 +3739,7 @@ class ProfilerRuleConfigurationOutputTypeDef(TypedDict):
|
|
|
3742
3739
|
S3OutputPath: NotRequired[str]
|
|
3743
3740
|
InstanceType: NotRequired[ProcessingInstanceTypeType]
|
|
3744
3741
|
VolumeSizeInGB: NotRequired[int]
|
|
3745
|
-
RuleParameters: NotRequired[
|
|
3742
|
+
RuleParameters: NotRequired[dict[str, str]]
|
|
3746
3743
|
|
|
3747
3744
|
|
|
3748
3745
|
class ProfilerRuleEvaluationStatusTypeDef(TypedDict):
|
|
@@ -3885,7 +3882,7 @@ class DisassociateTrialComponentRequestRequestTypeDef(TypedDict):
|
|
|
3885
3882
|
|
|
3886
3883
|
class DockerSettingsOutputTypeDef(TypedDict):
|
|
3887
3884
|
EnableDockerAccess: NotRequired[FeatureStatusType]
|
|
3888
|
-
VpcOnlyTrustedAccounts: NotRequired[
|
|
3885
|
+
VpcOnlyTrustedAccounts: NotRequired[list[str]]
|
|
3889
3886
|
|
|
3890
3887
|
|
|
3891
3888
|
class DockerSettingsTypeDef(TypedDict):
|
|
@@ -3958,8 +3955,8 @@ class EdgeTypeDef(TypedDict):
|
|
|
3958
3955
|
|
|
3959
3956
|
|
|
3960
3957
|
class EmrSettingsOutputTypeDef(TypedDict):
|
|
3961
|
-
AssumableRoleArns: NotRequired[
|
|
3962
|
-
ExecutionRoleArns: NotRequired[
|
|
3958
|
+
AssumableRoleArns: NotRequired[list[str]]
|
|
3959
|
+
ExecutionRoleArns: NotRequired[list[str]]
|
|
3963
3960
|
|
|
3964
3961
|
|
|
3965
3962
|
class EmrSettingsTypeDef(TypedDict):
|
|
@@ -4070,7 +4067,7 @@ class GitConfigForUpdateTypeDef(TypedDict):
|
|
|
4070
4067
|
|
|
4071
4068
|
class HiddenSageMakerImageOutputTypeDef(TypedDict):
|
|
4072
4069
|
SageMakerImageName: NotRequired[Literal["sagemaker_distribution"]]
|
|
4073
|
-
VersionAliases: NotRequired[
|
|
4070
|
+
VersionAliases: NotRequired[list[str]]
|
|
4074
4071
|
|
|
4075
4072
|
|
|
4076
4073
|
class HiddenSageMakerImageTypeDef(TypedDict):
|
|
@@ -4094,7 +4091,7 @@ class HubContentInfoTypeDef(TypedDict):
|
|
|
4094
4091
|
HubContentDisplayName: NotRequired[str]
|
|
4095
4092
|
HubContentDescription: NotRequired[str]
|
|
4096
4093
|
SupportStatus: NotRequired[HubContentSupportStatusType]
|
|
4097
|
-
HubContentSearchKeywords: NotRequired[
|
|
4094
|
+
HubContentSearchKeywords: NotRequired[list[str]]
|
|
4098
4095
|
OriginalCreationTime: NotRequired[datetime]
|
|
4099
4096
|
|
|
4100
4097
|
|
|
@@ -4106,7 +4103,7 @@ class HubInfoTypeDef(TypedDict):
|
|
|
4106
4103
|
LastModifiedTime: datetime
|
|
4107
4104
|
HubDisplayName: NotRequired[str]
|
|
4108
4105
|
HubDescription: NotRequired[str]
|
|
4109
|
-
HubSearchKeywords: NotRequired[
|
|
4106
|
+
HubSearchKeywords: NotRequired[list[str]]
|
|
4110
4107
|
|
|
4111
4108
|
|
|
4112
4109
|
class HumanLoopActivationConditionsConfigTypeDef(TypedDict):
|
|
@@ -4279,7 +4276,7 @@ class LabelCountersForWorkteamTypeDef(TypedDict):
|
|
|
4279
4276
|
|
|
4280
4277
|
|
|
4281
4278
|
class LabelingJobDataAttributesOutputTypeDef(TypedDict):
|
|
4282
|
-
ContentClassifiers: NotRequired[
|
|
4279
|
+
ContentClassifiers: NotRequired[list[ContentClassifierType]]
|
|
4283
4280
|
|
|
4284
4281
|
|
|
4285
4282
|
class LabelingJobDataAttributesTypeDef(TypedDict):
|
|
@@ -4467,7 +4464,7 @@ class NotebookInstanceSummaryTypeDef(TypedDict):
|
|
|
4467
4464
|
LastModifiedTime: NotRequired[datetime]
|
|
4468
4465
|
NotebookInstanceLifecycleConfigName: NotRequired[str]
|
|
4469
4466
|
DefaultCodeRepository: NotRequired[str]
|
|
4470
|
-
AdditionalCodeRepositories: NotRequired[
|
|
4467
|
+
AdditionalCodeRepositories: NotRequired[list[str]]
|
|
4471
4468
|
|
|
4472
4469
|
|
|
4473
4470
|
class OptimizationJobSummaryTypeDef(TypedDict):
|
|
@@ -4476,7 +4473,7 @@ class OptimizationJobSummaryTypeDef(TypedDict):
|
|
|
4476
4473
|
CreationTime: datetime
|
|
4477
4474
|
OptimizationJobStatus: OptimizationJobStatusType
|
|
4478
4475
|
DeploymentInstanceType: OptimizationJobDeploymentInstanceTypeType
|
|
4479
|
-
OptimizationTypes:
|
|
4476
|
+
OptimizationTypes: list[str]
|
|
4480
4477
|
OptimizationStartTime: NotRequired[datetime]
|
|
4481
4478
|
OptimizationEndTime: NotRequired[datetime]
|
|
4482
4479
|
LastModifiedTime: NotRequired[datetime]
|
|
@@ -4659,7 +4656,7 @@ class ListWorkteamsRequestRequestTypeDef(TypedDict):
|
|
|
4659
4656
|
|
|
4660
4657
|
|
|
4661
4658
|
class OidcMemberDefinitionOutputTypeDef(TypedDict):
|
|
4662
|
-
Groups: NotRequired[
|
|
4659
|
+
Groups: NotRequired[list[str]]
|
|
4663
4660
|
|
|
4664
4661
|
|
|
4665
4662
|
class PredefinedMetricSpecificationTypeDef(TypedDict):
|
|
@@ -4676,7 +4673,7 @@ class MonitoringGroundTruthS3InputTypeDef(TypedDict):
|
|
|
4676
4673
|
|
|
4677
4674
|
class ModelCompilationConfigOutputTypeDef(TypedDict):
|
|
4678
4675
|
Image: NotRequired[str]
|
|
4679
|
-
OverrideEnvironment: NotRequired[
|
|
4676
|
+
OverrideEnvironment: NotRequired[dict[str, str]]
|
|
4680
4677
|
|
|
4681
4678
|
|
|
4682
4679
|
class ModelCompilationConfigTypeDef(TypedDict):
|
|
@@ -4723,7 +4720,7 @@ class ModelPackageStatusItemTypeDef(TypedDict):
|
|
|
4723
4720
|
|
|
4724
4721
|
class ModelQuantizationConfigOutputTypeDef(TypedDict):
|
|
4725
4722
|
Image: NotRequired[str]
|
|
4726
|
-
OverrideEnvironment: NotRequired[
|
|
4723
|
+
OverrideEnvironment: NotRequired[dict[str, str]]
|
|
4727
4724
|
|
|
4728
4725
|
|
|
4729
4726
|
class ModelQuantizationConfigTypeDef(TypedDict):
|
|
@@ -4733,7 +4730,7 @@ class ModelQuantizationConfigTypeDef(TypedDict):
|
|
|
4733
4730
|
|
|
4734
4731
|
class ModelShardingConfigOutputTypeDef(TypedDict):
|
|
4735
4732
|
Image: NotRequired[str]
|
|
4736
|
-
OverrideEnvironment: NotRequired[
|
|
4733
|
+
OverrideEnvironment: NotRequired[dict[str, str]]
|
|
4737
4734
|
|
|
4738
4735
|
|
|
4739
4736
|
class ModelShardingConfigTypeDef(TypedDict):
|
|
@@ -4747,8 +4744,8 @@ class ModelStepMetadataTypeDef(TypedDict):
|
|
|
4747
4744
|
|
|
4748
4745
|
class MonitoringAppSpecificationOutputTypeDef(TypedDict):
|
|
4749
4746
|
ImageUri: str
|
|
4750
|
-
ContainerEntrypoint: NotRequired[
|
|
4751
|
-
ContainerArguments: NotRequired[
|
|
4747
|
+
ContainerEntrypoint: NotRequired[list[str]]
|
|
4748
|
+
ContainerArguments: NotRequired[list[str]]
|
|
4752
4749
|
RecordPreprocessorSourceUri: NotRequired[str]
|
|
4753
4750
|
PostAnalyticsProcessorSourceUri: NotRequired[str]
|
|
4754
4751
|
|
|
@@ -4803,7 +4800,7 @@ class OidcConfigForResponseTypeDef(TypedDict):
|
|
|
4803
4800
|
LogoutEndpoint: NotRequired[str]
|
|
4804
4801
|
JwksUri: NotRequired[str]
|
|
4805
4802
|
Scope: NotRequired[str]
|
|
4806
|
-
AuthenticationRequestExtraParams: NotRequired[
|
|
4803
|
+
AuthenticationRequestExtraParams: NotRequired[dict[str, str]]
|
|
4807
4804
|
|
|
4808
4805
|
|
|
4809
4806
|
class OidcMemberDefinitionTypeDef(TypedDict):
|
|
@@ -4995,7 +4992,7 @@ class RecommendationJobCompiledOutputConfigTypeDef(TypedDict):
|
|
|
4995
4992
|
|
|
4996
4993
|
class RecommendationJobPayloadConfigOutputTypeDef(TypedDict):
|
|
4997
4994
|
SamplePayloadUrl: NotRequired[str]
|
|
4998
|
-
SupportedContentTypes: NotRequired[
|
|
4995
|
+
SupportedContentTypes: NotRequired[list[str]]
|
|
4999
4996
|
|
|
5000
4997
|
|
|
5001
4998
|
class RecommendationJobResourceLimitTypeDef(TypedDict):
|
|
@@ -5004,8 +5001,8 @@ class RecommendationJobResourceLimitTypeDef(TypedDict):
|
|
|
5004
5001
|
|
|
5005
5002
|
|
|
5006
5003
|
class RecommendationJobVpcConfigOutputTypeDef(TypedDict):
|
|
5007
|
-
SecurityGroupIds:
|
|
5008
|
-
Subnets:
|
|
5004
|
+
SecurityGroupIds: list[str]
|
|
5005
|
+
Subnets: list[str]
|
|
5009
5006
|
|
|
5010
5007
|
|
|
5011
5008
|
class RecommendationJobPayloadConfigTypeDef(TypedDict):
|
|
@@ -5084,7 +5081,7 @@ class SharingSettingsTypeDef(TypedDict):
|
|
|
5084
5081
|
|
|
5085
5082
|
|
|
5086
5083
|
class SourceIpConfigOutputTypeDef(TypedDict):
|
|
5087
|
-
Cidrs:
|
|
5084
|
+
Cidrs: list[str]
|
|
5088
5085
|
|
|
5089
5086
|
|
|
5090
5087
|
class SpaceIdleSettingsTypeDef(TypedDict):
|
|
@@ -5194,7 +5191,7 @@ class TimeSeriesConfigOutputTypeDef(TypedDict):
|
|
|
5194
5191
|
TargetAttributeName: str
|
|
5195
5192
|
TimestampAttributeName: str
|
|
5196
5193
|
ItemIdentifierAttributeName: str
|
|
5197
|
-
GroupingAttributeNames: NotRequired[
|
|
5194
|
+
GroupingAttributeNames: NotRequired[list[str]]
|
|
5198
5195
|
|
|
5199
5196
|
|
|
5200
5197
|
class TimeSeriesConfigTypeDef(TypedDict):
|
|
@@ -5205,8 +5202,8 @@ class TimeSeriesConfigTypeDef(TypedDict):
|
|
|
5205
5202
|
|
|
5206
5203
|
|
|
5207
5204
|
class TimeSeriesTransformationsOutputTypeDef(TypedDict):
|
|
5208
|
-
Filling: NotRequired[
|
|
5209
|
-
Aggregation: NotRequired[
|
|
5205
|
+
Filling: NotRequired[dict[str, dict[FillingTypeType, str]]]
|
|
5206
|
+
Aggregation: NotRequired[dict[str, AggregationTransformationValueType]]
|
|
5210
5207
|
|
|
5211
5208
|
|
|
5212
5209
|
class TimeSeriesTransformationsTypeDef(TypedDict):
|
|
@@ -5317,8 +5314,8 @@ class UpdateTrialRequestRequestTypeDef(TypedDict):
|
|
|
5317
5314
|
|
|
5318
5315
|
class WorkforceVpcConfigResponseTypeDef(TypedDict):
|
|
5319
5316
|
VpcId: str
|
|
5320
|
-
SecurityGroupIds:
|
|
5321
|
-
Subnets:
|
|
5317
|
+
SecurityGroupIds: list[str]
|
|
5318
|
+
Subnets: list[str]
|
|
5322
5319
|
VpcEndpointId: NotRequired[str]
|
|
5323
5320
|
|
|
5324
5321
|
|
|
@@ -5807,7 +5804,7 @@ class ImportHubContentResponseTypeDef(TypedDict):
|
|
|
5807
5804
|
|
|
5808
5805
|
|
|
5809
5806
|
class ListAliasesResponseTypeDef(TypedDict):
|
|
5810
|
-
SageMakerImageVersionAliases:
|
|
5807
|
+
SageMakerImageVersionAliases: list[str]
|
|
5811
5808
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
5812
5809
|
NextToken: NotRequired[str]
|
|
5813
5810
|
|
|
@@ -6041,7 +6038,7 @@ class AddTagsInputRequestTypeDef(TypedDict):
|
|
|
6041
6038
|
|
|
6042
6039
|
|
|
6043
6040
|
class AddTagsOutputTypeDef(TypedDict):
|
|
6044
|
-
Tags:
|
|
6041
|
+
Tags: list[TagTypeDef]
|
|
6045
6042
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
6046
6043
|
|
|
6047
6044
|
|
|
@@ -6113,13 +6110,13 @@ class ImportHubContentRequestRequestTypeDef(TypedDict):
|
|
|
6113
6110
|
|
|
6114
6111
|
|
|
6115
6112
|
class ListTagsOutputTypeDef(TypedDict):
|
|
6116
|
-
Tags:
|
|
6113
|
+
Tags: list[TagTypeDef]
|
|
6117
6114
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
6118
6115
|
NextToken: NotRequired[str]
|
|
6119
6116
|
|
|
6120
6117
|
|
|
6121
6118
|
class AutoRollbackConfigOutputTypeDef(TypedDict):
|
|
6122
|
-
Alarms: NotRequired[
|
|
6119
|
+
Alarms: NotRequired[list[AlarmTypeDef]]
|
|
6123
6120
|
|
|
6124
6121
|
|
|
6125
6122
|
class AutoRollbackConfigTypeDef(TypedDict):
|
|
@@ -6130,7 +6127,7 @@ class HyperParameterAlgorithmSpecificationOutputTypeDef(TypedDict):
|
|
|
6130
6127
|
TrainingInputMode: TrainingInputModeType
|
|
6131
6128
|
TrainingImage: NotRequired[str]
|
|
6132
6129
|
AlgorithmName: NotRequired[str]
|
|
6133
|
-
MetricDefinitions: NotRequired[
|
|
6130
|
+
MetricDefinitions: NotRequired[list[MetricDefinitionTypeDef]]
|
|
6134
6131
|
|
|
6135
6132
|
|
|
6136
6133
|
class HyperParameterAlgorithmSpecificationTypeDef(TypedDict):
|
|
@@ -6141,12 +6138,12 @@ class HyperParameterAlgorithmSpecificationTypeDef(TypedDict):
|
|
|
6141
6138
|
|
|
6142
6139
|
|
|
6143
6140
|
class AlgorithmStatusDetailsTypeDef(TypedDict):
|
|
6144
|
-
ValidationStatuses: NotRequired[
|
|
6145
|
-
ImageScanStatuses: NotRequired[
|
|
6141
|
+
ValidationStatuses: NotRequired[list[AlgorithmStatusItemTypeDef]]
|
|
6142
|
+
ImageScanStatuses: NotRequired[list[AlgorithmStatusItemTypeDef]]
|
|
6146
6143
|
|
|
6147
6144
|
|
|
6148
6145
|
class ListAlgorithmsOutputTypeDef(TypedDict):
|
|
6149
|
-
AlgorithmSummaryList:
|
|
6146
|
+
AlgorithmSummaryList: list[AlgorithmSummaryTypeDef]
|
|
6150
6147
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
6151
6148
|
NextToken: NotRequired[str]
|
|
6152
6149
|
|
|
@@ -6213,7 +6210,7 @@ class AppLifecycleManagementTypeDef(TypedDict):
|
|
|
6213
6210
|
|
|
6214
6211
|
class ArtifactSourceOutputTypeDef(TypedDict):
|
|
6215
6212
|
SourceUri: str
|
|
6216
|
-
SourceTypes: NotRequired[
|
|
6213
|
+
SourceTypes: NotRequired[list[ArtifactSourceTypeTypeDef]]
|
|
6217
6214
|
|
|
6218
6215
|
|
|
6219
6216
|
class ArtifactSourceTypeDef(TypedDict):
|
|
@@ -6235,11 +6232,11 @@ AsyncInferenceNotificationConfigUnionTypeDef = Union[
|
|
|
6235
6232
|
|
|
6236
6233
|
class AutoMLCandidateGenerationConfigOutputTypeDef(TypedDict):
|
|
6237
6234
|
FeatureSpecificationS3Uri: NotRequired[str]
|
|
6238
|
-
AlgorithmsConfig: NotRequired[
|
|
6235
|
+
AlgorithmsConfig: NotRequired[list[AutoMLAlgorithmConfigOutputTypeDef]]
|
|
6239
6236
|
|
|
6240
6237
|
|
|
6241
6238
|
class CandidateGenerationConfigOutputTypeDef(TypedDict):
|
|
6242
|
-
AlgorithmsConfig: NotRequired[
|
|
6239
|
+
AlgorithmsConfig: NotRequired[list[AutoMLAlgorithmConfigOutputTypeDef]]
|
|
6243
6240
|
|
|
6244
6241
|
|
|
6245
6242
|
AutoMLAlgorithmConfigUnionTypeDef = Union[
|
|
@@ -6280,7 +6277,7 @@ class AutoMLJobSummaryTypeDef(TypedDict):
|
|
|
6280
6277
|
LastModifiedTime: datetime
|
|
6281
6278
|
EndTime: NotRequired[datetime]
|
|
6282
6279
|
FailureReason: NotRequired[str]
|
|
6283
|
-
PartialFailureReasons: NotRequired[
|
|
6280
|
+
PartialFailureReasons: NotRequired[list[AutoMLPartialFailureReasonTypeDef]]
|
|
6284
6281
|
|
|
6285
6282
|
|
|
6286
6283
|
class AutoMLProblemTypeResolvedAttributesTypeDef(TypedDict):
|
|
@@ -6312,8 +6309,8 @@ class NetworkConfigOutputTypeDef(TypedDict):
|
|
|
6312
6309
|
|
|
6313
6310
|
|
|
6314
6311
|
class BatchDeleteClusterNodesResponseTypeDef(TypedDict):
|
|
6315
|
-
Failed:
|
|
6316
|
-
Successful:
|
|
6312
|
+
Failed: list[BatchDeleteClusterNodesErrorTypeDef]
|
|
6313
|
+
Successful: list[str]
|
|
6317
6314
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
6318
6315
|
|
|
6319
6316
|
|
|
@@ -6350,12 +6347,12 @@ class ModelQualityTypeDef(TypedDict):
|
|
|
6350
6347
|
class CallbackStepMetadataTypeDef(TypedDict):
|
|
6351
6348
|
CallbackToken: NotRequired[str]
|
|
6352
6349
|
SqsQueueUrl: NotRequired[str]
|
|
6353
|
-
OutputParameters: NotRequired[
|
|
6350
|
+
OutputParameters: NotRequired[list[OutputParameterTypeDef]]
|
|
6354
6351
|
|
|
6355
6352
|
|
|
6356
6353
|
class LambdaStepMetadataTypeDef(TypedDict):
|
|
6357
6354
|
Arn: NotRequired[str]
|
|
6358
|
-
OutputParameters: NotRequired[
|
|
6355
|
+
OutputParameters: NotRequired[list[OutputParameterTypeDef]]
|
|
6359
6356
|
|
|
6360
6357
|
|
|
6361
6358
|
class SendPipelineExecutionStepSuccessRequestRequestTypeDef(TypedDict):
|
|
@@ -6366,14 +6363,14 @@ class SendPipelineExecutionStepSuccessRequestRequestTypeDef(TypedDict):
|
|
|
6366
6363
|
|
|
6367
6364
|
class CandidatePropertiesTypeDef(TypedDict):
|
|
6368
6365
|
CandidateArtifactLocations: NotRequired[CandidateArtifactLocationsTypeDef]
|
|
6369
|
-
CandidateMetrics: NotRequired[
|
|
6366
|
+
CandidateMetrics: NotRequired[list[MetricDatumTypeDef]]
|
|
6370
6367
|
|
|
6371
6368
|
|
|
6372
6369
|
class CanvasAppSettingsOutputTypeDef(TypedDict):
|
|
6373
6370
|
TimeSeriesForecastingSettings: NotRequired[TimeSeriesForecastingSettingsTypeDef]
|
|
6374
6371
|
ModelRegisterSettings: NotRequired[ModelRegisterSettingsTypeDef]
|
|
6375
6372
|
WorkspaceSettings: NotRequired[WorkspaceSettingsTypeDef]
|
|
6376
|
-
IdentityProviderOAuthSettings: NotRequired[
|
|
6373
|
+
IdentityProviderOAuthSettings: NotRequired[list[IdentityProviderOAuthSettingTypeDef]]
|
|
6377
6374
|
DirectDeploySettings: NotRequired[DirectDeploySettingsTypeDef]
|
|
6378
6375
|
KendraSettings: NotRequired[KendraSettingsTypeDef]
|
|
6379
6376
|
GenerativeAiSettings: NotRequired[GenerativeAiSettingsTypeDef]
|
|
@@ -6423,14 +6420,14 @@ CaptureContentTypeHeaderUnionTypeDef = Union[
|
|
|
6423
6420
|
class DataCaptureConfigOutputTypeDef(TypedDict):
|
|
6424
6421
|
InitialSamplingPercentage: int
|
|
6425
6422
|
DestinationS3Uri: str
|
|
6426
|
-
CaptureOptions:
|
|
6423
|
+
CaptureOptions: list[CaptureOptionTypeDef]
|
|
6427
6424
|
EnableCapture: NotRequired[bool]
|
|
6428
6425
|
KmsKeyId: NotRequired[str]
|
|
6429
6426
|
CaptureContentTypeHeader: NotRequired[CaptureContentTypeHeaderOutputTypeDef]
|
|
6430
6427
|
|
|
6431
6428
|
|
|
6432
6429
|
class EnvironmentParameterRangesOutputTypeDef(TypedDict):
|
|
6433
|
-
CategoricalParameterRanges: NotRequired[
|
|
6430
|
+
CategoricalParameterRanges: NotRequired[list[CategoricalParameterOutputTypeDef]]
|
|
6434
6431
|
|
|
6435
6432
|
|
|
6436
6433
|
CategoricalParameterRangeSpecificationUnionTypeDef = Union[
|
|
@@ -6476,14 +6473,14 @@ class ClusterOrchestratorTypeDef(TypedDict):
|
|
|
6476
6473
|
|
|
6477
6474
|
|
|
6478
6475
|
class ListClusterSchedulerConfigsResponseTypeDef(TypedDict):
|
|
6479
|
-
ClusterSchedulerConfigSummaries:
|
|
6476
|
+
ClusterSchedulerConfigSummaries: list[ClusterSchedulerConfigSummaryTypeDef]
|
|
6480
6477
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
6481
6478
|
NextToken: NotRequired[str]
|
|
6482
6479
|
|
|
6483
6480
|
|
|
6484
6481
|
class ListClustersResponseTypeDef(TypedDict):
|
|
6485
6482
|
NextToken: str
|
|
6486
|
-
ClusterSummaries:
|
|
6483
|
+
ClusterSummaries: list[ClusterSummaryTypeDef]
|
|
6487
6484
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
6488
6485
|
|
|
6489
6486
|
|
|
@@ -6499,8 +6496,8 @@ class JupyterLabAppImageConfigOutputTypeDef(TypedDict):
|
|
|
6499
6496
|
|
|
6500
6497
|
class KernelGatewayAppSettingsOutputTypeDef(TypedDict):
|
|
6501
6498
|
DefaultResourceSpec: NotRequired[ResourceSpecTypeDef]
|
|
6502
|
-
CustomImages: NotRequired[
|
|
6503
|
-
LifecycleConfigArns: NotRequired[
|
|
6499
|
+
CustomImages: NotRequired[list[CustomImageTypeDef]]
|
|
6500
|
+
LifecycleConfigArns: NotRequired[list[str]]
|
|
6504
6501
|
|
|
6505
6502
|
|
|
6506
6503
|
class KernelGatewayAppSettingsTypeDef(TypedDict):
|
|
@@ -6511,7 +6508,7 @@ class KernelGatewayAppSettingsTypeDef(TypedDict):
|
|
|
6511
6508
|
|
|
6512
6509
|
class RSessionAppSettingsOutputTypeDef(TypedDict):
|
|
6513
6510
|
DefaultResourceSpec: NotRequired[ResourceSpecTypeDef]
|
|
6514
|
-
CustomImages: NotRequired[
|
|
6511
|
+
CustomImages: NotRequired[list[CustomImageTypeDef]]
|
|
6515
6512
|
|
|
6516
6513
|
|
|
6517
6514
|
class RSessionAppSettingsTypeDef(TypedDict):
|
|
@@ -6544,8 +6541,8 @@ class DescribeCodeRepositoryOutputTypeDef(TypedDict):
|
|
|
6544
6541
|
|
|
6545
6542
|
class JupyterServerAppSettingsOutputTypeDef(TypedDict):
|
|
6546
6543
|
DefaultResourceSpec: NotRequired[ResourceSpecTypeDef]
|
|
6547
|
-
LifecycleConfigArns: NotRequired[
|
|
6548
|
-
CodeRepositories: NotRequired[
|
|
6544
|
+
LifecycleConfigArns: NotRequired[list[str]]
|
|
6545
|
+
CodeRepositories: NotRequired[list[CodeRepositoryTypeDef]]
|
|
6549
6546
|
|
|
6550
6547
|
|
|
6551
6548
|
class JupyterServerAppSettingsTypeDef(TypedDict):
|
|
@@ -6561,8 +6558,8 @@ class CollectionConfigTypeDef(TypedDict):
|
|
|
6561
6558
|
class DebugHookConfigOutputTypeDef(TypedDict):
|
|
6562
6559
|
S3OutputPath: str
|
|
6563
6560
|
LocalPath: NotRequired[str]
|
|
6564
|
-
HookParameters: NotRequired[
|
|
6565
|
-
CollectionConfigurations: NotRequired[
|
|
6561
|
+
HookParameters: NotRequired[dict[str, str]]
|
|
6562
|
+
CollectionConfigurations: NotRequired[list[CollectionConfigurationOutputTypeDef]]
|
|
6566
6563
|
|
|
6567
6564
|
|
|
6568
6565
|
CollectionConfigurationUnionTypeDef = Union[
|
|
@@ -6571,13 +6568,13 @@ CollectionConfigurationUnionTypeDef = Union[
|
|
|
6571
6568
|
|
|
6572
6569
|
|
|
6573
6570
|
class ListCompilationJobsResponseTypeDef(TypedDict):
|
|
6574
|
-
CompilationJobSummaries:
|
|
6571
|
+
CompilationJobSummaries: list[CompilationJobSummaryTypeDef]
|
|
6575
6572
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
6576
6573
|
NextToken: NotRequired[str]
|
|
6577
6574
|
|
|
6578
6575
|
|
|
6579
6576
|
class ComputeQuotaConfigOutputTypeDef(TypedDict):
|
|
6580
|
-
ComputeQuotaResources: NotRequired[
|
|
6577
|
+
ComputeQuotaResources: NotRequired[list[ComputeQuotaResourceConfigTypeDef]]
|
|
6581
6578
|
ResourceSharingConfig: NotRequired[ResourceSharingConfigTypeDef]
|
|
6582
6579
|
PreemptTeamTasks: NotRequired[PreemptTeamTasksType]
|
|
6583
6580
|
|
|
@@ -6691,7 +6688,7 @@ class DescribeHubResponseTypeDef(TypedDict):
|
|
|
6691
6688
|
HubArn: str
|
|
6692
6689
|
HubDisplayName: str
|
|
6693
6690
|
HubDescription: str
|
|
6694
|
-
HubSearchKeywords:
|
|
6691
|
+
HubSearchKeywords: list[str]
|
|
6695
6692
|
S3StorageConfig: HubS3StorageConfigTypeDef
|
|
6696
6693
|
HubStatus: HubStatusType
|
|
6697
6694
|
FailureReason: str
|
|
@@ -6753,7 +6750,7 @@ class DescribeNotebookInstanceOutputTypeDef(TypedDict):
|
|
|
6753
6750
|
Url: str
|
|
6754
6751
|
InstanceType: InstanceTypeType
|
|
6755
6752
|
SubnetId: str
|
|
6756
|
-
SecurityGroups:
|
|
6753
|
+
SecurityGroups: list[str]
|
|
6757
6754
|
RoleArn: str
|
|
6758
6755
|
KmsKeyId: str
|
|
6759
6756
|
NetworkInterfaceId: str
|
|
@@ -6762,9 +6759,9 @@ class DescribeNotebookInstanceOutputTypeDef(TypedDict):
|
|
|
6762
6759
|
NotebookInstanceLifecycleConfigName: str
|
|
6763
6760
|
DirectInternetAccess: DirectInternetAccessType
|
|
6764
6761
|
VolumeSizeInGB: int
|
|
6765
|
-
AcceleratorTypes:
|
|
6762
|
+
AcceleratorTypes: list[NotebookInstanceAcceleratorTypeType]
|
|
6766
6763
|
DefaultCodeRepository: str
|
|
6767
|
-
AdditionalCodeRepositories:
|
|
6764
|
+
AdditionalCodeRepositories: list[str]
|
|
6768
6765
|
RootAccess: RootAccessType
|
|
6769
6766
|
PlatformIdentifier: str
|
|
6770
6767
|
InstanceMetadataServiceConfiguration: InstanceMetadataServiceConfigurationTypeDef
|
|
@@ -6797,8 +6794,8 @@ class CreateNotebookInstanceLifecycleConfigInputRequestTypeDef(TypedDict):
|
|
|
6797
6794
|
class DescribeNotebookInstanceLifecycleConfigOutputTypeDef(TypedDict):
|
|
6798
6795
|
NotebookInstanceLifecycleConfigArn: str
|
|
6799
6796
|
NotebookInstanceLifecycleConfigName: str
|
|
6800
|
-
OnCreate:
|
|
6801
|
-
OnStart:
|
|
6797
|
+
OnCreate: list[NotebookInstanceLifecycleHookTypeDef]
|
|
6798
|
+
OnStart: list[NotebookInstanceLifecycleHookTypeDef]
|
|
6802
6799
|
LastModifiedTime: datetime
|
|
6803
6800
|
CreationTime: datetime
|
|
6804
6801
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -7752,12 +7749,12 @@ class DeleteDomainRequestRequestTypeDef(TypedDict):
|
|
|
7752
7749
|
class InferenceComponentContainerSpecificationSummaryTypeDef(TypedDict):
|
|
7753
7750
|
DeployedImage: NotRequired[DeployedImageTypeDef]
|
|
7754
7751
|
ArtifactUrl: NotRequired[str]
|
|
7755
|
-
Environment: NotRequired[
|
|
7752
|
+
Environment: NotRequired[dict[str, str]]
|
|
7756
7753
|
|
|
7757
7754
|
|
|
7758
7755
|
class DeploymentRecommendationTypeDef(TypedDict):
|
|
7759
7756
|
RecommendationStatus: RecommendationStatusType
|
|
7760
|
-
RealTimeInferenceRecommendations: NotRequired[
|
|
7757
|
+
RealTimeInferenceRecommendations: NotRequired[list[RealTimeInferenceRecommendationTypeDef]]
|
|
7761
7758
|
|
|
7762
7759
|
|
|
7763
7760
|
class DeploymentStageStatusSummaryTypeDef(TypedDict):
|
|
@@ -7775,7 +7772,7 @@ class DescribeDeviceResponseTypeDef(TypedDict):
|
|
|
7775
7772
|
IotThingName: str
|
|
7776
7773
|
RegistrationTime: datetime
|
|
7777
7774
|
LatestHeartbeat: datetime
|
|
7778
|
-
Models:
|
|
7775
|
+
Models: list[EdgeModelTypeDef]
|
|
7779
7776
|
MaxModels: int
|
|
7780
7777
|
AgentVersion: str
|
|
7781
7778
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -7801,71 +7798,39 @@ class DescribeEdgePackagingJobResponseTypeDef(TypedDict):
|
|
|
7801
7798
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7802
7799
|
|
|
7803
7800
|
|
|
7804
|
-
class
|
|
7801
|
+
class DescribeEndpointInputWaitTypeDef(TypedDict):
|
|
7805
7802
|
EndpointName: str
|
|
7806
7803
|
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
7807
7804
|
|
|
7808
7805
|
|
|
7809
|
-
class
|
|
7810
|
-
EndpointName: str
|
|
7811
|
-
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
7812
|
-
|
|
7813
|
-
|
|
7814
|
-
class DescribeImageRequestImageCreatedWaitTypeDef(TypedDict):
|
|
7806
|
+
class DescribeImageRequestWaitTypeDef(TypedDict):
|
|
7815
7807
|
ImageName: str
|
|
7816
7808
|
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
7817
7809
|
|
|
7818
7810
|
|
|
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):
|
|
7811
|
+
class DescribeImageVersionRequestWaitTypeDef(TypedDict):
|
|
7837
7812
|
ImageName: str
|
|
7838
7813
|
Version: NotRequired[int]
|
|
7839
7814
|
Alias: NotRequired[str]
|
|
7840
7815
|
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
7841
7816
|
|
|
7842
7817
|
|
|
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):
|
|
7818
|
+
class DescribeNotebookInstanceInputWaitTypeDef(TypedDict):
|
|
7854
7819
|
NotebookInstanceName: str
|
|
7855
7820
|
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
7856
7821
|
|
|
7857
7822
|
|
|
7858
|
-
class
|
|
7823
|
+
class DescribeProcessingJobRequestWaitTypeDef(TypedDict):
|
|
7859
7824
|
ProcessingJobName: str
|
|
7860
7825
|
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
7861
7826
|
|
|
7862
7827
|
|
|
7863
|
-
class
|
|
7828
|
+
class DescribeTrainingJobRequestWaitTypeDef(TypedDict):
|
|
7864
7829
|
TrainingJobName: str
|
|
7865
7830
|
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
7866
7831
|
|
|
7867
7832
|
|
|
7868
|
-
class
|
|
7833
|
+
class DescribeTransformJobRequestWaitTypeDef(TypedDict):
|
|
7869
7834
|
TransformJobName: str
|
|
7870
7835
|
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
7871
7836
|
|
|
@@ -7895,7 +7860,7 @@ class DescribeFeatureMetadataResponseTypeDef(TypedDict):
|
|
|
7895
7860
|
CreationTime: datetime
|
|
7896
7861
|
LastModifiedTime: datetime
|
|
7897
7862
|
Description: str
|
|
7898
|
-
Parameters:
|
|
7863
|
+
Parameters: list[FeatureParameterTypeDef]
|
|
7899
7864
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7900
7865
|
|
|
7901
7866
|
|
|
@@ -7907,7 +7872,7 @@ class FeatureMetadataTypeDef(TypedDict):
|
|
|
7907
7872
|
CreationTime: NotRequired[datetime]
|
|
7908
7873
|
LastModifiedTime: NotRequired[datetime]
|
|
7909
7874
|
Description: NotRequired[str]
|
|
7910
|
-
Parameters: NotRequired[
|
|
7875
|
+
Parameters: NotRequired[list[FeatureParameterTypeDef]]
|
|
7911
7876
|
|
|
7912
7877
|
|
|
7913
7878
|
class UpdateFeatureMetadataRequestRequestTypeDef(TypedDict):
|
|
@@ -7933,8 +7898,8 @@ class DescribeHubContentResponseTypeDef(TypedDict):
|
|
|
7933
7898
|
SageMakerPublicHubContentArn: str
|
|
7934
7899
|
ReferenceMinVersion: str
|
|
7935
7900
|
SupportStatus: HubContentSupportStatusType
|
|
7936
|
-
HubContentSearchKeywords:
|
|
7937
|
-
HubContentDependencies:
|
|
7901
|
+
HubContentSearchKeywords: list[str]
|
|
7902
|
+
HubContentDependencies: list[HubContentDependencyTypeDef]
|
|
7938
7903
|
HubContentStatus: HubContentStatusType
|
|
7939
7904
|
FailureReason: str
|
|
7940
7905
|
CreationTime: datetime
|
|
@@ -7982,7 +7947,7 @@ class DescribeModelCardExportJobResponseTypeDef(TypedDict):
|
|
|
7982
7947
|
|
|
7983
7948
|
|
|
7984
7949
|
class ListMonitoringExecutionsResponseTypeDef(TypedDict):
|
|
7985
|
-
MonitoringExecutionSummaries:
|
|
7950
|
+
MonitoringExecutionSummaries: list[MonitoringExecutionSummaryTypeDef]
|
|
7986
7951
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7987
7952
|
NextToken: NotRequired[str]
|
|
7988
7953
|
|
|
@@ -8015,7 +7980,7 @@ class DescribeSubscribedWorkteamResponseTypeDef(TypedDict):
|
|
|
8015
7980
|
|
|
8016
7981
|
|
|
8017
7982
|
class ListSubscribedWorkteamsResponseTypeDef(TypedDict):
|
|
8018
|
-
SubscribedWorkteams:
|
|
7983
|
+
SubscribedWorkteams: list[SubscribedWorkteamTypeDef]
|
|
8019
7984
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8020
7985
|
NextToken: NotRequired[str]
|
|
8021
7986
|
|
|
@@ -8046,8 +8011,8 @@ class DescribeTrainingPlanResponseTypeDef(TypedDict):
|
|
|
8046
8011
|
TotalInstanceCount: int
|
|
8047
8012
|
AvailableInstanceCount: int
|
|
8048
8013
|
InUseInstanceCount: int
|
|
8049
|
-
TargetResources:
|
|
8050
|
-
ReservedCapacitySummaries:
|
|
8014
|
+
TargetResources: list[SageMakerResourceNameType]
|
|
8015
|
+
ReservedCapacitySummaries: list[ReservedCapacitySummaryTypeDef]
|
|
8051
8016
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8052
8017
|
|
|
8053
8018
|
|
|
@@ -8065,8 +8030,8 @@ class TrainingPlanSummaryTypeDef(TypedDict):
|
|
|
8065
8030
|
TotalInstanceCount: NotRequired[int]
|
|
8066
8031
|
AvailableInstanceCount: NotRequired[int]
|
|
8067
8032
|
InUseInstanceCount: NotRequired[int]
|
|
8068
|
-
TargetResources: NotRequired[
|
|
8069
|
-
ReservedCapacitySummaries: NotRequired[
|
|
8033
|
+
TargetResources: NotRequired[list[SageMakerResourceNameType]]
|
|
8034
|
+
ReservedCapacitySummaries: NotRequired[list[ReservedCapacitySummaryTypeDef]]
|
|
8070
8035
|
|
|
8071
8036
|
|
|
8072
8037
|
class TrialSummaryTypeDef(TypedDict):
|
|
@@ -8086,13 +8051,13 @@ class DesiredWeightAndCapacityTypeDef(TypedDict):
|
|
|
8086
8051
|
|
|
8087
8052
|
|
|
8088
8053
|
class ListStageDevicesResponseTypeDef(TypedDict):
|
|
8089
|
-
DeviceDeploymentSummaries:
|
|
8054
|
+
DeviceDeploymentSummaries: list[DeviceDeploymentSummaryTypeDef]
|
|
8090
8055
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8091
8056
|
NextToken: NotRequired[str]
|
|
8092
8057
|
|
|
8093
8058
|
|
|
8094
8059
|
class ListDeviceFleetsResponseTypeDef(TypedDict):
|
|
8095
|
-
DeviceFleetSummaries:
|
|
8060
|
+
DeviceFleetSummaries: list[DeviceFleetSummaryTypeDef]
|
|
8096
8061
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8097
8062
|
NextToken: NotRequired[str]
|
|
8098
8063
|
|
|
@@ -8110,7 +8075,7 @@ class DeviceSummaryTypeDef(TypedDict):
|
|
|
8110
8075
|
IotThingName: NotRequired[str]
|
|
8111
8076
|
RegistrationTime: NotRequired[datetime]
|
|
8112
8077
|
LatestHeartbeat: NotRequired[datetime]
|
|
8113
|
-
Models: NotRequired[
|
|
8078
|
+
Models: NotRequired[list[EdgeModelSummaryTypeDef]]
|
|
8114
8079
|
AgentVersion: NotRequired[str]
|
|
8115
8080
|
|
|
8116
8081
|
|
|
@@ -8129,7 +8094,7 @@ DockerSettingsUnionTypeDef = Union[DockerSettingsTypeDef, DockerSettingsOutputTy
|
|
|
8129
8094
|
|
|
8130
8095
|
|
|
8131
8096
|
class ListDomainsResponseTypeDef(TypedDict):
|
|
8132
|
-
Domains:
|
|
8097
|
+
Domains: list[DomainDetailsTypeDef]
|
|
8133
8098
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8134
8099
|
NextToken: NotRequired[str]
|
|
8135
8100
|
|
|
@@ -8150,7 +8115,7 @@ class SpaceStorageSettingsTypeDef(TypedDict):
|
|
|
8150
8115
|
|
|
8151
8116
|
|
|
8152
8117
|
class ListEdgeDeploymentPlansResponseTypeDef(TypedDict):
|
|
8153
|
-
EdgeDeploymentPlanSummaries:
|
|
8118
|
+
EdgeDeploymentPlanSummaries: list[EdgeDeploymentPlanSummaryTypeDef]
|
|
8154
8119
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8155
8120
|
NextToken: NotRequired[str]
|
|
8156
8121
|
|
|
@@ -8162,13 +8127,13 @@ class GetDeviceFleetReportResponseTypeDef(TypedDict):
|
|
|
8162
8127
|
Description: str
|
|
8163
8128
|
ReportGenerated: datetime
|
|
8164
8129
|
DeviceStats: DeviceStatsTypeDef
|
|
8165
|
-
AgentVersions:
|
|
8166
|
-
ModelStats:
|
|
8130
|
+
AgentVersions: list[AgentVersionTypeDef]
|
|
8131
|
+
ModelStats: list[EdgeModelStatTypeDef]
|
|
8167
8132
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8168
8133
|
|
|
8169
8134
|
|
|
8170
8135
|
class ListEdgePackagingJobsResponseTypeDef(TypedDict):
|
|
8171
|
-
EdgePackagingJobSummaries:
|
|
8136
|
+
EdgePackagingJobSummaries: list[EdgePackagingJobSummaryTypeDef]
|
|
8172
8137
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8173
8138
|
NextToken: NotRequired[str]
|
|
8174
8139
|
|
|
@@ -8177,7 +8142,7 @@ EmrSettingsUnionTypeDef = Union[EmrSettingsTypeDef, EmrSettingsOutputTypeDef]
|
|
|
8177
8142
|
|
|
8178
8143
|
|
|
8179
8144
|
class ListEndpointConfigsOutputTypeDef(TypedDict):
|
|
8180
|
-
EndpointConfigs:
|
|
8145
|
+
EndpointConfigs: list[EndpointConfigSummaryTypeDef]
|
|
8181
8146
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8182
8147
|
NextToken: NotRequired[str]
|
|
8183
8148
|
|
|
@@ -8196,14 +8161,14 @@ class EndpointPerformanceTypeDef(TypedDict):
|
|
|
8196
8161
|
|
|
8197
8162
|
|
|
8198
8163
|
class ListEndpointsOutputTypeDef(TypedDict):
|
|
8199
|
-
Endpoints:
|
|
8164
|
+
Endpoints: list[EndpointSummaryTypeDef]
|
|
8200
8165
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8201
8166
|
NextToken: NotRequired[str]
|
|
8202
8167
|
|
|
8203
8168
|
|
|
8204
8169
|
class ModelConfigurationTypeDef(TypedDict):
|
|
8205
8170
|
InferenceSpecificationName: NotRequired[str]
|
|
8206
|
-
EnvironmentParameters: NotRequired[
|
|
8171
|
+
EnvironmentParameters: NotRequired[list[EnvironmentParameterTypeDef]]
|
|
8207
8172
|
CompilationJobName: NotRequired[str]
|
|
8208
8173
|
|
|
8209
8174
|
|
|
@@ -8217,7 +8182,7 @@ class HyperParameterTrainingJobSummaryTypeDef(TypedDict):
|
|
|
8217
8182
|
TrainingJobArn: str
|
|
8218
8183
|
CreationTime: datetime
|
|
8219
8184
|
TrainingJobStatus: TrainingJobStatusType
|
|
8220
|
-
TunedHyperParameters:
|
|
8185
|
+
TunedHyperParameters: dict[str, str]
|
|
8221
8186
|
TrainingJobDefinitionName: NotRequired[str]
|
|
8222
8187
|
TuningJobName: NotRequired[str]
|
|
8223
8188
|
TrainingStartTime: NotRequired[datetime]
|
|
@@ -8230,7 +8195,7 @@ class HyperParameterTrainingJobSummaryTypeDef(TypedDict):
|
|
|
8230
8195
|
|
|
8231
8196
|
|
|
8232
8197
|
class ListFlowDefinitionsResponseTypeDef(TypedDict):
|
|
8233
|
-
FlowDefinitionSummaries:
|
|
8198
|
+
FlowDefinitionSummaries: list[FlowDefinitionSummaryTypeDef]
|
|
8234
8199
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8235
8200
|
NextToken: NotRequired[str]
|
|
8236
8201
|
|
|
@@ -8244,7 +8209,7 @@ class GetScalingConfigurationRecommendationRequestRequestTypeDef(TypedDict):
|
|
|
8244
8209
|
|
|
8245
8210
|
|
|
8246
8211
|
class GetSearchSuggestionsResponseTypeDef(TypedDict):
|
|
8247
|
-
PropertyNameSuggestions:
|
|
8212
|
+
PropertyNameSuggestions: list[PropertyNameSuggestionTypeDef]
|
|
8248
8213
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8249
8214
|
|
|
8250
8215
|
|
|
@@ -8254,10 +8219,10 @@ class UpdateCodeRepositoryInputRequestTypeDef(TypedDict):
|
|
|
8254
8219
|
|
|
8255
8220
|
|
|
8256
8221
|
class StudioWebPortalSettingsOutputTypeDef(TypedDict):
|
|
8257
|
-
HiddenMlTools: NotRequired[
|
|
8258
|
-
HiddenAppTypes: NotRequired[
|
|
8259
|
-
HiddenInstanceTypes: NotRequired[
|
|
8260
|
-
HiddenSageMakerImageVersionAliases: NotRequired[
|
|
8222
|
+
HiddenMlTools: NotRequired[list[MlToolsType]]
|
|
8223
|
+
HiddenAppTypes: NotRequired[list[AppTypeType]]
|
|
8224
|
+
HiddenInstanceTypes: NotRequired[list[AppInstanceTypeType]]
|
|
8225
|
+
HiddenSageMakerImageVersionAliases: NotRequired[list[HiddenSageMakerImageOutputTypeDef]]
|
|
8261
8226
|
|
|
8262
8227
|
|
|
8263
8228
|
HiddenSageMakerImageUnionTypeDef = Union[
|
|
@@ -8266,19 +8231,19 @@ HiddenSageMakerImageUnionTypeDef = Union[
|
|
|
8266
8231
|
|
|
8267
8232
|
|
|
8268
8233
|
class ListHubContentVersionsResponseTypeDef(TypedDict):
|
|
8269
|
-
HubContentSummaries:
|
|
8234
|
+
HubContentSummaries: list[HubContentInfoTypeDef]
|
|
8270
8235
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8271
8236
|
NextToken: NotRequired[str]
|
|
8272
8237
|
|
|
8273
8238
|
|
|
8274
8239
|
class ListHubContentsResponseTypeDef(TypedDict):
|
|
8275
|
-
HubContentSummaries:
|
|
8240
|
+
HubContentSummaries: list[HubContentInfoTypeDef]
|
|
8276
8241
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8277
8242
|
NextToken: NotRequired[str]
|
|
8278
8243
|
|
|
8279
8244
|
|
|
8280
8245
|
class ListHubsResponseTypeDef(TypedDict):
|
|
8281
|
-
HubSummaries:
|
|
8246
|
+
HubSummaries: list[HubInfoTypeDef]
|
|
8282
8247
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8283
8248
|
NextToken: NotRequired[str]
|
|
8284
8249
|
|
|
@@ -8288,7 +8253,7 @@ class HumanLoopActivationConfigTypeDef(TypedDict):
|
|
|
8288
8253
|
|
|
8289
8254
|
|
|
8290
8255
|
class ListHumanTaskUisResponseTypeDef(TypedDict):
|
|
8291
|
-
HumanTaskUiSummaries:
|
|
8256
|
+
HumanTaskUiSummaries: list[HumanTaskUiSummaryTypeDef]
|
|
8292
8257
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8293
8258
|
NextToken: NotRequired[str]
|
|
8294
8259
|
|
|
@@ -8299,7 +8264,7 @@ class HyperParameterTuningResourceConfigOutputTypeDef(TypedDict):
|
|
|
8299
8264
|
VolumeSizeInGB: NotRequired[int]
|
|
8300
8265
|
VolumeKmsKeyId: NotRequired[str]
|
|
8301
8266
|
AllocationStrategy: NotRequired[Literal["Prioritized"]]
|
|
8302
|
-
InstanceConfigs: NotRequired[
|
|
8267
|
+
InstanceConfigs: NotRequired[list[HyperParameterTuningInstanceConfigTypeDef]]
|
|
8303
8268
|
|
|
8304
8269
|
|
|
8305
8270
|
class HyperParameterTuningResourceConfigTypeDef(TypedDict):
|
|
@@ -8329,7 +8294,7 @@ class HyperParameterTuningJobStrategyConfigTypeDef(TypedDict):
|
|
|
8329
8294
|
|
|
8330
8295
|
|
|
8331
8296
|
class HyperParameterTuningJobWarmStartConfigOutputTypeDef(TypedDict):
|
|
8332
|
-
ParentHyperParameterTuningJobs:
|
|
8297
|
+
ParentHyperParameterTuningJobs: list[ParentHyperParameterTuningJobTypeDef]
|
|
8333
8298
|
WarmStartType: HyperParameterTuningJobWarmStartTypeType
|
|
8334
8299
|
|
|
8335
8300
|
|
|
@@ -8355,13 +8320,13 @@ class ImageConfigTypeDef(TypedDict):
|
|
|
8355
8320
|
|
|
8356
8321
|
|
|
8357
8322
|
class ListImagesResponseTypeDef(TypedDict):
|
|
8358
|
-
Images:
|
|
8323
|
+
Images: list[ImageTypeDef]
|
|
8359
8324
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8360
8325
|
NextToken: NotRequired[str]
|
|
8361
8326
|
|
|
8362
8327
|
|
|
8363
8328
|
class ListImageVersionsResponseTypeDef(TypedDict):
|
|
8364
|
-
ImageVersions:
|
|
8329
|
+
ImageVersions: list[ImageVersionTypeDef]
|
|
8365
8330
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8366
8331
|
NextToken: NotRequired[str]
|
|
8367
8332
|
|
|
@@ -8381,13 +8346,13 @@ InferenceComponentSpecificationTypeDef = TypedDict(
|
|
|
8381
8346
|
|
|
8382
8347
|
|
|
8383
8348
|
class ListInferenceComponentsOutputTypeDef(TypedDict):
|
|
8384
|
-
InferenceComponents:
|
|
8349
|
+
InferenceComponents: list[InferenceComponentSummaryTypeDef]
|
|
8385
8350
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8386
8351
|
NextToken: NotRequired[str]
|
|
8387
8352
|
|
|
8388
8353
|
|
|
8389
8354
|
class ListInferenceRecommendationsJobsResponseTypeDef(TypedDict):
|
|
8390
|
-
InferenceRecommendationsJobs:
|
|
8355
|
+
InferenceRecommendationsJobs: list[InferenceRecommendationsJobTypeDef]
|
|
8391
8356
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8392
8357
|
NextToken: NotRequired[str]
|
|
8393
8358
|
|
|
@@ -8398,7 +8363,7 @@ class ResourceConfigOutputTypeDef(TypedDict):
|
|
|
8398
8363
|
InstanceCount: NotRequired[int]
|
|
8399
8364
|
VolumeKmsKeyId: NotRequired[str]
|
|
8400
8365
|
KeepAlivePeriodInSeconds: NotRequired[int]
|
|
8401
|
-
InstanceGroups: NotRequired[
|
|
8366
|
+
InstanceGroups: NotRequired[list[InstanceGroupTypeDef]]
|
|
8402
8367
|
TrainingPlanArn: NotRequired[str]
|
|
8403
8368
|
|
|
8404
8369
|
|
|
@@ -8421,14 +8386,14 @@ class ParameterRangeOutputTypeDef(TypedDict):
|
|
|
8421
8386
|
|
|
8422
8387
|
|
|
8423
8388
|
class ParameterRangesOutputTypeDef(TypedDict):
|
|
8424
|
-
IntegerParameterRanges: NotRequired[
|
|
8425
|
-
ContinuousParameterRanges: NotRequired[
|
|
8426
|
-
CategoricalParameterRanges: NotRequired[
|
|
8427
|
-
AutoParameters: NotRequired[
|
|
8389
|
+
IntegerParameterRanges: NotRequired[list[IntegerParameterRangeTypeDef]]
|
|
8390
|
+
ContinuousParameterRanges: NotRequired[list[ContinuousParameterRangeTypeDef]]
|
|
8391
|
+
CategoricalParameterRanges: NotRequired[list[CategoricalParameterRangeOutputTypeDef]]
|
|
8392
|
+
AutoParameters: NotRequired[list[AutoParameterTypeDef]]
|
|
8428
8393
|
|
|
8429
8394
|
|
|
8430
8395
|
class KernelGatewayImageConfigOutputTypeDef(TypedDict):
|
|
8431
|
-
KernelSpecs:
|
|
8396
|
+
KernelSpecs: list[KernelSpecTypeDef]
|
|
8432
8397
|
FileSystemConfig: NotRequired[FileSystemConfigTypeDef]
|
|
8433
8398
|
|
|
8434
8399
|
|
|
@@ -8457,12 +8422,12 @@ class LabelingJobDataSourceTypeDef(TypedDict):
|
|
|
8457
8422
|
|
|
8458
8423
|
|
|
8459
8424
|
class ListLineageGroupsResponseTypeDef(TypedDict):
|
|
8460
|
-
LineageGroupSummaries:
|
|
8425
|
+
LineageGroupSummaries: list[LineageGroupSummaryTypeDef]
|
|
8461
8426
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8462
8427
|
NextToken: NotRequired[str]
|
|
8463
8428
|
|
|
8464
8429
|
|
|
8465
|
-
class
|
|
8430
|
+
class ListActionsRequestPaginateTypeDef(TypedDict):
|
|
8466
8431
|
SourceUri: NotRequired[str]
|
|
8467
8432
|
ActionType: NotRequired[str]
|
|
8468
8433
|
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
@@ -8472,7 +8437,7 @@ class ListActionsRequestListActionsPaginateTypeDef(TypedDict):
|
|
|
8472
8437
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8473
8438
|
|
|
8474
8439
|
|
|
8475
|
-
class
|
|
8440
|
+
class ListAlgorithmsInputPaginateTypeDef(TypedDict):
|
|
8476
8441
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8477
8442
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8478
8443
|
NameContains: NotRequired[str]
|
|
@@ -8481,14 +8446,14 @@ class ListAlgorithmsInputListAlgorithmsPaginateTypeDef(TypedDict):
|
|
|
8481
8446
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8482
8447
|
|
|
8483
8448
|
|
|
8484
|
-
class
|
|
8449
|
+
class ListAliasesRequestPaginateTypeDef(TypedDict):
|
|
8485
8450
|
ImageName: str
|
|
8486
8451
|
Alias: NotRequired[str]
|
|
8487
8452
|
Version: NotRequired[int]
|
|
8488
8453
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8489
8454
|
|
|
8490
8455
|
|
|
8491
|
-
class
|
|
8456
|
+
class ListAppImageConfigsRequestPaginateTypeDef(TypedDict):
|
|
8492
8457
|
NameContains: NotRequired[str]
|
|
8493
8458
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8494
8459
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -8499,7 +8464,7 @@ class ListAppImageConfigsRequestListAppImageConfigsPaginateTypeDef(TypedDict):
|
|
|
8499
8464
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8500
8465
|
|
|
8501
8466
|
|
|
8502
|
-
class
|
|
8467
|
+
class ListAppsRequestPaginateTypeDef(TypedDict):
|
|
8503
8468
|
SortOrder: NotRequired[SortOrderType]
|
|
8504
8469
|
SortBy: NotRequired[Literal["CreationTime"]]
|
|
8505
8470
|
DomainIdEquals: NotRequired[str]
|
|
@@ -8508,7 +8473,7 @@ class ListAppsRequestListAppsPaginateTypeDef(TypedDict):
|
|
|
8508
8473
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8509
8474
|
|
|
8510
8475
|
|
|
8511
|
-
class
|
|
8476
|
+
class ListArtifactsRequestPaginateTypeDef(TypedDict):
|
|
8512
8477
|
SourceUri: NotRequired[str]
|
|
8513
8478
|
ArtifactType: NotRequired[str]
|
|
8514
8479
|
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
@@ -8518,7 +8483,7 @@ class ListArtifactsRequestListArtifactsPaginateTypeDef(TypedDict):
|
|
|
8518
8483
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8519
8484
|
|
|
8520
8485
|
|
|
8521
|
-
class
|
|
8486
|
+
class ListAssociationsRequestPaginateTypeDef(TypedDict):
|
|
8522
8487
|
SourceArn: NotRequired[str]
|
|
8523
8488
|
DestinationArn: NotRequired[str]
|
|
8524
8489
|
SourceType: NotRequired[str]
|
|
@@ -8531,7 +8496,7 @@ class ListAssociationsRequestListAssociationsPaginateTypeDef(TypedDict):
|
|
|
8531
8496
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8532
8497
|
|
|
8533
8498
|
|
|
8534
|
-
class
|
|
8499
|
+
class ListAutoMLJobsRequestPaginateTypeDef(TypedDict):
|
|
8535
8500
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8536
8501
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8537
8502
|
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -8543,7 +8508,7 @@ class ListAutoMLJobsRequestListAutoMLJobsPaginateTypeDef(TypedDict):
|
|
|
8543
8508
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8544
8509
|
|
|
8545
8510
|
|
|
8546
|
-
class
|
|
8511
|
+
class ListCandidatesForAutoMLJobRequestPaginateTypeDef(TypedDict):
|
|
8547
8512
|
AutoMLJobName: str
|
|
8548
8513
|
StatusEquals: NotRequired[CandidateStatusType]
|
|
8549
8514
|
CandidateNameEquals: NotRequired[str]
|
|
@@ -8552,7 +8517,7 @@ class ListCandidatesForAutoMLJobRequestListCandidatesForAutoMLJobPaginateTypeDef
|
|
|
8552
8517
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8553
8518
|
|
|
8554
8519
|
|
|
8555
|
-
class
|
|
8520
|
+
class ListClusterNodesRequestPaginateTypeDef(TypedDict):
|
|
8556
8521
|
ClusterName: str
|
|
8557
8522
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8558
8523
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
@@ -8562,7 +8527,7 @@ class ListClusterNodesRequestListClusterNodesPaginateTypeDef(TypedDict):
|
|
|
8562
8527
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8563
8528
|
|
|
8564
8529
|
|
|
8565
|
-
class
|
|
8530
|
+
class ListClusterSchedulerConfigsRequestPaginateTypeDef(TypedDict):
|
|
8566
8531
|
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
8567
8532
|
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
8568
8533
|
NameContains: NotRequired[str]
|
|
@@ -8573,7 +8538,7 @@ class ListClusterSchedulerConfigsRequestListClusterSchedulerConfigsPaginateTypeD
|
|
|
8573
8538
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8574
8539
|
|
|
8575
8540
|
|
|
8576
|
-
class
|
|
8541
|
+
class ListClustersRequestPaginateTypeDef(TypedDict):
|
|
8577
8542
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8578
8543
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8579
8544
|
NameContains: NotRequired[str]
|
|
@@ -8583,7 +8548,7 @@ class ListClustersRequestListClustersPaginateTypeDef(TypedDict):
|
|
|
8583
8548
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8584
8549
|
|
|
8585
8550
|
|
|
8586
|
-
class
|
|
8551
|
+
class ListCodeRepositoriesInputPaginateTypeDef(TypedDict):
|
|
8587
8552
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8588
8553
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8589
8554
|
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -8594,7 +8559,7 @@ class ListCodeRepositoriesInputListCodeRepositoriesPaginateTypeDef(TypedDict):
|
|
|
8594
8559
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8595
8560
|
|
|
8596
8561
|
|
|
8597
|
-
class
|
|
8562
|
+
class ListCompilationJobsRequestPaginateTypeDef(TypedDict):
|
|
8598
8563
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8599
8564
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8600
8565
|
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -8606,7 +8571,7 @@ class ListCompilationJobsRequestListCompilationJobsPaginateTypeDef(TypedDict):
|
|
|
8606
8571
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8607
8572
|
|
|
8608
8573
|
|
|
8609
|
-
class
|
|
8574
|
+
class ListComputeQuotasRequestPaginateTypeDef(TypedDict):
|
|
8610
8575
|
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
8611
8576
|
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
8612
8577
|
NameContains: NotRequired[str]
|
|
@@ -8617,7 +8582,7 @@ class ListComputeQuotasRequestListComputeQuotasPaginateTypeDef(TypedDict):
|
|
|
8617
8582
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8618
8583
|
|
|
8619
8584
|
|
|
8620
|
-
class
|
|
8585
|
+
class ListContextsRequestPaginateTypeDef(TypedDict):
|
|
8621
8586
|
SourceUri: NotRequired[str]
|
|
8622
8587
|
ContextType: NotRequired[str]
|
|
8623
8588
|
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
@@ -8627,7 +8592,7 @@ class ListContextsRequestListContextsPaginateTypeDef(TypedDict):
|
|
|
8627
8592
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8628
8593
|
|
|
8629
8594
|
|
|
8630
|
-
class
|
|
8595
|
+
class ListDataQualityJobDefinitionsRequestPaginateTypeDef(TypedDict):
|
|
8631
8596
|
EndpointName: NotRequired[str]
|
|
8632
8597
|
SortBy: NotRequired[MonitoringJobDefinitionSortKeyType]
|
|
8633
8598
|
SortOrder: NotRequired[SortOrderType]
|
|
@@ -8637,7 +8602,7 @@ class ListDataQualityJobDefinitionsRequestListDataQualityJobDefinitionsPaginateT
|
|
|
8637
8602
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8638
8603
|
|
|
8639
8604
|
|
|
8640
|
-
class
|
|
8605
|
+
class ListDeviceFleetsRequestPaginateTypeDef(TypedDict):
|
|
8641
8606
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8642
8607
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8643
8608
|
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -8648,18 +8613,18 @@ class ListDeviceFleetsRequestListDeviceFleetsPaginateTypeDef(TypedDict):
|
|
|
8648
8613
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8649
8614
|
|
|
8650
8615
|
|
|
8651
|
-
class
|
|
8616
|
+
class ListDevicesRequestPaginateTypeDef(TypedDict):
|
|
8652
8617
|
LatestHeartbeatAfter: NotRequired[TimestampTypeDef]
|
|
8653
8618
|
ModelName: NotRequired[str]
|
|
8654
8619
|
DeviceFleetName: NotRequired[str]
|
|
8655
8620
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8656
8621
|
|
|
8657
8622
|
|
|
8658
|
-
class
|
|
8623
|
+
class ListDomainsRequestPaginateTypeDef(TypedDict):
|
|
8659
8624
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8660
8625
|
|
|
8661
8626
|
|
|
8662
|
-
class
|
|
8627
|
+
class ListEdgeDeploymentPlansRequestPaginateTypeDef(TypedDict):
|
|
8663
8628
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8664
8629
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8665
8630
|
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -8671,7 +8636,7 @@ class ListEdgeDeploymentPlansRequestListEdgeDeploymentPlansPaginateTypeDef(Typed
|
|
|
8671
8636
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8672
8637
|
|
|
8673
8638
|
|
|
8674
|
-
class
|
|
8639
|
+
class ListEdgePackagingJobsRequestPaginateTypeDef(TypedDict):
|
|
8675
8640
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8676
8641
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8677
8642
|
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -8684,7 +8649,7 @@ class ListEdgePackagingJobsRequestListEdgePackagingJobsPaginateTypeDef(TypedDict
|
|
|
8684
8649
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8685
8650
|
|
|
8686
8651
|
|
|
8687
|
-
class
|
|
8652
|
+
class ListEndpointConfigsInputPaginateTypeDef(TypedDict):
|
|
8688
8653
|
SortBy: NotRequired[EndpointConfigSortKeyType]
|
|
8689
8654
|
SortOrder: NotRequired[OrderKeyType]
|
|
8690
8655
|
NameContains: NotRequired[str]
|
|
@@ -8693,7 +8658,7 @@ class ListEndpointConfigsInputListEndpointConfigsPaginateTypeDef(TypedDict):
|
|
|
8693
8658
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8694
8659
|
|
|
8695
8660
|
|
|
8696
|
-
class
|
|
8661
|
+
class ListEndpointsInputPaginateTypeDef(TypedDict):
|
|
8697
8662
|
SortBy: NotRequired[EndpointSortKeyType]
|
|
8698
8663
|
SortOrder: NotRequired[OrderKeyType]
|
|
8699
8664
|
NameContains: NotRequired[str]
|
|
@@ -8705,7 +8670,7 @@ class ListEndpointsInputListEndpointsPaginateTypeDef(TypedDict):
|
|
|
8705
8670
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8706
8671
|
|
|
8707
8672
|
|
|
8708
|
-
class
|
|
8673
|
+
class ListExperimentsRequestPaginateTypeDef(TypedDict):
|
|
8709
8674
|
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
8710
8675
|
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
8711
8676
|
SortBy: NotRequired[SortExperimentsByType]
|
|
@@ -8713,7 +8678,7 @@ class ListExperimentsRequestListExperimentsPaginateTypeDef(TypedDict):
|
|
|
8713
8678
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8714
8679
|
|
|
8715
8680
|
|
|
8716
|
-
class
|
|
8681
|
+
class ListFeatureGroupsRequestPaginateTypeDef(TypedDict):
|
|
8717
8682
|
NameContains: NotRequired[str]
|
|
8718
8683
|
FeatureGroupStatusEquals: NotRequired[FeatureGroupStatusType]
|
|
8719
8684
|
OfflineStoreStatusEquals: NotRequired[OfflineStoreStatusValueType]
|
|
@@ -8724,21 +8689,21 @@ class ListFeatureGroupsRequestListFeatureGroupsPaginateTypeDef(TypedDict):
|
|
|
8724
8689
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8725
8690
|
|
|
8726
8691
|
|
|
8727
|
-
class
|
|
8692
|
+
class ListFlowDefinitionsRequestPaginateTypeDef(TypedDict):
|
|
8728
8693
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8729
8694
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8730
8695
|
SortOrder: NotRequired[SortOrderType]
|
|
8731
8696
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8732
8697
|
|
|
8733
8698
|
|
|
8734
|
-
class
|
|
8699
|
+
class ListHumanTaskUisRequestPaginateTypeDef(TypedDict):
|
|
8735
8700
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8736
8701
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8737
8702
|
SortOrder: NotRequired[SortOrderType]
|
|
8738
8703
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8739
8704
|
|
|
8740
8705
|
|
|
8741
|
-
class
|
|
8706
|
+
class ListHyperParameterTuningJobsRequestPaginateTypeDef(TypedDict):
|
|
8742
8707
|
SortBy: NotRequired[HyperParameterTuningJobSortByOptionsType]
|
|
8743
8708
|
SortOrder: NotRequired[SortOrderType]
|
|
8744
8709
|
NameContains: NotRequired[str]
|
|
@@ -8750,7 +8715,7 @@ class ListHyperParameterTuningJobsRequestListHyperParameterTuningJobsPaginateTyp
|
|
|
8750
8715
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8751
8716
|
|
|
8752
8717
|
|
|
8753
|
-
class
|
|
8718
|
+
class ListImageVersionsRequestPaginateTypeDef(TypedDict):
|
|
8754
8719
|
ImageName: str
|
|
8755
8720
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8756
8721
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
@@ -8761,7 +8726,7 @@ class ListImageVersionsRequestListImageVersionsPaginateTypeDef(TypedDict):
|
|
|
8761
8726
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8762
8727
|
|
|
8763
8728
|
|
|
8764
|
-
class
|
|
8729
|
+
class ListImagesRequestPaginateTypeDef(TypedDict):
|
|
8765
8730
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8766
8731
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8767
8732
|
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -8772,7 +8737,7 @@ class ListImagesRequestListImagesPaginateTypeDef(TypedDict):
|
|
|
8772
8737
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8773
8738
|
|
|
8774
8739
|
|
|
8775
|
-
class
|
|
8740
|
+
class ListInferenceComponentsInputPaginateTypeDef(TypedDict):
|
|
8776
8741
|
SortBy: NotRequired[InferenceComponentSortKeyType]
|
|
8777
8742
|
SortOrder: NotRequired[OrderKeyType]
|
|
8778
8743
|
NameContains: NotRequired[str]
|
|
@@ -8786,8 +8751,8 @@ class ListInferenceComponentsInputListInferenceComponentsPaginateTypeDef(TypedDi
|
|
|
8786
8751
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8787
8752
|
|
|
8788
8753
|
|
|
8789
|
-
|
|
8790
|
-
"
|
|
8754
|
+
ListInferenceExperimentsRequestPaginateTypeDef = TypedDict(
|
|
8755
|
+
"ListInferenceExperimentsRequestPaginateTypeDef",
|
|
8791
8756
|
{
|
|
8792
8757
|
"NameContains": NotRequired[str],
|
|
8793
8758
|
"Type": NotRequired[Literal["ShadowMode"]],
|
|
@@ -8803,18 +8768,14 @@ ListInferenceExperimentsRequestListInferenceExperimentsPaginateTypeDef = TypedDi
|
|
|
8803
8768
|
)
|
|
8804
8769
|
|
|
8805
8770
|
|
|
8806
|
-
class
|
|
8807
|
-
TypedDict
|
|
8808
|
-
):
|
|
8771
|
+
class ListInferenceRecommendationsJobStepsRequestPaginateTypeDef(TypedDict):
|
|
8809
8772
|
JobName: str
|
|
8810
8773
|
Status: NotRequired[RecommendationJobStatusType]
|
|
8811
8774
|
StepType: NotRequired[Literal["BENCHMARK"]]
|
|
8812
8775
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8813
8776
|
|
|
8814
8777
|
|
|
8815
|
-
class
|
|
8816
|
-
TypedDict
|
|
8817
|
-
):
|
|
8778
|
+
class ListInferenceRecommendationsJobsRequestPaginateTypeDef(TypedDict):
|
|
8818
8779
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8819
8780
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8820
8781
|
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -8828,7 +8789,7 @@ class ListInferenceRecommendationsJobsRequestListInferenceRecommendationsJobsPag
|
|
|
8828
8789
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8829
8790
|
|
|
8830
8791
|
|
|
8831
|
-
class
|
|
8792
|
+
class ListLabelingJobsForWorkteamRequestPaginateTypeDef(TypedDict):
|
|
8832
8793
|
WorkteamArn: str
|
|
8833
8794
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8834
8795
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
@@ -8838,7 +8799,7 @@ class ListLabelingJobsForWorkteamRequestListLabelingJobsForWorkteamPaginateTypeD
|
|
|
8838
8799
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8839
8800
|
|
|
8840
8801
|
|
|
8841
|
-
class
|
|
8802
|
+
class ListLabelingJobsRequestPaginateTypeDef(TypedDict):
|
|
8842
8803
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8843
8804
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8844
8805
|
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -8850,7 +8811,7 @@ class ListLabelingJobsRequestListLabelingJobsPaginateTypeDef(TypedDict):
|
|
|
8850
8811
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8851
8812
|
|
|
8852
8813
|
|
|
8853
|
-
class
|
|
8814
|
+
class ListLineageGroupsRequestPaginateTypeDef(TypedDict):
|
|
8854
8815
|
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
8855
8816
|
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
8856
8817
|
SortBy: NotRequired[SortLineageGroupsByType]
|
|
@@ -8858,7 +8819,7 @@ class ListLineageGroupsRequestListLineageGroupsPaginateTypeDef(TypedDict):
|
|
|
8858
8819
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8859
8820
|
|
|
8860
8821
|
|
|
8861
|
-
class
|
|
8822
|
+
class ListMlflowTrackingServersRequestPaginateTypeDef(TypedDict):
|
|
8862
8823
|
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
8863
8824
|
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
8864
8825
|
TrackingServerStatus: NotRequired[TrackingServerStatusType]
|
|
@@ -8868,7 +8829,7 @@ class ListMlflowTrackingServersRequestListMlflowTrackingServersPaginateTypeDef(T
|
|
|
8868
8829
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8869
8830
|
|
|
8870
8831
|
|
|
8871
|
-
class
|
|
8832
|
+
class ListModelBiasJobDefinitionsRequestPaginateTypeDef(TypedDict):
|
|
8872
8833
|
EndpointName: NotRequired[str]
|
|
8873
8834
|
SortBy: NotRequired[MonitoringJobDefinitionSortKeyType]
|
|
8874
8835
|
SortOrder: NotRequired[SortOrderType]
|
|
@@ -8878,7 +8839,7 @@ class ListModelBiasJobDefinitionsRequestListModelBiasJobDefinitionsPaginateTypeD
|
|
|
8878
8839
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8879
8840
|
|
|
8880
8841
|
|
|
8881
|
-
class
|
|
8842
|
+
class ListModelCardExportJobsRequestPaginateTypeDef(TypedDict):
|
|
8882
8843
|
ModelCardName: str
|
|
8883
8844
|
ModelCardVersion: NotRequired[int]
|
|
8884
8845
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -8890,7 +8851,7 @@ class ListModelCardExportJobsRequestListModelCardExportJobsPaginateTypeDef(Typed
|
|
|
8890
8851
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8891
8852
|
|
|
8892
8853
|
|
|
8893
|
-
class
|
|
8854
|
+
class ListModelCardVersionsRequestPaginateTypeDef(TypedDict):
|
|
8894
8855
|
ModelCardName: str
|
|
8895
8856
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8896
8857
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
@@ -8900,7 +8861,7 @@ class ListModelCardVersionsRequestListModelCardVersionsPaginateTypeDef(TypedDict
|
|
|
8900
8861
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8901
8862
|
|
|
8902
8863
|
|
|
8903
|
-
class
|
|
8864
|
+
class ListModelCardsRequestPaginateTypeDef(TypedDict):
|
|
8904
8865
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8905
8866
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8906
8867
|
NameContains: NotRequired[str]
|
|
@@ -8910,9 +8871,7 @@ class ListModelCardsRequestListModelCardsPaginateTypeDef(TypedDict):
|
|
|
8910
8871
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8911
8872
|
|
|
8912
8873
|
|
|
8913
|
-
class
|
|
8914
|
-
TypedDict
|
|
8915
|
-
):
|
|
8874
|
+
class ListModelExplainabilityJobDefinitionsRequestPaginateTypeDef(TypedDict):
|
|
8916
8875
|
EndpointName: NotRequired[str]
|
|
8917
8876
|
SortBy: NotRequired[MonitoringJobDefinitionSortKeyType]
|
|
8918
8877
|
SortOrder: NotRequired[SortOrderType]
|
|
@@ -8922,7 +8881,7 @@ class ListModelExplainabilityJobDefinitionsRequestListModelExplainabilityJobDefi
|
|
|
8922
8881
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8923
8882
|
|
|
8924
8883
|
|
|
8925
|
-
class
|
|
8884
|
+
class ListModelPackageGroupsInputPaginateTypeDef(TypedDict):
|
|
8926
8885
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8927
8886
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8928
8887
|
NameContains: NotRequired[str]
|
|
@@ -8932,7 +8891,7 @@ class ListModelPackageGroupsInputListModelPackageGroupsPaginateTypeDef(TypedDict
|
|
|
8932
8891
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8933
8892
|
|
|
8934
8893
|
|
|
8935
|
-
class
|
|
8894
|
+
class ListModelPackagesInputPaginateTypeDef(TypedDict):
|
|
8936
8895
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8937
8896
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8938
8897
|
NameContains: NotRequired[str]
|
|
@@ -8944,7 +8903,7 @@ class ListModelPackagesInputListModelPackagesPaginateTypeDef(TypedDict):
|
|
|
8944
8903
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8945
8904
|
|
|
8946
8905
|
|
|
8947
|
-
class
|
|
8906
|
+
class ListModelQualityJobDefinitionsRequestPaginateTypeDef(TypedDict):
|
|
8948
8907
|
EndpointName: NotRequired[str]
|
|
8949
8908
|
SortBy: NotRequired[MonitoringJobDefinitionSortKeyType]
|
|
8950
8909
|
SortOrder: NotRequired[SortOrderType]
|
|
@@ -8954,7 +8913,7 @@ class ListModelQualityJobDefinitionsRequestListModelQualityJobDefinitionsPaginat
|
|
|
8954
8913
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8955
8914
|
|
|
8956
8915
|
|
|
8957
|
-
class
|
|
8916
|
+
class ListModelsInputPaginateTypeDef(TypedDict):
|
|
8958
8917
|
SortBy: NotRequired[ModelSortKeyType]
|
|
8959
8918
|
SortOrder: NotRequired[OrderKeyType]
|
|
8960
8919
|
NameContains: NotRequired[str]
|
|
@@ -8963,7 +8922,7 @@ class ListModelsInputListModelsPaginateTypeDef(TypedDict):
|
|
|
8963
8922
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8964
8923
|
|
|
8965
8924
|
|
|
8966
|
-
class
|
|
8925
|
+
class ListMonitoringAlertHistoryRequestPaginateTypeDef(TypedDict):
|
|
8967
8926
|
MonitoringScheduleName: NotRequired[str]
|
|
8968
8927
|
MonitoringAlertName: NotRequired[str]
|
|
8969
8928
|
SortBy: NotRequired[MonitoringAlertHistorySortKeyType]
|
|
@@ -8974,12 +8933,12 @@ class ListMonitoringAlertHistoryRequestListMonitoringAlertHistoryPaginateTypeDef
|
|
|
8974
8933
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8975
8934
|
|
|
8976
8935
|
|
|
8977
|
-
class
|
|
8936
|
+
class ListMonitoringAlertsRequestPaginateTypeDef(TypedDict):
|
|
8978
8937
|
MonitoringScheduleName: str
|
|
8979
8938
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8980
8939
|
|
|
8981
8940
|
|
|
8982
|
-
class
|
|
8941
|
+
class ListMonitoringExecutionsRequestPaginateTypeDef(TypedDict):
|
|
8983
8942
|
MonitoringScheduleName: NotRequired[str]
|
|
8984
8943
|
EndpointName: NotRequired[str]
|
|
8985
8944
|
SortBy: NotRequired[MonitoringExecutionSortKeyType]
|
|
@@ -8996,7 +8955,7 @@ class ListMonitoringExecutionsRequestListMonitoringExecutionsPaginateTypeDef(Typ
|
|
|
8996
8955
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8997
8956
|
|
|
8998
8957
|
|
|
8999
|
-
class
|
|
8958
|
+
class ListMonitoringSchedulesRequestPaginateTypeDef(TypedDict):
|
|
9000
8959
|
EndpointName: NotRequired[str]
|
|
9001
8960
|
SortBy: NotRequired[MonitoringScheduleSortKeyType]
|
|
9002
8961
|
SortOrder: NotRequired[SortOrderType]
|
|
@@ -9011,9 +8970,7 @@ class ListMonitoringSchedulesRequestListMonitoringSchedulesPaginateTypeDef(Typed
|
|
|
9011
8970
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9012
8971
|
|
|
9013
8972
|
|
|
9014
|
-
class
|
|
9015
|
-
TypedDict
|
|
9016
|
-
):
|
|
8973
|
+
class ListNotebookInstanceLifecycleConfigsInputPaginateTypeDef(TypedDict):
|
|
9017
8974
|
SortBy: NotRequired[NotebookInstanceLifecycleConfigSortKeyType]
|
|
9018
8975
|
SortOrder: NotRequired[NotebookInstanceLifecycleConfigSortOrderType]
|
|
9019
8976
|
NameContains: NotRequired[str]
|
|
@@ -9024,7 +8981,7 @@ class ListNotebookInstanceLifecycleConfigsInputListNotebookInstanceLifecycleConf
|
|
|
9024
8981
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9025
8982
|
|
|
9026
8983
|
|
|
9027
|
-
class
|
|
8984
|
+
class ListNotebookInstancesInputPaginateTypeDef(TypedDict):
|
|
9028
8985
|
SortBy: NotRequired[NotebookInstanceSortKeyType]
|
|
9029
8986
|
SortOrder: NotRequired[NotebookInstanceSortOrderType]
|
|
9030
8987
|
NameContains: NotRequired[str]
|
|
@@ -9039,7 +8996,7 @@ class ListNotebookInstancesInputListNotebookInstancesPaginateTypeDef(TypedDict):
|
|
|
9039
8996
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9040
8997
|
|
|
9041
8998
|
|
|
9042
|
-
class
|
|
8999
|
+
class ListOptimizationJobsRequestPaginateTypeDef(TypedDict):
|
|
9043
9000
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
9044
9001
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
9045
9002
|
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -9052,17 +9009,17 @@ class ListOptimizationJobsRequestListOptimizationJobsPaginateTypeDef(TypedDict):
|
|
|
9052
9009
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9053
9010
|
|
|
9054
9011
|
|
|
9055
|
-
class
|
|
9012
|
+
class ListPartnerAppsRequestPaginateTypeDef(TypedDict):
|
|
9056
9013
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9057
9014
|
|
|
9058
9015
|
|
|
9059
|
-
class
|
|
9016
|
+
class ListPipelineExecutionStepsRequestPaginateTypeDef(TypedDict):
|
|
9060
9017
|
PipelineExecutionArn: NotRequired[str]
|
|
9061
9018
|
SortOrder: NotRequired[SortOrderType]
|
|
9062
9019
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9063
9020
|
|
|
9064
9021
|
|
|
9065
|
-
class
|
|
9022
|
+
class ListPipelineExecutionsRequestPaginateTypeDef(TypedDict):
|
|
9066
9023
|
PipelineName: str
|
|
9067
9024
|
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
9068
9025
|
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
@@ -9071,14 +9028,12 @@ class ListPipelineExecutionsRequestListPipelineExecutionsPaginateTypeDef(TypedDi
|
|
|
9071
9028
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9072
9029
|
|
|
9073
9030
|
|
|
9074
|
-
class
|
|
9075
|
-
TypedDict
|
|
9076
|
-
):
|
|
9031
|
+
class ListPipelineParametersForExecutionRequestPaginateTypeDef(TypedDict):
|
|
9077
9032
|
PipelineExecutionArn: str
|
|
9078
9033
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9079
9034
|
|
|
9080
9035
|
|
|
9081
|
-
class
|
|
9036
|
+
class ListPipelinesRequestPaginateTypeDef(TypedDict):
|
|
9082
9037
|
PipelineNamePrefix: NotRequired[str]
|
|
9083
9038
|
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
9084
9039
|
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
@@ -9087,7 +9042,7 @@ class ListPipelinesRequestListPipelinesPaginateTypeDef(TypedDict):
|
|
|
9087
9042
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9088
9043
|
|
|
9089
9044
|
|
|
9090
|
-
class
|
|
9045
|
+
class ListProcessingJobsRequestPaginateTypeDef(TypedDict):
|
|
9091
9046
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
9092
9047
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
9093
9048
|
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -9099,7 +9054,7 @@ class ListProcessingJobsRequestListProcessingJobsPaginateTypeDef(TypedDict):
|
|
|
9099
9054
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9100
9055
|
|
|
9101
9056
|
|
|
9102
|
-
class
|
|
9057
|
+
class ListResourceCatalogsRequestPaginateTypeDef(TypedDict):
|
|
9103
9058
|
NameContains: NotRequired[str]
|
|
9104
9059
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
9105
9060
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
@@ -9108,7 +9063,7 @@ class ListResourceCatalogsRequestListResourceCatalogsPaginateTypeDef(TypedDict):
|
|
|
9108
9063
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9109
9064
|
|
|
9110
9065
|
|
|
9111
|
-
class
|
|
9066
|
+
class ListSpacesRequestPaginateTypeDef(TypedDict):
|
|
9112
9067
|
SortOrder: NotRequired[SortOrderType]
|
|
9113
9068
|
SortBy: NotRequired[SpaceSortKeyType]
|
|
9114
9069
|
DomainIdEquals: NotRequired[str]
|
|
@@ -9116,14 +9071,14 @@ class ListSpacesRequestListSpacesPaginateTypeDef(TypedDict):
|
|
|
9116
9071
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9117
9072
|
|
|
9118
9073
|
|
|
9119
|
-
class
|
|
9074
|
+
class ListStageDevicesRequestPaginateTypeDef(TypedDict):
|
|
9120
9075
|
EdgeDeploymentPlanName: str
|
|
9121
9076
|
StageName: str
|
|
9122
9077
|
ExcludeDevicesDeployedInOtherStage: NotRequired[bool]
|
|
9123
9078
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9124
9079
|
|
|
9125
9080
|
|
|
9126
|
-
class
|
|
9081
|
+
class ListStudioLifecycleConfigsRequestPaginateTypeDef(TypedDict):
|
|
9127
9082
|
NameContains: NotRequired[str]
|
|
9128
9083
|
AppTypeEquals: NotRequired[StudioLifecycleConfigAppTypeType]
|
|
9129
9084
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
@@ -9135,19 +9090,17 @@ class ListStudioLifecycleConfigsRequestListStudioLifecycleConfigsPaginateTypeDef
|
|
|
9135
9090
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9136
9091
|
|
|
9137
9092
|
|
|
9138
|
-
class
|
|
9093
|
+
class ListSubscribedWorkteamsRequestPaginateTypeDef(TypedDict):
|
|
9139
9094
|
NameContains: NotRequired[str]
|
|
9140
9095
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9141
9096
|
|
|
9142
9097
|
|
|
9143
|
-
class
|
|
9098
|
+
class ListTagsInputPaginateTypeDef(TypedDict):
|
|
9144
9099
|
ResourceArn: str
|
|
9145
9100
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9146
9101
|
|
|
9147
9102
|
|
|
9148
|
-
class
|
|
9149
|
-
TypedDict
|
|
9150
|
-
):
|
|
9103
|
+
class ListTrainingJobsForHyperParameterTuningJobRequestPaginateTypeDef(TypedDict):
|
|
9151
9104
|
HyperParameterTuningJobName: str
|
|
9152
9105
|
StatusEquals: NotRequired[TrainingJobStatusType]
|
|
9153
9106
|
SortBy: NotRequired[TrainingJobSortByOptionsType]
|
|
@@ -9155,7 +9108,7 @@ class ListTrainingJobsForHyperParameterTuningJobRequestListTrainingJobsForHyperP
|
|
|
9155
9108
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9156
9109
|
|
|
9157
9110
|
|
|
9158
|
-
class
|
|
9111
|
+
class ListTrainingJobsRequestPaginateTypeDef(TypedDict):
|
|
9159
9112
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
9160
9113
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
9161
9114
|
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -9169,7 +9122,7 @@ class ListTrainingJobsRequestListTrainingJobsPaginateTypeDef(TypedDict):
|
|
|
9169
9122
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9170
9123
|
|
|
9171
9124
|
|
|
9172
|
-
class
|
|
9125
|
+
class ListTransformJobsRequestPaginateTypeDef(TypedDict):
|
|
9173
9126
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
9174
9127
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
9175
9128
|
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -9181,7 +9134,7 @@ class ListTransformJobsRequestListTransformJobsPaginateTypeDef(TypedDict):
|
|
|
9181
9134
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9182
9135
|
|
|
9183
9136
|
|
|
9184
|
-
class
|
|
9137
|
+
class ListTrialComponentsRequestPaginateTypeDef(TypedDict):
|
|
9185
9138
|
ExperimentName: NotRequired[str]
|
|
9186
9139
|
TrialName: NotRequired[str]
|
|
9187
9140
|
SourceArn: NotRequired[str]
|
|
@@ -9192,7 +9145,7 @@ class ListTrialComponentsRequestListTrialComponentsPaginateTypeDef(TypedDict):
|
|
|
9192
9145
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9193
9146
|
|
|
9194
9147
|
|
|
9195
|
-
class
|
|
9148
|
+
class ListTrialsRequestPaginateTypeDef(TypedDict):
|
|
9196
9149
|
ExperimentName: NotRequired[str]
|
|
9197
9150
|
TrialComponentName: NotRequired[str]
|
|
9198
9151
|
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
@@ -9202,7 +9155,7 @@ class ListTrialsRequestListTrialsPaginateTypeDef(TypedDict):
|
|
|
9202
9155
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9203
9156
|
|
|
9204
9157
|
|
|
9205
|
-
class
|
|
9158
|
+
class ListUserProfilesRequestPaginateTypeDef(TypedDict):
|
|
9206
9159
|
SortOrder: NotRequired[SortOrderType]
|
|
9207
9160
|
SortBy: NotRequired[UserProfileSortKeyType]
|
|
9208
9161
|
DomainIdEquals: NotRequired[str]
|
|
@@ -9210,14 +9163,14 @@ class ListUserProfilesRequestListUserProfilesPaginateTypeDef(TypedDict):
|
|
|
9210
9163
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9211
9164
|
|
|
9212
9165
|
|
|
9213
|
-
class
|
|
9166
|
+
class ListWorkforcesRequestPaginateTypeDef(TypedDict):
|
|
9214
9167
|
SortBy: NotRequired[ListWorkforcesSortByOptionsType]
|
|
9215
9168
|
SortOrder: NotRequired[SortOrderType]
|
|
9216
9169
|
NameContains: NotRequired[str]
|
|
9217
9170
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9218
9171
|
|
|
9219
9172
|
|
|
9220
|
-
class
|
|
9173
|
+
class ListWorkteamsRequestPaginateTypeDef(TypedDict):
|
|
9221
9174
|
SortBy: NotRequired[ListWorkteamsSortByOptionsType]
|
|
9222
9175
|
SortOrder: NotRequired[SortOrderType]
|
|
9223
9176
|
NameContains: NotRequired[str]
|
|
@@ -9225,156 +9178,156 @@ class ListWorkteamsRequestListWorkteamsPaginateTypeDef(TypedDict):
|
|
|
9225
9178
|
|
|
9226
9179
|
|
|
9227
9180
|
class ListDataQualityJobDefinitionsResponseTypeDef(TypedDict):
|
|
9228
|
-
JobDefinitionSummaries:
|
|
9181
|
+
JobDefinitionSummaries: list[MonitoringJobDefinitionSummaryTypeDef]
|
|
9229
9182
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9230
9183
|
NextToken: NotRequired[str]
|
|
9231
9184
|
|
|
9232
9185
|
|
|
9233
9186
|
class ListModelBiasJobDefinitionsResponseTypeDef(TypedDict):
|
|
9234
|
-
JobDefinitionSummaries:
|
|
9187
|
+
JobDefinitionSummaries: list[MonitoringJobDefinitionSummaryTypeDef]
|
|
9235
9188
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9236
9189
|
NextToken: NotRequired[str]
|
|
9237
9190
|
|
|
9238
9191
|
|
|
9239
9192
|
class ListModelExplainabilityJobDefinitionsResponseTypeDef(TypedDict):
|
|
9240
|
-
JobDefinitionSummaries:
|
|
9193
|
+
JobDefinitionSummaries: list[MonitoringJobDefinitionSummaryTypeDef]
|
|
9241
9194
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9242
9195
|
NextToken: NotRequired[str]
|
|
9243
9196
|
|
|
9244
9197
|
|
|
9245
9198
|
class ListModelQualityJobDefinitionsResponseTypeDef(TypedDict):
|
|
9246
|
-
JobDefinitionSummaries:
|
|
9199
|
+
JobDefinitionSummaries: list[MonitoringJobDefinitionSummaryTypeDef]
|
|
9247
9200
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9248
9201
|
NextToken: NotRequired[str]
|
|
9249
9202
|
|
|
9250
9203
|
|
|
9251
9204
|
class ListMlflowTrackingServersResponseTypeDef(TypedDict):
|
|
9252
|
-
TrackingServerSummaries:
|
|
9205
|
+
TrackingServerSummaries: list[TrackingServerSummaryTypeDef]
|
|
9253
9206
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9254
9207
|
NextToken: NotRequired[str]
|
|
9255
9208
|
|
|
9256
9209
|
|
|
9257
9210
|
class ListModelCardExportJobsResponseTypeDef(TypedDict):
|
|
9258
|
-
ModelCardExportJobSummaries:
|
|
9211
|
+
ModelCardExportJobSummaries: list[ModelCardExportJobSummaryTypeDef]
|
|
9259
9212
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9260
9213
|
NextToken: NotRequired[str]
|
|
9261
9214
|
|
|
9262
9215
|
|
|
9263
9216
|
class ListModelCardVersionsResponseTypeDef(TypedDict):
|
|
9264
|
-
ModelCardVersionSummaryList:
|
|
9217
|
+
ModelCardVersionSummaryList: list[ModelCardVersionSummaryTypeDef]
|
|
9265
9218
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9266
9219
|
NextToken: NotRequired[str]
|
|
9267
9220
|
|
|
9268
9221
|
|
|
9269
9222
|
class ListModelCardsResponseTypeDef(TypedDict):
|
|
9270
|
-
ModelCardSummaries:
|
|
9223
|
+
ModelCardSummaries: list[ModelCardSummaryTypeDef]
|
|
9271
9224
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9272
9225
|
NextToken: NotRequired[str]
|
|
9273
9226
|
|
|
9274
9227
|
|
|
9275
9228
|
class ListModelMetadataResponseTypeDef(TypedDict):
|
|
9276
|
-
ModelMetadataSummaries:
|
|
9229
|
+
ModelMetadataSummaries: list[ModelMetadataSummaryTypeDef]
|
|
9277
9230
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9278
9231
|
NextToken: NotRequired[str]
|
|
9279
9232
|
|
|
9280
9233
|
|
|
9281
9234
|
class ListModelPackageGroupsOutputTypeDef(TypedDict):
|
|
9282
|
-
ModelPackageGroupSummaryList:
|
|
9235
|
+
ModelPackageGroupSummaryList: list[ModelPackageGroupSummaryTypeDef]
|
|
9283
9236
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9284
9237
|
NextToken: NotRequired[str]
|
|
9285
9238
|
|
|
9286
9239
|
|
|
9287
9240
|
class ListModelPackagesOutputTypeDef(TypedDict):
|
|
9288
|
-
ModelPackageSummaryList:
|
|
9241
|
+
ModelPackageSummaryList: list[ModelPackageSummaryTypeDef]
|
|
9289
9242
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9290
9243
|
NextToken: NotRequired[str]
|
|
9291
9244
|
|
|
9292
9245
|
|
|
9293
9246
|
class ListModelsOutputTypeDef(TypedDict):
|
|
9294
|
-
Models:
|
|
9247
|
+
Models: list[ModelSummaryTypeDef]
|
|
9295
9248
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9296
9249
|
NextToken: NotRequired[str]
|
|
9297
9250
|
|
|
9298
9251
|
|
|
9299
9252
|
class ListMonitoringAlertHistoryResponseTypeDef(TypedDict):
|
|
9300
|
-
MonitoringAlertHistory:
|
|
9253
|
+
MonitoringAlertHistory: list[MonitoringAlertHistorySummaryTypeDef]
|
|
9301
9254
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9302
9255
|
NextToken: NotRequired[str]
|
|
9303
9256
|
|
|
9304
9257
|
|
|
9305
9258
|
class ListMonitoringSchedulesResponseTypeDef(TypedDict):
|
|
9306
|
-
MonitoringScheduleSummaries:
|
|
9259
|
+
MonitoringScheduleSummaries: list[MonitoringScheduleSummaryTypeDef]
|
|
9307
9260
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9308
9261
|
NextToken: NotRequired[str]
|
|
9309
9262
|
|
|
9310
9263
|
|
|
9311
9264
|
class ListNotebookInstanceLifecycleConfigsOutputTypeDef(TypedDict):
|
|
9312
|
-
NotebookInstanceLifecycleConfigs:
|
|
9265
|
+
NotebookInstanceLifecycleConfigs: list[NotebookInstanceLifecycleConfigSummaryTypeDef]
|
|
9313
9266
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9314
9267
|
NextToken: NotRequired[str]
|
|
9315
9268
|
|
|
9316
9269
|
|
|
9317
9270
|
class ListNotebookInstancesOutputTypeDef(TypedDict):
|
|
9318
|
-
NotebookInstances:
|
|
9271
|
+
NotebookInstances: list[NotebookInstanceSummaryTypeDef]
|
|
9319
9272
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9320
9273
|
NextToken: NotRequired[str]
|
|
9321
9274
|
|
|
9322
9275
|
|
|
9323
9276
|
class ListOptimizationJobsResponseTypeDef(TypedDict):
|
|
9324
|
-
OptimizationJobSummaries:
|
|
9277
|
+
OptimizationJobSummaries: list[OptimizationJobSummaryTypeDef]
|
|
9325
9278
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9326
9279
|
NextToken: NotRequired[str]
|
|
9327
9280
|
|
|
9328
9281
|
|
|
9329
9282
|
class ListPartnerAppsResponseTypeDef(TypedDict):
|
|
9330
|
-
Summaries:
|
|
9283
|
+
Summaries: list[PartnerAppSummaryTypeDef]
|
|
9331
9284
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9332
9285
|
NextToken: NotRequired[str]
|
|
9333
9286
|
|
|
9334
9287
|
|
|
9335
9288
|
class ListPipelineExecutionsResponseTypeDef(TypedDict):
|
|
9336
|
-
PipelineExecutionSummaries:
|
|
9289
|
+
PipelineExecutionSummaries: list[PipelineExecutionSummaryTypeDef]
|
|
9337
9290
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9338
9291
|
NextToken: NotRequired[str]
|
|
9339
9292
|
|
|
9340
9293
|
|
|
9341
9294
|
class ListPipelineParametersForExecutionResponseTypeDef(TypedDict):
|
|
9342
|
-
PipelineParameters:
|
|
9295
|
+
PipelineParameters: list[ParameterTypeDef]
|
|
9343
9296
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9344
9297
|
NextToken: NotRequired[str]
|
|
9345
9298
|
|
|
9346
9299
|
|
|
9347
9300
|
class ListPipelinesResponseTypeDef(TypedDict):
|
|
9348
|
-
PipelineSummaries:
|
|
9301
|
+
PipelineSummaries: list[PipelineSummaryTypeDef]
|
|
9349
9302
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9350
9303
|
NextToken: NotRequired[str]
|
|
9351
9304
|
|
|
9352
9305
|
|
|
9353
9306
|
class ListProcessingJobsResponseTypeDef(TypedDict):
|
|
9354
|
-
ProcessingJobSummaries:
|
|
9307
|
+
ProcessingJobSummaries: list[ProcessingJobSummaryTypeDef]
|
|
9355
9308
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9356
9309
|
NextToken: NotRequired[str]
|
|
9357
9310
|
|
|
9358
9311
|
|
|
9359
9312
|
class ListProjectsOutputTypeDef(TypedDict):
|
|
9360
|
-
ProjectSummaryList:
|
|
9313
|
+
ProjectSummaryList: list[ProjectSummaryTypeDef]
|
|
9361
9314
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9362
9315
|
NextToken: NotRequired[str]
|
|
9363
9316
|
|
|
9364
9317
|
|
|
9365
9318
|
class ListResourceCatalogsResponseTypeDef(TypedDict):
|
|
9366
|
-
ResourceCatalogs:
|
|
9319
|
+
ResourceCatalogs: list[ResourceCatalogTypeDef]
|
|
9367
9320
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9368
9321
|
NextToken: NotRequired[str]
|
|
9369
9322
|
|
|
9370
9323
|
|
|
9371
9324
|
class ListStudioLifecycleConfigsResponseTypeDef(TypedDict):
|
|
9372
|
-
StudioLifecycleConfigs:
|
|
9325
|
+
StudioLifecycleConfigs: list[StudioLifecycleConfigDetailsTypeDef]
|
|
9373
9326
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9374
9327
|
NextToken: NotRequired[str]
|
|
9375
9328
|
|
|
9376
9329
|
|
|
9377
|
-
class
|
|
9330
|
+
class ListTrainingPlansRequestPaginateTypeDef(TypedDict):
|
|
9378
9331
|
StartTimeAfter: NotRequired[TimestampTypeDef]
|
|
9379
9332
|
StartTimeBefore: NotRequired[TimestampTypeDef]
|
|
9380
9333
|
SortBy: NotRequired[TrainingPlanSortByType]
|
|
@@ -9394,13 +9347,13 @@ class ListTrainingPlansRequestRequestTypeDef(TypedDict):
|
|
|
9394
9347
|
|
|
9395
9348
|
|
|
9396
9349
|
class ListTransformJobsResponseTypeDef(TypedDict):
|
|
9397
|
-
TransformJobSummaries:
|
|
9350
|
+
TransformJobSummaries: list[TransformJobSummaryTypeDef]
|
|
9398
9351
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9399
9352
|
NextToken: NotRequired[str]
|
|
9400
9353
|
|
|
9401
9354
|
|
|
9402
9355
|
class ListUserProfilesResponseTypeDef(TypedDict):
|
|
9403
|
-
UserProfiles:
|
|
9356
|
+
UserProfiles: list[UserProfileDetailsTypeDef]
|
|
9404
9357
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9405
9358
|
NextToken: NotRequired[str]
|
|
9406
9359
|
|
|
@@ -9422,12 +9375,14 @@ class S3ModelDataSourceTypeDef(TypedDict):
|
|
|
9422
9375
|
ModelAccessConfig: NotRequired[ModelAccessConfigTypeDef]
|
|
9423
9376
|
HubAccessConfig: NotRequired[InferenceHubAccessConfigTypeDef]
|
|
9424
9377
|
ManifestS3Uri: NotRequired[str]
|
|
9378
|
+
ETag: NotRequired[str]
|
|
9379
|
+
ManifestEtag: NotRequired[str]
|
|
9425
9380
|
|
|
9426
9381
|
|
|
9427
9382
|
class TextGenerationJobConfigOutputTypeDef(TypedDict):
|
|
9428
9383
|
CompletionCriteria: NotRequired[AutoMLJobCompletionCriteriaTypeDef]
|
|
9429
9384
|
BaseModelName: NotRequired[str]
|
|
9430
|
-
TextGenerationHyperParameters: NotRequired[
|
|
9385
|
+
TextGenerationHyperParameters: NotRequired[dict[str, str]]
|
|
9431
9386
|
ModelAccessConfig: NotRequired[ModelAccessConfigTypeDef]
|
|
9432
9387
|
|
|
9433
9388
|
|
|
@@ -9454,7 +9409,7 @@ class ModelInfrastructureConfigTypeDef(TypedDict):
|
|
|
9454
9409
|
|
|
9455
9410
|
class RecommendationJobStoppingConditionsOutputTypeDef(TypedDict):
|
|
9456
9411
|
MaxInvocations: NotRequired[int]
|
|
9457
|
-
ModelLatencyThresholds: NotRequired[
|
|
9412
|
+
ModelLatencyThresholds: NotRequired[list[ModelLatencyThresholdTypeDef]]
|
|
9458
9413
|
FlatInvocations: NotRequired[FlatInvocationsType]
|
|
9459
9414
|
|
|
9460
9415
|
|
|
@@ -9469,8 +9424,8 @@ class ModelMetadataSearchExpressionTypeDef(TypedDict):
|
|
|
9469
9424
|
|
|
9470
9425
|
|
|
9471
9426
|
class ModelPackageStatusDetailsTypeDef(TypedDict):
|
|
9472
|
-
ValidationStatuses:
|
|
9473
|
-
ImageScanStatuses: NotRequired[
|
|
9427
|
+
ValidationStatuses: list[ModelPackageStatusItemTypeDef]
|
|
9428
|
+
ImageScanStatuses: NotRequired[list[ModelPackageStatusItemTypeDef]]
|
|
9474
9429
|
|
|
9475
9430
|
|
|
9476
9431
|
ModelQuantizationConfigUnionTypeDef = Union[
|
|
@@ -9499,7 +9454,7 @@ class MonitoringResourcesTypeDef(TypedDict):
|
|
|
9499
9454
|
class MonitoringDatasetFormatOutputTypeDef(TypedDict):
|
|
9500
9455
|
Csv: NotRequired[MonitoringCsvDatasetFormatTypeDef]
|
|
9501
9456
|
Json: NotRequired[MonitoringJsonDatasetFormatTypeDef]
|
|
9502
|
-
Parquet: NotRequired[
|
|
9457
|
+
Parquet: NotRequired[dict[str, Any]]
|
|
9503
9458
|
|
|
9504
9459
|
|
|
9505
9460
|
class MonitoringDatasetFormatTypeDef(TypedDict):
|
|
@@ -9550,14 +9505,14 @@ class OutputConfigTypeDef(TypedDict):
|
|
|
9550
9505
|
|
|
9551
9506
|
class PendingProductionVariantSummaryTypeDef(TypedDict):
|
|
9552
9507
|
VariantName: str
|
|
9553
|
-
DeployedImages: NotRequired[
|
|
9508
|
+
DeployedImages: NotRequired[list[DeployedImageTypeDef]]
|
|
9554
9509
|
CurrentWeight: NotRequired[float]
|
|
9555
9510
|
DesiredWeight: NotRequired[float]
|
|
9556
9511
|
CurrentInstanceCount: NotRequired[int]
|
|
9557
9512
|
DesiredInstanceCount: NotRequired[int]
|
|
9558
9513
|
InstanceType: NotRequired[ProductionVariantInstanceTypeType]
|
|
9559
9514
|
AcceleratorType: NotRequired[ProductionVariantAcceleratorTypeType]
|
|
9560
|
-
VariantStatus: NotRequired[
|
|
9515
|
+
VariantStatus: NotRequired[list[ProductionVariantStatusTypeDef]]
|
|
9561
9516
|
CurrentServerlessConfig: NotRequired[ProductionVariantServerlessConfigTypeDef]
|
|
9562
9517
|
DesiredServerlessConfig: NotRequired[ProductionVariantServerlessConfigTypeDef]
|
|
9563
9518
|
ManagedInstanceScaling: NotRequired[ProductionVariantManagedInstanceScalingTypeDef]
|
|
@@ -9566,12 +9521,12 @@ class PendingProductionVariantSummaryTypeDef(TypedDict):
|
|
|
9566
9521
|
|
|
9567
9522
|
class ProductionVariantSummaryTypeDef(TypedDict):
|
|
9568
9523
|
VariantName: str
|
|
9569
|
-
DeployedImages: NotRequired[
|
|
9524
|
+
DeployedImages: NotRequired[list[DeployedImageTypeDef]]
|
|
9570
9525
|
CurrentWeight: NotRequired[float]
|
|
9571
9526
|
DesiredWeight: NotRequired[float]
|
|
9572
9527
|
CurrentInstanceCount: NotRequired[int]
|
|
9573
9528
|
DesiredInstanceCount: NotRequired[int]
|
|
9574
|
-
VariantStatus: NotRequired[
|
|
9529
|
+
VariantStatus: NotRequired[list[ProductionVariantStatusTypeDef]]
|
|
9575
9530
|
CurrentServerlessConfig: NotRequired[ProductionVariantServerlessConfigTypeDef]
|
|
9576
9531
|
DesiredServerlessConfig: NotRequired[ProductionVariantServerlessConfigTypeDef]
|
|
9577
9532
|
ManagedInstanceScaling: NotRequired[ProductionVariantManagedInstanceScalingTypeDef]
|
|
@@ -9579,7 +9534,7 @@ class ProductionVariantSummaryTypeDef(TypedDict):
|
|
|
9579
9534
|
|
|
9580
9535
|
|
|
9581
9536
|
class SchedulerConfigOutputTypeDef(TypedDict):
|
|
9582
|
-
PriorityClasses: NotRequired[
|
|
9537
|
+
PriorityClasses: NotRequired[list[PriorityClassTypeDef]]
|
|
9583
9538
|
FairShare: NotRequired[FairShareType]
|
|
9584
9539
|
|
|
9585
9540
|
|
|
@@ -9630,7 +9585,7 @@ class ServiceCatalogProvisioningDetailsOutputTypeDef(TypedDict):
|
|
|
9630
9585
|
ProductId: str
|
|
9631
9586
|
ProvisioningArtifactId: NotRequired[str]
|
|
9632
9587
|
PathId: NotRequired[str]
|
|
9633
|
-
ProvisioningParameters: NotRequired[
|
|
9588
|
+
ProvisioningParameters: NotRequired[list[ProvisioningParameterTypeDef]]
|
|
9634
9589
|
|
|
9635
9590
|
|
|
9636
9591
|
class ServiceCatalogProvisioningDetailsTypeDef(TypedDict):
|
|
@@ -9650,8 +9605,8 @@ class PublicWorkforceTaskPriceTypeDef(TypedDict):
|
|
|
9650
9605
|
|
|
9651
9606
|
|
|
9652
9607
|
class QueryLineageResponseTypeDef(TypedDict):
|
|
9653
|
-
Vertices:
|
|
9654
|
-
Edges:
|
|
9608
|
+
Vertices: list[VertexTypeDef]
|
|
9609
|
+
Edges: list[EdgeTypeDef]
|
|
9655
9610
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9656
9611
|
NextToken: NotRequired[str]
|
|
9657
9612
|
|
|
@@ -9668,10 +9623,10 @@ class RecommendationJobContainerConfigOutputTypeDef(TypedDict):
|
|
|
9668
9623
|
FrameworkVersion: NotRequired[str]
|
|
9669
9624
|
PayloadConfig: NotRequired[RecommendationJobPayloadConfigOutputTypeDef]
|
|
9670
9625
|
NearestModelName: NotRequired[str]
|
|
9671
|
-
SupportedInstanceTypes: NotRequired[
|
|
9626
|
+
SupportedInstanceTypes: NotRequired[list[str]]
|
|
9672
9627
|
SupportedEndpointType: NotRequired[RecommendationJobSupportedEndpointTypeType]
|
|
9673
9628
|
DataInputConfig: NotRequired[str]
|
|
9674
|
-
SupportedResponseMIMETypes: NotRequired[
|
|
9629
|
+
SupportedResponseMIMETypes: NotRequired[list[str]]
|
|
9675
9630
|
|
|
9676
9631
|
|
|
9677
9632
|
RecommendationJobPayloadConfigUnionTypeDef = Union[
|
|
@@ -9691,20 +9646,20 @@ class RenderUiTemplateRequestRequestTypeDef(TypedDict):
|
|
|
9691
9646
|
|
|
9692
9647
|
class RenderUiTemplateResponseTypeDef(TypedDict):
|
|
9693
9648
|
RenderedContent: str
|
|
9694
|
-
Errors:
|
|
9649
|
+
Errors: list[RenderingErrorTypeDef]
|
|
9695
9650
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9696
9651
|
|
|
9697
9652
|
|
|
9698
9653
|
class TrainingPlanOfferingTypeDef(TypedDict):
|
|
9699
9654
|
TrainingPlanOfferingId: str
|
|
9700
|
-
TargetResources:
|
|
9655
|
+
TargetResources: list[SageMakerResourceNameType]
|
|
9701
9656
|
RequestedStartTimeAfter: NotRequired[datetime]
|
|
9702
9657
|
RequestedEndTimeBefore: NotRequired[datetime]
|
|
9703
9658
|
DurationHours: NotRequired[int]
|
|
9704
9659
|
DurationMinutes: NotRequired[int]
|
|
9705
9660
|
UpfrontFee: NotRequired[str]
|
|
9706
9661
|
CurrencyCode: NotRequired[str]
|
|
9707
|
-
ReservedCapacityOfferings: NotRequired[
|
|
9662
|
+
ReservedCapacityOfferings: NotRequired[list[ReservedCapacityOfferingTypeDef]]
|
|
9708
9663
|
|
|
9709
9664
|
|
|
9710
9665
|
class UpdateTrainingJobRequestRequestTypeDef(TypedDict):
|
|
@@ -9719,7 +9674,7 @@ S3DataSourceUnionTypeDef = Union[S3DataSourceTypeDef, S3DataSourceOutputTypeDef]
|
|
|
9719
9674
|
|
|
9720
9675
|
|
|
9721
9676
|
class SelectiveExecutionConfigOutputTypeDef(TypedDict):
|
|
9722
|
-
SelectedSteps:
|
|
9677
|
+
SelectedSteps: list[SelectedStepTypeDef]
|
|
9723
9678
|
SourcePipelineExecutionArn: NotRequired[str]
|
|
9724
9679
|
|
|
9725
9680
|
|
|
@@ -9730,7 +9685,7 @@ class SelectiveExecutionConfigTypeDef(TypedDict):
|
|
|
9730
9685
|
|
|
9731
9686
|
class ShadowModeConfigOutputTypeDef(TypedDict):
|
|
9732
9687
|
SourceModelVariantName: str
|
|
9733
|
-
ShadowModelVariants:
|
|
9688
|
+
ShadowModelVariants: list[ShadowModelVariantConfigTypeDef]
|
|
9734
9689
|
|
|
9735
9690
|
|
|
9736
9691
|
class ShadowModeConfigTypeDef(TypedDict):
|
|
@@ -9744,7 +9699,7 @@ class SpaceAppLifecycleManagementTypeDef(TypedDict):
|
|
|
9744
9699
|
|
|
9745
9700
|
class TrafficPatternOutputTypeDef(TypedDict):
|
|
9746
9701
|
TrafficType: NotRequired[TrafficTypeType]
|
|
9747
|
-
Phases: NotRequired[
|
|
9702
|
+
Phases: NotRequired[list[PhaseTypeDef]]
|
|
9748
9703
|
Stairs: NotRequired[StairsTypeDef]
|
|
9749
9704
|
|
|
9750
9705
|
|
|
@@ -9784,7 +9739,7 @@ class WorkforceTypeDef(TypedDict):
|
|
|
9784
9739
|
|
|
9785
9740
|
|
|
9786
9741
|
class ListActionsResponseTypeDef(TypedDict):
|
|
9787
|
-
ActionSummaries:
|
|
9742
|
+
ActionSummaries: list[ActionSummaryTypeDef]
|
|
9788
9743
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9789
9744
|
NextToken: NotRequired[str]
|
|
9790
9745
|
|
|
@@ -9796,13 +9751,13 @@ HyperParameterAlgorithmSpecificationUnionTypeDef = Union[
|
|
|
9796
9751
|
|
|
9797
9752
|
|
|
9798
9753
|
class ListAppsResponseTypeDef(TypedDict):
|
|
9799
|
-
Apps:
|
|
9754
|
+
Apps: list[AppDetailsTypeDef]
|
|
9800
9755
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9801
9756
|
NextToken: NotRequired[str]
|
|
9802
9757
|
|
|
9803
9758
|
|
|
9804
9759
|
class DomainSettingsOutputTypeDef(TypedDict):
|
|
9805
|
-
SecurityGroupIds: NotRequired[
|
|
9760
|
+
SecurityGroupIds: NotRequired[list[str]]
|
|
9806
9761
|
RStudioServerProDomainSettings: NotRequired[RStudioServerProDomainSettingsTypeDef]
|
|
9807
9762
|
ExecutionRoleIdentityConfig: NotRequired[ExecutionRoleIdentityConfigType]
|
|
9808
9763
|
DockerSettings: NotRequired[DockerSettingsOutputTypeDef]
|
|
@@ -9811,8 +9766,8 @@ class DomainSettingsOutputTypeDef(TypedDict):
|
|
|
9811
9766
|
|
|
9812
9767
|
class CodeEditorAppSettingsOutputTypeDef(TypedDict):
|
|
9813
9768
|
DefaultResourceSpec: NotRequired[ResourceSpecTypeDef]
|
|
9814
|
-
CustomImages: NotRequired[
|
|
9815
|
-
LifecycleConfigArns: NotRequired[
|
|
9769
|
+
CustomImages: NotRequired[list[CustomImageTypeDef]]
|
|
9770
|
+
LifecycleConfigArns: NotRequired[list[str]]
|
|
9816
9771
|
AppLifecycleManagement: NotRequired[AppLifecycleManagementTypeDef]
|
|
9817
9772
|
BuiltInLifecycleConfigArn: NotRequired[str]
|
|
9818
9773
|
|
|
@@ -9827,9 +9782,9 @@ class CodeEditorAppSettingsTypeDef(TypedDict):
|
|
|
9827
9782
|
|
|
9828
9783
|
class JupyterLabAppSettingsOutputTypeDef(TypedDict):
|
|
9829
9784
|
DefaultResourceSpec: NotRequired[ResourceSpecTypeDef]
|
|
9830
|
-
CustomImages: NotRequired[
|
|
9831
|
-
LifecycleConfigArns: NotRequired[
|
|
9832
|
-
CodeRepositories: NotRequired[
|
|
9785
|
+
CustomImages: NotRequired[list[CustomImageTypeDef]]
|
|
9786
|
+
LifecycleConfigArns: NotRequired[list[str]]
|
|
9787
|
+
CodeRepositories: NotRequired[list[CodeRepositoryTypeDef]]
|
|
9833
9788
|
AppLifecycleManagement: NotRequired[AppLifecycleManagementTypeDef]
|
|
9834
9789
|
EmrSettings: NotRequired[EmrSettingsOutputTypeDef]
|
|
9835
9790
|
BuiltInLifecycleConfigArn: NotRequired[str]
|
|
@@ -9887,9 +9842,9 @@ class TimeSeriesForecastingJobConfigOutputTypeDef(TypedDict):
|
|
|
9887
9842
|
TimeSeriesConfig: TimeSeriesConfigOutputTypeDef
|
|
9888
9843
|
FeatureSpecificationS3Uri: NotRequired[str]
|
|
9889
9844
|
CompletionCriteria: NotRequired[AutoMLJobCompletionCriteriaTypeDef]
|
|
9890
|
-
ForecastQuantiles: NotRequired[
|
|
9845
|
+
ForecastQuantiles: NotRequired[list[str]]
|
|
9891
9846
|
Transformations: NotRequired[TimeSeriesTransformationsOutputTypeDef]
|
|
9892
|
-
HolidayConfig: NotRequired[
|
|
9847
|
+
HolidayConfig: NotRequired[list[HolidayConfigAttributesTypeDef]]
|
|
9893
9848
|
CandidateGenerationConfig: NotRequired[CandidateGenerationConfigOutputTypeDef]
|
|
9894
9849
|
|
|
9895
9850
|
|
|
@@ -9919,7 +9874,7 @@ class AutoMLJobChannelTypeDef(TypedDict):
|
|
|
9919
9874
|
|
|
9920
9875
|
|
|
9921
9876
|
class ListAutoMLJobsResponseTypeDef(TypedDict):
|
|
9922
|
-
AutoMLJobSummaries:
|
|
9877
|
+
AutoMLJobSummaries: list[AutoMLJobSummaryTypeDef]
|
|
9923
9878
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9924
9879
|
NextToken: NotRequired[str]
|
|
9925
9880
|
|
|
@@ -9973,17 +9928,17 @@ class PipelineExecutionStepMetadataTypeDef(TypedDict):
|
|
|
9973
9928
|
class AutoMLCandidateTypeDef(TypedDict):
|
|
9974
9929
|
CandidateName: str
|
|
9975
9930
|
ObjectiveStatus: ObjectiveStatusType
|
|
9976
|
-
CandidateSteps:
|
|
9931
|
+
CandidateSteps: list[AutoMLCandidateStepTypeDef]
|
|
9977
9932
|
CandidateStatus: CandidateStatusType
|
|
9978
9933
|
CreationTime: datetime
|
|
9979
9934
|
LastModifiedTime: datetime
|
|
9980
9935
|
FinalAutoMLJobObjectiveMetric: NotRequired[FinalAutoMLJobObjectiveMetricTypeDef]
|
|
9981
|
-
InferenceContainers: NotRequired[
|
|
9936
|
+
InferenceContainers: NotRequired[list[AutoMLContainerDefinitionTypeDef]]
|
|
9982
9937
|
EndTime: NotRequired[datetime]
|
|
9983
9938
|
FailureReason: NotRequired[str]
|
|
9984
9939
|
CandidateProperties: NotRequired[CandidatePropertiesTypeDef]
|
|
9985
9940
|
InferenceContainerDefinitions: NotRequired[
|
|
9986
|
-
|
|
9941
|
+
dict[AutoMLProcessingUnitType, list[AutoMLContainerDefinitionTypeDef]]
|
|
9987
9942
|
]
|
|
9988
9943
|
|
|
9989
9944
|
|
|
@@ -10057,8 +10012,8 @@ class ClusterInstanceGroupDetailsTypeDef(TypedDict):
|
|
|
10057
10012
|
LifeCycleConfig: NotRequired[ClusterLifeCycleConfigTypeDef]
|
|
10058
10013
|
ExecutionRole: NotRequired[str]
|
|
10059
10014
|
ThreadsPerCore: NotRequired[int]
|
|
10060
|
-
InstanceStorageConfigs: NotRequired[
|
|
10061
|
-
OnStartDeepHealthChecks: NotRequired[
|
|
10015
|
+
InstanceStorageConfigs: NotRequired[list[ClusterInstanceStorageConfigTypeDef]]
|
|
10016
|
+
OnStartDeepHealthChecks: NotRequired[list[DeepHealthCheckTypeType]]
|
|
10062
10017
|
Status: NotRequired[InstanceGroupStatusType]
|
|
10063
10018
|
TrainingPlanArn: NotRequired[str]
|
|
10064
10019
|
TrainingPlanStatus: NotRequired[str]
|
|
@@ -10074,7 +10029,7 @@ class ClusterNodeDetailsTypeDef(TypedDict):
|
|
|
10074
10029
|
LifeCycleConfig: NotRequired[ClusterLifeCycleConfigTypeDef]
|
|
10075
10030
|
OverrideVpcConfig: NotRequired[VpcConfigOutputTypeDef]
|
|
10076
10031
|
ThreadsPerCore: NotRequired[int]
|
|
10077
|
-
InstanceStorageConfigs: NotRequired[
|
|
10032
|
+
InstanceStorageConfigs: NotRequired[list[ClusterInstanceStorageConfigTypeDef]]
|
|
10078
10033
|
PrivatePrimaryIp: NotRequired[str]
|
|
10079
10034
|
PrivateDnsHostname: NotRequired[str]
|
|
10080
10035
|
Placement: NotRequired[ClusterInstancePlacementTypeDef]
|
|
@@ -10082,7 +10037,7 @@ class ClusterNodeDetailsTypeDef(TypedDict):
|
|
|
10082
10037
|
|
|
10083
10038
|
class ListClusterNodesResponseTypeDef(TypedDict):
|
|
10084
10039
|
NextToken: str
|
|
10085
|
-
ClusterNodeSummaries:
|
|
10040
|
+
ClusterNodeSummaries: list[ClusterNodeSummaryTypeDef]
|
|
10086
10041
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
10087
10042
|
|
|
10088
10043
|
|
|
@@ -10095,7 +10050,7 @@ RSessionAppSettingsUnionTypeDef = Union[
|
|
|
10095
10050
|
|
|
10096
10051
|
|
|
10097
10052
|
class ListCodeRepositoriesOutputTypeDef(TypedDict):
|
|
10098
|
-
CodeRepositorySummaryList:
|
|
10053
|
+
CodeRepositorySummaryList: list[CodeRepositorySummaryTypeDef]
|
|
10099
10054
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
10100
10055
|
NextToken: NotRequired[str]
|
|
10101
10056
|
|
|
@@ -10163,7 +10118,7 @@ class JupyterLabAppImageConfigTypeDef(TypedDict):
|
|
|
10163
10118
|
|
|
10164
10119
|
|
|
10165
10120
|
class ListContextsResponseTypeDef(TypedDict):
|
|
10166
|
-
ContextSummaries:
|
|
10121
|
+
ContextSummaries: list[ContextSummaryTypeDef]
|
|
10167
10122
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
10168
10123
|
NextToken: NotRequired[str]
|
|
10169
10124
|
|
|
@@ -10252,12 +10207,12 @@ InferenceComponentSpecificationSummaryTypeDef = TypedDict(
|
|
|
10252
10207
|
class DescribeEdgeDeploymentPlanResponseTypeDef(TypedDict):
|
|
10253
10208
|
EdgeDeploymentPlanArn: str
|
|
10254
10209
|
EdgeDeploymentPlanName: str
|
|
10255
|
-
ModelConfigs:
|
|
10210
|
+
ModelConfigs: list[EdgeDeploymentModelConfigTypeDef]
|
|
10256
10211
|
DeviceFleetName: str
|
|
10257
10212
|
EdgeDeploymentSuccess: int
|
|
10258
10213
|
EdgeDeploymentPending: int
|
|
10259
10214
|
EdgeDeploymentFailed: int
|
|
10260
|
-
Stages:
|
|
10215
|
+
Stages: list[DeploymentStageStatusSummaryTypeDef]
|
|
10261
10216
|
CreationTime: datetime
|
|
10262
10217
|
LastModifiedTime: datetime
|
|
10263
10218
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -10265,37 +10220,37 @@ class DescribeEdgeDeploymentPlanResponseTypeDef(TypedDict):
|
|
|
10265
10220
|
|
|
10266
10221
|
|
|
10267
10222
|
class ListExperimentsResponseTypeDef(TypedDict):
|
|
10268
|
-
ExperimentSummaries:
|
|
10223
|
+
ExperimentSummaries: list[ExperimentSummaryTypeDef]
|
|
10269
10224
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
10270
10225
|
NextToken: NotRequired[str]
|
|
10271
10226
|
|
|
10272
10227
|
|
|
10273
10228
|
class ListFeatureGroupsResponseTypeDef(TypedDict):
|
|
10274
|
-
FeatureGroupSummaries:
|
|
10229
|
+
FeatureGroupSummaries: list[FeatureGroupSummaryTypeDef]
|
|
10275
10230
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
10276
10231
|
NextToken: NotRequired[str]
|
|
10277
10232
|
|
|
10278
10233
|
|
|
10279
10234
|
class ListInferenceExperimentsResponseTypeDef(TypedDict):
|
|
10280
|
-
InferenceExperiments:
|
|
10235
|
+
InferenceExperiments: list[InferenceExperimentSummaryTypeDef]
|
|
10281
10236
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
10282
10237
|
NextToken: NotRequired[str]
|
|
10283
10238
|
|
|
10284
10239
|
|
|
10285
10240
|
class ListTrainingJobsResponseTypeDef(TypedDict):
|
|
10286
|
-
TrainingJobSummaries:
|
|
10241
|
+
TrainingJobSummaries: list[TrainingJobSummaryTypeDef]
|
|
10287
10242
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
10288
10243
|
NextToken: NotRequired[str]
|
|
10289
10244
|
|
|
10290
10245
|
|
|
10291
10246
|
class ListTrainingPlansResponseTypeDef(TypedDict):
|
|
10292
|
-
TrainingPlanSummaries:
|
|
10247
|
+
TrainingPlanSummaries: list[TrainingPlanSummaryTypeDef]
|
|
10293
10248
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
10294
10249
|
NextToken: NotRequired[str]
|
|
10295
10250
|
|
|
10296
10251
|
|
|
10297
10252
|
class ListTrialsResponseTypeDef(TypedDict):
|
|
10298
|
-
TrialSummaries:
|
|
10253
|
+
TrialSummaries: list[TrialSummaryTypeDef]
|
|
10299
10254
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
10300
10255
|
NextToken: NotRequired[str]
|
|
10301
10256
|
|
|
@@ -10312,7 +10267,7 @@ class DeploymentStageTypeDef(TypedDict):
|
|
|
10312
10267
|
|
|
10313
10268
|
|
|
10314
10269
|
class ListDevicesResponseTypeDef(TypedDict):
|
|
10315
|
-
DeviceSummaries:
|
|
10270
|
+
DeviceSummaries: list[DeviceSummaryTypeDef]
|
|
10316
10271
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
10317
10272
|
NextToken: NotRequired[str]
|
|
10318
10273
|
|
|
@@ -10391,7 +10346,7 @@ class SearchExpressionTypeDef(TypedDict):
|
|
|
10391
10346
|
|
|
10392
10347
|
|
|
10393
10348
|
class ListTrainingJobsForHyperParameterTuningJobResponseTypeDef(TypedDict):
|
|
10394
|
-
TrainingJobSummaries:
|
|
10349
|
+
TrainingJobSummaries: list[HyperParameterTrainingJobSummaryTypeDef]
|
|
10395
10350
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
10396
10351
|
NextToken: NotRequired[str]
|
|
10397
10352
|
|
|
@@ -10409,7 +10364,7 @@ HyperParameterTuningResourceConfigUnionTypeDef = Union[
|
|
|
10409
10364
|
|
|
10410
10365
|
|
|
10411
10366
|
class ListHyperParameterTuningJobsResponseTypeDef(TypedDict):
|
|
10412
|
-
HyperParameterTuningJobSummaries:
|
|
10367
|
+
HyperParameterTuningJobSummaries: list[HyperParameterTuningJobSummaryTypeDef]
|
|
10413
10368
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
10414
10369
|
NextToken: NotRequired[str]
|
|
10415
10370
|
|
|
@@ -10433,7 +10388,7 @@ class DescribeActionResponseTypeDef(TypedDict):
|
|
|
10433
10388
|
ActionType: str
|
|
10434
10389
|
Description: str
|
|
10435
10390
|
Status: ActionStatusType
|
|
10436
|
-
Properties:
|
|
10391
|
+
Properties: dict[str, str]
|
|
10437
10392
|
CreationTime: datetime
|
|
10438
10393
|
CreatedBy: UserContextTypeDef
|
|
10439
10394
|
LastModifiedTime: datetime
|
|
@@ -10448,7 +10403,7 @@ class DescribeArtifactResponseTypeDef(TypedDict):
|
|
|
10448
10403
|
ArtifactArn: str
|
|
10449
10404
|
Source: ArtifactSourceOutputTypeDef
|
|
10450
10405
|
ArtifactType: str
|
|
10451
|
-
Properties:
|
|
10406
|
+
Properties: dict[str, str]
|
|
10452
10407
|
CreationTime: datetime
|
|
10453
10408
|
CreatedBy: UserContextTypeDef
|
|
10454
10409
|
LastModifiedTime: datetime
|
|
@@ -10483,7 +10438,7 @@ class DescribeContextResponseTypeDef(TypedDict):
|
|
|
10483
10438
|
Source: ContextSourceTypeDef
|
|
10484
10439
|
ContextType: str
|
|
10485
10440
|
Description: str
|
|
10486
|
-
Properties:
|
|
10441
|
+
Properties: dict[str, str]
|
|
10487
10442
|
CreationTime: datetime
|
|
10488
10443
|
CreatedBy: UserContextTypeDef
|
|
10489
10444
|
LastModifiedTime: datetime
|
|
@@ -10590,13 +10545,13 @@ class DescribeTrialComponentResponseTypeDef(TypedDict):
|
|
|
10590
10545
|
CreatedBy: UserContextTypeDef
|
|
10591
10546
|
LastModifiedTime: datetime
|
|
10592
10547
|
LastModifiedBy: UserContextTypeDef
|
|
10593
|
-
Parameters:
|
|
10594
|
-
InputArtifacts:
|
|
10595
|
-
OutputArtifacts:
|
|
10548
|
+
Parameters: dict[str, TrialComponentParameterValueTypeDef]
|
|
10549
|
+
InputArtifacts: dict[str, TrialComponentArtifactTypeDef]
|
|
10550
|
+
OutputArtifacts: dict[str, TrialComponentArtifactTypeDef]
|
|
10596
10551
|
MetadataProperties: MetadataPropertiesTypeDef
|
|
10597
|
-
Metrics:
|
|
10552
|
+
Metrics: list[TrialComponentMetricSummaryTypeDef]
|
|
10598
10553
|
LineageGroupArn: str
|
|
10599
|
-
Sources:
|
|
10554
|
+
Sources: list[TrialComponentSourceTypeDef]
|
|
10600
10555
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
10601
10556
|
|
|
10602
10557
|
|
|
@@ -10624,7 +10579,7 @@ class ExperimentTypeDef(TypedDict):
|
|
|
10624
10579
|
CreatedBy: NotRequired[UserContextTypeDef]
|
|
10625
10580
|
LastModifiedTime: NotRequired[datetime]
|
|
10626
10581
|
LastModifiedBy: NotRequired[UserContextTypeDef]
|
|
10627
|
-
Tags: NotRequired[
|
|
10582
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
10628
10583
|
|
|
10629
10584
|
|
|
10630
10585
|
class ModelCardTypeDef(TypedDict):
|
|
@@ -10638,7 +10593,7 @@ class ModelCardTypeDef(TypedDict):
|
|
|
10638
10593
|
CreatedBy: NotRequired[UserContextTypeDef]
|
|
10639
10594
|
LastModifiedTime: NotRequired[datetime]
|
|
10640
10595
|
LastModifiedBy: NotRequired[UserContextTypeDef]
|
|
10641
|
-
Tags: NotRequired[
|
|
10596
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
10642
10597
|
ModelId: NotRequired[str]
|
|
10643
10598
|
RiskRating: NotRequired[str]
|
|
10644
10599
|
ModelPackageGroupName: NotRequired[str]
|
|
@@ -10654,7 +10609,7 @@ class ModelDashboardModelCardTypeDef(TypedDict):
|
|
|
10654
10609
|
CreatedBy: NotRequired[UserContextTypeDef]
|
|
10655
10610
|
LastModifiedTime: NotRequired[datetime]
|
|
10656
10611
|
LastModifiedBy: NotRequired[UserContextTypeDef]
|
|
10657
|
-
Tags: NotRequired[
|
|
10612
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
10658
10613
|
ModelId: NotRequired[str]
|
|
10659
10614
|
RiskRating: NotRequired[str]
|
|
10660
10615
|
|
|
@@ -10666,7 +10621,7 @@ class ModelPackageGroupTypeDef(TypedDict):
|
|
|
10666
10621
|
CreationTime: NotRequired[datetime]
|
|
10667
10622
|
CreatedBy: NotRequired[UserContextTypeDef]
|
|
10668
10623
|
ModelPackageGroupStatus: NotRequired[ModelPackageGroupStatusType]
|
|
10669
|
-
Tags: NotRequired[
|
|
10624
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
10670
10625
|
|
|
10671
10626
|
|
|
10672
10627
|
class PipelineTypeDef(TypedDict):
|
|
@@ -10682,7 +10637,7 @@ class PipelineTypeDef(TypedDict):
|
|
|
10682
10637
|
CreatedBy: NotRequired[UserContextTypeDef]
|
|
10683
10638
|
LastModifiedBy: NotRequired[UserContextTypeDef]
|
|
10684
10639
|
ParallelismConfiguration: NotRequired[ParallelismConfigurationTypeDef]
|
|
10685
|
-
Tags: NotRequired[
|
|
10640
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
10686
10641
|
|
|
10687
10642
|
|
|
10688
10643
|
class TrialComponentSimpleSummaryTypeDef(TypedDict):
|
|
@@ -10774,7 +10729,7 @@ class DescribeAppImageConfigResponseTypeDef(TypedDict):
|
|
|
10774
10729
|
|
|
10775
10730
|
|
|
10776
10731
|
class ListLabelingJobsForWorkteamResponseTypeDef(TypedDict):
|
|
10777
|
-
LabelingJobSummaryList:
|
|
10732
|
+
LabelingJobSummaryList: list[LabelingJobForWorkteamSummaryTypeDef]
|
|
10778
10733
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
10779
10734
|
NextToken: NotRequired[str]
|
|
10780
10735
|
|
|
@@ -10831,7 +10786,7 @@ class ModelVariantConfigTypeDef(TypedDict):
|
|
|
10831
10786
|
InfrastructureConfig: ModelInfrastructureConfigTypeDef
|
|
10832
10787
|
|
|
10833
10788
|
|
|
10834
|
-
class
|
|
10789
|
+
class ListModelMetadataRequestPaginateTypeDef(TypedDict):
|
|
10835
10790
|
SearchExpression: NotRequired[ModelMetadataSearchExpressionTypeDef]
|
|
10836
10791
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
10837
10792
|
|
|
@@ -10871,7 +10826,7 @@ MonitoringDatasetFormatUnionTypeDef = Union[
|
|
|
10871
10826
|
|
|
10872
10827
|
|
|
10873
10828
|
class MonitoringOutputConfigOutputTypeDef(TypedDict):
|
|
10874
|
-
MonitoringOutputs:
|
|
10829
|
+
MonitoringOutputs: list[MonitoringOutputTypeDef]
|
|
10875
10830
|
KmsKeyId: NotRequired[str]
|
|
10876
10831
|
|
|
10877
10832
|
|
|
@@ -10924,9 +10879,9 @@ class DescribeCompilationJobResponseTypeDef(TypedDict):
|
|
|
10924
10879
|
|
|
10925
10880
|
class PendingDeploymentSummaryTypeDef(TypedDict):
|
|
10926
10881
|
EndpointConfigName: str
|
|
10927
|
-
ProductionVariants: NotRequired[
|
|
10882
|
+
ProductionVariants: NotRequired[list[PendingProductionVariantSummaryTypeDef]]
|
|
10928
10883
|
StartTime: NotRequired[datetime]
|
|
10929
|
-
ShadowProductionVariants: NotRequired[
|
|
10884
|
+
ShadowProductionVariants: NotRequired[list[PendingProductionVariantSummaryTypeDef]]
|
|
10930
10885
|
|
|
10931
10886
|
|
|
10932
10887
|
class DescribeClusterSchedulerConfigResponseTypeDef(TypedDict):
|
|
@@ -10962,7 +10917,7 @@ class UpdateClusterSchedulerConfigRequestRequestTypeDef(TypedDict):
|
|
|
10962
10917
|
|
|
10963
10918
|
|
|
10964
10919
|
class ProcessingOutputConfigOutputTypeDef(TypedDict):
|
|
10965
|
-
Outputs:
|
|
10920
|
+
Outputs: list[ProcessingOutputTypeDef]
|
|
10966
10921
|
KmsKeyId: NotRequired[str]
|
|
10967
10922
|
|
|
10968
10923
|
|
|
@@ -11003,7 +10958,7 @@ class ProjectTypeDef(TypedDict):
|
|
|
11003
10958
|
ProjectStatus: NotRequired[ProjectStatusType]
|
|
11004
10959
|
CreatedBy: NotRequired[UserContextTypeDef]
|
|
11005
10960
|
CreationTime: NotRequired[datetime]
|
|
11006
|
-
Tags: NotRequired[
|
|
10961
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
11007
10962
|
LastModifiedTime: NotRequired[datetime]
|
|
11008
10963
|
LastModifiedBy: NotRequired[UserContextTypeDef]
|
|
11009
10964
|
|
|
@@ -11032,7 +10987,7 @@ class HumanLoopConfigOutputTypeDef(TypedDict):
|
|
|
11032
10987
|
TaskCount: int
|
|
11033
10988
|
TaskAvailabilityLifetimeInSeconds: NotRequired[int]
|
|
11034
10989
|
TaskTimeLimitInSeconds: NotRequired[int]
|
|
11035
|
-
TaskKeywords: NotRequired[
|
|
10990
|
+
TaskKeywords: NotRequired[list[str]]
|
|
11036
10991
|
PublicWorkforceTaskPrice: NotRequired[PublicWorkforceTaskPriceTypeDef]
|
|
11037
10992
|
|
|
11038
10993
|
|
|
@@ -11056,7 +11011,7 @@ class HumanTaskConfigOutputTypeDef(TypedDict):
|
|
|
11056
11011
|
NumberOfHumanWorkersPerDataObject: int
|
|
11057
11012
|
TaskTimeLimitInSeconds: int
|
|
11058
11013
|
PreHumanTaskLambdaArn: NotRequired[str]
|
|
11059
|
-
TaskKeywords: NotRequired[
|
|
11014
|
+
TaskKeywords: NotRequired[list[str]]
|
|
11060
11015
|
TaskAvailabilityLifetimeInSeconds: NotRequired[int]
|
|
11061
11016
|
MaxConcurrentTaskCount: NotRequired[int]
|
|
11062
11017
|
AnnotationConsolidationConfig: NotRequired[AnnotationConsolidationConfigTypeDef]
|
|
@@ -11092,7 +11047,7 @@ class RecommendationJobContainerConfigTypeDef(TypedDict):
|
|
|
11092
11047
|
|
|
11093
11048
|
|
|
11094
11049
|
class SearchTrainingPlanOfferingsResponseTypeDef(TypedDict):
|
|
11095
|
-
TrainingPlanOfferings:
|
|
11050
|
+
TrainingPlanOfferings: list[TrainingPlanOfferingTypeDef]
|
|
11096
11051
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
11097
11052
|
|
|
11098
11053
|
|
|
@@ -11132,7 +11087,7 @@ class PipelineExecutionTypeDef(TypedDict):
|
|
|
11132
11087
|
LastModifiedBy: NotRequired[UserContextTypeDef]
|
|
11133
11088
|
ParallelismConfiguration: NotRequired[ParallelismConfigurationTypeDef]
|
|
11134
11089
|
SelectiveExecutionConfig: NotRequired[SelectiveExecutionConfigOutputTypeDef]
|
|
11135
|
-
PipelineParameters: NotRequired[
|
|
11090
|
+
PipelineParameters: NotRequired[list[ParameterTypeDef]]
|
|
11136
11091
|
|
|
11137
11092
|
|
|
11138
11093
|
class StartPipelineExecutionRequestRequestTypeDef(TypedDict):
|
|
@@ -11152,7 +11107,7 @@ class SpaceCodeEditorAppSettingsTypeDef(TypedDict):
|
|
|
11152
11107
|
|
|
11153
11108
|
class SpaceJupyterLabAppSettingsOutputTypeDef(TypedDict):
|
|
11154
11109
|
DefaultResourceSpec: NotRequired[ResourceSpecTypeDef]
|
|
11155
|
-
CodeRepositories: NotRequired[
|
|
11110
|
+
CodeRepositories: NotRequired[list[CodeRepositoryTypeDef]]
|
|
11156
11111
|
AppLifecycleManagement: NotRequired[SpaceAppLifecycleManagementTypeDef]
|
|
11157
11112
|
|
|
11158
11113
|
|
|
@@ -11169,10 +11124,10 @@ class AlgorithmSpecificationOutputTypeDef(TypedDict):
|
|
|
11169
11124
|
TrainingInputMode: TrainingInputModeType
|
|
11170
11125
|
TrainingImage: NotRequired[str]
|
|
11171
11126
|
AlgorithmName: NotRequired[str]
|
|
11172
|
-
MetricDefinitions: NotRequired[
|
|
11127
|
+
MetricDefinitions: NotRequired[list[MetricDefinitionTypeDef]]
|
|
11173
11128
|
EnableSageMakerMetricsTimeSeries: NotRequired[bool]
|
|
11174
|
-
ContainerEntrypoint: NotRequired[
|
|
11175
|
-
ContainerArguments: NotRequired[
|
|
11129
|
+
ContainerEntrypoint: NotRequired[list[str]]
|
|
11130
|
+
ContainerArguments: NotRequired[list[str]]
|
|
11176
11131
|
TrainingImageConfig: NotRequired[TrainingImageConfigTypeDef]
|
|
11177
11132
|
|
|
11178
11133
|
|
|
@@ -11200,7 +11155,7 @@ class DescribeWorkforceResponseTypeDef(TypedDict):
|
|
|
11200
11155
|
|
|
11201
11156
|
|
|
11202
11157
|
class ListWorkforcesResponseTypeDef(TypedDict):
|
|
11203
|
-
Workforces:
|
|
11158
|
+
Workforces: list[WorkforceTypeDef]
|
|
11204
11159
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
11205
11160
|
NextToken: NotRequired[str]
|
|
11206
11161
|
|
|
@@ -11217,18 +11172,18 @@ CodeEditorAppSettingsUnionTypeDef = Union[
|
|
|
11217
11172
|
|
|
11218
11173
|
class DefaultSpaceSettingsOutputTypeDef(TypedDict):
|
|
11219
11174
|
ExecutionRole: NotRequired[str]
|
|
11220
|
-
SecurityGroups: NotRequired[
|
|
11175
|
+
SecurityGroups: NotRequired[list[str]]
|
|
11221
11176
|
JupyterServerAppSettings: NotRequired[JupyterServerAppSettingsOutputTypeDef]
|
|
11222
11177
|
KernelGatewayAppSettings: NotRequired[KernelGatewayAppSettingsOutputTypeDef]
|
|
11223
11178
|
JupyterLabAppSettings: NotRequired[JupyterLabAppSettingsOutputTypeDef]
|
|
11224
11179
|
SpaceStorageSettings: NotRequired[DefaultSpaceStorageSettingsTypeDef]
|
|
11225
11180
|
CustomPosixUserConfig: NotRequired[CustomPosixUserConfigTypeDef]
|
|
11226
|
-
CustomFileSystemConfigs: NotRequired[
|
|
11181
|
+
CustomFileSystemConfigs: NotRequired[list[CustomFileSystemConfigTypeDef]]
|
|
11227
11182
|
|
|
11228
11183
|
|
|
11229
11184
|
class UserSettingsOutputTypeDef(TypedDict):
|
|
11230
11185
|
ExecutionRole: NotRequired[str]
|
|
11231
|
-
SecurityGroups: NotRequired[
|
|
11186
|
+
SecurityGroups: NotRequired[list[str]]
|
|
11232
11187
|
SharingSettings: NotRequired[SharingSettingsTypeDef]
|
|
11233
11188
|
JupyterServerAppSettings: NotRequired[JupyterServerAppSettingsOutputTypeDef]
|
|
11234
11189
|
KernelGatewayAppSettings: NotRequired[KernelGatewayAppSettingsOutputTypeDef]
|
|
@@ -11242,13 +11197,13 @@ class UserSettingsOutputTypeDef(TypedDict):
|
|
|
11242
11197
|
DefaultLandingUri: NotRequired[str]
|
|
11243
11198
|
StudioWebPortal: NotRequired[StudioWebPortalType]
|
|
11244
11199
|
CustomPosixUserConfig: NotRequired[CustomPosixUserConfigTypeDef]
|
|
11245
|
-
CustomFileSystemConfigs: NotRequired[
|
|
11200
|
+
CustomFileSystemConfigs: NotRequired[list[CustomFileSystemConfigTypeDef]]
|
|
11246
11201
|
StudioWebPortalSettings: NotRequired[StudioWebPortalSettingsOutputTypeDef]
|
|
11247
11202
|
AutoMountHomeEFS: NotRequired[AutoMountHomeEFSType]
|
|
11248
11203
|
|
|
11249
11204
|
|
|
11250
11205
|
class ListArtifactsResponseTypeDef(TypedDict):
|
|
11251
|
-
ArtifactSummaries:
|
|
11206
|
+
ArtifactSummaries: list[ArtifactSummaryTypeDef]
|
|
11252
11207
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
11253
11208
|
NextToken: NotRequired[str]
|
|
11254
11209
|
|
|
@@ -11291,7 +11246,7 @@ class PipelineExecutionStepTypeDef(TypedDict):
|
|
|
11291
11246
|
class DescribeAutoMLJobResponseTypeDef(TypedDict):
|
|
11292
11247
|
AutoMLJobName: str
|
|
11293
11248
|
AutoMLJobArn: str
|
|
11294
|
-
InputDataConfig:
|
|
11249
|
+
InputDataConfig: list[AutoMLChannelTypeDef]
|
|
11295
11250
|
OutputDataConfig: AutoMLOutputDataConfigTypeDef
|
|
11296
11251
|
RoleArn: str
|
|
11297
11252
|
AutoMLJobObjective: AutoMLJobObjectiveTypeDef
|
|
@@ -11301,7 +11256,7 @@ class DescribeAutoMLJobResponseTypeDef(TypedDict):
|
|
|
11301
11256
|
EndTime: datetime
|
|
11302
11257
|
LastModifiedTime: datetime
|
|
11303
11258
|
FailureReason: str
|
|
11304
|
-
PartialFailureReasons:
|
|
11259
|
+
PartialFailureReasons: list[AutoMLPartialFailureReasonTypeDef]
|
|
11305
11260
|
BestCandidate: AutoMLCandidateTypeDef
|
|
11306
11261
|
AutoMLJobStatus: AutoMLJobStatusType
|
|
11307
11262
|
AutoMLJobSecondaryStatus: AutoMLJobSecondaryStatusType
|
|
@@ -11314,7 +11269,7 @@ class DescribeAutoMLJobResponseTypeDef(TypedDict):
|
|
|
11314
11269
|
|
|
11315
11270
|
|
|
11316
11271
|
class ListCandidatesForAutoMLJobResponseTypeDef(TypedDict):
|
|
11317
|
-
Candidates:
|
|
11272
|
+
Candidates: list[AutoMLCandidateTypeDef]
|
|
11318
11273
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
11319
11274
|
NextToken: NotRequired[str]
|
|
11320
11275
|
|
|
@@ -11337,10 +11292,10 @@ class RecommendationJobInputConfigOutputTypeDef(TypedDict):
|
|
|
11337
11292
|
JobDurationInSeconds: NotRequired[int]
|
|
11338
11293
|
TrafficPattern: NotRequired[TrafficPatternOutputTypeDef]
|
|
11339
11294
|
ResourceLimit: NotRequired[RecommendationJobResourceLimitTypeDef]
|
|
11340
|
-
EndpointConfigurations: NotRequired[
|
|
11295
|
+
EndpointConfigurations: NotRequired[list[EndpointInputConfigurationOutputTypeDef]]
|
|
11341
11296
|
VolumeKmsKeyId: NotRequired[str]
|
|
11342
11297
|
ContainerConfig: NotRequired[RecommendationJobContainerConfigOutputTypeDef]
|
|
11343
|
-
Endpoints: NotRequired[
|
|
11298
|
+
Endpoints: NotRequired[list[EndpointInfoTypeDef]]
|
|
11344
11299
|
VpcConfig: NotRequired[RecommendationJobVpcConfigOutputTypeDef]
|
|
11345
11300
|
|
|
11346
11301
|
|
|
@@ -11366,7 +11321,7 @@ class DescribeClusterResponseTypeDef(TypedDict):
|
|
|
11366
11321
|
ClusterStatus: ClusterStatusType
|
|
11367
11322
|
CreationTime: datetime
|
|
11368
11323
|
FailureMessage: str
|
|
11369
|
-
InstanceGroups:
|
|
11324
|
+
InstanceGroups: list[ClusterInstanceGroupDetailsTypeDef]
|
|
11370
11325
|
VpcConfig: VpcConfigOutputTypeDef
|
|
11371
11326
|
Orchestrator: ClusterOrchestratorTypeDef
|
|
11372
11327
|
NodeRecovery: ClusterNodeRecoveryType
|
|
@@ -11396,7 +11351,7 @@ class DescribeFeatureGroupResponseTypeDef(TypedDict):
|
|
|
11396
11351
|
FeatureGroupName: str
|
|
11397
11352
|
RecordIdentifierFeatureName: str
|
|
11398
11353
|
EventTimeFeatureName: str
|
|
11399
|
-
FeatureDefinitions:
|
|
11354
|
+
FeatureDefinitions: list[FeatureDefinitionTypeDef]
|
|
11400
11355
|
CreationTime: datetime
|
|
11401
11356
|
LastModifiedTime: datetime
|
|
11402
11357
|
OnlineStoreConfig: OnlineStoreConfigTypeDef
|
|
@@ -11418,7 +11373,7 @@ class FeatureGroupTypeDef(TypedDict):
|
|
|
11418
11373
|
FeatureGroupName: NotRequired[str]
|
|
11419
11374
|
RecordIdentifierFeatureName: NotRequired[str]
|
|
11420
11375
|
EventTimeFeatureName: NotRequired[str]
|
|
11421
|
-
FeatureDefinitions: NotRequired[
|
|
11376
|
+
FeatureDefinitions: NotRequired[list[FeatureDefinitionTypeDef]]
|
|
11422
11377
|
CreationTime: NotRequired[datetime]
|
|
11423
11378
|
LastModifiedTime: NotRequired[datetime]
|
|
11424
11379
|
OnlineStoreConfig: NotRequired[OnlineStoreConfigTypeDef]
|
|
@@ -11429,7 +11384,7 @@ class FeatureGroupTypeDef(TypedDict):
|
|
|
11429
11384
|
LastUpdateStatus: NotRequired[LastUpdateStatusTypeDef]
|
|
11430
11385
|
FailureReason: NotRequired[str]
|
|
11431
11386
|
Description: NotRequired[str]
|
|
11432
|
-
Tags: NotRequired[
|
|
11387
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
11433
11388
|
|
|
11434
11389
|
|
|
11435
11390
|
class UpdateFeatureGroupRequestRequestTypeDef(TypedDict):
|
|
@@ -11440,7 +11395,7 @@ class UpdateFeatureGroupRequestRequestTypeDef(TypedDict):
|
|
|
11440
11395
|
|
|
11441
11396
|
|
|
11442
11397
|
class ListComputeQuotasResponseTypeDef(TypedDict):
|
|
11443
|
-
ComputeQuotaSummaries:
|
|
11398
|
+
ComputeQuotaSummaries: list[ComputeQuotaSummaryTypeDef]
|
|
11444
11399
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
11445
11400
|
NextToken: NotRequired[str]
|
|
11446
11401
|
|
|
@@ -11494,8 +11449,8 @@ class HyperParameterTrainingJobDefinitionOutputTypeDef(TypedDict):
|
|
|
11494
11449
|
DefinitionName: NotRequired[str]
|
|
11495
11450
|
TuningObjective: NotRequired[HyperParameterTuningJobObjectiveTypeDef]
|
|
11496
11451
|
HyperParameterRanges: NotRequired[ParameterRangesOutputTypeDef]
|
|
11497
|
-
StaticHyperParameters: NotRequired[
|
|
11498
|
-
InputDataConfig: NotRequired[
|
|
11452
|
+
StaticHyperParameters: NotRequired[dict[str, str]]
|
|
11453
|
+
InputDataConfig: NotRequired[list[ChannelOutputTypeDef]]
|
|
11499
11454
|
VpcConfig: NotRequired[VpcConfigOutputTypeDef]
|
|
11500
11455
|
ResourceConfig: NotRequired[ResourceConfigOutputTypeDef]
|
|
11501
11456
|
HyperParameterTuningResourceConfig: NotRequired[HyperParameterTuningResourceConfigOutputTypeDef]
|
|
@@ -11504,16 +11459,16 @@ class HyperParameterTrainingJobDefinitionOutputTypeDef(TypedDict):
|
|
|
11504
11459
|
EnableManagedSpotTraining: NotRequired[bool]
|
|
11505
11460
|
CheckpointConfig: NotRequired[CheckpointConfigTypeDef]
|
|
11506
11461
|
RetryStrategy: NotRequired[RetryStrategyTypeDef]
|
|
11507
|
-
Environment: NotRequired[
|
|
11462
|
+
Environment: NotRequired[dict[str, str]]
|
|
11508
11463
|
|
|
11509
11464
|
|
|
11510
11465
|
class TrainingJobDefinitionOutputTypeDef(TypedDict):
|
|
11511
11466
|
TrainingInputMode: TrainingInputModeType
|
|
11512
|
-
InputDataConfig:
|
|
11467
|
+
InputDataConfig: list[ChannelOutputTypeDef]
|
|
11513
11468
|
OutputDataConfig: OutputDataConfigTypeDef
|
|
11514
11469
|
ResourceConfig: ResourceConfigOutputTypeDef
|
|
11515
11470
|
StoppingCondition: StoppingConditionTypeDef
|
|
11516
|
-
HyperParameters: NotRequired[
|
|
11471
|
+
HyperParameters: NotRequired[dict[str, str]]
|
|
11517
11472
|
|
|
11518
11473
|
|
|
11519
11474
|
class DescribeInferenceComponentOutputTypeDef(TypedDict):
|
|
@@ -11568,7 +11523,7 @@ class InferenceRecommendationsJobStepTypeDef(TypedDict):
|
|
|
11568
11523
|
InferenceBenchmark: NotRequired[RecommendationJobInferenceBenchmarkTypeDef]
|
|
11569
11524
|
|
|
11570
11525
|
|
|
11571
|
-
class
|
|
11526
|
+
class SearchRequestPaginateTypeDef(TypedDict):
|
|
11572
11527
|
Resource: ResourceTypeType
|
|
11573
11528
|
SearchExpression: NotRequired[SearchExpressionPaginatorTypeDef]
|
|
11574
11529
|
SortBy: NotRequired[str]
|
|
@@ -11595,7 +11550,7 @@ StudioWebPortalSettingsUnionTypeDef = Union[
|
|
|
11595
11550
|
|
|
11596
11551
|
|
|
11597
11552
|
class ListAssociationsResponseTypeDef(TypedDict):
|
|
11598
|
-
AssociationSummaries:
|
|
11553
|
+
AssociationSummaries: list[AssociationSummaryTypeDef]
|
|
11599
11554
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
11600
11555
|
NextToken: NotRequired[str]
|
|
11601
11556
|
|
|
@@ -11611,23 +11566,23 @@ class TrialTypeDef(TypedDict):
|
|
|
11611
11566
|
LastModifiedTime: NotRequired[datetime]
|
|
11612
11567
|
LastModifiedBy: NotRequired[UserContextTypeDef]
|
|
11613
11568
|
MetadataProperties: NotRequired[MetadataPropertiesTypeDef]
|
|
11614
|
-
Tags: NotRequired[
|
|
11615
|
-
TrialComponentSummaries: NotRequired[
|
|
11569
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
11570
|
+
TrialComponentSummaries: NotRequired[list[TrialComponentSimpleSummaryTypeDef]]
|
|
11616
11571
|
|
|
11617
11572
|
|
|
11618
11573
|
class ListTrialComponentsResponseTypeDef(TypedDict):
|
|
11619
|
-
TrialComponentSummaries:
|
|
11574
|
+
TrialComponentSummaries: list[TrialComponentSummaryTypeDef]
|
|
11620
11575
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
11621
11576
|
NextToken: NotRequired[str]
|
|
11622
11577
|
|
|
11623
11578
|
|
|
11624
11579
|
class WorkteamTypeDef(TypedDict):
|
|
11625
11580
|
WorkteamName: str
|
|
11626
|
-
MemberDefinitions:
|
|
11581
|
+
MemberDefinitions: list[MemberDefinitionOutputTypeDef]
|
|
11627
11582
|
WorkteamArn: str
|
|
11628
11583
|
Description: str
|
|
11629
11584
|
WorkforceArn: NotRequired[str]
|
|
11630
|
-
ProductListingIds: NotRequired[
|
|
11585
|
+
ProductListingIds: NotRequired[list[str]]
|
|
11631
11586
|
SubDomain: NotRequired[str]
|
|
11632
11587
|
CreateDate: NotRequired[datetime]
|
|
11633
11588
|
LastUpdatedDate: NotRequired[datetime]
|
|
@@ -11637,18 +11592,18 @@ class WorkteamTypeDef(TypedDict):
|
|
|
11637
11592
|
|
|
11638
11593
|
class TrainingSpecificationOutputTypeDef(TypedDict):
|
|
11639
11594
|
TrainingImage: str
|
|
11640
|
-
SupportedTrainingInstanceTypes:
|
|
11641
|
-
TrainingChannels:
|
|
11595
|
+
SupportedTrainingInstanceTypes: list[TrainingInstanceTypeType]
|
|
11596
|
+
TrainingChannels: list[ChannelSpecificationOutputTypeDef]
|
|
11642
11597
|
TrainingImageDigest: NotRequired[str]
|
|
11643
|
-
SupportedHyperParameters: NotRequired[
|
|
11598
|
+
SupportedHyperParameters: NotRequired[list[HyperParameterSpecificationOutputTypeDef]]
|
|
11644
11599
|
SupportsDistributedTraining: NotRequired[bool]
|
|
11645
|
-
MetricDefinitions: NotRequired[
|
|
11646
|
-
SupportedTuningJobObjectiveMetrics: NotRequired[
|
|
11600
|
+
MetricDefinitions: NotRequired[list[MetricDefinitionTypeDef]]
|
|
11601
|
+
SupportedTuningJobObjectiveMetrics: NotRequired[list[HyperParameterTuningJobObjectiveTypeDef]]
|
|
11647
11602
|
AdditionalS3DataSource: NotRequired[AdditionalS3DataSourceTypeDef]
|
|
11648
11603
|
|
|
11649
11604
|
|
|
11650
11605
|
class ListAppImageConfigsResponseTypeDef(TypedDict):
|
|
11651
|
-
AppImageConfigs:
|
|
11606
|
+
AppImageConfigs: list[AppImageConfigDetailsTypeDef]
|
|
11652
11607
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
11653
11608
|
NextToken: NotRequired[str]
|
|
11654
11609
|
|
|
@@ -11679,8 +11634,8 @@ class ContainerDefinitionOutputTypeDef(TypedDict):
|
|
|
11679
11634
|
Mode: NotRequired[ContainerModeType]
|
|
11680
11635
|
ModelDataUrl: NotRequired[str]
|
|
11681
11636
|
ModelDataSource: NotRequired[ModelDataSourceTypeDef]
|
|
11682
|
-
AdditionalModelDataSources: NotRequired[
|
|
11683
|
-
Environment: NotRequired[
|
|
11637
|
+
AdditionalModelDataSources: NotRequired[list[AdditionalModelDataSourceTypeDef]]
|
|
11638
|
+
Environment: NotRequired[dict[str, str]]
|
|
11684
11639
|
ModelPackageName: NotRequired[str]
|
|
11685
11640
|
InferenceSpecificationName: NotRequired[str]
|
|
11686
11641
|
MultiModelConfig: NotRequired[MultiModelConfigTypeDef]
|
|
@@ -11707,12 +11662,13 @@ class ModelPackageContainerDefinitionOutputTypeDef(TypedDict):
|
|
|
11707
11662
|
ModelDataUrl: NotRequired[str]
|
|
11708
11663
|
ModelDataSource: NotRequired[ModelDataSourceTypeDef]
|
|
11709
11664
|
ProductId: NotRequired[str]
|
|
11710
|
-
Environment: NotRequired[
|
|
11665
|
+
Environment: NotRequired[dict[str, str]]
|
|
11711
11666
|
ModelInput: NotRequired[ModelInputTypeDef]
|
|
11712
11667
|
Framework: NotRequired[str]
|
|
11713
11668
|
FrameworkVersion: NotRequired[str]
|
|
11714
11669
|
NearestModelName: NotRequired[str]
|
|
11715
11670
|
AdditionalS3DataSource: NotRequired[AdditionalS3DataSourceTypeDef]
|
|
11671
|
+
ModelDataETag: NotRequired[str]
|
|
11716
11672
|
|
|
11717
11673
|
|
|
11718
11674
|
class ModelPackageContainerDefinitionTypeDef(TypedDict):
|
|
@@ -11728,16 +11684,18 @@ class ModelPackageContainerDefinitionTypeDef(TypedDict):
|
|
|
11728
11684
|
FrameworkVersion: NotRequired[str]
|
|
11729
11685
|
NearestModelName: NotRequired[str]
|
|
11730
11686
|
AdditionalS3DataSource: NotRequired[AdditionalS3DataSourceTypeDef]
|
|
11687
|
+
ModelDataETag: NotRequired[str]
|
|
11731
11688
|
|
|
11732
11689
|
|
|
11733
11690
|
class SourceAlgorithmTypeDef(TypedDict):
|
|
11734
11691
|
AlgorithmName: str
|
|
11735
11692
|
ModelDataUrl: NotRequired[str]
|
|
11736
11693
|
ModelDataSource: NotRequired[ModelDataSourceTypeDef]
|
|
11694
|
+
ModelDataETag: NotRequired[str]
|
|
11737
11695
|
|
|
11738
11696
|
|
|
11739
11697
|
class ListMonitoringAlertsResponseTypeDef(TypedDict):
|
|
11740
|
-
MonitoringAlertSummaries:
|
|
11698
|
+
MonitoringAlertSummaries: list[MonitoringAlertSummaryTypeDef]
|
|
11741
11699
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
11742
11700
|
NextToken: NotRequired[str]
|
|
11743
11701
|
|
|
@@ -11757,7 +11715,7 @@ DescribeInferenceExperimentResponseTypeDef = TypedDict(
|
|
|
11757
11715
|
"LastModifiedTime": datetime,
|
|
11758
11716
|
"RoleArn": str,
|
|
11759
11717
|
"EndpointMetadata": EndpointMetadataTypeDef,
|
|
11760
|
-
"ModelVariants":
|
|
11718
|
+
"ModelVariants": list[ModelVariantConfigSummaryTypeDef],
|
|
11761
11719
|
"DataStorageConfig": InferenceExperimentDataStorageConfigOutputTypeDef,
|
|
11762
11720
|
"ShadowModeConfig": ShadowModeConfigOutputTypeDef,
|
|
11763
11721
|
"KmsKey": str,
|
|
@@ -11870,9 +11828,9 @@ class DescribeOptimizationJobResponseTypeDef(TypedDict):
|
|
|
11870
11828
|
FailureReason: str
|
|
11871
11829
|
OptimizationJobName: str
|
|
11872
11830
|
ModelSource: OptimizationJobModelSourceTypeDef
|
|
11873
|
-
OptimizationEnvironment:
|
|
11831
|
+
OptimizationEnvironment: dict[str, str]
|
|
11874
11832
|
DeploymentInstanceType: OptimizationJobDeploymentInstanceTypeType
|
|
11875
|
-
OptimizationConfigs:
|
|
11833
|
+
OptimizationConfigs: list[OptimizationConfigOutputTypeDef]
|
|
11876
11834
|
OutputConfig: OptimizationJobOutputConfigTypeDef
|
|
11877
11835
|
OptimizationOutput: OptimizationOutputTypeDef
|
|
11878
11836
|
RoleArn: str
|
|
@@ -11882,13 +11840,13 @@ class DescribeOptimizationJobResponseTypeDef(TypedDict):
|
|
|
11882
11840
|
|
|
11883
11841
|
|
|
11884
11842
|
class DescribeProcessingJobResponseTypeDef(TypedDict):
|
|
11885
|
-
ProcessingInputs:
|
|
11843
|
+
ProcessingInputs: list[ProcessingInputTypeDef]
|
|
11886
11844
|
ProcessingOutputConfig: ProcessingOutputConfigOutputTypeDef
|
|
11887
11845
|
ProcessingJobName: str
|
|
11888
11846
|
ProcessingResources: ProcessingResourcesTypeDef
|
|
11889
11847
|
StoppingCondition: ProcessingStoppingConditionTypeDef
|
|
11890
11848
|
AppSpecification: AppSpecificationOutputTypeDef
|
|
11891
|
-
Environment:
|
|
11849
|
+
Environment: dict[str, str]
|
|
11892
11850
|
NetworkConfig: NetworkConfigOutputTypeDef
|
|
11893
11851
|
RoleArn: str
|
|
11894
11852
|
ExperimentConfig: ExperimentConfigTypeDef
|
|
@@ -11907,13 +11865,13 @@ class DescribeProcessingJobResponseTypeDef(TypedDict):
|
|
|
11907
11865
|
|
|
11908
11866
|
|
|
11909
11867
|
class ProcessingJobTypeDef(TypedDict):
|
|
11910
|
-
ProcessingInputs: NotRequired[
|
|
11868
|
+
ProcessingInputs: NotRequired[list[ProcessingInputTypeDef]]
|
|
11911
11869
|
ProcessingOutputConfig: NotRequired[ProcessingOutputConfigOutputTypeDef]
|
|
11912
11870
|
ProcessingJobName: NotRequired[str]
|
|
11913
11871
|
ProcessingResources: NotRequired[ProcessingResourcesTypeDef]
|
|
11914
11872
|
StoppingCondition: NotRequired[ProcessingStoppingConditionTypeDef]
|
|
11915
11873
|
AppSpecification: NotRequired[AppSpecificationOutputTypeDef]
|
|
11916
|
-
Environment: NotRequired[
|
|
11874
|
+
Environment: NotRequired[dict[str, str]]
|
|
11917
11875
|
NetworkConfig: NotRequired[NetworkConfigOutputTypeDef]
|
|
11918
11876
|
RoleArn: NotRequired[str]
|
|
11919
11877
|
ExperimentConfig: NotRequired[ExperimentConfigTypeDef]
|
|
@@ -11928,7 +11886,7 @@ class ProcessingJobTypeDef(TypedDict):
|
|
|
11928
11886
|
MonitoringScheduleArn: NotRequired[str]
|
|
11929
11887
|
AutoMLJobArn: NotRequired[str]
|
|
11930
11888
|
TrainingJobArn: NotRequired[str]
|
|
11931
|
-
Tags: NotRequired[
|
|
11889
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
11932
11890
|
|
|
11933
11891
|
|
|
11934
11892
|
class CreateProcessingJobRequestRequestTypeDef(TypedDict):
|
|
@@ -11986,7 +11944,7 @@ class DescribeLabelingJobResponseTypeDef(TypedDict):
|
|
|
11986
11944
|
StoppingConditions: LabelingJobStoppingConditionsTypeDef
|
|
11987
11945
|
LabelingJobAlgorithmsConfig: LabelingJobAlgorithmsConfigOutputTypeDef
|
|
11988
11946
|
HumanTaskConfig: HumanTaskConfigOutputTypeDef
|
|
11989
|
-
Tags:
|
|
11947
|
+
Tags: list[TagTypeDef]
|
|
11990
11948
|
LabelingJobOutput: LabelingJobOutputTypeDef
|
|
11991
11949
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
11992
11950
|
|
|
@@ -12004,7 +11962,7 @@ class SpaceSettingsOutputTypeDef(TypedDict):
|
|
|
12004
11962
|
JupyterLabAppSettings: NotRequired[SpaceJupyterLabAppSettingsOutputTypeDef]
|
|
12005
11963
|
AppType: NotRequired[AppTypeType]
|
|
12006
11964
|
SpaceStorageSettings: NotRequired[SpaceStorageSettingsTypeDef]
|
|
12007
|
-
CustomFileSystems: NotRequired[
|
|
11965
|
+
CustomFileSystems: NotRequired[list[CustomFileSystemTypeDef]]
|
|
12008
11966
|
|
|
12009
11967
|
|
|
12010
11968
|
SpaceJupyterLabAppSettingsUnionTypeDef = Union[
|
|
@@ -12022,10 +11980,10 @@ class DescribeTrainingJobResponseTypeDef(TypedDict):
|
|
|
12022
11980
|
TrainingJobStatus: TrainingJobStatusType
|
|
12023
11981
|
SecondaryStatus: SecondaryStatusType
|
|
12024
11982
|
FailureReason: str
|
|
12025
|
-
HyperParameters:
|
|
11983
|
+
HyperParameters: dict[str, str]
|
|
12026
11984
|
AlgorithmSpecification: AlgorithmSpecificationOutputTypeDef
|
|
12027
11985
|
RoleArn: str
|
|
12028
|
-
InputDataConfig:
|
|
11986
|
+
InputDataConfig: list[ChannelOutputTypeDef]
|
|
12029
11987
|
OutputDataConfig: OutputDataConfigTypeDef
|
|
12030
11988
|
ResourceConfig: ResourceConfigOutputTypeDef
|
|
12031
11989
|
WarmPoolStatus: WarmPoolStatusTypeDef
|
|
@@ -12035,8 +11993,8 @@ class DescribeTrainingJobResponseTypeDef(TypedDict):
|
|
|
12035
11993
|
TrainingStartTime: datetime
|
|
12036
11994
|
TrainingEndTime: datetime
|
|
12037
11995
|
LastModifiedTime: datetime
|
|
12038
|
-
SecondaryStatusTransitions:
|
|
12039
|
-
FinalMetricDataList:
|
|
11996
|
+
SecondaryStatusTransitions: list[SecondaryStatusTransitionTypeDef]
|
|
11997
|
+
FinalMetricDataList: list[MetricDataTypeDef]
|
|
12040
11998
|
EnableNetworkIsolation: bool
|
|
12041
11999
|
EnableInterContainerTrafficEncryption: bool
|
|
12042
12000
|
EnableManagedSpotTraining: bool
|
|
@@ -12045,14 +12003,14 @@ class DescribeTrainingJobResponseTypeDef(TypedDict):
|
|
|
12045
12003
|
BillableTimeInSeconds: int
|
|
12046
12004
|
DebugHookConfig: DebugHookConfigOutputTypeDef
|
|
12047
12005
|
ExperimentConfig: ExperimentConfigTypeDef
|
|
12048
|
-
DebugRuleConfigurations:
|
|
12006
|
+
DebugRuleConfigurations: list[DebugRuleConfigurationOutputTypeDef]
|
|
12049
12007
|
TensorBoardOutputConfig: TensorBoardOutputConfigTypeDef
|
|
12050
|
-
DebugRuleEvaluationStatuses:
|
|
12008
|
+
DebugRuleEvaluationStatuses: list[DebugRuleEvaluationStatusTypeDef]
|
|
12051
12009
|
ProfilerConfig: ProfilerConfigOutputTypeDef
|
|
12052
|
-
ProfilerRuleConfigurations:
|
|
12053
|
-
ProfilerRuleEvaluationStatuses:
|
|
12010
|
+
ProfilerRuleConfigurations: list[ProfilerRuleConfigurationOutputTypeDef]
|
|
12011
|
+
ProfilerRuleEvaluationStatuses: list[ProfilerRuleEvaluationStatusTypeDef]
|
|
12054
12012
|
ProfilingStatus: ProfilingStatusType
|
|
12055
|
-
Environment:
|
|
12013
|
+
Environment: dict[str, str]
|
|
12056
12014
|
RetryStrategy: RetryStrategyTypeDef
|
|
12057
12015
|
RemoteDebugConfig: RemoteDebugConfigTypeDef
|
|
12058
12016
|
InfraCheckConfig: InfraCheckConfigTypeDef
|
|
@@ -12069,10 +12027,10 @@ class TrainingJobTypeDef(TypedDict):
|
|
|
12069
12027
|
TrainingJobStatus: NotRequired[TrainingJobStatusType]
|
|
12070
12028
|
SecondaryStatus: NotRequired[SecondaryStatusType]
|
|
12071
12029
|
FailureReason: NotRequired[str]
|
|
12072
|
-
HyperParameters: NotRequired[
|
|
12030
|
+
HyperParameters: NotRequired[dict[str, str]]
|
|
12073
12031
|
AlgorithmSpecification: NotRequired[AlgorithmSpecificationOutputTypeDef]
|
|
12074
12032
|
RoleArn: NotRequired[str]
|
|
12075
|
-
InputDataConfig: NotRequired[
|
|
12033
|
+
InputDataConfig: NotRequired[list[ChannelOutputTypeDef]]
|
|
12076
12034
|
OutputDataConfig: NotRequired[OutputDataConfigTypeDef]
|
|
12077
12035
|
ResourceConfig: NotRequired[ResourceConfigOutputTypeDef]
|
|
12078
12036
|
VpcConfig: NotRequired[VpcConfigOutputTypeDef]
|
|
@@ -12081,8 +12039,8 @@ class TrainingJobTypeDef(TypedDict):
|
|
|
12081
12039
|
TrainingStartTime: NotRequired[datetime]
|
|
12082
12040
|
TrainingEndTime: NotRequired[datetime]
|
|
12083
12041
|
LastModifiedTime: NotRequired[datetime]
|
|
12084
|
-
SecondaryStatusTransitions: NotRequired[
|
|
12085
|
-
FinalMetricDataList: NotRequired[
|
|
12042
|
+
SecondaryStatusTransitions: NotRequired[list[SecondaryStatusTransitionTypeDef]]
|
|
12043
|
+
FinalMetricDataList: NotRequired[list[MetricDataTypeDef]]
|
|
12086
12044
|
EnableNetworkIsolation: NotRequired[bool]
|
|
12087
12045
|
EnableInterContainerTrafficEncryption: NotRequired[bool]
|
|
12088
12046
|
EnableManagedSpotTraining: NotRequired[bool]
|
|
@@ -12091,13 +12049,13 @@ class TrainingJobTypeDef(TypedDict):
|
|
|
12091
12049
|
BillableTimeInSeconds: NotRequired[int]
|
|
12092
12050
|
DebugHookConfig: NotRequired[DebugHookConfigOutputTypeDef]
|
|
12093
12051
|
ExperimentConfig: NotRequired[ExperimentConfigTypeDef]
|
|
12094
|
-
DebugRuleConfigurations: NotRequired[
|
|
12052
|
+
DebugRuleConfigurations: NotRequired[list[DebugRuleConfigurationOutputTypeDef]]
|
|
12095
12053
|
TensorBoardOutputConfig: NotRequired[TensorBoardOutputConfigTypeDef]
|
|
12096
|
-
DebugRuleEvaluationStatuses: NotRequired[
|
|
12054
|
+
DebugRuleEvaluationStatuses: NotRequired[list[DebugRuleEvaluationStatusTypeDef]]
|
|
12097
12055
|
ProfilerConfig: NotRequired[ProfilerConfigOutputTypeDef]
|
|
12098
|
-
Environment: NotRequired[
|
|
12056
|
+
Environment: NotRequired[dict[str, str]]
|
|
12099
12057
|
RetryStrategy: NotRequired[RetryStrategyTypeDef]
|
|
12100
|
-
Tags: NotRequired[
|
|
12058
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
12101
12059
|
|
|
12102
12060
|
|
|
12103
12061
|
class CreateTransformJobRequestRequestTypeDef(TypedDict):
|
|
@@ -12127,7 +12085,7 @@ class DescribeTransformJobResponseTypeDef(TypedDict):
|
|
|
12127
12085
|
ModelClientConfig: ModelClientConfigTypeDef
|
|
12128
12086
|
MaxPayloadInMB: int
|
|
12129
12087
|
BatchStrategy: BatchStrategyType
|
|
12130
|
-
Environment:
|
|
12088
|
+
Environment: dict[str, str]
|
|
12131
12089
|
TransformInput: TransformInputTypeDef
|
|
12132
12090
|
TransformOutput: TransformOutputTypeDef
|
|
12133
12091
|
DataCaptureConfig: BatchDataCaptureConfigTypeDef
|
|
@@ -12149,7 +12107,7 @@ class TransformJobDefinitionOutputTypeDef(TypedDict):
|
|
|
12149
12107
|
MaxConcurrentTransforms: NotRequired[int]
|
|
12150
12108
|
MaxPayloadInMB: NotRequired[int]
|
|
12151
12109
|
BatchStrategy: NotRequired[BatchStrategyType]
|
|
12152
|
-
Environment: NotRequired[
|
|
12110
|
+
Environment: NotRequired[dict[str, str]]
|
|
12153
12111
|
|
|
12154
12112
|
|
|
12155
12113
|
class TransformJobDefinitionTypeDef(TypedDict):
|
|
@@ -12172,7 +12130,7 @@ class TransformJobTypeDef(TypedDict):
|
|
|
12172
12130
|
ModelClientConfig: NotRequired[ModelClientConfigTypeDef]
|
|
12173
12131
|
MaxPayloadInMB: NotRequired[int]
|
|
12174
12132
|
BatchStrategy: NotRequired[BatchStrategyType]
|
|
12175
|
-
Environment: NotRequired[
|
|
12133
|
+
Environment: NotRequired[dict[str, str]]
|
|
12176
12134
|
TransformInput: NotRequired[TransformInputTypeDef]
|
|
12177
12135
|
TransformOutput: NotRequired[TransformOutputTypeDef]
|
|
12178
12136
|
DataCaptureConfig: NotRequired[BatchDataCaptureConfigTypeDef]
|
|
@@ -12184,7 +12142,7 @@ class TransformJobTypeDef(TypedDict):
|
|
|
12184
12142
|
AutoMLJobArn: NotRequired[str]
|
|
12185
12143
|
DataProcessing: NotRequired[DataProcessingTypeDef]
|
|
12186
12144
|
ExperimentConfig: NotRequired[ExperimentConfigTypeDef]
|
|
12187
|
-
Tags: NotRequired[
|
|
12145
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
12188
12146
|
|
|
12189
12147
|
|
|
12190
12148
|
class DescribeDomainResponseTypeDef(TypedDict):
|
|
@@ -12204,7 +12162,7 @@ class DescribeDomainResponseTypeDef(TypedDict):
|
|
|
12204
12162
|
DomainSettings: DomainSettingsOutputTypeDef
|
|
12205
12163
|
AppNetworkAccessType: AppNetworkAccessTypeType
|
|
12206
12164
|
HomeEfsFileSystemKmsKeyId: str
|
|
12207
|
-
SubnetIds:
|
|
12165
|
+
SubnetIds: list[str]
|
|
12208
12166
|
Url: str
|
|
12209
12167
|
VpcId: str
|
|
12210
12168
|
KmsKeyId: str
|
|
@@ -12237,7 +12195,7 @@ class AsyncInferenceConfigTypeDef(TypedDict):
|
|
|
12237
12195
|
class DescribeAutoMLJobV2ResponseTypeDef(TypedDict):
|
|
12238
12196
|
AutoMLJobName: str
|
|
12239
12197
|
AutoMLJobArn: str
|
|
12240
|
-
AutoMLJobInputDataConfig:
|
|
12198
|
+
AutoMLJobInputDataConfig: list[AutoMLJobChannelTypeDef]
|
|
12241
12199
|
OutputDataConfig: AutoMLOutputDataConfigTypeDef
|
|
12242
12200
|
RoleArn: str
|
|
12243
12201
|
AutoMLJobObjective: AutoMLJobObjectiveTypeDef
|
|
@@ -12247,7 +12205,7 @@ class DescribeAutoMLJobV2ResponseTypeDef(TypedDict):
|
|
|
12247
12205
|
EndTime: datetime
|
|
12248
12206
|
LastModifiedTime: datetime
|
|
12249
12207
|
FailureReason: str
|
|
12250
|
-
PartialFailureReasons:
|
|
12208
|
+
PartialFailureReasons: list[AutoMLPartialFailureReasonTypeDef]
|
|
12251
12209
|
BestCandidate: AutoMLCandidateTypeDef
|
|
12252
12210
|
AutoMLJobStatus: AutoMLJobStatusType
|
|
12253
12211
|
AutoMLJobSecondaryStatus: AutoMLJobSecondaryStatusType
|
|
@@ -12285,7 +12243,7 @@ class TimeSeriesForecastingJobConfigTypeDef(TypedDict):
|
|
|
12285
12243
|
|
|
12286
12244
|
|
|
12287
12245
|
class ListPipelineExecutionStepsResponseTypeDef(TypedDict):
|
|
12288
|
-
PipelineExecutionSteps:
|
|
12246
|
+
PipelineExecutionSteps: list[PipelineExecutionStepTypeDef]
|
|
12289
12247
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
12290
12248
|
NextToken: NotRequired[str]
|
|
12291
12249
|
|
|
@@ -12319,8 +12277,8 @@ class DescribeInferenceRecommendationsJobResponseTypeDef(TypedDict):
|
|
|
12319
12277
|
FailureReason: str
|
|
12320
12278
|
InputConfig: RecommendationJobInputConfigOutputTypeDef
|
|
12321
12279
|
StoppingConditions: RecommendationJobStoppingConditionsOutputTypeDef
|
|
12322
|
-
InferenceRecommendations:
|
|
12323
|
-
EndpointPerformances:
|
|
12280
|
+
InferenceRecommendations: list[InferenceRecommendationTypeDef]
|
|
12281
|
+
EndpointPerformances: list[EndpointPerformanceTypeDef]
|
|
12324
12282
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
12325
12283
|
|
|
12326
12284
|
|
|
@@ -12359,13 +12317,13 @@ class EndpointInputConfigurationTypeDef(TypedDict):
|
|
|
12359
12317
|
class DescribeEndpointConfigOutputTypeDef(TypedDict):
|
|
12360
12318
|
EndpointConfigName: str
|
|
12361
12319
|
EndpointConfigArn: str
|
|
12362
|
-
ProductionVariants:
|
|
12320
|
+
ProductionVariants: list[ProductionVariantTypeDef]
|
|
12363
12321
|
DataCaptureConfig: DataCaptureConfigOutputTypeDef
|
|
12364
12322
|
KmsKeyId: str
|
|
12365
12323
|
CreationTime: datetime
|
|
12366
12324
|
AsyncInferenceConfig: AsyncInferenceConfigOutputTypeDef
|
|
12367
12325
|
ExplainerConfig: ExplainerConfigOutputTypeDef
|
|
12368
|
-
ShadowProductionVariants:
|
|
12326
|
+
ShadowProductionVariants: list[ProductionVariantTypeDef]
|
|
12369
12327
|
ExecutionRoleArn: str
|
|
12370
12328
|
VpcConfig: VpcConfigOutputTypeDef
|
|
12371
12329
|
EnableNetworkIsolation: bool
|
|
@@ -12376,7 +12334,7 @@ class DescribeEndpointOutputTypeDef(TypedDict):
|
|
|
12376
12334
|
EndpointName: str
|
|
12377
12335
|
EndpointArn: str
|
|
12378
12336
|
EndpointConfigName: str
|
|
12379
|
-
ProductionVariants:
|
|
12337
|
+
ProductionVariants: list[ProductionVariantSummaryTypeDef]
|
|
12380
12338
|
DataCaptureConfig: DataCaptureConfigSummaryTypeDef
|
|
12381
12339
|
EndpointStatus: EndpointStatusType
|
|
12382
12340
|
FailureReason: str
|
|
@@ -12386,7 +12344,7 @@ class DescribeEndpointOutputTypeDef(TypedDict):
|
|
|
12386
12344
|
AsyncInferenceConfig: AsyncInferenceConfigOutputTypeDef
|
|
12387
12345
|
PendingDeploymentSummary: PendingDeploymentSummaryTypeDef
|
|
12388
12346
|
ExplainerConfig: ExplainerConfigOutputTypeDef
|
|
12389
|
-
ShadowProductionVariants:
|
|
12347
|
+
ShadowProductionVariants: list[ProductionVariantSummaryTypeDef]
|
|
12390
12348
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
12391
12349
|
|
|
12392
12350
|
|
|
@@ -12413,7 +12371,7 @@ class DescribeHyperParameterTuningJobResponseTypeDef(TypedDict):
|
|
|
12413
12371
|
HyperParameterTuningJobArn: str
|
|
12414
12372
|
HyperParameterTuningJobConfig: HyperParameterTuningJobConfigOutputTypeDef
|
|
12415
12373
|
TrainingJobDefinition: HyperParameterTrainingJobDefinitionOutputTypeDef
|
|
12416
|
-
TrainingJobDefinitions:
|
|
12374
|
+
TrainingJobDefinitions: list[HyperParameterTrainingJobDefinitionOutputTypeDef]
|
|
12417
12375
|
HyperParameterTuningJobStatus: HyperParameterTuningJobStatusType
|
|
12418
12376
|
CreationTime: datetime
|
|
12419
12377
|
HyperParameterTuningEndTime: datetime
|
|
@@ -12435,7 +12393,7 @@ class HyperParameterTuningJobSearchEntityTypeDef(TypedDict):
|
|
|
12435
12393
|
HyperParameterTuningJobArn: NotRequired[str]
|
|
12436
12394
|
HyperParameterTuningJobConfig: NotRequired[HyperParameterTuningJobConfigOutputTypeDef]
|
|
12437
12395
|
TrainingJobDefinition: NotRequired[HyperParameterTrainingJobDefinitionOutputTypeDef]
|
|
12438
|
-
TrainingJobDefinitions: NotRequired[
|
|
12396
|
+
TrainingJobDefinitions: NotRequired[list[HyperParameterTrainingJobDefinitionOutputTypeDef]]
|
|
12439
12397
|
HyperParameterTuningJobStatus: NotRequired[HyperParameterTuningJobStatusType]
|
|
12440
12398
|
CreationTime: NotRequired[datetime]
|
|
12441
12399
|
HyperParameterTuningEndTime: NotRequired[datetime]
|
|
@@ -12448,11 +12406,11 @@ class HyperParameterTuningJobSearchEntityTypeDef(TypedDict):
|
|
|
12448
12406
|
FailureReason: NotRequired[str]
|
|
12449
12407
|
TuningJobCompletionDetails: NotRequired[HyperParameterTuningJobCompletionDetailsTypeDef]
|
|
12450
12408
|
ConsumedResources: NotRequired[HyperParameterTuningJobConsumedResourcesTypeDef]
|
|
12451
|
-
Tags: NotRequired[
|
|
12409
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
12452
12410
|
|
|
12453
12411
|
|
|
12454
12412
|
class ListSpacesResponseTypeDef(TypedDict):
|
|
12455
|
-
Spaces:
|
|
12413
|
+
Spaces: list[SpaceDetailsTypeDef]
|
|
12456
12414
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
12457
12415
|
NextToken: NotRequired[str]
|
|
12458
12416
|
|
|
@@ -12469,7 +12427,7 @@ class DefaultSpaceSettingsTypeDef(TypedDict):
|
|
|
12469
12427
|
|
|
12470
12428
|
|
|
12471
12429
|
class ListInferenceRecommendationsJobStepsResponseTypeDef(TypedDict):
|
|
12472
|
-
Steps:
|
|
12430
|
+
Steps: list[InferenceRecommendationsJobStepTypeDef]
|
|
12473
12431
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
12474
12432
|
NextToken: NotRequired[str]
|
|
12475
12433
|
|
|
@@ -12501,7 +12459,7 @@ class DescribeWorkteamResponseTypeDef(TypedDict):
|
|
|
12501
12459
|
|
|
12502
12460
|
|
|
12503
12461
|
class ListWorkteamsResponseTypeDef(TypedDict):
|
|
12504
|
-
Workteams:
|
|
12462
|
+
Workteams: list[WorkteamTypeDef]
|
|
12505
12463
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
12506
12464
|
NextToken: NotRequired[str]
|
|
12507
12465
|
|
|
@@ -12512,7 +12470,7 @@ class UpdateWorkteamResponseTypeDef(TypedDict):
|
|
|
12512
12470
|
|
|
12513
12471
|
|
|
12514
12472
|
class ListLabelingJobsResponseTypeDef(TypedDict):
|
|
12515
|
-
LabelingJobSummaryList:
|
|
12473
|
+
LabelingJobSummaryList: list[LabelingJobSummaryTypeDef]
|
|
12516
12474
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
12517
12475
|
NextToken: NotRequired[str]
|
|
12518
12476
|
|
|
@@ -12522,13 +12480,13 @@ class DynamicScalingConfigurationTypeDef(TypedDict):
|
|
|
12522
12480
|
MaxCapacity: NotRequired[int]
|
|
12523
12481
|
ScaleInCooldown: NotRequired[int]
|
|
12524
12482
|
ScaleOutCooldown: NotRequired[int]
|
|
12525
|
-
ScalingPolicies: NotRequired[
|
|
12483
|
+
ScalingPolicies: NotRequired[list[ScalingPolicyTypeDef]]
|
|
12526
12484
|
|
|
12527
12485
|
|
|
12528
12486
|
class DescribeModelOutputTypeDef(TypedDict):
|
|
12529
12487
|
ModelName: str
|
|
12530
12488
|
PrimaryContainer: ContainerDefinitionOutputTypeDef
|
|
12531
|
-
Containers:
|
|
12489
|
+
Containers: list[ContainerDefinitionOutputTypeDef]
|
|
12532
12490
|
InferenceExecutionConfig: InferenceExecutionConfigTypeDef
|
|
12533
12491
|
ExecutionRoleArn: str
|
|
12534
12492
|
VpcConfig: VpcConfigOutputTypeDef
|
|
@@ -12542,14 +12500,14 @@ class DescribeModelOutputTypeDef(TypedDict):
|
|
|
12542
12500
|
class ModelTypeDef(TypedDict):
|
|
12543
12501
|
ModelName: NotRequired[str]
|
|
12544
12502
|
PrimaryContainer: NotRequired[ContainerDefinitionOutputTypeDef]
|
|
12545
|
-
Containers: NotRequired[
|
|
12503
|
+
Containers: NotRequired[list[ContainerDefinitionOutputTypeDef]]
|
|
12546
12504
|
InferenceExecutionConfig: NotRequired[InferenceExecutionConfigTypeDef]
|
|
12547
12505
|
ExecutionRoleArn: NotRequired[str]
|
|
12548
12506
|
VpcConfig: NotRequired[VpcConfigOutputTypeDef]
|
|
12549
12507
|
CreationTime: NotRequired[datetime]
|
|
12550
12508
|
ModelArn: NotRequired[str]
|
|
12551
12509
|
EnableNetworkIsolation: NotRequired[bool]
|
|
12552
|
-
Tags: NotRequired[
|
|
12510
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
12553
12511
|
DeploymentRecommendation: NotRequired[DeploymentRecommendationTypeDef]
|
|
12554
12512
|
|
|
12555
12513
|
|
|
@@ -12560,20 +12518,20 @@ ContainerDefinitionUnionTypeDef = Union[
|
|
|
12560
12518
|
|
|
12561
12519
|
class AdditionalInferenceSpecificationDefinitionOutputTypeDef(TypedDict):
|
|
12562
12520
|
Name: str
|
|
12563
|
-
Containers:
|
|
12521
|
+
Containers: list[ModelPackageContainerDefinitionOutputTypeDef]
|
|
12564
12522
|
Description: NotRequired[str]
|
|
12565
|
-
SupportedTransformInstanceTypes: NotRequired[
|
|
12566
|
-
SupportedRealtimeInferenceInstanceTypes: NotRequired[
|
|
12567
|
-
SupportedContentTypes: NotRequired[
|
|
12568
|
-
SupportedResponseMIMETypes: NotRequired[
|
|
12523
|
+
SupportedTransformInstanceTypes: NotRequired[list[TransformInstanceTypeType]]
|
|
12524
|
+
SupportedRealtimeInferenceInstanceTypes: NotRequired[list[ProductionVariantInstanceTypeType]]
|
|
12525
|
+
SupportedContentTypes: NotRequired[list[str]]
|
|
12526
|
+
SupportedResponseMIMETypes: NotRequired[list[str]]
|
|
12569
12527
|
|
|
12570
12528
|
|
|
12571
12529
|
class InferenceSpecificationOutputTypeDef(TypedDict):
|
|
12572
|
-
Containers:
|
|
12573
|
-
SupportedTransformInstanceTypes: NotRequired[
|
|
12574
|
-
SupportedRealtimeInferenceInstanceTypes: NotRequired[
|
|
12575
|
-
SupportedContentTypes: NotRequired[
|
|
12576
|
-
SupportedResponseMIMETypes: NotRequired[
|
|
12530
|
+
Containers: list[ModelPackageContainerDefinitionOutputTypeDef]
|
|
12531
|
+
SupportedTransformInstanceTypes: NotRequired[list[TransformInstanceTypeType]]
|
|
12532
|
+
SupportedRealtimeInferenceInstanceTypes: NotRequired[list[ProductionVariantInstanceTypeType]]
|
|
12533
|
+
SupportedContentTypes: NotRequired[list[str]]
|
|
12534
|
+
SupportedResponseMIMETypes: NotRequired[list[str]]
|
|
12577
12535
|
|
|
12578
12536
|
|
|
12579
12537
|
ModelPackageContainerDefinitionUnionTypeDef = Union[
|
|
@@ -12582,7 +12540,7 @@ ModelPackageContainerDefinitionUnionTypeDef = Union[
|
|
|
12582
12540
|
|
|
12583
12541
|
|
|
12584
12542
|
class SourceAlgorithmSpecificationOutputTypeDef(TypedDict):
|
|
12585
|
-
SourceAlgorithms:
|
|
12543
|
+
SourceAlgorithms: list[SourceAlgorithmTypeDef]
|
|
12586
12544
|
|
|
12587
12545
|
|
|
12588
12546
|
class SourceAlgorithmSpecificationTypeDef(TypedDict):
|
|
@@ -12663,14 +12621,14 @@ class DescribeModelQualityJobDefinitionResponseTypeDef(TypedDict):
|
|
|
12663
12621
|
|
|
12664
12622
|
|
|
12665
12623
|
class MonitoringJobDefinitionOutputTypeDef(TypedDict):
|
|
12666
|
-
MonitoringInputs:
|
|
12624
|
+
MonitoringInputs: list[MonitoringInputOutputTypeDef]
|
|
12667
12625
|
MonitoringOutputConfig: MonitoringOutputConfigOutputTypeDef
|
|
12668
12626
|
MonitoringResources: MonitoringResourcesTypeDef
|
|
12669
12627
|
MonitoringAppSpecification: MonitoringAppSpecificationOutputTypeDef
|
|
12670
12628
|
RoleArn: str
|
|
12671
12629
|
BaselineConfig: NotRequired[MonitoringBaselineConfigTypeDef]
|
|
12672
12630
|
StoppingCondition: NotRequired[MonitoringStoppingConditionTypeDef]
|
|
12673
|
-
Environment: NotRequired[
|
|
12631
|
+
Environment: NotRequired[dict[str, str]]
|
|
12674
12632
|
NetworkConfig: NotRequired[NetworkConfigOutputTypeDef]
|
|
12675
12633
|
|
|
12676
12634
|
|
|
@@ -12958,12 +12916,12 @@ class UpdateSpaceRequestRequestTypeDef(TypedDict):
|
|
|
12958
12916
|
|
|
12959
12917
|
class AlgorithmValidationSpecificationOutputTypeDef(TypedDict):
|
|
12960
12918
|
ValidationRole: str
|
|
12961
|
-
ValidationProfiles:
|
|
12919
|
+
ValidationProfiles: list[AlgorithmValidationProfileOutputTypeDef]
|
|
12962
12920
|
|
|
12963
12921
|
|
|
12964
12922
|
class ModelPackageValidationSpecificationOutputTypeDef(TypedDict):
|
|
12965
12923
|
ValidationRole: str
|
|
12966
|
-
ValidationProfiles:
|
|
12924
|
+
ValidationProfiles: list[ModelPackageValidationProfileOutputTypeDef]
|
|
12967
12925
|
|
|
12968
12926
|
|
|
12969
12927
|
class ModelPackageValidationProfileTypeDef(TypedDict):
|
|
@@ -12983,15 +12941,15 @@ class TrialComponentTypeDef(TypedDict):
|
|
|
12983
12941
|
CreatedBy: NotRequired[UserContextTypeDef]
|
|
12984
12942
|
LastModifiedTime: NotRequired[datetime]
|
|
12985
12943
|
LastModifiedBy: NotRequired[UserContextTypeDef]
|
|
12986
|
-
Parameters: NotRequired[
|
|
12987
|
-
InputArtifacts: NotRequired[
|
|
12988
|
-
OutputArtifacts: NotRequired[
|
|
12989
|
-
Metrics: NotRequired[
|
|
12944
|
+
Parameters: NotRequired[dict[str, TrialComponentParameterValueTypeDef]]
|
|
12945
|
+
InputArtifacts: NotRequired[dict[str, TrialComponentArtifactTypeDef]]
|
|
12946
|
+
OutputArtifacts: NotRequired[dict[str, TrialComponentArtifactTypeDef]]
|
|
12947
|
+
Metrics: NotRequired[list[TrialComponentMetricSummaryTypeDef]]
|
|
12990
12948
|
MetadataProperties: NotRequired[MetadataPropertiesTypeDef]
|
|
12991
12949
|
SourceDetail: NotRequired[TrialComponentSourceDetailTypeDef]
|
|
12992
12950
|
LineageGroupArn: NotRequired[str]
|
|
12993
|
-
Tags: NotRequired[
|
|
12994
|
-
Parents: NotRequired[
|
|
12951
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
12952
|
+
Parents: NotRequired[list[ParentTypeDef]]
|
|
12995
12953
|
RunName: NotRequired[str]
|
|
12996
12954
|
|
|
12997
12955
|
|
|
@@ -13031,8 +12989,8 @@ class RecommendationJobInputConfigTypeDef(TypedDict):
|
|
|
13031
12989
|
|
|
13032
12990
|
|
|
13033
12991
|
class BatchDescribeModelPackageOutputTypeDef(TypedDict):
|
|
13034
|
-
ModelPackageSummaries:
|
|
13035
|
-
BatchDescribeModelPackageErrorMap:
|
|
12992
|
+
ModelPackageSummaries: dict[str, BatchDescribeModelPackageSummaryTypeDef]
|
|
12993
|
+
BatchDescribeModelPackageErrorMap: dict[str, BatchDescribeModelPackageErrorTypeDef]
|
|
13036
12994
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
13037
12995
|
|
|
13038
12996
|
|
|
@@ -13082,7 +13040,7 @@ class ModelDashboardMonitoringScheduleTypeDef(TypedDict):
|
|
|
13082
13040
|
LastModifiedTime: NotRequired[datetime]
|
|
13083
13041
|
MonitoringScheduleConfig: NotRequired[MonitoringScheduleConfigOutputTypeDef]
|
|
13084
13042
|
EndpointName: NotRequired[str]
|
|
13085
|
-
MonitoringAlertSummaries: NotRequired[
|
|
13043
|
+
MonitoringAlertSummaries: NotRequired[list[MonitoringAlertSummaryTypeDef]]
|
|
13086
13044
|
LastMonitoringExecutionSummary: NotRequired[MonitoringExecutionSummaryTypeDef]
|
|
13087
13045
|
BatchTransformInput: NotRequired[BatchTransformInputOutputTypeDef]
|
|
13088
13046
|
|
|
@@ -13098,7 +13056,7 @@ class MonitoringScheduleTypeDef(TypedDict):
|
|
|
13098
13056
|
MonitoringScheduleConfig: NotRequired[MonitoringScheduleConfigOutputTypeDef]
|
|
13099
13057
|
EndpointName: NotRequired[str]
|
|
13100
13058
|
LastMonitoringExecutionSummary: NotRequired[MonitoringExecutionSummaryTypeDef]
|
|
13101
|
-
Tags: NotRequired[
|
|
13059
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
13102
13060
|
|
|
13103
13061
|
|
|
13104
13062
|
class CreateDataQualityJobDefinitionRequestRequestTypeDef(TypedDict):
|
|
@@ -13252,9 +13210,9 @@ class DescribeModelPackageOutputTypeDef(TypedDict):
|
|
|
13252
13210
|
Domain: str
|
|
13253
13211
|
Task: str
|
|
13254
13212
|
SamplePayloadUrl: str
|
|
13255
|
-
CustomerMetadataProperties:
|
|
13213
|
+
CustomerMetadataProperties: dict[str, str]
|
|
13256
13214
|
DriftCheckBaselines: DriftCheckBaselinesTypeDef
|
|
13257
|
-
AdditionalInferenceSpecifications:
|
|
13215
|
+
AdditionalInferenceSpecifications: list[AdditionalInferenceSpecificationDefinitionOutputTypeDef]
|
|
13258
13216
|
SkipModelValidation: SkipModelValidationType
|
|
13259
13217
|
SourceUri: str
|
|
13260
13218
|
SecurityConfig: ModelPackageSecurityConfigTypeDef
|
|
@@ -13287,14 +13245,14 @@ class ModelPackageTypeDef(TypedDict):
|
|
|
13287
13245
|
Task: NotRequired[str]
|
|
13288
13246
|
SamplePayloadUrl: NotRequired[str]
|
|
13289
13247
|
AdditionalInferenceSpecifications: NotRequired[
|
|
13290
|
-
|
|
13248
|
+
list[AdditionalInferenceSpecificationDefinitionOutputTypeDef]
|
|
13291
13249
|
]
|
|
13292
13250
|
SourceUri: NotRequired[str]
|
|
13293
13251
|
SecurityConfig: NotRequired[ModelPackageSecurityConfigTypeDef]
|
|
13294
13252
|
ModelCard: NotRequired[ModelPackageModelCardTypeDef]
|
|
13295
13253
|
ModelLifeCycle: NotRequired[ModelLifeCycleTypeDef]
|
|
13296
|
-
Tags: NotRequired[
|
|
13297
|
-
CustomerMetadataProperties: NotRequired[
|
|
13254
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
13255
|
+
CustomerMetadataProperties: NotRequired[dict[str, str]]
|
|
13298
13256
|
DriftCheckBaselines: NotRequired[DriftCheckBaselinesTypeDef]
|
|
13299
13257
|
SkipModelValidation: NotRequired[SkipModelValidationType]
|
|
13300
13258
|
|
|
@@ -13331,9 +13289,9 @@ class CreateInferenceRecommendationsJobRequestRequestTypeDef(TypedDict):
|
|
|
13331
13289
|
|
|
13332
13290
|
class ModelDashboardModelTypeDef(TypedDict):
|
|
13333
13291
|
Model: NotRequired[ModelTypeDef]
|
|
13334
|
-
Endpoints: NotRequired[
|
|
13292
|
+
Endpoints: NotRequired[list[ModelDashboardEndpointTypeDef]]
|
|
13335
13293
|
LastBatchTransformJob: NotRequired[TransformJobTypeDef]
|
|
13336
|
-
MonitoringSchedules: NotRequired[
|
|
13294
|
+
MonitoringSchedules: NotRequired[list[ModelDashboardMonitoringScheduleTypeDef]]
|
|
13337
13295
|
ModelCard: NotRequired[ModelDashboardModelCardTypeDef]
|
|
13338
13296
|
|
|
13339
13297
|
|
|
@@ -13344,12 +13302,12 @@ class EndpointTypeDef(TypedDict):
|
|
|
13344
13302
|
EndpointStatus: EndpointStatusType
|
|
13345
13303
|
CreationTime: datetime
|
|
13346
13304
|
LastModifiedTime: datetime
|
|
13347
|
-
ProductionVariants: NotRequired[
|
|
13305
|
+
ProductionVariants: NotRequired[list[ProductionVariantSummaryTypeDef]]
|
|
13348
13306
|
DataCaptureConfig: NotRequired[DataCaptureConfigSummaryTypeDef]
|
|
13349
13307
|
FailureReason: NotRequired[str]
|
|
13350
|
-
MonitoringSchedules: NotRequired[
|
|
13351
|
-
Tags: NotRequired[
|
|
13352
|
-
ShadowProductionVariants: NotRequired[
|
|
13308
|
+
MonitoringSchedules: NotRequired[list[MonitoringScheduleTypeDef]]
|
|
13309
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
13310
|
+
ShadowProductionVariants: NotRequired[list[ProductionVariantSummaryTypeDef]]
|
|
13353
13311
|
|
|
13354
13312
|
|
|
13355
13313
|
class MonitoringJobDefinitionTypeDef(TypedDict):
|
|
@@ -13445,7 +13403,7 @@ class CreateModelPackageInputRequestTypeDef(TypedDict):
|
|
|
13445
13403
|
|
|
13446
13404
|
|
|
13447
13405
|
class SearchResponseTypeDef(TypedDict):
|
|
13448
|
-
Results:
|
|
13406
|
+
Results: list[SearchRecordTypeDef]
|
|
13449
13407
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
13450
13408
|
NextToken: NotRequired[str]
|
|
13451
13409
|
|