mypy-boto3-sagemaker 1.35.75__py3-none-any.whl → 1.35.86__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of mypy-boto3-sagemaker might be problematic. Click here for more details.
- mypy_boto3_sagemaker/__main__.py +8 -7
- mypy_boto3_sagemaker/client.py +279 -239
- mypy_boto3_sagemaker/client.pyi +279 -238
- mypy_boto3_sagemaker/literals.py +31 -1
- mypy_boto3_sagemaker/literals.pyi +31 -1
- mypy_boto3_sagemaker/paginator.py +892 -451
- mypy_boto3_sagemaker/paginator.pyi +815 -450
- mypy_boto3_sagemaker/type_defs.py +566 -614
- mypy_boto3_sagemaker/type_defs.pyi +565 -607
- mypy_boto3_sagemaker/version.py +1 -1
- mypy_boto3_sagemaker/waiter.py +41 -36
- mypy_boto3_sagemaker/waiter.pyi +41 -36
- {mypy_boto3_sagemaker-1.35.75.dist-info → mypy_boto3_sagemaker-1.35.86.dist-info}/METADATA +21 -7
- mypy_boto3_sagemaker-1.35.86.dist-info/RECORD +20 -0
- mypy_boto3_sagemaker-1.35.75.dist-info/RECORD +0 -20
- {mypy_boto3_sagemaker-1.35.75.dist-info → mypy_boto3_sagemaker-1.35.86.dist-info}/LICENSE +0 -0
- {mypy_boto3_sagemaker-1.35.75.dist-info → mypy_boto3_sagemaker-1.35.86.dist-info}/WHEEL +0 -0
- {mypy_boto3_sagemaker-1.35.75.dist-info → mypy_boto3_sagemaker-1.35.86.dist-info}/top_level.txt +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"""
|
|
2
2
|
Type annotations for sagemaker service type definitions.
|
|
3
3
|
|
|
4
|
-
[
|
|
4
|
+
[Documentation](https://youtype.github.io/boto3_stubs_docs/mypy_boto3_sagemaker/type_defs/)
|
|
5
5
|
|
|
6
6
|
Usage::
|
|
7
7
|
|
|
@@ -14,9 +14,11 @@ Usage::
|
|
|
14
14
|
Copyright 2024 Vlad Emelianov
|
|
15
15
|
"""
|
|
16
16
|
|
|
17
|
+
from __future__ import annotations
|
|
18
|
+
|
|
17
19
|
import sys
|
|
18
20
|
from datetime import datetime
|
|
19
|
-
from typing import Any,
|
|
21
|
+
from typing import Any, Mapping, Sequence, Union
|
|
20
22
|
|
|
21
23
|
from .literals import (
|
|
22
24
|
ActionStatusType,
|
|
@@ -767,9 +769,8 @@ __all__ = (
|
|
|
767
769
|
"DescribeEdgePackagingJobResponseTypeDef",
|
|
768
770
|
"DescribeEndpointConfigInputRequestTypeDef",
|
|
769
771
|
"DescribeEndpointConfigOutputTypeDef",
|
|
770
|
-
"DescribeEndpointInputEndpointDeletedWaitTypeDef",
|
|
771
|
-
"DescribeEndpointInputEndpointInServiceWaitTypeDef",
|
|
772
772
|
"DescribeEndpointInputRequestTypeDef",
|
|
773
|
+
"DescribeEndpointInputWaitTypeDef",
|
|
773
774
|
"DescribeEndpointOutputTypeDef",
|
|
774
775
|
"DescribeExperimentRequestRequestTypeDef",
|
|
775
776
|
"DescribeExperimentResponseTypeDef",
|
|
@@ -787,14 +788,11 @@ __all__ = (
|
|
|
787
788
|
"DescribeHumanTaskUiResponseTypeDef",
|
|
788
789
|
"DescribeHyperParameterTuningJobRequestRequestTypeDef",
|
|
789
790
|
"DescribeHyperParameterTuningJobResponseTypeDef",
|
|
790
|
-
"DescribeImageRequestImageCreatedWaitTypeDef",
|
|
791
|
-
"DescribeImageRequestImageDeletedWaitTypeDef",
|
|
792
|
-
"DescribeImageRequestImageUpdatedWaitTypeDef",
|
|
793
791
|
"DescribeImageRequestRequestTypeDef",
|
|
792
|
+
"DescribeImageRequestWaitTypeDef",
|
|
794
793
|
"DescribeImageResponseTypeDef",
|
|
795
|
-
"DescribeImageVersionRequestImageVersionCreatedWaitTypeDef",
|
|
796
|
-
"DescribeImageVersionRequestImageVersionDeletedWaitTypeDef",
|
|
797
794
|
"DescribeImageVersionRequestRequestTypeDef",
|
|
795
|
+
"DescribeImageVersionRequestWaitTypeDef",
|
|
798
796
|
"DescribeImageVersionResponseTypeDef",
|
|
799
797
|
"DescribeInferenceComponentInputRequestTypeDef",
|
|
800
798
|
"DescribeInferenceComponentOutputTypeDef",
|
|
@@ -826,10 +824,8 @@ __all__ = (
|
|
|
826
824
|
"DescribeModelQualityJobDefinitionResponseTypeDef",
|
|
827
825
|
"DescribeMonitoringScheduleRequestRequestTypeDef",
|
|
828
826
|
"DescribeMonitoringScheduleResponseTypeDef",
|
|
829
|
-
"DescribeNotebookInstanceInputNotebookInstanceDeletedWaitTypeDef",
|
|
830
|
-
"DescribeNotebookInstanceInputNotebookInstanceInServiceWaitTypeDef",
|
|
831
|
-
"DescribeNotebookInstanceInputNotebookInstanceStoppedWaitTypeDef",
|
|
832
827
|
"DescribeNotebookInstanceInputRequestTypeDef",
|
|
828
|
+
"DescribeNotebookInstanceInputWaitTypeDef",
|
|
833
829
|
"DescribeNotebookInstanceLifecycleConfigInputRequestTypeDef",
|
|
834
830
|
"DescribeNotebookInstanceLifecycleConfigOutputTypeDef",
|
|
835
831
|
"DescribeNotebookInstanceOutputTypeDef",
|
|
@@ -843,8 +839,8 @@ __all__ = (
|
|
|
843
839
|
"DescribePipelineExecutionResponseTypeDef",
|
|
844
840
|
"DescribePipelineRequestRequestTypeDef",
|
|
845
841
|
"DescribePipelineResponseTypeDef",
|
|
846
|
-
"DescribeProcessingJobRequestProcessingJobCompletedOrStoppedWaitTypeDef",
|
|
847
842
|
"DescribeProcessingJobRequestRequestTypeDef",
|
|
843
|
+
"DescribeProcessingJobRequestWaitTypeDef",
|
|
848
844
|
"DescribeProcessingJobResponseTypeDef",
|
|
849
845
|
"DescribeProjectInputRequestTypeDef",
|
|
850
846
|
"DescribeProjectOutputTypeDef",
|
|
@@ -855,12 +851,12 @@ __all__ = (
|
|
|
855
851
|
"DescribeSubscribedWorkteamRequestRequestTypeDef",
|
|
856
852
|
"DescribeSubscribedWorkteamResponseTypeDef",
|
|
857
853
|
"DescribeTrainingJobRequestRequestTypeDef",
|
|
858
|
-
"
|
|
854
|
+
"DescribeTrainingJobRequestWaitTypeDef",
|
|
859
855
|
"DescribeTrainingJobResponseTypeDef",
|
|
860
856
|
"DescribeTrainingPlanRequestRequestTypeDef",
|
|
861
857
|
"DescribeTrainingPlanResponseTypeDef",
|
|
862
858
|
"DescribeTransformJobRequestRequestTypeDef",
|
|
863
|
-
"
|
|
859
|
+
"DescribeTransformJobRequestWaitTypeDef",
|
|
864
860
|
"DescribeTransformJobResponseTypeDef",
|
|
865
861
|
"DescribeTrialComponentRequestRequestTypeDef",
|
|
866
862
|
"DescribeTrialComponentResponseTypeDef",
|
|
@@ -1090,85 +1086,85 @@ __all__ = (
|
|
|
1090
1086
|
"LambdaStepMetadataTypeDef",
|
|
1091
1087
|
"LastUpdateStatusTypeDef",
|
|
1092
1088
|
"LineageGroupSummaryTypeDef",
|
|
1093
|
-
"
|
|
1089
|
+
"ListActionsRequestPaginateTypeDef",
|
|
1094
1090
|
"ListActionsRequestRequestTypeDef",
|
|
1095
1091
|
"ListActionsResponseTypeDef",
|
|
1096
|
-
"
|
|
1092
|
+
"ListAlgorithmsInputPaginateTypeDef",
|
|
1097
1093
|
"ListAlgorithmsInputRequestTypeDef",
|
|
1098
1094
|
"ListAlgorithmsOutputTypeDef",
|
|
1099
|
-
"
|
|
1095
|
+
"ListAliasesRequestPaginateTypeDef",
|
|
1100
1096
|
"ListAliasesRequestRequestTypeDef",
|
|
1101
1097
|
"ListAliasesResponseTypeDef",
|
|
1102
|
-
"
|
|
1098
|
+
"ListAppImageConfigsRequestPaginateTypeDef",
|
|
1103
1099
|
"ListAppImageConfigsRequestRequestTypeDef",
|
|
1104
1100
|
"ListAppImageConfigsResponseTypeDef",
|
|
1105
|
-
"
|
|
1101
|
+
"ListAppsRequestPaginateTypeDef",
|
|
1106
1102
|
"ListAppsRequestRequestTypeDef",
|
|
1107
1103
|
"ListAppsResponseTypeDef",
|
|
1108
|
-
"
|
|
1104
|
+
"ListArtifactsRequestPaginateTypeDef",
|
|
1109
1105
|
"ListArtifactsRequestRequestTypeDef",
|
|
1110
1106
|
"ListArtifactsResponseTypeDef",
|
|
1111
|
-
"
|
|
1107
|
+
"ListAssociationsRequestPaginateTypeDef",
|
|
1112
1108
|
"ListAssociationsRequestRequestTypeDef",
|
|
1113
1109
|
"ListAssociationsResponseTypeDef",
|
|
1114
|
-
"
|
|
1110
|
+
"ListAutoMLJobsRequestPaginateTypeDef",
|
|
1115
1111
|
"ListAutoMLJobsRequestRequestTypeDef",
|
|
1116
1112
|
"ListAutoMLJobsResponseTypeDef",
|
|
1117
|
-
"
|
|
1113
|
+
"ListCandidatesForAutoMLJobRequestPaginateTypeDef",
|
|
1118
1114
|
"ListCandidatesForAutoMLJobRequestRequestTypeDef",
|
|
1119
1115
|
"ListCandidatesForAutoMLJobResponseTypeDef",
|
|
1120
|
-
"
|
|
1116
|
+
"ListClusterNodesRequestPaginateTypeDef",
|
|
1121
1117
|
"ListClusterNodesRequestRequestTypeDef",
|
|
1122
1118
|
"ListClusterNodesResponseTypeDef",
|
|
1123
|
-
"
|
|
1119
|
+
"ListClusterSchedulerConfigsRequestPaginateTypeDef",
|
|
1124
1120
|
"ListClusterSchedulerConfigsRequestRequestTypeDef",
|
|
1125
1121
|
"ListClusterSchedulerConfigsResponseTypeDef",
|
|
1126
|
-
"
|
|
1122
|
+
"ListClustersRequestPaginateTypeDef",
|
|
1127
1123
|
"ListClustersRequestRequestTypeDef",
|
|
1128
1124
|
"ListClustersResponseTypeDef",
|
|
1129
|
-
"
|
|
1125
|
+
"ListCodeRepositoriesInputPaginateTypeDef",
|
|
1130
1126
|
"ListCodeRepositoriesInputRequestTypeDef",
|
|
1131
1127
|
"ListCodeRepositoriesOutputTypeDef",
|
|
1132
|
-
"
|
|
1128
|
+
"ListCompilationJobsRequestPaginateTypeDef",
|
|
1133
1129
|
"ListCompilationJobsRequestRequestTypeDef",
|
|
1134
1130
|
"ListCompilationJobsResponseTypeDef",
|
|
1135
|
-
"
|
|
1131
|
+
"ListComputeQuotasRequestPaginateTypeDef",
|
|
1136
1132
|
"ListComputeQuotasRequestRequestTypeDef",
|
|
1137
1133
|
"ListComputeQuotasResponseTypeDef",
|
|
1138
|
-
"
|
|
1134
|
+
"ListContextsRequestPaginateTypeDef",
|
|
1139
1135
|
"ListContextsRequestRequestTypeDef",
|
|
1140
1136
|
"ListContextsResponseTypeDef",
|
|
1141
|
-
"
|
|
1137
|
+
"ListDataQualityJobDefinitionsRequestPaginateTypeDef",
|
|
1142
1138
|
"ListDataQualityJobDefinitionsRequestRequestTypeDef",
|
|
1143
1139
|
"ListDataQualityJobDefinitionsResponseTypeDef",
|
|
1144
|
-
"
|
|
1140
|
+
"ListDeviceFleetsRequestPaginateTypeDef",
|
|
1145
1141
|
"ListDeviceFleetsRequestRequestTypeDef",
|
|
1146
1142
|
"ListDeviceFleetsResponseTypeDef",
|
|
1147
|
-
"
|
|
1143
|
+
"ListDevicesRequestPaginateTypeDef",
|
|
1148
1144
|
"ListDevicesRequestRequestTypeDef",
|
|
1149
1145
|
"ListDevicesResponseTypeDef",
|
|
1150
|
-
"
|
|
1146
|
+
"ListDomainsRequestPaginateTypeDef",
|
|
1151
1147
|
"ListDomainsRequestRequestTypeDef",
|
|
1152
1148
|
"ListDomainsResponseTypeDef",
|
|
1153
|
-
"
|
|
1149
|
+
"ListEdgeDeploymentPlansRequestPaginateTypeDef",
|
|
1154
1150
|
"ListEdgeDeploymentPlansRequestRequestTypeDef",
|
|
1155
1151
|
"ListEdgeDeploymentPlansResponseTypeDef",
|
|
1156
|
-
"
|
|
1152
|
+
"ListEdgePackagingJobsRequestPaginateTypeDef",
|
|
1157
1153
|
"ListEdgePackagingJobsRequestRequestTypeDef",
|
|
1158
1154
|
"ListEdgePackagingJobsResponseTypeDef",
|
|
1159
|
-
"
|
|
1155
|
+
"ListEndpointConfigsInputPaginateTypeDef",
|
|
1160
1156
|
"ListEndpointConfigsInputRequestTypeDef",
|
|
1161
1157
|
"ListEndpointConfigsOutputTypeDef",
|
|
1162
|
-
"
|
|
1158
|
+
"ListEndpointsInputPaginateTypeDef",
|
|
1163
1159
|
"ListEndpointsInputRequestTypeDef",
|
|
1164
1160
|
"ListEndpointsOutputTypeDef",
|
|
1165
|
-
"
|
|
1161
|
+
"ListExperimentsRequestPaginateTypeDef",
|
|
1166
1162
|
"ListExperimentsRequestRequestTypeDef",
|
|
1167
1163
|
"ListExperimentsResponseTypeDef",
|
|
1168
|
-
"
|
|
1164
|
+
"ListFeatureGroupsRequestPaginateTypeDef",
|
|
1169
1165
|
"ListFeatureGroupsRequestRequestTypeDef",
|
|
1170
1166
|
"ListFeatureGroupsResponseTypeDef",
|
|
1171
|
-
"
|
|
1167
|
+
"ListFlowDefinitionsRequestPaginateTypeDef",
|
|
1172
1168
|
"ListFlowDefinitionsRequestRequestTypeDef",
|
|
1173
1169
|
"ListFlowDefinitionsResponseTypeDef",
|
|
1174
1170
|
"ListHubContentVersionsRequestRequestTypeDef",
|
|
@@ -1177,156 +1173,156 @@ __all__ = (
|
|
|
1177
1173
|
"ListHubContentsResponseTypeDef",
|
|
1178
1174
|
"ListHubsRequestRequestTypeDef",
|
|
1179
1175
|
"ListHubsResponseTypeDef",
|
|
1180
|
-
"
|
|
1176
|
+
"ListHumanTaskUisRequestPaginateTypeDef",
|
|
1181
1177
|
"ListHumanTaskUisRequestRequestTypeDef",
|
|
1182
1178
|
"ListHumanTaskUisResponseTypeDef",
|
|
1183
|
-
"
|
|
1179
|
+
"ListHyperParameterTuningJobsRequestPaginateTypeDef",
|
|
1184
1180
|
"ListHyperParameterTuningJobsRequestRequestTypeDef",
|
|
1185
1181
|
"ListHyperParameterTuningJobsResponseTypeDef",
|
|
1186
|
-
"
|
|
1182
|
+
"ListImageVersionsRequestPaginateTypeDef",
|
|
1187
1183
|
"ListImageVersionsRequestRequestTypeDef",
|
|
1188
1184
|
"ListImageVersionsResponseTypeDef",
|
|
1189
|
-
"
|
|
1185
|
+
"ListImagesRequestPaginateTypeDef",
|
|
1190
1186
|
"ListImagesRequestRequestTypeDef",
|
|
1191
1187
|
"ListImagesResponseTypeDef",
|
|
1192
|
-
"
|
|
1188
|
+
"ListInferenceComponentsInputPaginateTypeDef",
|
|
1193
1189
|
"ListInferenceComponentsInputRequestTypeDef",
|
|
1194
1190
|
"ListInferenceComponentsOutputTypeDef",
|
|
1195
|
-
"
|
|
1191
|
+
"ListInferenceExperimentsRequestPaginateTypeDef",
|
|
1196
1192
|
"ListInferenceExperimentsRequestRequestTypeDef",
|
|
1197
1193
|
"ListInferenceExperimentsResponseTypeDef",
|
|
1198
|
-
"
|
|
1194
|
+
"ListInferenceRecommendationsJobStepsRequestPaginateTypeDef",
|
|
1199
1195
|
"ListInferenceRecommendationsJobStepsRequestRequestTypeDef",
|
|
1200
1196
|
"ListInferenceRecommendationsJobStepsResponseTypeDef",
|
|
1201
|
-
"
|
|
1197
|
+
"ListInferenceRecommendationsJobsRequestPaginateTypeDef",
|
|
1202
1198
|
"ListInferenceRecommendationsJobsRequestRequestTypeDef",
|
|
1203
1199
|
"ListInferenceRecommendationsJobsResponseTypeDef",
|
|
1204
|
-
"
|
|
1200
|
+
"ListLabelingJobsForWorkteamRequestPaginateTypeDef",
|
|
1205
1201
|
"ListLabelingJobsForWorkteamRequestRequestTypeDef",
|
|
1206
1202
|
"ListLabelingJobsForWorkteamResponseTypeDef",
|
|
1207
|
-
"
|
|
1203
|
+
"ListLabelingJobsRequestPaginateTypeDef",
|
|
1208
1204
|
"ListLabelingJobsRequestRequestTypeDef",
|
|
1209
1205
|
"ListLabelingJobsResponseTypeDef",
|
|
1210
|
-
"
|
|
1206
|
+
"ListLineageGroupsRequestPaginateTypeDef",
|
|
1211
1207
|
"ListLineageGroupsRequestRequestTypeDef",
|
|
1212
1208
|
"ListLineageGroupsResponseTypeDef",
|
|
1213
|
-
"
|
|
1209
|
+
"ListMlflowTrackingServersRequestPaginateTypeDef",
|
|
1214
1210
|
"ListMlflowTrackingServersRequestRequestTypeDef",
|
|
1215
1211
|
"ListMlflowTrackingServersResponseTypeDef",
|
|
1216
|
-
"
|
|
1212
|
+
"ListModelBiasJobDefinitionsRequestPaginateTypeDef",
|
|
1217
1213
|
"ListModelBiasJobDefinitionsRequestRequestTypeDef",
|
|
1218
1214
|
"ListModelBiasJobDefinitionsResponseTypeDef",
|
|
1219
|
-
"
|
|
1215
|
+
"ListModelCardExportJobsRequestPaginateTypeDef",
|
|
1220
1216
|
"ListModelCardExportJobsRequestRequestTypeDef",
|
|
1221
1217
|
"ListModelCardExportJobsResponseTypeDef",
|
|
1222
|
-
"
|
|
1218
|
+
"ListModelCardVersionsRequestPaginateTypeDef",
|
|
1223
1219
|
"ListModelCardVersionsRequestRequestTypeDef",
|
|
1224
1220
|
"ListModelCardVersionsResponseTypeDef",
|
|
1225
|
-
"
|
|
1221
|
+
"ListModelCardsRequestPaginateTypeDef",
|
|
1226
1222
|
"ListModelCardsRequestRequestTypeDef",
|
|
1227
1223
|
"ListModelCardsResponseTypeDef",
|
|
1228
|
-
"
|
|
1224
|
+
"ListModelExplainabilityJobDefinitionsRequestPaginateTypeDef",
|
|
1229
1225
|
"ListModelExplainabilityJobDefinitionsRequestRequestTypeDef",
|
|
1230
1226
|
"ListModelExplainabilityJobDefinitionsResponseTypeDef",
|
|
1231
|
-
"
|
|
1227
|
+
"ListModelMetadataRequestPaginateTypeDef",
|
|
1232
1228
|
"ListModelMetadataRequestRequestTypeDef",
|
|
1233
1229
|
"ListModelMetadataResponseTypeDef",
|
|
1234
|
-
"
|
|
1230
|
+
"ListModelPackageGroupsInputPaginateTypeDef",
|
|
1235
1231
|
"ListModelPackageGroupsInputRequestTypeDef",
|
|
1236
1232
|
"ListModelPackageGroupsOutputTypeDef",
|
|
1237
|
-
"
|
|
1233
|
+
"ListModelPackagesInputPaginateTypeDef",
|
|
1238
1234
|
"ListModelPackagesInputRequestTypeDef",
|
|
1239
1235
|
"ListModelPackagesOutputTypeDef",
|
|
1240
|
-
"
|
|
1236
|
+
"ListModelQualityJobDefinitionsRequestPaginateTypeDef",
|
|
1241
1237
|
"ListModelQualityJobDefinitionsRequestRequestTypeDef",
|
|
1242
1238
|
"ListModelQualityJobDefinitionsResponseTypeDef",
|
|
1243
|
-
"
|
|
1239
|
+
"ListModelsInputPaginateTypeDef",
|
|
1244
1240
|
"ListModelsInputRequestTypeDef",
|
|
1245
1241
|
"ListModelsOutputTypeDef",
|
|
1246
|
-
"
|
|
1242
|
+
"ListMonitoringAlertHistoryRequestPaginateTypeDef",
|
|
1247
1243
|
"ListMonitoringAlertHistoryRequestRequestTypeDef",
|
|
1248
1244
|
"ListMonitoringAlertHistoryResponseTypeDef",
|
|
1249
|
-
"
|
|
1245
|
+
"ListMonitoringAlertsRequestPaginateTypeDef",
|
|
1250
1246
|
"ListMonitoringAlertsRequestRequestTypeDef",
|
|
1251
1247
|
"ListMonitoringAlertsResponseTypeDef",
|
|
1252
|
-
"
|
|
1248
|
+
"ListMonitoringExecutionsRequestPaginateTypeDef",
|
|
1253
1249
|
"ListMonitoringExecutionsRequestRequestTypeDef",
|
|
1254
1250
|
"ListMonitoringExecutionsResponseTypeDef",
|
|
1255
|
-
"
|
|
1251
|
+
"ListMonitoringSchedulesRequestPaginateTypeDef",
|
|
1256
1252
|
"ListMonitoringSchedulesRequestRequestTypeDef",
|
|
1257
1253
|
"ListMonitoringSchedulesResponseTypeDef",
|
|
1258
|
-
"
|
|
1254
|
+
"ListNotebookInstanceLifecycleConfigsInputPaginateTypeDef",
|
|
1259
1255
|
"ListNotebookInstanceLifecycleConfigsInputRequestTypeDef",
|
|
1260
1256
|
"ListNotebookInstanceLifecycleConfigsOutputTypeDef",
|
|
1261
|
-
"
|
|
1257
|
+
"ListNotebookInstancesInputPaginateTypeDef",
|
|
1262
1258
|
"ListNotebookInstancesInputRequestTypeDef",
|
|
1263
1259
|
"ListNotebookInstancesOutputTypeDef",
|
|
1264
|
-
"
|
|
1260
|
+
"ListOptimizationJobsRequestPaginateTypeDef",
|
|
1265
1261
|
"ListOptimizationJobsRequestRequestTypeDef",
|
|
1266
1262
|
"ListOptimizationJobsResponseTypeDef",
|
|
1267
|
-
"
|
|
1263
|
+
"ListPartnerAppsRequestPaginateTypeDef",
|
|
1268
1264
|
"ListPartnerAppsRequestRequestTypeDef",
|
|
1269
1265
|
"ListPartnerAppsResponseTypeDef",
|
|
1270
|
-
"
|
|
1266
|
+
"ListPipelineExecutionStepsRequestPaginateTypeDef",
|
|
1271
1267
|
"ListPipelineExecutionStepsRequestRequestTypeDef",
|
|
1272
1268
|
"ListPipelineExecutionStepsResponseTypeDef",
|
|
1273
|
-
"
|
|
1269
|
+
"ListPipelineExecutionsRequestPaginateTypeDef",
|
|
1274
1270
|
"ListPipelineExecutionsRequestRequestTypeDef",
|
|
1275
1271
|
"ListPipelineExecutionsResponseTypeDef",
|
|
1276
|
-
"
|
|
1272
|
+
"ListPipelineParametersForExecutionRequestPaginateTypeDef",
|
|
1277
1273
|
"ListPipelineParametersForExecutionRequestRequestTypeDef",
|
|
1278
1274
|
"ListPipelineParametersForExecutionResponseTypeDef",
|
|
1279
|
-
"
|
|
1275
|
+
"ListPipelinesRequestPaginateTypeDef",
|
|
1280
1276
|
"ListPipelinesRequestRequestTypeDef",
|
|
1281
1277
|
"ListPipelinesResponseTypeDef",
|
|
1282
|
-
"
|
|
1278
|
+
"ListProcessingJobsRequestPaginateTypeDef",
|
|
1283
1279
|
"ListProcessingJobsRequestRequestTypeDef",
|
|
1284
1280
|
"ListProcessingJobsResponseTypeDef",
|
|
1285
1281
|
"ListProjectsInputRequestTypeDef",
|
|
1286
1282
|
"ListProjectsOutputTypeDef",
|
|
1287
|
-
"
|
|
1283
|
+
"ListResourceCatalogsRequestPaginateTypeDef",
|
|
1288
1284
|
"ListResourceCatalogsRequestRequestTypeDef",
|
|
1289
1285
|
"ListResourceCatalogsResponseTypeDef",
|
|
1290
|
-
"
|
|
1286
|
+
"ListSpacesRequestPaginateTypeDef",
|
|
1291
1287
|
"ListSpacesRequestRequestTypeDef",
|
|
1292
1288
|
"ListSpacesResponseTypeDef",
|
|
1293
|
-
"
|
|
1289
|
+
"ListStageDevicesRequestPaginateTypeDef",
|
|
1294
1290
|
"ListStageDevicesRequestRequestTypeDef",
|
|
1295
1291
|
"ListStageDevicesResponseTypeDef",
|
|
1296
|
-
"
|
|
1292
|
+
"ListStudioLifecycleConfigsRequestPaginateTypeDef",
|
|
1297
1293
|
"ListStudioLifecycleConfigsRequestRequestTypeDef",
|
|
1298
1294
|
"ListStudioLifecycleConfigsResponseTypeDef",
|
|
1299
|
-
"
|
|
1295
|
+
"ListSubscribedWorkteamsRequestPaginateTypeDef",
|
|
1300
1296
|
"ListSubscribedWorkteamsRequestRequestTypeDef",
|
|
1301
1297
|
"ListSubscribedWorkteamsResponseTypeDef",
|
|
1302
|
-
"
|
|
1298
|
+
"ListTagsInputPaginateTypeDef",
|
|
1303
1299
|
"ListTagsInputRequestTypeDef",
|
|
1304
1300
|
"ListTagsOutputTypeDef",
|
|
1305
|
-
"
|
|
1301
|
+
"ListTrainingJobsForHyperParameterTuningJobRequestPaginateTypeDef",
|
|
1306
1302
|
"ListTrainingJobsForHyperParameterTuningJobRequestRequestTypeDef",
|
|
1307
1303
|
"ListTrainingJobsForHyperParameterTuningJobResponseTypeDef",
|
|
1308
|
-
"
|
|
1304
|
+
"ListTrainingJobsRequestPaginateTypeDef",
|
|
1309
1305
|
"ListTrainingJobsRequestRequestTypeDef",
|
|
1310
1306
|
"ListTrainingJobsResponseTypeDef",
|
|
1311
|
-
"
|
|
1307
|
+
"ListTrainingPlansRequestPaginateTypeDef",
|
|
1312
1308
|
"ListTrainingPlansRequestRequestTypeDef",
|
|
1313
1309
|
"ListTrainingPlansResponseTypeDef",
|
|
1314
|
-
"
|
|
1310
|
+
"ListTransformJobsRequestPaginateTypeDef",
|
|
1315
1311
|
"ListTransformJobsRequestRequestTypeDef",
|
|
1316
1312
|
"ListTransformJobsResponseTypeDef",
|
|
1317
|
-
"
|
|
1313
|
+
"ListTrialComponentsRequestPaginateTypeDef",
|
|
1318
1314
|
"ListTrialComponentsRequestRequestTypeDef",
|
|
1319
1315
|
"ListTrialComponentsResponseTypeDef",
|
|
1320
|
-
"
|
|
1316
|
+
"ListTrialsRequestPaginateTypeDef",
|
|
1321
1317
|
"ListTrialsRequestRequestTypeDef",
|
|
1322
1318
|
"ListTrialsResponseTypeDef",
|
|
1323
|
-
"
|
|
1319
|
+
"ListUserProfilesRequestPaginateTypeDef",
|
|
1324
1320
|
"ListUserProfilesRequestRequestTypeDef",
|
|
1325
1321
|
"ListUserProfilesResponseTypeDef",
|
|
1326
|
-
"
|
|
1322
|
+
"ListWorkforcesRequestPaginateTypeDef",
|
|
1327
1323
|
"ListWorkforcesRequestRequestTypeDef",
|
|
1328
1324
|
"ListWorkforcesResponseTypeDef",
|
|
1329
|
-
"
|
|
1325
|
+
"ListWorkteamsRequestPaginateTypeDef",
|
|
1330
1326
|
"ListWorkteamsRequestRequestTypeDef",
|
|
1331
1327
|
"ListWorkteamsResponseTypeDef",
|
|
1332
1328
|
"MemberDefinitionOutputTypeDef",
|
|
@@ -1625,8 +1621,8 @@ __all__ = (
|
|
|
1625
1621
|
"SearchExpressionPaginatorTypeDef",
|
|
1626
1622
|
"SearchExpressionTypeDef",
|
|
1627
1623
|
"SearchRecordTypeDef",
|
|
1624
|
+
"SearchRequestPaginateTypeDef",
|
|
1628
1625
|
"SearchRequestRequestTypeDef",
|
|
1629
|
-
"SearchRequestSearchPaginateTypeDef",
|
|
1630
1626
|
"SearchResponseTypeDef",
|
|
1631
1627
|
"SearchTrainingPlanOfferingsRequestRequestTypeDef",
|
|
1632
1628
|
"SearchTrainingPlanOfferingsResponseTypeDef",
|
|
@@ -1891,7 +1887,7 @@ class AddAssociationRequestRequestTypeDef(TypedDict):
|
|
|
1891
1887
|
class ResponseMetadataTypeDef(TypedDict):
|
|
1892
1888
|
RequestId: str
|
|
1893
1889
|
HTTPStatusCode: int
|
|
1894
|
-
HTTPHeaders:
|
|
1890
|
+
HTTPHeaders: dict[str, str]
|
|
1895
1891
|
RetryAttempts: int
|
|
1896
1892
|
HostId: NotRequired[str]
|
|
1897
1893
|
|
|
@@ -1949,8 +1945,8 @@ class IdleSettingsTypeDef(TypedDict):
|
|
|
1949
1945
|
|
|
1950
1946
|
class AppSpecificationOutputTypeDef(TypedDict):
|
|
1951
1947
|
ImageUri: str
|
|
1952
|
-
ContainerEntrypoint: NotRequired[
|
|
1953
|
-
ContainerArguments: NotRequired[
|
|
1948
|
+
ContainerEntrypoint: NotRequired[list[str]]
|
|
1949
|
+
ContainerArguments: NotRequired[list[str]]
|
|
1954
1950
|
|
|
1955
1951
|
class AppSpecificationTypeDef(TypedDict):
|
|
1956
1952
|
ImageUri: str
|
|
@@ -1971,7 +1967,7 @@ class AsyncInferenceClientConfigTypeDef(TypedDict):
|
|
|
1971
1967
|
class AsyncInferenceNotificationConfigOutputTypeDef(TypedDict):
|
|
1972
1968
|
SuccessTopic: NotRequired[str]
|
|
1973
1969
|
ErrorTopic: NotRequired[str]
|
|
1974
|
-
IncludeInferenceResponseIn: NotRequired[
|
|
1970
|
+
IncludeInferenceResponseIn: NotRequired[list[AsyncNotificationTopicTypesType]]
|
|
1975
1971
|
|
|
1976
1972
|
class AsyncInferenceNotificationConfigTypeDef(TypedDict):
|
|
1977
1973
|
SuccessTopic: NotRequired[str]
|
|
@@ -1989,7 +1985,7 @@ class AthenaDatasetDefinitionTypeDef(TypedDict):
|
|
|
1989
1985
|
OutputCompression: NotRequired[AthenaResultCompressionTypeType]
|
|
1990
1986
|
|
|
1991
1987
|
class AutoMLAlgorithmConfigOutputTypeDef(TypedDict):
|
|
1992
|
-
AutoMLAlgorithms:
|
|
1988
|
+
AutoMLAlgorithms: list[AutoMLAlgorithmType]
|
|
1993
1989
|
|
|
1994
1990
|
class AutoMLAlgorithmConfigTypeDef(TypedDict):
|
|
1995
1991
|
AutoMLAlgorithms: Sequence[AutoMLAlgorithmType]
|
|
@@ -2002,7 +1998,7 @@ class AutoMLCandidateStepTypeDef(TypedDict):
|
|
|
2002
1998
|
class AutoMLContainerDefinitionTypeDef(TypedDict):
|
|
2003
1999
|
Image: str
|
|
2004
2000
|
ModelDataUrl: str
|
|
2005
|
-
Environment: NotRequired[
|
|
2001
|
+
Environment: NotRequired[dict[str, str]]
|
|
2006
2002
|
|
|
2007
2003
|
FinalAutoMLJobObjectiveMetricTypeDef = TypedDict(
|
|
2008
2004
|
"FinalAutoMLJobObjectiveMetricTypeDef",
|
|
@@ -2053,8 +2049,8 @@ class TextGenerationResolvedAttributesTypeDef(TypedDict):
|
|
|
2053
2049
|
BaseModelName: NotRequired[str]
|
|
2054
2050
|
|
|
2055
2051
|
class VpcConfigOutputTypeDef(TypedDict):
|
|
2056
|
-
SecurityGroupIds:
|
|
2057
|
-
Subnets:
|
|
2052
|
+
SecurityGroupIds: list[str]
|
|
2053
|
+
Subnets: list[str]
|
|
2058
2054
|
|
|
2059
2055
|
class AutoParameterTypeDef(TypedDict):
|
|
2060
2056
|
Name: str
|
|
@@ -2153,8 +2149,8 @@ CapacitySizeTypeDef = TypedDict(
|
|
|
2153
2149
|
)
|
|
2154
2150
|
|
|
2155
2151
|
class CaptureContentTypeHeaderOutputTypeDef(TypedDict):
|
|
2156
|
-
CsvContentTypes: NotRequired[
|
|
2157
|
-
JsonContentTypes: NotRequired[
|
|
2152
|
+
CsvContentTypes: NotRequired[list[str]]
|
|
2153
|
+
JsonContentTypes: NotRequired[list[str]]
|
|
2158
2154
|
|
|
2159
2155
|
class CaptureContentTypeHeaderTypeDef(TypedDict):
|
|
2160
2156
|
CsvContentTypes: NotRequired[Sequence[str]]
|
|
@@ -2165,14 +2161,14 @@ class CaptureOptionTypeDef(TypedDict):
|
|
|
2165
2161
|
|
|
2166
2162
|
class CategoricalParameterOutputTypeDef(TypedDict):
|
|
2167
2163
|
Name: str
|
|
2168
|
-
Value:
|
|
2164
|
+
Value: list[str]
|
|
2169
2165
|
|
|
2170
2166
|
class CategoricalParameterRangeOutputTypeDef(TypedDict):
|
|
2171
2167
|
Name: str
|
|
2172
|
-
Values:
|
|
2168
|
+
Values: list[str]
|
|
2173
2169
|
|
|
2174
2170
|
class CategoricalParameterRangeSpecificationOutputTypeDef(TypedDict):
|
|
2175
|
-
Values:
|
|
2171
|
+
Values: list[str]
|
|
2176
2172
|
|
|
2177
2173
|
class CategoricalParameterRangeSpecificationTypeDef(TypedDict):
|
|
2178
2174
|
Values: Sequence[str]
|
|
@@ -2190,11 +2186,11 @@ class ShuffleConfigTypeDef(TypedDict):
|
|
|
2190
2186
|
|
|
2191
2187
|
class ChannelSpecificationOutputTypeDef(TypedDict):
|
|
2192
2188
|
Name: str
|
|
2193
|
-
SupportedContentTypes:
|
|
2194
|
-
SupportedInputModes:
|
|
2189
|
+
SupportedContentTypes: list[str]
|
|
2190
|
+
SupportedInputModes: list[TrainingInputModeType]
|
|
2195
2191
|
Description: NotRequired[str]
|
|
2196
2192
|
IsRequired: NotRequired[bool]
|
|
2197
|
-
SupportedCompressionTypes: NotRequired[
|
|
2193
|
+
SupportedCompressionTypes: NotRequired[list[CompressionTypeType]]
|
|
2198
2194
|
|
|
2199
2195
|
class ChannelSpecificationTypeDef(TypedDict):
|
|
2200
2196
|
Name: str
|
|
@@ -2227,9 +2223,9 @@ class ClarifyInferenceConfigOutputTypeDef(TypedDict):
|
|
|
2227
2223
|
LabelIndex: NotRequired[int]
|
|
2228
2224
|
ProbabilityAttribute: NotRequired[str]
|
|
2229
2225
|
LabelAttribute: NotRequired[str]
|
|
2230
|
-
LabelHeaders: NotRequired[
|
|
2231
|
-
FeatureHeaders: NotRequired[
|
|
2232
|
-
FeatureTypes: NotRequired[
|
|
2226
|
+
LabelHeaders: NotRequired[list[str]]
|
|
2227
|
+
FeatureHeaders: NotRequired[list[str]]
|
|
2228
|
+
FeatureTypes: NotRequired[list[ClarifyFeatureTypeType]]
|
|
2233
2229
|
|
|
2234
2230
|
class ClarifyInferenceConfigTypeDef(TypedDict):
|
|
2235
2231
|
FeaturesAttribute: NotRequired[str]
|
|
@@ -2286,12 +2282,12 @@ class ClusterSummaryTypeDef(TypedDict):
|
|
|
2286
2282
|
ClusterName: str
|
|
2287
2283
|
CreationTime: datetime
|
|
2288
2284
|
ClusterStatus: ClusterStatusType
|
|
2289
|
-
TrainingPlanArns: NotRequired[
|
|
2285
|
+
TrainingPlanArns: NotRequired[list[str]]
|
|
2290
2286
|
|
|
2291
2287
|
class ContainerConfigOutputTypeDef(TypedDict):
|
|
2292
|
-
ContainerArguments: NotRequired[
|
|
2293
|
-
ContainerEntrypoint: NotRequired[
|
|
2294
|
-
ContainerEnvironmentVariables: NotRequired[
|
|
2288
|
+
ContainerArguments: NotRequired[list[str]]
|
|
2289
|
+
ContainerEntrypoint: NotRequired[list[str]]
|
|
2290
|
+
ContainerEnvironmentVariables: NotRequired[dict[str, str]]
|
|
2295
2291
|
|
|
2296
2292
|
class FileSystemConfigTypeDef(TypedDict):
|
|
2297
2293
|
MountPath: NotRequired[str]
|
|
@@ -2325,7 +2321,7 @@ class VectorConfigTypeDef(TypedDict):
|
|
|
2325
2321
|
|
|
2326
2322
|
class CollectionConfigurationOutputTypeDef(TypedDict):
|
|
2327
2323
|
CollectionName: NotRequired[str]
|
|
2328
|
-
CollectionParameters: NotRequired[
|
|
2324
|
+
CollectionParameters: NotRequired[dict[str, str]]
|
|
2329
2325
|
|
|
2330
2326
|
class CollectionConfigurationTypeDef(TypedDict):
|
|
2331
2327
|
CollectionName: NotRequired[str]
|
|
@@ -2705,11 +2701,11 @@ class DataCatalogConfigTypeDef(TypedDict):
|
|
|
2705
2701
|
|
|
2706
2702
|
class DataQualityAppSpecificationOutputTypeDef(TypedDict):
|
|
2707
2703
|
ImageUri: str
|
|
2708
|
-
ContainerEntrypoint: NotRequired[
|
|
2709
|
-
ContainerArguments: NotRequired[
|
|
2704
|
+
ContainerEntrypoint: NotRequired[list[str]]
|
|
2705
|
+
ContainerArguments: NotRequired[list[str]]
|
|
2710
2706
|
RecordPreprocessorSourceUri: NotRequired[str]
|
|
2711
2707
|
PostAnalyticsProcessorSourceUri: NotRequired[str]
|
|
2712
|
-
Environment: NotRequired[
|
|
2708
|
+
Environment: NotRequired[dict[str, str]]
|
|
2713
2709
|
|
|
2714
2710
|
class MonitoringConstraintsResourceTypeDef(TypedDict):
|
|
2715
2711
|
S3Uri: NotRequired[str]
|
|
@@ -2746,8 +2742,8 @@ S3DataSourceOutputTypeDef = TypedDict(
|
|
|
2746
2742
|
"S3DataType": S3DataTypeType,
|
|
2747
2743
|
"S3Uri": str,
|
|
2748
2744
|
"S3DataDistributionType": NotRequired[S3DataDistributionType],
|
|
2749
|
-
"AttributeNames": NotRequired[
|
|
2750
|
-
"InstanceGroupNames": NotRequired[
|
|
2745
|
+
"AttributeNames": NotRequired[list[str]],
|
|
2746
|
+
"InstanceGroupNames": NotRequired[list[str]],
|
|
2751
2747
|
},
|
|
2752
2748
|
)
|
|
2753
2749
|
|
|
@@ -2769,7 +2765,7 @@ class DebugRuleConfigurationOutputTypeDef(TypedDict):
|
|
|
2769
2765
|
S3OutputPath: NotRequired[str]
|
|
2770
2766
|
InstanceType: NotRequired[ProcessingInstanceTypeType]
|
|
2771
2767
|
VolumeSizeInGB: NotRequired[int]
|
|
2772
|
-
RuleParameters: NotRequired[
|
|
2768
|
+
RuleParameters: NotRequired[dict[str, str]]
|
|
2773
2769
|
|
|
2774
2770
|
class DebugRuleConfigurationTypeDef(TypedDict):
|
|
2775
2771
|
RuleConfigurationName: str
|
|
@@ -2979,12 +2975,12 @@ class DeployedImageTypeDef(TypedDict):
|
|
|
2979
2975
|
class RealTimeInferenceRecommendationTypeDef(TypedDict):
|
|
2980
2976
|
RecommendationId: str
|
|
2981
2977
|
InstanceType: ProductionVariantInstanceTypeType
|
|
2982
|
-
Environment: NotRequired[
|
|
2978
|
+
Environment: NotRequired[dict[str, str]]
|
|
2983
2979
|
|
|
2984
2980
|
class DeviceSelectionConfigOutputTypeDef(TypedDict):
|
|
2985
2981
|
DeviceSubsetType: DeviceSubsetTypeType
|
|
2986
2982
|
Percentage: NotRequired[int]
|
|
2987
|
-
DeviceNames: NotRequired[
|
|
2983
|
+
DeviceNames: NotRequired[list[str]]
|
|
2988
2984
|
DeviceNameContains: NotRequired[str]
|
|
2989
2985
|
|
|
2990
2986
|
class EdgeDeploymentConfigTypeDef(TypedDict):
|
|
@@ -3057,8 +3053,8 @@ class ModelDigestsTypeDef(TypedDict):
|
|
|
3057
3053
|
ArtifactDigest: NotRequired[str]
|
|
3058
3054
|
|
|
3059
3055
|
class NeoVpcConfigOutputTypeDef(TypedDict):
|
|
3060
|
-
SecurityGroupIds:
|
|
3061
|
-
Subnets:
|
|
3056
|
+
SecurityGroupIds: list[str]
|
|
3057
|
+
Subnets: list[str]
|
|
3062
3058
|
|
|
3063
3059
|
class DescribeComputeQuotaRequestRequestTypeDef(TypedDict):
|
|
3064
3060
|
ComputeQuotaId: str
|
|
@@ -3108,13 +3104,13 @@ EdgePresetDeploymentOutputTypeDef = TypedDict(
|
|
|
3108
3104
|
class DescribeEndpointConfigInputRequestTypeDef(TypedDict):
|
|
3109
3105
|
EndpointConfigName: str
|
|
3110
3106
|
|
|
3107
|
+
class DescribeEndpointInputRequestTypeDef(TypedDict):
|
|
3108
|
+
EndpointName: str
|
|
3109
|
+
|
|
3111
3110
|
class WaiterConfigTypeDef(TypedDict):
|
|
3112
3111
|
Delay: NotRequired[int]
|
|
3113
3112
|
MaxAttempts: NotRequired[int]
|
|
3114
3113
|
|
|
3115
|
-
class DescribeEndpointInputRequestTypeDef(TypedDict):
|
|
3116
|
-
EndpointName: str
|
|
3117
|
-
|
|
3118
3114
|
class DescribeExperimentRequestRequestTypeDef(TypedDict):
|
|
3119
3115
|
ExperimentName: str
|
|
3120
3116
|
|
|
@@ -3249,7 +3245,7 @@ class DescribeModelBiasJobDefinitionRequestRequestTypeDef(TypedDict):
|
|
|
3249
3245
|
class ModelBiasAppSpecificationOutputTypeDef(TypedDict):
|
|
3250
3246
|
ImageUri: str
|
|
3251
3247
|
ConfigUri: str
|
|
3252
|
-
Environment: NotRequired[
|
|
3248
|
+
Environment: NotRequired[dict[str, str]]
|
|
3253
3249
|
|
|
3254
3250
|
class DescribeModelCardExportJobRequestRequestTypeDef(TypedDict):
|
|
3255
3251
|
ModelCardExportJobArn: str
|
|
@@ -3267,7 +3263,7 @@ class DescribeModelExplainabilityJobDefinitionRequestRequestTypeDef(TypedDict):
|
|
|
3267
3263
|
class ModelExplainabilityAppSpecificationOutputTypeDef(TypedDict):
|
|
3268
3264
|
ImageUri: str
|
|
3269
3265
|
ConfigUri: str
|
|
3270
|
-
Environment: NotRequired[
|
|
3266
|
+
Environment: NotRequired[dict[str, str]]
|
|
3271
3267
|
|
|
3272
3268
|
class DescribeModelInputRequestTypeDef(TypedDict):
|
|
3273
3269
|
ModelName: str
|
|
@@ -3283,12 +3279,12 @@ class DescribeModelQualityJobDefinitionRequestRequestTypeDef(TypedDict):
|
|
|
3283
3279
|
|
|
3284
3280
|
class ModelQualityAppSpecificationOutputTypeDef(TypedDict):
|
|
3285
3281
|
ImageUri: str
|
|
3286
|
-
ContainerEntrypoint: NotRequired[
|
|
3287
|
-
ContainerArguments: NotRequired[
|
|
3282
|
+
ContainerEntrypoint: NotRequired[list[str]]
|
|
3283
|
+
ContainerArguments: NotRequired[list[str]]
|
|
3288
3284
|
RecordPreprocessorSourceUri: NotRequired[str]
|
|
3289
3285
|
PostAnalyticsProcessorSourceUri: NotRequired[str]
|
|
3290
3286
|
ProblemType: NotRequired[MonitoringProblemTypeType]
|
|
3291
|
-
Environment: NotRequired[
|
|
3287
|
+
Environment: NotRequired[dict[str, str]]
|
|
3292
3288
|
|
|
3293
3289
|
class DescribeMonitoringScheduleRequestRequestTypeDef(TypedDict):
|
|
3294
3290
|
MonitoringScheduleName: str
|
|
@@ -3318,8 +3314,8 @@ class OptimizationOutputTypeDef(TypedDict):
|
|
|
3318
3314
|
RecommendedInferenceImage: NotRequired[str]
|
|
3319
3315
|
|
|
3320
3316
|
class OptimizationVpcConfigOutputTypeDef(TypedDict):
|
|
3321
|
-
SecurityGroupIds:
|
|
3322
|
-
Subnets:
|
|
3317
|
+
SecurityGroupIds: list[str]
|
|
3318
|
+
Subnets: list[str]
|
|
3323
3319
|
|
|
3324
3320
|
class DescribePartnerAppRequestRequestTypeDef(TypedDict):
|
|
3325
3321
|
Arn: str
|
|
@@ -3329,8 +3325,8 @@ class ErrorInfoTypeDef(TypedDict):
|
|
|
3329
3325
|
Reason: NotRequired[str]
|
|
3330
3326
|
|
|
3331
3327
|
class PartnerAppConfigOutputTypeDef(TypedDict):
|
|
3332
|
-
AdminUsers: NotRequired[
|
|
3333
|
-
Arguments: NotRequired[
|
|
3328
|
+
AdminUsers: NotRequired[list[str]]
|
|
3329
|
+
Arguments: NotRequired[dict[str, str]]
|
|
3334
3330
|
|
|
3335
3331
|
class DescribePipelineDefinitionForExecutionRequestRequestTypeDef(TypedDict):
|
|
3336
3332
|
PipelineExecutionArn: str
|
|
@@ -3383,7 +3379,7 @@ class MetricDataTypeDef(TypedDict):
|
|
|
3383
3379
|
class ProfilerConfigOutputTypeDef(TypedDict):
|
|
3384
3380
|
S3OutputPath: NotRequired[str]
|
|
3385
3381
|
ProfilingIntervalInMilliseconds: NotRequired[int]
|
|
3386
|
-
ProfilingParameters: NotRequired[
|
|
3382
|
+
ProfilingParameters: NotRequired[dict[str, str]]
|
|
3387
3383
|
DisableProfiler: NotRequired[bool]
|
|
3388
3384
|
|
|
3389
3385
|
class ProfilerRuleConfigurationOutputTypeDef(TypedDict):
|
|
@@ -3393,7 +3389,7 @@ class ProfilerRuleConfigurationOutputTypeDef(TypedDict):
|
|
|
3393
3389
|
S3OutputPath: NotRequired[str]
|
|
3394
3390
|
InstanceType: NotRequired[ProcessingInstanceTypeType]
|
|
3395
3391
|
VolumeSizeInGB: NotRequired[int]
|
|
3396
|
-
RuleParameters: NotRequired[
|
|
3392
|
+
RuleParameters: NotRequired[dict[str, str]]
|
|
3397
3393
|
|
|
3398
3394
|
class ProfilerRuleEvaluationStatusTypeDef(TypedDict):
|
|
3399
3395
|
RuleConfigurationName: NotRequired[str]
|
|
@@ -3513,7 +3509,7 @@ class DisassociateTrialComponentRequestRequestTypeDef(TypedDict):
|
|
|
3513
3509
|
|
|
3514
3510
|
class DockerSettingsOutputTypeDef(TypedDict):
|
|
3515
3511
|
EnableDockerAccess: NotRequired[FeatureStatusType]
|
|
3516
|
-
VpcOnlyTrustedAccounts: NotRequired[
|
|
3512
|
+
VpcOnlyTrustedAccounts: NotRequired[list[str]]
|
|
3517
3513
|
|
|
3518
3514
|
class DockerSettingsTypeDef(TypedDict):
|
|
3519
3515
|
EnableDockerAccess: NotRequired[FeatureStatusType]
|
|
@@ -3576,8 +3572,8 @@ class EdgeTypeDef(TypedDict):
|
|
|
3576
3572
|
AssociationType: NotRequired[AssociationEdgeTypeType]
|
|
3577
3573
|
|
|
3578
3574
|
class EmrSettingsOutputTypeDef(TypedDict):
|
|
3579
|
-
AssumableRoleArns: NotRequired[
|
|
3580
|
-
ExecutionRoleArns: NotRequired[
|
|
3575
|
+
AssumableRoleArns: NotRequired[list[str]]
|
|
3576
|
+
ExecutionRoleArns: NotRequired[list[str]]
|
|
3581
3577
|
|
|
3582
3578
|
class EmrSettingsTypeDef(TypedDict):
|
|
3583
3579
|
AssumableRoleArns: NotRequired[Sequence[str]]
|
|
@@ -3667,7 +3663,7 @@ class GitConfigForUpdateTypeDef(TypedDict):
|
|
|
3667
3663
|
|
|
3668
3664
|
class HiddenSageMakerImageOutputTypeDef(TypedDict):
|
|
3669
3665
|
SageMakerImageName: NotRequired[Literal["sagemaker_distribution"]]
|
|
3670
|
-
VersionAliases: NotRequired[
|
|
3666
|
+
VersionAliases: NotRequired[list[str]]
|
|
3671
3667
|
|
|
3672
3668
|
class HiddenSageMakerImageTypeDef(TypedDict):
|
|
3673
3669
|
SageMakerImageName: NotRequired[Literal["sagemaker_distribution"]]
|
|
@@ -3688,7 +3684,7 @@ class HubContentInfoTypeDef(TypedDict):
|
|
|
3688
3684
|
HubContentDisplayName: NotRequired[str]
|
|
3689
3685
|
HubContentDescription: NotRequired[str]
|
|
3690
3686
|
SupportStatus: NotRequired[HubContentSupportStatusType]
|
|
3691
|
-
HubContentSearchKeywords: NotRequired[
|
|
3687
|
+
HubContentSearchKeywords: NotRequired[list[str]]
|
|
3692
3688
|
OriginalCreationTime: NotRequired[datetime]
|
|
3693
3689
|
|
|
3694
3690
|
class HubInfoTypeDef(TypedDict):
|
|
@@ -3699,7 +3695,7 @@ class HubInfoTypeDef(TypedDict):
|
|
|
3699
3695
|
LastModifiedTime: datetime
|
|
3700
3696
|
HubDisplayName: NotRequired[str]
|
|
3701
3697
|
HubDescription: NotRequired[str]
|
|
3702
|
-
HubSearchKeywords: NotRequired[
|
|
3698
|
+
HubSearchKeywords: NotRequired[list[str]]
|
|
3703
3699
|
|
|
3704
3700
|
class HumanLoopActivationConditionsConfigTypeDef(TypedDict):
|
|
3705
3701
|
HumanLoopActivationConditions: str
|
|
@@ -3846,7 +3842,7 @@ class LabelCountersForWorkteamTypeDef(TypedDict):
|
|
|
3846
3842
|
Total: NotRequired[int]
|
|
3847
3843
|
|
|
3848
3844
|
class LabelingJobDataAttributesOutputTypeDef(TypedDict):
|
|
3849
|
-
ContentClassifiers: NotRequired[
|
|
3845
|
+
ContentClassifiers: NotRequired[list[ContentClassifierType]]
|
|
3850
3846
|
|
|
3851
3847
|
class LabelingJobDataAttributesTypeDef(TypedDict):
|
|
3852
3848
|
ContentClassifiers: NotRequired[Sequence[ContentClassifierType]]
|
|
@@ -4010,7 +4006,7 @@ class NotebookInstanceSummaryTypeDef(TypedDict):
|
|
|
4010
4006
|
LastModifiedTime: NotRequired[datetime]
|
|
4011
4007
|
NotebookInstanceLifecycleConfigName: NotRequired[str]
|
|
4012
4008
|
DefaultCodeRepository: NotRequired[str]
|
|
4013
|
-
AdditionalCodeRepositories: NotRequired[
|
|
4009
|
+
AdditionalCodeRepositories: NotRequired[list[str]]
|
|
4014
4010
|
|
|
4015
4011
|
class OptimizationJobSummaryTypeDef(TypedDict):
|
|
4016
4012
|
OptimizationJobName: str
|
|
@@ -4018,7 +4014,7 @@ class OptimizationJobSummaryTypeDef(TypedDict):
|
|
|
4018
4014
|
CreationTime: datetime
|
|
4019
4015
|
OptimizationJobStatus: OptimizationJobStatusType
|
|
4020
4016
|
DeploymentInstanceType: OptimizationJobDeploymentInstanceTypeType
|
|
4021
|
-
OptimizationTypes:
|
|
4017
|
+
OptimizationTypes: list[str]
|
|
4022
4018
|
OptimizationStartTime: NotRequired[datetime]
|
|
4023
4019
|
OptimizationEndTime: NotRequired[datetime]
|
|
4024
4020
|
LastModifiedTime: NotRequired[datetime]
|
|
@@ -4178,7 +4174,7 @@ class ListWorkteamsRequestRequestTypeDef(TypedDict):
|
|
|
4178
4174
|
MaxResults: NotRequired[int]
|
|
4179
4175
|
|
|
4180
4176
|
class OidcMemberDefinitionOutputTypeDef(TypedDict):
|
|
4181
|
-
Groups: NotRequired[
|
|
4177
|
+
Groups: NotRequired[list[str]]
|
|
4182
4178
|
|
|
4183
4179
|
class PredefinedMetricSpecificationTypeDef(TypedDict):
|
|
4184
4180
|
PredefinedMetricType: NotRequired[str]
|
|
@@ -4191,7 +4187,7 @@ class MonitoringGroundTruthS3InputTypeDef(TypedDict):
|
|
|
4191
4187
|
|
|
4192
4188
|
class ModelCompilationConfigOutputTypeDef(TypedDict):
|
|
4193
4189
|
Image: NotRequired[str]
|
|
4194
|
-
OverrideEnvironment: NotRequired[
|
|
4190
|
+
OverrideEnvironment: NotRequired[dict[str, str]]
|
|
4195
4191
|
|
|
4196
4192
|
class ModelCompilationConfigTypeDef(TypedDict):
|
|
4197
4193
|
Image: NotRequired[str]
|
|
@@ -4229,7 +4225,7 @@ class ModelPackageStatusItemTypeDef(TypedDict):
|
|
|
4229
4225
|
|
|
4230
4226
|
class ModelQuantizationConfigOutputTypeDef(TypedDict):
|
|
4231
4227
|
Image: NotRequired[str]
|
|
4232
|
-
OverrideEnvironment: NotRequired[
|
|
4228
|
+
OverrideEnvironment: NotRequired[dict[str, str]]
|
|
4233
4229
|
|
|
4234
4230
|
class ModelQuantizationConfigTypeDef(TypedDict):
|
|
4235
4231
|
Image: NotRequired[str]
|
|
@@ -4237,7 +4233,7 @@ class ModelQuantizationConfigTypeDef(TypedDict):
|
|
|
4237
4233
|
|
|
4238
4234
|
class ModelShardingConfigOutputTypeDef(TypedDict):
|
|
4239
4235
|
Image: NotRequired[str]
|
|
4240
|
-
OverrideEnvironment: NotRequired[
|
|
4236
|
+
OverrideEnvironment: NotRequired[dict[str, str]]
|
|
4241
4237
|
|
|
4242
4238
|
class ModelShardingConfigTypeDef(TypedDict):
|
|
4243
4239
|
Image: NotRequired[str]
|
|
@@ -4248,8 +4244,8 @@ class ModelStepMetadataTypeDef(TypedDict):
|
|
|
4248
4244
|
|
|
4249
4245
|
class MonitoringAppSpecificationOutputTypeDef(TypedDict):
|
|
4250
4246
|
ImageUri: str
|
|
4251
|
-
ContainerEntrypoint: NotRequired[
|
|
4252
|
-
ContainerArguments: NotRequired[
|
|
4247
|
+
ContainerEntrypoint: NotRequired[list[str]]
|
|
4248
|
+
ContainerArguments: NotRequired[list[str]]
|
|
4253
4249
|
RecordPreprocessorSourceUri: NotRequired[str]
|
|
4254
4250
|
PostAnalyticsProcessorSourceUri: NotRequired[str]
|
|
4255
4251
|
|
|
@@ -4296,7 +4292,7 @@ class OidcConfigForResponseTypeDef(TypedDict):
|
|
|
4296
4292
|
LogoutEndpoint: NotRequired[str]
|
|
4297
4293
|
JwksUri: NotRequired[str]
|
|
4298
4294
|
Scope: NotRequired[str]
|
|
4299
|
-
AuthenticationRequestExtraParams: NotRequired[
|
|
4295
|
+
AuthenticationRequestExtraParams: NotRequired[dict[str, str]]
|
|
4300
4296
|
|
|
4301
4297
|
class OidcMemberDefinitionTypeDef(TypedDict):
|
|
4302
4298
|
Groups: NotRequired[Sequence[str]]
|
|
@@ -4454,15 +4450,15 @@ class RecommendationJobCompiledOutputConfigTypeDef(TypedDict):
|
|
|
4454
4450
|
|
|
4455
4451
|
class RecommendationJobPayloadConfigOutputTypeDef(TypedDict):
|
|
4456
4452
|
SamplePayloadUrl: NotRequired[str]
|
|
4457
|
-
SupportedContentTypes: NotRequired[
|
|
4453
|
+
SupportedContentTypes: NotRequired[list[str]]
|
|
4458
4454
|
|
|
4459
4455
|
class RecommendationJobResourceLimitTypeDef(TypedDict):
|
|
4460
4456
|
MaxNumberOfTests: NotRequired[int]
|
|
4461
4457
|
MaxParallelOfTests: NotRequired[int]
|
|
4462
4458
|
|
|
4463
4459
|
class RecommendationJobVpcConfigOutputTypeDef(TypedDict):
|
|
4464
|
-
SecurityGroupIds:
|
|
4465
|
-
Subnets:
|
|
4460
|
+
SecurityGroupIds: list[str]
|
|
4461
|
+
Subnets: list[str]
|
|
4466
4462
|
|
|
4467
4463
|
class RecommendationJobPayloadConfigTypeDef(TypedDict):
|
|
4468
4464
|
SamplePayloadUrl: NotRequired[str]
|
|
@@ -4527,7 +4523,7 @@ class SharingSettingsTypeDef(TypedDict):
|
|
|
4527
4523
|
S3KmsKeyId: NotRequired[str]
|
|
4528
4524
|
|
|
4529
4525
|
class SourceIpConfigOutputTypeDef(TypedDict):
|
|
4530
|
-
Cidrs:
|
|
4526
|
+
Cidrs: list[str]
|
|
4531
4527
|
|
|
4532
4528
|
class SpaceIdleSettingsTypeDef(TypedDict):
|
|
4533
4529
|
IdleTimeoutInMinutes: NotRequired[int]
|
|
@@ -4612,7 +4608,7 @@ class TimeSeriesConfigOutputTypeDef(TypedDict):
|
|
|
4612
4608
|
TargetAttributeName: str
|
|
4613
4609
|
TimestampAttributeName: str
|
|
4614
4610
|
ItemIdentifierAttributeName: str
|
|
4615
|
-
GroupingAttributeNames: NotRequired[
|
|
4611
|
+
GroupingAttributeNames: NotRequired[list[str]]
|
|
4616
4612
|
|
|
4617
4613
|
class TimeSeriesConfigTypeDef(TypedDict):
|
|
4618
4614
|
TargetAttributeName: str
|
|
@@ -4621,8 +4617,8 @@ class TimeSeriesConfigTypeDef(TypedDict):
|
|
|
4621
4617
|
GroupingAttributeNames: NotRequired[Sequence[str]]
|
|
4622
4618
|
|
|
4623
4619
|
class TimeSeriesTransformationsOutputTypeDef(TypedDict):
|
|
4624
|
-
Filling: NotRequired[
|
|
4625
|
-
Aggregation: NotRequired[
|
|
4620
|
+
Filling: NotRequired[dict[str, dict[FillingTypeType, str]]]
|
|
4621
|
+
Aggregation: NotRequired[dict[str, AggregationTransformationValueType]]
|
|
4626
4622
|
|
|
4627
4623
|
class TimeSeriesTransformationsTypeDef(TypedDict):
|
|
4628
4624
|
Filling: NotRequired[Mapping[str, Mapping[FillingTypeType, str]]]
|
|
@@ -4716,8 +4712,8 @@ class UpdateTrialRequestRequestTypeDef(TypedDict):
|
|
|
4716
4712
|
|
|
4717
4713
|
class WorkforceVpcConfigResponseTypeDef(TypedDict):
|
|
4718
4714
|
VpcId: str
|
|
4719
|
-
SecurityGroupIds:
|
|
4720
|
-
Subnets:
|
|
4715
|
+
SecurityGroupIds: list[str]
|
|
4716
|
+
Subnets: list[str]
|
|
4721
4717
|
VpcEndpointId: NotRequired[str]
|
|
4722
4718
|
|
|
4723
4719
|
class ActionSummaryTypeDef(TypedDict):
|
|
@@ -5117,7 +5113,7 @@ class ImportHubContentResponseTypeDef(TypedDict):
|
|
|
5117
5113
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
5118
5114
|
|
|
5119
5115
|
class ListAliasesResponseTypeDef(TypedDict):
|
|
5120
|
-
SageMakerImageVersionAliases:
|
|
5116
|
+
SageMakerImageVersionAliases: list[str]
|
|
5121
5117
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
5122
5118
|
NextToken: NotRequired[str]
|
|
5123
5119
|
|
|
@@ -5305,7 +5301,7 @@ class AddTagsInputRequestTypeDef(TypedDict):
|
|
|
5305
5301
|
Tags: Sequence[TagTypeDef]
|
|
5306
5302
|
|
|
5307
5303
|
class AddTagsOutputTypeDef(TypedDict):
|
|
5308
|
-
Tags:
|
|
5304
|
+
Tags: list[TagTypeDef]
|
|
5309
5305
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
5310
5306
|
|
|
5311
5307
|
class CreateExperimentRequestRequestTypeDef(TypedDict):
|
|
@@ -5368,12 +5364,12 @@ class ImportHubContentRequestRequestTypeDef(TypedDict):
|
|
|
5368
5364
|
Tags: NotRequired[Sequence[TagTypeDef]]
|
|
5369
5365
|
|
|
5370
5366
|
class ListTagsOutputTypeDef(TypedDict):
|
|
5371
|
-
Tags:
|
|
5367
|
+
Tags: list[TagTypeDef]
|
|
5372
5368
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
5373
5369
|
NextToken: NotRequired[str]
|
|
5374
5370
|
|
|
5375
5371
|
class AutoRollbackConfigOutputTypeDef(TypedDict):
|
|
5376
|
-
Alarms: NotRequired[
|
|
5372
|
+
Alarms: NotRequired[list[AlarmTypeDef]]
|
|
5377
5373
|
|
|
5378
5374
|
class AutoRollbackConfigTypeDef(TypedDict):
|
|
5379
5375
|
Alarms: NotRequired[Sequence[AlarmTypeDef]]
|
|
@@ -5382,7 +5378,7 @@ class HyperParameterAlgorithmSpecificationOutputTypeDef(TypedDict):
|
|
|
5382
5378
|
TrainingInputMode: TrainingInputModeType
|
|
5383
5379
|
TrainingImage: NotRequired[str]
|
|
5384
5380
|
AlgorithmName: NotRequired[str]
|
|
5385
|
-
MetricDefinitions: NotRequired[
|
|
5381
|
+
MetricDefinitions: NotRequired[list[MetricDefinitionTypeDef]]
|
|
5386
5382
|
|
|
5387
5383
|
class HyperParameterAlgorithmSpecificationTypeDef(TypedDict):
|
|
5388
5384
|
TrainingInputMode: TrainingInputModeType
|
|
@@ -5391,11 +5387,11 @@ class HyperParameterAlgorithmSpecificationTypeDef(TypedDict):
|
|
|
5391
5387
|
MetricDefinitions: NotRequired[Sequence[MetricDefinitionTypeDef]]
|
|
5392
5388
|
|
|
5393
5389
|
class AlgorithmStatusDetailsTypeDef(TypedDict):
|
|
5394
|
-
ValidationStatuses: NotRequired[
|
|
5395
|
-
ImageScanStatuses: NotRequired[
|
|
5390
|
+
ValidationStatuses: NotRequired[list[AlgorithmStatusItemTypeDef]]
|
|
5391
|
+
ImageScanStatuses: NotRequired[list[AlgorithmStatusItemTypeDef]]
|
|
5396
5392
|
|
|
5397
5393
|
class ListAlgorithmsOutputTypeDef(TypedDict):
|
|
5398
|
-
AlgorithmSummaryList:
|
|
5394
|
+
AlgorithmSummaryList: list[AlgorithmSummaryTypeDef]
|
|
5399
5395
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
5400
5396
|
NextToken: NotRequired[str]
|
|
5401
5397
|
|
|
@@ -5454,7 +5450,7 @@ class AppLifecycleManagementTypeDef(TypedDict):
|
|
|
5454
5450
|
|
|
5455
5451
|
class ArtifactSourceOutputTypeDef(TypedDict):
|
|
5456
5452
|
SourceUri: str
|
|
5457
|
-
SourceTypes: NotRequired[
|
|
5453
|
+
SourceTypes: NotRequired[list[ArtifactSourceTypeTypeDef]]
|
|
5458
5454
|
|
|
5459
5455
|
class ArtifactSourceTypeDef(TypedDict):
|
|
5460
5456
|
SourceUri: str
|
|
@@ -5472,10 +5468,10 @@ AsyncInferenceNotificationConfigUnionTypeDef = Union[
|
|
|
5472
5468
|
|
|
5473
5469
|
class AutoMLCandidateGenerationConfigOutputTypeDef(TypedDict):
|
|
5474
5470
|
FeatureSpecificationS3Uri: NotRequired[str]
|
|
5475
|
-
AlgorithmsConfig: NotRequired[
|
|
5471
|
+
AlgorithmsConfig: NotRequired[list[AutoMLAlgorithmConfigOutputTypeDef]]
|
|
5476
5472
|
|
|
5477
5473
|
class CandidateGenerationConfigOutputTypeDef(TypedDict):
|
|
5478
|
-
AlgorithmsConfig: NotRequired[
|
|
5474
|
+
AlgorithmsConfig: NotRequired[list[AutoMLAlgorithmConfigOutputTypeDef]]
|
|
5479
5475
|
|
|
5480
5476
|
AutoMLAlgorithmConfigUnionTypeDef = Union[
|
|
5481
5477
|
AutoMLAlgorithmConfigTypeDef, AutoMLAlgorithmConfigOutputTypeDef
|
|
@@ -5509,7 +5505,7 @@ class AutoMLJobSummaryTypeDef(TypedDict):
|
|
|
5509
5505
|
LastModifiedTime: datetime
|
|
5510
5506
|
EndTime: NotRequired[datetime]
|
|
5511
5507
|
FailureReason: NotRequired[str]
|
|
5512
|
-
PartialFailureReasons: NotRequired[
|
|
5508
|
+
PartialFailureReasons: NotRequired[list[AutoMLPartialFailureReasonTypeDef]]
|
|
5513
5509
|
|
|
5514
5510
|
class AutoMLProblemTypeResolvedAttributesTypeDef(TypedDict):
|
|
5515
5511
|
TabularResolvedAttributes: NotRequired[TabularResolvedAttributesTypeDef]
|
|
@@ -5535,8 +5531,8 @@ class NetworkConfigOutputTypeDef(TypedDict):
|
|
|
5535
5531
|
VpcConfig: NotRequired[VpcConfigOutputTypeDef]
|
|
5536
5532
|
|
|
5537
5533
|
class BatchDeleteClusterNodesResponseTypeDef(TypedDict):
|
|
5538
|
-
Failed:
|
|
5539
|
-
Successful:
|
|
5534
|
+
Failed: list[BatchDeleteClusterNodesErrorTypeDef]
|
|
5535
|
+
Successful: list[str]
|
|
5540
5536
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
5541
5537
|
|
|
5542
5538
|
class BiasTypeDef(TypedDict):
|
|
@@ -5566,11 +5562,11 @@ class ModelQualityTypeDef(TypedDict):
|
|
|
5566
5562
|
class CallbackStepMetadataTypeDef(TypedDict):
|
|
5567
5563
|
CallbackToken: NotRequired[str]
|
|
5568
5564
|
SqsQueueUrl: NotRequired[str]
|
|
5569
|
-
OutputParameters: NotRequired[
|
|
5565
|
+
OutputParameters: NotRequired[list[OutputParameterTypeDef]]
|
|
5570
5566
|
|
|
5571
5567
|
class LambdaStepMetadataTypeDef(TypedDict):
|
|
5572
5568
|
Arn: NotRequired[str]
|
|
5573
|
-
OutputParameters: NotRequired[
|
|
5569
|
+
OutputParameters: NotRequired[list[OutputParameterTypeDef]]
|
|
5574
5570
|
|
|
5575
5571
|
class SendPipelineExecutionStepSuccessRequestRequestTypeDef(TypedDict):
|
|
5576
5572
|
CallbackToken: str
|
|
@@ -5579,13 +5575,13 @@ class SendPipelineExecutionStepSuccessRequestRequestTypeDef(TypedDict):
|
|
|
5579
5575
|
|
|
5580
5576
|
class CandidatePropertiesTypeDef(TypedDict):
|
|
5581
5577
|
CandidateArtifactLocations: NotRequired[CandidateArtifactLocationsTypeDef]
|
|
5582
|
-
CandidateMetrics: NotRequired[
|
|
5578
|
+
CandidateMetrics: NotRequired[list[MetricDatumTypeDef]]
|
|
5583
5579
|
|
|
5584
5580
|
class CanvasAppSettingsOutputTypeDef(TypedDict):
|
|
5585
5581
|
TimeSeriesForecastingSettings: NotRequired[TimeSeriesForecastingSettingsTypeDef]
|
|
5586
5582
|
ModelRegisterSettings: NotRequired[ModelRegisterSettingsTypeDef]
|
|
5587
5583
|
WorkspaceSettings: NotRequired[WorkspaceSettingsTypeDef]
|
|
5588
|
-
IdentityProviderOAuthSettings: NotRequired[
|
|
5584
|
+
IdentityProviderOAuthSettings: NotRequired[list[IdentityProviderOAuthSettingTypeDef]]
|
|
5589
5585
|
DirectDeploySettings: NotRequired[DirectDeploySettingsTypeDef]
|
|
5590
5586
|
KendraSettings: NotRequired[KendraSettingsTypeDef]
|
|
5591
5587
|
GenerativeAiSettings: NotRequired[GenerativeAiSettingsTypeDef]
|
|
@@ -5629,13 +5625,13 @@ CaptureContentTypeHeaderUnionTypeDef = Union[
|
|
|
5629
5625
|
class DataCaptureConfigOutputTypeDef(TypedDict):
|
|
5630
5626
|
InitialSamplingPercentage: int
|
|
5631
5627
|
DestinationS3Uri: str
|
|
5632
|
-
CaptureOptions:
|
|
5628
|
+
CaptureOptions: list[CaptureOptionTypeDef]
|
|
5633
5629
|
EnableCapture: NotRequired[bool]
|
|
5634
5630
|
KmsKeyId: NotRequired[str]
|
|
5635
5631
|
CaptureContentTypeHeader: NotRequired[CaptureContentTypeHeaderOutputTypeDef]
|
|
5636
5632
|
|
|
5637
5633
|
class EnvironmentParameterRangesOutputTypeDef(TypedDict):
|
|
5638
|
-
CategoricalParameterRanges: NotRequired[
|
|
5634
|
+
CategoricalParameterRanges: NotRequired[list[CategoricalParameterOutputTypeDef]]
|
|
5639
5635
|
|
|
5640
5636
|
CategoricalParameterRangeSpecificationUnionTypeDef = Union[
|
|
5641
5637
|
CategoricalParameterRangeSpecificationTypeDef,
|
|
@@ -5675,13 +5671,13 @@ class ClusterOrchestratorTypeDef(TypedDict):
|
|
|
5675
5671
|
Eks: ClusterOrchestratorEksConfigTypeDef
|
|
5676
5672
|
|
|
5677
5673
|
class ListClusterSchedulerConfigsResponseTypeDef(TypedDict):
|
|
5678
|
-
ClusterSchedulerConfigSummaries:
|
|
5674
|
+
ClusterSchedulerConfigSummaries: list[ClusterSchedulerConfigSummaryTypeDef]
|
|
5679
5675
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
5680
5676
|
NextToken: NotRequired[str]
|
|
5681
5677
|
|
|
5682
5678
|
class ListClustersResponseTypeDef(TypedDict):
|
|
5683
5679
|
NextToken: str
|
|
5684
|
-
ClusterSummaries:
|
|
5680
|
+
ClusterSummaries: list[ClusterSummaryTypeDef]
|
|
5685
5681
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
5686
5682
|
|
|
5687
5683
|
class CodeEditorAppImageConfigOutputTypeDef(TypedDict):
|
|
@@ -5694,8 +5690,8 @@ class JupyterLabAppImageConfigOutputTypeDef(TypedDict):
|
|
|
5694
5690
|
|
|
5695
5691
|
class KernelGatewayAppSettingsOutputTypeDef(TypedDict):
|
|
5696
5692
|
DefaultResourceSpec: NotRequired[ResourceSpecTypeDef]
|
|
5697
|
-
CustomImages: NotRequired[
|
|
5698
|
-
LifecycleConfigArns: NotRequired[
|
|
5693
|
+
CustomImages: NotRequired[list[CustomImageTypeDef]]
|
|
5694
|
+
LifecycleConfigArns: NotRequired[list[str]]
|
|
5699
5695
|
|
|
5700
5696
|
class KernelGatewayAppSettingsTypeDef(TypedDict):
|
|
5701
5697
|
DefaultResourceSpec: NotRequired[ResourceSpecTypeDef]
|
|
@@ -5704,7 +5700,7 @@ class KernelGatewayAppSettingsTypeDef(TypedDict):
|
|
|
5704
5700
|
|
|
5705
5701
|
class RSessionAppSettingsOutputTypeDef(TypedDict):
|
|
5706
5702
|
DefaultResourceSpec: NotRequired[ResourceSpecTypeDef]
|
|
5707
|
-
CustomImages: NotRequired[
|
|
5703
|
+
CustomImages: NotRequired[list[CustomImageTypeDef]]
|
|
5708
5704
|
|
|
5709
5705
|
class RSessionAppSettingsTypeDef(TypedDict):
|
|
5710
5706
|
DefaultResourceSpec: NotRequired[ResourceSpecTypeDef]
|
|
@@ -5732,8 +5728,8 @@ class DescribeCodeRepositoryOutputTypeDef(TypedDict):
|
|
|
5732
5728
|
|
|
5733
5729
|
class JupyterServerAppSettingsOutputTypeDef(TypedDict):
|
|
5734
5730
|
DefaultResourceSpec: NotRequired[ResourceSpecTypeDef]
|
|
5735
|
-
LifecycleConfigArns: NotRequired[
|
|
5736
|
-
CodeRepositories: NotRequired[
|
|
5731
|
+
LifecycleConfigArns: NotRequired[list[str]]
|
|
5732
|
+
CodeRepositories: NotRequired[list[CodeRepositoryTypeDef]]
|
|
5737
5733
|
|
|
5738
5734
|
class JupyterServerAppSettingsTypeDef(TypedDict):
|
|
5739
5735
|
DefaultResourceSpec: NotRequired[ResourceSpecTypeDef]
|
|
@@ -5746,20 +5742,20 @@ class CollectionConfigTypeDef(TypedDict):
|
|
|
5746
5742
|
class DebugHookConfigOutputTypeDef(TypedDict):
|
|
5747
5743
|
S3OutputPath: str
|
|
5748
5744
|
LocalPath: NotRequired[str]
|
|
5749
|
-
HookParameters: NotRequired[
|
|
5750
|
-
CollectionConfigurations: NotRequired[
|
|
5745
|
+
HookParameters: NotRequired[dict[str, str]]
|
|
5746
|
+
CollectionConfigurations: NotRequired[list[CollectionConfigurationOutputTypeDef]]
|
|
5751
5747
|
|
|
5752
5748
|
CollectionConfigurationUnionTypeDef = Union[
|
|
5753
5749
|
CollectionConfigurationTypeDef, CollectionConfigurationOutputTypeDef
|
|
5754
5750
|
]
|
|
5755
5751
|
|
|
5756
5752
|
class ListCompilationJobsResponseTypeDef(TypedDict):
|
|
5757
|
-
CompilationJobSummaries:
|
|
5753
|
+
CompilationJobSummaries: list[CompilationJobSummaryTypeDef]
|
|
5758
5754
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
5759
5755
|
NextToken: NotRequired[str]
|
|
5760
5756
|
|
|
5761
5757
|
class ComputeQuotaConfigOutputTypeDef(TypedDict):
|
|
5762
|
-
ComputeQuotaResources: NotRequired[
|
|
5758
|
+
ComputeQuotaResources: NotRequired[list[ComputeQuotaResourceConfigTypeDef]]
|
|
5763
5759
|
ResourceSharingConfig: NotRequired[ResourceSharingConfigTypeDef]
|
|
5764
5760
|
PreemptTeamTasks: NotRequired[PreemptTeamTasksType]
|
|
5765
5761
|
|
|
@@ -5859,7 +5855,7 @@ class DescribeHubResponseTypeDef(TypedDict):
|
|
|
5859
5855
|
HubArn: str
|
|
5860
5856
|
HubDisplayName: str
|
|
5861
5857
|
HubDescription: str
|
|
5862
|
-
HubSearchKeywords:
|
|
5858
|
+
HubSearchKeywords: list[str]
|
|
5863
5859
|
S3StorageConfig: HubS3StorageConfigTypeDef
|
|
5864
5860
|
HubStatus: HubStatusType
|
|
5865
5861
|
FailureReason: str
|
|
@@ -5915,7 +5911,7 @@ class DescribeNotebookInstanceOutputTypeDef(TypedDict):
|
|
|
5915
5911
|
Url: str
|
|
5916
5912
|
InstanceType: InstanceTypeType
|
|
5917
5913
|
SubnetId: str
|
|
5918
|
-
SecurityGroups:
|
|
5914
|
+
SecurityGroups: list[str]
|
|
5919
5915
|
RoleArn: str
|
|
5920
5916
|
KmsKeyId: str
|
|
5921
5917
|
NetworkInterfaceId: str
|
|
@@ -5924,9 +5920,9 @@ class DescribeNotebookInstanceOutputTypeDef(TypedDict):
|
|
|
5924
5920
|
NotebookInstanceLifecycleConfigName: str
|
|
5925
5921
|
DirectInternetAccess: DirectInternetAccessType
|
|
5926
5922
|
VolumeSizeInGB: int
|
|
5927
|
-
AcceleratorTypes:
|
|
5923
|
+
AcceleratorTypes: list[NotebookInstanceAcceleratorTypeType]
|
|
5928
5924
|
DefaultCodeRepository: str
|
|
5929
|
-
AdditionalCodeRepositories:
|
|
5925
|
+
AdditionalCodeRepositories: list[str]
|
|
5930
5926
|
RootAccess: RootAccessType
|
|
5931
5927
|
PlatformIdentifier: str
|
|
5932
5928
|
InstanceMetadataServiceConfiguration: InstanceMetadataServiceConfigurationTypeDef
|
|
@@ -5956,8 +5952,8 @@ class CreateNotebookInstanceLifecycleConfigInputRequestTypeDef(TypedDict):
|
|
|
5956
5952
|
class DescribeNotebookInstanceLifecycleConfigOutputTypeDef(TypedDict):
|
|
5957
5953
|
NotebookInstanceLifecycleConfigArn: str
|
|
5958
5954
|
NotebookInstanceLifecycleConfigName: str
|
|
5959
|
-
OnCreate:
|
|
5960
|
-
OnStart:
|
|
5955
|
+
OnCreate: list[NotebookInstanceLifecycleHookTypeDef]
|
|
5956
|
+
OnStart: list[NotebookInstanceLifecycleHookTypeDef]
|
|
5961
5957
|
LastModifiedTime: datetime
|
|
5962
5958
|
CreationTime: datetime
|
|
5963
5959
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -6822,11 +6818,11 @@ class DeleteDomainRequestRequestTypeDef(TypedDict):
|
|
|
6822
6818
|
class InferenceComponentContainerSpecificationSummaryTypeDef(TypedDict):
|
|
6823
6819
|
DeployedImage: NotRequired[DeployedImageTypeDef]
|
|
6824
6820
|
ArtifactUrl: NotRequired[str]
|
|
6825
|
-
Environment: NotRequired[
|
|
6821
|
+
Environment: NotRequired[dict[str, str]]
|
|
6826
6822
|
|
|
6827
6823
|
class DeploymentRecommendationTypeDef(TypedDict):
|
|
6828
6824
|
RecommendationStatus: RecommendationStatusType
|
|
6829
|
-
RealTimeInferenceRecommendations: NotRequired[
|
|
6825
|
+
RealTimeInferenceRecommendations: NotRequired[list[RealTimeInferenceRecommendationTypeDef]]
|
|
6830
6826
|
|
|
6831
6827
|
class DeploymentStageStatusSummaryTypeDef(TypedDict):
|
|
6832
6828
|
StageName: str
|
|
@@ -6842,7 +6838,7 @@ class DescribeDeviceResponseTypeDef(TypedDict):
|
|
|
6842
6838
|
IotThingName: str
|
|
6843
6839
|
RegistrationTime: datetime
|
|
6844
6840
|
LatestHeartbeat: datetime
|
|
6845
|
-
Models:
|
|
6841
|
+
Models: list[EdgeModelTypeDef]
|
|
6846
6842
|
MaxModels: int
|
|
6847
6843
|
AgentVersion: str
|
|
6848
6844
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
@@ -6866,59 +6862,33 @@ class DescribeEdgePackagingJobResponseTypeDef(TypedDict):
|
|
|
6866
6862
|
PresetDeploymentOutput: EdgePresetDeploymentOutputTypeDef
|
|
6867
6863
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
6868
6864
|
|
|
6869
|
-
class
|
|
6865
|
+
class DescribeEndpointInputWaitTypeDef(TypedDict):
|
|
6870
6866
|
EndpointName: str
|
|
6871
6867
|
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
6872
6868
|
|
|
6873
|
-
class
|
|
6874
|
-
EndpointName: str
|
|
6875
|
-
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
6876
|
-
|
|
6877
|
-
class DescribeImageRequestImageCreatedWaitTypeDef(TypedDict):
|
|
6869
|
+
class DescribeImageRequestWaitTypeDef(TypedDict):
|
|
6878
6870
|
ImageName: str
|
|
6879
6871
|
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
6880
6872
|
|
|
6881
|
-
class
|
|
6882
|
-
ImageName: str
|
|
6883
|
-
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
6884
|
-
|
|
6885
|
-
class DescribeImageRequestImageUpdatedWaitTypeDef(TypedDict):
|
|
6886
|
-
ImageName: str
|
|
6887
|
-
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
6888
|
-
|
|
6889
|
-
class DescribeImageVersionRequestImageVersionCreatedWaitTypeDef(TypedDict):
|
|
6890
|
-
ImageName: str
|
|
6891
|
-
Version: NotRequired[int]
|
|
6892
|
-
Alias: NotRequired[str]
|
|
6893
|
-
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
6894
|
-
|
|
6895
|
-
class DescribeImageVersionRequestImageVersionDeletedWaitTypeDef(TypedDict):
|
|
6873
|
+
class DescribeImageVersionRequestWaitTypeDef(TypedDict):
|
|
6896
6874
|
ImageName: str
|
|
6897
6875
|
Version: NotRequired[int]
|
|
6898
6876
|
Alias: NotRequired[str]
|
|
6899
6877
|
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
6900
6878
|
|
|
6901
|
-
class
|
|
6902
|
-
NotebookInstanceName: str
|
|
6903
|
-
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
6904
|
-
|
|
6905
|
-
class DescribeNotebookInstanceInputNotebookInstanceInServiceWaitTypeDef(TypedDict):
|
|
6906
|
-
NotebookInstanceName: str
|
|
6907
|
-
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
6908
|
-
|
|
6909
|
-
class DescribeNotebookInstanceInputNotebookInstanceStoppedWaitTypeDef(TypedDict):
|
|
6879
|
+
class DescribeNotebookInstanceInputWaitTypeDef(TypedDict):
|
|
6910
6880
|
NotebookInstanceName: str
|
|
6911
6881
|
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
6912
6882
|
|
|
6913
|
-
class
|
|
6883
|
+
class DescribeProcessingJobRequestWaitTypeDef(TypedDict):
|
|
6914
6884
|
ProcessingJobName: str
|
|
6915
6885
|
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
6916
6886
|
|
|
6917
|
-
class
|
|
6887
|
+
class DescribeTrainingJobRequestWaitTypeDef(TypedDict):
|
|
6918
6888
|
TrainingJobName: str
|
|
6919
6889
|
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
6920
6890
|
|
|
6921
|
-
class
|
|
6891
|
+
class DescribeTransformJobRequestWaitTypeDef(TypedDict):
|
|
6922
6892
|
TransformJobName: str
|
|
6923
6893
|
WaiterConfig: NotRequired[WaiterConfigTypeDef]
|
|
6924
6894
|
|
|
@@ -6945,7 +6915,7 @@ class DescribeFeatureMetadataResponseTypeDef(TypedDict):
|
|
|
6945
6915
|
CreationTime: datetime
|
|
6946
6916
|
LastModifiedTime: datetime
|
|
6947
6917
|
Description: str
|
|
6948
|
-
Parameters:
|
|
6918
|
+
Parameters: list[FeatureParameterTypeDef]
|
|
6949
6919
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
6950
6920
|
|
|
6951
6921
|
class FeatureMetadataTypeDef(TypedDict):
|
|
@@ -6956,7 +6926,7 @@ class FeatureMetadataTypeDef(TypedDict):
|
|
|
6956
6926
|
CreationTime: NotRequired[datetime]
|
|
6957
6927
|
LastModifiedTime: NotRequired[datetime]
|
|
6958
6928
|
Description: NotRequired[str]
|
|
6959
|
-
Parameters: NotRequired[
|
|
6929
|
+
Parameters: NotRequired[list[FeatureParameterTypeDef]]
|
|
6960
6930
|
|
|
6961
6931
|
class UpdateFeatureMetadataRequestRequestTypeDef(TypedDict):
|
|
6962
6932
|
FeatureGroupName: str
|
|
@@ -6980,8 +6950,8 @@ class DescribeHubContentResponseTypeDef(TypedDict):
|
|
|
6980
6950
|
SageMakerPublicHubContentArn: str
|
|
6981
6951
|
ReferenceMinVersion: str
|
|
6982
6952
|
SupportStatus: HubContentSupportStatusType
|
|
6983
|
-
HubContentSearchKeywords:
|
|
6984
|
-
HubContentDependencies:
|
|
6953
|
+
HubContentSearchKeywords: list[str]
|
|
6954
|
+
HubContentDependencies: list[HubContentDependencyTypeDef]
|
|
6985
6955
|
HubContentStatus: HubContentStatusType
|
|
6986
6956
|
FailureReason: str
|
|
6987
6957
|
CreationTime: datetime
|
|
@@ -7025,7 +6995,7 @@ class DescribeModelCardExportJobResponseTypeDef(TypedDict):
|
|
|
7025
6995
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7026
6996
|
|
|
7027
6997
|
class ListMonitoringExecutionsResponseTypeDef(TypedDict):
|
|
7028
|
-
MonitoringExecutionSummaries:
|
|
6998
|
+
MonitoringExecutionSummaries: list[MonitoringExecutionSummaryTypeDef]
|
|
7029
6999
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7030
7000
|
NextToken: NotRequired[str]
|
|
7031
7001
|
|
|
@@ -7055,7 +7025,7 @@ class DescribeSubscribedWorkteamResponseTypeDef(TypedDict):
|
|
|
7055
7025
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7056
7026
|
|
|
7057
7027
|
class ListSubscribedWorkteamsResponseTypeDef(TypedDict):
|
|
7058
|
-
SubscribedWorkteams:
|
|
7028
|
+
SubscribedWorkteams: list[SubscribedWorkteamTypeDef]
|
|
7059
7029
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7060
7030
|
NextToken: NotRequired[str]
|
|
7061
7031
|
|
|
@@ -7084,8 +7054,8 @@ class DescribeTrainingPlanResponseTypeDef(TypedDict):
|
|
|
7084
7054
|
TotalInstanceCount: int
|
|
7085
7055
|
AvailableInstanceCount: int
|
|
7086
7056
|
InUseInstanceCount: int
|
|
7087
|
-
TargetResources:
|
|
7088
|
-
ReservedCapacitySummaries:
|
|
7057
|
+
TargetResources: list[SageMakerResourceNameType]
|
|
7058
|
+
ReservedCapacitySummaries: list[ReservedCapacitySummaryTypeDef]
|
|
7089
7059
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7090
7060
|
|
|
7091
7061
|
class TrainingPlanSummaryTypeDef(TypedDict):
|
|
@@ -7102,8 +7072,8 @@ class TrainingPlanSummaryTypeDef(TypedDict):
|
|
|
7102
7072
|
TotalInstanceCount: NotRequired[int]
|
|
7103
7073
|
AvailableInstanceCount: NotRequired[int]
|
|
7104
7074
|
InUseInstanceCount: NotRequired[int]
|
|
7105
|
-
TargetResources: NotRequired[
|
|
7106
|
-
ReservedCapacitySummaries: NotRequired[
|
|
7075
|
+
TargetResources: NotRequired[list[SageMakerResourceNameType]]
|
|
7076
|
+
ReservedCapacitySummaries: NotRequired[list[ReservedCapacitySummaryTypeDef]]
|
|
7107
7077
|
|
|
7108
7078
|
class TrialSummaryTypeDef(TypedDict):
|
|
7109
7079
|
TrialArn: NotRequired[str]
|
|
@@ -7120,12 +7090,12 @@ class DesiredWeightAndCapacityTypeDef(TypedDict):
|
|
|
7120
7090
|
ServerlessUpdateConfig: NotRequired[ProductionVariantServerlessUpdateConfigTypeDef]
|
|
7121
7091
|
|
|
7122
7092
|
class ListStageDevicesResponseTypeDef(TypedDict):
|
|
7123
|
-
DeviceDeploymentSummaries:
|
|
7093
|
+
DeviceDeploymentSummaries: list[DeviceDeploymentSummaryTypeDef]
|
|
7124
7094
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7125
7095
|
NextToken: NotRequired[str]
|
|
7126
7096
|
|
|
7127
7097
|
class ListDeviceFleetsResponseTypeDef(TypedDict):
|
|
7128
|
-
DeviceFleetSummaries:
|
|
7098
|
+
DeviceFleetSummaries: list[DeviceFleetSummaryTypeDef]
|
|
7129
7099
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7130
7100
|
NextToken: NotRequired[str]
|
|
7131
7101
|
|
|
@@ -7141,7 +7111,7 @@ class DeviceSummaryTypeDef(TypedDict):
|
|
|
7141
7111
|
IotThingName: NotRequired[str]
|
|
7142
7112
|
RegistrationTime: NotRequired[datetime]
|
|
7143
7113
|
LatestHeartbeat: NotRequired[datetime]
|
|
7144
|
-
Models: NotRequired[
|
|
7114
|
+
Models: NotRequired[list[EdgeModelSummaryTypeDef]]
|
|
7145
7115
|
AgentVersion: NotRequired[str]
|
|
7146
7116
|
|
|
7147
7117
|
class RegisterDevicesRequestRequestTypeDef(TypedDict):
|
|
@@ -7156,7 +7126,7 @@ class UpdateDevicesRequestRequestTypeDef(TypedDict):
|
|
|
7156
7126
|
DockerSettingsUnionTypeDef = Union[DockerSettingsTypeDef, DockerSettingsOutputTypeDef]
|
|
7157
7127
|
|
|
7158
7128
|
class ListDomainsResponseTypeDef(TypedDict):
|
|
7159
|
-
Domains:
|
|
7129
|
+
Domains: list[DomainDetailsTypeDef]
|
|
7160
7130
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7161
7131
|
NextToken: NotRequired[str]
|
|
7162
7132
|
|
|
@@ -7173,7 +7143,7 @@ class SpaceStorageSettingsTypeDef(TypedDict):
|
|
|
7173
7143
|
EbsStorageSettings: NotRequired[EbsStorageSettingsTypeDef]
|
|
7174
7144
|
|
|
7175
7145
|
class ListEdgeDeploymentPlansResponseTypeDef(TypedDict):
|
|
7176
|
-
EdgeDeploymentPlanSummaries:
|
|
7146
|
+
EdgeDeploymentPlanSummaries: list[EdgeDeploymentPlanSummaryTypeDef]
|
|
7177
7147
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7178
7148
|
NextToken: NotRequired[str]
|
|
7179
7149
|
|
|
@@ -7184,19 +7154,19 @@ class GetDeviceFleetReportResponseTypeDef(TypedDict):
|
|
|
7184
7154
|
Description: str
|
|
7185
7155
|
ReportGenerated: datetime
|
|
7186
7156
|
DeviceStats: DeviceStatsTypeDef
|
|
7187
|
-
AgentVersions:
|
|
7188
|
-
ModelStats:
|
|
7157
|
+
AgentVersions: list[AgentVersionTypeDef]
|
|
7158
|
+
ModelStats: list[EdgeModelStatTypeDef]
|
|
7189
7159
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7190
7160
|
|
|
7191
7161
|
class ListEdgePackagingJobsResponseTypeDef(TypedDict):
|
|
7192
|
-
EdgePackagingJobSummaries:
|
|
7162
|
+
EdgePackagingJobSummaries: list[EdgePackagingJobSummaryTypeDef]
|
|
7193
7163
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7194
7164
|
NextToken: NotRequired[str]
|
|
7195
7165
|
|
|
7196
7166
|
EmrSettingsUnionTypeDef = Union[EmrSettingsTypeDef, EmrSettingsOutputTypeDef]
|
|
7197
7167
|
|
|
7198
7168
|
class ListEndpointConfigsOutputTypeDef(TypedDict):
|
|
7199
|
-
EndpointConfigs:
|
|
7169
|
+
EndpointConfigs: list[EndpointConfigSummaryTypeDef]
|
|
7200
7170
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7201
7171
|
NextToken: NotRequired[str]
|
|
7202
7172
|
|
|
@@ -7212,13 +7182,13 @@ class EndpointPerformanceTypeDef(TypedDict):
|
|
|
7212
7182
|
EndpointInfo: EndpointInfoTypeDef
|
|
7213
7183
|
|
|
7214
7184
|
class ListEndpointsOutputTypeDef(TypedDict):
|
|
7215
|
-
Endpoints:
|
|
7185
|
+
Endpoints: list[EndpointSummaryTypeDef]
|
|
7216
7186
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7217
7187
|
NextToken: NotRequired[str]
|
|
7218
7188
|
|
|
7219
7189
|
class ModelConfigurationTypeDef(TypedDict):
|
|
7220
7190
|
InferenceSpecificationName: NotRequired[str]
|
|
7221
|
-
EnvironmentParameters: NotRequired[
|
|
7191
|
+
EnvironmentParameters: NotRequired[list[EnvironmentParameterTypeDef]]
|
|
7222
7192
|
CompilationJobName: NotRequired[str]
|
|
7223
7193
|
|
|
7224
7194
|
class NestedFiltersTypeDef(TypedDict):
|
|
@@ -7230,7 +7200,7 @@ class HyperParameterTrainingJobSummaryTypeDef(TypedDict):
|
|
|
7230
7200
|
TrainingJobArn: str
|
|
7231
7201
|
CreationTime: datetime
|
|
7232
7202
|
TrainingJobStatus: TrainingJobStatusType
|
|
7233
|
-
TunedHyperParameters:
|
|
7203
|
+
TunedHyperParameters: dict[str, str]
|
|
7234
7204
|
TrainingJobDefinitionName: NotRequired[str]
|
|
7235
7205
|
TuningJobName: NotRequired[str]
|
|
7236
7206
|
TrainingStartTime: NotRequired[datetime]
|
|
@@ -7242,7 +7212,7 @@ class HyperParameterTrainingJobSummaryTypeDef(TypedDict):
|
|
|
7242
7212
|
ObjectiveStatus: NotRequired[ObjectiveStatusType]
|
|
7243
7213
|
|
|
7244
7214
|
class ListFlowDefinitionsResponseTypeDef(TypedDict):
|
|
7245
|
-
FlowDefinitionSummaries:
|
|
7215
|
+
FlowDefinitionSummaries: list[FlowDefinitionSummaryTypeDef]
|
|
7246
7216
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7247
7217
|
NextToken: NotRequired[str]
|
|
7248
7218
|
|
|
@@ -7254,7 +7224,7 @@ class GetScalingConfigurationRecommendationRequestRequestTypeDef(TypedDict):
|
|
|
7254
7224
|
ScalingPolicyObjective: NotRequired[ScalingPolicyObjectiveTypeDef]
|
|
7255
7225
|
|
|
7256
7226
|
class GetSearchSuggestionsResponseTypeDef(TypedDict):
|
|
7257
|
-
PropertyNameSuggestions:
|
|
7227
|
+
PropertyNameSuggestions: list[PropertyNameSuggestionTypeDef]
|
|
7258
7228
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7259
7229
|
|
|
7260
7230
|
class UpdateCodeRepositoryInputRequestTypeDef(TypedDict):
|
|
@@ -7262,27 +7232,27 @@ class UpdateCodeRepositoryInputRequestTypeDef(TypedDict):
|
|
|
7262
7232
|
GitConfig: NotRequired[GitConfigForUpdateTypeDef]
|
|
7263
7233
|
|
|
7264
7234
|
class StudioWebPortalSettingsOutputTypeDef(TypedDict):
|
|
7265
|
-
HiddenMlTools: NotRequired[
|
|
7266
|
-
HiddenAppTypes: NotRequired[
|
|
7267
|
-
HiddenInstanceTypes: NotRequired[
|
|
7268
|
-
HiddenSageMakerImageVersionAliases: NotRequired[
|
|
7235
|
+
HiddenMlTools: NotRequired[list[MlToolsType]]
|
|
7236
|
+
HiddenAppTypes: NotRequired[list[AppTypeType]]
|
|
7237
|
+
HiddenInstanceTypes: NotRequired[list[AppInstanceTypeType]]
|
|
7238
|
+
HiddenSageMakerImageVersionAliases: NotRequired[list[HiddenSageMakerImageOutputTypeDef]]
|
|
7269
7239
|
|
|
7270
7240
|
HiddenSageMakerImageUnionTypeDef = Union[
|
|
7271
7241
|
HiddenSageMakerImageTypeDef, HiddenSageMakerImageOutputTypeDef
|
|
7272
7242
|
]
|
|
7273
7243
|
|
|
7274
7244
|
class ListHubContentVersionsResponseTypeDef(TypedDict):
|
|
7275
|
-
HubContentSummaries:
|
|
7245
|
+
HubContentSummaries: list[HubContentInfoTypeDef]
|
|
7276
7246
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7277
7247
|
NextToken: NotRequired[str]
|
|
7278
7248
|
|
|
7279
7249
|
class ListHubContentsResponseTypeDef(TypedDict):
|
|
7280
|
-
HubContentSummaries:
|
|
7250
|
+
HubContentSummaries: list[HubContentInfoTypeDef]
|
|
7281
7251
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7282
7252
|
NextToken: NotRequired[str]
|
|
7283
7253
|
|
|
7284
7254
|
class ListHubsResponseTypeDef(TypedDict):
|
|
7285
|
-
HubSummaries:
|
|
7255
|
+
HubSummaries: list[HubInfoTypeDef]
|
|
7286
7256
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7287
7257
|
NextToken: NotRequired[str]
|
|
7288
7258
|
|
|
@@ -7290,7 +7260,7 @@ class HumanLoopActivationConfigTypeDef(TypedDict):
|
|
|
7290
7260
|
HumanLoopActivationConditionsConfig: HumanLoopActivationConditionsConfigTypeDef
|
|
7291
7261
|
|
|
7292
7262
|
class ListHumanTaskUisResponseTypeDef(TypedDict):
|
|
7293
|
-
HumanTaskUiSummaries:
|
|
7263
|
+
HumanTaskUiSummaries: list[HumanTaskUiSummaryTypeDef]
|
|
7294
7264
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7295
7265
|
NextToken: NotRequired[str]
|
|
7296
7266
|
|
|
@@ -7300,7 +7270,7 @@ class HyperParameterTuningResourceConfigOutputTypeDef(TypedDict):
|
|
|
7300
7270
|
VolumeSizeInGB: NotRequired[int]
|
|
7301
7271
|
VolumeKmsKeyId: NotRequired[str]
|
|
7302
7272
|
AllocationStrategy: NotRequired[Literal["Prioritized"]]
|
|
7303
|
-
InstanceConfigs: NotRequired[
|
|
7273
|
+
InstanceConfigs: NotRequired[list[HyperParameterTuningInstanceConfigTypeDef]]
|
|
7304
7274
|
|
|
7305
7275
|
class HyperParameterTuningResourceConfigTypeDef(TypedDict):
|
|
7306
7276
|
InstanceType: NotRequired[TrainingInstanceTypeType]
|
|
@@ -7326,7 +7296,7 @@ class HyperParameterTuningJobStrategyConfigTypeDef(TypedDict):
|
|
|
7326
7296
|
HyperbandStrategyConfig: NotRequired[HyperbandStrategyConfigTypeDef]
|
|
7327
7297
|
|
|
7328
7298
|
class HyperParameterTuningJobWarmStartConfigOutputTypeDef(TypedDict):
|
|
7329
|
-
ParentHyperParameterTuningJobs:
|
|
7299
|
+
ParentHyperParameterTuningJobs: list[ParentHyperParameterTuningJobTypeDef]
|
|
7330
7300
|
WarmStartType: HyperParameterTuningJobWarmStartTypeType
|
|
7331
7301
|
|
|
7332
7302
|
class HyperParameterTuningJobWarmStartConfigTypeDef(TypedDict):
|
|
@@ -7347,12 +7317,12 @@ class ImageConfigTypeDef(TypedDict):
|
|
|
7347
7317
|
RepositoryAuthConfig: NotRequired[RepositoryAuthConfigTypeDef]
|
|
7348
7318
|
|
|
7349
7319
|
class ListImagesResponseTypeDef(TypedDict):
|
|
7350
|
-
Images:
|
|
7320
|
+
Images: list[ImageTypeDef]
|
|
7351
7321
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7352
7322
|
NextToken: NotRequired[str]
|
|
7353
7323
|
|
|
7354
7324
|
class ListImageVersionsResponseTypeDef(TypedDict):
|
|
7355
|
-
ImageVersions:
|
|
7325
|
+
ImageVersions: list[ImageVersionTypeDef]
|
|
7356
7326
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7357
7327
|
NextToken: NotRequired[str]
|
|
7358
7328
|
|
|
@@ -7370,12 +7340,12 @@ InferenceComponentSpecificationTypeDef = TypedDict(
|
|
|
7370
7340
|
)
|
|
7371
7341
|
|
|
7372
7342
|
class ListInferenceComponentsOutputTypeDef(TypedDict):
|
|
7373
|
-
InferenceComponents:
|
|
7343
|
+
InferenceComponents: list[InferenceComponentSummaryTypeDef]
|
|
7374
7344
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7375
7345
|
NextToken: NotRequired[str]
|
|
7376
7346
|
|
|
7377
7347
|
class ListInferenceRecommendationsJobsResponseTypeDef(TypedDict):
|
|
7378
|
-
InferenceRecommendationsJobs:
|
|
7348
|
+
InferenceRecommendationsJobs: list[InferenceRecommendationsJobTypeDef]
|
|
7379
7349
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7380
7350
|
NextToken: NotRequired[str]
|
|
7381
7351
|
|
|
@@ -7385,7 +7355,7 @@ class ResourceConfigOutputTypeDef(TypedDict):
|
|
|
7385
7355
|
InstanceCount: NotRequired[int]
|
|
7386
7356
|
VolumeKmsKeyId: NotRequired[str]
|
|
7387
7357
|
KeepAlivePeriodInSeconds: NotRequired[int]
|
|
7388
|
-
InstanceGroups: NotRequired[
|
|
7358
|
+
InstanceGroups: NotRequired[list[InstanceGroupTypeDef]]
|
|
7389
7359
|
TrainingPlanArn: NotRequired[str]
|
|
7390
7360
|
|
|
7391
7361
|
class ResourceConfigTypeDef(TypedDict):
|
|
@@ -7405,13 +7375,13 @@ class ParameterRangeOutputTypeDef(TypedDict):
|
|
|
7405
7375
|
]
|
|
7406
7376
|
|
|
7407
7377
|
class ParameterRangesOutputTypeDef(TypedDict):
|
|
7408
|
-
IntegerParameterRanges: NotRequired[
|
|
7409
|
-
ContinuousParameterRanges: NotRequired[
|
|
7410
|
-
CategoricalParameterRanges: NotRequired[
|
|
7411
|
-
AutoParameters: NotRequired[
|
|
7378
|
+
IntegerParameterRanges: NotRequired[list[IntegerParameterRangeTypeDef]]
|
|
7379
|
+
ContinuousParameterRanges: NotRequired[list[ContinuousParameterRangeTypeDef]]
|
|
7380
|
+
CategoricalParameterRanges: NotRequired[list[CategoricalParameterRangeOutputTypeDef]]
|
|
7381
|
+
AutoParameters: NotRequired[list[AutoParameterTypeDef]]
|
|
7412
7382
|
|
|
7413
7383
|
class KernelGatewayImageConfigOutputTypeDef(TypedDict):
|
|
7414
|
-
KernelSpecs:
|
|
7384
|
+
KernelSpecs: list[KernelSpecTypeDef]
|
|
7415
7385
|
FileSystemConfig: NotRequired[FileSystemConfigTypeDef]
|
|
7416
7386
|
|
|
7417
7387
|
class KernelGatewayImageConfigTypeDef(TypedDict):
|
|
@@ -7435,11 +7405,11 @@ class LabelingJobDataSourceTypeDef(TypedDict):
|
|
|
7435
7405
|
SnsDataSource: NotRequired[LabelingJobSnsDataSourceTypeDef]
|
|
7436
7406
|
|
|
7437
7407
|
class ListLineageGroupsResponseTypeDef(TypedDict):
|
|
7438
|
-
LineageGroupSummaries:
|
|
7408
|
+
LineageGroupSummaries: list[LineageGroupSummaryTypeDef]
|
|
7439
7409
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
7440
7410
|
NextToken: NotRequired[str]
|
|
7441
7411
|
|
|
7442
|
-
class
|
|
7412
|
+
class ListActionsRequestPaginateTypeDef(TypedDict):
|
|
7443
7413
|
SourceUri: NotRequired[str]
|
|
7444
7414
|
ActionType: NotRequired[str]
|
|
7445
7415
|
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
@@ -7448,7 +7418,7 @@ class ListActionsRequestListActionsPaginateTypeDef(TypedDict):
|
|
|
7448
7418
|
SortOrder: NotRequired[SortOrderType]
|
|
7449
7419
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7450
7420
|
|
|
7451
|
-
class
|
|
7421
|
+
class ListAlgorithmsInputPaginateTypeDef(TypedDict):
|
|
7452
7422
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7453
7423
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7454
7424
|
NameContains: NotRequired[str]
|
|
@@ -7456,13 +7426,13 @@ class ListAlgorithmsInputListAlgorithmsPaginateTypeDef(TypedDict):
|
|
|
7456
7426
|
SortOrder: NotRequired[SortOrderType]
|
|
7457
7427
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7458
7428
|
|
|
7459
|
-
class
|
|
7429
|
+
class ListAliasesRequestPaginateTypeDef(TypedDict):
|
|
7460
7430
|
ImageName: str
|
|
7461
7431
|
Alias: NotRequired[str]
|
|
7462
7432
|
Version: NotRequired[int]
|
|
7463
7433
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7464
7434
|
|
|
7465
|
-
class
|
|
7435
|
+
class ListAppImageConfigsRequestPaginateTypeDef(TypedDict):
|
|
7466
7436
|
NameContains: NotRequired[str]
|
|
7467
7437
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7468
7438
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -7472,7 +7442,7 @@ class ListAppImageConfigsRequestListAppImageConfigsPaginateTypeDef(TypedDict):
|
|
|
7472
7442
|
SortOrder: NotRequired[SortOrderType]
|
|
7473
7443
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7474
7444
|
|
|
7475
|
-
class
|
|
7445
|
+
class ListAppsRequestPaginateTypeDef(TypedDict):
|
|
7476
7446
|
SortOrder: NotRequired[SortOrderType]
|
|
7477
7447
|
SortBy: NotRequired[Literal["CreationTime"]]
|
|
7478
7448
|
DomainIdEquals: NotRequired[str]
|
|
@@ -7480,7 +7450,7 @@ class ListAppsRequestListAppsPaginateTypeDef(TypedDict):
|
|
|
7480
7450
|
SpaceNameEquals: NotRequired[str]
|
|
7481
7451
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7482
7452
|
|
|
7483
|
-
class
|
|
7453
|
+
class ListArtifactsRequestPaginateTypeDef(TypedDict):
|
|
7484
7454
|
SourceUri: NotRequired[str]
|
|
7485
7455
|
ArtifactType: NotRequired[str]
|
|
7486
7456
|
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
@@ -7489,7 +7459,7 @@ class ListArtifactsRequestListArtifactsPaginateTypeDef(TypedDict):
|
|
|
7489
7459
|
SortOrder: NotRequired[SortOrderType]
|
|
7490
7460
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7491
7461
|
|
|
7492
|
-
class
|
|
7462
|
+
class ListAssociationsRequestPaginateTypeDef(TypedDict):
|
|
7493
7463
|
SourceArn: NotRequired[str]
|
|
7494
7464
|
DestinationArn: NotRequired[str]
|
|
7495
7465
|
SourceType: NotRequired[str]
|
|
@@ -7501,7 +7471,7 @@ class ListAssociationsRequestListAssociationsPaginateTypeDef(TypedDict):
|
|
|
7501
7471
|
SortOrder: NotRequired[SortOrderType]
|
|
7502
7472
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7503
7473
|
|
|
7504
|
-
class
|
|
7474
|
+
class ListAutoMLJobsRequestPaginateTypeDef(TypedDict):
|
|
7505
7475
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7506
7476
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7507
7477
|
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -7512,7 +7482,7 @@ class ListAutoMLJobsRequestListAutoMLJobsPaginateTypeDef(TypedDict):
|
|
|
7512
7482
|
SortBy: NotRequired[AutoMLSortByType]
|
|
7513
7483
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7514
7484
|
|
|
7515
|
-
class
|
|
7485
|
+
class ListCandidatesForAutoMLJobRequestPaginateTypeDef(TypedDict):
|
|
7516
7486
|
AutoMLJobName: str
|
|
7517
7487
|
StatusEquals: NotRequired[CandidateStatusType]
|
|
7518
7488
|
CandidateNameEquals: NotRequired[str]
|
|
@@ -7520,7 +7490,7 @@ class ListCandidatesForAutoMLJobRequestListCandidatesForAutoMLJobPaginateTypeDef
|
|
|
7520
7490
|
SortBy: NotRequired[CandidateSortByType]
|
|
7521
7491
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7522
7492
|
|
|
7523
|
-
class
|
|
7493
|
+
class ListClusterNodesRequestPaginateTypeDef(TypedDict):
|
|
7524
7494
|
ClusterName: str
|
|
7525
7495
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7526
7496
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
@@ -7529,7 +7499,7 @@ class ListClusterNodesRequestListClusterNodesPaginateTypeDef(TypedDict):
|
|
|
7529
7499
|
SortOrder: NotRequired[SortOrderType]
|
|
7530
7500
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7531
7501
|
|
|
7532
|
-
class
|
|
7502
|
+
class ListClusterSchedulerConfigsRequestPaginateTypeDef(TypedDict):
|
|
7533
7503
|
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
7534
7504
|
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
7535
7505
|
NameContains: NotRequired[str]
|
|
@@ -7539,7 +7509,7 @@ class ListClusterSchedulerConfigsRequestListClusterSchedulerConfigsPaginateTypeD
|
|
|
7539
7509
|
SortOrder: NotRequired[SortOrderType]
|
|
7540
7510
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7541
7511
|
|
|
7542
|
-
class
|
|
7512
|
+
class ListClustersRequestPaginateTypeDef(TypedDict):
|
|
7543
7513
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7544
7514
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7545
7515
|
NameContains: NotRequired[str]
|
|
@@ -7548,7 +7518,7 @@ class ListClustersRequestListClustersPaginateTypeDef(TypedDict):
|
|
|
7548
7518
|
TrainingPlanArn: NotRequired[str]
|
|
7549
7519
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7550
7520
|
|
|
7551
|
-
class
|
|
7521
|
+
class ListCodeRepositoriesInputPaginateTypeDef(TypedDict):
|
|
7552
7522
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7553
7523
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7554
7524
|
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -7558,7 +7528,7 @@ class ListCodeRepositoriesInputListCodeRepositoriesPaginateTypeDef(TypedDict):
|
|
|
7558
7528
|
SortOrder: NotRequired[CodeRepositorySortOrderType]
|
|
7559
7529
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7560
7530
|
|
|
7561
|
-
class
|
|
7531
|
+
class ListCompilationJobsRequestPaginateTypeDef(TypedDict):
|
|
7562
7532
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7563
7533
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7564
7534
|
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -7569,7 +7539,7 @@ class ListCompilationJobsRequestListCompilationJobsPaginateTypeDef(TypedDict):
|
|
|
7569
7539
|
SortOrder: NotRequired[SortOrderType]
|
|
7570
7540
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7571
7541
|
|
|
7572
|
-
class
|
|
7542
|
+
class ListComputeQuotasRequestPaginateTypeDef(TypedDict):
|
|
7573
7543
|
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
7574
7544
|
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
7575
7545
|
NameContains: NotRequired[str]
|
|
@@ -7579,7 +7549,7 @@ class ListComputeQuotasRequestListComputeQuotasPaginateTypeDef(TypedDict):
|
|
|
7579
7549
|
SortOrder: NotRequired[SortOrderType]
|
|
7580
7550
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7581
7551
|
|
|
7582
|
-
class
|
|
7552
|
+
class ListContextsRequestPaginateTypeDef(TypedDict):
|
|
7583
7553
|
SourceUri: NotRequired[str]
|
|
7584
7554
|
ContextType: NotRequired[str]
|
|
7585
7555
|
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
@@ -7588,7 +7558,7 @@ class ListContextsRequestListContextsPaginateTypeDef(TypedDict):
|
|
|
7588
7558
|
SortOrder: NotRequired[SortOrderType]
|
|
7589
7559
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7590
7560
|
|
|
7591
|
-
class
|
|
7561
|
+
class ListDataQualityJobDefinitionsRequestPaginateTypeDef(TypedDict):
|
|
7592
7562
|
EndpointName: NotRequired[str]
|
|
7593
7563
|
SortBy: NotRequired[MonitoringJobDefinitionSortKeyType]
|
|
7594
7564
|
SortOrder: NotRequired[SortOrderType]
|
|
@@ -7597,7 +7567,7 @@ class ListDataQualityJobDefinitionsRequestListDataQualityJobDefinitionsPaginateT
|
|
|
7597
7567
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7598
7568
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7599
7569
|
|
|
7600
|
-
class
|
|
7570
|
+
class ListDeviceFleetsRequestPaginateTypeDef(TypedDict):
|
|
7601
7571
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7602
7572
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7603
7573
|
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -7607,16 +7577,16 @@ class ListDeviceFleetsRequestListDeviceFleetsPaginateTypeDef(TypedDict):
|
|
|
7607
7577
|
SortOrder: NotRequired[SortOrderType]
|
|
7608
7578
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7609
7579
|
|
|
7610
|
-
class
|
|
7580
|
+
class ListDevicesRequestPaginateTypeDef(TypedDict):
|
|
7611
7581
|
LatestHeartbeatAfter: NotRequired[TimestampTypeDef]
|
|
7612
7582
|
ModelName: NotRequired[str]
|
|
7613
7583
|
DeviceFleetName: NotRequired[str]
|
|
7614
7584
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7615
7585
|
|
|
7616
|
-
class
|
|
7586
|
+
class ListDomainsRequestPaginateTypeDef(TypedDict):
|
|
7617
7587
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7618
7588
|
|
|
7619
|
-
class
|
|
7589
|
+
class ListEdgeDeploymentPlansRequestPaginateTypeDef(TypedDict):
|
|
7620
7590
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7621
7591
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7622
7592
|
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -7627,7 +7597,7 @@ class ListEdgeDeploymentPlansRequestListEdgeDeploymentPlansPaginateTypeDef(Typed
|
|
|
7627
7597
|
SortOrder: NotRequired[SortOrderType]
|
|
7628
7598
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7629
7599
|
|
|
7630
|
-
class
|
|
7600
|
+
class ListEdgePackagingJobsRequestPaginateTypeDef(TypedDict):
|
|
7631
7601
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7632
7602
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7633
7603
|
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -7639,7 +7609,7 @@ class ListEdgePackagingJobsRequestListEdgePackagingJobsPaginateTypeDef(TypedDict
|
|
|
7639
7609
|
SortOrder: NotRequired[SortOrderType]
|
|
7640
7610
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7641
7611
|
|
|
7642
|
-
class
|
|
7612
|
+
class ListEndpointConfigsInputPaginateTypeDef(TypedDict):
|
|
7643
7613
|
SortBy: NotRequired[EndpointConfigSortKeyType]
|
|
7644
7614
|
SortOrder: NotRequired[OrderKeyType]
|
|
7645
7615
|
NameContains: NotRequired[str]
|
|
@@ -7647,7 +7617,7 @@ class ListEndpointConfigsInputListEndpointConfigsPaginateTypeDef(TypedDict):
|
|
|
7647
7617
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7648
7618
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7649
7619
|
|
|
7650
|
-
class
|
|
7620
|
+
class ListEndpointsInputPaginateTypeDef(TypedDict):
|
|
7651
7621
|
SortBy: NotRequired[EndpointSortKeyType]
|
|
7652
7622
|
SortOrder: NotRequired[OrderKeyType]
|
|
7653
7623
|
NameContains: NotRequired[str]
|
|
@@ -7658,14 +7628,14 @@ class ListEndpointsInputListEndpointsPaginateTypeDef(TypedDict):
|
|
|
7658
7628
|
StatusEquals: NotRequired[EndpointStatusType]
|
|
7659
7629
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7660
7630
|
|
|
7661
|
-
class
|
|
7631
|
+
class ListExperimentsRequestPaginateTypeDef(TypedDict):
|
|
7662
7632
|
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
7663
7633
|
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
7664
7634
|
SortBy: NotRequired[SortExperimentsByType]
|
|
7665
7635
|
SortOrder: NotRequired[SortOrderType]
|
|
7666
7636
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7667
7637
|
|
|
7668
|
-
class
|
|
7638
|
+
class ListFeatureGroupsRequestPaginateTypeDef(TypedDict):
|
|
7669
7639
|
NameContains: NotRequired[str]
|
|
7670
7640
|
FeatureGroupStatusEquals: NotRequired[FeatureGroupStatusType]
|
|
7671
7641
|
OfflineStoreStatusEquals: NotRequired[OfflineStoreStatusValueType]
|
|
@@ -7675,19 +7645,19 @@ class ListFeatureGroupsRequestListFeatureGroupsPaginateTypeDef(TypedDict):
|
|
|
7675
7645
|
SortBy: NotRequired[FeatureGroupSortByType]
|
|
7676
7646
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7677
7647
|
|
|
7678
|
-
class
|
|
7648
|
+
class ListFlowDefinitionsRequestPaginateTypeDef(TypedDict):
|
|
7679
7649
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7680
7650
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7681
7651
|
SortOrder: NotRequired[SortOrderType]
|
|
7682
7652
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7683
7653
|
|
|
7684
|
-
class
|
|
7654
|
+
class ListHumanTaskUisRequestPaginateTypeDef(TypedDict):
|
|
7685
7655
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7686
7656
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7687
7657
|
SortOrder: NotRequired[SortOrderType]
|
|
7688
7658
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7689
7659
|
|
|
7690
|
-
class
|
|
7660
|
+
class ListHyperParameterTuningJobsRequestPaginateTypeDef(TypedDict):
|
|
7691
7661
|
SortBy: NotRequired[HyperParameterTuningJobSortByOptionsType]
|
|
7692
7662
|
SortOrder: NotRequired[SortOrderType]
|
|
7693
7663
|
NameContains: NotRequired[str]
|
|
@@ -7698,7 +7668,7 @@ class ListHyperParameterTuningJobsRequestListHyperParameterTuningJobsPaginateTyp
|
|
|
7698
7668
|
StatusEquals: NotRequired[HyperParameterTuningJobStatusType]
|
|
7699
7669
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7700
7670
|
|
|
7701
|
-
class
|
|
7671
|
+
class ListImageVersionsRequestPaginateTypeDef(TypedDict):
|
|
7702
7672
|
ImageName: str
|
|
7703
7673
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7704
7674
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
@@ -7708,7 +7678,7 @@ class ListImageVersionsRequestListImageVersionsPaginateTypeDef(TypedDict):
|
|
|
7708
7678
|
SortOrder: NotRequired[ImageVersionSortOrderType]
|
|
7709
7679
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7710
7680
|
|
|
7711
|
-
class
|
|
7681
|
+
class ListImagesRequestPaginateTypeDef(TypedDict):
|
|
7712
7682
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7713
7683
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7714
7684
|
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -7718,7 +7688,7 @@ class ListImagesRequestListImagesPaginateTypeDef(TypedDict):
|
|
|
7718
7688
|
SortOrder: NotRequired[ImageSortOrderType]
|
|
7719
7689
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7720
7690
|
|
|
7721
|
-
class
|
|
7691
|
+
class ListInferenceComponentsInputPaginateTypeDef(TypedDict):
|
|
7722
7692
|
SortBy: NotRequired[InferenceComponentSortKeyType]
|
|
7723
7693
|
SortOrder: NotRequired[OrderKeyType]
|
|
7724
7694
|
NameContains: NotRequired[str]
|
|
@@ -7731,8 +7701,8 @@ class ListInferenceComponentsInputListInferenceComponentsPaginateTypeDef(TypedDi
|
|
|
7731
7701
|
VariantNameEquals: NotRequired[str]
|
|
7732
7702
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7733
7703
|
|
|
7734
|
-
|
|
7735
|
-
"
|
|
7704
|
+
ListInferenceExperimentsRequestPaginateTypeDef = TypedDict(
|
|
7705
|
+
"ListInferenceExperimentsRequestPaginateTypeDef",
|
|
7736
7706
|
{
|
|
7737
7707
|
"NameContains": NotRequired[str],
|
|
7738
7708
|
"Type": NotRequired[Literal["ShadowMode"]],
|
|
@@ -7747,17 +7717,13 @@ ListInferenceExperimentsRequestListInferenceExperimentsPaginateTypeDef = TypedDi
|
|
|
7747
7717
|
},
|
|
7748
7718
|
)
|
|
7749
7719
|
|
|
7750
|
-
class
|
|
7751
|
-
TypedDict
|
|
7752
|
-
):
|
|
7720
|
+
class ListInferenceRecommendationsJobStepsRequestPaginateTypeDef(TypedDict):
|
|
7753
7721
|
JobName: str
|
|
7754
7722
|
Status: NotRequired[RecommendationJobStatusType]
|
|
7755
7723
|
StepType: NotRequired[Literal["BENCHMARK"]]
|
|
7756
7724
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7757
7725
|
|
|
7758
|
-
class
|
|
7759
|
-
TypedDict
|
|
7760
|
-
):
|
|
7726
|
+
class ListInferenceRecommendationsJobsRequestPaginateTypeDef(TypedDict):
|
|
7761
7727
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7762
7728
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7763
7729
|
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -7770,7 +7736,7 @@ class ListInferenceRecommendationsJobsRequestListInferenceRecommendationsJobsPag
|
|
|
7770
7736
|
ModelPackageVersionArnEquals: NotRequired[str]
|
|
7771
7737
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7772
7738
|
|
|
7773
|
-
class
|
|
7739
|
+
class ListLabelingJobsForWorkteamRequestPaginateTypeDef(TypedDict):
|
|
7774
7740
|
WorkteamArn: str
|
|
7775
7741
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7776
7742
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
@@ -7779,7 +7745,7 @@ class ListLabelingJobsForWorkteamRequestListLabelingJobsForWorkteamPaginateTypeD
|
|
|
7779
7745
|
SortOrder: NotRequired[SortOrderType]
|
|
7780
7746
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7781
7747
|
|
|
7782
|
-
class
|
|
7748
|
+
class ListLabelingJobsRequestPaginateTypeDef(TypedDict):
|
|
7783
7749
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7784
7750
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7785
7751
|
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -7790,14 +7756,14 @@ class ListLabelingJobsRequestListLabelingJobsPaginateTypeDef(TypedDict):
|
|
|
7790
7756
|
StatusEquals: NotRequired[LabelingJobStatusType]
|
|
7791
7757
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7792
7758
|
|
|
7793
|
-
class
|
|
7759
|
+
class ListLineageGroupsRequestPaginateTypeDef(TypedDict):
|
|
7794
7760
|
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
7795
7761
|
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
7796
7762
|
SortBy: NotRequired[SortLineageGroupsByType]
|
|
7797
7763
|
SortOrder: NotRequired[SortOrderType]
|
|
7798
7764
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7799
7765
|
|
|
7800
|
-
class
|
|
7766
|
+
class ListMlflowTrackingServersRequestPaginateTypeDef(TypedDict):
|
|
7801
7767
|
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
7802
7768
|
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
7803
7769
|
TrackingServerStatus: NotRequired[TrackingServerStatusType]
|
|
@@ -7806,7 +7772,7 @@ class ListMlflowTrackingServersRequestListMlflowTrackingServersPaginateTypeDef(T
|
|
|
7806
7772
|
SortOrder: NotRequired[SortOrderType]
|
|
7807
7773
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7808
7774
|
|
|
7809
|
-
class
|
|
7775
|
+
class ListModelBiasJobDefinitionsRequestPaginateTypeDef(TypedDict):
|
|
7810
7776
|
EndpointName: NotRequired[str]
|
|
7811
7777
|
SortBy: NotRequired[MonitoringJobDefinitionSortKeyType]
|
|
7812
7778
|
SortOrder: NotRequired[SortOrderType]
|
|
@@ -7815,7 +7781,7 @@ class ListModelBiasJobDefinitionsRequestListModelBiasJobDefinitionsPaginateTypeD
|
|
|
7815
7781
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7816
7782
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7817
7783
|
|
|
7818
|
-
class
|
|
7784
|
+
class ListModelCardExportJobsRequestPaginateTypeDef(TypedDict):
|
|
7819
7785
|
ModelCardName: str
|
|
7820
7786
|
ModelCardVersion: NotRequired[int]
|
|
7821
7787
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -7826,7 +7792,7 @@ class ListModelCardExportJobsRequestListModelCardExportJobsPaginateTypeDef(Typed
|
|
|
7826
7792
|
SortOrder: NotRequired[ModelCardExportJobSortOrderType]
|
|
7827
7793
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7828
7794
|
|
|
7829
|
-
class
|
|
7795
|
+
class ListModelCardVersionsRequestPaginateTypeDef(TypedDict):
|
|
7830
7796
|
ModelCardName: str
|
|
7831
7797
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7832
7798
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
@@ -7835,7 +7801,7 @@ class ListModelCardVersionsRequestListModelCardVersionsPaginateTypeDef(TypedDict
|
|
|
7835
7801
|
SortOrder: NotRequired[ModelCardSortOrderType]
|
|
7836
7802
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7837
7803
|
|
|
7838
|
-
class
|
|
7804
|
+
class ListModelCardsRequestPaginateTypeDef(TypedDict):
|
|
7839
7805
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7840
7806
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7841
7807
|
NameContains: NotRequired[str]
|
|
@@ -7844,9 +7810,7 @@ class ListModelCardsRequestListModelCardsPaginateTypeDef(TypedDict):
|
|
|
7844
7810
|
SortOrder: NotRequired[ModelCardSortOrderType]
|
|
7845
7811
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7846
7812
|
|
|
7847
|
-
class
|
|
7848
|
-
TypedDict
|
|
7849
|
-
):
|
|
7813
|
+
class ListModelExplainabilityJobDefinitionsRequestPaginateTypeDef(TypedDict):
|
|
7850
7814
|
EndpointName: NotRequired[str]
|
|
7851
7815
|
SortBy: NotRequired[MonitoringJobDefinitionSortKeyType]
|
|
7852
7816
|
SortOrder: NotRequired[SortOrderType]
|
|
@@ -7855,7 +7819,7 @@ class ListModelExplainabilityJobDefinitionsRequestListModelExplainabilityJobDefi
|
|
|
7855
7819
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7856
7820
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7857
7821
|
|
|
7858
|
-
class
|
|
7822
|
+
class ListModelPackageGroupsInputPaginateTypeDef(TypedDict):
|
|
7859
7823
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7860
7824
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7861
7825
|
NameContains: NotRequired[str]
|
|
@@ -7864,7 +7828,7 @@ class ListModelPackageGroupsInputListModelPackageGroupsPaginateTypeDef(TypedDict
|
|
|
7864
7828
|
CrossAccountFilterOption: NotRequired[CrossAccountFilterOptionType]
|
|
7865
7829
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7866
7830
|
|
|
7867
|
-
class
|
|
7831
|
+
class ListModelPackagesInputPaginateTypeDef(TypedDict):
|
|
7868
7832
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7869
7833
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7870
7834
|
NameContains: NotRequired[str]
|
|
@@ -7875,7 +7839,7 @@ class ListModelPackagesInputListModelPackagesPaginateTypeDef(TypedDict):
|
|
|
7875
7839
|
SortOrder: NotRequired[SortOrderType]
|
|
7876
7840
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7877
7841
|
|
|
7878
|
-
class
|
|
7842
|
+
class ListModelQualityJobDefinitionsRequestPaginateTypeDef(TypedDict):
|
|
7879
7843
|
EndpointName: NotRequired[str]
|
|
7880
7844
|
SortBy: NotRequired[MonitoringJobDefinitionSortKeyType]
|
|
7881
7845
|
SortOrder: NotRequired[SortOrderType]
|
|
@@ -7884,7 +7848,7 @@ class ListModelQualityJobDefinitionsRequestListModelQualityJobDefinitionsPaginat
|
|
|
7884
7848
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7885
7849
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7886
7850
|
|
|
7887
|
-
class
|
|
7851
|
+
class ListModelsInputPaginateTypeDef(TypedDict):
|
|
7888
7852
|
SortBy: NotRequired[ModelSortKeyType]
|
|
7889
7853
|
SortOrder: NotRequired[OrderKeyType]
|
|
7890
7854
|
NameContains: NotRequired[str]
|
|
@@ -7892,7 +7856,7 @@ class ListModelsInputListModelsPaginateTypeDef(TypedDict):
|
|
|
7892
7856
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7893
7857
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7894
7858
|
|
|
7895
|
-
class
|
|
7859
|
+
class ListMonitoringAlertHistoryRequestPaginateTypeDef(TypedDict):
|
|
7896
7860
|
MonitoringScheduleName: NotRequired[str]
|
|
7897
7861
|
MonitoringAlertName: NotRequired[str]
|
|
7898
7862
|
SortBy: NotRequired[MonitoringAlertHistorySortKeyType]
|
|
@@ -7902,11 +7866,11 @@ class ListMonitoringAlertHistoryRequestListMonitoringAlertHistoryPaginateTypeDef
|
|
|
7902
7866
|
StatusEquals: NotRequired[MonitoringAlertStatusType]
|
|
7903
7867
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7904
7868
|
|
|
7905
|
-
class
|
|
7869
|
+
class ListMonitoringAlertsRequestPaginateTypeDef(TypedDict):
|
|
7906
7870
|
MonitoringScheduleName: str
|
|
7907
7871
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7908
7872
|
|
|
7909
|
-
class
|
|
7873
|
+
class ListMonitoringExecutionsRequestPaginateTypeDef(TypedDict):
|
|
7910
7874
|
MonitoringScheduleName: NotRequired[str]
|
|
7911
7875
|
EndpointName: NotRequired[str]
|
|
7912
7876
|
SortBy: NotRequired[MonitoringExecutionSortKeyType]
|
|
@@ -7922,7 +7886,7 @@ class ListMonitoringExecutionsRequestListMonitoringExecutionsPaginateTypeDef(Typ
|
|
|
7922
7886
|
MonitoringTypeEquals: NotRequired[MonitoringTypeType]
|
|
7923
7887
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7924
7888
|
|
|
7925
|
-
class
|
|
7889
|
+
class ListMonitoringSchedulesRequestPaginateTypeDef(TypedDict):
|
|
7926
7890
|
EndpointName: NotRequired[str]
|
|
7927
7891
|
SortBy: NotRequired[MonitoringScheduleSortKeyType]
|
|
7928
7892
|
SortOrder: NotRequired[SortOrderType]
|
|
@@ -7936,9 +7900,7 @@ class ListMonitoringSchedulesRequestListMonitoringSchedulesPaginateTypeDef(Typed
|
|
|
7936
7900
|
MonitoringTypeEquals: NotRequired[MonitoringTypeType]
|
|
7937
7901
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7938
7902
|
|
|
7939
|
-
class
|
|
7940
|
-
TypedDict
|
|
7941
|
-
):
|
|
7903
|
+
class ListNotebookInstanceLifecycleConfigsInputPaginateTypeDef(TypedDict):
|
|
7942
7904
|
SortBy: NotRequired[NotebookInstanceLifecycleConfigSortKeyType]
|
|
7943
7905
|
SortOrder: NotRequired[NotebookInstanceLifecycleConfigSortOrderType]
|
|
7944
7906
|
NameContains: NotRequired[str]
|
|
@@ -7948,7 +7910,7 @@ class ListNotebookInstanceLifecycleConfigsInputListNotebookInstanceLifecycleConf
|
|
|
7948
7910
|
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
7949
7911
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7950
7912
|
|
|
7951
|
-
class
|
|
7913
|
+
class ListNotebookInstancesInputPaginateTypeDef(TypedDict):
|
|
7952
7914
|
SortBy: NotRequired[NotebookInstanceSortKeyType]
|
|
7953
7915
|
SortOrder: NotRequired[NotebookInstanceSortOrderType]
|
|
7954
7916
|
NameContains: NotRequired[str]
|
|
@@ -7962,7 +7924,7 @@ class ListNotebookInstancesInputListNotebookInstancesPaginateTypeDef(TypedDict):
|
|
|
7962
7924
|
AdditionalCodeRepositoryEquals: NotRequired[str]
|
|
7963
7925
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7964
7926
|
|
|
7965
|
-
class
|
|
7927
|
+
class ListOptimizationJobsRequestPaginateTypeDef(TypedDict):
|
|
7966
7928
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
7967
7929
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
7968
7930
|
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -7974,15 +7936,15 @@ class ListOptimizationJobsRequestListOptimizationJobsPaginateTypeDef(TypedDict):
|
|
|
7974
7936
|
SortOrder: NotRequired[SortOrderType]
|
|
7975
7937
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7976
7938
|
|
|
7977
|
-
class
|
|
7939
|
+
class ListPartnerAppsRequestPaginateTypeDef(TypedDict):
|
|
7978
7940
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7979
7941
|
|
|
7980
|
-
class
|
|
7942
|
+
class ListPipelineExecutionStepsRequestPaginateTypeDef(TypedDict):
|
|
7981
7943
|
PipelineExecutionArn: NotRequired[str]
|
|
7982
7944
|
SortOrder: NotRequired[SortOrderType]
|
|
7983
7945
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7984
7946
|
|
|
7985
|
-
class
|
|
7947
|
+
class ListPipelineExecutionsRequestPaginateTypeDef(TypedDict):
|
|
7986
7948
|
PipelineName: str
|
|
7987
7949
|
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
7988
7950
|
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
@@ -7990,13 +7952,11 @@ class ListPipelineExecutionsRequestListPipelineExecutionsPaginateTypeDef(TypedDi
|
|
|
7990
7952
|
SortOrder: NotRequired[SortOrderType]
|
|
7991
7953
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7992
7954
|
|
|
7993
|
-
class
|
|
7994
|
-
TypedDict
|
|
7995
|
-
):
|
|
7955
|
+
class ListPipelineParametersForExecutionRequestPaginateTypeDef(TypedDict):
|
|
7996
7956
|
PipelineExecutionArn: str
|
|
7997
7957
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
7998
7958
|
|
|
7999
|
-
class
|
|
7959
|
+
class ListPipelinesRequestPaginateTypeDef(TypedDict):
|
|
8000
7960
|
PipelineNamePrefix: NotRequired[str]
|
|
8001
7961
|
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
8002
7962
|
CreatedBefore: NotRequired[TimestampTypeDef]
|
|
@@ -8004,7 +7964,7 @@ class ListPipelinesRequestListPipelinesPaginateTypeDef(TypedDict):
|
|
|
8004
7964
|
SortOrder: NotRequired[SortOrderType]
|
|
8005
7965
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8006
7966
|
|
|
8007
|
-
class
|
|
7967
|
+
class ListProcessingJobsRequestPaginateTypeDef(TypedDict):
|
|
8008
7968
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8009
7969
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8010
7970
|
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -8015,7 +7975,7 @@ class ListProcessingJobsRequestListProcessingJobsPaginateTypeDef(TypedDict):
|
|
|
8015
7975
|
SortOrder: NotRequired[SortOrderType]
|
|
8016
7976
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8017
7977
|
|
|
8018
|
-
class
|
|
7978
|
+
class ListResourceCatalogsRequestPaginateTypeDef(TypedDict):
|
|
8019
7979
|
NameContains: NotRequired[str]
|
|
8020
7980
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8021
7981
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
@@ -8023,20 +7983,20 @@ class ListResourceCatalogsRequestListResourceCatalogsPaginateTypeDef(TypedDict):
|
|
|
8023
7983
|
SortBy: NotRequired[Literal["CreationTime"]]
|
|
8024
7984
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8025
7985
|
|
|
8026
|
-
class
|
|
7986
|
+
class ListSpacesRequestPaginateTypeDef(TypedDict):
|
|
8027
7987
|
SortOrder: NotRequired[SortOrderType]
|
|
8028
7988
|
SortBy: NotRequired[SpaceSortKeyType]
|
|
8029
7989
|
DomainIdEquals: NotRequired[str]
|
|
8030
7990
|
SpaceNameContains: NotRequired[str]
|
|
8031
7991
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8032
7992
|
|
|
8033
|
-
class
|
|
7993
|
+
class ListStageDevicesRequestPaginateTypeDef(TypedDict):
|
|
8034
7994
|
EdgeDeploymentPlanName: str
|
|
8035
7995
|
StageName: str
|
|
8036
7996
|
ExcludeDevicesDeployedInOtherStage: NotRequired[bool]
|
|
8037
7997
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8038
7998
|
|
|
8039
|
-
class
|
|
7999
|
+
class ListStudioLifecycleConfigsRequestPaginateTypeDef(TypedDict):
|
|
8040
8000
|
NameContains: NotRequired[str]
|
|
8041
8001
|
AppTypeEquals: NotRequired[StudioLifecycleConfigAppTypeType]
|
|
8042
8002
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
@@ -8047,24 +8007,22 @@ class ListStudioLifecycleConfigsRequestListStudioLifecycleConfigsPaginateTypeDef
|
|
|
8047
8007
|
SortOrder: NotRequired[SortOrderType]
|
|
8048
8008
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8049
8009
|
|
|
8050
|
-
class
|
|
8010
|
+
class ListSubscribedWorkteamsRequestPaginateTypeDef(TypedDict):
|
|
8051
8011
|
NameContains: NotRequired[str]
|
|
8052
8012
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8053
8013
|
|
|
8054
|
-
class
|
|
8014
|
+
class ListTagsInputPaginateTypeDef(TypedDict):
|
|
8055
8015
|
ResourceArn: str
|
|
8056
8016
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8057
8017
|
|
|
8058
|
-
class
|
|
8059
|
-
TypedDict
|
|
8060
|
-
):
|
|
8018
|
+
class ListTrainingJobsForHyperParameterTuningJobRequestPaginateTypeDef(TypedDict):
|
|
8061
8019
|
HyperParameterTuningJobName: str
|
|
8062
8020
|
StatusEquals: NotRequired[TrainingJobStatusType]
|
|
8063
8021
|
SortBy: NotRequired[TrainingJobSortByOptionsType]
|
|
8064
8022
|
SortOrder: NotRequired[SortOrderType]
|
|
8065
8023
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8066
8024
|
|
|
8067
|
-
class
|
|
8025
|
+
class ListTrainingJobsRequestPaginateTypeDef(TypedDict):
|
|
8068
8026
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8069
8027
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8070
8028
|
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -8077,7 +8035,7 @@ class ListTrainingJobsRequestListTrainingJobsPaginateTypeDef(TypedDict):
|
|
|
8077
8035
|
TrainingPlanArnEquals: NotRequired[str]
|
|
8078
8036
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8079
8037
|
|
|
8080
|
-
class
|
|
8038
|
+
class ListTransformJobsRequestPaginateTypeDef(TypedDict):
|
|
8081
8039
|
CreationTimeAfter: NotRequired[TimestampTypeDef]
|
|
8082
8040
|
CreationTimeBefore: NotRequired[TimestampTypeDef]
|
|
8083
8041
|
LastModifiedTimeAfter: NotRequired[TimestampTypeDef]
|
|
@@ -8088,7 +8046,7 @@ class ListTransformJobsRequestListTransformJobsPaginateTypeDef(TypedDict):
|
|
|
8088
8046
|
SortOrder: NotRequired[SortOrderType]
|
|
8089
8047
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8090
8048
|
|
|
8091
|
-
class
|
|
8049
|
+
class ListTrialComponentsRequestPaginateTypeDef(TypedDict):
|
|
8092
8050
|
ExperimentName: NotRequired[str]
|
|
8093
8051
|
TrialName: NotRequired[str]
|
|
8094
8052
|
SourceArn: NotRequired[str]
|
|
@@ -8098,7 +8056,7 @@ class ListTrialComponentsRequestListTrialComponentsPaginateTypeDef(TypedDict):
|
|
|
8098
8056
|
SortOrder: NotRequired[SortOrderType]
|
|
8099
8057
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8100
8058
|
|
|
8101
|
-
class
|
|
8059
|
+
class ListTrialsRequestPaginateTypeDef(TypedDict):
|
|
8102
8060
|
ExperimentName: NotRequired[str]
|
|
8103
8061
|
TrialComponentName: NotRequired[str]
|
|
8104
8062
|
CreatedAfter: NotRequired[TimestampTypeDef]
|
|
@@ -8107,151 +8065,151 @@ class ListTrialsRequestListTrialsPaginateTypeDef(TypedDict):
|
|
|
8107
8065
|
SortOrder: NotRequired[SortOrderType]
|
|
8108
8066
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8109
8067
|
|
|
8110
|
-
class
|
|
8068
|
+
class ListUserProfilesRequestPaginateTypeDef(TypedDict):
|
|
8111
8069
|
SortOrder: NotRequired[SortOrderType]
|
|
8112
8070
|
SortBy: NotRequired[UserProfileSortKeyType]
|
|
8113
8071
|
DomainIdEquals: NotRequired[str]
|
|
8114
8072
|
UserProfileNameContains: NotRequired[str]
|
|
8115
8073
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8116
8074
|
|
|
8117
|
-
class
|
|
8075
|
+
class ListWorkforcesRequestPaginateTypeDef(TypedDict):
|
|
8118
8076
|
SortBy: NotRequired[ListWorkforcesSortByOptionsType]
|
|
8119
8077
|
SortOrder: NotRequired[SortOrderType]
|
|
8120
8078
|
NameContains: NotRequired[str]
|
|
8121
8079
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8122
8080
|
|
|
8123
|
-
class
|
|
8081
|
+
class ListWorkteamsRequestPaginateTypeDef(TypedDict):
|
|
8124
8082
|
SortBy: NotRequired[ListWorkteamsSortByOptionsType]
|
|
8125
8083
|
SortOrder: NotRequired[SortOrderType]
|
|
8126
8084
|
NameContains: NotRequired[str]
|
|
8127
8085
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
8128
8086
|
|
|
8129
8087
|
class ListDataQualityJobDefinitionsResponseTypeDef(TypedDict):
|
|
8130
|
-
JobDefinitionSummaries:
|
|
8088
|
+
JobDefinitionSummaries: list[MonitoringJobDefinitionSummaryTypeDef]
|
|
8131
8089
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8132
8090
|
NextToken: NotRequired[str]
|
|
8133
8091
|
|
|
8134
8092
|
class ListModelBiasJobDefinitionsResponseTypeDef(TypedDict):
|
|
8135
|
-
JobDefinitionSummaries:
|
|
8093
|
+
JobDefinitionSummaries: list[MonitoringJobDefinitionSummaryTypeDef]
|
|
8136
8094
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8137
8095
|
NextToken: NotRequired[str]
|
|
8138
8096
|
|
|
8139
8097
|
class ListModelExplainabilityJobDefinitionsResponseTypeDef(TypedDict):
|
|
8140
|
-
JobDefinitionSummaries:
|
|
8098
|
+
JobDefinitionSummaries: list[MonitoringJobDefinitionSummaryTypeDef]
|
|
8141
8099
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8142
8100
|
NextToken: NotRequired[str]
|
|
8143
8101
|
|
|
8144
8102
|
class ListModelQualityJobDefinitionsResponseTypeDef(TypedDict):
|
|
8145
|
-
JobDefinitionSummaries:
|
|
8103
|
+
JobDefinitionSummaries: list[MonitoringJobDefinitionSummaryTypeDef]
|
|
8146
8104
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8147
8105
|
NextToken: NotRequired[str]
|
|
8148
8106
|
|
|
8149
8107
|
class ListMlflowTrackingServersResponseTypeDef(TypedDict):
|
|
8150
|
-
TrackingServerSummaries:
|
|
8108
|
+
TrackingServerSummaries: list[TrackingServerSummaryTypeDef]
|
|
8151
8109
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8152
8110
|
NextToken: NotRequired[str]
|
|
8153
8111
|
|
|
8154
8112
|
class ListModelCardExportJobsResponseTypeDef(TypedDict):
|
|
8155
|
-
ModelCardExportJobSummaries:
|
|
8113
|
+
ModelCardExportJobSummaries: list[ModelCardExportJobSummaryTypeDef]
|
|
8156
8114
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8157
8115
|
NextToken: NotRequired[str]
|
|
8158
8116
|
|
|
8159
8117
|
class ListModelCardVersionsResponseTypeDef(TypedDict):
|
|
8160
|
-
ModelCardVersionSummaryList:
|
|
8118
|
+
ModelCardVersionSummaryList: list[ModelCardVersionSummaryTypeDef]
|
|
8161
8119
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8162
8120
|
NextToken: NotRequired[str]
|
|
8163
8121
|
|
|
8164
8122
|
class ListModelCardsResponseTypeDef(TypedDict):
|
|
8165
|
-
ModelCardSummaries:
|
|
8123
|
+
ModelCardSummaries: list[ModelCardSummaryTypeDef]
|
|
8166
8124
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8167
8125
|
NextToken: NotRequired[str]
|
|
8168
8126
|
|
|
8169
8127
|
class ListModelMetadataResponseTypeDef(TypedDict):
|
|
8170
|
-
ModelMetadataSummaries:
|
|
8128
|
+
ModelMetadataSummaries: list[ModelMetadataSummaryTypeDef]
|
|
8171
8129
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8172
8130
|
NextToken: NotRequired[str]
|
|
8173
8131
|
|
|
8174
8132
|
class ListModelPackageGroupsOutputTypeDef(TypedDict):
|
|
8175
|
-
ModelPackageGroupSummaryList:
|
|
8133
|
+
ModelPackageGroupSummaryList: list[ModelPackageGroupSummaryTypeDef]
|
|
8176
8134
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8177
8135
|
NextToken: NotRequired[str]
|
|
8178
8136
|
|
|
8179
8137
|
class ListModelPackagesOutputTypeDef(TypedDict):
|
|
8180
|
-
ModelPackageSummaryList:
|
|
8138
|
+
ModelPackageSummaryList: list[ModelPackageSummaryTypeDef]
|
|
8181
8139
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8182
8140
|
NextToken: NotRequired[str]
|
|
8183
8141
|
|
|
8184
8142
|
class ListModelsOutputTypeDef(TypedDict):
|
|
8185
|
-
Models:
|
|
8143
|
+
Models: list[ModelSummaryTypeDef]
|
|
8186
8144
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8187
8145
|
NextToken: NotRequired[str]
|
|
8188
8146
|
|
|
8189
8147
|
class ListMonitoringAlertHistoryResponseTypeDef(TypedDict):
|
|
8190
|
-
MonitoringAlertHistory:
|
|
8148
|
+
MonitoringAlertHistory: list[MonitoringAlertHistorySummaryTypeDef]
|
|
8191
8149
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8192
8150
|
NextToken: NotRequired[str]
|
|
8193
8151
|
|
|
8194
8152
|
class ListMonitoringSchedulesResponseTypeDef(TypedDict):
|
|
8195
|
-
MonitoringScheduleSummaries:
|
|
8153
|
+
MonitoringScheduleSummaries: list[MonitoringScheduleSummaryTypeDef]
|
|
8196
8154
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8197
8155
|
NextToken: NotRequired[str]
|
|
8198
8156
|
|
|
8199
8157
|
class ListNotebookInstanceLifecycleConfigsOutputTypeDef(TypedDict):
|
|
8200
|
-
NotebookInstanceLifecycleConfigs:
|
|
8158
|
+
NotebookInstanceLifecycleConfigs: list[NotebookInstanceLifecycleConfigSummaryTypeDef]
|
|
8201
8159
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8202
8160
|
NextToken: NotRequired[str]
|
|
8203
8161
|
|
|
8204
8162
|
class ListNotebookInstancesOutputTypeDef(TypedDict):
|
|
8205
|
-
NotebookInstances:
|
|
8163
|
+
NotebookInstances: list[NotebookInstanceSummaryTypeDef]
|
|
8206
8164
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8207
8165
|
NextToken: NotRequired[str]
|
|
8208
8166
|
|
|
8209
8167
|
class ListOptimizationJobsResponseTypeDef(TypedDict):
|
|
8210
|
-
OptimizationJobSummaries:
|
|
8168
|
+
OptimizationJobSummaries: list[OptimizationJobSummaryTypeDef]
|
|
8211
8169
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8212
8170
|
NextToken: NotRequired[str]
|
|
8213
8171
|
|
|
8214
8172
|
class ListPartnerAppsResponseTypeDef(TypedDict):
|
|
8215
|
-
Summaries:
|
|
8173
|
+
Summaries: list[PartnerAppSummaryTypeDef]
|
|
8216
8174
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8217
8175
|
NextToken: NotRequired[str]
|
|
8218
8176
|
|
|
8219
8177
|
class ListPipelineExecutionsResponseTypeDef(TypedDict):
|
|
8220
|
-
PipelineExecutionSummaries:
|
|
8178
|
+
PipelineExecutionSummaries: list[PipelineExecutionSummaryTypeDef]
|
|
8221
8179
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8222
8180
|
NextToken: NotRequired[str]
|
|
8223
8181
|
|
|
8224
8182
|
class ListPipelineParametersForExecutionResponseTypeDef(TypedDict):
|
|
8225
|
-
PipelineParameters:
|
|
8183
|
+
PipelineParameters: list[ParameterTypeDef]
|
|
8226
8184
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8227
8185
|
NextToken: NotRequired[str]
|
|
8228
8186
|
|
|
8229
8187
|
class ListPipelinesResponseTypeDef(TypedDict):
|
|
8230
|
-
PipelineSummaries:
|
|
8188
|
+
PipelineSummaries: list[PipelineSummaryTypeDef]
|
|
8231
8189
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8232
8190
|
NextToken: NotRequired[str]
|
|
8233
8191
|
|
|
8234
8192
|
class ListProcessingJobsResponseTypeDef(TypedDict):
|
|
8235
|
-
ProcessingJobSummaries:
|
|
8193
|
+
ProcessingJobSummaries: list[ProcessingJobSummaryTypeDef]
|
|
8236
8194
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8237
8195
|
NextToken: NotRequired[str]
|
|
8238
8196
|
|
|
8239
8197
|
class ListProjectsOutputTypeDef(TypedDict):
|
|
8240
|
-
ProjectSummaryList:
|
|
8198
|
+
ProjectSummaryList: list[ProjectSummaryTypeDef]
|
|
8241
8199
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8242
8200
|
NextToken: NotRequired[str]
|
|
8243
8201
|
|
|
8244
8202
|
class ListResourceCatalogsResponseTypeDef(TypedDict):
|
|
8245
|
-
ResourceCatalogs:
|
|
8203
|
+
ResourceCatalogs: list[ResourceCatalogTypeDef]
|
|
8246
8204
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8247
8205
|
NextToken: NotRequired[str]
|
|
8248
8206
|
|
|
8249
8207
|
class ListStudioLifecycleConfigsResponseTypeDef(TypedDict):
|
|
8250
|
-
StudioLifecycleConfigs:
|
|
8208
|
+
StudioLifecycleConfigs: list[StudioLifecycleConfigDetailsTypeDef]
|
|
8251
8209
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8252
8210
|
NextToken: NotRequired[str]
|
|
8253
8211
|
|
|
8254
|
-
class
|
|
8212
|
+
class ListTrainingPlansRequestPaginateTypeDef(TypedDict):
|
|
8255
8213
|
StartTimeAfter: NotRequired[TimestampTypeDef]
|
|
8256
8214
|
StartTimeBefore: NotRequired[TimestampTypeDef]
|
|
8257
8215
|
SortBy: NotRequired[TrainingPlanSortByType]
|
|
@@ -8269,12 +8227,12 @@ class ListTrainingPlansRequestRequestTypeDef(TypedDict):
|
|
|
8269
8227
|
Filters: NotRequired[Sequence[TrainingPlanFilterTypeDef]]
|
|
8270
8228
|
|
|
8271
8229
|
class ListTransformJobsResponseTypeDef(TypedDict):
|
|
8272
|
-
TransformJobSummaries:
|
|
8230
|
+
TransformJobSummaries: list[TransformJobSummaryTypeDef]
|
|
8273
8231
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8274
8232
|
NextToken: NotRequired[str]
|
|
8275
8233
|
|
|
8276
8234
|
class ListUserProfilesResponseTypeDef(TypedDict):
|
|
8277
|
-
UserProfiles:
|
|
8235
|
+
UserProfiles: list[UserProfileDetailsTypeDef]
|
|
8278
8236
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8279
8237
|
NextToken: NotRequired[str]
|
|
8280
8238
|
|
|
@@ -8297,7 +8255,7 @@ class S3ModelDataSourceTypeDef(TypedDict):
|
|
|
8297
8255
|
class TextGenerationJobConfigOutputTypeDef(TypedDict):
|
|
8298
8256
|
CompletionCriteria: NotRequired[AutoMLJobCompletionCriteriaTypeDef]
|
|
8299
8257
|
BaseModelName: NotRequired[str]
|
|
8300
|
-
TextGenerationHyperParameters: NotRequired[
|
|
8258
|
+
TextGenerationHyperParameters: NotRequired[dict[str, str]]
|
|
8301
8259
|
ModelAccessConfig: NotRequired[ModelAccessConfigTypeDef]
|
|
8302
8260
|
|
|
8303
8261
|
class TextGenerationJobConfigTypeDef(TypedDict):
|
|
@@ -8319,7 +8277,7 @@ class ModelInfrastructureConfigTypeDef(TypedDict):
|
|
|
8319
8277
|
|
|
8320
8278
|
class RecommendationJobStoppingConditionsOutputTypeDef(TypedDict):
|
|
8321
8279
|
MaxInvocations: NotRequired[int]
|
|
8322
|
-
ModelLatencyThresholds: NotRequired[
|
|
8280
|
+
ModelLatencyThresholds: NotRequired[list[ModelLatencyThresholdTypeDef]]
|
|
8323
8281
|
FlatInvocations: NotRequired[FlatInvocationsType]
|
|
8324
8282
|
|
|
8325
8283
|
class RecommendationJobStoppingConditionsTypeDef(TypedDict):
|
|
@@ -8331,8 +8289,8 @@ class ModelMetadataSearchExpressionTypeDef(TypedDict):
|
|
|
8331
8289
|
Filters: NotRequired[Sequence[ModelMetadataFilterTypeDef]]
|
|
8332
8290
|
|
|
8333
8291
|
class ModelPackageStatusDetailsTypeDef(TypedDict):
|
|
8334
|
-
ValidationStatuses:
|
|
8335
|
-
ImageScanStatuses: NotRequired[
|
|
8292
|
+
ValidationStatuses: list[ModelPackageStatusItemTypeDef]
|
|
8293
|
+
ImageScanStatuses: NotRequired[list[ModelPackageStatusItemTypeDef]]
|
|
8336
8294
|
|
|
8337
8295
|
ModelQuantizationConfigUnionTypeDef = Union[
|
|
8338
8296
|
ModelQuantizationConfigTypeDef, ModelQuantizationConfigOutputTypeDef
|
|
@@ -8356,7 +8314,7 @@ class MonitoringResourcesTypeDef(TypedDict):
|
|
|
8356
8314
|
class MonitoringDatasetFormatOutputTypeDef(TypedDict):
|
|
8357
8315
|
Csv: NotRequired[MonitoringCsvDatasetFormatTypeDef]
|
|
8358
8316
|
Json: NotRequired[MonitoringJsonDatasetFormatTypeDef]
|
|
8359
|
-
Parquet: NotRequired[
|
|
8317
|
+
Parquet: NotRequired[dict[str, Any]]
|
|
8360
8318
|
|
|
8361
8319
|
class MonitoringDatasetFormatTypeDef(TypedDict):
|
|
8362
8320
|
Csv: NotRequired[MonitoringCsvDatasetFormatTypeDef]
|
|
@@ -8398,14 +8356,14 @@ class OutputConfigTypeDef(TypedDict):
|
|
|
8398
8356
|
|
|
8399
8357
|
class PendingProductionVariantSummaryTypeDef(TypedDict):
|
|
8400
8358
|
VariantName: str
|
|
8401
|
-
DeployedImages: NotRequired[
|
|
8359
|
+
DeployedImages: NotRequired[list[DeployedImageTypeDef]]
|
|
8402
8360
|
CurrentWeight: NotRequired[float]
|
|
8403
8361
|
DesiredWeight: NotRequired[float]
|
|
8404
8362
|
CurrentInstanceCount: NotRequired[int]
|
|
8405
8363
|
DesiredInstanceCount: NotRequired[int]
|
|
8406
8364
|
InstanceType: NotRequired[ProductionVariantInstanceTypeType]
|
|
8407
8365
|
AcceleratorType: NotRequired[ProductionVariantAcceleratorTypeType]
|
|
8408
|
-
VariantStatus: NotRequired[
|
|
8366
|
+
VariantStatus: NotRequired[list[ProductionVariantStatusTypeDef]]
|
|
8409
8367
|
CurrentServerlessConfig: NotRequired[ProductionVariantServerlessConfigTypeDef]
|
|
8410
8368
|
DesiredServerlessConfig: NotRequired[ProductionVariantServerlessConfigTypeDef]
|
|
8411
8369
|
ManagedInstanceScaling: NotRequired[ProductionVariantManagedInstanceScalingTypeDef]
|
|
@@ -8413,19 +8371,19 @@ class PendingProductionVariantSummaryTypeDef(TypedDict):
|
|
|
8413
8371
|
|
|
8414
8372
|
class ProductionVariantSummaryTypeDef(TypedDict):
|
|
8415
8373
|
VariantName: str
|
|
8416
|
-
DeployedImages: NotRequired[
|
|
8374
|
+
DeployedImages: NotRequired[list[DeployedImageTypeDef]]
|
|
8417
8375
|
CurrentWeight: NotRequired[float]
|
|
8418
8376
|
DesiredWeight: NotRequired[float]
|
|
8419
8377
|
CurrentInstanceCount: NotRequired[int]
|
|
8420
8378
|
DesiredInstanceCount: NotRequired[int]
|
|
8421
|
-
VariantStatus: NotRequired[
|
|
8379
|
+
VariantStatus: NotRequired[list[ProductionVariantStatusTypeDef]]
|
|
8422
8380
|
CurrentServerlessConfig: NotRequired[ProductionVariantServerlessConfigTypeDef]
|
|
8423
8381
|
DesiredServerlessConfig: NotRequired[ProductionVariantServerlessConfigTypeDef]
|
|
8424
8382
|
ManagedInstanceScaling: NotRequired[ProductionVariantManagedInstanceScalingTypeDef]
|
|
8425
8383
|
RoutingConfig: NotRequired[ProductionVariantRoutingConfigTypeDef]
|
|
8426
8384
|
|
|
8427
8385
|
class SchedulerConfigOutputTypeDef(TypedDict):
|
|
8428
|
-
PriorityClasses: NotRequired[
|
|
8386
|
+
PriorityClasses: NotRequired[list[PriorityClassTypeDef]]
|
|
8429
8387
|
FairShare: NotRequired[FairShareType]
|
|
8430
8388
|
|
|
8431
8389
|
class SchedulerConfigTypeDef(TypedDict):
|
|
@@ -8469,7 +8427,7 @@ class ServiceCatalogProvisioningDetailsOutputTypeDef(TypedDict):
|
|
|
8469
8427
|
ProductId: str
|
|
8470
8428
|
ProvisioningArtifactId: NotRequired[str]
|
|
8471
8429
|
PathId: NotRequired[str]
|
|
8472
|
-
ProvisioningParameters: NotRequired[
|
|
8430
|
+
ProvisioningParameters: NotRequired[list[ProvisioningParameterTypeDef]]
|
|
8473
8431
|
|
|
8474
8432
|
class ServiceCatalogProvisioningDetailsTypeDef(TypedDict):
|
|
8475
8433
|
ProductId: str
|
|
@@ -8485,8 +8443,8 @@ class PublicWorkforceTaskPriceTypeDef(TypedDict):
|
|
|
8485
8443
|
AmountInUsd: NotRequired[USDTypeDef]
|
|
8486
8444
|
|
|
8487
8445
|
class QueryLineageResponseTypeDef(TypedDict):
|
|
8488
|
-
Vertices:
|
|
8489
|
-
Edges:
|
|
8446
|
+
Vertices: list[VertexTypeDef]
|
|
8447
|
+
Edges: list[EdgeTypeDef]
|
|
8490
8448
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8491
8449
|
NextToken: NotRequired[str]
|
|
8492
8450
|
|
|
@@ -8501,10 +8459,10 @@ class RecommendationJobContainerConfigOutputTypeDef(TypedDict):
|
|
|
8501
8459
|
FrameworkVersion: NotRequired[str]
|
|
8502
8460
|
PayloadConfig: NotRequired[RecommendationJobPayloadConfigOutputTypeDef]
|
|
8503
8461
|
NearestModelName: NotRequired[str]
|
|
8504
|
-
SupportedInstanceTypes: NotRequired[
|
|
8462
|
+
SupportedInstanceTypes: NotRequired[list[str]]
|
|
8505
8463
|
SupportedEndpointType: NotRequired[RecommendationJobSupportedEndpointTypeType]
|
|
8506
8464
|
DataInputConfig: NotRequired[str]
|
|
8507
|
-
SupportedResponseMIMETypes: NotRequired[
|
|
8465
|
+
SupportedResponseMIMETypes: NotRequired[list[str]]
|
|
8508
8466
|
|
|
8509
8467
|
RecommendationJobPayloadConfigUnionTypeDef = Union[
|
|
8510
8468
|
RecommendationJobPayloadConfigTypeDef, RecommendationJobPayloadConfigOutputTypeDef
|
|
@@ -8521,19 +8479,19 @@ class RenderUiTemplateRequestRequestTypeDef(TypedDict):
|
|
|
8521
8479
|
|
|
8522
8480
|
class RenderUiTemplateResponseTypeDef(TypedDict):
|
|
8523
8481
|
RenderedContent: str
|
|
8524
|
-
Errors:
|
|
8482
|
+
Errors: list[RenderingErrorTypeDef]
|
|
8525
8483
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8526
8484
|
|
|
8527
8485
|
class TrainingPlanOfferingTypeDef(TypedDict):
|
|
8528
8486
|
TrainingPlanOfferingId: str
|
|
8529
|
-
TargetResources:
|
|
8487
|
+
TargetResources: list[SageMakerResourceNameType]
|
|
8530
8488
|
RequestedStartTimeAfter: NotRequired[datetime]
|
|
8531
8489
|
RequestedEndTimeBefore: NotRequired[datetime]
|
|
8532
8490
|
DurationHours: NotRequired[int]
|
|
8533
8491
|
DurationMinutes: NotRequired[int]
|
|
8534
8492
|
UpfrontFee: NotRequired[str]
|
|
8535
8493
|
CurrencyCode: NotRequired[str]
|
|
8536
|
-
ReservedCapacityOfferings: NotRequired[
|
|
8494
|
+
ReservedCapacityOfferings: NotRequired[list[ReservedCapacityOfferingTypeDef]]
|
|
8537
8495
|
|
|
8538
8496
|
class UpdateTrainingJobRequestRequestTypeDef(TypedDict):
|
|
8539
8497
|
TrainingJobName: str
|
|
@@ -8545,7 +8503,7 @@ class UpdateTrainingJobRequestRequestTypeDef(TypedDict):
|
|
|
8545
8503
|
S3DataSourceUnionTypeDef = Union[S3DataSourceTypeDef, S3DataSourceOutputTypeDef]
|
|
8546
8504
|
|
|
8547
8505
|
class SelectiveExecutionConfigOutputTypeDef(TypedDict):
|
|
8548
|
-
SelectedSteps:
|
|
8506
|
+
SelectedSteps: list[SelectedStepTypeDef]
|
|
8549
8507
|
SourcePipelineExecutionArn: NotRequired[str]
|
|
8550
8508
|
|
|
8551
8509
|
class SelectiveExecutionConfigTypeDef(TypedDict):
|
|
@@ -8554,7 +8512,7 @@ class SelectiveExecutionConfigTypeDef(TypedDict):
|
|
|
8554
8512
|
|
|
8555
8513
|
class ShadowModeConfigOutputTypeDef(TypedDict):
|
|
8556
8514
|
SourceModelVariantName: str
|
|
8557
|
-
ShadowModelVariants:
|
|
8515
|
+
ShadowModelVariants: list[ShadowModelVariantConfigTypeDef]
|
|
8558
8516
|
|
|
8559
8517
|
class ShadowModeConfigTypeDef(TypedDict):
|
|
8560
8518
|
SourceModelVariantName: str
|
|
@@ -8565,7 +8523,7 @@ class SpaceAppLifecycleManagementTypeDef(TypedDict):
|
|
|
8565
8523
|
|
|
8566
8524
|
class TrafficPatternOutputTypeDef(TypedDict):
|
|
8567
8525
|
TrafficType: NotRequired[TrafficTypeType]
|
|
8568
|
-
Phases: NotRequired[
|
|
8526
|
+
Phases: NotRequired[list[PhaseTypeDef]]
|
|
8569
8527
|
Stairs: NotRequired[StairsTypeDef]
|
|
8570
8528
|
|
|
8571
8529
|
class TrafficPatternTypeDef(TypedDict):
|
|
@@ -8599,7 +8557,7 @@ class WorkforceTypeDef(TypedDict):
|
|
|
8599
8557
|
FailureReason: NotRequired[str]
|
|
8600
8558
|
|
|
8601
8559
|
class ListActionsResponseTypeDef(TypedDict):
|
|
8602
|
-
ActionSummaries:
|
|
8560
|
+
ActionSummaries: list[ActionSummaryTypeDef]
|
|
8603
8561
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8604
8562
|
NextToken: NotRequired[str]
|
|
8605
8563
|
|
|
@@ -8609,12 +8567,12 @@ HyperParameterAlgorithmSpecificationUnionTypeDef = Union[
|
|
|
8609
8567
|
]
|
|
8610
8568
|
|
|
8611
8569
|
class ListAppsResponseTypeDef(TypedDict):
|
|
8612
|
-
Apps:
|
|
8570
|
+
Apps: list[AppDetailsTypeDef]
|
|
8613
8571
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8614
8572
|
NextToken: NotRequired[str]
|
|
8615
8573
|
|
|
8616
8574
|
class DomainSettingsOutputTypeDef(TypedDict):
|
|
8617
|
-
SecurityGroupIds: NotRequired[
|
|
8575
|
+
SecurityGroupIds: NotRequired[list[str]]
|
|
8618
8576
|
RStudioServerProDomainSettings: NotRequired[RStudioServerProDomainSettingsTypeDef]
|
|
8619
8577
|
ExecutionRoleIdentityConfig: NotRequired[ExecutionRoleIdentityConfigType]
|
|
8620
8578
|
DockerSettings: NotRequired[DockerSettingsOutputTypeDef]
|
|
@@ -8622,8 +8580,8 @@ class DomainSettingsOutputTypeDef(TypedDict):
|
|
|
8622
8580
|
|
|
8623
8581
|
class CodeEditorAppSettingsOutputTypeDef(TypedDict):
|
|
8624
8582
|
DefaultResourceSpec: NotRequired[ResourceSpecTypeDef]
|
|
8625
|
-
CustomImages: NotRequired[
|
|
8626
|
-
LifecycleConfigArns: NotRequired[
|
|
8583
|
+
CustomImages: NotRequired[list[CustomImageTypeDef]]
|
|
8584
|
+
LifecycleConfigArns: NotRequired[list[str]]
|
|
8627
8585
|
AppLifecycleManagement: NotRequired[AppLifecycleManagementTypeDef]
|
|
8628
8586
|
BuiltInLifecycleConfigArn: NotRequired[str]
|
|
8629
8587
|
|
|
@@ -8636,9 +8594,9 @@ class CodeEditorAppSettingsTypeDef(TypedDict):
|
|
|
8636
8594
|
|
|
8637
8595
|
class JupyterLabAppSettingsOutputTypeDef(TypedDict):
|
|
8638
8596
|
DefaultResourceSpec: NotRequired[ResourceSpecTypeDef]
|
|
8639
|
-
CustomImages: NotRequired[
|
|
8640
|
-
LifecycleConfigArns: NotRequired[
|
|
8641
|
-
CodeRepositories: NotRequired[
|
|
8597
|
+
CustomImages: NotRequired[list[CustomImageTypeDef]]
|
|
8598
|
+
LifecycleConfigArns: NotRequired[list[str]]
|
|
8599
|
+
CodeRepositories: NotRequired[list[CodeRepositoryTypeDef]]
|
|
8642
8600
|
AppLifecycleManagement: NotRequired[AppLifecycleManagementTypeDef]
|
|
8643
8601
|
EmrSettings: NotRequired[EmrSettingsOutputTypeDef]
|
|
8644
8602
|
BuiltInLifecycleConfigArn: NotRequired[str]
|
|
@@ -8689,9 +8647,9 @@ class TimeSeriesForecastingJobConfigOutputTypeDef(TypedDict):
|
|
|
8689
8647
|
TimeSeriesConfig: TimeSeriesConfigOutputTypeDef
|
|
8690
8648
|
FeatureSpecificationS3Uri: NotRequired[str]
|
|
8691
8649
|
CompletionCriteria: NotRequired[AutoMLJobCompletionCriteriaTypeDef]
|
|
8692
|
-
ForecastQuantiles: NotRequired[
|
|
8650
|
+
ForecastQuantiles: NotRequired[list[str]]
|
|
8693
8651
|
Transformations: NotRequired[TimeSeriesTransformationsOutputTypeDef]
|
|
8694
|
-
HolidayConfig: NotRequired[
|
|
8652
|
+
HolidayConfig: NotRequired[list[HolidayConfigAttributesTypeDef]]
|
|
8695
8653
|
CandidateGenerationConfig: NotRequired[CandidateGenerationConfigOutputTypeDef]
|
|
8696
8654
|
|
|
8697
8655
|
class AutoMLCandidateGenerationConfigTypeDef(TypedDict):
|
|
@@ -8716,7 +8674,7 @@ class AutoMLJobChannelTypeDef(TypedDict):
|
|
|
8716
8674
|
DataSource: NotRequired[AutoMLDataSourceTypeDef]
|
|
8717
8675
|
|
|
8718
8676
|
class ListAutoMLJobsResponseTypeDef(TypedDict):
|
|
8719
|
-
AutoMLJobSummaries:
|
|
8677
|
+
AutoMLJobSummaries: list[AutoMLJobSummaryTypeDef]
|
|
8720
8678
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8721
8679
|
NextToken: NotRequired[str]
|
|
8722
8680
|
|
|
@@ -8764,17 +8722,17 @@ class PipelineExecutionStepMetadataTypeDef(TypedDict):
|
|
|
8764
8722
|
class AutoMLCandidateTypeDef(TypedDict):
|
|
8765
8723
|
CandidateName: str
|
|
8766
8724
|
ObjectiveStatus: ObjectiveStatusType
|
|
8767
|
-
CandidateSteps:
|
|
8725
|
+
CandidateSteps: list[AutoMLCandidateStepTypeDef]
|
|
8768
8726
|
CandidateStatus: CandidateStatusType
|
|
8769
8727
|
CreationTime: datetime
|
|
8770
8728
|
LastModifiedTime: datetime
|
|
8771
8729
|
FinalAutoMLJobObjectiveMetric: NotRequired[FinalAutoMLJobObjectiveMetricTypeDef]
|
|
8772
|
-
InferenceContainers: NotRequired[
|
|
8730
|
+
InferenceContainers: NotRequired[list[AutoMLContainerDefinitionTypeDef]]
|
|
8773
8731
|
EndTime: NotRequired[datetime]
|
|
8774
8732
|
FailureReason: NotRequired[str]
|
|
8775
8733
|
CandidateProperties: NotRequired[CandidatePropertiesTypeDef]
|
|
8776
8734
|
InferenceContainerDefinitions: NotRequired[
|
|
8777
|
-
|
|
8735
|
+
dict[AutoMLProcessingUnitType, list[AutoMLContainerDefinitionTypeDef]]
|
|
8778
8736
|
]
|
|
8779
8737
|
|
|
8780
8738
|
CanvasAppSettingsUnionTypeDef = Union[CanvasAppSettingsTypeDef, CanvasAppSettingsOutputTypeDef]
|
|
@@ -8837,8 +8795,8 @@ class ClusterInstanceGroupDetailsTypeDef(TypedDict):
|
|
|
8837
8795
|
LifeCycleConfig: NotRequired[ClusterLifeCycleConfigTypeDef]
|
|
8838
8796
|
ExecutionRole: NotRequired[str]
|
|
8839
8797
|
ThreadsPerCore: NotRequired[int]
|
|
8840
|
-
InstanceStorageConfigs: NotRequired[
|
|
8841
|
-
OnStartDeepHealthChecks: NotRequired[
|
|
8798
|
+
InstanceStorageConfigs: NotRequired[list[ClusterInstanceStorageConfigTypeDef]]
|
|
8799
|
+
OnStartDeepHealthChecks: NotRequired[list[DeepHealthCheckTypeType]]
|
|
8842
8800
|
Status: NotRequired[InstanceGroupStatusType]
|
|
8843
8801
|
TrainingPlanArn: NotRequired[str]
|
|
8844
8802
|
TrainingPlanStatus: NotRequired[str]
|
|
@@ -8853,14 +8811,14 @@ class ClusterNodeDetailsTypeDef(TypedDict):
|
|
|
8853
8811
|
LifeCycleConfig: NotRequired[ClusterLifeCycleConfigTypeDef]
|
|
8854
8812
|
OverrideVpcConfig: NotRequired[VpcConfigOutputTypeDef]
|
|
8855
8813
|
ThreadsPerCore: NotRequired[int]
|
|
8856
|
-
InstanceStorageConfigs: NotRequired[
|
|
8814
|
+
InstanceStorageConfigs: NotRequired[list[ClusterInstanceStorageConfigTypeDef]]
|
|
8857
8815
|
PrivatePrimaryIp: NotRequired[str]
|
|
8858
8816
|
PrivateDnsHostname: NotRequired[str]
|
|
8859
8817
|
Placement: NotRequired[ClusterInstancePlacementTypeDef]
|
|
8860
8818
|
|
|
8861
8819
|
class ListClusterNodesResponseTypeDef(TypedDict):
|
|
8862
8820
|
NextToken: str
|
|
8863
|
-
ClusterNodeSummaries:
|
|
8821
|
+
ClusterNodeSummaries: list[ClusterNodeSummaryTypeDef]
|
|
8864
8822
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8865
8823
|
|
|
8866
8824
|
KernelGatewayAppSettingsUnionTypeDef = Union[
|
|
@@ -8871,7 +8829,7 @@ RSessionAppSettingsUnionTypeDef = Union[
|
|
|
8871
8829
|
]
|
|
8872
8830
|
|
|
8873
8831
|
class ListCodeRepositoriesOutputTypeDef(TypedDict):
|
|
8874
|
-
CodeRepositorySummaryList:
|
|
8832
|
+
CodeRepositorySummaryList: list[CodeRepositorySummaryTypeDef]
|
|
8875
8833
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8876
8834
|
NextToken: NotRequired[str]
|
|
8877
8835
|
|
|
@@ -8930,7 +8888,7 @@ class JupyterLabAppImageConfigTypeDef(TypedDict):
|
|
|
8930
8888
|
ContainerConfig: NotRequired[ContainerConfigUnionTypeDef]
|
|
8931
8889
|
|
|
8932
8890
|
class ListContextsResponseTypeDef(TypedDict):
|
|
8933
|
-
ContextSummaries:
|
|
8891
|
+
ContextSummaries: list[ContextSummaryTypeDef]
|
|
8934
8892
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
8935
8893
|
NextToken: NotRequired[str]
|
|
8936
8894
|
|
|
@@ -9009,44 +8967,44 @@ InferenceComponentSpecificationSummaryTypeDef = TypedDict(
|
|
|
9009
8967
|
class DescribeEdgeDeploymentPlanResponseTypeDef(TypedDict):
|
|
9010
8968
|
EdgeDeploymentPlanArn: str
|
|
9011
8969
|
EdgeDeploymentPlanName: str
|
|
9012
|
-
ModelConfigs:
|
|
8970
|
+
ModelConfigs: list[EdgeDeploymentModelConfigTypeDef]
|
|
9013
8971
|
DeviceFleetName: str
|
|
9014
8972
|
EdgeDeploymentSuccess: int
|
|
9015
8973
|
EdgeDeploymentPending: int
|
|
9016
8974
|
EdgeDeploymentFailed: int
|
|
9017
|
-
Stages:
|
|
8975
|
+
Stages: list[DeploymentStageStatusSummaryTypeDef]
|
|
9018
8976
|
CreationTime: datetime
|
|
9019
8977
|
LastModifiedTime: datetime
|
|
9020
8978
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9021
8979
|
NextToken: NotRequired[str]
|
|
9022
8980
|
|
|
9023
8981
|
class ListExperimentsResponseTypeDef(TypedDict):
|
|
9024
|
-
ExperimentSummaries:
|
|
8982
|
+
ExperimentSummaries: list[ExperimentSummaryTypeDef]
|
|
9025
8983
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9026
8984
|
NextToken: NotRequired[str]
|
|
9027
8985
|
|
|
9028
8986
|
class ListFeatureGroupsResponseTypeDef(TypedDict):
|
|
9029
|
-
FeatureGroupSummaries:
|
|
8987
|
+
FeatureGroupSummaries: list[FeatureGroupSummaryTypeDef]
|
|
9030
8988
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9031
8989
|
NextToken: NotRequired[str]
|
|
9032
8990
|
|
|
9033
8991
|
class ListInferenceExperimentsResponseTypeDef(TypedDict):
|
|
9034
|
-
InferenceExperiments:
|
|
8992
|
+
InferenceExperiments: list[InferenceExperimentSummaryTypeDef]
|
|
9035
8993
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9036
8994
|
NextToken: NotRequired[str]
|
|
9037
8995
|
|
|
9038
8996
|
class ListTrainingJobsResponseTypeDef(TypedDict):
|
|
9039
|
-
TrainingJobSummaries:
|
|
8997
|
+
TrainingJobSummaries: list[TrainingJobSummaryTypeDef]
|
|
9040
8998
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9041
8999
|
NextToken: NotRequired[str]
|
|
9042
9000
|
|
|
9043
9001
|
class ListTrainingPlansResponseTypeDef(TypedDict):
|
|
9044
|
-
TrainingPlanSummaries:
|
|
9002
|
+
TrainingPlanSummaries: list[TrainingPlanSummaryTypeDef]
|
|
9045
9003
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9046
9004
|
NextToken: NotRequired[str]
|
|
9047
9005
|
|
|
9048
9006
|
class ListTrialsResponseTypeDef(TypedDict):
|
|
9049
|
-
TrialSummaries:
|
|
9007
|
+
TrialSummaries: list[TrialSummaryTypeDef]
|
|
9050
9008
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9051
9009
|
NextToken: NotRequired[str]
|
|
9052
9010
|
|
|
@@ -9060,7 +9018,7 @@ class DeploymentStageTypeDef(TypedDict):
|
|
|
9060
9018
|
DeploymentConfig: NotRequired[EdgeDeploymentConfigTypeDef]
|
|
9061
9019
|
|
|
9062
9020
|
class ListDevicesResponseTypeDef(TypedDict):
|
|
9063
|
-
DeviceSummaries:
|
|
9021
|
+
DeviceSummaries: list[DeviceSummaryTypeDef]
|
|
9064
9022
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9065
9023
|
NextToken: NotRequired[str]
|
|
9066
9024
|
|
|
@@ -9129,7 +9087,7 @@ class SearchExpressionTypeDef(TypedDict):
|
|
|
9129
9087
|
Operator: NotRequired[BooleanOperatorType]
|
|
9130
9088
|
|
|
9131
9089
|
class ListTrainingJobsForHyperParameterTuningJobResponseTypeDef(TypedDict):
|
|
9132
|
-
TrainingJobSummaries:
|
|
9090
|
+
TrainingJobSummaries: list[HyperParameterTrainingJobSummaryTypeDef]
|
|
9133
9091
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9134
9092
|
NextToken: NotRequired[str]
|
|
9135
9093
|
|
|
@@ -9144,7 +9102,7 @@ HyperParameterTuningResourceConfigUnionTypeDef = Union[
|
|
|
9144
9102
|
]
|
|
9145
9103
|
|
|
9146
9104
|
class ListHyperParameterTuningJobsResponseTypeDef(TypedDict):
|
|
9147
|
-
HyperParameterTuningJobSummaries:
|
|
9105
|
+
HyperParameterTuningJobSummaries: list[HyperParameterTuningJobSummaryTypeDef]
|
|
9148
9106
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9149
9107
|
NextToken: NotRequired[str]
|
|
9150
9108
|
|
|
@@ -9166,7 +9124,7 @@ class DescribeActionResponseTypeDef(TypedDict):
|
|
|
9166
9124
|
ActionType: str
|
|
9167
9125
|
Description: str
|
|
9168
9126
|
Status: ActionStatusType
|
|
9169
|
-
Properties:
|
|
9127
|
+
Properties: dict[str, str]
|
|
9170
9128
|
CreationTime: datetime
|
|
9171
9129
|
CreatedBy: UserContextTypeDef
|
|
9172
9130
|
LastModifiedTime: datetime
|
|
@@ -9180,7 +9138,7 @@ class DescribeArtifactResponseTypeDef(TypedDict):
|
|
|
9180
9138
|
ArtifactArn: str
|
|
9181
9139
|
Source: ArtifactSourceOutputTypeDef
|
|
9182
9140
|
ArtifactType: str
|
|
9183
|
-
Properties:
|
|
9141
|
+
Properties: dict[str, str]
|
|
9184
9142
|
CreationTime: datetime
|
|
9185
9143
|
CreatedBy: UserContextTypeDef
|
|
9186
9144
|
LastModifiedTime: datetime
|
|
@@ -9213,7 +9171,7 @@ class DescribeContextResponseTypeDef(TypedDict):
|
|
|
9213
9171
|
Source: ContextSourceTypeDef
|
|
9214
9172
|
ContextType: str
|
|
9215
9173
|
Description: str
|
|
9216
|
-
Properties:
|
|
9174
|
+
Properties: dict[str, str]
|
|
9217
9175
|
CreationTime: datetime
|
|
9218
9176
|
CreatedBy: UserContextTypeDef
|
|
9219
9177
|
LastModifiedTime: datetime
|
|
@@ -9313,13 +9271,13 @@ class DescribeTrialComponentResponseTypeDef(TypedDict):
|
|
|
9313
9271
|
CreatedBy: UserContextTypeDef
|
|
9314
9272
|
LastModifiedTime: datetime
|
|
9315
9273
|
LastModifiedBy: UserContextTypeDef
|
|
9316
|
-
Parameters:
|
|
9317
|
-
InputArtifacts:
|
|
9318
|
-
OutputArtifacts:
|
|
9274
|
+
Parameters: dict[str, TrialComponentParameterValueTypeDef]
|
|
9275
|
+
InputArtifacts: dict[str, TrialComponentArtifactTypeDef]
|
|
9276
|
+
OutputArtifacts: dict[str, TrialComponentArtifactTypeDef]
|
|
9319
9277
|
MetadataProperties: MetadataPropertiesTypeDef
|
|
9320
|
-
Metrics:
|
|
9278
|
+
Metrics: list[TrialComponentMetricSummaryTypeDef]
|
|
9321
9279
|
LineageGroupArn: str
|
|
9322
|
-
Sources:
|
|
9280
|
+
Sources: list[TrialComponentSourceTypeDef]
|
|
9323
9281
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9324
9282
|
|
|
9325
9283
|
class DescribeTrialResponseTypeDef(TypedDict):
|
|
@@ -9345,7 +9303,7 @@ class ExperimentTypeDef(TypedDict):
|
|
|
9345
9303
|
CreatedBy: NotRequired[UserContextTypeDef]
|
|
9346
9304
|
LastModifiedTime: NotRequired[datetime]
|
|
9347
9305
|
LastModifiedBy: NotRequired[UserContextTypeDef]
|
|
9348
|
-
Tags: NotRequired[
|
|
9306
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
9349
9307
|
|
|
9350
9308
|
class ModelCardTypeDef(TypedDict):
|
|
9351
9309
|
ModelCardArn: NotRequired[str]
|
|
@@ -9358,7 +9316,7 @@ class ModelCardTypeDef(TypedDict):
|
|
|
9358
9316
|
CreatedBy: NotRequired[UserContextTypeDef]
|
|
9359
9317
|
LastModifiedTime: NotRequired[datetime]
|
|
9360
9318
|
LastModifiedBy: NotRequired[UserContextTypeDef]
|
|
9361
|
-
Tags: NotRequired[
|
|
9319
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
9362
9320
|
ModelId: NotRequired[str]
|
|
9363
9321
|
RiskRating: NotRequired[str]
|
|
9364
9322
|
ModelPackageGroupName: NotRequired[str]
|
|
@@ -9373,7 +9331,7 @@ class ModelDashboardModelCardTypeDef(TypedDict):
|
|
|
9373
9331
|
CreatedBy: NotRequired[UserContextTypeDef]
|
|
9374
9332
|
LastModifiedTime: NotRequired[datetime]
|
|
9375
9333
|
LastModifiedBy: NotRequired[UserContextTypeDef]
|
|
9376
|
-
Tags: NotRequired[
|
|
9334
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
9377
9335
|
ModelId: NotRequired[str]
|
|
9378
9336
|
RiskRating: NotRequired[str]
|
|
9379
9337
|
|
|
@@ -9384,7 +9342,7 @@ class ModelPackageGroupTypeDef(TypedDict):
|
|
|
9384
9342
|
CreationTime: NotRequired[datetime]
|
|
9385
9343
|
CreatedBy: NotRequired[UserContextTypeDef]
|
|
9386
9344
|
ModelPackageGroupStatus: NotRequired[ModelPackageGroupStatusType]
|
|
9387
|
-
Tags: NotRequired[
|
|
9345
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
9388
9346
|
|
|
9389
9347
|
class PipelineTypeDef(TypedDict):
|
|
9390
9348
|
PipelineArn: NotRequired[str]
|
|
@@ -9399,7 +9357,7 @@ class PipelineTypeDef(TypedDict):
|
|
|
9399
9357
|
CreatedBy: NotRequired[UserContextTypeDef]
|
|
9400
9358
|
LastModifiedBy: NotRequired[UserContextTypeDef]
|
|
9401
9359
|
ParallelismConfiguration: NotRequired[ParallelismConfigurationTypeDef]
|
|
9402
|
-
Tags: NotRequired[
|
|
9360
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
9403
9361
|
|
|
9404
9362
|
class TrialComponentSimpleSummaryTypeDef(TypedDict):
|
|
9405
9363
|
TrialComponentName: NotRequired[str]
|
|
@@ -9481,7 +9439,7 @@ class DescribeAppImageConfigResponseTypeDef(TypedDict):
|
|
|
9481
9439
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9482
9440
|
|
|
9483
9441
|
class ListLabelingJobsForWorkteamResponseTypeDef(TypedDict):
|
|
9484
|
-
LabelingJobSummaryList:
|
|
9442
|
+
LabelingJobSummaryList: list[LabelingJobForWorkteamSummaryTypeDef]
|
|
9485
9443
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9486
9444
|
NextToken: NotRequired[str]
|
|
9487
9445
|
|
|
@@ -9528,7 +9486,7 @@ class ModelVariantConfigTypeDef(TypedDict):
|
|
|
9528
9486
|
VariantName: str
|
|
9529
9487
|
InfrastructureConfig: ModelInfrastructureConfigTypeDef
|
|
9530
9488
|
|
|
9531
|
-
class
|
|
9489
|
+
class ListModelMetadataRequestPaginateTypeDef(TypedDict):
|
|
9532
9490
|
SearchExpression: NotRequired[ModelMetadataSearchExpressionTypeDef]
|
|
9533
9491
|
PaginationConfig: NotRequired[PaginatorConfigTypeDef]
|
|
9534
9492
|
|
|
@@ -9564,7 +9522,7 @@ MonitoringDatasetFormatUnionTypeDef = Union[
|
|
|
9564
9522
|
]
|
|
9565
9523
|
|
|
9566
9524
|
class MonitoringOutputConfigOutputTypeDef(TypedDict):
|
|
9567
|
-
MonitoringOutputs:
|
|
9525
|
+
MonitoringOutputs: list[MonitoringOutputTypeDef]
|
|
9568
9526
|
KmsKeyId: NotRequired[str]
|
|
9569
9527
|
|
|
9570
9528
|
class MonitoringOutputConfigTypeDef(TypedDict):
|
|
@@ -9611,9 +9569,9 @@ class DescribeCompilationJobResponseTypeDef(TypedDict):
|
|
|
9611
9569
|
|
|
9612
9570
|
class PendingDeploymentSummaryTypeDef(TypedDict):
|
|
9613
9571
|
EndpointConfigName: str
|
|
9614
|
-
ProductionVariants: NotRequired[
|
|
9572
|
+
ProductionVariants: NotRequired[list[PendingProductionVariantSummaryTypeDef]]
|
|
9615
9573
|
StartTime: NotRequired[datetime]
|
|
9616
|
-
ShadowProductionVariants: NotRequired[
|
|
9574
|
+
ShadowProductionVariants: NotRequired[list[PendingProductionVariantSummaryTypeDef]]
|
|
9617
9575
|
|
|
9618
9576
|
class DescribeClusterSchedulerConfigResponseTypeDef(TypedDict):
|
|
9619
9577
|
ClusterSchedulerConfigArn: str
|
|
@@ -9645,7 +9603,7 @@ class UpdateClusterSchedulerConfigRequestRequestTypeDef(TypedDict):
|
|
|
9645
9603
|
Description: NotRequired[str]
|
|
9646
9604
|
|
|
9647
9605
|
class ProcessingOutputConfigOutputTypeDef(TypedDict):
|
|
9648
|
-
Outputs:
|
|
9606
|
+
Outputs: list[ProcessingOutputTypeDef]
|
|
9649
9607
|
KmsKeyId: NotRequired[str]
|
|
9650
9608
|
|
|
9651
9609
|
class ProcessingOutputConfigTypeDef(TypedDict):
|
|
@@ -9682,7 +9640,7 @@ class ProjectTypeDef(TypedDict):
|
|
|
9682
9640
|
ProjectStatus: NotRequired[ProjectStatusType]
|
|
9683
9641
|
CreatedBy: NotRequired[UserContextTypeDef]
|
|
9684
9642
|
CreationTime: NotRequired[datetime]
|
|
9685
|
-
Tags: NotRequired[
|
|
9643
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
9686
9644
|
LastModifiedTime: NotRequired[datetime]
|
|
9687
9645
|
LastModifiedBy: NotRequired[UserContextTypeDef]
|
|
9688
9646
|
|
|
@@ -9708,7 +9666,7 @@ class HumanLoopConfigOutputTypeDef(TypedDict):
|
|
|
9708
9666
|
TaskCount: int
|
|
9709
9667
|
TaskAvailabilityLifetimeInSeconds: NotRequired[int]
|
|
9710
9668
|
TaskTimeLimitInSeconds: NotRequired[int]
|
|
9711
|
-
TaskKeywords: NotRequired[
|
|
9669
|
+
TaskKeywords: NotRequired[list[str]]
|
|
9712
9670
|
PublicWorkforceTaskPrice: NotRequired[PublicWorkforceTaskPriceTypeDef]
|
|
9713
9671
|
|
|
9714
9672
|
class HumanLoopConfigTypeDef(TypedDict):
|
|
@@ -9730,7 +9688,7 @@ class HumanTaskConfigOutputTypeDef(TypedDict):
|
|
|
9730
9688
|
NumberOfHumanWorkersPerDataObject: int
|
|
9731
9689
|
TaskTimeLimitInSeconds: int
|
|
9732
9690
|
PreHumanTaskLambdaArn: NotRequired[str]
|
|
9733
|
-
TaskKeywords: NotRequired[
|
|
9691
|
+
TaskKeywords: NotRequired[list[str]]
|
|
9734
9692
|
TaskAvailabilityLifetimeInSeconds: NotRequired[int]
|
|
9735
9693
|
MaxConcurrentTaskCount: NotRequired[int]
|
|
9736
9694
|
AnnotationConsolidationConfig: NotRequired[AnnotationConsolidationConfigTypeDef]
|
|
@@ -9763,7 +9721,7 @@ class RecommendationJobContainerConfigTypeDef(TypedDict):
|
|
|
9763
9721
|
SupportedResponseMIMETypes: NotRequired[Sequence[str]]
|
|
9764
9722
|
|
|
9765
9723
|
class SearchTrainingPlanOfferingsResponseTypeDef(TypedDict):
|
|
9766
|
-
TrainingPlanOfferings:
|
|
9724
|
+
TrainingPlanOfferings: list[TrainingPlanOfferingTypeDef]
|
|
9767
9725
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9768
9726
|
|
|
9769
9727
|
class DataSourceTypeDef(TypedDict):
|
|
@@ -9800,7 +9758,7 @@ class PipelineExecutionTypeDef(TypedDict):
|
|
|
9800
9758
|
LastModifiedBy: NotRequired[UserContextTypeDef]
|
|
9801
9759
|
ParallelismConfiguration: NotRequired[ParallelismConfigurationTypeDef]
|
|
9802
9760
|
SelectiveExecutionConfig: NotRequired[SelectiveExecutionConfigOutputTypeDef]
|
|
9803
|
-
PipelineParameters: NotRequired[
|
|
9761
|
+
PipelineParameters: NotRequired[list[ParameterTypeDef]]
|
|
9804
9762
|
|
|
9805
9763
|
class StartPipelineExecutionRequestRequestTypeDef(TypedDict):
|
|
9806
9764
|
PipelineName: str
|
|
@@ -9817,7 +9775,7 @@ class SpaceCodeEditorAppSettingsTypeDef(TypedDict):
|
|
|
9817
9775
|
|
|
9818
9776
|
class SpaceJupyterLabAppSettingsOutputTypeDef(TypedDict):
|
|
9819
9777
|
DefaultResourceSpec: NotRequired[ResourceSpecTypeDef]
|
|
9820
|
-
CodeRepositories: NotRequired[
|
|
9778
|
+
CodeRepositories: NotRequired[list[CodeRepositoryTypeDef]]
|
|
9821
9779
|
AppLifecycleManagement: NotRequired[SpaceAppLifecycleManagementTypeDef]
|
|
9822
9780
|
|
|
9823
9781
|
class SpaceJupyterLabAppSettingsTypeDef(TypedDict):
|
|
@@ -9831,10 +9789,10 @@ class AlgorithmSpecificationOutputTypeDef(TypedDict):
|
|
|
9831
9789
|
TrainingInputMode: TrainingInputModeType
|
|
9832
9790
|
TrainingImage: NotRequired[str]
|
|
9833
9791
|
AlgorithmName: NotRequired[str]
|
|
9834
|
-
MetricDefinitions: NotRequired[
|
|
9792
|
+
MetricDefinitions: NotRequired[list[MetricDefinitionTypeDef]]
|
|
9835
9793
|
EnableSageMakerMetricsTimeSeries: NotRequired[bool]
|
|
9836
|
-
ContainerEntrypoint: NotRequired[
|
|
9837
|
-
ContainerArguments: NotRequired[
|
|
9794
|
+
ContainerEntrypoint: NotRequired[list[str]]
|
|
9795
|
+
ContainerArguments: NotRequired[list[str]]
|
|
9838
9796
|
TrainingImageConfig: NotRequired[TrainingImageConfigTypeDef]
|
|
9839
9797
|
|
|
9840
9798
|
class AlgorithmSpecificationTypeDef(TypedDict):
|
|
@@ -9858,7 +9816,7 @@ class DescribeWorkforceResponseTypeDef(TypedDict):
|
|
|
9858
9816
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9859
9817
|
|
|
9860
9818
|
class ListWorkforcesResponseTypeDef(TypedDict):
|
|
9861
|
-
Workforces:
|
|
9819
|
+
Workforces: list[WorkforceTypeDef]
|
|
9862
9820
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9863
9821
|
NextToken: NotRequired[str]
|
|
9864
9822
|
|
|
@@ -9872,17 +9830,17 @@ CodeEditorAppSettingsUnionTypeDef = Union[
|
|
|
9872
9830
|
|
|
9873
9831
|
class DefaultSpaceSettingsOutputTypeDef(TypedDict):
|
|
9874
9832
|
ExecutionRole: NotRequired[str]
|
|
9875
|
-
SecurityGroups: NotRequired[
|
|
9833
|
+
SecurityGroups: NotRequired[list[str]]
|
|
9876
9834
|
JupyterServerAppSettings: NotRequired[JupyterServerAppSettingsOutputTypeDef]
|
|
9877
9835
|
KernelGatewayAppSettings: NotRequired[KernelGatewayAppSettingsOutputTypeDef]
|
|
9878
9836
|
JupyterLabAppSettings: NotRequired[JupyterLabAppSettingsOutputTypeDef]
|
|
9879
9837
|
SpaceStorageSettings: NotRequired[DefaultSpaceStorageSettingsTypeDef]
|
|
9880
9838
|
CustomPosixUserConfig: NotRequired[CustomPosixUserConfigTypeDef]
|
|
9881
|
-
CustomFileSystemConfigs: NotRequired[
|
|
9839
|
+
CustomFileSystemConfigs: NotRequired[list[CustomFileSystemConfigTypeDef]]
|
|
9882
9840
|
|
|
9883
9841
|
class UserSettingsOutputTypeDef(TypedDict):
|
|
9884
9842
|
ExecutionRole: NotRequired[str]
|
|
9885
|
-
SecurityGroups: NotRequired[
|
|
9843
|
+
SecurityGroups: NotRequired[list[str]]
|
|
9886
9844
|
SharingSettings: NotRequired[SharingSettingsTypeDef]
|
|
9887
9845
|
JupyterServerAppSettings: NotRequired[JupyterServerAppSettingsOutputTypeDef]
|
|
9888
9846
|
KernelGatewayAppSettings: NotRequired[KernelGatewayAppSettingsOutputTypeDef]
|
|
@@ -9896,12 +9854,12 @@ class UserSettingsOutputTypeDef(TypedDict):
|
|
|
9896
9854
|
DefaultLandingUri: NotRequired[str]
|
|
9897
9855
|
StudioWebPortal: NotRequired[StudioWebPortalType]
|
|
9898
9856
|
CustomPosixUserConfig: NotRequired[CustomPosixUserConfigTypeDef]
|
|
9899
|
-
CustomFileSystemConfigs: NotRequired[
|
|
9857
|
+
CustomFileSystemConfigs: NotRequired[list[CustomFileSystemConfigTypeDef]]
|
|
9900
9858
|
StudioWebPortalSettings: NotRequired[StudioWebPortalSettingsOutputTypeDef]
|
|
9901
9859
|
AutoMountHomeEFS: NotRequired[AutoMountHomeEFSType]
|
|
9902
9860
|
|
|
9903
9861
|
class ListArtifactsResponseTypeDef(TypedDict):
|
|
9904
|
-
ArtifactSummaries:
|
|
9862
|
+
ArtifactSummaries: list[ArtifactSummaryTypeDef]
|
|
9905
9863
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9906
9864
|
NextToken: NotRequired[str]
|
|
9907
9865
|
|
|
@@ -9939,7 +9897,7 @@ class PipelineExecutionStepTypeDef(TypedDict):
|
|
|
9939
9897
|
class DescribeAutoMLJobResponseTypeDef(TypedDict):
|
|
9940
9898
|
AutoMLJobName: str
|
|
9941
9899
|
AutoMLJobArn: str
|
|
9942
|
-
InputDataConfig:
|
|
9900
|
+
InputDataConfig: list[AutoMLChannelTypeDef]
|
|
9943
9901
|
OutputDataConfig: AutoMLOutputDataConfigTypeDef
|
|
9944
9902
|
RoleArn: str
|
|
9945
9903
|
AutoMLJobObjective: AutoMLJobObjectiveTypeDef
|
|
@@ -9949,7 +9907,7 @@ class DescribeAutoMLJobResponseTypeDef(TypedDict):
|
|
|
9949
9907
|
EndTime: datetime
|
|
9950
9908
|
LastModifiedTime: datetime
|
|
9951
9909
|
FailureReason: str
|
|
9952
|
-
PartialFailureReasons:
|
|
9910
|
+
PartialFailureReasons: list[AutoMLPartialFailureReasonTypeDef]
|
|
9953
9911
|
BestCandidate: AutoMLCandidateTypeDef
|
|
9954
9912
|
AutoMLJobStatus: AutoMLJobStatusType
|
|
9955
9913
|
AutoMLJobSecondaryStatus: AutoMLJobSecondaryStatusType
|
|
@@ -9961,7 +9919,7 @@ class DescribeAutoMLJobResponseTypeDef(TypedDict):
|
|
|
9961
9919
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9962
9920
|
|
|
9963
9921
|
class ListCandidatesForAutoMLJobResponseTypeDef(TypedDict):
|
|
9964
|
-
Candidates:
|
|
9922
|
+
Candidates: list[AutoMLCandidateTypeDef]
|
|
9965
9923
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
9966
9924
|
NextToken: NotRequired[str]
|
|
9967
9925
|
|
|
@@ -9981,10 +9939,10 @@ class RecommendationJobInputConfigOutputTypeDef(TypedDict):
|
|
|
9981
9939
|
JobDurationInSeconds: NotRequired[int]
|
|
9982
9940
|
TrafficPattern: NotRequired[TrafficPatternOutputTypeDef]
|
|
9983
9941
|
ResourceLimit: NotRequired[RecommendationJobResourceLimitTypeDef]
|
|
9984
|
-
EndpointConfigurations: NotRequired[
|
|
9942
|
+
EndpointConfigurations: NotRequired[list[EndpointInputConfigurationOutputTypeDef]]
|
|
9985
9943
|
VolumeKmsKeyId: NotRequired[str]
|
|
9986
9944
|
ContainerConfig: NotRequired[RecommendationJobContainerConfigOutputTypeDef]
|
|
9987
|
-
Endpoints: NotRequired[
|
|
9945
|
+
Endpoints: NotRequired[list[EndpointInfoTypeDef]]
|
|
9988
9946
|
VpcConfig: NotRequired[RecommendationJobVpcConfigOutputTypeDef]
|
|
9989
9947
|
|
|
9990
9948
|
ParameterRangeUnionTypeDef = Union[ParameterRangeTypeDef, ParameterRangeOutputTypeDef]
|
|
@@ -10006,7 +9964,7 @@ class DescribeClusterResponseTypeDef(TypedDict):
|
|
|
10006
9964
|
ClusterStatus: ClusterStatusType
|
|
10007
9965
|
CreationTime: datetime
|
|
10008
9966
|
FailureMessage: str
|
|
10009
|
-
InstanceGroups:
|
|
9967
|
+
InstanceGroups: list[ClusterInstanceGroupDetailsTypeDef]
|
|
10010
9968
|
VpcConfig: VpcConfigOutputTypeDef
|
|
10011
9969
|
Orchestrator: ClusterOrchestratorTypeDef
|
|
10012
9970
|
NodeRecovery: ClusterNodeRecoveryType
|
|
@@ -10033,7 +9991,7 @@ class DescribeFeatureGroupResponseTypeDef(TypedDict):
|
|
|
10033
9991
|
FeatureGroupName: str
|
|
10034
9992
|
RecordIdentifierFeatureName: str
|
|
10035
9993
|
EventTimeFeatureName: str
|
|
10036
|
-
FeatureDefinitions:
|
|
9994
|
+
FeatureDefinitions: list[FeatureDefinitionTypeDef]
|
|
10037
9995
|
CreationTime: datetime
|
|
10038
9996
|
LastModifiedTime: datetime
|
|
10039
9997
|
OnlineStoreConfig: OnlineStoreConfigTypeDef
|
|
@@ -10054,7 +10012,7 @@ class FeatureGroupTypeDef(TypedDict):
|
|
|
10054
10012
|
FeatureGroupName: NotRequired[str]
|
|
10055
10013
|
RecordIdentifierFeatureName: NotRequired[str]
|
|
10056
10014
|
EventTimeFeatureName: NotRequired[str]
|
|
10057
|
-
FeatureDefinitions: NotRequired[
|
|
10015
|
+
FeatureDefinitions: NotRequired[list[FeatureDefinitionTypeDef]]
|
|
10058
10016
|
CreationTime: NotRequired[datetime]
|
|
10059
10017
|
LastModifiedTime: NotRequired[datetime]
|
|
10060
10018
|
OnlineStoreConfig: NotRequired[OnlineStoreConfigTypeDef]
|
|
@@ -10065,7 +10023,7 @@ class FeatureGroupTypeDef(TypedDict):
|
|
|
10065
10023
|
LastUpdateStatus: NotRequired[LastUpdateStatusTypeDef]
|
|
10066
10024
|
FailureReason: NotRequired[str]
|
|
10067
10025
|
Description: NotRequired[str]
|
|
10068
|
-
Tags: NotRequired[
|
|
10026
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
10069
10027
|
|
|
10070
10028
|
class UpdateFeatureGroupRequestRequestTypeDef(TypedDict):
|
|
10071
10029
|
FeatureGroupName: str
|
|
@@ -10074,7 +10032,7 @@ class UpdateFeatureGroupRequestRequestTypeDef(TypedDict):
|
|
|
10074
10032
|
ThroughputConfig: NotRequired[ThroughputConfigUpdateTypeDef]
|
|
10075
10033
|
|
|
10076
10034
|
class ListComputeQuotasResponseTypeDef(TypedDict):
|
|
10077
|
-
ComputeQuotaSummaries:
|
|
10035
|
+
ComputeQuotaSummaries: list[ComputeQuotaSummaryTypeDef]
|
|
10078
10036
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
10079
10037
|
NextToken: NotRequired[str]
|
|
10080
10038
|
|
|
@@ -10121,8 +10079,8 @@ class HyperParameterTrainingJobDefinitionOutputTypeDef(TypedDict):
|
|
|
10121
10079
|
DefinitionName: NotRequired[str]
|
|
10122
10080
|
TuningObjective: NotRequired[HyperParameterTuningJobObjectiveTypeDef]
|
|
10123
10081
|
HyperParameterRanges: NotRequired[ParameterRangesOutputTypeDef]
|
|
10124
|
-
StaticHyperParameters: NotRequired[
|
|
10125
|
-
InputDataConfig: NotRequired[
|
|
10082
|
+
StaticHyperParameters: NotRequired[dict[str, str]]
|
|
10083
|
+
InputDataConfig: NotRequired[list[ChannelOutputTypeDef]]
|
|
10126
10084
|
VpcConfig: NotRequired[VpcConfigOutputTypeDef]
|
|
10127
10085
|
ResourceConfig: NotRequired[ResourceConfigOutputTypeDef]
|
|
10128
10086
|
HyperParameterTuningResourceConfig: NotRequired[HyperParameterTuningResourceConfigOutputTypeDef]
|
|
@@ -10131,15 +10089,15 @@ class HyperParameterTrainingJobDefinitionOutputTypeDef(TypedDict):
|
|
|
10131
10089
|
EnableManagedSpotTraining: NotRequired[bool]
|
|
10132
10090
|
CheckpointConfig: NotRequired[CheckpointConfigTypeDef]
|
|
10133
10091
|
RetryStrategy: NotRequired[RetryStrategyTypeDef]
|
|
10134
|
-
Environment: NotRequired[
|
|
10092
|
+
Environment: NotRequired[dict[str, str]]
|
|
10135
10093
|
|
|
10136
10094
|
class TrainingJobDefinitionOutputTypeDef(TypedDict):
|
|
10137
10095
|
TrainingInputMode: TrainingInputModeType
|
|
10138
|
-
InputDataConfig:
|
|
10096
|
+
InputDataConfig: list[ChannelOutputTypeDef]
|
|
10139
10097
|
OutputDataConfig: OutputDataConfigTypeDef
|
|
10140
10098
|
ResourceConfig: ResourceConfigOutputTypeDef
|
|
10141
10099
|
StoppingCondition: StoppingConditionTypeDef
|
|
10142
|
-
HyperParameters: NotRequired[
|
|
10100
|
+
HyperParameters: NotRequired[dict[str, str]]
|
|
10143
10101
|
|
|
10144
10102
|
class DescribeInferenceComponentOutputTypeDef(TypedDict):
|
|
10145
10103
|
InferenceComponentName: str
|
|
@@ -10187,7 +10145,7 @@ class InferenceRecommendationsJobStepTypeDef(TypedDict):
|
|
|
10187
10145
|
Status: RecommendationJobStatusType
|
|
10188
10146
|
InferenceBenchmark: NotRequired[RecommendationJobInferenceBenchmarkTypeDef]
|
|
10189
10147
|
|
|
10190
|
-
class
|
|
10148
|
+
class SearchRequestPaginateTypeDef(TypedDict):
|
|
10191
10149
|
Resource: ResourceTypeType
|
|
10192
10150
|
SearchExpression: NotRequired[SearchExpressionPaginatorTypeDef]
|
|
10193
10151
|
SortBy: NotRequired[str]
|
|
@@ -10211,7 +10169,7 @@ StudioWebPortalSettingsUnionTypeDef = Union[
|
|
|
10211
10169
|
]
|
|
10212
10170
|
|
|
10213
10171
|
class ListAssociationsResponseTypeDef(TypedDict):
|
|
10214
|
-
AssociationSummaries:
|
|
10172
|
+
AssociationSummaries: list[AssociationSummaryTypeDef]
|
|
10215
10173
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
10216
10174
|
NextToken: NotRequired[str]
|
|
10217
10175
|
|
|
@@ -10226,21 +10184,21 @@ class TrialTypeDef(TypedDict):
|
|
|
10226
10184
|
LastModifiedTime: NotRequired[datetime]
|
|
10227
10185
|
LastModifiedBy: NotRequired[UserContextTypeDef]
|
|
10228
10186
|
MetadataProperties: NotRequired[MetadataPropertiesTypeDef]
|
|
10229
|
-
Tags: NotRequired[
|
|
10230
|
-
TrialComponentSummaries: NotRequired[
|
|
10187
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
10188
|
+
TrialComponentSummaries: NotRequired[list[TrialComponentSimpleSummaryTypeDef]]
|
|
10231
10189
|
|
|
10232
10190
|
class ListTrialComponentsResponseTypeDef(TypedDict):
|
|
10233
|
-
TrialComponentSummaries:
|
|
10191
|
+
TrialComponentSummaries: list[TrialComponentSummaryTypeDef]
|
|
10234
10192
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
10235
10193
|
NextToken: NotRequired[str]
|
|
10236
10194
|
|
|
10237
10195
|
class WorkteamTypeDef(TypedDict):
|
|
10238
10196
|
WorkteamName: str
|
|
10239
|
-
MemberDefinitions:
|
|
10197
|
+
MemberDefinitions: list[MemberDefinitionOutputTypeDef]
|
|
10240
10198
|
WorkteamArn: str
|
|
10241
10199
|
Description: str
|
|
10242
10200
|
WorkforceArn: NotRequired[str]
|
|
10243
|
-
ProductListingIds: NotRequired[
|
|
10201
|
+
ProductListingIds: NotRequired[list[str]]
|
|
10244
10202
|
SubDomain: NotRequired[str]
|
|
10245
10203
|
CreateDate: NotRequired[datetime]
|
|
10246
10204
|
LastUpdatedDate: NotRequired[datetime]
|
|
@@ -10249,17 +10207,17 @@ class WorkteamTypeDef(TypedDict):
|
|
|
10249
10207
|
|
|
10250
10208
|
class TrainingSpecificationOutputTypeDef(TypedDict):
|
|
10251
10209
|
TrainingImage: str
|
|
10252
|
-
SupportedTrainingInstanceTypes:
|
|
10253
|
-
TrainingChannels:
|
|
10210
|
+
SupportedTrainingInstanceTypes: list[TrainingInstanceTypeType]
|
|
10211
|
+
TrainingChannels: list[ChannelSpecificationOutputTypeDef]
|
|
10254
10212
|
TrainingImageDigest: NotRequired[str]
|
|
10255
|
-
SupportedHyperParameters: NotRequired[
|
|
10213
|
+
SupportedHyperParameters: NotRequired[list[HyperParameterSpecificationOutputTypeDef]]
|
|
10256
10214
|
SupportsDistributedTraining: NotRequired[bool]
|
|
10257
|
-
MetricDefinitions: NotRequired[
|
|
10258
|
-
SupportedTuningJobObjectiveMetrics: NotRequired[
|
|
10215
|
+
MetricDefinitions: NotRequired[list[MetricDefinitionTypeDef]]
|
|
10216
|
+
SupportedTuningJobObjectiveMetrics: NotRequired[list[HyperParameterTuningJobObjectiveTypeDef]]
|
|
10259
10217
|
AdditionalS3DataSource: NotRequired[AdditionalS3DataSourceTypeDef]
|
|
10260
10218
|
|
|
10261
10219
|
class ListAppImageConfigsResponseTypeDef(TypedDict):
|
|
10262
|
-
AppImageConfigs:
|
|
10220
|
+
AppImageConfigs: list[AppImageConfigDetailsTypeDef]
|
|
10263
10221
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
10264
10222
|
NextToken: NotRequired[str]
|
|
10265
10223
|
|
|
@@ -10287,8 +10245,8 @@ class ContainerDefinitionOutputTypeDef(TypedDict):
|
|
|
10287
10245
|
Mode: NotRequired[ContainerModeType]
|
|
10288
10246
|
ModelDataUrl: NotRequired[str]
|
|
10289
10247
|
ModelDataSource: NotRequired[ModelDataSourceTypeDef]
|
|
10290
|
-
AdditionalModelDataSources: NotRequired[
|
|
10291
|
-
Environment: NotRequired[
|
|
10248
|
+
AdditionalModelDataSources: NotRequired[list[AdditionalModelDataSourceTypeDef]]
|
|
10249
|
+
Environment: NotRequired[dict[str, str]]
|
|
10292
10250
|
ModelPackageName: NotRequired[str]
|
|
10293
10251
|
InferenceSpecificationName: NotRequired[str]
|
|
10294
10252
|
MultiModelConfig: NotRequired[MultiModelConfigTypeDef]
|
|
@@ -10313,7 +10271,7 @@ class ModelPackageContainerDefinitionOutputTypeDef(TypedDict):
|
|
|
10313
10271
|
ModelDataUrl: NotRequired[str]
|
|
10314
10272
|
ModelDataSource: NotRequired[ModelDataSourceTypeDef]
|
|
10315
10273
|
ProductId: NotRequired[str]
|
|
10316
|
-
Environment: NotRequired[
|
|
10274
|
+
Environment: NotRequired[dict[str, str]]
|
|
10317
10275
|
ModelInput: NotRequired[ModelInputTypeDef]
|
|
10318
10276
|
Framework: NotRequired[str]
|
|
10319
10277
|
FrameworkVersion: NotRequired[str]
|
|
@@ -10340,7 +10298,7 @@ class SourceAlgorithmTypeDef(TypedDict):
|
|
|
10340
10298
|
ModelDataSource: NotRequired[ModelDataSourceTypeDef]
|
|
10341
10299
|
|
|
10342
10300
|
class ListMonitoringAlertsResponseTypeDef(TypedDict):
|
|
10343
|
-
MonitoringAlertSummaries:
|
|
10301
|
+
MonitoringAlertSummaries: list[MonitoringAlertSummaryTypeDef]
|
|
10344
10302
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
10345
10303
|
NextToken: NotRequired[str]
|
|
10346
10304
|
|
|
@@ -10359,7 +10317,7 @@ DescribeInferenceExperimentResponseTypeDef = TypedDict(
|
|
|
10359
10317
|
"LastModifiedTime": datetime,
|
|
10360
10318
|
"RoleArn": str,
|
|
10361
10319
|
"EndpointMetadata": EndpointMetadataTypeDef,
|
|
10362
|
-
"ModelVariants":
|
|
10320
|
+
"ModelVariants": list[ModelVariantConfigSummaryTypeDef],
|
|
10363
10321
|
"DataStorageConfig": InferenceExperimentDataStorageConfigOutputTypeDef,
|
|
10364
10322
|
"ShadowModeConfig": ShadowModeConfigOutputTypeDef,
|
|
10365
10323
|
"KmsKey": str,
|
|
@@ -10461,9 +10419,9 @@ class DescribeOptimizationJobResponseTypeDef(TypedDict):
|
|
|
10461
10419
|
FailureReason: str
|
|
10462
10420
|
OptimizationJobName: str
|
|
10463
10421
|
ModelSource: OptimizationJobModelSourceTypeDef
|
|
10464
|
-
OptimizationEnvironment:
|
|
10422
|
+
OptimizationEnvironment: dict[str, str]
|
|
10465
10423
|
DeploymentInstanceType: OptimizationJobDeploymentInstanceTypeType
|
|
10466
|
-
OptimizationConfigs:
|
|
10424
|
+
OptimizationConfigs: list[OptimizationConfigOutputTypeDef]
|
|
10467
10425
|
OutputConfig: OptimizationJobOutputConfigTypeDef
|
|
10468
10426
|
OptimizationOutput: OptimizationOutputTypeDef
|
|
10469
10427
|
RoleArn: str
|
|
@@ -10472,13 +10430,13 @@ class DescribeOptimizationJobResponseTypeDef(TypedDict):
|
|
|
10472
10430
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
10473
10431
|
|
|
10474
10432
|
class DescribeProcessingJobResponseTypeDef(TypedDict):
|
|
10475
|
-
ProcessingInputs:
|
|
10433
|
+
ProcessingInputs: list[ProcessingInputTypeDef]
|
|
10476
10434
|
ProcessingOutputConfig: ProcessingOutputConfigOutputTypeDef
|
|
10477
10435
|
ProcessingJobName: str
|
|
10478
10436
|
ProcessingResources: ProcessingResourcesTypeDef
|
|
10479
10437
|
StoppingCondition: ProcessingStoppingConditionTypeDef
|
|
10480
10438
|
AppSpecification: AppSpecificationOutputTypeDef
|
|
10481
|
-
Environment:
|
|
10439
|
+
Environment: dict[str, str]
|
|
10482
10440
|
NetworkConfig: NetworkConfigOutputTypeDef
|
|
10483
10441
|
RoleArn: str
|
|
10484
10442
|
ExperimentConfig: ExperimentConfigTypeDef
|
|
@@ -10496,13 +10454,13 @@ class DescribeProcessingJobResponseTypeDef(TypedDict):
|
|
|
10496
10454
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
10497
10455
|
|
|
10498
10456
|
class ProcessingJobTypeDef(TypedDict):
|
|
10499
|
-
ProcessingInputs: NotRequired[
|
|
10457
|
+
ProcessingInputs: NotRequired[list[ProcessingInputTypeDef]]
|
|
10500
10458
|
ProcessingOutputConfig: NotRequired[ProcessingOutputConfigOutputTypeDef]
|
|
10501
10459
|
ProcessingJobName: NotRequired[str]
|
|
10502
10460
|
ProcessingResources: NotRequired[ProcessingResourcesTypeDef]
|
|
10503
10461
|
StoppingCondition: NotRequired[ProcessingStoppingConditionTypeDef]
|
|
10504
10462
|
AppSpecification: NotRequired[AppSpecificationOutputTypeDef]
|
|
10505
|
-
Environment: NotRequired[
|
|
10463
|
+
Environment: NotRequired[dict[str, str]]
|
|
10506
10464
|
NetworkConfig: NotRequired[NetworkConfigOutputTypeDef]
|
|
10507
10465
|
RoleArn: NotRequired[str]
|
|
10508
10466
|
ExperimentConfig: NotRequired[ExperimentConfigTypeDef]
|
|
@@ -10517,7 +10475,7 @@ class ProcessingJobTypeDef(TypedDict):
|
|
|
10517
10475
|
MonitoringScheduleArn: NotRequired[str]
|
|
10518
10476
|
AutoMLJobArn: NotRequired[str]
|
|
10519
10477
|
TrainingJobArn: NotRequired[str]
|
|
10520
|
-
Tags: NotRequired[
|
|
10478
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
10521
10479
|
|
|
10522
10480
|
class CreateProcessingJobRequestRequestTypeDef(TypedDict):
|
|
10523
10481
|
ProcessingJobName: str
|
|
@@ -10571,7 +10529,7 @@ class DescribeLabelingJobResponseTypeDef(TypedDict):
|
|
|
10571
10529
|
StoppingConditions: LabelingJobStoppingConditionsTypeDef
|
|
10572
10530
|
LabelingJobAlgorithmsConfig: LabelingJobAlgorithmsConfigOutputTypeDef
|
|
10573
10531
|
HumanTaskConfig: HumanTaskConfigOutputTypeDef
|
|
10574
|
-
Tags:
|
|
10532
|
+
Tags: list[TagTypeDef]
|
|
10575
10533
|
LabelingJobOutput: LabelingJobOutputTypeDef
|
|
10576
10534
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
10577
10535
|
|
|
@@ -10587,7 +10545,7 @@ class SpaceSettingsOutputTypeDef(TypedDict):
|
|
|
10587
10545
|
JupyterLabAppSettings: NotRequired[SpaceJupyterLabAppSettingsOutputTypeDef]
|
|
10588
10546
|
AppType: NotRequired[AppTypeType]
|
|
10589
10547
|
SpaceStorageSettings: NotRequired[SpaceStorageSettingsTypeDef]
|
|
10590
|
-
CustomFileSystems: NotRequired[
|
|
10548
|
+
CustomFileSystems: NotRequired[list[CustomFileSystemTypeDef]]
|
|
10591
10549
|
|
|
10592
10550
|
SpaceJupyterLabAppSettingsUnionTypeDef = Union[
|
|
10593
10551
|
SpaceJupyterLabAppSettingsTypeDef, SpaceJupyterLabAppSettingsOutputTypeDef
|
|
@@ -10603,10 +10561,10 @@ class DescribeTrainingJobResponseTypeDef(TypedDict):
|
|
|
10603
10561
|
TrainingJobStatus: TrainingJobStatusType
|
|
10604
10562
|
SecondaryStatus: SecondaryStatusType
|
|
10605
10563
|
FailureReason: str
|
|
10606
|
-
HyperParameters:
|
|
10564
|
+
HyperParameters: dict[str, str]
|
|
10607
10565
|
AlgorithmSpecification: AlgorithmSpecificationOutputTypeDef
|
|
10608
10566
|
RoleArn: str
|
|
10609
|
-
InputDataConfig:
|
|
10567
|
+
InputDataConfig: list[ChannelOutputTypeDef]
|
|
10610
10568
|
OutputDataConfig: OutputDataConfigTypeDef
|
|
10611
10569
|
ResourceConfig: ResourceConfigOutputTypeDef
|
|
10612
10570
|
WarmPoolStatus: WarmPoolStatusTypeDef
|
|
@@ -10616,8 +10574,8 @@ class DescribeTrainingJobResponseTypeDef(TypedDict):
|
|
|
10616
10574
|
TrainingStartTime: datetime
|
|
10617
10575
|
TrainingEndTime: datetime
|
|
10618
10576
|
LastModifiedTime: datetime
|
|
10619
|
-
SecondaryStatusTransitions:
|
|
10620
|
-
FinalMetricDataList:
|
|
10577
|
+
SecondaryStatusTransitions: list[SecondaryStatusTransitionTypeDef]
|
|
10578
|
+
FinalMetricDataList: list[MetricDataTypeDef]
|
|
10621
10579
|
EnableNetworkIsolation: bool
|
|
10622
10580
|
EnableInterContainerTrafficEncryption: bool
|
|
10623
10581
|
EnableManagedSpotTraining: bool
|
|
@@ -10626,14 +10584,14 @@ class DescribeTrainingJobResponseTypeDef(TypedDict):
|
|
|
10626
10584
|
BillableTimeInSeconds: int
|
|
10627
10585
|
DebugHookConfig: DebugHookConfigOutputTypeDef
|
|
10628
10586
|
ExperimentConfig: ExperimentConfigTypeDef
|
|
10629
|
-
DebugRuleConfigurations:
|
|
10587
|
+
DebugRuleConfigurations: list[DebugRuleConfigurationOutputTypeDef]
|
|
10630
10588
|
TensorBoardOutputConfig: TensorBoardOutputConfigTypeDef
|
|
10631
|
-
DebugRuleEvaluationStatuses:
|
|
10589
|
+
DebugRuleEvaluationStatuses: list[DebugRuleEvaluationStatusTypeDef]
|
|
10632
10590
|
ProfilerConfig: ProfilerConfigOutputTypeDef
|
|
10633
|
-
ProfilerRuleConfigurations:
|
|
10634
|
-
ProfilerRuleEvaluationStatuses:
|
|
10591
|
+
ProfilerRuleConfigurations: list[ProfilerRuleConfigurationOutputTypeDef]
|
|
10592
|
+
ProfilerRuleEvaluationStatuses: list[ProfilerRuleEvaluationStatusTypeDef]
|
|
10635
10593
|
ProfilingStatus: ProfilingStatusType
|
|
10636
|
-
Environment:
|
|
10594
|
+
Environment: dict[str, str]
|
|
10637
10595
|
RetryStrategy: RetryStrategyTypeDef
|
|
10638
10596
|
RemoteDebugConfig: RemoteDebugConfigTypeDef
|
|
10639
10597
|
InfraCheckConfig: InfraCheckConfigTypeDef
|
|
@@ -10649,10 +10607,10 @@ class TrainingJobTypeDef(TypedDict):
|
|
|
10649
10607
|
TrainingJobStatus: NotRequired[TrainingJobStatusType]
|
|
10650
10608
|
SecondaryStatus: NotRequired[SecondaryStatusType]
|
|
10651
10609
|
FailureReason: NotRequired[str]
|
|
10652
|
-
HyperParameters: NotRequired[
|
|
10610
|
+
HyperParameters: NotRequired[dict[str, str]]
|
|
10653
10611
|
AlgorithmSpecification: NotRequired[AlgorithmSpecificationOutputTypeDef]
|
|
10654
10612
|
RoleArn: NotRequired[str]
|
|
10655
|
-
InputDataConfig: NotRequired[
|
|
10613
|
+
InputDataConfig: NotRequired[list[ChannelOutputTypeDef]]
|
|
10656
10614
|
OutputDataConfig: NotRequired[OutputDataConfigTypeDef]
|
|
10657
10615
|
ResourceConfig: NotRequired[ResourceConfigOutputTypeDef]
|
|
10658
10616
|
VpcConfig: NotRequired[VpcConfigOutputTypeDef]
|
|
@@ -10661,8 +10619,8 @@ class TrainingJobTypeDef(TypedDict):
|
|
|
10661
10619
|
TrainingStartTime: NotRequired[datetime]
|
|
10662
10620
|
TrainingEndTime: NotRequired[datetime]
|
|
10663
10621
|
LastModifiedTime: NotRequired[datetime]
|
|
10664
|
-
SecondaryStatusTransitions: NotRequired[
|
|
10665
|
-
FinalMetricDataList: NotRequired[
|
|
10622
|
+
SecondaryStatusTransitions: NotRequired[list[SecondaryStatusTransitionTypeDef]]
|
|
10623
|
+
FinalMetricDataList: NotRequired[list[MetricDataTypeDef]]
|
|
10666
10624
|
EnableNetworkIsolation: NotRequired[bool]
|
|
10667
10625
|
EnableInterContainerTrafficEncryption: NotRequired[bool]
|
|
10668
10626
|
EnableManagedSpotTraining: NotRequired[bool]
|
|
@@ -10671,13 +10629,13 @@ class TrainingJobTypeDef(TypedDict):
|
|
|
10671
10629
|
BillableTimeInSeconds: NotRequired[int]
|
|
10672
10630
|
DebugHookConfig: NotRequired[DebugHookConfigOutputTypeDef]
|
|
10673
10631
|
ExperimentConfig: NotRequired[ExperimentConfigTypeDef]
|
|
10674
|
-
DebugRuleConfigurations: NotRequired[
|
|
10632
|
+
DebugRuleConfigurations: NotRequired[list[DebugRuleConfigurationOutputTypeDef]]
|
|
10675
10633
|
TensorBoardOutputConfig: NotRequired[TensorBoardOutputConfigTypeDef]
|
|
10676
|
-
DebugRuleEvaluationStatuses: NotRequired[
|
|
10634
|
+
DebugRuleEvaluationStatuses: NotRequired[list[DebugRuleEvaluationStatusTypeDef]]
|
|
10677
10635
|
ProfilerConfig: NotRequired[ProfilerConfigOutputTypeDef]
|
|
10678
|
-
Environment: NotRequired[
|
|
10636
|
+
Environment: NotRequired[dict[str, str]]
|
|
10679
10637
|
RetryStrategy: NotRequired[RetryStrategyTypeDef]
|
|
10680
|
-
Tags: NotRequired[
|
|
10638
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
10681
10639
|
|
|
10682
10640
|
class CreateTransformJobRequestRequestTypeDef(TypedDict):
|
|
10683
10641
|
TransformJobName: str
|
|
@@ -10705,7 +10663,7 @@ class DescribeTransformJobResponseTypeDef(TypedDict):
|
|
|
10705
10663
|
ModelClientConfig: ModelClientConfigTypeDef
|
|
10706
10664
|
MaxPayloadInMB: int
|
|
10707
10665
|
BatchStrategy: BatchStrategyType
|
|
10708
|
-
Environment:
|
|
10666
|
+
Environment: dict[str, str]
|
|
10709
10667
|
TransformInput: TransformInputTypeDef
|
|
10710
10668
|
TransformOutput: TransformOutputTypeDef
|
|
10711
10669
|
DataCaptureConfig: BatchDataCaptureConfigTypeDef
|
|
@@ -10726,7 +10684,7 @@ class TransformJobDefinitionOutputTypeDef(TypedDict):
|
|
|
10726
10684
|
MaxConcurrentTransforms: NotRequired[int]
|
|
10727
10685
|
MaxPayloadInMB: NotRequired[int]
|
|
10728
10686
|
BatchStrategy: NotRequired[BatchStrategyType]
|
|
10729
|
-
Environment: NotRequired[
|
|
10687
|
+
Environment: NotRequired[dict[str, str]]
|
|
10730
10688
|
|
|
10731
10689
|
class TransformJobDefinitionTypeDef(TypedDict):
|
|
10732
10690
|
TransformInput: TransformInputTypeDef
|
|
@@ -10747,7 +10705,7 @@ class TransformJobTypeDef(TypedDict):
|
|
|
10747
10705
|
ModelClientConfig: NotRequired[ModelClientConfigTypeDef]
|
|
10748
10706
|
MaxPayloadInMB: NotRequired[int]
|
|
10749
10707
|
BatchStrategy: NotRequired[BatchStrategyType]
|
|
10750
|
-
Environment: NotRequired[
|
|
10708
|
+
Environment: NotRequired[dict[str, str]]
|
|
10751
10709
|
TransformInput: NotRequired[TransformInputTypeDef]
|
|
10752
10710
|
TransformOutput: NotRequired[TransformOutputTypeDef]
|
|
10753
10711
|
DataCaptureConfig: NotRequired[BatchDataCaptureConfigTypeDef]
|
|
@@ -10759,7 +10717,7 @@ class TransformJobTypeDef(TypedDict):
|
|
|
10759
10717
|
AutoMLJobArn: NotRequired[str]
|
|
10760
10718
|
DataProcessing: NotRequired[DataProcessingTypeDef]
|
|
10761
10719
|
ExperimentConfig: NotRequired[ExperimentConfigTypeDef]
|
|
10762
|
-
Tags: NotRequired[
|
|
10720
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
10763
10721
|
|
|
10764
10722
|
class DescribeDomainResponseTypeDef(TypedDict):
|
|
10765
10723
|
DomainArn: str
|
|
@@ -10778,7 +10736,7 @@ class DescribeDomainResponseTypeDef(TypedDict):
|
|
|
10778
10736
|
DomainSettings: DomainSettingsOutputTypeDef
|
|
10779
10737
|
AppNetworkAccessType: AppNetworkAccessTypeType
|
|
10780
10738
|
HomeEfsFileSystemKmsKeyId: str
|
|
10781
|
-
SubnetIds:
|
|
10739
|
+
SubnetIds: list[str]
|
|
10782
10740
|
Url: str
|
|
10783
10741
|
VpcId: str
|
|
10784
10742
|
KmsKeyId: str
|
|
@@ -10808,7 +10766,7 @@ class AsyncInferenceConfigTypeDef(TypedDict):
|
|
|
10808
10766
|
class DescribeAutoMLJobV2ResponseTypeDef(TypedDict):
|
|
10809
10767
|
AutoMLJobName: str
|
|
10810
10768
|
AutoMLJobArn: str
|
|
10811
|
-
AutoMLJobInputDataConfig:
|
|
10769
|
+
AutoMLJobInputDataConfig: list[AutoMLJobChannelTypeDef]
|
|
10812
10770
|
OutputDataConfig: AutoMLOutputDataConfigTypeDef
|
|
10813
10771
|
RoleArn: str
|
|
10814
10772
|
AutoMLJobObjective: AutoMLJobObjectiveTypeDef
|
|
@@ -10818,7 +10776,7 @@ class DescribeAutoMLJobV2ResponseTypeDef(TypedDict):
|
|
|
10818
10776
|
EndTime: datetime
|
|
10819
10777
|
LastModifiedTime: datetime
|
|
10820
10778
|
FailureReason: str
|
|
10821
|
-
PartialFailureReasons:
|
|
10779
|
+
PartialFailureReasons: list[AutoMLPartialFailureReasonTypeDef]
|
|
10822
10780
|
BestCandidate: AutoMLCandidateTypeDef
|
|
10823
10781
|
AutoMLJobStatus: AutoMLJobStatusType
|
|
10824
10782
|
AutoMLJobSecondaryStatus: AutoMLJobSecondaryStatusType
|
|
@@ -10853,7 +10811,7 @@ class TimeSeriesForecastingJobConfigTypeDef(TypedDict):
|
|
|
10853
10811
|
CandidateGenerationConfig: NotRequired[CandidateGenerationConfigUnionTypeDef]
|
|
10854
10812
|
|
|
10855
10813
|
class ListPipelineExecutionStepsResponseTypeDef(TypedDict):
|
|
10856
|
-
PipelineExecutionSteps:
|
|
10814
|
+
PipelineExecutionSteps: list[PipelineExecutionStepTypeDef]
|
|
10857
10815
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
10858
10816
|
NextToken: NotRequired[str]
|
|
10859
10817
|
|
|
@@ -10884,8 +10842,8 @@ class DescribeInferenceRecommendationsJobResponseTypeDef(TypedDict):
|
|
|
10884
10842
|
FailureReason: str
|
|
10885
10843
|
InputConfig: RecommendationJobInputConfigOutputTypeDef
|
|
10886
10844
|
StoppingConditions: RecommendationJobStoppingConditionsOutputTypeDef
|
|
10887
|
-
InferenceRecommendations:
|
|
10888
|
-
EndpointPerformances:
|
|
10845
|
+
InferenceRecommendations: list[InferenceRecommendationTypeDef]
|
|
10846
|
+
EndpointPerformances: list[EndpointPerformanceTypeDef]
|
|
10889
10847
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
10890
10848
|
|
|
10891
10849
|
HyperParameterSpecificationTypeDef = TypedDict(
|
|
@@ -10920,13 +10878,13 @@ class EndpointInputConfigurationTypeDef(TypedDict):
|
|
|
10920
10878
|
class DescribeEndpointConfigOutputTypeDef(TypedDict):
|
|
10921
10879
|
EndpointConfigName: str
|
|
10922
10880
|
EndpointConfigArn: str
|
|
10923
|
-
ProductionVariants:
|
|
10881
|
+
ProductionVariants: list[ProductionVariantTypeDef]
|
|
10924
10882
|
DataCaptureConfig: DataCaptureConfigOutputTypeDef
|
|
10925
10883
|
KmsKeyId: str
|
|
10926
10884
|
CreationTime: datetime
|
|
10927
10885
|
AsyncInferenceConfig: AsyncInferenceConfigOutputTypeDef
|
|
10928
10886
|
ExplainerConfig: ExplainerConfigOutputTypeDef
|
|
10929
|
-
ShadowProductionVariants:
|
|
10887
|
+
ShadowProductionVariants: list[ProductionVariantTypeDef]
|
|
10930
10888
|
ExecutionRoleArn: str
|
|
10931
10889
|
VpcConfig: VpcConfigOutputTypeDef
|
|
10932
10890
|
EnableNetworkIsolation: bool
|
|
@@ -10936,7 +10894,7 @@ class DescribeEndpointOutputTypeDef(TypedDict):
|
|
|
10936
10894
|
EndpointName: str
|
|
10937
10895
|
EndpointArn: str
|
|
10938
10896
|
EndpointConfigName: str
|
|
10939
|
-
ProductionVariants:
|
|
10897
|
+
ProductionVariants: list[ProductionVariantSummaryTypeDef]
|
|
10940
10898
|
DataCaptureConfig: DataCaptureConfigSummaryTypeDef
|
|
10941
10899
|
EndpointStatus: EndpointStatusType
|
|
10942
10900
|
FailureReason: str
|
|
@@ -10946,7 +10904,7 @@ class DescribeEndpointOutputTypeDef(TypedDict):
|
|
|
10946
10904
|
AsyncInferenceConfig: AsyncInferenceConfigOutputTypeDef
|
|
10947
10905
|
PendingDeploymentSummary: PendingDeploymentSummaryTypeDef
|
|
10948
10906
|
ExplainerConfig: ExplainerConfigOutputTypeDef
|
|
10949
|
-
ShadowProductionVariants:
|
|
10907
|
+
ShadowProductionVariants: list[ProductionVariantSummaryTypeDef]
|
|
10950
10908
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
10951
10909
|
|
|
10952
10910
|
class ExplainerConfigTypeDef(TypedDict):
|
|
@@ -10969,7 +10927,7 @@ class DescribeHyperParameterTuningJobResponseTypeDef(TypedDict):
|
|
|
10969
10927
|
HyperParameterTuningJobArn: str
|
|
10970
10928
|
HyperParameterTuningJobConfig: HyperParameterTuningJobConfigOutputTypeDef
|
|
10971
10929
|
TrainingJobDefinition: HyperParameterTrainingJobDefinitionOutputTypeDef
|
|
10972
|
-
TrainingJobDefinitions:
|
|
10930
|
+
TrainingJobDefinitions: list[HyperParameterTrainingJobDefinitionOutputTypeDef]
|
|
10973
10931
|
HyperParameterTuningJobStatus: HyperParameterTuningJobStatusType
|
|
10974
10932
|
CreationTime: datetime
|
|
10975
10933
|
HyperParameterTuningEndTime: datetime
|
|
@@ -10990,7 +10948,7 @@ class HyperParameterTuningJobSearchEntityTypeDef(TypedDict):
|
|
|
10990
10948
|
HyperParameterTuningJobArn: NotRequired[str]
|
|
10991
10949
|
HyperParameterTuningJobConfig: NotRequired[HyperParameterTuningJobConfigOutputTypeDef]
|
|
10992
10950
|
TrainingJobDefinition: NotRequired[HyperParameterTrainingJobDefinitionOutputTypeDef]
|
|
10993
|
-
TrainingJobDefinitions: NotRequired[
|
|
10951
|
+
TrainingJobDefinitions: NotRequired[list[HyperParameterTrainingJobDefinitionOutputTypeDef]]
|
|
10994
10952
|
HyperParameterTuningJobStatus: NotRequired[HyperParameterTuningJobStatusType]
|
|
10995
10953
|
CreationTime: NotRequired[datetime]
|
|
10996
10954
|
HyperParameterTuningEndTime: NotRequired[datetime]
|
|
@@ -11003,10 +10961,10 @@ class HyperParameterTuningJobSearchEntityTypeDef(TypedDict):
|
|
|
11003
10961
|
FailureReason: NotRequired[str]
|
|
11004
10962
|
TuningJobCompletionDetails: NotRequired[HyperParameterTuningJobCompletionDetailsTypeDef]
|
|
11005
10963
|
ConsumedResources: NotRequired[HyperParameterTuningJobConsumedResourcesTypeDef]
|
|
11006
|
-
Tags: NotRequired[
|
|
10964
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
11007
10965
|
|
|
11008
10966
|
class ListSpacesResponseTypeDef(TypedDict):
|
|
11009
|
-
Spaces:
|
|
10967
|
+
Spaces: list[SpaceDetailsTypeDef]
|
|
11010
10968
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
11011
10969
|
NextToken: NotRequired[str]
|
|
11012
10970
|
|
|
@@ -11021,7 +10979,7 @@ class DefaultSpaceSettingsTypeDef(TypedDict):
|
|
|
11021
10979
|
CustomFileSystemConfigs: NotRequired[Sequence[CustomFileSystemConfigTypeDef]]
|
|
11022
10980
|
|
|
11023
10981
|
class ListInferenceRecommendationsJobStepsResponseTypeDef(TypedDict):
|
|
11024
|
-
Steps:
|
|
10982
|
+
Steps: list[InferenceRecommendationsJobStepTypeDef]
|
|
11025
10983
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
11026
10984
|
NextToken: NotRequired[str]
|
|
11027
10985
|
|
|
@@ -11050,7 +11008,7 @@ class DescribeWorkteamResponseTypeDef(TypedDict):
|
|
|
11050
11008
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
11051
11009
|
|
|
11052
11010
|
class ListWorkteamsResponseTypeDef(TypedDict):
|
|
11053
|
-
Workteams:
|
|
11011
|
+
Workteams: list[WorkteamTypeDef]
|
|
11054
11012
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
11055
11013
|
NextToken: NotRequired[str]
|
|
11056
11014
|
|
|
@@ -11059,7 +11017,7 @@ class UpdateWorkteamResponseTypeDef(TypedDict):
|
|
|
11059
11017
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
11060
11018
|
|
|
11061
11019
|
class ListLabelingJobsResponseTypeDef(TypedDict):
|
|
11062
|
-
LabelingJobSummaryList:
|
|
11020
|
+
LabelingJobSummaryList: list[LabelingJobSummaryTypeDef]
|
|
11063
11021
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
11064
11022
|
NextToken: NotRequired[str]
|
|
11065
11023
|
|
|
@@ -11068,12 +11026,12 @@ class DynamicScalingConfigurationTypeDef(TypedDict):
|
|
|
11068
11026
|
MaxCapacity: NotRequired[int]
|
|
11069
11027
|
ScaleInCooldown: NotRequired[int]
|
|
11070
11028
|
ScaleOutCooldown: NotRequired[int]
|
|
11071
|
-
ScalingPolicies: NotRequired[
|
|
11029
|
+
ScalingPolicies: NotRequired[list[ScalingPolicyTypeDef]]
|
|
11072
11030
|
|
|
11073
11031
|
class DescribeModelOutputTypeDef(TypedDict):
|
|
11074
11032
|
ModelName: str
|
|
11075
11033
|
PrimaryContainer: ContainerDefinitionOutputTypeDef
|
|
11076
|
-
Containers:
|
|
11034
|
+
Containers: list[ContainerDefinitionOutputTypeDef]
|
|
11077
11035
|
InferenceExecutionConfig: InferenceExecutionConfigTypeDef
|
|
11078
11036
|
ExecutionRoleArn: str
|
|
11079
11037
|
VpcConfig: VpcConfigOutputTypeDef
|
|
@@ -11086,14 +11044,14 @@ class DescribeModelOutputTypeDef(TypedDict):
|
|
|
11086
11044
|
class ModelTypeDef(TypedDict):
|
|
11087
11045
|
ModelName: NotRequired[str]
|
|
11088
11046
|
PrimaryContainer: NotRequired[ContainerDefinitionOutputTypeDef]
|
|
11089
|
-
Containers: NotRequired[
|
|
11047
|
+
Containers: NotRequired[list[ContainerDefinitionOutputTypeDef]]
|
|
11090
11048
|
InferenceExecutionConfig: NotRequired[InferenceExecutionConfigTypeDef]
|
|
11091
11049
|
ExecutionRoleArn: NotRequired[str]
|
|
11092
11050
|
VpcConfig: NotRequired[VpcConfigOutputTypeDef]
|
|
11093
11051
|
CreationTime: NotRequired[datetime]
|
|
11094
11052
|
ModelArn: NotRequired[str]
|
|
11095
11053
|
EnableNetworkIsolation: NotRequired[bool]
|
|
11096
|
-
Tags: NotRequired[
|
|
11054
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
11097
11055
|
DeploymentRecommendation: NotRequired[DeploymentRecommendationTypeDef]
|
|
11098
11056
|
|
|
11099
11057
|
ContainerDefinitionUnionTypeDef = Union[
|
|
@@ -11102,26 +11060,26 @@ ContainerDefinitionUnionTypeDef = Union[
|
|
|
11102
11060
|
|
|
11103
11061
|
class AdditionalInferenceSpecificationDefinitionOutputTypeDef(TypedDict):
|
|
11104
11062
|
Name: str
|
|
11105
|
-
Containers:
|
|
11063
|
+
Containers: list[ModelPackageContainerDefinitionOutputTypeDef]
|
|
11106
11064
|
Description: NotRequired[str]
|
|
11107
|
-
SupportedTransformInstanceTypes: NotRequired[
|
|
11108
|
-
SupportedRealtimeInferenceInstanceTypes: NotRequired[
|
|
11109
|
-
SupportedContentTypes: NotRequired[
|
|
11110
|
-
SupportedResponseMIMETypes: NotRequired[
|
|
11065
|
+
SupportedTransformInstanceTypes: NotRequired[list[TransformInstanceTypeType]]
|
|
11066
|
+
SupportedRealtimeInferenceInstanceTypes: NotRequired[list[ProductionVariantInstanceTypeType]]
|
|
11067
|
+
SupportedContentTypes: NotRequired[list[str]]
|
|
11068
|
+
SupportedResponseMIMETypes: NotRequired[list[str]]
|
|
11111
11069
|
|
|
11112
11070
|
class InferenceSpecificationOutputTypeDef(TypedDict):
|
|
11113
|
-
Containers:
|
|
11114
|
-
SupportedTransformInstanceTypes: NotRequired[
|
|
11115
|
-
SupportedRealtimeInferenceInstanceTypes: NotRequired[
|
|
11116
|
-
SupportedContentTypes: NotRequired[
|
|
11117
|
-
SupportedResponseMIMETypes: NotRequired[
|
|
11071
|
+
Containers: list[ModelPackageContainerDefinitionOutputTypeDef]
|
|
11072
|
+
SupportedTransformInstanceTypes: NotRequired[list[TransformInstanceTypeType]]
|
|
11073
|
+
SupportedRealtimeInferenceInstanceTypes: NotRequired[list[ProductionVariantInstanceTypeType]]
|
|
11074
|
+
SupportedContentTypes: NotRequired[list[str]]
|
|
11075
|
+
SupportedResponseMIMETypes: NotRequired[list[str]]
|
|
11118
11076
|
|
|
11119
11077
|
ModelPackageContainerDefinitionUnionTypeDef = Union[
|
|
11120
11078
|
ModelPackageContainerDefinitionTypeDef, ModelPackageContainerDefinitionOutputTypeDef
|
|
11121
11079
|
]
|
|
11122
11080
|
|
|
11123
11081
|
class SourceAlgorithmSpecificationOutputTypeDef(TypedDict):
|
|
11124
|
-
SourceAlgorithms:
|
|
11082
|
+
SourceAlgorithms: list[SourceAlgorithmTypeDef]
|
|
11125
11083
|
|
|
11126
11084
|
class SourceAlgorithmSpecificationTypeDef(TypedDict):
|
|
11127
11085
|
SourceAlgorithms: Sequence[SourceAlgorithmTypeDef]
|
|
@@ -11195,14 +11153,14 @@ class DescribeModelQualityJobDefinitionResponseTypeDef(TypedDict):
|
|
|
11195
11153
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
11196
11154
|
|
|
11197
11155
|
class MonitoringJobDefinitionOutputTypeDef(TypedDict):
|
|
11198
|
-
MonitoringInputs:
|
|
11156
|
+
MonitoringInputs: list[MonitoringInputOutputTypeDef]
|
|
11199
11157
|
MonitoringOutputConfig: MonitoringOutputConfigOutputTypeDef
|
|
11200
11158
|
MonitoringResources: MonitoringResourcesTypeDef
|
|
11201
11159
|
MonitoringAppSpecification: MonitoringAppSpecificationOutputTypeDef
|
|
11202
11160
|
RoleArn: str
|
|
11203
11161
|
BaselineConfig: NotRequired[MonitoringBaselineConfigTypeDef]
|
|
11204
11162
|
StoppingCondition: NotRequired[MonitoringStoppingConditionTypeDef]
|
|
11205
|
-
Environment: NotRequired[
|
|
11163
|
+
Environment: NotRequired[dict[str, str]]
|
|
11206
11164
|
NetworkConfig: NotRequired[NetworkConfigOutputTypeDef]
|
|
11207
11165
|
|
|
11208
11166
|
BatchTransformInputUnionTypeDef = Union[
|
|
@@ -11458,11 +11416,11 @@ class UpdateSpaceRequestRequestTypeDef(TypedDict):
|
|
|
11458
11416
|
|
|
11459
11417
|
class AlgorithmValidationSpecificationOutputTypeDef(TypedDict):
|
|
11460
11418
|
ValidationRole: str
|
|
11461
|
-
ValidationProfiles:
|
|
11419
|
+
ValidationProfiles: list[AlgorithmValidationProfileOutputTypeDef]
|
|
11462
11420
|
|
|
11463
11421
|
class ModelPackageValidationSpecificationOutputTypeDef(TypedDict):
|
|
11464
11422
|
ValidationRole: str
|
|
11465
|
-
ValidationProfiles:
|
|
11423
|
+
ValidationProfiles: list[ModelPackageValidationProfileOutputTypeDef]
|
|
11466
11424
|
|
|
11467
11425
|
class ModelPackageValidationProfileTypeDef(TypedDict):
|
|
11468
11426
|
ProfileName: str
|
|
@@ -11480,15 +11438,15 @@ class TrialComponentTypeDef(TypedDict):
|
|
|
11480
11438
|
CreatedBy: NotRequired[UserContextTypeDef]
|
|
11481
11439
|
LastModifiedTime: NotRequired[datetime]
|
|
11482
11440
|
LastModifiedBy: NotRequired[UserContextTypeDef]
|
|
11483
|
-
Parameters: NotRequired[
|
|
11484
|
-
InputArtifacts: NotRequired[
|
|
11485
|
-
OutputArtifacts: NotRequired[
|
|
11486
|
-
Metrics: NotRequired[
|
|
11441
|
+
Parameters: NotRequired[dict[str, TrialComponentParameterValueTypeDef]]
|
|
11442
|
+
InputArtifacts: NotRequired[dict[str, TrialComponentArtifactTypeDef]]
|
|
11443
|
+
OutputArtifacts: NotRequired[dict[str, TrialComponentArtifactTypeDef]]
|
|
11444
|
+
Metrics: NotRequired[list[TrialComponentMetricSummaryTypeDef]]
|
|
11487
11445
|
MetadataProperties: NotRequired[MetadataPropertiesTypeDef]
|
|
11488
11446
|
SourceDetail: NotRequired[TrialComponentSourceDetailTypeDef]
|
|
11489
11447
|
LineageGroupArn: NotRequired[str]
|
|
11490
|
-
Tags: NotRequired[
|
|
11491
|
-
Parents: NotRequired[
|
|
11448
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
11449
|
+
Parents: NotRequired[list[ParentTypeDef]]
|
|
11492
11450
|
RunName: NotRequired[str]
|
|
11493
11451
|
|
|
11494
11452
|
class AutoMLProblemTypeConfigTypeDef(TypedDict):
|
|
@@ -11524,8 +11482,8 @@ class RecommendationJobInputConfigTypeDef(TypedDict):
|
|
|
11524
11482
|
VpcConfig: NotRequired[RecommendationJobVpcConfigUnionTypeDef]
|
|
11525
11483
|
|
|
11526
11484
|
class BatchDescribeModelPackageOutputTypeDef(TypedDict):
|
|
11527
|
-
ModelPackageSummaries:
|
|
11528
|
-
BatchDescribeModelPackageErrorMap:
|
|
11485
|
+
ModelPackageSummaries: dict[str, BatchDescribeModelPackageSummaryTypeDef]
|
|
11486
|
+
BatchDescribeModelPackageErrorMap: dict[str, BatchDescribeModelPackageErrorTypeDef]
|
|
11529
11487
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
11530
11488
|
|
|
11531
11489
|
AdditionalInferenceSpecificationDefinitionUnionTypeDef = Union[
|
|
@@ -11571,7 +11529,7 @@ class ModelDashboardMonitoringScheduleTypeDef(TypedDict):
|
|
|
11571
11529
|
LastModifiedTime: NotRequired[datetime]
|
|
11572
11530
|
MonitoringScheduleConfig: NotRequired[MonitoringScheduleConfigOutputTypeDef]
|
|
11573
11531
|
EndpointName: NotRequired[str]
|
|
11574
|
-
MonitoringAlertSummaries: NotRequired[
|
|
11532
|
+
MonitoringAlertSummaries: NotRequired[list[MonitoringAlertSummaryTypeDef]]
|
|
11575
11533
|
LastMonitoringExecutionSummary: NotRequired[MonitoringExecutionSummaryTypeDef]
|
|
11576
11534
|
BatchTransformInput: NotRequired[BatchTransformInputOutputTypeDef]
|
|
11577
11535
|
|
|
@@ -11586,7 +11544,7 @@ class MonitoringScheduleTypeDef(TypedDict):
|
|
|
11586
11544
|
MonitoringScheduleConfig: NotRequired[MonitoringScheduleConfigOutputTypeDef]
|
|
11587
11545
|
EndpointName: NotRequired[str]
|
|
11588
11546
|
LastMonitoringExecutionSummary: NotRequired[MonitoringExecutionSummaryTypeDef]
|
|
11589
|
-
Tags: NotRequired[
|
|
11547
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
11590
11548
|
|
|
11591
11549
|
class CreateDataQualityJobDefinitionRequestRequestTypeDef(TypedDict):
|
|
11592
11550
|
JobDefinitionName: str
|
|
@@ -11730,9 +11688,9 @@ class DescribeModelPackageOutputTypeDef(TypedDict):
|
|
|
11730
11688
|
Domain: str
|
|
11731
11689
|
Task: str
|
|
11732
11690
|
SamplePayloadUrl: str
|
|
11733
|
-
CustomerMetadataProperties:
|
|
11691
|
+
CustomerMetadataProperties: dict[str, str]
|
|
11734
11692
|
DriftCheckBaselines: DriftCheckBaselinesTypeDef
|
|
11735
|
-
AdditionalInferenceSpecifications:
|
|
11693
|
+
AdditionalInferenceSpecifications: list[AdditionalInferenceSpecificationDefinitionOutputTypeDef]
|
|
11736
11694
|
SkipModelValidation: SkipModelValidationType
|
|
11737
11695
|
SourceUri: str
|
|
11738
11696
|
SecurityConfig: ModelPackageSecurityConfigTypeDef
|
|
@@ -11764,14 +11722,14 @@ class ModelPackageTypeDef(TypedDict):
|
|
|
11764
11722
|
Task: NotRequired[str]
|
|
11765
11723
|
SamplePayloadUrl: NotRequired[str]
|
|
11766
11724
|
AdditionalInferenceSpecifications: NotRequired[
|
|
11767
|
-
|
|
11725
|
+
list[AdditionalInferenceSpecificationDefinitionOutputTypeDef]
|
|
11768
11726
|
]
|
|
11769
11727
|
SourceUri: NotRequired[str]
|
|
11770
11728
|
SecurityConfig: NotRequired[ModelPackageSecurityConfigTypeDef]
|
|
11771
11729
|
ModelCard: NotRequired[ModelPackageModelCardTypeDef]
|
|
11772
11730
|
ModelLifeCycle: NotRequired[ModelLifeCycleTypeDef]
|
|
11773
|
-
Tags: NotRequired[
|
|
11774
|
-
CustomerMetadataProperties: NotRequired[
|
|
11731
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
11732
|
+
CustomerMetadataProperties: NotRequired[dict[str, str]]
|
|
11775
11733
|
DriftCheckBaselines: NotRequired[DriftCheckBaselinesTypeDef]
|
|
11776
11734
|
SkipModelValidation: NotRequired[SkipModelValidationType]
|
|
11777
11735
|
|
|
@@ -11804,9 +11762,9 @@ class CreateInferenceRecommendationsJobRequestRequestTypeDef(TypedDict):
|
|
|
11804
11762
|
|
|
11805
11763
|
class ModelDashboardModelTypeDef(TypedDict):
|
|
11806
11764
|
Model: NotRequired[ModelTypeDef]
|
|
11807
|
-
Endpoints: NotRequired[
|
|
11765
|
+
Endpoints: NotRequired[list[ModelDashboardEndpointTypeDef]]
|
|
11808
11766
|
LastBatchTransformJob: NotRequired[TransformJobTypeDef]
|
|
11809
|
-
MonitoringSchedules: NotRequired[
|
|
11767
|
+
MonitoringSchedules: NotRequired[list[ModelDashboardMonitoringScheduleTypeDef]]
|
|
11810
11768
|
ModelCard: NotRequired[ModelDashboardModelCardTypeDef]
|
|
11811
11769
|
|
|
11812
11770
|
class EndpointTypeDef(TypedDict):
|
|
@@ -11816,12 +11774,12 @@ class EndpointTypeDef(TypedDict):
|
|
|
11816
11774
|
EndpointStatus: EndpointStatusType
|
|
11817
11775
|
CreationTime: datetime
|
|
11818
11776
|
LastModifiedTime: datetime
|
|
11819
|
-
ProductionVariants: NotRequired[
|
|
11777
|
+
ProductionVariants: NotRequired[list[ProductionVariantSummaryTypeDef]]
|
|
11820
11778
|
DataCaptureConfig: NotRequired[DataCaptureConfigSummaryTypeDef]
|
|
11821
11779
|
FailureReason: NotRequired[str]
|
|
11822
|
-
MonitoringSchedules: NotRequired[
|
|
11823
|
-
Tags: NotRequired[
|
|
11824
|
-
ShadowProductionVariants: NotRequired[
|
|
11780
|
+
MonitoringSchedules: NotRequired[list[MonitoringScheduleTypeDef]]
|
|
11781
|
+
Tags: NotRequired[list[TagTypeDef]]
|
|
11782
|
+
ShadowProductionVariants: NotRequired[list[ProductionVariantSummaryTypeDef]]
|
|
11825
11783
|
|
|
11826
11784
|
class MonitoringJobDefinitionTypeDef(TypedDict):
|
|
11827
11785
|
MonitoringInputs: Sequence[MonitoringInputUnionTypeDef]
|
|
@@ -11908,7 +11866,7 @@ class CreateModelPackageInputRequestTypeDef(TypedDict):
|
|
|
11908
11866
|
ModelLifeCycle: NotRequired[ModelLifeCycleTypeDef]
|
|
11909
11867
|
|
|
11910
11868
|
class SearchResponseTypeDef(TypedDict):
|
|
11911
|
-
Results:
|
|
11869
|
+
Results: list[SearchRecordTypeDef]
|
|
11912
11870
|
ResponseMetadata: ResponseMetadataTypeDef
|
|
11913
11871
|
NextToken: NotRequired[str]
|
|
11914
11872
|
|