cdk-comprehend-s3olap 2.0.40 → 2.0.43
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.
- package/.jsii +3 -3
- package/lib/cdk-comprehend-s3olap.js +2 -2
- package/lib/comprehend-lambdas.js +2 -2
- package/lib/iam-roles.js +4 -4
- package/node_modules/aws-sdk/CHANGELOG.md +18 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/devops-guru-2020-12-01.min.json +174 -35
- package/node_modules/aws-sdk/apis/devops-guru-2020-12-01.paginators.json +17 -0
- package/node_modules/aws-sdk/apis/discovery-2015-11-01.min.json +38 -3
- package/node_modules/aws-sdk/apis/elasticache-2015-02-02.min.json +4 -1
- package/node_modules/aws-sdk/apis/iot-2015-05-28.min.json +56 -47
- package/node_modules/aws-sdk/apis/kms-2014-11-01.min.json +1 -4
- package/node_modules/aws-sdk/apis/kms-2014-11-01.paginators.json +21 -0
- package/node_modules/aws-sdk/apis/mediapackage-2017-10-12.min.json +4 -0
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +928 -551
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.paginators.json +12 -0
- package/node_modules/aws-sdk/apis/sagemaker-edge-2020-09-23.min.json +84 -4
- package/node_modules/aws-sdk/apis/sso-admin-2020-07-20.min.json +181 -36
- package/node_modules/aws-sdk/apis/sso-admin-2020-07-20.paginators.json +6 -0
- package/node_modules/aws-sdk/clients/acmpca.d.ts +2 -2
- package/node_modules/aws-sdk/clients/devopsguru.d.ts +188 -0
- package/node_modules/aws-sdk/clients/discovery.d.ts +10 -0
- package/node_modules/aws-sdk/clients/ec2.d.ts +79 -55
- package/node_modules/aws-sdk/clients/elasticache.d.ts +12 -8
- package/node_modules/aws-sdk/clients/glue.d.ts +3 -3
- package/node_modules/aws-sdk/clients/iot.d.ts +14 -2
- package/node_modules/aws-sdk/clients/kms.d.ts +46 -46
- package/node_modules/aws-sdk/clients/mediapackage.d.ts +6 -2
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +476 -1
- package/node_modules/aws-sdk/clients/sagemakeredge.d.ts +146 -0
- package/node_modules/aws-sdk/clients/ssoadmin.d.ts +191 -16
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +14 -14
- package/node_modules/aws-sdk/dist/aws-sdk.js +85 -55
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +56 -56
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +6 -6
@@ -555,6 +555,53 @@
|
|
555
555
|
}
|
556
556
|
}
|
557
557
|
},
|
558
|
+
"CreateEdgeDeploymentPlan": {
|
559
|
+
"input": {
|
560
|
+
"type": "structure",
|
561
|
+
"required": [
|
562
|
+
"EdgeDeploymentPlanName",
|
563
|
+
"ModelConfigs",
|
564
|
+
"DeviceFleetName"
|
565
|
+
],
|
566
|
+
"members": {
|
567
|
+
"EdgeDeploymentPlanName": {},
|
568
|
+
"ModelConfigs": {
|
569
|
+
"shape": "S8s"
|
570
|
+
},
|
571
|
+
"DeviceFleetName": {},
|
572
|
+
"Stages": {
|
573
|
+
"shape": "S8u"
|
574
|
+
},
|
575
|
+
"Tags": {
|
576
|
+
"shape": "S7"
|
577
|
+
}
|
578
|
+
}
|
579
|
+
},
|
580
|
+
"output": {
|
581
|
+
"type": "structure",
|
582
|
+
"required": [
|
583
|
+
"EdgeDeploymentPlanArn"
|
584
|
+
],
|
585
|
+
"members": {
|
586
|
+
"EdgeDeploymentPlanArn": {}
|
587
|
+
}
|
588
|
+
}
|
589
|
+
},
|
590
|
+
"CreateEdgeDeploymentStage": {
|
591
|
+
"input": {
|
592
|
+
"type": "structure",
|
593
|
+
"required": [
|
594
|
+
"EdgeDeploymentPlanName",
|
595
|
+
"Stages"
|
596
|
+
],
|
597
|
+
"members": {
|
598
|
+
"EdgeDeploymentPlanName": {},
|
599
|
+
"Stages": {
|
600
|
+
"shape": "S8u"
|
601
|
+
}
|
602
|
+
}
|
603
|
+
}
|
604
|
+
},
|
558
605
|
"CreateEdgePackagingJob": {
|
559
606
|
"input": {
|
560
607
|
"type": "structure",
|
@@ -593,7 +640,7 @@
|
|
593
640
|
"EndpointName": {},
|
594
641
|
"EndpointConfigName": {},
|
595
642
|
"DeploymentConfig": {
|
596
|
-
"shape": "
|
643
|
+
"shape": "S9a"
|
597
644
|
},
|
598
645
|
"Tags": {
|
599
646
|
"shape": "S7"
|
@@ -620,17 +667,17 @@
|
|
620
667
|
"members": {
|
621
668
|
"EndpointConfigName": {},
|
622
669
|
"ProductionVariants": {
|
623
|
-
"shape": "
|
670
|
+
"shape": "S9r"
|
624
671
|
},
|
625
672
|
"DataCaptureConfig": {
|
626
|
-
"shape": "
|
673
|
+
"shape": "Sa3"
|
627
674
|
},
|
628
675
|
"Tags": {
|
629
676
|
"shape": "S7"
|
630
677
|
},
|
631
678
|
"KmsKeyId": {},
|
632
679
|
"AsyncInferenceConfig": {
|
633
|
-
"shape": "
|
680
|
+
"shape": "Sae"
|
634
681
|
}
|
635
682
|
}
|
636
683
|
},
|
@@ -680,13 +727,13 @@
|
|
680
727
|
"RecordIdentifierFeatureName": {},
|
681
728
|
"EventTimeFeatureName": {},
|
682
729
|
"FeatureDefinitions": {
|
683
|
-
"shape": "
|
730
|
+
"shape": "Sas"
|
684
731
|
},
|
685
732
|
"OnlineStoreConfig": {
|
686
|
-
"shape": "
|
733
|
+
"shape": "Sav"
|
687
734
|
},
|
688
735
|
"OfflineStoreConfig": {
|
689
|
-
"shape": "
|
736
|
+
"shape": "Sax"
|
690
737
|
},
|
691
738
|
"RoleArn": {},
|
692
739
|
"Description": {},
|
@@ -717,16 +764,16 @@
|
|
717
764
|
"members": {
|
718
765
|
"FlowDefinitionName": {},
|
719
766
|
"HumanLoopRequestSource": {
|
720
|
-
"shape": "
|
767
|
+
"shape": "Sb8"
|
721
768
|
},
|
722
769
|
"HumanLoopActivationConfig": {
|
723
|
-
"shape": "
|
770
|
+
"shape": "Sba"
|
724
771
|
},
|
725
772
|
"HumanLoopConfig": {
|
726
|
-
"shape": "
|
773
|
+
"shape": "Sbd"
|
727
774
|
},
|
728
775
|
"OutputConfig": {
|
729
|
-
"shape": "
|
776
|
+
"shape": "Sbs"
|
730
777
|
},
|
731
778
|
"RoleArn": {},
|
732
779
|
"Tags": {
|
@@ -754,7 +801,7 @@
|
|
754
801
|
"members": {
|
755
802
|
"HumanTaskUiName": {},
|
756
803
|
"UiTemplate": {
|
757
|
-
"shape": "
|
804
|
+
"shape": "Sbx"
|
758
805
|
},
|
759
806
|
"Tags": {
|
760
807
|
"shape": "S7"
|
@@ -781,16 +828,16 @@
|
|
781
828
|
"members": {
|
782
829
|
"HyperParameterTuningJobName": {},
|
783
830
|
"HyperParameterTuningJobConfig": {
|
784
|
-
"shape": "
|
831
|
+
"shape": "Sc2"
|
785
832
|
},
|
786
833
|
"TrainingJobDefinition": {
|
787
|
-
"shape": "
|
834
|
+
"shape": "Scj"
|
788
835
|
},
|
789
836
|
"TrainingJobDefinitions": {
|
790
|
-
"shape": "
|
837
|
+
"shape": "Scr"
|
791
838
|
},
|
792
839
|
"WarmStartConfig": {
|
793
|
-
"shape": "
|
840
|
+
"shape": "Scs"
|
794
841
|
},
|
795
842
|
"Tags": {
|
796
843
|
"shape": "S7"
|
@@ -868,11 +915,11 @@
|
|
868
915
|
"JobType": {},
|
869
916
|
"RoleArn": {},
|
870
917
|
"InputConfig": {
|
871
|
-
"shape": "
|
918
|
+
"shape": "Sd9"
|
872
919
|
},
|
873
920
|
"JobDescription": {},
|
874
921
|
"StoppingConditions": {
|
875
|
-
"shape": "
|
922
|
+
"shape": "Sdv"
|
876
923
|
},
|
877
924
|
"OutputConfig": {
|
878
925
|
"type": "structure",
|
@@ -916,21 +963,21 @@
|
|
916
963
|
"LabelingJobName": {},
|
917
964
|
"LabelAttributeName": {},
|
918
965
|
"InputConfig": {
|
919
|
-
"shape": "
|
966
|
+
"shape": "Se6"
|
920
967
|
},
|
921
968
|
"OutputConfig": {
|
922
|
-
"shape": "
|
969
|
+
"shape": "Sed"
|
923
970
|
},
|
924
971
|
"RoleArn": {},
|
925
972
|
"LabelCategoryConfigS3Uri": {},
|
926
973
|
"StoppingConditions": {
|
927
|
-
"shape": "
|
974
|
+
"shape": "See"
|
928
975
|
},
|
929
976
|
"LabelingJobAlgorithmsConfig": {
|
930
|
-
"shape": "
|
977
|
+
"shape": "Seh"
|
931
978
|
},
|
932
979
|
"HumanTaskConfig": {
|
933
|
-
"shape": "
|
980
|
+
"shape": "Sel"
|
934
981
|
},
|
935
982
|
"Tags": {
|
936
983
|
"shape": "S7"
|
@@ -957,13 +1004,13 @@
|
|
957
1004
|
"members": {
|
958
1005
|
"ModelName": {},
|
959
1006
|
"PrimaryContainer": {
|
960
|
-
"shape": "
|
1007
|
+
"shape": "Sf0"
|
961
1008
|
},
|
962
1009
|
"Containers": {
|
963
|
-
"shape": "
|
1010
|
+
"shape": "Sf9"
|
964
1011
|
},
|
965
1012
|
"InferenceExecutionConfig": {
|
966
|
-
"shape": "
|
1013
|
+
"shape": "Sfa"
|
967
1014
|
},
|
968
1015
|
"ExecutionRoleArn": {},
|
969
1016
|
"Tags": {
|
@@ -1001,13 +1048,13 @@
|
|
1001
1048
|
"members": {
|
1002
1049
|
"JobDefinitionName": {},
|
1003
1050
|
"ModelBiasBaselineConfig": {
|
1004
|
-
"shape": "
|
1051
|
+
"shape": "Sfe"
|
1005
1052
|
},
|
1006
1053
|
"ModelBiasAppSpecification": {
|
1007
|
-
"shape": "
|
1054
|
+
"shape": "Sff"
|
1008
1055
|
},
|
1009
1056
|
"ModelBiasJobInput": {
|
1010
|
-
"shape": "
|
1057
|
+
"shape": "Sfg"
|
1011
1058
|
},
|
1012
1059
|
"ModelBiasJobOutputConfig": {
|
1013
1060
|
"shape": "S7e"
|
@@ -1051,13 +1098,13 @@
|
|
1051
1098
|
"members": {
|
1052
1099
|
"JobDefinitionName": {},
|
1053
1100
|
"ModelExplainabilityBaselineConfig": {
|
1054
|
-
"shape": "
|
1101
|
+
"shape": "Sfk"
|
1055
1102
|
},
|
1056
1103
|
"ModelExplainabilityAppSpecification": {
|
1057
|
-
"shape": "
|
1104
|
+
"shape": "Sfl"
|
1058
1105
|
},
|
1059
1106
|
"ModelExplainabilityJobInput": {
|
1060
|
-
"shape": "
|
1107
|
+
"shape": "Sfm"
|
1061
1108
|
},
|
1062
1109
|
"ModelExplainabilityJobOutputConfig": {
|
1063
1110
|
"shape": "S7e"
|
@@ -1098,10 +1145,10 @@
|
|
1098
1145
|
"shape": "Sr"
|
1099
1146
|
},
|
1100
1147
|
"ValidationSpecification": {
|
1101
|
-
"shape": "
|
1148
|
+
"shape": "Sfp"
|
1102
1149
|
},
|
1103
1150
|
"SourceAlgorithmSpecification": {
|
1104
|
-
"shape": "
|
1151
|
+
"shape": "Sfs"
|
1105
1152
|
},
|
1106
1153
|
"CertifyForMarketplace": {
|
1107
1154
|
"type": "boolean"
|
@@ -1114,22 +1161,22 @@
|
|
1114
1161
|
"shape": "S1q"
|
1115
1162
|
},
|
1116
1163
|
"ModelMetrics": {
|
1117
|
-
"shape": "
|
1164
|
+
"shape": "Sfv"
|
1118
1165
|
},
|
1119
1166
|
"ClientToken": {
|
1120
1167
|
"idempotencyToken": true
|
1121
1168
|
},
|
1122
1169
|
"CustomerMetadataProperties": {
|
1123
|
-
"shape": "
|
1170
|
+
"shape": "Sg2"
|
1124
1171
|
},
|
1125
1172
|
"DriftCheckBaselines": {
|
1126
|
-
"shape": "
|
1173
|
+
"shape": "Sg5"
|
1127
1174
|
},
|
1128
1175
|
"Domain": {},
|
1129
1176
|
"Task": {},
|
1130
1177
|
"SamplePayloadUrl": {},
|
1131
1178
|
"AdditionalInferenceSpecifications": {
|
1132
|
-
"shape": "
|
1179
|
+
"shape": "Sgb"
|
1133
1180
|
}
|
1134
1181
|
}
|
1135
1182
|
},
|
@@ -1181,13 +1228,13 @@
|
|
1181
1228
|
"members": {
|
1182
1229
|
"JobDefinitionName": {},
|
1183
1230
|
"ModelQualityBaselineConfig": {
|
1184
|
-
"shape": "
|
1231
|
+
"shape": "Sgi"
|
1185
1232
|
},
|
1186
1233
|
"ModelQualityAppSpecification": {
|
1187
|
-
"shape": "
|
1234
|
+
"shape": "Sgj"
|
1188
1235
|
},
|
1189
1236
|
"ModelQualityJobInput": {
|
1190
|
-
"shape": "
|
1237
|
+
"shape": "Sgl"
|
1191
1238
|
},
|
1192
1239
|
"ModelQualityJobOutputConfig": {
|
1193
1240
|
"shape": "S7e"
|
@@ -1227,7 +1274,7 @@
|
|
1227
1274
|
"members": {
|
1228
1275
|
"MonitoringScheduleName": {},
|
1229
1276
|
"MonitoringScheduleConfig": {
|
1230
|
-
"shape": "
|
1277
|
+
"shape": "Sgp"
|
1231
1278
|
},
|
1232
1279
|
"Tags": {
|
1233
1280
|
"shape": "S7"
|
@@ -1270,16 +1317,16 @@
|
|
1270
1317
|
"type": "integer"
|
1271
1318
|
},
|
1272
1319
|
"AcceleratorTypes": {
|
1273
|
-
"shape": "
|
1320
|
+
"shape": "Sh7"
|
1274
1321
|
},
|
1275
1322
|
"DefaultCodeRepository": {},
|
1276
1323
|
"AdditionalCodeRepositories": {
|
1277
|
-
"shape": "
|
1324
|
+
"shape": "Sha"
|
1278
1325
|
},
|
1279
1326
|
"RootAccess": {},
|
1280
1327
|
"PlatformIdentifier": {},
|
1281
1328
|
"InstanceMetadataServiceConfiguration": {
|
1282
|
-
"shape": "
|
1329
|
+
"shape": "Shd"
|
1283
1330
|
}
|
1284
1331
|
}
|
1285
1332
|
},
|
@@ -1299,10 +1346,10 @@
|
|
1299
1346
|
"members": {
|
1300
1347
|
"NotebookInstanceLifecycleConfigName": {},
|
1301
1348
|
"OnCreate": {
|
1302
|
-
"shape": "
|
1349
|
+
"shape": "Shi"
|
1303
1350
|
},
|
1304
1351
|
"OnStart": {
|
1305
|
-
"shape": "
|
1352
|
+
"shape": "Shi"
|
1306
1353
|
}
|
1307
1354
|
}
|
1308
1355
|
},
|
@@ -1326,7 +1373,7 @@
|
|
1326
1373
|
"PipelineDisplayName": {},
|
1327
1374
|
"PipelineDefinition": {},
|
1328
1375
|
"PipelineDefinitionS3Location": {
|
1329
|
-
"shape": "
|
1376
|
+
"shape": "Shq"
|
1330
1377
|
},
|
1331
1378
|
"PipelineDescription": {},
|
1332
1379
|
"ClientRequestToken": {
|
@@ -1337,7 +1384,7 @@
|
|
1337
1384
|
"shape": "S7"
|
1338
1385
|
},
|
1339
1386
|
"ParallelismConfiguration": {
|
1340
|
-
"shape": "
|
1387
|
+
"shape": "Shw"
|
1341
1388
|
}
|
1342
1389
|
}
|
1343
1390
|
},
|
@@ -1404,33 +1451,33 @@
|
|
1404
1451
|
],
|
1405
1452
|
"members": {
|
1406
1453
|
"ProcessingInputs": {
|
1407
|
-
"shape": "
|
1454
|
+
"shape": "Si9"
|
1408
1455
|
},
|
1409
1456
|
"ProcessingOutputConfig": {
|
1410
|
-
"shape": "
|
1457
|
+
"shape": "Siw"
|
1411
1458
|
},
|
1412
1459
|
"ProcessingJobName": {},
|
1413
1460
|
"ProcessingResources": {
|
1414
|
-
"shape": "
|
1461
|
+
"shape": "Sj1"
|
1415
1462
|
},
|
1416
1463
|
"StoppingCondition": {
|
1417
|
-
"shape": "
|
1464
|
+
"shape": "Sj3"
|
1418
1465
|
},
|
1419
1466
|
"AppSpecification": {
|
1420
|
-
"shape": "
|
1467
|
+
"shape": "Sj5"
|
1421
1468
|
},
|
1422
1469
|
"Environment": {
|
1423
|
-
"shape": "
|
1470
|
+
"shape": "Sj7"
|
1424
1471
|
},
|
1425
1472
|
"NetworkConfig": {
|
1426
|
-
"shape": "
|
1473
|
+
"shape": "Sgx"
|
1427
1474
|
},
|
1428
1475
|
"RoleArn": {},
|
1429
1476
|
"Tags": {
|
1430
1477
|
"shape": "S7"
|
1431
1478
|
},
|
1432
1479
|
"ExperimentConfig": {
|
1433
|
-
"shape": "
|
1480
|
+
"shape": "Sj8"
|
1434
1481
|
}
|
1435
1482
|
}
|
1436
1483
|
},
|
@@ -1455,7 +1502,7 @@
|
|
1455
1502
|
"ProjectName": {},
|
1456
1503
|
"ProjectDescription": {},
|
1457
1504
|
"ServiceCatalogProvisioningDetails": {
|
1458
|
-
"shape": "
|
1505
|
+
"shape": "Sjd"
|
1459
1506
|
},
|
1460
1507
|
"Tags": {
|
1461
1508
|
"shape": "S7"
|
@@ -1515,7 +1562,7 @@
|
|
1515
1562
|
"shape": "S2t"
|
1516
1563
|
},
|
1517
1564
|
"AlgorithmSpecification": {
|
1518
|
-
"shape": "
|
1565
|
+
"shape": "Sjt"
|
1519
1566
|
},
|
1520
1567
|
"RoleArn": {},
|
1521
1568
|
"InputDataConfig": {
|
@@ -1546,31 +1593,31 @@
|
|
1546
1593
|
"type": "boolean"
|
1547
1594
|
},
|
1548
1595
|
"CheckpointConfig": {
|
1549
|
-
"shape": "
|
1596
|
+
"shape": "Sco"
|
1550
1597
|
},
|
1551
1598
|
"DebugHookConfig": {
|
1552
|
-
"shape": "
|
1599
|
+
"shape": "Sju"
|
1553
1600
|
},
|
1554
1601
|
"DebugRuleConfigurations": {
|
1555
|
-
"shape": "
|
1602
|
+
"shape": "Sk2"
|
1556
1603
|
},
|
1557
1604
|
"TensorBoardOutputConfig": {
|
1558
|
-
"shape": "
|
1605
|
+
"shape": "Sk7"
|
1559
1606
|
},
|
1560
1607
|
"ExperimentConfig": {
|
1561
|
-
"shape": "
|
1608
|
+
"shape": "Sj8"
|
1562
1609
|
},
|
1563
1610
|
"ProfilerConfig": {
|
1564
|
-
"shape": "
|
1611
|
+
"shape": "Sk8"
|
1565
1612
|
},
|
1566
1613
|
"ProfilerRuleConfigurations": {
|
1567
|
-
"shape": "
|
1614
|
+
"shape": "Skb"
|
1568
1615
|
},
|
1569
1616
|
"Environment": {
|
1570
|
-
"shape": "
|
1617
|
+
"shape": "Skd"
|
1571
1618
|
},
|
1572
1619
|
"RetryStrategy": {
|
1573
|
-
"shape": "
|
1620
|
+
"shape": "Scp"
|
1574
1621
|
}
|
1575
1622
|
}
|
1576
1623
|
},
|
@@ -1601,7 +1648,7 @@
|
|
1601
1648
|
"type": "integer"
|
1602
1649
|
},
|
1603
1650
|
"ModelClientConfig": {
|
1604
|
-
"shape": "
|
1651
|
+
"shape": "Skk"
|
1605
1652
|
},
|
1606
1653
|
"MaxPayloadInMB": {
|
1607
1654
|
"type": "integer"
|
@@ -1620,13 +1667,13 @@
|
|
1620
1667
|
"shape": "S42"
|
1621
1668
|
},
|
1622
1669
|
"DataProcessing": {
|
1623
|
-
"shape": "
|
1670
|
+
"shape": "Skn"
|
1624
1671
|
},
|
1625
1672
|
"Tags": {
|
1626
1673
|
"shape": "S7"
|
1627
1674
|
},
|
1628
1675
|
"ExperimentConfig": {
|
1629
|
-
"shape": "
|
1676
|
+
"shape": "Sj8"
|
1630
1677
|
}
|
1631
1678
|
}
|
1632
1679
|
},
|
@@ -1676,7 +1723,7 @@
|
|
1676
1723
|
"TrialComponentName": {},
|
1677
1724
|
"DisplayName": {},
|
1678
1725
|
"Status": {
|
1679
|
-
"shape": "
|
1726
|
+
"shape": "Skv"
|
1680
1727
|
},
|
1681
1728
|
"StartTime": {
|
1682
1729
|
"type": "timestamp"
|
@@ -1685,13 +1732,13 @@
|
|
1685
1732
|
"type": "timestamp"
|
1686
1733
|
},
|
1687
1734
|
"Parameters": {
|
1688
|
-
"shape": "
|
1735
|
+
"shape": "Skz"
|
1689
1736
|
},
|
1690
1737
|
"InputArtifacts": {
|
1691
|
-
"shape": "
|
1738
|
+
"shape": "Sl3"
|
1692
1739
|
},
|
1693
1740
|
"OutputArtifacts": {
|
1694
|
-
"shape": "
|
1741
|
+
"shape": "Sl3"
|
1695
1742
|
},
|
1696
1743
|
"MetadataProperties": {
|
1697
1744
|
"shape": "S1q"
|
@@ -1743,20 +1790,20 @@
|
|
1743
1790
|
],
|
1744
1791
|
"members": {
|
1745
1792
|
"CognitoConfig": {
|
1746
|
-
"shape": "
|
1793
|
+
"shape": "Sle"
|
1747
1794
|
},
|
1748
1795
|
"OidcConfig": {
|
1749
|
-
"shape": "
|
1796
|
+
"shape": "Slh"
|
1750
1797
|
},
|
1751
1798
|
"SourceIpConfig": {
|
1752
|
-
"shape": "
|
1799
|
+
"shape": "Slk"
|
1753
1800
|
},
|
1754
1801
|
"WorkforceName": {},
|
1755
1802
|
"Tags": {
|
1756
1803
|
"shape": "S7"
|
1757
1804
|
},
|
1758
1805
|
"WorkforceVpcConfig": {
|
1759
|
-
"shape": "
|
1806
|
+
"shape": "Slo"
|
1760
1807
|
}
|
1761
1808
|
}
|
1762
1809
|
},
|
@@ -1782,11 +1829,11 @@
|
|
1782
1829
|
"WorkteamName": {},
|
1783
1830
|
"WorkforceName": {},
|
1784
1831
|
"MemberDefinitions": {
|
1785
|
-
"shape": "
|
1832
|
+
"shape": "Sly"
|
1786
1833
|
},
|
1787
1834
|
"Description": {},
|
1788
1835
|
"NotificationConfiguration": {
|
1789
|
-
"shape": "
|
1836
|
+
"shape": "Sm6"
|
1790
1837
|
},
|
1791
1838
|
"Tags": {
|
1792
1839
|
"shape": "S7"
|
@@ -1960,6 +2007,30 @@
|
|
1960
2007
|
}
|
1961
2008
|
}
|
1962
2009
|
},
|
2010
|
+
"DeleteEdgeDeploymentPlan": {
|
2011
|
+
"input": {
|
2012
|
+
"type": "structure",
|
2013
|
+
"required": [
|
2014
|
+
"EdgeDeploymentPlanName"
|
2015
|
+
],
|
2016
|
+
"members": {
|
2017
|
+
"EdgeDeploymentPlanName": {}
|
2018
|
+
}
|
2019
|
+
}
|
2020
|
+
},
|
2021
|
+
"DeleteEdgeDeploymentStage": {
|
2022
|
+
"input": {
|
2023
|
+
"type": "structure",
|
2024
|
+
"required": [
|
2025
|
+
"EdgeDeploymentPlanName",
|
2026
|
+
"StageName"
|
2027
|
+
],
|
2028
|
+
"members": {
|
2029
|
+
"EdgeDeploymentPlanName": {},
|
2030
|
+
"StageName": {}
|
2031
|
+
}
|
2032
|
+
}
|
2033
|
+
},
|
1963
2034
|
"DeleteEndpoint": {
|
1964
2035
|
"input": {
|
1965
2036
|
"type": "structure",
|
@@ -2341,8 +2412,7 @@
|
|
2341
2412
|
"members": {
|
2342
2413
|
"DeviceFleetName": {},
|
2343
2414
|
"DeviceNames": {
|
2344
|
-
"
|
2345
|
-
"member": {}
|
2415
|
+
"shape": "S8z"
|
2346
2416
|
}
|
2347
2417
|
}
|
2348
2418
|
}
|
@@ -2375,13 +2445,13 @@
|
|
2375
2445
|
"type": "timestamp"
|
2376
2446
|
},
|
2377
2447
|
"CreatedBy": {
|
2378
|
-
"shape": "
|
2448
|
+
"shape": "So0"
|
2379
2449
|
},
|
2380
2450
|
"LastModifiedTime": {
|
2381
2451
|
"type": "timestamp"
|
2382
2452
|
},
|
2383
2453
|
"LastModifiedBy": {
|
2384
|
-
"shape": "
|
2454
|
+
"shape": "So0"
|
2385
2455
|
},
|
2386
2456
|
"MetadataProperties": {
|
2387
2457
|
"shape": "S1q"
|
@@ -2431,10 +2501,10 @@
|
|
2431
2501
|
"type": "structure",
|
2432
2502
|
"members": {
|
2433
2503
|
"ValidationStatuses": {
|
2434
|
-
"shape": "
|
2504
|
+
"shape": "So6"
|
2435
2505
|
},
|
2436
2506
|
"ImageScanStatuses": {
|
2437
|
-
"shape": "
|
2507
|
+
"shape": "So6"
|
2438
2508
|
}
|
2439
2509
|
}
|
2440
2510
|
},
|
@@ -2539,13 +2609,13 @@
|
|
2539
2609
|
"type": "timestamp"
|
2540
2610
|
},
|
2541
2611
|
"CreatedBy": {
|
2542
|
-
"shape": "
|
2612
|
+
"shape": "So0"
|
2543
2613
|
},
|
2544
2614
|
"LastModifiedTime": {
|
2545
2615
|
"type": "timestamp"
|
2546
2616
|
},
|
2547
2617
|
"LastModifiedBy": {
|
2548
|
-
"shape": "
|
2618
|
+
"shape": "So0"
|
2549
2619
|
},
|
2550
2620
|
"MetadataProperties": {
|
2551
2621
|
"shape": "S1q"
|
@@ -2605,10 +2675,10 @@
|
|
2605
2675
|
},
|
2606
2676
|
"FailureReason": {},
|
2607
2677
|
"PartialFailureReasons": {
|
2608
|
-
"shape": "
|
2678
|
+
"shape": "Sok"
|
2609
2679
|
},
|
2610
2680
|
"BestCandidate": {
|
2611
|
-
"shape": "
|
2681
|
+
"shape": "Som"
|
2612
2682
|
},
|
2613
2683
|
"AutoMLJobStatus": {},
|
2614
2684
|
"AutoMLJobSecondaryStatus": {},
|
@@ -2727,7 +2797,7 @@
|
|
2727
2797
|
},
|
2728
2798
|
"FailureReason": {},
|
2729
2799
|
"ModelArtifacts": {
|
2730
|
-
"shape": "
|
2800
|
+
"shape": "Spn"
|
2731
2801
|
},
|
2732
2802
|
"ModelDigests": {
|
2733
2803
|
"type": "structure",
|
@@ -2775,13 +2845,13 @@
|
|
2775
2845
|
"type": "timestamp"
|
2776
2846
|
},
|
2777
2847
|
"CreatedBy": {
|
2778
|
-
"shape": "
|
2848
|
+
"shape": "So0"
|
2779
2849
|
},
|
2780
2850
|
"LastModifiedTime": {
|
2781
2851
|
"type": "timestamp"
|
2782
2852
|
},
|
2783
2853
|
"LastModifiedBy": {
|
2784
|
-
"shape": "
|
2854
|
+
"shape": "So0"
|
2785
2855
|
},
|
2786
2856
|
"LineageGroupArn": {}
|
2787
2857
|
}
|
@@ -2986,6 +3056,101 @@
|
|
2986
3056
|
}
|
2987
3057
|
}
|
2988
3058
|
},
|
3059
|
+
"DescribeEdgeDeploymentPlan": {
|
3060
|
+
"input": {
|
3061
|
+
"type": "structure",
|
3062
|
+
"required": [
|
3063
|
+
"EdgeDeploymentPlanName"
|
3064
|
+
],
|
3065
|
+
"members": {
|
3066
|
+
"EdgeDeploymentPlanName": {},
|
3067
|
+
"NextToken": {},
|
3068
|
+
"MaxResults": {
|
3069
|
+
"type": "integer"
|
3070
|
+
}
|
3071
|
+
}
|
3072
|
+
},
|
3073
|
+
"output": {
|
3074
|
+
"type": "structure",
|
3075
|
+
"required": [
|
3076
|
+
"EdgeDeploymentPlanArn",
|
3077
|
+
"EdgeDeploymentPlanName",
|
3078
|
+
"ModelConfigs",
|
3079
|
+
"DeviceFleetName",
|
3080
|
+
"Stages"
|
3081
|
+
],
|
3082
|
+
"members": {
|
3083
|
+
"EdgeDeploymentPlanArn": {},
|
3084
|
+
"EdgeDeploymentPlanName": {},
|
3085
|
+
"ModelConfigs": {
|
3086
|
+
"shape": "S8s"
|
3087
|
+
},
|
3088
|
+
"DeviceFleetName": {},
|
3089
|
+
"EdgeDeploymentSuccess": {
|
3090
|
+
"type": "integer"
|
3091
|
+
},
|
3092
|
+
"EdgeDeploymentPending": {
|
3093
|
+
"type": "integer"
|
3094
|
+
},
|
3095
|
+
"EdgeDeploymentFailed": {
|
3096
|
+
"type": "integer"
|
3097
|
+
},
|
3098
|
+
"Stages": {
|
3099
|
+
"type": "list",
|
3100
|
+
"member": {
|
3101
|
+
"type": "structure",
|
3102
|
+
"required": [
|
3103
|
+
"StageName",
|
3104
|
+
"DeviceSelectionConfig",
|
3105
|
+
"DeploymentConfig",
|
3106
|
+
"DeploymentStatus"
|
3107
|
+
],
|
3108
|
+
"members": {
|
3109
|
+
"StageName": {},
|
3110
|
+
"DeviceSelectionConfig": {
|
3111
|
+
"shape": "S8w"
|
3112
|
+
},
|
3113
|
+
"DeploymentConfig": {
|
3114
|
+
"shape": "S91"
|
3115
|
+
},
|
3116
|
+
"DeploymentStatus": {
|
3117
|
+
"type": "structure",
|
3118
|
+
"required": [
|
3119
|
+
"StageStatus",
|
3120
|
+
"EdgeDeploymentSuccessInStage",
|
3121
|
+
"EdgeDeploymentPendingInStage",
|
3122
|
+
"EdgeDeploymentFailedInStage"
|
3123
|
+
],
|
3124
|
+
"members": {
|
3125
|
+
"StageStatus": {},
|
3126
|
+
"EdgeDeploymentSuccessInStage": {
|
3127
|
+
"type": "integer"
|
3128
|
+
},
|
3129
|
+
"EdgeDeploymentPendingInStage": {
|
3130
|
+
"type": "integer"
|
3131
|
+
},
|
3132
|
+
"EdgeDeploymentFailedInStage": {
|
3133
|
+
"type": "integer"
|
3134
|
+
},
|
3135
|
+
"EdgeDeploymentStatusMessage": {},
|
3136
|
+
"EdgeDeploymentStageStartTime": {
|
3137
|
+
"type": "timestamp"
|
3138
|
+
}
|
3139
|
+
}
|
3140
|
+
}
|
3141
|
+
}
|
3142
|
+
}
|
3143
|
+
},
|
3144
|
+
"NextToken": {},
|
3145
|
+
"CreationTime": {
|
3146
|
+
"type": "timestamp"
|
3147
|
+
},
|
3148
|
+
"LastModifiedTime": {
|
3149
|
+
"type": "timestamp"
|
3150
|
+
}
|
3151
|
+
}
|
3152
|
+
}
|
3153
|
+
},
|
2989
3154
|
"DescribeEdgePackagingJob": {
|
2990
3155
|
"input": {
|
2991
3156
|
"type": "structure",
|
@@ -3064,10 +3229,10 @@
|
|
3064
3229
|
"EndpointArn": {},
|
3065
3230
|
"EndpointConfigName": {},
|
3066
3231
|
"ProductionVariants": {
|
3067
|
-
"shape": "
|
3232
|
+
"shape": "Sqq"
|
3068
3233
|
},
|
3069
3234
|
"DataCaptureConfig": {
|
3070
|
-
"shape": "
|
3235
|
+
"shape": "Sqz"
|
3071
3236
|
},
|
3072
3237
|
"EndpointStatus": {},
|
3073
3238
|
"FailureReason": {},
|
@@ -3078,10 +3243,10 @@
|
|
3078
3243
|
"type": "timestamp"
|
3079
3244
|
},
|
3080
3245
|
"LastDeploymentConfig": {
|
3081
|
-
"shape": "
|
3246
|
+
"shape": "S9a"
|
3082
3247
|
},
|
3083
3248
|
"AsyncInferenceConfig": {
|
3084
|
-
"shape": "
|
3249
|
+
"shape": "Sae"
|
3085
3250
|
},
|
3086
3251
|
"PendingDeploymentSummary": {
|
3087
3252
|
"type": "structure",
|
@@ -3100,7 +3265,7 @@
|
|
3100
3265
|
"members": {
|
3101
3266
|
"VariantName": {},
|
3102
3267
|
"DeployedImages": {
|
3103
|
-
"shape": "
|
3268
|
+
"shape": "Sqs"
|
3104
3269
|
},
|
3105
3270
|
"CurrentWeight": {
|
3106
3271
|
"type": "float"
|
@@ -3117,13 +3282,13 @@
|
|
3117
3282
|
"InstanceType": {},
|
3118
3283
|
"AcceleratorType": {},
|
3119
3284
|
"VariantStatus": {
|
3120
|
-
"shape": "
|
3285
|
+
"shape": "Sqv"
|
3121
3286
|
},
|
3122
3287
|
"CurrentServerlessConfig": {
|
3123
|
-
"shape": "
|
3288
|
+
"shape": "Sa0"
|
3124
3289
|
},
|
3125
3290
|
"DesiredServerlessConfig": {
|
3126
|
-
"shape": "
|
3291
|
+
"shape": "Sa0"
|
3127
3292
|
}
|
3128
3293
|
}
|
3129
3294
|
}
|
@@ -3158,17 +3323,17 @@
|
|
3158
3323
|
"EndpointConfigName": {},
|
3159
3324
|
"EndpointConfigArn": {},
|
3160
3325
|
"ProductionVariants": {
|
3161
|
-
"shape": "
|
3326
|
+
"shape": "S9r"
|
3162
3327
|
},
|
3163
3328
|
"DataCaptureConfig": {
|
3164
|
-
"shape": "
|
3329
|
+
"shape": "Sa3"
|
3165
3330
|
},
|
3166
3331
|
"KmsKeyId": {},
|
3167
3332
|
"CreationTime": {
|
3168
3333
|
"type": "timestamp"
|
3169
3334
|
},
|
3170
3335
|
"AsyncInferenceConfig": {
|
3171
|
-
"shape": "
|
3336
|
+
"shape": "Sae"
|
3172
3337
|
}
|
3173
3338
|
}
|
3174
3339
|
}
|
@@ -3190,20 +3355,20 @@
|
|
3190
3355
|
"ExperimentArn": {},
|
3191
3356
|
"DisplayName": {},
|
3192
3357
|
"Source": {
|
3193
|
-
"shape": "
|
3358
|
+
"shape": "Sr9"
|
3194
3359
|
},
|
3195
3360
|
"Description": {},
|
3196
3361
|
"CreationTime": {
|
3197
3362
|
"type": "timestamp"
|
3198
3363
|
},
|
3199
3364
|
"CreatedBy": {
|
3200
|
-
"shape": "
|
3365
|
+
"shape": "So0"
|
3201
3366
|
},
|
3202
3367
|
"LastModifiedTime": {
|
3203
3368
|
"type": "timestamp"
|
3204
3369
|
},
|
3205
3370
|
"LastModifiedBy": {
|
3206
|
-
"shape": "
|
3371
|
+
"shape": "So0"
|
3207
3372
|
}
|
3208
3373
|
}
|
3209
3374
|
}
|
@@ -3236,7 +3401,7 @@
|
|
3236
3401
|
"RecordIdentifierFeatureName": {},
|
3237
3402
|
"EventTimeFeatureName": {},
|
3238
3403
|
"FeatureDefinitions": {
|
3239
|
-
"shape": "
|
3404
|
+
"shape": "Sas"
|
3240
3405
|
},
|
3241
3406
|
"CreationTime": {
|
3242
3407
|
"type": "timestamp"
|
@@ -3245,18 +3410,18 @@
|
|
3245
3410
|
"type": "timestamp"
|
3246
3411
|
},
|
3247
3412
|
"OnlineStoreConfig": {
|
3248
|
-
"shape": "
|
3413
|
+
"shape": "Sav"
|
3249
3414
|
},
|
3250
3415
|
"OfflineStoreConfig": {
|
3251
|
-
"shape": "
|
3416
|
+
"shape": "Sax"
|
3252
3417
|
},
|
3253
3418
|
"RoleArn": {},
|
3254
3419
|
"FeatureGroupStatus": {},
|
3255
3420
|
"OfflineStoreStatus": {
|
3256
|
-
"shape": "
|
3421
|
+
"shape": "Srf"
|
3257
3422
|
},
|
3258
3423
|
"LastUpdateStatus": {
|
3259
|
-
"shape": "
|
3424
|
+
"shape": "Sri"
|
3260
3425
|
},
|
3261
3426
|
"FailureReason": {},
|
3262
3427
|
"Description": {},
|
@@ -3302,7 +3467,7 @@
|
|
3302
3467
|
},
|
3303
3468
|
"Description": {},
|
3304
3469
|
"Parameters": {
|
3305
|
-
"shape": "
|
3470
|
+
"shape": "Sro"
|
3306
3471
|
}
|
3307
3472
|
}
|
3308
3473
|
}
|
@@ -3336,16 +3501,16 @@
|
|
3336
3501
|
"type": "timestamp"
|
3337
3502
|
},
|
3338
3503
|
"HumanLoopRequestSource": {
|
3339
|
-
"shape": "
|
3504
|
+
"shape": "Sb8"
|
3340
3505
|
},
|
3341
3506
|
"HumanLoopActivationConfig": {
|
3342
|
-
"shape": "
|
3507
|
+
"shape": "Sba"
|
3343
3508
|
},
|
3344
3509
|
"HumanLoopConfig": {
|
3345
|
-
"shape": "
|
3510
|
+
"shape": "Sbd"
|
3346
3511
|
},
|
3347
3512
|
"OutputConfig": {
|
3348
|
-
"shape": "
|
3513
|
+
"shape": "Sbs"
|
3349
3514
|
},
|
3350
3515
|
"RoleArn": {},
|
3351
3516
|
"FailureReason": {}
|
@@ -3412,13 +3577,13 @@
|
|
3412
3577
|
"HyperParameterTuningJobName": {},
|
3413
3578
|
"HyperParameterTuningJobArn": {},
|
3414
3579
|
"HyperParameterTuningJobConfig": {
|
3415
|
-
"shape": "
|
3580
|
+
"shape": "Sc2"
|
3416
3581
|
},
|
3417
3582
|
"TrainingJobDefinition": {
|
3418
|
-
"shape": "
|
3583
|
+
"shape": "Scj"
|
3419
3584
|
},
|
3420
3585
|
"TrainingJobDefinitions": {
|
3421
|
-
"shape": "
|
3586
|
+
"shape": "Scr"
|
3422
3587
|
},
|
3423
3588
|
"HyperParameterTuningJobStatus": {},
|
3424
3589
|
"CreationTime": {
|
@@ -3431,19 +3596,19 @@
|
|
3431
3596
|
"type": "timestamp"
|
3432
3597
|
},
|
3433
3598
|
"TrainingJobStatusCounters": {
|
3434
|
-
"shape": "
|
3599
|
+
"shape": "Ss4"
|
3435
3600
|
},
|
3436
3601
|
"ObjectiveStatusCounters": {
|
3437
|
-
"shape": "
|
3602
|
+
"shape": "Ss6"
|
3438
3603
|
},
|
3439
3604
|
"BestTrainingJob": {
|
3440
|
-
"shape": "
|
3605
|
+
"shape": "Ss8"
|
3441
3606
|
},
|
3442
3607
|
"OverallBestTrainingJob": {
|
3443
|
-
"shape": "
|
3608
|
+
"shape": "Ss8"
|
3444
3609
|
},
|
3445
3610
|
"WarmStartConfig": {
|
3446
|
-
"shape": "
|
3611
|
+
"shape": "Scs"
|
3447
3612
|
},
|
3448
3613
|
"FailureReason": {}
|
3449
3614
|
}
|
@@ -3552,10 +3717,10 @@
|
|
3552
3717
|
},
|
3553
3718
|
"FailureReason": {},
|
3554
3719
|
"InputConfig": {
|
3555
|
-
"shape": "
|
3720
|
+
"shape": "Sd9"
|
3556
3721
|
},
|
3557
3722
|
"StoppingConditions": {
|
3558
|
-
"shape": "
|
3723
|
+
"shape": "Sdv"
|
3559
3724
|
},
|
3560
3725
|
"InferenceRecommendations": {
|
3561
3726
|
"type": "list",
|
@@ -3663,7 +3828,7 @@
|
|
3663
3828
|
"members": {
|
3664
3829
|
"LabelingJobStatus": {},
|
3665
3830
|
"LabelCounters": {
|
3666
|
-
"shape": "
|
3831
|
+
"shape": "Ssv"
|
3667
3832
|
},
|
3668
3833
|
"FailureReason": {},
|
3669
3834
|
"CreationTime": {
|
@@ -3677,27 +3842,27 @@
|
|
3677
3842
|
"LabelingJobArn": {},
|
3678
3843
|
"LabelAttributeName": {},
|
3679
3844
|
"InputConfig": {
|
3680
|
-
"shape": "
|
3845
|
+
"shape": "Se6"
|
3681
3846
|
},
|
3682
3847
|
"OutputConfig": {
|
3683
|
-
"shape": "
|
3848
|
+
"shape": "Sed"
|
3684
3849
|
},
|
3685
3850
|
"RoleArn": {},
|
3686
3851
|
"LabelCategoryConfigS3Uri": {},
|
3687
3852
|
"StoppingConditions": {
|
3688
|
-
"shape": "
|
3853
|
+
"shape": "See"
|
3689
3854
|
},
|
3690
3855
|
"LabelingJobAlgorithmsConfig": {
|
3691
|
-
"shape": "
|
3856
|
+
"shape": "Seh"
|
3692
3857
|
},
|
3693
3858
|
"HumanTaskConfig": {
|
3694
|
-
"shape": "
|
3859
|
+
"shape": "Sel"
|
3695
3860
|
},
|
3696
3861
|
"Tags": {
|
3697
3862
|
"shape": "S7"
|
3698
3863
|
},
|
3699
3864
|
"LabelingJobOutput": {
|
3700
|
-
"shape": "
|
3865
|
+
"shape": "Ssy"
|
3701
3866
|
}
|
3702
3867
|
}
|
3703
3868
|
}
|
@@ -3723,13 +3888,13 @@
|
|
3723
3888
|
"type": "timestamp"
|
3724
3889
|
},
|
3725
3890
|
"CreatedBy": {
|
3726
|
-
"shape": "
|
3891
|
+
"shape": "So0"
|
3727
3892
|
},
|
3728
3893
|
"LastModifiedTime": {
|
3729
3894
|
"type": "timestamp"
|
3730
3895
|
},
|
3731
3896
|
"LastModifiedBy": {
|
3732
|
-
"shape": "
|
3897
|
+
"shape": "So0"
|
3733
3898
|
}
|
3734
3899
|
}
|
3735
3900
|
}
|
@@ -3755,13 +3920,13 @@
|
|
3755
3920
|
"members": {
|
3756
3921
|
"ModelName": {},
|
3757
3922
|
"PrimaryContainer": {
|
3758
|
-
"shape": "
|
3923
|
+
"shape": "Sf0"
|
3759
3924
|
},
|
3760
3925
|
"Containers": {
|
3761
|
-
"shape": "
|
3926
|
+
"shape": "Sf9"
|
3762
3927
|
},
|
3763
3928
|
"InferenceExecutionConfig": {
|
3764
|
-
"shape": "
|
3929
|
+
"shape": "Sfa"
|
3765
3930
|
},
|
3766
3931
|
"ExecutionRoleArn": {},
|
3767
3932
|
"VpcConfig": {
|
@@ -3806,13 +3971,13 @@
|
|
3806
3971
|
"type": "timestamp"
|
3807
3972
|
},
|
3808
3973
|
"ModelBiasBaselineConfig": {
|
3809
|
-
"shape": "
|
3974
|
+
"shape": "Sfe"
|
3810
3975
|
},
|
3811
3976
|
"ModelBiasAppSpecification": {
|
3812
|
-
"shape": "
|
3977
|
+
"shape": "Sff"
|
3813
3978
|
},
|
3814
3979
|
"ModelBiasJobInput": {
|
3815
|
-
"shape": "
|
3980
|
+
"shape": "Sfg"
|
3816
3981
|
},
|
3817
3982
|
"ModelBiasJobOutputConfig": {
|
3818
3983
|
"shape": "S7e"
|
@@ -3859,13 +4024,13 @@
|
|
3859
4024
|
"type": "timestamp"
|
3860
4025
|
},
|
3861
4026
|
"ModelExplainabilityBaselineConfig": {
|
3862
|
-
"shape": "
|
4027
|
+
"shape": "Sfk"
|
3863
4028
|
},
|
3864
4029
|
"ModelExplainabilityAppSpecification": {
|
3865
|
-
"shape": "
|
4030
|
+
"shape": "Sfl"
|
3866
4031
|
},
|
3867
4032
|
"ModelExplainabilityJobInput": {
|
3868
|
-
"shape": "
|
4033
|
+
"shape": "Sfm"
|
3869
4034
|
},
|
3870
4035
|
"ModelExplainabilityJobOutputConfig": {
|
3871
4036
|
"shape": "S7e"
|
@@ -3917,46 +4082,46 @@
|
|
3917
4082
|
"shape": "Sr"
|
3918
4083
|
},
|
3919
4084
|
"SourceAlgorithmSpecification": {
|
3920
|
-
"shape": "
|
4085
|
+
"shape": "Sfs"
|
3921
4086
|
},
|
3922
4087
|
"ValidationSpecification": {
|
3923
|
-
"shape": "
|
4088
|
+
"shape": "Sfp"
|
3924
4089
|
},
|
3925
4090
|
"ModelPackageStatus": {},
|
3926
4091
|
"ModelPackageStatusDetails": {
|
3927
|
-
"shape": "
|
4092
|
+
"shape": "St9"
|
3928
4093
|
},
|
3929
4094
|
"CertifyForMarketplace": {
|
3930
4095
|
"type": "boolean"
|
3931
4096
|
},
|
3932
4097
|
"ModelApprovalStatus": {},
|
3933
4098
|
"CreatedBy": {
|
3934
|
-
"shape": "
|
4099
|
+
"shape": "So0"
|
3935
4100
|
},
|
3936
4101
|
"MetadataProperties": {
|
3937
4102
|
"shape": "S1q"
|
3938
4103
|
},
|
3939
4104
|
"ModelMetrics": {
|
3940
|
-
"shape": "
|
4105
|
+
"shape": "Sfv"
|
3941
4106
|
},
|
3942
4107
|
"LastModifiedTime": {
|
3943
4108
|
"type": "timestamp"
|
3944
4109
|
},
|
3945
4110
|
"LastModifiedBy": {
|
3946
|
-
"shape": "
|
4111
|
+
"shape": "So0"
|
3947
4112
|
},
|
3948
4113
|
"ApprovalDescription": {},
|
3949
4114
|
"CustomerMetadataProperties": {
|
3950
|
-
"shape": "
|
4115
|
+
"shape": "Sg2"
|
3951
4116
|
},
|
3952
4117
|
"DriftCheckBaselines": {
|
3953
|
-
"shape": "
|
4118
|
+
"shape": "Sg5"
|
3954
4119
|
},
|
3955
4120
|
"Domain": {},
|
3956
4121
|
"Task": {},
|
3957
4122
|
"SamplePayloadUrl": {},
|
3958
4123
|
"AdditionalInferenceSpecifications": {
|
3959
|
-
"shape": "
|
4124
|
+
"shape": "Sgb"
|
3960
4125
|
}
|
3961
4126
|
}
|
3962
4127
|
}
|
@@ -3988,7 +4153,7 @@
|
|
3988
4153
|
"type": "timestamp"
|
3989
4154
|
},
|
3990
4155
|
"CreatedBy": {
|
3991
|
-
"shape": "
|
4156
|
+
"shape": "So0"
|
3992
4157
|
},
|
3993
4158
|
"ModelPackageGroupStatus": {}
|
3994
4159
|
}
|
@@ -4023,13 +4188,13 @@
|
|
4023
4188
|
"type": "timestamp"
|
4024
4189
|
},
|
4025
4190
|
"ModelQualityBaselineConfig": {
|
4026
|
-
"shape": "
|
4191
|
+
"shape": "Sgi"
|
4027
4192
|
},
|
4028
4193
|
"ModelQualityAppSpecification": {
|
4029
|
-
"shape": "
|
4194
|
+
"shape": "Sgj"
|
4030
4195
|
},
|
4031
4196
|
"ModelQualityJobInput": {
|
4032
|
-
"shape": "
|
4197
|
+
"shape": "Sgl"
|
4033
4198
|
},
|
4034
4199
|
"ModelQualityJobOutputConfig": {
|
4035
4200
|
"shape": "S7e"
|
@@ -4080,11 +4245,11 @@
|
|
4080
4245
|
"type": "timestamp"
|
4081
4246
|
},
|
4082
4247
|
"MonitoringScheduleConfig": {
|
4083
|
-
"shape": "
|
4248
|
+
"shape": "Sgp"
|
4084
4249
|
},
|
4085
4250
|
"EndpointName": {},
|
4086
4251
|
"LastMonitoringExecutionSummary": {
|
4087
|
-
"shape": "
|
4252
|
+
"shape": "Stm"
|
4088
4253
|
}
|
4089
4254
|
}
|
4090
4255
|
}
|
@@ -4127,16 +4292,16 @@
|
|
4127
4292
|
"type": "integer"
|
4128
4293
|
},
|
4129
4294
|
"AcceleratorTypes": {
|
4130
|
-
"shape": "
|
4295
|
+
"shape": "Sh7"
|
4131
4296
|
},
|
4132
4297
|
"DefaultCodeRepository": {},
|
4133
4298
|
"AdditionalCodeRepositories": {
|
4134
|
-
"shape": "
|
4299
|
+
"shape": "Sha"
|
4135
4300
|
},
|
4136
4301
|
"RootAccess": {},
|
4137
4302
|
"PlatformIdentifier": {},
|
4138
4303
|
"InstanceMetadataServiceConfiguration": {
|
4139
|
-
"shape": "
|
4304
|
+
"shape": "Shd"
|
4140
4305
|
}
|
4141
4306
|
}
|
4142
4307
|
}
|
@@ -4157,10 +4322,10 @@
|
|
4157
4322
|
"NotebookInstanceLifecycleConfigArn": {},
|
4158
4323
|
"NotebookInstanceLifecycleConfigName": {},
|
4159
4324
|
"OnCreate": {
|
4160
|
-
"shape": "
|
4325
|
+
"shape": "Shi"
|
4161
4326
|
},
|
4162
4327
|
"OnStart": {
|
4163
|
-
"shape": "
|
4328
|
+
"shape": "Shi"
|
4164
4329
|
},
|
4165
4330
|
"LastModifiedTime": {
|
4166
4331
|
"type": "timestamp"
|
@@ -4201,13 +4366,13 @@
|
|
4201
4366
|
"type": "timestamp"
|
4202
4367
|
},
|
4203
4368
|
"CreatedBy": {
|
4204
|
-
"shape": "
|
4369
|
+
"shape": "So0"
|
4205
4370
|
},
|
4206
4371
|
"LastModifiedBy": {
|
4207
|
-
"shape": "
|
4372
|
+
"shape": "So0"
|
4208
4373
|
},
|
4209
4374
|
"ParallelismConfiguration": {
|
4210
|
-
"shape": "
|
4375
|
+
"shape": "Shw"
|
4211
4376
|
}
|
4212
4377
|
}
|
4213
4378
|
}
|
@@ -4251,7 +4416,7 @@
|
|
4251
4416
|
"PipelineExecutionStatus": {},
|
4252
4417
|
"PipelineExecutionDescription": {},
|
4253
4418
|
"PipelineExperimentConfig": {
|
4254
|
-
"shape": "
|
4419
|
+
"shape": "Su5"
|
4255
4420
|
},
|
4256
4421
|
"FailureReason": {},
|
4257
4422
|
"CreationTime": {
|
@@ -4261,13 +4426,13 @@
|
|
4261
4426
|
"type": "timestamp"
|
4262
4427
|
},
|
4263
4428
|
"CreatedBy": {
|
4264
|
-
"shape": "
|
4429
|
+
"shape": "So0"
|
4265
4430
|
},
|
4266
4431
|
"LastModifiedBy": {
|
4267
|
-
"shape": "
|
4432
|
+
"shape": "So0"
|
4268
4433
|
},
|
4269
4434
|
"ParallelismConfiguration": {
|
4270
|
-
"shape": "
|
4435
|
+
"shape": "Shw"
|
4271
4436
|
}
|
4272
4437
|
}
|
4273
4438
|
}
|
@@ -4294,30 +4459,30 @@
|
|
4294
4459
|
],
|
4295
4460
|
"members": {
|
4296
4461
|
"ProcessingInputs": {
|
4297
|
-
"shape": "
|
4462
|
+
"shape": "Si9"
|
4298
4463
|
},
|
4299
4464
|
"ProcessingOutputConfig": {
|
4300
|
-
"shape": "
|
4465
|
+
"shape": "Siw"
|
4301
4466
|
},
|
4302
4467
|
"ProcessingJobName": {},
|
4303
4468
|
"ProcessingResources": {
|
4304
|
-
"shape": "
|
4469
|
+
"shape": "Sj1"
|
4305
4470
|
},
|
4306
4471
|
"StoppingCondition": {
|
4307
|
-
"shape": "
|
4472
|
+
"shape": "Sj3"
|
4308
4473
|
},
|
4309
4474
|
"AppSpecification": {
|
4310
|
-
"shape": "
|
4475
|
+
"shape": "Sj5"
|
4311
4476
|
},
|
4312
4477
|
"Environment": {
|
4313
|
-
"shape": "
|
4478
|
+
"shape": "Sj7"
|
4314
4479
|
},
|
4315
4480
|
"NetworkConfig": {
|
4316
|
-
"shape": "
|
4481
|
+
"shape": "Sgx"
|
4317
4482
|
},
|
4318
4483
|
"RoleArn": {},
|
4319
4484
|
"ExperimentConfig": {
|
4320
|
-
"shape": "
|
4485
|
+
"shape": "Sj8"
|
4321
4486
|
},
|
4322
4487
|
"ProcessingJobArn": {},
|
4323
4488
|
"ProcessingJobStatus": {},
|
@@ -4367,14 +4532,14 @@
|
|
4367
4532
|
"ProjectId": {},
|
4368
4533
|
"ProjectDescription": {},
|
4369
4534
|
"ServiceCatalogProvisioningDetails": {
|
4370
|
-
"shape": "
|
4535
|
+
"shape": "Sjd"
|
4371
4536
|
},
|
4372
4537
|
"ServiceCatalogProvisionedProductDetails": {
|
4373
|
-
"shape": "
|
4538
|
+
"shape": "Sud"
|
4374
4539
|
},
|
4375
4540
|
"ProjectStatus": {},
|
4376
4541
|
"CreatedBy": {
|
4377
|
-
"shape": "
|
4542
|
+
"shape": "So0"
|
4378
4543
|
},
|
4379
4544
|
"CreationTime": {
|
4380
4545
|
"type": "timestamp"
|
@@ -4383,7 +4548,7 @@
|
|
4383
4548
|
"type": "timestamp"
|
4384
4549
|
},
|
4385
4550
|
"LastModifiedBy": {
|
4386
|
-
"shape": "
|
4551
|
+
"shape": "So0"
|
4387
4552
|
}
|
4388
4553
|
}
|
4389
4554
|
}
|
@@ -4431,7 +4596,7 @@
|
|
4431
4596
|
],
|
4432
4597
|
"members": {
|
4433
4598
|
"SubscribedWorkteam": {
|
4434
|
-
"shape": "
|
4599
|
+
"shape": "Suk"
|
4435
4600
|
}
|
4436
4601
|
}
|
4437
4602
|
}
|
@@ -4466,7 +4631,7 @@
|
|
4466
4631
|
"LabelingJobArn": {},
|
4467
4632
|
"AutoMLJobArn": {},
|
4468
4633
|
"ModelArtifacts": {
|
4469
|
-
"shape": "
|
4634
|
+
"shape": "Spn"
|
4470
4635
|
},
|
4471
4636
|
"TrainingJobStatus": {},
|
4472
4637
|
"SecondaryStatus": {},
|
@@ -4475,7 +4640,7 @@
|
|
4475
4640
|
"shape": "S2t"
|
4476
4641
|
},
|
4477
4642
|
"AlgorithmSpecification": {
|
4478
|
-
"shape": "
|
4643
|
+
"shape": "Sjt"
|
4479
4644
|
},
|
4480
4645
|
"RoleArn": {},
|
4481
4646
|
"InputDataConfig": {
|
@@ -4506,10 +4671,10 @@
|
|
4506
4671
|
"type": "timestamp"
|
4507
4672
|
},
|
4508
4673
|
"SecondaryStatusTransitions": {
|
4509
|
-
"shape": "
|
4674
|
+
"shape": "Suo"
|
4510
4675
|
},
|
4511
4676
|
"FinalMetricDataList": {
|
4512
|
-
"shape": "
|
4677
|
+
"shape": "Sur"
|
4513
4678
|
},
|
4514
4679
|
"EnableNetworkIsolation": {
|
4515
4680
|
"type": "boolean"
|
@@ -4521,7 +4686,7 @@
|
|
4521
4686
|
"type": "boolean"
|
4522
4687
|
},
|
4523
4688
|
"CheckpointConfig": {
|
4524
|
-
"shape": "
|
4689
|
+
"shape": "Sco"
|
4525
4690
|
},
|
4526
4691
|
"TrainingTimeInSeconds": {
|
4527
4692
|
"type": "integer"
|
@@ -4530,25 +4695,25 @@
|
|
4530
4695
|
"type": "integer"
|
4531
4696
|
},
|
4532
4697
|
"DebugHookConfig": {
|
4533
|
-
"shape": "
|
4698
|
+
"shape": "Sju"
|
4534
4699
|
},
|
4535
4700
|
"ExperimentConfig": {
|
4536
|
-
"shape": "
|
4701
|
+
"shape": "Sj8"
|
4537
4702
|
},
|
4538
4703
|
"DebugRuleConfigurations": {
|
4539
|
-
"shape": "
|
4704
|
+
"shape": "Sk2"
|
4540
4705
|
},
|
4541
4706
|
"TensorBoardOutputConfig": {
|
4542
|
-
"shape": "
|
4707
|
+
"shape": "Sk7"
|
4543
4708
|
},
|
4544
4709
|
"DebugRuleEvaluationStatuses": {
|
4545
|
-
"shape": "
|
4710
|
+
"shape": "Suv"
|
4546
4711
|
},
|
4547
4712
|
"ProfilerConfig": {
|
4548
|
-
"shape": "
|
4713
|
+
"shape": "Sk8"
|
4549
4714
|
},
|
4550
4715
|
"ProfilerRuleConfigurations": {
|
4551
|
-
"shape": "
|
4716
|
+
"shape": "Skb"
|
4552
4717
|
},
|
4553
4718
|
"ProfilerRuleEvaluationStatuses": {
|
4554
4719
|
"type": "list",
|
@@ -4567,10 +4732,10 @@
|
|
4567
4732
|
},
|
4568
4733
|
"ProfilingStatus": {},
|
4569
4734
|
"RetryStrategy": {
|
4570
|
-
"shape": "
|
4735
|
+
"shape": "Scp"
|
4571
4736
|
},
|
4572
4737
|
"Environment": {
|
4573
|
-
"shape": "
|
4738
|
+
"shape": "Skd"
|
4574
4739
|
}
|
4575
4740
|
}
|
4576
4741
|
}
|
@@ -4606,7 +4771,7 @@
|
|
4606
4771
|
"type": "integer"
|
4607
4772
|
},
|
4608
4773
|
"ModelClientConfig": {
|
4609
|
-
"shape": "
|
4774
|
+
"shape": "Skk"
|
4610
4775
|
},
|
4611
4776
|
"MaxPayloadInMB": {
|
4612
4777
|
"type": "integer"
|
@@ -4636,10 +4801,10 @@
|
|
4636
4801
|
"LabelingJobArn": {},
|
4637
4802
|
"AutoMLJobArn": {},
|
4638
4803
|
"DataProcessing": {
|
4639
|
-
"shape": "
|
4804
|
+
"shape": "Skn"
|
4640
4805
|
},
|
4641
4806
|
"ExperimentConfig": {
|
4642
|
-
"shape": "
|
4807
|
+
"shape": "Sj8"
|
4643
4808
|
}
|
4644
4809
|
}
|
4645
4810
|
}
|
@@ -4662,19 +4827,19 @@
|
|
4662
4827
|
"DisplayName": {},
|
4663
4828
|
"ExperimentName": {},
|
4664
4829
|
"Source": {
|
4665
|
-
"shape": "
|
4830
|
+
"shape": "Sv7"
|
4666
4831
|
},
|
4667
4832
|
"CreationTime": {
|
4668
4833
|
"type": "timestamp"
|
4669
4834
|
},
|
4670
4835
|
"CreatedBy": {
|
4671
|
-
"shape": "
|
4836
|
+
"shape": "So0"
|
4672
4837
|
},
|
4673
4838
|
"LastModifiedTime": {
|
4674
4839
|
"type": "timestamp"
|
4675
4840
|
},
|
4676
4841
|
"LastModifiedBy": {
|
4677
|
-
"shape": "
|
4842
|
+
"shape": "So0"
|
4678
4843
|
},
|
4679
4844
|
"MetadataProperties": {
|
4680
4845
|
"shape": "S1q"
|
@@ -4699,10 +4864,10 @@
|
|
4699
4864
|
"TrialComponentArn": {},
|
4700
4865
|
"DisplayName": {},
|
4701
4866
|
"Source": {
|
4702
|
-
"shape": "
|
4867
|
+
"shape": "Svb"
|
4703
4868
|
},
|
4704
4869
|
"Status": {
|
4705
|
-
"shape": "
|
4870
|
+
"shape": "Skv"
|
4706
4871
|
},
|
4707
4872
|
"StartTime": {
|
4708
4873
|
"type": "timestamp"
|
@@ -4714,28 +4879,28 @@
|
|
4714
4879
|
"type": "timestamp"
|
4715
4880
|
},
|
4716
4881
|
"CreatedBy": {
|
4717
|
-
"shape": "
|
4882
|
+
"shape": "So0"
|
4718
4883
|
},
|
4719
4884
|
"LastModifiedTime": {
|
4720
4885
|
"type": "timestamp"
|
4721
4886
|
},
|
4722
4887
|
"LastModifiedBy": {
|
4723
|
-
"shape": "
|
4888
|
+
"shape": "So0"
|
4724
4889
|
},
|
4725
4890
|
"Parameters": {
|
4726
|
-
"shape": "
|
4891
|
+
"shape": "Skz"
|
4727
4892
|
},
|
4728
4893
|
"InputArtifacts": {
|
4729
|
-
"shape": "
|
4894
|
+
"shape": "Sl3"
|
4730
4895
|
},
|
4731
4896
|
"OutputArtifacts": {
|
4732
|
-
"shape": "
|
4897
|
+
"shape": "Sl3"
|
4733
4898
|
},
|
4734
4899
|
"MetadataProperties": {
|
4735
4900
|
"shape": "S1q"
|
4736
4901
|
},
|
4737
4902
|
"Metrics": {
|
4738
|
-
"shape": "
|
4903
|
+
"shape": "Svd"
|
4739
4904
|
},
|
4740
4905
|
"LineageGroupArn": {}
|
4741
4906
|
}
|
@@ -4793,7 +4958,7 @@
|
|
4793
4958
|
],
|
4794
4959
|
"members": {
|
4795
4960
|
"Workforce": {
|
4796
|
-
"shape": "
|
4961
|
+
"shape": "Svn"
|
4797
4962
|
}
|
4798
4963
|
}
|
4799
4964
|
}
|
@@ -4815,7 +4980,7 @@
|
|
4815
4980
|
],
|
4816
4981
|
"members": {
|
4817
4982
|
"Workteam": {
|
4818
|
-
"shape": "
|
4983
|
+
"shape": "Svv"
|
4819
4984
|
}
|
4820
4985
|
}
|
4821
4986
|
}
|
@@ -5314,7 +5479,7 @@
|
|
5314
5479
|
"type": "timestamp"
|
5315
5480
|
},
|
5316
5481
|
"CreatedBy": {
|
5317
|
-
"shape": "
|
5482
|
+
"shape": "So0"
|
5318
5483
|
}
|
5319
5484
|
}
|
5320
5485
|
}
|
@@ -5383,7 +5548,7 @@
|
|
5383
5548
|
},
|
5384
5549
|
"FailureReason": {},
|
5385
5550
|
"PartialFailureReasons": {
|
5386
|
-
"shape": "
|
5551
|
+
"shape": "Sok"
|
5387
5552
|
}
|
5388
5553
|
}
|
5389
5554
|
}
|
@@ -5419,7 +5584,7 @@
|
|
5419
5584
|
"Candidates": {
|
5420
5585
|
"type": "list",
|
5421
5586
|
"member": {
|
5422
|
-
"shape": "
|
5587
|
+
"shape": "Som"
|
5423
5588
|
}
|
5424
5589
|
},
|
5425
5590
|
"NextToken": {}
|
@@ -5629,7 +5794,7 @@
|
|
5629
5794
|
],
|
5630
5795
|
"members": {
|
5631
5796
|
"JobDefinitionSummaries": {
|
5632
|
-
"shape": "
|
5797
|
+
"shape": "Syo"
|
5633
5798
|
},
|
5634
5799
|
"NextToken": {}
|
5635
5800
|
}
|
@@ -5789,6 +5954,76 @@
|
|
5789
5954
|
}
|
5790
5955
|
}
|
5791
5956
|
},
|
5957
|
+
"ListEdgeDeploymentPlans": {
|
5958
|
+
"input": {
|
5959
|
+
"type": "structure",
|
5960
|
+
"members": {
|
5961
|
+
"NextToken": {},
|
5962
|
+
"MaxResults": {
|
5963
|
+
"type": "integer"
|
5964
|
+
},
|
5965
|
+
"CreationTimeAfter": {
|
5966
|
+
"type": "timestamp"
|
5967
|
+
},
|
5968
|
+
"CreationTimeBefore": {
|
5969
|
+
"type": "timestamp"
|
5970
|
+
},
|
5971
|
+
"LastModifiedTimeAfter": {
|
5972
|
+
"type": "timestamp"
|
5973
|
+
},
|
5974
|
+
"LastModifiedTimeBefore": {
|
5975
|
+
"type": "timestamp"
|
5976
|
+
},
|
5977
|
+
"NameContains": {},
|
5978
|
+
"DeviceFleetNameContains": {},
|
5979
|
+
"SortBy": {},
|
5980
|
+
"SortOrder": {}
|
5981
|
+
}
|
5982
|
+
},
|
5983
|
+
"output": {
|
5984
|
+
"type": "structure",
|
5985
|
+
"required": [
|
5986
|
+
"EdgeDeploymentPlanSummaries"
|
5987
|
+
],
|
5988
|
+
"members": {
|
5989
|
+
"EdgeDeploymentPlanSummaries": {
|
5990
|
+
"type": "list",
|
5991
|
+
"member": {
|
5992
|
+
"type": "structure",
|
5993
|
+
"required": [
|
5994
|
+
"EdgeDeploymentPlanArn",
|
5995
|
+
"EdgeDeploymentPlanName",
|
5996
|
+
"DeviceFleetName",
|
5997
|
+
"EdgeDeploymentSuccess",
|
5998
|
+
"EdgeDeploymentPending",
|
5999
|
+
"EdgeDeploymentFailed"
|
6000
|
+
],
|
6001
|
+
"members": {
|
6002
|
+
"EdgeDeploymentPlanArn": {},
|
6003
|
+
"EdgeDeploymentPlanName": {},
|
6004
|
+
"DeviceFleetName": {},
|
6005
|
+
"EdgeDeploymentSuccess": {
|
6006
|
+
"type": "integer"
|
6007
|
+
},
|
6008
|
+
"EdgeDeploymentPending": {
|
6009
|
+
"type": "integer"
|
6010
|
+
},
|
6011
|
+
"EdgeDeploymentFailed": {
|
6012
|
+
"type": "integer"
|
6013
|
+
},
|
6014
|
+
"CreationTime": {
|
6015
|
+
"type": "timestamp"
|
6016
|
+
},
|
6017
|
+
"LastModifiedTime": {
|
6018
|
+
"type": "timestamp"
|
6019
|
+
}
|
6020
|
+
}
|
6021
|
+
}
|
6022
|
+
},
|
6023
|
+
"NextToken": {}
|
6024
|
+
}
|
6025
|
+
}
|
6026
|
+
},
|
5792
6027
|
"ListEdgePackagingJobs": {
|
5793
6028
|
"input": {
|
5794
6029
|
"type": "structure",
|
@@ -5988,7 +6223,7 @@
|
|
5988
6223
|
"ExperimentName": {},
|
5989
6224
|
"DisplayName": {},
|
5990
6225
|
"ExperimentSource": {
|
5991
|
-
"shape": "
|
6226
|
+
"shape": "Sr9"
|
5992
6227
|
},
|
5993
6228
|
"CreationTime": {
|
5994
6229
|
"type": "timestamp"
|
@@ -6048,7 +6283,7 @@
|
|
6048
6283
|
},
|
6049
6284
|
"FeatureGroupStatus": {},
|
6050
6285
|
"OfflineStoreStatus": {
|
6051
|
-
"shape": "
|
6286
|
+
"shape": "Srf"
|
6052
6287
|
}
|
6053
6288
|
}
|
6054
6289
|
}
|
@@ -6210,13 +6445,13 @@
|
|
6210
6445
|
"type": "timestamp"
|
6211
6446
|
},
|
6212
6447
|
"TrainingJobStatusCounters": {
|
6213
|
-
"shape": "
|
6448
|
+
"shape": "Ss4"
|
6214
6449
|
},
|
6215
6450
|
"ObjectiveStatusCounters": {
|
6216
|
-
"shape": "
|
6451
|
+
"shape": "Ss6"
|
6217
6452
|
},
|
6218
6453
|
"ResourceLimits": {
|
6219
|
-
"shape": "
|
6454
|
+
"shape": "Sc4"
|
6220
6455
|
}
|
6221
6456
|
}
|
6222
6457
|
}
|
@@ -6472,17 +6707,17 @@
|
|
6472
6707
|
},
|
6473
6708
|
"LabelingJobStatus": {},
|
6474
6709
|
"LabelCounters": {
|
6475
|
-
"shape": "
|
6710
|
+
"shape": "Ssv"
|
6476
6711
|
},
|
6477
6712
|
"WorkteamArn": {},
|
6478
6713
|
"PreHumanTaskLambdaArn": {},
|
6479
6714
|
"AnnotationConsolidationLambdaArn": {},
|
6480
6715
|
"FailureReason": {},
|
6481
6716
|
"LabelingJobOutput": {
|
6482
|
-
"shape": "
|
6717
|
+
"shape": "Ssy"
|
6483
6718
|
},
|
6484
6719
|
"InputConfig": {
|
6485
|
-
"shape": "
|
6720
|
+
"shape": "Se6"
|
6486
6721
|
}
|
6487
6722
|
}
|
6488
6723
|
}
|
@@ -6629,7 +6864,7 @@
|
|
6629
6864
|
],
|
6630
6865
|
"members": {
|
6631
6866
|
"JobDefinitionSummaries": {
|
6632
|
-
"shape": "
|
6867
|
+
"shape": "Syo"
|
6633
6868
|
},
|
6634
6869
|
"NextToken": {}
|
6635
6870
|
}
|
@@ -6662,7 +6897,7 @@
|
|
6662
6897
|
],
|
6663
6898
|
"members": {
|
6664
6899
|
"JobDefinitionSummaries": {
|
6665
|
-
"shape": "
|
6900
|
+
"shape": "Syo"
|
6666
6901
|
},
|
6667
6902
|
"NextToken": {}
|
6668
6903
|
}
|
@@ -6862,7 +7097,7 @@
|
|
6862
7097
|
],
|
6863
7098
|
"members": {
|
6864
7099
|
"JobDefinitionSummaries": {
|
6865
|
-
"shape": "
|
7100
|
+
"shape": "Syo"
|
6866
7101
|
},
|
6867
7102
|
"NextToken": {}
|
6868
7103
|
}
|
@@ -6959,7 +7194,7 @@
|
|
6959
7194
|
"MonitoringExecutionSummaries": {
|
6960
7195
|
"type": "list",
|
6961
7196
|
"member": {
|
6962
|
-
"shape": "
|
7197
|
+
"shape": "Stm"
|
6963
7198
|
}
|
6964
7199
|
},
|
6965
7200
|
"NextToken": {}
|
@@ -7140,7 +7375,7 @@
|
|
7140
7375
|
"NotebookInstanceLifecycleConfigName": {},
|
7141
7376
|
"DefaultCodeRepository": {},
|
7142
7377
|
"AdditionalCodeRepositories": {
|
7143
|
-
"shape": "
|
7378
|
+
"shape": "Sha"
|
7144
7379
|
}
|
7145
7380
|
}
|
7146
7381
|
}
|
@@ -7239,7 +7474,7 @@
|
|
7239
7474
|
"CallbackToken": {},
|
7240
7475
|
"SqsQueueUrl": {},
|
7241
7476
|
"OutputParameters": {
|
7242
|
-
"shape": "
|
7477
|
+
"shape": "S13o"
|
7243
7478
|
}
|
7244
7479
|
}
|
7245
7480
|
},
|
@@ -7248,7 +7483,7 @@
|
|
7248
7483
|
"members": {
|
7249
7484
|
"Arn": {},
|
7250
7485
|
"OutputParameters": {
|
7251
|
-
"shape": "
|
7486
|
+
"shape": "S13o"
|
7252
7487
|
}
|
7253
7488
|
}
|
7254
7489
|
},
|
@@ -7375,7 +7610,7 @@
|
|
7375
7610
|
"type": "structure",
|
7376
7611
|
"members": {
|
7377
7612
|
"PipelineParameters": {
|
7378
|
-
"shape": "
|
7613
|
+
"shape": "S143"
|
7379
7614
|
},
|
7380
7615
|
"NextToken": {}
|
7381
7616
|
}
|
@@ -7545,6 +7780,63 @@
|
|
7545
7780
|
}
|
7546
7781
|
}
|
7547
7782
|
},
|
7783
|
+
"ListStageDevices": {
|
7784
|
+
"input": {
|
7785
|
+
"type": "structure",
|
7786
|
+
"required": [
|
7787
|
+
"EdgeDeploymentPlanName",
|
7788
|
+
"StageName"
|
7789
|
+
],
|
7790
|
+
"members": {
|
7791
|
+
"NextToken": {},
|
7792
|
+
"MaxResults": {
|
7793
|
+
"type": "integer"
|
7794
|
+
},
|
7795
|
+
"EdgeDeploymentPlanName": {},
|
7796
|
+
"ExcludeDevicesDeployedInOtherStage": {
|
7797
|
+
"type": "boolean"
|
7798
|
+
},
|
7799
|
+
"StageName": {}
|
7800
|
+
}
|
7801
|
+
},
|
7802
|
+
"output": {
|
7803
|
+
"type": "structure",
|
7804
|
+
"required": [
|
7805
|
+
"DeviceDeploymentSummaries"
|
7806
|
+
],
|
7807
|
+
"members": {
|
7808
|
+
"DeviceDeploymentSummaries": {
|
7809
|
+
"type": "list",
|
7810
|
+
"member": {
|
7811
|
+
"type": "structure",
|
7812
|
+
"required": [
|
7813
|
+
"EdgeDeploymentPlanArn",
|
7814
|
+
"EdgeDeploymentPlanName",
|
7815
|
+
"StageName",
|
7816
|
+
"DeviceName",
|
7817
|
+
"DeviceArn"
|
7818
|
+
],
|
7819
|
+
"members": {
|
7820
|
+
"EdgeDeploymentPlanArn": {},
|
7821
|
+
"EdgeDeploymentPlanName": {},
|
7822
|
+
"StageName": {},
|
7823
|
+
"DeployedStageName": {},
|
7824
|
+
"DeviceFleetName": {},
|
7825
|
+
"DeviceName": {},
|
7826
|
+
"DeviceArn": {},
|
7827
|
+
"DeviceDeploymentStatus": {},
|
7828
|
+
"DeviceDeploymentStatusMessage": {},
|
7829
|
+
"Description": {},
|
7830
|
+
"DeploymentStartTime": {
|
7831
|
+
"type": "timestamp"
|
7832
|
+
}
|
7833
|
+
}
|
7834
|
+
}
|
7835
|
+
},
|
7836
|
+
"NextToken": {}
|
7837
|
+
}
|
7838
|
+
}
|
7839
|
+
},
|
7548
7840
|
"ListStudioLifecycleConfigs": {
|
7549
7841
|
"input": {
|
7550
7842
|
"type": "structure",
|
@@ -7615,7 +7907,7 @@
|
|
7615
7907
|
"SubscribedWorkteams": {
|
7616
7908
|
"type": "list",
|
7617
7909
|
"member": {
|
7618
|
-
"shape": "
|
7910
|
+
"shape": "Suk"
|
7619
7911
|
}
|
7620
7912
|
},
|
7621
7913
|
"NextToken": {}
|
@@ -7734,7 +8026,7 @@
|
|
7734
8026
|
"TrainingJobSummaries": {
|
7735
8027
|
"type": "list",
|
7736
8028
|
"member": {
|
7737
|
-
"shape": "
|
8029
|
+
"shape": "Ss8"
|
7738
8030
|
}
|
7739
8031
|
},
|
7740
8032
|
"NextToken": {}
|
@@ -7837,10 +8129,10 @@
|
|
7837
8129
|
"TrialComponentArn": {},
|
7838
8130
|
"DisplayName": {},
|
7839
8131
|
"TrialComponentSource": {
|
7840
|
-
"shape": "
|
8132
|
+
"shape": "Svb"
|
7841
8133
|
},
|
7842
8134
|
"Status": {
|
7843
|
-
"shape": "
|
8135
|
+
"shape": "Skv"
|
7844
8136
|
},
|
7845
8137
|
"StartTime": {
|
7846
8138
|
"type": "timestamp"
|
@@ -7852,13 +8144,13 @@
|
|
7852
8144
|
"type": "timestamp"
|
7853
8145
|
},
|
7854
8146
|
"CreatedBy": {
|
7855
|
-
"shape": "
|
8147
|
+
"shape": "So0"
|
7856
8148
|
},
|
7857
8149
|
"LastModifiedTime": {
|
7858
8150
|
"type": "timestamp"
|
7859
8151
|
},
|
7860
8152
|
"LastModifiedBy": {
|
7861
|
-
"shape": "
|
8153
|
+
"shape": "So0"
|
7862
8154
|
}
|
7863
8155
|
}
|
7864
8156
|
}
|
@@ -7899,7 +8191,7 @@
|
|
7899
8191
|
"TrialName": {},
|
7900
8192
|
"DisplayName": {},
|
7901
8193
|
"TrialSource": {
|
7902
|
-
"shape": "
|
8194
|
+
"shape": "Sv7"
|
7903
8195
|
},
|
7904
8196
|
"CreationTime": {
|
7905
8197
|
"type": "timestamp"
|
@@ -7974,7 +8266,7 @@
|
|
7974
8266
|
"Workforces": {
|
7975
8267
|
"type": "list",
|
7976
8268
|
"member": {
|
7977
|
-
"shape": "
|
8269
|
+
"shape": "Svn"
|
7978
8270
|
}
|
7979
8271
|
},
|
7980
8272
|
"NextToken": {}
|
@@ -8003,7 +8295,7 @@
|
|
8003
8295
|
"Workteams": {
|
8004
8296
|
"type": "list",
|
8005
8297
|
"member": {
|
8006
|
-
"shape": "
|
8298
|
+
"shape": "Svv"
|
8007
8299
|
}
|
8008
8300
|
},
|
8009
8301
|
"NextToken": {}
|
@@ -8035,9 +8327,6 @@
|
|
8035
8327
|
"QueryLineage": {
|
8036
8328
|
"input": {
|
8037
8329
|
"type": "structure",
|
8038
|
-
"required": [
|
8039
|
-
"StartArns"
|
8040
|
-
],
|
8041
8330
|
"members": {
|
8042
8331
|
"StartArns": {
|
8043
8332
|
"type": "list",
|
@@ -8125,7 +8414,7 @@
|
|
8125
8414
|
"members": {
|
8126
8415
|
"DeviceFleetName": {},
|
8127
8416
|
"Devices": {
|
8128
|
-
"shape": "
|
8417
|
+
"shape": "S16k"
|
8129
8418
|
},
|
8130
8419
|
"Tags": {
|
8131
8420
|
"shape": "S7"
|
@@ -8142,7 +8431,7 @@
|
|
8142
8431
|
],
|
8143
8432
|
"members": {
|
8144
8433
|
"UiTemplate": {
|
8145
|
-
"shape": "
|
8434
|
+
"shape": "Sbx"
|
8146
8435
|
},
|
8147
8436
|
"Task": {
|
8148
8437
|
"type": "structure",
|
@@ -8195,7 +8484,7 @@
|
|
8195
8484
|
"idempotencyToken": true
|
8196
8485
|
},
|
8197
8486
|
"ParallelismConfiguration": {
|
8198
|
-
"shape": "
|
8487
|
+
"shape": "Shw"
|
8199
8488
|
}
|
8200
8489
|
}
|
8201
8490
|
},
|
@@ -8215,7 +8504,7 @@
|
|
8215
8504
|
"members": {
|
8216
8505
|
"Resource": {},
|
8217
8506
|
"SearchExpression": {
|
8218
|
-
"shape": "
|
8507
|
+
"shape": "S16v"
|
8219
8508
|
},
|
8220
8509
|
"SortBy": {},
|
8221
8510
|
"SortOrder": {},
|
@@ -8234,7 +8523,7 @@
|
|
8234
8523
|
"type": "structure",
|
8235
8524
|
"members": {
|
8236
8525
|
"TrainingJob": {
|
8237
|
-
"shape": "
|
8526
|
+
"shape": "S178"
|
8238
8527
|
},
|
8239
8528
|
"Experiment": {
|
8240
8529
|
"type": "structure",
|
@@ -8243,20 +8532,20 @@
|
|
8243
8532
|
"ExperimentArn": {},
|
8244
8533
|
"DisplayName": {},
|
8245
8534
|
"Source": {
|
8246
|
-
"shape": "
|
8535
|
+
"shape": "Sr9"
|
8247
8536
|
},
|
8248
8537
|
"Description": {},
|
8249
8538
|
"CreationTime": {
|
8250
8539
|
"type": "timestamp"
|
8251
8540
|
},
|
8252
8541
|
"CreatedBy": {
|
8253
|
-
"shape": "
|
8542
|
+
"shape": "So0"
|
8254
8543
|
},
|
8255
8544
|
"LastModifiedTime": {
|
8256
8545
|
"type": "timestamp"
|
8257
8546
|
},
|
8258
8547
|
"LastModifiedBy": {
|
8259
|
-
"shape": "
|
8548
|
+
"shape": "So0"
|
8260
8549
|
},
|
8261
8550
|
"Tags": {
|
8262
8551
|
"shape": "S7"
|
@@ -8271,19 +8560,19 @@
|
|
8271
8560
|
"DisplayName": {},
|
8272
8561
|
"ExperimentName": {},
|
8273
8562
|
"Source": {
|
8274
|
-
"shape": "
|
8563
|
+
"shape": "Sv7"
|
8275
8564
|
},
|
8276
8565
|
"CreationTime": {
|
8277
8566
|
"type": "timestamp"
|
8278
8567
|
},
|
8279
8568
|
"CreatedBy": {
|
8280
|
-
"shape": "
|
8569
|
+
"shape": "So0"
|
8281
8570
|
},
|
8282
8571
|
"LastModifiedTime": {
|
8283
8572
|
"type": "timestamp"
|
8284
8573
|
},
|
8285
8574
|
"LastModifiedBy": {
|
8286
|
-
"shape": "
|
8575
|
+
"shape": "So0"
|
8287
8576
|
},
|
8288
8577
|
"MetadataProperties": {
|
8289
8578
|
"shape": "S1q"
|
@@ -8299,13 +8588,13 @@
|
|
8299
8588
|
"TrialComponentName": {},
|
8300
8589
|
"TrialComponentArn": {},
|
8301
8590
|
"TrialComponentSource": {
|
8302
|
-
"shape": "
|
8591
|
+
"shape": "Svb"
|
8303
8592
|
},
|
8304
8593
|
"CreationTime": {
|
8305
8594
|
"type": "timestamp"
|
8306
8595
|
},
|
8307
8596
|
"CreatedBy": {
|
8308
|
-
"shape": "
|
8597
|
+
"shape": "So0"
|
8309
8598
|
}
|
8310
8599
|
}
|
8311
8600
|
}
|
@@ -8319,10 +8608,10 @@
|
|
8319
8608
|
"DisplayName": {},
|
8320
8609
|
"TrialComponentArn": {},
|
8321
8610
|
"Source": {
|
8322
|
-
"shape": "
|
8611
|
+
"shape": "Svb"
|
8323
8612
|
},
|
8324
8613
|
"Status": {
|
8325
|
-
"shape": "
|
8614
|
+
"shape": "Skv"
|
8326
8615
|
},
|
8327
8616
|
"StartTime": {
|
8328
8617
|
"type": "timestamp"
|
@@ -8334,25 +8623,25 @@
|
|
8334
8623
|
"type": "timestamp"
|
8335
8624
|
},
|
8336
8625
|
"CreatedBy": {
|
8337
|
-
"shape": "
|
8626
|
+
"shape": "So0"
|
8338
8627
|
},
|
8339
8628
|
"LastModifiedTime": {
|
8340
8629
|
"type": "timestamp"
|
8341
8630
|
},
|
8342
8631
|
"LastModifiedBy": {
|
8343
|
-
"shape": "
|
8632
|
+
"shape": "So0"
|
8344
8633
|
},
|
8345
8634
|
"Parameters": {
|
8346
|
-
"shape": "
|
8635
|
+
"shape": "Skz"
|
8347
8636
|
},
|
8348
8637
|
"InputArtifacts": {
|
8349
|
-
"shape": "
|
8638
|
+
"shape": "Sl3"
|
8350
8639
|
},
|
8351
8640
|
"OutputArtifacts": {
|
8352
|
-
"shape": "
|
8641
|
+
"shape": "Sl3"
|
8353
8642
|
},
|
8354
8643
|
"Metrics": {
|
8355
|
-
"shape": "
|
8644
|
+
"shape": "Svd"
|
8356
8645
|
},
|
8357
8646
|
"MetadataProperties": {
|
8358
8647
|
"shape": "S1q"
|
@@ -8362,36 +8651,36 @@
|
|
8362
8651
|
"members": {
|
8363
8652
|
"SourceArn": {},
|
8364
8653
|
"TrainingJob": {
|
8365
|
-
"shape": "
|
8654
|
+
"shape": "S178"
|
8366
8655
|
},
|
8367
8656
|
"ProcessingJob": {
|
8368
8657
|
"type": "structure",
|
8369
8658
|
"members": {
|
8370
8659
|
"ProcessingInputs": {
|
8371
|
-
"shape": "
|
8660
|
+
"shape": "Si9"
|
8372
8661
|
},
|
8373
8662
|
"ProcessingOutputConfig": {
|
8374
|
-
"shape": "
|
8663
|
+
"shape": "Siw"
|
8375
8664
|
},
|
8376
8665
|
"ProcessingJobName": {},
|
8377
8666
|
"ProcessingResources": {
|
8378
|
-
"shape": "
|
8667
|
+
"shape": "Sj1"
|
8379
8668
|
},
|
8380
8669
|
"StoppingCondition": {
|
8381
|
-
"shape": "
|
8670
|
+
"shape": "Sj3"
|
8382
8671
|
},
|
8383
8672
|
"AppSpecification": {
|
8384
|
-
"shape": "
|
8673
|
+
"shape": "Sj5"
|
8385
8674
|
},
|
8386
8675
|
"Environment": {
|
8387
|
-
"shape": "
|
8676
|
+
"shape": "Sj7"
|
8388
8677
|
},
|
8389
8678
|
"NetworkConfig": {
|
8390
|
-
"shape": "
|
8679
|
+
"shape": "Sgx"
|
8391
8680
|
},
|
8392
8681
|
"RoleArn": {},
|
8393
8682
|
"ExperimentConfig": {
|
8394
|
-
"shape": "
|
8683
|
+
"shape": "Sj8"
|
8395
8684
|
},
|
8396
8685
|
"ProcessingJobArn": {},
|
8397
8686
|
"ProcessingJobStatus": {},
|
@@ -8429,7 +8718,7 @@
|
|
8429
8718
|
"type": "integer"
|
8430
8719
|
},
|
8431
8720
|
"ModelClientConfig": {
|
8432
|
-
"shape": "
|
8721
|
+
"shape": "Skk"
|
8433
8722
|
},
|
8434
8723
|
"MaxPayloadInMB": {
|
8435
8724
|
"type": "integer"
|
@@ -8459,10 +8748,10 @@
|
|
8459
8748
|
"LabelingJobArn": {},
|
8460
8749
|
"AutoMLJobArn": {},
|
8461
8750
|
"DataProcessing": {
|
8462
|
-
"shape": "
|
8751
|
+
"shape": "Skn"
|
8463
8752
|
},
|
8464
8753
|
"ExperimentConfig": {
|
8465
|
-
"shape": "
|
8754
|
+
"shape": "Sj8"
|
8466
8755
|
},
|
8467
8756
|
"Tags": {
|
8468
8757
|
"shape": "S7"
|
@@ -8502,10 +8791,10 @@
|
|
8502
8791
|
"EndpointArn": {},
|
8503
8792
|
"EndpointConfigName": {},
|
8504
8793
|
"ProductionVariants": {
|
8505
|
-
"shape": "
|
8794
|
+
"shape": "Sqq"
|
8506
8795
|
},
|
8507
8796
|
"DataCaptureConfig": {
|
8508
|
-
"shape": "
|
8797
|
+
"shape": "Sqz"
|
8509
8798
|
},
|
8510
8799
|
"EndpointStatus": {},
|
8511
8800
|
"FailureReason": {},
|
@@ -8532,11 +8821,11 @@
|
|
8532
8821
|
"type": "timestamp"
|
8533
8822
|
},
|
8534
8823
|
"MonitoringScheduleConfig": {
|
8535
|
-
"shape": "
|
8824
|
+
"shape": "Sgp"
|
8536
8825
|
},
|
8537
8826
|
"EndpointName": {},
|
8538
8827
|
"LastMonitoringExecutionSummary": {
|
8539
|
-
"shape": "
|
8828
|
+
"shape": "Stm"
|
8540
8829
|
},
|
8541
8830
|
"Tags": {
|
8542
8831
|
"shape": "S7"
|
@@ -8566,49 +8855,49 @@
|
|
8566
8855
|
"shape": "Sr"
|
8567
8856
|
},
|
8568
8857
|
"SourceAlgorithmSpecification": {
|
8569
|
-
"shape": "
|
8858
|
+
"shape": "Sfs"
|
8570
8859
|
},
|
8571
8860
|
"ValidationSpecification": {
|
8572
|
-
"shape": "
|
8861
|
+
"shape": "Sfp"
|
8573
8862
|
},
|
8574
8863
|
"ModelPackageStatus": {},
|
8575
8864
|
"ModelPackageStatusDetails": {
|
8576
|
-
"shape": "
|
8865
|
+
"shape": "St9"
|
8577
8866
|
},
|
8578
8867
|
"CertifyForMarketplace": {
|
8579
8868
|
"type": "boolean"
|
8580
8869
|
},
|
8581
8870
|
"ModelApprovalStatus": {},
|
8582
8871
|
"CreatedBy": {
|
8583
|
-
"shape": "
|
8872
|
+
"shape": "So0"
|
8584
8873
|
},
|
8585
8874
|
"MetadataProperties": {
|
8586
8875
|
"shape": "S1q"
|
8587
8876
|
},
|
8588
8877
|
"ModelMetrics": {
|
8589
|
-
"shape": "
|
8878
|
+
"shape": "Sfv"
|
8590
8879
|
},
|
8591
8880
|
"LastModifiedTime": {
|
8592
8881
|
"type": "timestamp"
|
8593
8882
|
},
|
8594
8883
|
"LastModifiedBy": {
|
8595
|
-
"shape": "
|
8884
|
+
"shape": "So0"
|
8596
8885
|
},
|
8597
8886
|
"ApprovalDescription": {},
|
8598
8887
|
"Domain": {},
|
8599
8888
|
"Task": {},
|
8600
8889
|
"SamplePayloadUrl": {},
|
8601
8890
|
"AdditionalInferenceSpecifications": {
|
8602
|
-
"shape": "
|
8891
|
+
"shape": "Sgb"
|
8603
8892
|
},
|
8604
8893
|
"Tags": {
|
8605
8894
|
"shape": "S7"
|
8606
8895
|
},
|
8607
8896
|
"CustomerMetadataProperties": {
|
8608
|
-
"shape": "
|
8897
|
+
"shape": "Sg2"
|
8609
8898
|
},
|
8610
8899
|
"DriftCheckBaselines": {
|
8611
|
-
"shape": "
|
8900
|
+
"shape": "Sg5"
|
8612
8901
|
}
|
8613
8902
|
}
|
8614
8903
|
},
|
@@ -8622,7 +8911,7 @@
|
|
8622
8911
|
"type": "timestamp"
|
8623
8912
|
},
|
8624
8913
|
"CreatedBy": {
|
8625
|
-
"shape": "
|
8914
|
+
"shape": "So0"
|
8626
8915
|
},
|
8627
8916
|
"ModelPackageGroupStatus": {},
|
8628
8917
|
"Tags": {
|
@@ -8649,13 +8938,13 @@
|
|
8649
8938
|
"type": "timestamp"
|
8650
8939
|
},
|
8651
8940
|
"CreatedBy": {
|
8652
|
-
"shape": "
|
8941
|
+
"shape": "So0"
|
8653
8942
|
},
|
8654
8943
|
"LastModifiedBy": {
|
8655
|
-
"shape": "
|
8944
|
+
"shape": "So0"
|
8656
8945
|
},
|
8657
8946
|
"ParallelismConfiguration": {
|
8658
|
-
"shape": "
|
8947
|
+
"shape": "Shw"
|
8659
8948
|
},
|
8660
8949
|
"Tags": {
|
8661
8950
|
"shape": "S7"
|
@@ -8671,7 +8960,7 @@
|
|
8671
8960
|
"PipelineExecutionStatus": {},
|
8672
8961
|
"PipelineExecutionDescription": {},
|
8673
8962
|
"PipelineExperimentConfig": {
|
8674
|
-
"shape": "
|
8963
|
+
"shape": "Su5"
|
8675
8964
|
},
|
8676
8965
|
"FailureReason": {},
|
8677
8966
|
"CreationTime": {
|
@@ -8681,16 +8970,16 @@
|
|
8681
8970
|
"type": "timestamp"
|
8682
8971
|
},
|
8683
8972
|
"CreatedBy": {
|
8684
|
-
"shape": "
|
8973
|
+
"shape": "So0"
|
8685
8974
|
},
|
8686
8975
|
"LastModifiedBy": {
|
8687
|
-
"shape": "
|
8976
|
+
"shape": "So0"
|
8688
8977
|
},
|
8689
8978
|
"ParallelismConfiguration": {
|
8690
|
-
"shape": "
|
8979
|
+
"shape": "Shw"
|
8691
8980
|
},
|
8692
8981
|
"PipelineParameters": {
|
8693
|
-
"shape": "
|
8982
|
+
"shape": "S143"
|
8694
8983
|
}
|
8695
8984
|
}
|
8696
8985
|
},
|
@@ -8702,7 +8991,7 @@
|
|
8702
8991
|
"RecordIdentifierFeatureName": {},
|
8703
8992
|
"EventTimeFeatureName": {},
|
8704
8993
|
"FeatureDefinitions": {
|
8705
|
-
"shape": "
|
8994
|
+
"shape": "Sas"
|
8706
8995
|
},
|
8707
8996
|
"CreationTime": {
|
8708
8997
|
"type": "timestamp"
|
@@ -8711,18 +9000,18 @@
|
|
8711
9000
|
"type": "timestamp"
|
8712
9001
|
},
|
8713
9002
|
"OnlineStoreConfig": {
|
8714
|
-
"shape": "
|
9003
|
+
"shape": "Sav"
|
8715
9004
|
},
|
8716
9005
|
"OfflineStoreConfig": {
|
8717
|
-
"shape": "
|
9006
|
+
"shape": "Sax"
|
8718
9007
|
},
|
8719
9008
|
"RoleArn": {},
|
8720
9009
|
"FeatureGroupStatus": {},
|
8721
9010
|
"OfflineStoreStatus": {
|
8722
|
-
"shape": "
|
9011
|
+
"shape": "Srf"
|
8723
9012
|
},
|
8724
9013
|
"LastUpdateStatus": {
|
8725
|
-
"shape": "
|
9014
|
+
"shape": "Sri"
|
8726
9015
|
},
|
8727
9016
|
"FailureReason": {},
|
8728
9017
|
"Description": {},
|
@@ -8739,14 +9028,14 @@
|
|
8739
9028
|
"ProjectId": {},
|
8740
9029
|
"ProjectDescription": {},
|
8741
9030
|
"ServiceCatalogProvisioningDetails": {
|
8742
|
-
"shape": "
|
9031
|
+
"shape": "Sjd"
|
8743
9032
|
},
|
8744
9033
|
"ServiceCatalogProvisionedProductDetails": {
|
8745
|
-
"shape": "
|
9034
|
+
"shape": "Sud"
|
8746
9035
|
},
|
8747
9036
|
"ProjectStatus": {},
|
8748
9037
|
"CreatedBy": {
|
8749
|
-
"shape": "
|
9038
|
+
"shape": "So0"
|
8750
9039
|
},
|
8751
9040
|
"CreationTime": {
|
8752
9041
|
"type": "timestamp"
|
@@ -8758,7 +9047,7 @@
|
|
8758
9047
|
"type": "timestamp"
|
8759
9048
|
},
|
8760
9049
|
"LastModifiedBy": {
|
8761
|
-
"shape": "
|
9050
|
+
"shape": "So0"
|
8762
9051
|
}
|
8763
9052
|
}
|
8764
9053
|
},
|
@@ -8777,7 +9066,7 @@
|
|
8777
9066
|
},
|
8778
9067
|
"Description": {},
|
8779
9068
|
"Parameters": {
|
8780
|
-
"shape": "
|
9069
|
+
"shape": "Sro"
|
8781
9070
|
}
|
8782
9071
|
}
|
8783
9072
|
}
|
@@ -8818,7 +9107,7 @@
|
|
8818
9107
|
"members": {
|
8819
9108
|
"CallbackToken": {},
|
8820
9109
|
"OutputParameters": {
|
8821
|
-
"shape": "
|
9110
|
+
"shape": "S13o"
|
8822
9111
|
},
|
8823
9112
|
"ClientRequestToken": {
|
8824
9113
|
"idempotencyToken": true
|
@@ -8832,6 +9121,19 @@
|
|
8832
9121
|
}
|
8833
9122
|
}
|
8834
9123
|
},
|
9124
|
+
"StartEdgeDeploymentStage": {
|
9125
|
+
"input": {
|
9126
|
+
"type": "structure",
|
9127
|
+
"required": [
|
9128
|
+
"EdgeDeploymentPlanName",
|
9129
|
+
"StageName"
|
9130
|
+
],
|
9131
|
+
"members": {
|
9132
|
+
"EdgeDeploymentPlanName": {},
|
9133
|
+
"StageName": {}
|
9134
|
+
}
|
9135
|
+
}
|
9136
|
+
},
|
8835
9137
|
"StartMonitoringSchedule": {
|
8836
9138
|
"input": {
|
8837
9139
|
"type": "structure",
|
@@ -8865,14 +9167,14 @@
|
|
8865
9167
|
"PipelineName": {},
|
8866
9168
|
"PipelineExecutionDisplayName": {},
|
8867
9169
|
"PipelineParameters": {
|
8868
|
-
"shape": "
|
9170
|
+
"shape": "S143"
|
8869
9171
|
},
|
8870
9172
|
"PipelineExecutionDescription": {},
|
8871
9173
|
"ClientRequestToken": {
|
8872
9174
|
"idempotencyToken": true
|
8873
9175
|
},
|
8874
9176
|
"ParallelismConfiguration": {
|
8875
|
-
"shape": "
|
9177
|
+
"shape": "Shw"
|
8876
9178
|
}
|
8877
9179
|
}
|
8878
9180
|
},
|
@@ -8905,6 +9207,19 @@
|
|
8905
9207
|
}
|
8906
9208
|
}
|
8907
9209
|
},
|
9210
|
+
"StopEdgeDeploymentStage": {
|
9211
|
+
"input": {
|
9212
|
+
"type": "structure",
|
9213
|
+
"required": [
|
9214
|
+
"EdgeDeploymentPlanName",
|
9215
|
+
"StageName"
|
9216
|
+
],
|
9217
|
+
"members": {
|
9218
|
+
"EdgeDeploymentPlanName": {},
|
9219
|
+
"StageName": {}
|
9220
|
+
}
|
9221
|
+
}
|
9222
|
+
},
|
8908
9223
|
"StopEdgePackagingJob": {
|
8909
9224
|
"input": {
|
8910
9225
|
"type": "structure",
|
@@ -9039,7 +9354,7 @@
|
|
9039
9354
|
"shape": "S1o"
|
9040
9355
|
},
|
9041
9356
|
"PropertiesToRemove": {
|
9042
|
-
"shape": "
|
9357
|
+
"shape": "S18h"
|
9043
9358
|
}
|
9044
9359
|
}
|
9045
9360
|
},
|
@@ -9083,7 +9398,7 @@
|
|
9083
9398
|
"shape": "S1o"
|
9084
9399
|
},
|
9085
9400
|
"PropertiesToRemove": {
|
9086
|
-
"shape": "
|
9401
|
+
"shape": "S18h"
|
9087
9402
|
}
|
9088
9403
|
}
|
9089
9404
|
},
|
@@ -9133,7 +9448,7 @@
|
|
9133
9448
|
"shape": "S1o"
|
9134
9449
|
},
|
9135
9450
|
"PropertiesToRemove": {
|
9136
|
-
"shape": "
|
9451
|
+
"shape": "S18h"
|
9137
9452
|
}
|
9138
9453
|
}
|
9139
9454
|
},
|
@@ -9174,7 +9489,7 @@
|
|
9174
9489
|
"members": {
|
9175
9490
|
"DeviceFleetName": {},
|
9176
9491
|
"Devices": {
|
9177
|
-
"shape": "
|
9492
|
+
"shape": "S16k"
|
9178
9493
|
}
|
9179
9494
|
}
|
9180
9495
|
}
|
@@ -9242,7 +9557,7 @@
|
|
9242
9557
|
}
|
9243
9558
|
},
|
9244
9559
|
"DeploymentConfig": {
|
9245
|
-
"shape": "
|
9560
|
+
"shape": "S9a"
|
9246
9561
|
},
|
9247
9562
|
"RetainDeploymentConfig": {
|
9248
9563
|
"type": "boolean"
|
@@ -9328,7 +9643,7 @@
|
|
9328
9643
|
"FeatureAdditions": {
|
9329
9644
|
"type": "list",
|
9330
9645
|
"member": {
|
9331
|
-
"shape": "
|
9646
|
+
"shape": "Sat"
|
9332
9647
|
}
|
9333
9648
|
}
|
9334
9649
|
}
|
@@ -9357,7 +9672,7 @@
|
|
9357
9672
|
"ParameterAdditions": {
|
9358
9673
|
"type": "list",
|
9359
9674
|
"member": {
|
9360
|
-
"shape": "
|
9675
|
+
"shape": "Srp"
|
9361
9676
|
}
|
9362
9677
|
},
|
9363
9678
|
"ParameterRemovals": {
|
@@ -9402,14 +9717,14 @@
|
|
9402
9717
|
"ModelApprovalStatus": {},
|
9403
9718
|
"ApprovalDescription": {},
|
9404
9719
|
"CustomerMetadataProperties": {
|
9405
|
-
"shape": "
|
9720
|
+
"shape": "Sg2"
|
9406
9721
|
},
|
9407
9722
|
"CustomerMetadataPropertiesToRemove": {
|
9408
9723
|
"type": "list",
|
9409
9724
|
"member": {}
|
9410
9725
|
},
|
9411
9726
|
"AdditionalInferenceSpecificationsToAdd": {
|
9412
|
-
"shape": "
|
9727
|
+
"shape": "Sgb"
|
9413
9728
|
}
|
9414
9729
|
}
|
9415
9730
|
},
|
@@ -9433,7 +9748,7 @@
|
|
9433
9748
|
"members": {
|
9434
9749
|
"MonitoringScheduleName": {},
|
9435
9750
|
"MonitoringScheduleConfig": {
|
9436
|
-
"shape": "
|
9751
|
+
"shape": "Sgp"
|
9437
9752
|
}
|
9438
9753
|
}
|
9439
9754
|
},
|
@@ -9466,10 +9781,10 @@
|
|
9466
9781
|
},
|
9467
9782
|
"DefaultCodeRepository": {},
|
9468
9783
|
"AdditionalCodeRepositories": {
|
9469
|
-
"shape": "
|
9784
|
+
"shape": "Sha"
|
9470
9785
|
},
|
9471
9786
|
"AcceleratorTypes": {
|
9472
|
-
"shape": "
|
9787
|
+
"shape": "Sh7"
|
9473
9788
|
},
|
9474
9789
|
"DisassociateAcceleratorTypes": {
|
9475
9790
|
"type": "boolean"
|
@@ -9482,7 +9797,7 @@
|
|
9482
9797
|
},
|
9483
9798
|
"RootAccess": {},
|
9484
9799
|
"InstanceMetadataServiceConfiguration": {
|
9485
|
-
"shape": "
|
9800
|
+
"shape": "Shd"
|
9486
9801
|
}
|
9487
9802
|
}
|
9488
9803
|
},
|
@@ -9500,10 +9815,10 @@
|
|
9500
9815
|
"members": {
|
9501
9816
|
"NotebookInstanceLifecycleConfigName": {},
|
9502
9817
|
"OnCreate": {
|
9503
|
-
"shape": "
|
9818
|
+
"shape": "Shi"
|
9504
9819
|
},
|
9505
9820
|
"OnStart": {
|
9506
|
-
"shape": "
|
9821
|
+
"shape": "Shi"
|
9507
9822
|
}
|
9508
9823
|
}
|
9509
9824
|
},
|
@@ -9523,12 +9838,12 @@
|
|
9523
9838
|
"PipelineDisplayName": {},
|
9524
9839
|
"PipelineDefinition": {},
|
9525
9840
|
"PipelineDefinitionS3Location": {
|
9526
|
-
"shape": "
|
9841
|
+
"shape": "Shq"
|
9527
9842
|
},
|
9528
9843
|
"PipelineDescription": {},
|
9529
9844
|
"RoleArn": {},
|
9530
9845
|
"ParallelismConfiguration": {
|
9531
|
-
"shape": "
|
9846
|
+
"shape": "Shw"
|
9532
9847
|
}
|
9533
9848
|
}
|
9534
9849
|
},
|
@@ -9550,7 +9865,7 @@
|
|
9550
9865
|
"PipelineExecutionDescription": {},
|
9551
9866
|
"PipelineExecutionDisplayName": {},
|
9552
9867
|
"ParallelismConfiguration": {
|
9553
|
-
"shape": "
|
9868
|
+
"shape": "Shw"
|
9554
9869
|
}
|
9555
9870
|
}
|
9556
9871
|
},
|
@@ -9575,7 +9890,7 @@
|
|
9575
9890
|
"members": {
|
9576
9891
|
"ProvisioningArtifactId": {},
|
9577
9892
|
"ProvisioningParameters": {
|
9578
|
-
"shape": "
|
9893
|
+
"shape": "Sjf"
|
9579
9894
|
}
|
9580
9895
|
}
|
9581
9896
|
},
|
@@ -9610,7 +9925,7 @@
|
|
9610
9925
|
"type": "long"
|
9611
9926
|
},
|
9612
9927
|
"ProfilingParameters": {
|
9613
|
-
"shape": "
|
9928
|
+
"shape": "Ska"
|
9614
9929
|
},
|
9615
9930
|
"DisableProfiler": {
|
9616
9931
|
"type": "boolean"
|
@@ -9618,7 +9933,7 @@
|
|
9618
9933
|
}
|
9619
9934
|
},
|
9620
9935
|
"ProfilerRuleConfigurations": {
|
9621
|
-
"shape": "
|
9936
|
+
"shape": "Skb"
|
9622
9937
|
}
|
9623
9938
|
}
|
9624
9939
|
},
|
@@ -9660,7 +9975,7 @@
|
|
9660
9975
|
"TrialComponentName": {},
|
9661
9976
|
"DisplayName": {},
|
9662
9977
|
"Status": {
|
9663
|
-
"shape": "
|
9978
|
+
"shape": "Skv"
|
9664
9979
|
},
|
9665
9980
|
"StartTime": {
|
9666
9981
|
"type": "timestamp"
|
@@ -9669,22 +9984,22 @@
|
|
9669
9984
|
"type": "timestamp"
|
9670
9985
|
},
|
9671
9986
|
"Parameters": {
|
9672
|
-
"shape": "
|
9987
|
+
"shape": "Skz"
|
9673
9988
|
},
|
9674
9989
|
"ParametersToRemove": {
|
9675
|
-
"shape": "
|
9990
|
+
"shape": "S1aa"
|
9676
9991
|
},
|
9677
9992
|
"InputArtifacts": {
|
9678
|
-
"shape": "
|
9993
|
+
"shape": "Sl3"
|
9679
9994
|
},
|
9680
9995
|
"InputArtifactsToRemove": {
|
9681
|
-
"shape": "
|
9996
|
+
"shape": "S1aa"
|
9682
9997
|
},
|
9683
9998
|
"OutputArtifacts": {
|
9684
|
-
"shape": "
|
9999
|
+
"shape": "Sl3"
|
9685
10000
|
},
|
9686
10001
|
"OutputArtifactsToRemove": {
|
9687
|
-
"shape": "
|
10002
|
+
"shape": "S1aa"
|
9688
10003
|
}
|
9689
10004
|
}
|
9690
10005
|
},
|
@@ -9726,13 +10041,13 @@
|
|
9726
10041
|
"members": {
|
9727
10042
|
"WorkforceName": {},
|
9728
10043
|
"SourceIpConfig": {
|
9729
|
-
"shape": "
|
10044
|
+
"shape": "Slk"
|
9730
10045
|
},
|
9731
10046
|
"OidcConfig": {
|
9732
|
-
"shape": "
|
10047
|
+
"shape": "Slh"
|
9733
10048
|
},
|
9734
10049
|
"WorkforceVpcConfig": {
|
9735
|
-
"shape": "
|
10050
|
+
"shape": "Slo"
|
9736
10051
|
}
|
9737
10052
|
}
|
9738
10053
|
},
|
@@ -9743,7 +10058,7 @@
|
|
9743
10058
|
],
|
9744
10059
|
"members": {
|
9745
10060
|
"Workforce": {
|
9746
|
-
"shape": "
|
10061
|
+
"shape": "Svn"
|
9747
10062
|
}
|
9748
10063
|
}
|
9749
10064
|
}
|
@@ -9757,11 +10072,11 @@
|
|
9757
10072
|
"members": {
|
9758
10073
|
"WorkteamName": {},
|
9759
10074
|
"MemberDefinitions": {
|
9760
|
-
"shape": "
|
10075
|
+
"shape": "Sly"
|
9761
10076
|
},
|
9762
10077
|
"Description": {},
|
9763
10078
|
"NotificationConfiguration": {
|
9764
|
-
"shape": "
|
10079
|
+
"shape": "Sm6"
|
9765
10080
|
}
|
9766
10081
|
}
|
9767
10082
|
},
|
@@ -9772,7 +10087,7 @@
|
|
9772
10087
|
],
|
9773
10088
|
"members": {
|
9774
10089
|
"Workteam": {
|
9775
|
-
"shape": "
|
10090
|
+
"shape": "Svv"
|
9776
10091
|
}
|
9777
10092
|
}
|
9778
10093
|
}
|
@@ -10886,7 +11201,69 @@
|
|
10886
11201
|
}
|
10887
11202
|
}
|
10888
11203
|
},
|
10889
|
-
"
|
11204
|
+
"S8s": {
|
11205
|
+
"type": "list",
|
11206
|
+
"member": {
|
11207
|
+
"type": "structure",
|
11208
|
+
"required": [
|
11209
|
+
"ModelHandle",
|
11210
|
+
"EdgePackagingJobName"
|
11211
|
+
],
|
11212
|
+
"members": {
|
11213
|
+
"ModelHandle": {},
|
11214
|
+
"EdgePackagingJobName": {}
|
11215
|
+
}
|
11216
|
+
}
|
11217
|
+
},
|
11218
|
+
"S8u": {
|
11219
|
+
"type": "list",
|
11220
|
+
"member": {
|
11221
|
+
"type": "structure",
|
11222
|
+
"required": [
|
11223
|
+
"StageName",
|
11224
|
+
"DeviceSelectionConfig"
|
11225
|
+
],
|
11226
|
+
"members": {
|
11227
|
+
"StageName": {},
|
11228
|
+
"DeviceSelectionConfig": {
|
11229
|
+
"shape": "S8w"
|
11230
|
+
},
|
11231
|
+
"DeploymentConfig": {
|
11232
|
+
"shape": "S91"
|
11233
|
+
}
|
11234
|
+
}
|
11235
|
+
}
|
11236
|
+
},
|
11237
|
+
"S8w": {
|
11238
|
+
"type": "structure",
|
11239
|
+
"required": [
|
11240
|
+
"DeviceSubsetType"
|
11241
|
+
],
|
11242
|
+
"members": {
|
11243
|
+
"DeviceSubsetType": {},
|
11244
|
+
"Percentage": {
|
11245
|
+
"type": "integer"
|
11246
|
+
},
|
11247
|
+
"DeviceNames": {
|
11248
|
+
"shape": "S8z"
|
11249
|
+
},
|
11250
|
+
"DeviceNameContains": {}
|
11251
|
+
}
|
11252
|
+
},
|
11253
|
+
"S8z": {
|
11254
|
+
"type": "list",
|
11255
|
+
"member": {}
|
11256
|
+
},
|
11257
|
+
"S91": {
|
11258
|
+
"type": "structure",
|
11259
|
+
"required": [
|
11260
|
+
"FailureHandlingPolicy"
|
11261
|
+
],
|
11262
|
+
"members": {
|
11263
|
+
"FailureHandlingPolicy": {}
|
11264
|
+
}
|
11265
|
+
},
|
11266
|
+
"S9a": {
|
10890
11267
|
"type": "structure",
|
10891
11268
|
"required": [
|
10892
11269
|
"BlueGreenUpdatePolicy"
|
@@ -10910,10 +11287,10 @@
|
|
10910
11287
|
"type": "integer"
|
10911
11288
|
},
|
10912
11289
|
"CanarySize": {
|
10913
|
-
"shape": "
|
11290
|
+
"shape": "S9f"
|
10914
11291
|
},
|
10915
11292
|
"LinearStepSize": {
|
10916
|
-
"shape": "
|
11293
|
+
"shape": "S9f"
|
10917
11294
|
}
|
10918
11295
|
}
|
10919
11296
|
},
|
@@ -10941,7 +11318,7 @@
|
|
10941
11318
|
}
|
10942
11319
|
}
|
10943
11320
|
},
|
10944
|
-
"
|
11321
|
+
"S9f": {
|
10945
11322
|
"type": "structure",
|
10946
11323
|
"required": [
|
10947
11324
|
"Type",
|
@@ -10954,7 +11331,7 @@
|
|
10954
11331
|
}
|
10955
11332
|
}
|
10956
11333
|
},
|
10957
|
-
"
|
11334
|
+
"S9r": {
|
10958
11335
|
"type": "list",
|
10959
11336
|
"member": {
|
10960
11337
|
"type": "structure",
|
@@ -10984,12 +11361,12 @@
|
|
10984
11361
|
}
|
10985
11362
|
},
|
10986
11363
|
"ServerlessConfig": {
|
10987
|
-
"shape": "
|
11364
|
+
"shape": "Sa0"
|
10988
11365
|
}
|
10989
11366
|
}
|
10990
11367
|
}
|
10991
11368
|
},
|
10992
|
-
"
|
11369
|
+
"Sa0": {
|
10993
11370
|
"type": "structure",
|
10994
11371
|
"required": [
|
10995
11372
|
"MemorySizeInMB",
|
@@ -11004,7 +11381,7 @@
|
|
11004
11381
|
}
|
11005
11382
|
}
|
11006
11383
|
},
|
11007
|
-
"
|
11384
|
+
"Sa3": {
|
11008
11385
|
"type": "structure",
|
11009
11386
|
"required": [
|
11010
11387
|
"InitialSamplingPercentage",
|
@@ -11047,7 +11424,7 @@
|
|
11047
11424
|
}
|
11048
11425
|
}
|
11049
11426
|
},
|
11050
|
-
"
|
11427
|
+
"Sae": {
|
11051
11428
|
"type": "structure",
|
11052
11429
|
"required": [
|
11053
11430
|
"OutputConfig"
|
@@ -11080,20 +11457,20 @@
|
|
11080
11457
|
}
|
11081
11458
|
}
|
11082
11459
|
},
|
11083
|
-
"
|
11460
|
+
"Sas": {
|
11084
11461
|
"type": "list",
|
11085
11462
|
"member": {
|
11086
|
-
"shape": "
|
11463
|
+
"shape": "Sat"
|
11087
11464
|
}
|
11088
11465
|
},
|
11089
|
-
"
|
11466
|
+
"Sat": {
|
11090
11467
|
"type": "structure",
|
11091
11468
|
"members": {
|
11092
11469
|
"FeatureName": {},
|
11093
11470
|
"FeatureType": {}
|
11094
11471
|
}
|
11095
11472
|
},
|
11096
|
-
"
|
11473
|
+
"Sav": {
|
11097
11474
|
"type": "structure",
|
11098
11475
|
"members": {
|
11099
11476
|
"SecurityConfig": {
|
@@ -11107,7 +11484,7 @@
|
|
11107
11484
|
}
|
11108
11485
|
}
|
11109
11486
|
},
|
11110
|
-
"
|
11487
|
+
"Sax": {
|
11111
11488
|
"type": "structure",
|
11112
11489
|
"required": [
|
11113
11490
|
"S3StorageConfig"
|
@@ -11142,7 +11519,7 @@
|
|
11142
11519
|
}
|
11143
11520
|
}
|
11144
11521
|
},
|
11145
|
-
"
|
11522
|
+
"Sb8": {
|
11146
11523
|
"type": "structure",
|
11147
11524
|
"required": [
|
11148
11525
|
"AwsManagedHumanLoopRequestSource"
|
@@ -11151,7 +11528,7 @@
|
|
11151
11528
|
"AwsManagedHumanLoopRequestSource": {}
|
11152
11529
|
}
|
11153
11530
|
},
|
11154
|
-
"
|
11531
|
+
"Sba": {
|
11155
11532
|
"type": "structure",
|
11156
11533
|
"required": [
|
11157
11534
|
"HumanLoopActivationConditionsConfig"
|
@@ -11170,7 +11547,7 @@
|
|
11170
11547
|
}
|
11171
11548
|
}
|
11172
11549
|
},
|
11173
|
-
"
|
11550
|
+
"Sbd": {
|
11174
11551
|
"type": "structure",
|
11175
11552
|
"required": [
|
11176
11553
|
"WorkteamArn",
|
@@ -11198,11 +11575,11 @@
|
|
11198
11575
|
"member": {}
|
11199
11576
|
},
|
11200
11577
|
"PublicWorkforceTaskPrice": {
|
11201
|
-
"shape": "
|
11578
|
+
"shape": "Sbn"
|
11202
11579
|
}
|
11203
11580
|
}
|
11204
11581
|
},
|
11205
|
-
"
|
11582
|
+
"Sbn": {
|
11206
11583
|
"type": "structure",
|
11207
11584
|
"members": {
|
11208
11585
|
"AmountInUsd": {
|
@@ -11221,7 +11598,7 @@
|
|
11221
11598
|
}
|
11222
11599
|
}
|
11223
11600
|
},
|
11224
|
-
"
|
11601
|
+
"Sbs": {
|
11225
11602
|
"type": "structure",
|
11226
11603
|
"required": [
|
11227
11604
|
"S3OutputPath"
|
@@ -11231,7 +11608,7 @@
|
|
11231
11608
|
"KmsKeyId": {}
|
11232
11609
|
}
|
11233
11610
|
},
|
11234
|
-
"
|
11611
|
+
"Sbx": {
|
11235
11612
|
"type": "structure",
|
11236
11613
|
"required": [
|
11237
11614
|
"Content"
|
@@ -11240,7 +11617,7 @@
|
|
11240
11617
|
"Content": {}
|
11241
11618
|
}
|
11242
11619
|
},
|
11243
|
-
"
|
11620
|
+
"Sc2": {
|
11244
11621
|
"type": "structure",
|
11245
11622
|
"required": [
|
11246
11623
|
"Strategy",
|
@@ -11252,10 +11629,10 @@
|
|
11252
11629
|
"shape": "S2m"
|
11253
11630
|
},
|
11254
11631
|
"ResourceLimits": {
|
11255
|
-
"shape": "
|
11632
|
+
"shape": "Sc4"
|
11256
11633
|
},
|
11257
11634
|
"ParameterRanges": {
|
11258
|
-
"shape": "
|
11635
|
+
"shape": "Sc7"
|
11259
11636
|
},
|
11260
11637
|
"TrainingJobEarlyStoppingType": {},
|
11261
11638
|
"TuningJobCompletionCriteria": {
|
@@ -11271,7 +11648,7 @@
|
|
11271
11648
|
}
|
11272
11649
|
}
|
11273
11650
|
},
|
11274
|
-
"
|
11651
|
+
"Sc4": {
|
11275
11652
|
"type": "structure",
|
11276
11653
|
"required": [
|
11277
11654
|
"MaxNumberOfTrainingJobs",
|
@@ -11286,7 +11663,7 @@
|
|
11286
11663
|
}
|
11287
11664
|
}
|
11288
11665
|
},
|
11289
|
-
"
|
11666
|
+
"Sc7": {
|
11290
11667
|
"type": "structure",
|
11291
11668
|
"members": {
|
11292
11669
|
"IntegerParameterRanges": {
|
@@ -11341,7 +11718,7 @@
|
|
11341
11718
|
}
|
11342
11719
|
}
|
11343
11720
|
},
|
11344
|
-
"
|
11721
|
+
"Scj": {
|
11345
11722
|
"type": "structure",
|
11346
11723
|
"required": [
|
11347
11724
|
"AlgorithmSpecification",
|
@@ -11356,7 +11733,7 @@
|
|
11356
11733
|
"shape": "S2m"
|
11357
11734
|
},
|
11358
11735
|
"HyperParameterRanges": {
|
11359
|
-
"shape": "
|
11736
|
+
"shape": "Sc7"
|
11360
11737
|
},
|
11361
11738
|
"StaticHyperParameters": {
|
11362
11739
|
"shape": "S2t"
|
@@ -11401,14 +11778,14 @@
|
|
11401
11778
|
"type": "boolean"
|
11402
11779
|
},
|
11403
11780
|
"CheckpointConfig": {
|
11404
|
-
"shape": "
|
11781
|
+
"shape": "Sco"
|
11405
11782
|
},
|
11406
11783
|
"RetryStrategy": {
|
11407
|
-
"shape": "
|
11784
|
+
"shape": "Scp"
|
11408
11785
|
}
|
11409
11786
|
}
|
11410
11787
|
},
|
11411
|
-
"
|
11788
|
+
"Sco": {
|
11412
11789
|
"type": "structure",
|
11413
11790
|
"required": [
|
11414
11791
|
"S3Uri"
|
@@ -11418,7 +11795,7 @@
|
|
11418
11795
|
"LocalPath": {}
|
11419
11796
|
}
|
11420
11797
|
},
|
11421
|
-
"
|
11798
|
+
"Scp": {
|
11422
11799
|
"type": "structure",
|
11423
11800
|
"required": [
|
11424
11801
|
"MaximumRetryAttempts"
|
@@ -11429,13 +11806,13 @@
|
|
11429
11806
|
}
|
11430
11807
|
}
|
11431
11808
|
},
|
11432
|
-
"
|
11809
|
+
"Scr": {
|
11433
11810
|
"type": "list",
|
11434
11811
|
"member": {
|
11435
|
-
"shape": "
|
11812
|
+
"shape": "Scj"
|
11436
11813
|
}
|
11437
11814
|
},
|
11438
|
-
"
|
11815
|
+
"Scs": {
|
11439
11816
|
"type": "structure",
|
11440
11817
|
"required": [
|
11441
11818
|
"ParentHyperParameterTuningJobs",
|
@@ -11454,7 +11831,7 @@
|
|
11454
11831
|
"WarmStartType": {}
|
11455
11832
|
}
|
11456
11833
|
},
|
11457
|
-
"
|
11834
|
+
"Sd9": {
|
11458
11835
|
"type": "structure",
|
11459
11836
|
"required": [
|
11460
11837
|
"ModelPackageVersionArn"
|
@@ -11536,7 +11913,7 @@
|
|
11536
11913
|
"VolumeKmsKeyId": {}
|
11537
11914
|
}
|
11538
11915
|
},
|
11539
|
-
"
|
11916
|
+
"Sdv": {
|
11540
11917
|
"type": "structure",
|
11541
11918
|
"members": {
|
11542
11919
|
"MaxInvocations": {
|
@@ -11556,7 +11933,7 @@
|
|
11556
11933
|
}
|
11557
11934
|
}
|
11558
11935
|
},
|
11559
|
-
"
|
11936
|
+
"Se6": {
|
11560
11937
|
"type": "structure",
|
11561
11938
|
"required": [
|
11562
11939
|
"DataSource"
|
@@ -11596,7 +11973,7 @@
|
|
11596
11973
|
}
|
11597
11974
|
}
|
11598
11975
|
},
|
11599
|
-
"
|
11976
|
+
"Sed": {
|
11600
11977
|
"type": "structure",
|
11601
11978
|
"required": [
|
11602
11979
|
"S3OutputPath"
|
@@ -11607,7 +11984,7 @@
|
|
11607
11984
|
"SnsTopicArn": {}
|
11608
11985
|
}
|
11609
11986
|
},
|
11610
|
-
"
|
11987
|
+
"See": {
|
11611
11988
|
"type": "structure",
|
11612
11989
|
"members": {
|
11613
11990
|
"MaxHumanLabeledObjectCount": {
|
@@ -11618,7 +11995,7 @@
|
|
11618
11995
|
}
|
11619
11996
|
}
|
11620
11997
|
},
|
11621
|
-
"
|
11998
|
+
"Seh": {
|
11622
11999
|
"type": "structure",
|
11623
12000
|
"required": [
|
11624
12001
|
"LabelingJobAlgorithmSpecificationArn"
|
@@ -11637,7 +12014,7 @@
|
|
11637
12014
|
}
|
11638
12015
|
}
|
11639
12016
|
},
|
11640
|
-
"
|
12017
|
+
"Sel": {
|
11641
12018
|
"type": "structure",
|
11642
12019
|
"required": [
|
11643
12020
|
"WorkteamArn",
|
@@ -11687,11 +12064,11 @@
|
|
11687
12064
|
}
|
11688
12065
|
},
|
11689
12066
|
"PublicWorkforceTaskPrice": {
|
11690
|
-
"shape": "
|
12067
|
+
"shape": "Sbn"
|
11691
12068
|
}
|
11692
12069
|
}
|
11693
12070
|
},
|
11694
|
-
"
|
12071
|
+
"Sf0": {
|
11695
12072
|
"type": "structure",
|
11696
12073
|
"members": {
|
11697
12074
|
"ContainerHostname": {},
|
@@ -11729,13 +12106,13 @@
|
|
11729
12106
|
}
|
11730
12107
|
}
|
11731
12108
|
},
|
11732
|
-
"
|
12109
|
+
"Sf9": {
|
11733
12110
|
"type": "list",
|
11734
12111
|
"member": {
|
11735
|
-
"shape": "
|
12112
|
+
"shape": "Sf0"
|
11736
12113
|
}
|
11737
12114
|
},
|
11738
|
-
"
|
12115
|
+
"Sfa": {
|
11739
12116
|
"type": "structure",
|
11740
12117
|
"required": [
|
11741
12118
|
"Mode"
|
@@ -11744,7 +12121,7 @@
|
|
11744
12121
|
"Mode": {}
|
11745
12122
|
}
|
11746
12123
|
},
|
11747
|
-
"
|
12124
|
+
"Sfe": {
|
11748
12125
|
"type": "structure",
|
11749
12126
|
"members": {
|
11750
12127
|
"BaseliningJobName": {},
|
@@ -11753,7 +12130,7 @@
|
|
11753
12130
|
}
|
11754
12131
|
}
|
11755
12132
|
},
|
11756
|
-
"
|
12133
|
+
"Sff": {
|
11757
12134
|
"type": "structure",
|
11758
12135
|
"required": [
|
11759
12136
|
"ImageUri",
|
@@ -11767,7 +12144,7 @@
|
|
11767
12144
|
}
|
11768
12145
|
}
|
11769
12146
|
},
|
11770
|
-
"
|
12147
|
+
"Sfg": {
|
11771
12148
|
"type": "structure",
|
11772
12149
|
"required": [
|
11773
12150
|
"EndpointInput",
|
@@ -11778,17 +12155,17 @@
|
|
11778
12155
|
"shape": "S78"
|
11779
12156
|
},
|
11780
12157
|
"GroundTruthS3Input": {
|
11781
|
-
"shape": "
|
12158
|
+
"shape": "Sfh"
|
11782
12159
|
}
|
11783
12160
|
}
|
11784
12161
|
},
|
11785
|
-
"
|
12162
|
+
"Sfh": {
|
11786
12163
|
"type": "structure",
|
11787
12164
|
"members": {
|
11788
12165
|
"S3Uri": {}
|
11789
12166
|
}
|
11790
12167
|
},
|
11791
|
-
"
|
12168
|
+
"Sfk": {
|
11792
12169
|
"type": "structure",
|
11793
12170
|
"members": {
|
11794
12171
|
"BaseliningJobName": {},
|
@@ -11797,7 +12174,7 @@
|
|
11797
12174
|
}
|
11798
12175
|
}
|
11799
12176
|
},
|
11800
|
-
"
|
12177
|
+
"Sfl": {
|
11801
12178
|
"type": "structure",
|
11802
12179
|
"required": [
|
11803
12180
|
"ImageUri",
|
@@ -11811,7 +12188,7 @@
|
|
11811
12188
|
}
|
11812
12189
|
}
|
11813
12190
|
},
|
11814
|
-
"
|
12191
|
+
"Sfm": {
|
11815
12192
|
"type": "structure",
|
11816
12193
|
"required": [
|
11817
12194
|
"EndpointInput"
|
@@ -11822,7 +12199,7 @@
|
|
11822
12199
|
}
|
11823
12200
|
}
|
11824
12201
|
},
|
11825
|
-
"
|
12202
|
+
"Sfp": {
|
11826
12203
|
"type": "structure",
|
11827
12204
|
"required": [
|
11828
12205
|
"ValidationRole",
|
@@ -11848,7 +12225,7 @@
|
|
11848
12225
|
}
|
11849
12226
|
}
|
11850
12227
|
},
|
11851
|
-
"
|
12228
|
+
"Sfs": {
|
11852
12229
|
"type": "structure",
|
11853
12230
|
"required": [
|
11854
12231
|
"SourceAlgorithms"
|
@@ -11869,17 +12246,17 @@
|
|
11869
12246
|
}
|
11870
12247
|
}
|
11871
12248
|
},
|
11872
|
-
"
|
12249
|
+
"Sfv": {
|
11873
12250
|
"type": "structure",
|
11874
12251
|
"members": {
|
11875
12252
|
"ModelQuality": {
|
11876
12253
|
"type": "structure",
|
11877
12254
|
"members": {
|
11878
12255
|
"Statistics": {
|
11879
|
-
"shape": "
|
12256
|
+
"shape": "Sfx"
|
11880
12257
|
},
|
11881
12258
|
"Constraints": {
|
11882
|
-
"shape": "
|
12259
|
+
"shape": "Sfx"
|
11883
12260
|
}
|
11884
12261
|
}
|
11885
12262
|
},
|
@@ -11887,10 +12264,10 @@
|
|
11887
12264
|
"type": "structure",
|
11888
12265
|
"members": {
|
11889
12266
|
"Statistics": {
|
11890
|
-
"shape": "
|
12267
|
+
"shape": "Sfx"
|
11891
12268
|
},
|
11892
12269
|
"Constraints": {
|
11893
|
-
"shape": "
|
12270
|
+
"shape": "Sfx"
|
11894
12271
|
}
|
11895
12272
|
}
|
11896
12273
|
},
|
@@ -11898,13 +12275,13 @@
|
|
11898
12275
|
"type": "structure",
|
11899
12276
|
"members": {
|
11900
12277
|
"Report": {
|
11901
|
-
"shape": "
|
12278
|
+
"shape": "Sfx"
|
11902
12279
|
},
|
11903
12280
|
"PreTrainingReport": {
|
11904
|
-
"shape": "
|
12281
|
+
"shape": "Sfx"
|
11905
12282
|
},
|
11906
12283
|
"PostTrainingReport": {
|
11907
|
-
"shape": "
|
12284
|
+
"shape": "Sfx"
|
11908
12285
|
}
|
11909
12286
|
}
|
11910
12287
|
},
|
@@ -11912,13 +12289,13 @@
|
|
11912
12289
|
"type": "structure",
|
11913
12290
|
"members": {
|
11914
12291
|
"Report": {
|
11915
|
-
"shape": "
|
12292
|
+
"shape": "Sfx"
|
11916
12293
|
}
|
11917
12294
|
}
|
11918
12295
|
}
|
11919
12296
|
}
|
11920
12297
|
},
|
11921
|
-
"
|
12298
|
+
"Sfx": {
|
11922
12299
|
"type": "structure",
|
11923
12300
|
"required": [
|
11924
12301
|
"ContentType",
|
@@ -11930,25 +12307,25 @@
|
|
11930
12307
|
"S3Uri": {}
|
11931
12308
|
}
|
11932
12309
|
},
|
11933
|
-
"
|
12310
|
+
"Sg2": {
|
11934
12311
|
"type": "map",
|
11935
12312
|
"key": {},
|
11936
12313
|
"value": {}
|
11937
12314
|
},
|
11938
|
-
"
|
12315
|
+
"Sg5": {
|
11939
12316
|
"type": "structure",
|
11940
12317
|
"members": {
|
11941
12318
|
"Bias": {
|
11942
12319
|
"type": "structure",
|
11943
12320
|
"members": {
|
11944
12321
|
"ConfigFile": {
|
11945
|
-
"shape": "
|
12322
|
+
"shape": "Sg7"
|
11946
12323
|
},
|
11947
12324
|
"PreTrainingConstraints": {
|
11948
|
-
"shape": "
|
12325
|
+
"shape": "Sfx"
|
11949
12326
|
},
|
11950
12327
|
"PostTrainingConstraints": {
|
11951
|
-
"shape": "
|
12328
|
+
"shape": "Sfx"
|
11952
12329
|
}
|
11953
12330
|
}
|
11954
12331
|
},
|
@@ -11956,10 +12333,10 @@
|
|
11956
12333
|
"type": "structure",
|
11957
12334
|
"members": {
|
11958
12335
|
"Constraints": {
|
11959
|
-
"shape": "
|
12336
|
+
"shape": "Sfx"
|
11960
12337
|
},
|
11961
12338
|
"ConfigFile": {
|
11962
|
-
"shape": "
|
12339
|
+
"shape": "Sg7"
|
11963
12340
|
}
|
11964
12341
|
}
|
11965
12342
|
},
|
@@ -11967,10 +12344,10 @@
|
|
11967
12344
|
"type": "structure",
|
11968
12345
|
"members": {
|
11969
12346
|
"Statistics": {
|
11970
|
-
"shape": "
|
12347
|
+
"shape": "Sfx"
|
11971
12348
|
},
|
11972
12349
|
"Constraints": {
|
11973
|
-
"shape": "
|
12350
|
+
"shape": "Sfx"
|
11974
12351
|
}
|
11975
12352
|
}
|
11976
12353
|
},
|
@@ -11978,16 +12355,16 @@
|
|
11978
12355
|
"type": "structure",
|
11979
12356
|
"members": {
|
11980
12357
|
"Statistics": {
|
11981
|
-
"shape": "
|
12358
|
+
"shape": "Sfx"
|
11982
12359
|
},
|
11983
12360
|
"Constraints": {
|
11984
|
-
"shape": "
|
12361
|
+
"shape": "Sfx"
|
11985
12362
|
}
|
11986
12363
|
}
|
11987
12364
|
}
|
11988
12365
|
}
|
11989
12366
|
},
|
11990
|
-
"
|
12367
|
+
"Sg7": {
|
11991
12368
|
"type": "structure",
|
11992
12369
|
"required": [
|
11993
12370
|
"S3Uri"
|
@@ -11998,7 +12375,7 @@
|
|
11998
12375
|
"S3Uri": {}
|
11999
12376
|
}
|
12000
12377
|
},
|
12001
|
-
"
|
12378
|
+
"Sgb": {
|
12002
12379
|
"type": "list",
|
12003
12380
|
"member": {
|
12004
12381
|
"type": "structure",
|
@@ -12027,7 +12404,7 @@
|
|
12027
12404
|
}
|
12028
12405
|
}
|
12029
12406
|
},
|
12030
|
-
"
|
12407
|
+
"Sgi": {
|
12031
12408
|
"type": "structure",
|
12032
12409
|
"members": {
|
12033
12410
|
"BaseliningJobName": {},
|
@@ -12036,7 +12413,7 @@
|
|
12036
12413
|
}
|
12037
12414
|
}
|
12038
12415
|
},
|
12039
|
-
"
|
12416
|
+
"Sgj": {
|
12040
12417
|
"type": "structure",
|
12041
12418
|
"required": [
|
12042
12419
|
"ImageUri"
|
@@ -12057,7 +12434,7 @@
|
|
12057
12434
|
}
|
12058
12435
|
}
|
12059
12436
|
},
|
12060
|
-
"
|
12437
|
+
"Sgl": {
|
12061
12438
|
"type": "structure",
|
12062
12439
|
"required": [
|
12063
12440
|
"EndpointInput",
|
@@ -12068,11 +12445,11 @@
|
|
12068
12445
|
"shape": "S78"
|
12069
12446
|
},
|
12070
12447
|
"GroundTruthS3Input": {
|
12071
|
-
"shape": "
|
12448
|
+
"shape": "Sfh"
|
12072
12449
|
}
|
12073
12450
|
}
|
12074
12451
|
},
|
12075
|
-
"
|
12452
|
+
"Sgp": {
|
12076
12453
|
"type": "structure",
|
12077
12454
|
"members": {
|
12078
12455
|
"ScheduleConfig": {
|
@@ -12150,7 +12527,7 @@
|
|
12150
12527
|
"shape": "S74"
|
12151
12528
|
},
|
12152
12529
|
"NetworkConfig": {
|
12153
|
-
"shape": "
|
12530
|
+
"shape": "Sgx"
|
12154
12531
|
},
|
12155
12532
|
"RoleArn": {}
|
12156
12533
|
}
|
@@ -12159,7 +12536,7 @@
|
|
12159
12536
|
"MonitoringType": {}
|
12160
12537
|
}
|
12161
12538
|
},
|
12162
|
-
"
|
12539
|
+
"Sgx": {
|
12163
12540
|
"type": "structure",
|
12164
12541
|
"members": {
|
12165
12542
|
"EnableInterContainerTrafficEncryption": {
|
@@ -12173,15 +12550,15 @@
|
|
12173
12550
|
}
|
12174
12551
|
}
|
12175
12552
|
},
|
12176
|
-
"
|
12553
|
+
"Sh7": {
|
12177
12554
|
"type": "list",
|
12178
12555
|
"member": {}
|
12179
12556
|
},
|
12180
|
-
"
|
12557
|
+
"Sha": {
|
12181
12558
|
"type": "list",
|
12182
12559
|
"member": {}
|
12183
12560
|
},
|
12184
|
-
"
|
12561
|
+
"Shd": {
|
12185
12562
|
"type": "structure",
|
12186
12563
|
"required": [
|
12187
12564
|
"MinimumInstanceMetadataServiceVersion"
|
@@ -12190,7 +12567,7 @@
|
|
12190
12567
|
"MinimumInstanceMetadataServiceVersion": {}
|
12191
12568
|
}
|
12192
12569
|
},
|
12193
|
-
"
|
12570
|
+
"Shi": {
|
12194
12571
|
"type": "list",
|
12195
12572
|
"member": {
|
12196
12573
|
"type": "structure",
|
@@ -12199,7 +12576,7 @@
|
|
12199
12576
|
}
|
12200
12577
|
}
|
12201
12578
|
},
|
12202
|
-
"
|
12579
|
+
"Shq": {
|
12203
12580
|
"type": "structure",
|
12204
12581
|
"required": [
|
12205
12582
|
"Bucket",
|
@@ -12211,7 +12588,7 @@
|
|
12211
12588
|
"VersionId": {}
|
12212
12589
|
}
|
12213
12590
|
},
|
12214
|
-
"
|
12591
|
+
"Shw": {
|
12215
12592
|
"type": "structure",
|
12216
12593
|
"required": [
|
12217
12594
|
"MaxParallelExecutionSteps"
|
@@ -12222,7 +12599,7 @@
|
|
12222
12599
|
}
|
12223
12600
|
}
|
12224
12601
|
},
|
12225
|
-
"
|
12602
|
+
"Si9": {
|
12226
12603
|
"type": "list",
|
12227
12604
|
"member": {
|
12228
12605
|
"type": "structure",
|
@@ -12303,7 +12680,7 @@
|
|
12303
12680
|
}
|
12304
12681
|
}
|
12305
12682
|
},
|
12306
|
-
"
|
12683
|
+
"Siw": {
|
12307
12684
|
"type": "structure",
|
12308
12685
|
"required": [
|
12309
12686
|
"Outputs"
|
@@ -12349,7 +12726,7 @@
|
|
12349
12726
|
"KmsKeyId": {}
|
12350
12727
|
}
|
12351
12728
|
},
|
12352
|
-
"
|
12729
|
+
"Sj1": {
|
12353
12730
|
"type": "structure",
|
12354
12731
|
"required": [
|
12355
12732
|
"ClusterConfig"
|
@@ -12375,7 +12752,7 @@
|
|
12375
12752
|
}
|
12376
12753
|
}
|
12377
12754
|
},
|
12378
|
-
"
|
12755
|
+
"Sj3": {
|
12379
12756
|
"type": "structure",
|
12380
12757
|
"required": [
|
12381
12758
|
"MaxRuntimeInSeconds"
|
@@ -12386,7 +12763,7 @@
|
|
12386
12763
|
}
|
12387
12764
|
}
|
12388
12765
|
},
|
12389
|
-
"
|
12766
|
+
"Sj5": {
|
12390
12767
|
"type": "structure",
|
12391
12768
|
"required": [
|
12392
12769
|
"ImageUri"
|
@@ -12402,12 +12779,12 @@
|
|
12402
12779
|
}
|
12403
12780
|
}
|
12404
12781
|
},
|
12405
|
-
"
|
12782
|
+
"Sj7": {
|
12406
12783
|
"type": "map",
|
12407
12784
|
"key": {},
|
12408
12785
|
"value": {}
|
12409
12786
|
},
|
12410
|
-
"
|
12787
|
+
"Sj8": {
|
12411
12788
|
"type": "structure",
|
12412
12789
|
"members": {
|
12413
12790
|
"ExperimentName": {},
|
@@ -12415,7 +12792,7 @@
|
|
12415
12792
|
"TrialComponentDisplayName": {}
|
12416
12793
|
}
|
12417
12794
|
},
|
12418
|
-
"
|
12795
|
+
"Sjd": {
|
12419
12796
|
"type": "structure",
|
12420
12797
|
"required": [
|
12421
12798
|
"ProductId"
|
@@ -12425,11 +12802,11 @@
|
|
12425
12802
|
"ProvisioningArtifactId": {},
|
12426
12803
|
"PathId": {},
|
12427
12804
|
"ProvisioningParameters": {
|
12428
|
-
"shape": "
|
12805
|
+
"shape": "Sjf"
|
12429
12806
|
}
|
12430
12807
|
}
|
12431
12808
|
},
|
12432
|
-
"
|
12809
|
+
"Sjf": {
|
12433
12810
|
"type": "list",
|
12434
12811
|
"member": {
|
12435
12812
|
"type": "structure",
|
@@ -12439,7 +12816,7 @@
|
|
12439
12816
|
}
|
12440
12817
|
}
|
12441
12818
|
},
|
12442
|
-
"
|
12819
|
+
"Sjt": {
|
12443
12820
|
"type": "structure",
|
12444
12821
|
"required": [
|
12445
12822
|
"TrainingInputMode"
|
@@ -12456,7 +12833,7 @@
|
|
12456
12833
|
}
|
12457
12834
|
}
|
12458
12835
|
},
|
12459
|
-
"
|
12836
|
+
"Sju": {
|
12460
12837
|
"type": "structure",
|
12461
12838
|
"required": [
|
12462
12839
|
"S3OutputPath"
|
@@ -12485,7 +12862,7 @@
|
|
12485
12862
|
}
|
12486
12863
|
}
|
12487
12864
|
},
|
12488
|
-
"
|
12865
|
+
"Sk2": {
|
12489
12866
|
"type": "list",
|
12490
12867
|
"member": {
|
12491
12868
|
"type": "structure",
|
@@ -12503,17 +12880,17 @@
|
|
12503
12880
|
"type": "integer"
|
12504
12881
|
},
|
12505
12882
|
"RuleParameters": {
|
12506
|
-
"shape": "
|
12883
|
+
"shape": "Sk6"
|
12507
12884
|
}
|
12508
12885
|
}
|
12509
12886
|
}
|
12510
12887
|
},
|
12511
|
-
"
|
12888
|
+
"Sk6": {
|
12512
12889
|
"type": "map",
|
12513
12890
|
"key": {},
|
12514
12891
|
"value": {}
|
12515
12892
|
},
|
12516
|
-
"
|
12893
|
+
"Sk7": {
|
12517
12894
|
"type": "structure",
|
12518
12895
|
"required": [
|
12519
12896
|
"S3OutputPath"
|
@@ -12523,7 +12900,7 @@
|
|
12523
12900
|
"S3OutputPath": {}
|
12524
12901
|
}
|
12525
12902
|
},
|
12526
|
-
"
|
12903
|
+
"Sk8": {
|
12527
12904
|
"type": "structure",
|
12528
12905
|
"required": [
|
12529
12906
|
"S3OutputPath"
|
@@ -12534,16 +12911,16 @@
|
|
12534
12911
|
"type": "long"
|
12535
12912
|
},
|
12536
12913
|
"ProfilingParameters": {
|
12537
|
-
"shape": "
|
12914
|
+
"shape": "Ska"
|
12538
12915
|
}
|
12539
12916
|
}
|
12540
12917
|
},
|
12541
|
-
"
|
12918
|
+
"Ska": {
|
12542
12919
|
"type": "map",
|
12543
12920
|
"key": {},
|
12544
12921
|
"value": {}
|
12545
12922
|
},
|
12546
|
-
"
|
12923
|
+
"Skb": {
|
12547
12924
|
"type": "list",
|
12548
12925
|
"member": {
|
12549
12926
|
"type": "structure",
|
@@ -12561,17 +12938,17 @@
|
|
12561
12938
|
"type": "integer"
|
12562
12939
|
},
|
12563
12940
|
"RuleParameters": {
|
12564
|
-
"shape": "
|
12941
|
+
"shape": "Sk6"
|
12565
12942
|
}
|
12566
12943
|
}
|
12567
12944
|
}
|
12568
12945
|
},
|
12569
|
-
"
|
12946
|
+
"Skd": {
|
12570
12947
|
"type": "map",
|
12571
12948
|
"key": {},
|
12572
12949
|
"value": {}
|
12573
12950
|
},
|
12574
|
-
"
|
12951
|
+
"Skk": {
|
12575
12952
|
"type": "structure",
|
12576
12953
|
"members": {
|
12577
12954
|
"InvocationsTimeoutInSeconds": {
|
@@ -12582,7 +12959,7 @@
|
|
12582
12959
|
}
|
12583
12960
|
}
|
12584
12961
|
},
|
12585
|
-
"
|
12962
|
+
"Skn": {
|
12586
12963
|
"type": "structure",
|
12587
12964
|
"members": {
|
12588
12965
|
"InputFilter": {},
|
@@ -12590,14 +12967,14 @@
|
|
12590
12967
|
"JoinSource": {}
|
12591
12968
|
}
|
12592
12969
|
},
|
12593
|
-
"
|
12970
|
+
"Skv": {
|
12594
12971
|
"type": "structure",
|
12595
12972
|
"members": {
|
12596
12973
|
"PrimaryStatus": {},
|
12597
12974
|
"Message": {}
|
12598
12975
|
}
|
12599
12976
|
},
|
12600
|
-
"
|
12977
|
+
"Skz": {
|
12601
12978
|
"type": "map",
|
12602
12979
|
"key": {},
|
12603
12980
|
"value": {
|
@@ -12610,7 +12987,7 @@
|
|
12610
12987
|
}
|
12611
12988
|
}
|
12612
12989
|
},
|
12613
|
-
"
|
12990
|
+
"Sl3": {
|
12614
12991
|
"type": "map",
|
12615
12992
|
"key": {},
|
12616
12993
|
"value": {
|
@@ -12624,7 +13001,7 @@
|
|
12624
13001
|
}
|
12625
13002
|
}
|
12626
13003
|
},
|
12627
|
-
"
|
13004
|
+
"Sle": {
|
12628
13005
|
"type": "structure",
|
12629
13006
|
"required": [
|
12630
13007
|
"UserPool",
|
@@ -12635,7 +13012,7 @@
|
|
12635
13012
|
"ClientId": {}
|
12636
13013
|
}
|
12637
13014
|
},
|
12638
|
-
"
|
13015
|
+
"Slh": {
|
12639
13016
|
"type": "structure",
|
12640
13017
|
"required": [
|
12641
13018
|
"ClientId",
|
@@ -12661,7 +13038,7 @@
|
|
12661
13038
|
"JwksUri": {}
|
12662
13039
|
}
|
12663
13040
|
},
|
12664
|
-
"
|
13041
|
+
"Slk": {
|
12665
13042
|
"type": "structure",
|
12666
13043
|
"required": [
|
12667
13044
|
"Cidrs"
|
@@ -12673,27 +13050,27 @@
|
|
12673
13050
|
}
|
12674
13051
|
}
|
12675
13052
|
},
|
12676
|
-
"
|
13053
|
+
"Slo": {
|
12677
13054
|
"type": "structure",
|
12678
13055
|
"members": {
|
12679
13056
|
"VpcId": {},
|
12680
13057
|
"SecurityGroupIds": {
|
12681
|
-
"shape": "
|
13058
|
+
"shape": "Slq"
|
12682
13059
|
},
|
12683
13060
|
"Subnets": {
|
12684
|
-
"shape": "
|
13061
|
+
"shape": "Sls"
|
12685
13062
|
}
|
12686
13063
|
}
|
12687
13064
|
},
|
12688
|
-
"
|
13065
|
+
"Slq": {
|
12689
13066
|
"type": "list",
|
12690
13067
|
"member": {}
|
12691
13068
|
},
|
12692
|
-
"
|
13069
|
+
"Sls": {
|
12693
13070
|
"type": "list",
|
12694
13071
|
"member": {}
|
12695
13072
|
},
|
12696
|
-
"
|
13073
|
+
"Sly": {
|
12697
13074
|
"type": "list",
|
12698
13075
|
"member": {
|
12699
13076
|
"type": "structure",
|
@@ -12726,13 +13103,13 @@
|
|
12726
13103
|
}
|
12727
13104
|
}
|
12728
13105
|
},
|
12729
|
-
"
|
13106
|
+
"Sm6": {
|
12730
13107
|
"type": "structure",
|
12731
13108
|
"members": {
|
12732
13109
|
"NotificationTopicArn": {}
|
12733
13110
|
}
|
12734
13111
|
},
|
12735
|
-
"
|
13112
|
+
"So0": {
|
12736
13113
|
"type": "structure",
|
12737
13114
|
"members": {
|
12738
13115
|
"UserProfileArn": {},
|
@@ -12740,7 +13117,7 @@
|
|
12740
13117
|
"DomainId": {}
|
12741
13118
|
}
|
12742
13119
|
},
|
12743
|
-
"
|
13120
|
+
"So6": {
|
12744
13121
|
"type": "list",
|
12745
13122
|
"member": {
|
12746
13123
|
"type": "structure",
|
@@ -12755,7 +13132,7 @@
|
|
12755
13132
|
}
|
12756
13133
|
}
|
12757
13134
|
},
|
12758
|
-
"
|
13135
|
+
"Sok": {
|
12759
13136
|
"type": "list",
|
12760
13137
|
"member": {
|
12761
13138
|
"type": "structure",
|
@@ -12764,7 +13141,7 @@
|
|
12764
13141
|
}
|
12765
13142
|
}
|
12766
13143
|
},
|
12767
|
-
"
|
13144
|
+
"Som": {
|
12768
13145
|
"type": "structure",
|
12769
13146
|
"required": [
|
12770
13147
|
"CandidateName",
|
@@ -12866,7 +13243,7 @@
|
|
12866
13243
|
}
|
12867
13244
|
}
|
12868
13245
|
},
|
12869
|
-
"
|
13246
|
+
"Spn": {
|
12870
13247
|
"type": "structure",
|
12871
13248
|
"required": [
|
12872
13249
|
"S3ModelArtifacts"
|
@@ -12875,7 +13252,7 @@
|
|
12875
13252
|
"S3ModelArtifacts": {}
|
12876
13253
|
}
|
12877
13254
|
},
|
12878
|
-
"
|
13255
|
+
"Sqq": {
|
12879
13256
|
"type": "list",
|
12880
13257
|
"member": {
|
12881
13258
|
"type": "structure",
|
@@ -12885,7 +13262,7 @@
|
|
12885
13262
|
"members": {
|
12886
13263
|
"VariantName": {},
|
12887
13264
|
"DeployedImages": {
|
12888
|
-
"shape": "
|
13265
|
+
"shape": "Sqs"
|
12889
13266
|
},
|
12890
13267
|
"CurrentWeight": {
|
12891
13268
|
"type": "float"
|
@@ -12900,18 +13277,18 @@
|
|
12900
13277
|
"type": "integer"
|
12901
13278
|
},
|
12902
13279
|
"VariantStatus": {
|
12903
|
-
"shape": "
|
13280
|
+
"shape": "Sqv"
|
12904
13281
|
},
|
12905
13282
|
"CurrentServerlessConfig": {
|
12906
|
-
"shape": "
|
13283
|
+
"shape": "Sa0"
|
12907
13284
|
},
|
12908
13285
|
"DesiredServerlessConfig": {
|
12909
|
-
"shape": "
|
13286
|
+
"shape": "Sa0"
|
12910
13287
|
}
|
12911
13288
|
}
|
12912
13289
|
}
|
12913
13290
|
},
|
12914
|
-
"
|
13291
|
+
"Sqs": {
|
12915
13292
|
"type": "list",
|
12916
13293
|
"member": {
|
12917
13294
|
"type": "structure",
|
@@ -12924,7 +13301,7 @@
|
|
12924
13301
|
}
|
12925
13302
|
}
|
12926
13303
|
},
|
12927
|
-
"
|
13304
|
+
"Sqv": {
|
12928
13305
|
"type": "list",
|
12929
13306
|
"member": {
|
12930
13307
|
"type": "structure",
|
@@ -12940,7 +13317,7 @@
|
|
12940
13317
|
}
|
12941
13318
|
}
|
12942
13319
|
},
|
12943
|
-
"
|
13320
|
+
"Sqz": {
|
12944
13321
|
"type": "structure",
|
12945
13322
|
"required": [
|
12946
13323
|
"EnableCapture",
|
@@ -12961,7 +13338,7 @@
|
|
12961
13338
|
"KmsKeyId": {}
|
12962
13339
|
}
|
12963
13340
|
},
|
12964
|
-
"
|
13341
|
+
"Sr9": {
|
12965
13342
|
"type": "structure",
|
12966
13343
|
"required": [
|
12967
13344
|
"SourceArn"
|
@@ -12971,7 +13348,7 @@
|
|
12971
13348
|
"SourceType": {}
|
12972
13349
|
}
|
12973
13350
|
},
|
12974
|
-
"
|
13351
|
+
"Srf": {
|
12975
13352
|
"type": "structure",
|
12976
13353
|
"required": [
|
12977
13354
|
"Status"
|
@@ -12981,7 +13358,7 @@
|
|
12981
13358
|
"BlockedReason": {}
|
12982
13359
|
}
|
12983
13360
|
},
|
12984
|
-
"
|
13361
|
+
"Sri": {
|
12985
13362
|
"type": "structure",
|
12986
13363
|
"required": [
|
12987
13364
|
"Status"
|
@@ -12991,20 +13368,20 @@
|
|
12991
13368
|
"FailureReason": {}
|
12992
13369
|
}
|
12993
13370
|
},
|
12994
|
-
"
|
13371
|
+
"Sro": {
|
12995
13372
|
"type": "list",
|
12996
13373
|
"member": {
|
12997
|
-
"shape": "
|
13374
|
+
"shape": "Srp"
|
12998
13375
|
}
|
12999
13376
|
},
|
13000
|
-
"
|
13377
|
+
"Srp": {
|
13001
13378
|
"type": "structure",
|
13002
13379
|
"members": {
|
13003
13380
|
"Key": {},
|
13004
13381
|
"Value": {}
|
13005
13382
|
}
|
13006
13383
|
},
|
13007
|
-
"
|
13384
|
+
"Ss4": {
|
13008
13385
|
"type": "structure",
|
13009
13386
|
"members": {
|
13010
13387
|
"Completed": {
|
@@ -13024,7 +13401,7 @@
|
|
13024
13401
|
}
|
13025
13402
|
}
|
13026
13403
|
},
|
13027
|
-
"
|
13404
|
+
"Ss6": {
|
13028
13405
|
"type": "structure",
|
13029
13406
|
"members": {
|
13030
13407
|
"Succeeded": {
|
@@ -13038,7 +13415,7 @@
|
|
13038
13415
|
}
|
13039
13416
|
}
|
13040
13417
|
},
|
13041
|
-
"
|
13418
|
+
"Ss8": {
|
13042
13419
|
"type": "structure",
|
13043
13420
|
"required": [
|
13044
13421
|
"TrainingJobName",
|
@@ -13083,7 +13460,7 @@
|
|
13083
13460
|
"ObjectiveStatus": {}
|
13084
13461
|
}
|
13085
13462
|
},
|
13086
|
-
"
|
13463
|
+
"Ssv": {
|
13087
13464
|
"type": "structure",
|
13088
13465
|
"members": {
|
13089
13466
|
"TotalLabeled": {
|
@@ -13103,7 +13480,7 @@
|
|
13103
13480
|
}
|
13104
13481
|
}
|
13105
13482
|
},
|
13106
|
-
"
|
13483
|
+
"Ssy": {
|
13107
13484
|
"type": "structure",
|
13108
13485
|
"required": [
|
13109
13486
|
"OutputDatasetS3Uri"
|
@@ -13113,21 +13490,21 @@
|
|
13113
13490
|
"FinalActiveLearningModelArn": {}
|
13114
13491
|
}
|
13115
13492
|
},
|
13116
|
-
"
|
13493
|
+
"St9": {
|
13117
13494
|
"type": "structure",
|
13118
13495
|
"required": [
|
13119
13496
|
"ValidationStatuses"
|
13120
13497
|
],
|
13121
13498
|
"members": {
|
13122
13499
|
"ValidationStatuses": {
|
13123
|
-
"shape": "
|
13500
|
+
"shape": "Sta"
|
13124
13501
|
},
|
13125
13502
|
"ImageScanStatuses": {
|
13126
|
-
"shape": "
|
13503
|
+
"shape": "Sta"
|
13127
13504
|
}
|
13128
13505
|
}
|
13129
13506
|
},
|
13130
|
-
"
|
13507
|
+
"Sta": {
|
13131
13508
|
"type": "list",
|
13132
13509
|
"member": {
|
13133
13510
|
"type": "structure",
|
@@ -13142,7 +13519,7 @@
|
|
13142
13519
|
}
|
13143
13520
|
}
|
13144
13521
|
},
|
13145
|
-
"
|
13522
|
+
"Stm": {
|
13146
13523
|
"type": "structure",
|
13147
13524
|
"required": [
|
13148
13525
|
"MonitoringScheduleName",
|
@@ -13170,21 +13547,21 @@
|
|
13170
13547
|
"MonitoringType": {}
|
13171
13548
|
}
|
13172
13549
|
},
|
13173
|
-
"
|
13550
|
+
"Su5": {
|
13174
13551
|
"type": "structure",
|
13175
13552
|
"members": {
|
13176
13553
|
"ExperimentName": {},
|
13177
13554
|
"TrialName": {}
|
13178
13555
|
}
|
13179
13556
|
},
|
13180
|
-
"
|
13557
|
+
"Sud": {
|
13181
13558
|
"type": "structure",
|
13182
13559
|
"members": {
|
13183
13560
|
"ProvisionedProductId": {},
|
13184
13561
|
"ProvisionedProductStatusMessage": {}
|
13185
13562
|
}
|
13186
13563
|
},
|
13187
|
-
"
|
13564
|
+
"Suk": {
|
13188
13565
|
"type": "structure",
|
13189
13566
|
"required": [
|
13190
13567
|
"WorkteamArn"
|
@@ -13197,7 +13574,7 @@
|
|
13197
13574
|
"ListingId": {}
|
13198
13575
|
}
|
13199
13576
|
},
|
13200
|
-
"
|
13577
|
+
"Suo": {
|
13201
13578
|
"type": "list",
|
13202
13579
|
"member": {
|
13203
13580
|
"type": "structure",
|
@@ -13217,7 +13594,7 @@
|
|
13217
13594
|
}
|
13218
13595
|
}
|
13219
13596
|
},
|
13220
|
-
"
|
13597
|
+
"Sur": {
|
13221
13598
|
"type": "list",
|
13222
13599
|
"member": {
|
13223
13600
|
"type": "structure",
|
@@ -13232,7 +13609,7 @@
|
|
13232
13609
|
}
|
13233
13610
|
}
|
13234
13611
|
},
|
13235
|
-
"
|
13612
|
+
"Suv": {
|
13236
13613
|
"type": "list",
|
13237
13614
|
"member": {
|
13238
13615
|
"type": "structure",
|
@@ -13247,7 +13624,7 @@
|
|
13247
13624
|
}
|
13248
13625
|
}
|
13249
13626
|
},
|
13250
|
-
"
|
13627
|
+
"Sv7": {
|
13251
13628
|
"type": "structure",
|
13252
13629
|
"required": [
|
13253
13630
|
"SourceArn"
|
@@ -13257,7 +13634,7 @@
|
|
13257
13634
|
"SourceType": {}
|
13258
13635
|
}
|
13259
13636
|
},
|
13260
|
-
"
|
13637
|
+
"Svb": {
|
13261
13638
|
"type": "structure",
|
13262
13639
|
"required": [
|
13263
13640
|
"SourceArn"
|
@@ -13267,7 +13644,7 @@
|
|
13267
13644
|
"SourceType": {}
|
13268
13645
|
}
|
13269
13646
|
},
|
13270
|
-
"
|
13647
|
+
"Svd": {
|
13271
13648
|
"type": "list",
|
13272
13649
|
"member": {
|
13273
13650
|
"type": "structure",
|
@@ -13298,7 +13675,7 @@
|
|
13298
13675
|
}
|
13299
13676
|
}
|
13300
13677
|
},
|
13301
|
-
"
|
13678
|
+
"Svn": {
|
13302
13679
|
"type": "structure",
|
13303
13680
|
"required": [
|
13304
13681
|
"WorkforceName",
|
@@ -13311,11 +13688,11 @@
|
|
13311
13688
|
"type": "timestamp"
|
13312
13689
|
},
|
13313
13690
|
"SourceIpConfig": {
|
13314
|
-
"shape": "
|
13691
|
+
"shape": "Slk"
|
13315
13692
|
},
|
13316
13693
|
"SubDomain": {},
|
13317
13694
|
"CognitoConfig": {
|
13318
|
-
"shape": "
|
13695
|
+
"shape": "Sle"
|
13319
13696
|
},
|
13320
13697
|
"OidcConfig": {
|
13321
13698
|
"type": "structure",
|
@@ -13342,10 +13719,10 @@
|
|
13342
13719
|
"members": {
|
13343
13720
|
"VpcId": {},
|
13344
13721
|
"SecurityGroupIds": {
|
13345
|
-
"shape": "
|
13722
|
+
"shape": "Slq"
|
13346
13723
|
},
|
13347
13724
|
"Subnets": {
|
13348
|
-
"shape": "
|
13725
|
+
"shape": "Sls"
|
13349
13726
|
},
|
13350
13727
|
"VpcEndpointId": {}
|
13351
13728
|
}
|
@@ -13354,7 +13731,7 @@
|
|
13354
13731
|
"FailureReason": {}
|
13355
13732
|
}
|
13356
13733
|
},
|
13357
|
-
"
|
13734
|
+
"Svv": {
|
13358
13735
|
"type": "structure",
|
13359
13736
|
"required": [
|
13360
13737
|
"WorkteamName",
|
@@ -13365,7 +13742,7 @@
|
|
13365
13742
|
"members": {
|
13366
13743
|
"WorkteamName": {},
|
13367
13744
|
"MemberDefinitions": {
|
13368
|
-
"shape": "
|
13745
|
+
"shape": "Sly"
|
13369
13746
|
},
|
13370
13747
|
"WorkteamArn": {},
|
13371
13748
|
"WorkforceArn": {},
|
@@ -13382,11 +13759,11 @@
|
|
13382
13759
|
"type": "timestamp"
|
13383
13760
|
},
|
13384
13761
|
"NotificationConfiguration": {
|
13385
|
-
"shape": "
|
13762
|
+
"shape": "Sm6"
|
13386
13763
|
}
|
13387
13764
|
}
|
13388
13765
|
},
|
13389
|
-
"
|
13766
|
+
"Syo": {
|
13390
13767
|
"type": "list",
|
13391
13768
|
"member": {
|
13392
13769
|
"type": "structure",
|
@@ -13406,7 +13783,7 @@
|
|
13406
13783
|
}
|
13407
13784
|
}
|
13408
13785
|
},
|
13409
|
-
"
|
13786
|
+
"S13o": {
|
13410
13787
|
"type": "list",
|
13411
13788
|
"member": {
|
13412
13789
|
"type": "structure",
|
@@ -13420,7 +13797,7 @@
|
|
13420
13797
|
}
|
13421
13798
|
}
|
13422
13799
|
},
|
13423
|
-
"
|
13800
|
+
"S143": {
|
13424
13801
|
"type": "list",
|
13425
13802
|
"member": {
|
13426
13803
|
"type": "structure",
|
@@ -13434,7 +13811,7 @@
|
|
13434
13811
|
}
|
13435
13812
|
}
|
13436
13813
|
},
|
13437
|
-
"
|
13814
|
+
"S16k": {
|
13438
13815
|
"type": "list",
|
13439
13816
|
"member": {
|
13440
13817
|
"type": "structure",
|
@@ -13448,11 +13825,11 @@
|
|
13448
13825
|
}
|
13449
13826
|
}
|
13450
13827
|
},
|
13451
|
-
"
|
13828
|
+
"S16v": {
|
13452
13829
|
"type": "structure",
|
13453
13830
|
"members": {
|
13454
13831
|
"Filters": {
|
13455
|
-
"shape": "
|
13832
|
+
"shape": "S16w"
|
13456
13833
|
},
|
13457
13834
|
"NestedFilters": {
|
13458
13835
|
"type": "list",
|
@@ -13465,7 +13842,7 @@
|
|
13465
13842
|
"members": {
|
13466
13843
|
"NestedPropertyName": {},
|
13467
13844
|
"Filters": {
|
13468
|
-
"shape": "
|
13845
|
+
"shape": "S16w"
|
13469
13846
|
}
|
13470
13847
|
}
|
13471
13848
|
}
|
@@ -13473,13 +13850,13 @@
|
|
13473
13850
|
"SubExpressions": {
|
13474
13851
|
"type": "list",
|
13475
13852
|
"member": {
|
13476
|
-
"shape": "
|
13853
|
+
"shape": "S16v"
|
13477
13854
|
}
|
13478
13855
|
},
|
13479
13856
|
"Operator": {}
|
13480
13857
|
}
|
13481
13858
|
},
|
13482
|
-
"
|
13859
|
+
"S16w": {
|
13483
13860
|
"type": "list",
|
13484
13861
|
"member": {
|
13485
13862
|
"type": "structure",
|
@@ -13493,7 +13870,7 @@
|
|
13493
13870
|
}
|
13494
13871
|
}
|
13495
13872
|
},
|
13496
|
-
"
|
13873
|
+
"S178": {
|
13497
13874
|
"type": "structure",
|
13498
13875
|
"members": {
|
13499
13876
|
"TrainingJobName": {},
|
@@ -13502,7 +13879,7 @@
|
|
13502
13879
|
"LabelingJobArn": {},
|
13503
13880
|
"AutoMLJobArn": {},
|
13504
13881
|
"ModelArtifacts": {
|
13505
|
-
"shape": "
|
13882
|
+
"shape": "Spn"
|
13506
13883
|
},
|
13507
13884
|
"TrainingJobStatus": {},
|
13508
13885
|
"SecondaryStatus": {},
|
@@ -13511,7 +13888,7 @@
|
|
13511
13888
|
"shape": "S2t"
|
13512
13889
|
},
|
13513
13890
|
"AlgorithmSpecification": {
|
13514
|
-
"shape": "
|
13891
|
+
"shape": "Sjt"
|
13515
13892
|
},
|
13516
13893
|
"RoleArn": {},
|
13517
13894
|
"InputDataConfig": {
|
@@ -13542,10 +13919,10 @@
|
|
13542
13919
|
"type": "timestamp"
|
13543
13920
|
},
|
13544
13921
|
"SecondaryStatusTransitions": {
|
13545
|
-
"shape": "
|
13922
|
+
"shape": "Suo"
|
13546
13923
|
},
|
13547
13924
|
"FinalMetricDataList": {
|
13548
|
-
"shape": "
|
13925
|
+
"shape": "Sur"
|
13549
13926
|
},
|
13550
13927
|
"EnableNetworkIsolation": {
|
13551
13928
|
"type": "boolean"
|
@@ -13557,7 +13934,7 @@
|
|
13557
13934
|
"type": "boolean"
|
13558
13935
|
},
|
13559
13936
|
"CheckpointConfig": {
|
13560
|
-
"shape": "
|
13937
|
+
"shape": "Sco"
|
13561
13938
|
},
|
13562
13939
|
"TrainingTimeInSeconds": {
|
13563
13940
|
"type": "integer"
|
@@ -13566,36 +13943,36 @@
|
|
13566
13943
|
"type": "integer"
|
13567
13944
|
},
|
13568
13945
|
"DebugHookConfig": {
|
13569
|
-
"shape": "
|
13946
|
+
"shape": "Sju"
|
13570
13947
|
},
|
13571
13948
|
"ExperimentConfig": {
|
13572
|
-
"shape": "
|
13949
|
+
"shape": "Sj8"
|
13573
13950
|
},
|
13574
13951
|
"DebugRuleConfigurations": {
|
13575
|
-
"shape": "
|
13952
|
+
"shape": "Sk2"
|
13576
13953
|
},
|
13577
13954
|
"TensorBoardOutputConfig": {
|
13578
|
-
"shape": "
|
13955
|
+
"shape": "Sk7"
|
13579
13956
|
},
|
13580
13957
|
"DebugRuleEvaluationStatuses": {
|
13581
|
-
"shape": "
|
13958
|
+
"shape": "Suv"
|
13582
13959
|
},
|
13583
13960
|
"Environment": {
|
13584
|
-
"shape": "
|
13961
|
+
"shape": "Skd"
|
13585
13962
|
},
|
13586
13963
|
"RetryStrategy": {
|
13587
|
-
"shape": "
|
13964
|
+
"shape": "Scp"
|
13588
13965
|
},
|
13589
13966
|
"Tags": {
|
13590
13967
|
"shape": "S7"
|
13591
13968
|
}
|
13592
13969
|
}
|
13593
13970
|
},
|
13594
|
-
"
|
13971
|
+
"S18h": {
|
13595
13972
|
"type": "list",
|
13596
13973
|
"member": {}
|
13597
13974
|
},
|
13598
|
-
"
|
13975
|
+
"S1aa": {
|
13599
13976
|
"type": "list",
|
13600
13977
|
"member": {}
|
13601
13978
|
}
|