mypy-boto3-sagemaker 1.35.0__py3-none-any.whl → 1.35.13__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 -0
- mypy_boto3_sagemaker/__main__.py +4 -4
- mypy_boto3_sagemaker/client.py +796 -2097
- mypy_boto3_sagemaker/client.pyi +795 -2097
- mypy_boto3_sagemaker/literals.py +7 -1
- mypy_boto3_sagemaker/literals.pyi +5 -1
- mypy_boto3_sagemaker/paginator.py +184 -730
- mypy_boto3_sagemaker/paginator.pyi +182 -804
- mypy_boto3_sagemaker/type_defs.py +351 -996
- mypy_boto3_sagemaker/type_defs.pyi +351 -997
- mypy_boto3_sagemaker/version.py +1 -1
- mypy_boto3_sagemaker/waiter.py +49 -24
- mypy_boto3_sagemaker/waiter.pyi +48 -37
- {mypy_boto3_sagemaker-1.35.0.dist-info → mypy_boto3_sagemaker-1.35.13.dist-info}/METADATA +19 -20
- mypy_boto3_sagemaker-1.35.13.dist-info/RECORD +20 -0
- {mypy_boto3_sagemaker-1.35.0.dist-info → mypy_boto3_sagemaker-1.35.13.dist-info}/WHEEL +1 -1
- mypy_boto3_sagemaker-1.35.0.dist-info/RECORD +0 -20
- {mypy_boto3_sagemaker-1.35.0.dist-info → mypy_boto3_sagemaker-1.35.13.dist-info}/LICENSE +0 -0
- {mypy_boto3_sagemaker-1.35.0.dist-info → mypy_boto3_sagemaker-1.35.13.dist-info}/top_level.txt +0 -0
|
@@ -48,6 +48,7 @@ from .literals import (
|
|
|
48
48
|
AutoMLS3DataTypeType,
|
|
49
49
|
AutoMLSortByType,
|
|
50
50
|
AutoMLSortOrderType,
|
|
51
|
+
AutoMountHomeEFSType,
|
|
51
52
|
AwsManagedHumanLoopRequestSourceType,
|
|
52
53
|
BatchStrategyType,
|
|
53
54
|
BooleanOperatorType,
|
|
@@ -134,6 +135,7 @@ from .literals import (
|
|
|
134
135
|
JoinSourceType,
|
|
135
136
|
LabelingJobStatusType,
|
|
136
137
|
LastUpdateStatusValueType,
|
|
138
|
+
LifecycleManagementType,
|
|
137
139
|
LineageTypeType,
|
|
138
140
|
ListCompilationJobsSortByType,
|
|
139
141
|
ListDeviceFleetsSortByType,
|
|
@@ -294,6 +296,7 @@ if sys.version_info >= (3, 12):
|
|
|
294
296
|
else:
|
|
295
297
|
from typing_extensions import TypedDict
|
|
296
298
|
|
|
299
|
+
|
|
297
300
|
__all__ = (
|
|
298
301
|
"ActionSourceTypeDef",
|
|
299
302
|
"AddAssociationRequestRequestTypeDef",
|
|
@@ -308,7 +311,7 @@ __all__ = (
|
|
|
308
311
|
"AmazonQSettingsTypeDef",
|
|
309
312
|
"AnnotationConsolidationConfigTypeDef",
|
|
310
313
|
"ResourceSpecTypeDef",
|
|
311
|
-
"
|
|
314
|
+
"IdleSettingsTypeDef",
|
|
312
315
|
"AppSpecificationOutputTypeDef",
|
|
313
316
|
"AppSpecificationTypeDef",
|
|
314
317
|
"ArtifactSourceTypeTypeDef",
|
|
@@ -359,7 +362,6 @@ __all__ = (
|
|
|
359
362
|
"CaptureContentTypeHeaderTypeDef",
|
|
360
363
|
"CaptureOptionTypeDef",
|
|
361
364
|
"CategoricalParameterOutputTypeDef",
|
|
362
|
-
"CategoricalParameterRangeExtraOutputTypeDef",
|
|
363
365
|
"CategoricalParameterRangeOutputTypeDef",
|
|
364
366
|
"CategoricalParameterRangeSpecificationOutputTypeDef",
|
|
365
367
|
"CategoricalParameterRangeSpecificationTypeDef",
|
|
@@ -379,9 +381,8 @@ __all__ = (
|
|
|
379
381
|
"ClusterInstancePlacementTypeDef",
|
|
380
382
|
"ClusterInstanceStatusDetailsTypeDef",
|
|
381
383
|
"ClusterSummaryTypeDef",
|
|
382
|
-
"ContainerConfigExtraOutputTypeDef",
|
|
383
|
-
"FileSystemConfigTypeDef",
|
|
384
384
|
"ContainerConfigOutputTypeDef",
|
|
385
|
+
"FileSystemConfigTypeDef",
|
|
385
386
|
"ContainerConfigTypeDef",
|
|
386
387
|
"CustomImageTypeDef",
|
|
387
388
|
"GitConfigTypeDef",
|
|
@@ -389,7 +390,6 @@ __all__ = (
|
|
|
389
390
|
"CognitoConfigTypeDef",
|
|
390
391
|
"CognitoMemberDefinitionTypeDef",
|
|
391
392
|
"VectorConfigTypeDef",
|
|
392
|
-
"CollectionConfigurationExtraOutputTypeDef",
|
|
393
393
|
"CollectionConfigurationOutputTypeDef",
|
|
394
394
|
"CollectionConfigurationTypeDef",
|
|
395
395
|
"CompilationJobSummaryTypeDef",
|
|
@@ -468,11 +468,9 @@ __all__ = (
|
|
|
468
468
|
"MonitoringStatisticsResourceTypeDef",
|
|
469
469
|
"EndpointInputTypeDef",
|
|
470
470
|
"FileSystemDataSourceTypeDef",
|
|
471
|
-
"S3DataSourceExtraOutputTypeDef",
|
|
472
471
|
"S3DataSourceOutputTypeDef",
|
|
473
472
|
"S3DataSourceTypeDef",
|
|
474
473
|
"RedshiftDatasetDefinitionTypeDef",
|
|
475
|
-
"DebugRuleConfigurationExtraOutputTypeDef",
|
|
476
474
|
"DebugRuleConfigurationOutputTypeDef",
|
|
477
475
|
"DebugRuleConfigurationTypeDef",
|
|
478
476
|
"DebugRuleEvaluationStatusTypeDef",
|
|
@@ -686,7 +684,6 @@ __all__ = (
|
|
|
686
684
|
"UiConfigTypeDef",
|
|
687
685
|
"HumanTaskUiSummaryTypeDef",
|
|
688
686
|
"HyperParameterTuningJobObjectiveTypeDef",
|
|
689
|
-
"VpcConfigExtraOutputTypeDef",
|
|
690
687
|
"HyperParameterTuningInstanceConfigTypeDef",
|
|
691
688
|
"ResourceLimitsTypeDef",
|
|
692
689
|
"HyperbandStrategyConfigTypeDef",
|
|
@@ -700,7 +697,6 @@ __all__ = (
|
|
|
700
697
|
"InferenceComponentContainerSpecificationTypeDef",
|
|
701
698
|
"InferenceComponentStartupParametersTypeDef",
|
|
702
699
|
"InferenceComponentSummaryTypeDef",
|
|
703
|
-
"InferenceExperimentScheduleExtraOutputTypeDef",
|
|
704
700
|
"InferenceHubAccessConfigTypeDef",
|
|
705
701
|
"RecommendationMetricsTypeDef",
|
|
706
702
|
"InferenceRecommendationsJobTypeDef",
|
|
@@ -709,7 +705,6 @@ __all__ = (
|
|
|
709
705
|
"IntegerParameterRangeTypeDef",
|
|
710
706
|
"KernelSpecTypeDef",
|
|
711
707
|
"LabelCountersForWorkteamTypeDef",
|
|
712
|
-
"LabelingJobDataAttributesExtraOutputTypeDef",
|
|
713
708
|
"LabelingJobDataAttributesOutputTypeDef",
|
|
714
709
|
"LabelingJobDataAttributesTypeDef",
|
|
715
710
|
"LabelingJobS3DataSourceTypeDef",
|
|
@@ -755,7 +750,6 @@ __all__ = (
|
|
|
755
750
|
"UserProfileDetailsTypeDef",
|
|
756
751
|
"ListWorkforcesRequestRequestTypeDef",
|
|
757
752
|
"ListWorkteamsRequestRequestTypeDef",
|
|
758
|
-
"OidcMemberDefinitionExtraOutputTypeDef",
|
|
759
753
|
"OidcMemberDefinitionOutputTypeDef",
|
|
760
754
|
"OidcMemberDefinitionTypeDef",
|
|
761
755
|
"PredefinedMetricSpecificationTypeDef",
|
|
@@ -773,7 +767,6 @@ __all__ = (
|
|
|
773
767
|
"ModelQuantizationConfigOutputTypeDef",
|
|
774
768
|
"ModelQuantizationConfigTypeDef",
|
|
775
769
|
"ModelStepMetadataTypeDef",
|
|
776
|
-
"MonitoringAppSpecificationExtraOutputTypeDef",
|
|
777
770
|
"MonitoringAppSpecificationOutputTypeDef",
|
|
778
771
|
"MonitoringAppSpecificationTypeDef",
|
|
779
772
|
"MonitoringClusterConfigTypeDef",
|
|
@@ -805,7 +798,6 @@ __all__ = (
|
|
|
805
798
|
"ProcessingS3InputTypeDef",
|
|
806
799
|
"ProcessingS3OutputTypeDef",
|
|
807
800
|
"ProductionVariantCoreDumpConfigTypeDef",
|
|
808
|
-
"ProfilerConfigExtraOutputTypeDef",
|
|
809
801
|
"ProfilerConfigForUpdateTypeDef",
|
|
810
802
|
"ProfilerRuleConfigurationTypeDef",
|
|
811
803
|
"PropertyNameQueryTypeDef",
|
|
@@ -829,8 +821,8 @@ __all__ = (
|
|
|
829
821
|
"SendPipelineExecutionStepFailureRequestRequestTypeDef",
|
|
830
822
|
"ShadowModelVariantConfigTypeDef",
|
|
831
823
|
"SharingSettingsTypeDef",
|
|
832
|
-
"SourceIpConfigExtraOutputTypeDef",
|
|
833
824
|
"SourceIpConfigOutputTypeDef",
|
|
825
|
+
"SpaceIdleSettingsTypeDef",
|
|
834
826
|
"SpaceSharingSettingsSummaryTypeDef",
|
|
835
827
|
"StairsTypeDef",
|
|
836
828
|
"StartEdgeDeploymentStageRequestRequestTypeDef",
|
|
@@ -1012,7 +1004,6 @@ __all__ = (
|
|
|
1012
1004
|
"ListTagsOutputTypeDef",
|
|
1013
1005
|
"AutoRollbackConfigOutputTypeDef",
|
|
1014
1006
|
"AutoRollbackConfigTypeDef",
|
|
1015
|
-
"HyperParameterAlgorithmSpecificationExtraOutputTypeDef",
|
|
1016
1007
|
"HyperParameterAlgorithmSpecificationOutputTypeDef",
|
|
1017
1008
|
"HyperParameterAlgorithmSpecificationTypeDef",
|
|
1018
1009
|
"AlgorithmStatusDetailsTypeDef",
|
|
@@ -1022,10 +1013,8 @@ __all__ = (
|
|
|
1022
1013
|
"DescribeAppResponseTypeDef",
|
|
1023
1014
|
"RStudioServerProDomainSettingsForUpdateTypeDef",
|
|
1024
1015
|
"RStudioServerProDomainSettingsTypeDef",
|
|
1025
|
-
"SpaceCodeEditorAppSettingsTypeDef",
|
|
1026
1016
|
"TensorBoardAppSettingsTypeDef",
|
|
1027
|
-
"
|
|
1028
|
-
"ArtifactSourceExtraOutputTypeDef",
|
|
1017
|
+
"AppLifecycleManagementTypeDef",
|
|
1029
1018
|
"ArtifactSourceOutputTypeDef",
|
|
1030
1019
|
"ArtifactSourceTypeDef",
|
|
1031
1020
|
"AsyncInferenceOutputConfigOutputTypeDef",
|
|
@@ -1073,14 +1062,10 @@ __all__ = (
|
|
|
1073
1062
|
"ClusterInstanceStorageConfigTypeDef",
|
|
1074
1063
|
"ClusterNodeSummaryTypeDef",
|
|
1075
1064
|
"ListClustersResponseTypeDef",
|
|
1076
|
-
"CodeEditorAppImageConfigExtraOutputTypeDef",
|
|
1077
|
-
"JupyterLabAppImageConfigExtraOutputTypeDef",
|
|
1078
1065
|
"CodeEditorAppImageConfigOutputTypeDef",
|
|
1079
1066
|
"JupyterLabAppImageConfigOutputTypeDef",
|
|
1080
1067
|
"CodeEditorAppImageConfigTypeDef",
|
|
1081
1068
|
"JupyterLabAppImageConfigTypeDef",
|
|
1082
|
-
"CodeEditorAppSettingsOutputTypeDef",
|
|
1083
|
-
"CodeEditorAppSettingsTypeDef",
|
|
1084
1069
|
"KernelGatewayAppSettingsOutputTypeDef",
|
|
1085
1070
|
"KernelGatewayAppSettingsTypeDef",
|
|
1086
1071
|
"RSessionAppSettingsOutputTypeDef",
|
|
@@ -1090,10 +1075,7 @@ __all__ = (
|
|
|
1090
1075
|
"DescribeCodeRepositoryOutputTypeDef",
|
|
1091
1076
|
"JupyterServerAppSettingsOutputTypeDef",
|
|
1092
1077
|
"JupyterServerAppSettingsTypeDef",
|
|
1093
|
-
"SpaceJupyterLabAppSettingsOutputTypeDef",
|
|
1094
|
-
"SpaceJupyterLabAppSettingsTypeDef",
|
|
1095
1078
|
"CollectionConfigTypeDef",
|
|
1096
|
-
"DebugHookConfigExtraOutputTypeDef",
|
|
1097
1079
|
"DebugHookConfigOutputTypeDef",
|
|
1098
1080
|
"DebugHookConfigTypeDef",
|
|
1099
1081
|
"ListCompilationJobsResponseTypeDef",
|
|
@@ -1190,13 +1172,11 @@ __all__ = (
|
|
|
1190
1172
|
"UpdateWorkforceRequestRequestTypeDef",
|
|
1191
1173
|
"CustomFileSystemConfigTypeDef",
|
|
1192
1174
|
"CustomFileSystemTypeDef",
|
|
1193
|
-
"DataQualityAppSpecificationUnionTypeDef",
|
|
1194
1175
|
"ModelBiasBaselineConfigTypeDef",
|
|
1195
1176
|
"ModelExplainabilityBaselineConfigTypeDef",
|
|
1196
1177
|
"ModelQualityBaselineConfigTypeDef",
|
|
1197
1178
|
"DataQualityBaselineConfigTypeDef",
|
|
1198
1179
|
"MonitoringBaselineConfigTypeDef",
|
|
1199
|
-
"DataSourceExtraOutputTypeDef",
|
|
1200
1180
|
"DataSourceOutputTypeDef",
|
|
1201
1181
|
"DataSourceTypeDef",
|
|
1202
1182
|
"DatasetDefinitionTypeDef",
|
|
@@ -1207,7 +1187,6 @@ __all__ = (
|
|
|
1207
1187
|
"DeploymentRecommendationTypeDef",
|
|
1208
1188
|
"DeploymentStageStatusSummaryTypeDef",
|
|
1209
1189
|
"DeploymentStageTypeDef",
|
|
1210
|
-
"NeoVpcConfigUnionTypeDef",
|
|
1211
1190
|
"DescribeDeviceResponseTypeDef",
|
|
1212
1191
|
"DescribeEdgePackagingJobResponseTypeDef",
|
|
1213
1192
|
"DescribeEndpointInputEndpointDeletedWaitTypeDef",
|
|
@@ -1231,12 +1210,8 @@ __all__ = (
|
|
|
1231
1210
|
"DescribeHubContentResponseTypeDef",
|
|
1232
1211
|
"DescribeHumanTaskUiResponseTypeDef",
|
|
1233
1212
|
"InferenceExperimentSummaryTypeDef",
|
|
1234
|
-
"ModelBiasAppSpecificationUnionTypeDef",
|
|
1235
1213
|
"DescribeModelCardExportJobResponseTypeDef",
|
|
1236
|
-
"ModelExplainabilityAppSpecificationUnionTypeDef",
|
|
1237
|
-
"ModelQualityAppSpecificationUnionTypeDef",
|
|
1238
1214
|
"ListMonitoringExecutionsResponseTypeDef",
|
|
1239
|
-
"OptimizationVpcConfigUnionTypeDef",
|
|
1240
1215
|
"DescribeSubscribedWorkteamResponseTypeDef",
|
|
1241
1216
|
"ListSubscribedWorkteamsResponseTypeDef",
|
|
1242
1217
|
"TrainingJobSummaryTypeDef",
|
|
@@ -1254,8 +1229,6 @@ __all__ = (
|
|
|
1254
1229
|
"ListEdgeDeploymentPlansResponseTypeDef",
|
|
1255
1230
|
"GetDeviceFleetReportResponseTypeDef",
|
|
1256
1231
|
"ListEdgePackagingJobsResponseTypeDef",
|
|
1257
|
-
"JupyterLabAppSettingsOutputTypeDef",
|
|
1258
|
-
"JupyterLabAppSettingsTypeDef",
|
|
1259
1232
|
"ListEndpointConfigsOutputTypeDef",
|
|
1260
1233
|
"EndpointOutputConfigurationTypeDef",
|
|
1261
1234
|
"EndpointPerformanceTypeDef",
|
|
@@ -1272,14 +1245,10 @@ __all__ = (
|
|
|
1272
1245
|
"ListHubsResponseTypeDef",
|
|
1273
1246
|
"HumanLoopActivationConfigTypeDef",
|
|
1274
1247
|
"ListHumanTaskUisResponseTypeDef",
|
|
1275
|
-
"NetworkConfigExtraOutputTypeDef",
|
|
1276
|
-
"VpcConfigUnionTypeDef",
|
|
1277
|
-
"HyperParameterTuningResourceConfigExtraOutputTypeDef",
|
|
1278
1248
|
"HyperParameterTuningResourceConfigOutputTypeDef",
|
|
1279
1249
|
"HyperParameterTuningResourceConfigTypeDef",
|
|
1280
1250
|
"HyperParameterTuningJobSummaryTypeDef",
|
|
1281
1251
|
"HyperParameterTuningJobStrategyConfigTypeDef",
|
|
1282
|
-
"HyperParameterTuningJobWarmStartConfigExtraOutputTypeDef",
|
|
1283
1252
|
"HyperParameterTuningJobWarmStartConfigOutputTypeDef",
|
|
1284
1253
|
"HyperParameterTuningJobWarmStartConfigTypeDef",
|
|
1285
1254
|
"UserContextTypeDef",
|
|
@@ -1290,15 +1259,12 @@ __all__ = (
|
|
|
1290
1259
|
"InferenceComponentSpecificationTypeDef",
|
|
1291
1260
|
"ListInferenceComponentsOutputTypeDef",
|
|
1292
1261
|
"ListInferenceRecommendationsJobsResponseTypeDef",
|
|
1293
|
-
"ResourceConfigExtraOutputTypeDef",
|
|
1294
1262
|
"ResourceConfigOutputTypeDef",
|
|
1295
1263
|
"ResourceConfigTypeDef",
|
|
1296
1264
|
"ParameterRangeOutputTypeDef",
|
|
1297
1265
|
"ParameterRangeTypeDef",
|
|
1298
|
-
"ParameterRangesExtraOutputTypeDef",
|
|
1299
1266
|
"ParameterRangesOutputTypeDef",
|
|
1300
1267
|
"ParameterRangesTypeDef",
|
|
1301
|
-
"KernelGatewayImageConfigExtraOutputTypeDef",
|
|
1302
1268
|
"KernelGatewayImageConfigOutputTypeDef",
|
|
1303
1269
|
"KernelGatewayImageConfigTypeDef",
|
|
1304
1270
|
"LabelingJobForWorkteamSummaryTypeDef",
|
|
@@ -1402,7 +1368,6 @@ __all__ = (
|
|
|
1402
1368
|
"ListStudioLifecycleConfigsResponseTypeDef",
|
|
1403
1369
|
"ListTransformJobsResponseTypeDef",
|
|
1404
1370
|
"ListUserProfilesResponseTypeDef",
|
|
1405
|
-
"MemberDefinitionExtraOutputTypeDef",
|
|
1406
1371
|
"MemberDefinitionOutputTypeDef",
|
|
1407
1372
|
"MemberDefinitionTypeDef",
|
|
1408
1373
|
"MetricSpecificationTypeDef",
|
|
@@ -1418,7 +1383,6 @@ __all__ = (
|
|
|
1418
1383
|
"OptimizationConfigOutputTypeDef",
|
|
1419
1384
|
"OptimizationConfigTypeDef",
|
|
1420
1385
|
"MonitoringResourcesTypeDef",
|
|
1421
|
-
"MonitoringDatasetFormatExtraOutputTypeDef",
|
|
1422
1386
|
"MonitoringDatasetFormatOutputTypeDef",
|
|
1423
1387
|
"MonitoringDatasetFormatTypeDef",
|
|
1424
1388
|
"MonitoringOutputTypeDef",
|
|
@@ -1432,10 +1396,8 @@ __all__ = (
|
|
|
1432
1396
|
"ProcessingResourcesTypeDef",
|
|
1433
1397
|
"ProcessingOutputTypeDef",
|
|
1434
1398
|
"ProductionVariantTypeDef",
|
|
1435
|
-
"ProfilerConfigUnionTypeDef",
|
|
1436
1399
|
"ProfilerRuleConfigurationUnionTypeDef",
|
|
1437
1400
|
"SuggestionQueryTypeDef",
|
|
1438
|
-
"ServiceCatalogProvisioningDetailsExtraOutputTypeDef",
|
|
1439
1401
|
"ServiceCatalogProvisioningDetailsOutputTypeDef",
|
|
1440
1402
|
"ServiceCatalogProvisioningDetailsTypeDef",
|
|
1441
1403
|
"ServiceCatalogProvisioningUpdateDetailsTypeDef",
|
|
@@ -1447,12 +1409,11 @@ __all__ = (
|
|
|
1447
1409
|
"RenderUiTemplateRequestRequestTypeDef",
|
|
1448
1410
|
"RenderUiTemplateResponseTypeDef",
|
|
1449
1411
|
"SearchRequestRequestTypeDef",
|
|
1450
|
-
"SelectiveExecutionConfigExtraOutputTypeDef",
|
|
1451
1412
|
"SelectiveExecutionConfigOutputTypeDef",
|
|
1452
1413
|
"SelectiveExecutionConfigTypeDef",
|
|
1453
1414
|
"ShadowModeConfigOutputTypeDef",
|
|
1454
1415
|
"ShadowModeConfigTypeDef",
|
|
1455
|
-
"
|
|
1416
|
+
"SpaceAppLifecycleManagementTypeDef",
|
|
1456
1417
|
"TrafficPatternOutputTypeDef",
|
|
1457
1418
|
"TrafficPatternTypeDef",
|
|
1458
1419
|
"TrainingImageConfigTypeDef",
|
|
@@ -1463,8 +1424,11 @@ __all__ = (
|
|
|
1463
1424
|
"DomainSettingsForUpdateTypeDef",
|
|
1464
1425
|
"DomainSettingsOutputTypeDef",
|
|
1465
1426
|
"DomainSettingsTypeDef",
|
|
1427
|
+
"CodeEditorAppSettingsOutputTypeDef",
|
|
1428
|
+
"CodeEditorAppSettingsTypeDef",
|
|
1429
|
+
"JupyterLabAppSettingsOutputTypeDef",
|
|
1430
|
+
"JupyterLabAppSettingsTypeDef",
|
|
1466
1431
|
"ArtifactSummaryTypeDef",
|
|
1467
|
-
"ArtifactSourceUnionTypeDef",
|
|
1468
1432
|
"CreateArtifactRequestRequestTypeDef",
|
|
1469
1433
|
"DeleteArtifactRequestRequestTypeDef",
|
|
1470
1434
|
"AsyncInferenceConfigOutputTypeDef",
|
|
@@ -1480,15 +1444,11 @@ __all__ = (
|
|
|
1480
1444
|
"AutoMLJobConfigOutputTypeDef",
|
|
1481
1445
|
"LabelingJobAlgorithmsConfigOutputTypeDef",
|
|
1482
1446
|
"AutoMLJobConfigTypeDef",
|
|
1483
|
-
"AutoMLSecurityConfigUnionTypeDef",
|
|
1484
1447
|
"LabelingJobAlgorithmsConfigTypeDef",
|
|
1485
|
-
"MonitoringNetworkConfigUnionTypeDef",
|
|
1486
1448
|
"ModelMetricsTypeDef",
|
|
1487
1449
|
"PipelineExecutionStepMetadataTypeDef",
|
|
1488
1450
|
"AutoMLCandidateTypeDef",
|
|
1489
1451
|
"BlueGreenUpdatePolicyTypeDef",
|
|
1490
|
-
"InferenceExperimentDataStorageConfigUnionTypeDef",
|
|
1491
|
-
"DataCaptureConfigUnionTypeDef",
|
|
1492
1452
|
"EndpointInputConfigurationOutputTypeDef",
|
|
1493
1453
|
"EndpointInputConfigurationTypeDef",
|
|
1494
1454
|
"ClarifyExplainerConfigOutputTypeDef",
|
|
@@ -1497,15 +1457,10 @@ __all__ = (
|
|
|
1497
1457
|
"ClusterInstanceGroupSpecificationTypeDef",
|
|
1498
1458
|
"ClusterNodeDetailsTypeDef",
|
|
1499
1459
|
"ListClusterNodesResponseTypeDef",
|
|
1500
|
-
"CodeEditorAppImageConfigUnionTypeDef",
|
|
1501
|
-
"JupyterLabAppImageConfigUnionTypeDef",
|
|
1502
1460
|
"ListCodeRepositoriesOutputTypeDef",
|
|
1503
1461
|
"FeatureDefinitionTypeDef",
|
|
1504
|
-
"DebugHookConfigUnionTypeDef",
|
|
1505
1462
|
"ListContextsResponseTypeDef",
|
|
1506
|
-
"InferenceExperimentScheduleUnionTypeDef",
|
|
1507
1463
|
"QueryLineageRequestRequestTypeDef",
|
|
1508
|
-
"ChannelExtraOutputTypeDef",
|
|
1509
1464
|
"ChannelOutputTypeDef",
|
|
1510
1465
|
"ChannelTypeDef",
|
|
1511
1466
|
"ProcessingInputTypeDef",
|
|
@@ -1521,20 +1476,12 @@ __all__ = (
|
|
|
1521
1476
|
"UpdateEndpointWeightsAndCapacitiesInputRequestTypeDef",
|
|
1522
1477
|
"ListDevicesResponseTypeDef",
|
|
1523
1478
|
"DriftCheckBaselinesTypeDef",
|
|
1524
|
-
"SpaceSettingsOutputTypeDef",
|
|
1525
1479
|
"SpaceSettingsSummaryTypeDef",
|
|
1526
|
-
"SpaceSettingsTypeDef",
|
|
1527
|
-
"DefaultSpaceSettingsOutputTypeDef",
|
|
1528
|
-
"UserSettingsOutputTypeDef",
|
|
1529
|
-
"DefaultSpaceSettingsTypeDef",
|
|
1530
|
-
"UserSettingsTypeDef",
|
|
1531
1480
|
"InferenceRecommendationTypeDef",
|
|
1532
1481
|
"RecommendationJobInferenceBenchmarkTypeDef",
|
|
1533
1482
|
"SearchExpressionTypeDef",
|
|
1534
1483
|
"ListTrainingJobsForHyperParameterTuningJobResponseTypeDef",
|
|
1535
|
-
"NetworkConfigUnionTypeDef",
|
|
1536
1484
|
"ListHyperParameterTuningJobsResponseTypeDef",
|
|
1537
|
-
"HyperParameterTuningJobWarmStartConfigUnionTypeDef",
|
|
1538
1485
|
"AssociationSummaryTypeDef",
|
|
1539
1486
|
"DescribeActionResponseTypeDef",
|
|
1540
1487
|
"DescribeArtifactResponseTypeDef",
|
|
@@ -1557,19 +1504,15 @@ __all__ = (
|
|
|
1557
1504
|
"WorkerAccessConfigurationTypeDef",
|
|
1558
1505
|
"CreateInferenceComponentInputRequestTypeDef",
|
|
1559
1506
|
"UpdateInferenceComponentInputRequestTypeDef",
|
|
1560
|
-
"ResourceConfigUnionTypeDef",
|
|
1561
1507
|
"HyperParameterSpecificationOutputTypeDef",
|
|
1562
1508
|
"HyperParameterSpecificationTypeDef",
|
|
1563
|
-
"HyperParameterTuningJobConfigExtraOutputTypeDef",
|
|
1564
1509
|
"HyperParameterTuningJobConfigOutputTypeDef",
|
|
1565
1510
|
"HyperParameterTuningJobConfigTypeDef",
|
|
1566
1511
|
"AppImageConfigDetailsTypeDef",
|
|
1567
1512
|
"DescribeAppImageConfigResponseTypeDef",
|
|
1568
1513
|
"CreateAppImageConfigRequestRequestTypeDef",
|
|
1569
|
-
"KernelGatewayImageConfigUnionTypeDef",
|
|
1570
1514
|
"UpdateAppImageConfigRequestRequestTypeDef",
|
|
1571
1515
|
"ListLabelingJobsForWorkteamResponseTypeDef",
|
|
1572
|
-
"LabelingJobInputConfigExtraOutputTypeDef",
|
|
1573
1516
|
"LabelingJobInputConfigOutputTypeDef",
|
|
1574
1517
|
"LabelingJobInputConfigTypeDef",
|
|
1575
1518
|
"MemberDefinitionUnionTypeDef",
|
|
@@ -1579,21 +1522,17 @@ __all__ = (
|
|
|
1579
1522
|
"MonitoringAlertSummaryTypeDef",
|
|
1580
1523
|
"ModelVariantConfigSummaryTypeDef",
|
|
1581
1524
|
"ModelVariantConfigTypeDef",
|
|
1582
|
-
"RecommendationJobStoppingConditionsUnionTypeDef",
|
|
1583
1525
|
"ListModelMetadataRequestListModelMetadataPaginateTypeDef",
|
|
1584
1526
|
"ListModelMetadataRequestRequestTypeDef",
|
|
1585
1527
|
"OptimizationConfigUnionTypeDef",
|
|
1586
|
-
"BatchTransformInputExtraOutputTypeDef",
|
|
1587
1528
|
"BatchTransformInputOutputTypeDef",
|
|
1588
1529
|
"BatchTransformInputTypeDef",
|
|
1589
|
-
"MonitoringOutputConfigExtraOutputTypeDef",
|
|
1590
1530
|
"MonitoringOutputConfigOutputTypeDef",
|
|
1591
1531
|
"MonitoringOutputConfigTypeDef",
|
|
1592
1532
|
"OptimizationJobModelSourceTypeDef",
|
|
1593
1533
|
"CreateCompilationJobRequestRequestTypeDef",
|
|
1594
1534
|
"DescribeCompilationJobResponseTypeDef",
|
|
1595
1535
|
"PendingDeploymentSummaryTypeDef",
|
|
1596
|
-
"ProcessingOutputConfigExtraOutputTypeDef",
|
|
1597
1536
|
"ProcessingOutputConfigOutputTypeDef",
|
|
1598
1537
|
"ProcessingOutputConfigTypeDef",
|
|
1599
1538
|
"UpdateTrainingJobRequestRequestTypeDef",
|
|
@@ -1601,7 +1540,6 @@ __all__ = (
|
|
|
1601
1540
|
"DescribeProjectOutputTypeDef",
|
|
1602
1541
|
"ProjectTypeDef",
|
|
1603
1542
|
"CreateProjectInputRequestTypeDef",
|
|
1604
|
-
"ServiceCatalogProvisioningDetailsUnionTypeDef",
|
|
1605
1543
|
"UpdateProjectInputRequestTypeDef",
|
|
1606
1544
|
"HumanLoopConfigOutputTypeDef",
|
|
1607
1545
|
"HumanLoopConfigTypeDef",
|
|
@@ -1609,24 +1547,24 @@ __all__ = (
|
|
|
1609
1547
|
"HumanTaskConfigTypeDef",
|
|
1610
1548
|
"DescribePipelineExecutionResponseTypeDef",
|
|
1611
1549
|
"PipelineExecutionTypeDef",
|
|
1612
|
-
"SelectiveExecutionConfigUnionTypeDef",
|
|
1613
1550
|
"StartPipelineExecutionRequestRequestTypeDef",
|
|
1614
|
-
"
|
|
1615
|
-
"
|
|
1551
|
+
"SpaceCodeEditorAppSettingsTypeDef",
|
|
1552
|
+
"SpaceJupyterLabAppSettingsOutputTypeDef",
|
|
1553
|
+
"SpaceJupyterLabAppSettingsTypeDef",
|
|
1616
1554
|
"AlgorithmSpecificationOutputTypeDef",
|
|
1617
1555
|
"AlgorithmSpecificationTypeDef",
|
|
1618
1556
|
"TransformInputTypeDef",
|
|
1619
1557
|
"DescribeWorkforceResponseTypeDef",
|
|
1620
1558
|
"ListWorkforcesResponseTypeDef",
|
|
1621
1559
|
"UpdateWorkforceResponseTypeDef",
|
|
1622
|
-
"
|
|
1560
|
+
"DefaultSpaceSettingsOutputTypeDef",
|
|
1561
|
+
"UserSettingsOutputTypeDef",
|
|
1562
|
+
"DefaultSpaceSettingsTypeDef",
|
|
1563
|
+
"UserSettingsTypeDef",
|
|
1623
1564
|
"ListArtifactsResponseTypeDef",
|
|
1624
|
-
"AsyncInferenceConfigUnionTypeDef",
|
|
1625
1565
|
"AutoMLProblemTypeConfigOutputTypeDef",
|
|
1626
1566
|
"AutoMLProblemTypeConfigTypeDef",
|
|
1627
|
-
"AutoMLJobConfigUnionTypeDef",
|
|
1628
1567
|
"CreateAutoMLJobRequestRequestTypeDef",
|
|
1629
|
-
"LabelingJobAlgorithmsConfigUnionTypeDef",
|
|
1630
1568
|
"PipelineExecutionStepTypeDef",
|
|
1631
1569
|
"DescribeAutoMLJobResponseTypeDef",
|
|
1632
1570
|
"ListCandidatesForAutoMLJobResponseTypeDef",
|
|
@@ -1644,26 +1582,13 @@ __all__ = (
|
|
|
1644
1582
|
"DescribeFeatureGroupResponseTypeDef",
|
|
1645
1583
|
"FeatureGroupTypeDef",
|
|
1646
1584
|
"UpdateFeatureGroupRequestRequestTypeDef",
|
|
1647
|
-
"HyperParameterTrainingJobDefinitionExtraOutputTypeDef",
|
|
1648
1585
|
"HyperParameterTrainingJobDefinitionOutputTypeDef",
|
|
1649
1586
|
"TrainingJobDefinitionOutputTypeDef",
|
|
1650
1587
|
"ChannelUnionTypeDef",
|
|
1651
1588
|
"HyperParameterTrainingJobDefinitionTypeDef",
|
|
1652
1589
|
"TrainingJobDefinitionTypeDef",
|
|
1653
1590
|
"DescribeInferenceComponentOutputTypeDef",
|
|
1654
|
-
"DescribeSpaceResponseTypeDef",
|
|
1655
1591
|
"SpaceDetailsTypeDef",
|
|
1656
|
-
"CreateSpaceRequestRequestTypeDef",
|
|
1657
|
-
"SpaceSettingsUnionTypeDef",
|
|
1658
|
-
"UpdateSpaceRequestRequestTypeDef",
|
|
1659
|
-
"DescribeDomainResponseTypeDef",
|
|
1660
|
-
"DescribeUserProfileResponseTypeDef",
|
|
1661
|
-
"DefaultSpaceSettingsUnionTypeDef",
|
|
1662
|
-
"CreateDomainRequestRequestTypeDef",
|
|
1663
|
-
"CreateUserProfileRequestRequestTypeDef",
|
|
1664
|
-
"UpdateDomainRequestRequestTypeDef",
|
|
1665
|
-
"UpdateUserProfileRequestRequestTypeDef",
|
|
1666
|
-
"UserSettingsUnionTypeDef",
|
|
1667
1592
|
"InferenceRecommendationsJobStepTypeDef",
|
|
1668
1593
|
"SearchRequestSearchPaginateTypeDef",
|
|
1669
1594
|
"ListAssociationsResponseTypeDef",
|
|
@@ -1672,17 +1597,13 @@ __all__ = (
|
|
|
1672
1597
|
"WorkteamTypeDef",
|
|
1673
1598
|
"TrainingSpecificationOutputTypeDef",
|
|
1674
1599
|
"TrainingSpecificationTypeDef",
|
|
1675
|
-
"HyperParameterTuningJobConfigUnionTypeDef",
|
|
1676
1600
|
"ListAppImageConfigsResponseTypeDef",
|
|
1677
1601
|
"LabelingJobSummaryTypeDef",
|
|
1678
|
-
"LabelingJobInputConfigUnionTypeDef",
|
|
1679
1602
|
"CreateWorkteamRequestRequestTypeDef",
|
|
1680
1603
|
"UpdateWorkteamRequestRequestTypeDef",
|
|
1681
1604
|
"ScalingPolicyTypeDef",
|
|
1682
|
-
"ContainerDefinitionExtraOutputTypeDef",
|
|
1683
1605
|
"ContainerDefinitionOutputTypeDef",
|
|
1684
1606
|
"ContainerDefinitionTypeDef",
|
|
1685
|
-
"ModelPackageContainerDefinitionExtraOutputTypeDef",
|
|
1686
1607
|
"ModelPackageContainerDefinitionOutputTypeDef",
|
|
1687
1608
|
"ModelPackageContainerDefinitionTypeDef",
|
|
1688
1609
|
"SourceAlgorithmTypeDef",
|
|
@@ -1691,7 +1612,6 @@ __all__ = (
|
|
|
1691
1612
|
"CreateInferenceExperimentRequestRequestTypeDef",
|
|
1692
1613
|
"StopInferenceExperimentRequestRequestTypeDef",
|
|
1693
1614
|
"UpdateInferenceExperimentRequestRequestTypeDef",
|
|
1694
|
-
"MonitoringInputExtraOutputTypeDef",
|
|
1695
1615
|
"DataQualityJobInputOutputTypeDef",
|
|
1696
1616
|
"ModelBiasJobInputOutputTypeDef",
|
|
1697
1617
|
"ModelExplainabilityJobInputOutputTypeDef",
|
|
@@ -1702,42 +1622,40 @@ __all__ = (
|
|
|
1702
1622
|
"ModelExplainabilityJobInputTypeDef",
|
|
1703
1623
|
"ModelQualityJobInputTypeDef",
|
|
1704
1624
|
"MonitoringInputTypeDef",
|
|
1705
|
-
"MonitoringOutputConfigUnionTypeDef",
|
|
1706
1625
|
"CreateOptimizationJobRequestRequestTypeDef",
|
|
1707
1626
|
"DescribeOptimizationJobResponseTypeDef",
|
|
1708
1627
|
"DescribeProcessingJobResponseTypeDef",
|
|
1709
1628
|
"ProcessingJobTypeDef",
|
|
1710
1629
|
"CreateProcessingJobRequestRequestTypeDef",
|
|
1711
|
-
"ProcessingOutputConfigUnionTypeDef",
|
|
1712
1630
|
"DescribeFlowDefinitionResponseTypeDef",
|
|
1713
1631
|
"CreateFlowDefinitionRequestRequestTypeDef",
|
|
1714
|
-
"HumanLoopConfigUnionTypeDef",
|
|
1715
1632
|
"DescribeLabelingJobResponseTypeDef",
|
|
1716
1633
|
"CreateLabelingJobRequestRequestTypeDef",
|
|
1717
|
-
"
|
|
1634
|
+
"SpaceSettingsOutputTypeDef",
|
|
1635
|
+
"SpaceSettingsTypeDef",
|
|
1718
1636
|
"DescribeTrainingJobResponseTypeDef",
|
|
1719
1637
|
"TrainingJobTypeDef",
|
|
1720
|
-
"AlgorithmSpecificationUnionTypeDef",
|
|
1721
1638
|
"CreateTransformJobRequestRequestTypeDef",
|
|
1722
1639
|
"DescribeTransformJobResponseTypeDef",
|
|
1723
|
-
"TransformJobDefinitionExtraOutputTypeDef",
|
|
1724
1640
|
"TransformJobDefinitionOutputTypeDef",
|
|
1725
1641
|
"TransformJobDefinitionTypeDef",
|
|
1726
1642
|
"TransformJobTypeDef",
|
|
1643
|
+
"DescribeDomainResponseTypeDef",
|
|
1644
|
+
"DescribeUserProfileResponseTypeDef",
|
|
1645
|
+
"CreateDomainRequestRequestTypeDef",
|
|
1646
|
+
"CreateUserProfileRequestRequestTypeDef",
|
|
1647
|
+
"UpdateDomainRequestRequestTypeDef",
|
|
1648
|
+
"UpdateUserProfileRequestRequestTypeDef",
|
|
1727
1649
|
"DescribeAutoMLJobV2ResponseTypeDef",
|
|
1728
|
-
"AutoMLProblemTypeConfigUnionTypeDef",
|
|
1729
1650
|
"CreateAutoMLJobV2RequestRequestTypeDef",
|
|
1730
1651
|
"ListPipelineExecutionStepsResponseTypeDef",
|
|
1731
1652
|
"CreateEndpointInputRequestTypeDef",
|
|
1732
|
-
"DeploymentConfigUnionTypeDef",
|
|
1733
1653
|
"UpdateEndpointInputRequestTypeDef",
|
|
1734
1654
|
"DescribeInferenceRecommendationsJobResponseTypeDef",
|
|
1735
1655
|
"CreateInferenceRecommendationsJobRequestRequestTypeDef",
|
|
1736
|
-
"RecommendationJobInputConfigUnionTypeDef",
|
|
1737
1656
|
"DescribeEndpointConfigOutputTypeDef",
|
|
1738
1657
|
"DescribeEndpointOutputTypeDef",
|
|
1739
1658
|
"CreateEndpointConfigInputRequestTypeDef",
|
|
1740
|
-
"ExplainerConfigUnionTypeDef",
|
|
1741
1659
|
"DescribeHyperParameterTuningJobResponseTypeDef",
|
|
1742
1660
|
"HyperParameterTuningJobSearchEntityTypeDef",
|
|
1743
1661
|
"CreateTrainingJobRequestRequestTypeDef",
|
|
@@ -1747,37 +1665,30 @@ __all__ = (
|
|
|
1747
1665
|
"DescribeWorkteamResponseTypeDef",
|
|
1748
1666
|
"ListWorkteamsResponseTypeDef",
|
|
1749
1667
|
"UpdateWorkteamResponseTypeDef",
|
|
1750
|
-
"TrainingSpecificationUnionTypeDef",
|
|
1751
1668
|
"ListLabelingJobsResponseTypeDef",
|
|
1752
1669
|
"DynamicScalingConfigurationTypeDef",
|
|
1753
1670
|
"DescribeModelOutputTypeDef",
|
|
1754
1671
|
"ModelTypeDef",
|
|
1755
1672
|
"ContainerDefinitionUnionTypeDef",
|
|
1756
|
-
"AdditionalInferenceSpecificationDefinitionExtraOutputTypeDef",
|
|
1757
|
-
"InferenceSpecificationExtraOutputTypeDef",
|
|
1758
1673
|
"AdditionalInferenceSpecificationDefinitionOutputTypeDef",
|
|
1759
1674
|
"InferenceSpecificationOutputTypeDef",
|
|
1760
1675
|
"AdditionalInferenceSpecificationDefinitionTypeDef",
|
|
1761
1676
|
"InferenceSpecificationTypeDef",
|
|
1762
|
-
"SourceAlgorithmSpecificationExtraOutputTypeDef",
|
|
1763
1677
|
"SourceAlgorithmSpecificationOutputTypeDef",
|
|
1764
1678
|
"SourceAlgorithmSpecificationTypeDef",
|
|
1765
|
-
"MonitoringJobDefinitionExtraOutputTypeDef",
|
|
1766
1679
|
"DescribeDataQualityJobDefinitionResponseTypeDef",
|
|
1767
1680
|
"DescribeModelBiasJobDefinitionResponseTypeDef",
|
|
1768
1681
|
"DescribeModelExplainabilityJobDefinitionResponseTypeDef",
|
|
1769
1682
|
"DescribeModelQualityJobDefinitionResponseTypeDef",
|
|
1770
1683
|
"MonitoringJobDefinitionOutputTypeDef",
|
|
1771
1684
|
"CreateDataQualityJobDefinitionRequestRequestTypeDef",
|
|
1772
|
-
"DataQualityJobInputUnionTypeDef",
|
|
1773
1685
|
"CreateModelBiasJobDefinitionRequestRequestTypeDef",
|
|
1774
|
-
"ModelBiasJobInputUnionTypeDef",
|
|
1775
1686
|
"CreateModelExplainabilityJobDefinitionRequestRequestTypeDef",
|
|
1776
|
-
"ModelExplainabilityJobInputUnionTypeDef",
|
|
1777
1687
|
"CreateModelQualityJobDefinitionRequestRequestTypeDef",
|
|
1778
|
-
"ModelQualityJobInputUnionTypeDef",
|
|
1779
1688
|
"MonitoringJobDefinitionTypeDef",
|
|
1780
|
-
"
|
|
1689
|
+
"DescribeSpaceResponseTypeDef",
|
|
1690
|
+
"CreateSpaceRequestRequestTypeDef",
|
|
1691
|
+
"UpdateSpaceRequestRequestTypeDef",
|
|
1781
1692
|
"AlgorithmValidationProfileOutputTypeDef",
|
|
1782
1693
|
"ModelPackageValidationProfileOutputTypeDef",
|
|
1783
1694
|
"AlgorithmValidationProfileTypeDef",
|
|
@@ -1788,12 +1699,8 @@ __all__ = (
|
|
|
1788
1699
|
"CreateModelInputRequestTypeDef",
|
|
1789
1700
|
"BatchDescribeModelPackageSummaryTypeDef",
|
|
1790
1701
|
"AdditionalInferenceSpecificationDefinitionUnionTypeDef",
|
|
1791
|
-
"InferenceSpecificationUnionTypeDef",
|
|
1792
|
-
"SourceAlgorithmSpecificationUnionTypeDef",
|
|
1793
|
-
"MonitoringScheduleConfigExtraOutputTypeDef",
|
|
1794
1702
|
"MonitoringScheduleConfigOutputTypeDef",
|
|
1795
1703
|
"MonitoringScheduleConfigTypeDef",
|
|
1796
|
-
"ModelPackageValidationSpecificationExtraOutputTypeDef",
|
|
1797
1704
|
"AlgorithmValidationSpecificationOutputTypeDef",
|
|
1798
1705
|
"ModelPackageValidationSpecificationOutputTypeDef",
|
|
1799
1706
|
"AlgorithmValidationSpecificationTypeDef",
|
|
@@ -1805,15 +1712,12 @@ __all__ = (
|
|
|
1805
1712
|
"ModelDashboardMonitoringScheduleTypeDef",
|
|
1806
1713
|
"MonitoringScheduleTypeDef",
|
|
1807
1714
|
"CreateMonitoringScheduleRequestRequestTypeDef",
|
|
1808
|
-
"MonitoringScheduleConfigUnionTypeDef",
|
|
1809
1715
|
"UpdateMonitoringScheduleRequestRequestTypeDef",
|
|
1810
1716
|
"DescribeAlgorithmOutputTypeDef",
|
|
1811
1717
|
"DescribeModelPackageOutputTypeDef",
|
|
1812
1718
|
"ModelPackageTypeDef",
|
|
1813
|
-
"AlgorithmValidationSpecificationUnionTypeDef",
|
|
1814
1719
|
"CreateAlgorithmInputRequestTypeDef",
|
|
1815
1720
|
"CreateModelPackageInputRequestTypeDef",
|
|
1816
|
-
"ModelPackageValidationSpecificationUnionTypeDef",
|
|
1817
1721
|
"ModelDashboardModelTypeDef",
|
|
1818
1722
|
"EndpointTypeDef",
|
|
1819
1723
|
"SearchRecordTypeDef",
|
|
@@ -1922,12 +1826,13 @@ ResourceSpecTypeDef = TypedDict(
|
|
|
1922
1826
|
"LifecycleConfigArn": NotRequired[str],
|
|
1923
1827
|
},
|
|
1924
1828
|
)
|
|
1925
|
-
|
|
1926
|
-
"
|
|
1829
|
+
IdleSettingsTypeDef = TypedDict(
|
|
1830
|
+
"IdleSettingsTypeDef",
|
|
1927
1831
|
{
|
|
1928
|
-
"
|
|
1929
|
-
"
|
|
1930
|
-
"
|
|
1832
|
+
"LifecycleManagement": NotRequired[LifecycleManagementType],
|
|
1833
|
+
"IdleTimeoutInMinutes": NotRequired[int],
|
|
1834
|
+
"MinIdleTimeoutInMinutes": NotRequired[int],
|
|
1835
|
+
"MaxIdleTimeoutInMinutes": NotRequired[int],
|
|
1931
1836
|
},
|
|
1932
1837
|
)
|
|
1933
1838
|
AppSpecificationOutputTypeDef = TypedDict(
|
|
@@ -2283,13 +2188,6 @@ CategoricalParameterOutputTypeDef = TypedDict(
|
|
|
2283
2188
|
"Value": List[str],
|
|
2284
2189
|
},
|
|
2285
2190
|
)
|
|
2286
|
-
CategoricalParameterRangeExtraOutputTypeDef = TypedDict(
|
|
2287
|
-
"CategoricalParameterRangeExtraOutputTypeDef",
|
|
2288
|
-
{
|
|
2289
|
-
"Name": str,
|
|
2290
|
-
"Values": List[str],
|
|
2291
|
-
},
|
|
2292
|
-
)
|
|
2293
2191
|
CategoricalParameterRangeOutputTypeDef = TypedDict(
|
|
2294
2192
|
"CategoricalParameterRangeOutputTypeDef",
|
|
2295
2193
|
{
|
|
@@ -2454,8 +2352,8 @@ ClusterSummaryTypeDef = TypedDict(
|
|
|
2454
2352
|
"ClusterStatus": ClusterStatusType,
|
|
2455
2353
|
},
|
|
2456
2354
|
)
|
|
2457
|
-
|
|
2458
|
-
"
|
|
2355
|
+
ContainerConfigOutputTypeDef = TypedDict(
|
|
2356
|
+
"ContainerConfigOutputTypeDef",
|
|
2459
2357
|
{
|
|
2460
2358
|
"ContainerArguments": NotRequired[List[str]],
|
|
2461
2359
|
"ContainerEntrypoint": NotRequired[List[str]],
|
|
@@ -2470,14 +2368,6 @@ FileSystemConfigTypeDef = TypedDict(
|
|
|
2470
2368
|
"DefaultGid": NotRequired[int],
|
|
2471
2369
|
},
|
|
2472
2370
|
)
|
|
2473
|
-
ContainerConfigOutputTypeDef = TypedDict(
|
|
2474
|
-
"ContainerConfigOutputTypeDef",
|
|
2475
|
-
{
|
|
2476
|
-
"ContainerArguments": NotRequired[List[str]],
|
|
2477
|
-
"ContainerEntrypoint": NotRequired[List[str]],
|
|
2478
|
-
"ContainerEnvironmentVariables": NotRequired[Dict[str, str]],
|
|
2479
|
-
},
|
|
2480
|
-
)
|
|
2481
2371
|
ContainerConfigTypeDef = TypedDict(
|
|
2482
2372
|
"ContainerConfigTypeDef",
|
|
2483
2373
|
{
|
|
@@ -2529,13 +2419,6 @@ VectorConfigTypeDef = TypedDict(
|
|
|
2529
2419
|
"Dimension": int,
|
|
2530
2420
|
},
|
|
2531
2421
|
)
|
|
2532
|
-
CollectionConfigurationExtraOutputTypeDef = TypedDict(
|
|
2533
|
-
"CollectionConfigurationExtraOutputTypeDef",
|
|
2534
|
-
{
|
|
2535
|
-
"CollectionName": NotRequired[str],
|
|
2536
|
-
"CollectionParameters": NotRequired[Dict[str, str]],
|
|
2537
|
-
},
|
|
2538
|
-
)
|
|
2539
2422
|
CollectionConfigurationOutputTypeDef = TypedDict(
|
|
2540
2423
|
"CollectionConfigurationOutputTypeDef",
|
|
2541
2424
|
{
|
|
@@ -3134,16 +3017,6 @@ FileSystemDataSourceTypeDef = TypedDict(
|
|
|
3134
3017
|
"DirectoryPath": str,
|
|
3135
3018
|
},
|
|
3136
3019
|
)
|
|
3137
|
-
S3DataSourceExtraOutputTypeDef = TypedDict(
|
|
3138
|
-
"S3DataSourceExtraOutputTypeDef",
|
|
3139
|
-
{
|
|
3140
|
-
"S3DataType": S3DataTypeType,
|
|
3141
|
-
"S3Uri": str,
|
|
3142
|
-
"S3DataDistributionType": NotRequired[S3DataDistributionType],
|
|
3143
|
-
"AttributeNames": NotRequired[List[str]],
|
|
3144
|
-
"InstanceGroupNames": NotRequired[List[str]],
|
|
3145
|
-
},
|
|
3146
|
-
)
|
|
3147
3020
|
S3DataSourceOutputTypeDef = TypedDict(
|
|
3148
3021
|
"S3DataSourceOutputTypeDef",
|
|
3149
3022
|
{
|
|
@@ -3178,18 +3051,6 @@ RedshiftDatasetDefinitionTypeDef = TypedDict(
|
|
|
3178
3051
|
"OutputCompression": NotRequired[RedshiftResultCompressionTypeType],
|
|
3179
3052
|
},
|
|
3180
3053
|
)
|
|
3181
|
-
DebugRuleConfigurationExtraOutputTypeDef = TypedDict(
|
|
3182
|
-
"DebugRuleConfigurationExtraOutputTypeDef",
|
|
3183
|
-
{
|
|
3184
|
-
"RuleConfigurationName": str,
|
|
3185
|
-
"RuleEvaluatorImage": str,
|
|
3186
|
-
"LocalPath": NotRequired[str],
|
|
3187
|
-
"S3OutputPath": NotRequired[str],
|
|
3188
|
-
"InstanceType": NotRequired[ProcessingInstanceTypeType],
|
|
3189
|
-
"VolumeSizeInGB": NotRequired[int],
|
|
3190
|
-
"RuleParameters": NotRequired[Dict[str, str]],
|
|
3191
|
-
},
|
|
3192
|
-
)
|
|
3193
3054
|
DebugRuleConfigurationOutputTypeDef = TypedDict(
|
|
3194
3055
|
"DebugRuleConfigurationOutputTypeDef",
|
|
3195
3056
|
{
|
|
@@ -4725,13 +4586,6 @@ HyperParameterTuningJobObjectiveTypeDef = TypedDict(
|
|
|
4725
4586
|
"MetricName": str,
|
|
4726
4587
|
},
|
|
4727
4588
|
)
|
|
4728
|
-
VpcConfigExtraOutputTypeDef = TypedDict(
|
|
4729
|
-
"VpcConfigExtraOutputTypeDef",
|
|
4730
|
-
{
|
|
4731
|
-
"SecurityGroupIds": List[str],
|
|
4732
|
-
"Subnets": List[str],
|
|
4733
|
-
},
|
|
4734
|
-
)
|
|
4735
4589
|
HyperParameterTuningInstanceConfigTypeDef = TypedDict(
|
|
4736
4590
|
"HyperParameterTuningInstanceConfigTypeDef",
|
|
4737
4591
|
{
|
|
@@ -4844,13 +4698,6 @@ InferenceComponentSummaryTypeDef = TypedDict(
|
|
|
4844
4698
|
"InferenceComponentStatus": NotRequired[InferenceComponentStatusType],
|
|
4845
4699
|
},
|
|
4846
4700
|
)
|
|
4847
|
-
InferenceExperimentScheduleExtraOutputTypeDef = TypedDict(
|
|
4848
|
-
"InferenceExperimentScheduleExtraOutputTypeDef",
|
|
4849
|
-
{
|
|
4850
|
-
"StartTime": NotRequired[datetime],
|
|
4851
|
-
"EndTime": NotRequired[datetime],
|
|
4852
|
-
},
|
|
4853
|
-
)
|
|
4854
4701
|
InferenceHubAccessConfigTypeDef = TypedDict(
|
|
4855
4702
|
"InferenceHubAccessConfigTypeDef",
|
|
4856
4703
|
{
|
|
@@ -4926,12 +4773,6 @@ LabelCountersForWorkteamTypeDef = TypedDict(
|
|
|
4926
4773
|
"Total": NotRequired[int],
|
|
4927
4774
|
},
|
|
4928
4775
|
)
|
|
4929
|
-
LabelingJobDataAttributesExtraOutputTypeDef = TypedDict(
|
|
4930
|
-
"LabelingJobDataAttributesExtraOutputTypeDef",
|
|
4931
|
-
{
|
|
4932
|
-
"ContentClassifiers": NotRequired[List[ContentClassifierType]],
|
|
4933
|
-
},
|
|
4934
|
-
)
|
|
4935
4776
|
LabelingJobDataAttributesOutputTypeDef = TypedDict(
|
|
4936
4777
|
"LabelingJobDataAttributesOutputTypeDef",
|
|
4937
4778
|
{
|
|
@@ -5380,12 +5221,6 @@ ListWorkteamsRequestRequestTypeDef = TypedDict(
|
|
|
5380
5221
|
"MaxResults": NotRequired[int],
|
|
5381
5222
|
},
|
|
5382
5223
|
)
|
|
5383
|
-
OidcMemberDefinitionExtraOutputTypeDef = TypedDict(
|
|
5384
|
-
"OidcMemberDefinitionExtraOutputTypeDef",
|
|
5385
|
-
{
|
|
5386
|
-
"Groups": NotRequired[List[str]],
|
|
5387
|
-
},
|
|
5388
|
-
)
|
|
5389
5224
|
OidcMemberDefinitionOutputTypeDef = TypedDict(
|
|
5390
5225
|
"OidcMemberDefinitionOutputTypeDef",
|
|
5391
5226
|
{
|
|
@@ -5501,16 +5336,6 @@ ModelStepMetadataTypeDef = TypedDict(
|
|
|
5501
5336
|
"Arn": NotRequired[str],
|
|
5502
5337
|
},
|
|
5503
5338
|
)
|
|
5504
|
-
MonitoringAppSpecificationExtraOutputTypeDef = TypedDict(
|
|
5505
|
-
"MonitoringAppSpecificationExtraOutputTypeDef",
|
|
5506
|
-
{
|
|
5507
|
-
"ImageUri": str,
|
|
5508
|
-
"ContainerEntrypoint": NotRequired[List[str]],
|
|
5509
|
-
"ContainerArguments": NotRequired[List[str]],
|
|
5510
|
-
"RecordPreprocessorSourceUri": NotRequired[str],
|
|
5511
|
-
"PostAnalyticsProcessorSourceUri": NotRequired[str],
|
|
5512
|
-
},
|
|
5513
|
-
)
|
|
5514
5339
|
MonitoringAppSpecificationOutputTypeDef = TypedDict(
|
|
5515
5340
|
"MonitoringAppSpecificationOutputTypeDef",
|
|
5516
5341
|
{
|
|
@@ -5752,15 +5577,6 @@ ProductionVariantCoreDumpConfigTypeDef = TypedDict(
|
|
|
5752
5577
|
"KmsKeyId": NotRequired[str],
|
|
5753
5578
|
},
|
|
5754
5579
|
)
|
|
5755
|
-
ProfilerConfigExtraOutputTypeDef = TypedDict(
|
|
5756
|
-
"ProfilerConfigExtraOutputTypeDef",
|
|
5757
|
-
{
|
|
5758
|
-
"S3OutputPath": NotRequired[str],
|
|
5759
|
-
"ProfilingIntervalInMilliseconds": NotRequired[int],
|
|
5760
|
-
"ProfilingParameters": NotRequired[Dict[str, str]],
|
|
5761
|
-
"DisableProfiler": NotRequired[bool],
|
|
5762
|
-
},
|
|
5763
|
-
)
|
|
5764
5580
|
ProfilerConfigForUpdateTypeDef = TypedDict(
|
|
5765
5581
|
"ProfilerConfigForUpdateTypeDef",
|
|
5766
5582
|
{
|
|
@@ -5927,16 +5743,16 @@ SharingSettingsTypeDef = TypedDict(
|
|
|
5927
5743
|
"S3KmsKeyId": NotRequired[str],
|
|
5928
5744
|
},
|
|
5929
5745
|
)
|
|
5930
|
-
|
|
5931
|
-
"
|
|
5746
|
+
SourceIpConfigOutputTypeDef = TypedDict(
|
|
5747
|
+
"SourceIpConfigOutputTypeDef",
|
|
5932
5748
|
{
|
|
5933
5749
|
"Cidrs": List[str],
|
|
5934
5750
|
},
|
|
5935
5751
|
)
|
|
5936
|
-
|
|
5937
|
-
"
|
|
5752
|
+
SpaceIdleSettingsTypeDef = TypedDict(
|
|
5753
|
+
"SpaceIdleSettingsTypeDef",
|
|
5938
5754
|
{
|
|
5939
|
-
"
|
|
5755
|
+
"IdleTimeoutInMinutes": NotRequired[int],
|
|
5940
5756
|
},
|
|
5941
5757
|
)
|
|
5942
5758
|
SpaceSharingSettingsSummaryTypeDef = TypedDict(
|
|
@@ -7291,15 +7107,6 @@ AutoRollbackConfigTypeDef = TypedDict(
|
|
|
7291
7107
|
"Alarms": NotRequired[Sequence[AlarmTypeDef]],
|
|
7292
7108
|
},
|
|
7293
7109
|
)
|
|
7294
|
-
HyperParameterAlgorithmSpecificationExtraOutputTypeDef = TypedDict(
|
|
7295
|
-
"HyperParameterAlgorithmSpecificationExtraOutputTypeDef",
|
|
7296
|
-
{
|
|
7297
|
-
"TrainingInputMode": TrainingInputModeType,
|
|
7298
|
-
"TrainingImage": NotRequired[str],
|
|
7299
|
-
"AlgorithmName": NotRequired[str],
|
|
7300
|
-
"MetricDefinitions": NotRequired[List[MetricDefinitionTypeDef]],
|
|
7301
|
-
},
|
|
7302
|
-
)
|
|
7303
7110
|
HyperParameterAlgorithmSpecificationOutputTypeDef = TypedDict(
|
|
7304
7111
|
"HyperParameterAlgorithmSpecificationOutputTypeDef",
|
|
7305
7112
|
{
|
|
@@ -7394,24 +7201,16 @@ RStudioServerProDomainSettingsTypeDef = TypedDict(
|
|
|
7394
7201
|
"DefaultResourceSpec": NotRequired[ResourceSpecTypeDef],
|
|
7395
7202
|
},
|
|
7396
7203
|
)
|
|
7397
|
-
SpaceCodeEditorAppSettingsTypeDef = TypedDict(
|
|
7398
|
-
"SpaceCodeEditorAppSettingsTypeDef",
|
|
7399
|
-
{
|
|
7400
|
-
"DefaultResourceSpec": NotRequired[ResourceSpecTypeDef],
|
|
7401
|
-
},
|
|
7402
|
-
)
|
|
7403
7204
|
TensorBoardAppSettingsTypeDef = TypedDict(
|
|
7404
7205
|
"TensorBoardAppSettingsTypeDef",
|
|
7405
7206
|
{
|
|
7406
7207
|
"DefaultResourceSpec": NotRequired[ResourceSpecTypeDef],
|
|
7407
7208
|
},
|
|
7408
7209
|
)
|
|
7409
|
-
|
|
7410
|
-
|
|
7411
|
-
"ArtifactSourceExtraOutputTypeDef",
|
|
7210
|
+
AppLifecycleManagementTypeDef = TypedDict(
|
|
7211
|
+
"AppLifecycleManagementTypeDef",
|
|
7412
7212
|
{
|
|
7413
|
-
"
|
|
7414
|
-
"SourceTypes": NotRequired[List[ArtifactSourceTypeTypeDef]],
|
|
7213
|
+
"IdleSettings": NotRequired[IdleSettingsTypeDef],
|
|
7415
7214
|
},
|
|
7416
7215
|
)
|
|
7417
7216
|
ArtifactSourceOutputTypeDef = TypedDict(
|
|
@@ -7789,20 +7588,6 @@ ListClustersResponseTypeDef = TypedDict(
|
|
|
7789
7588
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
7790
7589
|
},
|
|
7791
7590
|
)
|
|
7792
|
-
CodeEditorAppImageConfigExtraOutputTypeDef = TypedDict(
|
|
7793
|
-
"CodeEditorAppImageConfigExtraOutputTypeDef",
|
|
7794
|
-
{
|
|
7795
|
-
"FileSystemConfig": NotRequired[FileSystemConfigTypeDef],
|
|
7796
|
-
"ContainerConfig": NotRequired[ContainerConfigExtraOutputTypeDef],
|
|
7797
|
-
},
|
|
7798
|
-
)
|
|
7799
|
-
JupyterLabAppImageConfigExtraOutputTypeDef = TypedDict(
|
|
7800
|
-
"JupyterLabAppImageConfigExtraOutputTypeDef",
|
|
7801
|
-
{
|
|
7802
|
-
"FileSystemConfig": NotRequired[FileSystemConfigTypeDef],
|
|
7803
|
-
"ContainerConfig": NotRequired[ContainerConfigExtraOutputTypeDef],
|
|
7804
|
-
},
|
|
7805
|
-
)
|
|
7806
7591
|
CodeEditorAppImageConfigOutputTypeDef = TypedDict(
|
|
7807
7592
|
"CodeEditorAppImageConfigOutputTypeDef",
|
|
7808
7593
|
{
|
|
@@ -7831,22 +7616,6 @@ JupyterLabAppImageConfigTypeDef = TypedDict(
|
|
|
7831
7616
|
"ContainerConfig": NotRequired[ContainerConfigTypeDef],
|
|
7832
7617
|
},
|
|
7833
7618
|
)
|
|
7834
|
-
CodeEditorAppSettingsOutputTypeDef = TypedDict(
|
|
7835
|
-
"CodeEditorAppSettingsOutputTypeDef",
|
|
7836
|
-
{
|
|
7837
|
-
"DefaultResourceSpec": NotRequired[ResourceSpecTypeDef],
|
|
7838
|
-
"CustomImages": NotRequired[List[CustomImageTypeDef]],
|
|
7839
|
-
"LifecycleConfigArns": NotRequired[List[str]],
|
|
7840
|
-
},
|
|
7841
|
-
)
|
|
7842
|
-
CodeEditorAppSettingsTypeDef = TypedDict(
|
|
7843
|
-
"CodeEditorAppSettingsTypeDef",
|
|
7844
|
-
{
|
|
7845
|
-
"DefaultResourceSpec": NotRequired[ResourceSpecTypeDef],
|
|
7846
|
-
"CustomImages": NotRequired[Sequence[CustomImageTypeDef]],
|
|
7847
|
-
"LifecycleConfigArns": NotRequired[Sequence[str]],
|
|
7848
|
-
},
|
|
7849
|
-
)
|
|
7850
7619
|
KernelGatewayAppSettingsOutputTypeDef = TypedDict(
|
|
7851
7620
|
"KernelGatewayAppSettingsOutputTypeDef",
|
|
7852
7621
|
{
|
|
@@ -7922,35 +7691,12 @@ JupyterServerAppSettingsTypeDef = TypedDict(
|
|
|
7922
7691
|
"CodeRepositories": NotRequired[Sequence[CodeRepositoryTypeDef]],
|
|
7923
7692
|
},
|
|
7924
7693
|
)
|
|
7925
|
-
SpaceJupyterLabAppSettingsOutputTypeDef = TypedDict(
|
|
7926
|
-
"SpaceJupyterLabAppSettingsOutputTypeDef",
|
|
7927
|
-
{
|
|
7928
|
-
"DefaultResourceSpec": NotRequired[ResourceSpecTypeDef],
|
|
7929
|
-
"CodeRepositories": NotRequired[List[CodeRepositoryTypeDef]],
|
|
7930
|
-
},
|
|
7931
|
-
)
|
|
7932
|
-
SpaceJupyterLabAppSettingsTypeDef = TypedDict(
|
|
7933
|
-
"SpaceJupyterLabAppSettingsTypeDef",
|
|
7934
|
-
{
|
|
7935
|
-
"DefaultResourceSpec": NotRequired[ResourceSpecTypeDef],
|
|
7936
|
-
"CodeRepositories": NotRequired[Sequence[CodeRepositoryTypeDef]],
|
|
7937
|
-
},
|
|
7938
|
-
)
|
|
7939
7694
|
CollectionConfigTypeDef = TypedDict(
|
|
7940
7695
|
"CollectionConfigTypeDef",
|
|
7941
7696
|
{
|
|
7942
7697
|
"VectorConfig": NotRequired[VectorConfigTypeDef],
|
|
7943
7698
|
},
|
|
7944
7699
|
)
|
|
7945
|
-
DebugHookConfigExtraOutputTypeDef = TypedDict(
|
|
7946
|
-
"DebugHookConfigExtraOutputTypeDef",
|
|
7947
|
-
{
|
|
7948
|
-
"S3OutputPath": str,
|
|
7949
|
-
"LocalPath": NotRequired[str],
|
|
7950
|
-
"HookParameters": NotRequired[Dict[str, str]],
|
|
7951
|
-
"CollectionConfigurations": NotRequired[List[CollectionConfigurationExtraOutputTypeDef]],
|
|
7952
|
-
},
|
|
7953
|
-
)
|
|
7954
7700
|
DebugHookConfigOutputTypeDef = TypedDict(
|
|
7955
7701
|
"DebugHookConfigOutputTypeDef",
|
|
7956
7702
|
{
|
|
@@ -9200,9 +8946,6 @@ CustomFileSystemTypeDef = TypedDict(
|
|
|
9200
8946
|
"EFSFileSystem": NotRequired[EFSFileSystemTypeDef],
|
|
9201
8947
|
},
|
|
9202
8948
|
)
|
|
9203
|
-
DataQualityAppSpecificationUnionTypeDef = Union[
|
|
9204
|
-
DataQualityAppSpecificationTypeDef, DataQualityAppSpecificationOutputTypeDef
|
|
9205
|
-
]
|
|
9206
8949
|
ModelBiasBaselineConfigTypeDef = TypedDict(
|
|
9207
8950
|
"ModelBiasBaselineConfigTypeDef",
|
|
9208
8951
|
{
|
|
@@ -9240,13 +8983,6 @@ MonitoringBaselineConfigTypeDef = TypedDict(
|
|
|
9240
8983
|
"StatisticsResource": NotRequired[MonitoringStatisticsResourceTypeDef],
|
|
9241
8984
|
},
|
|
9242
8985
|
)
|
|
9243
|
-
DataSourceExtraOutputTypeDef = TypedDict(
|
|
9244
|
-
"DataSourceExtraOutputTypeDef",
|
|
9245
|
-
{
|
|
9246
|
-
"S3DataSource": NotRequired[S3DataSourceExtraOutputTypeDef],
|
|
9247
|
-
"FileSystemDataSource": NotRequired[FileSystemDataSourceTypeDef],
|
|
9248
|
-
},
|
|
9249
|
-
)
|
|
9250
8986
|
DataSourceOutputTypeDef = TypedDict(
|
|
9251
8987
|
"DataSourceOutputTypeDef",
|
|
9252
8988
|
{
|
|
@@ -9272,7 +9008,7 @@ DatasetDefinitionTypeDef = TypedDict(
|
|
|
9272
9008
|
},
|
|
9273
9009
|
)
|
|
9274
9010
|
DebugRuleConfigurationUnionTypeDef = Union[
|
|
9275
|
-
DebugRuleConfigurationTypeDef,
|
|
9011
|
+
DebugRuleConfigurationTypeDef, DebugRuleConfigurationOutputTypeDef
|
|
9276
9012
|
]
|
|
9277
9013
|
DefaultSpaceStorageSettingsTypeDef = TypedDict(
|
|
9278
9014
|
"DefaultSpaceStorageSettingsTypeDef",
|
|
@@ -9321,7 +9057,6 @@ DeploymentStageTypeDef = TypedDict(
|
|
|
9321
9057
|
"DeploymentConfig": NotRequired[EdgeDeploymentConfigTypeDef],
|
|
9322
9058
|
},
|
|
9323
9059
|
)
|
|
9324
|
-
NeoVpcConfigUnionTypeDef = Union[NeoVpcConfigTypeDef, NeoVpcConfigOutputTypeDef]
|
|
9325
9060
|
DescribeDeviceResponseTypeDef = TypedDict(
|
|
9326
9061
|
"DescribeDeviceResponseTypeDef",
|
|
9327
9062
|
{
|
|
@@ -9564,9 +9299,6 @@ InferenceExperimentSummaryTypeDef = TypedDict(
|
|
|
9564
9299
|
"RoleArn": NotRequired[str],
|
|
9565
9300
|
},
|
|
9566
9301
|
)
|
|
9567
|
-
ModelBiasAppSpecificationUnionTypeDef = Union[
|
|
9568
|
-
ModelBiasAppSpecificationTypeDef, ModelBiasAppSpecificationOutputTypeDef
|
|
9569
|
-
]
|
|
9570
9302
|
DescribeModelCardExportJobResponseTypeDef = TypedDict(
|
|
9571
9303
|
"DescribeModelCardExportJobResponseTypeDef",
|
|
9572
9304
|
{
|
|
@@ -9583,12 +9315,6 @@ DescribeModelCardExportJobResponseTypeDef = TypedDict(
|
|
|
9583
9315
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
9584
9316
|
},
|
|
9585
9317
|
)
|
|
9586
|
-
ModelExplainabilityAppSpecificationUnionTypeDef = Union[
|
|
9587
|
-
ModelExplainabilityAppSpecificationTypeDef, ModelExplainabilityAppSpecificationOutputTypeDef
|
|
9588
|
-
]
|
|
9589
|
-
ModelQualityAppSpecificationUnionTypeDef = Union[
|
|
9590
|
-
ModelQualityAppSpecificationTypeDef, ModelQualityAppSpecificationOutputTypeDef
|
|
9591
|
-
]
|
|
9592
9318
|
ListMonitoringExecutionsResponseTypeDef = TypedDict(
|
|
9593
9319
|
"ListMonitoringExecutionsResponseTypeDef",
|
|
9594
9320
|
{
|
|
@@ -9597,9 +9323,6 @@ ListMonitoringExecutionsResponseTypeDef = TypedDict(
|
|
|
9597
9323
|
"NextToken": NotRequired[str],
|
|
9598
9324
|
},
|
|
9599
9325
|
)
|
|
9600
|
-
OptimizationVpcConfigUnionTypeDef = Union[
|
|
9601
|
-
OptimizationVpcConfigTypeDef, OptimizationVpcConfigOutputTypeDef
|
|
9602
|
-
]
|
|
9603
9326
|
DescribeSubscribedWorkteamResponseTypeDef = TypedDict(
|
|
9604
9327
|
"DescribeSubscribedWorkteamResponseTypeDef",
|
|
9605
9328
|
{
|
|
@@ -9751,26 +9474,6 @@ ListEdgePackagingJobsResponseTypeDef = TypedDict(
|
|
|
9751
9474
|
"NextToken": NotRequired[str],
|
|
9752
9475
|
},
|
|
9753
9476
|
)
|
|
9754
|
-
JupyterLabAppSettingsOutputTypeDef = TypedDict(
|
|
9755
|
-
"JupyterLabAppSettingsOutputTypeDef",
|
|
9756
|
-
{
|
|
9757
|
-
"DefaultResourceSpec": NotRequired[ResourceSpecTypeDef],
|
|
9758
|
-
"CustomImages": NotRequired[List[CustomImageTypeDef]],
|
|
9759
|
-
"LifecycleConfigArns": NotRequired[List[str]],
|
|
9760
|
-
"CodeRepositories": NotRequired[List[CodeRepositoryTypeDef]],
|
|
9761
|
-
"EmrSettings": NotRequired[EmrSettingsOutputTypeDef],
|
|
9762
|
-
},
|
|
9763
|
-
)
|
|
9764
|
-
JupyterLabAppSettingsTypeDef = TypedDict(
|
|
9765
|
-
"JupyterLabAppSettingsTypeDef",
|
|
9766
|
-
{
|
|
9767
|
-
"DefaultResourceSpec": NotRequired[ResourceSpecTypeDef],
|
|
9768
|
-
"CustomImages": NotRequired[Sequence[CustomImageTypeDef]],
|
|
9769
|
-
"LifecycleConfigArns": NotRequired[Sequence[str]],
|
|
9770
|
-
"CodeRepositories": NotRequired[Sequence[CodeRepositoryTypeDef]],
|
|
9771
|
-
"EmrSettings": NotRequired[EmrSettingsTypeDef],
|
|
9772
|
-
},
|
|
9773
|
-
)
|
|
9774
9477
|
ListEndpointConfigsOutputTypeDef = TypedDict(
|
|
9775
9478
|
"ListEndpointConfigsOutputTypeDef",
|
|
9776
9479
|
{
|
|
@@ -9908,26 +9611,6 @@ ListHumanTaskUisResponseTypeDef = TypedDict(
|
|
|
9908
9611
|
"NextToken": NotRequired[str],
|
|
9909
9612
|
},
|
|
9910
9613
|
)
|
|
9911
|
-
NetworkConfigExtraOutputTypeDef = TypedDict(
|
|
9912
|
-
"NetworkConfigExtraOutputTypeDef",
|
|
9913
|
-
{
|
|
9914
|
-
"EnableInterContainerTrafficEncryption": NotRequired[bool],
|
|
9915
|
-
"EnableNetworkIsolation": NotRequired[bool],
|
|
9916
|
-
"VpcConfig": NotRequired[VpcConfigExtraOutputTypeDef],
|
|
9917
|
-
},
|
|
9918
|
-
)
|
|
9919
|
-
VpcConfigUnionTypeDef = Union[VpcConfigTypeDef, VpcConfigExtraOutputTypeDef]
|
|
9920
|
-
HyperParameterTuningResourceConfigExtraOutputTypeDef = TypedDict(
|
|
9921
|
-
"HyperParameterTuningResourceConfigExtraOutputTypeDef",
|
|
9922
|
-
{
|
|
9923
|
-
"InstanceType": NotRequired[TrainingInstanceTypeType],
|
|
9924
|
-
"InstanceCount": NotRequired[int],
|
|
9925
|
-
"VolumeSizeInGB": NotRequired[int],
|
|
9926
|
-
"VolumeKmsKeyId": NotRequired[str],
|
|
9927
|
-
"AllocationStrategy": NotRequired[Literal["Prioritized"]],
|
|
9928
|
-
"InstanceConfigs": NotRequired[List[HyperParameterTuningInstanceConfigTypeDef]],
|
|
9929
|
-
},
|
|
9930
|
-
)
|
|
9931
9614
|
HyperParameterTuningResourceConfigOutputTypeDef = TypedDict(
|
|
9932
9615
|
"HyperParameterTuningResourceConfigOutputTypeDef",
|
|
9933
9616
|
{
|
|
@@ -9971,13 +9654,6 @@ HyperParameterTuningJobStrategyConfigTypeDef = TypedDict(
|
|
|
9971
9654
|
"HyperbandStrategyConfig": NotRequired[HyperbandStrategyConfigTypeDef],
|
|
9972
9655
|
},
|
|
9973
9656
|
)
|
|
9974
|
-
HyperParameterTuningJobWarmStartConfigExtraOutputTypeDef = TypedDict(
|
|
9975
|
-
"HyperParameterTuningJobWarmStartConfigExtraOutputTypeDef",
|
|
9976
|
-
{
|
|
9977
|
-
"ParentHyperParameterTuningJobs": List[ParentHyperParameterTuningJobTypeDef],
|
|
9978
|
-
"WarmStartType": HyperParameterTuningJobWarmStartTypeType,
|
|
9979
|
-
},
|
|
9980
|
-
)
|
|
9981
9657
|
HyperParameterTuningJobWarmStartConfigOutputTypeDef = TypedDict(
|
|
9982
9658
|
"HyperParameterTuningJobWarmStartConfigOutputTypeDef",
|
|
9983
9659
|
{
|
|
@@ -10055,17 +9731,6 @@ ListInferenceRecommendationsJobsResponseTypeDef = TypedDict(
|
|
|
10055
9731
|
"NextToken": NotRequired[str],
|
|
10056
9732
|
},
|
|
10057
9733
|
)
|
|
10058
|
-
ResourceConfigExtraOutputTypeDef = TypedDict(
|
|
10059
|
-
"ResourceConfigExtraOutputTypeDef",
|
|
10060
|
-
{
|
|
10061
|
-
"VolumeSizeInGB": int,
|
|
10062
|
-
"InstanceType": NotRequired[TrainingInstanceTypeType],
|
|
10063
|
-
"InstanceCount": NotRequired[int],
|
|
10064
|
-
"VolumeKmsKeyId": NotRequired[str],
|
|
10065
|
-
"KeepAlivePeriodInSeconds": NotRequired[int],
|
|
10066
|
-
"InstanceGroups": NotRequired[List[InstanceGroupTypeDef]],
|
|
10067
|
-
},
|
|
10068
|
-
)
|
|
10069
9734
|
ResourceConfigOutputTypeDef = TypedDict(
|
|
10070
9735
|
"ResourceConfigOutputTypeDef",
|
|
10071
9736
|
{
|
|
@@ -10116,17 +9781,6 @@ ParameterRangeTypeDef = TypedDict(
|
|
|
10116
9781
|
],
|
|
10117
9782
|
},
|
|
10118
9783
|
)
|
|
10119
|
-
ParameterRangesExtraOutputTypeDef = TypedDict(
|
|
10120
|
-
"ParameterRangesExtraOutputTypeDef",
|
|
10121
|
-
{
|
|
10122
|
-
"IntegerParameterRanges": NotRequired[List[IntegerParameterRangeTypeDef]],
|
|
10123
|
-
"ContinuousParameterRanges": NotRequired[List[ContinuousParameterRangeTypeDef]],
|
|
10124
|
-
"CategoricalParameterRanges": NotRequired[
|
|
10125
|
-
List[CategoricalParameterRangeExtraOutputTypeDef]
|
|
10126
|
-
],
|
|
10127
|
-
"AutoParameters": NotRequired[List[AutoParameterTypeDef]],
|
|
10128
|
-
},
|
|
10129
|
-
)
|
|
10130
9784
|
ParameterRangesOutputTypeDef = TypedDict(
|
|
10131
9785
|
"ParameterRangesOutputTypeDef",
|
|
10132
9786
|
{
|
|
@@ -10145,13 +9799,6 @@ ParameterRangesTypeDef = TypedDict(
|
|
|
10145
9799
|
"AutoParameters": NotRequired[Sequence[AutoParameterTypeDef]],
|
|
10146
9800
|
},
|
|
10147
9801
|
)
|
|
10148
|
-
KernelGatewayImageConfigExtraOutputTypeDef = TypedDict(
|
|
10149
|
-
"KernelGatewayImageConfigExtraOutputTypeDef",
|
|
10150
|
-
{
|
|
10151
|
-
"KernelSpecs": List[KernelSpecTypeDef],
|
|
10152
|
-
"FileSystemConfig": NotRequired[FileSystemConfigTypeDef],
|
|
10153
|
-
},
|
|
10154
|
-
)
|
|
10155
9802
|
KernelGatewayImageConfigOutputTypeDef = TypedDict(
|
|
10156
9803
|
"KernelGatewayImageConfigOutputTypeDef",
|
|
10157
9804
|
{
|
|
@@ -11262,15 +10909,8 @@ ListUserProfilesResponseTypeDef = TypedDict(
|
|
|
11262
10909
|
"NextToken": NotRequired[str],
|
|
11263
10910
|
},
|
|
11264
10911
|
)
|
|
11265
|
-
|
|
11266
|
-
"
|
|
11267
|
-
{
|
|
11268
|
-
"CognitoMemberDefinition": NotRequired[CognitoMemberDefinitionTypeDef],
|
|
11269
|
-
"OidcMemberDefinition": NotRequired[OidcMemberDefinitionExtraOutputTypeDef],
|
|
11270
|
-
},
|
|
11271
|
-
)
|
|
11272
|
-
MemberDefinitionOutputTypeDef = TypedDict(
|
|
11273
|
-
"MemberDefinitionOutputTypeDef",
|
|
10912
|
+
MemberDefinitionOutputTypeDef = TypedDict(
|
|
10913
|
+
"MemberDefinitionOutputTypeDef",
|
|
11274
10914
|
{
|
|
11275
10915
|
"CognitoMemberDefinition": NotRequired[CognitoMemberDefinitionTypeDef],
|
|
11276
10916
|
"OidcMemberDefinition": NotRequired[OidcMemberDefinitionOutputTypeDef],
|
|
@@ -11380,14 +11020,6 @@ MonitoringResourcesTypeDef = TypedDict(
|
|
|
11380
11020
|
"ClusterConfig": MonitoringClusterConfigTypeDef,
|
|
11381
11021
|
},
|
|
11382
11022
|
)
|
|
11383
|
-
MonitoringDatasetFormatExtraOutputTypeDef = TypedDict(
|
|
11384
|
-
"MonitoringDatasetFormatExtraOutputTypeDef",
|
|
11385
|
-
{
|
|
11386
|
-
"Csv": NotRequired[MonitoringCsvDatasetFormatTypeDef],
|
|
11387
|
-
"Json": NotRequired[MonitoringJsonDatasetFormatTypeDef],
|
|
11388
|
-
"Parquet": NotRequired[Dict[str, Any]],
|
|
11389
|
-
},
|
|
11390
|
-
)
|
|
11391
11023
|
MonitoringDatasetFormatOutputTypeDef = TypedDict(
|
|
11392
11024
|
"MonitoringDatasetFormatOutputTypeDef",
|
|
11393
11025
|
{
|
|
@@ -11520,7 +11152,6 @@ ProductionVariantTypeDef = TypedDict(
|
|
|
11520
11152
|
"InferenceAmiVersion": NotRequired[Literal["al2-ami-sagemaker-inference-gpu-2"]],
|
|
11521
11153
|
},
|
|
11522
11154
|
)
|
|
11523
|
-
ProfilerConfigUnionTypeDef = Union[ProfilerConfigTypeDef, ProfilerConfigExtraOutputTypeDef]
|
|
11524
11155
|
ProfilerRuleConfigurationUnionTypeDef = Union[
|
|
11525
11156
|
ProfilerRuleConfigurationTypeDef, ProfilerRuleConfigurationOutputTypeDef
|
|
11526
11157
|
]
|
|
@@ -11530,15 +11161,6 @@ SuggestionQueryTypeDef = TypedDict(
|
|
|
11530
11161
|
"PropertyNameQuery": NotRequired[PropertyNameQueryTypeDef],
|
|
11531
11162
|
},
|
|
11532
11163
|
)
|
|
11533
|
-
ServiceCatalogProvisioningDetailsExtraOutputTypeDef = TypedDict(
|
|
11534
|
-
"ServiceCatalogProvisioningDetailsExtraOutputTypeDef",
|
|
11535
|
-
{
|
|
11536
|
-
"ProductId": str,
|
|
11537
|
-
"ProvisioningArtifactId": NotRequired[str],
|
|
11538
|
-
"PathId": NotRequired[str],
|
|
11539
|
-
"ProvisioningParameters": NotRequired[List[ProvisioningParameterTypeDef]],
|
|
11540
|
-
},
|
|
11541
|
-
)
|
|
11542
11164
|
ServiceCatalogProvisioningDetailsOutputTypeDef = TypedDict(
|
|
11543
11165
|
"ServiceCatalogProvisioningDetailsOutputTypeDef",
|
|
11544
11166
|
{
|
|
@@ -11646,13 +11268,6 @@ SearchRequestRequestTypeDef = TypedDict(
|
|
|
11646
11268
|
"VisibilityConditions": NotRequired[Sequence[VisibilityConditionsTypeDef]],
|
|
11647
11269
|
},
|
|
11648
11270
|
)
|
|
11649
|
-
SelectiveExecutionConfigExtraOutputTypeDef = TypedDict(
|
|
11650
|
-
"SelectiveExecutionConfigExtraOutputTypeDef",
|
|
11651
|
-
{
|
|
11652
|
-
"SelectedSteps": List[SelectedStepTypeDef],
|
|
11653
|
-
"SourcePipelineExecutionArn": NotRequired[str],
|
|
11654
|
-
},
|
|
11655
|
-
)
|
|
11656
11271
|
SelectiveExecutionConfigOutputTypeDef = TypedDict(
|
|
11657
11272
|
"SelectiveExecutionConfigOutputTypeDef",
|
|
11658
11273
|
{
|
|
@@ -11681,7 +11296,12 @@ ShadowModeConfigTypeDef = TypedDict(
|
|
|
11681
11296
|
"ShadowModelVariants": Sequence[ShadowModelVariantConfigTypeDef],
|
|
11682
11297
|
},
|
|
11683
11298
|
)
|
|
11684
|
-
|
|
11299
|
+
SpaceAppLifecycleManagementTypeDef = TypedDict(
|
|
11300
|
+
"SpaceAppLifecycleManagementTypeDef",
|
|
11301
|
+
{
|
|
11302
|
+
"IdleSettings": NotRequired[SpaceIdleSettingsTypeDef],
|
|
11303
|
+
},
|
|
11304
|
+
)
|
|
11685
11305
|
TrafficPatternOutputTypeDef = TypedDict(
|
|
11686
11306
|
"TrafficPatternOutputTypeDef",
|
|
11687
11307
|
{
|
|
@@ -11775,6 +11395,46 @@ DomainSettingsTypeDef = TypedDict(
|
|
|
11775
11395
|
"AmazonQSettings": NotRequired[AmazonQSettingsTypeDef],
|
|
11776
11396
|
},
|
|
11777
11397
|
)
|
|
11398
|
+
CodeEditorAppSettingsOutputTypeDef = TypedDict(
|
|
11399
|
+
"CodeEditorAppSettingsOutputTypeDef",
|
|
11400
|
+
{
|
|
11401
|
+
"DefaultResourceSpec": NotRequired[ResourceSpecTypeDef],
|
|
11402
|
+
"CustomImages": NotRequired[List[CustomImageTypeDef]],
|
|
11403
|
+
"LifecycleConfigArns": NotRequired[List[str]],
|
|
11404
|
+
"AppLifecycleManagement": NotRequired[AppLifecycleManagementTypeDef],
|
|
11405
|
+
},
|
|
11406
|
+
)
|
|
11407
|
+
CodeEditorAppSettingsTypeDef = TypedDict(
|
|
11408
|
+
"CodeEditorAppSettingsTypeDef",
|
|
11409
|
+
{
|
|
11410
|
+
"DefaultResourceSpec": NotRequired[ResourceSpecTypeDef],
|
|
11411
|
+
"CustomImages": NotRequired[Sequence[CustomImageTypeDef]],
|
|
11412
|
+
"LifecycleConfigArns": NotRequired[Sequence[str]],
|
|
11413
|
+
"AppLifecycleManagement": NotRequired[AppLifecycleManagementTypeDef],
|
|
11414
|
+
},
|
|
11415
|
+
)
|
|
11416
|
+
JupyterLabAppSettingsOutputTypeDef = TypedDict(
|
|
11417
|
+
"JupyterLabAppSettingsOutputTypeDef",
|
|
11418
|
+
{
|
|
11419
|
+
"DefaultResourceSpec": NotRequired[ResourceSpecTypeDef],
|
|
11420
|
+
"CustomImages": NotRequired[List[CustomImageTypeDef]],
|
|
11421
|
+
"LifecycleConfigArns": NotRequired[List[str]],
|
|
11422
|
+
"CodeRepositories": NotRequired[List[CodeRepositoryTypeDef]],
|
|
11423
|
+
"AppLifecycleManagement": NotRequired[AppLifecycleManagementTypeDef],
|
|
11424
|
+
"EmrSettings": NotRequired[EmrSettingsOutputTypeDef],
|
|
11425
|
+
},
|
|
11426
|
+
)
|
|
11427
|
+
JupyterLabAppSettingsTypeDef = TypedDict(
|
|
11428
|
+
"JupyterLabAppSettingsTypeDef",
|
|
11429
|
+
{
|
|
11430
|
+
"DefaultResourceSpec": NotRequired[ResourceSpecTypeDef],
|
|
11431
|
+
"CustomImages": NotRequired[Sequence[CustomImageTypeDef]],
|
|
11432
|
+
"LifecycleConfigArns": NotRequired[Sequence[str]],
|
|
11433
|
+
"CodeRepositories": NotRequired[Sequence[CodeRepositoryTypeDef]],
|
|
11434
|
+
"AppLifecycleManagement": NotRequired[AppLifecycleManagementTypeDef],
|
|
11435
|
+
"EmrSettings": NotRequired[EmrSettingsTypeDef],
|
|
11436
|
+
},
|
|
11437
|
+
)
|
|
11778
11438
|
ArtifactSummaryTypeDef = TypedDict(
|
|
11779
11439
|
"ArtifactSummaryTypeDef",
|
|
11780
11440
|
{
|
|
@@ -11786,7 +11446,6 @@ ArtifactSummaryTypeDef = TypedDict(
|
|
|
11786
11446
|
"LastModifiedTime": NotRequired[datetime],
|
|
11787
11447
|
},
|
|
11788
11448
|
)
|
|
11789
|
-
ArtifactSourceUnionTypeDef = Union[ArtifactSourceTypeDef, ArtifactSourceExtraOutputTypeDef]
|
|
11790
11449
|
CreateArtifactRequestRequestTypeDef = TypedDict(
|
|
11791
11450
|
"CreateArtifactRequestRequestTypeDef",
|
|
11792
11451
|
{
|
|
@@ -11939,9 +11598,6 @@ AutoMLJobConfigTypeDef = TypedDict(
|
|
|
11939
11598
|
"Mode": NotRequired[AutoMLModeType],
|
|
11940
11599
|
},
|
|
11941
11600
|
)
|
|
11942
|
-
AutoMLSecurityConfigUnionTypeDef = Union[
|
|
11943
|
-
AutoMLSecurityConfigTypeDef, AutoMLSecurityConfigOutputTypeDef
|
|
11944
|
-
]
|
|
11945
11601
|
LabelingJobAlgorithmsConfigTypeDef = TypedDict(
|
|
11946
11602
|
"LabelingJobAlgorithmsConfigTypeDef",
|
|
11947
11603
|
{
|
|
@@ -11950,9 +11606,6 @@ LabelingJobAlgorithmsConfigTypeDef = TypedDict(
|
|
|
11950
11606
|
"LabelingJobResourceConfig": NotRequired[LabelingJobResourceConfigTypeDef],
|
|
11951
11607
|
},
|
|
11952
11608
|
)
|
|
11953
|
-
MonitoringNetworkConfigUnionTypeDef = Union[
|
|
11954
|
-
MonitoringNetworkConfigTypeDef, MonitoringNetworkConfigOutputTypeDef
|
|
11955
|
-
]
|
|
11956
11609
|
ModelMetricsTypeDef = TypedDict(
|
|
11957
11610
|
"ModelMetricsTypeDef",
|
|
11958
11611
|
{
|
|
@@ -12010,10 +11663,6 @@ BlueGreenUpdatePolicyTypeDef = TypedDict(
|
|
|
12010
11663
|
"MaximumExecutionTimeoutInSeconds": NotRequired[int],
|
|
12011
11664
|
},
|
|
12012
11665
|
)
|
|
12013
|
-
InferenceExperimentDataStorageConfigUnionTypeDef = Union[
|
|
12014
|
-
InferenceExperimentDataStorageConfigTypeDef, InferenceExperimentDataStorageConfigOutputTypeDef
|
|
12015
|
-
]
|
|
12016
|
-
DataCaptureConfigUnionTypeDef = Union[DataCaptureConfigTypeDef, DataCaptureConfigOutputTypeDef]
|
|
12017
11666
|
EndpointInputConfigurationOutputTypeDef = TypedDict(
|
|
12018
11667
|
"EndpointInputConfigurationOutputTypeDef",
|
|
12019
11668
|
{
|
|
@@ -12097,12 +11746,6 @@ ListClusterNodesResponseTypeDef = TypedDict(
|
|
|
12097
11746
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
12098
11747
|
},
|
|
12099
11748
|
)
|
|
12100
|
-
CodeEditorAppImageConfigUnionTypeDef = Union[
|
|
12101
|
-
CodeEditorAppImageConfigTypeDef, CodeEditorAppImageConfigExtraOutputTypeDef
|
|
12102
|
-
]
|
|
12103
|
-
JupyterLabAppImageConfigUnionTypeDef = Union[
|
|
12104
|
-
JupyterLabAppImageConfigTypeDef, JupyterLabAppImageConfigExtraOutputTypeDef
|
|
12105
|
-
]
|
|
12106
11749
|
ListCodeRepositoriesOutputTypeDef = TypedDict(
|
|
12107
11750
|
"ListCodeRepositoriesOutputTypeDef",
|
|
12108
11751
|
{
|
|
@@ -12120,7 +11763,6 @@ FeatureDefinitionTypeDef = TypedDict(
|
|
|
12120
11763
|
"CollectionConfig": NotRequired[CollectionConfigTypeDef],
|
|
12121
11764
|
},
|
|
12122
11765
|
)
|
|
12123
|
-
DebugHookConfigUnionTypeDef = Union[DebugHookConfigTypeDef, DebugHookConfigExtraOutputTypeDef]
|
|
12124
11766
|
ListContextsResponseTypeDef = TypedDict(
|
|
12125
11767
|
"ListContextsResponseTypeDef",
|
|
12126
11768
|
{
|
|
@@ -12129,9 +11771,6 @@ ListContextsResponseTypeDef = TypedDict(
|
|
|
12129
11771
|
"NextToken": NotRequired[str],
|
|
12130
11772
|
},
|
|
12131
11773
|
)
|
|
12132
|
-
InferenceExperimentScheduleUnionTypeDef = Union[
|
|
12133
|
-
InferenceExperimentScheduleTypeDef, InferenceExperimentScheduleExtraOutputTypeDef
|
|
12134
|
-
]
|
|
12135
11774
|
QueryLineageRequestRequestTypeDef = TypedDict(
|
|
12136
11775
|
"QueryLineageRequestRequestTypeDef",
|
|
12137
11776
|
{
|
|
@@ -12144,18 +11783,6 @@ QueryLineageRequestRequestTypeDef = TypedDict(
|
|
|
12144
11783
|
"NextToken": NotRequired[str],
|
|
12145
11784
|
},
|
|
12146
11785
|
)
|
|
12147
|
-
ChannelExtraOutputTypeDef = TypedDict(
|
|
12148
|
-
"ChannelExtraOutputTypeDef",
|
|
12149
|
-
{
|
|
12150
|
-
"ChannelName": str,
|
|
12151
|
-
"DataSource": DataSourceExtraOutputTypeDef,
|
|
12152
|
-
"ContentType": NotRequired[str],
|
|
12153
|
-
"CompressionType": NotRequired[CompressionTypeType],
|
|
12154
|
-
"RecordWrapperType": NotRequired[RecordWrapperType],
|
|
12155
|
-
"InputMode": NotRequired[TrainingInputModeType],
|
|
12156
|
-
"ShuffleConfig": NotRequired[ShuffleConfigTypeDef],
|
|
12157
|
-
},
|
|
12158
|
-
)
|
|
12159
11786
|
ChannelOutputTypeDef = TypedDict(
|
|
12160
11787
|
"ChannelOutputTypeDef",
|
|
12161
11788
|
{
|
|
@@ -12298,18 +11925,6 @@ DriftCheckBaselinesTypeDef = TypedDict(
|
|
|
12298
11925
|
"ModelDataQuality": NotRequired[DriftCheckModelDataQualityTypeDef],
|
|
12299
11926
|
},
|
|
12300
11927
|
)
|
|
12301
|
-
SpaceSettingsOutputTypeDef = TypedDict(
|
|
12302
|
-
"SpaceSettingsOutputTypeDef",
|
|
12303
|
-
{
|
|
12304
|
-
"JupyterServerAppSettings": NotRequired[JupyterServerAppSettingsOutputTypeDef],
|
|
12305
|
-
"KernelGatewayAppSettings": NotRequired[KernelGatewayAppSettingsOutputTypeDef],
|
|
12306
|
-
"CodeEditorAppSettings": NotRequired[SpaceCodeEditorAppSettingsTypeDef],
|
|
12307
|
-
"JupyterLabAppSettings": NotRequired[SpaceJupyterLabAppSettingsOutputTypeDef],
|
|
12308
|
-
"AppType": NotRequired[AppTypeType],
|
|
12309
|
-
"SpaceStorageSettings": NotRequired[SpaceStorageSettingsTypeDef],
|
|
12310
|
-
"CustomFileSystems": NotRequired[List[CustomFileSystemTypeDef]],
|
|
12311
|
-
},
|
|
12312
|
-
)
|
|
12313
11928
|
SpaceSettingsSummaryTypeDef = TypedDict(
|
|
12314
11929
|
"SpaceSettingsSummaryTypeDef",
|
|
12315
11930
|
{
|
|
@@ -12317,88 +11932,6 @@ SpaceSettingsSummaryTypeDef = TypedDict(
|
|
|
12317
11932
|
"SpaceStorageSettings": NotRequired[SpaceStorageSettingsTypeDef],
|
|
12318
11933
|
},
|
|
12319
11934
|
)
|
|
12320
|
-
SpaceSettingsTypeDef = TypedDict(
|
|
12321
|
-
"SpaceSettingsTypeDef",
|
|
12322
|
-
{
|
|
12323
|
-
"JupyterServerAppSettings": NotRequired[JupyterServerAppSettingsTypeDef],
|
|
12324
|
-
"KernelGatewayAppSettings": NotRequired[KernelGatewayAppSettingsTypeDef],
|
|
12325
|
-
"CodeEditorAppSettings": NotRequired[SpaceCodeEditorAppSettingsTypeDef],
|
|
12326
|
-
"JupyterLabAppSettings": NotRequired[SpaceJupyterLabAppSettingsTypeDef],
|
|
12327
|
-
"AppType": NotRequired[AppTypeType],
|
|
12328
|
-
"SpaceStorageSettings": NotRequired[SpaceStorageSettingsTypeDef],
|
|
12329
|
-
"CustomFileSystems": NotRequired[Sequence[CustomFileSystemTypeDef]],
|
|
12330
|
-
},
|
|
12331
|
-
)
|
|
12332
|
-
DefaultSpaceSettingsOutputTypeDef = TypedDict(
|
|
12333
|
-
"DefaultSpaceSettingsOutputTypeDef",
|
|
12334
|
-
{
|
|
12335
|
-
"ExecutionRole": NotRequired[str],
|
|
12336
|
-
"SecurityGroups": NotRequired[List[str]],
|
|
12337
|
-
"JupyterServerAppSettings": NotRequired[JupyterServerAppSettingsOutputTypeDef],
|
|
12338
|
-
"KernelGatewayAppSettings": NotRequired[KernelGatewayAppSettingsOutputTypeDef],
|
|
12339
|
-
"JupyterLabAppSettings": NotRequired[JupyterLabAppSettingsOutputTypeDef],
|
|
12340
|
-
"SpaceStorageSettings": NotRequired[DefaultSpaceStorageSettingsTypeDef],
|
|
12341
|
-
"CustomPosixUserConfig": NotRequired[CustomPosixUserConfigTypeDef],
|
|
12342
|
-
"CustomFileSystemConfigs": NotRequired[List[CustomFileSystemConfigTypeDef]],
|
|
12343
|
-
},
|
|
12344
|
-
)
|
|
12345
|
-
UserSettingsOutputTypeDef = TypedDict(
|
|
12346
|
-
"UserSettingsOutputTypeDef",
|
|
12347
|
-
{
|
|
12348
|
-
"ExecutionRole": NotRequired[str],
|
|
12349
|
-
"SecurityGroups": NotRequired[List[str]],
|
|
12350
|
-
"SharingSettings": NotRequired[SharingSettingsTypeDef],
|
|
12351
|
-
"JupyterServerAppSettings": NotRequired[JupyterServerAppSettingsOutputTypeDef],
|
|
12352
|
-
"KernelGatewayAppSettings": NotRequired[KernelGatewayAppSettingsOutputTypeDef],
|
|
12353
|
-
"TensorBoardAppSettings": NotRequired[TensorBoardAppSettingsTypeDef],
|
|
12354
|
-
"RStudioServerProAppSettings": NotRequired[RStudioServerProAppSettingsTypeDef],
|
|
12355
|
-
"RSessionAppSettings": NotRequired[RSessionAppSettingsOutputTypeDef],
|
|
12356
|
-
"CanvasAppSettings": NotRequired[CanvasAppSettingsOutputTypeDef],
|
|
12357
|
-
"CodeEditorAppSettings": NotRequired[CodeEditorAppSettingsOutputTypeDef],
|
|
12358
|
-
"JupyterLabAppSettings": NotRequired[JupyterLabAppSettingsOutputTypeDef],
|
|
12359
|
-
"SpaceStorageSettings": NotRequired[DefaultSpaceStorageSettingsTypeDef],
|
|
12360
|
-
"DefaultLandingUri": NotRequired[str],
|
|
12361
|
-
"StudioWebPortal": NotRequired[StudioWebPortalType],
|
|
12362
|
-
"CustomPosixUserConfig": NotRequired[CustomPosixUserConfigTypeDef],
|
|
12363
|
-
"CustomFileSystemConfigs": NotRequired[List[CustomFileSystemConfigTypeDef]],
|
|
12364
|
-
"StudioWebPortalSettings": NotRequired[StudioWebPortalSettingsOutputTypeDef],
|
|
12365
|
-
},
|
|
12366
|
-
)
|
|
12367
|
-
DefaultSpaceSettingsTypeDef = TypedDict(
|
|
12368
|
-
"DefaultSpaceSettingsTypeDef",
|
|
12369
|
-
{
|
|
12370
|
-
"ExecutionRole": NotRequired[str],
|
|
12371
|
-
"SecurityGroups": NotRequired[Sequence[str]],
|
|
12372
|
-
"JupyterServerAppSettings": NotRequired[JupyterServerAppSettingsTypeDef],
|
|
12373
|
-
"KernelGatewayAppSettings": NotRequired[KernelGatewayAppSettingsTypeDef],
|
|
12374
|
-
"JupyterLabAppSettings": NotRequired[JupyterLabAppSettingsTypeDef],
|
|
12375
|
-
"SpaceStorageSettings": NotRequired[DefaultSpaceStorageSettingsTypeDef],
|
|
12376
|
-
"CustomPosixUserConfig": NotRequired[CustomPosixUserConfigTypeDef],
|
|
12377
|
-
"CustomFileSystemConfigs": NotRequired[Sequence[CustomFileSystemConfigTypeDef]],
|
|
12378
|
-
},
|
|
12379
|
-
)
|
|
12380
|
-
UserSettingsTypeDef = TypedDict(
|
|
12381
|
-
"UserSettingsTypeDef",
|
|
12382
|
-
{
|
|
12383
|
-
"ExecutionRole": NotRequired[str],
|
|
12384
|
-
"SecurityGroups": NotRequired[Sequence[str]],
|
|
12385
|
-
"SharingSettings": NotRequired[SharingSettingsTypeDef],
|
|
12386
|
-
"JupyterServerAppSettings": NotRequired[JupyterServerAppSettingsTypeDef],
|
|
12387
|
-
"KernelGatewayAppSettings": NotRequired[KernelGatewayAppSettingsTypeDef],
|
|
12388
|
-
"TensorBoardAppSettings": NotRequired[TensorBoardAppSettingsTypeDef],
|
|
12389
|
-
"RStudioServerProAppSettings": NotRequired[RStudioServerProAppSettingsTypeDef],
|
|
12390
|
-
"RSessionAppSettings": NotRequired[RSessionAppSettingsTypeDef],
|
|
12391
|
-
"CanvasAppSettings": NotRequired[CanvasAppSettingsTypeDef],
|
|
12392
|
-
"CodeEditorAppSettings": NotRequired[CodeEditorAppSettingsTypeDef],
|
|
12393
|
-
"JupyterLabAppSettings": NotRequired[JupyterLabAppSettingsTypeDef],
|
|
12394
|
-
"SpaceStorageSettings": NotRequired[DefaultSpaceStorageSettingsTypeDef],
|
|
12395
|
-
"DefaultLandingUri": NotRequired[str],
|
|
12396
|
-
"StudioWebPortal": NotRequired[StudioWebPortalType],
|
|
12397
|
-
"CustomPosixUserConfig": NotRequired[CustomPosixUserConfigTypeDef],
|
|
12398
|
-
"CustomFileSystemConfigs": NotRequired[Sequence[CustomFileSystemConfigTypeDef]],
|
|
12399
|
-
"StudioWebPortalSettings": NotRequired[StudioWebPortalSettingsTypeDef],
|
|
12400
|
-
},
|
|
12401
|
-
)
|
|
12402
11935
|
InferenceRecommendationTypeDef = TypedDict(
|
|
12403
11936
|
"InferenceRecommendationTypeDef",
|
|
12404
11937
|
{
|
|
@@ -12439,7 +11972,6 @@ ListTrainingJobsForHyperParameterTuningJobResponseTypeDef = TypedDict(
|
|
|
12439
11972
|
"NextToken": NotRequired[str],
|
|
12440
11973
|
},
|
|
12441
11974
|
)
|
|
12442
|
-
NetworkConfigUnionTypeDef = Union[NetworkConfigTypeDef, NetworkConfigExtraOutputTypeDef]
|
|
12443
11975
|
ListHyperParameterTuningJobsResponseTypeDef = TypedDict(
|
|
12444
11976
|
"ListHyperParameterTuningJobsResponseTypeDef",
|
|
12445
11977
|
{
|
|
@@ -12448,10 +11980,6 @@ ListHyperParameterTuningJobsResponseTypeDef = TypedDict(
|
|
|
12448
11980
|
"NextToken": NotRequired[str],
|
|
12449
11981
|
},
|
|
12450
11982
|
)
|
|
12451
|
-
HyperParameterTuningJobWarmStartConfigUnionTypeDef = Union[
|
|
12452
|
-
HyperParameterTuningJobWarmStartConfigTypeDef,
|
|
12453
|
-
HyperParameterTuningJobWarmStartConfigExtraOutputTypeDef,
|
|
12454
|
-
]
|
|
12455
11983
|
AssociationSummaryTypeDef = TypedDict(
|
|
12456
11984
|
"AssociationSummaryTypeDef",
|
|
12457
11985
|
{
|
|
@@ -12789,7 +12317,6 @@ UpdateInferenceComponentInputRequestTypeDef = TypedDict(
|
|
|
12789
12317
|
"RuntimeConfig": NotRequired[InferenceComponentRuntimeConfigTypeDef],
|
|
12790
12318
|
},
|
|
12791
12319
|
)
|
|
12792
|
-
ResourceConfigUnionTypeDef = Union[ResourceConfigTypeDef, ResourceConfigExtraOutputTypeDef]
|
|
12793
12320
|
HyperParameterSpecificationOutputTypeDef = TypedDict(
|
|
12794
12321
|
"HyperParameterSpecificationOutputTypeDef",
|
|
12795
12322
|
{
|
|
@@ -12814,19 +12341,6 @@ HyperParameterSpecificationTypeDef = TypedDict(
|
|
|
12814
12341
|
"DefaultValue": NotRequired[str],
|
|
12815
12342
|
},
|
|
12816
12343
|
)
|
|
12817
|
-
HyperParameterTuningJobConfigExtraOutputTypeDef = TypedDict(
|
|
12818
|
-
"HyperParameterTuningJobConfigExtraOutputTypeDef",
|
|
12819
|
-
{
|
|
12820
|
-
"Strategy": HyperParameterTuningJobStrategyTypeType,
|
|
12821
|
-
"ResourceLimits": ResourceLimitsTypeDef,
|
|
12822
|
-
"StrategyConfig": NotRequired[HyperParameterTuningJobStrategyConfigTypeDef],
|
|
12823
|
-
"HyperParameterTuningJobObjective": NotRequired[HyperParameterTuningJobObjectiveTypeDef],
|
|
12824
|
-
"ParameterRanges": NotRequired[ParameterRangesExtraOutputTypeDef],
|
|
12825
|
-
"TrainingJobEarlyStoppingType": NotRequired[TrainingJobEarlyStoppingTypeType],
|
|
12826
|
-
"TuningJobCompletionCriteria": NotRequired[TuningJobCompletionCriteriaTypeDef],
|
|
12827
|
-
"RandomSeed": NotRequired[int],
|
|
12828
|
-
},
|
|
12829
|
-
)
|
|
12830
12344
|
HyperParameterTuningJobConfigOutputTypeDef = TypedDict(
|
|
12831
12345
|
"HyperParameterTuningJobConfigOutputTypeDef",
|
|
12832
12346
|
{
|
|
@@ -12888,9 +12402,6 @@ CreateAppImageConfigRequestRequestTypeDef = TypedDict(
|
|
|
12888
12402
|
"CodeEditorAppImageConfig": NotRequired[CodeEditorAppImageConfigTypeDef],
|
|
12889
12403
|
},
|
|
12890
12404
|
)
|
|
12891
|
-
KernelGatewayImageConfigUnionTypeDef = Union[
|
|
12892
|
-
KernelGatewayImageConfigTypeDef, KernelGatewayImageConfigExtraOutputTypeDef
|
|
12893
|
-
]
|
|
12894
12405
|
UpdateAppImageConfigRequestRequestTypeDef = TypedDict(
|
|
12895
12406
|
"UpdateAppImageConfigRequestRequestTypeDef",
|
|
12896
12407
|
{
|
|
@@ -12908,13 +12419,6 @@ ListLabelingJobsForWorkteamResponseTypeDef = TypedDict(
|
|
|
12908
12419
|
"NextToken": NotRequired[str],
|
|
12909
12420
|
},
|
|
12910
12421
|
)
|
|
12911
|
-
LabelingJobInputConfigExtraOutputTypeDef = TypedDict(
|
|
12912
|
-
"LabelingJobInputConfigExtraOutputTypeDef",
|
|
12913
|
-
{
|
|
12914
|
-
"DataSource": LabelingJobDataSourceTypeDef,
|
|
12915
|
-
"DataAttributes": NotRequired[LabelingJobDataAttributesExtraOutputTypeDef],
|
|
12916
|
-
},
|
|
12917
|
-
)
|
|
12918
12422
|
LabelingJobInputConfigOutputTypeDef = TypedDict(
|
|
12919
12423
|
"LabelingJobInputConfigOutputTypeDef",
|
|
12920
12424
|
{
|
|
@@ -12929,7 +12433,7 @@ LabelingJobInputConfigTypeDef = TypedDict(
|
|
|
12929
12433
|
"DataAttributes": NotRequired[LabelingJobDataAttributesTypeDef],
|
|
12930
12434
|
},
|
|
12931
12435
|
)
|
|
12932
|
-
MemberDefinitionUnionTypeDef = Union[MemberDefinitionTypeDef,
|
|
12436
|
+
MemberDefinitionUnionTypeDef = Union[MemberDefinitionTypeDef, MemberDefinitionOutputTypeDef]
|
|
12933
12437
|
TargetTrackingScalingPolicyConfigurationTypeDef = TypedDict(
|
|
12934
12438
|
"TargetTrackingScalingPolicyConfigurationTypeDef",
|
|
12935
12439
|
{
|
|
@@ -12979,9 +12483,6 @@ ModelVariantConfigTypeDef = TypedDict(
|
|
|
12979
12483
|
"InfrastructureConfig": ModelInfrastructureConfigTypeDef,
|
|
12980
12484
|
},
|
|
12981
12485
|
)
|
|
12982
|
-
RecommendationJobStoppingConditionsUnionTypeDef = Union[
|
|
12983
|
-
RecommendationJobStoppingConditionsTypeDef, RecommendationJobStoppingConditionsOutputTypeDef
|
|
12984
|
-
]
|
|
12985
12486
|
ListModelMetadataRequestListModelMetadataPaginateTypeDef = TypedDict(
|
|
12986
12487
|
"ListModelMetadataRequestListModelMetadataPaginateTypeDef",
|
|
12987
12488
|
{
|
|
@@ -12998,23 +12499,6 @@ ListModelMetadataRequestRequestTypeDef = TypedDict(
|
|
|
12998
12499
|
},
|
|
12999
12500
|
)
|
|
13000
12501
|
OptimizationConfigUnionTypeDef = Union[OptimizationConfigTypeDef, OptimizationConfigOutputTypeDef]
|
|
13001
|
-
BatchTransformInputExtraOutputTypeDef = TypedDict(
|
|
13002
|
-
"BatchTransformInputExtraOutputTypeDef",
|
|
13003
|
-
{
|
|
13004
|
-
"DataCapturedDestinationS3Uri": str,
|
|
13005
|
-
"DatasetFormat": MonitoringDatasetFormatExtraOutputTypeDef,
|
|
13006
|
-
"LocalPath": str,
|
|
13007
|
-
"S3InputMode": NotRequired[ProcessingS3InputModeType],
|
|
13008
|
-
"S3DataDistributionType": NotRequired[ProcessingS3DataDistributionTypeType],
|
|
13009
|
-
"FeaturesAttribute": NotRequired[str],
|
|
13010
|
-
"InferenceAttribute": NotRequired[str],
|
|
13011
|
-
"ProbabilityAttribute": NotRequired[str],
|
|
13012
|
-
"ProbabilityThresholdAttribute": NotRequired[float],
|
|
13013
|
-
"StartTimeOffset": NotRequired[str],
|
|
13014
|
-
"EndTimeOffset": NotRequired[str],
|
|
13015
|
-
"ExcludeFeaturesAttribute": NotRequired[str],
|
|
13016
|
-
},
|
|
13017
|
-
)
|
|
13018
12502
|
BatchTransformInputOutputTypeDef = TypedDict(
|
|
13019
12503
|
"BatchTransformInputOutputTypeDef",
|
|
13020
12504
|
{
|
|
@@ -13049,13 +12533,6 @@ BatchTransformInputTypeDef = TypedDict(
|
|
|
13049
12533
|
"ExcludeFeaturesAttribute": NotRequired[str],
|
|
13050
12534
|
},
|
|
13051
12535
|
)
|
|
13052
|
-
MonitoringOutputConfigExtraOutputTypeDef = TypedDict(
|
|
13053
|
-
"MonitoringOutputConfigExtraOutputTypeDef",
|
|
13054
|
-
{
|
|
13055
|
-
"MonitoringOutputs": List[MonitoringOutputTypeDef],
|
|
13056
|
-
"KmsKeyId": NotRequired[str],
|
|
13057
|
-
},
|
|
13058
|
-
)
|
|
13059
12536
|
MonitoringOutputConfigOutputTypeDef = TypedDict(
|
|
13060
12537
|
"MonitoringOutputConfigOutputTypeDef",
|
|
13061
12538
|
{
|
|
@@ -13122,13 +12599,6 @@ PendingDeploymentSummaryTypeDef = TypedDict(
|
|
|
13122
12599
|
"ShadowProductionVariants": NotRequired[List[PendingProductionVariantSummaryTypeDef]],
|
|
13123
12600
|
},
|
|
13124
12601
|
)
|
|
13125
|
-
ProcessingOutputConfigExtraOutputTypeDef = TypedDict(
|
|
13126
|
-
"ProcessingOutputConfigExtraOutputTypeDef",
|
|
13127
|
-
{
|
|
13128
|
-
"Outputs": List[ProcessingOutputTypeDef],
|
|
13129
|
-
"KmsKeyId": NotRequired[str],
|
|
13130
|
-
},
|
|
13131
|
-
)
|
|
13132
12602
|
ProcessingOutputConfigOutputTypeDef = TypedDict(
|
|
13133
12603
|
"ProcessingOutputConfigOutputTypeDef",
|
|
13134
12604
|
{
|
|
@@ -13207,9 +12677,6 @@ CreateProjectInputRequestTypeDef = TypedDict(
|
|
|
13207
12677
|
"Tags": NotRequired[Sequence[TagTypeDef]],
|
|
13208
12678
|
},
|
|
13209
12679
|
)
|
|
13210
|
-
ServiceCatalogProvisioningDetailsUnionTypeDef = Union[
|
|
13211
|
-
ServiceCatalogProvisioningDetailsTypeDef, ServiceCatalogProvisioningDetailsExtraOutputTypeDef
|
|
13212
|
-
]
|
|
13213
12680
|
UpdateProjectInputRequestTypeDef = TypedDict(
|
|
13214
12681
|
"UpdateProjectInputRequestTypeDef",
|
|
13215
12682
|
{
|
|
@@ -13321,9 +12788,6 @@ PipelineExecutionTypeDef = TypedDict(
|
|
|
13321
12788
|
"PipelineParameters": NotRequired[List[ParameterTypeDef]],
|
|
13322
12789
|
},
|
|
13323
12790
|
)
|
|
13324
|
-
SelectiveExecutionConfigUnionTypeDef = Union[
|
|
13325
|
-
SelectiveExecutionConfigTypeDef, SelectiveExecutionConfigExtraOutputTypeDef
|
|
13326
|
-
]
|
|
13327
12791
|
StartPipelineExecutionRequestRequestTypeDef = TypedDict(
|
|
13328
12792
|
"StartPipelineExecutionRequestRequestTypeDef",
|
|
13329
12793
|
{
|
|
@@ -13336,18 +12800,27 @@ StartPipelineExecutionRequestRequestTypeDef = TypedDict(
|
|
|
13336
12800
|
"SelectiveExecutionConfig": NotRequired[SelectiveExecutionConfigTypeDef],
|
|
13337
12801
|
},
|
|
13338
12802
|
)
|
|
13339
|
-
|
|
13340
|
-
|
|
13341
|
-
"AlgorithmSpecificationExtraOutputTypeDef",
|
|
12803
|
+
SpaceCodeEditorAppSettingsTypeDef = TypedDict(
|
|
12804
|
+
"SpaceCodeEditorAppSettingsTypeDef",
|
|
13342
12805
|
{
|
|
13343
|
-
"
|
|
13344
|
-
"
|
|
13345
|
-
|
|
13346
|
-
|
|
13347
|
-
|
|
13348
|
-
|
|
13349
|
-
|
|
13350
|
-
"
|
|
12806
|
+
"DefaultResourceSpec": NotRequired[ResourceSpecTypeDef],
|
|
12807
|
+
"AppLifecycleManagement": NotRequired[SpaceAppLifecycleManagementTypeDef],
|
|
12808
|
+
},
|
|
12809
|
+
)
|
|
12810
|
+
SpaceJupyterLabAppSettingsOutputTypeDef = TypedDict(
|
|
12811
|
+
"SpaceJupyterLabAppSettingsOutputTypeDef",
|
|
12812
|
+
{
|
|
12813
|
+
"DefaultResourceSpec": NotRequired[ResourceSpecTypeDef],
|
|
12814
|
+
"CodeRepositories": NotRequired[List[CodeRepositoryTypeDef]],
|
|
12815
|
+
"AppLifecycleManagement": NotRequired[SpaceAppLifecycleManagementTypeDef],
|
|
12816
|
+
},
|
|
12817
|
+
)
|
|
12818
|
+
SpaceJupyterLabAppSettingsTypeDef = TypedDict(
|
|
12819
|
+
"SpaceJupyterLabAppSettingsTypeDef",
|
|
12820
|
+
{
|
|
12821
|
+
"DefaultResourceSpec": NotRequired[ResourceSpecTypeDef],
|
|
12822
|
+
"CodeRepositories": NotRequired[Sequence[CodeRepositoryTypeDef]],
|
|
12823
|
+
"AppLifecycleManagement": NotRequired[SpaceAppLifecycleManagementTypeDef],
|
|
13351
12824
|
},
|
|
13352
12825
|
)
|
|
13353
12826
|
AlgorithmSpecificationOutputTypeDef = TypedDict(
|
|
@@ -13407,18 +12880,86 @@ UpdateWorkforceResponseTypeDef = TypedDict(
|
|
|
13407
12880
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
13408
12881
|
},
|
|
13409
12882
|
)
|
|
13410
|
-
|
|
13411
|
-
|
|
13412
|
-
"ListArtifactsResponseTypeDef",
|
|
12883
|
+
DefaultSpaceSettingsOutputTypeDef = TypedDict(
|
|
12884
|
+
"DefaultSpaceSettingsOutputTypeDef",
|
|
13413
12885
|
{
|
|
13414
|
-
"
|
|
13415
|
-
"
|
|
13416
|
-
"
|
|
12886
|
+
"ExecutionRole": NotRequired[str],
|
|
12887
|
+
"SecurityGroups": NotRequired[List[str]],
|
|
12888
|
+
"JupyterServerAppSettings": NotRequired[JupyterServerAppSettingsOutputTypeDef],
|
|
12889
|
+
"KernelGatewayAppSettings": NotRequired[KernelGatewayAppSettingsOutputTypeDef],
|
|
12890
|
+
"JupyterLabAppSettings": NotRequired[JupyterLabAppSettingsOutputTypeDef],
|
|
12891
|
+
"SpaceStorageSettings": NotRequired[DefaultSpaceStorageSettingsTypeDef],
|
|
12892
|
+
"CustomPosixUserConfig": NotRequired[CustomPosixUserConfigTypeDef],
|
|
12893
|
+
"CustomFileSystemConfigs": NotRequired[List[CustomFileSystemConfigTypeDef]],
|
|
12894
|
+
},
|
|
12895
|
+
)
|
|
12896
|
+
UserSettingsOutputTypeDef = TypedDict(
|
|
12897
|
+
"UserSettingsOutputTypeDef",
|
|
12898
|
+
{
|
|
12899
|
+
"ExecutionRole": NotRequired[str],
|
|
12900
|
+
"SecurityGroups": NotRequired[List[str]],
|
|
12901
|
+
"SharingSettings": NotRequired[SharingSettingsTypeDef],
|
|
12902
|
+
"JupyterServerAppSettings": NotRequired[JupyterServerAppSettingsOutputTypeDef],
|
|
12903
|
+
"KernelGatewayAppSettings": NotRequired[KernelGatewayAppSettingsOutputTypeDef],
|
|
12904
|
+
"TensorBoardAppSettings": NotRequired[TensorBoardAppSettingsTypeDef],
|
|
12905
|
+
"RStudioServerProAppSettings": NotRequired[RStudioServerProAppSettingsTypeDef],
|
|
12906
|
+
"RSessionAppSettings": NotRequired[RSessionAppSettingsOutputTypeDef],
|
|
12907
|
+
"CanvasAppSettings": NotRequired[CanvasAppSettingsOutputTypeDef],
|
|
12908
|
+
"CodeEditorAppSettings": NotRequired[CodeEditorAppSettingsOutputTypeDef],
|
|
12909
|
+
"JupyterLabAppSettings": NotRequired[JupyterLabAppSettingsOutputTypeDef],
|
|
12910
|
+
"SpaceStorageSettings": NotRequired[DefaultSpaceStorageSettingsTypeDef],
|
|
12911
|
+
"DefaultLandingUri": NotRequired[str],
|
|
12912
|
+
"StudioWebPortal": NotRequired[StudioWebPortalType],
|
|
12913
|
+
"CustomPosixUserConfig": NotRequired[CustomPosixUserConfigTypeDef],
|
|
12914
|
+
"CustomFileSystemConfigs": NotRequired[List[CustomFileSystemConfigTypeDef]],
|
|
12915
|
+
"StudioWebPortalSettings": NotRequired[StudioWebPortalSettingsOutputTypeDef],
|
|
12916
|
+
"AutoMountHomeEFS": NotRequired[AutoMountHomeEFSType],
|
|
12917
|
+
},
|
|
12918
|
+
)
|
|
12919
|
+
DefaultSpaceSettingsTypeDef = TypedDict(
|
|
12920
|
+
"DefaultSpaceSettingsTypeDef",
|
|
12921
|
+
{
|
|
12922
|
+
"ExecutionRole": NotRequired[str],
|
|
12923
|
+
"SecurityGroups": NotRequired[Sequence[str]],
|
|
12924
|
+
"JupyterServerAppSettings": NotRequired[JupyterServerAppSettingsTypeDef],
|
|
12925
|
+
"KernelGatewayAppSettings": NotRequired[KernelGatewayAppSettingsTypeDef],
|
|
12926
|
+
"JupyterLabAppSettings": NotRequired[JupyterLabAppSettingsTypeDef],
|
|
12927
|
+
"SpaceStorageSettings": NotRequired[DefaultSpaceStorageSettingsTypeDef],
|
|
12928
|
+
"CustomPosixUserConfig": NotRequired[CustomPosixUserConfigTypeDef],
|
|
12929
|
+
"CustomFileSystemConfigs": NotRequired[Sequence[CustomFileSystemConfigTypeDef]],
|
|
12930
|
+
},
|
|
12931
|
+
)
|
|
12932
|
+
UserSettingsTypeDef = TypedDict(
|
|
12933
|
+
"UserSettingsTypeDef",
|
|
12934
|
+
{
|
|
12935
|
+
"ExecutionRole": NotRequired[str],
|
|
12936
|
+
"SecurityGroups": NotRequired[Sequence[str]],
|
|
12937
|
+
"SharingSettings": NotRequired[SharingSettingsTypeDef],
|
|
12938
|
+
"JupyterServerAppSettings": NotRequired[JupyterServerAppSettingsTypeDef],
|
|
12939
|
+
"KernelGatewayAppSettings": NotRequired[KernelGatewayAppSettingsTypeDef],
|
|
12940
|
+
"TensorBoardAppSettings": NotRequired[TensorBoardAppSettingsTypeDef],
|
|
12941
|
+
"RStudioServerProAppSettings": NotRequired[RStudioServerProAppSettingsTypeDef],
|
|
12942
|
+
"RSessionAppSettings": NotRequired[RSessionAppSettingsTypeDef],
|
|
12943
|
+
"CanvasAppSettings": NotRequired[CanvasAppSettingsTypeDef],
|
|
12944
|
+
"CodeEditorAppSettings": NotRequired[CodeEditorAppSettingsTypeDef],
|
|
12945
|
+
"JupyterLabAppSettings": NotRequired[JupyterLabAppSettingsTypeDef],
|
|
12946
|
+
"SpaceStorageSettings": NotRequired[DefaultSpaceStorageSettingsTypeDef],
|
|
12947
|
+
"DefaultLandingUri": NotRequired[str],
|
|
12948
|
+
"StudioWebPortal": NotRequired[StudioWebPortalType],
|
|
12949
|
+
"CustomPosixUserConfig": NotRequired[CustomPosixUserConfigTypeDef],
|
|
12950
|
+
"CustomFileSystemConfigs": NotRequired[Sequence[CustomFileSystemConfigTypeDef]],
|
|
12951
|
+
"StudioWebPortalSettings": NotRequired[StudioWebPortalSettingsTypeDef],
|
|
12952
|
+
"AutoMountHomeEFS": NotRequired[AutoMountHomeEFSType],
|
|
12953
|
+
},
|
|
12954
|
+
)
|
|
12955
|
+
ListArtifactsResponseTypeDef = TypedDict(
|
|
12956
|
+
"ListArtifactsResponseTypeDef",
|
|
12957
|
+
{
|
|
12958
|
+
"ArtifactSummaries": List[ArtifactSummaryTypeDef],
|
|
12959
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
12960
|
+
"NextToken": NotRequired[str],
|
|
13417
12961
|
},
|
|
13418
12962
|
)
|
|
13419
|
-
AsyncInferenceConfigUnionTypeDef = Union[
|
|
13420
|
-
AsyncInferenceConfigTypeDef, AsyncInferenceConfigOutputTypeDef
|
|
13421
|
-
]
|
|
13422
12963
|
AutoMLProblemTypeConfigOutputTypeDef = TypedDict(
|
|
13423
12964
|
"AutoMLProblemTypeConfigOutputTypeDef",
|
|
13424
12965
|
{
|
|
@@ -13439,7 +12980,6 @@ AutoMLProblemTypeConfigTypeDef = TypedDict(
|
|
|
13439
12980
|
"TextGenerationJobConfig": NotRequired[TextGenerationJobConfigTypeDef],
|
|
13440
12981
|
},
|
|
13441
12982
|
)
|
|
13442
|
-
AutoMLJobConfigUnionTypeDef = Union[AutoMLJobConfigTypeDef, AutoMLJobConfigOutputTypeDef]
|
|
13443
12983
|
CreateAutoMLJobRequestRequestTypeDef = TypedDict(
|
|
13444
12984
|
"CreateAutoMLJobRequestRequestTypeDef",
|
|
13445
12985
|
{
|
|
@@ -13455,9 +12995,6 @@ CreateAutoMLJobRequestRequestTypeDef = TypedDict(
|
|
|
13455
12995
|
"ModelDeployConfig": NotRequired[ModelDeployConfigTypeDef],
|
|
13456
12996
|
},
|
|
13457
12997
|
)
|
|
13458
|
-
LabelingJobAlgorithmsConfigUnionTypeDef = Union[
|
|
13459
|
-
LabelingJobAlgorithmsConfigTypeDef, LabelingJobAlgorithmsConfigOutputTypeDef
|
|
13460
|
-
]
|
|
13461
12998
|
PipelineExecutionStepTypeDef = TypedDict(
|
|
13462
12999
|
"PipelineExecutionStepTypeDef",
|
|
13463
13000
|
{
|
|
@@ -13672,31 +13209,6 @@ UpdateFeatureGroupRequestRequestTypeDef = TypedDict(
|
|
|
13672
13209
|
"ThroughputConfig": NotRequired[ThroughputConfigUpdateTypeDef],
|
|
13673
13210
|
},
|
|
13674
13211
|
)
|
|
13675
|
-
HyperParameterTrainingJobDefinitionExtraOutputTypeDef = TypedDict(
|
|
13676
|
-
"HyperParameterTrainingJobDefinitionExtraOutputTypeDef",
|
|
13677
|
-
{
|
|
13678
|
-
"AlgorithmSpecification": HyperParameterAlgorithmSpecificationExtraOutputTypeDef,
|
|
13679
|
-
"RoleArn": str,
|
|
13680
|
-
"OutputDataConfig": OutputDataConfigTypeDef,
|
|
13681
|
-
"StoppingCondition": StoppingConditionTypeDef,
|
|
13682
|
-
"DefinitionName": NotRequired[str],
|
|
13683
|
-
"TuningObjective": NotRequired[HyperParameterTuningJobObjectiveTypeDef],
|
|
13684
|
-
"HyperParameterRanges": NotRequired[ParameterRangesExtraOutputTypeDef],
|
|
13685
|
-
"StaticHyperParameters": NotRequired[Dict[str, str]],
|
|
13686
|
-
"InputDataConfig": NotRequired[List[ChannelExtraOutputTypeDef]],
|
|
13687
|
-
"VpcConfig": NotRequired[VpcConfigExtraOutputTypeDef],
|
|
13688
|
-
"ResourceConfig": NotRequired[ResourceConfigExtraOutputTypeDef],
|
|
13689
|
-
"HyperParameterTuningResourceConfig": NotRequired[
|
|
13690
|
-
HyperParameterTuningResourceConfigExtraOutputTypeDef
|
|
13691
|
-
],
|
|
13692
|
-
"EnableNetworkIsolation": NotRequired[bool],
|
|
13693
|
-
"EnableInterContainerTrafficEncryption": NotRequired[bool],
|
|
13694
|
-
"EnableManagedSpotTraining": NotRequired[bool],
|
|
13695
|
-
"CheckpointConfig": NotRequired[CheckpointConfigTypeDef],
|
|
13696
|
-
"RetryStrategy": NotRequired[RetryStrategyTypeDef],
|
|
13697
|
-
"Environment": NotRequired[Dict[str, str]],
|
|
13698
|
-
},
|
|
13699
|
-
)
|
|
13700
13212
|
HyperParameterTrainingJobDefinitionOutputTypeDef = TypedDict(
|
|
13701
13213
|
"HyperParameterTrainingJobDefinitionOutputTypeDef",
|
|
13702
13214
|
{
|
|
@@ -13733,7 +13245,7 @@ TrainingJobDefinitionOutputTypeDef = TypedDict(
|
|
|
13733
13245
|
"HyperParameters": NotRequired[Dict[str, str]],
|
|
13734
13246
|
},
|
|
13735
13247
|
)
|
|
13736
|
-
ChannelUnionTypeDef = Union[ChannelTypeDef,
|
|
13248
|
+
ChannelUnionTypeDef = Union[ChannelTypeDef, ChannelOutputTypeDef]
|
|
13737
13249
|
HyperParameterTrainingJobDefinitionTypeDef = TypedDict(
|
|
13738
13250
|
"HyperParameterTrainingJobDefinitionTypeDef",
|
|
13739
13251
|
{
|
|
@@ -13787,25 +13299,6 @@ DescribeInferenceComponentOutputTypeDef = TypedDict(
|
|
|
13787
13299
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
13788
13300
|
},
|
|
13789
13301
|
)
|
|
13790
|
-
DescribeSpaceResponseTypeDef = TypedDict(
|
|
13791
|
-
"DescribeSpaceResponseTypeDef",
|
|
13792
|
-
{
|
|
13793
|
-
"DomainId": str,
|
|
13794
|
-
"SpaceArn": str,
|
|
13795
|
-
"SpaceName": str,
|
|
13796
|
-
"HomeEfsFileSystemUid": str,
|
|
13797
|
-
"Status": SpaceStatusType,
|
|
13798
|
-
"LastModifiedTime": datetime,
|
|
13799
|
-
"CreationTime": datetime,
|
|
13800
|
-
"FailureReason": str,
|
|
13801
|
-
"SpaceSettings": SpaceSettingsOutputTypeDef,
|
|
13802
|
-
"OwnershipSettings": OwnershipSettingsTypeDef,
|
|
13803
|
-
"SpaceSharingSettings": SpaceSharingSettingsTypeDef,
|
|
13804
|
-
"SpaceDisplayName": str,
|
|
13805
|
-
"Url": str,
|
|
13806
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
13807
|
-
},
|
|
13808
|
-
)
|
|
13809
13302
|
SpaceDetailsTypeDef = TypedDict(
|
|
13810
13303
|
"SpaceDetailsTypeDef",
|
|
13811
13304
|
{
|
|
@@ -13820,125 +13313,6 @@ SpaceDetailsTypeDef = TypedDict(
|
|
|
13820
13313
|
"SpaceDisplayName": NotRequired[str],
|
|
13821
13314
|
},
|
|
13822
13315
|
)
|
|
13823
|
-
CreateSpaceRequestRequestTypeDef = TypedDict(
|
|
13824
|
-
"CreateSpaceRequestRequestTypeDef",
|
|
13825
|
-
{
|
|
13826
|
-
"DomainId": str,
|
|
13827
|
-
"SpaceName": str,
|
|
13828
|
-
"Tags": NotRequired[Sequence[TagTypeDef]],
|
|
13829
|
-
"SpaceSettings": NotRequired[SpaceSettingsTypeDef],
|
|
13830
|
-
"OwnershipSettings": NotRequired[OwnershipSettingsTypeDef],
|
|
13831
|
-
"SpaceSharingSettings": NotRequired[SpaceSharingSettingsTypeDef],
|
|
13832
|
-
"SpaceDisplayName": NotRequired[str],
|
|
13833
|
-
},
|
|
13834
|
-
)
|
|
13835
|
-
SpaceSettingsUnionTypeDef = Union[SpaceSettingsTypeDef, SpaceSettingsOutputTypeDef]
|
|
13836
|
-
UpdateSpaceRequestRequestTypeDef = TypedDict(
|
|
13837
|
-
"UpdateSpaceRequestRequestTypeDef",
|
|
13838
|
-
{
|
|
13839
|
-
"DomainId": str,
|
|
13840
|
-
"SpaceName": str,
|
|
13841
|
-
"SpaceSettings": NotRequired[SpaceSettingsTypeDef],
|
|
13842
|
-
"SpaceDisplayName": NotRequired[str],
|
|
13843
|
-
},
|
|
13844
|
-
)
|
|
13845
|
-
DescribeDomainResponseTypeDef = TypedDict(
|
|
13846
|
-
"DescribeDomainResponseTypeDef",
|
|
13847
|
-
{
|
|
13848
|
-
"DomainArn": str,
|
|
13849
|
-
"DomainId": str,
|
|
13850
|
-
"DomainName": str,
|
|
13851
|
-
"HomeEfsFileSystemId": str,
|
|
13852
|
-
"SingleSignOnManagedApplicationInstanceId": str,
|
|
13853
|
-
"SingleSignOnApplicationArn": str,
|
|
13854
|
-
"Status": DomainStatusType,
|
|
13855
|
-
"CreationTime": datetime,
|
|
13856
|
-
"LastModifiedTime": datetime,
|
|
13857
|
-
"FailureReason": str,
|
|
13858
|
-
"SecurityGroupIdForDomainBoundary": str,
|
|
13859
|
-
"AuthMode": AuthModeType,
|
|
13860
|
-
"DefaultUserSettings": UserSettingsOutputTypeDef,
|
|
13861
|
-
"DomainSettings": DomainSettingsOutputTypeDef,
|
|
13862
|
-
"AppNetworkAccessType": AppNetworkAccessTypeType,
|
|
13863
|
-
"HomeEfsFileSystemKmsKeyId": str,
|
|
13864
|
-
"SubnetIds": List[str],
|
|
13865
|
-
"Url": str,
|
|
13866
|
-
"VpcId": str,
|
|
13867
|
-
"KmsKeyId": str,
|
|
13868
|
-
"AppSecurityGroupManagement": AppSecurityGroupManagementType,
|
|
13869
|
-
"DefaultSpaceSettings": DefaultSpaceSettingsOutputTypeDef,
|
|
13870
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
13871
|
-
},
|
|
13872
|
-
)
|
|
13873
|
-
DescribeUserProfileResponseTypeDef = TypedDict(
|
|
13874
|
-
"DescribeUserProfileResponseTypeDef",
|
|
13875
|
-
{
|
|
13876
|
-
"DomainId": str,
|
|
13877
|
-
"UserProfileArn": str,
|
|
13878
|
-
"UserProfileName": str,
|
|
13879
|
-
"HomeEfsFileSystemUid": str,
|
|
13880
|
-
"Status": UserProfileStatusType,
|
|
13881
|
-
"LastModifiedTime": datetime,
|
|
13882
|
-
"CreationTime": datetime,
|
|
13883
|
-
"FailureReason": str,
|
|
13884
|
-
"SingleSignOnUserIdentifier": str,
|
|
13885
|
-
"SingleSignOnUserValue": str,
|
|
13886
|
-
"UserSettings": UserSettingsOutputTypeDef,
|
|
13887
|
-
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
13888
|
-
},
|
|
13889
|
-
)
|
|
13890
|
-
DefaultSpaceSettingsUnionTypeDef = Union[
|
|
13891
|
-
DefaultSpaceSettingsTypeDef, DefaultSpaceSettingsOutputTypeDef
|
|
13892
|
-
]
|
|
13893
|
-
CreateDomainRequestRequestTypeDef = TypedDict(
|
|
13894
|
-
"CreateDomainRequestRequestTypeDef",
|
|
13895
|
-
{
|
|
13896
|
-
"DomainName": str,
|
|
13897
|
-
"AuthMode": AuthModeType,
|
|
13898
|
-
"DefaultUserSettings": UserSettingsTypeDef,
|
|
13899
|
-
"SubnetIds": Sequence[str],
|
|
13900
|
-
"VpcId": str,
|
|
13901
|
-
"DomainSettings": NotRequired[DomainSettingsTypeDef],
|
|
13902
|
-
"Tags": NotRequired[Sequence[TagTypeDef]],
|
|
13903
|
-
"AppNetworkAccessType": NotRequired[AppNetworkAccessTypeType],
|
|
13904
|
-
"HomeEfsFileSystemKmsKeyId": NotRequired[str],
|
|
13905
|
-
"KmsKeyId": NotRequired[str],
|
|
13906
|
-
"AppSecurityGroupManagement": NotRequired[AppSecurityGroupManagementType],
|
|
13907
|
-
"DefaultSpaceSettings": NotRequired[DefaultSpaceSettingsTypeDef],
|
|
13908
|
-
},
|
|
13909
|
-
)
|
|
13910
|
-
CreateUserProfileRequestRequestTypeDef = TypedDict(
|
|
13911
|
-
"CreateUserProfileRequestRequestTypeDef",
|
|
13912
|
-
{
|
|
13913
|
-
"DomainId": str,
|
|
13914
|
-
"UserProfileName": str,
|
|
13915
|
-
"SingleSignOnUserIdentifier": NotRequired[str],
|
|
13916
|
-
"SingleSignOnUserValue": NotRequired[str],
|
|
13917
|
-
"Tags": NotRequired[Sequence[TagTypeDef]],
|
|
13918
|
-
"UserSettings": NotRequired[UserSettingsTypeDef],
|
|
13919
|
-
},
|
|
13920
|
-
)
|
|
13921
|
-
UpdateDomainRequestRequestTypeDef = TypedDict(
|
|
13922
|
-
"UpdateDomainRequestRequestTypeDef",
|
|
13923
|
-
{
|
|
13924
|
-
"DomainId": str,
|
|
13925
|
-
"DefaultUserSettings": NotRequired[UserSettingsTypeDef],
|
|
13926
|
-
"DomainSettingsForUpdate": NotRequired[DomainSettingsForUpdateTypeDef],
|
|
13927
|
-
"AppSecurityGroupManagement": NotRequired[AppSecurityGroupManagementType],
|
|
13928
|
-
"DefaultSpaceSettings": NotRequired[DefaultSpaceSettingsTypeDef],
|
|
13929
|
-
"SubnetIds": NotRequired[Sequence[str]],
|
|
13930
|
-
"AppNetworkAccessType": NotRequired[AppNetworkAccessTypeType],
|
|
13931
|
-
},
|
|
13932
|
-
)
|
|
13933
|
-
UpdateUserProfileRequestRequestTypeDef = TypedDict(
|
|
13934
|
-
"UpdateUserProfileRequestRequestTypeDef",
|
|
13935
|
-
{
|
|
13936
|
-
"DomainId": str,
|
|
13937
|
-
"UserProfileName": str,
|
|
13938
|
-
"UserSettings": NotRequired[UserSettingsTypeDef],
|
|
13939
|
-
},
|
|
13940
|
-
)
|
|
13941
|
-
UserSettingsUnionTypeDef = Union[UserSettingsTypeDef, UserSettingsOutputTypeDef]
|
|
13942
13316
|
InferenceRecommendationsJobStepTypeDef = TypedDict(
|
|
13943
13317
|
"InferenceRecommendationsJobStepTypeDef",
|
|
13944
13318
|
{
|
|
@@ -14041,9 +13415,6 @@ TrainingSpecificationTypeDef = TypedDict(
|
|
|
14041
13415
|
"AdditionalS3DataSource": NotRequired[AdditionalS3DataSourceTypeDef],
|
|
14042
13416
|
},
|
|
14043
13417
|
)
|
|
14044
|
-
HyperParameterTuningJobConfigUnionTypeDef = Union[
|
|
14045
|
-
HyperParameterTuningJobConfigTypeDef, HyperParameterTuningJobConfigExtraOutputTypeDef
|
|
14046
|
-
]
|
|
14047
13418
|
ListAppImageConfigsResponseTypeDef = TypedDict(
|
|
14048
13419
|
"ListAppImageConfigsResponseTypeDef",
|
|
14049
13420
|
{
|
|
@@ -14069,9 +13440,6 @@ LabelingJobSummaryTypeDef = TypedDict(
|
|
|
14069
13440
|
"InputConfig": NotRequired[LabelingJobInputConfigOutputTypeDef],
|
|
14070
13441
|
},
|
|
14071
13442
|
)
|
|
14072
|
-
LabelingJobInputConfigUnionTypeDef = Union[
|
|
14073
|
-
LabelingJobInputConfigTypeDef, LabelingJobInputConfigExtraOutputTypeDef
|
|
14074
|
-
]
|
|
14075
13443
|
CreateWorkteamRequestRequestTypeDef = TypedDict(
|
|
14076
13444
|
"CreateWorkteamRequestRequestTypeDef",
|
|
14077
13445
|
{
|
|
@@ -14100,22 +13468,6 @@ ScalingPolicyTypeDef = TypedDict(
|
|
|
14100
13468
|
"TargetTracking": NotRequired[TargetTrackingScalingPolicyConfigurationTypeDef],
|
|
14101
13469
|
},
|
|
14102
13470
|
)
|
|
14103
|
-
ContainerDefinitionExtraOutputTypeDef = TypedDict(
|
|
14104
|
-
"ContainerDefinitionExtraOutputTypeDef",
|
|
14105
|
-
{
|
|
14106
|
-
"ContainerHostname": NotRequired[str],
|
|
14107
|
-
"Image": NotRequired[str],
|
|
14108
|
-
"ImageConfig": NotRequired[ImageConfigTypeDef],
|
|
14109
|
-
"Mode": NotRequired[ContainerModeType],
|
|
14110
|
-
"ModelDataUrl": NotRequired[str],
|
|
14111
|
-
"ModelDataSource": NotRequired[ModelDataSourceTypeDef],
|
|
14112
|
-
"AdditionalModelDataSources": NotRequired[List[AdditionalModelDataSourceTypeDef]],
|
|
14113
|
-
"Environment": NotRequired[Dict[str, str]],
|
|
14114
|
-
"ModelPackageName": NotRequired[str],
|
|
14115
|
-
"InferenceSpecificationName": NotRequired[str],
|
|
14116
|
-
"MultiModelConfig": NotRequired[MultiModelConfigTypeDef],
|
|
14117
|
-
},
|
|
14118
|
-
)
|
|
14119
13471
|
ContainerDefinitionOutputTypeDef = TypedDict(
|
|
14120
13472
|
"ContainerDefinitionOutputTypeDef",
|
|
14121
13473
|
{
|
|
@@ -14148,23 +13500,6 @@ ContainerDefinitionTypeDef = TypedDict(
|
|
|
14148
13500
|
"MultiModelConfig": NotRequired[MultiModelConfigTypeDef],
|
|
14149
13501
|
},
|
|
14150
13502
|
)
|
|
14151
|
-
ModelPackageContainerDefinitionExtraOutputTypeDef = TypedDict(
|
|
14152
|
-
"ModelPackageContainerDefinitionExtraOutputTypeDef",
|
|
14153
|
-
{
|
|
14154
|
-
"Image": str,
|
|
14155
|
-
"ContainerHostname": NotRequired[str],
|
|
14156
|
-
"ImageDigest": NotRequired[str],
|
|
14157
|
-
"ModelDataUrl": NotRequired[str],
|
|
14158
|
-
"ModelDataSource": NotRequired[ModelDataSourceTypeDef],
|
|
14159
|
-
"ProductId": NotRequired[str],
|
|
14160
|
-
"Environment": NotRequired[Dict[str, str]],
|
|
14161
|
-
"ModelInput": NotRequired[ModelInputTypeDef],
|
|
14162
|
-
"Framework": NotRequired[str],
|
|
14163
|
-
"FrameworkVersion": NotRequired[str],
|
|
14164
|
-
"NearestModelName": NotRequired[str],
|
|
14165
|
-
"AdditionalS3DataSource": NotRequired[AdditionalS3DataSourceTypeDef],
|
|
14166
|
-
},
|
|
14167
|
-
)
|
|
14168
13503
|
ModelPackageContainerDefinitionOutputTypeDef = TypedDict(
|
|
14169
13504
|
"ModelPackageContainerDefinitionOutputTypeDef",
|
|
14170
13505
|
{
|
|
@@ -14274,13 +13609,6 @@ UpdateInferenceExperimentRequestRequestTypeDef = TypedDict(
|
|
|
14274
13609
|
"ShadowModeConfig": NotRequired[ShadowModeConfigTypeDef],
|
|
14275
13610
|
},
|
|
14276
13611
|
)
|
|
14277
|
-
MonitoringInputExtraOutputTypeDef = TypedDict(
|
|
14278
|
-
"MonitoringInputExtraOutputTypeDef",
|
|
14279
|
-
{
|
|
14280
|
-
"EndpointInput": NotRequired[EndpointInputTypeDef],
|
|
14281
|
-
"BatchTransformInput": NotRequired[BatchTransformInputExtraOutputTypeDef],
|
|
14282
|
-
},
|
|
14283
|
-
)
|
|
14284
13612
|
DataQualityJobInputOutputTypeDef = TypedDict(
|
|
14285
13613
|
"DataQualityJobInputOutputTypeDef",
|
|
14286
13614
|
{
|
|
@@ -14355,9 +13683,6 @@ MonitoringInputTypeDef = TypedDict(
|
|
|
14355
13683
|
"BatchTransformInput": NotRequired[BatchTransformInputTypeDef],
|
|
14356
13684
|
},
|
|
14357
13685
|
)
|
|
14358
|
-
MonitoringOutputConfigUnionTypeDef = Union[
|
|
14359
|
-
MonitoringOutputConfigTypeDef, MonitoringOutputConfigExtraOutputTypeDef
|
|
14360
|
-
]
|
|
14361
13686
|
CreateOptimizationJobRequestRequestTypeDef = TypedDict(
|
|
14362
13687
|
"CreateOptimizationJobRequestRequestTypeDef",
|
|
14363
13688
|
{
|
|
@@ -14466,9 +13791,6 @@ CreateProcessingJobRequestRequestTypeDef = TypedDict(
|
|
|
14466
13791
|
"ExperimentConfig": NotRequired[ExperimentConfigTypeDef],
|
|
14467
13792
|
},
|
|
14468
13793
|
)
|
|
14469
|
-
ProcessingOutputConfigUnionTypeDef = Union[
|
|
14470
|
-
ProcessingOutputConfigTypeDef, ProcessingOutputConfigExtraOutputTypeDef
|
|
14471
|
-
]
|
|
14472
13794
|
DescribeFlowDefinitionResponseTypeDef = TypedDict(
|
|
14473
13795
|
"DescribeFlowDefinitionResponseTypeDef",
|
|
14474
13796
|
{
|
|
@@ -14497,7 +13819,6 @@ CreateFlowDefinitionRequestRequestTypeDef = TypedDict(
|
|
|
14497
13819
|
"Tags": NotRequired[Sequence[TagTypeDef]],
|
|
14498
13820
|
},
|
|
14499
13821
|
)
|
|
14500
|
-
HumanLoopConfigUnionTypeDef = Union[HumanLoopConfigTypeDef, HumanLoopConfigOutputTypeDef]
|
|
14501
13822
|
DescribeLabelingJobResponseTypeDef = TypedDict(
|
|
14502
13823
|
"DescribeLabelingJobResponseTypeDef",
|
|
14503
13824
|
{
|
|
@@ -14537,7 +13858,30 @@ CreateLabelingJobRequestRequestTypeDef = TypedDict(
|
|
|
14537
13858
|
"Tags": NotRequired[Sequence[TagTypeDef]],
|
|
14538
13859
|
},
|
|
14539
13860
|
)
|
|
14540
|
-
|
|
13861
|
+
SpaceSettingsOutputTypeDef = TypedDict(
|
|
13862
|
+
"SpaceSettingsOutputTypeDef",
|
|
13863
|
+
{
|
|
13864
|
+
"JupyterServerAppSettings": NotRequired[JupyterServerAppSettingsOutputTypeDef],
|
|
13865
|
+
"KernelGatewayAppSettings": NotRequired[KernelGatewayAppSettingsOutputTypeDef],
|
|
13866
|
+
"CodeEditorAppSettings": NotRequired[SpaceCodeEditorAppSettingsTypeDef],
|
|
13867
|
+
"JupyterLabAppSettings": NotRequired[SpaceJupyterLabAppSettingsOutputTypeDef],
|
|
13868
|
+
"AppType": NotRequired[AppTypeType],
|
|
13869
|
+
"SpaceStorageSettings": NotRequired[SpaceStorageSettingsTypeDef],
|
|
13870
|
+
"CustomFileSystems": NotRequired[List[CustomFileSystemTypeDef]],
|
|
13871
|
+
},
|
|
13872
|
+
)
|
|
13873
|
+
SpaceSettingsTypeDef = TypedDict(
|
|
13874
|
+
"SpaceSettingsTypeDef",
|
|
13875
|
+
{
|
|
13876
|
+
"JupyterServerAppSettings": NotRequired[JupyterServerAppSettingsTypeDef],
|
|
13877
|
+
"KernelGatewayAppSettings": NotRequired[KernelGatewayAppSettingsTypeDef],
|
|
13878
|
+
"CodeEditorAppSettings": NotRequired[SpaceCodeEditorAppSettingsTypeDef],
|
|
13879
|
+
"JupyterLabAppSettings": NotRequired[SpaceJupyterLabAppSettingsTypeDef],
|
|
13880
|
+
"AppType": NotRequired[AppTypeType],
|
|
13881
|
+
"SpaceStorageSettings": NotRequired[SpaceStorageSettingsTypeDef],
|
|
13882
|
+
"CustomFileSystems": NotRequired[Sequence[CustomFileSystemTypeDef]],
|
|
13883
|
+
},
|
|
13884
|
+
)
|
|
14541
13885
|
DescribeTrainingJobResponseTypeDef = TypedDict(
|
|
14542
13886
|
"DescribeTrainingJobResponseTypeDef",
|
|
14543
13887
|
{
|
|
@@ -14630,9 +13974,6 @@ TrainingJobTypeDef = TypedDict(
|
|
|
14630
13974
|
"Tags": NotRequired[List[TagTypeDef]],
|
|
14631
13975
|
},
|
|
14632
13976
|
)
|
|
14633
|
-
AlgorithmSpecificationUnionTypeDef = Union[
|
|
14634
|
-
AlgorithmSpecificationTypeDef, AlgorithmSpecificationExtraOutputTypeDef
|
|
14635
|
-
]
|
|
14636
13977
|
CreateTransformJobRequestRequestTypeDef = TypedDict(
|
|
14637
13978
|
"CreateTransformJobRequestRequestTypeDef",
|
|
14638
13979
|
{
|
|
@@ -14679,18 +14020,6 @@ DescribeTransformJobResponseTypeDef = TypedDict(
|
|
|
14679
14020
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
14680
14021
|
},
|
|
14681
14022
|
)
|
|
14682
|
-
TransformJobDefinitionExtraOutputTypeDef = TypedDict(
|
|
14683
|
-
"TransformJobDefinitionExtraOutputTypeDef",
|
|
14684
|
-
{
|
|
14685
|
-
"TransformInput": TransformInputTypeDef,
|
|
14686
|
-
"TransformOutput": TransformOutputTypeDef,
|
|
14687
|
-
"TransformResources": TransformResourcesTypeDef,
|
|
14688
|
-
"MaxConcurrentTransforms": NotRequired[int],
|
|
14689
|
-
"MaxPayloadInMB": NotRequired[int],
|
|
14690
|
-
"BatchStrategy": NotRequired[BatchStrategyType],
|
|
14691
|
-
"Environment": NotRequired[Dict[str, str]],
|
|
14692
|
-
},
|
|
14693
|
-
)
|
|
14694
14023
|
TransformJobDefinitionOutputTypeDef = TypedDict(
|
|
14695
14024
|
"TransformJobDefinitionOutputTypeDef",
|
|
14696
14025
|
{
|
|
@@ -14742,6 +14071,99 @@ TransformJobTypeDef = TypedDict(
|
|
|
14742
14071
|
"Tags": NotRequired[List[TagTypeDef]],
|
|
14743
14072
|
},
|
|
14744
14073
|
)
|
|
14074
|
+
DescribeDomainResponseTypeDef = TypedDict(
|
|
14075
|
+
"DescribeDomainResponseTypeDef",
|
|
14076
|
+
{
|
|
14077
|
+
"DomainArn": str,
|
|
14078
|
+
"DomainId": str,
|
|
14079
|
+
"DomainName": str,
|
|
14080
|
+
"HomeEfsFileSystemId": str,
|
|
14081
|
+
"SingleSignOnManagedApplicationInstanceId": str,
|
|
14082
|
+
"SingleSignOnApplicationArn": str,
|
|
14083
|
+
"Status": DomainStatusType,
|
|
14084
|
+
"CreationTime": datetime,
|
|
14085
|
+
"LastModifiedTime": datetime,
|
|
14086
|
+
"FailureReason": str,
|
|
14087
|
+
"SecurityGroupIdForDomainBoundary": str,
|
|
14088
|
+
"AuthMode": AuthModeType,
|
|
14089
|
+
"DefaultUserSettings": UserSettingsOutputTypeDef,
|
|
14090
|
+
"DomainSettings": DomainSettingsOutputTypeDef,
|
|
14091
|
+
"AppNetworkAccessType": AppNetworkAccessTypeType,
|
|
14092
|
+
"HomeEfsFileSystemKmsKeyId": str,
|
|
14093
|
+
"SubnetIds": List[str],
|
|
14094
|
+
"Url": str,
|
|
14095
|
+
"VpcId": str,
|
|
14096
|
+
"KmsKeyId": str,
|
|
14097
|
+
"AppSecurityGroupManagement": AppSecurityGroupManagementType,
|
|
14098
|
+
"DefaultSpaceSettings": DefaultSpaceSettingsOutputTypeDef,
|
|
14099
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
14100
|
+
},
|
|
14101
|
+
)
|
|
14102
|
+
DescribeUserProfileResponseTypeDef = TypedDict(
|
|
14103
|
+
"DescribeUserProfileResponseTypeDef",
|
|
14104
|
+
{
|
|
14105
|
+
"DomainId": str,
|
|
14106
|
+
"UserProfileArn": str,
|
|
14107
|
+
"UserProfileName": str,
|
|
14108
|
+
"HomeEfsFileSystemUid": str,
|
|
14109
|
+
"Status": UserProfileStatusType,
|
|
14110
|
+
"LastModifiedTime": datetime,
|
|
14111
|
+
"CreationTime": datetime,
|
|
14112
|
+
"FailureReason": str,
|
|
14113
|
+
"SingleSignOnUserIdentifier": str,
|
|
14114
|
+
"SingleSignOnUserValue": str,
|
|
14115
|
+
"UserSettings": UserSettingsOutputTypeDef,
|
|
14116
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
14117
|
+
},
|
|
14118
|
+
)
|
|
14119
|
+
CreateDomainRequestRequestTypeDef = TypedDict(
|
|
14120
|
+
"CreateDomainRequestRequestTypeDef",
|
|
14121
|
+
{
|
|
14122
|
+
"DomainName": str,
|
|
14123
|
+
"AuthMode": AuthModeType,
|
|
14124
|
+
"DefaultUserSettings": UserSettingsTypeDef,
|
|
14125
|
+
"SubnetIds": Sequence[str],
|
|
14126
|
+
"VpcId": str,
|
|
14127
|
+
"DomainSettings": NotRequired[DomainSettingsTypeDef],
|
|
14128
|
+
"Tags": NotRequired[Sequence[TagTypeDef]],
|
|
14129
|
+
"AppNetworkAccessType": NotRequired[AppNetworkAccessTypeType],
|
|
14130
|
+
"HomeEfsFileSystemKmsKeyId": NotRequired[str],
|
|
14131
|
+
"KmsKeyId": NotRequired[str],
|
|
14132
|
+
"AppSecurityGroupManagement": NotRequired[AppSecurityGroupManagementType],
|
|
14133
|
+
"DefaultSpaceSettings": NotRequired[DefaultSpaceSettingsTypeDef],
|
|
14134
|
+
},
|
|
14135
|
+
)
|
|
14136
|
+
CreateUserProfileRequestRequestTypeDef = TypedDict(
|
|
14137
|
+
"CreateUserProfileRequestRequestTypeDef",
|
|
14138
|
+
{
|
|
14139
|
+
"DomainId": str,
|
|
14140
|
+
"UserProfileName": str,
|
|
14141
|
+
"SingleSignOnUserIdentifier": NotRequired[str],
|
|
14142
|
+
"SingleSignOnUserValue": NotRequired[str],
|
|
14143
|
+
"Tags": NotRequired[Sequence[TagTypeDef]],
|
|
14144
|
+
"UserSettings": NotRequired[UserSettingsTypeDef],
|
|
14145
|
+
},
|
|
14146
|
+
)
|
|
14147
|
+
UpdateDomainRequestRequestTypeDef = TypedDict(
|
|
14148
|
+
"UpdateDomainRequestRequestTypeDef",
|
|
14149
|
+
{
|
|
14150
|
+
"DomainId": str,
|
|
14151
|
+
"DefaultUserSettings": NotRequired[UserSettingsTypeDef],
|
|
14152
|
+
"DomainSettingsForUpdate": NotRequired[DomainSettingsForUpdateTypeDef],
|
|
14153
|
+
"AppSecurityGroupManagement": NotRequired[AppSecurityGroupManagementType],
|
|
14154
|
+
"DefaultSpaceSettings": NotRequired[DefaultSpaceSettingsTypeDef],
|
|
14155
|
+
"SubnetIds": NotRequired[Sequence[str]],
|
|
14156
|
+
"AppNetworkAccessType": NotRequired[AppNetworkAccessTypeType],
|
|
14157
|
+
},
|
|
14158
|
+
)
|
|
14159
|
+
UpdateUserProfileRequestRequestTypeDef = TypedDict(
|
|
14160
|
+
"UpdateUserProfileRequestRequestTypeDef",
|
|
14161
|
+
{
|
|
14162
|
+
"DomainId": str,
|
|
14163
|
+
"UserProfileName": str,
|
|
14164
|
+
"UserSettings": NotRequired[UserSettingsTypeDef],
|
|
14165
|
+
},
|
|
14166
|
+
)
|
|
14745
14167
|
DescribeAutoMLJobV2ResponseTypeDef = TypedDict(
|
|
14746
14168
|
"DescribeAutoMLJobV2ResponseTypeDef",
|
|
14747
14169
|
{
|
|
@@ -14771,9 +14193,6 @@ DescribeAutoMLJobV2ResponseTypeDef = TypedDict(
|
|
|
14771
14193
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
14772
14194
|
},
|
|
14773
14195
|
)
|
|
14774
|
-
AutoMLProblemTypeConfigUnionTypeDef = Union[
|
|
14775
|
-
AutoMLProblemTypeConfigTypeDef, AutoMLProblemTypeConfigOutputTypeDef
|
|
14776
|
-
]
|
|
14777
14196
|
CreateAutoMLJobV2RequestRequestTypeDef = TypedDict(
|
|
14778
14197
|
"CreateAutoMLJobV2RequestRequestTypeDef",
|
|
14779
14198
|
{
|
|
@@ -14807,7 +14226,6 @@ CreateEndpointInputRequestTypeDef = TypedDict(
|
|
|
14807
14226
|
"Tags": NotRequired[Sequence[TagTypeDef]],
|
|
14808
14227
|
},
|
|
14809
14228
|
)
|
|
14810
|
-
DeploymentConfigUnionTypeDef = Union[DeploymentConfigTypeDef, DeploymentConfigOutputTypeDef]
|
|
14811
14229
|
UpdateEndpointInputRequestTypeDef = TypedDict(
|
|
14812
14230
|
"UpdateEndpointInputRequestTypeDef",
|
|
14813
14231
|
{
|
|
@@ -14852,9 +14270,6 @@ CreateInferenceRecommendationsJobRequestRequestTypeDef = TypedDict(
|
|
|
14852
14270
|
"Tags": NotRequired[Sequence[TagTypeDef]],
|
|
14853
14271
|
},
|
|
14854
14272
|
)
|
|
14855
|
-
RecommendationJobInputConfigUnionTypeDef = Union[
|
|
14856
|
-
RecommendationJobInputConfigTypeDef, RecommendationJobInputConfigOutputTypeDef
|
|
14857
|
-
]
|
|
14858
14273
|
DescribeEndpointConfigOutputTypeDef = TypedDict(
|
|
14859
14274
|
"DescribeEndpointConfigOutputTypeDef",
|
|
14860
14275
|
{
|
|
@@ -14909,7 +14324,6 @@ CreateEndpointConfigInputRequestTypeDef = TypedDict(
|
|
|
14909
14324
|
"EnableNetworkIsolation": NotRequired[bool],
|
|
14910
14325
|
},
|
|
14911
14326
|
)
|
|
14912
|
-
ExplainerConfigUnionTypeDef = Union[ExplainerConfigTypeDef, ExplainerConfigOutputTypeDef]
|
|
14913
14327
|
DescribeHyperParameterTuningJobResponseTypeDef = TypedDict(
|
|
14914
14328
|
"DescribeHyperParameterTuningJobResponseTypeDef",
|
|
14915
14329
|
{
|
|
@@ -14990,8 +14404,7 @@ CreateTrainingJobRequestRequestTypeDef = TypedDict(
|
|
|
14990
14404
|
},
|
|
14991
14405
|
)
|
|
14992
14406
|
HyperParameterTrainingJobDefinitionUnionTypeDef = Union[
|
|
14993
|
-
HyperParameterTrainingJobDefinitionTypeDef,
|
|
14994
|
-
HyperParameterTrainingJobDefinitionExtraOutputTypeDef,
|
|
14407
|
+
HyperParameterTrainingJobDefinitionTypeDef, HyperParameterTrainingJobDefinitionOutputTypeDef
|
|
14995
14408
|
]
|
|
14996
14409
|
ListSpacesResponseTypeDef = TypedDict(
|
|
14997
14410
|
"ListSpacesResponseTypeDef",
|
|
@@ -15031,9 +14444,6 @@ UpdateWorkteamResponseTypeDef = TypedDict(
|
|
|
15031
14444
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
15032
14445
|
},
|
|
15033
14446
|
)
|
|
15034
|
-
TrainingSpecificationUnionTypeDef = Union[
|
|
15035
|
-
TrainingSpecificationTypeDef, TrainingSpecificationOutputTypeDef
|
|
15036
|
-
]
|
|
15037
14447
|
ListLabelingJobsResponseTypeDef = TypedDict(
|
|
15038
14448
|
"ListLabelingJobsResponseTypeDef",
|
|
15039
14449
|
{
|
|
@@ -15085,34 +14495,8 @@ ModelTypeDef = TypedDict(
|
|
|
15085
14495
|
},
|
|
15086
14496
|
)
|
|
15087
14497
|
ContainerDefinitionUnionTypeDef = Union[
|
|
15088
|
-
ContainerDefinitionTypeDef,
|
|
14498
|
+
ContainerDefinitionTypeDef, ContainerDefinitionOutputTypeDef
|
|
15089
14499
|
]
|
|
15090
|
-
AdditionalInferenceSpecificationDefinitionExtraOutputTypeDef = TypedDict(
|
|
15091
|
-
"AdditionalInferenceSpecificationDefinitionExtraOutputTypeDef",
|
|
15092
|
-
{
|
|
15093
|
-
"Name": str,
|
|
15094
|
-
"Containers": List[ModelPackageContainerDefinitionExtraOutputTypeDef],
|
|
15095
|
-
"Description": NotRequired[str],
|
|
15096
|
-
"SupportedTransformInstanceTypes": NotRequired[List[TransformInstanceTypeType]],
|
|
15097
|
-
"SupportedRealtimeInferenceInstanceTypes": NotRequired[
|
|
15098
|
-
List[ProductionVariantInstanceTypeType]
|
|
15099
|
-
],
|
|
15100
|
-
"SupportedContentTypes": NotRequired[List[str]],
|
|
15101
|
-
"SupportedResponseMIMETypes": NotRequired[List[str]],
|
|
15102
|
-
},
|
|
15103
|
-
)
|
|
15104
|
-
InferenceSpecificationExtraOutputTypeDef = TypedDict(
|
|
15105
|
-
"InferenceSpecificationExtraOutputTypeDef",
|
|
15106
|
-
{
|
|
15107
|
-
"Containers": List[ModelPackageContainerDefinitionExtraOutputTypeDef],
|
|
15108
|
-
"SupportedTransformInstanceTypes": NotRequired[List[TransformInstanceTypeType]],
|
|
15109
|
-
"SupportedRealtimeInferenceInstanceTypes": NotRequired[
|
|
15110
|
-
List[ProductionVariantInstanceTypeType]
|
|
15111
|
-
],
|
|
15112
|
-
"SupportedContentTypes": NotRequired[List[str]],
|
|
15113
|
-
"SupportedResponseMIMETypes": NotRequired[List[str]],
|
|
15114
|
-
},
|
|
15115
|
-
)
|
|
15116
14500
|
AdditionalInferenceSpecificationDefinitionOutputTypeDef = TypedDict(
|
|
15117
14501
|
"AdditionalInferenceSpecificationDefinitionOutputTypeDef",
|
|
15118
14502
|
{
|
|
@@ -15165,12 +14549,6 @@ InferenceSpecificationTypeDef = TypedDict(
|
|
|
15165
14549
|
"SupportedResponseMIMETypes": NotRequired[Sequence[str]],
|
|
15166
14550
|
},
|
|
15167
14551
|
)
|
|
15168
|
-
SourceAlgorithmSpecificationExtraOutputTypeDef = TypedDict(
|
|
15169
|
-
"SourceAlgorithmSpecificationExtraOutputTypeDef",
|
|
15170
|
-
{
|
|
15171
|
-
"SourceAlgorithms": List[SourceAlgorithmTypeDef],
|
|
15172
|
-
},
|
|
15173
|
-
)
|
|
15174
14552
|
SourceAlgorithmSpecificationOutputTypeDef = TypedDict(
|
|
15175
14553
|
"SourceAlgorithmSpecificationOutputTypeDef",
|
|
15176
14554
|
{
|
|
@@ -15183,20 +14561,6 @@ SourceAlgorithmSpecificationTypeDef = TypedDict(
|
|
|
15183
14561
|
"SourceAlgorithms": Sequence[SourceAlgorithmTypeDef],
|
|
15184
14562
|
},
|
|
15185
14563
|
)
|
|
15186
|
-
MonitoringJobDefinitionExtraOutputTypeDef = TypedDict(
|
|
15187
|
-
"MonitoringJobDefinitionExtraOutputTypeDef",
|
|
15188
|
-
{
|
|
15189
|
-
"MonitoringInputs": List[MonitoringInputExtraOutputTypeDef],
|
|
15190
|
-
"MonitoringOutputConfig": MonitoringOutputConfigExtraOutputTypeDef,
|
|
15191
|
-
"MonitoringResources": MonitoringResourcesTypeDef,
|
|
15192
|
-
"MonitoringAppSpecification": MonitoringAppSpecificationExtraOutputTypeDef,
|
|
15193
|
-
"RoleArn": str,
|
|
15194
|
-
"BaselineConfig": NotRequired[MonitoringBaselineConfigTypeDef],
|
|
15195
|
-
"StoppingCondition": NotRequired[MonitoringStoppingConditionTypeDef],
|
|
15196
|
-
"Environment": NotRequired[Dict[str, str]],
|
|
15197
|
-
"NetworkConfig": NotRequired[NetworkConfigExtraOutputTypeDef],
|
|
15198
|
-
},
|
|
15199
|
-
)
|
|
15200
14564
|
DescribeDataQualityJobDefinitionResponseTypeDef = TypedDict(
|
|
15201
14565
|
"DescribeDataQualityJobDefinitionResponseTypeDef",
|
|
15202
14566
|
{
|
|
@@ -15294,9 +14658,6 @@ CreateDataQualityJobDefinitionRequestRequestTypeDef = TypedDict(
|
|
|
15294
14658
|
"Tags": NotRequired[Sequence[TagTypeDef]],
|
|
15295
14659
|
},
|
|
15296
14660
|
)
|
|
15297
|
-
DataQualityJobInputUnionTypeDef = Union[
|
|
15298
|
-
DataQualityJobInputTypeDef, DataQualityJobInputOutputTypeDef
|
|
15299
|
-
]
|
|
15300
14661
|
CreateModelBiasJobDefinitionRequestRequestTypeDef = TypedDict(
|
|
15301
14662
|
"CreateModelBiasJobDefinitionRequestRequestTypeDef",
|
|
15302
14663
|
{
|
|
@@ -15312,7 +14673,6 @@ CreateModelBiasJobDefinitionRequestRequestTypeDef = TypedDict(
|
|
|
15312
14673
|
"Tags": NotRequired[Sequence[TagTypeDef]],
|
|
15313
14674
|
},
|
|
15314
14675
|
)
|
|
15315
|
-
ModelBiasJobInputUnionTypeDef = Union[ModelBiasJobInputTypeDef, ModelBiasJobInputOutputTypeDef]
|
|
15316
14676
|
CreateModelExplainabilityJobDefinitionRequestRequestTypeDef = TypedDict(
|
|
15317
14677
|
"CreateModelExplainabilityJobDefinitionRequestRequestTypeDef",
|
|
15318
14678
|
{
|
|
@@ -15328,9 +14688,6 @@ CreateModelExplainabilityJobDefinitionRequestRequestTypeDef = TypedDict(
|
|
|
15328
14688
|
"Tags": NotRequired[Sequence[TagTypeDef]],
|
|
15329
14689
|
},
|
|
15330
14690
|
)
|
|
15331
|
-
ModelExplainabilityJobInputUnionTypeDef = Union[
|
|
15332
|
-
ModelExplainabilityJobInputTypeDef, ModelExplainabilityJobInputOutputTypeDef
|
|
15333
|
-
]
|
|
15334
14691
|
CreateModelQualityJobDefinitionRequestRequestTypeDef = TypedDict(
|
|
15335
14692
|
"CreateModelQualityJobDefinitionRequestRequestTypeDef",
|
|
15336
14693
|
{
|
|
@@ -15346,9 +14703,6 @@ CreateModelQualityJobDefinitionRequestRequestTypeDef = TypedDict(
|
|
|
15346
14703
|
"Tags": NotRequired[Sequence[TagTypeDef]],
|
|
15347
14704
|
},
|
|
15348
14705
|
)
|
|
15349
|
-
ModelQualityJobInputUnionTypeDef = Union[
|
|
15350
|
-
ModelQualityJobInputTypeDef, ModelQualityJobInputOutputTypeDef
|
|
15351
|
-
]
|
|
15352
14706
|
MonitoringJobDefinitionTypeDef = TypedDict(
|
|
15353
14707
|
"MonitoringJobDefinitionTypeDef",
|
|
15354
14708
|
{
|
|
@@ -15363,11 +14717,44 @@ MonitoringJobDefinitionTypeDef = TypedDict(
|
|
|
15363
14717
|
"NetworkConfig": NotRequired[NetworkConfigTypeDef],
|
|
15364
14718
|
},
|
|
15365
14719
|
)
|
|
15366
|
-
|
|
15367
|
-
"
|
|
14720
|
+
DescribeSpaceResponseTypeDef = TypedDict(
|
|
14721
|
+
"DescribeSpaceResponseTypeDef",
|
|
15368
14722
|
{
|
|
15369
|
-
"
|
|
15370
|
-
"
|
|
14723
|
+
"DomainId": str,
|
|
14724
|
+
"SpaceArn": str,
|
|
14725
|
+
"SpaceName": str,
|
|
14726
|
+
"HomeEfsFileSystemUid": str,
|
|
14727
|
+
"Status": SpaceStatusType,
|
|
14728
|
+
"LastModifiedTime": datetime,
|
|
14729
|
+
"CreationTime": datetime,
|
|
14730
|
+
"FailureReason": str,
|
|
14731
|
+
"SpaceSettings": SpaceSettingsOutputTypeDef,
|
|
14732
|
+
"OwnershipSettings": OwnershipSettingsTypeDef,
|
|
14733
|
+
"SpaceSharingSettings": SpaceSharingSettingsTypeDef,
|
|
14734
|
+
"SpaceDisplayName": str,
|
|
14735
|
+
"Url": str,
|
|
14736
|
+
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
14737
|
+
},
|
|
14738
|
+
)
|
|
14739
|
+
CreateSpaceRequestRequestTypeDef = TypedDict(
|
|
14740
|
+
"CreateSpaceRequestRequestTypeDef",
|
|
14741
|
+
{
|
|
14742
|
+
"DomainId": str,
|
|
14743
|
+
"SpaceName": str,
|
|
14744
|
+
"Tags": NotRequired[Sequence[TagTypeDef]],
|
|
14745
|
+
"SpaceSettings": NotRequired[SpaceSettingsTypeDef],
|
|
14746
|
+
"OwnershipSettings": NotRequired[OwnershipSettingsTypeDef],
|
|
14747
|
+
"SpaceSharingSettings": NotRequired[SpaceSharingSettingsTypeDef],
|
|
14748
|
+
"SpaceDisplayName": NotRequired[str],
|
|
14749
|
+
},
|
|
14750
|
+
)
|
|
14751
|
+
UpdateSpaceRequestRequestTypeDef = TypedDict(
|
|
14752
|
+
"UpdateSpaceRequestRequestTypeDef",
|
|
14753
|
+
{
|
|
14754
|
+
"DomainId": str,
|
|
14755
|
+
"SpaceName": str,
|
|
14756
|
+
"SpaceSettings": NotRequired[SpaceSettingsTypeDef],
|
|
14757
|
+
"SpaceDisplayName": NotRequired[str],
|
|
15371
14758
|
},
|
|
15372
14759
|
)
|
|
15373
14760
|
AlgorithmValidationProfileOutputTypeDef = TypedDict(
|
|
@@ -15464,23 +14851,8 @@ BatchDescribeModelPackageSummaryTypeDef = TypedDict(
|
|
|
15464
14851
|
)
|
|
15465
14852
|
AdditionalInferenceSpecificationDefinitionUnionTypeDef = Union[
|
|
15466
14853
|
AdditionalInferenceSpecificationDefinitionTypeDef,
|
|
15467
|
-
|
|
15468
|
-
]
|
|
15469
|
-
InferenceSpecificationUnionTypeDef = Union[
|
|
15470
|
-
InferenceSpecificationTypeDef, InferenceSpecificationExtraOutputTypeDef
|
|
14854
|
+
AdditionalInferenceSpecificationDefinitionOutputTypeDef,
|
|
15471
14855
|
]
|
|
15472
|
-
SourceAlgorithmSpecificationUnionTypeDef = Union[
|
|
15473
|
-
SourceAlgorithmSpecificationTypeDef, SourceAlgorithmSpecificationExtraOutputTypeDef
|
|
15474
|
-
]
|
|
15475
|
-
MonitoringScheduleConfigExtraOutputTypeDef = TypedDict(
|
|
15476
|
-
"MonitoringScheduleConfigExtraOutputTypeDef",
|
|
15477
|
-
{
|
|
15478
|
-
"ScheduleConfig": NotRequired[ScheduleConfigTypeDef],
|
|
15479
|
-
"MonitoringJobDefinition": NotRequired[MonitoringJobDefinitionExtraOutputTypeDef],
|
|
15480
|
-
"MonitoringJobDefinitionName": NotRequired[str],
|
|
15481
|
-
"MonitoringType": NotRequired[MonitoringTypeType],
|
|
15482
|
-
},
|
|
15483
|
-
)
|
|
15484
14856
|
MonitoringScheduleConfigOutputTypeDef = TypedDict(
|
|
15485
14857
|
"MonitoringScheduleConfigOutputTypeDef",
|
|
15486
14858
|
{
|
|
@@ -15499,13 +14871,6 @@ MonitoringScheduleConfigTypeDef = TypedDict(
|
|
|
15499
14871
|
"MonitoringType": NotRequired[MonitoringTypeType],
|
|
15500
14872
|
},
|
|
15501
14873
|
)
|
|
15502
|
-
ModelPackageValidationSpecificationExtraOutputTypeDef = TypedDict(
|
|
15503
|
-
"ModelPackageValidationSpecificationExtraOutputTypeDef",
|
|
15504
|
-
{
|
|
15505
|
-
"ValidationRole": str,
|
|
15506
|
-
"ValidationProfiles": List[ModelPackageValidationProfileExtraOutputTypeDef],
|
|
15507
|
-
},
|
|
15508
|
-
)
|
|
15509
14874
|
AlgorithmValidationSpecificationOutputTypeDef = TypedDict(
|
|
15510
14875
|
"AlgorithmValidationSpecificationOutputTypeDef",
|
|
15511
14876
|
{
|
|
@@ -15641,9 +15006,6 @@ CreateMonitoringScheduleRequestRequestTypeDef = TypedDict(
|
|
|
15641
15006
|
"Tags": NotRequired[Sequence[TagTypeDef]],
|
|
15642
15007
|
},
|
|
15643
15008
|
)
|
|
15644
|
-
MonitoringScheduleConfigUnionTypeDef = Union[
|
|
15645
|
-
MonitoringScheduleConfigTypeDef, MonitoringScheduleConfigExtraOutputTypeDef
|
|
15646
|
-
]
|
|
15647
15009
|
UpdateMonitoringScheduleRequestRequestTypeDef = TypedDict(
|
|
15648
15010
|
"UpdateMonitoringScheduleRequestRequestTypeDef",
|
|
15649
15011
|
{
|
|
@@ -15742,9 +15104,6 @@ ModelPackageTypeDef = TypedDict(
|
|
|
15742
15104
|
"SkipModelValidation": NotRequired[SkipModelValidationType],
|
|
15743
15105
|
},
|
|
15744
15106
|
)
|
|
15745
|
-
AlgorithmValidationSpecificationUnionTypeDef = Union[
|
|
15746
|
-
AlgorithmValidationSpecificationTypeDef, AlgorithmValidationSpecificationOutputTypeDef
|
|
15747
|
-
]
|
|
15748
15107
|
CreateAlgorithmInputRequestTypeDef = TypedDict(
|
|
15749
15108
|
"CreateAlgorithmInputRequestTypeDef",
|
|
15750
15109
|
{
|
|
@@ -15786,10 +15145,6 @@ CreateModelPackageInputRequestTypeDef = TypedDict(
|
|
|
15786
15145
|
"ModelCard": NotRequired[ModelPackageModelCardTypeDef],
|
|
15787
15146
|
},
|
|
15788
15147
|
)
|
|
15789
|
-
ModelPackageValidationSpecificationUnionTypeDef = Union[
|
|
15790
|
-
ModelPackageValidationSpecificationTypeDef,
|
|
15791
|
-
ModelPackageValidationSpecificationExtraOutputTypeDef,
|
|
15792
|
-
]
|
|
15793
15148
|
ModelDashboardModelTypeDef = TypedDict(
|
|
15794
15149
|
"ModelDashboardModelTypeDef",
|
|
15795
15150
|
{
|