mypy-boto3-sagemaker 1.35.0__py3-none-any.whl → 1.35.11__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.
- 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 +5 -1
- mypy_boto3_sagemaker/literals.pyi +3 -1
- mypy_boto3_sagemaker/paginator.py +184 -730
- mypy_boto3_sagemaker/paginator.pyi +182 -804
- mypy_boto3_sagemaker/type_defs.py +13 -697
- mypy_boto3_sagemaker/type_defs.pyi +12 -697
- 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.11.dist-info}/METADATA +19 -20
- mypy_boto3_sagemaker-1.35.11.dist-info/RECORD +20 -0
- {mypy_boto3_sagemaker-1.35.0.dist-info → mypy_boto3_sagemaker-1.35.11.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.11.dist-info}/LICENSE +0 -0
- {mypy_boto3_sagemaker-1.35.0.dist-info → mypy_boto3_sagemaker-1.35.11.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,
|
|
@@ -294,6 +295,7 @@ if sys.version_info >= (3, 12):
|
|
|
294
295
|
else:
|
|
295
296
|
from typing_extensions import TypedDict
|
|
296
297
|
|
|
298
|
+
|
|
297
299
|
__all__ = (
|
|
298
300
|
"ActionSourceTypeDef",
|
|
299
301
|
"AddAssociationRequestRequestTypeDef",
|
|
@@ -308,7 +310,6 @@ __all__ = (
|
|
|
308
310
|
"AmazonQSettingsTypeDef",
|
|
309
311
|
"AnnotationConsolidationConfigTypeDef",
|
|
310
312
|
"ResourceSpecTypeDef",
|
|
311
|
-
"AppSpecificationExtraOutputTypeDef",
|
|
312
313
|
"AppSpecificationOutputTypeDef",
|
|
313
314
|
"AppSpecificationTypeDef",
|
|
314
315
|
"ArtifactSourceTypeTypeDef",
|
|
@@ -359,7 +360,6 @@ __all__ = (
|
|
|
359
360
|
"CaptureContentTypeHeaderTypeDef",
|
|
360
361
|
"CaptureOptionTypeDef",
|
|
361
362
|
"CategoricalParameterOutputTypeDef",
|
|
362
|
-
"CategoricalParameterRangeExtraOutputTypeDef",
|
|
363
363
|
"CategoricalParameterRangeOutputTypeDef",
|
|
364
364
|
"CategoricalParameterRangeSpecificationOutputTypeDef",
|
|
365
365
|
"CategoricalParameterRangeSpecificationTypeDef",
|
|
@@ -379,9 +379,8 @@ __all__ = (
|
|
|
379
379
|
"ClusterInstancePlacementTypeDef",
|
|
380
380
|
"ClusterInstanceStatusDetailsTypeDef",
|
|
381
381
|
"ClusterSummaryTypeDef",
|
|
382
|
-
"ContainerConfigExtraOutputTypeDef",
|
|
383
|
-
"FileSystemConfigTypeDef",
|
|
384
382
|
"ContainerConfigOutputTypeDef",
|
|
383
|
+
"FileSystemConfigTypeDef",
|
|
385
384
|
"ContainerConfigTypeDef",
|
|
386
385
|
"CustomImageTypeDef",
|
|
387
386
|
"GitConfigTypeDef",
|
|
@@ -389,7 +388,6 @@ __all__ = (
|
|
|
389
388
|
"CognitoConfigTypeDef",
|
|
390
389
|
"CognitoMemberDefinitionTypeDef",
|
|
391
390
|
"VectorConfigTypeDef",
|
|
392
|
-
"CollectionConfigurationExtraOutputTypeDef",
|
|
393
391
|
"CollectionConfigurationOutputTypeDef",
|
|
394
392
|
"CollectionConfigurationTypeDef",
|
|
395
393
|
"CompilationJobSummaryTypeDef",
|
|
@@ -468,11 +466,9 @@ __all__ = (
|
|
|
468
466
|
"MonitoringStatisticsResourceTypeDef",
|
|
469
467
|
"EndpointInputTypeDef",
|
|
470
468
|
"FileSystemDataSourceTypeDef",
|
|
471
|
-
"S3DataSourceExtraOutputTypeDef",
|
|
472
469
|
"S3DataSourceOutputTypeDef",
|
|
473
470
|
"S3DataSourceTypeDef",
|
|
474
471
|
"RedshiftDatasetDefinitionTypeDef",
|
|
475
|
-
"DebugRuleConfigurationExtraOutputTypeDef",
|
|
476
472
|
"DebugRuleConfigurationOutputTypeDef",
|
|
477
473
|
"DebugRuleConfigurationTypeDef",
|
|
478
474
|
"DebugRuleEvaluationStatusTypeDef",
|
|
@@ -686,7 +682,6 @@ __all__ = (
|
|
|
686
682
|
"UiConfigTypeDef",
|
|
687
683
|
"HumanTaskUiSummaryTypeDef",
|
|
688
684
|
"HyperParameterTuningJobObjectiveTypeDef",
|
|
689
|
-
"VpcConfigExtraOutputTypeDef",
|
|
690
685
|
"HyperParameterTuningInstanceConfigTypeDef",
|
|
691
686
|
"ResourceLimitsTypeDef",
|
|
692
687
|
"HyperbandStrategyConfigTypeDef",
|
|
@@ -700,7 +695,6 @@ __all__ = (
|
|
|
700
695
|
"InferenceComponentContainerSpecificationTypeDef",
|
|
701
696
|
"InferenceComponentStartupParametersTypeDef",
|
|
702
697
|
"InferenceComponentSummaryTypeDef",
|
|
703
|
-
"InferenceExperimentScheduleExtraOutputTypeDef",
|
|
704
698
|
"InferenceHubAccessConfigTypeDef",
|
|
705
699
|
"RecommendationMetricsTypeDef",
|
|
706
700
|
"InferenceRecommendationsJobTypeDef",
|
|
@@ -709,7 +703,6 @@ __all__ = (
|
|
|
709
703
|
"IntegerParameterRangeTypeDef",
|
|
710
704
|
"KernelSpecTypeDef",
|
|
711
705
|
"LabelCountersForWorkteamTypeDef",
|
|
712
|
-
"LabelingJobDataAttributesExtraOutputTypeDef",
|
|
713
706
|
"LabelingJobDataAttributesOutputTypeDef",
|
|
714
707
|
"LabelingJobDataAttributesTypeDef",
|
|
715
708
|
"LabelingJobS3DataSourceTypeDef",
|
|
@@ -755,7 +748,6 @@ __all__ = (
|
|
|
755
748
|
"UserProfileDetailsTypeDef",
|
|
756
749
|
"ListWorkforcesRequestRequestTypeDef",
|
|
757
750
|
"ListWorkteamsRequestRequestTypeDef",
|
|
758
|
-
"OidcMemberDefinitionExtraOutputTypeDef",
|
|
759
751
|
"OidcMemberDefinitionOutputTypeDef",
|
|
760
752
|
"OidcMemberDefinitionTypeDef",
|
|
761
753
|
"PredefinedMetricSpecificationTypeDef",
|
|
@@ -773,7 +765,6 @@ __all__ = (
|
|
|
773
765
|
"ModelQuantizationConfigOutputTypeDef",
|
|
774
766
|
"ModelQuantizationConfigTypeDef",
|
|
775
767
|
"ModelStepMetadataTypeDef",
|
|
776
|
-
"MonitoringAppSpecificationExtraOutputTypeDef",
|
|
777
768
|
"MonitoringAppSpecificationOutputTypeDef",
|
|
778
769
|
"MonitoringAppSpecificationTypeDef",
|
|
779
770
|
"MonitoringClusterConfigTypeDef",
|
|
@@ -805,7 +796,6 @@ __all__ = (
|
|
|
805
796
|
"ProcessingS3InputTypeDef",
|
|
806
797
|
"ProcessingS3OutputTypeDef",
|
|
807
798
|
"ProductionVariantCoreDumpConfigTypeDef",
|
|
808
|
-
"ProfilerConfigExtraOutputTypeDef",
|
|
809
799
|
"ProfilerConfigForUpdateTypeDef",
|
|
810
800
|
"ProfilerRuleConfigurationTypeDef",
|
|
811
801
|
"PropertyNameQueryTypeDef",
|
|
@@ -829,7 +819,6 @@ __all__ = (
|
|
|
829
819
|
"SendPipelineExecutionStepFailureRequestRequestTypeDef",
|
|
830
820
|
"ShadowModelVariantConfigTypeDef",
|
|
831
821
|
"SharingSettingsTypeDef",
|
|
832
|
-
"SourceIpConfigExtraOutputTypeDef",
|
|
833
822
|
"SourceIpConfigOutputTypeDef",
|
|
834
823
|
"SpaceSharingSettingsSummaryTypeDef",
|
|
835
824
|
"StairsTypeDef",
|
|
@@ -1012,7 +1001,6 @@ __all__ = (
|
|
|
1012
1001
|
"ListTagsOutputTypeDef",
|
|
1013
1002
|
"AutoRollbackConfigOutputTypeDef",
|
|
1014
1003
|
"AutoRollbackConfigTypeDef",
|
|
1015
|
-
"HyperParameterAlgorithmSpecificationExtraOutputTypeDef",
|
|
1016
1004
|
"HyperParameterAlgorithmSpecificationOutputTypeDef",
|
|
1017
1005
|
"HyperParameterAlgorithmSpecificationTypeDef",
|
|
1018
1006
|
"AlgorithmStatusDetailsTypeDef",
|
|
@@ -1024,8 +1012,6 @@ __all__ = (
|
|
|
1024
1012
|
"RStudioServerProDomainSettingsTypeDef",
|
|
1025
1013
|
"SpaceCodeEditorAppSettingsTypeDef",
|
|
1026
1014
|
"TensorBoardAppSettingsTypeDef",
|
|
1027
|
-
"AppSpecificationUnionTypeDef",
|
|
1028
|
-
"ArtifactSourceExtraOutputTypeDef",
|
|
1029
1015
|
"ArtifactSourceOutputTypeDef",
|
|
1030
1016
|
"ArtifactSourceTypeDef",
|
|
1031
1017
|
"AsyncInferenceOutputConfigOutputTypeDef",
|
|
@@ -1073,8 +1059,6 @@ __all__ = (
|
|
|
1073
1059
|
"ClusterInstanceStorageConfigTypeDef",
|
|
1074
1060
|
"ClusterNodeSummaryTypeDef",
|
|
1075
1061
|
"ListClustersResponseTypeDef",
|
|
1076
|
-
"CodeEditorAppImageConfigExtraOutputTypeDef",
|
|
1077
|
-
"JupyterLabAppImageConfigExtraOutputTypeDef",
|
|
1078
1062
|
"CodeEditorAppImageConfigOutputTypeDef",
|
|
1079
1063
|
"JupyterLabAppImageConfigOutputTypeDef",
|
|
1080
1064
|
"CodeEditorAppImageConfigTypeDef",
|
|
@@ -1093,7 +1077,6 @@ __all__ = (
|
|
|
1093
1077
|
"SpaceJupyterLabAppSettingsOutputTypeDef",
|
|
1094
1078
|
"SpaceJupyterLabAppSettingsTypeDef",
|
|
1095
1079
|
"CollectionConfigTypeDef",
|
|
1096
|
-
"DebugHookConfigExtraOutputTypeDef",
|
|
1097
1080
|
"DebugHookConfigOutputTypeDef",
|
|
1098
1081
|
"DebugHookConfigTypeDef",
|
|
1099
1082
|
"ListCompilationJobsResponseTypeDef",
|
|
@@ -1190,13 +1173,11 @@ __all__ = (
|
|
|
1190
1173
|
"UpdateWorkforceRequestRequestTypeDef",
|
|
1191
1174
|
"CustomFileSystemConfigTypeDef",
|
|
1192
1175
|
"CustomFileSystemTypeDef",
|
|
1193
|
-
"DataQualityAppSpecificationUnionTypeDef",
|
|
1194
1176
|
"ModelBiasBaselineConfigTypeDef",
|
|
1195
1177
|
"ModelExplainabilityBaselineConfigTypeDef",
|
|
1196
1178
|
"ModelQualityBaselineConfigTypeDef",
|
|
1197
1179
|
"DataQualityBaselineConfigTypeDef",
|
|
1198
1180
|
"MonitoringBaselineConfigTypeDef",
|
|
1199
|
-
"DataSourceExtraOutputTypeDef",
|
|
1200
1181
|
"DataSourceOutputTypeDef",
|
|
1201
1182
|
"DataSourceTypeDef",
|
|
1202
1183
|
"DatasetDefinitionTypeDef",
|
|
@@ -1207,7 +1188,6 @@ __all__ = (
|
|
|
1207
1188
|
"DeploymentRecommendationTypeDef",
|
|
1208
1189
|
"DeploymentStageStatusSummaryTypeDef",
|
|
1209
1190
|
"DeploymentStageTypeDef",
|
|
1210
|
-
"NeoVpcConfigUnionTypeDef",
|
|
1211
1191
|
"DescribeDeviceResponseTypeDef",
|
|
1212
1192
|
"DescribeEdgePackagingJobResponseTypeDef",
|
|
1213
1193
|
"DescribeEndpointInputEndpointDeletedWaitTypeDef",
|
|
@@ -1231,12 +1211,8 @@ __all__ = (
|
|
|
1231
1211
|
"DescribeHubContentResponseTypeDef",
|
|
1232
1212
|
"DescribeHumanTaskUiResponseTypeDef",
|
|
1233
1213
|
"InferenceExperimentSummaryTypeDef",
|
|
1234
|
-
"ModelBiasAppSpecificationUnionTypeDef",
|
|
1235
1214
|
"DescribeModelCardExportJobResponseTypeDef",
|
|
1236
|
-
"ModelExplainabilityAppSpecificationUnionTypeDef",
|
|
1237
|
-
"ModelQualityAppSpecificationUnionTypeDef",
|
|
1238
1215
|
"ListMonitoringExecutionsResponseTypeDef",
|
|
1239
|
-
"OptimizationVpcConfigUnionTypeDef",
|
|
1240
1216
|
"DescribeSubscribedWorkteamResponseTypeDef",
|
|
1241
1217
|
"ListSubscribedWorkteamsResponseTypeDef",
|
|
1242
1218
|
"TrainingJobSummaryTypeDef",
|
|
@@ -1272,14 +1248,10 @@ __all__ = (
|
|
|
1272
1248
|
"ListHubsResponseTypeDef",
|
|
1273
1249
|
"HumanLoopActivationConfigTypeDef",
|
|
1274
1250
|
"ListHumanTaskUisResponseTypeDef",
|
|
1275
|
-
"NetworkConfigExtraOutputTypeDef",
|
|
1276
|
-
"VpcConfigUnionTypeDef",
|
|
1277
|
-
"HyperParameterTuningResourceConfigExtraOutputTypeDef",
|
|
1278
1251
|
"HyperParameterTuningResourceConfigOutputTypeDef",
|
|
1279
1252
|
"HyperParameterTuningResourceConfigTypeDef",
|
|
1280
1253
|
"HyperParameterTuningJobSummaryTypeDef",
|
|
1281
1254
|
"HyperParameterTuningJobStrategyConfigTypeDef",
|
|
1282
|
-
"HyperParameterTuningJobWarmStartConfigExtraOutputTypeDef",
|
|
1283
1255
|
"HyperParameterTuningJobWarmStartConfigOutputTypeDef",
|
|
1284
1256
|
"HyperParameterTuningJobWarmStartConfigTypeDef",
|
|
1285
1257
|
"UserContextTypeDef",
|
|
@@ -1290,15 +1262,12 @@ __all__ = (
|
|
|
1290
1262
|
"InferenceComponentSpecificationTypeDef",
|
|
1291
1263
|
"ListInferenceComponentsOutputTypeDef",
|
|
1292
1264
|
"ListInferenceRecommendationsJobsResponseTypeDef",
|
|
1293
|
-
"ResourceConfigExtraOutputTypeDef",
|
|
1294
1265
|
"ResourceConfigOutputTypeDef",
|
|
1295
1266
|
"ResourceConfigTypeDef",
|
|
1296
1267
|
"ParameterRangeOutputTypeDef",
|
|
1297
1268
|
"ParameterRangeTypeDef",
|
|
1298
|
-
"ParameterRangesExtraOutputTypeDef",
|
|
1299
1269
|
"ParameterRangesOutputTypeDef",
|
|
1300
1270
|
"ParameterRangesTypeDef",
|
|
1301
|
-
"KernelGatewayImageConfigExtraOutputTypeDef",
|
|
1302
1271
|
"KernelGatewayImageConfigOutputTypeDef",
|
|
1303
1272
|
"KernelGatewayImageConfigTypeDef",
|
|
1304
1273
|
"LabelingJobForWorkteamSummaryTypeDef",
|
|
@@ -1402,7 +1371,6 @@ __all__ = (
|
|
|
1402
1371
|
"ListStudioLifecycleConfigsResponseTypeDef",
|
|
1403
1372
|
"ListTransformJobsResponseTypeDef",
|
|
1404
1373
|
"ListUserProfilesResponseTypeDef",
|
|
1405
|
-
"MemberDefinitionExtraOutputTypeDef",
|
|
1406
1374
|
"MemberDefinitionOutputTypeDef",
|
|
1407
1375
|
"MemberDefinitionTypeDef",
|
|
1408
1376
|
"MetricSpecificationTypeDef",
|
|
@@ -1418,7 +1386,6 @@ __all__ = (
|
|
|
1418
1386
|
"OptimizationConfigOutputTypeDef",
|
|
1419
1387
|
"OptimizationConfigTypeDef",
|
|
1420
1388
|
"MonitoringResourcesTypeDef",
|
|
1421
|
-
"MonitoringDatasetFormatExtraOutputTypeDef",
|
|
1422
1389
|
"MonitoringDatasetFormatOutputTypeDef",
|
|
1423
1390
|
"MonitoringDatasetFormatTypeDef",
|
|
1424
1391
|
"MonitoringOutputTypeDef",
|
|
@@ -1432,10 +1399,8 @@ __all__ = (
|
|
|
1432
1399
|
"ProcessingResourcesTypeDef",
|
|
1433
1400
|
"ProcessingOutputTypeDef",
|
|
1434
1401
|
"ProductionVariantTypeDef",
|
|
1435
|
-
"ProfilerConfigUnionTypeDef",
|
|
1436
1402
|
"ProfilerRuleConfigurationUnionTypeDef",
|
|
1437
1403
|
"SuggestionQueryTypeDef",
|
|
1438
|
-
"ServiceCatalogProvisioningDetailsExtraOutputTypeDef",
|
|
1439
1404
|
"ServiceCatalogProvisioningDetailsOutputTypeDef",
|
|
1440
1405
|
"ServiceCatalogProvisioningDetailsTypeDef",
|
|
1441
1406
|
"ServiceCatalogProvisioningUpdateDetailsTypeDef",
|
|
@@ -1447,12 +1412,10 @@ __all__ = (
|
|
|
1447
1412
|
"RenderUiTemplateRequestRequestTypeDef",
|
|
1448
1413
|
"RenderUiTemplateResponseTypeDef",
|
|
1449
1414
|
"SearchRequestRequestTypeDef",
|
|
1450
|
-
"SelectiveExecutionConfigExtraOutputTypeDef",
|
|
1451
1415
|
"SelectiveExecutionConfigOutputTypeDef",
|
|
1452
1416
|
"SelectiveExecutionConfigTypeDef",
|
|
1453
1417
|
"ShadowModeConfigOutputTypeDef",
|
|
1454
1418
|
"ShadowModeConfigTypeDef",
|
|
1455
|
-
"SourceIpConfigUnionTypeDef",
|
|
1456
1419
|
"TrafficPatternOutputTypeDef",
|
|
1457
1420
|
"TrafficPatternTypeDef",
|
|
1458
1421
|
"TrainingImageConfigTypeDef",
|
|
@@ -1464,7 +1427,6 @@ __all__ = (
|
|
|
1464
1427
|
"DomainSettingsOutputTypeDef",
|
|
1465
1428
|
"DomainSettingsTypeDef",
|
|
1466
1429
|
"ArtifactSummaryTypeDef",
|
|
1467
|
-
"ArtifactSourceUnionTypeDef",
|
|
1468
1430
|
"CreateArtifactRequestRequestTypeDef",
|
|
1469
1431
|
"DeleteArtifactRequestRequestTypeDef",
|
|
1470
1432
|
"AsyncInferenceConfigOutputTypeDef",
|
|
@@ -1480,15 +1442,11 @@ __all__ = (
|
|
|
1480
1442
|
"AutoMLJobConfigOutputTypeDef",
|
|
1481
1443
|
"LabelingJobAlgorithmsConfigOutputTypeDef",
|
|
1482
1444
|
"AutoMLJobConfigTypeDef",
|
|
1483
|
-
"AutoMLSecurityConfigUnionTypeDef",
|
|
1484
1445
|
"LabelingJobAlgorithmsConfigTypeDef",
|
|
1485
|
-
"MonitoringNetworkConfigUnionTypeDef",
|
|
1486
1446
|
"ModelMetricsTypeDef",
|
|
1487
1447
|
"PipelineExecutionStepMetadataTypeDef",
|
|
1488
1448
|
"AutoMLCandidateTypeDef",
|
|
1489
1449
|
"BlueGreenUpdatePolicyTypeDef",
|
|
1490
|
-
"InferenceExperimentDataStorageConfigUnionTypeDef",
|
|
1491
|
-
"DataCaptureConfigUnionTypeDef",
|
|
1492
1450
|
"EndpointInputConfigurationOutputTypeDef",
|
|
1493
1451
|
"EndpointInputConfigurationTypeDef",
|
|
1494
1452
|
"ClarifyExplainerConfigOutputTypeDef",
|
|
@@ -1497,15 +1455,10 @@ __all__ = (
|
|
|
1497
1455
|
"ClusterInstanceGroupSpecificationTypeDef",
|
|
1498
1456
|
"ClusterNodeDetailsTypeDef",
|
|
1499
1457
|
"ListClusterNodesResponseTypeDef",
|
|
1500
|
-
"CodeEditorAppImageConfigUnionTypeDef",
|
|
1501
|
-
"JupyterLabAppImageConfigUnionTypeDef",
|
|
1502
1458
|
"ListCodeRepositoriesOutputTypeDef",
|
|
1503
1459
|
"FeatureDefinitionTypeDef",
|
|
1504
|
-
"DebugHookConfigUnionTypeDef",
|
|
1505
1460
|
"ListContextsResponseTypeDef",
|
|
1506
|
-
"InferenceExperimentScheduleUnionTypeDef",
|
|
1507
1461
|
"QueryLineageRequestRequestTypeDef",
|
|
1508
|
-
"ChannelExtraOutputTypeDef",
|
|
1509
1462
|
"ChannelOutputTypeDef",
|
|
1510
1463
|
"ChannelTypeDef",
|
|
1511
1464
|
"ProcessingInputTypeDef",
|
|
@@ -1532,9 +1485,7 @@ __all__ = (
|
|
|
1532
1485
|
"RecommendationJobInferenceBenchmarkTypeDef",
|
|
1533
1486
|
"SearchExpressionTypeDef",
|
|
1534
1487
|
"ListTrainingJobsForHyperParameterTuningJobResponseTypeDef",
|
|
1535
|
-
"NetworkConfigUnionTypeDef",
|
|
1536
1488
|
"ListHyperParameterTuningJobsResponseTypeDef",
|
|
1537
|
-
"HyperParameterTuningJobWarmStartConfigUnionTypeDef",
|
|
1538
1489
|
"AssociationSummaryTypeDef",
|
|
1539
1490
|
"DescribeActionResponseTypeDef",
|
|
1540
1491
|
"DescribeArtifactResponseTypeDef",
|
|
@@ -1557,19 +1508,15 @@ __all__ = (
|
|
|
1557
1508
|
"WorkerAccessConfigurationTypeDef",
|
|
1558
1509
|
"CreateInferenceComponentInputRequestTypeDef",
|
|
1559
1510
|
"UpdateInferenceComponentInputRequestTypeDef",
|
|
1560
|
-
"ResourceConfigUnionTypeDef",
|
|
1561
1511
|
"HyperParameterSpecificationOutputTypeDef",
|
|
1562
1512
|
"HyperParameterSpecificationTypeDef",
|
|
1563
|
-
"HyperParameterTuningJobConfigExtraOutputTypeDef",
|
|
1564
1513
|
"HyperParameterTuningJobConfigOutputTypeDef",
|
|
1565
1514
|
"HyperParameterTuningJobConfigTypeDef",
|
|
1566
1515
|
"AppImageConfigDetailsTypeDef",
|
|
1567
1516
|
"DescribeAppImageConfigResponseTypeDef",
|
|
1568
1517
|
"CreateAppImageConfigRequestRequestTypeDef",
|
|
1569
|
-
"KernelGatewayImageConfigUnionTypeDef",
|
|
1570
1518
|
"UpdateAppImageConfigRequestRequestTypeDef",
|
|
1571
1519
|
"ListLabelingJobsForWorkteamResponseTypeDef",
|
|
1572
|
-
"LabelingJobInputConfigExtraOutputTypeDef",
|
|
1573
1520
|
"LabelingJobInputConfigOutputTypeDef",
|
|
1574
1521
|
"LabelingJobInputConfigTypeDef",
|
|
1575
1522
|
"MemberDefinitionUnionTypeDef",
|
|
@@ -1579,21 +1526,17 @@ __all__ = (
|
|
|
1579
1526
|
"MonitoringAlertSummaryTypeDef",
|
|
1580
1527
|
"ModelVariantConfigSummaryTypeDef",
|
|
1581
1528
|
"ModelVariantConfigTypeDef",
|
|
1582
|
-
"RecommendationJobStoppingConditionsUnionTypeDef",
|
|
1583
1529
|
"ListModelMetadataRequestListModelMetadataPaginateTypeDef",
|
|
1584
1530
|
"ListModelMetadataRequestRequestTypeDef",
|
|
1585
1531
|
"OptimizationConfigUnionTypeDef",
|
|
1586
|
-
"BatchTransformInputExtraOutputTypeDef",
|
|
1587
1532
|
"BatchTransformInputOutputTypeDef",
|
|
1588
1533
|
"BatchTransformInputTypeDef",
|
|
1589
|
-
"MonitoringOutputConfigExtraOutputTypeDef",
|
|
1590
1534
|
"MonitoringOutputConfigOutputTypeDef",
|
|
1591
1535
|
"MonitoringOutputConfigTypeDef",
|
|
1592
1536
|
"OptimizationJobModelSourceTypeDef",
|
|
1593
1537
|
"CreateCompilationJobRequestRequestTypeDef",
|
|
1594
1538
|
"DescribeCompilationJobResponseTypeDef",
|
|
1595
1539
|
"PendingDeploymentSummaryTypeDef",
|
|
1596
|
-
"ProcessingOutputConfigExtraOutputTypeDef",
|
|
1597
1540
|
"ProcessingOutputConfigOutputTypeDef",
|
|
1598
1541
|
"ProcessingOutputConfigTypeDef",
|
|
1599
1542
|
"UpdateTrainingJobRequestRequestTypeDef",
|
|
@@ -1601,7 +1544,6 @@ __all__ = (
|
|
|
1601
1544
|
"DescribeProjectOutputTypeDef",
|
|
1602
1545
|
"ProjectTypeDef",
|
|
1603
1546
|
"CreateProjectInputRequestTypeDef",
|
|
1604
|
-
"ServiceCatalogProvisioningDetailsUnionTypeDef",
|
|
1605
1547
|
"UpdateProjectInputRequestTypeDef",
|
|
1606
1548
|
"HumanLoopConfigOutputTypeDef",
|
|
1607
1549
|
"HumanLoopConfigTypeDef",
|
|
@@ -1609,24 +1551,17 @@ __all__ = (
|
|
|
1609
1551
|
"HumanTaskConfigTypeDef",
|
|
1610
1552
|
"DescribePipelineExecutionResponseTypeDef",
|
|
1611
1553
|
"PipelineExecutionTypeDef",
|
|
1612
|
-
"SelectiveExecutionConfigUnionTypeDef",
|
|
1613
1554
|
"StartPipelineExecutionRequestRequestTypeDef",
|
|
1614
|
-
"ShadowModeConfigUnionTypeDef",
|
|
1615
|
-
"AlgorithmSpecificationExtraOutputTypeDef",
|
|
1616
1555
|
"AlgorithmSpecificationOutputTypeDef",
|
|
1617
1556
|
"AlgorithmSpecificationTypeDef",
|
|
1618
1557
|
"TransformInputTypeDef",
|
|
1619
1558
|
"DescribeWorkforceResponseTypeDef",
|
|
1620
1559
|
"ListWorkforcesResponseTypeDef",
|
|
1621
1560
|
"UpdateWorkforceResponseTypeDef",
|
|
1622
|
-
"DomainSettingsUnionTypeDef",
|
|
1623
1561
|
"ListArtifactsResponseTypeDef",
|
|
1624
|
-
"AsyncInferenceConfigUnionTypeDef",
|
|
1625
1562
|
"AutoMLProblemTypeConfigOutputTypeDef",
|
|
1626
1563
|
"AutoMLProblemTypeConfigTypeDef",
|
|
1627
|
-
"AutoMLJobConfigUnionTypeDef",
|
|
1628
1564
|
"CreateAutoMLJobRequestRequestTypeDef",
|
|
1629
|
-
"LabelingJobAlgorithmsConfigUnionTypeDef",
|
|
1630
1565
|
"PipelineExecutionStepTypeDef",
|
|
1631
1566
|
"DescribeAutoMLJobResponseTypeDef",
|
|
1632
1567
|
"ListCandidatesForAutoMLJobResponseTypeDef",
|
|
@@ -1644,7 +1579,6 @@ __all__ = (
|
|
|
1644
1579
|
"DescribeFeatureGroupResponseTypeDef",
|
|
1645
1580
|
"FeatureGroupTypeDef",
|
|
1646
1581
|
"UpdateFeatureGroupRequestRequestTypeDef",
|
|
1647
|
-
"HyperParameterTrainingJobDefinitionExtraOutputTypeDef",
|
|
1648
1582
|
"HyperParameterTrainingJobDefinitionOutputTypeDef",
|
|
1649
1583
|
"TrainingJobDefinitionOutputTypeDef",
|
|
1650
1584
|
"ChannelUnionTypeDef",
|
|
@@ -1654,16 +1588,13 @@ __all__ = (
|
|
|
1654
1588
|
"DescribeSpaceResponseTypeDef",
|
|
1655
1589
|
"SpaceDetailsTypeDef",
|
|
1656
1590
|
"CreateSpaceRequestRequestTypeDef",
|
|
1657
|
-
"SpaceSettingsUnionTypeDef",
|
|
1658
1591
|
"UpdateSpaceRequestRequestTypeDef",
|
|
1659
1592
|
"DescribeDomainResponseTypeDef",
|
|
1660
1593
|
"DescribeUserProfileResponseTypeDef",
|
|
1661
|
-
"DefaultSpaceSettingsUnionTypeDef",
|
|
1662
1594
|
"CreateDomainRequestRequestTypeDef",
|
|
1663
1595
|
"CreateUserProfileRequestRequestTypeDef",
|
|
1664
1596
|
"UpdateDomainRequestRequestTypeDef",
|
|
1665
1597
|
"UpdateUserProfileRequestRequestTypeDef",
|
|
1666
|
-
"UserSettingsUnionTypeDef",
|
|
1667
1598
|
"InferenceRecommendationsJobStepTypeDef",
|
|
1668
1599
|
"SearchRequestSearchPaginateTypeDef",
|
|
1669
1600
|
"ListAssociationsResponseTypeDef",
|
|
@@ -1672,17 +1603,13 @@ __all__ = (
|
|
|
1672
1603
|
"WorkteamTypeDef",
|
|
1673
1604
|
"TrainingSpecificationOutputTypeDef",
|
|
1674
1605
|
"TrainingSpecificationTypeDef",
|
|
1675
|
-
"HyperParameterTuningJobConfigUnionTypeDef",
|
|
1676
1606
|
"ListAppImageConfigsResponseTypeDef",
|
|
1677
1607
|
"LabelingJobSummaryTypeDef",
|
|
1678
|
-
"LabelingJobInputConfigUnionTypeDef",
|
|
1679
1608
|
"CreateWorkteamRequestRequestTypeDef",
|
|
1680
1609
|
"UpdateWorkteamRequestRequestTypeDef",
|
|
1681
1610
|
"ScalingPolicyTypeDef",
|
|
1682
|
-
"ContainerDefinitionExtraOutputTypeDef",
|
|
1683
1611
|
"ContainerDefinitionOutputTypeDef",
|
|
1684
1612
|
"ContainerDefinitionTypeDef",
|
|
1685
|
-
"ModelPackageContainerDefinitionExtraOutputTypeDef",
|
|
1686
1613
|
"ModelPackageContainerDefinitionOutputTypeDef",
|
|
1687
1614
|
"ModelPackageContainerDefinitionTypeDef",
|
|
1688
1615
|
"SourceAlgorithmTypeDef",
|
|
@@ -1691,7 +1618,6 @@ __all__ = (
|
|
|
1691
1618
|
"CreateInferenceExperimentRequestRequestTypeDef",
|
|
1692
1619
|
"StopInferenceExperimentRequestRequestTypeDef",
|
|
1693
1620
|
"UpdateInferenceExperimentRequestRequestTypeDef",
|
|
1694
|
-
"MonitoringInputExtraOutputTypeDef",
|
|
1695
1621
|
"DataQualityJobInputOutputTypeDef",
|
|
1696
1622
|
"ModelBiasJobInputOutputTypeDef",
|
|
1697
1623
|
"ModelExplainabilityJobInputOutputTypeDef",
|
|
@@ -1702,42 +1628,32 @@ __all__ = (
|
|
|
1702
1628
|
"ModelExplainabilityJobInputTypeDef",
|
|
1703
1629
|
"ModelQualityJobInputTypeDef",
|
|
1704
1630
|
"MonitoringInputTypeDef",
|
|
1705
|
-
"MonitoringOutputConfigUnionTypeDef",
|
|
1706
1631
|
"CreateOptimizationJobRequestRequestTypeDef",
|
|
1707
1632
|
"DescribeOptimizationJobResponseTypeDef",
|
|
1708
1633
|
"DescribeProcessingJobResponseTypeDef",
|
|
1709
1634
|
"ProcessingJobTypeDef",
|
|
1710
1635
|
"CreateProcessingJobRequestRequestTypeDef",
|
|
1711
|
-
"ProcessingOutputConfigUnionTypeDef",
|
|
1712
1636
|
"DescribeFlowDefinitionResponseTypeDef",
|
|
1713
1637
|
"CreateFlowDefinitionRequestRequestTypeDef",
|
|
1714
|
-
"HumanLoopConfigUnionTypeDef",
|
|
1715
1638
|
"DescribeLabelingJobResponseTypeDef",
|
|
1716
1639
|
"CreateLabelingJobRequestRequestTypeDef",
|
|
1717
|
-
"HumanTaskConfigUnionTypeDef",
|
|
1718
1640
|
"DescribeTrainingJobResponseTypeDef",
|
|
1719
1641
|
"TrainingJobTypeDef",
|
|
1720
|
-
"AlgorithmSpecificationUnionTypeDef",
|
|
1721
1642
|
"CreateTransformJobRequestRequestTypeDef",
|
|
1722
1643
|
"DescribeTransformJobResponseTypeDef",
|
|
1723
|
-
"TransformJobDefinitionExtraOutputTypeDef",
|
|
1724
1644
|
"TransformJobDefinitionOutputTypeDef",
|
|
1725
1645
|
"TransformJobDefinitionTypeDef",
|
|
1726
1646
|
"TransformJobTypeDef",
|
|
1727
1647
|
"DescribeAutoMLJobV2ResponseTypeDef",
|
|
1728
|
-
"AutoMLProblemTypeConfigUnionTypeDef",
|
|
1729
1648
|
"CreateAutoMLJobV2RequestRequestTypeDef",
|
|
1730
1649
|
"ListPipelineExecutionStepsResponseTypeDef",
|
|
1731
1650
|
"CreateEndpointInputRequestTypeDef",
|
|
1732
|
-
"DeploymentConfigUnionTypeDef",
|
|
1733
1651
|
"UpdateEndpointInputRequestTypeDef",
|
|
1734
1652
|
"DescribeInferenceRecommendationsJobResponseTypeDef",
|
|
1735
1653
|
"CreateInferenceRecommendationsJobRequestRequestTypeDef",
|
|
1736
|
-
"RecommendationJobInputConfigUnionTypeDef",
|
|
1737
1654
|
"DescribeEndpointConfigOutputTypeDef",
|
|
1738
1655
|
"DescribeEndpointOutputTypeDef",
|
|
1739
1656
|
"CreateEndpointConfigInputRequestTypeDef",
|
|
1740
|
-
"ExplainerConfigUnionTypeDef",
|
|
1741
1657
|
"DescribeHyperParameterTuningJobResponseTypeDef",
|
|
1742
1658
|
"HyperParameterTuningJobSearchEntityTypeDef",
|
|
1743
1659
|
"CreateTrainingJobRequestRequestTypeDef",
|
|
@@ -1747,37 +1663,27 @@ __all__ = (
|
|
|
1747
1663
|
"DescribeWorkteamResponseTypeDef",
|
|
1748
1664
|
"ListWorkteamsResponseTypeDef",
|
|
1749
1665
|
"UpdateWorkteamResponseTypeDef",
|
|
1750
|
-
"TrainingSpecificationUnionTypeDef",
|
|
1751
1666
|
"ListLabelingJobsResponseTypeDef",
|
|
1752
1667
|
"DynamicScalingConfigurationTypeDef",
|
|
1753
1668
|
"DescribeModelOutputTypeDef",
|
|
1754
1669
|
"ModelTypeDef",
|
|
1755
1670
|
"ContainerDefinitionUnionTypeDef",
|
|
1756
|
-
"AdditionalInferenceSpecificationDefinitionExtraOutputTypeDef",
|
|
1757
|
-
"InferenceSpecificationExtraOutputTypeDef",
|
|
1758
1671
|
"AdditionalInferenceSpecificationDefinitionOutputTypeDef",
|
|
1759
1672
|
"InferenceSpecificationOutputTypeDef",
|
|
1760
1673
|
"AdditionalInferenceSpecificationDefinitionTypeDef",
|
|
1761
1674
|
"InferenceSpecificationTypeDef",
|
|
1762
|
-
"SourceAlgorithmSpecificationExtraOutputTypeDef",
|
|
1763
1675
|
"SourceAlgorithmSpecificationOutputTypeDef",
|
|
1764
1676
|
"SourceAlgorithmSpecificationTypeDef",
|
|
1765
|
-
"MonitoringJobDefinitionExtraOutputTypeDef",
|
|
1766
1677
|
"DescribeDataQualityJobDefinitionResponseTypeDef",
|
|
1767
1678
|
"DescribeModelBiasJobDefinitionResponseTypeDef",
|
|
1768
1679
|
"DescribeModelExplainabilityJobDefinitionResponseTypeDef",
|
|
1769
1680
|
"DescribeModelQualityJobDefinitionResponseTypeDef",
|
|
1770
1681
|
"MonitoringJobDefinitionOutputTypeDef",
|
|
1771
1682
|
"CreateDataQualityJobDefinitionRequestRequestTypeDef",
|
|
1772
|
-
"DataQualityJobInputUnionTypeDef",
|
|
1773
1683
|
"CreateModelBiasJobDefinitionRequestRequestTypeDef",
|
|
1774
|
-
"ModelBiasJobInputUnionTypeDef",
|
|
1775
1684
|
"CreateModelExplainabilityJobDefinitionRequestRequestTypeDef",
|
|
1776
|
-
"ModelExplainabilityJobInputUnionTypeDef",
|
|
1777
1685
|
"CreateModelQualityJobDefinitionRequestRequestTypeDef",
|
|
1778
|
-
"ModelQualityJobInputUnionTypeDef",
|
|
1779
1686
|
"MonitoringJobDefinitionTypeDef",
|
|
1780
|
-
"ModelPackageValidationProfileExtraOutputTypeDef",
|
|
1781
1687
|
"AlgorithmValidationProfileOutputTypeDef",
|
|
1782
1688
|
"ModelPackageValidationProfileOutputTypeDef",
|
|
1783
1689
|
"AlgorithmValidationProfileTypeDef",
|
|
@@ -1788,12 +1694,8 @@ __all__ = (
|
|
|
1788
1694
|
"CreateModelInputRequestTypeDef",
|
|
1789
1695
|
"BatchDescribeModelPackageSummaryTypeDef",
|
|
1790
1696
|
"AdditionalInferenceSpecificationDefinitionUnionTypeDef",
|
|
1791
|
-
"InferenceSpecificationUnionTypeDef",
|
|
1792
|
-
"SourceAlgorithmSpecificationUnionTypeDef",
|
|
1793
|
-
"MonitoringScheduleConfigExtraOutputTypeDef",
|
|
1794
1697
|
"MonitoringScheduleConfigOutputTypeDef",
|
|
1795
1698
|
"MonitoringScheduleConfigTypeDef",
|
|
1796
|
-
"ModelPackageValidationSpecificationExtraOutputTypeDef",
|
|
1797
1699
|
"AlgorithmValidationSpecificationOutputTypeDef",
|
|
1798
1700
|
"ModelPackageValidationSpecificationOutputTypeDef",
|
|
1799
1701
|
"AlgorithmValidationSpecificationTypeDef",
|
|
@@ -1805,15 +1707,12 @@ __all__ = (
|
|
|
1805
1707
|
"ModelDashboardMonitoringScheduleTypeDef",
|
|
1806
1708
|
"MonitoringScheduleTypeDef",
|
|
1807
1709
|
"CreateMonitoringScheduleRequestRequestTypeDef",
|
|
1808
|
-
"MonitoringScheduleConfigUnionTypeDef",
|
|
1809
1710
|
"UpdateMonitoringScheduleRequestRequestTypeDef",
|
|
1810
1711
|
"DescribeAlgorithmOutputTypeDef",
|
|
1811
1712
|
"DescribeModelPackageOutputTypeDef",
|
|
1812
1713
|
"ModelPackageTypeDef",
|
|
1813
|
-
"AlgorithmValidationSpecificationUnionTypeDef",
|
|
1814
1714
|
"CreateAlgorithmInputRequestTypeDef",
|
|
1815
1715
|
"CreateModelPackageInputRequestTypeDef",
|
|
1816
|
-
"ModelPackageValidationSpecificationUnionTypeDef",
|
|
1817
1716
|
"ModelDashboardModelTypeDef",
|
|
1818
1717
|
"EndpointTypeDef",
|
|
1819
1718
|
"SearchRecordTypeDef",
|
|
@@ -1922,14 +1821,6 @@ ResourceSpecTypeDef = TypedDict(
|
|
|
1922
1821
|
"LifecycleConfigArn": NotRequired[str],
|
|
1923
1822
|
},
|
|
1924
1823
|
)
|
|
1925
|
-
AppSpecificationExtraOutputTypeDef = TypedDict(
|
|
1926
|
-
"AppSpecificationExtraOutputTypeDef",
|
|
1927
|
-
{
|
|
1928
|
-
"ImageUri": str,
|
|
1929
|
-
"ContainerEntrypoint": NotRequired[List[str]],
|
|
1930
|
-
"ContainerArguments": NotRequired[List[str]],
|
|
1931
|
-
},
|
|
1932
|
-
)
|
|
1933
1824
|
AppSpecificationOutputTypeDef = TypedDict(
|
|
1934
1825
|
"AppSpecificationOutputTypeDef",
|
|
1935
1826
|
{
|
|
@@ -2283,13 +2174,6 @@ CategoricalParameterOutputTypeDef = TypedDict(
|
|
|
2283
2174
|
"Value": List[str],
|
|
2284
2175
|
},
|
|
2285
2176
|
)
|
|
2286
|
-
CategoricalParameterRangeExtraOutputTypeDef = TypedDict(
|
|
2287
|
-
"CategoricalParameterRangeExtraOutputTypeDef",
|
|
2288
|
-
{
|
|
2289
|
-
"Name": str,
|
|
2290
|
-
"Values": List[str],
|
|
2291
|
-
},
|
|
2292
|
-
)
|
|
2293
2177
|
CategoricalParameterRangeOutputTypeDef = TypedDict(
|
|
2294
2178
|
"CategoricalParameterRangeOutputTypeDef",
|
|
2295
2179
|
{
|
|
@@ -2454,8 +2338,8 @@ ClusterSummaryTypeDef = TypedDict(
|
|
|
2454
2338
|
"ClusterStatus": ClusterStatusType,
|
|
2455
2339
|
},
|
|
2456
2340
|
)
|
|
2457
|
-
|
|
2458
|
-
"
|
|
2341
|
+
ContainerConfigOutputTypeDef = TypedDict(
|
|
2342
|
+
"ContainerConfigOutputTypeDef",
|
|
2459
2343
|
{
|
|
2460
2344
|
"ContainerArguments": NotRequired[List[str]],
|
|
2461
2345
|
"ContainerEntrypoint": NotRequired[List[str]],
|
|
@@ -2470,14 +2354,6 @@ FileSystemConfigTypeDef = TypedDict(
|
|
|
2470
2354
|
"DefaultGid": NotRequired[int],
|
|
2471
2355
|
},
|
|
2472
2356
|
)
|
|
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
2357
|
ContainerConfigTypeDef = TypedDict(
|
|
2482
2358
|
"ContainerConfigTypeDef",
|
|
2483
2359
|
{
|
|
@@ -2529,13 +2405,6 @@ VectorConfigTypeDef = TypedDict(
|
|
|
2529
2405
|
"Dimension": int,
|
|
2530
2406
|
},
|
|
2531
2407
|
)
|
|
2532
|
-
CollectionConfigurationExtraOutputTypeDef = TypedDict(
|
|
2533
|
-
"CollectionConfigurationExtraOutputTypeDef",
|
|
2534
|
-
{
|
|
2535
|
-
"CollectionName": NotRequired[str],
|
|
2536
|
-
"CollectionParameters": NotRequired[Dict[str, str]],
|
|
2537
|
-
},
|
|
2538
|
-
)
|
|
2539
2408
|
CollectionConfigurationOutputTypeDef = TypedDict(
|
|
2540
2409
|
"CollectionConfigurationOutputTypeDef",
|
|
2541
2410
|
{
|
|
@@ -3134,16 +3003,6 @@ FileSystemDataSourceTypeDef = TypedDict(
|
|
|
3134
3003
|
"DirectoryPath": str,
|
|
3135
3004
|
},
|
|
3136
3005
|
)
|
|
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
3006
|
S3DataSourceOutputTypeDef = TypedDict(
|
|
3148
3007
|
"S3DataSourceOutputTypeDef",
|
|
3149
3008
|
{
|
|
@@ -3178,18 +3037,6 @@ RedshiftDatasetDefinitionTypeDef = TypedDict(
|
|
|
3178
3037
|
"OutputCompression": NotRequired[RedshiftResultCompressionTypeType],
|
|
3179
3038
|
},
|
|
3180
3039
|
)
|
|
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
3040
|
DebugRuleConfigurationOutputTypeDef = TypedDict(
|
|
3194
3041
|
"DebugRuleConfigurationOutputTypeDef",
|
|
3195
3042
|
{
|
|
@@ -4725,13 +4572,6 @@ HyperParameterTuningJobObjectiveTypeDef = TypedDict(
|
|
|
4725
4572
|
"MetricName": str,
|
|
4726
4573
|
},
|
|
4727
4574
|
)
|
|
4728
|
-
VpcConfigExtraOutputTypeDef = TypedDict(
|
|
4729
|
-
"VpcConfigExtraOutputTypeDef",
|
|
4730
|
-
{
|
|
4731
|
-
"SecurityGroupIds": List[str],
|
|
4732
|
-
"Subnets": List[str],
|
|
4733
|
-
},
|
|
4734
|
-
)
|
|
4735
4575
|
HyperParameterTuningInstanceConfigTypeDef = TypedDict(
|
|
4736
4576
|
"HyperParameterTuningInstanceConfigTypeDef",
|
|
4737
4577
|
{
|
|
@@ -4844,13 +4684,6 @@ InferenceComponentSummaryTypeDef = TypedDict(
|
|
|
4844
4684
|
"InferenceComponentStatus": NotRequired[InferenceComponentStatusType],
|
|
4845
4685
|
},
|
|
4846
4686
|
)
|
|
4847
|
-
InferenceExperimentScheduleExtraOutputTypeDef = TypedDict(
|
|
4848
|
-
"InferenceExperimentScheduleExtraOutputTypeDef",
|
|
4849
|
-
{
|
|
4850
|
-
"StartTime": NotRequired[datetime],
|
|
4851
|
-
"EndTime": NotRequired[datetime],
|
|
4852
|
-
},
|
|
4853
|
-
)
|
|
4854
4687
|
InferenceHubAccessConfigTypeDef = TypedDict(
|
|
4855
4688
|
"InferenceHubAccessConfigTypeDef",
|
|
4856
4689
|
{
|
|
@@ -4926,12 +4759,6 @@ LabelCountersForWorkteamTypeDef = TypedDict(
|
|
|
4926
4759
|
"Total": NotRequired[int],
|
|
4927
4760
|
},
|
|
4928
4761
|
)
|
|
4929
|
-
LabelingJobDataAttributesExtraOutputTypeDef = TypedDict(
|
|
4930
|
-
"LabelingJobDataAttributesExtraOutputTypeDef",
|
|
4931
|
-
{
|
|
4932
|
-
"ContentClassifiers": NotRequired[List[ContentClassifierType]],
|
|
4933
|
-
},
|
|
4934
|
-
)
|
|
4935
4762
|
LabelingJobDataAttributesOutputTypeDef = TypedDict(
|
|
4936
4763
|
"LabelingJobDataAttributesOutputTypeDef",
|
|
4937
4764
|
{
|
|
@@ -5380,12 +5207,6 @@ ListWorkteamsRequestRequestTypeDef = TypedDict(
|
|
|
5380
5207
|
"MaxResults": NotRequired[int],
|
|
5381
5208
|
},
|
|
5382
5209
|
)
|
|
5383
|
-
OidcMemberDefinitionExtraOutputTypeDef = TypedDict(
|
|
5384
|
-
"OidcMemberDefinitionExtraOutputTypeDef",
|
|
5385
|
-
{
|
|
5386
|
-
"Groups": NotRequired[List[str]],
|
|
5387
|
-
},
|
|
5388
|
-
)
|
|
5389
5210
|
OidcMemberDefinitionOutputTypeDef = TypedDict(
|
|
5390
5211
|
"OidcMemberDefinitionOutputTypeDef",
|
|
5391
5212
|
{
|
|
@@ -5501,16 +5322,6 @@ ModelStepMetadataTypeDef = TypedDict(
|
|
|
5501
5322
|
"Arn": NotRequired[str],
|
|
5502
5323
|
},
|
|
5503
5324
|
)
|
|
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
5325
|
MonitoringAppSpecificationOutputTypeDef = TypedDict(
|
|
5515
5326
|
"MonitoringAppSpecificationOutputTypeDef",
|
|
5516
5327
|
{
|
|
@@ -5752,15 +5563,6 @@ ProductionVariantCoreDumpConfigTypeDef = TypedDict(
|
|
|
5752
5563
|
"KmsKeyId": NotRequired[str],
|
|
5753
5564
|
},
|
|
5754
5565
|
)
|
|
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
5566
|
ProfilerConfigForUpdateTypeDef = TypedDict(
|
|
5765
5567
|
"ProfilerConfigForUpdateTypeDef",
|
|
5766
5568
|
{
|
|
@@ -5927,12 +5729,6 @@ SharingSettingsTypeDef = TypedDict(
|
|
|
5927
5729
|
"S3KmsKeyId": NotRequired[str],
|
|
5928
5730
|
},
|
|
5929
5731
|
)
|
|
5930
|
-
SourceIpConfigExtraOutputTypeDef = TypedDict(
|
|
5931
|
-
"SourceIpConfigExtraOutputTypeDef",
|
|
5932
|
-
{
|
|
5933
|
-
"Cidrs": List[str],
|
|
5934
|
-
},
|
|
5935
|
-
)
|
|
5936
5732
|
SourceIpConfigOutputTypeDef = TypedDict(
|
|
5937
5733
|
"SourceIpConfigOutputTypeDef",
|
|
5938
5734
|
{
|
|
@@ -7291,15 +7087,6 @@ AutoRollbackConfigTypeDef = TypedDict(
|
|
|
7291
7087
|
"Alarms": NotRequired[Sequence[AlarmTypeDef]],
|
|
7292
7088
|
},
|
|
7293
7089
|
)
|
|
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
7090
|
HyperParameterAlgorithmSpecificationOutputTypeDef = TypedDict(
|
|
7304
7091
|
"HyperParameterAlgorithmSpecificationOutputTypeDef",
|
|
7305
7092
|
{
|
|
@@ -7406,14 +7193,6 @@ TensorBoardAppSettingsTypeDef = TypedDict(
|
|
|
7406
7193
|
"DefaultResourceSpec": NotRequired[ResourceSpecTypeDef],
|
|
7407
7194
|
},
|
|
7408
7195
|
)
|
|
7409
|
-
AppSpecificationUnionTypeDef = Union[AppSpecificationTypeDef, AppSpecificationExtraOutputTypeDef]
|
|
7410
|
-
ArtifactSourceExtraOutputTypeDef = TypedDict(
|
|
7411
|
-
"ArtifactSourceExtraOutputTypeDef",
|
|
7412
|
-
{
|
|
7413
|
-
"SourceUri": str,
|
|
7414
|
-
"SourceTypes": NotRequired[List[ArtifactSourceTypeTypeDef]],
|
|
7415
|
-
},
|
|
7416
|
-
)
|
|
7417
7196
|
ArtifactSourceOutputTypeDef = TypedDict(
|
|
7418
7197
|
"ArtifactSourceOutputTypeDef",
|
|
7419
7198
|
{
|
|
@@ -7789,20 +7568,6 @@ ListClustersResponseTypeDef = TypedDict(
|
|
|
7789
7568
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
7790
7569
|
},
|
|
7791
7570
|
)
|
|
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
7571
|
CodeEditorAppImageConfigOutputTypeDef = TypedDict(
|
|
7807
7572
|
"CodeEditorAppImageConfigOutputTypeDef",
|
|
7808
7573
|
{
|
|
@@ -7942,15 +7707,6 @@ CollectionConfigTypeDef = TypedDict(
|
|
|
7942
7707
|
"VectorConfig": NotRequired[VectorConfigTypeDef],
|
|
7943
7708
|
},
|
|
7944
7709
|
)
|
|
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
7710
|
DebugHookConfigOutputTypeDef = TypedDict(
|
|
7955
7711
|
"DebugHookConfigOutputTypeDef",
|
|
7956
7712
|
{
|
|
@@ -9200,9 +8956,6 @@ CustomFileSystemTypeDef = TypedDict(
|
|
|
9200
8956
|
"EFSFileSystem": NotRequired[EFSFileSystemTypeDef],
|
|
9201
8957
|
},
|
|
9202
8958
|
)
|
|
9203
|
-
DataQualityAppSpecificationUnionTypeDef = Union[
|
|
9204
|
-
DataQualityAppSpecificationTypeDef, DataQualityAppSpecificationOutputTypeDef
|
|
9205
|
-
]
|
|
9206
8959
|
ModelBiasBaselineConfigTypeDef = TypedDict(
|
|
9207
8960
|
"ModelBiasBaselineConfigTypeDef",
|
|
9208
8961
|
{
|
|
@@ -9240,13 +8993,6 @@ MonitoringBaselineConfigTypeDef = TypedDict(
|
|
|
9240
8993
|
"StatisticsResource": NotRequired[MonitoringStatisticsResourceTypeDef],
|
|
9241
8994
|
},
|
|
9242
8995
|
)
|
|
9243
|
-
DataSourceExtraOutputTypeDef = TypedDict(
|
|
9244
|
-
"DataSourceExtraOutputTypeDef",
|
|
9245
|
-
{
|
|
9246
|
-
"S3DataSource": NotRequired[S3DataSourceExtraOutputTypeDef],
|
|
9247
|
-
"FileSystemDataSource": NotRequired[FileSystemDataSourceTypeDef],
|
|
9248
|
-
},
|
|
9249
|
-
)
|
|
9250
8996
|
DataSourceOutputTypeDef = TypedDict(
|
|
9251
8997
|
"DataSourceOutputTypeDef",
|
|
9252
8998
|
{
|
|
@@ -9272,7 +9018,7 @@ DatasetDefinitionTypeDef = TypedDict(
|
|
|
9272
9018
|
},
|
|
9273
9019
|
)
|
|
9274
9020
|
DebugRuleConfigurationUnionTypeDef = Union[
|
|
9275
|
-
DebugRuleConfigurationTypeDef,
|
|
9021
|
+
DebugRuleConfigurationTypeDef, DebugRuleConfigurationOutputTypeDef
|
|
9276
9022
|
]
|
|
9277
9023
|
DefaultSpaceStorageSettingsTypeDef = TypedDict(
|
|
9278
9024
|
"DefaultSpaceStorageSettingsTypeDef",
|
|
@@ -9321,7 +9067,6 @@ DeploymentStageTypeDef = TypedDict(
|
|
|
9321
9067
|
"DeploymentConfig": NotRequired[EdgeDeploymentConfigTypeDef],
|
|
9322
9068
|
},
|
|
9323
9069
|
)
|
|
9324
|
-
NeoVpcConfigUnionTypeDef = Union[NeoVpcConfigTypeDef, NeoVpcConfigOutputTypeDef]
|
|
9325
9070
|
DescribeDeviceResponseTypeDef = TypedDict(
|
|
9326
9071
|
"DescribeDeviceResponseTypeDef",
|
|
9327
9072
|
{
|
|
@@ -9564,9 +9309,6 @@ InferenceExperimentSummaryTypeDef = TypedDict(
|
|
|
9564
9309
|
"RoleArn": NotRequired[str],
|
|
9565
9310
|
},
|
|
9566
9311
|
)
|
|
9567
|
-
ModelBiasAppSpecificationUnionTypeDef = Union[
|
|
9568
|
-
ModelBiasAppSpecificationTypeDef, ModelBiasAppSpecificationOutputTypeDef
|
|
9569
|
-
]
|
|
9570
9312
|
DescribeModelCardExportJobResponseTypeDef = TypedDict(
|
|
9571
9313
|
"DescribeModelCardExportJobResponseTypeDef",
|
|
9572
9314
|
{
|
|
@@ -9583,12 +9325,6 @@ DescribeModelCardExportJobResponseTypeDef = TypedDict(
|
|
|
9583
9325
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
9584
9326
|
},
|
|
9585
9327
|
)
|
|
9586
|
-
ModelExplainabilityAppSpecificationUnionTypeDef = Union[
|
|
9587
|
-
ModelExplainabilityAppSpecificationTypeDef, ModelExplainabilityAppSpecificationOutputTypeDef
|
|
9588
|
-
]
|
|
9589
|
-
ModelQualityAppSpecificationUnionTypeDef = Union[
|
|
9590
|
-
ModelQualityAppSpecificationTypeDef, ModelQualityAppSpecificationOutputTypeDef
|
|
9591
|
-
]
|
|
9592
9328
|
ListMonitoringExecutionsResponseTypeDef = TypedDict(
|
|
9593
9329
|
"ListMonitoringExecutionsResponseTypeDef",
|
|
9594
9330
|
{
|
|
@@ -9597,9 +9333,6 @@ ListMonitoringExecutionsResponseTypeDef = TypedDict(
|
|
|
9597
9333
|
"NextToken": NotRequired[str],
|
|
9598
9334
|
},
|
|
9599
9335
|
)
|
|
9600
|
-
OptimizationVpcConfigUnionTypeDef = Union[
|
|
9601
|
-
OptimizationVpcConfigTypeDef, OptimizationVpcConfigOutputTypeDef
|
|
9602
|
-
]
|
|
9603
9336
|
DescribeSubscribedWorkteamResponseTypeDef = TypedDict(
|
|
9604
9337
|
"DescribeSubscribedWorkteamResponseTypeDef",
|
|
9605
9338
|
{
|
|
@@ -9908,26 +9641,6 @@ ListHumanTaskUisResponseTypeDef = TypedDict(
|
|
|
9908
9641
|
"NextToken": NotRequired[str],
|
|
9909
9642
|
},
|
|
9910
9643
|
)
|
|
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
9644
|
HyperParameterTuningResourceConfigOutputTypeDef = TypedDict(
|
|
9932
9645
|
"HyperParameterTuningResourceConfigOutputTypeDef",
|
|
9933
9646
|
{
|
|
@@ -9971,13 +9684,6 @@ HyperParameterTuningJobStrategyConfigTypeDef = TypedDict(
|
|
|
9971
9684
|
"HyperbandStrategyConfig": NotRequired[HyperbandStrategyConfigTypeDef],
|
|
9972
9685
|
},
|
|
9973
9686
|
)
|
|
9974
|
-
HyperParameterTuningJobWarmStartConfigExtraOutputTypeDef = TypedDict(
|
|
9975
|
-
"HyperParameterTuningJobWarmStartConfigExtraOutputTypeDef",
|
|
9976
|
-
{
|
|
9977
|
-
"ParentHyperParameterTuningJobs": List[ParentHyperParameterTuningJobTypeDef],
|
|
9978
|
-
"WarmStartType": HyperParameterTuningJobWarmStartTypeType,
|
|
9979
|
-
},
|
|
9980
|
-
)
|
|
9981
9687
|
HyperParameterTuningJobWarmStartConfigOutputTypeDef = TypedDict(
|
|
9982
9688
|
"HyperParameterTuningJobWarmStartConfigOutputTypeDef",
|
|
9983
9689
|
{
|
|
@@ -10055,17 +9761,6 @@ ListInferenceRecommendationsJobsResponseTypeDef = TypedDict(
|
|
|
10055
9761
|
"NextToken": NotRequired[str],
|
|
10056
9762
|
},
|
|
10057
9763
|
)
|
|
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
9764
|
ResourceConfigOutputTypeDef = TypedDict(
|
|
10070
9765
|
"ResourceConfigOutputTypeDef",
|
|
10071
9766
|
{
|
|
@@ -10116,17 +9811,6 @@ ParameterRangeTypeDef = TypedDict(
|
|
|
10116
9811
|
],
|
|
10117
9812
|
},
|
|
10118
9813
|
)
|
|
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
9814
|
ParameterRangesOutputTypeDef = TypedDict(
|
|
10131
9815
|
"ParameterRangesOutputTypeDef",
|
|
10132
9816
|
{
|
|
@@ -10145,13 +9829,6 @@ ParameterRangesTypeDef = TypedDict(
|
|
|
10145
9829
|
"AutoParameters": NotRequired[Sequence[AutoParameterTypeDef]],
|
|
10146
9830
|
},
|
|
10147
9831
|
)
|
|
10148
|
-
KernelGatewayImageConfigExtraOutputTypeDef = TypedDict(
|
|
10149
|
-
"KernelGatewayImageConfigExtraOutputTypeDef",
|
|
10150
|
-
{
|
|
10151
|
-
"KernelSpecs": List[KernelSpecTypeDef],
|
|
10152
|
-
"FileSystemConfig": NotRequired[FileSystemConfigTypeDef],
|
|
10153
|
-
},
|
|
10154
|
-
)
|
|
10155
9832
|
KernelGatewayImageConfigOutputTypeDef = TypedDict(
|
|
10156
9833
|
"KernelGatewayImageConfigOutputTypeDef",
|
|
10157
9834
|
{
|
|
@@ -11262,13 +10939,6 @@ ListUserProfilesResponseTypeDef = TypedDict(
|
|
|
11262
10939
|
"NextToken": NotRequired[str],
|
|
11263
10940
|
},
|
|
11264
10941
|
)
|
|
11265
|
-
MemberDefinitionExtraOutputTypeDef = TypedDict(
|
|
11266
|
-
"MemberDefinitionExtraOutputTypeDef",
|
|
11267
|
-
{
|
|
11268
|
-
"CognitoMemberDefinition": NotRequired[CognitoMemberDefinitionTypeDef],
|
|
11269
|
-
"OidcMemberDefinition": NotRequired[OidcMemberDefinitionExtraOutputTypeDef],
|
|
11270
|
-
},
|
|
11271
|
-
)
|
|
11272
10942
|
MemberDefinitionOutputTypeDef = TypedDict(
|
|
11273
10943
|
"MemberDefinitionOutputTypeDef",
|
|
11274
10944
|
{
|
|
@@ -11380,14 +11050,6 @@ MonitoringResourcesTypeDef = TypedDict(
|
|
|
11380
11050
|
"ClusterConfig": MonitoringClusterConfigTypeDef,
|
|
11381
11051
|
},
|
|
11382
11052
|
)
|
|
11383
|
-
MonitoringDatasetFormatExtraOutputTypeDef = TypedDict(
|
|
11384
|
-
"MonitoringDatasetFormatExtraOutputTypeDef",
|
|
11385
|
-
{
|
|
11386
|
-
"Csv": NotRequired[MonitoringCsvDatasetFormatTypeDef],
|
|
11387
|
-
"Json": NotRequired[MonitoringJsonDatasetFormatTypeDef],
|
|
11388
|
-
"Parquet": NotRequired[Dict[str, Any]],
|
|
11389
|
-
},
|
|
11390
|
-
)
|
|
11391
11053
|
MonitoringDatasetFormatOutputTypeDef = TypedDict(
|
|
11392
11054
|
"MonitoringDatasetFormatOutputTypeDef",
|
|
11393
11055
|
{
|
|
@@ -11520,7 +11182,6 @@ ProductionVariantTypeDef = TypedDict(
|
|
|
11520
11182
|
"InferenceAmiVersion": NotRequired[Literal["al2-ami-sagemaker-inference-gpu-2"]],
|
|
11521
11183
|
},
|
|
11522
11184
|
)
|
|
11523
|
-
ProfilerConfigUnionTypeDef = Union[ProfilerConfigTypeDef, ProfilerConfigExtraOutputTypeDef]
|
|
11524
11185
|
ProfilerRuleConfigurationUnionTypeDef = Union[
|
|
11525
11186
|
ProfilerRuleConfigurationTypeDef, ProfilerRuleConfigurationOutputTypeDef
|
|
11526
11187
|
]
|
|
@@ -11530,15 +11191,6 @@ SuggestionQueryTypeDef = TypedDict(
|
|
|
11530
11191
|
"PropertyNameQuery": NotRequired[PropertyNameQueryTypeDef],
|
|
11531
11192
|
},
|
|
11532
11193
|
)
|
|
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
11194
|
ServiceCatalogProvisioningDetailsOutputTypeDef = TypedDict(
|
|
11543
11195
|
"ServiceCatalogProvisioningDetailsOutputTypeDef",
|
|
11544
11196
|
{
|
|
@@ -11646,13 +11298,6 @@ SearchRequestRequestTypeDef = TypedDict(
|
|
|
11646
11298
|
"VisibilityConditions": NotRequired[Sequence[VisibilityConditionsTypeDef]],
|
|
11647
11299
|
},
|
|
11648
11300
|
)
|
|
11649
|
-
SelectiveExecutionConfigExtraOutputTypeDef = TypedDict(
|
|
11650
|
-
"SelectiveExecutionConfigExtraOutputTypeDef",
|
|
11651
|
-
{
|
|
11652
|
-
"SelectedSteps": List[SelectedStepTypeDef],
|
|
11653
|
-
"SourcePipelineExecutionArn": NotRequired[str],
|
|
11654
|
-
},
|
|
11655
|
-
)
|
|
11656
11301
|
SelectiveExecutionConfigOutputTypeDef = TypedDict(
|
|
11657
11302
|
"SelectiveExecutionConfigOutputTypeDef",
|
|
11658
11303
|
{
|
|
@@ -11681,7 +11326,6 @@ ShadowModeConfigTypeDef = TypedDict(
|
|
|
11681
11326
|
"ShadowModelVariants": Sequence[ShadowModelVariantConfigTypeDef],
|
|
11682
11327
|
},
|
|
11683
11328
|
)
|
|
11684
|
-
SourceIpConfigUnionTypeDef = Union[SourceIpConfigTypeDef, SourceIpConfigExtraOutputTypeDef]
|
|
11685
11329
|
TrafficPatternOutputTypeDef = TypedDict(
|
|
11686
11330
|
"TrafficPatternOutputTypeDef",
|
|
11687
11331
|
{
|
|
@@ -11786,7 +11430,6 @@ ArtifactSummaryTypeDef = TypedDict(
|
|
|
11786
11430
|
"LastModifiedTime": NotRequired[datetime],
|
|
11787
11431
|
},
|
|
11788
11432
|
)
|
|
11789
|
-
ArtifactSourceUnionTypeDef = Union[ArtifactSourceTypeDef, ArtifactSourceExtraOutputTypeDef]
|
|
11790
11433
|
CreateArtifactRequestRequestTypeDef = TypedDict(
|
|
11791
11434
|
"CreateArtifactRequestRequestTypeDef",
|
|
11792
11435
|
{
|
|
@@ -11939,9 +11582,6 @@ AutoMLJobConfigTypeDef = TypedDict(
|
|
|
11939
11582
|
"Mode": NotRequired[AutoMLModeType],
|
|
11940
11583
|
},
|
|
11941
11584
|
)
|
|
11942
|
-
AutoMLSecurityConfigUnionTypeDef = Union[
|
|
11943
|
-
AutoMLSecurityConfigTypeDef, AutoMLSecurityConfigOutputTypeDef
|
|
11944
|
-
]
|
|
11945
11585
|
LabelingJobAlgorithmsConfigTypeDef = TypedDict(
|
|
11946
11586
|
"LabelingJobAlgorithmsConfigTypeDef",
|
|
11947
11587
|
{
|
|
@@ -11950,9 +11590,6 @@ LabelingJobAlgorithmsConfigTypeDef = TypedDict(
|
|
|
11950
11590
|
"LabelingJobResourceConfig": NotRequired[LabelingJobResourceConfigTypeDef],
|
|
11951
11591
|
},
|
|
11952
11592
|
)
|
|
11953
|
-
MonitoringNetworkConfigUnionTypeDef = Union[
|
|
11954
|
-
MonitoringNetworkConfigTypeDef, MonitoringNetworkConfigOutputTypeDef
|
|
11955
|
-
]
|
|
11956
11593
|
ModelMetricsTypeDef = TypedDict(
|
|
11957
11594
|
"ModelMetricsTypeDef",
|
|
11958
11595
|
{
|
|
@@ -12010,10 +11647,6 @@ BlueGreenUpdatePolicyTypeDef = TypedDict(
|
|
|
12010
11647
|
"MaximumExecutionTimeoutInSeconds": NotRequired[int],
|
|
12011
11648
|
},
|
|
12012
11649
|
)
|
|
12013
|
-
InferenceExperimentDataStorageConfigUnionTypeDef = Union[
|
|
12014
|
-
InferenceExperimentDataStorageConfigTypeDef, InferenceExperimentDataStorageConfigOutputTypeDef
|
|
12015
|
-
]
|
|
12016
|
-
DataCaptureConfigUnionTypeDef = Union[DataCaptureConfigTypeDef, DataCaptureConfigOutputTypeDef]
|
|
12017
11650
|
EndpointInputConfigurationOutputTypeDef = TypedDict(
|
|
12018
11651
|
"EndpointInputConfigurationOutputTypeDef",
|
|
12019
11652
|
{
|
|
@@ -12097,12 +11730,6 @@ ListClusterNodesResponseTypeDef = TypedDict(
|
|
|
12097
11730
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
12098
11731
|
},
|
|
12099
11732
|
)
|
|
12100
|
-
CodeEditorAppImageConfigUnionTypeDef = Union[
|
|
12101
|
-
CodeEditorAppImageConfigTypeDef, CodeEditorAppImageConfigExtraOutputTypeDef
|
|
12102
|
-
]
|
|
12103
|
-
JupyterLabAppImageConfigUnionTypeDef = Union[
|
|
12104
|
-
JupyterLabAppImageConfigTypeDef, JupyterLabAppImageConfigExtraOutputTypeDef
|
|
12105
|
-
]
|
|
12106
11733
|
ListCodeRepositoriesOutputTypeDef = TypedDict(
|
|
12107
11734
|
"ListCodeRepositoriesOutputTypeDef",
|
|
12108
11735
|
{
|
|
@@ -12120,7 +11747,6 @@ FeatureDefinitionTypeDef = TypedDict(
|
|
|
12120
11747
|
"CollectionConfig": NotRequired[CollectionConfigTypeDef],
|
|
12121
11748
|
},
|
|
12122
11749
|
)
|
|
12123
|
-
DebugHookConfigUnionTypeDef = Union[DebugHookConfigTypeDef, DebugHookConfigExtraOutputTypeDef]
|
|
12124
11750
|
ListContextsResponseTypeDef = TypedDict(
|
|
12125
11751
|
"ListContextsResponseTypeDef",
|
|
12126
11752
|
{
|
|
@@ -12129,9 +11755,6 @@ ListContextsResponseTypeDef = TypedDict(
|
|
|
12129
11755
|
"NextToken": NotRequired[str],
|
|
12130
11756
|
},
|
|
12131
11757
|
)
|
|
12132
|
-
InferenceExperimentScheduleUnionTypeDef = Union[
|
|
12133
|
-
InferenceExperimentScheduleTypeDef, InferenceExperimentScheduleExtraOutputTypeDef
|
|
12134
|
-
]
|
|
12135
11758
|
QueryLineageRequestRequestTypeDef = TypedDict(
|
|
12136
11759
|
"QueryLineageRequestRequestTypeDef",
|
|
12137
11760
|
{
|
|
@@ -12144,18 +11767,6 @@ QueryLineageRequestRequestTypeDef = TypedDict(
|
|
|
12144
11767
|
"NextToken": NotRequired[str],
|
|
12145
11768
|
},
|
|
12146
11769
|
)
|
|
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
11770
|
ChannelOutputTypeDef = TypedDict(
|
|
12160
11771
|
"ChannelOutputTypeDef",
|
|
12161
11772
|
{
|
|
@@ -12362,6 +11973,7 @@ UserSettingsOutputTypeDef = TypedDict(
|
|
|
12362
11973
|
"CustomPosixUserConfig": NotRequired[CustomPosixUserConfigTypeDef],
|
|
12363
11974
|
"CustomFileSystemConfigs": NotRequired[List[CustomFileSystemConfigTypeDef]],
|
|
12364
11975
|
"StudioWebPortalSettings": NotRequired[StudioWebPortalSettingsOutputTypeDef],
|
|
11976
|
+
"AutoMountHomeEFS": NotRequired[AutoMountHomeEFSType],
|
|
12365
11977
|
},
|
|
12366
11978
|
)
|
|
12367
11979
|
DefaultSpaceSettingsTypeDef = TypedDict(
|
|
@@ -12397,6 +12009,7 @@ UserSettingsTypeDef = TypedDict(
|
|
|
12397
12009
|
"CustomPosixUserConfig": NotRequired[CustomPosixUserConfigTypeDef],
|
|
12398
12010
|
"CustomFileSystemConfigs": NotRequired[Sequence[CustomFileSystemConfigTypeDef]],
|
|
12399
12011
|
"StudioWebPortalSettings": NotRequired[StudioWebPortalSettingsTypeDef],
|
|
12012
|
+
"AutoMountHomeEFS": NotRequired[AutoMountHomeEFSType],
|
|
12400
12013
|
},
|
|
12401
12014
|
)
|
|
12402
12015
|
InferenceRecommendationTypeDef = TypedDict(
|
|
@@ -12439,7 +12052,6 @@ ListTrainingJobsForHyperParameterTuningJobResponseTypeDef = TypedDict(
|
|
|
12439
12052
|
"NextToken": NotRequired[str],
|
|
12440
12053
|
},
|
|
12441
12054
|
)
|
|
12442
|
-
NetworkConfigUnionTypeDef = Union[NetworkConfigTypeDef, NetworkConfigExtraOutputTypeDef]
|
|
12443
12055
|
ListHyperParameterTuningJobsResponseTypeDef = TypedDict(
|
|
12444
12056
|
"ListHyperParameterTuningJobsResponseTypeDef",
|
|
12445
12057
|
{
|
|
@@ -12448,10 +12060,6 @@ ListHyperParameterTuningJobsResponseTypeDef = TypedDict(
|
|
|
12448
12060
|
"NextToken": NotRequired[str],
|
|
12449
12061
|
},
|
|
12450
12062
|
)
|
|
12451
|
-
HyperParameterTuningJobWarmStartConfigUnionTypeDef = Union[
|
|
12452
|
-
HyperParameterTuningJobWarmStartConfigTypeDef,
|
|
12453
|
-
HyperParameterTuningJobWarmStartConfigExtraOutputTypeDef,
|
|
12454
|
-
]
|
|
12455
12063
|
AssociationSummaryTypeDef = TypedDict(
|
|
12456
12064
|
"AssociationSummaryTypeDef",
|
|
12457
12065
|
{
|
|
@@ -12789,7 +12397,6 @@ UpdateInferenceComponentInputRequestTypeDef = TypedDict(
|
|
|
12789
12397
|
"RuntimeConfig": NotRequired[InferenceComponentRuntimeConfigTypeDef],
|
|
12790
12398
|
},
|
|
12791
12399
|
)
|
|
12792
|
-
ResourceConfigUnionTypeDef = Union[ResourceConfigTypeDef, ResourceConfigExtraOutputTypeDef]
|
|
12793
12400
|
HyperParameterSpecificationOutputTypeDef = TypedDict(
|
|
12794
12401
|
"HyperParameterSpecificationOutputTypeDef",
|
|
12795
12402
|
{
|
|
@@ -12814,19 +12421,6 @@ HyperParameterSpecificationTypeDef = TypedDict(
|
|
|
12814
12421
|
"DefaultValue": NotRequired[str],
|
|
12815
12422
|
},
|
|
12816
12423
|
)
|
|
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
12424
|
HyperParameterTuningJobConfigOutputTypeDef = TypedDict(
|
|
12831
12425
|
"HyperParameterTuningJobConfigOutputTypeDef",
|
|
12832
12426
|
{
|
|
@@ -12888,9 +12482,6 @@ CreateAppImageConfigRequestRequestTypeDef = TypedDict(
|
|
|
12888
12482
|
"CodeEditorAppImageConfig": NotRequired[CodeEditorAppImageConfigTypeDef],
|
|
12889
12483
|
},
|
|
12890
12484
|
)
|
|
12891
|
-
KernelGatewayImageConfigUnionTypeDef = Union[
|
|
12892
|
-
KernelGatewayImageConfigTypeDef, KernelGatewayImageConfigExtraOutputTypeDef
|
|
12893
|
-
]
|
|
12894
12485
|
UpdateAppImageConfigRequestRequestTypeDef = TypedDict(
|
|
12895
12486
|
"UpdateAppImageConfigRequestRequestTypeDef",
|
|
12896
12487
|
{
|
|
@@ -12908,13 +12499,6 @@ ListLabelingJobsForWorkteamResponseTypeDef = TypedDict(
|
|
|
12908
12499
|
"NextToken": NotRequired[str],
|
|
12909
12500
|
},
|
|
12910
12501
|
)
|
|
12911
|
-
LabelingJobInputConfigExtraOutputTypeDef = TypedDict(
|
|
12912
|
-
"LabelingJobInputConfigExtraOutputTypeDef",
|
|
12913
|
-
{
|
|
12914
|
-
"DataSource": LabelingJobDataSourceTypeDef,
|
|
12915
|
-
"DataAttributes": NotRequired[LabelingJobDataAttributesExtraOutputTypeDef],
|
|
12916
|
-
},
|
|
12917
|
-
)
|
|
12918
12502
|
LabelingJobInputConfigOutputTypeDef = TypedDict(
|
|
12919
12503
|
"LabelingJobInputConfigOutputTypeDef",
|
|
12920
12504
|
{
|
|
@@ -12929,7 +12513,7 @@ LabelingJobInputConfigTypeDef = TypedDict(
|
|
|
12929
12513
|
"DataAttributes": NotRequired[LabelingJobDataAttributesTypeDef],
|
|
12930
12514
|
},
|
|
12931
12515
|
)
|
|
12932
|
-
MemberDefinitionUnionTypeDef = Union[MemberDefinitionTypeDef,
|
|
12516
|
+
MemberDefinitionUnionTypeDef = Union[MemberDefinitionTypeDef, MemberDefinitionOutputTypeDef]
|
|
12933
12517
|
TargetTrackingScalingPolicyConfigurationTypeDef = TypedDict(
|
|
12934
12518
|
"TargetTrackingScalingPolicyConfigurationTypeDef",
|
|
12935
12519
|
{
|
|
@@ -12979,9 +12563,6 @@ ModelVariantConfigTypeDef = TypedDict(
|
|
|
12979
12563
|
"InfrastructureConfig": ModelInfrastructureConfigTypeDef,
|
|
12980
12564
|
},
|
|
12981
12565
|
)
|
|
12982
|
-
RecommendationJobStoppingConditionsUnionTypeDef = Union[
|
|
12983
|
-
RecommendationJobStoppingConditionsTypeDef, RecommendationJobStoppingConditionsOutputTypeDef
|
|
12984
|
-
]
|
|
12985
12566
|
ListModelMetadataRequestListModelMetadataPaginateTypeDef = TypedDict(
|
|
12986
12567
|
"ListModelMetadataRequestListModelMetadataPaginateTypeDef",
|
|
12987
12568
|
{
|
|
@@ -12998,23 +12579,6 @@ ListModelMetadataRequestRequestTypeDef = TypedDict(
|
|
|
12998
12579
|
},
|
|
12999
12580
|
)
|
|
13000
12581
|
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
12582
|
BatchTransformInputOutputTypeDef = TypedDict(
|
|
13019
12583
|
"BatchTransformInputOutputTypeDef",
|
|
13020
12584
|
{
|
|
@@ -13049,13 +12613,6 @@ BatchTransformInputTypeDef = TypedDict(
|
|
|
13049
12613
|
"ExcludeFeaturesAttribute": NotRequired[str],
|
|
13050
12614
|
},
|
|
13051
12615
|
)
|
|
13052
|
-
MonitoringOutputConfigExtraOutputTypeDef = TypedDict(
|
|
13053
|
-
"MonitoringOutputConfigExtraOutputTypeDef",
|
|
13054
|
-
{
|
|
13055
|
-
"MonitoringOutputs": List[MonitoringOutputTypeDef],
|
|
13056
|
-
"KmsKeyId": NotRequired[str],
|
|
13057
|
-
},
|
|
13058
|
-
)
|
|
13059
12616
|
MonitoringOutputConfigOutputTypeDef = TypedDict(
|
|
13060
12617
|
"MonitoringOutputConfigOutputTypeDef",
|
|
13061
12618
|
{
|
|
@@ -13122,13 +12679,6 @@ PendingDeploymentSummaryTypeDef = TypedDict(
|
|
|
13122
12679
|
"ShadowProductionVariants": NotRequired[List[PendingProductionVariantSummaryTypeDef]],
|
|
13123
12680
|
},
|
|
13124
12681
|
)
|
|
13125
|
-
ProcessingOutputConfigExtraOutputTypeDef = TypedDict(
|
|
13126
|
-
"ProcessingOutputConfigExtraOutputTypeDef",
|
|
13127
|
-
{
|
|
13128
|
-
"Outputs": List[ProcessingOutputTypeDef],
|
|
13129
|
-
"KmsKeyId": NotRequired[str],
|
|
13130
|
-
},
|
|
13131
|
-
)
|
|
13132
12682
|
ProcessingOutputConfigOutputTypeDef = TypedDict(
|
|
13133
12683
|
"ProcessingOutputConfigOutputTypeDef",
|
|
13134
12684
|
{
|
|
@@ -13207,9 +12757,6 @@ CreateProjectInputRequestTypeDef = TypedDict(
|
|
|
13207
12757
|
"Tags": NotRequired[Sequence[TagTypeDef]],
|
|
13208
12758
|
},
|
|
13209
12759
|
)
|
|
13210
|
-
ServiceCatalogProvisioningDetailsUnionTypeDef = Union[
|
|
13211
|
-
ServiceCatalogProvisioningDetailsTypeDef, ServiceCatalogProvisioningDetailsExtraOutputTypeDef
|
|
13212
|
-
]
|
|
13213
12760
|
UpdateProjectInputRequestTypeDef = TypedDict(
|
|
13214
12761
|
"UpdateProjectInputRequestTypeDef",
|
|
13215
12762
|
{
|
|
@@ -13321,9 +12868,6 @@ PipelineExecutionTypeDef = TypedDict(
|
|
|
13321
12868
|
"PipelineParameters": NotRequired[List[ParameterTypeDef]],
|
|
13322
12869
|
},
|
|
13323
12870
|
)
|
|
13324
|
-
SelectiveExecutionConfigUnionTypeDef = Union[
|
|
13325
|
-
SelectiveExecutionConfigTypeDef, SelectiveExecutionConfigExtraOutputTypeDef
|
|
13326
|
-
]
|
|
13327
12871
|
StartPipelineExecutionRequestRequestTypeDef = TypedDict(
|
|
13328
12872
|
"StartPipelineExecutionRequestRequestTypeDef",
|
|
13329
12873
|
{
|
|
@@ -13336,20 +12880,6 @@ StartPipelineExecutionRequestRequestTypeDef = TypedDict(
|
|
|
13336
12880
|
"SelectiveExecutionConfig": NotRequired[SelectiveExecutionConfigTypeDef],
|
|
13337
12881
|
},
|
|
13338
12882
|
)
|
|
13339
|
-
ShadowModeConfigUnionTypeDef = Union[ShadowModeConfigTypeDef, ShadowModeConfigOutputTypeDef]
|
|
13340
|
-
AlgorithmSpecificationExtraOutputTypeDef = TypedDict(
|
|
13341
|
-
"AlgorithmSpecificationExtraOutputTypeDef",
|
|
13342
|
-
{
|
|
13343
|
-
"TrainingInputMode": TrainingInputModeType,
|
|
13344
|
-
"TrainingImage": NotRequired[str],
|
|
13345
|
-
"AlgorithmName": NotRequired[str],
|
|
13346
|
-
"MetricDefinitions": NotRequired[List[MetricDefinitionTypeDef]],
|
|
13347
|
-
"EnableSageMakerMetricsTimeSeries": NotRequired[bool],
|
|
13348
|
-
"ContainerEntrypoint": NotRequired[List[str]],
|
|
13349
|
-
"ContainerArguments": NotRequired[List[str]],
|
|
13350
|
-
"TrainingImageConfig": NotRequired[TrainingImageConfigTypeDef],
|
|
13351
|
-
},
|
|
13352
|
-
)
|
|
13353
12883
|
AlgorithmSpecificationOutputTypeDef = TypedDict(
|
|
13354
12884
|
"AlgorithmSpecificationOutputTypeDef",
|
|
13355
12885
|
{
|
|
@@ -13407,7 +12937,6 @@ UpdateWorkforceResponseTypeDef = TypedDict(
|
|
|
13407
12937
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
13408
12938
|
},
|
|
13409
12939
|
)
|
|
13410
|
-
DomainSettingsUnionTypeDef = Union[DomainSettingsTypeDef, DomainSettingsOutputTypeDef]
|
|
13411
12940
|
ListArtifactsResponseTypeDef = TypedDict(
|
|
13412
12941
|
"ListArtifactsResponseTypeDef",
|
|
13413
12942
|
{
|
|
@@ -13416,9 +12945,6 @@ ListArtifactsResponseTypeDef = TypedDict(
|
|
|
13416
12945
|
"NextToken": NotRequired[str],
|
|
13417
12946
|
},
|
|
13418
12947
|
)
|
|
13419
|
-
AsyncInferenceConfigUnionTypeDef = Union[
|
|
13420
|
-
AsyncInferenceConfigTypeDef, AsyncInferenceConfigOutputTypeDef
|
|
13421
|
-
]
|
|
13422
12948
|
AutoMLProblemTypeConfigOutputTypeDef = TypedDict(
|
|
13423
12949
|
"AutoMLProblemTypeConfigOutputTypeDef",
|
|
13424
12950
|
{
|
|
@@ -13439,7 +12965,6 @@ AutoMLProblemTypeConfigTypeDef = TypedDict(
|
|
|
13439
12965
|
"TextGenerationJobConfig": NotRequired[TextGenerationJobConfigTypeDef],
|
|
13440
12966
|
},
|
|
13441
12967
|
)
|
|
13442
|
-
AutoMLJobConfigUnionTypeDef = Union[AutoMLJobConfigTypeDef, AutoMLJobConfigOutputTypeDef]
|
|
13443
12968
|
CreateAutoMLJobRequestRequestTypeDef = TypedDict(
|
|
13444
12969
|
"CreateAutoMLJobRequestRequestTypeDef",
|
|
13445
12970
|
{
|
|
@@ -13455,9 +12980,6 @@ CreateAutoMLJobRequestRequestTypeDef = TypedDict(
|
|
|
13455
12980
|
"ModelDeployConfig": NotRequired[ModelDeployConfigTypeDef],
|
|
13456
12981
|
},
|
|
13457
12982
|
)
|
|
13458
|
-
LabelingJobAlgorithmsConfigUnionTypeDef = Union[
|
|
13459
|
-
LabelingJobAlgorithmsConfigTypeDef, LabelingJobAlgorithmsConfigOutputTypeDef
|
|
13460
|
-
]
|
|
13461
12983
|
PipelineExecutionStepTypeDef = TypedDict(
|
|
13462
12984
|
"PipelineExecutionStepTypeDef",
|
|
13463
12985
|
{
|
|
@@ -13672,31 +13194,6 @@ UpdateFeatureGroupRequestRequestTypeDef = TypedDict(
|
|
|
13672
13194
|
"ThroughputConfig": NotRequired[ThroughputConfigUpdateTypeDef],
|
|
13673
13195
|
},
|
|
13674
13196
|
)
|
|
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
13197
|
HyperParameterTrainingJobDefinitionOutputTypeDef = TypedDict(
|
|
13701
13198
|
"HyperParameterTrainingJobDefinitionOutputTypeDef",
|
|
13702
13199
|
{
|
|
@@ -13733,7 +13230,7 @@ TrainingJobDefinitionOutputTypeDef = TypedDict(
|
|
|
13733
13230
|
"HyperParameters": NotRequired[Dict[str, str]],
|
|
13734
13231
|
},
|
|
13735
13232
|
)
|
|
13736
|
-
ChannelUnionTypeDef = Union[ChannelTypeDef,
|
|
13233
|
+
ChannelUnionTypeDef = Union[ChannelTypeDef, ChannelOutputTypeDef]
|
|
13737
13234
|
HyperParameterTrainingJobDefinitionTypeDef = TypedDict(
|
|
13738
13235
|
"HyperParameterTrainingJobDefinitionTypeDef",
|
|
13739
13236
|
{
|
|
@@ -13832,7 +13329,6 @@ CreateSpaceRequestRequestTypeDef = TypedDict(
|
|
|
13832
13329
|
"SpaceDisplayName": NotRequired[str],
|
|
13833
13330
|
},
|
|
13834
13331
|
)
|
|
13835
|
-
SpaceSettingsUnionTypeDef = Union[SpaceSettingsTypeDef, SpaceSettingsOutputTypeDef]
|
|
13836
13332
|
UpdateSpaceRequestRequestTypeDef = TypedDict(
|
|
13837
13333
|
"UpdateSpaceRequestRequestTypeDef",
|
|
13838
13334
|
{
|
|
@@ -13887,9 +13383,6 @@ DescribeUserProfileResponseTypeDef = TypedDict(
|
|
|
13887
13383
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
13888
13384
|
},
|
|
13889
13385
|
)
|
|
13890
|
-
DefaultSpaceSettingsUnionTypeDef = Union[
|
|
13891
|
-
DefaultSpaceSettingsTypeDef, DefaultSpaceSettingsOutputTypeDef
|
|
13892
|
-
]
|
|
13893
13386
|
CreateDomainRequestRequestTypeDef = TypedDict(
|
|
13894
13387
|
"CreateDomainRequestRequestTypeDef",
|
|
13895
13388
|
{
|
|
@@ -13938,7 +13431,6 @@ UpdateUserProfileRequestRequestTypeDef = TypedDict(
|
|
|
13938
13431
|
"UserSettings": NotRequired[UserSettingsTypeDef],
|
|
13939
13432
|
},
|
|
13940
13433
|
)
|
|
13941
|
-
UserSettingsUnionTypeDef = Union[UserSettingsTypeDef, UserSettingsOutputTypeDef]
|
|
13942
13434
|
InferenceRecommendationsJobStepTypeDef = TypedDict(
|
|
13943
13435
|
"InferenceRecommendationsJobStepTypeDef",
|
|
13944
13436
|
{
|
|
@@ -14041,9 +13533,6 @@ TrainingSpecificationTypeDef = TypedDict(
|
|
|
14041
13533
|
"AdditionalS3DataSource": NotRequired[AdditionalS3DataSourceTypeDef],
|
|
14042
13534
|
},
|
|
14043
13535
|
)
|
|
14044
|
-
HyperParameterTuningJobConfigUnionTypeDef = Union[
|
|
14045
|
-
HyperParameterTuningJobConfigTypeDef, HyperParameterTuningJobConfigExtraOutputTypeDef
|
|
14046
|
-
]
|
|
14047
13536
|
ListAppImageConfigsResponseTypeDef = TypedDict(
|
|
14048
13537
|
"ListAppImageConfigsResponseTypeDef",
|
|
14049
13538
|
{
|
|
@@ -14069,9 +13558,6 @@ LabelingJobSummaryTypeDef = TypedDict(
|
|
|
14069
13558
|
"InputConfig": NotRequired[LabelingJobInputConfigOutputTypeDef],
|
|
14070
13559
|
},
|
|
14071
13560
|
)
|
|
14072
|
-
LabelingJobInputConfigUnionTypeDef = Union[
|
|
14073
|
-
LabelingJobInputConfigTypeDef, LabelingJobInputConfigExtraOutputTypeDef
|
|
14074
|
-
]
|
|
14075
13561
|
CreateWorkteamRequestRequestTypeDef = TypedDict(
|
|
14076
13562
|
"CreateWorkteamRequestRequestTypeDef",
|
|
14077
13563
|
{
|
|
@@ -14100,22 +13586,6 @@ ScalingPolicyTypeDef = TypedDict(
|
|
|
14100
13586
|
"TargetTracking": NotRequired[TargetTrackingScalingPolicyConfigurationTypeDef],
|
|
14101
13587
|
},
|
|
14102
13588
|
)
|
|
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
13589
|
ContainerDefinitionOutputTypeDef = TypedDict(
|
|
14120
13590
|
"ContainerDefinitionOutputTypeDef",
|
|
14121
13591
|
{
|
|
@@ -14148,23 +13618,6 @@ ContainerDefinitionTypeDef = TypedDict(
|
|
|
14148
13618
|
"MultiModelConfig": NotRequired[MultiModelConfigTypeDef],
|
|
14149
13619
|
},
|
|
14150
13620
|
)
|
|
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
13621
|
ModelPackageContainerDefinitionOutputTypeDef = TypedDict(
|
|
14169
13622
|
"ModelPackageContainerDefinitionOutputTypeDef",
|
|
14170
13623
|
{
|
|
@@ -14274,13 +13727,6 @@ UpdateInferenceExperimentRequestRequestTypeDef = TypedDict(
|
|
|
14274
13727
|
"ShadowModeConfig": NotRequired[ShadowModeConfigTypeDef],
|
|
14275
13728
|
},
|
|
14276
13729
|
)
|
|
14277
|
-
MonitoringInputExtraOutputTypeDef = TypedDict(
|
|
14278
|
-
"MonitoringInputExtraOutputTypeDef",
|
|
14279
|
-
{
|
|
14280
|
-
"EndpointInput": NotRequired[EndpointInputTypeDef],
|
|
14281
|
-
"BatchTransformInput": NotRequired[BatchTransformInputExtraOutputTypeDef],
|
|
14282
|
-
},
|
|
14283
|
-
)
|
|
14284
13730
|
DataQualityJobInputOutputTypeDef = TypedDict(
|
|
14285
13731
|
"DataQualityJobInputOutputTypeDef",
|
|
14286
13732
|
{
|
|
@@ -14355,9 +13801,6 @@ MonitoringInputTypeDef = TypedDict(
|
|
|
14355
13801
|
"BatchTransformInput": NotRequired[BatchTransformInputTypeDef],
|
|
14356
13802
|
},
|
|
14357
13803
|
)
|
|
14358
|
-
MonitoringOutputConfigUnionTypeDef = Union[
|
|
14359
|
-
MonitoringOutputConfigTypeDef, MonitoringOutputConfigExtraOutputTypeDef
|
|
14360
|
-
]
|
|
14361
13804
|
CreateOptimizationJobRequestRequestTypeDef = TypedDict(
|
|
14362
13805
|
"CreateOptimizationJobRequestRequestTypeDef",
|
|
14363
13806
|
{
|
|
@@ -14466,9 +13909,6 @@ CreateProcessingJobRequestRequestTypeDef = TypedDict(
|
|
|
14466
13909
|
"ExperimentConfig": NotRequired[ExperimentConfigTypeDef],
|
|
14467
13910
|
},
|
|
14468
13911
|
)
|
|
14469
|
-
ProcessingOutputConfigUnionTypeDef = Union[
|
|
14470
|
-
ProcessingOutputConfigTypeDef, ProcessingOutputConfigExtraOutputTypeDef
|
|
14471
|
-
]
|
|
14472
13912
|
DescribeFlowDefinitionResponseTypeDef = TypedDict(
|
|
14473
13913
|
"DescribeFlowDefinitionResponseTypeDef",
|
|
14474
13914
|
{
|
|
@@ -14497,7 +13937,6 @@ CreateFlowDefinitionRequestRequestTypeDef = TypedDict(
|
|
|
14497
13937
|
"Tags": NotRequired[Sequence[TagTypeDef]],
|
|
14498
13938
|
},
|
|
14499
13939
|
)
|
|
14500
|
-
HumanLoopConfigUnionTypeDef = Union[HumanLoopConfigTypeDef, HumanLoopConfigOutputTypeDef]
|
|
14501
13940
|
DescribeLabelingJobResponseTypeDef = TypedDict(
|
|
14502
13941
|
"DescribeLabelingJobResponseTypeDef",
|
|
14503
13942
|
{
|
|
@@ -14537,7 +13976,6 @@ CreateLabelingJobRequestRequestTypeDef = TypedDict(
|
|
|
14537
13976
|
"Tags": NotRequired[Sequence[TagTypeDef]],
|
|
14538
13977
|
},
|
|
14539
13978
|
)
|
|
14540
|
-
HumanTaskConfigUnionTypeDef = Union[HumanTaskConfigTypeDef, HumanTaskConfigOutputTypeDef]
|
|
14541
13979
|
DescribeTrainingJobResponseTypeDef = TypedDict(
|
|
14542
13980
|
"DescribeTrainingJobResponseTypeDef",
|
|
14543
13981
|
{
|
|
@@ -14630,9 +14068,6 @@ TrainingJobTypeDef = TypedDict(
|
|
|
14630
14068
|
"Tags": NotRequired[List[TagTypeDef]],
|
|
14631
14069
|
},
|
|
14632
14070
|
)
|
|
14633
|
-
AlgorithmSpecificationUnionTypeDef = Union[
|
|
14634
|
-
AlgorithmSpecificationTypeDef, AlgorithmSpecificationExtraOutputTypeDef
|
|
14635
|
-
]
|
|
14636
14071
|
CreateTransformJobRequestRequestTypeDef = TypedDict(
|
|
14637
14072
|
"CreateTransformJobRequestRequestTypeDef",
|
|
14638
14073
|
{
|
|
@@ -14679,18 +14114,6 @@ DescribeTransformJobResponseTypeDef = TypedDict(
|
|
|
14679
14114
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
14680
14115
|
},
|
|
14681
14116
|
)
|
|
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
14117
|
TransformJobDefinitionOutputTypeDef = TypedDict(
|
|
14695
14118
|
"TransformJobDefinitionOutputTypeDef",
|
|
14696
14119
|
{
|
|
@@ -14771,9 +14194,6 @@ DescribeAutoMLJobV2ResponseTypeDef = TypedDict(
|
|
|
14771
14194
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
14772
14195
|
},
|
|
14773
14196
|
)
|
|
14774
|
-
AutoMLProblemTypeConfigUnionTypeDef = Union[
|
|
14775
|
-
AutoMLProblemTypeConfigTypeDef, AutoMLProblemTypeConfigOutputTypeDef
|
|
14776
|
-
]
|
|
14777
14197
|
CreateAutoMLJobV2RequestRequestTypeDef = TypedDict(
|
|
14778
14198
|
"CreateAutoMLJobV2RequestRequestTypeDef",
|
|
14779
14199
|
{
|
|
@@ -14807,7 +14227,6 @@ CreateEndpointInputRequestTypeDef = TypedDict(
|
|
|
14807
14227
|
"Tags": NotRequired[Sequence[TagTypeDef]],
|
|
14808
14228
|
},
|
|
14809
14229
|
)
|
|
14810
|
-
DeploymentConfigUnionTypeDef = Union[DeploymentConfigTypeDef, DeploymentConfigOutputTypeDef]
|
|
14811
14230
|
UpdateEndpointInputRequestTypeDef = TypedDict(
|
|
14812
14231
|
"UpdateEndpointInputRequestTypeDef",
|
|
14813
14232
|
{
|
|
@@ -14852,9 +14271,6 @@ CreateInferenceRecommendationsJobRequestRequestTypeDef = TypedDict(
|
|
|
14852
14271
|
"Tags": NotRequired[Sequence[TagTypeDef]],
|
|
14853
14272
|
},
|
|
14854
14273
|
)
|
|
14855
|
-
RecommendationJobInputConfigUnionTypeDef = Union[
|
|
14856
|
-
RecommendationJobInputConfigTypeDef, RecommendationJobInputConfigOutputTypeDef
|
|
14857
|
-
]
|
|
14858
14274
|
DescribeEndpointConfigOutputTypeDef = TypedDict(
|
|
14859
14275
|
"DescribeEndpointConfigOutputTypeDef",
|
|
14860
14276
|
{
|
|
@@ -14909,7 +14325,6 @@ CreateEndpointConfigInputRequestTypeDef = TypedDict(
|
|
|
14909
14325
|
"EnableNetworkIsolation": NotRequired[bool],
|
|
14910
14326
|
},
|
|
14911
14327
|
)
|
|
14912
|
-
ExplainerConfigUnionTypeDef = Union[ExplainerConfigTypeDef, ExplainerConfigOutputTypeDef]
|
|
14913
14328
|
DescribeHyperParameterTuningJobResponseTypeDef = TypedDict(
|
|
14914
14329
|
"DescribeHyperParameterTuningJobResponseTypeDef",
|
|
14915
14330
|
{
|
|
@@ -14990,8 +14405,7 @@ CreateTrainingJobRequestRequestTypeDef = TypedDict(
|
|
|
14990
14405
|
},
|
|
14991
14406
|
)
|
|
14992
14407
|
HyperParameterTrainingJobDefinitionUnionTypeDef = Union[
|
|
14993
|
-
HyperParameterTrainingJobDefinitionTypeDef,
|
|
14994
|
-
HyperParameterTrainingJobDefinitionExtraOutputTypeDef,
|
|
14408
|
+
HyperParameterTrainingJobDefinitionTypeDef, HyperParameterTrainingJobDefinitionOutputTypeDef
|
|
14995
14409
|
]
|
|
14996
14410
|
ListSpacesResponseTypeDef = TypedDict(
|
|
14997
14411
|
"ListSpacesResponseTypeDef",
|
|
@@ -15031,9 +14445,6 @@ UpdateWorkteamResponseTypeDef = TypedDict(
|
|
|
15031
14445
|
"ResponseMetadata": ResponseMetadataTypeDef,
|
|
15032
14446
|
},
|
|
15033
14447
|
)
|
|
15034
|
-
TrainingSpecificationUnionTypeDef = Union[
|
|
15035
|
-
TrainingSpecificationTypeDef, TrainingSpecificationOutputTypeDef
|
|
15036
|
-
]
|
|
15037
14448
|
ListLabelingJobsResponseTypeDef = TypedDict(
|
|
15038
14449
|
"ListLabelingJobsResponseTypeDef",
|
|
15039
14450
|
{
|
|
@@ -15085,34 +14496,8 @@ ModelTypeDef = TypedDict(
|
|
|
15085
14496
|
},
|
|
15086
14497
|
)
|
|
15087
14498
|
ContainerDefinitionUnionTypeDef = Union[
|
|
15088
|
-
ContainerDefinitionTypeDef,
|
|
14499
|
+
ContainerDefinitionTypeDef, ContainerDefinitionOutputTypeDef
|
|
15089
14500
|
]
|
|
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
14501
|
AdditionalInferenceSpecificationDefinitionOutputTypeDef = TypedDict(
|
|
15117
14502
|
"AdditionalInferenceSpecificationDefinitionOutputTypeDef",
|
|
15118
14503
|
{
|
|
@@ -15165,12 +14550,6 @@ InferenceSpecificationTypeDef = TypedDict(
|
|
|
15165
14550
|
"SupportedResponseMIMETypes": NotRequired[Sequence[str]],
|
|
15166
14551
|
},
|
|
15167
14552
|
)
|
|
15168
|
-
SourceAlgorithmSpecificationExtraOutputTypeDef = TypedDict(
|
|
15169
|
-
"SourceAlgorithmSpecificationExtraOutputTypeDef",
|
|
15170
|
-
{
|
|
15171
|
-
"SourceAlgorithms": List[SourceAlgorithmTypeDef],
|
|
15172
|
-
},
|
|
15173
|
-
)
|
|
15174
14553
|
SourceAlgorithmSpecificationOutputTypeDef = TypedDict(
|
|
15175
14554
|
"SourceAlgorithmSpecificationOutputTypeDef",
|
|
15176
14555
|
{
|
|
@@ -15183,20 +14562,6 @@ SourceAlgorithmSpecificationTypeDef = TypedDict(
|
|
|
15183
14562
|
"SourceAlgorithms": Sequence[SourceAlgorithmTypeDef],
|
|
15184
14563
|
},
|
|
15185
14564
|
)
|
|
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
14565
|
DescribeDataQualityJobDefinitionResponseTypeDef = TypedDict(
|
|
15201
14566
|
"DescribeDataQualityJobDefinitionResponseTypeDef",
|
|
15202
14567
|
{
|
|
@@ -15294,9 +14659,6 @@ CreateDataQualityJobDefinitionRequestRequestTypeDef = TypedDict(
|
|
|
15294
14659
|
"Tags": NotRequired[Sequence[TagTypeDef]],
|
|
15295
14660
|
},
|
|
15296
14661
|
)
|
|
15297
|
-
DataQualityJobInputUnionTypeDef = Union[
|
|
15298
|
-
DataQualityJobInputTypeDef, DataQualityJobInputOutputTypeDef
|
|
15299
|
-
]
|
|
15300
14662
|
CreateModelBiasJobDefinitionRequestRequestTypeDef = TypedDict(
|
|
15301
14663
|
"CreateModelBiasJobDefinitionRequestRequestTypeDef",
|
|
15302
14664
|
{
|
|
@@ -15312,7 +14674,6 @@ CreateModelBiasJobDefinitionRequestRequestTypeDef = TypedDict(
|
|
|
15312
14674
|
"Tags": NotRequired[Sequence[TagTypeDef]],
|
|
15313
14675
|
},
|
|
15314
14676
|
)
|
|
15315
|
-
ModelBiasJobInputUnionTypeDef = Union[ModelBiasJobInputTypeDef, ModelBiasJobInputOutputTypeDef]
|
|
15316
14677
|
CreateModelExplainabilityJobDefinitionRequestRequestTypeDef = TypedDict(
|
|
15317
14678
|
"CreateModelExplainabilityJobDefinitionRequestRequestTypeDef",
|
|
15318
14679
|
{
|
|
@@ -15328,9 +14689,6 @@ CreateModelExplainabilityJobDefinitionRequestRequestTypeDef = TypedDict(
|
|
|
15328
14689
|
"Tags": NotRequired[Sequence[TagTypeDef]],
|
|
15329
14690
|
},
|
|
15330
14691
|
)
|
|
15331
|
-
ModelExplainabilityJobInputUnionTypeDef = Union[
|
|
15332
|
-
ModelExplainabilityJobInputTypeDef, ModelExplainabilityJobInputOutputTypeDef
|
|
15333
|
-
]
|
|
15334
14692
|
CreateModelQualityJobDefinitionRequestRequestTypeDef = TypedDict(
|
|
15335
14693
|
"CreateModelQualityJobDefinitionRequestRequestTypeDef",
|
|
15336
14694
|
{
|
|
@@ -15346,9 +14704,6 @@ CreateModelQualityJobDefinitionRequestRequestTypeDef = TypedDict(
|
|
|
15346
14704
|
"Tags": NotRequired[Sequence[TagTypeDef]],
|
|
15347
14705
|
},
|
|
15348
14706
|
)
|
|
15349
|
-
ModelQualityJobInputUnionTypeDef = Union[
|
|
15350
|
-
ModelQualityJobInputTypeDef, ModelQualityJobInputOutputTypeDef
|
|
15351
|
-
]
|
|
15352
14707
|
MonitoringJobDefinitionTypeDef = TypedDict(
|
|
15353
14708
|
"MonitoringJobDefinitionTypeDef",
|
|
15354
14709
|
{
|
|
@@ -15363,13 +14718,6 @@ MonitoringJobDefinitionTypeDef = TypedDict(
|
|
|
15363
14718
|
"NetworkConfig": NotRequired[NetworkConfigTypeDef],
|
|
15364
14719
|
},
|
|
15365
14720
|
)
|
|
15366
|
-
ModelPackageValidationProfileExtraOutputTypeDef = TypedDict(
|
|
15367
|
-
"ModelPackageValidationProfileExtraOutputTypeDef",
|
|
15368
|
-
{
|
|
15369
|
-
"ProfileName": str,
|
|
15370
|
-
"TransformJobDefinition": TransformJobDefinitionExtraOutputTypeDef,
|
|
15371
|
-
},
|
|
15372
|
-
)
|
|
15373
14721
|
AlgorithmValidationProfileOutputTypeDef = TypedDict(
|
|
15374
14722
|
"AlgorithmValidationProfileOutputTypeDef",
|
|
15375
14723
|
{
|
|
@@ -15464,23 +14812,8 @@ BatchDescribeModelPackageSummaryTypeDef = TypedDict(
|
|
|
15464
14812
|
)
|
|
15465
14813
|
AdditionalInferenceSpecificationDefinitionUnionTypeDef = Union[
|
|
15466
14814
|
AdditionalInferenceSpecificationDefinitionTypeDef,
|
|
15467
|
-
|
|
15468
|
-
]
|
|
15469
|
-
InferenceSpecificationUnionTypeDef = Union[
|
|
15470
|
-
InferenceSpecificationTypeDef, InferenceSpecificationExtraOutputTypeDef
|
|
14815
|
+
AdditionalInferenceSpecificationDefinitionOutputTypeDef,
|
|
15471
14816
|
]
|
|
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
14817
|
MonitoringScheduleConfigOutputTypeDef = TypedDict(
|
|
15485
14818
|
"MonitoringScheduleConfigOutputTypeDef",
|
|
15486
14819
|
{
|
|
@@ -15499,13 +14832,6 @@ MonitoringScheduleConfigTypeDef = TypedDict(
|
|
|
15499
14832
|
"MonitoringType": NotRequired[MonitoringTypeType],
|
|
15500
14833
|
},
|
|
15501
14834
|
)
|
|
15502
|
-
ModelPackageValidationSpecificationExtraOutputTypeDef = TypedDict(
|
|
15503
|
-
"ModelPackageValidationSpecificationExtraOutputTypeDef",
|
|
15504
|
-
{
|
|
15505
|
-
"ValidationRole": str,
|
|
15506
|
-
"ValidationProfiles": List[ModelPackageValidationProfileExtraOutputTypeDef],
|
|
15507
|
-
},
|
|
15508
|
-
)
|
|
15509
14835
|
AlgorithmValidationSpecificationOutputTypeDef = TypedDict(
|
|
15510
14836
|
"AlgorithmValidationSpecificationOutputTypeDef",
|
|
15511
14837
|
{
|
|
@@ -15641,9 +14967,6 @@ CreateMonitoringScheduleRequestRequestTypeDef = TypedDict(
|
|
|
15641
14967
|
"Tags": NotRequired[Sequence[TagTypeDef]],
|
|
15642
14968
|
},
|
|
15643
14969
|
)
|
|
15644
|
-
MonitoringScheduleConfigUnionTypeDef = Union[
|
|
15645
|
-
MonitoringScheduleConfigTypeDef, MonitoringScheduleConfigExtraOutputTypeDef
|
|
15646
|
-
]
|
|
15647
14970
|
UpdateMonitoringScheduleRequestRequestTypeDef = TypedDict(
|
|
15648
14971
|
"UpdateMonitoringScheduleRequestRequestTypeDef",
|
|
15649
14972
|
{
|
|
@@ -15742,9 +15065,6 @@ ModelPackageTypeDef = TypedDict(
|
|
|
15742
15065
|
"SkipModelValidation": NotRequired[SkipModelValidationType],
|
|
15743
15066
|
},
|
|
15744
15067
|
)
|
|
15745
|
-
AlgorithmValidationSpecificationUnionTypeDef = Union[
|
|
15746
|
-
AlgorithmValidationSpecificationTypeDef, AlgorithmValidationSpecificationOutputTypeDef
|
|
15747
|
-
]
|
|
15748
15068
|
CreateAlgorithmInputRequestTypeDef = TypedDict(
|
|
15749
15069
|
"CreateAlgorithmInputRequestTypeDef",
|
|
15750
15070
|
{
|
|
@@ -15786,10 +15106,6 @@ CreateModelPackageInputRequestTypeDef = TypedDict(
|
|
|
15786
15106
|
"ModelCard": NotRequired[ModelPackageModelCardTypeDef],
|
|
15787
15107
|
},
|
|
15788
15108
|
)
|
|
15789
|
-
ModelPackageValidationSpecificationUnionTypeDef = Union[
|
|
15790
|
-
ModelPackageValidationSpecificationTypeDef,
|
|
15791
|
-
ModelPackageValidationSpecificationExtraOutputTypeDef,
|
|
15792
|
-
]
|
|
15793
15109
|
ModelDashboardModelTypeDef = TypedDict(
|
|
15794
15110
|
"ModelDashboardModelTypeDef",
|
|
15795
15111
|
{
|