cdk-comprehend-s3olap 2.0.96 → 2.0.98
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 +42 -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 +9 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/codestar-notifications-2019-10-15.min.json +7 -2
- package/node_modules/aws-sdk/apis/ec2-2016-11-15.min.json +58 -19
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +510 -494
- package/node_modules/aws-sdk/clients/codestarnotifications.d.ts +29 -29
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +7 -7
- package/node_modules/aws-sdk/clients/ec2.d.ts +45 -2
- package/node_modules/aws-sdk/clients/ecs.d.ts +11 -11
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +32 -10
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +24 -11
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +50 -24
- package/node_modules/aws-sdk/dist/aws-sdk.js +61 -22
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +65 -65
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +3 -3
- package/node_modules/aws-sdk/package.json +1 -1
- package/node_modules/is-callable/.editorconfig +5 -0
- package/node_modules/is-callable/CHANGELOG.md +12 -0
- package/node_modules/is-callable/README.md +13 -0
- package/node_modules/is-callable/index.js +23 -10
- package/node_modules/is-callable/package.json +1 -1
- package/node_modules/is-callable/test/index.js +40 -4
- package/package.json +5 -5
@@ -831,13 +831,13 @@
|
|
831
831
|
"shape": "Sc7"
|
832
832
|
},
|
833
833
|
"TrainingJobDefinition": {
|
834
|
-
"shape": "
|
834
|
+
"shape": "Scs"
|
835
835
|
},
|
836
836
|
"TrainingJobDefinitions": {
|
837
|
-
"shape": "
|
837
|
+
"shape": "Sd5"
|
838
838
|
},
|
839
839
|
"WarmStartConfig": {
|
840
|
-
"shape": "
|
840
|
+
"shape": "Sd6"
|
841
841
|
},
|
842
842
|
"Tags": {
|
843
843
|
"shape": "S7"
|
@@ -915,11 +915,11 @@
|
|
915
915
|
"JobType": {},
|
916
916
|
"RoleArn": {},
|
917
917
|
"InputConfig": {
|
918
|
-
"shape": "
|
918
|
+
"shape": "Sdn"
|
919
919
|
},
|
920
920
|
"JobDescription": {},
|
921
921
|
"StoppingConditions": {
|
922
|
-
"shape": "
|
922
|
+
"shape": "Sed"
|
923
923
|
},
|
924
924
|
"OutputConfig": {
|
925
925
|
"type": "structure",
|
@@ -963,21 +963,21 @@
|
|
963
963
|
"LabelingJobName": {},
|
964
964
|
"LabelAttributeName": {},
|
965
965
|
"InputConfig": {
|
966
|
-
"shape": "
|
966
|
+
"shape": "Seo"
|
967
967
|
},
|
968
968
|
"OutputConfig": {
|
969
|
-
"shape": "
|
969
|
+
"shape": "Sev"
|
970
970
|
},
|
971
971
|
"RoleArn": {},
|
972
972
|
"LabelCategoryConfigS3Uri": {},
|
973
973
|
"StoppingConditions": {
|
974
|
-
"shape": "
|
974
|
+
"shape": "Sew"
|
975
975
|
},
|
976
976
|
"LabelingJobAlgorithmsConfig": {
|
977
|
-
"shape": "
|
977
|
+
"shape": "Sez"
|
978
978
|
},
|
979
979
|
"HumanTaskConfig": {
|
980
|
-
"shape": "
|
980
|
+
"shape": "Sf3"
|
981
981
|
},
|
982
982
|
"Tags": {
|
983
983
|
"shape": "S7"
|
@@ -1004,13 +1004,13 @@
|
|
1004
1004
|
"members": {
|
1005
1005
|
"ModelName": {},
|
1006
1006
|
"PrimaryContainer": {
|
1007
|
-
"shape": "
|
1007
|
+
"shape": "Sfi"
|
1008
1008
|
},
|
1009
1009
|
"Containers": {
|
1010
|
-
"shape": "
|
1010
|
+
"shape": "Sfr"
|
1011
1011
|
},
|
1012
1012
|
"InferenceExecutionConfig": {
|
1013
|
-
"shape": "
|
1013
|
+
"shape": "Sfs"
|
1014
1014
|
},
|
1015
1015
|
"ExecutionRoleArn": {},
|
1016
1016
|
"Tags": {
|
@@ -1048,13 +1048,13 @@
|
|
1048
1048
|
"members": {
|
1049
1049
|
"JobDefinitionName": {},
|
1050
1050
|
"ModelBiasBaselineConfig": {
|
1051
|
-
"shape": "
|
1051
|
+
"shape": "Sfw"
|
1052
1052
|
},
|
1053
1053
|
"ModelBiasAppSpecification": {
|
1054
|
-
"shape": "
|
1054
|
+
"shape": "Sfx"
|
1055
1055
|
},
|
1056
1056
|
"ModelBiasJobInput": {
|
1057
|
-
"shape": "
|
1057
|
+
"shape": "Sfy"
|
1058
1058
|
},
|
1059
1059
|
"ModelBiasJobOutputConfig": {
|
1060
1060
|
"shape": "S7f"
|
@@ -1098,13 +1098,13 @@
|
|
1098
1098
|
"members": {
|
1099
1099
|
"JobDefinitionName": {},
|
1100
1100
|
"ModelExplainabilityBaselineConfig": {
|
1101
|
-
"shape": "
|
1101
|
+
"shape": "Sg2"
|
1102
1102
|
},
|
1103
1103
|
"ModelExplainabilityAppSpecification": {
|
1104
|
-
"shape": "
|
1104
|
+
"shape": "Sg3"
|
1105
1105
|
},
|
1106
1106
|
"ModelExplainabilityJobInput": {
|
1107
|
-
"shape": "
|
1107
|
+
"shape": "Sg4"
|
1108
1108
|
},
|
1109
1109
|
"ModelExplainabilityJobOutputConfig": {
|
1110
1110
|
"shape": "S7f"
|
@@ -1145,10 +1145,10 @@
|
|
1145
1145
|
"shape": "Sr"
|
1146
1146
|
},
|
1147
1147
|
"ValidationSpecification": {
|
1148
|
-
"shape": "
|
1148
|
+
"shape": "Sg7"
|
1149
1149
|
},
|
1150
1150
|
"SourceAlgorithmSpecification": {
|
1151
|
-
"shape": "
|
1151
|
+
"shape": "Sga"
|
1152
1152
|
},
|
1153
1153
|
"CertifyForMarketplace": {
|
1154
1154
|
"type": "boolean"
|
@@ -1161,22 +1161,22 @@
|
|
1161
1161
|
"shape": "S1q"
|
1162
1162
|
},
|
1163
1163
|
"ModelMetrics": {
|
1164
|
-
"shape": "
|
1164
|
+
"shape": "Sgd"
|
1165
1165
|
},
|
1166
1166
|
"ClientToken": {
|
1167
1167
|
"idempotencyToken": true
|
1168
1168
|
},
|
1169
1169
|
"CustomerMetadataProperties": {
|
1170
|
-
"shape": "
|
1170
|
+
"shape": "Sgk"
|
1171
1171
|
},
|
1172
1172
|
"DriftCheckBaselines": {
|
1173
|
-
"shape": "
|
1173
|
+
"shape": "Sgn"
|
1174
1174
|
},
|
1175
1175
|
"Domain": {},
|
1176
1176
|
"Task": {},
|
1177
1177
|
"SamplePayloadUrl": {},
|
1178
1178
|
"AdditionalInferenceSpecifications": {
|
1179
|
-
"shape": "
|
1179
|
+
"shape": "Sgt"
|
1180
1180
|
}
|
1181
1181
|
}
|
1182
1182
|
},
|
@@ -1228,13 +1228,13 @@
|
|
1228
1228
|
"members": {
|
1229
1229
|
"JobDefinitionName": {},
|
1230
1230
|
"ModelQualityBaselineConfig": {
|
1231
|
-
"shape": "
|
1231
|
+
"shape": "Sh0"
|
1232
1232
|
},
|
1233
1233
|
"ModelQualityAppSpecification": {
|
1234
|
-
"shape": "
|
1234
|
+
"shape": "Sh1"
|
1235
1235
|
},
|
1236
1236
|
"ModelQualityJobInput": {
|
1237
|
-
"shape": "
|
1237
|
+
"shape": "Sh3"
|
1238
1238
|
},
|
1239
1239
|
"ModelQualityJobOutputConfig": {
|
1240
1240
|
"shape": "S7f"
|
@@ -1274,7 +1274,7 @@
|
|
1274
1274
|
"members": {
|
1275
1275
|
"MonitoringScheduleName": {},
|
1276
1276
|
"MonitoringScheduleConfig": {
|
1277
|
-
"shape": "
|
1277
|
+
"shape": "Sh7"
|
1278
1278
|
},
|
1279
1279
|
"Tags": {
|
1280
1280
|
"shape": "S7"
|
@@ -1317,16 +1317,16 @@
|
|
1317
1317
|
"type": "integer"
|
1318
1318
|
},
|
1319
1319
|
"AcceleratorTypes": {
|
1320
|
-
"shape": "
|
1320
|
+
"shape": "Shp"
|
1321
1321
|
},
|
1322
1322
|
"DefaultCodeRepository": {},
|
1323
1323
|
"AdditionalCodeRepositories": {
|
1324
|
-
"shape": "
|
1324
|
+
"shape": "Shs"
|
1325
1325
|
},
|
1326
1326
|
"RootAccess": {},
|
1327
1327
|
"PlatformIdentifier": {},
|
1328
1328
|
"InstanceMetadataServiceConfiguration": {
|
1329
|
-
"shape": "
|
1329
|
+
"shape": "Shv"
|
1330
1330
|
}
|
1331
1331
|
}
|
1332
1332
|
},
|
@@ -1346,10 +1346,10 @@
|
|
1346
1346
|
"members": {
|
1347
1347
|
"NotebookInstanceLifecycleConfigName": {},
|
1348
1348
|
"OnCreate": {
|
1349
|
-
"shape": "
|
1349
|
+
"shape": "Si0"
|
1350
1350
|
},
|
1351
1351
|
"OnStart": {
|
1352
|
-
"shape": "
|
1352
|
+
"shape": "Si0"
|
1353
1353
|
}
|
1354
1354
|
}
|
1355
1355
|
},
|
@@ -1373,7 +1373,7 @@
|
|
1373
1373
|
"PipelineDisplayName": {},
|
1374
1374
|
"PipelineDefinition": {},
|
1375
1375
|
"PipelineDefinitionS3Location": {
|
1376
|
-
"shape": "
|
1376
|
+
"shape": "Si8"
|
1377
1377
|
},
|
1378
1378
|
"PipelineDescription": {},
|
1379
1379
|
"ClientRequestToken": {
|
@@ -1384,7 +1384,7 @@
|
|
1384
1384
|
"shape": "S7"
|
1385
1385
|
},
|
1386
1386
|
"ParallelismConfiguration": {
|
1387
|
-
"shape": "
|
1387
|
+
"shape": "Sie"
|
1388
1388
|
}
|
1389
1389
|
}
|
1390
1390
|
},
|
@@ -1451,33 +1451,33 @@
|
|
1451
1451
|
],
|
1452
1452
|
"members": {
|
1453
1453
|
"ProcessingInputs": {
|
1454
|
-
"shape": "
|
1454
|
+
"shape": "Sir"
|
1455
1455
|
},
|
1456
1456
|
"ProcessingOutputConfig": {
|
1457
|
-
"shape": "
|
1457
|
+
"shape": "Sje"
|
1458
1458
|
},
|
1459
1459
|
"ProcessingJobName": {},
|
1460
1460
|
"ProcessingResources": {
|
1461
|
-
"shape": "
|
1461
|
+
"shape": "Sjj"
|
1462
1462
|
},
|
1463
1463
|
"StoppingCondition": {
|
1464
|
-
"shape": "
|
1464
|
+
"shape": "Sjl"
|
1465
1465
|
},
|
1466
1466
|
"AppSpecification": {
|
1467
|
-
"shape": "
|
1467
|
+
"shape": "Sjn"
|
1468
1468
|
},
|
1469
1469
|
"Environment": {
|
1470
|
-
"shape": "
|
1470
|
+
"shape": "Sjp"
|
1471
1471
|
},
|
1472
1472
|
"NetworkConfig": {
|
1473
|
-
"shape": "
|
1473
|
+
"shape": "Shf"
|
1474
1474
|
},
|
1475
1475
|
"RoleArn": {},
|
1476
1476
|
"Tags": {
|
1477
1477
|
"shape": "S7"
|
1478
1478
|
},
|
1479
1479
|
"ExperimentConfig": {
|
1480
|
-
"shape": "
|
1480
|
+
"shape": "Sjq"
|
1481
1481
|
}
|
1482
1482
|
}
|
1483
1483
|
},
|
@@ -1502,7 +1502,7 @@
|
|
1502
1502
|
"ProjectName": {},
|
1503
1503
|
"ProjectDescription": {},
|
1504
1504
|
"ServiceCatalogProvisioningDetails": {
|
1505
|
-
"shape": "
|
1505
|
+
"shape": "Sjv"
|
1506
1506
|
},
|
1507
1507
|
"Tags": {
|
1508
1508
|
"shape": "S7"
|
@@ -1562,7 +1562,7 @@
|
|
1562
1562
|
"shape": "S2t"
|
1563
1563
|
},
|
1564
1564
|
"AlgorithmSpecification": {
|
1565
|
-
"shape": "
|
1565
|
+
"shape": "Skb"
|
1566
1566
|
},
|
1567
1567
|
"RoleArn": {},
|
1568
1568
|
"InputDataConfig": {
|
@@ -1593,31 +1593,31 @@
|
|
1593
1593
|
"type": "boolean"
|
1594
1594
|
},
|
1595
1595
|
"CheckpointConfig": {
|
1596
|
-
"shape": "
|
1596
|
+
"shape": "Scx"
|
1597
1597
|
},
|
1598
1598
|
"DebugHookConfig": {
|
1599
|
-
"shape": "
|
1599
|
+
"shape": "Skc"
|
1600
1600
|
},
|
1601
1601
|
"DebugRuleConfigurations": {
|
1602
|
-
"shape": "
|
1602
|
+
"shape": "Skk"
|
1603
1603
|
},
|
1604
1604
|
"TensorBoardOutputConfig": {
|
1605
|
-
"shape": "
|
1605
|
+
"shape": "Sko"
|
1606
1606
|
},
|
1607
1607
|
"ExperimentConfig": {
|
1608
|
-
"shape": "
|
1608
|
+
"shape": "Sjq"
|
1609
1609
|
},
|
1610
1610
|
"ProfilerConfig": {
|
1611
|
-
"shape": "
|
1611
|
+
"shape": "Skp"
|
1612
1612
|
},
|
1613
1613
|
"ProfilerRuleConfigurations": {
|
1614
|
-
"shape": "
|
1614
|
+
"shape": "Sks"
|
1615
1615
|
},
|
1616
1616
|
"Environment": {
|
1617
|
-
"shape": "
|
1617
|
+
"shape": "Sku"
|
1618
1618
|
},
|
1619
1619
|
"RetryStrategy": {
|
1620
|
-
"shape": "
|
1620
|
+
"shape": "Scy"
|
1621
1621
|
}
|
1622
1622
|
}
|
1623
1623
|
},
|
@@ -1648,7 +1648,7 @@
|
|
1648
1648
|
"type": "integer"
|
1649
1649
|
},
|
1650
1650
|
"ModelClientConfig": {
|
1651
|
-
"shape": "
|
1651
|
+
"shape": "Sl1"
|
1652
1652
|
},
|
1653
1653
|
"MaxPayloadInMB": {
|
1654
1654
|
"type": "integer"
|
@@ -1667,13 +1667,13 @@
|
|
1667
1667
|
"shape": "S42"
|
1668
1668
|
},
|
1669
1669
|
"DataProcessing": {
|
1670
|
-
"shape": "
|
1670
|
+
"shape": "Sl4"
|
1671
1671
|
},
|
1672
1672
|
"Tags": {
|
1673
1673
|
"shape": "S7"
|
1674
1674
|
},
|
1675
1675
|
"ExperimentConfig": {
|
1676
|
-
"shape": "
|
1676
|
+
"shape": "Sjq"
|
1677
1677
|
}
|
1678
1678
|
}
|
1679
1679
|
},
|
@@ -1723,7 +1723,7 @@
|
|
1723
1723
|
"TrialComponentName": {},
|
1724
1724
|
"DisplayName": {},
|
1725
1725
|
"Status": {
|
1726
|
-
"shape": "
|
1726
|
+
"shape": "Slc"
|
1727
1727
|
},
|
1728
1728
|
"StartTime": {
|
1729
1729
|
"type": "timestamp"
|
@@ -1732,13 +1732,13 @@
|
|
1732
1732
|
"type": "timestamp"
|
1733
1733
|
},
|
1734
1734
|
"Parameters": {
|
1735
|
-
"shape": "
|
1735
|
+
"shape": "Slg"
|
1736
1736
|
},
|
1737
1737
|
"InputArtifacts": {
|
1738
|
-
"shape": "
|
1738
|
+
"shape": "Slk"
|
1739
1739
|
},
|
1740
1740
|
"OutputArtifacts": {
|
1741
|
-
"shape": "
|
1741
|
+
"shape": "Slk"
|
1742
1742
|
},
|
1743
1743
|
"MetadataProperties": {
|
1744
1744
|
"shape": "S1q"
|
@@ -1790,20 +1790,20 @@
|
|
1790
1790
|
],
|
1791
1791
|
"members": {
|
1792
1792
|
"CognitoConfig": {
|
1793
|
-
"shape": "
|
1793
|
+
"shape": "Slv"
|
1794
1794
|
},
|
1795
1795
|
"OidcConfig": {
|
1796
|
-
"shape": "
|
1796
|
+
"shape": "Sly"
|
1797
1797
|
},
|
1798
1798
|
"SourceIpConfig": {
|
1799
|
-
"shape": "
|
1799
|
+
"shape": "Sm1"
|
1800
1800
|
},
|
1801
1801
|
"WorkforceName": {},
|
1802
1802
|
"Tags": {
|
1803
1803
|
"shape": "S7"
|
1804
1804
|
},
|
1805
1805
|
"WorkforceVpcConfig": {
|
1806
|
-
"shape": "
|
1806
|
+
"shape": "Sm5"
|
1807
1807
|
}
|
1808
1808
|
}
|
1809
1809
|
},
|
@@ -1829,11 +1829,11 @@
|
|
1829
1829
|
"WorkteamName": {},
|
1830
1830
|
"WorkforceName": {},
|
1831
1831
|
"MemberDefinitions": {
|
1832
|
-
"shape": "
|
1832
|
+
"shape": "Smf"
|
1833
1833
|
},
|
1834
1834
|
"Description": {},
|
1835
1835
|
"NotificationConfiguration": {
|
1836
|
-
"shape": "
|
1836
|
+
"shape": "Smn"
|
1837
1837
|
},
|
1838
1838
|
"Tags": {
|
1839
1839
|
"shape": "S7"
|
@@ -2445,13 +2445,13 @@
|
|
2445
2445
|
"type": "timestamp"
|
2446
2446
|
},
|
2447
2447
|
"CreatedBy": {
|
2448
|
-
"shape": "
|
2448
|
+
"shape": "Soh"
|
2449
2449
|
},
|
2450
2450
|
"LastModifiedTime": {
|
2451
2451
|
"type": "timestamp"
|
2452
2452
|
},
|
2453
2453
|
"LastModifiedBy": {
|
2454
|
-
"shape": "
|
2454
|
+
"shape": "Soh"
|
2455
2455
|
},
|
2456
2456
|
"MetadataProperties": {
|
2457
2457
|
"shape": "S1q"
|
@@ -2501,10 +2501,10 @@
|
|
2501
2501
|
"type": "structure",
|
2502
2502
|
"members": {
|
2503
2503
|
"ValidationStatuses": {
|
2504
|
-
"shape": "
|
2504
|
+
"shape": "Son"
|
2505
2505
|
},
|
2506
2506
|
"ImageScanStatuses": {
|
2507
|
-
"shape": "
|
2507
|
+
"shape": "Son"
|
2508
2508
|
}
|
2509
2509
|
}
|
2510
2510
|
},
|
@@ -2609,13 +2609,13 @@
|
|
2609
2609
|
"type": "timestamp"
|
2610
2610
|
},
|
2611
2611
|
"CreatedBy": {
|
2612
|
-
"shape": "
|
2612
|
+
"shape": "Soh"
|
2613
2613
|
},
|
2614
2614
|
"LastModifiedTime": {
|
2615
2615
|
"type": "timestamp"
|
2616
2616
|
},
|
2617
2617
|
"LastModifiedBy": {
|
2618
|
-
"shape": "
|
2618
|
+
"shape": "Soh"
|
2619
2619
|
},
|
2620
2620
|
"MetadataProperties": {
|
2621
2621
|
"shape": "S1q"
|
@@ -2675,10 +2675,10 @@
|
|
2675
2675
|
},
|
2676
2676
|
"FailureReason": {},
|
2677
2677
|
"PartialFailureReasons": {
|
2678
|
-
"shape": "
|
2678
|
+
"shape": "Sp1"
|
2679
2679
|
},
|
2680
2680
|
"BestCandidate": {
|
2681
|
-
"shape": "
|
2681
|
+
"shape": "Sp3"
|
2682
2682
|
},
|
2683
2683
|
"AutoMLJobStatus": {},
|
2684
2684
|
"AutoMLJobSecondaryStatus": {},
|
@@ -2797,7 +2797,7 @@
|
|
2797
2797
|
},
|
2798
2798
|
"FailureReason": {},
|
2799
2799
|
"ModelArtifacts": {
|
2800
|
-
"shape": "
|
2800
|
+
"shape": "Sq4"
|
2801
2801
|
},
|
2802
2802
|
"ModelDigests": {
|
2803
2803
|
"type": "structure",
|
@@ -2845,13 +2845,13 @@
|
|
2845
2845
|
"type": "timestamp"
|
2846
2846
|
},
|
2847
2847
|
"CreatedBy": {
|
2848
|
-
"shape": "
|
2848
|
+
"shape": "Soh"
|
2849
2849
|
},
|
2850
2850
|
"LastModifiedTime": {
|
2851
2851
|
"type": "timestamp"
|
2852
2852
|
},
|
2853
2853
|
"LastModifiedBy": {
|
2854
|
-
"shape": "
|
2854
|
+
"shape": "Soh"
|
2855
2855
|
},
|
2856
2856
|
"LineageGroupArn": {}
|
2857
2857
|
}
|
@@ -3229,10 +3229,10 @@
|
|
3229
3229
|
"EndpointArn": {},
|
3230
3230
|
"EndpointConfigName": {},
|
3231
3231
|
"ProductionVariants": {
|
3232
|
-
"shape": "
|
3232
|
+
"shape": "Sr7"
|
3233
3233
|
},
|
3234
3234
|
"DataCaptureConfig": {
|
3235
|
-
"shape": "
|
3235
|
+
"shape": "Srg"
|
3236
3236
|
},
|
3237
3237
|
"EndpointStatus": {},
|
3238
3238
|
"FailureReason": {},
|
@@ -3265,7 +3265,7 @@
|
|
3265
3265
|
"members": {
|
3266
3266
|
"VariantName": {},
|
3267
3267
|
"DeployedImages": {
|
3268
|
-
"shape": "
|
3268
|
+
"shape": "Sr9"
|
3269
3269
|
},
|
3270
3270
|
"CurrentWeight": {
|
3271
3271
|
"type": "float"
|
@@ -3282,7 +3282,7 @@
|
|
3282
3282
|
"InstanceType": {},
|
3283
3283
|
"AcceleratorType": {},
|
3284
3284
|
"VariantStatus": {
|
3285
|
-
"shape": "
|
3285
|
+
"shape": "Src"
|
3286
3286
|
},
|
3287
3287
|
"CurrentServerlessConfig": {
|
3288
3288
|
"shape": "Sa2"
|
@@ -3355,20 +3355,20 @@
|
|
3355
3355
|
"ExperimentArn": {},
|
3356
3356
|
"DisplayName": {},
|
3357
3357
|
"Source": {
|
3358
|
-
"shape": "
|
3358
|
+
"shape": "Srq"
|
3359
3359
|
},
|
3360
3360
|
"Description": {},
|
3361
3361
|
"CreationTime": {
|
3362
3362
|
"type": "timestamp"
|
3363
3363
|
},
|
3364
3364
|
"CreatedBy": {
|
3365
|
-
"shape": "
|
3365
|
+
"shape": "Soh"
|
3366
3366
|
},
|
3367
3367
|
"LastModifiedTime": {
|
3368
3368
|
"type": "timestamp"
|
3369
3369
|
},
|
3370
3370
|
"LastModifiedBy": {
|
3371
|
-
"shape": "
|
3371
|
+
"shape": "Soh"
|
3372
3372
|
}
|
3373
3373
|
}
|
3374
3374
|
}
|
@@ -3418,10 +3418,10 @@
|
|
3418
3418
|
"RoleArn": {},
|
3419
3419
|
"FeatureGroupStatus": {},
|
3420
3420
|
"OfflineStoreStatus": {
|
3421
|
-
"shape": "
|
3421
|
+
"shape": "Srw"
|
3422
3422
|
},
|
3423
3423
|
"LastUpdateStatus": {
|
3424
|
-
"shape": "
|
3424
|
+
"shape": "Srz"
|
3425
3425
|
},
|
3426
3426
|
"FailureReason": {},
|
3427
3427
|
"Description": {},
|
@@ -3467,7 +3467,7 @@
|
|
3467
3467
|
},
|
3468
3468
|
"Description": {},
|
3469
3469
|
"Parameters": {
|
3470
|
-
"shape": "
|
3470
|
+
"shape": "Ss5"
|
3471
3471
|
}
|
3472
3472
|
}
|
3473
3473
|
}
|
@@ -3580,10 +3580,10 @@
|
|
3580
3580
|
"shape": "Sc7"
|
3581
3581
|
},
|
3582
3582
|
"TrainingJobDefinition": {
|
3583
|
-
"shape": "
|
3583
|
+
"shape": "Scs"
|
3584
3584
|
},
|
3585
3585
|
"TrainingJobDefinitions": {
|
3586
|
-
"shape": "
|
3586
|
+
"shape": "Sd5"
|
3587
3587
|
},
|
3588
3588
|
"HyperParameterTuningJobStatus": {},
|
3589
3589
|
"CreationTime": {
|
@@ -3596,19 +3596,19 @@
|
|
3596
3596
|
"type": "timestamp"
|
3597
3597
|
},
|
3598
3598
|
"TrainingJobStatusCounters": {
|
3599
|
-
"shape": "
|
3599
|
+
"shape": "Ssl"
|
3600
3600
|
},
|
3601
3601
|
"ObjectiveStatusCounters": {
|
3602
|
-
"shape": "
|
3602
|
+
"shape": "Ssn"
|
3603
3603
|
},
|
3604
3604
|
"BestTrainingJob": {
|
3605
|
-
"shape": "
|
3605
|
+
"shape": "Ssp"
|
3606
3606
|
},
|
3607
3607
|
"OverallBestTrainingJob": {
|
3608
|
-
"shape": "
|
3608
|
+
"shape": "Ssp"
|
3609
3609
|
},
|
3610
3610
|
"WarmStartConfig": {
|
3611
|
-
"shape": "
|
3611
|
+
"shape": "Sd6"
|
3612
3612
|
},
|
3613
3613
|
"FailureReason": {}
|
3614
3614
|
}
|
@@ -3717,10 +3717,10 @@
|
|
3717
3717
|
},
|
3718
3718
|
"FailureReason": {},
|
3719
3719
|
"InputConfig": {
|
3720
|
-
"shape": "
|
3720
|
+
"shape": "Sdn"
|
3721
3721
|
},
|
3722
3722
|
"StoppingConditions": {
|
3723
|
-
"shape": "
|
3723
|
+
"shape": "Sed"
|
3724
3724
|
},
|
3725
3725
|
"InferenceRecommendations": {
|
3726
3726
|
"type": "list",
|
@@ -3828,7 +3828,7 @@
|
|
3828
3828
|
"members": {
|
3829
3829
|
"LabelingJobStatus": {},
|
3830
3830
|
"LabelCounters": {
|
3831
|
-
"shape": "
|
3831
|
+
"shape": "Stc"
|
3832
3832
|
},
|
3833
3833
|
"FailureReason": {},
|
3834
3834
|
"CreationTime": {
|
@@ -3842,27 +3842,27 @@
|
|
3842
3842
|
"LabelingJobArn": {},
|
3843
3843
|
"LabelAttributeName": {},
|
3844
3844
|
"InputConfig": {
|
3845
|
-
"shape": "
|
3845
|
+
"shape": "Seo"
|
3846
3846
|
},
|
3847
3847
|
"OutputConfig": {
|
3848
|
-
"shape": "
|
3848
|
+
"shape": "Sev"
|
3849
3849
|
},
|
3850
3850
|
"RoleArn": {},
|
3851
3851
|
"LabelCategoryConfigS3Uri": {},
|
3852
3852
|
"StoppingConditions": {
|
3853
|
-
"shape": "
|
3853
|
+
"shape": "Sew"
|
3854
3854
|
},
|
3855
3855
|
"LabelingJobAlgorithmsConfig": {
|
3856
|
-
"shape": "
|
3856
|
+
"shape": "Sez"
|
3857
3857
|
},
|
3858
3858
|
"HumanTaskConfig": {
|
3859
|
-
"shape": "
|
3859
|
+
"shape": "Sf3"
|
3860
3860
|
},
|
3861
3861
|
"Tags": {
|
3862
3862
|
"shape": "S7"
|
3863
3863
|
},
|
3864
3864
|
"LabelingJobOutput": {
|
3865
|
-
"shape": "
|
3865
|
+
"shape": "Stf"
|
3866
3866
|
}
|
3867
3867
|
}
|
3868
3868
|
}
|
@@ -3888,13 +3888,13 @@
|
|
3888
3888
|
"type": "timestamp"
|
3889
3889
|
},
|
3890
3890
|
"CreatedBy": {
|
3891
|
-
"shape": "
|
3891
|
+
"shape": "Soh"
|
3892
3892
|
},
|
3893
3893
|
"LastModifiedTime": {
|
3894
3894
|
"type": "timestamp"
|
3895
3895
|
},
|
3896
3896
|
"LastModifiedBy": {
|
3897
|
-
"shape": "
|
3897
|
+
"shape": "Soh"
|
3898
3898
|
}
|
3899
3899
|
}
|
3900
3900
|
}
|
@@ -3920,13 +3920,13 @@
|
|
3920
3920
|
"members": {
|
3921
3921
|
"ModelName": {},
|
3922
3922
|
"PrimaryContainer": {
|
3923
|
-
"shape": "
|
3923
|
+
"shape": "Sfi"
|
3924
3924
|
},
|
3925
3925
|
"Containers": {
|
3926
|
-
"shape": "
|
3926
|
+
"shape": "Sfr"
|
3927
3927
|
},
|
3928
3928
|
"InferenceExecutionConfig": {
|
3929
|
-
"shape": "
|
3929
|
+
"shape": "Sfs"
|
3930
3930
|
},
|
3931
3931
|
"ExecutionRoleArn": {},
|
3932
3932
|
"VpcConfig": {
|
@@ -3971,13 +3971,13 @@
|
|
3971
3971
|
"type": "timestamp"
|
3972
3972
|
},
|
3973
3973
|
"ModelBiasBaselineConfig": {
|
3974
|
-
"shape": "
|
3974
|
+
"shape": "Sfw"
|
3975
3975
|
},
|
3976
3976
|
"ModelBiasAppSpecification": {
|
3977
|
-
"shape": "
|
3977
|
+
"shape": "Sfx"
|
3978
3978
|
},
|
3979
3979
|
"ModelBiasJobInput": {
|
3980
|
-
"shape": "
|
3980
|
+
"shape": "Sfy"
|
3981
3981
|
},
|
3982
3982
|
"ModelBiasJobOutputConfig": {
|
3983
3983
|
"shape": "S7f"
|
@@ -4024,13 +4024,13 @@
|
|
4024
4024
|
"type": "timestamp"
|
4025
4025
|
},
|
4026
4026
|
"ModelExplainabilityBaselineConfig": {
|
4027
|
-
"shape": "
|
4027
|
+
"shape": "Sg2"
|
4028
4028
|
},
|
4029
4029
|
"ModelExplainabilityAppSpecification": {
|
4030
|
-
"shape": "
|
4030
|
+
"shape": "Sg3"
|
4031
4031
|
},
|
4032
4032
|
"ModelExplainabilityJobInput": {
|
4033
|
-
"shape": "
|
4033
|
+
"shape": "Sg4"
|
4034
4034
|
},
|
4035
4035
|
"ModelExplainabilityJobOutputConfig": {
|
4036
4036
|
"shape": "S7f"
|
@@ -4082,46 +4082,46 @@
|
|
4082
4082
|
"shape": "Sr"
|
4083
4083
|
},
|
4084
4084
|
"SourceAlgorithmSpecification": {
|
4085
|
-
"shape": "
|
4085
|
+
"shape": "Sga"
|
4086
4086
|
},
|
4087
4087
|
"ValidationSpecification": {
|
4088
|
-
"shape": "
|
4088
|
+
"shape": "Sg7"
|
4089
4089
|
},
|
4090
4090
|
"ModelPackageStatus": {},
|
4091
4091
|
"ModelPackageStatusDetails": {
|
4092
|
-
"shape": "
|
4092
|
+
"shape": "Stq"
|
4093
4093
|
},
|
4094
4094
|
"CertifyForMarketplace": {
|
4095
4095
|
"type": "boolean"
|
4096
4096
|
},
|
4097
4097
|
"ModelApprovalStatus": {},
|
4098
4098
|
"CreatedBy": {
|
4099
|
-
"shape": "
|
4099
|
+
"shape": "Soh"
|
4100
4100
|
},
|
4101
4101
|
"MetadataProperties": {
|
4102
4102
|
"shape": "S1q"
|
4103
4103
|
},
|
4104
4104
|
"ModelMetrics": {
|
4105
|
-
"shape": "
|
4105
|
+
"shape": "Sgd"
|
4106
4106
|
},
|
4107
4107
|
"LastModifiedTime": {
|
4108
4108
|
"type": "timestamp"
|
4109
4109
|
},
|
4110
4110
|
"LastModifiedBy": {
|
4111
|
-
"shape": "
|
4111
|
+
"shape": "Soh"
|
4112
4112
|
},
|
4113
4113
|
"ApprovalDescription": {},
|
4114
4114
|
"CustomerMetadataProperties": {
|
4115
|
-
"shape": "
|
4115
|
+
"shape": "Sgk"
|
4116
4116
|
},
|
4117
4117
|
"DriftCheckBaselines": {
|
4118
|
-
"shape": "
|
4118
|
+
"shape": "Sgn"
|
4119
4119
|
},
|
4120
4120
|
"Domain": {},
|
4121
4121
|
"Task": {},
|
4122
4122
|
"SamplePayloadUrl": {},
|
4123
4123
|
"AdditionalInferenceSpecifications": {
|
4124
|
-
"shape": "
|
4124
|
+
"shape": "Sgt"
|
4125
4125
|
}
|
4126
4126
|
}
|
4127
4127
|
}
|
@@ -4153,7 +4153,7 @@
|
|
4153
4153
|
"type": "timestamp"
|
4154
4154
|
},
|
4155
4155
|
"CreatedBy": {
|
4156
|
-
"shape": "
|
4156
|
+
"shape": "Soh"
|
4157
4157
|
},
|
4158
4158
|
"ModelPackageGroupStatus": {}
|
4159
4159
|
}
|
@@ -4188,13 +4188,13 @@
|
|
4188
4188
|
"type": "timestamp"
|
4189
4189
|
},
|
4190
4190
|
"ModelQualityBaselineConfig": {
|
4191
|
-
"shape": "
|
4191
|
+
"shape": "Sh0"
|
4192
4192
|
},
|
4193
4193
|
"ModelQualityAppSpecification": {
|
4194
|
-
"shape": "
|
4194
|
+
"shape": "Sh1"
|
4195
4195
|
},
|
4196
4196
|
"ModelQualityJobInput": {
|
4197
|
-
"shape": "
|
4197
|
+
"shape": "Sh3"
|
4198
4198
|
},
|
4199
4199
|
"ModelQualityJobOutputConfig": {
|
4200
4200
|
"shape": "S7f"
|
@@ -4245,11 +4245,11 @@
|
|
4245
4245
|
"type": "timestamp"
|
4246
4246
|
},
|
4247
4247
|
"MonitoringScheduleConfig": {
|
4248
|
-
"shape": "
|
4248
|
+
"shape": "Sh7"
|
4249
4249
|
},
|
4250
4250
|
"EndpointName": {},
|
4251
4251
|
"LastMonitoringExecutionSummary": {
|
4252
|
-
"shape": "
|
4252
|
+
"shape": "Su3"
|
4253
4253
|
}
|
4254
4254
|
}
|
4255
4255
|
}
|
@@ -4292,16 +4292,16 @@
|
|
4292
4292
|
"type": "integer"
|
4293
4293
|
},
|
4294
4294
|
"AcceleratorTypes": {
|
4295
|
-
"shape": "
|
4295
|
+
"shape": "Shp"
|
4296
4296
|
},
|
4297
4297
|
"DefaultCodeRepository": {},
|
4298
4298
|
"AdditionalCodeRepositories": {
|
4299
|
-
"shape": "
|
4299
|
+
"shape": "Shs"
|
4300
4300
|
},
|
4301
4301
|
"RootAccess": {},
|
4302
4302
|
"PlatformIdentifier": {},
|
4303
4303
|
"InstanceMetadataServiceConfiguration": {
|
4304
|
-
"shape": "
|
4304
|
+
"shape": "Shv"
|
4305
4305
|
}
|
4306
4306
|
}
|
4307
4307
|
}
|
@@ -4322,10 +4322,10 @@
|
|
4322
4322
|
"NotebookInstanceLifecycleConfigArn": {},
|
4323
4323
|
"NotebookInstanceLifecycleConfigName": {},
|
4324
4324
|
"OnCreate": {
|
4325
|
-
"shape": "
|
4325
|
+
"shape": "Si0"
|
4326
4326
|
},
|
4327
4327
|
"OnStart": {
|
4328
|
-
"shape": "
|
4328
|
+
"shape": "Si0"
|
4329
4329
|
},
|
4330
4330
|
"LastModifiedTime": {
|
4331
4331
|
"type": "timestamp"
|
@@ -4366,13 +4366,13 @@
|
|
4366
4366
|
"type": "timestamp"
|
4367
4367
|
},
|
4368
4368
|
"CreatedBy": {
|
4369
|
-
"shape": "
|
4369
|
+
"shape": "Soh"
|
4370
4370
|
},
|
4371
4371
|
"LastModifiedBy": {
|
4372
|
-
"shape": "
|
4372
|
+
"shape": "Soh"
|
4373
4373
|
},
|
4374
4374
|
"ParallelismConfiguration": {
|
4375
|
-
"shape": "
|
4375
|
+
"shape": "Sie"
|
4376
4376
|
}
|
4377
4377
|
}
|
4378
4378
|
}
|
@@ -4416,7 +4416,7 @@
|
|
4416
4416
|
"PipelineExecutionStatus": {},
|
4417
4417
|
"PipelineExecutionDescription": {},
|
4418
4418
|
"PipelineExperimentConfig": {
|
4419
|
-
"shape": "
|
4419
|
+
"shape": "Sum"
|
4420
4420
|
},
|
4421
4421
|
"FailureReason": {},
|
4422
4422
|
"CreationTime": {
|
@@ -4426,13 +4426,13 @@
|
|
4426
4426
|
"type": "timestamp"
|
4427
4427
|
},
|
4428
4428
|
"CreatedBy": {
|
4429
|
-
"shape": "
|
4429
|
+
"shape": "Soh"
|
4430
4430
|
},
|
4431
4431
|
"LastModifiedBy": {
|
4432
|
-
"shape": "
|
4432
|
+
"shape": "Soh"
|
4433
4433
|
},
|
4434
4434
|
"ParallelismConfiguration": {
|
4435
|
-
"shape": "
|
4435
|
+
"shape": "Sie"
|
4436
4436
|
}
|
4437
4437
|
}
|
4438
4438
|
}
|
@@ -4459,30 +4459,30 @@
|
|
4459
4459
|
],
|
4460
4460
|
"members": {
|
4461
4461
|
"ProcessingInputs": {
|
4462
|
-
"shape": "
|
4462
|
+
"shape": "Sir"
|
4463
4463
|
},
|
4464
4464
|
"ProcessingOutputConfig": {
|
4465
|
-
"shape": "
|
4465
|
+
"shape": "Sje"
|
4466
4466
|
},
|
4467
4467
|
"ProcessingJobName": {},
|
4468
4468
|
"ProcessingResources": {
|
4469
|
-
"shape": "
|
4469
|
+
"shape": "Sjj"
|
4470
4470
|
},
|
4471
4471
|
"StoppingCondition": {
|
4472
|
-
"shape": "
|
4472
|
+
"shape": "Sjl"
|
4473
4473
|
},
|
4474
4474
|
"AppSpecification": {
|
4475
|
-
"shape": "
|
4475
|
+
"shape": "Sjn"
|
4476
4476
|
},
|
4477
4477
|
"Environment": {
|
4478
|
-
"shape": "
|
4478
|
+
"shape": "Sjp"
|
4479
4479
|
},
|
4480
4480
|
"NetworkConfig": {
|
4481
|
-
"shape": "
|
4481
|
+
"shape": "Shf"
|
4482
4482
|
},
|
4483
4483
|
"RoleArn": {},
|
4484
4484
|
"ExperimentConfig": {
|
4485
|
-
"shape": "
|
4485
|
+
"shape": "Sjq"
|
4486
4486
|
},
|
4487
4487
|
"ProcessingJobArn": {},
|
4488
4488
|
"ProcessingJobStatus": {},
|
@@ -4532,14 +4532,14 @@
|
|
4532
4532
|
"ProjectId": {},
|
4533
4533
|
"ProjectDescription": {},
|
4534
4534
|
"ServiceCatalogProvisioningDetails": {
|
4535
|
-
"shape": "
|
4535
|
+
"shape": "Sjv"
|
4536
4536
|
},
|
4537
4537
|
"ServiceCatalogProvisionedProductDetails": {
|
4538
|
-
"shape": "
|
4538
|
+
"shape": "Suu"
|
4539
4539
|
},
|
4540
4540
|
"ProjectStatus": {},
|
4541
4541
|
"CreatedBy": {
|
4542
|
-
"shape": "
|
4542
|
+
"shape": "Soh"
|
4543
4543
|
},
|
4544
4544
|
"CreationTime": {
|
4545
4545
|
"type": "timestamp"
|
@@ -4548,7 +4548,7 @@
|
|
4548
4548
|
"type": "timestamp"
|
4549
4549
|
},
|
4550
4550
|
"LastModifiedBy": {
|
4551
|
-
"shape": "
|
4551
|
+
"shape": "Soh"
|
4552
4552
|
}
|
4553
4553
|
}
|
4554
4554
|
}
|
@@ -4596,7 +4596,7 @@
|
|
4596
4596
|
],
|
4597
4597
|
"members": {
|
4598
4598
|
"SubscribedWorkteam": {
|
4599
|
-
"shape": "
|
4599
|
+
"shape": "Sv1"
|
4600
4600
|
}
|
4601
4601
|
}
|
4602
4602
|
}
|
@@ -4631,7 +4631,7 @@
|
|
4631
4631
|
"LabelingJobArn": {},
|
4632
4632
|
"AutoMLJobArn": {},
|
4633
4633
|
"ModelArtifacts": {
|
4634
|
-
"shape": "
|
4634
|
+
"shape": "Sq4"
|
4635
4635
|
},
|
4636
4636
|
"TrainingJobStatus": {},
|
4637
4637
|
"SecondaryStatus": {},
|
@@ -4640,7 +4640,7 @@
|
|
4640
4640
|
"shape": "S2t"
|
4641
4641
|
},
|
4642
4642
|
"AlgorithmSpecification": {
|
4643
|
-
"shape": "
|
4643
|
+
"shape": "Skb"
|
4644
4644
|
},
|
4645
4645
|
"RoleArn": {},
|
4646
4646
|
"InputDataConfig": {
|
@@ -4671,10 +4671,10 @@
|
|
4671
4671
|
"type": "timestamp"
|
4672
4672
|
},
|
4673
4673
|
"SecondaryStatusTransitions": {
|
4674
|
-
"shape": "
|
4674
|
+
"shape": "Sv5"
|
4675
4675
|
},
|
4676
4676
|
"FinalMetricDataList": {
|
4677
|
-
"shape": "
|
4677
|
+
"shape": "Sv8"
|
4678
4678
|
},
|
4679
4679
|
"EnableNetworkIsolation": {
|
4680
4680
|
"type": "boolean"
|
@@ -4686,7 +4686,7 @@
|
|
4686
4686
|
"type": "boolean"
|
4687
4687
|
},
|
4688
4688
|
"CheckpointConfig": {
|
4689
|
-
"shape": "
|
4689
|
+
"shape": "Scx"
|
4690
4690
|
},
|
4691
4691
|
"TrainingTimeInSeconds": {
|
4692
4692
|
"type": "integer"
|
@@ -4695,25 +4695,25 @@
|
|
4695
4695
|
"type": "integer"
|
4696
4696
|
},
|
4697
4697
|
"DebugHookConfig": {
|
4698
|
-
"shape": "
|
4698
|
+
"shape": "Skc"
|
4699
4699
|
},
|
4700
4700
|
"ExperimentConfig": {
|
4701
|
-
"shape": "
|
4701
|
+
"shape": "Sjq"
|
4702
4702
|
},
|
4703
4703
|
"DebugRuleConfigurations": {
|
4704
|
-
"shape": "
|
4704
|
+
"shape": "Skk"
|
4705
4705
|
},
|
4706
4706
|
"TensorBoardOutputConfig": {
|
4707
|
-
"shape": "
|
4707
|
+
"shape": "Sko"
|
4708
4708
|
},
|
4709
4709
|
"DebugRuleEvaluationStatuses": {
|
4710
|
-
"shape": "
|
4710
|
+
"shape": "Svc"
|
4711
4711
|
},
|
4712
4712
|
"ProfilerConfig": {
|
4713
|
-
"shape": "
|
4713
|
+
"shape": "Skp"
|
4714
4714
|
},
|
4715
4715
|
"ProfilerRuleConfigurations": {
|
4716
|
-
"shape": "
|
4716
|
+
"shape": "Sks"
|
4717
4717
|
},
|
4718
4718
|
"ProfilerRuleEvaluationStatuses": {
|
4719
4719
|
"type": "list",
|
@@ -4732,10 +4732,10 @@
|
|
4732
4732
|
},
|
4733
4733
|
"ProfilingStatus": {},
|
4734
4734
|
"RetryStrategy": {
|
4735
|
-
"shape": "
|
4735
|
+
"shape": "Scy"
|
4736
4736
|
},
|
4737
4737
|
"Environment": {
|
4738
|
-
"shape": "
|
4738
|
+
"shape": "Sku"
|
4739
4739
|
}
|
4740
4740
|
}
|
4741
4741
|
}
|
@@ -4771,7 +4771,7 @@
|
|
4771
4771
|
"type": "integer"
|
4772
4772
|
},
|
4773
4773
|
"ModelClientConfig": {
|
4774
|
-
"shape": "
|
4774
|
+
"shape": "Sl1"
|
4775
4775
|
},
|
4776
4776
|
"MaxPayloadInMB": {
|
4777
4777
|
"type": "integer"
|
@@ -4801,10 +4801,10 @@
|
|
4801
4801
|
"LabelingJobArn": {},
|
4802
4802
|
"AutoMLJobArn": {},
|
4803
4803
|
"DataProcessing": {
|
4804
|
-
"shape": "
|
4804
|
+
"shape": "Sl4"
|
4805
4805
|
},
|
4806
4806
|
"ExperimentConfig": {
|
4807
|
-
"shape": "
|
4807
|
+
"shape": "Sjq"
|
4808
4808
|
}
|
4809
4809
|
}
|
4810
4810
|
}
|
@@ -4827,19 +4827,19 @@
|
|
4827
4827
|
"DisplayName": {},
|
4828
4828
|
"ExperimentName": {},
|
4829
4829
|
"Source": {
|
4830
|
-
"shape": "
|
4830
|
+
"shape": "Svo"
|
4831
4831
|
},
|
4832
4832
|
"CreationTime": {
|
4833
4833
|
"type": "timestamp"
|
4834
4834
|
},
|
4835
4835
|
"CreatedBy": {
|
4836
|
-
"shape": "
|
4836
|
+
"shape": "Soh"
|
4837
4837
|
},
|
4838
4838
|
"LastModifiedTime": {
|
4839
4839
|
"type": "timestamp"
|
4840
4840
|
},
|
4841
4841
|
"LastModifiedBy": {
|
4842
|
-
"shape": "
|
4842
|
+
"shape": "Soh"
|
4843
4843
|
},
|
4844
4844
|
"MetadataProperties": {
|
4845
4845
|
"shape": "S1q"
|
@@ -4864,10 +4864,10 @@
|
|
4864
4864
|
"TrialComponentArn": {},
|
4865
4865
|
"DisplayName": {},
|
4866
4866
|
"Source": {
|
4867
|
-
"shape": "
|
4867
|
+
"shape": "Svs"
|
4868
4868
|
},
|
4869
4869
|
"Status": {
|
4870
|
-
"shape": "
|
4870
|
+
"shape": "Slc"
|
4871
4871
|
},
|
4872
4872
|
"StartTime": {
|
4873
4873
|
"type": "timestamp"
|
@@ -4879,28 +4879,28 @@
|
|
4879
4879
|
"type": "timestamp"
|
4880
4880
|
},
|
4881
4881
|
"CreatedBy": {
|
4882
|
-
"shape": "
|
4882
|
+
"shape": "Soh"
|
4883
4883
|
},
|
4884
4884
|
"LastModifiedTime": {
|
4885
4885
|
"type": "timestamp"
|
4886
4886
|
},
|
4887
4887
|
"LastModifiedBy": {
|
4888
|
-
"shape": "
|
4888
|
+
"shape": "Soh"
|
4889
4889
|
},
|
4890
4890
|
"Parameters": {
|
4891
|
-
"shape": "
|
4891
|
+
"shape": "Slg"
|
4892
4892
|
},
|
4893
4893
|
"InputArtifacts": {
|
4894
|
-
"shape": "
|
4894
|
+
"shape": "Slk"
|
4895
4895
|
},
|
4896
4896
|
"OutputArtifacts": {
|
4897
|
-
"shape": "
|
4897
|
+
"shape": "Slk"
|
4898
4898
|
},
|
4899
4899
|
"MetadataProperties": {
|
4900
4900
|
"shape": "S1q"
|
4901
4901
|
},
|
4902
4902
|
"Metrics": {
|
4903
|
-
"shape": "
|
4903
|
+
"shape": "Svu"
|
4904
4904
|
},
|
4905
4905
|
"LineageGroupArn": {}
|
4906
4906
|
}
|
@@ -4958,7 +4958,7 @@
|
|
4958
4958
|
],
|
4959
4959
|
"members": {
|
4960
4960
|
"Workforce": {
|
4961
|
-
"shape": "
|
4961
|
+
"shape": "Sw4"
|
4962
4962
|
}
|
4963
4963
|
}
|
4964
4964
|
}
|
@@ -4980,7 +4980,7 @@
|
|
4980
4980
|
],
|
4981
4981
|
"members": {
|
4982
4982
|
"Workteam": {
|
4983
|
-
"shape": "
|
4983
|
+
"shape": "Swc"
|
4984
4984
|
}
|
4985
4985
|
}
|
4986
4986
|
}
|
@@ -5479,7 +5479,7 @@
|
|
5479
5479
|
"type": "timestamp"
|
5480
5480
|
},
|
5481
5481
|
"CreatedBy": {
|
5482
|
-
"shape": "
|
5482
|
+
"shape": "Soh"
|
5483
5483
|
}
|
5484
5484
|
}
|
5485
5485
|
}
|
@@ -5548,7 +5548,7 @@
|
|
5548
5548
|
},
|
5549
5549
|
"FailureReason": {},
|
5550
5550
|
"PartialFailureReasons": {
|
5551
|
-
"shape": "
|
5551
|
+
"shape": "Sp1"
|
5552
5552
|
}
|
5553
5553
|
}
|
5554
5554
|
}
|
@@ -5584,7 +5584,7 @@
|
|
5584
5584
|
"Candidates": {
|
5585
5585
|
"type": "list",
|
5586
5586
|
"member": {
|
5587
|
-
"shape": "
|
5587
|
+
"shape": "Sp3"
|
5588
5588
|
}
|
5589
5589
|
},
|
5590
5590
|
"NextToken": {}
|
@@ -5794,7 +5794,7 @@
|
|
5794
5794
|
],
|
5795
5795
|
"members": {
|
5796
5796
|
"JobDefinitionSummaries": {
|
5797
|
-
"shape": "
|
5797
|
+
"shape": "Sz5"
|
5798
5798
|
},
|
5799
5799
|
"NextToken": {}
|
5800
5800
|
}
|
@@ -6223,7 +6223,7 @@
|
|
6223
6223
|
"ExperimentName": {},
|
6224
6224
|
"DisplayName": {},
|
6225
6225
|
"ExperimentSource": {
|
6226
|
-
"shape": "
|
6226
|
+
"shape": "Srq"
|
6227
6227
|
},
|
6228
6228
|
"CreationTime": {
|
6229
6229
|
"type": "timestamp"
|
@@ -6283,7 +6283,7 @@
|
|
6283
6283
|
},
|
6284
6284
|
"FeatureGroupStatus": {},
|
6285
6285
|
"OfflineStoreStatus": {
|
6286
|
-
"shape": "
|
6286
|
+
"shape": "Srw"
|
6287
6287
|
}
|
6288
6288
|
}
|
6289
6289
|
}
|
@@ -6445,13 +6445,13 @@
|
|
6445
6445
|
"type": "timestamp"
|
6446
6446
|
},
|
6447
6447
|
"TrainingJobStatusCounters": {
|
6448
|
-
"shape": "
|
6448
|
+
"shape": "Ssl"
|
6449
6449
|
},
|
6450
6450
|
"ObjectiveStatusCounters": {
|
6451
|
-
"shape": "
|
6451
|
+
"shape": "Ssn"
|
6452
6452
|
},
|
6453
6453
|
"ResourceLimits": {
|
6454
|
-
"shape": "
|
6454
|
+
"shape": "Scd"
|
6455
6455
|
}
|
6456
6456
|
}
|
6457
6457
|
}
|
@@ -6707,17 +6707,17 @@
|
|
6707
6707
|
},
|
6708
6708
|
"LabelingJobStatus": {},
|
6709
6709
|
"LabelCounters": {
|
6710
|
-
"shape": "
|
6710
|
+
"shape": "Stc"
|
6711
6711
|
},
|
6712
6712
|
"WorkteamArn": {},
|
6713
6713
|
"PreHumanTaskLambdaArn": {},
|
6714
6714
|
"AnnotationConsolidationLambdaArn": {},
|
6715
6715
|
"FailureReason": {},
|
6716
6716
|
"LabelingJobOutput": {
|
6717
|
-
"shape": "
|
6717
|
+
"shape": "Stf"
|
6718
6718
|
},
|
6719
6719
|
"InputConfig": {
|
6720
|
-
"shape": "
|
6720
|
+
"shape": "Seo"
|
6721
6721
|
}
|
6722
6722
|
}
|
6723
6723
|
}
|
@@ -6864,7 +6864,7 @@
|
|
6864
6864
|
],
|
6865
6865
|
"members": {
|
6866
6866
|
"JobDefinitionSummaries": {
|
6867
|
-
"shape": "
|
6867
|
+
"shape": "Sz5"
|
6868
6868
|
},
|
6869
6869
|
"NextToken": {}
|
6870
6870
|
}
|
@@ -6897,7 +6897,7 @@
|
|
6897
6897
|
],
|
6898
6898
|
"members": {
|
6899
6899
|
"JobDefinitionSummaries": {
|
6900
|
-
"shape": "
|
6900
|
+
"shape": "Sz5"
|
6901
6901
|
},
|
6902
6902
|
"NextToken": {}
|
6903
6903
|
}
|
@@ -7097,7 +7097,7 @@
|
|
7097
7097
|
],
|
7098
7098
|
"members": {
|
7099
7099
|
"JobDefinitionSummaries": {
|
7100
|
-
"shape": "
|
7100
|
+
"shape": "Sz5"
|
7101
7101
|
},
|
7102
7102
|
"NextToken": {}
|
7103
7103
|
}
|
@@ -7194,7 +7194,7 @@
|
|
7194
7194
|
"MonitoringExecutionSummaries": {
|
7195
7195
|
"type": "list",
|
7196
7196
|
"member": {
|
7197
|
-
"shape": "
|
7197
|
+
"shape": "Su3"
|
7198
7198
|
}
|
7199
7199
|
},
|
7200
7200
|
"NextToken": {}
|
@@ -7375,7 +7375,7 @@
|
|
7375
7375
|
"NotebookInstanceLifecycleConfigName": {},
|
7376
7376
|
"DefaultCodeRepository": {},
|
7377
7377
|
"AdditionalCodeRepositories": {
|
7378
|
-
"shape": "
|
7378
|
+
"shape": "Shs"
|
7379
7379
|
}
|
7380
7380
|
}
|
7381
7381
|
}
|
@@ -7474,7 +7474,7 @@
|
|
7474
7474
|
"CallbackToken": {},
|
7475
7475
|
"SqsQueueUrl": {},
|
7476
7476
|
"OutputParameters": {
|
7477
|
-
"shape": "
|
7477
|
+
"shape": "S145"
|
7478
7478
|
}
|
7479
7479
|
}
|
7480
7480
|
},
|
@@ -7483,7 +7483,7 @@
|
|
7483
7483
|
"members": {
|
7484
7484
|
"Arn": {},
|
7485
7485
|
"OutputParameters": {
|
7486
|
-
"shape": "
|
7486
|
+
"shape": "S145"
|
7487
7487
|
}
|
7488
7488
|
}
|
7489
7489
|
},
|
@@ -7610,7 +7610,7 @@
|
|
7610
7610
|
"type": "structure",
|
7611
7611
|
"members": {
|
7612
7612
|
"PipelineParameters": {
|
7613
|
-
"shape": "
|
7613
|
+
"shape": "S14k"
|
7614
7614
|
},
|
7615
7615
|
"NextToken": {}
|
7616
7616
|
}
|
@@ -7907,7 +7907,7 @@
|
|
7907
7907
|
"SubscribedWorkteams": {
|
7908
7908
|
"type": "list",
|
7909
7909
|
"member": {
|
7910
|
-
"shape": "
|
7910
|
+
"shape": "Sv1"
|
7911
7911
|
}
|
7912
7912
|
},
|
7913
7913
|
"NextToken": {}
|
@@ -8026,7 +8026,7 @@
|
|
8026
8026
|
"TrainingJobSummaries": {
|
8027
8027
|
"type": "list",
|
8028
8028
|
"member": {
|
8029
|
-
"shape": "
|
8029
|
+
"shape": "Ssp"
|
8030
8030
|
}
|
8031
8031
|
},
|
8032
8032
|
"NextToken": {}
|
@@ -8129,10 +8129,10 @@
|
|
8129
8129
|
"TrialComponentArn": {},
|
8130
8130
|
"DisplayName": {},
|
8131
8131
|
"TrialComponentSource": {
|
8132
|
-
"shape": "
|
8132
|
+
"shape": "Svs"
|
8133
8133
|
},
|
8134
8134
|
"Status": {
|
8135
|
-
"shape": "
|
8135
|
+
"shape": "Slc"
|
8136
8136
|
},
|
8137
8137
|
"StartTime": {
|
8138
8138
|
"type": "timestamp"
|
@@ -8144,13 +8144,13 @@
|
|
8144
8144
|
"type": "timestamp"
|
8145
8145
|
},
|
8146
8146
|
"CreatedBy": {
|
8147
|
-
"shape": "
|
8147
|
+
"shape": "Soh"
|
8148
8148
|
},
|
8149
8149
|
"LastModifiedTime": {
|
8150
8150
|
"type": "timestamp"
|
8151
8151
|
},
|
8152
8152
|
"LastModifiedBy": {
|
8153
|
-
"shape": "
|
8153
|
+
"shape": "Soh"
|
8154
8154
|
}
|
8155
8155
|
}
|
8156
8156
|
}
|
@@ -8191,7 +8191,7 @@
|
|
8191
8191
|
"TrialName": {},
|
8192
8192
|
"DisplayName": {},
|
8193
8193
|
"TrialSource": {
|
8194
|
-
"shape": "
|
8194
|
+
"shape": "Svo"
|
8195
8195
|
},
|
8196
8196
|
"CreationTime": {
|
8197
8197
|
"type": "timestamp"
|
@@ -8266,7 +8266,7 @@
|
|
8266
8266
|
"Workforces": {
|
8267
8267
|
"type": "list",
|
8268
8268
|
"member": {
|
8269
|
-
"shape": "
|
8269
|
+
"shape": "Sw4"
|
8270
8270
|
}
|
8271
8271
|
},
|
8272
8272
|
"NextToken": {}
|
@@ -8295,7 +8295,7 @@
|
|
8295
8295
|
"Workteams": {
|
8296
8296
|
"type": "list",
|
8297
8297
|
"member": {
|
8298
|
-
"shape": "
|
8298
|
+
"shape": "Swc"
|
8299
8299
|
}
|
8300
8300
|
},
|
8301
8301
|
"NextToken": {}
|
@@ -8414,7 +8414,7 @@
|
|
8414
8414
|
"members": {
|
8415
8415
|
"DeviceFleetName": {},
|
8416
8416
|
"Devices": {
|
8417
|
-
"shape": "
|
8417
|
+
"shape": "S171"
|
8418
8418
|
},
|
8419
8419
|
"Tags": {
|
8420
8420
|
"shape": "S7"
|
@@ -8484,7 +8484,7 @@
|
|
8484
8484
|
"idempotencyToken": true
|
8485
8485
|
},
|
8486
8486
|
"ParallelismConfiguration": {
|
8487
|
-
"shape": "
|
8487
|
+
"shape": "Sie"
|
8488
8488
|
}
|
8489
8489
|
}
|
8490
8490
|
},
|
@@ -8504,7 +8504,7 @@
|
|
8504
8504
|
"members": {
|
8505
8505
|
"Resource": {},
|
8506
8506
|
"SearchExpression": {
|
8507
|
-
"shape": "
|
8507
|
+
"shape": "S17c"
|
8508
8508
|
},
|
8509
8509
|
"SortBy": {},
|
8510
8510
|
"SortOrder": {},
|
@@ -8523,7 +8523,7 @@
|
|
8523
8523
|
"type": "structure",
|
8524
8524
|
"members": {
|
8525
8525
|
"TrainingJob": {
|
8526
|
-
"shape": "
|
8526
|
+
"shape": "S17p"
|
8527
8527
|
},
|
8528
8528
|
"Experiment": {
|
8529
8529
|
"type": "structure",
|
@@ -8532,20 +8532,20 @@
|
|
8532
8532
|
"ExperimentArn": {},
|
8533
8533
|
"DisplayName": {},
|
8534
8534
|
"Source": {
|
8535
|
-
"shape": "
|
8535
|
+
"shape": "Srq"
|
8536
8536
|
},
|
8537
8537
|
"Description": {},
|
8538
8538
|
"CreationTime": {
|
8539
8539
|
"type": "timestamp"
|
8540
8540
|
},
|
8541
8541
|
"CreatedBy": {
|
8542
|
-
"shape": "
|
8542
|
+
"shape": "Soh"
|
8543
8543
|
},
|
8544
8544
|
"LastModifiedTime": {
|
8545
8545
|
"type": "timestamp"
|
8546
8546
|
},
|
8547
8547
|
"LastModifiedBy": {
|
8548
|
-
"shape": "
|
8548
|
+
"shape": "Soh"
|
8549
8549
|
},
|
8550
8550
|
"Tags": {
|
8551
8551
|
"shape": "S7"
|
@@ -8560,19 +8560,19 @@
|
|
8560
8560
|
"DisplayName": {},
|
8561
8561
|
"ExperimentName": {},
|
8562
8562
|
"Source": {
|
8563
|
-
"shape": "
|
8563
|
+
"shape": "Svo"
|
8564
8564
|
},
|
8565
8565
|
"CreationTime": {
|
8566
8566
|
"type": "timestamp"
|
8567
8567
|
},
|
8568
8568
|
"CreatedBy": {
|
8569
|
-
"shape": "
|
8569
|
+
"shape": "Soh"
|
8570
8570
|
},
|
8571
8571
|
"LastModifiedTime": {
|
8572
8572
|
"type": "timestamp"
|
8573
8573
|
},
|
8574
8574
|
"LastModifiedBy": {
|
8575
|
-
"shape": "
|
8575
|
+
"shape": "Soh"
|
8576
8576
|
},
|
8577
8577
|
"MetadataProperties": {
|
8578
8578
|
"shape": "S1q"
|
@@ -8588,13 +8588,13 @@
|
|
8588
8588
|
"TrialComponentName": {},
|
8589
8589
|
"TrialComponentArn": {},
|
8590
8590
|
"TrialComponentSource": {
|
8591
|
-
"shape": "
|
8591
|
+
"shape": "Svs"
|
8592
8592
|
},
|
8593
8593
|
"CreationTime": {
|
8594
8594
|
"type": "timestamp"
|
8595
8595
|
},
|
8596
8596
|
"CreatedBy": {
|
8597
|
-
"shape": "
|
8597
|
+
"shape": "Soh"
|
8598
8598
|
}
|
8599
8599
|
}
|
8600
8600
|
}
|
@@ -8608,10 +8608,10 @@
|
|
8608
8608
|
"DisplayName": {},
|
8609
8609
|
"TrialComponentArn": {},
|
8610
8610
|
"Source": {
|
8611
|
-
"shape": "
|
8611
|
+
"shape": "Svs"
|
8612
8612
|
},
|
8613
8613
|
"Status": {
|
8614
|
-
"shape": "
|
8614
|
+
"shape": "Slc"
|
8615
8615
|
},
|
8616
8616
|
"StartTime": {
|
8617
8617
|
"type": "timestamp"
|
@@ -8623,25 +8623,25 @@
|
|
8623
8623
|
"type": "timestamp"
|
8624
8624
|
},
|
8625
8625
|
"CreatedBy": {
|
8626
|
-
"shape": "
|
8626
|
+
"shape": "Soh"
|
8627
8627
|
},
|
8628
8628
|
"LastModifiedTime": {
|
8629
8629
|
"type": "timestamp"
|
8630
8630
|
},
|
8631
8631
|
"LastModifiedBy": {
|
8632
|
-
"shape": "
|
8632
|
+
"shape": "Soh"
|
8633
8633
|
},
|
8634
8634
|
"Parameters": {
|
8635
|
-
"shape": "
|
8635
|
+
"shape": "Slg"
|
8636
8636
|
},
|
8637
8637
|
"InputArtifacts": {
|
8638
|
-
"shape": "
|
8638
|
+
"shape": "Slk"
|
8639
8639
|
},
|
8640
8640
|
"OutputArtifacts": {
|
8641
|
-
"shape": "
|
8641
|
+
"shape": "Slk"
|
8642
8642
|
},
|
8643
8643
|
"Metrics": {
|
8644
|
-
"shape": "
|
8644
|
+
"shape": "Svu"
|
8645
8645
|
},
|
8646
8646
|
"MetadataProperties": {
|
8647
8647
|
"shape": "S1q"
|
@@ -8651,36 +8651,36 @@
|
|
8651
8651
|
"members": {
|
8652
8652
|
"SourceArn": {},
|
8653
8653
|
"TrainingJob": {
|
8654
|
-
"shape": "
|
8654
|
+
"shape": "S17p"
|
8655
8655
|
},
|
8656
8656
|
"ProcessingJob": {
|
8657
8657
|
"type": "structure",
|
8658
8658
|
"members": {
|
8659
8659
|
"ProcessingInputs": {
|
8660
|
-
"shape": "
|
8660
|
+
"shape": "Sir"
|
8661
8661
|
},
|
8662
8662
|
"ProcessingOutputConfig": {
|
8663
|
-
"shape": "
|
8663
|
+
"shape": "Sje"
|
8664
8664
|
},
|
8665
8665
|
"ProcessingJobName": {},
|
8666
8666
|
"ProcessingResources": {
|
8667
|
-
"shape": "
|
8667
|
+
"shape": "Sjj"
|
8668
8668
|
},
|
8669
8669
|
"StoppingCondition": {
|
8670
|
-
"shape": "
|
8670
|
+
"shape": "Sjl"
|
8671
8671
|
},
|
8672
8672
|
"AppSpecification": {
|
8673
|
-
"shape": "
|
8673
|
+
"shape": "Sjn"
|
8674
8674
|
},
|
8675
8675
|
"Environment": {
|
8676
|
-
"shape": "
|
8676
|
+
"shape": "Sjp"
|
8677
8677
|
},
|
8678
8678
|
"NetworkConfig": {
|
8679
|
-
"shape": "
|
8679
|
+
"shape": "Shf"
|
8680
8680
|
},
|
8681
8681
|
"RoleArn": {},
|
8682
8682
|
"ExperimentConfig": {
|
8683
|
-
"shape": "
|
8683
|
+
"shape": "Sjq"
|
8684
8684
|
},
|
8685
8685
|
"ProcessingJobArn": {},
|
8686
8686
|
"ProcessingJobStatus": {},
|
@@ -8718,7 +8718,7 @@
|
|
8718
8718
|
"type": "integer"
|
8719
8719
|
},
|
8720
8720
|
"ModelClientConfig": {
|
8721
|
-
"shape": "
|
8721
|
+
"shape": "Sl1"
|
8722
8722
|
},
|
8723
8723
|
"MaxPayloadInMB": {
|
8724
8724
|
"type": "integer"
|
@@ -8748,10 +8748,10 @@
|
|
8748
8748
|
"LabelingJobArn": {},
|
8749
8749
|
"AutoMLJobArn": {},
|
8750
8750
|
"DataProcessing": {
|
8751
|
-
"shape": "
|
8751
|
+
"shape": "Sl4"
|
8752
8752
|
},
|
8753
8753
|
"ExperimentConfig": {
|
8754
|
-
"shape": "
|
8754
|
+
"shape": "Sjq"
|
8755
8755
|
},
|
8756
8756
|
"Tags": {
|
8757
8757
|
"shape": "S7"
|
@@ -8791,10 +8791,10 @@
|
|
8791
8791
|
"EndpointArn": {},
|
8792
8792
|
"EndpointConfigName": {},
|
8793
8793
|
"ProductionVariants": {
|
8794
|
-
"shape": "
|
8794
|
+
"shape": "Sr7"
|
8795
8795
|
},
|
8796
8796
|
"DataCaptureConfig": {
|
8797
|
-
"shape": "
|
8797
|
+
"shape": "Srg"
|
8798
8798
|
},
|
8799
8799
|
"EndpointStatus": {},
|
8800
8800
|
"FailureReason": {},
|
@@ -8821,11 +8821,11 @@
|
|
8821
8821
|
"type": "timestamp"
|
8822
8822
|
},
|
8823
8823
|
"MonitoringScheduleConfig": {
|
8824
|
-
"shape": "
|
8824
|
+
"shape": "Sh7"
|
8825
8825
|
},
|
8826
8826
|
"EndpointName": {},
|
8827
8827
|
"LastMonitoringExecutionSummary": {
|
8828
|
-
"shape": "
|
8828
|
+
"shape": "Su3"
|
8829
8829
|
},
|
8830
8830
|
"Tags": {
|
8831
8831
|
"shape": "S7"
|
@@ -8855,49 +8855,49 @@
|
|
8855
8855
|
"shape": "Sr"
|
8856
8856
|
},
|
8857
8857
|
"SourceAlgorithmSpecification": {
|
8858
|
-
"shape": "
|
8858
|
+
"shape": "Sga"
|
8859
8859
|
},
|
8860
8860
|
"ValidationSpecification": {
|
8861
|
-
"shape": "
|
8861
|
+
"shape": "Sg7"
|
8862
8862
|
},
|
8863
8863
|
"ModelPackageStatus": {},
|
8864
8864
|
"ModelPackageStatusDetails": {
|
8865
|
-
"shape": "
|
8865
|
+
"shape": "Stq"
|
8866
8866
|
},
|
8867
8867
|
"CertifyForMarketplace": {
|
8868
8868
|
"type": "boolean"
|
8869
8869
|
},
|
8870
8870
|
"ModelApprovalStatus": {},
|
8871
8871
|
"CreatedBy": {
|
8872
|
-
"shape": "
|
8872
|
+
"shape": "Soh"
|
8873
8873
|
},
|
8874
8874
|
"MetadataProperties": {
|
8875
8875
|
"shape": "S1q"
|
8876
8876
|
},
|
8877
8877
|
"ModelMetrics": {
|
8878
|
-
"shape": "
|
8878
|
+
"shape": "Sgd"
|
8879
8879
|
},
|
8880
8880
|
"LastModifiedTime": {
|
8881
8881
|
"type": "timestamp"
|
8882
8882
|
},
|
8883
8883
|
"LastModifiedBy": {
|
8884
|
-
"shape": "
|
8884
|
+
"shape": "Soh"
|
8885
8885
|
},
|
8886
8886
|
"ApprovalDescription": {},
|
8887
8887
|
"Domain": {},
|
8888
8888
|
"Task": {},
|
8889
8889
|
"SamplePayloadUrl": {},
|
8890
8890
|
"AdditionalInferenceSpecifications": {
|
8891
|
-
"shape": "
|
8891
|
+
"shape": "Sgt"
|
8892
8892
|
},
|
8893
8893
|
"Tags": {
|
8894
8894
|
"shape": "S7"
|
8895
8895
|
},
|
8896
8896
|
"CustomerMetadataProperties": {
|
8897
|
-
"shape": "
|
8897
|
+
"shape": "Sgk"
|
8898
8898
|
},
|
8899
8899
|
"DriftCheckBaselines": {
|
8900
|
-
"shape": "
|
8900
|
+
"shape": "Sgn"
|
8901
8901
|
}
|
8902
8902
|
}
|
8903
8903
|
},
|
@@ -8911,7 +8911,7 @@
|
|
8911
8911
|
"type": "timestamp"
|
8912
8912
|
},
|
8913
8913
|
"CreatedBy": {
|
8914
|
-
"shape": "
|
8914
|
+
"shape": "Soh"
|
8915
8915
|
},
|
8916
8916
|
"ModelPackageGroupStatus": {},
|
8917
8917
|
"Tags": {
|
@@ -8938,13 +8938,13 @@
|
|
8938
8938
|
"type": "timestamp"
|
8939
8939
|
},
|
8940
8940
|
"CreatedBy": {
|
8941
|
-
"shape": "
|
8941
|
+
"shape": "Soh"
|
8942
8942
|
},
|
8943
8943
|
"LastModifiedBy": {
|
8944
|
-
"shape": "
|
8944
|
+
"shape": "Soh"
|
8945
8945
|
},
|
8946
8946
|
"ParallelismConfiguration": {
|
8947
|
-
"shape": "
|
8947
|
+
"shape": "Sie"
|
8948
8948
|
},
|
8949
8949
|
"Tags": {
|
8950
8950
|
"shape": "S7"
|
@@ -8960,7 +8960,7 @@
|
|
8960
8960
|
"PipelineExecutionStatus": {},
|
8961
8961
|
"PipelineExecutionDescription": {},
|
8962
8962
|
"PipelineExperimentConfig": {
|
8963
|
-
"shape": "
|
8963
|
+
"shape": "Sum"
|
8964
8964
|
},
|
8965
8965
|
"FailureReason": {},
|
8966
8966
|
"CreationTime": {
|
@@ -8970,16 +8970,16 @@
|
|
8970
8970
|
"type": "timestamp"
|
8971
8971
|
},
|
8972
8972
|
"CreatedBy": {
|
8973
|
-
"shape": "
|
8973
|
+
"shape": "Soh"
|
8974
8974
|
},
|
8975
8975
|
"LastModifiedBy": {
|
8976
|
-
"shape": "
|
8976
|
+
"shape": "Soh"
|
8977
8977
|
},
|
8978
8978
|
"ParallelismConfiguration": {
|
8979
|
-
"shape": "
|
8979
|
+
"shape": "Sie"
|
8980
8980
|
},
|
8981
8981
|
"PipelineParameters": {
|
8982
|
-
"shape": "
|
8982
|
+
"shape": "S14k"
|
8983
8983
|
}
|
8984
8984
|
}
|
8985
8985
|
},
|
@@ -9008,10 +9008,10 @@
|
|
9008
9008
|
"RoleArn": {},
|
9009
9009
|
"FeatureGroupStatus": {},
|
9010
9010
|
"OfflineStoreStatus": {
|
9011
|
-
"shape": "
|
9011
|
+
"shape": "Srw"
|
9012
9012
|
},
|
9013
9013
|
"LastUpdateStatus": {
|
9014
|
-
"shape": "
|
9014
|
+
"shape": "Srz"
|
9015
9015
|
},
|
9016
9016
|
"FailureReason": {},
|
9017
9017
|
"Description": {},
|
@@ -9028,14 +9028,14 @@
|
|
9028
9028
|
"ProjectId": {},
|
9029
9029
|
"ProjectDescription": {},
|
9030
9030
|
"ServiceCatalogProvisioningDetails": {
|
9031
|
-
"shape": "
|
9031
|
+
"shape": "Sjv"
|
9032
9032
|
},
|
9033
9033
|
"ServiceCatalogProvisionedProductDetails": {
|
9034
|
-
"shape": "
|
9034
|
+
"shape": "Suu"
|
9035
9035
|
},
|
9036
9036
|
"ProjectStatus": {},
|
9037
9037
|
"CreatedBy": {
|
9038
|
-
"shape": "
|
9038
|
+
"shape": "Soh"
|
9039
9039
|
},
|
9040
9040
|
"CreationTime": {
|
9041
9041
|
"type": "timestamp"
|
@@ -9047,7 +9047,7 @@
|
|
9047
9047
|
"type": "timestamp"
|
9048
9048
|
},
|
9049
9049
|
"LastModifiedBy": {
|
9050
|
-
"shape": "
|
9050
|
+
"shape": "Soh"
|
9051
9051
|
}
|
9052
9052
|
}
|
9053
9053
|
},
|
@@ -9066,7 +9066,7 @@
|
|
9066
9066
|
},
|
9067
9067
|
"Description": {},
|
9068
9068
|
"Parameters": {
|
9069
|
-
"shape": "
|
9069
|
+
"shape": "Ss5"
|
9070
9070
|
}
|
9071
9071
|
}
|
9072
9072
|
},
|
@@ -9079,10 +9079,10 @@
|
|
9079
9079
|
"shape": "Sc7"
|
9080
9080
|
},
|
9081
9081
|
"TrainingJobDefinition": {
|
9082
|
-
"shape": "
|
9082
|
+
"shape": "Scs"
|
9083
9083
|
},
|
9084
9084
|
"TrainingJobDefinitions": {
|
9085
|
-
"shape": "
|
9085
|
+
"shape": "Sd5"
|
9086
9086
|
},
|
9087
9087
|
"HyperParameterTuningJobStatus": {},
|
9088
9088
|
"CreationTime": {
|
@@ -9095,19 +9095,19 @@
|
|
9095
9095
|
"type": "timestamp"
|
9096
9096
|
},
|
9097
9097
|
"TrainingJobStatusCounters": {
|
9098
|
-
"shape": "
|
9098
|
+
"shape": "Ssl"
|
9099
9099
|
},
|
9100
9100
|
"ObjectiveStatusCounters": {
|
9101
|
-
"shape": "
|
9101
|
+
"shape": "Ssn"
|
9102
9102
|
},
|
9103
9103
|
"BestTrainingJob": {
|
9104
|
-
"shape": "
|
9104
|
+
"shape": "Ssp"
|
9105
9105
|
},
|
9106
9106
|
"OverallBestTrainingJob": {
|
9107
|
-
"shape": "
|
9107
|
+
"shape": "Ssp"
|
9108
9108
|
},
|
9109
9109
|
"WarmStartConfig": {
|
9110
|
-
"shape": "
|
9110
|
+
"shape": "Sd6"
|
9111
9111
|
},
|
9112
9112
|
"FailureReason": {},
|
9113
9113
|
"Tags": {
|
@@ -9152,7 +9152,7 @@
|
|
9152
9152
|
"members": {
|
9153
9153
|
"CallbackToken": {},
|
9154
9154
|
"OutputParameters": {
|
9155
|
-
"shape": "
|
9155
|
+
"shape": "S145"
|
9156
9156
|
},
|
9157
9157
|
"ClientRequestToken": {
|
9158
9158
|
"idempotencyToken": true
|
@@ -9212,14 +9212,14 @@
|
|
9212
9212
|
"PipelineName": {},
|
9213
9213
|
"PipelineExecutionDisplayName": {},
|
9214
9214
|
"PipelineParameters": {
|
9215
|
-
"shape": "
|
9215
|
+
"shape": "S14k"
|
9216
9216
|
},
|
9217
9217
|
"PipelineExecutionDescription": {},
|
9218
9218
|
"ClientRequestToken": {
|
9219
9219
|
"idempotencyToken": true
|
9220
9220
|
},
|
9221
9221
|
"ParallelismConfiguration": {
|
9222
|
-
"shape": "
|
9222
|
+
"shape": "Sie"
|
9223
9223
|
}
|
9224
9224
|
}
|
9225
9225
|
},
|
@@ -9399,7 +9399,7 @@
|
|
9399
9399
|
"shape": "S1o"
|
9400
9400
|
},
|
9401
9401
|
"PropertiesToRemove": {
|
9402
|
-
"shape": "
|
9402
|
+
"shape": "S18z"
|
9403
9403
|
}
|
9404
9404
|
}
|
9405
9405
|
},
|
@@ -9443,7 +9443,7 @@
|
|
9443
9443
|
"shape": "S1o"
|
9444
9444
|
},
|
9445
9445
|
"PropertiesToRemove": {
|
9446
|
-
"shape": "
|
9446
|
+
"shape": "S18z"
|
9447
9447
|
}
|
9448
9448
|
}
|
9449
9449
|
},
|
@@ -9493,7 +9493,7 @@
|
|
9493
9493
|
"shape": "S1o"
|
9494
9494
|
},
|
9495
9495
|
"PropertiesToRemove": {
|
9496
|
-
"shape": "
|
9496
|
+
"shape": "S18z"
|
9497
9497
|
}
|
9498
9498
|
}
|
9499
9499
|
},
|
@@ -9534,7 +9534,7 @@
|
|
9534
9534
|
"members": {
|
9535
9535
|
"DeviceFleetName": {},
|
9536
9536
|
"Devices": {
|
9537
|
-
"shape": "
|
9537
|
+
"shape": "S171"
|
9538
9538
|
}
|
9539
9539
|
}
|
9540
9540
|
}
|
@@ -9718,7 +9718,7 @@
|
|
9718
9718
|
"ParameterAdditions": {
|
9719
9719
|
"type": "list",
|
9720
9720
|
"member": {
|
9721
|
-
"shape": "
|
9721
|
+
"shape": "Ss6"
|
9722
9722
|
}
|
9723
9723
|
},
|
9724
9724
|
"ParameterRemovals": {
|
@@ -9763,14 +9763,14 @@
|
|
9763
9763
|
"ModelApprovalStatus": {},
|
9764
9764
|
"ApprovalDescription": {},
|
9765
9765
|
"CustomerMetadataProperties": {
|
9766
|
-
"shape": "
|
9766
|
+
"shape": "Sgk"
|
9767
9767
|
},
|
9768
9768
|
"CustomerMetadataPropertiesToRemove": {
|
9769
9769
|
"type": "list",
|
9770
9770
|
"member": {}
|
9771
9771
|
},
|
9772
9772
|
"AdditionalInferenceSpecificationsToAdd": {
|
9773
|
-
"shape": "
|
9773
|
+
"shape": "Sgt"
|
9774
9774
|
}
|
9775
9775
|
}
|
9776
9776
|
},
|
@@ -9794,7 +9794,7 @@
|
|
9794
9794
|
"members": {
|
9795
9795
|
"MonitoringScheduleName": {},
|
9796
9796
|
"MonitoringScheduleConfig": {
|
9797
|
-
"shape": "
|
9797
|
+
"shape": "Sh7"
|
9798
9798
|
}
|
9799
9799
|
}
|
9800
9800
|
},
|
@@ -9827,10 +9827,10 @@
|
|
9827
9827
|
},
|
9828
9828
|
"DefaultCodeRepository": {},
|
9829
9829
|
"AdditionalCodeRepositories": {
|
9830
|
-
"shape": "
|
9830
|
+
"shape": "Shs"
|
9831
9831
|
},
|
9832
9832
|
"AcceleratorTypes": {
|
9833
|
-
"shape": "
|
9833
|
+
"shape": "Shp"
|
9834
9834
|
},
|
9835
9835
|
"DisassociateAcceleratorTypes": {
|
9836
9836
|
"type": "boolean"
|
@@ -9843,7 +9843,7 @@
|
|
9843
9843
|
},
|
9844
9844
|
"RootAccess": {},
|
9845
9845
|
"InstanceMetadataServiceConfiguration": {
|
9846
|
-
"shape": "
|
9846
|
+
"shape": "Shv"
|
9847
9847
|
}
|
9848
9848
|
}
|
9849
9849
|
},
|
@@ -9861,10 +9861,10 @@
|
|
9861
9861
|
"members": {
|
9862
9862
|
"NotebookInstanceLifecycleConfigName": {},
|
9863
9863
|
"OnCreate": {
|
9864
|
-
"shape": "
|
9864
|
+
"shape": "Si0"
|
9865
9865
|
},
|
9866
9866
|
"OnStart": {
|
9867
|
-
"shape": "
|
9867
|
+
"shape": "Si0"
|
9868
9868
|
}
|
9869
9869
|
}
|
9870
9870
|
},
|
@@ -9884,12 +9884,12 @@
|
|
9884
9884
|
"PipelineDisplayName": {},
|
9885
9885
|
"PipelineDefinition": {},
|
9886
9886
|
"PipelineDefinitionS3Location": {
|
9887
|
-
"shape": "
|
9887
|
+
"shape": "Si8"
|
9888
9888
|
},
|
9889
9889
|
"PipelineDescription": {},
|
9890
9890
|
"RoleArn": {},
|
9891
9891
|
"ParallelismConfiguration": {
|
9892
|
-
"shape": "
|
9892
|
+
"shape": "Sie"
|
9893
9893
|
}
|
9894
9894
|
}
|
9895
9895
|
},
|
@@ -9911,7 +9911,7 @@
|
|
9911
9911
|
"PipelineExecutionDescription": {},
|
9912
9912
|
"PipelineExecutionDisplayName": {},
|
9913
9913
|
"ParallelismConfiguration": {
|
9914
|
-
"shape": "
|
9914
|
+
"shape": "Sie"
|
9915
9915
|
}
|
9916
9916
|
}
|
9917
9917
|
},
|
@@ -9936,7 +9936,7 @@
|
|
9936
9936
|
"members": {
|
9937
9937
|
"ProvisioningArtifactId": {},
|
9938
9938
|
"ProvisioningParameters": {
|
9939
|
-
"shape": "
|
9939
|
+
"shape": "Sjx"
|
9940
9940
|
}
|
9941
9941
|
}
|
9942
9942
|
},
|
@@ -9971,7 +9971,7 @@
|
|
9971
9971
|
"type": "long"
|
9972
9972
|
},
|
9973
9973
|
"ProfilingParameters": {
|
9974
|
-
"shape": "
|
9974
|
+
"shape": "Skr"
|
9975
9975
|
},
|
9976
9976
|
"DisableProfiler": {
|
9977
9977
|
"type": "boolean"
|
@@ -9979,7 +9979,7 @@
|
|
9979
9979
|
}
|
9980
9980
|
},
|
9981
9981
|
"ProfilerRuleConfigurations": {
|
9982
|
-
"shape": "
|
9982
|
+
"shape": "Sks"
|
9983
9983
|
}
|
9984
9984
|
}
|
9985
9985
|
},
|
@@ -10021,7 +10021,7 @@
|
|
10021
10021
|
"TrialComponentName": {},
|
10022
10022
|
"DisplayName": {},
|
10023
10023
|
"Status": {
|
10024
|
-
"shape": "
|
10024
|
+
"shape": "Slc"
|
10025
10025
|
},
|
10026
10026
|
"StartTime": {
|
10027
10027
|
"type": "timestamp"
|
@@ -10030,22 +10030,22 @@
|
|
10030
10030
|
"type": "timestamp"
|
10031
10031
|
},
|
10032
10032
|
"Parameters": {
|
10033
|
-
"shape": "
|
10033
|
+
"shape": "Slg"
|
10034
10034
|
},
|
10035
10035
|
"ParametersToRemove": {
|
10036
|
-
"shape": "
|
10036
|
+
"shape": "S1as"
|
10037
10037
|
},
|
10038
10038
|
"InputArtifacts": {
|
10039
|
-
"shape": "
|
10039
|
+
"shape": "Slk"
|
10040
10040
|
},
|
10041
10041
|
"InputArtifactsToRemove": {
|
10042
|
-
"shape": "
|
10042
|
+
"shape": "S1as"
|
10043
10043
|
},
|
10044
10044
|
"OutputArtifacts": {
|
10045
|
-
"shape": "
|
10045
|
+
"shape": "Slk"
|
10046
10046
|
},
|
10047
10047
|
"OutputArtifactsToRemove": {
|
10048
|
-
"shape": "
|
10048
|
+
"shape": "S1as"
|
10049
10049
|
}
|
10050
10050
|
}
|
10051
10051
|
},
|
@@ -10087,13 +10087,13 @@
|
|
10087
10087
|
"members": {
|
10088
10088
|
"WorkforceName": {},
|
10089
10089
|
"SourceIpConfig": {
|
10090
|
-
"shape": "
|
10090
|
+
"shape": "Sm1"
|
10091
10091
|
},
|
10092
10092
|
"OidcConfig": {
|
10093
|
-
"shape": "
|
10093
|
+
"shape": "Sly"
|
10094
10094
|
},
|
10095
10095
|
"WorkforceVpcConfig": {
|
10096
|
-
"shape": "
|
10096
|
+
"shape": "Sm5"
|
10097
10097
|
}
|
10098
10098
|
}
|
10099
10099
|
},
|
@@ -10104,7 +10104,7 @@
|
|
10104
10104
|
],
|
10105
10105
|
"members": {
|
10106
10106
|
"Workforce": {
|
10107
|
-
"shape": "
|
10107
|
+
"shape": "Sw4"
|
10108
10108
|
}
|
10109
10109
|
}
|
10110
10110
|
}
|
@@ -10118,11 +10118,11 @@
|
|
10118
10118
|
"members": {
|
10119
10119
|
"WorkteamName": {},
|
10120
10120
|
"MemberDefinitions": {
|
10121
|
-
"shape": "
|
10121
|
+
"shape": "Smf"
|
10122
10122
|
},
|
10123
10123
|
"Description": {},
|
10124
10124
|
"NotificationConfiguration": {
|
10125
|
-
"shape": "
|
10125
|
+
"shape": "Smn"
|
10126
10126
|
}
|
10127
10127
|
}
|
10128
10128
|
},
|
@@ -10133,7 +10133,7 @@
|
|
10133
10133
|
],
|
10134
10134
|
"members": {
|
10135
10135
|
"Workteam": {
|
10136
|
-
"shape": "
|
10136
|
+
"shape": "Swc"
|
10137
10137
|
}
|
10138
10138
|
}
|
10139
10139
|
}
|
@@ -11682,14 +11682,30 @@
|
|
11682
11682
|
],
|
11683
11683
|
"members": {
|
11684
11684
|
"Strategy": {},
|
11685
|
+
"StrategyConfig": {
|
11686
|
+
"type": "structure",
|
11687
|
+
"members": {
|
11688
|
+
"HyperbandStrategyConfig": {
|
11689
|
+
"type": "structure",
|
11690
|
+
"members": {
|
11691
|
+
"MinResource": {
|
11692
|
+
"type": "integer"
|
11693
|
+
},
|
11694
|
+
"MaxResource": {
|
11695
|
+
"type": "integer"
|
11696
|
+
}
|
11697
|
+
}
|
11698
|
+
}
|
11699
|
+
}
|
11700
|
+
},
|
11685
11701
|
"HyperParameterTuningJobObjective": {
|
11686
11702
|
"shape": "S2m"
|
11687
11703
|
},
|
11688
11704
|
"ResourceLimits": {
|
11689
|
-
"shape": "
|
11705
|
+
"shape": "Scd"
|
11690
11706
|
},
|
11691
11707
|
"ParameterRanges": {
|
11692
|
-
"shape": "
|
11708
|
+
"shape": "Scg"
|
11693
11709
|
},
|
11694
11710
|
"TrainingJobEarlyStoppingType": {},
|
11695
11711
|
"TuningJobCompletionCriteria": {
|
@@ -11705,7 +11721,7 @@
|
|
11705
11721
|
}
|
11706
11722
|
}
|
11707
11723
|
},
|
11708
|
-
"
|
11724
|
+
"Scd": {
|
11709
11725
|
"type": "structure",
|
11710
11726
|
"required": [
|
11711
11727
|
"MaxNumberOfTrainingJobs",
|
@@ -11720,7 +11736,7 @@
|
|
11720
11736
|
}
|
11721
11737
|
}
|
11722
11738
|
},
|
11723
|
-
"
|
11739
|
+
"Scg": {
|
11724
11740
|
"type": "structure",
|
11725
11741
|
"members": {
|
11726
11742
|
"IntegerParameterRanges": {
|
@@ -11775,7 +11791,7 @@
|
|
11775
11791
|
}
|
11776
11792
|
}
|
11777
11793
|
},
|
11778
|
-
"
|
11794
|
+
"Scs": {
|
11779
11795
|
"type": "structure",
|
11780
11796
|
"required": [
|
11781
11797
|
"AlgorithmSpecification",
|
@@ -11789,7 +11805,7 @@
|
|
11789
11805
|
"shape": "S2m"
|
11790
11806
|
},
|
11791
11807
|
"HyperParameterRanges": {
|
11792
|
-
"shape": "
|
11808
|
+
"shape": "Scg"
|
11793
11809
|
},
|
11794
11810
|
"StaticHyperParameters": {
|
11795
11811
|
"shape": "S2t"
|
@@ -11834,10 +11850,10 @@
|
|
11834
11850
|
"type": "boolean"
|
11835
11851
|
},
|
11836
11852
|
"CheckpointConfig": {
|
11837
|
-
"shape": "
|
11853
|
+
"shape": "Scx"
|
11838
11854
|
},
|
11839
11855
|
"RetryStrategy": {
|
11840
|
-
"shape": "
|
11856
|
+
"shape": "Scy"
|
11841
11857
|
},
|
11842
11858
|
"HyperParameterTuningResourceConfig": {
|
11843
11859
|
"type": "structure",
|
@@ -11875,7 +11891,7 @@
|
|
11875
11891
|
}
|
11876
11892
|
}
|
11877
11893
|
},
|
11878
|
-
"
|
11894
|
+
"Scx": {
|
11879
11895
|
"type": "structure",
|
11880
11896
|
"required": [
|
11881
11897
|
"S3Uri"
|
@@ -11885,7 +11901,7 @@
|
|
11885
11901
|
"LocalPath": {}
|
11886
11902
|
}
|
11887
11903
|
},
|
11888
|
-
"
|
11904
|
+
"Scy": {
|
11889
11905
|
"type": "structure",
|
11890
11906
|
"required": [
|
11891
11907
|
"MaximumRetryAttempts"
|
@@ -11896,13 +11912,13 @@
|
|
11896
11912
|
}
|
11897
11913
|
}
|
11898
11914
|
},
|
11899
|
-
"
|
11915
|
+
"Sd5": {
|
11900
11916
|
"type": "list",
|
11901
11917
|
"member": {
|
11902
|
-
"shape": "
|
11918
|
+
"shape": "Scs"
|
11903
11919
|
}
|
11904
11920
|
},
|
11905
|
-
"
|
11921
|
+
"Sd6": {
|
11906
11922
|
"type": "structure",
|
11907
11923
|
"required": [
|
11908
11924
|
"ParentHyperParameterTuningJobs",
|
@@ -11921,7 +11937,7 @@
|
|
11921
11937
|
"WarmStartType": {}
|
11922
11938
|
}
|
11923
11939
|
},
|
11924
|
-
"
|
11940
|
+
"Sdn": {
|
11925
11941
|
"type": "structure",
|
11926
11942
|
"required": [
|
11927
11943
|
"ModelPackageVersionArn"
|
@@ -12027,7 +12043,7 @@
|
|
12027
12043
|
}
|
12028
12044
|
}
|
12029
12045
|
},
|
12030
|
-
"
|
12046
|
+
"Sed": {
|
12031
12047
|
"type": "structure",
|
12032
12048
|
"members": {
|
12033
12049
|
"MaxInvocations": {
|
@@ -12047,7 +12063,7 @@
|
|
12047
12063
|
}
|
12048
12064
|
}
|
12049
12065
|
},
|
12050
|
-
"
|
12066
|
+
"Seo": {
|
12051
12067
|
"type": "structure",
|
12052
12068
|
"required": [
|
12053
12069
|
"DataSource"
|
@@ -12087,7 +12103,7 @@
|
|
12087
12103
|
}
|
12088
12104
|
}
|
12089
12105
|
},
|
12090
|
-
"
|
12106
|
+
"Sev": {
|
12091
12107
|
"type": "structure",
|
12092
12108
|
"required": [
|
12093
12109
|
"S3OutputPath"
|
@@ -12098,7 +12114,7 @@
|
|
12098
12114
|
"SnsTopicArn": {}
|
12099
12115
|
}
|
12100
12116
|
},
|
12101
|
-
"
|
12117
|
+
"Sew": {
|
12102
12118
|
"type": "structure",
|
12103
12119
|
"members": {
|
12104
12120
|
"MaxHumanLabeledObjectCount": {
|
@@ -12109,7 +12125,7 @@
|
|
12109
12125
|
}
|
12110
12126
|
}
|
12111
12127
|
},
|
12112
|
-
"
|
12128
|
+
"Sez": {
|
12113
12129
|
"type": "structure",
|
12114
12130
|
"required": [
|
12115
12131
|
"LabelingJobAlgorithmSpecificationArn"
|
@@ -12128,7 +12144,7 @@
|
|
12128
12144
|
}
|
12129
12145
|
}
|
12130
12146
|
},
|
12131
|
-
"
|
12147
|
+
"Sf3": {
|
12132
12148
|
"type": "structure",
|
12133
12149
|
"required": [
|
12134
12150
|
"WorkteamArn",
|
@@ -12182,7 +12198,7 @@
|
|
12182
12198
|
}
|
12183
12199
|
}
|
12184
12200
|
},
|
12185
|
-
"
|
12201
|
+
"Sfi": {
|
12186
12202
|
"type": "structure",
|
12187
12203
|
"members": {
|
12188
12204
|
"ContainerHostname": {},
|
@@ -12220,13 +12236,13 @@
|
|
12220
12236
|
}
|
12221
12237
|
}
|
12222
12238
|
},
|
12223
|
-
"
|
12239
|
+
"Sfr": {
|
12224
12240
|
"type": "list",
|
12225
12241
|
"member": {
|
12226
|
-
"shape": "
|
12242
|
+
"shape": "Sfi"
|
12227
12243
|
}
|
12228
12244
|
},
|
12229
|
-
"
|
12245
|
+
"Sfs": {
|
12230
12246
|
"type": "structure",
|
12231
12247
|
"required": [
|
12232
12248
|
"Mode"
|
@@ -12235,7 +12251,7 @@
|
|
12235
12251
|
"Mode": {}
|
12236
12252
|
}
|
12237
12253
|
},
|
12238
|
-
"
|
12254
|
+
"Sfw": {
|
12239
12255
|
"type": "structure",
|
12240
12256
|
"members": {
|
12241
12257
|
"BaseliningJobName": {},
|
@@ -12244,7 +12260,7 @@
|
|
12244
12260
|
}
|
12245
12261
|
}
|
12246
12262
|
},
|
12247
|
-
"
|
12263
|
+
"Sfx": {
|
12248
12264
|
"type": "structure",
|
12249
12265
|
"required": [
|
12250
12266
|
"ImageUri",
|
@@ -12258,7 +12274,7 @@
|
|
12258
12274
|
}
|
12259
12275
|
}
|
12260
12276
|
},
|
12261
|
-
"
|
12277
|
+
"Sfy": {
|
12262
12278
|
"type": "structure",
|
12263
12279
|
"required": [
|
12264
12280
|
"EndpointInput",
|
@@ -12269,17 +12285,17 @@
|
|
12269
12285
|
"shape": "S79"
|
12270
12286
|
},
|
12271
12287
|
"GroundTruthS3Input": {
|
12272
|
-
"shape": "
|
12288
|
+
"shape": "Sfz"
|
12273
12289
|
}
|
12274
12290
|
}
|
12275
12291
|
},
|
12276
|
-
"
|
12292
|
+
"Sfz": {
|
12277
12293
|
"type": "structure",
|
12278
12294
|
"members": {
|
12279
12295
|
"S3Uri": {}
|
12280
12296
|
}
|
12281
12297
|
},
|
12282
|
-
"
|
12298
|
+
"Sg2": {
|
12283
12299
|
"type": "structure",
|
12284
12300
|
"members": {
|
12285
12301
|
"BaseliningJobName": {},
|
@@ -12288,7 +12304,7 @@
|
|
12288
12304
|
}
|
12289
12305
|
}
|
12290
12306
|
},
|
12291
|
-
"
|
12307
|
+
"Sg3": {
|
12292
12308
|
"type": "structure",
|
12293
12309
|
"required": [
|
12294
12310
|
"ImageUri",
|
@@ -12302,7 +12318,7 @@
|
|
12302
12318
|
}
|
12303
12319
|
}
|
12304
12320
|
},
|
12305
|
-
"
|
12321
|
+
"Sg4": {
|
12306
12322
|
"type": "structure",
|
12307
12323
|
"required": [
|
12308
12324
|
"EndpointInput"
|
@@ -12313,7 +12329,7 @@
|
|
12313
12329
|
}
|
12314
12330
|
}
|
12315
12331
|
},
|
12316
|
-
"
|
12332
|
+
"Sg7": {
|
12317
12333
|
"type": "structure",
|
12318
12334
|
"required": [
|
12319
12335
|
"ValidationRole",
|
@@ -12339,7 +12355,7 @@
|
|
12339
12355
|
}
|
12340
12356
|
}
|
12341
12357
|
},
|
12342
|
-
"
|
12358
|
+
"Sga": {
|
12343
12359
|
"type": "structure",
|
12344
12360
|
"required": [
|
12345
12361
|
"SourceAlgorithms"
|
@@ -12360,17 +12376,17 @@
|
|
12360
12376
|
}
|
12361
12377
|
}
|
12362
12378
|
},
|
12363
|
-
"
|
12379
|
+
"Sgd": {
|
12364
12380
|
"type": "structure",
|
12365
12381
|
"members": {
|
12366
12382
|
"ModelQuality": {
|
12367
12383
|
"type": "structure",
|
12368
12384
|
"members": {
|
12369
12385
|
"Statistics": {
|
12370
|
-
"shape": "
|
12386
|
+
"shape": "Sgf"
|
12371
12387
|
},
|
12372
12388
|
"Constraints": {
|
12373
|
-
"shape": "
|
12389
|
+
"shape": "Sgf"
|
12374
12390
|
}
|
12375
12391
|
}
|
12376
12392
|
},
|
@@ -12378,10 +12394,10 @@
|
|
12378
12394
|
"type": "structure",
|
12379
12395
|
"members": {
|
12380
12396
|
"Statistics": {
|
12381
|
-
"shape": "
|
12397
|
+
"shape": "Sgf"
|
12382
12398
|
},
|
12383
12399
|
"Constraints": {
|
12384
|
-
"shape": "
|
12400
|
+
"shape": "Sgf"
|
12385
12401
|
}
|
12386
12402
|
}
|
12387
12403
|
},
|
@@ -12389,13 +12405,13 @@
|
|
12389
12405
|
"type": "structure",
|
12390
12406
|
"members": {
|
12391
12407
|
"Report": {
|
12392
|
-
"shape": "
|
12408
|
+
"shape": "Sgf"
|
12393
12409
|
},
|
12394
12410
|
"PreTrainingReport": {
|
12395
|
-
"shape": "
|
12411
|
+
"shape": "Sgf"
|
12396
12412
|
},
|
12397
12413
|
"PostTrainingReport": {
|
12398
|
-
"shape": "
|
12414
|
+
"shape": "Sgf"
|
12399
12415
|
}
|
12400
12416
|
}
|
12401
12417
|
},
|
@@ -12403,13 +12419,13 @@
|
|
12403
12419
|
"type": "structure",
|
12404
12420
|
"members": {
|
12405
12421
|
"Report": {
|
12406
|
-
"shape": "
|
12422
|
+
"shape": "Sgf"
|
12407
12423
|
}
|
12408
12424
|
}
|
12409
12425
|
}
|
12410
12426
|
}
|
12411
12427
|
},
|
12412
|
-
"
|
12428
|
+
"Sgf": {
|
12413
12429
|
"type": "structure",
|
12414
12430
|
"required": [
|
12415
12431
|
"ContentType",
|
@@ -12421,25 +12437,25 @@
|
|
12421
12437
|
"S3Uri": {}
|
12422
12438
|
}
|
12423
12439
|
},
|
12424
|
-
"
|
12440
|
+
"Sgk": {
|
12425
12441
|
"type": "map",
|
12426
12442
|
"key": {},
|
12427
12443
|
"value": {}
|
12428
12444
|
},
|
12429
|
-
"
|
12445
|
+
"Sgn": {
|
12430
12446
|
"type": "structure",
|
12431
12447
|
"members": {
|
12432
12448
|
"Bias": {
|
12433
12449
|
"type": "structure",
|
12434
12450
|
"members": {
|
12435
12451
|
"ConfigFile": {
|
12436
|
-
"shape": "
|
12452
|
+
"shape": "Sgp"
|
12437
12453
|
},
|
12438
12454
|
"PreTrainingConstraints": {
|
12439
|
-
"shape": "
|
12455
|
+
"shape": "Sgf"
|
12440
12456
|
},
|
12441
12457
|
"PostTrainingConstraints": {
|
12442
|
-
"shape": "
|
12458
|
+
"shape": "Sgf"
|
12443
12459
|
}
|
12444
12460
|
}
|
12445
12461
|
},
|
@@ -12447,10 +12463,10 @@
|
|
12447
12463
|
"type": "structure",
|
12448
12464
|
"members": {
|
12449
12465
|
"Constraints": {
|
12450
|
-
"shape": "
|
12466
|
+
"shape": "Sgf"
|
12451
12467
|
},
|
12452
12468
|
"ConfigFile": {
|
12453
|
-
"shape": "
|
12469
|
+
"shape": "Sgp"
|
12454
12470
|
}
|
12455
12471
|
}
|
12456
12472
|
},
|
@@ -12458,10 +12474,10 @@
|
|
12458
12474
|
"type": "structure",
|
12459
12475
|
"members": {
|
12460
12476
|
"Statistics": {
|
12461
|
-
"shape": "
|
12477
|
+
"shape": "Sgf"
|
12462
12478
|
},
|
12463
12479
|
"Constraints": {
|
12464
|
-
"shape": "
|
12480
|
+
"shape": "Sgf"
|
12465
12481
|
}
|
12466
12482
|
}
|
12467
12483
|
},
|
@@ -12469,16 +12485,16 @@
|
|
12469
12485
|
"type": "structure",
|
12470
12486
|
"members": {
|
12471
12487
|
"Statistics": {
|
12472
|
-
"shape": "
|
12488
|
+
"shape": "Sgf"
|
12473
12489
|
},
|
12474
12490
|
"Constraints": {
|
12475
|
-
"shape": "
|
12491
|
+
"shape": "Sgf"
|
12476
12492
|
}
|
12477
12493
|
}
|
12478
12494
|
}
|
12479
12495
|
}
|
12480
12496
|
},
|
12481
|
-
"
|
12497
|
+
"Sgp": {
|
12482
12498
|
"type": "structure",
|
12483
12499
|
"required": [
|
12484
12500
|
"S3Uri"
|
@@ -12489,7 +12505,7 @@
|
|
12489
12505
|
"S3Uri": {}
|
12490
12506
|
}
|
12491
12507
|
},
|
12492
|
-
"
|
12508
|
+
"Sgt": {
|
12493
12509
|
"type": "list",
|
12494
12510
|
"member": {
|
12495
12511
|
"type": "structure",
|
@@ -12518,7 +12534,7 @@
|
|
12518
12534
|
}
|
12519
12535
|
}
|
12520
12536
|
},
|
12521
|
-
"
|
12537
|
+
"Sh0": {
|
12522
12538
|
"type": "structure",
|
12523
12539
|
"members": {
|
12524
12540
|
"BaseliningJobName": {},
|
@@ -12527,7 +12543,7 @@
|
|
12527
12543
|
}
|
12528
12544
|
}
|
12529
12545
|
},
|
12530
|
-
"
|
12546
|
+
"Sh1": {
|
12531
12547
|
"type": "structure",
|
12532
12548
|
"required": [
|
12533
12549
|
"ImageUri"
|
@@ -12548,7 +12564,7 @@
|
|
12548
12564
|
}
|
12549
12565
|
}
|
12550
12566
|
},
|
12551
|
-
"
|
12567
|
+
"Sh3": {
|
12552
12568
|
"type": "structure",
|
12553
12569
|
"required": [
|
12554
12570
|
"EndpointInput",
|
@@ -12559,11 +12575,11 @@
|
|
12559
12575
|
"shape": "S79"
|
12560
12576
|
},
|
12561
12577
|
"GroundTruthS3Input": {
|
12562
|
-
"shape": "
|
12578
|
+
"shape": "Sfz"
|
12563
12579
|
}
|
12564
12580
|
}
|
12565
12581
|
},
|
12566
|
-
"
|
12582
|
+
"Sh7": {
|
12567
12583
|
"type": "structure",
|
12568
12584
|
"members": {
|
12569
12585
|
"ScheduleConfig": {
|
@@ -12641,7 +12657,7 @@
|
|
12641
12657
|
"shape": "S75"
|
12642
12658
|
},
|
12643
12659
|
"NetworkConfig": {
|
12644
|
-
"shape": "
|
12660
|
+
"shape": "Shf"
|
12645
12661
|
},
|
12646
12662
|
"RoleArn": {}
|
12647
12663
|
}
|
@@ -12650,7 +12666,7 @@
|
|
12650
12666
|
"MonitoringType": {}
|
12651
12667
|
}
|
12652
12668
|
},
|
12653
|
-
"
|
12669
|
+
"Shf": {
|
12654
12670
|
"type": "structure",
|
12655
12671
|
"members": {
|
12656
12672
|
"EnableInterContainerTrafficEncryption": {
|
@@ -12664,15 +12680,15 @@
|
|
12664
12680
|
}
|
12665
12681
|
}
|
12666
12682
|
},
|
12667
|
-
"
|
12683
|
+
"Shp": {
|
12668
12684
|
"type": "list",
|
12669
12685
|
"member": {}
|
12670
12686
|
},
|
12671
|
-
"
|
12687
|
+
"Shs": {
|
12672
12688
|
"type": "list",
|
12673
12689
|
"member": {}
|
12674
12690
|
},
|
12675
|
-
"
|
12691
|
+
"Shv": {
|
12676
12692
|
"type": "structure",
|
12677
12693
|
"required": [
|
12678
12694
|
"MinimumInstanceMetadataServiceVersion"
|
@@ -12681,7 +12697,7 @@
|
|
12681
12697
|
"MinimumInstanceMetadataServiceVersion": {}
|
12682
12698
|
}
|
12683
12699
|
},
|
12684
|
-
"
|
12700
|
+
"Si0": {
|
12685
12701
|
"type": "list",
|
12686
12702
|
"member": {
|
12687
12703
|
"type": "structure",
|
@@ -12690,7 +12706,7 @@
|
|
12690
12706
|
}
|
12691
12707
|
}
|
12692
12708
|
},
|
12693
|
-
"
|
12709
|
+
"Si8": {
|
12694
12710
|
"type": "structure",
|
12695
12711
|
"required": [
|
12696
12712
|
"Bucket",
|
@@ -12702,7 +12718,7 @@
|
|
12702
12718
|
"VersionId": {}
|
12703
12719
|
}
|
12704
12720
|
},
|
12705
|
-
"
|
12721
|
+
"Sie": {
|
12706
12722
|
"type": "structure",
|
12707
12723
|
"required": [
|
12708
12724
|
"MaxParallelExecutionSteps"
|
@@ -12713,7 +12729,7 @@
|
|
12713
12729
|
}
|
12714
12730
|
}
|
12715
12731
|
},
|
12716
|
-
"
|
12732
|
+
"Sir": {
|
12717
12733
|
"type": "list",
|
12718
12734
|
"member": {
|
12719
12735
|
"type": "structure",
|
@@ -12794,7 +12810,7 @@
|
|
12794
12810
|
}
|
12795
12811
|
}
|
12796
12812
|
},
|
12797
|
-
"
|
12813
|
+
"Sje": {
|
12798
12814
|
"type": "structure",
|
12799
12815
|
"required": [
|
12800
12816
|
"Outputs"
|
@@ -12840,7 +12856,7 @@
|
|
12840
12856
|
"KmsKeyId": {}
|
12841
12857
|
}
|
12842
12858
|
},
|
12843
|
-
"
|
12859
|
+
"Sjj": {
|
12844
12860
|
"type": "structure",
|
12845
12861
|
"required": [
|
12846
12862
|
"ClusterConfig"
|
@@ -12866,7 +12882,7 @@
|
|
12866
12882
|
}
|
12867
12883
|
}
|
12868
12884
|
},
|
12869
|
-
"
|
12885
|
+
"Sjl": {
|
12870
12886
|
"type": "structure",
|
12871
12887
|
"required": [
|
12872
12888
|
"MaxRuntimeInSeconds"
|
@@ -12877,7 +12893,7 @@
|
|
12877
12893
|
}
|
12878
12894
|
}
|
12879
12895
|
},
|
12880
|
-
"
|
12896
|
+
"Sjn": {
|
12881
12897
|
"type": "structure",
|
12882
12898
|
"required": [
|
12883
12899
|
"ImageUri"
|
@@ -12893,12 +12909,12 @@
|
|
12893
12909
|
}
|
12894
12910
|
}
|
12895
12911
|
},
|
12896
|
-
"
|
12912
|
+
"Sjp": {
|
12897
12913
|
"type": "map",
|
12898
12914
|
"key": {},
|
12899
12915
|
"value": {}
|
12900
12916
|
},
|
12901
|
-
"
|
12917
|
+
"Sjq": {
|
12902
12918
|
"type": "structure",
|
12903
12919
|
"members": {
|
12904
12920
|
"ExperimentName": {},
|
@@ -12906,7 +12922,7 @@
|
|
12906
12922
|
"TrialComponentDisplayName": {}
|
12907
12923
|
}
|
12908
12924
|
},
|
12909
|
-
"
|
12925
|
+
"Sjv": {
|
12910
12926
|
"type": "structure",
|
12911
12927
|
"required": [
|
12912
12928
|
"ProductId"
|
@@ -12916,11 +12932,11 @@
|
|
12916
12932
|
"ProvisioningArtifactId": {},
|
12917
12933
|
"PathId": {},
|
12918
12934
|
"ProvisioningParameters": {
|
12919
|
-
"shape": "
|
12935
|
+
"shape": "Sjx"
|
12920
12936
|
}
|
12921
12937
|
}
|
12922
12938
|
},
|
12923
|
-
"
|
12939
|
+
"Sjx": {
|
12924
12940
|
"type": "list",
|
12925
12941
|
"member": {
|
12926
12942
|
"type": "structure",
|
@@ -12930,7 +12946,7 @@
|
|
12930
12946
|
}
|
12931
12947
|
}
|
12932
12948
|
},
|
12933
|
-
"
|
12949
|
+
"Skb": {
|
12934
12950
|
"type": "structure",
|
12935
12951
|
"required": [
|
12936
12952
|
"TrainingInputMode"
|
@@ -12947,7 +12963,7 @@
|
|
12947
12963
|
}
|
12948
12964
|
}
|
12949
12965
|
},
|
12950
|
-
"
|
12966
|
+
"Skc": {
|
12951
12967
|
"type": "structure",
|
12952
12968
|
"required": [
|
12953
12969
|
"S3OutputPath"
|
@@ -12976,7 +12992,7 @@
|
|
12976
12992
|
}
|
12977
12993
|
}
|
12978
12994
|
},
|
12979
|
-
"
|
12995
|
+
"Skk": {
|
12980
12996
|
"type": "list",
|
12981
12997
|
"member": {
|
12982
12998
|
"type": "structure",
|
@@ -12994,17 +13010,17 @@
|
|
12994
13010
|
"type": "integer"
|
12995
13011
|
},
|
12996
13012
|
"RuleParameters": {
|
12997
|
-
"shape": "
|
13013
|
+
"shape": "Skn"
|
12998
13014
|
}
|
12999
13015
|
}
|
13000
13016
|
}
|
13001
13017
|
},
|
13002
|
-
"
|
13018
|
+
"Skn": {
|
13003
13019
|
"type": "map",
|
13004
13020
|
"key": {},
|
13005
13021
|
"value": {}
|
13006
13022
|
},
|
13007
|
-
"
|
13023
|
+
"Sko": {
|
13008
13024
|
"type": "structure",
|
13009
13025
|
"required": [
|
13010
13026
|
"S3OutputPath"
|
@@ -13014,7 +13030,7 @@
|
|
13014
13030
|
"S3OutputPath": {}
|
13015
13031
|
}
|
13016
13032
|
},
|
13017
|
-
"
|
13033
|
+
"Skp": {
|
13018
13034
|
"type": "structure",
|
13019
13035
|
"required": [
|
13020
13036
|
"S3OutputPath"
|
@@ -13025,16 +13041,16 @@
|
|
13025
13041
|
"type": "long"
|
13026
13042
|
},
|
13027
13043
|
"ProfilingParameters": {
|
13028
|
-
"shape": "
|
13044
|
+
"shape": "Skr"
|
13029
13045
|
}
|
13030
13046
|
}
|
13031
13047
|
},
|
13032
|
-
"
|
13048
|
+
"Skr": {
|
13033
13049
|
"type": "map",
|
13034
13050
|
"key": {},
|
13035
13051
|
"value": {}
|
13036
13052
|
},
|
13037
|
-
"
|
13053
|
+
"Sks": {
|
13038
13054
|
"type": "list",
|
13039
13055
|
"member": {
|
13040
13056
|
"type": "structure",
|
@@ -13052,17 +13068,17 @@
|
|
13052
13068
|
"type": "integer"
|
13053
13069
|
},
|
13054
13070
|
"RuleParameters": {
|
13055
|
-
"shape": "
|
13071
|
+
"shape": "Skn"
|
13056
13072
|
}
|
13057
13073
|
}
|
13058
13074
|
}
|
13059
13075
|
},
|
13060
|
-
"
|
13076
|
+
"Sku": {
|
13061
13077
|
"type": "map",
|
13062
13078
|
"key": {},
|
13063
13079
|
"value": {}
|
13064
13080
|
},
|
13065
|
-
"
|
13081
|
+
"Sl1": {
|
13066
13082
|
"type": "structure",
|
13067
13083
|
"members": {
|
13068
13084
|
"InvocationsTimeoutInSeconds": {
|
@@ -13073,7 +13089,7 @@
|
|
13073
13089
|
}
|
13074
13090
|
}
|
13075
13091
|
},
|
13076
|
-
"
|
13092
|
+
"Sl4": {
|
13077
13093
|
"type": "structure",
|
13078
13094
|
"members": {
|
13079
13095
|
"InputFilter": {},
|
@@ -13081,14 +13097,14 @@
|
|
13081
13097
|
"JoinSource": {}
|
13082
13098
|
}
|
13083
13099
|
},
|
13084
|
-
"
|
13100
|
+
"Slc": {
|
13085
13101
|
"type": "structure",
|
13086
13102
|
"members": {
|
13087
13103
|
"PrimaryStatus": {},
|
13088
13104
|
"Message": {}
|
13089
13105
|
}
|
13090
13106
|
},
|
13091
|
-
"
|
13107
|
+
"Slg": {
|
13092
13108
|
"type": "map",
|
13093
13109
|
"key": {},
|
13094
13110
|
"value": {
|
@@ -13101,7 +13117,7 @@
|
|
13101
13117
|
}
|
13102
13118
|
}
|
13103
13119
|
},
|
13104
|
-
"
|
13120
|
+
"Slk": {
|
13105
13121
|
"type": "map",
|
13106
13122
|
"key": {},
|
13107
13123
|
"value": {
|
@@ -13115,7 +13131,7 @@
|
|
13115
13131
|
}
|
13116
13132
|
}
|
13117
13133
|
},
|
13118
|
-
"
|
13134
|
+
"Slv": {
|
13119
13135
|
"type": "structure",
|
13120
13136
|
"required": [
|
13121
13137
|
"UserPool",
|
@@ -13126,7 +13142,7 @@
|
|
13126
13142
|
"ClientId": {}
|
13127
13143
|
}
|
13128
13144
|
},
|
13129
|
-
"
|
13145
|
+
"Sly": {
|
13130
13146
|
"type": "structure",
|
13131
13147
|
"required": [
|
13132
13148
|
"ClientId",
|
@@ -13152,7 +13168,7 @@
|
|
13152
13168
|
"JwksUri": {}
|
13153
13169
|
}
|
13154
13170
|
},
|
13155
|
-
"
|
13171
|
+
"Sm1": {
|
13156
13172
|
"type": "structure",
|
13157
13173
|
"required": [
|
13158
13174
|
"Cidrs"
|
@@ -13164,27 +13180,27 @@
|
|
13164
13180
|
}
|
13165
13181
|
}
|
13166
13182
|
},
|
13167
|
-
"
|
13183
|
+
"Sm5": {
|
13168
13184
|
"type": "structure",
|
13169
13185
|
"members": {
|
13170
13186
|
"VpcId": {},
|
13171
13187
|
"SecurityGroupIds": {
|
13172
|
-
"shape": "
|
13188
|
+
"shape": "Sm7"
|
13173
13189
|
},
|
13174
13190
|
"Subnets": {
|
13175
|
-
"shape": "
|
13191
|
+
"shape": "Sm9"
|
13176
13192
|
}
|
13177
13193
|
}
|
13178
13194
|
},
|
13179
|
-
"
|
13195
|
+
"Sm7": {
|
13180
13196
|
"type": "list",
|
13181
13197
|
"member": {}
|
13182
13198
|
},
|
13183
|
-
"
|
13199
|
+
"Sm9": {
|
13184
13200
|
"type": "list",
|
13185
13201
|
"member": {}
|
13186
13202
|
},
|
13187
|
-
"
|
13203
|
+
"Smf": {
|
13188
13204
|
"type": "list",
|
13189
13205
|
"member": {
|
13190
13206
|
"type": "structure",
|
@@ -13217,13 +13233,13 @@
|
|
13217
13233
|
}
|
13218
13234
|
}
|
13219
13235
|
},
|
13220
|
-
"
|
13236
|
+
"Smn": {
|
13221
13237
|
"type": "structure",
|
13222
13238
|
"members": {
|
13223
13239
|
"NotificationTopicArn": {}
|
13224
13240
|
}
|
13225
13241
|
},
|
13226
|
-
"
|
13242
|
+
"Soh": {
|
13227
13243
|
"type": "structure",
|
13228
13244
|
"members": {
|
13229
13245
|
"UserProfileArn": {},
|
@@ -13231,7 +13247,7 @@
|
|
13231
13247
|
"DomainId": {}
|
13232
13248
|
}
|
13233
13249
|
},
|
13234
|
-
"
|
13250
|
+
"Son": {
|
13235
13251
|
"type": "list",
|
13236
13252
|
"member": {
|
13237
13253
|
"type": "structure",
|
@@ -13246,7 +13262,7 @@
|
|
13246
13262
|
}
|
13247
13263
|
}
|
13248
13264
|
},
|
13249
|
-
"
|
13265
|
+
"Sp1": {
|
13250
13266
|
"type": "list",
|
13251
13267
|
"member": {
|
13252
13268
|
"type": "structure",
|
@@ -13255,7 +13271,7 @@
|
|
13255
13271
|
}
|
13256
13272
|
}
|
13257
13273
|
},
|
13258
|
-
"
|
13274
|
+
"Sp3": {
|
13259
13275
|
"type": "structure",
|
13260
13276
|
"required": [
|
13261
13277
|
"CandidateName",
|
@@ -13357,7 +13373,7 @@
|
|
13357
13373
|
}
|
13358
13374
|
}
|
13359
13375
|
},
|
13360
|
-
"
|
13376
|
+
"Sq4": {
|
13361
13377
|
"type": "structure",
|
13362
13378
|
"required": [
|
13363
13379
|
"S3ModelArtifacts"
|
@@ -13366,7 +13382,7 @@
|
|
13366
13382
|
"S3ModelArtifacts": {}
|
13367
13383
|
}
|
13368
13384
|
},
|
13369
|
-
"
|
13385
|
+
"Sr7": {
|
13370
13386
|
"type": "list",
|
13371
13387
|
"member": {
|
13372
13388
|
"type": "structure",
|
@@ -13376,7 +13392,7 @@
|
|
13376
13392
|
"members": {
|
13377
13393
|
"VariantName": {},
|
13378
13394
|
"DeployedImages": {
|
13379
|
-
"shape": "
|
13395
|
+
"shape": "Sr9"
|
13380
13396
|
},
|
13381
13397
|
"CurrentWeight": {
|
13382
13398
|
"type": "float"
|
@@ -13391,7 +13407,7 @@
|
|
13391
13407
|
"type": "integer"
|
13392
13408
|
},
|
13393
13409
|
"VariantStatus": {
|
13394
|
-
"shape": "
|
13410
|
+
"shape": "Src"
|
13395
13411
|
},
|
13396
13412
|
"CurrentServerlessConfig": {
|
13397
13413
|
"shape": "Sa2"
|
@@ -13402,7 +13418,7 @@
|
|
13402
13418
|
}
|
13403
13419
|
}
|
13404
13420
|
},
|
13405
|
-
"
|
13421
|
+
"Sr9": {
|
13406
13422
|
"type": "list",
|
13407
13423
|
"member": {
|
13408
13424
|
"type": "structure",
|
@@ -13415,7 +13431,7 @@
|
|
13415
13431
|
}
|
13416
13432
|
}
|
13417
13433
|
},
|
13418
|
-
"
|
13434
|
+
"Src": {
|
13419
13435
|
"type": "list",
|
13420
13436
|
"member": {
|
13421
13437
|
"type": "structure",
|
@@ -13431,7 +13447,7 @@
|
|
13431
13447
|
}
|
13432
13448
|
}
|
13433
13449
|
},
|
13434
|
-
"
|
13450
|
+
"Srg": {
|
13435
13451
|
"type": "structure",
|
13436
13452
|
"required": [
|
13437
13453
|
"EnableCapture",
|
@@ -13452,7 +13468,7 @@
|
|
13452
13468
|
"KmsKeyId": {}
|
13453
13469
|
}
|
13454
13470
|
},
|
13455
|
-
"
|
13471
|
+
"Srq": {
|
13456
13472
|
"type": "structure",
|
13457
13473
|
"required": [
|
13458
13474
|
"SourceArn"
|
@@ -13462,7 +13478,7 @@
|
|
13462
13478
|
"SourceType": {}
|
13463
13479
|
}
|
13464
13480
|
},
|
13465
|
-
"
|
13481
|
+
"Srw": {
|
13466
13482
|
"type": "structure",
|
13467
13483
|
"required": [
|
13468
13484
|
"Status"
|
@@ -13472,7 +13488,7 @@
|
|
13472
13488
|
"BlockedReason": {}
|
13473
13489
|
}
|
13474
13490
|
},
|
13475
|
-
"
|
13491
|
+
"Srz": {
|
13476
13492
|
"type": "structure",
|
13477
13493
|
"required": [
|
13478
13494
|
"Status"
|
@@ -13482,20 +13498,20 @@
|
|
13482
13498
|
"FailureReason": {}
|
13483
13499
|
}
|
13484
13500
|
},
|
13485
|
-
"
|
13501
|
+
"Ss5": {
|
13486
13502
|
"type": "list",
|
13487
13503
|
"member": {
|
13488
|
-
"shape": "
|
13504
|
+
"shape": "Ss6"
|
13489
13505
|
}
|
13490
13506
|
},
|
13491
|
-
"
|
13507
|
+
"Ss6": {
|
13492
13508
|
"type": "structure",
|
13493
13509
|
"members": {
|
13494
13510
|
"Key": {},
|
13495
13511
|
"Value": {}
|
13496
13512
|
}
|
13497
13513
|
},
|
13498
|
-
"
|
13514
|
+
"Ssl": {
|
13499
13515
|
"type": "structure",
|
13500
13516
|
"members": {
|
13501
13517
|
"Completed": {
|
@@ -13515,7 +13531,7 @@
|
|
13515
13531
|
}
|
13516
13532
|
}
|
13517
13533
|
},
|
13518
|
-
"
|
13534
|
+
"Ssn": {
|
13519
13535
|
"type": "structure",
|
13520
13536
|
"members": {
|
13521
13537
|
"Succeeded": {
|
@@ -13529,7 +13545,7 @@
|
|
13529
13545
|
}
|
13530
13546
|
}
|
13531
13547
|
},
|
13532
|
-
"
|
13548
|
+
"Ssp": {
|
13533
13549
|
"type": "structure",
|
13534
13550
|
"required": [
|
13535
13551
|
"TrainingJobName",
|
@@ -13574,7 +13590,7 @@
|
|
13574
13590
|
"ObjectiveStatus": {}
|
13575
13591
|
}
|
13576
13592
|
},
|
13577
|
-
"
|
13593
|
+
"Stc": {
|
13578
13594
|
"type": "structure",
|
13579
13595
|
"members": {
|
13580
13596
|
"TotalLabeled": {
|
@@ -13594,7 +13610,7 @@
|
|
13594
13610
|
}
|
13595
13611
|
}
|
13596
13612
|
},
|
13597
|
-
"
|
13613
|
+
"Stf": {
|
13598
13614
|
"type": "structure",
|
13599
13615
|
"required": [
|
13600
13616
|
"OutputDatasetS3Uri"
|
@@ -13604,21 +13620,21 @@
|
|
13604
13620
|
"FinalActiveLearningModelArn": {}
|
13605
13621
|
}
|
13606
13622
|
},
|
13607
|
-
"
|
13623
|
+
"Stq": {
|
13608
13624
|
"type": "structure",
|
13609
13625
|
"required": [
|
13610
13626
|
"ValidationStatuses"
|
13611
13627
|
],
|
13612
13628
|
"members": {
|
13613
13629
|
"ValidationStatuses": {
|
13614
|
-
"shape": "
|
13630
|
+
"shape": "Str"
|
13615
13631
|
},
|
13616
13632
|
"ImageScanStatuses": {
|
13617
|
-
"shape": "
|
13633
|
+
"shape": "Str"
|
13618
13634
|
}
|
13619
13635
|
}
|
13620
13636
|
},
|
13621
|
-
"
|
13637
|
+
"Str": {
|
13622
13638
|
"type": "list",
|
13623
13639
|
"member": {
|
13624
13640
|
"type": "structure",
|
@@ -13633,7 +13649,7 @@
|
|
13633
13649
|
}
|
13634
13650
|
}
|
13635
13651
|
},
|
13636
|
-
"
|
13652
|
+
"Su3": {
|
13637
13653
|
"type": "structure",
|
13638
13654
|
"required": [
|
13639
13655
|
"MonitoringScheduleName",
|
@@ -13661,21 +13677,21 @@
|
|
13661
13677
|
"MonitoringType": {}
|
13662
13678
|
}
|
13663
13679
|
},
|
13664
|
-
"
|
13680
|
+
"Sum": {
|
13665
13681
|
"type": "structure",
|
13666
13682
|
"members": {
|
13667
13683
|
"ExperimentName": {},
|
13668
13684
|
"TrialName": {}
|
13669
13685
|
}
|
13670
13686
|
},
|
13671
|
-
"
|
13687
|
+
"Suu": {
|
13672
13688
|
"type": "structure",
|
13673
13689
|
"members": {
|
13674
13690
|
"ProvisionedProductId": {},
|
13675
13691
|
"ProvisionedProductStatusMessage": {}
|
13676
13692
|
}
|
13677
13693
|
},
|
13678
|
-
"
|
13694
|
+
"Sv1": {
|
13679
13695
|
"type": "structure",
|
13680
13696
|
"required": [
|
13681
13697
|
"WorkteamArn"
|
@@ -13688,7 +13704,7 @@
|
|
13688
13704
|
"ListingId": {}
|
13689
13705
|
}
|
13690
13706
|
},
|
13691
|
-
"
|
13707
|
+
"Sv5": {
|
13692
13708
|
"type": "list",
|
13693
13709
|
"member": {
|
13694
13710
|
"type": "structure",
|
@@ -13708,7 +13724,7 @@
|
|
13708
13724
|
}
|
13709
13725
|
}
|
13710
13726
|
},
|
13711
|
-
"
|
13727
|
+
"Sv8": {
|
13712
13728
|
"type": "list",
|
13713
13729
|
"member": {
|
13714
13730
|
"type": "structure",
|
@@ -13723,7 +13739,7 @@
|
|
13723
13739
|
}
|
13724
13740
|
}
|
13725
13741
|
},
|
13726
|
-
"
|
13742
|
+
"Svc": {
|
13727
13743
|
"type": "list",
|
13728
13744
|
"member": {
|
13729
13745
|
"type": "structure",
|
@@ -13738,7 +13754,7 @@
|
|
13738
13754
|
}
|
13739
13755
|
}
|
13740
13756
|
},
|
13741
|
-
"
|
13757
|
+
"Svo": {
|
13742
13758
|
"type": "structure",
|
13743
13759
|
"required": [
|
13744
13760
|
"SourceArn"
|
@@ -13748,7 +13764,7 @@
|
|
13748
13764
|
"SourceType": {}
|
13749
13765
|
}
|
13750
13766
|
},
|
13751
|
-
"
|
13767
|
+
"Svs": {
|
13752
13768
|
"type": "structure",
|
13753
13769
|
"required": [
|
13754
13770
|
"SourceArn"
|
@@ -13758,7 +13774,7 @@
|
|
13758
13774
|
"SourceType": {}
|
13759
13775
|
}
|
13760
13776
|
},
|
13761
|
-
"
|
13777
|
+
"Svu": {
|
13762
13778
|
"type": "list",
|
13763
13779
|
"member": {
|
13764
13780
|
"type": "structure",
|
@@ -13789,7 +13805,7 @@
|
|
13789
13805
|
}
|
13790
13806
|
}
|
13791
13807
|
},
|
13792
|
-
"
|
13808
|
+
"Sw4": {
|
13793
13809
|
"type": "structure",
|
13794
13810
|
"required": [
|
13795
13811
|
"WorkforceName",
|
@@ -13802,11 +13818,11 @@
|
|
13802
13818
|
"type": "timestamp"
|
13803
13819
|
},
|
13804
13820
|
"SourceIpConfig": {
|
13805
|
-
"shape": "
|
13821
|
+
"shape": "Sm1"
|
13806
13822
|
},
|
13807
13823
|
"SubDomain": {},
|
13808
13824
|
"CognitoConfig": {
|
13809
|
-
"shape": "
|
13825
|
+
"shape": "Slv"
|
13810
13826
|
},
|
13811
13827
|
"OidcConfig": {
|
13812
13828
|
"type": "structure",
|
@@ -13833,10 +13849,10 @@
|
|
13833
13849
|
"members": {
|
13834
13850
|
"VpcId": {},
|
13835
13851
|
"SecurityGroupIds": {
|
13836
|
-
"shape": "
|
13852
|
+
"shape": "Sm7"
|
13837
13853
|
},
|
13838
13854
|
"Subnets": {
|
13839
|
-
"shape": "
|
13855
|
+
"shape": "Sm9"
|
13840
13856
|
},
|
13841
13857
|
"VpcEndpointId": {}
|
13842
13858
|
}
|
@@ -13845,7 +13861,7 @@
|
|
13845
13861
|
"FailureReason": {}
|
13846
13862
|
}
|
13847
13863
|
},
|
13848
|
-
"
|
13864
|
+
"Swc": {
|
13849
13865
|
"type": "structure",
|
13850
13866
|
"required": [
|
13851
13867
|
"WorkteamName",
|
@@ -13856,7 +13872,7 @@
|
|
13856
13872
|
"members": {
|
13857
13873
|
"WorkteamName": {},
|
13858
13874
|
"MemberDefinitions": {
|
13859
|
-
"shape": "
|
13875
|
+
"shape": "Smf"
|
13860
13876
|
},
|
13861
13877
|
"WorkteamArn": {},
|
13862
13878
|
"WorkforceArn": {},
|
@@ -13873,11 +13889,11 @@
|
|
13873
13889
|
"type": "timestamp"
|
13874
13890
|
},
|
13875
13891
|
"NotificationConfiguration": {
|
13876
|
-
"shape": "
|
13892
|
+
"shape": "Smn"
|
13877
13893
|
}
|
13878
13894
|
}
|
13879
13895
|
},
|
13880
|
-
"
|
13896
|
+
"Sz5": {
|
13881
13897
|
"type": "list",
|
13882
13898
|
"member": {
|
13883
13899
|
"type": "structure",
|
@@ -13897,7 +13913,7 @@
|
|
13897
13913
|
}
|
13898
13914
|
}
|
13899
13915
|
},
|
13900
|
-
"
|
13916
|
+
"S145": {
|
13901
13917
|
"type": "list",
|
13902
13918
|
"member": {
|
13903
13919
|
"type": "structure",
|
@@ -13911,7 +13927,7 @@
|
|
13911
13927
|
}
|
13912
13928
|
}
|
13913
13929
|
},
|
13914
|
-
"
|
13930
|
+
"S14k": {
|
13915
13931
|
"type": "list",
|
13916
13932
|
"member": {
|
13917
13933
|
"type": "structure",
|
@@ -13925,7 +13941,7 @@
|
|
13925
13941
|
}
|
13926
13942
|
}
|
13927
13943
|
},
|
13928
|
-
"
|
13944
|
+
"S171": {
|
13929
13945
|
"type": "list",
|
13930
13946
|
"member": {
|
13931
13947
|
"type": "structure",
|
@@ -13939,11 +13955,11 @@
|
|
13939
13955
|
}
|
13940
13956
|
}
|
13941
13957
|
},
|
13942
|
-
"
|
13958
|
+
"S17c": {
|
13943
13959
|
"type": "structure",
|
13944
13960
|
"members": {
|
13945
13961
|
"Filters": {
|
13946
|
-
"shape": "
|
13962
|
+
"shape": "S17d"
|
13947
13963
|
},
|
13948
13964
|
"NestedFilters": {
|
13949
13965
|
"type": "list",
|
@@ -13956,7 +13972,7 @@
|
|
13956
13972
|
"members": {
|
13957
13973
|
"NestedPropertyName": {},
|
13958
13974
|
"Filters": {
|
13959
|
-
"shape": "
|
13975
|
+
"shape": "S17d"
|
13960
13976
|
}
|
13961
13977
|
}
|
13962
13978
|
}
|
@@ -13964,13 +13980,13 @@
|
|
13964
13980
|
"SubExpressions": {
|
13965
13981
|
"type": "list",
|
13966
13982
|
"member": {
|
13967
|
-
"shape": "
|
13983
|
+
"shape": "S17c"
|
13968
13984
|
}
|
13969
13985
|
},
|
13970
13986
|
"Operator": {}
|
13971
13987
|
}
|
13972
13988
|
},
|
13973
|
-
"
|
13989
|
+
"S17d": {
|
13974
13990
|
"type": "list",
|
13975
13991
|
"member": {
|
13976
13992
|
"type": "structure",
|
@@ -13984,7 +14000,7 @@
|
|
13984
14000
|
}
|
13985
14001
|
}
|
13986
14002
|
},
|
13987
|
-
"
|
14003
|
+
"S17p": {
|
13988
14004
|
"type": "structure",
|
13989
14005
|
"members": {
|
13990
14006
|
"TrainingJobName": {},
|
@@ -13993,7 +14009,7 @@
|
|
13993
14009
|
"LabelingJobArn": {},
|
13994
14010
|
"AutoMLJobArn": {},
|
13995
14011
|
"ModelArtifacts": {
|
13996
|
-
"shape": "
|
14012
|
+
"shape": "Sq4"
|
13997
14013
|
},
|
13998
14014
|
"TrainingJobStatus": {},
|
13999
14015
|
"SecondaryStatus": {},
|
@@ -14002,7 +14018,7 @@
|
|
14002
14018
|
"shape": "S2t"
|
14003
14019
|
},
|
14004
14020
|
"AlgorithmSpecification": {
|
14005
|
-
"shape": "
|
14021
|
+
"shape": "Skb"
|
14006
14022
|
},
|
14007
14023
|
"RoleArn": {},
|
14008
14024
|
"InputDataConfig": {
|
@@ -14033,10 +14049,10 @@
|
|
14033
14049
|
"type": "timestamp"
|
14034
14050
|
},
|
14035
14051
|
"SecondaryStatusTransitions": {
|
14036
|
-
"shape": "
|
14052
|
+
"shape": "Sv5"
|
14037
14053
|
},
|
14038
14054
|
"FinalMetricDataList": {
|
14039
|
-
"shape": "
|
14055
|
+
"shape": "Sv8"
|
14040
14056
|
},
|
14041
14057
|
"EnableNetworkIsolation": {
|
14042
14058
|
"type": "boolean"
|
@@ -14048,7 +14064,7 @@
|
|
14048
14064
|
"type": "boolean"
|
14049
14065
|
},
|
14050
14066
|
"CheckpointConfig": {
|
14051
|
-
"shape": "
|
14067
|
+
"shape": "Scx"
|
14052
14068
|
},
|
14053
14069
|
"TrainingTimeInSeconds": {
|
14054
14070
|
"type": "integer"
|
@@ -14057,36 +14073,36 @@
|
|
14057
14073
|
"type": "integer"
|
14058
14074
|
},
|
14059
14075
|
"DebugHookConfig": {
|
14060
|
-
"shape": "
|
14076
|
+
"shape": "Skc"
|
14061
14077
|
},
|
14062
14078
|
"ExperimentConfig": {
|
14063
|
-
"shape": "
|
14079
|
+
"shape": "Sjq"
|
14064
14080
|
},
|
14065
14081
|
"DebugRuleConfigurations": {
|
14066
|
-
"shape": "
|
14082
|
+
"shape": "Skk"
|
14067
14083
|
},
|
14068
14084
|
"TensorBoardOutputConfig": {
|
14069
|
-
"shape": "
|
14085
|
+
"shape": "Sko"
|
14070
14086
|
},
|
14071
14087
|
"DebugRuleEvaluationStatuses": {
|
14072
|
-
"shape": "
|
14088
|
+
"shape": "Svc"
|
14073
14089
|
},
|
14074
14090
|
"Environment": {
|
14075
|
-
"shape": "
|
14091
|
+
"shape": "Sku"
|
14076
14092
|
},
|
14077
14093
|
"RetryStrategy": {
|
14078
|
-
"shape": "
|
14094
|
+
"shape": "Scy"
|
14079
14095
|
},
|
14080
14096
|
"Tags": {
|
14081
14097
|
"shape": "S7"
|
14082
14098
|
}
|
14083
14099
|
}
|
14084
14100
|
},
|
14085
|
-
"
|
14101
|
+
"S18z": {
|
14086
14102
|
"type": "list",
|
14087
14103
|
"member": {}
|
14088
14104
|
},
|
14089
|
-
"
|
14105
|
+
"S1as": {
|
14090
14106
|
"type": "list",
|
14091
14107
|
"member": {}
|
14092
14108
|
}
|