aws-sdk 2.776.0 → 2.780.0
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/CHANGELOG.md +17 -1
- package/README.md +1 -1
- package/apis/appflow-2020-08-23.min.json +63 -40
- package/apis/glue-2017-03-31.min.json +136 -111
- package/apis/kendra-2019-02-03.min.json +131 -26
- package/apis/mediatailor-2018-04-23.min.json +32 -7
- package/apis/neptune-2014-10-31.min.json +240 -74
- package/apis/neptune-2014-10-31.paginators.json +6 -0
- package/apis/quicksight-2018-04-01.min.json +112 -105
- package/apis/sagemaker-2017-07-24.min.json +913 -439
- package/apis/sagemaker-2017-07-24.paginators.json +12 -0
- package/apis/sns-2010-03-31.min.json +5 -2
- package/clients/accessanalyzer.d.ts +4 -4
- package/clients/appflow.d.ts +48 -9
- package/clients/glue.d.ts +86 -53
- package/clients/kendra.d.ts +158 -1
- package/clients/macie2.d.ts +15 -15
- package/clients/mediatailor.d.ts +26 -0
- package/clients/neptune.d.ts +299 -3
- package/clients/quicksight.d.ts +19 -4
- package/clients/sagemaker.d.ts +723 -30
- package/clients/servicecatalog.d.ts +1 -1
- package/clients/sns.d.ts +18 -6
- package/dist/aws-sdk-core-react-native.js +1 -1
- package/dist/aws-sdk-react-native.js +11 -11
- package/dist/aws-sdk.js +8 -5
- package/dist/aws-sdk.min.js +12 -12
- package/lib/core.js +1 -1
- package/package.json +1 -1
|
@@ -71,10 +71,10 @@
|
|
|
71
71
|
"shape": "Sg"
|
|
72
72
|
},
|
|
73
73
|
"InferenceSpecification": {
|
|
74
|
-
"shape": "
|
|
74
|
+
"shape": "S1d"
|
|
75
75
|
},
|
|
76
76
|
"ValidationSpecification": {
|
|
77
|
-
"shape": "
|
|
77
|
+
"shape": "S1p"
|
|
78
78
|
},
|
|
79
79
|
"CertifyForMarketplace": {
|
|
80
80
|
"type": "boolean"
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
"shape": "S3"
|
|
110
110
|
},
|
|
111
111
|
"ResourceSpec": {
|
|
112
|
-
"shape": "
|
|
112
|
+
"shape": "S39"
|
|
113
113
|
}
|
|
114
114
|
}
|
|
115
115
|
},
|
|
@@ -120,6 +120,29 @@
|
|
|
120
120
|
}
|
|
121
121
|
}
|
|
122
122
|
},
|
|
123
|
+
"CreateAppImageConfig": {
|
|
124
|
+
"input": {
|
|
125
|
+
"type": "structure",
|
|
126
|
+
"required": [
|
|
127
|
+
"AppImageConfigName"
|
|
128
|
+
],
|
|
129
|
+
"members": {
|
|
130
|
+
"AppImageConfigName": {},
|
|
131
|
+
"Tags": {
|
|
132
|
+
"shape": "S3"
|
|
133
|
+
},
|
|
134
|
+
"KernelGatewayImageConfig": {
|
|
135
|
+
"shape": "S3h"
|
|
136
|
+
}
|
|
137
|
+
}
|
|
138
|
+
},
|
|
139
|
+
"output": {
|
|
140
|
+
"type": "structure",
|
|
141
|
+
"members": {
|
|
142
|
+
"AppImageConfigArn": {}
|
|
143
|
+
}
|
|
144
|
+
}
|
|
145
|
+
},
|
|
123
146
|
"CreateAutoMLJob": {
|
|
124
147
|
"input": {
|
|
125
148
|
"type": "structure",
|
|
@@ -132,17 +155,17 @@
|
|
|
132
155
|
"members": {
|
|
133
156
|
"AutoMLJobName": {},
|
|
134
157
|
"InputDataConfig": {
|
|
135
|
-
"shape": "
|
|
158
|
+
"shape": "S3u"
|
|
136
159
|
},
|
|
137
160
|
"OutputDataConfig": {
|
|
138
|
-
"shape": "
|
|
161
|
+
"shape": "S40"
|
|
139
162
|
},
|
|
140
163
|
"ProblemType": {},
|
|
141
164
|
"AutoMLJobObjective": {
|
|
142
|
-
"shape": "
|
|
165
|
+
"shape": "S42"
|
|
143
166
|
},
|
|
144
167
|
"AutoMLJobConfig": {
|
|
145
|
-
"shape": "
|
|
168
|
+
"shape": "S44"
|
|
146
169
|
},
|
|
147
170
|
"RoleArn": {},
|
|
148
171
|
"GenerateCandidateDefinitionsOnly": {
|
|
@@ -173,7 +196,7 @@
|
|
|
173
196
|
"members": {
|
|
174
197
|
"CodeRepositoryName": {},
|
|
175
198
|
"GitConfig": {
|
|
176
|
-
"shape": "
|
|
199
|
+
"shape": "S4j"
|
|
177
200
|
}
|
|
178
201
|
}
|
|
179
202
|
},
|
|
@@ -201,13 +224,16 @@
|
|
|
201
224
|
"CompilationJobName": {},
|
|
202
225
|
"RoleArn": {},
|
|
203
226
|
"InputConfig": {
|
|
204
|
-
"shape": "
|
|
227
|
+
"shape": "S4q"
|
|
205
228
|
},
|
|
206
229
|
"OutputConfig": {
|
|
207
|
-
"shape": "
|
|
230
|
+
"shape": "S4t"
|
|
208
231
|
},
|
|
209
232
|
"StoppingCondition": {
|
|
210
|
-
"shape": "
|
|
233
|
+
"shape": "S2i"
|
|
234
|
+
},
|
|
235
|
+
"Tags": {
|
|
236
|
+
"shape": "S3"
|
|
211
237
|
}
|
|
212
238
|
}
|
|
213
239
|
},
|
|
@@ -235,17 +261,17 @@
|
|
|
235
261
|
"DomainName": {},
|
|
236
262
|
"AuthMode": {},
|
|
237
263
|
"DefaultUserSettings": {
|
|
238
|
-
"shape": "
|
|
264
|
+
"shape": "S55"
|
|
239
265
|
},
|
|
240
266
|
"SubnetIds": {
|
|
241
|
-
"shape": "
|
|
267
|
+
"shape": "S4d"
|
|
242
268
|
},
|
|
243
269
|
"VpcId": {},
|
|
244
270
|
"Tags": {
|
|
245
271
|
"shape": "S3"
|
|
246
272
|
},
|
|
247
|
-
"
|
|
248
|
-
"
|
|
273
|
+
"AppNetworkAccessType": {},
|
|
274
|
+
"HomeEfsFileSystemKmsKeyId": {}
|
|
249
275
|
}
|
|
250
276
|
},
|
|
251
277
|
"output": {
|
|
@@ -291,10 +317,10 @@
|
|
|
291
317
|
"members": {
|
|
292
318
|
"EndpointConfigName": {},
|
|
293
319
|
"ProductionVariants": {
|
|
294
|
-
"shape": "
|
|
320
|
+
"shape": "S5r"
|
|
295
321
|
},
|
|
296
322
|
"DataCaptureConfig": {
|
|
297
|
-
"shape": "
|
|
323
|
+
"shape": "S5y"
|
|
298
324
|
},
|
|
299
325
|
"Tags": {
|
|
300
326
|
"shape": "S3"
|
|
@@ -346,16 +372,16 @@
|
|
|
346
372
|
"members": {
|
|
347
373
|
"FlowDefinitionName": {},
|
|
348
374
|
"HumanLoopRequestSource": {
|
|
349
|
-
"shape": "
|
|
375
|
+
"shape": "S6i"
|
|
350
376
|
},
|
|
351
377
|
"HumanLoopActivationConfig": {
|
|
352
|
-
"shape": "
|
|
378
|
+
"shape": "S6k"
|
|
353
379
|
},
|
|
354
380
|
"HumanLoopConfig": {
|
|
355
|
-
"shape": "
|
|
381
|
+
"shape": "S6n"
|
|
356
382
|
},
|
|
357
383
|
"OutputConfig": {
|
|
358
|
-
"shape": "
|
|
384
|
+
"shape": "S72"
|
|
359
385
|
},
|
|
360
386
|
"RoleArn": {},
|
|
361
387
|
"Tags": {
|
|
@@ -383,7 +409,7 @@
|
|
|
383
409
|
"members": {
|
|
384
410
|
"HumanTaskUiName": {},
|
|
385
411
|
"UiTemplate": {
|
|
386
|
-
"shape": "
|
|
412
|
+
"shape": "S77"
|
|
387
413
|
},
|
|
388
414
|
"Tags": {
|
|
389
415
|
"shape": "S3"
|
|
@@ -410,16 +436,16 @@
|
|
|
410
436
|
"members": {
|
|
411
437
|
"HyperParameterTuningJobName": {},
|
|
412
438
|
"HyperParameterTuningJobConfig": {
|
|
413
|
-
"shape": "
|
|
439
|
+
"shape": "S7c"
|
|
414
440
|
},
|
|
415
441
|
"TrainingJobDefinition": {
|
|
416
|
-
"shape": "
|
|
442
|
+
"shape": "S7t"
|
|
417
443
|
},
|
|
418
444
|
"TrainingJobDefinitions": {
|
|
419
|
-
"shape": "
|
|
445
|
+
"shape": "S7z"
|
|
420
446
|
},
|
|
421
447
|
"WarmStartConfig": {
|
|
422
|
-
"shape": "
|
|
448
|
+
"shape": "S80"
|
|
423
449
|
},
|
|
424
450
|
"Tags": {
|
|
425
451
|
"shape": "S3"
|
|
@@ -436,6 +462,53 @@
|
|
|
436
462
|
}
|
|
437
463
|
}
|
|
438
464
|
},
|
|
465
|
+
"CreateImage": {
|
|
466
|
+
"input": {
|
|
467
|
+
"type": "structure",
|
|
468
|
+
"required": [
|
|
469
|
+
"ImageName",
|
|
470
|
+
"RoleArn"
|
|
471
|
+
],
|
|
472
|
+
"members": {
|
|
473
|
+
"Description": {},
|
|
474
|
+
"DisplayName": {},
|
|
475
|
+
"ImageName": {},
|
|
476
|
+
"RoleArn": {},
|
|
477
|
+
"Tags": {
|
|
478
|
+
"shape": "S3"
|
|
479
|
+
}
|
|
480
|
+
}
|
|
481
|
+
},
|
|
482
|
+
"output": {
|
|
483
|
+
"type": "structure",
|
|
484
|
+
"members": {
|
|
485
|
+
"ImageArn": {}
|
|
486
|
+
}
|
|
487
|
+
}
|
|
488
|
+
},
|
|
489
|
+
"CreateImageVersion": {
|
|
490
|
+
"input": {
|
|
491
|
+
"type": "structure",
|
|
492
|
+
"required": [
|
|
493
|
+
"BaseImage",
|
|
494
|
+
"ClientToken",
|
|
495
|
+
"ImageName"
|
|
496
|
+
],
|
|
497
|
+
"members": {
|
|
498
|
+
"BaseImage": {},
|
|
499
|
+
"ClientToken": {
|
|
500
|
+
"idempotencyToken": true
|
|
501
|
+
},
|
|
502
|
+
"ImageName": {}
|
|
503
|
+
}
|
|
504
|
+
},
|
|
505
|
+
"output": {
|
|
506
|
+
"type": "structure",
|
|
507
|
+
"members": {
|
|
508
|
+
"ImageVersionArn": {}
|
|
509
|
+
}
|
|
510
|
+
}
|
|
511
|
+
},
|
|
439
512
|
"CreateLabelingJob": {
|
|
440
513
|
"input": {
|
|
441
514
|
"type": "structure",
|
|
@@ -451,21 +524,21 @@
|
|
|
451
524
|
"LabelingJobName": {},
|
|
452
525
|
"LabelAttributeName": {},
|
|
453
526
|
"InputConfig": {
|
|
454
|
-
"shape": "
|
|
527
|
+
"shape": "S8h"
|
|
455
528
|
},
|
|
456
529
|
"OutputConfig": {
|
|
457
|
-
"shape": "
|
|
530
|
+
"shape": "S8p"
|
|
458
531
|
},
|
|
459
532
|
"RoleArn": {},
|
|
460
533
|
"LabelCategoryConfigS3Uri": {},
|
|
461
534
|
"StoppingConditions": {
|
|
462
|
-
"shape": "
|
|
535
|
+
"shape": "S8q"
|
|
463
536
|
},
|
|
464
537
|
"LabelingJobAlgorithmsConfig": {
|
|
465
|
-
"shape": "
|
|
538
|
+
"shape": "S8t"
|
|
466
539
|
},
|
|
467
540
|
"HumanTaskConfig": {
|
|
468
|
-
"shape": "
|
|
541
|
+
"shape": "S8x"
|
|
469
542
|
},
|
|
470
543
|
"Tags": {
|
|
471
544
|
"shape": "S3"
|
|
@@ -492,17 +565,17 @@
|
|
|
492
565
|
"members": {
|
|
493
566
|
"ModelName": {},
|
|
494
567
|
"PrimaryContainer": {
|
|
495
|
-
"shape": "
|
|
568
|
+
"shape": "S9c"
|
|
496
569
|
},
|
|
497
570
|
"Containers": {
|
|
498
|
-
"shape": "
|
|
571
|
+
"shape": "S9k"
|
|
499
572
|
},
|
|
500
573
|
"ExecutionRoleArn": {},
|
|
501
574
|
"Tags": {
|
|
502
575
|
"shape": "S3"
|
|
503
576
|
},
|
|
504
577
|
"VpcConfig": {
|
|
505
|
-
"shape": "
|
|
578
|
+
"shape": "S4a"
|
|
506
579
|
},
|
|
507
580
|
"EnableNetworkIsolation": {
|
|
508
581
|
"type": "boolean"
|
|
@@ -522,20 +595,17 @@
|
|
|
522
595
|
"CreateModelPackage": {
|
|
523
596
|
"input": {
|
|
524
597
|
"type": "structure",
|
|
525
|
-
"required": [
|
|
526
|
-
"ModelPackageName"
|
|
527
|
-
],
|
|
528
598
|
"members": {
|
|
529
599
|
"ModelPackageName": {},
|
|
530
600
|
"ModelPackageDescription": {},
|
|
531
601
|
"InferenceSpecification": {
|
|
532
|
-
"shape": "
|
|
602
|
+
"shape": "S1d"
|
|
533
603
|
},
|
|
534
604
|
"ValidationSpecification": {
|
|
535
|
-
"shape": "
|
|
605
|
+
"shape": "S9n"
|
|
536
606
|
},
|
|
537
607
|
"SourceAlgorithmSpecification": {
|
|
538
|
-
"shape": "
|
|
608
|
+
"shape": "S9q"
|
|
539
609
|
},
|
|
540
610
|
"CertifyForMarketplace": {
|
|
541
611
|
"type": "boolean"
|
|
@@ -562,7 +632,7 @@
|
|
|
562
632
|
"members": {
|
|
563
633
|
"MonitoringScheduleName": {},
|
|
564
634
|
"MonitoringScheduleConfig": {
|
|
565
|
-
"shape": "
|
|
635
|
+
"shape": "S9x"
|
|
566
636
|
},
|
|
567
637
|
"Tags": {
|
|
568
638
|
"shape": "S3"
|
|
@@ -592,7 +662,7 @@
|
|
|
592
662
|
"InstanceType": {},
|
|
593
663
|
"SubnetId": {},
|
|
594
664
|
"SecurityGroupIds": {
|
|
595
|
-
"shape": "
|
|
665
|
+
"shape": "S56"
|
|
596
666
|
},
|
|
597
667
|
"RoleArn": {},
|
|
598
668
|
"KmsKeyId": {},
|
|
@@ -605,11 +675,11 @@
|
|
|
605
675
|
"type": "integer"
|
|
606
676
|
},
|
|
607
677
|
"AcceleratorTypes": {
|
|
608
|
-
"shape": "
|
|
678
|
+
"shape": "Sb5"
|
|
609
679
|
},
|
|
610
680
|
"DefaultCodeRepository": {},
|
|
611
681
|
"AdditionalCodeRepositories": {
|
|
612
|
-
"shape": "
|
|
682
|
+
"shape": "Sb8"
|
|
613
683
|
},
|
|
614
684
|
"RootAccess": {}
|
|
615
685
|
}
|
|
@@ -630,10 +700,10 @@
|
|
|
630
700
|
"members": {
|
|
631
701
|
"NotebookInstanceLifecycleConfigName": {},
|
|
632
702
|
"OnCreate": {
|
|
633
|
-
"shape": "
|
|
703
|
+
"shape": "Sbd"
|
|
634
704
|
},
|
|
635
705
|
"OnStart": {
|
|
636
|
-
"shape": "
|
|
706
|
+
"shape": "Sbd"
|
|
637
707
|
}
|
|
638
708
|
}
|
|
639
709
|
},
|
|
@@ -697,33 +767,33 @@
|
|
|
697
767
|
],
|
|
698
768
|
"members": {
|
|
699
769
|
"ProcessingInputs": {
|
|
700
|
-
"shape": "
|
|
770
|
+
"shape": "Sbq"
|
|
701
771
|
},
|
|
702
772
|
"ProcessingOutputConfig": {
|
|
703
|
-
"shape": "
|
|
773
|
+
"shape": "Sbw"
|
|
704
774
|
},
|
|
705
775
|
"ProcessingJobName": {},
|
|
706
776
|
"ProcessingResources": {
|
|
707
|
-
"shape": "
|
|
777
|
+
"shape": "Sc1"
|
|
708
778
|
},
|
|
709
779
|
"StoppingCondition": {
|
|
710
|
-
"shape": "
|
|
780
|
+
"shape": "Sc3"
|
|
711
781
|
},
|
|
712
782
|
"AppSpecification": {
|
|
713
|
-
"shape": "
|
|
783
|
+
"shape": "Sc5"
|
|
714
784
|
},
|
|
715
785
|
"Environment": {
|
|
716
|
-
"shape": "
|
|
786
|
+
"shape": "Sc7"
|
|
717
787
|
},
|
|
718
788
|
"NetworkConfig": {
|
|
719
|
-
"shape": "
|
|
789
|
+
"shape": "Saw"
|
|
720
790
|
},
|
|
721
791
|
"RoleArn": {},
|
|
722
792
|
"Tags": {
|
|
723
793
|
"shape": "S3"
|
|
724
794
|
},
|
|
725
795
|
"ExperimentConfig": {
|
|
726
|
-
"shape": "
|
|
796
|
+
"shape": "Sc8"
|
|
727
797
|
}
|
|
728
798
|
}
|
|
729
799
|
},
|
|
@@ -751,26 +821,26 @@
|
|
|
751
821
|
"members": {
|
|
752
822
|
"TrainingJobName": {},
|
|
753
823
|
"HyperParameters": {
|
|
754
|
-
"shape": "
|
|
824
|
+
"shape": "S1u"
|
|
755
825
|
},
|
|
756
826
|
"AlgorithmSpecification": {
|
|
757
|
-
"shape": "
|
|
827
|
+
"shape": "Scd"
|
|
758
828
|
},
|
|
759
829
|
"RoleArn": {},
|
|
760
830
|
"InputDataConfig": {
|
|
761
|
-
"shape": "
|
|
831
|
+
"shape": "S1w"
|
|
762
832
|
},
|
|
763
833
|
"OutputDataConfig": {
|
|
764
|
-
"shape": "
|
|
834
|
+
"shape": "S2d"
|
|
765
835
|
},
|
|
766
836
|
"ResourceConfig": {
|
|
767
|
-
"shape": "
|
|
837
|
+
"shape": "S2f"
|
|
768
838
|
},
|
|
769
839
|
"VpcConfig": {
|
|
770
|
-
"shape": "
|
|
840
|
+
"shape": "S4a"
|
|
771
841
|
},
|
|
772
842
|
"StoppingCondition": {
|
|
773
|
-
"shape": "
|
|
843
|
+
"shape": "S2i"
|
|
774
844
|
},
|
|
775
845
|
"Tags": {
|
|
776
846
|
"shape": "S3"
|
|
@@ -785,19 +855,19 @@
|
|
|
785
855
|
"type": "boolean"
|
|
786
856
|
},
|
|
787
857
|
"CheckpointConfig": {
|
|
788
|
-
"shape": "
|
|
858
|
+
"shape": "S7y"
|
|
789
859
|
},
|
|
790
860
|
"DebugHookConfig": {
|
|
791
|
-
"shape": "
|
|
861
|
+
"shape": "Sce"
|
|
792
862
|
},
|
|
793
863
|
"DebugRuleConfigurations": {
|
|
794
|
-
"shape": "
|
|
864
|
+
"shape": "Scm"
|
|
795
865
|
},
|
|
796
866
|
"TensorBoardOutputConfig": {
|
|
797
|
-
"shape": "
|
|
867
|
+
"shape": "Scr"
|
|
798
868
|
},
|
|
799
869
|
"ExperimentConfig": {
|
|
800
|
-
"shape": "
|
|
870
|
+
"shape": "Sc8"
|
|
801
871
|
}
|
|
802
872
|
}
|
|
803
873
|
},
|
|
@@ -828,32 +898,32 @@
|
|
|
828
898
|
"type": "integer"
|
|
829
899
|
},
|
|
830
900
|
"ModelClientConfig": {
|
|
831
|
-
"shape": "
|
|
901
|
+
"shape": "Scw"
|
|
832
902
|
},
|
|
833
903
|
"MaxPayloadInMB": {
|
|
834
904
|
"type": "integer"
|
|
835
905
|
},
|
|
836
906
|
"BatchStrategy": {},
|
|
837
907
|
"Environment": {
|
|
838
|
-
"shape": "
|
|
908
|
+
"shape": "S2p"
|
|
839
909
|
},
|
|
840
910
|
"TransformInput": {
|
|
841
|
-
"shape": "
|
|
911
|
+
"shape": "S2s"
|
|
842
912
|
},
|
|
843
913
|
"TransformOutput": {
|
|
844
|
-
"shape": "
|
|
914
|
+
"shape": "S2w"
|
|
845
915
|
},
|
|
846
916
|
"TransformResources": {
|
|
847
|
-
"shape": "
|
|
917
|
+
"shape": "S2z"
|
|
848
918
|
},
|
|
849
919
|
"DataProcessing": {
|
|
850
|
-
"shape": "
|
|
920
|
+
"shape": "Scz"
|
|
851
921
|
},
|
|
852
922
|
"Tags": {
|
|
853
923
|
"shape": "S3"
|
|
854
924
|
},
|
|
855
925
|
"ExperimentConfig": {
|
|
856
|
-
"shape": "
|
|
926
|
+
"shape": "Sc8"
|
|
857
927
|
}
|
|
858
928
|
}
|
|
859
929
|
},
|
|
@@ -900,7 +970,7 @@
|
|
|
900
970
|
"TrialComponentName": {},
|
|
901
971
|
"DisplayName": {},
|
|
902
972
|
"Status": {
|
|
903
|
-
"shape": "
|
|
973
|
+
"shape": "Sd7"
|
|
904
974
|
},
|
|
905
975
|
"StartTime": {
|
|
906
976
|
"type": "timestamp"
|
|
@@ -909,13 +979,13 @@
|
|
|
909
979
|
"type": "timestamp"
|
|
910
980
|
},
|
|
911
981
|
"Parameters": {
|
|
912
|
-
"shape": "
|
|
982
|
+
"shape": "Sdb"
|
|
913
983
|
},
|
|
914
984
|
"InputArtifacts": {
|
|
915
|
-
"shape": "
|
|
985
|
+
"shape": "Sdg"
|
|
916
986
|
},
|
|
917
987
|
"OutputArtifacts": {
|
|
918
|
-
"shape": "
|
|
988
|
+
"shape": "Sdg"
|
|
919
989
|
},
|
|
920
990
|
"Tags": {
|
|
921
991
|
"shape": "S3"
|
|
@@ -945,7 +1015,7 @@
|
|
|
945
1015
|
"shape": "S3"
|
|
946
1016
|
},
|
|
947
1017
|
"UserSettings": {
|
|
948
|
-
"shape": "
|
|
1018
|
+
"shape": "S55"
|
|
949
1019
|
}
|
|
950
1020
|
}
|
|
951
1021
|
},
|
|
@@ -964,13 +1034,13 @@
|
|
|
964
1034
|
],
|
|
965
1035
|
"members": {
|
|
966
1036
|
"CognitoConfig": {
|
|
967
|
-
"shape": "
|
|
1037
|
+
"shape": "Sds"
|
|
968
1038
|
},
|
|
969
1039
|
"OidcConfig": {
|
|
970
|
-
"shape": "
|
|
1040
|
+
"shape": "Sdv"
|
|
971
1041
|
},
|
|
972
1042
|
"SourceIpConfig": {
|
|
973
|
-
"shape": "
|
|
1043
|
+
"shape": "Sdy"
|
|
974
1044
|
},
|
|
975
1045
|
"WorkforceName": {},
|
|
976
1046
|
"Tags": {
|
|
@@ -1000,11 +1070,11 @@
|
|
|
1000
1070
|
"WorkteamName": {},
|
|
1001
1071
|
"WorkforceName": {},
|
|
1002
1072
|
"MemberDefinitions": {
|
|
1003
|
-
"shape": "
|
|
1073
|
+
"shape": "Se6"
|
|
1004
1074
|
},
|
|
1005
1075
|
"Description": {},
|
|
1006
1076
|
"NotificationConfiguration": {
|
|
1007
|
-
"shape": "
|
|
1077
|
+
"shape": "See"
|
|
1008
1078
|
},
|
|
1009
1079
|
"Tags": {
|
|
1010
1080
|
"shape": "S3"
|
|
@@ -1046,6 +1116,17 @@
|
|
|
1046
1116
|
}
|
|
1047
1117
|
}
|
|
1048
1118
|
},
|
|
1119
|
+
"DeleteAppImageConfig": {
|
|
1120
|
+
"input": {
|
|
1121
|
+
"type": "structure",
|
|
1122
|
+
"required": [
|
|
1123
|
+
"AppImageConfigName"
|
|
1124
|
+
],
|
|
1125
|
+
"members": {
|
|
1126
|
+
"AppImageConfigName": {}
|
|
1127
|
+
}
|
|
1128
|
+
}
|
|
1129
|
+
},
|
|
1049
1130
|
"DeleteCodeRepository": {
|
|
1050
1131
|
"input": {
|
|
1051
1132
|
"type": "structure",
|
|
@@ -1143,6 +1224,40 @@
|
|
|
1143
1224
|
"members": {}
|
|
1144
1225
|
}
|
|
1145
1226
|
},
|
|
1227
|
+
"DeleteImage": {
|
|
1228
|
+
"input": {
|
|
1229
|
+
"type": "structure",
|
|
1230
|
+
"required": [
|
|
1231
|
+
"ImageName"
|
|
1232
|
+
],
|
|
1233
|
+
"members": {
|
|
1234
|
+
"ImageName": {}
|
|
1235
|
+
}
|
|
1236
|
+
},
|
|
1237
|
+
"output": {
|
|
1238
|
+
"type": "structure",
|
|
1239
|
+
"members": {}
|
|
1240
|
+
}
|
|
1241
|
+
},
|
|
1242
|
+
"DeleteImageVersion": {
|
|
1243
|
+
"input": {
|
|
1244
|
+
"type": "structure",
|
|
1245
|
+
"required": [
|
|
1246
|
+
"ImageName",
|
|
1247
|
+
"Version"
|
|
1248
|
+
],
|
|
1249
|
+
"members": {
|
|
1250
|
+
"ImageName": {},
|
|
1251
|
+
"Version": {
|
|
1252
|
+
"type": "integer"
|
|
1253
|
+
}
|
|
1254
|
+
}
|
|
1255
|
+
},
|
|
1256
|
+
"output": {
|
|
1257
|
+
"type": "structure",
|
|
1258
|
+
"members": {}
|
|
1259
|
+
}
|
|
1260
|
+
},
|
|
1146
1261
|
"DeleteModel": {
|
|
1147
1262
|
"input": {
|
|
1148
1263
|
"type": "structure",
|
|
@@ -1333,20 +1448,20 @@
|
|
|
1333
1448
|
"shape": "Sg"
|
|
1334
1449
|
},
|
|
1335
1450
|
"InferenceSpecification": {
|
|
1336
|
-
"shape": "
|
|
1451
|
+
"shape": "S1d"
|
|
1337
1452
|
},
|
|
1338
1453
|
"ValidationSpecification": {
|
|
1339
|
-
"shape": "
|
|
1454
|
+
"shape": "S1p"
|
|
1340
1455
|
},
|
|
1341
1456
|
"AlgorithmStatus": {},
|
|
1342
1457
|
"AlgorithmStatusDetails": {
|
|
1343
1458
|
"type": "structure",
|
|
1344
1459
|
"members": {
|
|
1345
1460
|
"ValidationStatuses": {
|
|
1346
|
-
"shape": "
|
|
1461
|
+
"shape": "Sfn"
|
|
1347
1462
|
},
|
|
1348
1463
|
"ImageScanStatuses": {
|
|
1349
|
-
"shape": "
|
|
1464
|
+
"shape": "Sfn"
|
|
1350
1465
|
}
|
|
1351
1466
|
}
|
|
1352
1467
|
},
|
|
@@ -1393,7 +1508,34 @@
|
|
|
1393
1508
|
},
|
|
1394
1509
|
"FailureReason": {},
|
|
1395
1510
|
"ResourceSpec": {
|
|
1396
|
-
"shape": "
|
|
1511
|
+
"shape": "S39"
|
|
1512
|
+
}
|
|
1513
|
+
}
|
|
1514
|
+
}
|
|
1515
|
+
},
|
|
1516
|
+
"DescribeAppImageConfig": {
|
|
1517
|
+
"input": {
|
|
1518
|
+
"type": "structure",
|
|
1519
|
+
"required": [
|
|
1520
|
+
"AppImageConfigName"
|
|
1521
|
+
],
|
|
1522
|
+
"members": {
|
|
1523
|
+
"AppImageConfigName": {}
|
|
1524
|
+
}
|
|
1525
|
+
},
|
|
1526
|
+
"output": {
|
|
1527
|
+
"type": "structure",
|
|
1528
|
+
"members": {
|
|
1529
|
+
"AppImageConfigArn": {},
|
|
1530
|
+
"AppImageConfigName": {},
|
|
1531
|
+
"CreationTime": {
|
|
1532
|
+
"type": "timestamp"
|
|
1533
|
+
},
|
|
1534
|
+
"LastModifiedTime": {
|
|
1535
|
+
"type": "timestamp"
|
|
1536
|
+
},
|
|
1537
|
+
"KernelGatewayImageConfig": {
|
|
1538
|
+
"shape": "S3h"
|
|
1397
1539
|
}
|
|
1398
1540
|
}
|
|
1399
1541
|
}
|
|
@@ -1425,18 +1567,18 @@
|
|
|
1425
1567
|
"AutoMLJobName": {},
|
|
1426
1568
|
"AutoMLJobArn": {},
|
|
1427
1569
|
"InputDataConfig": {
|
|
1428
|
-
"shape": "
|
|
1570
|
+
"shape": "S3u"
|
|
1429
1571
|
},
|
|
1430
1572
|
"OutputDataConfig": {
|
|
1431
|
-
"shape": "
|
|
1573
|
+
"shape": "S40"
|
|
1432
1574
|
},
|
|
1433
1575
|
"RoleArn": {},
|
|
1434
1576
|
"AutoMLJobObjective": {
|
|
1435
|
-
"shape": "
|
|
1577
|
+
"shape": "S42"
|
|
1436
1578
|
},
|
|
1437
1579
|
"ProblemType": {},
|
|
1438
1580
|
"AutoMLJobConfig": {
|
|
1439
|
-
"shape": "
|
|
1581
|
+
"shape": "S44"
|
|
1440
1582
|
},
|
|
1441
1583
|
"CreationTime": {
|
|
1442
1584
|
"type": "timestamp"
|
|
@@ -1449,7 +1591,7 @@
|
|
|
1449
1591
|
},
|
|
1450
1592
|
"FailureReason": {},
|
|
1451
1593
|
"BestCandidate": {
|
|
1452
|
-
"shape": "
|
|
1594
|
+
"shape": "Sfz"
|
|
1453
1595
|
},
|
|
1454
1596
|
"AutoMLJobStatus": {},
|
|
1455
1597
|
"AutoMLJobSecondaryStatus": {},
|
|
@@ -1467,11 +1609,11 @@
|
|
|
1467
1609
|
"type": "structure",
|
|
1468
1610
|
"members": {
|
|
1469
1611
|
"AutoMLJobObjective": {
|
|
1470
|
-
"shape": "
|
|
1612
|
+
"shape": "S42"
|
|
1471
1613
|
},
|
|
1472
1614
|
"ProblemType": {},
|
|
1473
1615
|
"CompletionCriteria": {
|
|
1474
|
-
"shape": "
|
|
1616
|
+
"shape": "S45"
|
|
1475
1617
|
}
|
|
1476
1618
|
}
|
|
1477
1619
|
}
|
|
@@ -1506,7 +1648,7 @@
|
|
|
1506
1648
|
"type": "timestamp"
|
|
1507
1649
|
},
|
|
1508
1650
|
"GitConfig": {
|
|
1509
|
-
"shape": "
|
|
1651
|
+
"shape": "S4j"
|
|
1510
1652
|
}
|
|
1511
1653
|
}
|
|
1512
1654
|
}
|
|
@@ -1547,7 +1689,7 @@
|
|
|
1547
1689
|
"type": "timestamp"
|
|
1548
1690
|
},
|
|
1549
1691
|
"StoppingCondition": {
|
|
1550
|
-
"shape": "
|
|
1692
|
+
"shape": "S2i"
|
|
1551
1693
|
},
|
|
1552
1694
|
"CreationTime": {
|
|
1553
1695
|
"type": "timestamp"
|
|
@@ -1557,14 +1699,14 @@
|
|
|
1557
1699
|
},
|
|
1558
1700
|
"FailureReason": {},
|
|
1559
1701
|
"ModelArtifacts": {
|
|
1560
|
-
"shape": "
|
|
1702
|
+
"shape": "Sgp"
|
|
1561
1703
|
},
|
|
1562
1704
|
"RoleArn": {},
|
|
1563
1705
|
"InputConfig": {
|
|
1564
|
-
"shape": "
|
|
1706
|
+
"shape": "S4q"
|
|
1565
1707
|
},
|
|
1566
1708
|
"OutputConfig": {
|
|
1567
|
-
"shape": "
|
|
1709
|
+
"shape": "S4t"
|
|
1568
1710
|
}
|
|
1569
1711
|
}
|
|
1570
1712
|
}
|
|
@@ -1597,15 +1739,15 @@
|
|
|
1597
1739
|
"FailureReason": {},
|
|
1598
1740
|
"AuthMode": {},
|
|
1599
1741
|
"DefaultUserSettings": {
|
|
1600
|
-
"shape": "
|
|
1742
|
+
"shape": "S55"
|
|
1601
1743
|
},
|
|
1744
|
+
"AppNetworkAccessType": {},
|
|
1602
1745
|
"HomeEfsFileSystemKmsKeyId": {},
|
|
1603
1746
|
"SubnetIds": {
|
|
1604
|
-
"shape": "
|
|
1747
|
+
"shape": "S4d"
|
|
1605
1748
|
},
|
|
1606
1749
|
"Url": {},
|
|
1607
|
-
"VpcId": {}
|
|
1608
|
-
"AppNetworkAccessType": {}
|
|
1750
|
+
"VpcId": {}
|
|
1609
1751
|
}
|
|
1610
1752
|
}
|
|
1611
1753
|
},
|
|
@@ -1724,10 +1866,10 @@
|
|
|
1724
1866
|
"EndpointConfigName": {},
|
|
1725
1867
|
"EndpointConfigArn": {},
|
|
1726
1868
|
"ProductionVariants": {
|
|
1727
|
-
"shape": "
|
|
1869
|
+
"shape": "S5r"
|
|
1728
1870
|
},
|
|
1729
1871
|
"DataCaptureConfig": {
|
|
1730
|
-
"shape": "
|
|
1872
|
+
"shape": "S5y"
|
|
1731
1873
|
},
|
|
1732
1874
|
"KmsKeyId": {},
|
|
1733
1875
|
"CreationTime": {
|
|
@@ -1753,20 +1895,20 @@
|
|
|
1753
1895
|
"ExperimentArn": {},
|
|
1754
1896
|
"DisplayName": {},
|
|
1755
1897
|
"Source": {
|
|
1756
|
-
"shape": "
|
|
1898
|
+
"shape": "Sh7"
|
|
1757
1899
|
},
|
|
1758
1900
|
"Description": {},
|
|
1759
1901
|
"CreationTime": {
|
|
1760
1902
|
"type": "timestamp"
|
|
1761
1903
|
},
|
|
1762
1904
|
"CreatedBy": {
|
|
1763
|
-
"shape": "
|
|
1905
|
+
"shape": "Sha"
|
|
1764
1906
|
},
|
|
1765
1907
|
"LastModifiedTime": {
|
|
1766
1908
|
"type": "timestamp"
|
|
1767
1909
|
},
|
|
1768
1910
|
"LastModifiedBy": {
|
|
1769
|
-
"shape": "
|
|
1911
|
+
"shape": "Sha"
|
|
1770
1912
|
}
|
|
1771
1913
|
}
|
|
1772
1914
|
}
|
|
@@ -1800,16 +1942,16 @@
|
|
|
1800
1942
|
"type": "timestamp"
|
|
1801
1943
|
},
|
|
1802
1944
|
"HumanLoopRequestSource": {
|
|
1803
|
-
"shape": "
|
|
1945
|
+
"shape": "S6i"
|
|
1804
1946
|
},
|
|
1805
1947
|
"HumanLoopActivationConfig": {
|
|
1806
|
-
"shape": "
|
|
1948
|
+
"shape": "S6k"
|
|
1807
1949
|
},
|
|
1808
1950
|
"HumanLoopConfig": {
|
|
1809
|
-
"shape": "
|
|
1951
|
+
"shape": "S6n"
|
|
1810
1952
|
},
|
|
1811
1953
|
"OutputConfig": {
|
|
1812
|
-
"shape": "
|
|
1954
|
+
"shape": "S72"
|
|
1813
1955
|
},
|
|
1814
1956
|
"RoleArn": {},
|
|
1815
1957
|
"FailureReason": {}
|
|
@@ -1876,13 +2018,13 @@
|
|
|
1876
2018
|
"HyperParameterTuningJobName": {},
|
|
1877
2019
|
"HyperParameterTuningJobArn": {},
|
|
1878
2020
|
"HyperParameterTuningJobConfig": {
|
|
1879
|
-
"shape": "
|
|
2021
|
+
"shape": "S7c"
|
|
1880
2022
|
},
|
|
1881
2023
|
"TrainingJobDefinition": {
|
|
1882
|
-
"shape": "
|
|
2024
|
+
"shape": "S7t"
|
|
1883
2025
|
},
|
|
1884
2026
|
"TrainingJobDefinitions": {
|
|
1885
|
-
"shape": "
|
|
2027
|
+
"shape": "S7z"
|
|
1886
2028
|
},
|
|
1887
2029
|
"HyperParameterTuningJobStatus": {},
|
|
1888
2030
|
"CreationTime": {
|
|
@@ -1895,24 +2037,87 @@
|
|
|
1895
2037
|
"type": "timestamp"
|
|
1896
2038
|
},
|
|
1897
2039
|
"TrainingJobStatusCounters": {
|
|
1898
|
-
"shape": "
|
|
2040
|
+
"shape": "Shn"
|
|
1899
2041
|
},
|
|
1900
2042
|
"ObjectiveStatusCounters": {
|
|
1901
|
-
"shape": "
|
|
2043
|
+
"shape": "Shp"
|
|
1902
2044
|
},
|
|
1903
2045
|
"BestTrainingJob": {
|
|
1904
|
-
"shape": "
|
|
2046
|
+
"shape": "Shr"
|
|
1905
2047
|
},
|
|
1906
2048
|
"OverallBestTrainingJob": {
|
|
1907
|
-
"shape": "
|
|
2049
|
+
"shape": "Shr"
|
|
1908
2050
|
},
|
|
1909
2051
|
"WarmStartConfig": {
|
|
1910
|
-
"shape": "
|
|
2052
|
+
"shape": "S80"
|
|
1911
2053
|
},
|
|
1912
2054
|
"FailureReason": {}
|
|
1913
2055
|
}
|
|
1914
2056
|
}
|
|
1915
2057
|
},
|
|
2058
|
+
"DescribeImage": {
|
|
2059
|
+
"input": {
|
|
2060
|
+
"type": "structure",
|
|
2061
|
+
"required": [
|
|
2062
|
+
"ImageName"
|
|
2063
|
+
],
|
|
2064
|
+
"members": {
|
|
2065
|
+
"ImageName": {}
|
|
2066
|
+
}
|
|
2067
|
+
},
|
|
2068
|
+
"output": {
|
|
2069
|
+
"type": "structure",
|
|
2070
|
+
"members": {
|
|
2071
|
+
"CreationTime": {
|
|
2072
|
+
"type": "timestamp"
|
|
2073
|
+
},
|
|
2074
|
+
"Description": {},
|
|
2075
|
+
"DisplayName": {},
|
|
2076
|
+
"FailureReason": {},
|
|
2077
|
+
"ImageArn": {},
|
|
2078
|
+
"ImageName": {},
|
|
2079
|
+
"ImageStatus": {},
|
|
2080
|
+
"LastModifiedTime": {
|
|
2081
|
+
"type": "timestamp"
|
|
2082
|
+
},
|
|
2083
|
+
"RoleArn": {}
|
|
2084
|
+
}
|
|
2085
|
+
}
|
|
2086
|
+
},
|
|
2087
|
+
"DescribeImageVersion": {
|
|
2088
|
+
"input": {
|
|
2089
|
+
"type": "structure",
|
|
2090
|
+
"required": [
|
|
2091
|
+
"ImageName"
|
|
2092
|
+
],
|
|
2093
|
+
"members": {
|
|
2094
|
+
"ImageName": {},
|
|
2095
|
+
"Version": {
|
|
2096
|
+
"type": "integer"
|
|
2097
|
+
}
|
|
2098
|
+
}
|
|
2099
|
+
},
|
|
2100
|
+
"output": {
|
|
2101
|
+
"type": "structure",
|
|
2102
|
+
"members": {
|
|
2103
|
+
"BaseImage": {},
|
|
2104
|
+
"ContainerImage": {},
|
|
2105
|
+
"CreationTime": {
|
|
2106
|
+
"type": "timestamp"
|
|
2107
|
+
},
|
|
2108
|
+
"FailureReason": {},
|
|
2109
|
+
"ImageArn": {},
|
|
2110
|
+
"ImageVersionArn": {},
|
|
2111
|
+
"ImageVersionStatus": {},
|
|
2112
|
+
"LastModifiedTime": {
|
|
2113
|
+
"type": "timestamp"
|
|
2114
|
+
},
|
|
2115
|
+
"Version": {
|
|
2116
|
+
"type": "integer"
|
|
2117
|
+
}
|
|
2118
|
+
}
|
|
2119
|
+
}
|
|
2120
|
+
},
|
|
1916
2121
|
"DescribeLabelingJob": {
|
|
1917
2122
|
"input": {
|
|
1918
2123
|
"type": "structure",
|
|
@@ -1941,7 +2146,7 @@
|
|
|
1941
2146
|
"members": {
|
|
1942
2147
|
"LabelingJobStatus": {},
|
|
1943
2148
|
"LabelCounters": {
|
|
1944
|
-
"shape": "
|
|
2149
|
+
"shape": "Si4"
|
|
1945
2150
|
},
|
|
1946
2151
|
"FailureReason": {},
|
|
1947
2152
|
"CreationTime": {
|
|
@@ -1955,27 +2160,27 @@
|
|
|
1955
2160
|
"LabelingJobArn": {},
|
|
1956
2161
|
"LabelAttributeName": {},
|
|
1957
2162
|
"InputConfig": {
|
|
1958
|
-
"shape": "
|
|
2163
|
+
"shape": "S8h"
|
|
1959
2164
|
},
|
|
1960
2165
|
"OutputConfig": {
|
|
1961
|
-
"shape": "
|
|
2166
|
+
"shape": "S8p"
|
|
1962
2167
|
},
|
|
1963
2168
|
"RoleArn": {},
|
|
1964
2169
|
"LabelCategoryConfigS3Uri": {},
|
|
1965
2170
|
"StoppingConditions": {
|
|
1966
|
-
"shape": "
|
|
2171
|
+
"shape": "S8q"
|
|
1967
2172
|
},
|
|
1968
2173
|
"LabelingJobAlgorithmsConfig": {
|
|
1969
|
-
"shape": "
|
|
2174
|
+
"shape": "S8t"
|
|
1970
2175
|
},
|
|
1971
2176
|
"HumanTaskConfig": {
|
|
1972
|
-
"shape": "
|
|
2177
|
+
"shape": "S8x"
|
|
1973
2178
|
},
|
|
1974
2179
|
"Tags": {
|
|
1975
2180
|
"shape": "S3"
|
|
1976
2181
|
},
|
|
1977
2182
|
"LabelingJobOutput": {
|
|
1978
|
-
"shape": "
|
|
2183
|
+
"shape": "Si7"
|
|
1979
2184
|
}
|
|
1980
2185
|
}
|
|
1981
2186
|
}
|
|
@@ -2001,14 +2206,14 @@
|
|
|
2001
2206
|
"members": {
|
|
2002
2207
|
"ModelName": {},
|
|
2003
2208
|
"PrimaryContainer": {
|
|
2004
|
-
"shape": "
|
|
2209
|
+
"shape": "S9c"
|
|
2005
2210
|
},
|
|
2006
2211
|
"Containers": {
|
|
2007
|
-
"shape": "
|
|
2212
|
+
"shape": "S9k"
|
|
2008
2213
|
},
|
|
2009
2214
|
"ExecutionRoleArn": {},
|
|
2010
2215
|
"VpcConfig": {
|
|
2011
|
-
"shape": "
|
|
2216
|
+
"shape": "S4a"
|
|
2012
2217
|
},
|
|
2013
2218
|
"CreationTime": {
|
|
2014
2219
|
"type": "timestamp"
|
|
@@ -2047,13 +2252,13 @@
|
|
|
2047
2252
|
"type": "timestamp"
|
|
2048
2253
|
},
|
|
2049
2254
|
"InferenceSpecification": {
|
|
2050
|
-
"shape": "
|
|
2255
|
+
"shape": "S1d"
|
|
2051
2256
|
},
|
|
2052
2257
|
"SourceAlgorithmSpecification": {
|
|
2053
|
-
"shape": "
|
|
2258
|
+
"shape": "S9q"
|
|
2054
2259
|
},
|
|
2055
2260
|
"ValidationSpecification": {
|
|
2056
|
-
"shape": "
|
|
2261
|
+
"shape": "S9n"
|
|
2057
2262
|
},
|
|
2058
2263
|
"ModelPackageStatus": {},
|
|
2059
2264
|
"ModelPackageStatusDetails": {
|
|
@@ -2063,10 +2268,10 @@
|
|
|
2063
2268
|
],
|
|
2064
2269
|
"members": {
|
|
2065
2270
|
"ValidationStatuses": {
|
|
2066
|
-
"shape": "
|
|
2271
|
+
"shape": "Sie"
|
|
2067
2272
|
},
|
|
2068
2273
|
"ImageScanStatuses": {
|
|
2069
|
-
"shape": "
|
|
2274
|
+
"shape": "Sie"
|
|
2070
2275
|
}
|
|
2071
2276
|
}
|
|
2072
2277
|
},
|
|
@@ -2108,11 +2313,11 @@
|
|
|
2108
2313
|
"type": "timestamp"
|
|
2109
2314
|
},
|
|
2110
2315
|
"MonitoringScheduleConfig": {
|
|
2111
|
-
"shape": "
|
|
2316
|
+
"shape": "S9x"
|
|
2112
2317
|
},
|
|
2113
2318
|
"EndpointName": {},
|
|
2114
2319
|
"LastMonitoringExecutionSummary": {
|
|
2115
|
-
"shape": "
|
|
2320
|
+
"shape": "Sik"
|
|
2116
2321
|
}
|
|
2117
2322
|
}
|
|
2118
2323
|
}
|
|
@@ -2138,7 +2343,7 @@
|
|
|
2138
2343
|
"InstanceType": {},
|
|
2139
2344
|
"SubnetId": {},
|
|
2140
2345
|
"SecurityGroups": {
|
|
2141
|
-
"shape": "
|
|
2346
|
+
"shape": "S56"
|
|
2142
2347
|
},
|
|
2143
2348
|
"RoleArn": {},
|
|
2144
2349
|
"KmsKeyId": {},
|
|
@@ -2155,11 +2360,11 @@
|
|
|
2155
2360
|
"type": "integer"
|
|
2156
2361
|
},
|
|
2157
2362
|
"AcceleratorTypes": {
|
|
2158
|
-
"shape": "
|
|
2363
|
+
"shape": "Sb5"
|
|
2159
2364
|
},
|
|
2160
2365
|
"DefaultCodeRepository": {},
|
|
2161
2366
|
"AdditionalCodeRepositories": {
|
|
2162
|
-
"shape": "
|
|
2367
|
+
"shape": "Sb8"
|
|
2163
2368
|
},
|
|
2164
2369
|
"RootAccess": {}
|
|
2165
2370
|
}
|
|
@@ -2181,10 +2386,10 @@
|
|
|
2181
2386
|
"NotebookInstanceLifecycleConfigArn": {},
|
|
2182
2387
|
"NotebookInstanceLifecycleConfigName": {},
|
|
2183
2388
|
"OnCreate": {
|
|
2184
|
-
"shape": "
|
|
2389
|
+
"shape": "Sbd"
|
|
2185
2390
|
},
|
|
2186
2391
|
"OnStart": {
|
|
2187
|
-
"shape": "
|
|
2392
|
+
"shape": "Sbd"
|
|
2188
2393
|
},
|
|
2189
2394
|
"LastModifiedTime": {
|
|
2190
2395
|
"type": "timestamp"
|
|
@@ -2217,30 +2422,30 @@
|
|
|
2217
2422
|
],
|
|
2218
2423
|
"members": {
|
|
2219
2424
|
"ProcessingInputs": {
|
|
2220
|
-
"shape": "
|
|
2425
|
+
"shape": "Sbq"
|
|
2221
2426
|
},
|
|
2222
2427
|
"ProcessingOutputConfig": {
|
|
2223
|
-
"shape": "
|
|
2428
|
+
"shape": "Sbw"
|
|
2224
2429
|
},
|
|
2225
2430
|
"ProcessingJobName": {},
|
|
2226
2431
|
"ProcessingResources": {
|
|
2227
|
-
"shape": "
|
|
2432
|
+
"shape": "Sc1"
|
|
2228
2433
|
},
|
|
2229
2434
|
"StoppingCondition": {
|
|
2230
|
-
"shape": "
|
|
2435
|
+
"shape": "Sc3"
|
|
2231
2436
|
},
|
|
2232
2437
|
"AppSpecification": {
|
|
2233
|
-
"shape": "
|
|
2438
|
+
"shape": "Sc5"
|
|
2234
2439
|
},
|
|
2235
2440
|
"Environment": {
|
|
2236
|
-
"shape": "
|
|
2441
|
+
"shape": "Sc7"
|
|
2237
2442
|
},
|
|
2238
2443
|
"NetworkConfig": {
|
|
2239
|
-
"shape": "
|
|
2444
|
+
"shape": "Saw"
|
|
2240
2445
|
},
|
|
2241
2446
|
"RoleArn": {},
|
|
2242
2447
|
"ExperimentConfig": {
|
|
2243
|
-
"shape": "
|
|
2448
|
+
"shape": "Sc8"
|
|
2244
2449
|
},
|
|
2245
2450
|
"ProcessingJobArn": {},
|
|
2246
2451
|
"ProcessingJobStatus": {},
|
|
@@ -2281,7 +2486,7 @@
|
|
|
2281
2486
|
],
|
|
2282
2487
|
"members": {
|
|
2283
2488
|
"SubscribedWorkteam": {
|
|
2284
|
-
"shape": "
|
|
2489
|
+
"shape": "Siy"
|
|
2285
2490
|
}
|
|
2286
2491
|
}
|
|
2287
2492
|
}
|
|
@@ -2316,32 +2521,32 @@
|
|
|
2316
2521
|
"LabelingJobArn": {},
|
|
2317
2522
|
"AutoMLJobArn": {},
|
|
2318
2523
|
"ModelArtifacts": {
|
|
2319
|
-
"shape": "
|
|
2524
|
+
"shape": "Sgp"
|
|
2320
2525
|
},
|
|
2321
2526
|
"TrainingJobStatus": {},
|
|
2322
2527
|
"SecondaryStatus": {},
|
|
2323
2528
|
"FailureReason": {},
|
|
2324
2529
|
"HyperParameters": {
|
|
2325
|
-
"shape": "
|
|
2530
|
+
"shape": "S1u"
|
|
2326
2531
|
},
|
|
2327
2532
|
"AlgorithmSpecification": {
|
|
2328
|
-
"shape": "
|
|
2533
|
+
"shape": "Scd"
|
|
2329
2534
|
},
|
|
2330
2535
|
"RoleArn": {},
|
|
2331
2536
|
"InputDataConfig": {
|
|
2332
|
-
"shape": "
|
|
2537
|
+
"shape": "S1w"
|
|
2333
2538
|
},
|
|
2334
2539
|
"OutputDataConfig": {
|
|
2335
|
-
"shape": "
|
|
2540
|
+
"shape": "S2d"
|
|
2336
2541
|
},
|
|
2337
2542
|
"ResourceConfig": {
|
|
2338
|
-
"shape": "
|
|
2543
|
+
"shape": "S2f"
|
|
2339
2544
|
},
|
|
2340
2545
|
"VpcConfig": {
|
|
2341
|
-
"shape": "
|
|
2546
|
+
"shape": "S4a"
|
|
2342
2547
|
},
|
|
2343
2548
|
"StoppingCondition": {
|
|
2344
|
-
"shape": "
|
|
2549
|
+
"shape": "S2i"
|
|
2345
2550
|
},
|
|
2346
2551
|
"CreationTime": {
|
|
2347
2552
|
"type": "timestamp"
|
|
@@ -2356,10 +2561,10 @@
|
|
|
2356
2561
|
"type": "timestamp"
|
|
2357
2562
|
},
|
|
2358
2563
|
"SecondaryStatusTransitions": {
|
|
2359
|
-
"shape": "
|
|
2564
|
+
"shape": "Sj2"
|
|
2360
2565
|
},
|
|
2361
2566
|
"FinalMetricDataList": {
|
|
2362
|
-
"shape": "
|
|
2567
|
+
"shape": "Sj5"
|
|
2363
2568
|
},
|
|
2364
2569
|
"EnableNetworkIsolation": {
|
|
2365
2570
|
"type": "boolean"
|
|
@@ -2371,7 +2576,7 @@
|
|
|
2371
2576
|
"type": "boolean"
|
|
2372
2577
|
},
|
|
2373
2578
|
"CheckpointConfig": {
|
|
2374
|
-
"shape": "
|
|
2579
|
+
"shape": "S7y"
|
|
2375
2580
|
},
|
|
2376
2581
|
"TrainingTimeInSeconds": {
|
|
2377
2582
|
"type": "integer"
|
|
@@ -2380,19 +2585,19 @@
|
|
|
2380
2585
|
"type": "integer"
|
|
2381
2586
|
},
|
|
2382
2587
|
"DebugHookConfig": {
|
|
2383
|
-
"shape": "
|
|
2588
|
+
"shape": "Sce"
|
|
2384
2589
|
},
|
|
2385
2590
|
"ExperimentConfig": {
|
|
2386
|
-
"shape": "
|
|
2591
|
+
"shape": "Sc8"
|
|
2387
2592
|
},
|
|
2388
2593
|
"DebugRuleConfigurations": {
|
|
2389
|
-
"shape": "
|
|
2594
|
+
"shape": "Scm"
|
|
2390
2595
|
},
|
|
2391
2596
|
"TensorBoardOutputConfig": {
|
|
2392
|
-
"shape": "
|
|
2597
|
+
"shape": "Scr"
|
|
2393
2598
|
},
|
|
2394
2599
|
"DebugRuleEvaluationStatuses": {
|
|
2395
|
-
"shape": "
|
|
2600
|
+
"shape": "Sja"
|
|
2396
2601
|
}
|
|
2397
2602
|
}
|
|
2398
2603
|
}
|
|
@@ -2428,23 +2633,23 @@
|
|
|
2428
2633
|
"type": "integer"
|
|
2429
2634
|
},
|
|
2430
2635
|
"ModelClientConfig": {
|
|
2431
|
-
"shape": "
|
|
2636
|
+
"shape": "Scw"
|
|
2432
2637
|
},
|
|
2433
2638
|
"MaxPayloadInMB": {
|
|
2434
2639
|
"type": "integer"
|
|
2435
2640
|
},
|
|
2436
2641
|
"BatchStrategy": {},
|
|
2437
2642
|
"Environment": {
|
|
2438
|
-
"shape": "
|
|
2643
|
+
"shape": "S2p"
|
|
2439
2644
|
},
|
|
2440
2645
|
"TransformInput": {
|
|
2441
|
-
"shape": "
|
|
2646
|
+
"shape": "S2s"
|
|
2442
2647
|
},
|
|
2443
2648
|
"TransformOutput": {
|
|
2444
|
-
"shape": "
|
|
2649
|
+
"shape": "S2w"
|
|
2445
2650
|
},
|
|
2446
2651
|
"TransformResources": {
|
|
2447
|
-
"shape": "
|
|
2652
|
+
"shape": "S2z"
|
|
2448
2653
|
},
|
|
2449
2654
|
"CreationTime": {
|
|
2450
2655
|
"type": "timestamp"
|
|
@@ -2458,10 +2663,10 @@
|
|
|
2458
2663
|
"LabelingJobArn": {},
|
|
2459
2664
|
"AutoMLJobArn": {},
|
|
2460
2665
|
"DataProcessing": {
|
|
2461
|
-
"shape": "
|
|
2666
|
+
"shape": "Scz"
|
|
2462
2667
|
},
|
|
2463
2668
|
"ExperimentConfig": {
|
|
2464
|
-
"shape": "
|
|
2669
|
+
"shape": "Sc8"
|
|
2465
2670
|
}
|
|
2466
2671
|
}
|
|
2467
2672
|
}
|
|
@@ -2484,19 +2689,19 @@
|
|
|
2484
2689
|
"DisplayName": {},
|
|
2485
2690
|
"ExperimentName": {},
|
|
2486
2691
|
"Source": {
|
|
2487
|
-
"shape": "
|
|
2692
|
+
"shape": "Sjj"
|
|
2488
2693
|
},
|
|
2489
2694
|
"CreationTime": {
|
|
2490
2695
|
"type": "timestamp"
|
|
2491
2696
|
},
|
|
2492
2697
|
"CreatedBy": {
|
|
2493
|
-
"shape": "
|
|
2698
|
+
"shape": "Sha"
|
|
2494
2699
|
},
|
|
2495
2700
|
"LastModifiedTime": {
|
|
2496
2701
|
"type": "timestamp"
|
|
2497
2702
|
},
|
|
2498
2703
|
"LastModifiedBy": {
|
|
2499
|
-
"shape": "
|
|
2704
|
+
"shape": "Sha"
|
|
2500
2705
|
}
|
|
2501
2706
|
}
|
|
2502
2707
|
}
|
|
@@ -2518,10 +2723,10 @@
|
|
|
2518
2723
|
"TrialComponentArn": {},
|
|
2519
2724
|
"DisplayName": {},
|
|
2520
2725
|
"Source": {
|
|
2521
|
-
"shape": "
|
|
2726
|
+
"shape": "Sjn"
|
|
2522
2727
|
},
|
|
2523
2728
|
"Status": {
|
|
2524
|
-
"shape": "
|
|
2729
|
+
"shape": "Sd7"
|
|
2525
2730
|
},
|
|
2526
2731
|
"StartTime": {
|
|
2527
2732
|
"type": "timestamp"
|
|
@@ -2533,25 +2738,25 @@
|
|
|
2533
2738
|
"type": "timestamp"
|
|
2534
2739
|
},
|
|
2535
2740
|
"CreatedBy": {
|
|
2536
|
-
"shape": "
|
|
2741
|
+
"shape": "Sha"
|
|
2537
2742
|
},
|
|
2538
2743
|
"LastModifiedTime": {
|
|
2539
2744
|
"type": "timestamp"
|
|
2540
2745
|
},
|
|
2541
2746
|
"LastModifiedBy": {
|
|
2542
|
-
"shape": "
|
|
2747
|
+
"shape": "Sha"
|
|
2543
2748
|
},
|
|
2544
2749
|
"Parameters": {
|
|
2545
|
-
"shape": "
|
|
2750
|
+
"shape": "Sdb"
|
|
2546
2751
|
},
|
|
2547
2752
|
"InputArtifacts": {
|
|
2548
|
-
"shape": "
|
|
2753
|
+
"shape": "Sdg"
|
|
2549
2754
|
},
|
|
2550
2755
|
"OutputArtifacts": {
|
|
2551
|
-
"shape": "
|
|
2756
|
+
"shape": "Sdg"
|
|
2552
2757
|
},
|
|
2553
2758
|
"Metrics": {
|
|
2554
|
-
"shape": "
|
|
2759
|
+
"shape": "Sjp"
|
|
2555
2760
|
}
|
|
2556
2761
|
}
|
|
2557
2762
|
}
|
|
@@ -2586,7 +2791,7 @@
|
|
|
2586
2791
|
"SingleSignOnUserIdentifier": {},
|
|
2587
2792
|
"SingleSignOnUserValue": {},
|
|
2588
2793
|
"UserSettings": {
|
|
2589
|
-
"shape": "
|
|
2794
|
+
"shape": "S55"
|
|
2590
2795
|
}
|
|
2591
2796
|
}
|
|
2592
2797
|
}
|
|
@@ -2608,7 +2813,7 @@
|
|
|
2608
2813
|
],
|
|
2609
2814
|
"members": {
|
|
2610
2815
|
"Workforce": {
|
|
2611
|
-
"shape": "
|
|
2816
|
+
"shape": "Sjz"
|
|
2612
2817
|
}
|
|
2613
2818
|
}
|
|
2614
2819
|
}
|
|
@@ -2630,7 +2835,7 @@
|
|
|
2630
2835
|
],
|
|
2631
2836
|
"members": {
|
|
2632
2837
|
"Workteam": {
|
|
2633
|
-
"shape": "
|
|
2838
|
+
"shape": "Sk3"
|
|
2634
2839
|
}
|
|
2635
2840
|
}
|
|
2636
2841
|
}
|
|
@@ -2744,6 +2949,57 @@
|
|
|
2744
2949
|
}
|
|
2745
2950
|
}
|
|
2746
2951
|
},
|
|
2952
|
+
"ListAppImageConfigs": {
|
|
2953
|
+
"input": {
|
|
2954
|
+
"type": "structure",
|
|
2955
|
+
"members": {
|
|
2956
|
+
"MaxResults": {
|
|
2957
|
+
"type": "integer"
|
|
2958
|
+
},
|
|
2959
|
+
"NextToken": {},
|
|
2960
|
+
"NameContains": {},
|
|
2961
|
+
"CreationTimeBefore": {
|
|
2962
|
+
"type": "timestamp"
|
|
2963
|
+
},
|
|
2964
|
+
"CreationTimeAfter": {
|
|
2965
|
+
"type": "timestamp"
|
|
2966
|
+
},
|
|
2967
|
+
"ModifiedTimeBefore": {
|
|
2968
|
+
"type": "timestamp"
|
|
2969
|
+
},
|
|
2970
|
+
"ModifiedTimeAfter": {
|
|
2971
|
+
"type": "timestamp"
|
|
2972
|
+
},
|
|
2973
|
+
"SortBy": {},
|
|
2974
|
+
"SortOrder": {}
|
|
2975
|
+
}
|
|
2976
|
+
},
|
|
2977
|
+
"output": {
|
|
2978
|
+
"type": "structure",
|
|
2979
|
+
"members": {
|
|
2980
|
+
"NextToken": {},
|
|
2981
|
+
"AppImageConfigs": {
|
|
2982
|
+
"type": "list",
|
|
2983
|
+
"member": {
|
|
2984
|
+
"type": "structure",
|
|
2985
|
+
"members": {
|
|
2986
|
+
"AppImageConfigArn": {},
|
|
2987
|
+
"AppImageConfigName": {},
|
|
2988
|
+
"CreationTime": {
|
|
2989
|
+
"type": "timestamp"
|
|
2990
|
+
},
|
|
2991
|
+
"LastModifiedTime": {
|
|
2992
|
+
"type": "timestamp"
|
|
2993
|
+
},
|
|
2994
|
+
"KernelGatewayImageConfig": {
|
|
2995
|
+
"shape": "S3h"
|
|
2996
|
+
}
|
|
2997
|
+
}
|
|
2998
|
+
}
|
|
2999
|
+
}
|
|
3000
|
+
}
|
|
3001
|
+
}
|
|
3002
|
+
},
|
|
2747
3003
|
"ListApps": {
|
|
2748
3004
|
"input": {
|
|
2749
3005
|
"type": "structure",
|
|
@@ -2874,7 +3130,7 @@
|
|
|
2874
3130
|
"Candidates": {
|
|
2875
3131
|
"type": "list",
|
|
2876
3132
|
"member": {
|
|
2877
|
-
"shape": "
|
|
3133
|
+
"shape": "Sfz"
|
|
2878
3134
|
}
|
|
2879
3135
|
},
|
|
2880
3136
|
"NextToken": {}
|
|
@@ -2932,7 +3188,7 @@
|
|
|
2932
3188
|
"type": "timestamp"
|
|
2933
3189
|
},
|
|
2934
3190
|
"GitConfig": {
|
|
2935
|
-
"shape": "
|
|
3191
|
+
"shape": "S4j"
|
|
2936
3192
|
}
|
|
2937
3193
|
}
|
|
2938
3194
|
}
|
|
@@ -3183,7 +3439,7 @@
|
|
|
3183
3439
|
"ExperimentName": {},
|
|
3184
3440
|
"DisplayName": {},
|
|
3185
3441
|
"ExperimentSource": {
|
|
3186
|
-
"shape": "
|
|
3442
|
+
"shape": "Sh7"
|
|
3187
3443
|
},
|
|
3188
3444
|
"CreationTime": {
|
|
3189
3445
|
"type": "timestamp"
|
|
@@ -3351,13 +3607,136 @@
|
|
|
3351
3607
|
"type": "timestamp"
|
|
3352
3608
|
},
|
|
3353
3609
|
"TrainingJobStatusCounters": {
|
|
3354
|
-
"shape": "
|
|
3610
|
+
"shape": "Shn"
|
|
3355
3611
|
},
|
|
3356
3612
|
"ObjectiveStatusCounters": {
|
|
3357
|
-
"shape": "
|
|
3613
|
+
"shape": "Shp"
|
|
3358
3614
|
},
|
|
3359
3615
|
"ResourceLimits": {
|
|
3360
|
-
"shape": "
|
|
3616
|
+
"shape": "S7e"
|
|
3617
|
+
}
|
|
3618
|
+
}
|
|
3619
|
+
}
|
|
3620
|
+
},
|
|
3621
|
+
"NextToken": {}
|
|
3622
|
+
}
|
|
3623
|
+
}
|
|
3624
|
+
},
|
|
3625
|
+
"ListImageVersions": {
|
|
3626
|
+
"input": {
|
|
3627
|
+
"type": "structure",
|
|
3628
|
+
"required": [
|
|
3629
|
+
"ImageName"
|
|
3630
|
+
],
|
|
3631
|
+
"members": {
|
|
3632
|
+
"CreationTimeAfter": {
|
|
3633
|
+
"type": "timestamp"
|
|
3634
|
+
},
|
|
3635
|
+
"CreationTimeBefore": {
|
|
3636
|
+
"type": "timestamp"
|
|
3637
|
+
},
|
|
3638
|
+
"ImageName": {},
|
|
3639
|
+
"LastModifiedTimeAfter": {
|
|
3640
|
+
"type": "timestamp"
|
|
3641
|
+
},
|
|
3642
|
+
"LastModifiedTimeBefore": {
|
|
3643
|
+
"type": "timestamp"
|
|
3644
|
+
},
|
|
3645
|
+
"MaxResults": {
|
|
3646
|
+
"type": "integer"
|
|
3647
|
+
},
|
|
3648
|
+
"NextToken": {},
|
|
3649
|
+
"SortBy": {},
|
|
3650
|
+
"SortOrder": {}
|
|
3651
|
+
}
|
|
3652
|
+
},
|
|
3653
|
+
"output": {
|
|
3654
|
+
"type": "structure",
|
|
3655
|
+
"members": {
|
|
3656
|
+
"ImageVersions": {
|
|
3657
|
+
"type": "list",
|
|
3658
|
+
"member": {
|
|
3659
|
+
"type": "structure",
|
|
3660
|
+
"required": [
|
|
3661
|
+
"CreationTime",
|
|
3662
|
+
"ImageArn",
|
|
3663
|
+
"ImageVersionArn",
|
|
3664
|
+
"ImageVersionStatus",
|
|
3665
|
+
"LastModifiedTime",
|
|
3666
|
+
"Version"
|
|
3667
|
+
],
|
|
3668
|
+
"members": {
|
|
3669
|
+
"CreationTime": {
|
|
3670
|
+
"type": "timestamp"
|
|
3671
|
+
},
|
|
3672
|
+
"FailureReason": {},
|
|
3673
|
+
"ImageArn": {},
|
|
3674
|
+
"ImageVersionArn": {},
|
|
3675
|
+
"ImageVersionStatus": {},
|
|
3676
|
+
"LastModifiedTime": {
|
|
3677
|
+
"type": "timestamp"
|
|
3678
|
+
},
|
|
3679
|
+
"Version": {
|
|
3680
|
+
"type": "integer"
|
|
3681
|
+
}
|
|
3682
|
+
}
|
|
3683
|
+
}
|
|
3684
|
+
},
|
|
3685
|
+
"NextToken": {}
|
|
3686
|
+
}
|
|
3687
|
+
}
|
|
3688
|
+
},
|
|
3689
|
+
"ListImages": {
|
|
3690
|
+
"input": {
|
|
3691
|
+
"type": "structure",
|
|
3692
|
+
"members": {
|
|
3693
|
+
"CreationTimeAfter": {
|
|
3694
|
+
"type": "timestamp"
|
|
3695
|
+
},
|
|
3696
|
+
"CreationTimeBefore": {
|
|
3697
|
+
"type": "timestamp"
|
|
3698
|
+
},
|
|
3699
|
+
"LastModifiedTimeAfter": {
|
|
3700
|
+
"type": "timestamp"
|
|
3701
|
+
},
|
|
3702
|
+
"LastModifiedTimeBefore": {
|
|
3703
|
+
"type": "timestamp"
|
|
3704
|
+
},
|
|
3705
|
+
"MaxResults": {
|
|
3706
|
+
"type": "integer"
|
|
3707
|
+
},
|
|
3708
|
+
"NameContains": {},
|
|
3709
|
+
"NextToken": {},
|
|
3710
|
+
"SortBy": {},
|
|
3711
|
+
"SortOrder": {}
|
|
3712
|
+
}
|
|
3713
|
+
},
|
|
3714
|
+
"output": {
|
|
3715
|
+
"type": "structure",
|
|
3716
|
+
"members": {
|
|
3717
|
+
"Images": {
|
|
3718
|
+
"type": "list",
|
|
3719
|
+
"member": {
|
|
3720
|
+
"type": "structure",
|
|
3721
|
+
"required": [
|
|
3722
|
+
"CreationTime",
|
|
3723
|
+
"ImageArn",
|
|
3724
|
+
"ImageName",
|
|
3725
|
+
"ImageStatus",
|
|
3726
|
+
"LastModifiedTime"
|
|
3727
|
+
],
|
|
3728
|
+
"members": {
|
|
3729
|
+
"CreationTime": {
|
|
3730
|
+
"type": "timestamp"
|
|
3731
|
+
},
|
|
3732
|
+
"Description": {},
|
|
3733
|
+
"DisplayName": {},
|
|
3734
|
+
"FailureReason": {},
|
|
3735
|
+
"ImageArn": {},
|
|
3736
|
+
"ImageName": {},
|
|
3737
|
+
"ImageStatus": {},
|
|
3738
|
+
"LastModifiedTime": {
|
|
3739
|
+
"type": "timestamp"
|
|
3361
3740
|
}
|
|
3362
3741
|
}
|
|
3363
3742
|
}
|
|
@@ -3420,17 +3799,17 @@
|
|
|
3420
3799
|
},
|
|
3421
3800
|
"LabelingJobStatus": {},
|
|
3422
3801
|
"LabelCounters": {
|
|
3423
|
-
"shape": "
|
|
3802
|
+
"shape": "Si4"
|
|
3424
3803
|
},
|
|
3425
3804
|
"WorkteamArn": {},
|
|
3426
3805
|
"PreHumanTaskLambdaArn": {},
|
|
3427
3806
|
"AnnotationConsolidationLambdaArn": {},
|
|
3428
3807
|
"FailureReason": {},
|
|
3429
3808
|
"LabelingJobOutput": {
|
|
3430
|
-
"shape": "
|
|
3809
|
+
"shape": "Si7"
|
|
3431
3810
|
},
|
|
3432
3811
|
"InputConfig": {
|
|
3433
|
-
"shape": "
|
|
3812
|
+
"shape": "S8h"
|
|
3434
3813
|
}
|
|
3435
3814
|
}
|
|
3436
3815
|
}
|
|
@@ -3647,7 +4026,7 @@
|
|
|
3647
4026
|
"MonitoringExecutionSummaries": {
|
|
3648
4027
|
"type": "list",
|
|
3649
4028
|
"member": {
|
|
3650
|
-
"shape": "
|
|
4029
|
+
"shape": "Sik"
|
|
3651
4030
|
}
|
|
3652
4031
|
},
|
|
3653
4032
|
"NextToken": {}
|
|
@@ -3824,7 +4203,7 @@
|
|
|
3824
4203
|
"NotebookInstanceLifecycleConfigName": {},
|
|
3825
4204
|
"DefaultCodeRepository": {},
|
|
3826
4205
|
"AdditionalCodeRepositories": {
|
|
3827
|
-
"shape": "
|
|
4206
|
+
"shape": "Sb8"
|
|
3828
4207
|
}
|
|
3829
4208
|
}
|
|
3830
4209
|
}
|
|
@@ -3916,7 +4295,7 @@
|
|
|
3916
4295
|
"SubscribedWorkteams": {
|
|
3917
4296
|
"type": "list",
|
|
3918
4297
|
"member": {
|
|
3919
|
-
"shape": "
|
|
4298
|
+
"shape": "Siy"
|
|
3920
4299
|
}
|
|
3921
4300
|
},
|
|
3922
4301
|
"NextToken": {}
|
|
@@ -4035,7 +4414,7 @@
|
|
|
4035
4414
|
"TrainingJobSummaries": {
|
|
4036
4415
|
"type": "list",
|
|
4037
4416
|
"member": {
|
|
4038
|
-
"shape": "
|
|
4417
|
+
"shape": "Shr"
|
|
4039
4418
|
}
|
|
4040
4419
|
},
|
|
4041
4420
|
"NextToken": {}
|
|
@@ -4138,10 +4517,10 @@
|
|
|
4138
4517
|
"TrialComponentArn": {},
|
|
4139
4518
|
"DisplayName": {},
|
|
4140
4519
|
"TrialComponentSource": {
|
|
4141
|
-
"shape": "
|
|
4520
|
+
"shape": "Sjn"
|
|
4142
4521
|
},
|
|
4143
4522
|
"Status": {
|
|
4144
|
-
"shape": "
|
|
4523
|
+
"shape": "Sd7"
|
|
4145
4524
|
},
|
|
4146
4525
|
"StartTime": {
|
|
4147
4526
|
"type": "timestamp"
|
|
@@ -4153,13 +4532,13 @@
|
|
|
4153
4532
|
"type": "timestamp"
|
|
4154
4533
|
},
|
|
4155
4534
|
"CreatedBy": {
|
|
4156
|
-
"shape": "
|
|
4535
|
+
"shape": "Sha"
|
|
4157
4536
|
},
|
|
4158
4537
|
"LastModifiedTime": {
|
|
4159
4538
|
"type": "timestamp"
|
|
4160
4539
|
},
|
|
4161
4540
|
"LastModifiedBy": {
|
|
4162
|
-
"shape": "
|
|
4541
|
+
"shape": "Sha"
|
|
4163
4542
|
}
|
|
4164
4543
|
}
|
|
4165
4544
|
}
|
|
@@ -4200,7 +4579,7 @@
|
|
|
4200
4579
|
"TrialName": {},
|
|
4201
4580
|
"DisplayName": {},
|
|
4202
4581
|
"TrialSource": {
|
|
4203
|
-
"shape": "
|
|
4582
|
+
"shape": "Sjj"
|
|
4204
4583
|
},
|
|
4205
4584
|
"CreationTime": {
|
|
4206
4585
|
"type": "timestamp"
|
|
@@ -4275,7 +4654,7 @@
|
|
|
4275
4654
|
"Workforces": {
|
|
4276
4655
|
"type": "list",
|
|
4277
4656
|
"member": {
|
|
4278
|
-
"shape": "
|
|
4657
|
+
"shape": "Sjz"
|
|
4279
4658
|
}
|
|
4280
4659
|
},
|
|
4281
4660
|
"NextToken": {}
|
|
@@ -4304,7 +4683,7 @@
|
|
|
4304
4683
|
"Workteams": {
|
|
4305
4684
|
"type": "list",
|
|
4306
4685
|
"member": {
|
|
4307
|
-
"shape": "
|
|
4686
|
+
"shape": "Sk3"
|
|
4308
4687
|
}
|
|
4309
4688
|
},
|
|
4310
4689
|
"NextToken": {}
|
|
@@ -4320,7 +4699,7 @@
|
|
|
4320
4699
|
],
|
|
4321
4700
|
"members": {
|
|
4322
4701
|
"UiTemplate": {
|
|
4323
|
-
"shape": "
|
|
4702
|
+
"shape": "S77"
|
|
4324
4703
|
},
|
|
4325
4704
|
"Task": {
|
|
4326
4705
|
"type": "structure",
|
|
@@ -4369,7 +4748,7 @@
|
|
|
4369
4748
|
"members": {
|
|
4370
4749
|
"Resource": {},
|
|
4371
4750
|
"SearchExpression": {
|
|
4372
|
-
"shape": "
|
|
4751
|
+
"shape": "Sps"
|
|
4373
4752
|
},
|
|
4374
4753
|
"SortBy": {},
|
|
4375
4754
|
"SortOrder": {},
|
|
@@ -4388,7 +4767,7 @@
|
|
|
4388
4767
|
"type": "structure",
|
|
4389
4768
|
"members": {
|
|
4390
4769
|
"TrainingJob": {
|
|
4391
|
-
"shape": "
|
|
4770
|
+
"shape": "Sq5"
|
|
4392
4771
|
},
|
|
4393
4772
|
"Experiment": {
|
|
4394
4773
|
"type": "structure",
|
|
@@ -4397,20 +4776,20 @@
|
|
|
4397
4776
|
"ExperimentArn": {},
|
|
4398
4777
|
"DisplayName": {},
|
|
4399
4778
|
"Source": {
|
|
4400
|
-
"shape": "
|
|
4779
|
+
"shape": "Sh7"
|
|
4401
4780
|
},
|
|
4402
4781
|
"Description": {},
|
|
4403
4782
|
"CreationTime": {
|
|
4404
4783
|
"type": "timestamp"
|
|
4405
4784
|
},
|
|
4406
4785
|
"CreatedBy": {
|
|
4407
|
-
"shape": "
|
|
4786
|
+
"shape": "Sha"
|
|
4408
4787
|
},
|
|
4409
4788
|
"LastModifiedTime": {
|
|
4410
4789
|
"type": "timestamp"
|
|
4411
4790
|
},
|
|
4412
4791
|
"LastModifiedBy": {
|
|
4413
|
-
"shape": "
|
|
4792
|
+
"shape": "Sha"
|
|
4414
4793
|
},
|
|
4415
4794
|
"Tags": {
|
|
4416
4795
|
"shape": "S3"
|
|
@@ -4425,19 +4804,19 @@
|
|
|
4425
4804
|
"DisplayName": {},
|
|
4426
4805
|
"ExperimentName": {},
|
|
4427
4806
|
"Source": {
|
|
4428
|
-
"shape": "
|
|
4807
|
+
"shape": "Sjj"
|
|
4429
4808
|
},
|
|
4430
4809
|
"CreationTime": {
|
|
4431
4810
|
"type": "timestamp"
|
|
4432
4811
|
},
|
|
4433
4812
|
"CreatedBy": {
|
|
4434
|
-
"shape": "
|
|
4813
|
+
"shape": "Sha"
|
|
4435
4814
|
},
|
|
4436
4815
|
"LastModifiedTime": {
|
|
4437
4816
|
"type": "timestamp"
|
|
4438
4817
|
},
|
|
4439
4818
|
"LastModifiedBy": {
|
|
4440
|
-
"shape": "
|
|
4819
|
+
"shape": "Sha"
|
|
4441
4820
|
},
|
|
4442
4821
|
"Tags": {
|
|
4443
4822
|
"shape": "S3"
|
|
@@ -4450,13 +4829,13 @@
|
|
|
4450
4829
|
"TrialComponentName": {},
|
|
4451
4830
|
"TrialComponentArn": {},
|
|
4452
4831
|
"TrialComponentSource": {
|
|
4453
|
-
"shape": "
|
|
4832
|
+
"shape": "Sjn"
|
|
4454
4833
|
},
|
|
4455
4834
|
"CreationTime": {
|
|
4456
4835
|
"type": "timestamp"
|
|
4457
4836
|
},
|
|
4458
4837
|
"CreatedBy": {
|
|
4459
|
-
"shape": "
|
|
4838
|
+
"shape": "Sha"
|
|
4460
4839
|
}
|
|
4461
4840
|
}
|
|
4462
4841
|
}
|
|
@@ -4470,10 +4849,10 @@
|
|
|
4470
4849
|
"DisplayName": {},
|
|
4471
4850
|
"TrialComponentArn": {},
|
|
4472
4851
|
"Source": {
|
|
4473
|
-
"shape": "
|
|
4852
|
+
"shape": "Sjn"
|
|
4474
4853
|
},
|
|
4475
4854
|
"Status": {
|
|
4476
|
-
"shape": "
|
|
4855
|
+
"shape": "Sd7"
|
|
4477
4856
|
},
|
|
4478
4857
|
"StartTime": {
|
|
4479
4858
|
"type": "timestamp"
|
|
@@ -4485,61 +4864,61 @@
|
|
|
4485
4864
|
"type": "timestamp"
|
|
4486
4865
|
},
|
|
4487
4866
|
"CreatedBy": {
|
|
4488
|
-
"shape": "
|
|
4867
|
+
"shape": "Sha"
|
|
4489
4868
|
},
|
|
4490
4869
|
"LastModifiedTime": {
|
|
4491
4870
|
"type": "timestamp"
|
|
4492
4871
|
},
|
|
4493
4872
|
"LastModifiedBy": {
|
|
4494
|
-
"shape": "
|
|
4873
|
+
"shape": "Sha"
|
|
4495
4874
|
},
|
|
4496
4875
|
"Parameters": {
|
|
4497
|
-
"shape": "
|
|
4876
|
+
"shape": "Sdb"
|
|
4498
4877
|
},
|
|
4499
4878
|
"InputArtifacts": {
|
|
4500
|
-
"shape": "
|
|
4879
|
+
"shape": "Sdg"
|
|
4501
4880
|
},
|
|
4502
4881
|
"OutputArtifacts": {
|
|
4503
|
-
"shape": "
|
|
4882
|
+
"shape": "Sdg"
|
|
4504
4883
|
},
|
|
4505
4884
|
"Metrics": {
|
|
4506
|
-
"shape": "
|
|
4885
|
+
"shape": "Sjp"
|
|
4507
4886
|
},
|
|
4508
4887
|
"SourceDetail": {
|
|
4509
4888
|
"type": "structure",
|
|
4510
4889
|
"members": {
|
|
4511
4890
|
"SourceArn": {},
|
|
4512
4891
|
"TrainingJob": {
|
|
4513
|
-
"shape": "
|
|
4892
|
+
"shape": "Sq5"
|
|
4514
4893
|
},
|
|
4515
4894
|
"ProcessingJob": {
|
|
4516
4895
|
"type": "structure",
|
|
4517
4896
|
"members": {
|
|
4518
4897
|
"ProcessingInputs": {
|
|
4519
|
-
"shape": "
|
|
4898
|
+
"shape": "Sbq"
|
|
4520
4899
|
},
|
|
4521
4900
|
"ProcessingOutputConfig": {
|
|
4522
|
-
"shape": "
|
|
4901
|
+
"shape": "Sbw"
|
|
4523
4902
|
},
|
|
4524
4903
|
"ProcessingJobName": {},
|
|
4525
4904
|
"ProcessingResources": {
|
|
4526
|
-
"shape": "
|
|
4905
|
+
"shape": "Sc1"
|
|
4527
4906
|
},
|
|
4528
4907
|
"StoppingCondition": {
|
|
4529
|
-
"shape": "
|
|
4908
|
+
"shape": "Sc3"
|
|
4530
4909
|
},
|
|
4531
4910
|
"AppSpecification": {
|
|
4532
|
-
"shape": "
|
|
4911
|
+
"shape": "Sc5"
|
|
4533
4912
|
},
|
|
4534
4913
|
"Environment": {
|
|
4535
|
-
"shape": "
|
|
4914
|
+
"shape": "Sc7"
|
|
4536
4915
|
},
|
|
4537
4916
|
"NetworkConfig": {
|
|
4538
|
-
"shape": "
|
|
4917
|
+
"shape": "Saw"
|
|
4539
4918
|
},
|
|
4540
4919
|
"RoleArn": {},
|
|
4541
4920
|
"ExperimentConfig": {
|
|
4542
|
-
"shape": "
|
|
4921
|
+
"shape": "Sc8"
|
|
4543
4922
|
},
|
|
4544
4923
|
"ProcessingJobArn": {},
|
|
4545
4924
|
"ProcessingJobStatus": {},
|
|
@@ -4577,23 +4956,23 @@
|
|
|
4577
4956
|
"type": "integer"
|
|
4578
4957
|
},
|
|
4579
4958
|
"ModelClientConfig": {
|
|
4580
|
-
"shape": "
|
|
4959
|
+
"shape": "Scw"
|
|
4581
4960
|
},
|
|
4582
4961
|
"MaxPayloadInMB": {
|
|
4583
4962
|
"type": "integer"
|
|
4584
4963
|
},
|
|
4585
4964
|
"BatchStrategy": {},
|
|
4586
4965
|
"Environment": {
|
|
4587
|
-
"shape": "
|
|
4966
|
+
"shape": "S2p"
|
|
4588
4967
|
},
|
|
4589
4968
|
"TransformInput": {
|
|
4590
|
-
"shape": "
|
|
4969
|
+
"shape": "S2s"
|
|
4591
4970
|
},
|
|
4592
4971
|
"TransformOutput": {
|
|
4593
|
-
"shape": "
|
|
4972
|
+
"shape": "S2w"
|
|
4594
4973
|
},
|
|
4595
4974
|
"TransformResources": {
|
|
4596
|
-
"shape": "
|
|
4975
|
+
"shape": "S2z"
|
|
4597
4976
|
},
|
|
4598
4977
|
"CreationTime": {
|
|
4599
4978
|
"type": "timestamp"
|
|
@@ -4607,10 +4986,10 @@
|
|
|
4607
4986
|
"LabelingJobArn": {},
|
|
4608
4987
|
"AutoMLJobArn": {},
|
|
4609
4988
|
"DataProcessing": {
|
|
4610
|
-
"shape": "
|
|
4989
|
+
"shape": "Scz"
|
|
4611
4990
|
},
|
|
4612
4991
|
"ExperimentConfig": {
|
|
4613
|
-
"shape": "
|
|
4992
|
+
"shape": "Sc8"
|
|
4614
4993
|
},
|
|
4615
4994
|
"Tags": {
|
|
4616
4995
|
"shape": "S3"
|
|
@@ -4762,6 +5141,26 @@
|
|
|
4762
5141
|
}
|
|
4763
5142
|
}
|
|
4764
5143
|
},
|
|
5144
|
+
"UpdateAppImageConfig": {
|
|
5145
|
+
"input": {
|
|
5146
|
+
"type": "structure",
|
|
5147
|
+
"required": [
|
|
5148
|
+
"AppImageConfigName"
|
|
5149
|
+
],
|
|
5150
|
+
"members": {
|
|
5151
|
+
"AppImageConfigName": {},
|
|
5152
|
+
"KernelGatewayImageConfig": {
|
|
5153
|
+
"shape": "S3h"
|
|
5154
|
+
}
|
|
5155
|
+
}
|
|
5156
|
+
},
|
|
5157
|
+
"output": {
|
|
5158
|
+
"type": "structure",
|
|
5159
|
+
"members": {
|
|
5160
|
+
"AppImageConfigArn": {}
|
|
5161
|
+
}
|
|
5162
|
+
}
|
|
5163
|
+
},
|
|
4765
5164
|
"UpdateCodeRepository": {
|
|
4766
5165
|
"input": {
|
|
4767
5166
|
"type": "structure",
|
|
@@ -4797,7 +5196,7 @@
|
|
|
4797
5196
|
"members": {
|
|
4798
5197
|
"DomainId": {},
|
|
4799
5198
|
"DefaultUserSettings": {
|
|
4800
|
-
"shape": "
|
|
5199
|
+
"shape": "S55"
|
|
4801
5200
|
}
|
|
4802
5201
|
}
|
|
4803
5202
|
},
|
|
@@ -4903,6 +5302,30 @@
|
|
|
4903
5302
|
}
|
|
4904
5303
|
}
|
|
4905
5304
|
},
|
|
5305
|
+
"UpdateImage": {
|
|
5306
|
+
"input": {
|
|
5307
|
+
"type": "structure",
|
|
5308
|
+
"required": [
|
|
5309
|
+
"ImageName"
|
|
5310
|
+
],
|
|
5311
|
+
"members": {
|
|
5312
|
+
"DeleteProperties": {
|
|
5313
|
+
"type": "list",
|
|
5314
|
+
"member": {}
|
|
5315
|
+
},
|
|
5316
|
+
"Description": {},
|
|
5317
|
+
"DisplayName": {},
|
|
5318
|
+
"ImageName": {},
|
|
5319
|
+
"RoleArn": {}
|
|
5320
|
+
}
|
|
5321
|
+
},
|
|
5322
|
+
"output": {
|
|
5323
|
+
"type": "structure",
|
|
5324
|
+
"members": {
|
|
5325
|
+
"ImageArn": {}
|
|
5326
|
+
}
|
|
5327
|
+
}
|
|
5328
|
+
},
|
|
4906
5329
|
"UpdateMonitoringSchedule": {
|
|
4907
5330
|
"input": {
|
|
4908
5331
|
"type": "structure",
|
|
@@ -4913,7 +5336,7 @@
|
|
|
4913
5336
|
"members": {
|
|
4914
5337
|
"MonitoringScheduleName": {},
|
|
4915
5338
|
"MonitoringScheduleConfig": {
|
|
4916
|
-
"shape": "
|
|
5339
|
+
"shape": "S9x"
|
|
4917
5340
|
}
|
|
4918
5341
|
}
|
|
4919
5342
|
},
|
|
@@ -4946,10 +5369,10 @@
|
|
|
4946
5369
|
},
|
|
4947
5370
|
"DefaultCodeRepository": {},
|
|
4948
5371
|
"AdditionalCodeRepositories": {
|
|
4949
|
-
"shape": "
|
|
5372
|
+
"shape": "Sb8"
|
|
4950
5373
|
},
|
|
4951
5374
|
"AcceleratorTypes": {
|
|
4952
|
-
"shape": "
|
|
5375
|
+
"shape": "Sb5"
|
|
4953
5376
|
},
|
|
4954
5377
|
"DisassociateAcceleratorTypes": {
|
|
4955
5378
|
"type": "boolean"
|
|
@@ -4977,10 +5400,10 @@
|
|
|
4977
5400
|
"members": {
|
|
4978
5401
|
"NotebookInstanceLifecycleConfigName": {},
|
|
4979
5402
|
"OnCreate": {
|
|
4980
|
-
"shape": "
|
|
5403
|
+
"shape": "Sbd"
|
|
4981
5404
|
},
|
|
4982
5405
|
"OnStart": {
|
|
4983
|
-
"shape": "
|
|
5406
|
+
"shape": "Sbd"
|
|
4984
5407
|
}
|
|
4985
5408
|
}
|
|
4986
5409
|
},
|
|
@@ -5017,7 +5440,7 @@
|
|
|
5017
5440
|
"TrialComponentName": {},
|
|
5018
5441
|
"DisplayName": {},
|
|
5019
5442
|
"Status": {
|
|
5020
|
-
"shape": "
|
|
5443
|
+
"shape": "Sd7"
|
|
5021
5444
|
},
|
|
5022
5445
|
"StartTime": {
|
|
5023
5446
|
"type": "timestamp"
|
|
@@ -5026,22 +5449,22 @@
|
|
|
5026
5449
|
"type": "timestamp"
|
|
5027
5450
|
},
|
|
5028
5451
|
"Parameters": {
|
|
5029
|
-
"shape": "
|
|
5452
|
+
"shape": "Sdb"
|
|
5030
5453
|
},
|
|
5031
5454
|
"ParametersToRemove": {
|
|
5032
|
-
"shape": "
|
|
5455
|
+
"shape": "Srq"
|
|
5033
5456
|
},
|
|
5034
5457
|
"InputArtifacts": {
|
|
5035
|
-
"shape": "
|
|
5458
|
+
"shape": "Sdg"
|
|
5036
5459
|
},
|
|
5037
5460
|
"InputArtifactsToRemove": {
|
|
5038
|
-
"shape": "
|
|
5461
|
+
"shape": "Srq"
|
|
5039
5462
|
},
|
|
5040
5463
|
"OutputArtifacts": {
|
|
5041
|
-
"shape": "
|
|
5464
|
+
"shape": "Sdg"
|
|
5042
5465
|
},
|
|
5043
5466
|
"OutputArtifactsToRemove": {
|
|
5044
|
-
"shape": "
|
|
5467
|
+
"shape": "Srq"
|
|
5045
5468
|
}
|
|
5046
5469
|
}
|
|
5047
5470
|
},
|
|
@@ -5063,7 +5486,7 @@
|
|
|
5063
5486
|
"DomainId": {},
|
|
5064
5487
|
"UserProfileName": {},
|
|
5065
5488
|
"UserSettings": {
|
|
5066
|
-
"shape": "
|
|
5489
|
+
"shape": "S55"
|
|
5067
5490
|
}
|
|
5068
5491
|
}
|
|
5069
5492
|
},
|
|
@@ -5083,10 +5506,10 @@
|
|
|
5083
5506
|
"members": {
|
|
5084
5507
|
"WorkforceName": {},
|
|
5085
5508
|
"SourceIpConfig": {
|
|
5086
|
-
"shape": "
|
|
5509
|
+
"shape": "Sdy"
|
|
5087
5510
|
},
|
|
5088
5511
|
"OidcConfig": {
|
|
5089
|
-
"shape": "
|
|
5512
|
+
"shape": "Sdv"
|
|
5090
5513
|
}
|
|
5091
5514
|
}
|
|
5092
5515
|
},
|
|
@@ -5097,7 +5520,7 @@
|
|
|
5097
5520
|
],
|
|
5098
5521
|
"members": {
|
|
5099
5522
|
"Workforce": {
|
|
5100
|
-
"shape": "
|
|
5523
|
+
"shape": "Sjz"
|
|
5101
5524
|
}
|
|
5102
5525
|
}
|
|
5103
5526
|
}
|
|
@@ -5111,11 +5534,11 @@
|
|
|
5111
5534
|
"members": {
|
|
5112
5535
|
"WorkteamName": {},
|
|
5113
5536
|
"MemberDefinitions": {
|
|
5114
|
-
"shape": "
|
|
5537
|
+
"shape": "Se6"
|
|
5115
5538
|
},
|
|
5116
5539
|
"Description": {},
|
|
5117
5540
|
"NotificationConfiguration": {
|
|
5118
|
-
"shape": "
|
|
5541
|
+
"shape": "See"
|
|
5119
5542
|
}
|
|
5120
5543
|
}
|
|
5121
5544
|
},
|
|
@@ -5126,7 +5549,7 @@
|
|
|
5126
5549
|
],
|
|
5127
5550
|
"members": {
|
|
5128
5551
|
"Workteam": {
|
|
5129
|
-
"shape": "
|
|
5552
|
+
"shape": "Sk3"
|
|
5130
5553
|
}
|
|
5131
5554
|
}
|
|
5132
5555
|
}
|
|
@@ -5225,7 +5648,7 @@
|
|
|
5225
5648
|
"type": "boolean"
|
|
5226
5649
|
},
|
|
5227
5650
|
"MetricDefinitions": {
|
|
5228
|
-
"shape": "
|
|
5651
|
+
"shape": "Sx"
|
|
5229
5652
|
},
|
|
5230
5653
|
"TrainingChannels": {
|
|
5231
5654
|
"type": "list",
|
|
@@ -5243,7 +5666,7 @@
|
|
|
5243
5666
|
"type": "boolean"
|
|
5244
5667
|
},
|
|
5245
5668
|
"SupportedContentTypes": {
|
|
5246
|
-
"shape": "
|
|
5669
|
+
"shape": "S14"
|
|
5247
5670
|
},
|
|
5248
5671
|
"SupportedCompressionTypes": {
|
|
5249
5672
|
"type": "list",
|
|
@@ -5259,7 +5682,7 @@
|
|
|
5259
5682
|
"SupportedTuningJobObjectiveMetrics": {
|
|
5260
5683
|
"type": "list",
|
|
5261
5684
|
"member": {
|
|
5262
|
-
"shape": "
|
|
5685
|
+
"shape": "S1b"
|
|
5263
5686
|
}
|
|
5264
5687
|
}
|
|
5265
5688
|
}
|
|
@@ -5268,7 +5691,7 @@
|
|
|
5268
5691
|
"type": "list",
|
|
5269
5692
|
"member": {}
|
|
5270
5693
|
},
|
|
5271
|
-
"
|
|
5694
|
+
"Sx": {
|
|
5272
5695
|
"type": "list",
|
|
5273
5696
|
"member": {
|
|
5274
5697
|
"type": "structure",
|
|
@@ -5282,11 +5705,11 @@
|
|
|
5282
5705
|
}
|
|
5283
5706
|
}
|
|
5284
5707
|
},
|
|
5285
|
-
"
|
|
5708
|
+
"S14": {
|
|
5286
5709
|
"type": "list",
|
|
5287
5710
|
"member": {}
|
|
5288
5711
|
},
|
|
5289
|
-
"
|
|
5712
|
+
"S1b": {
|
|
5290
5713
|
"type": "structure",
|
|
5291
5714
|
"required": [
|
|
5292
5715
|
"Type",
|
|
@@ -5297,7 +5720,7 @@
|
|
|
5297
5720
|
"MetricName": {}
|
|
5298
5721
|
}
|
|
5299
5722
|
},
|
|
5300
|
-
"
|
|
5723
|
+
"S1d": {
|
|
5301
5724
|
"type": "structure",
|
|
5302
5725
|
"required": [
|
|
5303
5726
|
"Containers",
|
|
@@ -5332,7 +5755,7 @@
|
|
|
5332
5755
|
"member": {}
|
|
5333
5756
|
},
|
|
5334
5757
|
"SupportedContentTypes": {
|
|
5335
|
-
"shape": "
|
|
5758
|
+
"shape": "S14"
|
|
5336
5759
|
},
|
|
5337
5760
|
"SupportedResponseMIMETypes": {
|
|
5338
5761
|
"type": "list",
|
|
@@ -5340,7 +5763,7 @@
|
|
|
5340
5763
|
}
|
|
5341
5764
|
}
|
|
5342
5765
|
},
|
|
5343
|
-
"
|
|
5766
|
+
"S1p": {
|
|
5344
5767
|
"type": "structure",
|
|
5345
5768
|
"required": [
|
|
5346
5769
|
"ValidationRole",
|
|
@@ -5370,36 +5793,36 @@
|
|
|
5370
5793
|
"members": {
|
|
5371
5794
|
"TrainingInputMode": {},
|
|
5372
5795
|
"HyperParameters": {
|
|
5373
|
-
"shape": "
|
|
5796
|
+
"shape": "S1u"
|
|
5374
5797
|
},
|
|
5375
5798
|
"InputDataConfig": {
|
|
5376
|
-
"shape": "
|
|
5799
|
+
"shape": "S1w"
|
|
5377
5800
|
},
|
|
5378
5801
|
"OutputDataConfig": {
|
|
5379
|
-
"shape": "
|
|
5802
|
+
"shape": "S2d"
|
|
5380
5803
|
},
|
|
5381
5804
|
"ResourceConfig": {
|
|
5382
|
-
"shape": "
|
|
5805
|
+
"shape": "S2f"
|
|
5383
5806
|
},
|
|
5384
5807
|
"StoppingCondition": {
|
|
5385
|
-
"shape": "
|
|
5808
|
+
"shape": "S2i"
|
|
5386
5809
|
}
|
|
5387
5810
|
}
|
|
5388
5811
|
},
|
|
5389
5812
|
"TransformJobDefinition": {
|
|
5390
|
-
"shape": "
|
|
5813
|
+
"shape": "S2l"
|
|
5391
5814
|
}
|
|
5392
5815
|
}
|
|
5393
5816
|
}
|
|
5394
5817
|
}
|
|
5395
5818
|
}
|
|
5396
5819
|
},
|
|
5397
|
-
"
|
|
5820
|
+
"S1u": {
|
|
5398
5821
|
"type": "map",
|
|
5399
5822
|
"key": {},
|
|
5400
5823
|
"value": {}
|
|
5401
5824
|
},
|
|
5402
|
-
"
|
|
5825
|
+
"S1w": {
|
|
5403
5826
|
"type": "list",
|
|
5404
5827
|
"member": {
|
|
5405
5828
|
"type": "structure",
|
|
@@ -5463,7 +5886,7 @@
|
|
|
5463
5886
|
}
|
|
5464
5887
|
}
|
|
5465
5888
|
},
|
|
5466
|
-
"
|
|
5889
|
+
"S2d": {
|
|
5467
5890
|
"type": "structure",
|
|
5468
5891
|
"required": [
|
|
5469
5892
|
"S3OutputPath"
|
|
@@ -5473,7 +5896,7 @@
|
|
|
5473
5896
|
"S3OutputPath": {}
|
|
5474
5897
|
}
|
|
5475
5898
|
},
|
|
5476
|
-
"
|
|
5899
|
+
"S2f": {
|
|
5477
5900
|
"type": "structure",
|
|
5478
5901
|
"required": [
|
|
5479
5902
|
"InstanceType",
|
|
@@ -5491,7 +5914,7 @@
|
|
|
5491
5914
|
"VolumeKmsKeyId": {}
|
|
5492
5915
|
}
|
|
5493
5916
|
},
|
|
5494
|
-
"
|
|
5917
|
+
"S2i": {
|
|
5495
5918
|
"type": "structure",
|
|
5496
5919
|
"members": {
|
|
5497
5920
|
"MaxRuntimeInSeconds": {
|
|
@@ -5502,7 +5925,7 @@
|
|
|
5502
5925
|
}
|
|
5503
5926
|
}
|
|
5504
5927
|
},
|
|
5505
|
-
"
|
|
5928
|
+
"S2l": {
|
|
5506
5929
|
"type": "structure",
|
|
5507
5930
|
"required": [
|
|
5508
5931
|
"TransformInput",
|
|
@@ -5518,25 +5941,25 @@
|
|
|
5518
5941
|
},
|
|
5519
5942
|
"BatchStrategy": {},
|
|
5520
5943
|
"Environment": {
|
|
5521
|
-
"shape": "
|
|
5944
|
+
"shape": "S2p"
|
|
5522
5945
|
},
|
|
5523
5946
|
"TransformInput": {
|
|
5524
|
-
"shape": "
|
|
5947
|
+
"shape": "S2s"
|
|
5525
5948
|
},
|
|
5526
5949
|
"TransformOutput": {
|
|
5527
|
-
"shape": "
|
|
5950
|
+
"shape": "S2w"
|
|
5528
5951
|
},
|
|
5529
5952
|
"TransformResources": {
|
|
5530
|
-
"shape": "
|
|
5953
|
+
"shape": "S2z"
|
|
5531
5954
|
}
|
|
5532
5955
|
}
|
|
5533
5956
|
},
|
|
5534
|
-
"
|
|
5957
|
+
"S2p": {
|
|
5535
5958
|
"type": "map",
|
|
5536
5959
|
"key": {},
|
|
5537
5960
|
"value": {}
|
|
5538
5961
|
},
|
|
5539
|
-
"
|
|
5962
|
+
"S2s": {
|
|
5540
5963
|
"type": "structure",
|
|
5541
5964
|
"required": [
|
|
5542
5965
|
"DataSource"
|
|
@@ -5566,7 +5989,7 @@
|
|
|
5566
5989
|
"SplitType": {}
|
|
5567
5990
|
}
|
|
5568
5991
|
},
|
|
5569
|
-
"
|
|
5992
|
+
"S2w": {
|
|
5570
5993
|
"type": "structure",
|
|
5571
5994
|
"required": [
|
|
5572
5995
|
"S3OutputPath"
|
|
@@ -5578,7 +6001,7 @@
|
|
|
5578
6001
|
"KmsKeyId": {}
|
|
5579
6002
|
}
|
|
5580
6003
|
},
|
|
5581
|
-
"
|
|
6004
|
+
"S2z": {
|
|
5582
6005
|
"type": "structure",
|
|
5583
6006
|
"required": [
|
|
5584
6007
|
"InstanceType",
|
|
@@ -5592,14 +6015,48 @@
|
|
|
5592
6015
|
"VolumeKmsKeyId": {}
|
|
5593
6016
|
}
|
|
5594
6017
|
},
|
|
5595
|
-
"
|
|
6018
|
+
"S39": {
|
|
5596
6019
|
"type": "structure",
|
|
5597
6020
|
"members": {
|
|
5598
6021
|
"SageMakerImageArn": {},
|
|
6022
|
+
"SageMakerImageVersionArn": {},
|
|
5599
6023
|
"InstanceType": {}
|
|
5600
6024
|
}
|
|
5601
6025
|
},
|
|
5602
|
-
"
|
|
6026
|
+
"S3h": {
|
|
6027
|
+
"type": "structure",
|
|
6028
|
+
"required": [
|
|
6029
|
+
"KernelSpecs"
|
|
6030
|
+
],
|
|
6031
|
+
"members": {
|
|
6032
|
+
"KernelSpecs": {
|
|
6033
|
+
"type": "list",
|
|
6034
|
+
"member": {
|
|
6035
|
+
"type": "structure",
|
|
6036
|
+
"required": [
|
|
6037
|
+
"Name"
|
|
6038
|
+
],
|
|
6039
|
+
"members": {
|
|
6040
|
+
"Name": {},
|
|
6041
|
+
"DisplayName": {}
|
|
6042
|
+
}
|
|
6043
|
+
}
|
|
6044
|
+
},
|
|
6045
|
+
"FileSystemConfig": {
|
|
6046
|
+
"type": "structure",
|
|
6047
|
+
"members": {
|
|
6048
|
+
"MountPath": {},
|
|
6049
|
+
"DefaultUid": {
|
|
6050
|
+
"type": "integer"
|
|
6051
|
+
},
|
|
6052
|
+
"DefaultGid": {
|
|
6053
|
+
"type": "integer"
|
|
6054
|
+
}
|
|
6055
|
+
}
|
|
6056
|
+
}
|
|
6057
|
+
}
|
|
6058
|
+
},
|
|
6059
|
+
"S3u": {
|
|
5603
6060
|
"type": "list",
|
|
5604
6061
|
"member": {
|
|
5605
6062
|
"type": "structure",
|
|
@@ -5632,7 +6089,7 @@
|
|
|
5632
6089
|
}
|
|
5633
6090
|
}
|
|
5634
6091
|
},
|
|
5635
|
-
"
|
|
6092
|
+
"S40": {
|
|
5636
6093
|
"type": "structure",
|
|
5637
6094
|
"required": [
|
|
5638
6095
|
"S3OutputPath"
|
|
@@ -5642,7 +6099,7 @@
|
|
|
5642
6099
|
"S3OutputPath": {}
|
|
5643
6100
|
}
|
|
5644
6101
|
},
|
|
5645
|
-
"
|
|
6102
|
+
"S42": {
|
|
5646
6103
|
"type": "structure",
|
|
5647
6104
|
"required": [
|
|
5648
6105
|
"MetricName"
|
|
@@ -5651,11 +6108,11 @@
|
|
|
5651
6108
|
"MetricName": {}
|
|
5652
6109
|
}
|
|
5653
6110
|
},
|
|
5654
|
-
"
|
|
6111
|
+
"S44": {
|
|
5655
6112
|
"type": "structure",
|
|
5656
6113
|
"members": {
|
|
5657
6114
|
"CompletionCriteria": {
|
|
5658
|
-
"shape": "
|
|
6115
|
+
"shape": "S45"
|
|
5659
6116
|
},
|
|
5660
6117
|
"SecurityConfig": {
|
|
5661
6118
|
"type": "structure",
|
|
@@ -5665,13 +6122,13 @@
|
|
|
5665
6122
|
"type": "boolean"
|
|
5666
6123
|
},
|
|
5667
6124
|
"VpcConfig": {
|
|
5668
|
-
"shape": "
|
|
6125
|
+
"shape": "S4a"
|
|
5669
6126
|
}
|
|
5670
6127
|
}
|
|
5671
6128
|
}
|
|
5672
6129
|
}
|
|
5673
6130
|
},
|
|
5674
|
-
"
|
|
6131
|
+
"S45": {
|
|
5675
6132
|
"type": "structure",
|
|
5676
6133
|
"members": {
|
|
5677
6134
|
"MaxCandidates": {
|
|
@@ -5685,7 +6142,7 @@
|
|
|
5685
6142
|
}
|
|
5686
6143
|
}
|
|
5687
6144
|
},
|
|
5688
|
-
"
|
|
6145
|
+
"S4a": {
|
|
5689
6146
|
"type": "structure",
|
|
5690
6147
|
"required": [
|
|
5691
6148
|
"SecurityGroupIds",
|
|
@@ -5697,15 +6154,15 @@
|
|
|
5697
6154
|
"member": {}
|
|
5698
6155
|
},
|
|
5699
6156
|
"Subnets": {
|
|
5700
|
-
"shape": "
|
|
6157
|
+
"shape": "S4d"
|
|
5701
6158
|
}
|
|
5702
6159
|
}
|
|
5703
6160
|
},
|
|
5704
|
-
"
|
|
6161
|
+
"S4d": {
|
|
5705
6162
|
"type": "list",
|
|
5706
6163
|
"member": {}
|
|
5707
6164
|
},
|
|
5708
|
-
"
|
|
6165
|
+
"S4j": {
|
|
5709
6166
|
"type": "structure",
|
|
5710
6167
|
"required": [
|
|
5711
6168
|
"RepositoryUrl"
|
|
@@ -5716,7 +6173,7 @@
|
|
|
5716
6173
|
"SecretArn": {}
|
|
5717
6174
|
}
|
|
5718
6175
|
},
|
|
5719
|
-
"
|
|
6176
|
+
"S4q": {
|
|
5720
6177
|
"type": "structure",
|
|
5721
6178
|
"required": [
|
|
5722
6179
|
"S3Uri",
|
|
@@ -5729,7 +6186,7 @@
|
|
|
5729
6186
|
"Framework": {}
|
|
5730
6187
|
}
|
|
5731
6188
|
},
|
|
5732
|
-
"
|
|
6189
|
+
"S4t": {
|
|
5733
6190
|
"type": "structure",
|
|
5734
6191
|
"required": [
|
|
5735
6192
|
"S3OutputLocation"
|
|
@@ -5752,12 +6209,12 @@
|
|
|
5752
6209
|
"CompilerOptions": {}
|
|
5753
6210
|
}
|
|
5754
6211
|
},
|
|
5755
|
-
"
|
|
6212
|
+
"S55": {
|
|
5756
6213
|
"type": "structure",
|
|
5757
6214
|
"members": {
|
|
5758
6215
|
"ExecutionRole": {},
|
|
5759
6216
|
"SecurityGroups": {
|
|
5760
|
-
"shape": "
|
|
6217
|
+
"shape": "S56"
|
|
5761
6218
|
},
|
|
5762
6219
|
"SharingSettings": {
|
|
5763
6220
|
"type": "structure",
|
|
@@ -5771,7 +6228,7 @@
|
|
|
5771
6228
|
"type": "structure",
|
|
5772
6229
|
"members": {
|
|
5773
6230
|
"DefaultResourceSpec": {
|
|
5774
|
-
"shape": "
|
|
6231
|
+
"shape": "S39"
|
|
5775
6232
|
}
|
|
5776
6233
|
}
|
|
5777
6234
|
},
|
|
@@ -5779,7 +6236,24 @@
|
|
|
5779
6236
|
"type": "structure",
|
|
5780
6237
|
"members": {
|
|
5781
6238
|
"DefaultResourceSpec": {
|
|
5782
|
-
"shape": "
|
|
6239
|
+
"shape": "S39"
|
|
6240
|
+
},
|
|
6241
|
+
"CustomImages": {
|
|
6242
|
+
"type": "list",
|
|
6243
|
+
"member": {
|
|
6244
|
+
"type": "structure",
|
|
6245
|
+
"required": [
|
|
6246
|
+
"ImageName",
|
|
6247
|
+
"AppImageConfigName"
|
|
6248
|
+
],
|
|
6249
|
+
"members": {
|
|
6250
|
+
"ImageName": {},
|
|
6251
|
+
"ImageVersionNumber": {
|
|
6252
|
+
"type": "integer"
|
|
6253
|
+
},
|
|
6254
|
+
"AppImageConfigName": {}
|
|
6255
|
+
}
|
|
6256
|
+
}
|
|
5783
6257
|
}
|
|
5784
6258
|
}
|
|
5785
6259
|
},
|
|
@@ -5787,17 +6261,17 @@
|
|
|
5787
6261
|
"type": "structure",
|
|
5788
6262
|
"members": {
|
|
5789
6263
|
"DefaultResourceSpec": {
|
|
5790
|
-
"shape": "
|
|
6264
|
+
"shape": "S39"
|
|
5791
6265
|
}
|
|
5792
6266
|
}
|
|
5793
6267
|
}
|
|
5794
6268
|
}
|
|
5795
6269
|
},
|
|
5796
|
-
"
|
|
6270
|
+
"S56": {
|
|
5797
6271
|
"type": "list",
|
|
5798
6272
|
"member": {}
|
|
5799
6273
|
},
|
|
5800
|
-
"
|
|
6274
|
+
"S5r": {
|
|
5801
6275
|
"type": "list",
|
|
5802
6276
|
"member": {
|
|
5803
6277
|
"type": "structure",
|
|
@@ -5821,7 +6295,7 @@
|
|
|
5821
6295
|
}
|
|
5822
6296
|
}
|
|
5823
6297
|
},
|
|
5824
|
-
"
|
|
6298
|
+
"S5y": {
|
|
5825
6299
|
"type": "structure",
|
|
5826
6300
|
"required": [
|
|
5827
6301
|
"InitialSamplingPercentage",
|
|
@@ -5864,7 +6338,7 @@
|
|
|
5864
6338
|
}
|
|
5865
6339
|
}
|
|
5866
6340
|
},
|
|
5867
|
-
"
|
|
6341
|
+
"S6i": {
|
|
5868
6342
|
"type": "structure",
|
|
5869
6343
|
"required": [
|
|
5870
6344
|
"AwsManagedHumanLoopRequestSource"
|
|
@@ -5873,7 +6347,7 @@
|
|
|
5873
6347
|
"AwsManagedHumanLoopRequestSource": {}
|
|
5874
6348
|
}
|
|
5875
6349
|
},
|
|
5876
|
-
"
|
|
6350
|
+
"S6k": {
|
|
5877
6351
|
"type": "structure",
|
|
5878
6352
|
"required": [
|
|
5879
6353
|
"HumanLoopActivationConditionsConfig"
|
|
@@ -5892,7 +6366,7 @@
|
|
|
5892
6366
|
}
|
|
5893
6367
|
}
|
|
5894
6368
|
},
|
|
5895
|
-
"
|
|
6369
|
+
"S6n": {
|
|
5896
6370
|
"type": "structure",
|
|
5897
6371
|
"required": [
|
|
5898
6372
|
"WorkteamArn",
|
|
@@ -5920,11 +6394,11 @@
|
|
|
5920
6394
|
"member": {}
|
|
5921
6395
|
},
|
|
5922
6396
|
"PublicWorkforceTaskPrice": {
|
|
5923
|
-
"shape": "
|
|
6397
|
+
"shape": "S6x"
|
|
5924
6398
|
}
|
|
5925
6399
|
}
|
|
5926
6400
|
},
|
|
5927
|
-
"
|
|
6401
|
+
"S6x": {
|
|
5928
6402
|
"type": "structure",
|
|
5929
6403
|
"members": {
|
|
5930
6404
|
"AmountInUsd": {
|
|
@@ -5943,7 +6417,7 @@
|
|
|
5943
6417
|
}
|
|
5944
6418
|
}
|
|
5945
6419
|
},
|
|
5946
|
-
"
|
|
6420
|
+
"S72": {
|
|
5947
6421
|
"type": "structure",
|
|
5948
6422
|
"required": [
|
|
5949
6423
|
"S3OutputPath"
|
|
@@ -5953,7 +6427,7 @@
|
|
|
5953
6427
|
"KmsKeyId": {}
|
|
5954
6428
|
}
|
|
5955
6429
|
},
|
|
5956
|
-
"
|
|
6430
|
+
"S77": {
|
|
5957
6431
|
"type": "structure",
|
|
5958
6432
|
"required": [
|
|
5959
6433
|
"Content"
|
|
@@ -5962,7 +6436,7 @@
|
|
|
5962
6436
|
"Content": {}
|
|
5963
6437
|
}
|
|
5964
6438
|
},
|
|
5965
|
-
"
|
|
6439
|
+
"S7c": {
|
|
5966
6440
|
"type": "structure",
|
|
5967
6441
|
"required": [
|
|
5968
6442
|
"Strategy",
|
|
@@ -5971,13 +6445,13 @@
|
|
|
5971
6445
|
"members": {
|
|
5972
6446
|
"Strategy": {},
|
|
5973
6447
|
"HyperParameterTuningJobObjective": {
|
|
5974
|
-
"shape": "
|
|
6448
|
+
"shape": "S1b"
|
|
5975
6449
|
},
|
|
5976
6450
|
"ResourceLimits": {
|
|
5977
|
-
"shape": "
|
|
6451
|
+
"shape": "S7e"
|
|
5978
6452
|
},
|
|
5979
6453
|
"ParameterRanges": {
|
|
5980
|
-
"shape": "
|
|
6454
|
+
"shape": "S7h"
|
|
5981
6455
|
},
|
|
5982
6456
|
"TrainingJobEarlyStoppingType": {},
|
|
5983
6457
|
"TuningJobCompletionCriteria": {
|
|
@@ -5993,7 +6467,7 @@
|
|
|
5993
6467
|
}
|
|
5994
6468
|
}
|
|
5995
6469
|
},
|
|
5996
|
-
"
|
|
6470
|
+
"S7e": {
|
|
5997
6471
|
"type": "structure",
|
|
5998
6472
|
"required": [
|
|
5999
6473
|
"MaxNumberOfTrainingJobs",
|
|
@@ -6008,7 +6482,7 @@
|
|
|
6008
6482
|
}
|
|
6009
6483
|
}
|
|
6010
6484
|
},
|
|
6011
|
-
"
|
|
6485
|
+
"S7h": {
|
|
6012
6486
|
"type": "structure",
|
|
6013
6487
|
"members": {
|
|
6014
6488
|
"IntegerParameterRanges": {
|
|
@@ -6063,7 +6537,7 @@
|
|
|
6063
6537
|
}
|
|
6064
6538
|
}
|
|
6065
6539
|
},
|
|
6066
|
-
"
|
|
6540
|
+
"S7t": {
|
|
6067
6541
|
"type": "structure",
|
|
6068
6542
|
"required": [
|
|
6069
6543
|
"AlgorithmSpecification",
|
|
@@ -6075,13 +6549,13 @@
|
|
|
6075
6549
|
"members": {
|
|
6076
6550
|
"DefinitionName": {},
|
|
6077
6551
|
"TuningObjective": {
|
|
6078
|
-
"shape": "
|
|
6552
|
+
"shape": "S1b"
|
|
6079
6553
|
},
|
|
6080
6554
|
"HyperParameterRanges": {
|
|
6081
|
-
"shape": "
|
|
6555
|
+
"shape": "S7h"
|
|
6082
6556
|
},
|
|
6083
6557
|
"StaticHyperParameters": {
|
|
6084
|
-
"shape": "
|
|
6558
|
+
"shape": "S1u"
|
|
6085
6559
|
},
|
|
6086
6560
|
"AlgorithmSpecification": {
|
|
6087
6561
|
"type": "structure",
|
|
@@ -6093,25 +6567,25 @@
|
|
|
6093
6567
|
"TrainingInputMode": {},
|
|
6094
6568
|
"AlgorithmName": {},
|
|
6095
6569
|
"MetricDefinitions": {
|
|
6096
|
-
"shape": "
|
|
6570
|
+
"shape": "Sx"
|
|
6097
6571
|
}
|
|
6098
6572
|
}
|
|
6099
6573
|
},
|
|
6100
6574
|
"RoleArn": {},
|
|
6101
6575
|
"InputDataConfig": {
|
|
6102
|
-
"shape": "
|
|
6576
|
+
"shape": "S1w"
|
|
6103
6577
|
},
|
|
6104
6578
|
"VpcConfig": {
|
|
6105
|
-
"shape": "
|
|
6579
|
+
"shape": "S4a"
|
|
6106
6580
|
},
|
|
6107
6581
|
"OutputDataConfig": {
|
|
6108
|
-
"shape": "
|
|
6582
|
+
"shape": "S2d"
|
|
6109
6583
|
},
|
|
6110
6584
|
"ResourceConfig": {
|
|
6111
|
-
"shape": "
|
|
6585
|
+
"shape": "S2f"
|
|
6112
6586
|
},
|
|
6113
6587
|
"StoppingCondition": {
|
|
6114
|
-
"shape": "
|
|
6588
|
+
"shape": "S2i"
|
|
6115
6589
|
},
|
|
6116
6590
|
"EnableNetworkIsolation": {
|
|
6117
6591
|
"type": "boolean"
|
|
@@ -6123,11 +6597,11 @@
|
|
|
6123
6597
|
"type": "boolean"
|
|
6124
6598
|
},
|
|
6125
6599
|
"CheckpointConfig": {
|
|
6126
|
-
"shape": "
|
|
6600
|
+
"shape": "S7y"
|
|
6127
6601
|
}
|
|
6128
6602
|
}
|
|
6129
6603
|
},
|
|
6130
|
-
"
|
|
6604
|
+
"S7y": {
|
|
6131
6605
|
"type": "structure",
|
|
6132
6606
|
"required": [
|
|
6133
6607
|
"S3Uri"
|
|
@@ -6137,13 +6611,13 @@
|
|
|
6137
6611
|
"LocalPath": {}
|
|
6138
6612
|
}
|
|
6139
6613
|
},
|
|
6140
|
-
"
|
|
6614
|
+
"S7z": {
|
|
6141
6615
|
"type": "list",
|
|
6142
6616
|
"member": {
|
|
6143
|
-
"shape": "
|
|
6617
|
+
"shape": "S7t"
|
|
6144
6618
|
}
|
|
6145
6619
|
},
|
|
6146
|
-
"
|
|
6620
|
+
"S80": {
|
|
6147
6621
|
"type": "structure",
|
|
6148
6622
|
"required": [
|
|
6149
6623
|
"ParentHyperParameterTuningJobs",
|
|
@@ -6162,7 +6636,7 @@
|
|
|
6162
6636
|
"WarmStartType": {}
|
|
6163
6637
|
}
|
|
6164
6638
|
},
|
|
6165
|
-
"
|
|
6639
|
+
"S8h": {
|
|
6166
6640
|
"type": "structure",
|
|
6167
6641
|
"required": [
|
|
6168
6642
|
"DataSource"
|
|
@@ -6202,7 +6676,7 @@
|
|
|
6202
6676
|
}
|
|
6203
6677
|
}
|
|
6204
6678
|
},
|
|
6205
|
-
"
|
|
6679
|
+
"S8p": {
|
|
6206
6680
|
"type": "structure",
|
|
6207
6681
|
"required": [
|
|
6208
6682
|
"S3OutputPath"
|
|
@@ -6213,7 +6687,7 @@
|
|
|
6213
6687
|
"SnsTopicArn": {}
|
|
6214
6688
|
}
|
|
6215
6689
|
},
|
|
6216
|
-
"
|
|
6690
|
+
"S8q": {
|
|
6217
6691
|
"type": "structure",
|
|
6218
6692
|
"members": {
|
|
6219
6693
|
"MaxHumanLabeledObjectCount": {
|
|
@@ -6224,7 +6698,7 @@
|
|
|
6224
6698
|
}
|
|
6225
6699
|
}
|
|
6226
6700
|
},
|
|
6227
|
-
"
|
|
6701
|
+
"S8t": {
|
|
6228
6702
|
"type": "structure",
|
|
6229
6703
|
"required": [
|
|
6230
6704
|
"LabelingJobAlgorithmSpecificationArn"
|
|
@@ -6240,7 +6714,7 @@
|
|
|
6240
6714
|
}
|
|
6241
6715
|
}
|
|
6242
6716
|
},
|
|
6243
|
-
"
|
|
6717
|
+
"S8x": {
|
|
6244
6718
|
"type": "structure",
|
|
6245
6719
|
"required": [
|
|
6246
6720
|
"WorkteamArn",
|
|
@@ -6290,11 +6764,11 @@
|
|
|
6290
6764
|
}
|
|
6291
6765
|
},
|
|
6292
6766
|
"PublicWorkforceTaskPrice": {
|
|
6293
|
-
"shape": "
|
|
6767
|
+
"shape": "S6x"
|
|
6294
6768
|
}
|
|
6295
6769
|
}
|
|
6296
6770
|
},
|
|
6297
|
-
"
|
|
6771
|
+
"S9c": {
|
|
6298
6772
|
"type": "structure",
|
|
6299
6773
|
"members": {
|
|
6300
6774
|
"ContainerHostname": {},
|
|
@@ -6311,23 +6785,23 @@
|
|
|
6311
6785
|
"Mode": {},
|
|
6312
6786
|
"ModelDataUrl": {},
|
|
6313
6787
|
"Environment": {
|
|
6314
|
-
"shape": "
|
|
6788
|
+
"shape": "S9g"
|
|
6315
6789
|
},
|
|
6316
6790
|
"ModelPackageName": {}
|
|
6317
6791
|
}
|
|
6318
6792
|
},
|
|
6319
|
-
"
|
|
6793
|
+
"S9g": {
|
|
6320
6794
|
"type": "map",
|
|
6321
6795
|
"key": {},
|
|
6322
6796
|
"value": {}
|
|
6323
6797
|
},
|
|
6324
|
-
"
|
|
6798
|
+
"S9k": {
|
|
6325
6799
|
"type": "list",
|
|
6326
6800
|
"member": {
|
|
6327
|
-
"shape": "
|
|
6801
|
+
"shape": "S9c"
|
|
6328
6802
|
}
|
|
6329
6803
|
},
|
|
6330
|
-
"
|
|
6804
|
+
"S9n": {
|
|
6331
6805
|
"type": "structure",
|
|
6332
6806
|
"required": [
|
|
6333
6807
|
"ValidationRole",
|
|
@@ -6346,14 +6820,14 @@
|
|
|
6346
6820
|
"members": {
|
|
6347
6821
|
"ProfileName": {},
|
|
6348
6822
|
"TransformJobDefinition": {
|
|
6349
|
-
"shape": "
|
|
6823
|
+
"shape": "S2l"
|
|
6350
6824
|
}
|
|
6351
6825
|
}
|
|
6352
6826
|
}
|
|
6353
6827
|
}
|
|
6354
6828
|
}
|
|
6355
6829
|
},
|
|
6356
|
-
"
|
|
6830
|
+
"S9q": {
|
|
6357
6831
|
"type": "structure",
|
|
6358
6832
|
"required": [
|
|
6359
6833
|
"SourceAlgorithms"
|
|
@@ -6374,7 +6848,7 @@
|
|
|
6374
6848
|
}
|
|
6375
6849
|
}
|
|
6376
6850
|
},
|
|
6377
|
-
"
|
|
6851
|
+
"S9x": {
|
|
6378
6852
|
"type": "structure",
|
|
6379
6853
|
"required": [
|
|
6380
6854
|
"MonitoringJobDefinition"
|
|
@@ -6506,7 +6980,7 @@
|
|
|
6506
6980
|
"members": {
|
|
6507
6981
|
"ImageUri": {},
|
|
6508
6982
|
"ContainerEntrypoint": {
|
|
6509
|
-
"shape": "
|
|
6983
|
+
"shape": "San"
|
|
6510
6984
|
},
|
|
6511
6985
|
"ContainerArguments": {
|
|
6512
6986
|
"type": "list",
|
|
@@ -6533,18 +7007,18 @@
|
|
|
6533
7007
|
"value": {}
|
|
6534
7008
|
},
|
|
6535
7009
|
"NetworkConfig": {
|
|
6536
|
-
"shape": "
|
|
7010
|
+
"shape": "Saw"
|
|
6537
7011
|
},
|
|
6538
7012
|
"RoleArn": {}
|
|
6539
7013
|
}
|
|
6540
7014
|
}
|
|
6541
7015
|
}
|
|
6542
7016
|
},
|
|
6543
|
-
"
|
|
7017
|
+
"San": {
|
|
6544
7018
|
"type": "list",
|
|
6545
7019
|
"member": {}
|
|
6546
7020
|
},
|
|
6547
|
-
"
|
|
7021
|
+
"Saw": {
|
|
6548
7022
|
"type": "structure",
|
|
6549
7023
|
"members": {
|
|
6550
7024
|
"EnableInterContainerTrafficEncryption": {
|
|
@@ -6554,19 +7028,19 @@
|
|
|
6554
7028
|
"type": "boolean"
|
|
6555
7029
|
},
|
|
6556
7030
|
"VpcConfig": {
|
|
6557
|
-
"shape": "
|
|
7031
|
+
"shape": "S4a"
|
|
6558
7032
|
}
|
|
6559
7033
|
}
|
|
6560
7034
|
},
|
|
6561
|
-
"
|
|
7035
|
+
"Sb5": {
|
|
6562
7036
|
"type": "list",
|
|
6563
7037
|
"member": {}
|
|
6564
7038
|
},
|
|
6565
|
-
"
|
|
7039
|
+
"Sb8": {
|
|
6566
7040
|
"type": "list",
|
|
6567
7041
|
"member": {}
|
|
6568
7042
|
},
|
|
6569
|
-
"
|
|
7043
|
+
"Sbd": {
|
|
6570
7044
|
"type": "list",
|
|
6571
7045
|
"member": {
|
|
6572
7046
|
"type": "structure",
|
|
@@ -6575,7 +7049,7 @@
|
|
|
6575
7049
|
}
|
|
6576
7050
|
}
|
|
6577
7051
|
},
|
|
6578
|
-
"
|
|
7052
|
+
"Sbq": {
|
|
6579
7053
|
"type": "list",
|
|
6580
7054
|
"member": {
|
|
6581
7055
|
"type": "structure",
|
|
@@ -6605,7 +7079,7 @@
|
|
|
6605
7079
|
}
|
|
6606
7080
|
}
|
|
6607
7081
|
},
|
|
6608
|
-
"
|
|
7082
|
+
"Sbw": {
|
|
6609
7083
|
"type": "structure",
|
|
6610
7084
|
"required": [
|
|
6611
7085
|
"Outputs"
|
|
@@ -6640,7 +7114,7 @@
|
|
|
6640
7114
|
"KmsKeyId": {}
|
|
6641
7115
|
}
|
|
6642
7116
|
},
|
|
6643
|
-
"
|
|
7117
|
+
"Sc1": {
|
|
6644
7118
|
"type": "structure",
|
|
6645
7119
|
"required": [
|
|
6646
7120
|
"ClusterConfig"
|
|
@@ -6666,7 +7140,7 @@
|
|
|
6666
7140
|
}
|
|
6667
7141
|
}
|
|
6668
7142
|
},
|
|
6669
|
-
"
|
|
7143
|
+
"Sc3": {
|
|
6670
7144
|
"type": "structure",
|
|
6671
7145
|
"required": [
|
|
6672
7146
|
"MaxRuntimeInSeconds"
|
|
@@ -6677,7 +7151,7 @@
|
|
|
6677
7151
|
}
|
|
6678
7152
|
}
|
|
6679
7153
|
},
|
|
6680
|
-
"
|
|
7154
|
+
"Sc5": {
|
|
6681
7155
|
"type": "structure",
|
|
6682
7156
|
"required": [
|
|
6683
7157
|
"ImageUri"
|
|
@@ -6685,7 +7159,7 @@
|
|
|
6685
7159
|
"members": {
|
|
6686
7160
|
"ImageUri": {},
|
|
6687
7161
|
"ContainerEntrypoint": {
|
|
6688
|
-
"shape": "
|
|
7162
|
+
"shape": "San"
|
|
6689
7163
|
},
|
|
6690
7164
|
"ContainerArguments": {
|
|
6691
7165
|
"type": "list",
|
|
@@ -6693,12 +7167,12 @@
|
|
|
6693
7167
|
}
|
|
6694
7168
|
}
|
|
6695
7169
|
},
|
|
6696
|
-
"
|
|
7170
|
+
"Sc7": {
|
|
6697
7171
|
"type": "map",
|
|
6698
7172
|
"key": {},
|
|
6699
7173
|
"value": {}
|
|
6700
7174
|
},
|
|
6701
|
-
"
|
|
7175
|
+
"Sc8": {
|
|
6702
7176
|
"type": "structure",
|
|
6703
7177
|
"members": {
|
|
6704
7178
|
"ExperimentName": {},
|
|
@@ -6706,7 +7180,7 @@
|
|
|
6706
7180
|
"TrialComponentDisplayName": {}
|
|
6707
7181
|
}
|
|
6708
7182
|
},
|
|
6709
|
-
"
|
|
7183
|
+
"Scd": {
|
|
6710
7184
|
"type": "structure",
|
|
6711
7185
|
"required": [
|
|
6712
7186
|
"TrainingInputMode"
|
|
@@ -6716,14 +7190,14 @@
|
|
|
6716
7190
|
"AlgorithmName": {},
|
|
6717
7191
|
"TrainingInputMode": {},
|
|
6718
7192
|
"MetricDefinitions": {
|
|
6719
|
-
"shape": "
|
|
7193
|
+
"shape": "Sx"
|
|
6720
7194
|
},
|
|
6721
7195
|
"EnableSageMakerMetricsTimeSeries": {
|
|
6722
7196
|
"type": "boolean"
|
|
6723
7197
|
}
|
|
6724
7198
|
}
|
|
6725
7199
|
},
|
|
6726
|
-
"
|
|
7200
|
+
"Sce": {
|
|
6727
7201
|
"type": "structure",
|
|
6728
7202
|
"required": [
|
|
6729
7203
|
"S3OutputPath"
|
|
@@ -6752,7 +7226,7 @@
|
|
|
6752
7226
|
}
|
|
6753
7227
|
}
|
|
6754
7228
|
},
|
|
6755
|
-
"
|
|
7229
|
+
"Scm": {
|
|
6756
7230
|
"type": "list",
|
|
6757
7231
|
"member": {
|
|
6758
7232
|
"type": "structure",
|
|
@@ -6777,7 +7251,7 @@
|
|
|
6777
7251
|
}
|
|
6778
7252
|
}
|
|
6779
7253
|
},
|
|
6780
|
-
"
|
|
7254
|
+
"Scr": {
|
|
6781
7255
|
"type": "structure",
|
|
6782
7256
|
"required": [
|
|
6783
7257
|
"S3OutputPath"
|
|
@@ -6787,7 +7261,7 @@
|
|
|
6787
7261
|
"S3OutputPath": {}
|
|
6788
7262
|
}
|
|
6789
7263
|
},
|
|
6790
|
-
"
|
|
7264
|
+
"Scw": {
|
|
6791
7265
|
"type": "structure",
|
|
6792
7266
|
"members": {
|
|
6793
7267
|
"InvocationsTimeoutInSeconds": {
|
|
@@ -6798,7 +7272,7 @@
|
|
|
6798
7272
|
}
|
|
6799
7273
|
}
|
|
6800
7274
|
},
|
|
6801
|
-
"
|
|
7275
|
+
"Scz": {
|
|
6802
7276
|
"type": "structure",
|
|
6803
7277
|
"members": {
|
|
6804
7278
|
"InputFilter": {},
|
|
@@ -6806,14 +7280,14 @@
|
|
|
6806
7280
|
"JoinSource": {}
|
|
6807
7281
|
}
|
|
6808
7282
|
},
|
|
6809
|
-
"
|
|
7283
|
+
"Sd7": {
|
|
6810
7284
|
"type": "structure",
|
|
6811
7285
|
"members": {
|
|
6812
7286
|
"PrimaryStatus": {},
|
|
6813
7287
|
"Message": {}
|
|
6814
7288
|
}
|
|
6815
7289
|
},
|
|
6816
|
-
"
|
|
7290
|
+
"Sdb": {
|
|
6817
7291
|
"type": "map",
|
|
6818
7292
|
"key": {},
|
|
6819
7293
|
"value": {
|
|
@@ -6826,7 +7300,7 @@
|
|
|
6826
7300
|
}
|
|
6827
7301
|
}
|
|
6828
7302
|
},
|
|
6829
|
-
"
|
|
7303
|
+
"Sdg": {
|
|
6830
7304
|
"type": "map",
|
|
6831
7305
|
"key": {},
|
|
6832
7306
|
"value": {
|
|
@@ -6840,7 +7314,7 @@
|
|
|
6840
7314
|
}
|
|
6841
7315
|
}
|
|
6842
7316
|
},
|
|
6843
|
-
"
|
|
7317
|
+
"Sds": {
|
|
6844
7318
|
"type": "structure",
|
|
6845
7319
|
"required": [
|
|
6846
7320
|
"UserPool",
|
|
@@ -6851,7 +7325,7 @@
|
|
|
6851
7325
|
"ClientId": {}
|
|
6852
7326
|
}
|
|
6853
7327
|
},
|
|
6854
|
-
"
|
|
7328
|
+
"Sdv": {
|
|
6855
7329
|
"type": "structure",
|
|
6856
7330
|
"required": [
|
|
6857
7331
|
"ClientId",
|
|
@@ -6877,7 +7351,7 @@
|
|
|
6877
7351
|
"JwksUri": {}
|
|
6878
7352
|
}
|
|
6879
7353
|
},
|
|
6880
|
-
"
|
|
7354
|
+
"Sdy": {
|
|
6881
7355
|
"type": "structure",
|
|
6882
7356
|
"required": [
|
|
6883
7357
|
"Cidrs"
|
|
@@ -6889,7 +7363,7 @@
|
|
|
6889
7363
|
}
|
|
6890
7364
|
}
|
|
6891
7365
|
},
|
|
6892
|
-
"
|
|
7366
|
+
"Se6": {
|
|
6893
7367
|
"type": "list",
|
|
6894
7368
|
"member": {
|
|
6895
7369
|
"type": "structure",
|
|
@@ -6922,13 +7396,13 @@
|
|
|
6922
7396
|
}
|
|
6923
7397
|
}
|
|
6924
7398
|
},
|
|
6925
|
-
"
|
|
7399
|
+
"See": {
|
|
6926
7400
|
"type": "structure",
|
|
6927
7401
|
"members": {
|
|
6928
7402
|
"NotificationTopicArn": {}
|
|
6929
7403
|
}
|
|
6930
7404
|
},
|
|
6931
|
-
"
|
|
7405
|
+
"Sfn": {
|
|
6932
7406
|
"type": "list",
|
|
6933
7407
|
"member": {
|
|
6934
7408
|
"type": "structure",
|
|
@@ -6943,7 +7417,7 @@
|
|
|
6943
7417
|
}
|
|
6944
7418
|
}
|
|
6945
7419
|
},
|
|
6946
|
-
"
|
|
7420
|
+
"Sfz": {
|
|
6947
7421
|
"type": "structure",
|
|
6948
7422
|
"required": [
|
|
6949
7423
|
"CandidateName",
|
|
@@ -6999,7 +7473,7 @@
|
|
|
6999
7473
|
"Image": {},
|
|
7000
7474
|
"ModelDataUrl": {},
|
|
7001
7475
|
"Environment": {
|
|
7002
|
-
"shape": "
|
|
7476
|
+
"shape": "S9g"
|
|
7003
7477
|
}
|
|
7004
7478
|
}
|
|
7005
7479
|
}
|
|
@@ -7016,7 +7490,7 @@
|
|
|
7016
7490
|
"FailureReason": {}
|
|
7017
7491
|
}
|
|
7018
7492
|
},
|
|
7019
|
-
"
|
|
7493
|
+
"Sgp": {
|
|
7020
7494
|
"type": "structure",
|
|
7021
7495
|
"required": [
|
|
7022
7496
|
"S3ModelArtifacts"
|
|
@@ -7025,7 +7499,7 @@
|
|
|
7025
7499
|
"S3ModelArtifacts": {}
|
|
7026
7500
|
}
|
|
7027
7501
|
},
|
|
7028
|
-
"
|
|
7502
|
+
"Sh7": {
|
|
7029
7503
|
"type": "structure",
|
|
7030
7504
|
"required": [
|
|
7031
7505
|
"SourceArn"
|
|
@@ -7035,7 +7509,7 @@
|
|
|
7035
7509
|
"SourceType": {}
|
|
7036
7510
|
}
|
|
7037
7511
|
},
|
|
7038
|
-
"
|
|
7512
|
+
"Sha": {
|
|
7039
7513
|
"type": "structure",
|
|
7040
7514
|
"members": {
|
|
7041
7515
|
"UserProfileArn": {},
|
|
@@ -7043,7 +7517,7 @@
|
|
|
7043
7517
|
"DomainId": {}
|
|
7044
7518
|
}
|
|
7045
7519
|
},
|
|
7046
|
-
"
|
|
7520
|
+
"Shn": {
|
|
7047
7521
|
"type": "structure",
|
|
7048
7522
|
"members": {
|
|
7049
7523
|
"Completed": {
|
|
@@ -7063,7 +7537,7 @@
|
|
|
7063
7537
|
}
|
|
7064
7538
|
}
|
|
7065
7539
|
},
|
|
7066
|
-
"
|
|
7540
|
+
"Shp": {
|
|
7067
7541
|
"type": "structure",
|
|
7068
7542
|
"members": {
|
|
7069
7543
|
"Succeeded": {
|
|
@@ -7077,7 +7551,7 @@
|
|
|
7077
7551
|
}
|
|
7078
7552
|
}
|
|
7079
7553
|
},
|
|
7080
|
-
"
|
|
7554
|
+
"Shr": {
|
|
7081
7555
|
"type": "structure",
|
|
7082
7556
|
"required": [
|
|
7083
7557
|
"TrainingJobName",
|
|
@@ -7102,7 +7576,7 @@
|
|
|
7102
7576
|
},
|
|
7103
7577
|
"TrainingJobStatus": {},
|
|
7104
7578
|
"TunedHyperParameters": {
|
|
7105
|
-
"shape": "
|
|
7579
|
+
"shape": "S1u"
|
|
7106
7580
|
},
|
|
7107
7581
|
"FailureReason": {},
|
|
7108
7582
|
"FinalHyperParameterTuningJobObjectiveMetric": {
|
|
@@ -7122,7 +7596,7 @@
|
|
|
7122
7596
|
"ObjectiveStatus": {}
|
|
7123
7597
|
}
|
|
7124
7598
|
},
|
|
7125
|
-
"
|
|
7599
|
+
"Si4": {
|
|
7126
7600
|
"type": "structure",
|
|
7127
7601
|
"members": {
|
|
7128
7602
|
"TotalLabeled": {
|
|
@@ -7142,7 +7616,7 @@
|
|
|
7142
7616
|
}
|
|
7143
7617
|
}
|
|
7144
7618
|
},
|
|
7145
|
-
"
|
|
7619
|
+
"Si7": {
|
|
7146
7620
|
"type": "structure",
|
|
7147
7621
|
"required": [
|
|
7148
7622
|
"OutputDatasetS3Uri"
|
|
@@ -7152,7 +7626,7 @@
|
|
|
7152
7626
|
"FinalActiveLearningModelArn": {}
|
|
7153
7627
|
}
|
|
7154
7628
|
},
|
|
7155
|
-
"
|
|
7629
|
+
"Sie": {
|
|
7156
7630
|
"type": "list",
|
|
7157
7631
|
"member": {
|
|
7158
7632
|
"type": "structure",
|
|
@@ -7167,7 +7641,7 @@
|
|
|
7167
7641
|
}
|
|
7168
7642
|
}
|
|
7169
7643
|
},
|
|
7170
|
-
"
|
|
7644
|
+
"Sik": {
|
|
7171
7645
|
"type": "structure",
|
|
7172
7646
|
"required": [
|
|
7173
7647
|
"MonitoringScheduleName",
|
|
@@ -7193,7 +7667,7 @@
|
|
|
7193
7667
|
"FailureReason": {}
|
|
7194
7668
|
}
|
|
7195
7669
|
},
|
|
7196
|
-
"
|
|
7670
|
+
"Siy": {
|
|
7197
7671
|
"type": "structure",
|
|
7198
7672
|
"required": [
|
|
7199
7673
|
"WorkteamArn"
|
|
@@ -7206,7 +7680,7 @@
|
|
|
7206
7680
|
"ListingId": {}
|
|
7207
7681
|
}
|
|
7208
7682
|
},
|
|
7209
|
-
"
|
|
7683
|
+
"Sj2": {
|
|
7210
7684
|
"type": "list",
|
|
7211
7685
|
"member": {
|
|
7212
7686
|
"type": "structure",
|
|
@@ -7226,7 +7700,7 @@
|
|
|
7226
7700
|
}
|
|
7227
7701
|
}
|
|
7228
7702
|
},
|
|
7229
|
-
"
|
|
7703
|
+
"Sj5": {
|
|
7230
7704
|
"type": "list",
|
|
7231
7705
|
"member": {
|
|
7232
7706
|
"type": "structure",
|
|
@@ -7241,7 +7715,7 @@
|
|
|
7241
7715
|
}
|
|
7242
7716
|
}
|
|
7243
7717
|
},
|
|
7244
|
-
"
|
|
7718
|
+
"Sja": {
|
|
7245
7719
|
"type": "list",
|
|
7246
7720
|
"member": {
|
|
7247
7721
|
"type": "structure",
|
|
@@ -7256,7 +7730,7 @@
|
|
|
7256
7730
|
}
|
|
7257
7731
|
}
|
|
7258
7732
|
},
|
|
7259
|
-
"
|
|
7733
|
+
"Sjj": {
|
|
7260
7734
|
"type": "structure",
|
|
7261
7735
|
"required": [
|
|
7262
7736
|
"SourceArn"
|
|
@@ -7266,7 +7740,7 @@
|
|
|
7266
7740
|
"SourceType": {}
|
|
7267
7741
|
}
|
|
7268
7742
|
},
|
|
7269
|
-
"
|
|
7743
|
+
"Sjn": {
|
|
7270
7744
|
"type": "structure",
|
|
7271
7745
|
"required": [
|
|
7272
7746
|
"SourceArn"
|
|
@@ -7276,7 +7750,7 @@
|
|
|
7276
7750
|
"SourceType": {}
|
|
7277
7751
|
}
|
|
7278
7752
|
},
|
|
7279
|
-
"
|
|
7753
|
+
"Sjp": {
|
|
7280
7754
|
"type": "list",
|
|
7281
7755
|
"member": {
|
|
7282
7756
|
"type": "structure",
|
|
@@ -7307,7 +7781,7 @@
|
|
|
7307
7781
|
}
|
|
7308
7782
|
}
|
|
7309
7783
|
},
|
|
7310
|
-
"
|
|
7784
|
+
"Sjz": {
|
|
7311
7785
|
"type": "structure",
|
|
7312
7786
|
"required": [
|
|
7313
7787
|
"WorkforceName",
|
|
@@ -7320,11 +7794,11 @@
|
|
|
7320
7794
|
"type": "timestamp"
|
|
7321
7795
|
},
|
|
7322
7796
|
"SourceIpConfig": {
|
|
7323
|
-
"shape": "
|
|
7797
|
+
"shape": "Sdy"
|
|
7324
7798
|
},
|
|
7325
7799
|
"SubDomain": {},
|
|
7326
7800
|
"CognitoConfig": {
|
|
7327
|
-
"shape": "
|
|
7801
|
+
"shape": "Sds"
|
|
7328
7802
|
},
|
|
7329
7803
|
"OidcConfig": {
|
|
7330
7804
|
"type": "structure",
|
|
@@ -7343,7 +7817,7 @@
|
|
|
7343
7817
|
}
|
|
7344
7818
|
}
|
|
7345
7819
|
},
|
|
7346
|
-
"
|
|
7820
|
+
"Sk3": {
|
|
7347
7821
|
"type": "structure",
|
|
7348
7822
|
"required": [
|
|
7349
7823
|
"WorkteamName",
|
|
@@ -7354,7 +7828,7 @@
|
|
|
7354
7828
|
"members": {
|
|
7355
7829
|
"WorkteamName": {},
|
|
7356
7830
|
"MemberDefinitions": {
|
|
7357
|
-
"shape": "
|
|
7831
|
+
"shape": "Se6"
|
|
7358
7832
|
},
|
|
7359
7833
|
"WorkteamArn": {},
|
|
7360
7834
|
"WorkforceArn": {},
|
|
@@ -7371,15 +7845,15 @@
|
|
|
7371
7845
|
"type": "timestamp"
|
|
7372
7846
|
},
|
|
7373
7847
|
"NotificationConfiguration": {
|
|
7374
|
-
"shape": "
|
|
7848
|
+
"shape": "See"
|
|
7375
7849
|
}
|
|
7376
7850
|
}
|
|
7377
7851
|
},
|
|
7378
|
-
"
|
|
7852
|
+
"Sps": {
|
|
7379
7853
|
"type": "structure",
|
|
7380
7854
|
"members": {
|
|
7381
7855
|
"Filters": {
|
|
7382
|
-
"shape": "
|
|
7856
|
+
"shape": "Spt"
|
|
7383
7857
|
},
|
|
7384
7858
|
"NestedFilters": {
|
|
7385
7859
|
"type": "list",
|
|
@@ -7392,7 +7866,7 @@
|
|
|
7392
7866
|
"members": {
|
|
7393
7867
|
"NestedPropertyName": {},
|
|
7394
7868
|
"Filters": {
|
|
7395
|
-
"shape": "
|
|
7869
|
+
"shape": "Spt"
|
|
7396
7870
|
}
|
|
7397
7871
|
}
|
|
7398
7872
|
}
|
|
@@ -7400,13 +7874,13 @@
|
|
|
7400
7874
|
"SubExpressions": {
|
|
7401
7875
|
"type": "list",
|
|
7402
7876
|
"member": {
|
|
7403
|
-
"shape": "
|
|
7877
|
+
"shape": "Sps"
|
|
7404
7878
|
}
|
|
7405
7879
|
},
|
|
7406
7880
|
"Operator": {}
|
|
7407
7881
|
}
|
|
7408
7882
|
},
|
|
7409
|
-
"
|
|
7883
|
+
"Spt": {
|
|
7410
7884
|
"type": "list",
|
|
7411
7885
|
"member": {
|
|
7412
7886
|
"type": "structure",
|
|
@@ -7420,7 +7894,7 @@
|
|
|
7420
7894
|
}
|
|
7421
7895
|
}
|
|
7422
7896
|
},
|
|
7423
|
-
"
|
|
7897
|
+
"Sq5": {
|
|
7424
7898
|
"type": "structure",
|
|
7425
7899
|
"members": {
|
|
7426
7900
|
"TrainingJobName": {},
|
|
@@ -7429,32 +7903,32 @@
|
|
|
7429
7903
|
"LabelingJobArn": {},
|
|
7430
7904
|
"AutoMLJobArn": {},
|
|
7431
7905
|
"ModelArtifacts": {
|
|
7432
|
-
"shape": "
|
|
7906
|
+
"shape": "Sgp"
|
|
7433
7907
|
},
|
|
7434
7908
|
"TrainingJobStatus": {},
|
|
7435
7909
|
"SecondaryStatus": {},
|
|
7436
7910
|
"FailureReason": {},
|
|
7437
7911
|
"HyperParameters": {
|
|
7438
|
-
"shape": "
|
|
7912
|
+
"shape": "S1u"
|
|
7439
7913
|
},
|
|
7440
7914
|
"AlgorithmSpecification": {
|
|
7441
|
-
"shape": "
|
|
7915
|
+
"shape": "Scd"
|
|
7442
7916
|
},
|
|
7443
7917
|
"RoleArn": {},
|
|
7444
7918
|
"InputDataConfig": {
|
|
7445
|
-
"shape": "
|
|
7919
|
+
"shape": "S1w"
|
|
7446
7920
|
},
|
|
7447
7921
|
"OutputDataConfig": {
|
|
7448
|
-
"shape": "
|
|
7922
|
+
"shape": "S2d"
|
|
7449
7923
|
},
|
|
7450
7924
|
"ResourceConfig": {
|
|
7451
|
-
"shape": "
|
|
7925
|
+
"shape": "S2f"
|
|
7452
7926
|
},
|
|
7453
7927
|
"VpcConfig": {
|
|
7454
|
-
"shape": "
|
|
7928
|
+
"shape": "S4a"
|
|
7455
7929
|
},
|
|
7456
7930
|
"StoppingCondition": {
|
|
7457
|
-
"shape": "
|
|
7931
|
+
"shape": "S2i"
|
|
7458
7932
|
},
|
|
7459
7933
|
"CreationTime": {
|
|
7460
7934
|
"type": "timestamp"
|
|
@@ -7469,10 +7943,10 @@
|
|
|
7469
7943
|
"type": "timestamp"
|
|
7470
7944
|
},
|
|
7471
7945
|
"SecondaryStatusTransitions": {
|
|
7472
|
-
"shape": "
|
|
7946
|
+
"shape": "Sj2"
|
|
7473
7947
|
},
|
|
7474
7948
|
"FinalMetricDataList": {
|
|
7475
|
-
"shape": "
|
|
7949
|
+
"shape": "Sj5"
|
|
7476
7950
|
},
|
|
7477
7951
|
"EnableNetworkIsolation": {
|
|
7478
7952
|
"type": "boolean"
|
|
@@ -7484,7 +7958,7 @@
|
|
|
7484
7958
|
"type": "boolean"
|
|
7485
7959
|
},
|
|
7486
7960
|
"CheckpointConfig": {
|
|
7487
|
-
"shape": "
|
|
7961
|
+
"shape": "S7y"
|
|
7488
7962
|
},
|
|
7489
7963
|
"TrainingTimeInSeconds": {
|
|
7490
7964
|
"type": "integer"
|
|
@@ -7493,26 +7967,26 @@
|
|
|
7493
7967
|
"type": "integer"
|
|
7494
7968
|
},
|
|
7495
7969
|
"DebugHookConfig": {
|
|
7496
|
-
"shape": "
|
|
7970
|
+
"shape": "Sce"
|
|
7497
7971
|
},
|
|
7498
7972
|
"ExperimentConfig": {
|
|
7499
|
-
"shape": "
|
|
7973
|
+
"shape": "Sc8"
|
|
7500
7974
|
},
|
|
7501
7975
|
"DebugRuleConfigurations": {
|
|
7502
|
-
"shape": "
|
|
7976
|
+
"shape": "Scm"
|
|
7503
7977
|
},
|
|
7504
7978
|
"TensorBoardOutputConfig": {
|
|
7505
|
-
"shape": "
|
|
7979
|
+
"shape": "Scr"
|
|
7506
7980
|
},
|
|
7507
7981
|
"DebugRuleEvaluationStatuses": {
|
|
7508
|
-
"shape": "
|
|
7982
|
+
"shape": "Sja"
|
|
7509
7983
|
},
|
|
7510
7984
|
"Tags": {
|
|
7511
7985
|
"shape": "S3"
|
|
7512
7986
|
}
|
|
7513
7987
|
}
|
|
7514
7988
|
},
|
|
7515
|
-
"
|
|
7989
|
+
"Srq": {
|
|
7516
7990
|
"type": "list",
|
|
7517
7991
|
"member": {}
|
|
7518
7992
|
}
|