aws-sdk-core 2.11.61 → 2.11.62

Sign up to get free protection for your applications and to get access to all the features.
@@ -46,6 +46,19 @@
46
46
  {"shape":"ResourceLimitExceeded"}
47
47
  ]
48
48
  },
49
+ "CreateHyperParameterTuningJob":{
50
+ "name":"CreateHyperParameterTuningJob",
51
+ "http":{
52
+ "method":"POST",
53
+ "requestUri":"/"
54
+ },
55
+ "input":{"shape":"CreateHyperParameterTuningJobRequest"},
56
+ "output":{"shape":"CreateHyperParameterTuningJobResponse"},
57
+ "errors":[
58
+ {"shape":"ResourceInUse"},
59
+ {"shape":"ResourceLimitExceeded"}
60
+ ]
61
+ },
49
62
  "CreateModel":{
50
63
  "name":"CreateModel",
51
64
  "http":{
@@ -171,6 +184,18 @@
171
184
  "input":{"shape":"DescribeEndpointConfigInput"},
172
185
  "output":{"shape":"DescribeEndpointConfigOutput"}
173
186
  },
187
+ "DescribeHyperParameterTuningJob":{
188
+ "name":"DescribeHyperParameterTuningJob",
189
+ "http":{
190
+ "method":"POST",
191
+ "requestUri":"/"
192
+ },
193
+ "input":{"shape":"DescribeHyperParameterTuningJobRequest"},
194
+ "output":{"shape":"DescribeHyperParameterTuningJobResponse"},
195
+ "errors":[
196
+ {"shape":"ResourceNotFound"}
197
+ ]
198
+ },
174
199
  "DescribeModel":{
175
200
  "name":"DescribeModel",
176
201
  "http":{
@@ -228,6 +253,15 @@
228
253
  "input":{"shape":"ListEndpointsInput"},
229
254
  "output":{"shape":"ListEndpointsOutput"}
230
255
  },
256
+ "ListHyperParameterTuningJobs":{
257
+ "name":"ListHyperParameterTuningJobs",
258
+ "http":{
259
+ "method":"POST",
260
+ "requestUri":"/"
261
+ },
262
+ "input":{"shape":"ListHyperParameterTuningJobsRequest"},
263
+ "output":{"shape":"ListHyperParameterTuningJobsResponse"}
264
+ },
231
265
  "ListModels":{
232
266
  "name":"ListModels",
233
267
  "http":{
@@ -273,6 +307,18 @@
273
307
  "input":{"shape":"ListTrainingJobsRequest"},
274
308
  "output":{"shape":"ListTrainingJobsResponse"}
275
309
  },
310
+ "ListTrainingJobsForHyperParameterTuningJob":{
311
+ "name":"ListTrainingJobsForHyperParameterTuningJob",
312
+ "http":{
313
+ "method":"POST",
314
+ "requestUri":"/"
315
+ },
316
+ "input":{"shape":"ListTrainingJobsForHyperParameterTuningJobRequest"},
317
+ "output":{"shape":"ListTrainingJobsForHyperParameterTuningJobResponse"},
318
+ "errors":[
319
+ {"shape":"ResourceNotFound"}
320
+ ]
321
+ },
276
322
  "StartNotebookInstance":{
277
323
  "name":"StartNotebookInstance",
278
324
  "http":{
@@ -284,6 +330,17 @@
284
330
  {"shape":"ResourceLimitExceeded"}
285
331
  ]
286
332
  },
333
+ "StopHyperParameterTuningJob":{
334
+ "name":"StopHyperParameterTuningJob",
335
+ "http":{
336
+ "method":"POST",
337
+ "requestUri":"/"
338
+ },
339
+ "input":{"shape":"StopHyperParameterTuningJobRequest"},
340
+ "errors":[
341
+ {"shape":"ResourceNotFound"}
342
+ ]
343
+ },
287
344
  "StopNotebookInstance":{
288
345
  "name":"StopNotebookInstance",
289
346
  "http":{
@@ -385,6 +442,23 @@
385
442
  "TrainingInputMode":{"shape":"TrainingInputMode"}
386
443
  }
387
444
  },
445
+ "CategoricalParameterRange":{
446
+ "type":"structure",
447
+ "required":[
448
+ "Name",
449
+ "Values"
450
+ ],
451
+ "members":{
452
+ "Name":{"shape":"ParameterKey"},
453
+ "Values":{"shape":"ParameterValues"}
454
+ }
455
+ },
456
+ "CategoricalParameterRanges":{
457
+ "type":"list",
458
+ "member":{"shape":"CategoricalParameterRange"},
459
+ "max":20,
460
+ "min":0
461
+ },
388
462
  "Channel":{
389
463
  "type":"structure",
390
464
  "required":[
@@ -431,6 +505,25 @@
431
505
  "type":"string",
432
506
  "max":256
433
507
  },
508
+ "ContinuousParameterRange":{
509
+ "type":"structure",
510
+ "required":[
511
+ "Name",
512
+ "MinValue",
513
+ "MaxValue"
514
+ ],
515
+ "members":{
516
+ "Name":{"shape":"ParameterKey"},
517
+ "MinValue":{"shape":"ParameterValue"},
518
+ "MaxValue":{"shape":"ParameterValue"}
519
+ }
520
+ },
521
+ "ContinuousParameterRanges":{
522
+ "type":"list",
523
+ "member":{"shape":"ContinuousParameterRange"},
524
+ "max":20,
525
+ "min":0
526
+ },
434
527
  "CreateEndpointConfigInput":{
435
528
  "type":"structure",
436
529
  "required":[
@@ -470,6 +563,27 @@
470
563
  "EndpointArn":{"shape":"EndpointArn"}
471
564
  }
472
565
  },
566
+ "CreateHyperParameterTuningJobRequest":{
567
+ "type":"structure",
568
+ "required":[
569
+ "HyperParameterTuningJobName",
570
+ "HyperParameterTuningJobConfig",
571
+ "TrainingJobDefinition"
572
+ ],
573
+ "members":{
574
+ "HyperParameterTuningJobName":{"shape":"HyperParameterTuningJobName"},
575
+ "HyperParameterTuningJobConfig":{"shape":"HyperParameterTuningJobConfig"},
576
+ "TrainingJobDefinition":{"shape":"HyperParameterTrainingJobDefinition"},
577
+ "Tags":{"shape":"TagList"}
578
+ }
579
+ },
580
+ "CreateHyperParameterTuningJobResponse":{
581
+ "type":"structure",
582
+ "required":["HyperParameterTuningJobArn"],
583
+ "members":{
584
+ "HyperParameterTuningJobArn":{"shape":"HyperParameterTuningJobArn"}
585
+ }
586
+ },
473
587
  "CreateModelInput":{
474
588
  "type":"structure",
475
589
  "required":[
@@ -687,6 +801,40 @@
687
801
  "LastModifiedTime":{"shape":"Timestamp"}
688
802
  }
689
803
  },
804
+ "DescribeHyperParameterTuningJobRequest":{
805
+ "type":"structure",
806
+ "required":["HyperParameterTuningJobName"],
807
+ "members":{
808
+ "HyperParameterTuningJobName":{"shape":"HyperParameterTuningJobName"}
809
+ }
810
+ },
811
+ "DescribeHyperParameterTuningJobResponse":{
812
+ "type":"structure",
813
+ "required":[
814
+ "HyperParameterTuningJobName",
815
+ "HyperParameterTuningJobArn",
816
+ "HyperParameterTuningJobConfig",
817
+ "TrainingJobDefinition",
818
+ "HyperParameterTuningJobStatus",
819
+ "CreationTime",
820
+ "TrainingJobStatusCounters",
821
+ "ObjectiveStatusCounters"
822
+ ],
823
+ "members":{
824
+ "HyperParameterTuningJobName":{"shape":"HyperParameterTuningJobName"},
825
+ "HyperParameterTuningJobArn":{"shape":"HyperParameterTuningJobArn"},
826
+ "HyperParameterTuningJobConfig":{"shape":"HyperParameterTuningJobConfig"},
827
+ "TrainingJobDefinition":{"shape":"HyperParameterTrainingJobDefinition"},
828
+ "HyperParameterTuningJobStatus":{"shape":"HyperParameterTuningJobStatus"},
829
+ "CreationTime":{"shape":"Timestamp"},
830
+ "HyperParameterTuningEndTime":{"shape":"Timestamp"},
831
+ "LastModifiedTime":{"shape":"Timestamp"},
832
+ "TrainingJobStatusCounters":{"shape":"TrainingJobStatusCounters"},
833
+ "ObjectiveStatusCounters":{"shape":"ObjectiveStatusCounters"},
834
+ "BestTrainingJob":{"shape":"HyperParameterTrainingJobSummary"},
835
+ "FailureReason":{"shape":"FailureReason"}
836
+ }
837
+ },
690
838
  "DescribeModelInput":{
691
839
  "type":"structure",
692
840
  "required":["ModelName"],
@@ -781,6 +929,7 @@
781
929
  "members":{
782
930
  "TrainingJobName":{"shape":"TrainingJobName"},
783
931
  "TrainingJobArn":{"shape":"TrainingJobArn"},
932
+ "TuningJobArn":{"shape":"HyperParameterTuningJobArn"},
784
933
  "ModelArtifacts":{"shape":"ModelArtifacts"},
785
934
  "TrainingJobStatus":{"shape":"TrainingJobStatus"},
786
935
  "SecondaryStatus":{"shape":"SecondaryStatus"},
@@ -932,6 +1081,171 @@
932
1081
  "type":"string",
933
1082
  "max":1024
934
1083
  },
1084
+ "FinalHyperParameterTuningJobObjectiveMetric":{
1085
+ "type":"structure",
1086
+ "required":[
1087
+ "MetricName",
1088
+ "Value"
1089
+ ],
1090
+ "members":{
1091
+ "Type":{"shape":"HyperParameterTuningJobObjectiveType"},
1092
+ "MetricName":{"shape":"MetricName"},
1093
+ "Value":{"shape":"MetricValue"}
1094
+ }
1095
+ },
1096
+ "HyperParameterAlgorithmSpecification":{
1097
+ "type":"structure",
1098
+ "required":[
1099
+ "TrainingImage",
1100
+ "TrainingInputMode"
1101
+ ],
1102
+ "members":{
1103
+ "TrainingImage":{"shape":"AlgorithmImage"},
1104
+ "TrainingInputMode":{"shape":"TrainingInputMode"},
1105
+ "MetricDefinitions":{"shape":"MetricDefinitionList"}
1106
+ }
1107
+ },
1108
+ "HyperParameterTrainingJobDefinition":{
1109
+ "type":"structure",
1110
+ "required":[
1111
+ "AlgorithmSpecification",
1112
+ "RoleArn",
1113
+ "InputDataConfig",
1114
+ "OutputDataConfig",
1115
+ "ResourceConfig",
1116
+ "StoppingCondition"
1117
+ ],
1118
+ "members":{
1119
+ "StaticHyperParameters":{"shape":"HyperParameters"},
1120
+ "AlgorithmSpecification":{"shape":"HyperParameterAlgorithmSpecification"},
1121
+ "RoleArn":{"shape":"RoleArn"},
1122
+ "InputDataConfig":{"shape":"InputDataConfig"},
1123
+ "VpcConfig":{"shape":"VpcConfig"},
1124
+ "OutputDataConfig":{"shape":"OutputDataConfig"},
1125
+ "ResourceConfig":{"shape":"ResourceConfig"},
1126
+ "StoppingCondition":{"shape":"StoppingCondition"}
1127
+ }
1128
+ },
1129
+ "HyperParameterTrainingJobSummaries":{
1130
+ "type":"list",
1131
+ "member":{"shape":"HyperParameterTrainingJobSummary"}
1132
+ },
1133
+ "HyperParameterTrainingJobSummary":{
1134
+ "type":"structure",
1135
+ "required":[
1136
+ "TrainingJobName",
1137
+ "TrainingJobArn",
1138
+ "CreationTime",
1139
+ "TrainingJobStatus",
1140
+ "TunedHyperParameters"
1141
+ ],
1142
+ "members":{
1143
+ "TrainingJobName":{"shape":"TrainingJobName"},
1144
+ "TrainingJobArn":{"shape":"TrainingJobArn"},
1145
+ "CreationTime":{"shape":"Timestamp"},
1146
+ "TrainingStartTime":{"shape":"Timestamp"},
1147
+ "TrainingEndTime":{"shape":"Timestamp"},
1148
+ "TrainingJobStatus":{"shape":"TrainingJobStatus"},
1149
+ "TunedHyperParameters":{"shape":"HyperParameters"},
1150
+ "FailureReason":{"shape":"FailureReason"},
1151
+ "FinalHyperParameterTuningJobObjectiveMetric":{"shape":"FinalHyperParameterTuningJobObjectiveMetric"},
1152
+ "ObjectiveStatus":{"shape":"ObjectiveStatus"}
1153
+ }
1154
+ },
1155
+ "HyperParameterTuningJobArn":{
1156
+ "type":"string",
1157
+ "max":256,
1158
+ "pattern":"arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:hyper-parameter-tuning-job/.*"
1159
+ },
1160
+ "HyperParameterTuningJobConfig":{
1161
+ "type":"structure",
1162
+ "required":[
1163
+ "Strategy",
1164
+ "HyperParameterTuningJobObjective",
1165
+ "ResourceLimits",
1166
+ "ParameterRanges"
1167
+ ],
1168
+ "members":{
1169
+ "Strategy":{"shape":"HyperParameterTuningJobStrategyType"},
1170
+ "HyperParameterTuningJobObjective":{"shape":"HyperParameterTuningJobObjective"},
1171
+ "ResourceLimits":{"shape":"ResourceLimits"},
1172
+ "ParameterRanges":{"shape":"ParameterRanges"}
1173
+ }
1174
+ },
1175
+ "HyperParameterTuningJobName":{
1176
+ "type":"string",
1177
+ "max":32,
1178
+ "min":1,
1179
+ "pattern":"^[a-zA-Z0-9](-*[a-zA-Z0-9])*"
1180
+ },
1181
+ "HyperParameterTuningJobObjective":{
1182
+ "type":"structure",
1183
+ "required":[
1184
+ "Type",
1185
+ "MetricName"
1186
+ ],
1187
+ "members":{
1188
+ "Type":{"shape":"HyperParameterTuningJobObjectiveType"},
1189
+ "MetricName":{"shape":"MetricName"}
1190
+ }
1191
+ },
1192
+ "HyperParameterTuningJobObjectiveType":{
1193
+ "type":"string",
1194
+ "enum":[
1195
+ "Maximize",
1196
+ "Minimize"
1197
+ ]
1198
+ },
1199
+ "HyperParameterTuningJobSortByOptions":{
1200
+ "type":"string",
1201
+ "enum":[
1202
+ "Name",
1203
+ "Status",
1204
+ "CreationTime"
1205
+ ]
1206
+ },
1207
+ "HyperParameterTuningJobStatus":{
1208
+ "type":"string",
1209
+ "enum":[
1210
+ "Completed",
1211
+ "InProgress",
1212
+ "Failed",
1213
+ "Stopped",
1214
+ "Stopping"
1215
+ ]
1216
+ },
1217
+ "HyperParameterTuningJobStrategyType":{
1218
+ "type":"string",
1219
+ "enum":["Bayesian"]
1220
+ },
1221
+ "HyperParameterTuningJobSummaries":{
1222
+ "type":"list",
1223
+ "member":{"shape":"HyperParameterTuningJobSummary"}
1224
+ },
1225
+ "HyperParameterTuningJobSummary":{
1226
+ "type":"structure",
1227
+ "required":[
1228
+ "HyperParameterTuningJobName",
1229
+ "HyperParameterTuningJobArn",
1230
+ "HyperParameterTuningJobStatus",
1231
+ "Strategy",
1232
+ "CreationTime",
1233
+ "TrainingJobStatusCounters",
1234
+ "ObjectiveStatusCounters"
1235
+ ],
1236
+ "members":{
1237
+ "HyperParameterTuningJobName":{"shape":"HyperParameterTuningJobName"},
1238
+ "HyperParameterTuningJobArn":{"shape":"HyperParameterTuningJobArn"},
1239
+ "HyperParameterTuningJobStatus":{"shape":"HyperParameterTuningJobStatus"},
1240
+ "Strategy":{"shape":"HyperParameterTuningJobStrategyType"},
1241
+ "CreationTime":{"shape":"Timestamp"},
1242
+ "HyperParameterTuningEndTime":{"shape":"Timestamp"},
1243
+ "LastModifiedTime":{"shape":"Timestamp"},
1244
+ "TrainingJobStatusCounters":{"shape":"TrainingJobStatusCounters"},
1245
+ "ObjectiveStatusCounters":{"shape":"ObjectiveStatusCounters"},
1246
+ "ResourceLimits":{"shape":"ResourceLimits"}
1247
+ }
1248
+ },
935
1249
  "HyperParameters":{
936
1250
  "type":"map",
937
1251
  "key":{"shape":"ParameterKey"},
@@ -970,6 +1284,25 @@
970
1284
  "ml.p3.16xlarge"
971
1285
  ]
972
1286
  },
1287
+ "IntegerParameterRange":{
1288
+ "type":"structure",
1289
+ "required":[
1290
+ "Name",
1291
+ "MinValue",
1292
+ "MaxValue"
1293
+ ],
1294
+ "members":{
1295
+ "Name":{"shape":"ParameterKey"},
1296
+ "MinValue":{"shape":"ParameterValue"},
1297
+ "MaxValue":{"shape":"ParameterValue"}
1298
+ }
1299
+ },
1300
+ "IntegerParameterRanges":{
1301
+ "type":"list",
1302
+ "member":{"shape":"IntegerParameterRange"},
1303
+ "max":20,
1304
+ "min":0
1305
+ },
973
1306
  "KmsKeyId":{
974
1307
  "type":"string",
975
1308
  "max":2048
@@ -1018,6 +1351,32 @@
1018
1351
  "NextToken":{"shape":"PaginationToken"}
1019
1352
  }
1020
1353
  },
1354
+ "ListHyperParameterTuningJobsRequest":{
1355
+ "type":"structure",
1356
+ "members":{
1357
+ "NextToken":{"shape":"NextToken"},
1358
+ "MaxResults":{
1359
+ "shape":"MaxResults",
1360
+ "box":true
1361
+ },
1362
+ "SortBy":{"shape":"HyperParameterTuningJobSortByOptions"},
1363
+ "SortOrder":{"shape":"SortOrder"},
1364
+ "NameContains":{"shape":"NameContains"},
1365
+ "CreationTimeAfter":{"shape":"Timestamp"},
1366
+ "CreationTimeBefore":{"shape":"Timestamp"},
1367
+ "LastModifiedTimeAfter":{"shape":"Timestamp"},
1368
+ "LastModifiedTimeBefore":{"shape":"Timestamp"},
1369
+ "StatusEquals":{"shape":"HyperParameterTuningJobStatus"}
1370
+ }
1371
+ },
1372
+ "ListHyperParameterTuningJobsResponse":{
1373
+ "type":"structure",
1374
+ "required":["HyperParameterTuningJobSummaries"],
1375
+ "members":{
1376
+ "HyperParameterTuningJobSummaries":{"shape":"HyperParameterTuningJobSummaries"},
1377
+ "NextToken":{"shape":"NextToken"}
1378
+ }
1379
+ },
1021
1380
  "ListModelsInput":{
1022
1381
  "type":"structure",
1023
1382
  "members":{
@@ -1102,6 +1461,26 @@
1102
1461
  "NextToken":{"shape":"NextToken"}
1103
1462
  }
1104
1463
  },
1464
+ "ListTrainingJobsForHyperParameterTuningJobRequest":{
1465
+ "type":"structure",
1466
+ "required":["HyperParameterTuningJobName"],
1467
+ "members":{
1468
+ "HyperParameterTuningJobName":{"shape":"HyperParameterTuningJobName"},
1469
+ "NextToken":{"shape":"NextToken"},
1470
+ "MaxResults":{"shape":"MaxResults"},
1471
+ "StatusEquals":{"shape":"TrainingJobStatus"},
1472
+ "SortBy":{"shape":"TrainingJobSortByOptions"},
1473
+ "SortOrder":{"shape":"SortOrder"}
1474
+ }
1475
+ },
1476
+ "ListTrainingJobsForHyperParameterTuningJobResponse":{
1477
+ "type":"structure",
1478
+ "required":["TrainingJobSummaries"],
1479
+ "members":{
1480
+ "TrainingJobSummaries":{"shape":"HyperParameterTrainingJobSummaries"},
1481
+ "NextToken":{"shape":"NextToken"}
1482
+ }
1483
+ },
1105
1484
  "ListTrainingJobsRequest":{
1106
1485
  "type":"structure",
1107
1486
  "members":{
@@ -1128,6 +1507,14 @@
1128
1507
  "NextToken":{"shape":"NextToken"}
1129
1508
  }
1130
1509
  },
1510
+ "MaxNumberOfTrainingJobs":{
1511
+ "type":"integer",
1512
+ "min":1
1513
+ },
1514
+ "MaxParallelTrainingJobs":{
1515
+ "type":"integer",
1516
+ "min":1
1517
+ },
1131
1518
  "MaxResults":{
1132
1519
  "type":"integer",
1133
1520
  "max":100,
@@ -1137,6 +1524,34 @@
1137
1524
  "type":"integer",
1138
1525
  "min":1
1139
1526
  },
1527
+ "MetricDefinition":{
1528
+ "type":"structure",
1529
+ "required":[
1530
+ "Name",
1531
+ "Regex"
1532
+ ],
1533
+ "members":{
1534
+ "Name":{"shape":"MetricName"},
1535
+ "Regex":{"shape":"MetricRegex"}
1536
+ }
1537
+ },
1538
+ "MetricDefinitionList":{
1539
+ "type":"list",
1540
+ "member":{"shape":"MetricDefinition"},
1541
+ "max":20,
1542
+ "min":0
1543
+ },
1544
+ "MetricName":{
1545
+ "type":"string",
1546
+ "max":255,
1547
+ "min":1
1548
+ },
1549
+ "MetricRegex":{
1550
+ "type":"string",
1551
+ "max":500,
1552
+ "min":1
1553
+ },
1554
+ "MetricValue":{"type":"float"},
1140
1555
  "ModelArn":{
1141
1556
  "type":"string",
1142
1557
  "max":2048,
@@ -1314,6 +1729,26 @@
1314
1729
  "member":{"shape":"NotebookInstanceSummary"}
1315
1730
  },
1316
1731
  "NotebookInstanceUrl":{"type":"string"},
1732
+ "ObjectiveStatus":{
1733
+ "type":"string",
1734
+ "enum":[
1735
+ "Succeeded",
1736
+ "Pending",
1737
+ "Failed"
1738
+ ]
1739
+ },
1740
+ "ObjectiveStatusCounter":{
1741
+ "type":"integer",
1742
+ "min":0
1743
+ },
1744
+ "ObjectiveStatusCounters":{
1745
+ "type":"structure",
1746
+ "members":{
1747
+ "Succeeded":{"shape":"ObjectiveStatusCounter"},
1748
+ "Pending":{"shape":"ObjectiveStatusCounter"},
1749
+ "Failed":{"shape":"ObjectiveStatusCounter"}
1750
+ }
1751
+ },
1317
1752
  "OrderKey":{
1318
1753
  "type":"string",
1319
1754
  "enum":[
@@ -1337,10 +1772,24 @@
1337
1772
  "type":"string",
1338
1773
  "max":256
1339
1774
  },
1775
+ "ParameterRanges":{
1776
+ "type":"structure",
1777
+ "members":{
1778
+ "IntegerParameterRanges":{"shape":"IntegerParameterRanges"},
1779
+ "ContinuousParameterRanges":{"shape":"ContinuousParameterRanges"},
1780
+ "CategoricalParameterRanges":{"shape":"CategoricalParameterRanges"}
1781
+ }
1782
+ },
1340
1783
  "ParameterValue":{
1341
1784
  "type":"string",
1342
1785
  "max":256
1343
1786
  },
1787
+ "ParameterValues":{
1788
+ "type":"list",
1789
+ "member":{"shape":"ParameterValue"},
1790
+ "max":20,
1791
+ "min":1
1792
+ },
1344
1793
  "ProductionVariant":{
1345
1794
  "type":"structure",
1346
1795
  "required":[
@@ -1454,6 +1903,17 @@
1454
1903
  },
1455
1904
  "exception":true
1456
1905
  },
1906
+ "ResourceLimits":{
1907
+ "type":"structure",
1908
+ "required":[
1909
+ "MaxNumberOfTrainingJobs",
1910
+ "MaxParallelTrainingJobs"
1911
+ ],
1912
+ "members":{
1913
+ "MaxNumberOfTrainingJobs":{"shape":"MaxNumberOfTrainingJobs"},
1914
+ "MaxParallelTrainingJobs":{"shape":"MaxParallelTrainingJobs"}
1915
+ }
1916
+ },
1457
1917
  "ResourceNotFound":{
1458
1918
  "type":"structure",
1459
1919
  "members":{
@@ -1548,6 +2008,13 @@
1548
2008
  "NotebookInstanceName":{"shape":"NotebookInstanceName"}
1549
2009
  }
1550
2010
  },
2011
+ "StopHyperParameterTuningJobRequest":{
2012
+ "type":"structure",
2013
+ "required":["HyperParameterTuningJobName"],
2014
+ "members":{
2015
+ "HyperParameterTuningJobName":{"shape":"HyperParameterTuningJobName"}
2016
+ }
2017
+ },
1551
2018
  "StopNotebookInstanceInput":{
1552
2019
  "type":"structure",
1553
2020
  "required":["NotebookInstanceName"],
@@ -1663,7 +2130,7 @@
1663
2130
  "TrainingJobArn":{
1664
2131
  "type":"string",
1665
2132
  "max":256,
1666
- "pattern":"arn:aws[a-z\\-]*:sagemaker:[\\p{Alnum}\\-]*:[0-9]{12}:training-job/.*"
2133
+ "pattern":"arn:aws[a-z\\-]*:sagemaker:[a-z0-9\\-]*:[0-9]{12}:training-job/.*"
1667
2134
  },
1668
2135
  "TrainingJobName":{
1669
2136
  "type":"string",
@@ -1671,6 +2138,15 @@
1671
2138
  "min":1,
1672
2139
  "pattern":"^[a-zA-Z0-9](-*[a-zA-Z0-9])*"
1673
2140
  },
2141
+ "TrainingJobSortByOptions":{
2142
+ "type":"string",
2143
+ "enum":[
2144
+ "Name",
2145
+ "CreationTime",
2146
+ "Status",
2147
+ "FinalObjectiveMetricValue"
2148
+ ]
2149
+ },
1674
2150
  "TrainingJobStatus":{
1675
2151
  "type":"string",
1676
2152
  "enum":[
@@ -1681,6 +2157,20 @@
1681
2157
  "Stopped"
1682
2158
  ]
1683
2159
  },
2160
+ "TrainingJobStatusCounter":{
2161
+ "type":"integer",
2162
+ "min":0
2163
+ },
2164
+ "TrainingJobStatusCounters":{
2165
+ "type":"structure",
2166
+ "members":{
2167
+ "Completed":{"shape":"TrainingJobStatusCounter"},
2168
+ "InProgress":{"shape":"TrainingJobStatusCounter"},
2169
+ "RetryableError":{"shape":"TrainingJobStatusCounter"},
2170
+ "NonRetryableError":{"shape":"TrainingJobStatusCounter"},
2171
+ "Stopped":{"shape":"TrainingJobStatusCounter"}
2172
+ }
2173
+ },
1684
2174
  "TrainingJobSummaries":{
1685
2175
  "type":"list",
1686
2176
  "member":{"shape":"TrainingJobSummary"}