cdk-docker-image-deployment 0.0.185 → 0.0.187
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.jsii +3 -3
- package/lib/destination.js +1 -1
- package/lib/docker-image-deployment.js +1 -1
- package/lib/source.js +1 -1
- package/node_modules/aws-sdk/CHANGELOG.md +21 -1
- package/node_modules/aws-sdk/README.md +1 -1
- package/node_modules/aws-sdk/apis/athena-2017-05-18.min.json +2 -1
- package/node_modules/aws-sdk/apis/codeartifact-2018-09-22.min.json +102 -17
- package/node_modules/aws-sdk/apis/connect-2017-08-08.min.json +173 -58
- package/node_modules/aws-sdk/apis/connect-2017-08-08.paginators.json +5 -0
- package/node_modules/aws-sdk/apis/dynamodb-2012-08-10.min.json +114 -105
- package/node_modules/aws-sdk/apis/lakeformation-2017-03-31.min.json +84 -35
- package/node_modules/aws-sdk/apis/mediapackage-2017-10-12.min.json +33 -0
- package/node_modules/aws-sdk/apis/mediapackage-vod-2018-11-07.min.json +24 -0
- package/node_modules/aws-sdk/apis/quicksight-2018-04-01.min.json +59 -31
- package/node_modules/aws-sdk/apis/route53resolver-2018-04-01.min.json +98 -80
- package/node_modules/aws-sdk/apis/sagemaker-2017-07-24.min.json +664 -653
- package/node_modules/aws-sdk/clients/athena.d.ts +7 -3
- package/node_modules/aws-sdk/clients/codeartifact.d.ts +106 -21
- package/node_modules/aws-sdk/clients/connect.d.ts +131 -0
- package/node_modules/aws-sdk/clients/dynamodb.d.ts +25 -11
- package/node_modules/aws-sdk/clients/ec2.d.ts +1 -1
- package/node_modules/aws-sdk/clients/evidently.d.ts +2 -2
- package/node_modules/aws-sdk/clients/lakeformation.d.ts +50 -0
- package/node_modules/aws-sdk/clients/mediapackage.d.ts +47 -3
- package/node_modules/aws-sdk/clients/mediapackagevod.d.ts +33 -1
- package/node_modules/aws-sdk/clients/networkmanager.d.ts +3 -3
- package/node_modules/aws-sdk/clients/quicksight.d.ts +36 -6
- package/node_modules/aws-sdk/clients/redshiftdata.d.ts +9 -9
- package/node_modules/aws-sdk/clients/route53resolver.d.ts +71 -26
- package/node_modules/aws-sdk/clients/sagemaker.d.ts +29 -6
- package/node_modules/aws-sdk/clients/sesv2.d.ts +3 -3
- package/node_modules/aws-sdk/dist/aws-sdk-core-react-native.js +1 -1
- package/node_modules/aws-sdk/dist/aws-sdk-react-native.js +12 -12
- package/node_modules/aws-sdk/dist/aws-sdk.js +297 -167
- package/node_modules/aws-sdk/dist/aws-sdk.min.js +81 -81
- package/node_modules/aws-sdk/lib/core.js +1 -1
- package/node_modules/aws-sdk/lib/dynamodb/document_client.d.ts +25 -11
- package/node_modules/aws-sdk/package.json +1 -1
- package/package.json +4 -4
|
@@ -673,17 +673,17 @@
|
|
|
673
673
|
"shape": "Sad"
|
|
674
674
|
},
|
|
675
675
|
"DataCaptureConfig": {
|
|
676
|
-
"shape": "
|
|
676
|
+
"shape": "Sas"
|
|
677
677
|
},
|
|
678
678
|
"Tags": {
|
|
679
679
|
"shape": "S7"
|
|
680
680
|
},
|
|
681
681
|
"KmsKeyId": {},
|
|
682
682
|
"AsyncInferenceConfig": {
|
|
683
|
-
"shape": "
|
|
683
|
+
"shape": "Sb3"
|
|
684
684
|
},
|
|
685
685
|
"ExplainerConfig": {
|
|
686
|
-
"shape": "
|
|
686
|
+
"shape": "Sb9"
|
|
687
687
|
},
|
|
688
688
|
"ShadowProductionVariants": {
|
|
689
689
|
"shape": "Sad"
|
|
@@ -736,13 +736,13 @@
|
|
|
736
736
|
"RecordIdentifierFeatureName": {},
|
|
737
737
|
"EventTimeFeatureName": {},
|
|
738
738
|
"FeatureDefinitions": {
|
|
739
|
-
"shape": "
|
|
739
|
+
"shape": "Sc8"
|
|
740
740
|
},
|
|
741
741
|
"OnlineStoreConfig": {
|
|
742
|
-
"shape": "
|
|
742
|
+
"shape": "Scb"
|
|
743
743
|
},
|
|
744
744
|
"OfflineStoreConfig": {
|
|
745
|
-
"shape": "
|
|
745
|
+
"shape": "Scd"
|
|
746
746
|
},
|
|
747
747
|
"RoleArn": {},
|
|
748
748
|
"Description": {},
|
|
@@ -773,16 +773,16 @@
|
|
|
773
773
|
"members": {
|
|
774
774
|
"FlowDefinitionName": {},
|
|
775
775
|
"HumanLoopRequestSource": {
|
|
776
|
-
"shape": "
|
|
776
|
+
"shape": "Scp"
|
|
777
777
|
},
|
|
778
778
|
"HumanLoopActivationConfig": {
|
|
779
|
-
"shape": "
|
|
779
|
+
"shape": "Scr"
|
|
780
780
|
},
|
|
781
781
|
"HumanLoopConfig": {
|
|
782
|
-
"shape": "
|
|
782
|
+
"shape": "Scu"
|
|
783
783
|
},
|
|
784
784
|
"OutputConfig": {
|
|
785
|
-
"shape": "
|
|
785
|
+
"shape": "Sd9"
|
|
786
786
|
},
|
|
787
787
|
"RoleArn": {},
|
|
788
788
|
"Tags": {
|
|
@@ -812,10 +812,10 @@
|
|
|
812
812
|
"HubDescription": {},
|
|
813
813
|
"HubDisplayName": {},
|
|
814
814
|
"HubSearchKeywords": {
|
|
815
|
-
"shape": "
|
|
815
|
+
"shape": "Sdg"
|
|
816
816
|
},
|
|
817
817
|
"S3StorageConfig": {
|
|
818
|
-
"shape": "
|
|
818
|
+
"shape": "Sdi"
|
|
819
819
|
},
|
|
820
820
|
"Tags": {
|
|
821
821
|
"shape": "S7"
|
|
@@ -842,7 +842,7 @@
|
|
|
842
842
|
"members": {
|
|
843
843
|
"HumanTaskUiName": {},
|
|
844
844
|
"UiTemplate": {
|
|
845
|
-
"shape": "
|
|
845
|
+
"shape": "Sdo"
|
|
846
846
|
},
|
|
847
847
|
"Tags": {
|
|
848
848
|
"shape": "S7"
|
|
@@ -869,16 +869,16 @@
|
|
|
869
869
|
"members": {
|
|
870
870
|
"HyperParameterTuningJobName": {},
|
|
871
871
|
"HyperParameterTuningJobConfig": {
|
|
872
|
-
"shape": "
|
|
872
|
+
"shape": "Sdt"
|
|
873
873
|
},
|
|
874
874
|
"TrainingJobDefinition": {
|
|
875
|
-
"shape": "
|
|
875
|
+
"shape": "Sek"
|
|
876
876
|
},
|
|
877
877
|
"TrainingJobDefinitions": {
|
|
878
|
-
"shape": "
|
|
878
|
+
"shape": "Sf0"
|
|
879
879
|
},
|
|
880
880
|
"WarmStartConfig": {
|
|
881
|
-
"shape": "
|
|
881
|
+
"shape": "Sf1"
|
|
882
882
|
},
|
|
883
883
|
"Tags": {
|
|
884
884
|
"shape": "S7"
|
|
@@ -934,7 +934,7 @@
|
|
|
934
934
|
},
|
|
935
935
|
"ImageName": {},
|
|
936
936
|
"Aliases": {
|
|
937
|
-
"shape": "
|
|
937
|
+
"shape": "Sfe"
|
|
938
938
|
},
|
|
939
939
|
"VendorGuidance": {},
|
|
940
940
|
"JobType": {},
|
|
@@ -969,19 +969,19 @@
|
|
|
969
969
|
"Name": {},
|
|
970
970
|
"Type": {},
|
|
971
971
|
"Schedule": {
|
|
972
|
-
"shape": "
|
|
972
|
+
"shape": "Sfr"
|
|
973
973
|
},
|
|
974
974
|
"Description": {},
|
|
975
975
|
"RoleArn": {},
|
|
976
976
|
"EndpointName": {},
|
|
977
977
|
"ModelVariants": {
|
|
978
|
-
"shape": "
|
|
978
|
+
"shape": "Sfu"
|
|
979
979
|
},
|
|
980
980
|
"DataStorageConfig": {
|
|
981
|
-
"shape": "
|
|
981
|
+
"shape": "Sg2"
|
|
982
982
|
},
|
|
983
983
|
"ShadowModeConfig": {
|
|
984
|
-
"shape": "
|
|
984
|
+
"shape": "Sg3"
|
|
985
985
|
},
|
|
986
986
|
"KmsKey": {},
|
|
987
987
|
"Tags": {
|
|
@@ -1013,11 +1013,11 @@
|
|
|
1013
1013
|
"JobType": {},
|
|
1014
1014
|
"RoleArn": {},
|
|
1015
1015
|
"InputConfig": {
|
|
1016
|
-
"shape": "
|
|
1016
|
+
"shape": "Sgb"
|
|
1017
1017
|
},
|
|
1018
1018
|
"JobDescription": {},
|
|
1019
1019
|
"StoppingConditions": {
|
|
1020
|
-
"shape": "
|
|
1020
|
+
"shape": "Sh9"
|
|
1021
1021
|
},
|
|
1022
1022
|
"OutputConfig": {
|
|
1023
1023
|
"type": "structure",
|
|
@@ -1061,21 +1061,21 @@
|
|
|
1061
1061
|
"LabelingJobName": {},
|
|
1062
1062
|
"LabelAttributeName": {},
|
|
1063
1063
|
"InputConfig": {
|
|
1064
|
-
"shape": "
|
|
1064
|
+
"shape": "Shk"
|
|
1065
1065
|
},
|
|
1066
1066
|
"OutputConfig": {
|
|
1067
|
-
"shape": "
|
|
1067
|
+
"shape": "Shr"
|
|
1068
1068
|
},
|
|
1069
1069
|
"RoleArn": {},
|
|
1070
1070
|
"LabelCategoryConfigS3Uri": {},
|
|
1071
1071
|
"StoppingConditions": {
|
|
1072
|
-
"shape": "
|
|
1072
|
+
"shape": "Shs"
|
|
1073
1073
|
},
|
|
1074
1074
|
"LabelingJobAlgorithmsConfig": {
|
|
1075
|
-
"shape": "
|
|
1075
|
+
"shape": "Shv"
|
|
1076
1076
|
},
|
|
1077
1077
|
"HumanTaskConfig": {
|
|
1078
|
-
"shape": "
|
|
1078
|
+
"shape": "Shz"
|
|
1079
1079
|
},
|
|
1080
1080
|
"Tags": {
|
|
1081
1081
|
"shape": "S7"
|
|
@@ -1102,13 +1102,13 @@
|
|
|
1102
1102
|
"members": {
|
|
1103
1103
|
"ModelName": {},
|
|
1104
1104
|
"PrimaryContainer": {
|
|
1105
|
-
"shape": "
|
|
1105
|
+
"shape": "Sie"
|
|
1106
1106
|
},
|
|
1107
1107
|
"Containers": {
|
|
1108
|
-
"shape": "
|
|
1108
|
+
"shape": "Sin"
|
|
1109
1109
|
},
|
|
1110
1110
|
"InferenceExecutionConfig": {
|
|
1111
|
-
"shape": "
|
|
1111
|
+
"shape": "Sio"
|
|
1112
1112
|
},
|
|
1113
1113
|
"ExecutionRoleArn": {},
|
|
1114
1114
|
"Tags": {
|
|
@@ -1146,13 +1146,13 @@
|
|
|
1146
1146
|
"members": {
|
|
1147
1147
|
"JobDefinitionName": {},
|
|
1148
1148
|
"ModelBiasBaselineConfig": {
|
|
1149
|
-
"shape": "
|
|
1149
|
+
"shape": "Sis"
|
|
1150
1150
|
},
|
|
1151
1151
|
"ModelBiasAppSpecification": {
|
|
1152
|
-
"shape": "
|
|
1152
|
+
"shape": "Sit"
|
|
1153
1153
|
},
|
|
1154
1154
|
"ModelBiasJobInput": {
|
|
1155
|
-
"shape": "
|
|
1155
|
+
"shape": "Siu"
|
|
1156
1156
|
},
|
|
1157
1157
|
"ModelBiasJobOutputConfig": {
|
|
1158
1158
|
"shape": "S7s"
|
|
@@ -1193,10 +1193,10 @@
|
|
|
1193
1193
|
"members": {
|
|
1194
1194
|
"ModelCardName": {},
|
|
1195
1195
|
"SecurityConfig": {
|
|
1196
|
-
"shape": "
|
|
1196
|
+
"shape": "Siy"
|
|
1197
1197
|
},
|
|
1198
1198
|
"Content": {
|
|
1199
|
-
"shape": "
|
|
1199
|
+
"shape": "Siz"
|
|
1200
1200
|
},
|
|
1201
1201
|
"ModelCardStatus": {},
|
|
1202
1202
|
"Tags": {
|
|
@@ -1229,7 +1229,7 @@
|
|
|
1229
1229
|
},
|
|
1230
1230
|
"ModelCardExportJobName": {},
|
|
1231
1231
|
"OutputConfig": {
|
|
1232
|
-
"shape": "
|
|
1232
|
+
"shape": "Sj4"
|
|
1233
1233
|
}
|
|
1234
1234
|
}
|
|
1235
1235
|
},
|
|
@@ -1257,13 +1257,13 @@
|
|
|
1257
1257
|
"members": {
|
|
1258
1258
|
"JobDefinitionName": {},
|
|
1259
1259
|
"ModelExplainabilityBaselineConfig": {
|
|
1260
|
-
"shape": "
|
|
1260
|
+
"shape": "Sj8"
|
|
1261
1261
|
},
|
|
1262
1262
|
"ModelExplainabilityAppSpecification": {
|
|
1263
|
-
"shape": "
|
|
1263
|
+
"shape": "Sj9"
|
|
1264
1264
|
},
|
|
1265
1265
|
"ModelExplainabilityJobInput": {
|
|
1266
|
-
"shape": "
|
|
1266
|
+
"shape": "Sja"
|
|
1267
1267
|
},
|
|
1268
1268
|
"ModelExplainabilityJobOutputConfig": {
|
|
1269
1269
|
"shape": "S7s"
|
|
@@ -1304,10 +1304,10 @@
|
|
|
1304
1304
|
"shape": "Sr"
|
|
1305
1305
|
},
|
|
1306
1306
|
"ValidationSpecification": {
|
|
1307
|
-
"shape": "
|
|
1307
|
+
"shape": "Sjd"
|
|
1308
1308
|
},
|
|
1309
1309
|
"SourceAlgorithmSpecification": {
|
|
1310
|
-
"shape": "
|
|
1310
|
+
"shape": "Sjg"
|
|
1311
1311
|
},
|
|
1312
1312
|
"CertifyForMarketplace": {
|
|
1313
1313
|
"type": "boolean"
|
|
@@ -1320,22 +1320,22 @@
|
|
|
1320
1320
|
"shape": "S1q"
|
|
1321
1321
|
},
|
|
1322
1322
|
"ModelMetrics": {
|
|
1323
|
-
"shape": "
|
|
1323
|
+
"shape": "Sjj"
|
|
1324
1324
|
},
|
|
1325
1325
|
"ClientToken": {
|
|
1326
1326
|
"idempotencyToken": true
|
|
1327
1327
|
},
|
|
1328
1328
|
"CustomerMetadataProperties": {
|
|
1329
|
-
"shape": "
|
|
1329
|
+
"shape": "Sjq"
|
|
1330
1330
|
},
|
|
1331
1331
|
"DriftCheckBaselines": {
|
|
1332
|
-
"shape": "
|
|
1332
|
+
"shape": "Sjt"
|
|
1333
1333
|
},
|
|
1334
1334
|
"Domain": {},
|
|
1335
1335
|
"Task": {},
|
|
1336
1336
|
"SamplePayloadUrl": {},
|
|
1337
1337
|
"AdditionalInferenceSpecifications": {
|
|
1338
|
-
"shape": "
|
|
1338
|
+
"shape": "Sjz"
|
|
1339
1339
|
}
|
|
1340
1340
|
}
|
|
1341
1341
|
},
|
|
@@ -1387,13 +1387,13 @@
|
|
|
1387
1387
|
"members": {
|
|
1388
1388
|
"JobDefinitionName": {},
|
|
1389
1389
|
"ModelQualityBaselineConfig": {
|
|
1390
|
-
"shape": "
|
|
1390
|
+
"shape": "Sk6"
|
|
1391
1391
|
},
|
|
1392
1392
|
"ModelQualityAppSpecification": {
|
|
1393
|
-
"shape": "
|
|
1393
|
+
"shape": "Sk7"
|
|
1394
1394
|
},
|
|
1395
1395
|
"ModelQualityJobInput": {
|
|
1396
|
-
"shape": "
|
|
1396
|
+
"shape": "Sk9"
|
|
1397
1397
|
},
|
|
1398
1398
|
"ModelQualityJobOutputConfig": {
|
|
1399
1399
|
"shape": "S7s"
|
|
@@ -1433,7 +1433,7 @@
|
|
|
1433
1433
|
"members": {
|
|
1434
1434
|
"MonitoringScheduleName": {},
|
|
1435
1435
|
"MonitoringScheduleConfig": {
|
|
1436
|
-
"shape": "
|
|
1436
|
+
"shape": "Skd"
|
|
1437
1437
|
},
|
|
1438
1438
|
"Tags": {
|
|
1439
1439
|
"shape": "S7"
|
|
@@ -1476,16 +1476,16 @@
|
|
|
1476
1476
|
"type": "integer"
|
|
1477
1477
|
},
|
|
1478
1478
|
"AcceleratorTypes": {
|
|
1479
|
-
"shape": "
|
|
1479
|
+
"shape": "Sku"
|
|
1480
1480
|
},
|
|
1481
1481
|
"DefaultCodeRepository": {},
|
|
1482
1482
|
"AdditionalCodeRepositories": {
|
|
1483
|
-
"shape": "
|
|
1483
|
+
"shape": "Skx"
|
|
1484
1484
|
},
|
|
1485
1485
|
"RootAccess": {},
|
|
1486
1486
|
"PlatformIdentifier": {},
|
|
1487
1487
|
"InstanceMetadataServiceConfiguration": {
|
|
1488
|
-
"shape": "
|
|
1488
|
+
"shape": "Sl0"
|
|
1489
1489
|
}
|
|
1490
1490
|
}
|
|
1491
1491
|
},
|
|
@@ -1505,10 +1505,10 @@
|
|
|
1505
1505
|
"members": {
|
|
1506
1506
|
"NotebookInstanceLifecycleConfigName": {},
|
|
1507
1507
|
"OnCreate": {
|
|
1508
|
-
"shape": "
|
|
1508
|
+
"shape": "Sl5"
|
|
1509
1509
|
},
|
|
1510
1510
|
"OnStart": {
|
|
1511
|
-
"shape": "
|
|
1511
|
+
"shape": "Sl5"
|
|
1512
1512
|
}
|
|
1513
1513
|
}
|
|
1514
1514
|
},
|
|
@@ -1532,7 +1532,7 @@
|
|
|
1532
1532
|
"PipelineDisplayName": {},
|
|
1533
1533
|
"PipelineDefinition": {},
|
|
1534
1534
|
"PipelineDefinitionS3Location": {
|
|
1535
|
-
"shape": "
|
|
1535
|
+
"shape": "Sld"
|
|
1536
1536
|
},
|
|
1537
1537
|
"PipelineDescription": {},
|
|
1538
1538
|
"ClientRequestToken": {
|
|
@@ -1543,7 +1543,7 @@
|
|
|
1543
1543
|
"shape": "S7"
|
|
1544
1544
|
},
|
|
1545
1545
|
"ParallelismConfiguration": {
|
|
1546
|
-
"shape": "
|
|
1546
|
+
"shape": "Slj"
|
|
1547
1547
|
}
|
|
1548
1548
|
}
|
|
1549
1549
|
},
|
|
@@ -1611,33 +1611,33 @@
|
|
|
1611
1611
|
],
|
|
1612
1612
|
"members": {
|
|
1613
1613
|
"ProcessingInputs": {
|
|
1614
|
-
"shape": "
|
|
1614
|
+
"shape": "Slw"
|
|
1615
1615
|
},
|
|
1616
1616
|
"ProcessingOutputConfig": {
|
|
1617
|
-
"shape": "
|
|
1617
|
+
"shape": "Smj"
|
|
1618
1618
|
},
|
|
1619
1619
|
"ProcessingJobName": {},
|
|
1620
1620
|
"ProcessingResources": {
|
|
1621
|
-
"shape": "
|
|
1621
|
+
"shape": "Smo"
|
|
1622
1622
|
},
|
|
1623
1623
|
"StoppingCondition": {
|
|
1624
|
-
"shape": "
|
|
1624
|
+
"shape": "Smq"
|
|
1625
1625
|
},
|
|
1626
1626
|
"AppSpecification": {
|
|
1627
|
-
"shape": "
|
|
1627
|
+
"shape": "Sms"
|
|
1628
1628
|
},
|
|
1629
1629
|
"Environment": {
|
|
1630
|
-
"shape": "
|
|
1630
|
+
"shape": "Smu"
|
|
1631
1631
|
},
|
|
1632
1632
|
"NetworkConfig": {
|
|
1633
|
-
"shape": "
|
|
1633
|
+
"shape": "Skl"
|
|
1634
1634
|
},
|
|
1635
1635
|
"RoleArn": {},
|
|
1636
1636
|
"Tags": {
|
|
1637
1637
|
"shape": "S7"
|
|
1638
1638
|
},
|
|
1639
1639
|
"ExperimentConfig": {
|
|
1640
|
-
"shape": "
|
|
1640
|
+
"shape": "Smv"
|
|
1641
1641
|
}
|
|
1642
1642
|
}
|
|
1643
1643
|
},
|
|
@@ -1662,7 +1662,7 @@
|
|
|
1662
1662
|
"ProjectName": {},
|
|
1663
1663
|
"ProjectDescription": {},
|
|
1664
1664
|
"ServiceCatalogProvisioningDetails": {
|
|
1665
|
-
"shape": "
|
|
1665
|
+
"shape": "Sn0"
|
|
1666
1666
|
},
|
|
1667
1667
|
"Tags": {
|
|
1668
1668
|
"shape": "S7"
|
|
@@ -1695,7 +1695,7 @@
|
|
|
1695
1695
|
"shape": "S7"
|
|
1696
1696
|
},
|
|
1697
1697
|
"SpaceSettings": {
|
|
1698
|
-
"shape": "
|
|
1698
|
+
"shape": "Sna"
|
|
1699
1699
|
}
|
|
1700
1700
|
}
|
|
1701
1701
|
},
|
|
@@ -1747,7 +1747,7 @@
|
|
|
1747
1747
|
"shape": "S2t"
|
|
1748
1748
|
},
|
|
1749
1749
|
"AlgorithmSpecification": {
|
|
1750
|
-
"shape": "
|
|
1750
|
+
"shape": "Snk"
|
|
1751
1751
|
},
|
|
1752
1752
|
"RoleArn": {},
|
|
1753
1753
|
"InputDataConfig": {
|
|
@@ -1778,31 +1778,31 @@
|
|
|
1778
1778
|
"type": "boolean"
|
|
1779
1779
|
},
|
|
1780
1780
|
"CheckpointConfig": {
|
|
1781
|
-
"shape": "
|
|
1781
|
+
"shape": "Sep"
|
|
1782
1782
|
},
|
|
1783
1783
|
"DebugHookConfig": {
|
|
1784
|
-
"shape": "
|
|
1784
|
+
"shape": "Snt"
|
|
1785
1785
|
},
|
|
1786
1786
|
"DebugRuleConfigurations": {
|
|
1787
|
-
"shape": "
|
|
1787
|
+
"shape": "So1"
|
|
1788
1788
|
},
|
|
1789
1789
|
"TensorBoardOutputConfig": {
|
|
1790
|
-
"shape": "
|
|
1790
|
+
"shape": "So5"
|
|
1791
1791
|
},
|
|
1792
1792
|
"ExperimentConfig": {
|
|
1793
|
-
"shape": "
|
|
1793
|
+
"shape": "Smv"
|
|
1794
1794
|
},
|
|
1795
1795
|
"ProfilerConfig": {
|
|
1796
|
-
"shape": "
|
|
1796
|
+
"shape": "So6"
|
|
1797
1797
|
},
|
|
1798
1798
|
"ProfilerRuleConfigurations": {
|
|
1799
|
-
"shape": "
|
|
1799
|
+
"shape": "Soa"
|
|
1800
1800
|
},
|
|
1801
1801
|
"Environment": {
|
|
1802
|
-
"shape": "
|
|
1802
|
+
"shape": "Soc"
|
|
1803
1803
|
},
|
|
1804
1804
|
"RetryStrategy": {
|
|
1805
|
-
"shape": "
|
|
1805
|
+
"shape": "Seq"
|
|
1806
1806
|
}
|
|
1807
1807
|
}
|
|
1808
1808
|
},
|
|
@@ -1833,7 +1833,7 @@
|
|
|
1833
1833
|
"type": "integer"
|
|
1834
1834
|
},
|
|
1835
1835
|
"ModelClientConfig": {
|
|
1836
|
-
"shape": "
|
|
1836
|
+
"shape": "Soj"
|
|
1837
1837
|
},
|
|
1838
1838
|
"MaxPayloadInMB": {
|
|
1839
1839
|
"type": "integer"
|
|
@@ -1849,19 +1849,19 @@
|
|
|
1849
1849
|
"shape": "S40"
|
|
1850
1850
|
},
|
|
1851
1851
|
"DataCaptureConfig": {
|
|
1852
|
-
"shape": "
|
|
1852
|
+
"shape": "Som"
|
|
1853
1853
|
},
|
|
1854
1854
|
"TransformResources": {
|
|
1855
1855
|
"shape": "S43"
|
|
1856
1856
|
},
|
|
1857
1857
|
"DataProcessing": {
|
|
1858
|
-
"shape": "
|
|
1858
|
+
"shape": "Son"
|
|
1859
1859
|
},
|
|
1860
1860
|
"Tags": {
|
|
1861
1861
|
"shape": "S7"
|
|
1862
1862
|
},
|
|
1863
1863
|
"ExperimentConfig": {
|
|
1864
|
-
"shape": "
|
|
1864
|
+
"shape": "Smv"
|
|
1865
1865
|
}
|
|
1866
1866
|
}
|
|
1867
1867
|
},
|
|
@@ -1911,7 +1911,7 @@
|
|
|
1911
1911
|
"TrialComponentName": {},
|
|
1912
1912
|
"DisplayName": {},
|
|
1913
1913
|
"Status": {
|
|
1914
|
-
"shape": "
|
|
1914
|
+
"shape": "Sov"
|
|
1915
1915
|
},
|
|
1916
1916
|
"StartTime": {
|
|
1917
1917
|
"type": "timestamp"
|
|
@@ -1920,13 +1920,13 @@
|
|
|
1920
1920
|
"type": "timestamp"
|
|
1921
1921
|
},
|
|
1922
1922
|
"Parameters": {
|
|
1923
|
-
"shape": "
|
|
1923
|
+
"shape": "Soy"
|
|
1924
1924
|
},
|
|
1925
1925
|
"InputArtifacts": {
|
|
1926
|
-
"shape": "
|
|
1926
|
+
"shape": "Sp2"
|
|
1927
1927
|
},
|
|
1928
1928
|
"OutputArtifacts": {
|
|
1929
|
-
"shape": "
|
|
1929
|
+
"shape": "Sp2"
|
|
1930
1930
|
},
|
|
1931
1931
|
"MetadataProperties": {
|
|
1932
1932
|
"shape": "S1q"
|
|
@@ -1978,20 +1978,20 @@
|
|
|
1978
1978
|
],
|
|
1979
1979
|
"members": {
|
|
1980
1980
|
"CognitoConfig": {
|
|
1981
|
-
"shape": "
|
|
1981
|
+
"shape": "Spd"
|
|
1982
1982
|
},
|
|
1983
1983
|
"OidcConfig": {
|
|
1984
|
-
"shape": "
|
|
1984
|
+
"shape": "Spg"
|
|
1985
1985
|
},
|
|
1986
1986
|
"SourceIpConfig": {
|
|
1987
|
-
"shape": "
|
|
1987
|
+
"shape": "Spj"
|
|
1988
1988
|
},
|
|
1989
1989
|
"WorkforceName": {},
|
|
1990
1990
|
"Tags": {
|
|
1991
1991
|
"shape": "S7"
|
|
1992
1992
|
},
|
|
1993
1993
|
"WorkforceVpcConfig": {
|
|
1994
|
-
"shape": "
|
|
1994
|
+
"shape": "Spn"
|
|
1995
1995
|
}
|
|
1996
1996
|
}
|
|
1997
1997
|
},
|
|
@@ -2017,11 +2017,11 @@
|
|
|
2017
2017
|
"WorkteamName": {},
|
|
2018
2018
|
"WorkforceName": {},
|
|
2019
2019
|
"MemberDefinitions": {
|
|
2020
|
-
"shape": "
|
|
2020
|
+
"shape": "Spx"
|
|
2021
2021
|
},
|
|
2022
2022
|
"Description": {},
|
|
2023
2023
|
"NotificationConfiguration": {
|
|
2024
|
-
"shape": "
|
|
2024
|
+
"shape": "Sq5"
|
|
2025
2025
|
},
|
|
2026
2026
|
"Tags": {
|
|
2027
2027
|
"shape": "S7"
|
|
@@ -2705,13 +2705,13 @@
|
|
|
2705
2705
|
"type": "timestamp"
|
|
2706
2706
|
},
|
|
2707
2707
|
"CreatedBy": {
|
|
2708
|
-
"shape": "
|
|
2708
|
+
"shape": "Ss8"
|
|
2709
2709
|
},
|
|
2710
2710
|
"LastModifiedTime": {
|
|
2711
2711
|
"type": "timestamp"
|
|
2712
2712
|
},
|
|
2713
2713
|
"LastModifiedBy": {
|
|
2714
|
-
"shape": "
|
|
2714
|
+
"shape": "Ss8"
|
|
2715
2715
|
},
|
|
2716
2716
|
"MetadataProperties": {
|
|
2717
2717
|
"shape": "S1q"
|
|
@@ -2761,10 +2761,10 @@
|
|
|
2761
2761
|
"type": "structure",
|
|
2762
2762
|
"members": {
|
|
2763
2763
|
"ValidationStatuses": {
|
|
2764
|
-
"shape": "
|
|
2764
|
+
"shape": "Ssf"
|
|
2765
2765
|
},
|
|
2766
2766
|
"ImageScanStatuses": {
|
|
2767
|
-
"shape": "
|
|
2767
|
+
"shape": "Ssf"
|
|
2768
2768
|
}
|
|
2769
2769
|
}
|
|
2770
2770
|
},
|
|
@@ -2870,13 +2870,13 @@
|
|
|
2870
2870
|
"type": "timestamp"
|
|
2871
2871
|
},
|
|
2872
2872
|
"CreatedBy": {
|
|
2873
|
-
"shape": "
|
|
2873
|
+
"shape": "Ss8"
|
|
2874
2874
|
},
|
|
2875
2875
|
"LastModifiedTime": {
|
|
2876
2876
|
"type": "timestamp"
|
|
2877
2877
|
},
|
|
2878
2878
|
"LastModifiedBy": {
|
|
2879
|
-
"shape": "
|
|
2879
|
+
"shape": "Ss8"
|
|
2880
2880
|
},
|
|
2881
2881
|
"MetadataProperties": {
|
|
2882
2882
|
"shape": "S1q"
|
|
@@ -2936,10 +2936,10 @@
|
|
|
2936
2936
|
},
|
|
2937
2937
|
"FailureReason": {},
|
|
2938
2938
|
"PartialFailureReasons": {
|
|
2939
|
-
"shape": "
|
|
2939
|
+
"shape": "Sst"
|
|
2940
2940
|
},
|
|
2941
2941
|
"BestCandidate": {
|
|
2942
|
-
"shape": "
|
|
2942
|
+
"shape": "Ssv"
|
|
2943
2943
|
},
|
|
2944
2944
|
"AutoMLJobStatus": {},
|
|
2945
2945
|
"AutoMLJobSecondaryStatus": {},
|
|
@@ -3058,7 +3058,7 @@
|
|
|
3058
3058
|
},
|
|
3059
3059
|
"FailureReason": {},
|
|
3060
3060
|
"ModelArtifacts": {
|
|
3061
|
-
"shape": "
|
|
3061
|
+
"shape": "Stw"
|
|
3062
3062
|
},
|
|
3063
3063
|
"ModelDigests": {
|
|
3064
3064
|
"type": "structure",
|
|
@@ -3106,13 +3106,13 @@
|
|
|
3106
3106
|
"type": "timestamp"
|
|
3107
3107
|
},
|
|
3108
3108
|
"CreatedBy": {
|
|
3109
|
-
"shape": "
|
|
3109
|
+
"shape": "Ss8"
|
|
3110
3110
|
},
|
|
3111
3111
|
"LastModifiedTime": {
|
|
3112
3112
|
"type": "timestamp"
|
|
3113
3113
|
},
|
|
3114
3114
|
"LastModifiedBy": {
|
|
3115
|
-
"shape": "
|
|
3115
|
+
"shape": "Ss8"
|
|
3116
3116
|
},
|
|
3117
3117
|
"LineageGroupArn": {}
|
|
3118
3118
|
}
|
|
@@ -3493,10 +3493,10 @@
|
|
|
3493
3493
|
"EndpointArn": {},
|
|
3494
3494
|
"EndpointConfigName": {},
|
|
3495
3495
|
"ProductionVariants": {
|
|
3496
|
-
"shape": "
|
|
3496
|
+
"shape": "Suz"
|
|
3497
3497
|
},
|
|
3498
3498
|
"DataCaptureConfig": {
|
|
3499
|
-
"shape": "
|
|
3499
|
+
"shape": "Sv7"
|
|
3500
3500
|
},
|
|
3501
3501
|
"EndpointStatus": {},
|
|
3502
3502
|
"FailureReason": {},
|
|
@@ -3510,7 +3510,7 @@
|
|
|
3510
3510
|
"shape": "S9w"
|
|
3511
3511
|
},
|
|
3512
3512
|
"AsyncInferenceConfig": {
|
|
3513
|
-
"shape": "
|
|
3513
|
+
"shape": "Sb3"
|
|
3514
3514
|
},
|
|
3515
3515
|
"PendingDeploymentSummary": {
|
|
3516
3516
|
"type": "structure",
|
|
@@ -3520,21 +3520,21 @@
|
|
|
3520
3520
|
"members": {
|
|
3521
3521
|
"EndpointConfigName": {},
|
|
3522
3522
|
"ProductionVariants": {
|
|
3523
|
-
"shape": "
|
|
3523
|
+
"shape": "Svb"
|
|
3524
3524
|
},
|
|
3525
3525
|
"StartTime": {
|
|
3526
3526
|
"type": "timestamp"
|
|
3527
3527
|
},
|
|
3528
3528
|
"ShadowProductionVariants": {
|
|
3529
|
-
"shape": "
|
|
3529
|
+
"shape": "Svb"
|
|
3530
3530
|
}
|
|
3531
3531
|
}
|
|
3532
3532
|
},
|
|
3533
3533
|
"ExplainerConfig": {
|
|
3534
|
-
"shape": "
|
|
3534
|
+
"shape": "Sb9"
|
|
3535
3535
|
},
|
|
3536
3536
|
"ShadowProductionVariants": {
|
|
3537
|
-
"shape": "
|
|
3537
|
+
"shape": "Suz"
|
|
3538
3538
|
}
|
|
3539
3539
|
}
|
|
3540
3540
|
}
|
|
@@ -3564,17 +3564,17 @@
|
|
|
3564
3564
|
"shape": "Sad"
|
|
3565
3565
|
},
|
|
3566
3566
|
"DataCaptureConfig": {
|
|
3567
|
-
"shape": "
|
|
3567
|
+
"shape": "Sas"
|
|
3568
3568
|
},
|
|
3569
3569
|
"KmsKeyId": {},
|
|
3570
3570
|
"CreationTime": {
|
|
3571
3571
|
"type": "timestamp"
|
|
3572
3572
|
},
|
|
3573
3573
|
"AsyncInferenceConfig": {
|
|
3574
|
-
"shape": "
|
|
3574
|
+
"shape": "Sb3"
|
|
3575
3575
|
},
|
|
3576
3576
|
"ExplainerConfig": {
|
|
3577
|
-
"shape": "
|
|
3577
|
+
"shape": "Sb9"
|
|
3578
3578
|
},
|
|
3579
3579
|
"ShadowProductionVariants": {
|
|
3580
3580
|
"shape": "Sad"
|
|
@@ -3599,20 +3599,20 @@
|
|
|
3599
3599
|
"ExperimentArn": {},
|
|
3600
3600
|
"DisplayName": {},
|
|
3601
3601
|
"Source": {
|
|
3602
|
-
"shape": "
|
|
3602
|
+
"shape": "Svh"
|
|
3603
3603
|
},
|
|
3604
3604
|
"Description": {},
|
|
3605
3605
|
"CreationTime": {
|
|
3606
3606
|
"type": "timestamp"
|
|
3607
3607
|
},
|
|
3608
3608
|
"CreatedBy": {
|
|
3609
|
-
"shape": "
|
|
3609
|
+
"shape": "Ss8"
|
|
3610
3610
|
},
|
|
3611
3611
|
"LastModifiedTime": {
|
|
3612
3612
|
"type": "timestamp"
|
|
3613
3613
|
},
|
|
3614
3614
|
"LastModifiedBy": {
|
|
3615
|
-
"shape": "
|
|
3615
|
+
"shape": "Ss8"
|
|
3616
3616
|
}
|
|
3617
3617
|
}
|
|
3618
3618
|
}
|
|
@@ -3645,7 +3645,7 @@
|
|
|
3645
3645
|
"RecordIdentifierFeatureName": {},
|
|
3646
3646
|
"EventTimeFeatureName": {},
|
|
3647
3647
|
"FeatureDefinitions": {
|
|
3648
|
-
"shape": "
|
|
3648
|
+
"shape": "Sc8"
|
|
3649
3649
|
},
|
|
3650
3650
|
"CreationTime": {
|
|
3651
3651
|
"type": "timestamp"
|
|
@@ -3654,18 +3654,18 @@
|
|
|
3654
3654
|
"type": "timestamp"
|
|
3655
3655
|
},
|
|
3656
3656
|
"OnlineStoreConfig": {
|
|
3657
|
-
"shape": "
|
|
3657
|
+
"shape": "Scb"
|
|
3658
3658
|
},
|
|
3659
3659
|
"OfflineStoreConfig": {
|
|
3660
|
-
"shape": "
|
|
3660
|
+
"shape": "Scd"
|
|
3661
3661
|
},
|
|
3662
3662
|
"RoleArn": {},
|
|
3663
3663
|
"FeatureGroupStatus": {},
|
|
3664
3664
|
"OfflineStoreStatus": {
|
|
3665
|
-
"shape": "
|
|
3665
|
+
"shape": "Svn"
|
|
3666
3666
|
},
|
|
3667
3667
|
"LastUpdateStatus": {
|
|
3668
|
-
"shape": "
|
|
3668
|
+
"shape": "Svq"
|
|
3669
3669
|
},
|
|
3670
3670
|
"FailureReason": {},
|
|
3671
3671
|
"Description": {},
|
|
@@ -3711,7 +3711,7 @@
|
|
|
3711
3711
|
},
|
|
3712
3712
|
"Description": {},
|
|
3713
3713
|
"Parameters": {
|
|
3714
|
-
"shape": "
|
|
3714
|
+
"shape": "Svw"
|
|
3715
3715
|
}
|
|
3716
3716
|
}
|
|
3717
3717
|
}
|
|
@@ -3745,16 +3745,16 @@
|
|
|
3745
3745
|
"type": "timestamp"
|
|
3746
3746
|
},
|
|
3747
3747
|
"HumanLoopRequestSource": {
|
|
3748
|
-
"shape": "
|
|
3748
|
+
"shape": "Scp"
|
|
3749
3749
|
},
|
|
3750
3750
|
"HumanLoopActivationConfig": {
|
|
3751
|
-
"shape": "
|
|
3751
|
+
"shape": "Scr"
|
|
3752
3752
|
},
|
|
3753
3753
|
"HumanLoopConfig": {
|
|
3754
|
-
"shape": "
|
|
3754
|
+
"shape": "Scu"
|
|
3755
3755
|
},
|
|
3756
3756
|
"OutputConfig": {
|
|
3757
|
-
"shape": "
|
|
3757
|
+
"shape": "Sd9"
|
|
3758
3758
|
},
|
|
3759
3759
|
"RoleArn": {},
|
|
3760
3760
|
"FailureReason": {}
|
|
@@ -3786,10 +3786,10 @@
|
|
|
3786
3786
|
"HubDisplayName": {},
|
|
3787
3787
|
"HubDescription": {},
|
|
3788
3788
|
"HubSearchKeywords": {
|
|
3789
|
-
"shape": "
|
|
3789
|
+
"shape": "Sdg"
|
|
3790
3790
|
},
|
|
3791
3791
|
"S3StorageConfig": {
|
|
3792
|
-
"shape": "
|
|
3792
|
+
"shape": "Sdi"
|
|
3793
3793
|
},
|
|
3794
3794
|
"HubStatus": {},
|
|
3795
3795
|
"FailureReason": {},
|
|
@@ -3844,7 +3844,7 @@
|
|
|
3844
3844
|
"HubContentMarkdown": {},
|
|
3845
3845
|
"HubContentDocument": {},
|
|
3846
3846
|
"HubContentSearchKeywords": {
|
|
3847
|
-
"shape": "
|
|
3847
|
+
"shape": "Swe"
|
|
3848
3848
|
},
|
|
3849
3849
|
"HubContentDependencies": {
|
|
3850
3850
|
"type": "list",
|
|
@@ -3924,13 +3924,13 @@
|
|
|
3924
3924
|
"HyperParameterTuningJobName": {},
|
|
3925
3925
|
"HyperParameterTuningJobArn": {},
|
|
3926
3926
|
"HyperParameterTuningJobConfig": {
|
|
3927
|
-
"shape": "
|
|
3927
|
+
"shape": "Sdt"
|
|
3928
3928
|
},
|
|
3929
3929
|
"TrainingJobDefinition": {
|
|
3930
|
-
"shape": "
|
|
3930
|
+
"shape": "Sek"
|
|
3931
3931
|
},
|
|
3932
3932
|
"TrainingJobDefinitions": {
|
|
3933
|
-
"shape": "
|
|
3933
|
+
"shape": "Sf0"
|
|
3934
3934
|
},
|
|
3935
3935
|
"HyperParameterTuningJobStatus": {},
|
|
3936
3936
|
"CreationTime": {
|
|
@@ -3943,26 +3943,26 @@
|
|
|
3943
3943
|
"type": "timestamp"
|
|
3944
3944
|
},
|
|
3945
3945
|
"TrainingJobStatusCounters": {
|
|
3946
|
-
"shape": "
|
|
3946
|
+
"shape": "Swt"
|
|
3947
3947
|
},
|
|
3948
3948
|
"ObjectiveStatusCounters": {
|
|
3949
|
-
"shape": "
|
|
3949
|
+
"shape": "Swv"
|
|
3950
3950
|
},
|
|
3951
3951
|
"BestTrainingJob": {
|
|
3952
|
-
"shape": "
|
|
3952
|
+
"shape": "Swx"
|
|
3953
3953
|
},
|
|
3954
3954
|
"OverallBestTrainingJob": {
|
|
3955
|
-
"shape": "
|
|
3955
|
+
"shape": "Swx"
|
|
3956
3956
|
},
|
|
3957
3957
|
"WarmStartConfig": {
|
|
3958
|
-
"shape": "
|
|
3958
|
+
"shape": "Sf1"
|
|
3959
3959
|
},
|
|
3960
3960
|
"FailureReason": {},
|
|
3961
3961
|
"TuningJobCompletionDetails": {
|
|
3962
|
-
"shape": "
|
|
3962
|
+
"shape": "Sx0"
|
|
3963
3963
|
},
|
|
3964
3964
|
"ConsumedResources": {
|
|
3965
|
-
"shape": "
|
|
3965
|
+
"shape": "Sx1"
|
|
3966
3966
|
}
|
|
3967
3967
|
}
|
|
3968
3968
|
}
|
|
@@ -4065,7 +4065,7 @@
|
|
|
4065
4065
|
"Name": {},
|
|
4066
4066
|
"Type": {},
|
|
4067
4067
|
"Schedule": {
|
|
4068
|
-
"shape": "
|
|
4068
|
+
"shape": "Sfr"
|
|
4069
4069
|
},
|
|
4070
4070
|
"Status": {},
|
|
4071
4071
|
"StatusReason": {},
|
|
@@ -4106,17 +4106,17 @@
|
|
|
4106
4106
|
"ModelName": {},
|
|
4107
4107
|
"VariantName": {},
|
|
4108
4108
|
"InfrastructureConfig": {
|
|
4109
|
-
"shape": "
|
|
4109
|
+
"shape": "Sfx"
|
|
4110
4110
|
},
|
|
4111
4111
|
"Status": {}
|
|
4112
4112
|
}
|
|
4113
4113
|
}
|
|
4114
4114
|
},
|
|
4115
4115
|
"DataStorageConfig": {
|
|
4116
|
-
"shape": "
|
|
4116
|
+
"shape": "Sg2"
|
|
4117
4117
|
},
|
|
4118
4118
|
"ShadowModeConfig": {
|
|
4119
|
-
"shape": "
|
|
4119
|
+
"shape": "Sg3"
|
|
4120
4120
|
},
|
|
4121
4121
|
"KmsKey": {}
|
|
4122
4122
|
}
|
|
@@ -4162,10 +4162,10 @@
|
|
|
4162
4162
|
},
|
|
4163
4163
|
"FailureReason": {},
|
|
4164
4164
|
"InputConfig": {
|
|
4165
|
-
"shape": "
|
|
4165
|
+
"shape": "Sgb"
|
|
4166
4166
|
},
|
|
4167
4167
|
"StoppingConditions": {
|
|
4168
|
-
"shape": "
|
|
4168
|
+
"shape": "Sh9"
|
|
4169
4169
|
},
|
|
4170
4170
|
"InferenceRecommendations": {
|
|
4171
4171
|
"type": "list",
|
|
@@ -4178,13 +4178,13 @@
|
|
|
4178
4178
|
],
|
|
4179
4179
|
"members": {
|
|
4180
4180
|
"Metrics": {
|
|
4181
|
-
"shape": "
|
|
4181
|
+
"shape": "Sxm"
|
|
4182
4182
|
},
|
|
4183
4183
|
"EndpointConfiguration": {
|
|
4184
|
-
"shape": "
|
|
4184
|
+
"shape": "Sxo"
|
|
4185
4185
|
},
|
|
4186
4186
|
"ModelConfiguration": {
|
|
4187
|
-
"shape": "
|
|
4187
|
+
"shape": "Sxp"
|
|
4188
4188
|
},
|
|
4189
4189
|
"RecommendationId": {}
|
|
4190
4190
|
}
|
|
@@ -4200,10 +4200,10 @@
|
|
|
4200
4200
|
],
|
|
4201
4201
|
"members": {
|
|
4202
4202
|
"Metrics": {
|
|
4203
|
-
"shape": "
|
|
4203
|
+
"shape": "Sxv"
|
|
4204
4204
|
},
|
|
4205
4205
|
"EndpointInfo": {
|
|
4206
|
-
"shape": "
|
|
4206
|
+
"shape": "Sh2"
|
|
4207
4207
|
}
|
|
4208
4208
|
}
|
|
4209
4209
|
}
|
|
@@ -4239,7 +4239,7 @@
|
|
|
4239
4239
|
"members": {
|
|
4240
4240
|
"LabelingJobStatus": {},
|
|
4241
4241
|
"LabelCounters": {
|
|
4242
|
-
"shape": "
|
|
4242
|
+
"shape": "Sxz"
|
|
4243
4243
|
},
|
|
4244
4244
|
"FailureReason": {},
|
|
4245
4245
|
"CreationTime": {
|
|
@@ -4253,27 +4253,27 @@
|
|
|
4253
4253
|
"LabelingJobArn": {},
|
|
4254
4254
|
"LabelAttributeName": {},
|
|
4255
4255
|
"InputConfig": {
|
|
4256
|
-
"shape": "
|
|
4256
|
+
"shape": "Shk"
|
|
4257
4257
|
},
|
|
4258
4258
|
"OutputConfig": {
|
|
4259
|
-
"shape": "
|
|
4259
|
+
"shape": "Shr"
|
|
4260
4260
|
},
|
|
4261
4261
|
"RoleArn": {},
|
|
4262
4262
|
"LabelCategoryConfigS3Uri": {},
|
|
4263
4263
|
"StoppingConditions": {
|
|
4264
|
-
"shape": "
|
|
4264
|
+
"shape": "Shs"
|
|
4265
4265
|
},
|
|
4266
4266
|
"LabelingJobAlgorithmsConfig": {
|
|
4267
|
-
"shape": "
|
|
4267
|
+
"shape": "Shv"
|
|
4268
4268
|
},
|
|
4269
4269
|
"HumanTaskConfig": {
|
|
4270
|
-
"shape": "
|
|
4270
|
+
"shape": "Shz"
|
|
4271
4271
|
},
|
|
4272
4272
|
"Tags": {
|
|
4273
4273
|
"shape": "S7"
|
|
4274
4274
|
},
|
|
4275
4275
|
"LabelingJobOutput": {
|
|
4276
|
-
"shape": "
|
|
4276
|
+
"shape": "Sy2"
|
|
4277
4277
|
}
|
|
4278
4278
|
}
|
|
4279
4279
|
}
|
|
@@ -4299,13 +4299,13 @@
|
|
|
4299
4299
|
"type": "timestamp"
|
|
4300
4300
|
},
|
|
4301
4301
|
"CreatedBy": {
|
|
4302
|
-
"shape": "
|
|
4302
|
+
"shape": "Ss8"
|
|
4303
4303
|
},
|
|
4304
4304
|
"LastModifiedTime": {
|
|
4305
4305
|
"type": "timestamp"
|
|
4306
4306
|
},
|
|
4307
4307
|
"LastModifiedBy": {
|
|
4308
|
-
"shape": "
|
|
4308
|
+
"shape": "Ss8"
|
|
4309
4309
|
}
|
|
4310
4310
|
}
|
|
4311
4311
|
}
|
|
@@ -4331,13 +4331,13 @@
|
|
|
4331
4331
|
"members": {
|
|
4332
4332
|
"ModelName": {},
|
|
4333
4333
|
"PrimaryContainer": {
|
|
4334
|
-
"shape": "
|
|
4334
|
+
"shape": "Sie"
|
|
4335
4335
|
},
|
|
4336
4336
|
"Containers": {
|
|
4337
|
-
"shape": "
|
|
4337
|
+
"shape": "Sin"
|
|
4338
4338
|
},
|
|
4339
4339
|
"InferenceExecutionConfig": {
|
|
4340
|
-
"shape": "
|
|
4340
|
+
"shape": "Sio"
|
|
4341
4341
|
},
|
|
4342
4342
|
"ExecutionRoleArn": {},
|
|
4343
4343
|
"VpcConfig": {
|
|
@@ -4382,13 +4382,13 @@
|
|
|
4382
4382
|
"type": "timestamp"
|
|
4383
4383
|
},
|
|
4384
4384
|
"ModelBiasBaselineConfig": {
|
|
4385
|
-
"shape": "
|
|
4385
|
+
"shape": "Sis"
|
|
4386
4386
|
},
|
|
4387
4387
|
"ModelBiasAppSpecification": {
|
|
4388
|
-
"shape": "
|
|
4388
|
+
"shape": "Sit"
|
|
4389
4389
|
},
|
|
4390
4390
|
"ModelBiasJobInput": {
|
|
4391
|
-
"shape": "
|
|
4391
|
+
"shape": "Siu"
|
|
4392
4392
|
},
|
|
4393
4393
|
"ModelBiasJobOutputConfig": {
|
|
4394
4394
|
"shape": "S7s"
|
|
@@ -4437,23 +4437,23 @@
|
|
|
4437
4437
|
"type": "integer"
|
|
4438
4438
|
},
|
|
4439
4439
|
"Content": {
|
|
4440
|
-
"shape": "
|
|
4440
|
+
"shape": "Siz"
|
|
4441
4441
|
},
|
|
4442
4442
|
"ModelCardStatus": {},
|
|
4443
4443
|
"SecurityConfig": {
|
|
4444
|
-
"shape": "
|
|
4444
|
+
"shape": "Siy"
|
|
4445
4445
|
},
|
|
4446
4446
|
"CreationTime": {
|
|
4447
4447
|
"type": "timestamp"
|
|
4448
4448
|
},
|
|
4449
4449
|
"CreatedBy": {
|
|
4450
|
-
"shape": "
|
|
4450
|
+
"shape": "Ss8"
|
|
4451
4451
|
},
|
|
4452
4452
|
"LastModifiedTime": {
|
|
4453
4453
|
"type": "timestamp"
|
|
4454
4454
|
},
|
|
4455
4455
|
"LastModifiedBy": {
|
|
4456
|
-
"shape": "
|
|
4456
|
+
"shape": "Ss8"
|
|
4457
4457
|
},
|
|
4458
4458
|
"ModelCardProcessingStatus": {}
|
|
4459
4459
|
}
|
|
@@ -4490,7 +4490,7 @@
|
|
|
4490
4490
|
"type": "integer"
|
|
4491
4491
|
},
|
|
4492
4492
|
"OutputConfig": {
|
|
4493
|
-
"shape": "
|
|
4493
|
+
"shape": "Sj4"
|
|
4494
4494
|
},
|
|
4495
4495
|
"CreatedAt": {
|
|
4496
4496
|
"type": "timestamp"
|
|
@@ -4540,13 +4540,13 @@
|
|
|
4540
4540
|
"type": "timestamp"
|
|
4541
4541
|
},
|
|
4542
4542
|
"ModelExplainabilityBaselineConfig": {
|
|
4543
|
-
"shape": "
|
|
4543
|
+
"shape": "Sj8"
|
|
4544
4544
|
},
|
|
4545
4545
|
"ModelExplainabilityAppSpecification": {
|
|
4546
|
-
"shape": "
|
|
4546
|
+
"shape": "Sj9"
|
|
4547
4547
|
},
|
|
4548
4548
|
"ModelExplainabilityJobInput": {
|
|
4549
|
-
"shape": "
|
|
4549
|
+
"shape": "Sja"
|
|
4550
4550
|
},
|
|
4551
4551
|
"ModelExplainabilityJobOutputConfig": {
|
|
4552
4552
|
"shape": "S7s"
|
|
@@ -4598,46 +4598,46 @@
|
|
|
4598
4598
|
"shape": "Sr"
|
|
4599
4599
|
},
|
|
4600
4600
|
"SourceAlgorithmSpecification": {
|
|
4601
|
-
"shape": "
|
|
4601
|
+
"shape": "Sjg"
|
|
4602
4602
|
},
|
|
4603
4603
|
"ValidationSpecification": {
|
|
4604
|
-
"shape": "
|
|
4604
|
+
"shape": "Sjd"
|
|
4605
4605
|
},
|
|
4606
4606
|
"ModelPackageStatus": {},
|
|
4607
4607
|
"ModelPackageStatusDetails": {
|
|
4608
|
-
"shape": "
|
|
4608
|
+
"shape": "Syk"
|
|
4609
4609
|
},
|
|
4610
4610
|
"CertifyForMarketplace": {
|
|
4611
4611
|
"type": "boolean"
|
|
4612
4612
|
},
|
|
4613
4613
|
"ModelApprovalStatus": {},
|
|
4614
4614
|
"CreatedBy": {
|
|
4615
|
-
"shape": "
|
|
4615
|
+
"shape": "Ss8"
|
|
4616
4616
|
},
|
|
4617
4617
|
"MetadataProperties": {
|
|
4618
4618
|
"shape": "S1q"
|
|
4619
4619
|
},
|
|
4620
4620
|
"ModelMetrics": {
|
|
4621
|
-
"shape": "
|
|
4621
|
+
"shape": "Sjj"
|
|
4622
4622
|
},
|
|
4623
4623
|
"LastModifiedTime": {
|
|
4624
4624
|
"type": "timestamp"
|
|
4625
4625
|
},
|
|
4626
4626
|
"LastModifiedBy": {
|
|
4627
|
-
"shape": "
|
|
4627
|
+
"shape": "Ss8"
|
|
4628
4628
|
},
|
|
4629
4629
|
"ApprovalDescription": {},
|
|
4630
4630
|
"CustomerMetadataProperties": {
|
|
4631
|
-
"shape": "
|
|
4631
|
+
"shape": "Sjq"
|
|
4632
4632
|
},
|
|
4633
4633
|
"DriftCheckBaselines": {
|
|
4634
|
-
"shape": "
|
|
4634
|
+
"shape": "Sjt"
|
|
4635
4635
|
},
|
|
4636
4636
|
"Domain": {},
|
|
4637
4637
|
"Task": {},
|
|
4638
4638
|
"SamplePayloadUrl": {},
|
|
4639
4639
|
"AdditionalInferenceSpecifications": {
|
|
4640
|
-
"shape": "
|
|
4640
|
+
"shape": "Sjz"
|
|
4641
4641
|
}
|
|
4642
4642
|
}
|
|
4643
4643
|
}
|
|
@@ -4669,7 +4669,7 @@
|
|
|
4669
4669
|
"type": "timestamp"
|
|
4670
4670
|
},
|
|
4671
4671
|
"CreatedBy": {
|
|
4672
|
-
"shape": "
|
|
4672
|
+
"shape": "Ss8"
|
|
4673
4673
|
},
|
|
4674
4674
|
"ModelPackageGroupStatus": {}
|
|
4675
4675
|
}
|
|
@@ -4704,13 +4704,13 @@
|
|
|
4704
4704
|
"type": "timestamp"
|
|
4705
4705
|
},
|
|
4706
4706
|
"ModelQualityBaselineConfig": {
|
|
4707
|
-
"shape": "
|
|
4707
|
+
"shape": "Sk6"
|
|
4708
4708
|
},
|
|
4709
4709
|
"ModelQualityAppSpecification": {
|
|
4710
|
-
"shape": "
|
|
4710
|
+
"shape": "Sk7"
|
|
4711
4711
|
},
|
|
4712
4712
|
"ModelQualityJobInput": {
|
|
4713
|
-
"shape": "
|
|
4713
|
+
"shape": "Sk9"
|
|
4714
4714
|
},
|
|
4715
4715
|
"ModelQualityJobOutputConfig": {
|
|
4716
4716
|
"shape": "S7s"
|
|
@@ -4761,11 +4761,11 @@
|
|
|
4761
4761
|
"type": "timestamp"
|
|
4762
4762
|
},
|
|
4763
4763
|
"MonitoringScheduleConfig": {
|
|
4764
|
-
"shape": "
|
|
4764
|
+
"shape": "Skd"
|
|
4765
4765
|
},
|
|
4766
4766
|
"EndpointName": {},
|
|
4767
4767
|
"LastMonitoringExecutionSummary": {
|
|
4768
|
-
"shape": "
|
|
4768
|
+
"shape": "Syx"
|
|
4769
4769
|
}
|
|
4770
4770
|
}
|
|
4771
4771
|
}
|
|
@@ -4808,16 +4808,16 @@
|
|
|
4808
4808
|
"type": "integer"
|
|
4809
4809
|
},
|
|
4810
4810
|
"AcceleratorTypes": {
|
|
4811
|
-
"shape": "
|
|
4811
|
+
"shape": "Sku"
|
|
4812
4812
|
},
|
|
4813
4813
|
"DefaultCodeRepository": {},
|
|
4814
4814
|
"AdditionalCodeRepositories": {
|
|
4815
|
-
"shape": "
|
|
4815
|
+
"shape": "Skx"
|
|
4816
4816
|
},
|
|
4817
4817
|
"RootAccess": {},
|
|
4818
4818
|
"PlatformIdentifier": {},
|
|
4819
4819
|
"InstanceMetadataServiceConfiguration": {
|
|
4820
|
-
"shape": "
|
|
4820
|
+
"shape": "Sl0"
|
|
4821
4821
|
}
|
|
4822
4822
|
}
|
|
4823
4823
|
}
|
|
@@ -4838,10 +4838,10 @@
|
|
|
4838
4838
|
"NotebookInstanceLifecycleConfigArn": {},
|
|
4839
4839
|
"NotebookInstanceLifecycleConfigName": {},
|
|
4840
4840
|
"OnCreate": {
|
|
4841
|
-
"shape": "
|
|
4841
|
+
"shape": "Sl5"
|
|
4842
4842
|
},
|
|
4843
4843
|
"OnStart": {
|
|
4844
|
-
"shape": "
|
|
4844
|
+
"shape": "Sl5"
|
|
4845
4845
|
},
|
|
4846
4846
|
"LastModifiedTime": {
|
|
4847
4847
|
"type": "timestamp"
|
|
@@ -4882,13 +4882,13 @@
|
|
|
4882
4882
|
"type": "timestamp"
|
|
4883
4883
|
},
|
|
4884
4884
|
"CreatedBy": {
|
|
4885
|
-
"shape": "
|
|
4885
|
+
"shape": "Ss8"
|
|
4886
4886
|
},
|
|
4887
4887
|
"LastModifiedBy": {
|
|
4888
|
-
"shape": "
|
|
4888
|
+
"shape": "Ss8"
|
|
4889
4889
|
},
|
|
4890
4890
|
"ParallelismConfiguration": {
|
|
4891
|
-
"shape": "
|
|
4891
|
+
"shape": "Slj"
|
|
4892
4892
|
}
|
|
4893
4893
|
}
|
|
4894
4894
|
}
|
|
@@ -4932,7 +4932,7 @@
|
|
|
4932
4932
|
"PipelineExecutionStatus": {},
|
|
4933
4933
|
"PipelineExecutionDescription": {},
|
|
4934
4934
|
"PipelineExperimentConfig": {
|
|
4935
|
-
"shape": "
|
|
4935
|
+
"shape": "Szh"
|
|
4936
4936
|
},
|
|
4937
4937
|
"FailureReason": {},
|
|
4938
4938
|
"CreationTime": {
|
|
@@ -4942,13 +4942,13 @@
|
|
|
4942
4942
|
"type": "timestamp"
|
|
4943
4943
|
},
|
|
4944
4944
|
"CreatedBy": {
|
|
4945
|
-
"shape": "
|
|
4945
|
+
"shape": "Ss8"
|
|
4946
4946
|
},
|
|
4947
4947
|
"LastModifiedBy": {
|
|
4948
|
-
"shape": "
|
|
4948
|
+
"shape": "Ss8"
|
|
4949
4949
|
},
|
|
4950
4950
|
"ParallelismConfiguration": {
|
|
4951
|
-
"shape": "
|
|
4951
|
+
"shape": "Slj"
|
|
4952
4952
|
}
|
|
4953
4953
|
}
|
|
4954
4954
|
}
|
|
@@ -4975,30 +4975,30 @@
|
|
|
4975
4975
|
],
|
|
4976
4976
|
"members": {
|
|
4977
4977
|
"ProcessingInputs": {
|
|
4978
|
-
"shape": "
|
|
4978
|
+
"shape": "Slw"
|
|
4979
4979
|
},
|
|
4980
4980
|
"ProcessingOutputConfig": {
|
|
4981
|
-
"shape": "
|
|
4981
|
+
"shape": "Smj"
|
|
4982
4982
|
},
|
|
4983
4983
|
"ProcessingJobName": {},
|
|
4984
4984
|
"ProcessingResources": {
|
|
4985
|
-
"shape": "
|
|
4985
|
+
"shape": "Smo"
|
|
4986
4986
|
},
|
|
4987
4987
|
"StoppingCondition": {
|
|
4988
|
-
"shape": "
|
|
4988
|
+
"shape": "Smq"
|
|
4989
4989
|
},
|
|
4990
4990
|
"AppSpecification": {
|
|
4991
|
-
"shape": "
|
|
4991
|
+
"shape": "Sms"
|
|
4992
4992
|
},
|
|
4993
4993
|
"Environment": {
|
|
4994
|
-
"shape": "
|
|
4994
|
+
"shape": "Smu"
|
|
4995
4995
|
},
|
|
4996
4996
|
"NetworkConfig": {
|
|
4997
|
-
"shape": "
|
|
4997
|
+
"shape": "Skl"
|
|
4998
4998
|
},
|
|
4999
4999
|
"RoleArn": {},
|
|
5000
5000
|
"ExperimentConfig": {
|
|
5001
|
-
"shape": "
|
|
5001
|
+
"shape": "Smv"
|
|
5002
5002
|
},
|
|
5003
5003
|
"ProcessingJobArn": {},
|
|
5004
5004
|
"ProcessingJobStatus": {},
|
|
@@ -5048,14 +5048,14 @@
|
|
|
5048
5048
|
"ProjectId": {},
|
|
5049
5049
|
"ProjectDescription": {},
|
|
5050
5050
|
"ServiceCatalogProvisioningDetails": {
|
|
5051
|
-
"shape": "
|
|
5051
|
+
"shape": "Sn0"
|
|
5052
5052
|
},
|
|
5053
5053
|
"ServiceCatalogProvisionedProductDetails": {
|
|
5054
|
-
"shape": "
|
|
5054
|
+
"shape": "Szp"
|
|
5055
5055
|
},
|
|
5056
5056
|
"ProjectStatus": {},
|
|
5057
5057
|
"CreatedBy": {
|
|
5058
|
-
"shape": "
|
|
5058
|
+
"shape": "Ss8"
|
|
5059
5059
|
},
|
|
5060
5060
|
"CreationTime": {
|
|
5061
5061
|
"type": "timestamp"
|
|
@@ -5064,7 +5064,7 @@
|
|
|
5064
5064
|
"type": "timestamp"
|
|
5065
5065
|
},
|
|
5066
5066
|
"LastModifiedBy": {
|
|
5067
|
-
"shape": "
|
|
5067
|
+
"shape": "Ss8"
|
|
5068
5068
|
}
|
|
5069
5069
|
}
|
|
5070
5070
|
}
|
|
@@ -5097,7 +5097,7 @@
|
|
|
5097
5097
|
},
|
|
5098
5098
|
"FailureReason": {},
|
|
5099
5099
|
"SpaceSettings": {
|
|
5100
|
-
"shape": "
|
|
5100
|
+
"shape": "Sna"
|
|
5101
5101
|
}
|
|
5102
5102
|
}
|
|
5103
5103
|
}
|
|
@@ -5145,7 +5145,7 @@
|
|
|
5145
5145
|
],
|
|
5146
5146
|
"members": {
|
|
5147
5147
|
"SubscribedWorkteam": {
|
|
5148
|
-
"shape": "
|
|
5148
|
+
"shape": "S100"
|
|
5149
5149
|
}
|
|
5150
5150
|
}
|
|
5151
5151
|
}
|
|
@@ -5180,7 +5180,7 @@
|
|
|
5180
5180
|
"LabelingJobArn": {},
|
|
5181
5181
|
"AutoMLJobArn": {},
|
|
5182
5182
|
"ModelArtifacts": {
|
|
5183
|
-
"shape": "
|
|
5183
|
+
"shape": "Stw"
|
|
5184
5184
|
},
|
|
5185
5185
|
"TrainingJobStatus": {},
|
|
5186
5186
|
"SecondaryStatus": {},
|
|
@@ -5189,7 +5189,7 @@
|
|
|
5189
5189
|
"shape": "S2t"
|
|
5190
5190
|
},
|
|
5191
5191
|
"AlgorithmSpecification": {
|
|
5192
|
-
"shape": "
|
|
5192
|
+
"shape": "Snk"
|
|
5193
5193
|
},
|
|
5194
5194
|
"RoleArn": {},
|
|
5195
5195
|
"InputDataConfig": {
|
|
@@ -5220,10 +5220,10 @@
|
|
|
5220
5220
|
"type": "timestamp"
|
|
5221
5221
|
},
|
|
5222
5222
|
"SecondaryStatusTransitions": {
|
|
5223
|
-
"shape": "
|
|
5223
|
+
"shape": "S104"
|
|
5224
5224
|
},
|
|
5225
5225
|
"FinalMetricDataList": {
|
|
5226
|
-
"shape": "
|
|
5226
|
+
"shape": "S107"
|
|
5227
5227
|
},
|
|
5228
5228
|
"EnableNetworkIsolation": {
|
|
5229
5229
|
"type": "boolean"
|
|
@@ -5235,7 +5235,7 @@
|
|
|
5235
5235
|
"type": "boolean"
|
|
5236
5236
|
},
|
|
5237
5237
|
"CheckpointConfig": {
|
|
5238
|
-
"shape": "
|
|
5238
|
+
"shape": "Sep"
|
|
5239
5239
|
},
|
|
5240
5240
|
"TrainingTimeInSeconds": {
|
|
5241
5241
|
"type": "integer"
|
|
@@ -5244,25 +5244,25 @@
|
|
|
5244
5244
|
"type": "integer"
|
|
5245
5245
|
},
|
|
5246
5246
|
"DebugHookConfig": {
|
|
5247
|
-
"shape": "
|
|
5247
|
+
"shape": "Snt"
|
|
5248
5248
|
},
|
|
5249
5249
|
"ExperimentConfig": {
|
|
5250
|
-
"shape": "
|
|
5250
|
+
"shape": "Smv"
|
|
5251
5251
|
},
|
|
5252
5252
|
"DebugRuleConfigurations": {
|
|
5253
|
-
"shape": "
|
|
5253
|
+
"shape": "So1"
|
|
5254
5254
|
},
|
|
5255
5255
|
"TensorBoardOutputConfig": {
|
|
5256
|
-
"shape": "
|
|
5256
|
+
"shape": "So5"
|
|
5257
5257
|
},
|
|
5258
5258
|
"DebugRuleEvaluationStatuses": {
|
|
5259
|
-
"shape": "
|
|
5259
|
+
"shape": "S10b"
|
|
5260
5260
|
},
|
|
5261
5261
|
"ProfilerConfig": {
|
|
5262
|
-
"shape": "
|
|
5262
|
+
"shape": "So6"
|
|
5263
5263
|
},
|
|
5264
5264
|
"ProfilerRuleConfigurations": {
|
|
5265
|
-
"shape": "
|
|
5265
|
+
"shape": "Soa"
|
|
5266
5266
|
},
|
|
5267
5267
|
"ProfilerRuleEvaluationStatuses": {
|
|
5268
5268
|
"type": "list",
|
|
@@ -5281,13 +5281,13 @@
|
|
|
5281
5281
|
},
|
|
5282
5282
|
"ProfilingStatus": {},
|
|
5283
5283
|
"RetryStrategy": {
|
|
5284
|
-
"shape": "
|
|
5284
|
+
"shape": "Seq"
|
|
5285
5285
|
},
|
|
5286
5286
|
"Environment": {
|
|
5287
|
-
"shape": "
|
|
5287
|
+
"shape": "Soc"
|
|
5288
5288
|
},
|
|
5289
5289
|
"WarmPoolStatus": {
|
|
5290
|
-
"shape": "
|
|
5290
|
+
"shape": "S10i"
|
|
5291
5291
|
}
|
|
5292
5292
|
}
|
|
5293
5293
|
}
|
|
@@ -5323,7 +5323,7 @@
|
|
|
5323
5323
|
"type": "integer"
|
|
5324
5324
|
},
|
|
5325
5325
|
"ModelClientConfig": {
|
|
5326
|
-
"shape": "
|
|
5326
|
+
"shape": "Soj"
|
|
5327
5327
|
},
|
|
5328
5328
|
"MaxPayloadInMB": {
|
|
5329
5329
|
"type": "integer"
|
|
@@ -5339,7 +5339,7 @@
|
|
|
5339
5339
|
"shape": "S40"
|
|
5340
5340
|
},
|
|
5341
5341
|
"DataCaptureConfig": {
|
|
5342
|
-
"shape": "
|
|
5342
|
+
"shape": "Som"
|
|
5343
5343
|
},
|
|
5344
5344
|
"TransformResources": {
|
|
5345
5345
|
"shape": "S43"
|
|
@@ -5356,10 +5356,10 @@
|
|
|
5356
5356
|
"LabelingJobArn": {},
|
|
5357
5357
|
"AutoMLJobArn": {},
|
|
5358
5358
|
"DataProcessing": {
|
|
5359
|
-
"shape": "
|
|
5359
|
+
"shape": "Son"
|
|
5360
5360
|
},
|
|
5361
5361
|
"ExperimentConfig": {
|
|
5362
|
-
"shape": "
|
|
5362
|
+
"shape": "Smv"
|
|
5363
5363
|
}
|
|
5364
5364
|
}
|
|
5365
5365
|
}
|
|
@@ -5382,19 +5382,19 @@
|
|
|
5382
5382
|
"DisplayName": {},
|
|
5383
5383
|
"ExperimentName": {},
|
|
5384
5384
|
"Source": {
|
|
5385
|
-
"shape": "
|
|
5385
|
+
"shape": "S10q"
|
|
5386
5386
|
},
|
|
5387
5387
|
"CreationTime": {
|
|
5388
5388
|
"type": "timestamp"
|
|
5389
5389
|
},
|
|
5390
5390
|
"CreatedBy": {
|
|
5391
|
-
"shape": "
|
|
5391
|
+
"shape": "Ss8"
|
|
5392
5392
|
},
|
|
5393
5393
|
"LastModifiedTime": {
|
|
5394
5394
|
"type": "timestamp"
|
|
5395
5395
|
},
|
|
5396
5396
|
"LastModifiedBy": {
|
|
5397
|
-
"shape": "
|
|
5397
|
+
"shape": "Ss8"
|
|
5398
5398
|
},
|
|
5399
5399
|
"MetadataProperties": {
|
|
5400
5400
|
"shape": "S1q"
|
|
@@ -5419,10 +5419,10 @@
|
|
|
5419
5419
|
"TrialComponentArn": {},
|
|
5420
5420
|
"DisplayName": {},
|
|
5421
5421
|
"Source": {
|
|
5422
|
-
"shape": "
|
|
5422
|
+
"shape": "S10u"
|
|
5423
5423
|
},
|
|
5424
5424
|
"Status": {
|
|
5425
|
-
"shape": "
|
|
5425
|
+
"shape": "Sov"
|
|
5426
5426
|
},
|
|
5427
5427
|
"StartTime": {
|
|
5428
5428
|
"type": "timestamp"
|
|
@@ -5434,34 +5434,34 @@
|
|
|
5434
5434
|
"type": "timestamp"
|
|
5435
5435
|
},
|
|
5436
5436
|
"CreatedBy": {
|
|
5437
|
-
"shape": "
|
|
5437
|
+
"shape": "Ss8"
|
|
5438
5438
|
},
|
|
5439
5439
|
"LastModifiedTime": {
|
|
5440
5440
|
"type": "timestamp"
|
|
5441
5441
|
},
|
|
5442
5442
|
"LastModifiedBy": {
|
|
5443
|
-
"shape": "
|
|
5443
|
+
"shape": "Ss8"
|
|
5444
5444
|
},
|
|
5445
5445
|
"Parameters": {
|
|
5446
|
-
"shape": "
|
|
5446
|
+
"shape": "Soy"
|
|
5447
5447
|
},
|
|
5448
5448
|
"InputArtifacts": {
|
|
5449
|
-
"shape": "
|
|
5449
|
+
"shape": "Sp2"
|
|
5450
5450
|
},
|
|
5451
5451
|
"OutputArtifacts": {
|
|
5452
|
-
"shape": "
|
|
5452
|
+
"shape": "Sp2"
|
|
5453
5453
|
},
|
|
5454
5454
|
"MetadataProperties": {
|
|
5455
5455
|
"shape": "S1q"
|
|
5456
5456
|
},
|
|
5457
5457
|
"Metrics": {
|
|
5458
|
-
"shape": "
|
|
5458
|
+
"shape": "S10w"
|
|
5459
5459
|
},
|
|
5460
5460
|
"LineageGroupArn": {},
|
|
5461
5461
|
"Sources": {
|
|
5462
5462
|
"type": "list",
|
|
5463
5463
|
"member": {
|
|
5464
|
-
"shape": "
|
|
5464
|
+
"shape": "S10u"
|
|
5465
5465
|
}
|
|
5466
5466
|
}
|
|
5467
5467
|
}
|
|
@@ -5519,7 +5519,7 @@
|
|
|
5519
5519
|
],
|
|
5520
5520
|
"members": {
|
|
5521
5521
|
"Workforce": {
|
|
5522
|
-
"shape": "
|
|
5522
|
+
"shape": "S116"
|
|
5523
5523
|
}
|
|
5524
5524
|
}
|
|
5525
5525
|
}
|
|
@@ -5541,7 +5541,7 @@
|
|
|
5541
5541
|
],
|
|
5542
5542
|
"members": {
|
|
5543
5543
|
"Workteam": {
|
|
5544
|
-
"shape": "
|
|
5544
|
+
"shape": "S11e"
|
|
5545
5545
|
}
|
|
5546
5546
|
}
|
|
5547
5547
|
}
|
|
@@ -5786,7 +5786,7 @@
|
|
|
5786
5786
|
"HubContentMarkdown": {},
|
|
5787
5787
|
"HubContentDocument": {},
|
|
5788
5788
|
"HubContentSearchKeywords": {
|
|
5789
|
-
"shape": "
|
|
5789
|
+
"shape": "Swe"
|
|
5790
5790
|
},
|
|
5791
5791
|
"Tags": {
|
|
5792
5792
|
"shape": "S7"
|
|
@@ -5925,7 +5925,7 @@
|
|
|
5925
5925
|
"type": "structure",
|
|
5926
5926
|
"members": {
|
|
5927
5927
|
"SageMakerImageVersionAliases": {
|
|
5928
|
-
"shape": "
|
|
5928
|
+
"shape": "Sfe"
|
|
5929
5929
|
},
|
|
5930
5930
|
"NextToken": {}
|
|
5931
5931
|
}
|
|
@@ -6110,7 +6110,7 @@
|
|
|
6110
6110
|
"type": "timestamp"
|
|
6111
6111
|
},
|
|
6112
6112
|
"CreatedBy": {
|
|
6113
|
-
"shape": "
|
|
6113
|
+
"shape": "Ss8"
|
|
6114
6114
|
}
|
|
6115
6115
|
}
|
|
6116
6116
|
}
|
|
@@ -6179,7 +6179,7 @@
|
|
|
6179
6179
|
},
|
|
6180
6180
|
"FailureReason": {},
|
|
6181
6181
|
"PartialFailureReasons": {
|
|
6182
|
-
"shape": "
|
|
6182
|
+
"shape": "Sst"
|
|
6183
6183
|
}
|
|
6184
6184
|
}
|
|
6185
6185
|
}
|
|
@@ -6215,7 +6215,7 @@
|
|
|
6215
6215
|
"Candidates": {
|
|
6216
6216
|
"type": "list",
|
|
6217
6217
|
"member": {
|
|
6218
|
-
"shape": "
|
|
6218
|
+
"shape": "Ssv"
|
|
6219
6219
|
}
|
|
6220
6220
|
},
|
|
6221
6221
|
"NextToken": {}
|
|
@@ -6425,7 +6425,7 @@
|
|
|
6425
6425
|
],
|
|
6426
6426
|
"members": {
|
|
6427
6427
|
"JobDefinitionSummaries": {
|
|
6428
|
-
"shape": "
|
|
6428
|
+
"shape": "S14b"
|
|
6429
6429
|
},
|
|
6430
6430
|
"NextToken": {}
|
|
6431
6431
|
}
|
|
@@ -6854,7 +6854,7 @@
|
|
|
6854
6854
|
"ExperimentName": {},
|
|
6855
6855
|
"DisplayName": {},
|
|
6856
6856
|
"ExperimentSource": {
|
|
6857
|
-
"shape": "
|
|
6857
|
+
"shape": "Svh"
|
|
6858
6858
|
},
|
|
6859
6859
|
"CreationTime": {
|
|
6860
6860
|
"type": "timestamp"
|
|
@@ -6914,7 +6914,7 @@
|
|
|
6914
6914
|
},
|
|
6915
6915
|
"FeatureGroupStatus": {},
|
|
6916
6916
|
"OfflineStoreStatus": {
|
|
6917
|
-
"shape": "
|
|
6917
|
+
"shape": "Svn"
|
|
6918
6918
|
}
|
|
6919
6919
|
}
|
|
6920
6920
|
}
|
|
@@ -7006,7 +7006,7 @@
|
|
|
7006
7006
|
],
|
|
7007
7007
|
"members": {
|
|
7008
7008
|
"HubContentSummaries": {
|
|
7009
|
-
"shape": "
|
|
7009
|
+
"shape": "S161"
|
|
7010
7010
|
},
|
|
7011
7011
|
"NextToken": {}
|
|
7012
7012
|
}
|
|
@@ -7045,7 +7045,7 @@
|
|
|
7045
7045
|
],
|
|
7046
7046
|
"members": {
|
|
7047
7047
|
"HubContentSummaries": {
|
|
7048
|
-
"shape": "
|
|
7048
|
+
"shape": "S161"
|
|
7049
7049
|
},
|
|
7050
7050
|
"NextToken": {}
|
|
7051
7051
|
}
|
|
@@ -7099,7 +7099,7 @@
|
|
|
7099
7099
|
"HubDisplayName": {},
|
|
7100
7100
|
"HubDescription": {},
|
|
7101
7101
|
"HubSearchKeywords": {
|
|
7102
|
-
"shape": "
|
|
7102
|
+
"shape": "Sdg"
|
|
7103
7103
|
},
|
|
7104
7104
|
"HubStatus": {},
|
|
7105
7105
|
"CreationTime": {
|
|
@@ -7220,13 +7220,13 @@
|
|
|
7220
7220
|
"type": "timestamp"
|
|
7221
7221
|
},
|
|
7222
7222
|
"TrainingJobStatusCounters": {
|
|
7223
|
-
"shape": "
|
|
7223
|
+
"shape": "Swt"
|
|
7224
7224
|
},
|
|
7225
7225
|
"ObjectiveStatusCounters": {
|
|
7226
|
-
"shape": "
|
|
7226
|
+
"shape": "Swv"
|
|
7227
7227
|
},
|
|
7228
7228
|
"ResourceLimits": {
|
|
7229
|
-
"shape": "
|
|
7229
|
+
"shape": "Sdz"
|
|
7230
7230
|
}
|
|
7231
7231
|
}
|
|
7232
7232
|
}
|
|
@@ -7403,7 +7403,7 @@
|
|
|
7403
7403
|
"Name": {},
|
|
7404
7404
|
"Type": {},
|
|
7405
7405
|
"Schedule": {
|
|
7406
|
-
"shape": "
|
|
7406
|
+
"shape": "Sfr"
|
|
7407
7407
|
},
|
|
7408
7408
|
"Status": {},
|
|
7409
7409
|
"StatusReason": {},
|
|
@@ -7464,17 +7464,17 @@
|
|
|
7464
7464
|
],
|
|
7465
7465
|
"members": {
|
|
7466
7466
|
"Metrics": {
|
|
7467
|
-
"shape": "
|
|
7467
|
+
"shape": "Sxm"
|
|
7468
7468
|
},
|
|
7469
7469
|
"EndpointConfiguration": {
|
|
7470
|
-
"shape": "
|
|
7470
|
+
"shape": "Sxo"
|
|
7471
7471
|
},
|
|
7472
7472
|
"ModelConfiguration": {
|
|
7473
|
-
"shape": "
|
|
7473
|
+
"shape": "Sxp"
|
|
7474
7474
|
},
|
|
7475
7475
|
"FailureReason": {},
|
|
7476
7476
|
"EndpointMetrics": {
|
|
7477
|
-
"shape": "
|
|
7477
|
+
"shape": "Sxv"
|
|
7478
7478
|
}
|
|
7479
7479
|
}
|
|
7480
7480
|
}
|
|
@@ -7609,17 +7609,17 @@
|
|
|
7609
7609
|
},
|
|
7610
7610
|
"LabelingJobStatus": {},
|
|
7611
7611
|
"LabelCounters": {
|
|
7612
|
-
"shape": "
|
|
7612
|
+
"shape": "Sxz"
|
|
7613
7613
|
},
|
|
7614
7614
|
"WorkteamArn": {},
|
|
7615
7615
|
"PreHumanTaskLambdaArn": {},
|
|
7616
7616
|
"AnnotationConsolidationLambdaArn": {},
|
|
7617
7617
|
"FailureReason": {},
|
|
7618
7618
|
"LabelingJobOutput": {
|
|
7619
|
-
"shape": "
|
|
7619
|
+
"shape": "Sy2"
|
|
7620
7620
|
},
|
|
7621
7621
|
"InputConfig": {
|
|
7622
|
-
"shape": "
|
|
7622
|
+
"shape": "Shk"
|
|
7623
7623
|
}
|
|
7624
7624
|
}
|
|
7625
7625
|
}
|
|
@@ -7766,7 +7766,7 @@
|
|
|
7766
7766
|
],
|
|
7767
7767
|
"members": {
|
|
7768
7768
|
"JobDefinitionSummaries": {
|
|
7769
|
-
"shape": "
|
|
7769
|
+
"shape": "S14b"
|
|
7770
7770
|
},
|
|
7771
7771
|
"NextToken": {}
|
|
7772
7772
|
}
|
|
@@ -7979,7 +7979,7 @@
|
|
|
7979
7979
|
],
|
|
7980
7980
|
"members": {
|
|
7981
7981
|
"JobDefinitionSummaries": {
|
|
7982
|
-
"shape": "
|
|
7982
|
+
"shape": "S14b"
|
|
7983
7983
|
},
|
|
7984
7984
|
"NextToken": {}
|
|
7985
7985
|
}
|
|
@@ -8179,7 +8179,7 @@
|
|
|
8179
8179
|
],
|
|
8180
8180
|
"members": {
|
|
8181
8181
|
"JobDefinitionSummaries": {
|
|
8182
|
-
"shape": "
|
|
8182
|
+
"shape": "S14b"
|
|
8183
8183
|
},
|
|
8184
8184
|
"NextToken": {}
|
|
8185
8185
|
}
|
|
@@ -8298,7 +8298,7 @@
|
|
|
8298
8298
|
"type": "structure",
|
|
8299
8299
|
"members": {
|
|
8300
8300
|
"MonitoringAlertSummaries": {
|
|
8301
|
-
"shape": "
|
|
8301
|
+
"shape": "S19g"
|
|
8302
8302
|
},
|
|
8303
8303
|
"NextToken": {}
|
|
8304
8304
|
}
|
|
@@ -8348,7 +8348,7 @@
|
|
|
8348
8348
|
"MonitoringExecutionSummaries": {
|
|
8349
8349
|
"type": "list",
|
|
8350
8350
|
"member": {
|
|
8351
|
-
"shape": "
|
|
8351
|
+
"shape": "Syx"
|
|
8352
8352
|
}
|
|
8353
8353
|
},
|
|
8354
8354
|
"NextToken": {}
|
|
@@ -8529,7 +8529,7 @@
|
|
|
8529
8529
|
"NotebookInstanceLifecycleConfigName": {},
|
|
8530
8530
|
"DefaultCodeRepository": {},
|
|
8531
8531
|
"AdditionalCodeRepositories": {
|
|
8532
|
-
"shape": "
|
|
8532
|
+
"shape": "Skx"
|
|
8533
8533
|
}
|
|
8534
8534
|
}
|
|
8535
8535
|
}
|
|
@@ -8628,7 +8628,7 @@
|
|
|
8628
8628
|
"CallbackToken": {},
|
|
8629
8629
|
"SqsQueueUrl": {},
|
|
8630
8630
|
"OutputParameters": {
|
|
8631
|
-
"shape": "
|
|
8631
|
+
"shape": "S1av"
|
|
8632
8632
|
}
|
|
8633
8633
|
}
|
|
8634
8634
|
},
|
|
@@ -8637,7 +8637,7 @@
|
|
|
8637
8637
|
"members": {
|
|
8638
8638
|
"Arn": {},
|
|
8639
8639
|
"OutputParameters": {
|
|
8640
|
-
"shape": "
|
|
8640
|
+
"shape": "S1av"
|
|
8641
8641
|
}
|
|
8642
8642
|
}
|
|
8643
8643
|
},
|
|
@@ -8770,7 +8770,7 @@
|
|
|
8770
8770
|
"type": "structure",
|
|
8771
8771
|
"members": {
|
|
8772
8772
|
"PipelineParameters": {
|
|
8773
|
-
"shape": "
|
|
8773
|
+
"shape": "S1bb"
|
|
8774
8774
|
},
|
|
8775
8775
|
"NextToken": {}
|
|
8776
8776
|
}
|
|
@@ -9105,7 +9105,7 @@
|
|
|
9105
9105
|
"SubscribedWorkteams": {
|
|
9106
9106
|
"type": "list",
|
|
9107
9107
|
"member": {
|
|
9108
|
-
"shape": "
|
|
9108
|
+
"shape": "S100"
|
|
9109
9109
|
}
|
|
9110
9110
|
},
|
|
9111
9111
|
"NextToken": {}
|
|
@@ -9193,7 +9193,7 @@
|
|
|
9193
9193
|
},
|
|
9194
9194
|
"TrainingJobStatus": {},
|
|
9195
9195
|
"WarmPoolStatus": {
|
|
9196
|
-
"shape": "
|
|
9196
|
+
"shape": "S10i"
|
|
9197
9197
|
}
|
|
9198
9198
|
}
|
|
9199
9199
|
}
|
|
@@ -9228,7 +9228,7 @@
|
|
|
9228
9228
|
"TrainingJobSummaries": {
|
|
9229
9229
|
"type": "list",
|
|
9230
9230
|
"member": {
|
|
9231
|
-
"shape": "
|
|
9231
|
+
"shape": "Swx"
|
|
9232
9232
|
}
|
|
9233
9233
|
},
|
|
9234
9234
|
"NextToken": {}
|
|
@@ -9331,10 +9331,10 @@
|
|
|
9331
9331
|
"TrialComponentArn": {},
|
|
9332
9332
|
"DisplayName": {},
|
|
9333
9333
|
"TrialComponentSource": {
|
|
9334
|
-
"shape": "
|
|
9334
|
+
"shape": "S10u"
|
|
9335
9335
|
},
|
|
9336
9336
|
"Status": {
|
|
9337
|
-
"shape": "
|
|
9337
|
+
"shape": "Sov"
|
|
9338
9338
|
},
|
|
9339
9339
|
"StartTime": {
|
|
9340
9340
|
"type": "timestamp"
|
|
@@ -9346,13 +9346,13 @@
|
|
|
9346
9346
|
"type": "timestamp"
|
|
9347
9347
|
},
|
|
9348
9348
|
"CreatedBy": {
|
|
9349
|
-
"shape": "
|
|
9349
|
+
"shape": "Ss8"
|
|
9350
9350
|
},
|
|
9351
9351
|
"LastModifiedTime": {
|
|
9352
9352
|
"type": "timestamp"
|
|
9353
9353
|
},
|
|
9354
9354
|
"LastModifiedBy": {
|
|
9355
|
-
"shape": "
|
|
9355
|
+
"shape": "Ss8"
|
|
9356
9356
|
}
|
|
9357
9357
|
}
|
|
9358
9358
|
}
|
|
@@ -9393,7 +9393,7 @@
|
|
|
9393
9393
|
"TrialName": {},
|
|
9394
9394
|
"DisplayName": {},
|
|
9395
9395
|
"TrialSource": {
|
|
9396
|
-
"shape": "
|
|
9396
|
+
"shape": "S10q"
|
|
9397
9397
|
},
|
|
9398
9398
|
"CreationTime": {
|
|
9399
9399
|
"type": "timestamp"
|
|
@@ -9468,7 +9468,7 @@
|
|
|
9468
9468
|
"Workforces": {
|
|
9469
9469
|
"type": "list",
|
|
9470
9470
|
"member": {
|
|
9471
|
-
"shape": "
|
|
9471
|
+
"shape": "S116"
|
|
9472
9472
|
}
|
|
9473
9473
|
},
|
|
9474
9474
|
"NextToken": {}
|
|
@@ -9497,7 +9497,7 @@
|
|
|
9497
9497
|
"Workteams": {
|
|
9498
9498
|
"type": "list",
|
|
9499
9499
|
"member": {
|
|
9500
|
-
"shape": "
|
|
9500
|
+
"shape": "S11e"
|
|
9501
9501
|
}
|
|
9502
9502
|
},
|
|
9503
9503
|
"NextToken": {}
|
|
@@ -9616,7 +9616,7 @@
|
|
|
9616
9616
|
"members": {
|
|
9617
9617
|
"DeviceFleetName": {},
|
|
9618
9618
|
"Devices": {
|
|
9619
|
-
"shape": "
|
|
9619
|
+
"shape": "S1dx"
|
|
9620
9620
|
},
|
|
9621
9621
|
"Tags": {
|
|
9622
9622
|
"shape": "S7"
|
|
@@ -9633,7 +9633,7 @@
|
|
|
9633
9633
|
],
|
|
9634
9634
|
"members": {
|
|
9635
9635
|
"UiTemplate": {
|
|
9636
|
-
"shape": "
|
|
9636
|
+
"shape": "Sdo"
|
|
9637
9637
|
},
|
|
9638
9638
|
"Task": {
|
|
9639
9639
|
"type": "structure",
|
|
@@ -9686,7 +9686,7 @@
|
|
|
9686
9686
|
"idempotencyToken": true
|
|
9687
9687
|
},
|
|
9688
9688
|
"ParallelismConfiguration": {
|
|
9689
|
-
"shape": "
|
|
9689
|
+
"shape": "Slj"
|
|
9690
9690
|
}
|
|
9691
9691
|
}
|
|
9692
9692
|
},
|
|
@@ -9706,7 +9706,7 @@
|
|
|
9706
9706
|
"members": {
|
|
9707
9707
|
"Resource": {},
|
|
9708
9708
|
"SearchExpression": {
|
|
9709
|
-
"shape": "
|
|
9709
|
+
"shape": "S1e8"
|
|
9710
9710
|
},
|
|
9711
9711
|
"SortBy": {},
|
|
9712
9712
|
"SortOrder": {},
|
|
@@ -9725,7 +9725,7 @@
|
|
|
9725
9725
|
"type": "structure",
|
|
9726
9726
|
"members": {
|
|
9727
9727
|
"TrainingJob": {
|
|
9728
|
-
"shape": "
|
|
9728
|
+
"shape": "S1el"
|
|
9729
9729
|
},
|
|
9730
9730
|
"Experiment": {
|
|
9731
9731
|
"type": "structure",
|
|
@@ -9734,20 +9734,20 @@
|
|
|
9734
9734
|
"ExperimentArn": {},
|
|
9735
9735
|
"DisplayName": {},
|
|
9736
9736
|
"Source": {
|
|
9737
|
-
"shape": "
|
|
9737
|
+
"shape": "Svh"
|
|
9738
9738
|
},
|
|
9739
9739
|
"Description": {},
|
|
9740
9740
|
"CreationTime": {
|
|
9741
9741
|
"type": "timestamp"
|
|
9742
9742
|
},
|
|
9743
9743
|
"CreatedBy": {
|
|
9744
|
-
"shape": "
|
|
9744
|
+
"shape": "Ss8"
|
|
9745
9745
|
},
|
|
9746
9746
|
"LastModifiedTime": {
|
|
9747
9747
|
"type": "timestamp"
|
|
9748
9748
|
},
|
|
9749
9749
|
"LastModifiedBy": {
|
|
9750
|
-
"shape": "
|
|
9750
|
+
"shape": "Ss8"
|
|
9751
9751
|
},
|
|
9752
9752
|
"Tags": {
|
|
9753
9753
|
"shape": "S7"
|
|
@@ -9762,19 +9762,19 @@
|
|
|
9762
9762
|
"DisplayName": {},
|
|
9763
9763
|
"ExperimentName": {},
|
|
9764
9764
|
"Source": {
|
|
9765
|
-
"shape": "
|
|
9765
|
+
"shape": "S10q"
|
|
9766
9766
|
},
|
|
9767
9767
|
"CreationTime": {
|
|
9768
9768
|
"type": "timestamp"
|
|
9769
9769
|
},
|
|
9770
9770
|
"CreatedBy": {
|
|
9771
|
-
"shape": "
|
|
9771
|
+
"shape": "Ss8"
|
|
9772
9772
|
},
|
|
9773
9773
|
"LastModifiedTime": {
|
|
9774
9774
|
"type": "timestamp"
|
|
9775
9775
|
},
|
|
9776
9776
|
"LastModifiedBy": {
|
|
9777
|
-
"shape": "
|
|
9777
|
+
"shape": "Ss8"
|
|
9778
9778
|
},
|
|
9779
9779
|
"MetadataProperties": {
|
|
9780
9780
|
"shape": "S1q"
|
|
@@ -9790,13 +9790,13 @@
|
|
|
9790
9790
|
"TrialComponentName": {},
|
|
9791
9791
|
"TrialComponentArn": {},
|
|
9792
9792
|
"TrialComponentSource": {
|
|
9793
|
-
"shape": "
|
|
9793
|
+
"shape": "S10u"
|
|
9794
9794
|
},
|
|
9795
9795
|
"CreationTime": {
|
|
9796
9796
|
"type": "timestamp"
|
|
9797
9797
|
},
|
|
9798
9798
|
"CreatedBy": {
|
|
9799
|
-
"shape": "
|
|
9799
|
+
"shape": "Ss8"
|
|
9800
9800
|
}
|
|
9801
9801
|
}
|
|
9802
9802
|
}
|
|
@@ -9810,10 +9810,10 @@
|
|
|
9810
9810
|
"DisplayName": {},
|
|
9811
9811
|
"TrialComponentArn": {},
|
|
9812
9812
|
"Source": {
|
|
9813
|
-
"shape": "
|
|
9813
|
+
"shape": "S10u"
|
|
9814
9814
|
},
|
|
9815
9815
|
"Status": {
|
|
9816
|
-
"shape": "
|
|
9816
|
+
"shape": "Sov"
|
|
9817
9817
|
},
|
|
9818
9818
|
"StartTime": {
|
|
9819
9819
|
"type": "timestamp"
|
|
@@ -9825,25 +9825,25 @@
|
|
|
9825
9825
|
"type": "timestamp"
|
|
9826
9826
|
},
|
|
9827
9827
|
"CreatedBy": {
|
|
9828
|
-
"shape": "
|
|
9828
|
+
"shape": "Ss8"
|
|
9829
9829
|
},
|
|
9830
9830
|
"LastModifiedTime": {
|
|
9831
9831
|
"type": "timestamp"
|
|
9832
9832
|
},
|
|
9833
9833
|
"LastModifiedBy": {
|
|
9834
|
-
"shape": "
|
|
9834
|
+
"shape": "Ss8"
|
|
9835
9835
|
},
|
|
9836
9836
|
"Parameters": {
|
|
9837
|
-
"shape": "
|
|
9837
|
+
"shape": "Soy"
|
|
9838
9838
|
},
|
|
9839
9839
|
"InputArtifacts": {
|
|
9840
|
-
"shape": "
|
|
9840
|
+
"shape": "Sp2"
|
|
9841
9841
|
},
|
|
9842
9842
|
"OutputArtifacts": {
|
|
9843
|
-
"shape": "
|
|
9843
|
+
"shape": "Sp2"
|
|
9844
9844
|
},
|
|
9845
9845
|
"Metrics": {
|
|
9846
|
-
"shape": "
|
|
9846
|
+
"shape": "S10w"
|
|
9847
9847
|
},
|
|
9848
9848
|
"MetadataProperties": {
|
|
9849
9849
|
"shape": "S1q"
|
|
@@ -9853,36 +9853,36 @@
|
|
|
9853
9853
|
"members": {
|
|
9854
9854
|
"SourceArn": {},
|
|
9855
9855
|
"TrainingJob": {
|
|
9856
|
-
"shape": "
|
|
9856
|
+
"shape": "S1el"
|
|
9857
9857
|
},
|
|
9858
9858
|
"ProcessingJob": {
|
|
9859
9859
|
"type": "structure",
|
|
9860
9860
|
"members": {
|
|
9861
9861
|
"ProcessingInputs": {
|
|
9862
|
-
"shape": "
|
|
9862
|
+
"shape": "Slw"
|
|
9863
9863
|
},
|
|
9864
9864
|
"ProcessingOutputConfig": {
|
|
9865
|
-
"shape": "
|
|
9865
|
+
"shape": "Smj"
|
|
9866
9866
|
},
|
|
9867
9867
|
"ProcessingJobName": {},
|
|
9868
9868
|
"ProcessingResources": {
|
|
9869
|
-
"shape": "
|
|
9869
|
+
"shape": "Smo"
|
|
9870
9870
|
},
|
|
9871
9871
|
"StoppingCondition": {
|
|
9872
|
-
"shape": "
|
|
9872
|
+
"shape": "Smq"
|
|
9873
9873
|
},
|
|
9874
9874
|
"AppSpecification": {
|
|
9875
|
-
"shape": "
|
|
9875
|
+
"shape": "Sms"
|
|
9876
9876
|
},
|
|
9877
9877
|
"Environment": {
|
|
9878
|
-
"shape": "
|
|
9878
|
+
"shape": "Smu"
|
|
9879
9879
|
},
|
|
9880
9880
|
"NetworkConfig": {
|
|
9881
|
-
"shape": "
|
|
9881
|
+
"shape": "Skl"
|
|
9882
9882
|
},
|
|
9883
9883
|
"RoleArn": {},
|
|
9884
9884
|
"ExperimentConfig": {
|
|
9885
|
-
"shape": "
|
|
9885
|
+
"shape": "Smv"
|
|
9886
9886
|
},
|
|
9887
9887
|
"ProcessingJobArn": {},
|
|
9888
9888
|
"ProcessingJobStatus": {},
|
|
@@ -9909,7 +9909,7 @@
|
|
|
9909
9909
|
}
|
|
9910
9910
|
},
|
|
9911
9911
|
"TransformJob": {
|
|
9912
|
-
"shape": "
|
|
9912
|
+
"shape": "S1et"
|
|
9913
9913
|
}
|
|
9914
9914
|
}
|
|
9915
9915
|
},
|
|
@@ -9945,10 +9945,10 @@
|
|
|
9945
9945
|
"EndpointArn": {},
|
|
9946
9946
|
"EndpointConfigName": {},
|
|
9947
9947
|
"ProductionVariants": {
|
|
9948
|
-
"shape": "
|
|
9948
|
+
"shape": "Suz"
|
|
9949
9949
|
},
|
|
9950
9950
|
"DataCaptureConfig": {
|
|
9951
|
-
"shape": "
|
|
9951
|
+
"shape": "Sv7"
|
|
9952
9952
|
},
|
|
9953
9953
|
"EndpointStatus": {},
|
|
9954
9954
|
"FailureReason": {},
|
|
@@ -9975,11 +9975,11 @@
|
|
|
9975
9975
|
"type": "timestamp"
|
|
9976
9976
|
},
|
|
9977
9977
|
"MonitoringScheduleConfig": {
|
|
9978
|
-
"shape": "
|
|
9978
|
+
"shape": "Skd"
|
|
9979
9979
|
},
|
|
9980
9980
|
"EndpointName": {},
|
|
9981
9981
|
"LastMonitoringExecutionSummary": {
|
|
9982
|
-
"shape": "
|
|
9982
|
+
"shape": "Syx"
|
|
9983
9983
|
},
|
|
9984
9984
|
"Tags": {
|
|
9985
9985
|
"shape": "S7"
|
|
@@ -9991,7 +9991,7 @@
|
|
|
9991
9991
|
"shape": "S7"
|
|
9992
9992
|
},
|
|
9993
9993
|
"ShadowProductionVariants": {
|
|
9994
|
-
"shape": "
|
|
9994
|
+
"shape": "Suz"
|
|
9995
9995
|
}
|
|
9996
9996
|
}
|
|
9997
9997
|
},
|
|
@@ -10012,49 +10012,49 @@
|
|
|
10012
10012
|
"shape": "Sr"
|
|
10013
10013
|
},
|
|
10014
10014
|
"SourceAlgorithmSpecification": {
|
|
10015
|
-
"shape": "
|
|
10015
|
+
"shape": "Sjg"
|
|
10016
10016
|
},
|
|
10017
10017
|
"ValidationSpecification": {
|
|
10018
|
-
"shape": "
|
|
10018
|
+
"shape": "Sjd"
|
|
10019
10019
|
},
|
|
10020
10020
|
"ModelPackageStatus": {},
|
|
10021
10021
|
"ModelPackageStatusDetails": {
|
|
10022
|
-
"shape": "
|
|
10022
|
+
"shape": "Syk"
|
|
10023
10023
|
},
|
|
10024
10024
|
"CertifyForMarketplace": {
|
|
10025
10025
|
"type": "boolean"
|
|
10026
10026
|
},
|
|
10027
10027
|
"ModelApprovalStatus": {},
|
|
10028
10028
|
"CreatedBy": {
|
|
10029
|
-
"shape": "
|
|
10029
|
+
"shape": "Ss8"
|
|
10030
10030
|
},
|
|
10031
10031
|
"MetadataProperties": {
|
|
10032
10032
|
"shape": "S1q"
|
|
10033
10033
|
},
|
|
10034
10034
|
"ModelMetrics": {
|
|
10035
|
-
"shape": "
|
|
10035
|
+
"shape": "Sjj"
|
|
10036
10036
|
},
|
|
10037
10037
|
"LastModifiedTime": {
|
|
10038
10038
|
"type": "timestamp"
|
|
10039
10039
|
},
|
|
10040
10040
|
"LastModifiedBy": {
|
|
10041
|
-
"shape": "
|
|
10041
|
+
"shape": "Ss8"
|
|
10042
10042
|
},
|
|
10043
10043
|
"ApprovalDescription": {},
|
|
10044
10044
|
"Domain": {},
|
|
10045
10045
|
"Task": {},
|
|
10046
10046
|
"SamplePayloadUrl": {},
|
|
10047
10047
|
"AdditionalInferenceSpecifications": {
|
|
10048
|
-
"shape": "
|
|
10048
|
+
"shape": "Sjz"
|
|
10049
10049
|
},
|
|
10050
10050
|
"Tags": {
|
|
10051
10051
|
"shape": "S7"
|
|
10052
10052
|
},
|
|
10053
10053
|
"CustomerMetadataProperties": {
|
|
10054
|
-
"shape": "
|
|
10054
|
+
"shape": "Sjq"
|
|
10055
10055
|
},
|
|
10056
10056
|
"DriftCheckBaselines": {
|
|
10057
|
-
"shape": "
|
|
10057
|
+
"shape": "Sjt"
|
|
10058
10058
|
}
|
|
10059
10059
|
}
|
|
10060
10060
|
},
|
|
@@ -10068,7 +10068,7 @@
|
|
|
10068
10068
|
"type": "timestamp"
|
|
10069
10069
|
},
|
|
10070
10070
|
"CreatedBy": {
|
|
10071
|
-
"shape": "
|
|
10071
|
+
"shape": "Ss8"
|
|
10072
10072
|
},
|
|
10073
10073
|
"ModelPackageGroupStatus": {},
|
|
10074
10074
|
"Tags": {
|
|
@@ -10095,13 +10095,13 @@
|
|
|
10095
10095
|
"type": "timestamp"
|
|
10096
10096
|
},
|
|
10097
10097
|
"CreatedBy": {
|
|
10098
|
-
"shape": "
|
|
10098
|
+
"shape": "Ss8"
|
|
10099
10099
|
},
|
|
10100
10100
|
"LastModifiedBy": {
|
|
10101
|
-
"shape": "
|
|
10101
|
+
"shape": "Ss8"
|
|
10102
10102
|
},
|
|
10103
10103
|
"ParallelismConfiguration": {
|
|
10104
|
-
"shape": "
|
|
10104
|
+
"shape": "Slj"
|
|
10105
10105
|
},
|
|
10106
10106
|
"Tags": {
|
|
10107
10107
|
"shape": "S7"
|
|
@@ -10117,7 +10117,7 @@
|
|
|
10117
10117
|
"PipelineExecutionStatus": {},
|
|
10118
10118
|
"PipelineExecutionDescription": {},
|
|
10119
10119
|
"PipelineExperimentConfig": {
|
|
10120
|
-
"shape": "
|
|
10120
|
+
"shape": "Szh"
|
|
10121
10121
|
},
|
|
10122
10122
|
"FailureReason": {},
|
|
10123
10123
|
"CreationTime": {
|
|
@@ -10127,16 +10127,16 @@
|
|
|
10127
10127
|
"type": "timestamp"
|
|
10128
10128
|
},
|
|
10129
10129
|
"CreatedBy": {
|
|
10130
|
-
"shape": "
|
|
10130
|
+
"shape": "Ss8"
|
|
10131
10131
|
},
|
|
10132
10132
|
"LastModifiedBy": {
|
|
10133
|
-
"shape": "
|
|
10133
|
+
"shape": "Ss8"
|
|
10134
10134
|
},
|
|
10135
10135
|
"ParallelismConfiguration": {
|
|
10136
|
-
"shape": "
|
|
10136
|
+
"shape": "Slj"
|
|
10137
10137
|
},
|
|
10138
10138
|
"PipelineParameters": {
|
|
10139
|
-
"shape": "
|
|
10139
|
+
"shape": "S1bb"
|
|
10140
10140
|
}
|
|
10141
10141
|
}
|
|
10142
10142
|
},
|
|
@@ -10148,7 +10148,7 @@
|
|
|
10148
10148
|
"RecordIdentifierFeatureName": {},
|
|
10149
10149
|
"EventTimeFeatureName": {},
|
|
10150
10150
|
"FeatureDefinitions": {
|
|
10151
|
-
"shape": "
|
|
10151
|
+
"shape": "Sc8"
|
|
10152
10152
|
},
|
|
10153
10153
|
"CreationTime": {
|
|
10154
10154
|
"type": "timestamp"
|
|
@@ -10157,18 +10157,18 @@
|
|
|
10157
10157
|
"type": "timestamp"
|
|
10158
10158
|
},
|
|
10159
10159
|
"OnlineStoreConfig": {
|
|
10160
|
-
"shape": "
|
|
10160
|
+
"shape": "Scb"
|
|
10161
10161
|
},
|
|
10162
10162
|
"OfflineStoreConfig": {
|
|
10163
|
-
"shape": "
|
|
10163
|
+
"shape": "Scd"
|
|
10164
10164
|
},
|
|
10165
10165
|
"RoleArn": {},
|
|
10166
10166
|
"FeatureGroupStatus": {},
|
|
10167
10167
|
"OfflineStoreStatus": {
|
|
10168
|
-
"shape": "
|
|
10168
|
+
"shape": "Svn"
|
|
10169
10169
|
},
|
|
10170
10170
|
"LastUpdateStatus": {
|
|
10171
|
-
"shape": "
|
|
10171
|
+
"shape": "Svq"
|
|
10172
10172
|
},
|
|
10173
10173
|
"FailureReason": {},
|
|
10174
10174
|
"Description": {},
|
|
@@ -10185,14 +10185,14 @@
|
|
|
10185
10185
|
"ProjectId": {},
|
|
10186
10186
|
"ProjectDescription": {},
|
|
10187
10187
|
"ServiceCatalogProvisioningDetails": {
|
|
10188
|
-
"shape": "
|
|
10188
|
+
"shape": "Sn0"
|
|
10189
10189
|
},
|
|
10190
10190
|
"ServiceCatalogProvisionedProductDetails": {
|
|
10191
|
-
"shape": "
|
|
10191
|
+
"shape": "Szp"
|
|
10192
10192
|
},
|
|
10193
10193
|
"ProjectStatus": {},
|
|
10194
10194
|
"CreatedBy": {
|
|
10195
|
-
"shape": "
|
|
10195
|
+
"shape": "Ss8"
|
|
10196
10196
|
},
|
|
10197
10197
|
"CreationTime": {
|
|
10198
10198
|
"type": "timestamp"
|
|
@@ -10204,7 +10204,7 @@
|
|
|
10204
10204
|
"type": "timestamp"
|
|
10205
10205
|
},
|
|
10206
10206
|
"LastModifiedBy": {
|
|
10207
|
-
"shape": "
|
|
10207
|
+
"shape": "Ss8"
|
|
10208
10208
|
}
|
|
10209
10209
|
}
|
|
10210
10210
|
},
|
|
@@ -10223,7 +10223,7 @@
|
|
|
10223
10223
|
},
|
|
10224
10224
|
"Description": {},
|
|
10225
10225
|
"Parameters": {
|
|
10226
|
-
"shape": "
|
|
10226
|
+
"shape": "Svw"
|
|
10227
10227
|
}
|
|
10228
10228
|
}
|
|
10229
10229
|
},
|
|
@@ -10233,13 +10233,13 @@
|
|
|
10233
10233
|
"HyperParameterTuningJobName": {},
|
|
10234
10234
|
"HyperParameterTuningJobArn": {},
|
|
10235
10235
|
"HyperParameterTuningJobConfig": {
|
|
10236
|
-
"shape": "
|
|
10236
|
+
"shape": "Sdt"
|
|
10237
10237
|
},
|
|
10238
10238
|
"TrainingJobDefinition": {
|
|
10239
|
-
"shape": "
|
|
10239
|
+
"shape": "Sek"
|
|
10240
10240
|
},
|
|
10241
10241
|
"TrainingJobDefinitions": {
|
|
10242
|
-
"shape": "
|
|
10242
|
+
"shape": "Sf0"
|
|
10243
10243
|
},
|
|
10244
10244
|
"HyperParameterTuningJobStatus": {},
|
|
10245
10245
|
"CreationTime": {
|
|
@@ -10252,29 +10252,29 @@
|
|
|
10252
10252
|
"type": "timestamp"
|
|
10253
10253
|
},
|
|
10254
10254
|
"TrainingJobStatusCounters": {
|
|
10255
|
-
"shape": "
|
|
10255
|
+
"shape": "Swt"
|
|
10256
10256
|
},
|
|
10257
10257
|
"ObjectiveStatusCounters": {
|
|
10258
|
-
"shape": "
|
|
10258
|
+
"shape": "Swv"
|
|
10259
10259
|
},
|
|
10260
10260
|
"BestTrainingJob": {
|
|
10261
|
-
"shape": "
|
|
10261
|
+
"shape": "Swx"
|
|
10262
10262
|
},
|
|
10263
10263
|
"OverallBestTrainingJob": {
|
|
10264
|
-
"shape": "
|
|
10264
|
+
"shape": "Swx"
|
|
10265
10265
|
},
|
|
10266
10266
|
"WarmStartConfig": {
|
|
10267
|
-
"shape": "
|
|
10267
|
+
"shape": "Sf1"
|
|
10268
10268
|
},
|
|
10269
10269
|
"FailureReason": {},
|
|
10270
10270
|
"Tags": {
|
|
10271
10271
|
"shape": "S7"
|
|
10272
10272
|
},
|
|
10273
10273
|
"TuningJobCompletionDetails": {
|
|
10274
|
-
"shape": "
|
|
10274
|
+
"shape": "Sx0"
|
|
10275
10275
|
},
|
|
10276
10276
|
"ConsumedResources": {
|
|
10277
|
-
"shape": "
|
|
10277
|
+
"shape": "Sx1"
|
|
10278
10278
|
}
|
|
10279
10279
|
}
|
|
10280
10280
|
},
|
|
@@ -10286,13 +10286,13 @@
|
|
|
10286
10286
|
"members": {
|
|
10287
10287
|
"ModelName": {},
|
|
10288
10288
|
"PrimaryContainer": {
|
|
10289
|
-
"shape": "
|
|
10289
|
+
"shape": "Sie"
|
|
10290
10290
|
},
|
|
10291
10291
|
"Containers": {
|
|
10292
|
-
"shape": "
|
|
10292
|
+
"shape": "Sin"
|
|
10293
10293
|
},
|
|
10294
10294
|
"InferenceExecutionConfig": {
|
|
10295
|
-
"shape": "
|
|
10295
|
+
"shape": "Sio"
|
|
10296
10296
|
},
|
|
10297
10297
|
"ExecutionRoleArn": {},
|
|
10298
10298
|
"VpcConfig": {
|
|
@@ -10335,7 +10335,7 @@
|
|
|
10335
10335
|
}
|
|
10336
10336
|
},
|
|
10337
10337
|
"LastBatchTransformJob": {
|
|
10338
|
-
"shape": "
|
|
10338
|
+
"shape": "S1et"
|
|
10339
10339
|
},
|
|
10340
10340
|
"MonitoringSchedules": {
|
|
10341
10341
|
"type": "list",
|
|
@@ -10354,14 +10354,14 @@
|
|
|
10354
10354
|
"type": "timestamp"
|
|
10355
10355
|
},
|
|
10356
10356
|
"MonitoringScheduleConfig": {
|
|
10357
|
-
"shape": "
|
|
10357
|
+
"shape": "Skd"
|
|
10358
10358
|
},
|
|
10359
10359
|
"EndpointName": {},
|
|
10360
10360
|
"MonitoringAlertSummaries": {
|
|
10361
|
-
"shape": "
|
|
10361
|
+
"shape": "S19g"
|
|
10362
10362
|
},
|
|
10363
10363
|
"LastMonitoringExecutionSummary": {
|
|
10364
|
-
"shape": "
|
|
10364
|
+
"shape": "Syx"
|
|
10365
10365
|
}
|
|
10366
10366
|
}
|
|
10367
10367
|
}
|
|
@@ -10376,19 +10376,19 @@
|
|
|
10376
10376
|
},
|
|
10377
10377
|
"ModelCardStatus": {},
|
|
10378
10378
|
"SecurityConfig": {
|
|
10379
|
-
"shape": "
|
|
10379
|
+
"shape": "Siy"
|
|
10380
10380
|
},
|
|
10381
10381
|
"CreationTime": {
|
|
10382
10382
|
"type": "timestamp"
|
|
10383
10383
|
},
|
|
10384
10384
|
"CreatedBy": {
|
|
10385
|
-
"shape": "
|
|
10385
|
+
"shape": "Ss8"
|
|
10386
10386
|
},
|
|
10387
10387
|
"LastModifiedTime": {
|
|
10388
10388
|
"type": "timestamp"
|
|
10389
10389
|
},
|
|
10390
10390
|
"LastModifiedBy": {
|
|
10391
|
-
"shape": "
|
|
10391
|
+
"shape": "Ss8"
|
|
10392
10392
|
},
|
|
10393
10393
|
"Tags": {
|
|
10394
10394
|
"shape": "S7"
|
|
@@ -10408,23 +10408,23 @@
|
|
|
10408
10408
|
"type": "integer"
|
|
10409
10409
|
},
|
|
10410
10410
|
"Content": {
|
|
10411
|
-
"shape": "
|
|
10411
|
+
"shape": "Siz"
|
|
10412
10412
|
},
|
|
10413
10413
|
"ModelCardStatus": {},
|
|
10414
10414
|
"SecurityConfig": {
|
|
10415
|
-
"shape": "
|
|
10415
|
+
"shape": "Siy"
|
|
10416
10416
|
},
|
|
10417
10417
|
"CreationTime": {
|
|
10418
10418
|
"type": "timestamp"
|
|
10419
10419
|
},
|
|
10420
10420
|
"CreatedBy": {
|
|
10421
|
-
"shape": "
|
|
10421
|
+
"shape": "Ss8"
|
|
10422
10422
|
},
|
|
10423
10423
|
"LastModifiedTime": {
|
|
10424
10424
|
"type": "timestamp"
|
|
10425
10425
|
},
|
|
10426
10426
|
"LastModifiedBy": {
|
|
10427
|
-
"shape": "
|
|
10427
|
+
"shape": "Ss8"
|
|
10428
10428
|
},
|
|
10429
10429
|
"Tags": {
|
|
10430
10430
|
"shape": "S7"
|
|
@@ -10470,7 +10470,7 @@
|
|
|
10470
10470
|
"members": {
|
|
10471
10471
|
"CallbackToken": {},
|
|
10472
10472
|
"OutputParameters": {
|
|
10473
|
-
"shape": "
|
|
10473
|
+
"shape": "S1av"
|
|
10474
10474
|
},
|
|
10475
10475
|
"ClientRequestToken": {
|
|
10476
10476
|
"idempotencyToken": true
|
|
@@ -10550,14 +10550,14 @@
|
|
|
10550
10550
|
"PipelineName": {},
|
|
10551
10551
|
"PipelineExecutionDisplayName": {},
|
|
10552
10552
|
"PipelineParameters": {
|
|
10553
|
-
"shape": "
|
|
10553
|
+
"shape": "S1bb"
|
|
10554
10554
|
},
|
|
10555
10555
|
"PipelineExecutionDescription": {},
|
|
10556
10556
|
"ClientRequestToken": {
|
|
10557
10557
|
"idempotencyToken": true
|
|
10558
10558
|
},
|
|
10559
10559
|
"ParallelismConfiguration": {
|
|
10560
|
-
"shape": "
|
|
10560
|
+
"shape": "Slj"
|
|
10561
10561
|
}
|
|
10562
10562
|
}
|
|
10563
10563
|
},
|
|
@@ -10640,7 +10640,7 @@
|
|
|
10640
10640
|
"value": {}
|
|
10641
10641
|
},
|
|
10642
10642
|
"DesiredModelVariants": {
|
|
10643
|
-
"shape": "
|
|
10643
|
+
"shape": "Sfu"
|
|
10644
10644
|
},
|
|
10645
10645
|
"DesiredState": {},
|
|
10646
10646
|
"Reason": {}
|
|
@@ -10768,7 +10768,7 @@
|
|
|
10768
10768
|
"shape": "S1o"
|
|
10769
10769
|
},
|
|
10770
10770
|
"PropertiesToRemove": {
|
|
10771
|
-
"shape": "
|
|
10771
|
+
"shape": "S1ga"
|
|
10772
10772
|
}
|
|
10773
10773
|
}
|
|
10774
10774
|
},
|
|
@@ -10812,7 +10812,7 @@
|
|
|
10812
10812
|
"shape": "S1o"
|
|
10813
10813
|
},
|
|
10814
10814
|
"PropertiesToRemove": {
|
|
10815
|
-
"shape": "
|
|
10815
|
+
"shape": "S1ga"
|
|
10816
10816
|
}
|
|
10817
10817
|
}
|
|
10818
10818
|
},
|
|
@@ -10862,7 +10862,7 @@
|
|
|
10862
10862
|
"shape": "S1o"
|
|
10863
10863
|
},
|
|
10864
10864
|
"PropertiesToRemove": {
|
|
10865
|
-
"shape": "
|
|
10865
|
+
"shape": "S1ga"
|
|
10866
10866
|
}
|
|
10867
10867
|
}
|
|
10868
10868
|
},
|
|
@@ -10903,7 +10903,7 @@
|
|
|
10903
10903
|
"members": {
|
|
10904
10904
|
"DeviceFleetName": {},
|
|
10905
10905
|
"Devices": {
|
|
10906
|
-
"shape": "
|
|
10906
|
+
"shape": "S1dx"
|
|
10907
10907
|
}
|
|
10908
10908
|
}
|
|
10909
10909
|
}
|
|
@@ -11067,7 +11067,7 @@
|
|
|
11067
11067
|
"FeatureAdditions": {
|
|
11068
11068
|
"type": "list",
|
|
11069
11069
|
"member": {
|
|
11070
|
-
"shape": "
|
|
11070
|
+
"shape": "Sc9"
|
|
11071
11071
|
}
|
|
11072
11072
|
}
|
|
11073
11073
|
}
|
|
@@ -11096,7 +11096,7 @@
|
|
|
11096
11096
|
"ParameterAdditions": {
|
|
11097
11097
|
"type": "list",
|
|
11098
11098
|
"member": {
|
|
11099
|
-
"shape": "
|
|
11099
|
+
"shape": "Svx"
|
|
11100
11100
|
}
|
|
11101
11101
|
},
|
|
11102
11102
|
"ParameterRemovals": {
|
|
@@ -11117,7 +11117,7 @@
|
|
|
11117
11117
|
"HubDescription": {},
|
|
11118
11118
|
"HubDisplayName": {},
|
|
11119
11119
|
"HubSearchKeywords": {
|
|
11120
|
-
"shape": "
|
|
11120
|
+
"shape": "Sdg"
|
|
11121
11121
|
}
|
|
11122
11122
|
}
|
|
11123
11123
|
},
|
|
@@ -11168,10 +11168,10 @@
|
|
|
11168
11168
|
"type": "integer"
|
|
11169
11169
|
},
|
|
11170
11170
|
"AliasesToAdd": {
|
|
11171
|
-
"shape": "
|
|
11171
|
+
"shape": "Sfe"
|
|
11172
11172
|
},
|
|
11173
11173
|
"AliasesToDelete": {
|
|
11174
|
-
"shape": "
|
|
11174
|
+
"shape": "Sfe"
|
|
11175
11175
|
},
|
|
11176
11176
|
"VendorGuidance": {},
|
|
11177
11177
|
"JobType": {},
|
|
@@ -11200,17 +11200,17 @@
|
|
|
11200
11200
|
"members": {
|
|
11201
11201
|
"Name": {},
|
|
11202
11202
|
"Schedule": {
|
|
11203
|
-
"shape": "
|
|
11203
|
+
"shape": "Sfr"
|
|
11204
11204
|
},
|
|
11205
11205
|
"Description": {},
|
|
11206
11206
|
"ModelVariants": {
|
|
11207
|
-
"shape": "
|
|
11207
|
+
"shape": "Sfu"
|
|
11208
11208
|
},
|
|
11209
11209
|
"DataStorageConfig": {
|
|
11210
|
-
"shape": "
|
|
11210
|
+
"shape": "Sg2"
|
|
11211
11211
|
},
|
|
11212
11212
|
"ShadowModeConfig": {
|
|
11213
|
-
"shape": "
|
|
11213
|
+
"shape": "Sg3"
|
|
11214
11214
|
}
|
|
11215
11215
|
}
|
|
11216
11216
|
},
|
|
@@ -11233,7 +11233,7 @@
|
|
|
11233
11233
|
"members": {
|
|
11234
11234
|
"ModelCardName": {},
|
|
11235
11235
|
"Content": {
|
|
11236
|
-
"shape": "
|
|
11236
|
+
"shape": "Siz"
|
|
11237
11237
|
},
|
|
11238
11238
|
"ModelCardStatus": {}
|
|
11239
11239
|
}
|
|
@@ -11259,14 +11259,14 @@
|
|
|
11259
11259
|
"ModelApprovalStatus": {},
|
|
11260
11260
|
"ApprovalDescription": {},
|
|
11261
11261
|
"CustomerMetadataProperties": {
|
|
11262
|
-
"shape": "
|
|
11262
|
+
"shape": "Sjq"
|
|
11263
11263
|
},
|
|
11264
11264
|
"CustomerMetadataPropertiesToRemove": {
|
|
11265
11265
|
"type": "list",
|
|
11266
11266
|
"member": {}
|
|
11267
11267
|
},
|
|
11268
11268
|
"AdditionalInferenceSpecificationsToAdd": {
|
|
11269
|
-
"shape": "
|
|
11269
|
+
"shape": "Sjz"
|
|
11270
11270
|
}
|
|
11271
11271
|
}
|
|
11272
11272
|
},
|
|
@@ -11321,7 +11321,7 @@
|
|
|
11321
11321
|
"members": {
|
|
11322
11322
|
"MonitoringScheduleName": {},
|
|
11323
11323
|
"MonitoringScheduleConfig": {
|
|
11324
|
-
"shape": "
|
|
11324
|
+
"shape": "Skd"
|
|
11325
11325
|
}
|
|
11326
11326
|
}
|
|
11327
11327
|
},
|
|
@@ -11354,10 +11354,10 @@
|
|
|
11354
11354
|
},
|
|
11355
11355
|
"DefaultCodeRepository": {},
|
|
11356
11356
|
"AdditionalCodeRepositories": {
|
|
11357
|
-
"shape": "
|
|
11357
|
+
"shape": "Skx"
|
|
11358
11358
|
},
|
|
11359
11359
|
"AcceleratorTypes": {
|
|
11360
|
-
"shape": "
|
|
11360
|
+
"shape": "Sku"
|
|
11361
11361
|
},
|
|
11362
11362
|
"DisassociateAcceleratorTypes": {
|
|
11363
11363
|
"type": "boolean"
|
|
@@ -11370,7 +11370,7 @@
|
|
|
11370
11370
|
},
|
|
11371
11371
|
"RootAccess": {},
|
|
11372
11372
|
"InstanceMetadataServiceConfiguration": {
|
|
11373
|
-
"shape": "
|
|
11373
|
+
"shape": "Sl0"
|
|
11374
11374
|
}
|
|
11375
11375
|
}
|
|
11376
11376
|
},
|
|
@@ -11388,10 +11388,10 @@
|
|
|
11388
11388
|
"members": {
|
|
11389
11389
|
"NotebookInstanceLifecycleConfigName": {},
|
|
11390
11390
|
"OnCreate": {
|
|
11391
|
-
"shape": "
|
|
11391
|
+
"shape": "Sl5"
|
|
11392
11392
|
},
|
|
11393
11393
|
"OnStart": {
|
|
11394
|
-
"shape": "
|
|
11394
|
+
"shape": "Sl5"
|
|
11395
11395
|
}
|
|
11396
11396
|
}
|
|
11397
11397
|
},
|
|
@@ -11411,12 +11411,12 @@
|
|
|
11411
11411
|
"PipelineDisplayName": {},
|
|
11412
11412
|
"PipelineDefinition": {},
|
|
11413
11413
|
"PipelineDefinitionS3Location": {
|
|
11414
|
-
"shape": "
|
|
11414
|
+
"shape": "Sld"
|
|
11415
11415
|
},
|
|
11416
11416
|
"PipelineDescription": {},
|
|
11417
11417
|
"RoleArn": {},
|
|
11418
11418
|
"ParallelismConfiguration": {
|
|
11419
|
-
"shape": "
|
|
11419
|
+
"shape": "Slj"
|
|
11420
11420
|
}
|
|
11421
11421
|
}
|
|
11422
11422
|
},
|
|
@@ -11438,7 +11438,7 @@
|
|
|
11438
11438
|
"PipelineExecutionDescription": {},
|
|
11439
11439
|
"PipelineExecutionDisplayName": {},
|
|
11440
11440
|
"ParallelismConfiguration": {
|
|
11441
|
-
"shape": "
|
|
11441
|
+
"shape": "Slj"
|
|
11442
11442
|
}
|
|
11443
11443
|
}
|
|
11444
11444
|
},
|
|
@@ -11463,7 +11463,7 @@
|
|
|
11463
11463
|
"members": {
|
|
11464
11464
|
"ProvisioningArtifactId": {},
|
|
11465
11465
|
"ProvisioningParameters": {
|
|
11466
|
-
"shape": "
|
|
11466
|
+
"shape": "Sn2"
|
|
11467
11467
|
}
|
|
11468
11468
|
}
|
|
11469
11469
|
},
|
|
@@ -11493,7 +11493,7 @@
|
|
|
11493
11493
|
"DomainId": {},
|
|
11494
11494
|
"SpaceName": {},
|
|
11495
11495
|
"SpaceSettings": {
|
|
11496
|
-
"shape": "
|
|
11496
|
+
"shape": "Sna"
|
|
11497
11497
|
}
|
|
11498
11498
|
}
|
|
11499
11499
|
},
|
|
@@ -11520,7 +11520,7 @@
|
|
|
11520
11520
|
"type": "long"
|
|
11521
11521
|
},
|
|
11522
11522
|
"ProfilingParameters": {
|
|
11523
|
-
"shape": "
|
|
11523
|
+
"shape": "So8"
|
|
11524
11524
|
},
|
|
11525
11525
|
"DisableProfiler": {
|
|
11526
11526
|
"type": "boolean"
|
|
@@ -11528,7 +11528,7 @@
|
|
|
11528
11528
|
}
|
|
11529
11529
|
},
|
|
11530
11530
|
"ProfilerRuleConfigurations": {
|
|
11531
|
-
"shape": "
|
|
11531
|
+
"shape": "Soa"
|
|
11532
11532
|
},
|
|
11533
11533
|
"ResourceConfig": {
|
|
11534
11534
|
"type": "structure",
|
|
@@ -11581,7 +11581,7 @@
|
|
|
11581
11581
|
"TrialComponentName": {},
|
|
11582
11582
|
"DisplayName": {},
|
|
11583
11583
|
"Status": {
|
|
11584
|
-
"shape": "
|
|
11584
|
+
"shape": "Sov"
|
|
11585
11585
|
},
|
|
11586
11586
|
"StartTime": {
|
|
11587
11587
|
"type": "timestamp"
|
|
@@ -11590,22 +11590,22 @@
|
|
|
11590
11590
|
"type": "timestamp"
|
|
11591
11591
|
},
|
|
11592
11592
|
"Parameters": {
|
|
11593
|
-
"shape": "
|
|
11593
|
+
"shape": "Soy"
|
|
11594
11594
|
},
|
|
11595
11595
|
"ParametersToRemove": {
|
|
11596
|
-
"shape": "
|
|
11596
|
+
"shape": "S1if"
|
|
11597
11597
|
},
|
|
11598
11598
|
"InputArtifacts": {
|
|
11599
|
-
"shape": "
|
|
11599
|
+
"shape": "Sp2"
|
|
11600
11600
|
},
|
|
11601
11601
|
"InputArtifactsToRemove": {
|
|
11602
|
-
"shape": "
|
|
11602
|
+
"shape": "S1if"
|
|
11603
11603
|
},
|
|
11604
11604
|
"OutputArtifacts": {
|
|
11605
|
-
"shape": "
|
|
11605
|
+
"shape": "Sp2"
|
|
11606
11606
|
},
|
|
11607
11607
|
"OutputArtifactsToRemove": {
|
|
11608
|
-
"shape": "
|
|
11608
|
+
"shape": "S1if"
|
|
11609
11609
|
}
|
|
11610
11610
|
}
|
|
11611
11611
|
},
|
|
@@ -11647,13 +11647,13 @@
|
|
|
11647
11647
|
"members": {
|
|
11648
11648
|
"WorkforceName": {},
|
|
11649
11649
|
"SourceIpConfig": {
|
|
11650
|
-
"shape": "
|
|
11650
|
+
"shape": "Spj"
|
|
11651
11651
|
},
|
|
11652
11652
|
"OidcConfig": {
|
|
11653
|
-
"shape": "
|
|
11653
|
+
"shape": "Spg"
|
|
11654
11654
|
},
|
|
11655
11655
|
"WorkforceVpcConfig": {
|
|
11656
|
-
"shape": "
|
|
11656
|
+
"shape": "Spn"
|
|
11657
11657
|
}
|
|
11658
11658
|
}
|
|
11659
11659
|
},
|
|
@@ -11664,7 +11664,7 @@
|
|
|
11664
11664
|
],
|
|
11665
11665
|
"members": {
|
|
11666
11666
|
"Workforce": {
|
|
11667
|
-
"shape": "
|
|
11667
|
+
"shape": "S116"
|
|
11668
11668
|
}
|
|
11669
11669
|
}
|
|
11670
11670
|
}
|
|
@@ -11678,11 +11678,11 @@
|
|
|
11678
11678
|
"members": {
|
|
11679
11679
|
"WorkteamName": {},
|
|
11680
11680
|
"MemberDefinitions": {
|
|
11681
|
-
"shape": "
|
|
11681
|
+
"shape": "Spx"
|
|
11682
11682
|
},
|
|
11683
11683
|
"Description": {},
|
|
11684
11684
|
"NotificationConfiguration": {
|
|
11685
|
-
"shape": "
|
|
11685
|
+
"shape": "Sq5"
|
|
11686
11686
|
}
|
|
11687
11687
|
}
|
|
11688
11688
|
},
|
|
@@ -11693,7 +11693,7 @@
|
|
|
11693
11693
|
],
|
|
11694
11694
|
"members": {
|
|
11695
11695
|
"Workteam": {
|
|
11696
|
-
"shape": "
|
|
11696
|
+
"shape": "S11e"
|
|
11697
11697
|
}
|
|
11698
11698
|
}
|
|
11699
11699
|
}
|
|
@@ -13092,6 +13092,9 @@
|
|
|
13092
13092
|
},
|
|
13093
13093
|
"ContainerStartupHealthCheckTimeoutInSeconds": {
|
|
13094
13094
|
"type": "integer"
|
|
13095
|
+
},
|
|
13096
|
+
"EnableSSMAccess": {
|
|
13097
|
+
"type": "boolean"
|
|
13095
13098
|
}
|
|
13096
13099
|
}
|
|
13097
13100
|
}
|
|
@@ -13111,7 +13114,7 @@
|
|
|
13111
13114
|
}
|
|
13112
13115
|
}
|
|
13113
13116
|
},
|
|
13114
|
-
"
|
|
13117
|
+
"Sas": {
|
|
13115
13118
|
"type": "structure",
|
|
13116
13119
|
"required": [
|
|
13117
13120
|
"InitialSamplingPercentage",
|
|
@@ -13140,11 +13143,11 @@
|
|
|
13140
13143
|
}
|
|
13141
13144
|
},
|
|
13142
13145
|
"CaptureContentTypeHeader": {
|
|
13143
|
-
"shape": "
|
|
13146
|
+
"shape": "Say"
|
|
13144
13147
|
}
|
|
13145
13148
|
}
|
|
13146
13149
|
},
|
|
13147
|
-
"
|
|
13150
|
+
"Say": {
|
|
13148
13151
|
"type": "structure",
|
|
13149
13152
|
"members": {
|
|
13150
13153
|
"CsvContentTypes": {
|
|
@@ -13157,7 +13160,7 @@
|
|
|
13157
13160
|
}
|
|
13158
13161
|
}
|
|
13159
13162
|
},
|
|
13160
|
-
"
|
|
13163
|
+
"Sb3": {
|
|
13161
13164
|
"type": "structure",
|
|
13162
13165
|
"required": [
|
|
13163
13166
|
"OutputConfig"
|
|
@@ -13190,7 +13193,7 @@
|
|
|
13190
13193
|
}
|
|
13191
13194
|
}
|
|
13192
13195
|
},
|
|
13193
|
-
"
|
|
13196
|
+
"Sb9": {
|
|
13194
13197
|
"type": "structure",
|
|
13195
13198
|
"members": {
|
|
13196
13199
|
"ClarifyExplainerConfig": {
|
|
@@ -13273,20 +13276,20 @@
|
|
|
13273
13276
|
}
|
|
13274
13277
|
}
|
|
13275
13278
|
},
|
|
13276
|
-
"
|
|
13279
|
+
"Sc8": {
|
|
13277
13280
|
"type": "list",
|
|
13278
13281
|
"member": {
|
|
13279
|
-
"shape": "
|
|
13282
|
+
"shape": "Sc9"
|
|
13280
13283
|
}
|
|
13281
13284
|
},
|
|
13282
|
-
"
|
|
13285
|
+
"Sc9": {
|
|
13283
13286
|
"type": "structure",
|
|
13284
13287
|
"members": {
|
|
13285
13288
|
"FeatureName": {},
|
|
13286
13289
|
"FeatureType": {}
|
|
13287
13290
|
}
|
|
13288
13291
|
},
|
|
13289
|
-
"
|
|
13292
|
+
"Scb": {
|
|
13290
13293
|
"type": "structure",
|
|
13291
13294
|
"members": {
|
|
13292
13295
|
"SecurityConfig": {
|
|
@@ -13300,7 +13303,7 @@
|
|
|
13300
13303
|
}
|
|
13301
13304
|
}
|
|
13302
13305
|
},
|
|
13303
|
-
"
|
|
13306
|
+
"Scd": {
|
|
13304
13307
|
"type": "structure",
|
|
13305
13308
|
"required": [
|
|
13306
13309
|
"S3StorageConfig"
|
|
@@ -13336,7 +13339,7 @@
|
|
|
13336
13339
|
"TableFormat": {}
|
|
13337
13340
|
}
|
|
13338
13341
|
},
|
|
13339
|
-
"
|
|
13342
|
+
"Scp": {
|
|
13340
13343
|
"type": "structure",
|
|
13341
13344
|
"required": [
|
|
13342
13345
|
"AwsManagedHumanLoopRequestSource"
|
|
@@ -13345,7 +13348,7 @@
|
|
|
13345
13348
|
"AwsManagedHumanLoopRequestSource": {}
|
|
13346
13349
|
}
|
|
13347
13350
|
},
|
|
13348
|
-
"
|
|
13351
|
+
"Scr": {
|
|
13349
13352
|
"type": "structure",
|
|
13350
13353
|
"required": [
|
|
13351
13354
|
"HumanLoopActivationConditionsConfig"
|
|
@@ -13364,7 +13367,7 @@
|
|
|
13364
13367
|
}
|
|
13365
13368
|
}
|
|
13366
13369
|
},
|
|
13367
|
-
"
|
|
13370
|
+
"Scu": {
|
|
13368
13371
|
"type": "structure",
|
|
13369
13372
|
"required": [
|
|
13370
13373
|
"WorkteamArn",
|
|
@@ -13392,11 +13395,11 @@
|
|
|
13392
13395
|
"member": {}
|
|
13393
13396
|
},
|
|
13394
13397
|
"PublicWorkforceTaskPrice": {
|
|
13395
|
-
"shape": "
|
|
13398
|
+
"shape": "Sd4"
|
|
13396
13399
|
}
|
|
13397
13400
|
}
|
|
13398
13401
|
},
|
|
13399
|
-
"
|
|
13402
|
+
"Sd4": {
|
|
13400
13403
|
"type": "structure",
|
|
13401
13404
|
"members": {
|
|
13402
13405
|
"AmountInUsd": {
|
|
@@ -13415,7 +13418,7 @@
|
|
|
13415
13418
|
}
|
|
13416
13419
|
}
|
|
13417
13420
|
},
|
|
13418
|
-
"
|
|
13421
|
+
"Sd9": {
|
|
13419
13422
|
"type": "structure",
|
|
13420
13423
|
"required": [
|
|
13421
13424
|
"S3OutputPath"
|
|
@@ -13425,17 +13428,17 @@
|
|
|
13425
13428
|
"KmsKeyId": {}
|
|
13426
13429
|
}
|
|
13427
13430
|
},
|
|
13428
|
-
"
|
|
13431
|
+
"Sdg": {
|
|
13429
13432
|
"type": "list",
|
|
13430
13433
|
"member": {}
|
|
13431
13434
|
},
|
|
13432
|
-
"
|
|
13435
|
+
"Sdi": {
|
|
13433
13436
|
"type": "structure",
|
|
13434
13437
|
"members": {
|
|
13435
13438
|
"S3OutputPath": {}
|
|
13436
13439
|
}
|
|
13437
13440
|
},
|
|
13438
|
-
"
|
|
13441
|
+
"Sdo": {
|
|
13439
13442
|
"type": "structure",
|
|
13440
13443
|
"required": [
|
|
13441
13444
|
"Content"
|
|
@@ -13444,7 +13447,7 @@
|
|
|
13444
13447
|
"Content": {}
|
|
13445
13448
|
}
|
|
13446
13449
|
},
|
|
13447
|
-
"
|
|
13450
|
+
"Sdt": {
|
|
13448
13451
|
"type": "structure",
|
|
13449
13452
|
"required": [
|
|
13450
13453
|
"Strategy",
|
|
@@ -13472,10 +13475,10 @@
|
|
|
13472
13475
|
"shape": "S2m"
|
|
13473
13476
|
},
|
|
13474
13477
|
"ResourceLimits": {
|
|
13475
|
-
"shape": "
|
|
13478
|
+
"shape": "Sdz"
|
|
13476
13479
|
},
|
|
13477
13480
|
"ParameterRanges": {
|
|
13478
|
-
"shape": "
|
|
13481
|
+
"shape": "Se3"
|
|
13479
13482
|
},
|
|
13480
13483
|
"TrainingJobEarlyStoppingType": {},
|
|
13481
13484
|
"TuningJobCompletionCriteria": {
|
|
@@ -13505,7 +13508,7 @@
|
|
|
13505
13508
|
}
|
|
13506
13509
|
}
|
|
13507
13510
|
},
|
|
13508
|
-
"
|
|
13511
|
+
"Sdz": {
|
|
13509
13512
|
"type": "structure",
|
|
13510
13513
|
"required": [
|
|
13511
13514
|
"MaxParallelTrainingJobs"
|
|
@@ -13522,7 +13525,7 @@
|
|
|
13522
13525
|
}
|
|
13523
13526
|
}
|
|
13524
13527
|
},
|
|
13525
|
-
"
|
|
13528
|
+
"Se3": {
|
|
13526
13529
|
"type": "structure",
|
|
13527
13530
|
"members": {
|
|
13528
13531
|
"IntegerParameterRanges": {
|
|
@@ -13577,7 +13580,7 @@
|
|
|
13577
13580
|
}
|
|
13578
13581
|
}
|
|
13579
13582
|
},
|
|
13580
|
-
"
|
|
13583
|
+
"Sek": {
|
|
13581
13584
|
"type": "structure",
|
|
13582
13585
|
"required": [
|
|
13583
13586
|
"AlgorithmSpecification",
|
|
@@ -13591,7 +13594,7 @@
|
|
|
13591
13594
|
"shape": "S2m"
|
|
13592
13595
|
},
|
|
13593
13596
|
"HyperParameterRanges": {
|
|
13594
|
-
"shape": "
|
|
13597
|
+
"shape": "Se3"
|
|
13595
13598
|
},
|
|
13596
13599
|
"StaticHyperParameters": {
|
|
13597
13600
|
"shape": "S2t"
|
|
@@ -13636,10 +13639,10 @@
|
|
|
13636
13639
|
"type": "boolean"
|
|
13637
13640
|
},
|
|
13638
13641
|
"CheckpointConfig": {
|
|
13639
|
-
"shape": "
|
|
13642
|
+
"shape": "Sep"
|
|
13640
13643
|
},
|
|
13641
13644
|
"RetryStrategy": {
|
|
13642
|
-
"shape": "
|
|
13645
|
+
"shape": "Seq"
|
|
13643
13646
|
},
|
|
13644
13647
|
"HyperParameterTuningResourceConfig": {
|
|
13645
13648
|
"type": "structure",
|
|
@@ -13682,7 +13685,7 @@
|
|
|
13682
13685
|
}
|
|
13683
13686
|
}
|
|
13684
13687
|
},
|
|
13685
|
-
"
|
|
13688
|
+
"Sep": {
|
|
13686
13689
|
"type": "structure",
|
|
13687
13690
|
"required": [
|
|
13688
13691
|
"S3Uri"
|
|
@@ -13692,7 +13695,7 @@
|
|
|
13692
13695
|
"LocalPath": {}
|
|
13693
13696
|
}
|
|
13694
13697
|
},
|
|
13695
|
-
"
|
|
13698
|
+
"Seq": {
|
|
13696
13699
|
"type": "structure",
|
|
13697
13700
|
"required": [
|
|
13698
13701
|
"MaximumRetryAttempts"
|
|
@@ -13703,13 +13706,13 @@
|
|
|
13703
13706
|
}
|
|
13704
13707
|
}
|
|
13705
13708
|
},
|
|
13706
|
-
"
|
|
13709
|
+
"Sf0": {
|
|
13707
13710
|
"type": "list",
|
|
13708
13711
|
"member": {
|
|
13709
|
-
"shape": "
|
|
13712
|
+
"shape": "Sek"
|
|
13710
13713
|
}
|
|
13711
13714
|
},
|
|
13712
|
-
"
|
|
13715
|
+
"Sf1": {
|
|
13713
13716
|
"type": "structure",
|
|
13714
13717
|
"required": [
|
|
13715
13718
|
"ParentHyperParameterTuningJobs",
|
|
@@ -13728,11 +13731,11 @@
|
|
|
13728
13731
|
"WarmStartType": {}
|
|
13729
13732
|
}
|
|
13730
13733
|
},
|
|
13731
|
-
"
|
|
13734
|
+
"Sfe": {
|
|
13732
13735
|
"type": "list",
|
|
13733
13736
|
"member": {}
|
|
13734
13737
|
},
|
|
13735
|
-
"
|
|
13738
|
+
"Sfr": {
|
|
13736
13739
|
"type": "structure",
|
|
13737
13740
|
"members": {
|
|
13738
13741
|
"StartTime": {
|
|
@@ -13743,7 +13746,7 @@
|
|
|
13743
13746
|
}
|
|
13744
13747
|
}
|
|
13745
13748
|
},
|
|
13746
|
-
"
|
|
13749
|
+
"Sfu": {
|
|
13747
13750
|
"type": "list",
|
|
13748
13751
|
"member": {
|
|
13749
13752
|
"type": "structure",
|
|
@@ -13756,12 +13759,12 @@
|
|
|
13756
13759
|
"ModelName": {},
|
|
13757
13760
|
"VariantName": {},
|
|
13758
13761
|
"InfrastructureConfig": {
|
|
13759
|
-
"shape": "
|
|
13762
|
+
"shape": "Sfx"
|
|
13760
13763
|
}
|
|
13761
13764
|
}
|
|
13762
13765
|
}
|
|
13763
13766
|
},
|
|
13764
|
-
"
|
|
13767
|
+
"Sfx": {
|
|
13765
13768
|
"type": "structure",
|
|
13766
13769
|
"required": [
|
|
13767
13770
|
"InfrastructureType",
|
|
@@ -13784,7 +13787,7 @@
|
|
|
13784
13787
|
}
|
|
13785
13788
|
}
|
|
13786
13789
|
},
|
|
13787
|
-
"
|
|
13790
|
+
"Sg2": {
|
|
13788
13791
|
"type": "structure",
|
|
13789
13792
|
"required": [
|
|
13790
13793
|
"Destination"
|
|
@@ -13793,11 +13796,11 @@
|
|
|
13793
13796
|
"Destination": {},
|
|
13794
13797
|
"KmsKey": {},
|
|
13795
13798
|
"ContentType": {
|
|
13796
|
-
"shape": "
|
|
13799
|
+
"shape": "Say"
|
|
13797
13800
|
}
|
|
13798
13801
|
}
|
|
13799
13802
|
},
|
|
13800
|
-
"
|
|
13803
|
+
"Sg3": {
|
|
13801
13804
|
"type": "structure",
|
|
13802
13805
|
"required": [
|
|
13803
13806
|
"SourceModelVariantName",
|
|
@@ -13823,7 +13826,7 @@
|
|
|
13823
13826
|
}
|
|
13824
13827
|
}
|
|
13825
13828
|
},
|
|
13826
|
-
"
|
|
13829
|
+
"Sgb": {
|
|
13827
13830
|
"type": "structure",
|
|
13828
13831
|
"members": {
|
|
13829
13832
|
"ModelPackageVersionArn": {},
|
|
@@ -13928,7 +13931,7 @@
|
|
|
13928
13931
|
"Endpoints": {
|
|
13929
13932
|
"type": "list",
|
|
13930
13933
|
"member": {
|
|
13931
|
-
"shape": "
|
|
13934
|
+
"shape": "Sh2"
|
|
13932
13935
|
}
|
|
13933
13936
|
},
|
|
13934
13937
|
"VpcConfig": {
|
|
@@ -13951,7 +13954,7 @@
|
|
|
13951
13954
|
"ModelName": {}
|
|
13952
13955
|
}
|
|
13953
13956
|
},
|
|
13954
|
-
"
|
|
13957
|
+
"Sh2": {
|
|
13955
13958
|
"type": "structure",
|
|
13956
13959
|
"required": [
|
|
13957
13960
|
"EndpointName"
|
|
@@ -13960,7 +13963,7 @@
|
|
|
13960
13963
|
"EndpointName": {}
|
|
13961
13964
|
}
|
|
13962
13965
|
},
|
|
13963
|
-
"
|
|
13966
|
+
"Sh9": {
|
|
13964
13967
|
"type": "structure",
|
|
13965
13968
|
"members": {
|
|
13966
13969
|
"MaxInvocations": {
|
|
@@ -13980,7 +13983,7 @@
|
|
|
13980
13983
|
}
|
|
13981
13984
|
}
|
|
13982
13985
|
},
|
|
13983
|
-
"
|
|
13986
|
+
"Shk": {
|
|
13984
13987
|
"type": "structure",
|
|
13985
13988
|
"required": [
|
|
13986
13989
|
"DataSource"
|
|
@@ -14020,7 +14023,7 @@
|
|
|
14020
14023
|
}
|
|
14021
14024
|
}
|
|
14022
14025
|
},
|
|
14023
|
-
"
|
|
14026
|
+
"Shr": {
|
|
14024
14027
|
"type": "structure",
|
|
14025
14028
|
"required": [
|
|
14026
14029
|
"S3OutputPath"
|
|
@@ -14031,7 +14034,7 @@
|
|
|
14031
14034
|
"SnsTopicArn": {}
|
|
14032
14035
|
}
|
|
14033
14036
|
},
|
|
14034
|
-
"
|
|
14037
|
+
"Shs": {
|
|
14035
14038
|
"type": "structure",
|
|
14036
14039
|
"members": {
|
|
14037
14040
|
"MaxHumanLabeledObjectCount": {
|
|
@@ -14042,7 +14045,7 @@
|
|
|
14042
14045
|
}
|
|
14043
14046
|
}
|
|
14044
14047
|
},
|
|
14045
|
-
"
|
|
14048
|
+
"Shv": {
|
|
14046
14049
|
"type": "structure",
|
|
14047
14050
|
"required": [
|
|
14048
14051
|
"LabelingJobAlgorithmSpecificationArn"
|
|
@@ -14061,7 +14064,7 @@
|
|
|
14061
14064
|
}
|
|
14062
14065
|
}
|
|
14063
14066
|
},
|
|
14064
|
-
"
|
|
14067
|
+
"Shz": {
|
|
14065
14068
|
"type": "structure",
|
|
14066
14069
|
"required": [
|
|
14067
14070
|
"WorkteamArn",
|
|
@@ -14111,11 +14114,11 @@
|
|
|
14111
14114
|
}
|
|
14112
14115
|
},
|
|
14113
14116
|
"PublicWorkforceTaskPrice": {
|
|
14114
|
-
"shape": "
|
|
14117
|
+
"shape": "Sd4"
|
|
14115
14118
|
}
|
|
14116
14119
|
}
|
|
14117
14120
|
},
|
|
14118
|
-
"
|
|
14121
|
+
"Sie": {
|
|
14119
14122
|
"type": "structure",
|
|
14120
14123
|
"members": {
|
|
14121
14124
|
"ContainerHostname": {},
|
|
@@ -14153,13 +14156,13 @@
|
|
|
14153
14156
|
}
|
|
14154
14157
|
}
|
|
14155
14158
|
},
|
|
14156
|
-
"
|
|
14159
|
+
"Sin": {
|
|
14157
14160
|
"type": "list",
|
|
14158
14161
|
"member": {
|
|
14159
|
-
"shape": "
|
|
14162
|
+
"shape": "Sie"
|
|
14160
14163
|
}
|
|
14161
14164
|
},
|
|
14162
|
-
"
|
|
14165
|
+
"Sio": {
|
|
14163
14166
|
"type": "structure",
|
|
14164
14167
|
"required": [
|
|
14165
14168
|
"Mode"
|
|
@@ -14168,7 +14171,7 @@
|
|
|
14168
14171
|
"Mode": {}
|
|
14169
14172
|
}
|
|
14170
14173
|
},
|
|
14171
|
-
"
|
|
14174
|
+
"Sis": {
|
|
14172
14175
|
"type": "structure",
|
|
14173
14176
|
"members": {
|
|
14174
14177
|
"BaseliningJobName": {},
|
|
@@ -14177,7 +14180,7 @@
|
|
|
14177
14180
|
}
|
|
14178
14181
|
}
|
|
14179
14182
|
},
|
|
14180
|
-
"
|
|
14183
|
+
"Sit": {
|
|
14181
14184
|
"type": "structure",
|
|
14182
14185
|
"required": [
|
|
14183
14186
|
"ImageUri",
|
|
@@ -14191,7 +14194,7 @@
|
|
|
14191
14194
|
}
|
|
14192
14195
|
}
|
|
14193
14196
|
},
|
|
14194
|
-
"
|
|
14197
|
+
"Siu": {
|
|
14195
14198
|
"type": "structure",
|
|
14196
14199
|
"required": [
|
|
14197
14200
|
"GroundTruthS3Input"
|
|
@@ -14204,27 +14207,27 @@
|
|
|
14204
14207
|
"shape": "S7m"
|
|
14205
14208
|
},
|
|
14206
14209
|
"GroundTruthS3Input": {
|
|
14207
|
-
"shape": "
|
|
14210
|
+
"shape": "Siv"
|
|
14208
14211
|
}
|
|
14209
14212
|
}
|
|
14210
14213
|
},
|
|
14211
|
-
"
|
|
14214
|
+
"Siv": {
|
|
14212
14215
|
"type": "structure",
|
|
14213
14216
|
"members": {
|
|
14214
14217
|
"S3Uri": {}
|
|
14215
14218
|
}
|
|
14216
14219
|
},
|
|
14217
|
-
"
|
|
14220
|
+
"Siy": {
|
|
14218
14221
|
"type": "structure",
|
|
14219
14222
|
"members": {
|
|
14220
14223
|
"KmsKeyId": {}
|
|
14221
14224
|
}
|
|
14222
14225
|
},
|
|
14223
|
-
"
|
|
14226
|
+
"Siz": {
|
|
14224
14227
|
"type": "string",
|
|
14225
14228
|
"sensitive": true
|
|
14226
14229
|
},
|
|
14227
|
-
"
|
|
14230
|
+
"Sj4": {
|
|
14228
14231
|
"type": "structure",
|
|
14229
14232
|
"required": [
|
|
14230
14233
|
"S3OutputPath"
|
|
@@ -14233,7 +14236,7 @@
|
|
|
14233
14236
|
"S3OutputPath": {}
|
|
14234
14237
|
}
|
|
14235
14238
|
},
|
|
14236
|
-
"
|
|
14239
|
+
"Sj8": {
|
|
14237
14240
|
"type": "structure",
|
|
14238
14241
|
"members": {
|
|
14239
14242
|
"BaseliningJobName": {},
|
|
@@ -14242,7 +14245,7 @@
|
|
|
14242
14245
|
}
|
|
14243
14246
|
}
|
|
14244
14247
|
},
|
|
14245
|
-
"
|
|
14248
|
+
"Sj9": {
|
|
14246
14249
|
"type": "structure",
|
|
14247
14250
|
"required": [
|
|
14248
14251
|
"ImageUri",
|
|
@@ -14256,7 +14259,7 @@
|
|
|
14256
14259
|
}
|
|
14257
14260
|
}
|
|
14258
14261
|
},
|
|
14259
|
-
"
|
|
14262
|
+
"Sja": {
|
|
14260
14263
|
"type": "structure",
|
|
14261
14264
|
"members": {
|
|
14262
14265
|
"EndpointInput": {
|
|
@@ -14267,7 +14270,7 @@
|
|
|
14267
14270
|
}
|
|
14268
14271
|
}
|
|
14269
14272
|
},
|
|
14270
|
-
"
|
|
14273
|
+
"Sjd": {
|
|
14271
14274
|
"type": "structure",
|
|
14272
14275
|
"required": [
|
|
14273
14276
|
"ValidationRole",
|
|
@@ -14293,7 +14296,7 @@
|
|
|
14293
14296
|
}
|
|
14294
14297
|
}
|
|
14295
14298
|
},
|
|
14296
|
-
"
|
|
14299
|
+
"Sjg": {
|
|
14297
14300
|
"type": "structure",
|
|
14298
14301
|
"required": [
|
|
14299
14302
|
"SourceAlgorithms"
|
|
@@ -14314,17 +14317,17 @@
|
|
|
14314
14317
|
}
|
|
14315
14318
|
}
|
|
14316
14319
|
},
|
|
14317
|
-
"
|
|
14320
|
+
"Sjj": {
|
|
14318
14321
|
"type": "structure",
|
|
14319
14322
|
"members": {
|
|
14320
14323
|
"ModelQuality": {
|
|
14321
14324
|
"type": "structure",
|
|
14322
14325
|
"members": {
|
|
14323
14326
|
"Statistics": {
|
|
14324
|
-
"shape": "
|
|
14327
|
+
"shape": "Sjl"
|
|
14325
14328
|
},
|
|
14326
14329
|
"Constraints": {
|
|
14327
|
-
"shape": "
|
|
14330
|
+
"shape": "Sjl"
|
|
14328
14331
|
}
|
|
14329
14332
|
}
|
|
14330
14333
|
},
|
|
@@ -14332,10 +14335,10 @@
|
|
|
14332
14335
|
"type": "structure",
|
|
14333
14336
|
"members": {
|
|
14334
14337
|
"Statistics": {
|
|
14335
|
-
"shape": "
|
|
14338
|
+
"shape": "Sjl"
|
|
14336
14339
|
},
|
|
14337
14340
|
"Constraints": {
|
|
14338
|
-
"shape": "
|
|
14341
|
+
"shape": "Sjl"
|
|
14339
14342
|
}
|
|
14340
14343
|
}
|
|
14341
14344
|
},
|
|
@@ -14343,13 +14346,13 @@
|
|
|
14343
14346
|
"type": "structure",
|
|
14344
14347
|
"members": {
|
|
14345
14348
|
"Report": {
|
|
14346
|
-
"shape": "
|
|
14349
|
+
"shape": "Sjl"
|
|
14347
14350
|
},
|
|
14348
14351
|
"PreTrainingReport": {
|
|
14349
|
-
"shape": "
|
|
14352
|
+
"shape": "Sjl"
|
|
14350
14353
|
},
|
|
14351
14354
|
"PostTrainingReport": {
|
|
14352
|
-
"shape": "
|
|
14355
|
+
"shape": "Sjl"
|
|
14353
14356
|
}
|
|
14354
14357
|
}
|
|
14355
14358
|
},
|
|
@@ -14357,13 +14360,13 @@
|
|
|
14357
14360
|
"type": "structure",
|
|
14358
14361
|
"members": {
|
|
14359
14362
|
"Report": {
|
|
14360
|
-
"shape": "
|
|
14363
|
+
"shape": "Sjl"
|
|
14361
14364
|
}
|
|
14362
14365
|
}
|
|
14363
14366
|
}
|
|
14364
14367
|
}
|
|
14365
14368
|
},
|
|
14366
|
-
"
|
|
14369
|
+
"Sjl": {
|
|
14367
14370
|
"type": "structure",
|
|
14368
14371
|
"required": [
|
|
14369
14372
|
"ContentType",
|
|
@@ -14375,25 +14378,25 @@
|
|
|
14375
14378
|
"S3Uri": {}
|
|
14376
14379
|
}
|
|
14377
14380
|
},
|
|
14378
|
-
"
|
|
14381
|
+
"Sjq": {
|
|
14379
14382
|
"type": "map",
|
|
14380
14383
|
"key": {},
|
|
14381
14384
|
"value": {}
|
|
14382
14385
|
},
|
|
14383
|
-
"
|
|
14386
|
+
"Sjt": {
|
|
14384
14387
|
"type": "structure",
|
|
14385
14388
|
"members": {
|
|
14386
14389
|
"Bias": {
|
|
14387
14390
|
"type": "structure",
|
|
14388
14391
|
"members": {
|
|
14389
14392
|
"ConfigFile": {
|
|
14390
|
-
"shape": "
|
|
14393
|
+
"shape": "Sjv"
|
|
14391
14394
|
},
|
|
14392
14395
|
"PreTrainingConstraints": {
|
|
14393
|
-
"shape": "
|
|
14396
|
+
"shape": "Sjl"
|
|
14394
14397
|
},
|
|
14395
14398
|
"PostTrainingConstraints": {
|
|
14396
|
-
"shape": "
|
|
14399
|
+
"shape": "Sjl"
|
|
14397
14400
|
}
|
|
14398
14401
|
}
|
|
14399
14402
|
},
|
|
@@ -14401,10 +14404,10 @@
|
|
|
14401
14404
|
"type": "structure",
|
|
14402
14405
|
"members": {
|
|
14403
14406
|
"Constraints": {
|
|
14404
|
-
"shape": "
|
|
14407
|
+
"shape": "Sjl"
|
|
14405
14408
|
},
|
|
14406
14409
|
"ConfigFile": {
|
|
14407
|
-
"shape": "
|
|
14410
|
+
"shape": "Sjv"
|
|
14408
14411
|
}
|
|
14409
14412
|
}
|
|
14410
14413
|
},
|
|
@@ -14412,10 +14415,10 @@
|
|
|
14412
14415
|
"type": "structure",
|
|
14413
14416
|
"members": {
|
|
14414
14417
|
"Statistics": {
|
|
14415
|
-
"shape": "
|
|
14418
|
+
"shape": "Sjl"
|
|
14416
14419
|
},
|
|
14417
14420
|
"Constraints": {
|
|
14418
|
-
"shape": "
|
|
14421
|
+
"shape": "Sjl"
|
|
14419
14422
|
}
|
|
14420
14423
|
}
|
|
14421
14424
|
},
|
|
@@ -14423,16 +14426,16 @@
|
|
|
14423
14426
|
"type": "structure",
|
|
14424
14427
|
"members": {
|
|
14425
14428
|
"Statistics": {
|
|
14426
|
-
"shape": "
|
|
14429
|
+
"shape": "Sjl"
|
|
14427
14430
|
},
|
|
14428
14431
|
"Constraints": {
|
|
14429
|
-
"shape": "
|
|
14432
|
+
"shape": "Sjl"
|
|
14430
14433
|
}
|
|
14431
14434
|
}
|
|
14432
14435
|
}
|
|
14433
14436
|
}
|
|
14434
14437
|
},
|
|
14435
|
-
"
|
|
14438
|
+
"Sjv": {
|
|
14436
14439
|
"type": "structure",
|
|
14437
14440
|
"required": [
|
|
14438
14441
|
"S3Uri"
|
|
@@ -14443,7 +14446,7 @@
|
|
|
14443
14446
|
"S3Uri": {}
|
|
14444
14447
|
}
|
|
14445
14448
|
},
|
|
14446
|
-
"
|
|
14449
|
+
"Sjz": {
|
|
14447
14450
|
"type": "list",
|
|
14448
14451
|
"member": {
|
|
14449
14452
|
"type": "structure",
|
|
@@ -14472,7 +14475,7 @@
|
|
|
14472
14475
|
}
|
|
14473
14476
|
}
|
|
14474
14477
|
},
|
|
14475
|
-
"
|
|
14478
|
+
"Sk6": {
|
|
14476
14479
|
"type": "structure",
|
|
14477
14480
|
"members": {
|
|
14478
14481
|
"BaseliningJobName": {},
|
|
@@ -14481,7 +14484,7 @@
|
|
|
14481
14484
|
}
|
|
14482
14485
|
}
|
|
14483
14486
|
},
|
|
14484
|
-
"
|
|
14487
|
+
"Sk7": {
|
|
14485
14488
|
"type": "structure",
|
|
14486
14489
|
"required": [
|
|
14487
14490
|
"ImageUri"
|
|
@@ -14502,7 +14505,7 @@
|
|
|
14502
14505
|
}
|
|
14503
14506
|
}
|
|
14504
14507
|
},
|
|
14505
|
-
"
|
|
14508
|
+
"Sk9": {
|
|
14506
14509
|
"type": "structure",
|
|
14507
14510
|
"required": [
|
|
14508
14511
|
"GroundTruthS3Input"
|
|
@@ -14515,11 +14518,11 @@
|
|
|
14515
14518
|
"shape": "S7m"
|
|
14516
14519
|
},
|
|
14517
14520
|
"GroundTruthS3Input": {
|
|
14518
|
-
"shape": "
|
|
14521
|
+
"shape": "Siv"
|
|
14519
14522
|
}
|
|
14520
14523
|
}
|
|
14521
14524
|
},
|
|
14522
|
-
"
|
|
14525
|
+
"Skd": {
|
|
14523
14526
|
"type": "structure",
|
|
14524
14527
|
"members": {
|
|
14525
14528
|
"ScheduleConfig": {
|
|
@@ -14597,7 +14600,7 @@
|
|
|
14597
14600
|
"shape": "S7c"
|
|
14598
14601
|
},
|
|
14599
14602
|
"NetworkConfig": {
|
|
14600
|
-
"shape": "
|
|
14603
|
+
"shape": "Skl"
|
|
14601
14604
|
},
|
|
14602
14605
|
"RoleArn": {}
|
|
14603
14606
|
}
|
|
@@ -14606,7 +14609,7 @@
|
|
|
14606
14609
|
"MonitoringType": {}
|
|
14607
14610
|
}
|
|
14608
14611
|
},
|
|
14609
|
-
"
|
|
14612
|
+
"Skl": {
|
|
14610
14613
|
"type": "structure",
|
|
14611
14614
|
"members": {
|
|
14612
14615
|
"EnableInterContainerTrafficEncryption": {
|
|
@@ -14620,15 +14623,15 @@
|
|
|
14620
14623
|
}
|
|
14621
14624
|
}
|
|
14622
14625
|
},
|
|
14623
|
-
"
|
|
14626
|
+
"Sku": {
|
|
14624
14627
|
"type": "list",
|
|
14625
14628
|
"member": {}
|
|
14626
14629
|
},
|
|
14627
|
-
"
|
|
14630
|
+
"Skx": {
|
|
14628
14631
|
"type": "list",
|
|
14629
14632
|
"member": {}
|
|
14630
14633
|
},
|
|
14631
|
-
"
|
|
14634
|
+
"Sl0": {
|
|
14632
14635
|
"type": "structure",
|
|
14633
14636
|
"required": [
|
|
14634
14637
|
"MinimumInstanceMetadataServiceVersion"
|
|
@@ -14637,7 +14640,7 @@
|
|
|
14637
14640
|
"MinimumInstanceMetadataServiceVersion": {}
|
|
14638
14641
|
}
|
|
14639
14642
|
},
|
|
14640
|
-
"
|
|
14643
|
+
"Sl5": {
|
|
14641
14644
|
"type": "list",
|
|
14642
14645
|
"member": {
|
|
14643
14646
|
"type": "structure",
|
|
@@ -14646,7 +14649,7 @@
|
|
|
14646
14649
|
}
|
|
14647
14650
|
}
|
|
14648
14651
|
},
|
|
14649
|
-
"
|
|
14652
|
+
"Sld": {
|
|
14650
14653
|
"type": "structure",
|
|
14651
14654
|
"required": [
|
|
14652
14655
|
"Bucket",
|
|
@@ -14658,7 +14661,7 @@
|
|
|
14658
14661
|
"VersionId": {}
|
|
14659
14662
|
}
|
|
14660
14663
|
},
|
|
14661
|
-
"
|
|
14664
|
+
"Slj": {
|
|
14662
14665
|
"type": "structure",
|
|
14663
14666
|
"required": [
|
|
14664
14667
|
"MaxParallelExecutionSteps"
|
|
@@ -14669,7 +14672,7 @@
|
|
|
14669
14672
|
}
|
|
14670
14673
|
}
|
|
14671
14674
|
},
|
|
14672
|
-
"
|
|
14675
|
+
"Slw": {
|
|
14673
14676
|
"type": "list",
|
|
14674
14677
|
"member": {
|
|
14675
14678
|
"type": "structure",
|
|
@@ -14750,7 +14753,7 @@
|
|
|
14750
14753
|
}
|
|
14751
14754
|
}
|
|
14752
14755
|
},
|
|
14753
|
-
"
|
|
14756
|
+
"Smj": {
|
|
14754
14757
|
"type": "structure",
|
|
14755
14758
|
"required": [
|
|
14756
14759
|
"Outputs"
|
|
@@ -14796,7 +14799,7 @@
|
|
|
14796
14799
|
"KmsKeyId": {}
|
|
14797
14800
|
}
|
|
14798
14801
|
},
|
|
14799
|
-
"
|
|
14802
|
+
"Smo": {
|
|
14800
14803
|
"type": "structure",
|
|
14801
14804
|
"required": [
|
|
14802
14805
|
"ClusterConfig"
|
|
@@ -14822,7 +14825,7 @@
|
|
|
14822
14825
|
}
|
|
14823
14826
|
}
|
|
14824
14827
|
},
|
|
14825
|
-
"
|
|
14828
|
+
"Smq": {
|
|
14826
14829
|
"type": "structure",
|
|
14827
14830
|
"required": [
|
|
14828
14831
|
"MaxRuntimeInSeconds"
|
|
@@ -14833,7 +14836,7 @@
|
|
|
14833
14836
|
}
|
|
14834
14837
|
}
|
|
14835
14838
|
},
|
|
14836
|
-
"
|
|
14839
|
+
"Sms": {
|
|
14837
14840
|
"type": "structure",
|
|
14838
14841
|
"required": [
|
|
14839
14842
|
"ImageUri"
|
|
@@ -14849,12 +14852,12 @@
|
|
|
14849
14852
|
}
|
|
14850
14853
|
}
|
|
14851
14854
|
},
|
|
14852
|
-
"
|
|
14855
|
+
"Smu": {
|
|
14853
14856
|
"type": "map",
|
|
14854
14857
|
"key": {},
|
|
14855
14858
|
"value": {}
|
|
14856
14859
|
},
|
|
14857
|
-
"
|
|
14860
|
+
"Smv": {
|
|
14858
14861
|
"type": "structure",
|
|
14859
14862
|
"members": {
|
|
14860
14863
|
"ExperimentName": {},
|
|
@@ -14863,7 +14866,7 @@
|
|
|
14863
14866
|
"RunName": {}
|
|
14864
14867
|
}
|
|
14865
14868
|
},
|
|
14866
|
-
"
|
|
14869
|
+
"Sn0": {
|
|
14867
14870
|
"type": "structure",
|
|
14868
14871
|
"required": [
|
|
14869
14872
|
"ProductId"
|
|
@@ -14873,11 +14876,11 @@
|
|
|
14873
14876
|
"ProvisioningArtifactId": {},
|
|
14874
14877
|
"PathId": {},
|
|
14875
14878
|
"ProvisioningParameters": {
|
|
14876
|
-
"shape": "
|
|
14879
|
+
"shape": "Sn2"
|
|
14877
14880
|
}
|
|
14878
14881
|
}
|
|
14879
14882
|
},
|
|
14880
|
-
"
|
|
14883
|
+
"Sn2": {
|
|
14881
14884
|
"type": "list",
|
|
14882
14885
|
"member": {
|
|
14883
14886
|
"type": "structure",
|
|
@@ -14887,7 +14890,7 @@
|
|
|
14887
14890
|
}
|
|
14888
14891
|
}
|
|
14889
14892
|
},
|
|
14890
|
-
"
|
|
14893
|
+
"Sna": {
|
|
14891
14894
|
"type": "structure",
|
|
14892
14895
|
"members": {
|
|
14893
14896
|
"JupyterServerAppSettings": {
|
|
@@ -14898,7 +14901,7 @@
|
|
|
14898
14901
|
}
|
|
14899
14902
|
}
|
|
14900
14903
|
},
|
|
14901
|
-
"
|
|
14904
|
+
"Snk": {
|
|
14902
14905
|
"type": "structure",
|
|
14903
14906
|
"required": [
|
|
14904
14907
|
"TrainingInputMode"
|
|
@@ -14941,7 +14944,7 @@
|
|
|
14941
14944
|
}
|
|
14942
14945
|
}
|
|
14943
14946
|
},
|
|
14944
|
-
"
|
|
14947
|
+
"Snt": {
|
|
14945
14948
|
"type": "structure",
|
|
14946
14949
|
"required": [
|
|
14947
14950
|
"S3OutputPath"
|
|
@@ -14970,7 +14973,7 @@
|
|
|
14970
14973
|
}
|
|
14971
14974
|
}
|
|
14972
14975
|
},
|
|
14973
|
-
"
|
|
14976
|
+
"So1": {
|
|
14974
14977
|
"type": "list",
|
|
14975
14978
|
"member": {
|
|
14976
14979
|
"type": "structure",
|
|
@@ -14988,17 +14991,17 @@
|
|
|
14988
14991
|
"type": "integer"
|
|
14989
14992
|
},
|
|
14990
14993
|
"RuleParameters": {
|
|
14991
|
-
"shape": "
|
|
14994
|
+
"shape": "So4"
|
|
14992
14995
|
}
|
|
14993
14996
|
}
|
|
14994
14997
|
}
|
|
14995
14998
|
},
|
|
14996
|
-
"
|
|
14999
|
+
"So4": {
|
|
14997
15000
|
"type": "map",
|
|
14998
15001
|
"key": {},
|
|
14999
15002
|
"value": {}
|
|
15000
15003
|
},
|
|
15001
|
-
"
|
|
15004
|
+
"So5": {
|
|
15002
15005
|
"type": "structure",
|
|
15003
15006
|
"required": [
|
|
15004
15007
|
"S3OutputPath"
|
|
@@ -15008,7 +15011,7 @@
|
|
|
15008
15011
|
"S3OutputPath": {}
|
|
15009
15012
|
}
|
|
15010
15013
|
},
|
|
15011
|
-
"
|
|
15014
|
+
"So6": {
|
|
15012
15015
|
"type": "structure",
|
|
15013
15016
|
"members": {
|
|
15014
15017
|
"S3OutputPath": {},
|
|
@@ -15016,19 +15019,19 @@
|
|
|
15016
15019
|
"type": "long"
|
|
15017
15020
|
},
|
|
15018
15021
|
"ProfilingParameters": {
|
|
15019
|
-
"shape": "
|
|
15022
|
+
"shape": "So8"
|
|
15020
15023
|
},
|
|
15021
15024
|
"DisableProfiler": {
|
|
15022
15025
|
"type": "boolean"
|
|
15023
15026
|
}
|
|
15024
15027
|
}
|
|
15025
15028
|
},
|
|
15026
|
-
"
|
|
15029
|
+
"So8": {
|
|
15027
15030
|
"type": "map",
|
|
15028
15031
|
"key": {},
|
|
15029
15032
|
"value": {}
|
|
15030
15033
|
},
|
|
15031
|
-
"
|
|
15034
|
+
"Soa": {
|
|
15032
15035
|
"type": "list",
|
|
15033
15036
|
"member": {
|
|
15034
15037
|
"type": "structure",
|
|
@@ -15046,17 +15049,17 @@
|
|
|
15046
15049
|
"type": "integer"
|
|
15047
15050
|
},
|
|
15048
15051
|
"RuleParameters": {
|
|
15049
|
-
"shape": "
|
|
15052
|
+
"shape": "So4"
|
|
15050
15053
|
}
|
|
15051
15054
|
}
|
|
15052
15055
|
}
|
|
15053
15056
|
},
|
|
15054
|
-
"
|
|
15057
|
+
"Soc": {
|
|
15055
15058
|
"type": "map",
|
|
15056
15059
|
"key": {},
|
|
15057
15060
|
"value": {}
|
|
15058
15061
|
},
|
|
15059
|
-
"
|
|
15062
|
+
"Soj": {
|
|
15060
15063
|
"type": "structure",
|
|
15061
15064
|
"members": {
|
|
15062
15065
|
"InvocationsTimeoutInSeconds": {
|
|
@@ -15067,7 +15070,7 @@
|
|
|
15067
15070
|
}
|
|
15068
15071
|
}
|
|
15069
15072
|
},
|
|
15070
|
-
"
|
|
15073
|
+
"Som": {
|
|
15071
15074
|
"type": "structure",
|
|
15072
15075
|
"required": [
|
|
15073
15076
|
"DestinationS3Uri"
|
|
@@ -15080,7 +15083,7 @@
|
|
|
15080
15083
|
}
|
|
15081
15084
|
}
|
|
15082
15085
|
},
|
|
15083
|
-
"
|
|
15086
|
+
"Son": {
|
|
15084
15087
|
"type": "structure",
|
|
15085
15088
|
"members": {
|
|
15086
15089
|
"InputFilter": {},
|
|
@@ -15088,14 +15091,14 @@
|
|
|
15088
15091
|
"JoinSource": {}
|
|
15089
15092
|
}
|
|
15090
15093
|
},
|
|
15091
|
-
"
|
|
15094
|
+
"Sov": {
|
|
15092
15095
|
"type": "structure",
|
|
15093
15096
|
"members": {
|
|
15094
15097
|
"PrimaryStatus": {},
|
|
15095
15098
|
"Message": {}
|
|
15096
15099
|
}
|
|
15097
15100
|
},
|
|
15098
|
-
"
|
|
15101
|
+
"Soy": {
|
|
15099
15102
|
"type": "map",
|
|
15100
15103
|
"key": {},
|
|
15101
15104
|
"value": {
|
|
@@ -15108,7 +15111,7 @@
|
|
|
15108
15111
|
}
|
|
15109
15112
|
}
|
|
15110
15113
|
},
|
|
15111
|
-
"
|
|
15114
|
+
"Sp2": {
|
|
15112
15115
|
"type": "map",
|
|
15113
15116
|
"key": {},
|
|
15114
15117
|
"value": {
|
|
@@ -15122,7 +15125,7 @@
|
|
|
15122
15125
|
}
|
|
15123
15126
|
}
|
|
15124
15127
|
},
|
|
15125
|
-
"
|
|
15128
|
+
"Spd": {
|
|
15126
15129
|
"type": "structure",
|
|
15127
15130
|
"required": [
|
|
15128
15131
|
"UserPool",
|
|
@@ -15133,7 +15136,7 @@
|
|
|
15133
15136
|
"ClientId": {}
|
|
15134
15137
|
}
|
|
15135
15138
|
},
|
|
15136
|
-
"
|
|
15139
|
+
"Spg": {
|
|
15137
15140
|
"type": "structure",
|
|
15138
15141
|
"required": [
|
|
15139
15142
|
"ClientId",
|
|
@@ -15159,7 +15162,7 @@
|
|
|
15159
15162
|
"JwksUri": {}
|
|
15160
15163
|
}
|
|
15161
15164
|
},
|
|
15162
|
-
"
|
|
15165
|
+
"Spj": {
|
|
15163
15166
|
"type": "structure",
|
|
15164
15167
|
"required": [
|
|
15165
15168
|
"Cidrs"
|
|
@@ -15171,27 +15174,27 @@
|
|
|
15171
15174
|
}
|
|
15172
15175
|
}
|
|
15173
15176
|
},
|
|
15174
|
-
"
|
|
15177
|
+
"Spn": {
|
|
15175
15178
|
"type": "structure",
|
|
15176
15179
|
"members": {
|
|
15177
15180
|
"VpcId": {},
|
|
15178
15181
|
"SecurityGroupIds": {
|
|
15179
|
-
"shape": "
|
|
15182
|
+
"shape": "Spp"
|
|
15180
15183
|
},
|
|
15181
15184
|
"Subnets": {
|
|
15182
|
-
"shape": "
|
|
15185
|
+
"shape": "Spr"
|
|
15183
15186
|
}
|
|
15184
15187
|
}
|
|
15185
15188
|
},
|
|
15186
|
-
"
|
|
15189
|
+
"Spp": {
|
|
15187
15190
|
"type": "list",
|
|
15188
15191
|
"member": {}
|
|
15189
15192
|
},
|
|
15190
|
-
"
|
|
15193
|
+
"Spr": {
|
|
15191
15194
|
"type": "list",
|
|
15192
15195
|
"member": {}
|
|
15193
15196
|
},
|
|
15194
|
-
"
|
|
15197
|
+
"Spx": {
|
|
15195
15198
|
"type": "list",
|
|
15196
15199
|
"member": {
|
|
15197
15200
|
"type": "structure",
|
|
@@ -15224,21 +15227,29 @@
|
|
|
15224
15227
|
}
|
|
15225
15228
|
}
|
|
15226
15229
|
},
|
|
15227
|
-
"
|
|
15230
|
+
"Sq5": {
|
|
15228
15231
|
"type": "structure",
|
|
15229
15232
|
"members": {
|
|
15230
15233
|
"NotificationTopicArn": {}
|
|
15231
15234
|
}
|
|
15232
15235
|
},
|
|
15233
|
-
"
|
|
15236
|
+
"Ss8": {
|
|
15234
15237
|
"type": "structure",
|
|
15235
15238
|
"members": {
|
|
15236
15239
|
"UserProfileArn": {},
|
|
15237
15240
|
"UserProfileName": {},
|
|
15238
|
-
"DomainId": {}
|
|
15241
|
+
"DomainId": {},
|
|
15242
|
+
"IamIdentity": {
|
|
15243
|
+
"type": "structure",
|
|
15244
|
+
"members": {
|
|
15245
|
+
"Arn": {},
|
|
15246
|
+
"PrincipalId": {},
|
|
15247
|
+
"SourceIdentity": {}
|
|
15248
|
+
}
|
|
15249
|
+
}
|
|
15239
15250
|
}
|
|
15240
15251
|
},
|
|
15241
|
-
"
|
|
15252
|
+
"Ssf": {
|
|
15242
15253
|
"type": "list",
|
|
15243
15254
|
"member": {
|
|
15244
15255
|
"type": "structure",
|
|
@@ -15253,7 +15264,7 @@
|
|
|
15253
15264
|
}
|
|
15254
15265
|
}
|
|
15255
15266
|
},
|
|
15256
|
-
"
|
|
15267
|
+
"Sst": {
|
|
15257
15268
|
"type": "list",
|
|
15258
15269
|
"member": {
|
|
15259
15270
|
"type": "structure",
|
|
@@ -15262,7 +15273,7 @@
|
|
|
15262
15273
|
}
|
|
15263
15274
|
}
|
|
15264
15275
|
},
|
|
15265
|
-
"
|
|
15276
|
+
"Ssv": {
|
|
15266
15277
|
"type": "structure",
|
|
15267
15278
|
"required": [
|
|
15268
15279
|
"CandidateName",
|
|
@@ -15365,7 +15376,7 @@
|
|
|
15365
15376
|
}
|
|
15366
15377
|
}
|
|
15367
15378
|
},
|
|
15368
|
-
"
|
|
15379
|
+
"Stw": {
|
|
15369
15380
|
"type": "structure",
|
|
15370
15381
|
"required": [
|
|
15371
15382
|
"S3ModelArtifacts"
|
|
@@ -15374,7 +15385,7 @@
|
|
|
15374
15385
|
"S3ModelArtifacts": {}
|
|
15375
15386
|
}
|
|
15376
15387
|
},
|
|
15377
|
-
"
|
|
15388
|
+
"Suz": {
|
|
15378
15389
|
"type": "list",
|
|
15379
15390
|
"member": {
|
|
15380
15391
|
"type": "structure",
|
|
@@ -15384,7 +15395,7 @@
|
|
|
15384
15395
|
"members": {
|
|
15385
15396
|
"VariantName": {},
|
|
15386
15397
|
"DeployedImages": {
|
|
15387
|
-
"shape": "
|
|
15398
|
+
"shape": "Sv1"
|
|
15388
15399
|
},
|
|
15389
15400
|
"CurrentWeight": {
|
|
15390
15401
|
"type": "float"
|
|
@@ -15399,7 +15410,7 @@
|
|
|
15399
15410
|
"type": "integer"
|
|
15400
15411
|
},
|
|
15401
15412
|
"VariantStatus": {
|
|
15402
|
-
"shape": "
|
|
15413
|
+
"shape": "Sv3"
|
|
15403
15414
|
},
|
|
15404
15415
|
"CurrentServerlessConfig": {
|
|
15405
15416
|
"shape": "Sal"
|
|
@@ -15410,7 +15421,7 @@
|
|
|
15410
15421
|
}
|
|
15411
15422
|
}
|
|
15412
15423
|
},
|
|
15413
|
-
"
|
|
15424
|
+
"Sv1": {
|
|
15414
15425
|
"type": "list",
|
|
15415
15426
|
"member": {
|
|
15416
15427
|
"type": "structure",
|
|
@@ -15423,7 +15434,7 @@
|
|
|
15423
15434
|
}
|
|
15424
15435
|
}
|
|
15425
15436
|
},
|
|
15426
|
-
"
|
|
15437
|
+
"Sv3": {
|
|
15427
15438
|
"type": "list",
|
|
15428
15439
|
"member": {
|
|
15429
15440
|
"type": "structure",
|
|
@@ -15439,7 +15450,7 @@
|
|
|
15439
15450
|
}
|
|
15440
15451
|
}
|
|
15441
15452
|
},
|
|
15442
|
-
"
|
|
15453
|
+
"Sv7": {
|
|
15443
15454
|
"type": "structure",
|
|
15444
15455
|
"required": [
|
|
15445
15456
|
"EnableCapture",
|
|
@@ -15460,7 +15471,7 @@
|
|
|
15460
15471
|
"KmsKeyId": {}
|
|
15461
15472
|
}
|
|
15462
15473
|
},
|
|
15463
|
-
"
|
|
15474
|
+
"Svb": {
|
|
15464
15475
|
"type": "list",
|
|
15465
15476
|
"member": {
|
|
15466
15477
|
"type": "structure",
|
|
@@ -15470,7 +15481,7 @@
|
|
|
15470
15481
|
"members": {
|
|
15471
15482
|
"VariantName": {},
|
|
15472
15483
|
"DeployedImages": {
|
|
15473
|
-
"shape": "
|
|
15484
|
+
"shape": "Sv1"
|
|
15474
15485
|
},
|
|
15475
15486
|
"CurrentWeight": {
|
|
15476
15487
|
"type": "float"
|
|
@@ -15487,7 +15498,7 @@
|
|
|
15487
15498
|
"InstanceType": {},
|
|
15488
15499
|
"AcceleratorType": {},
|
|
15489
15500
|
"VariantStatus": {
|
|
15490
|
-
"shape": "
|
|
15501
|
+
"shape": "Sv3"
|
|
15491
15502
|
},
|
|
15492
15503
|
"CurrentServerlessConfig": {
|
|
15493
15504
|
"shape": "Sal"
|
|
@@ -15498,7 +15509,7 @@
|
|
|
15498
15509
|
}
|
|
15499
15510
|
}
|
|
15500
15511
|
},
|
|
15501
|
-
"
|
|
15512
|
+
"Svh": {
|
|
15502
15513
|
"type": "structure",
|
|
15503
15514
|
"required": [
|
|
15504
15515
|
"SourceArn"
|
|
@@ -15508,7 +15519,7 @@
|
|
|
15508
15519
|
"SourceType": {}
|
|
15509
15520
|
}
|
|
15510
15521
|
},
|
|
15511
|
-
"
|
|
15522
|
+
"Svn": {
|
|
15512
15523
|
"type": "structure",
|
|
15513
15524
|
"required": [
|
|
15514
15525
|
"Status"
|
|
@@ -15518,7 +15529,7 @@
|
|
|
15518
15529
|
"BlockedReason": {}
|
|
15519
15530
|
}
|
|
15520
15531
|
},
|
|
15521
|
-
"
|
|
15532
|
+
"Svq": {
|
|
15522
15533
|
"type": "structure",
|
|
15523
15534
|
"required": [
|
|
15524
15535
|
"Status"
|
|
@@ -15528,24 +15539,24 @@
|
|
|
15528
15539
|
"FailureReason": {}
|
|
15529
15540
|
}
|
|
15530
15541
|
},
|
|
15531
|
-
"
|
|
15542
|
+
"Svw": {
|
|
15532
15543
|
"type": "list",
|
|
15533
15544
|
"member": {
|
|
15534
|
-
"shape": "
|
|
15545
|
+
"shape": "Svx"
|
|
15535
15546
|
}
|
|
15536
15547
|
},
|
|
15537
|
-
"
|
|
15548
|
+
"Svx": {
|
|
15538
15549
|
"type": "structure",
|
|
15539
15550
|
"members": {
|
|
15540
15551
|
"Key": {},
|
|
15541
15552
|
"Value": {}
|
|
15542
15553
|
}
|
|
15543
15554
|
},
|
|
15544
|
-
"
|
|
15555
|
+
"Swe": {
|
|
15545
15556
|
"type": "list",
|
|
15546
15557
|
"member": {}
|
|
15547
15558
|
},
|
|
15548
|
-
"
|
|
15559
|
+
"Swt": {
|
|
15549
15560
|
"type": "structure",
|
|
15550
15561
|
"members": {
|
|
15551
15562
|
"Completed": {
|
|
@@ -15565,7 +15576,7 @@
|
|
|
15565
15576
|
}
|
|
15566
15577
|
}
|
|
15567
15578
|
},
|
|
15568
|
-
"
|
|
15579
|
+
"Swv": {
|
|
15569
15580
|
"type": "structure",
|
|
15570
15581
|
"members": {
|
|
15571
15582
|
"Succeeded": {
|
|
@@ -15579,7 +15590,7 @@
|
|
|
15579
15590
|
}
|
|
15580
15591
|
}
|
|
15581
15592
|
},
|
|
15582
|
-
"
|
|
15593
|
+
"Swx": {
|
|
15583
15594
|
"type": "structure",
|
|
15584
15595
|
"required": [
|
|
15585
15596
|
"TrainingJobName",
|
|
@@ -15624,7 +15635,7 @@
|
|
|
15624
15635
|
"ObjectiveStatus": {}
|
|
15625
15636
|
}
|
|
15626
15637
|
},
|
|
15627
|
-
"
|
|
15638
|
+
"Sx0": {
|
|
15628
15639
|
"type": "structure",
|
|
15629
15640
|
"members": {
|
|
15630
15641
|
"NumberOfTrainingJobsObjectiveNotImproving": {
|
|
@@ -15635,7 +15646,7 @@
|
|
|
15635
15646
|
}
|
|
15636
15647
|
}
|
|
15637
15648
|
},
|
|
15638
|
-
"
|
|
15649
|
+
"Sx1": {
|
|
15639
15650
|
"type": "structure",
|
|
15640
15651
|
"members": {
|
|
15641
15652
|
"RuntimeInSeconds": {
|
|
@@ -15643,7 +15654,7 @@
|
|
|
15643
15654
|
}
|
|
15644
15655
|
}
|
|
15645
15656
|
},
|
|
15646
|
-
"
|
|
15657
|
+
"Sxm": {
|
|
15647
15658
|
"type": "structure",
|
|
15648
15659
|
"required": [
|
|
15649
15660
|
"CostPerHour",
|
|
@@ -15672,7 +15683,7 @@
|
|
|
15672
15683
|
}
|
|
15673
15684
|
}
|
|
15674
15685
|
},
|
|
15675
|
-
"
|
|
15686
|
+
"Sxo": {
|
|
15676
15687
|
"type": "structure",
|
|
15677
15688
|
"required": [
|
|
15678
15689
|
"EndpointName",
|
|
@@ -15689,7 +15700,7 @@
|
|
|
15689
15700
|
}
|
|
15690
15701
|
}
|
|
15691
15702
|
},
|
|
15692
|
-
"
|
|
15703
|
+
"Sxp": {
|
|
15693
15704
|
"type": "structure",
|
|
15694
15705
|
"members": {
|
|
15695
15706
|
"InferenceSpecificationName": {},
|
|
@@ -15712,7 +15723,7 @@
|
|
|
15712
15723
|
"CompilationJobName": {}
|
|
15713
15724
|
}
|
|
15714
15725
|
},
|
|
15715
|
-
"
|
|
15726
|
+
"Sxv": {
|
|
15716
15727
|
"type": "structure",
|
|
15717
15728
|
"required": [
|
|
15718
15729
|
"MaxInvocations",
|
|
@@ -15727,7 +15738,7 @@
|
|
|
15727
15738
|
}
|
|
15728
15739
|
}
|
|
15729
15740
|
},
|
|
15730
|
-
"
|
|
15741
|
+
"Sxz": {
|
|
15731
15742
|
"type": "structure",
|
|
15732
15743
|
"members": {
|
|
15733
15744
|
"TotalLabeled": {
|
|
@@ -15747,7 +15758,7 @@
|
|
|
15747
15758
|
}
|
|
15748
15759
|
}
|
|
15749
15760
|
},
|
|
15750
|
-
"
|
|
15761
|
+
"Sy2": {
|
|
15751
15762
|
"type": "structure",
|
|
15752
15763
|
"required": [
|
|
15753
15764
|
"OutputDatasetS3Uri"
|
|
@@ -15757,21 +15768,21 @@
|
|
|
15757
15768
|
"FinalActiveLearningModelArn": {}
|
|
15758
15769
|
}
|
|
15759
15770
|
},
|
|
15760
|
-
"
|
|
15771
|
+
"Syk": {
|
|
15761
15772
|
"type": "structure",
|
|
15762
15773
|
"required": [
|
|
15763
15774
|
"ValidationStatuses"
|
|
15764
15775
|
],
|
|
15765
15776
|
"members": {
|
|
15766
15777
|
"ValidationStatuses": {
|
|
15767
|
-
"shape": "
|
|
15778
|
+
"shape": "Syl"
|
|
15768
15779
|
},
|
|
15769
15780
|
"ImageScanStatuses": {
|
|
15770
|
-
"shape": "
|
|
15781
|
+
"shape": "Syl"
|
|
15771
15782
|
}
|
|
15772
15783
|
}
|
|
15773
15784
|
},
|
|
15774
|
-
"
|
|
15785
|
+
"Syl": {
|
|
15775
15786
|
"type": "list",
|
|
15776
15787
|
"member": {
|
|
15777
15788
|
"type": "structure",
|
|
@@ -15786,7 +15797,7 @@
|
|
|
15786
15797
|
}
|
|
15787
15798
|
}
|
|
15788
15799
|
},
|
|
15789
|
-
"
|
|
15800
|
+
"Syx": {
|
|
15790
15801
|
"type": "structure",
|
|
15791
15802
|
"required": [
|
|
15792
15803
|
"MonitoringScheduleName",
|
|
@@ -15814,21 +15825,21 @@
|
|
|
15814
15825
|
"MonitoringType": {}
|
|
15815
15826
|
}
|
|
15816
15827
|
},
|
|
15817
|
-
"
|
|
15828
|
+
"Szh": {
|
|
15818
15829
|
"type": "structure",
|
|
15819
15830
|
"members": {
|
|
15820
15831
|
"ExperimentName": {},
|
|
15821
15832
|
"TrialName": {}
|
|
15822
15833
|
}
|
|
15823
15834
|
},
|
|
15824
|
-
"
|
|
15835
|
+
"Szp": {
|
|
15825
15836
|
"type": "structure",
|
|
15826
15837
|
"members": {
|
|
15827
15838
|
"ProvisionedProductId": {},
|
|
15828
15839
|
"ProvisionedProductStatusMessage": {}
|
|
15829
15840
|
}
|
|
15830
15841
|
},
|
|
15831
|
-
"
|
|
15842
|
+
"S100": {
|
|
15832
15843
|
"type": "structure",
|
|
15833
15844
|
"required": [
|
|
15834
15845
|
"WorkteamArn"
|
|
@@ -15841,7 +15852,7 @@
|
|
|
15841
15852
|
"ListingId": {}
|
|
15842
15853
|
}
|
|
15843
15854
|
},
|
|
15844
|
-
"
|
|
15855
|
+
"S104": {
|
|
15845
15856
|
"type": "list",
|
|
15846
15857
|
"member": {
|
|
15847
15858
|
"type": "structure",
|
|
@@ -15861,7 +15872,7 @@
|
|
|
15861
15872
|
}
|
|
15862
15873
|
}
|
|
15863
15874
|
},
|
|
15864
|
-
"
|
|
15875
|
+
"S107": {
|
|
15865
15876
|
"type": "list",
|
|
15866
15877
|
"member": {
|
|
15867
15878
|
"type": "structure",
|
|
@@ -15876,7 +15887,7 @@
|
|
|
15876
15887
|
}
|
|
15877
15888
|
}
|
|
15878
15889
|
},
|
|
15879
|
-
"
|
|
15890
|
+
"S10b": {
|
|
15880
15891
|
"type": "list",
|
|
15881
15892
|
"member": {
|
|
15882
15893
|
"type": "structure",
|
|
@@ -15891,7 +15902,7 @@
|
|
|
15891
15902
|
}
|
|
15892
15903
|
}
|
|
15893
15904
|
},
|
|
15894
|
-
"
|
|
15905
|
+
"S10i": {
|
|
15895
15906
|
"type": "structure",
|
|
15896
15907
|
"required": [
|
|
15897
15908
|
"Status"
|
|
@@ -15904,7 +15915,7 @@
|
|
|
15904
15915
|
"ReusedByJob": {}
|
|
15905
15916
|
}
|
|
15906
15917
|
},
|
|
15907
|
-
"
|
|
15918
|
+
"S10q": {
|
|
15908
15919
|
"type": "structure",
|
|
15909
15920
|
"required": [
|
|
15910
15921
|
"SourceArn"
|
|
@@ -15914,7 +15925,7 @@
|
|
|
15914
15925
|
"SourceType": {}
|
|
15915
15926
|
}
|
|
15916
15927
|
},
|
|
15917
|
-
"
|
|
15928
|
+
"S10u": {
|
|
15918
15929
|
"type": "structure",
|
|
15919
15930
|
"required": [
|
|
15920
15931
|
"SourceArn"
|
|
@@ -15924,7 +15935,7 @@
|
|
|
15924
15935
|
"SourceType": {}
|
|
15925
15936
|
}
|
|
15926
15937
|
},
|
|
15927
|
-
"
|
|
15938
|
+
"S10w": {
|
|
15928
15939
|
"type": "list",
|
|
15929
15940
|
"member": {
|
|
15930
15941
|
"type": "structure",
|
|
@@ -15955,7 +15966,7 @@
|
|
|
15955
15966
|
}
|
|
15956
15967
|
}
|
|
15957
15968
|
},
|
|
15958
|
-
"
|
|
15969
|
+
"S116": {
|
|
15959
15970
|
"type": "structure",
|
|
15960
15971
|
"required": [
|
|
15961
15972
|
"WorkforceName",
|
|
@@ -15968,11 +15979,11 @@
|
|
|
15968
15979
|
"type": "timestamp"
|
|
15969
15980
|
},
|
|
15970
15981
|
"SourceIpConfig": {
|
|
15971
|
-
"shape": "
|
|
15982
|
+
"shape": "Spj"
|
|
15972
15983
|
},
|
|
15973
15984
|
"SubDomain": {},
|
|
15974
15985
|
"CognitoConfig": {
|
|
15975
|
-
"shape": "
|
|
15986
|
+
"shape": "Spd"
|
|
15976
15987
|
},
|
|
15977
15988
|
"OidcConfig": {
|
|
15978
15989
|
"type": "structure",
|
|
@@ -15999,10 +16010,10 @@
|
|
|
15999
16010
|
"members": {
|
|
16000
16011
|
"VpcId": {},
|
|
16001
16012
|
"SecurityGroupIds": {
|
|
16002
|
-
"shape": "
|
|
16013
|
+
"shape": "Spp"
|
|
16003
16014
|
},
|
|
16004
16015
|
"Subnets": {
|
|
16005
|
-
"shape": "
|
|
16016
|
+
"shape": "Spr"
|
|
16006
16017
|
},
|
|
16007
16018
|
"VpcEndpointId": {}
|
|
16008
16019
|
}
|
|
@@ -16011,7 +16022,7 @@
|
|
|
16011
16022
|
"FailureReason": {}
|
|
16012
16023
|
}
|
|
16013
16024
|
},
|
|
16014
|
-
"
|
|
16025
|
+
"S11e": {
|
|
16015
16026
|
"type": "structure",
|
|
16016
16027
|
"required": [
|
|
16017
16028
|
"WorkteamName",
|
|
@@ -16022,7 +16033,7 @@
|
|
|
16022
16033
|
"members": {
|
|
16023
16034
|
"WorkteamName": {},
|
|
16024
16035
|
"MemberDefinitions": {
|
|
16025
|
-
"shape": "
|
|
16036
|
+
"shape": "Spx"
|
|
16026
16037
|
},
|
|
16027
16038
|
"WorkteamArn": {},
|
|
16028
16039
|
"WorkforceArn": {},
|
|
@@ -16039,11 +16050,11 @@
|
|
|
16039
16050
|
"type": "timestamp"
|
|
16040
16051
|
},
|
|
16041
16052
|
"NotificationConfiguration": {
|
|
16042
|
-
"shape": "
|
|
16053
|
+
"shape": "Sq5"
|
|
16043
16054
|
}
|
|
16044
16055
|
}
|
|
16045
16056
|
},
|
|
16046
|
-
"
|
|
16057
|
+
"S14b": {
|
|
16047
16058
|
"type": "list",
|
|
16048
16059
|
"member": {
|
|
16049
16060
|
"type": "structure",
|
|
@@ -16063,7 +16074,7 @@
|
|
|
16063
16074
|
}
|
|
16064
16075
|
}
|
|
16065
16076
|
},
|
|
16066
|
-
"
|
|
16077
|
+
"S161": {
|
|
16067
16078
|
"type": "list",
|
|
16068
16079
|
"member": {
|
|
16069
16080
|
"type": "structure",
|
|
@@ -16085,7 +16096,7 @@
|
|
|
16085
16096
|
"HubContentDisplayName": {},
|
|
16086
16097
|
"HubContentDescription": {},
|
|
16087
16098
|
"HubContentSearchKeywords": {
|
|
16088
|
-
"shape": "
|
|
16099
|
+
"shape": "Swe"
|
|
16089
16100
|
},
|
|
16090
16101
|
"HubContentStatus": {},
|
|
16091
16102
|
"CreationTime": {
|
|
@@ -16094,7 +16105,7 @@
|
|
|
16094
16105
|
}
|
|
16095
16106
|
}
|
|
16096
16107
|
},
|
|
16097
|
-
"
|
|
16108
|
+
"S19g": {
|
|
16098
16109
|
"type": "list",
|
|
16099
16110
|
"member": {
|
|
16100
16111
|
"type": "structure",
|
|
@@ -16138,7 +16149,7 @@
|
|
|
16138
16149
|
}
|
|
16139
16150
|
}
|
|
16140
16151
|
},
|
|
16141
|
-
"
|
|
16152
|
+
"S1av": {
|
|
16142
16153
|
"type": "list",
|
|
16143
16154
|
"member": {
|
|
16144
16155
|
"type": "structure",
|
|
@@ -16152,7 +16163,7 @@
|
|
|
16152
16163
|
}
|
|
16153
16164
|
}
|
|
16154
16165
|
},
|
|
16155
|
-
"
|
|
16166
|
+
"S1bb": {
|
|
16156
16167
|
"type": "list",
|
|
16157
16168
|
"member": {
|
|
16158
16169
|
"type": "structure",
|
|
@@ -16166,7 +16177,7 @@
|
|
|
16166
16177
|
}
|
|
16167
16178
|
}
|
|
16168
16179
|
},
|
|
16169
|
-
"
|
|
16180
|
+
"S1dx": {
|
|
16170
16181
|
"type": "list",
|
|
16171
16182
|
"member": {
|
|
16172
16183
|
"type": "structure",
|
|
@@ -16180,11 +16191,11 @@
|
|
|
16180
16191
|
}
|
|
16181
16192
|
}
|
|
16182
16193
|
},
|
|
16183
|
-
"
|
|
16194
|
+
"S1e8": {
|
|
16184
16195
|
"type": "structure",
|
|
16185
16196
|
"members": {
|
|
16186
16197
|
"Filters": {
|
|
16187
|
-
"shape": "
|
|
16198
|
+
"shape": "S1e9"
|
|
16188
16199
|
},
|
|
16189
16200
|
"NestedFilters": {
|
|
16190
16201
|
"type": "list",
|
|
@@ -16197,7 +16208,7 @@
|
|
|
16197
16208
|
"members": {
|
|
16198
16209
|
"NestedPropertyName": {},
|
|
16199
16210
|
"Filters": {
|
|
16200
|
-
"shape": "
|
|
16211
|
+
"shape": "S1e9"
|
|
16201
16212
|
}
|
|
16202
16213
|
}
|
|
16203
16214
|
}
|
|
@@ -16205,13 +16216,13 @@
|
|
|
16205
16216
|
"SubExpressions": {
|
|
16206
16217
|
"type": "list",
|
|
16207
16218
|
"member": {
|
|
16208
|
-
"shape": "
|
|
16219
|
+
"shape": "S1e8"
|
|
16209
16220
|
}
|
|
16210
16221
|
},
|
|
16211
16222
|
"Operator": {}
|
|
16212
16223
|
}
|
|
16213
16224
|
},
|
|
16214
|
-
"
|
|
16225
|
+
"S1e9": {
|
|
16215
16226
|
"type": "list",
|
|
16216
16227
|
"member": {
|
|
16217
16228
|
"type": "structure",
|
|
@@ -16225,7 +16236,7 @@
|
|
|
16225
16236
|
}
|
|
16226
16237
|
}
|
|
16227
16238
|
},
|
|
16228
|
-
"
|
|
16239
|
+
"S1el": {
|
|
16229
16240
|
"type": "structure",
|
|
16230
16241
|
"members": {
|
|
16231
16242
|
"TrainingJobName": {},
|
|
@@ -16234,7 +16245,7 @@
|
|
|
16234
16245
|
"LabelingJobArn": {},
|
|
16235
16246
|
"AutoMLJobArn": {},
|
|
16236
16247
|
"ModelArtifacts": {
|
|
16237
|
-
"shape": "
|
|
16248
|
+
"shape": "Stw"
|
|
16238
16249
|
},
|
|
16239
16250
|
"TrainingJobStatus": {},
|
|
16240
16251
|
"SecondaryStatus": {},
|
|
@@ -16243,7 +16254,7 @@
|
|
|
16243
16254
|
"shape": "S2t"
|
|
16244
16255
|
},
|
|
16245
16256
|
"AlgorithmSpecification": {
|
|
16246
|
-
"shape": "
|
|
16257
|
+
"shape": "Snk"
|
|
16247
16258
|
},
|
|
16248
16259
|
"RoleArn": {},
|
|
16249
16260
|
"InputDataConfig": {
|
|
@@ -16274,10 +16285,10 @@
|
|
|
16274
16285
|
"type": "timestamp"
|
|
16275
16286
|
},
|
|
16276
16287
|
"SecondaryStatusTransitions": {
|
|
16277
|
-
"shape": "
|
|
16288
|
+
"shape": "S104"
|
|
16278
16289
|
},
|
|
16279
16290
|
"FinalMetricDataList": {
|
|
16280
|
-
"shape": "
|
|
16291
|
+
"shape": "S107"
|
|
16281
16292
|
},
|
|
16282
16293
|
"EnableNetworkIsolation": {
|
|
16283
16294
|
"type": "boolean"
|
|
@@ -16289,7 +16300,7 @@
|
|
|
16289
16300
|
"type": "boolean"
|
|
16290
16301
|
},
|
|
16291
16302
|
"CheckpointConfig": {
|
|
16292
|
-
"shape": "
|
|
16303
|
+
"shape": "Sep"
|
|
16293
16304
|
},
|
|
16294
16305
|
"TrainingTimeInSeconds": {
|
|
16295
16306
|
"type": "integer"
|
|
@@ -16298,32 +16309,32 @@
|
|
|
16298
16309
|
"type": "integer"
|
|
16299
16310
|
},
|
|
16300
16311
|
"DebugHookConfig": {
|
|
16301
|
-
"shape": "
|
|
16312
|
+
"shape": "Snt"
|
|
16302
16313
|
},
|
|
16303
16314
|
"ExperimentConfig": {
|
|
16304
|
-
"shape": "
|
|
16315
|
+
"shape": "Smv"
|
|
16305
16316
|
},
|
|
16306
16317
|
"DebugRuleConfigurations": {
|
|
16307
|
-
"shape": "
|
|
16318
|
+
"shape": "So1"
|
|
16308
16319
|
},
|
|
16309
16320
|
"TensorBoardOutputConfig": {
|
|
16310
|
-
"shape": "
|
|
16321
|
+
"shape": "So5"
|
|
16311
16322
|
},
|
|
16312
16323
|
"DebugRuleEvaluationStatuses": {
|
|
16313
|
-
"shape": "
|
|
16324
|
+
"shape": "S10b"
|
|
16314
16325
|
},
|
|
16315
16326
|
"Environment": {
|
|
16316
|
-
"shape": "
|
|
16327
|
+
"shape": "Soc"
|
|
16317
16328
|
},
|
|
16318
16329
|
"RetryStrategy": {
|
|
16319
|
-
"shape": "
|
|
16330
|
+
"shape": "Seq"
|
|
16320
16331
|
},
|
|
16321
16332
|
"Tags": {
|
|
16322
16333
|
"shape": "S7"
|
|
16323
16334
|
}
|
|
16324
16335
|
}
|
|
16325
16336
|
},
|
|
16326
|
-
"
|
|
16337
|
+
"S1et": {
|
|
16327
16338
|
"type": "structure",
|
|
16328
16339
|
"members": {
|
|
16329
16340
|
"TransformJobName": {},
|
|
@@ -16335,7 +16346,7 @@
|
|
|
16335
16346
|
"type": "integer"
|
|
16336
16347
|
},
|
|
16337
16348
|
"ModelClientConfig": {
|
|
16338
|
-
"shape": "
|
|
16349
|
+
"shape": "Soj"
|
|
16339
16350
|
},
|
|
16340
16351
|
"MaxPayloadInMB": {
|
|
16341
16352
|
"type": "integer"
|
|
@@ -16365,21 +16376,21 @@
|
|
|
16365
16376
|
"LabelingJobArn": {},
|
|
16366
16377
|
"AutoMLJobArn": {},
|
|
16367
16378
|
"DataProcessing": {
|
|
16368
|
-
"shape": "
|
|
16379
|
+
"shape": "Son"
|
|
16369
16380
|
},
|
|
16370
16381
|
"ExperimentConfig": {
|
|
16371
|
-
"shape": "
|
|
16382
|
+
"shape": "Smv"
|
|
16372
16383
|
},
|
|
16373
16384
|
"Tags": {
|
|
16374
16385
|
"shape": "S7"
|
|
16375
16386
|
}
|
|
16376
16387
|
}
|
|
16377
16388
|
},
|
|
16378
|
-
"
|
|
16389
|
+
"S1ga": {
|
|
16379
16390
|
"type": "list",
|
|
16380
16391
|
"member": {}
|
|
16381
16392
|
},
|
|
16382
|
-
"
|
|
16393
|
+
"S1if": {
|
|
16383
16394
|
"type": "list",
|
|
16384
16395
|
"member": {}
|
|
16385
16396
|
}
|