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