UNPKG

168 kBJSONView Raw
1{
2 "version": "2.0",
3 "metadata": {
4 "apiVersion": "2017-07-24",
5 "endpointPrefix": "api.sagemaker",
6 "jsonVersion": "1.1",
7 "protocol": "json",
8 "serviceAbbreviation": "SageMaker",
9 "serviceFullName": "Amazon SageMaker Service",
10 "serviceId": "SageMaker",
11 "signatureVersion": "v4",
12 "signingName": "sagemaker",
13 "targetPrefix": "SageMaker",
14 "uid": "sagemaker-2017-07-24"
15 },
16 "operations": {
17 "AddTags": {
18 "input": {
19 "type": "structure",
20 "required": [
21 "ResourceArn",
22 "Tags"
23 ],
24 "members": {
25 "ResourceArn": {},
26 "Tags": {
27 "shape": "S3"
28 }
29 }
30 },
31 "output": {
32 "type": "structure",
33 "members": {
34 "Tags": {
35 "shape": "S3"
36 }
37 }
38 }
39 },
40 "AssociateTrialComponent": {
41 "input": {
42 "type": "structure",
43 "required": [
44 "TrialComponentName",
45 "TrialName"
46 ],
47 "members": {
48 "TrialComponentName": {},
49 "TrialName": {}
50 }
51 },
52 "output": {
53 "type": "structure",
54 "members": {
55 "TrialComponentArn": {},
56 "TrialArn": {}
57 }
58 }
59 },
60 "CreateAlgorithm": {
61 "input": {
62 "type": "structure",
63 "required": [
64 "AlgorithmName",
65 "TrainingSpecification"
66 ],
67 "members": {
68 "AlgorithmName": {},
69 "AlgorithmDescription": {},
70 "TrainingSpecification": {
71 "shape": "Sg"
72 },
73 "InferenceSpecification": {
74 "shape": "S1c"
75 },
76 "ValidationSpecification": {
77 "shape": "S1o"
78 },
79 "CertifyForMarketplace": {
80 "type": "boolean"
81 }
82 }
83 },
84 "output": {
85 "type": "structure",
86 "required": [
87 "AlgorithmArn"
88 ],
89 "members": {
90 "AlgorithmArn": {}
91 }
92 }
93 },
94 "CreateApp": {
95 "input": {
96 "type": "structure",
97 "required": [
98 "DomainId",
99 "UserProfileName",
100 "AppType",
101 "AppName"
102 ],
103 "members": {
104 "DomainId": {},
105 "UserProfileName": {},
106 "AppType": {},
107 "AppName": {},
108 "Tags": {
109 "shape": "S3"
110 },
111 "ResourceSpec": {
112 "shape": "S38"
113 }
114 }
115 },
116 "output": {
117 "type": "structure",
118 "members": {
119 "AppArn": {}
120 }
121 }
122 },
123 "CreateAutoMLJob": {
124 "input": {
125 "type": "structure",
126 "required": [
127 "AutoMLJobName",
128 "InputDataConfig",
129 "OutputDataConfig",
130 "RoleArn"
131 ],
132 "members": {
133 "AutoMLJobName": {},
134 "InputDataConfig": {
135 "shape": "S3f"
136 },
137 "OutputDataConfig": {
138 "shape": "S3l"
139 },
140 "ProblemType": {},
141 "AutoMLJobObjective": {
142 "shape": "S3n"
143 },
144 "AutoMLJobConfig": {
145 "shape": "S3p"
146 },
147 "RoleArn": {},
148 "GenerateCandidateDefinitionsOnly": {
149 "type": "boolean"
150 },
151 "Tags": {
152 "shape": "S3"
153 }
154 }
155 },
156 "output": {
157 "type": "structure",
158 "required": [
159 "AutoMLJobArn"
160 ],
161 "members": {
162 "AutoMLJobArn": {}
163 }
164 }
165 },
166 "CreateCodeRepository": {
167 "input": {
168 "type": "structure",
169 "required": [
170 "CodeRepositoryName",
171 "GitConfig"
172 ],
173 "members": {
174 "CodeRepositoryName": {},
175 "GitConfig": {
176 "shape": "S44"
177 }
178 }
179 },
180 "output": {
181 "type": "structure",
182 "required": [
183 "CodeRepositoryArn"
184 ],
185 "members": {
186 "CodeRepositoryArn": {}
187 }
188 }
189 },
190 "CreateCompilationJob": {
191 "input": {
192 "type": "structure",
193 "required": [
194 "CompilationJobName",
195 "RoleArn",
196 "InputConfig",
197 "OutputConfig",
198 "StoppingCondition"
199 ],
200 "members": {
201 "CompilationJobName": {},
202 "RoleArn": {},
203 "InputConfig": {
204 "shape": "S4b"
205 },
206 "OutputConfig": {
207 "shape": "S4e"
208 },
209 "StoppingCondition": {
210 "shape": "S2h"
211 }
212 }
213 },
214 "output": {
215 "type": "structure",
216 "required": [
217 "CompilationJobArn"
218 ],
219 "members": {
220 "CompilationJobArn": {}
221 }
222 }
223 },
224 "CreateDomain": {
225 "input": {
226 "type": "structure",
227 "required": [
228 "DomainName",
229 "AuthMode",
230 "DefaultUserSettings",
231 "SubnetIds",
232 "VpcId"
233 ],
234 "members": {
235 "DomainName": {},
236 "AuthMode": {},
237 "DefaultUserSettings": {
238 "shape": "S4l"
239 },
240 "SubnetIds": {
241 "shape": "S3y"
242 },
243 "VpcId": {},
244 "Tags": {
245 "shape": "S3"
246 },
247 "HomeEfsFileSystemKmsKeyId": {}
248 }
249 },
250 "output": {
251 "type": "structure",
252 "members": {
253 "DomainArn": {},
254 "Url": {}
255 }
256 }
257 },
258 "CreateEndpoint": {
259 "input": {
260 "type": "structure",
261 "required": [
262 "EndpointName",
263 "EndpointConfigName"
264 ],
265 "members": {
266 "EndpointName": {},
267 "EndpointConfigName": {},
268 "Tags": {
269 "shape": "S3"
270 }
271 }
272 },
273 "output": {
274 "type": "structure",
275 "required": [
276 "EndpointArn"
277 ],
278 "members": {
279 "EndpointArn": {}
280 }
281 }
282 },
283 "CreateEndpointConfig": {
284 "input": {
285 "type": "structure",
286 "required": [
287 "EndpointConfigName",
288 "ProductionVariants"
289 ],
290 "members": {
291 "EndpointConfigName": {},
292 "ProductionVariants": {
293 "shape": "S52"
294 },
295 "DataCaptureConfig": {
296 "shape": "S59"
297 },
298 "Tags": {
299 "shape": "S3"
300 },
301 "KmsKeyId": {}
302 }
303 },
304 "output": {
305 "type": "structure",
306 "required": [
307 "EndpointConfigArn"
308 ],
309 "members": {
310 "EndpointConfigArn": {}
311 }
312 }
313 },
314 "CreateExperiment": {
315 "input": {
316 "type": "structure",
317 "required": [
318 "ExperimentName"
319 ],
320 "members": {
321 "ExperimentName": {},
322 "DisplayName": {},
323 "Description": {},
324 "Tags": {
325 "shape": "S3"
326 }
327 }
328 },
329 "output": {
330 "type": "structure",
331 "members": {
332 "ExperimentArn": {}
333 }
334 }
335 },
336 "CreateFlowDefinition": {
337 "input": {
338 "type": "structure",
339 "required": [
340 "FlowDefinitionName",
341 "HumanLoopConfig",
342 "OutputConfig",
343 "RoleArn"
344 ],
345 "members": {
346 "FlowDefinitionName": {},
347 "HumanLoopRequestSource": {
348 "shape": "S5t"
349 },
350 "HumanLoopActivationConfig": {
351 "shape": "S5v"
352 },
353 "HumanLoopConfig": {
354 "shape": "S5y"
355 },
356 "OutputConfig": {
357 "shape": "S6d"
358 },
359 "RoleArn": {},
360 "Tags": {
361 "shape": "S3"
362 }
363 }
364 },
365 "output": {
366 "type": "structure",
367 "required": [
368 "FlowDefinitionArn"
369 ],
370 "members": {
371 "FlowDefinitionArn": {}
372 }
373 }
374 },
375 "CreateHumanTaskUi": {
376 "input": {
377 "type": "structure",
378 "required": [
379 "HumanTaskUiName",
380 "UiTemplate"
381 ],
382 "members": {
383 "HumanTaskUiName": {},
384 "UiTemplate": {
385 "shape": "S6i"
386 },
387 "Tags": {
388 "shape": "S3"
389 }
390 }
391 },
392 "output": {
393 "type": "structure",
394 "required": [
395 "HumanTaskUiArn"
396 ],
397 "members": {
398 "HumanTaskUiArn": {}
399 }
400 }
401 },
402 "CreateHyperParameterTuningJob": {
403 "input": {
404 "type": "structure",
405 "required": [
406 "HyperParameterTuningJobName",
407 "HyperParameterTuningJobConfig"
408 ],
409 "members": {
410 "HyperParameterTuningJobName": {},
411 "HyperParameterTuningJobConfig": {
412 "shape": "S6n"
413 },
414 "TrainingJobDefinition": {
415 "shape": "S73"
416 },
417 "TrainingJobDefinitions": {
418 "shape": "S79"
419 },
420 "WarmStartConfig": {
421 "shape": "S7a"
422 },
423 "Tags": {
424 "shape": "S3"
425 }
426 }
427 },
428 "output": {
429 "type": "structure",
430 "required": [
431 "HyperParameterTuningJobArn"
432 ],
433 "members": {
434 "HyperParameterTuningJobArn": {}
435 }
436 }
437 },
438 "CreateLabelingJob": {
439 "input": {
440 "type": "structure",
441 "required": [
442 "LabelingJobName",
443 "LabelAttributeName",
444 "InputConfig",
445 "OutputConfig",
446 "RoleArn",
447 "HumanTaskConfig"
448 ],
449 "members": {
450 "LabelingJobName": {},
451 "LabelAttributeName": {},
452 "InputConfig": {
453 "shape": "S7j"
454 },
455 "OutputConfig": {
456 "shape": "S7p"
457 },
458 "RoleArn": {},
459 "LabelCategoryConfigS3Uri": {},
460 "StoppingConditions": {
461 "shape": "S7q"
462 },
463 "LabelingJobAlgorithmsConfig": {
464 "shape": "S7t"
465 },
466 "HumanTaskConfig": {
467 "shape": "S7x"
468 },
469 "Tags": {
470 "shape": "S3"
471 }
472 }
473 },
474 "output": {
475 "type": "structure",
476 "required": [
477 "LabelingJobArn"
478 ],
479 "members": {
480 "LabelingJobArn": {}
481 }
482 }
483 },
484 "CreateModel": {
485 "input": {
486 "type": "structure",
487 "required": [
488 "ModelName",
489 "ExecutionRoleArn"
490 ],
491 "members": {
492 "ModelName": {},
493 "PrimaryContainer": {
494 "shape": "S8c"
495 },
496 "Containers": {
497 "shape": "S8h"
498 },
499 "ExecutionRoleArn": {},
500 "Tags": {
501 "shape": "S3"
502 },
503 "VpcConfig": {
504 "shape": "S3v"
505 },
506 "EnableNetworkIsolation": {
507 "type": "boolean"
508 }
509 }
510 },
511 "output": {
512 "type": "structure",
513 "required": [
514 "ModelArn"
515 ],
516 "members": {
517 "ModelArn": {}
518 }
519 }
520 },
521 "CreateModelPackage": {
522 "input": {
523 "type": "structure",
524 "required": [
525 "ModelPackageName"
526 ],
527 "members": {
528 "ModelPackageName": {},
529 "ModelPackageDescription": {},
530 "InferenceSpecification": {
531 "shape": "S1c"
532 },
533 "ValidationSpecification": {
534 "shape": "S8k"
535 },
536 "SourceAlgorithmSpecification": {
537 "shape": "S8n"
538 },
539 "CertifyForMarketplace": {
540 "type": "boolean"
541 }
542 }
543 },
544 "output": {
545 "type": "structure",
546 "required": [
547 "ModelPackageArn"
548 ],
549 "members": {
550 "ModelPackageArn": {}
551 }
552 }
553 },
554 "CreateMonitoringSchedule": {
555 "input": {
556 "type": "structure",
557 "required": [
558 "MonitoringScheduleName",
559 "MonitoringScheduleConfig"
560 ],
561 "members": {
562 "MonitoringScheduleName": {},
563 "MonitoringScheduleConfig": {
564 "shape": "S8u"
565 },
566 "Tags": {
567 "shape": "S3"
568 }
569 }
570 },
571 "output": {
572 "type": "structure",
573 "required": [
574 "MonitoringScheduleArn"
575 ],
576 "members": {
577 "MonitoringScheduleArn": {}
578 }
579 }
580 },
581 "CreateNotebookInstance": {
582 "input": {
583 "type": "structure",
584 "required": [
585 "NotebookInstanceName",
586 "InstanceType",
587 "RoleArn"
588 ],
589 "members": {
590 "NotebookInstanceName": {},
591 "InstanceType": {},
592 "SubnetId": {},
593 "SecurityGroupIds": {
594 "shape": "S4m"
595 },
596 "RoleArn": {},
597 "KmsKeyId": {},
598 "Tags": {
599 "shape": "S3"
600 },
601 "LifecycleConfigName": {},
602 "DirectInternetAccess": {},
603 "VolumeSizeInGB": {
604 "type": "integer"
605 },
606 "AcceleratorTypes": {
607 "shape": "Sa2"
608 },
609 "DefaultCodeRepository": {},
610 "AdditionalCodeRepositories": {
611 "shape": "Sa5"
612 },
613 "RootAccess": {}
614 }
615 },
616 "output": {
617 "type": "structure",
618 "members": {
619 "NotebookInstanceArn": {}
620 }
621 }
622 },
623 "CreateNotebookInstanceLifecycleConfig": {
624 "input": {
625 "type": "structure",
626 "required": [
627 "NotebookInstanceLifecycleConfigName"
628 ],
629 "members": {
630 "NotebookInstanceLifecycleConfigName": {},
631 "OnCreate": {
632 "shape": "Saa"
633 },
634 "OnStart": {
635 "shape": "Saa"
636 }
637 }
638 },
639 "output": {
640 "type": "structure",
641 "members": {
642 "NotebookInstanceLifecycleConfigArn": {}
643 }
644 }
645 },
646 "CreatePresignedDomainUrl": {
647 "input": {
648 "type": "structure",
649 "required": [
650 "DomainId",
651 "UserProfileName"
652 ],
653 "members": {
654 "DomainId": {},
655 "UserProfileName": {},
656 "SessionExpirationDurationInSeconds": {
657 "type": "integer"
658 }
659 }
660 },
661 "output": {
662 "type": "structure",
663 "members": {
664 "AuthorizedUrl": {}
665 }
666 }
667 },
668 "CreatePresignedNotebookInstanceUrl": {
669 "input": {
670 "type": "structure",
671 "required": [
672 "NotebookInstanceName"
673 ],
674 "members": {
675 "NotebookInstanceName": {},
676 "SessionExpirationDurationInSeconds": {
677 "type": "integer"
678 }
679 }
680 },
681 "output": {
682 "type": "structure",
683 "members": {
684 "AuthorizedUrl": {}
685 }
686 }
687 },
688 "CreateProcessingJob": {
689 "input": {
690 "type": "structure",
691 "required": [
692 "ProcessingJobName",
693 "ProcessingResources",
694 "AppSpecification",
695 "RoleArn"
696 ],
697 "members": {
698 "ProcessingInputs": {
699 "shape": "San"
700 },
701 "ProcessingOutputConfig": {
702 "shape": "Sat"
703 },
704 "ProcessingJobName": {},
705 "ProcessingResources": {
706 "shape": "Say"
707 },
708 "StoppingCondition": {
709 "shape": "Sb0"
710 },
711 "AppSpecification": {
712 "shape": "Sb2"
713 },
714 "Environment": {
715 "shape": "Sb4"
716 },
717 "NetworkConfig": {
718 "shape": "S9t"
719 },
720 "RoleArn": {},
721 "Tags": {
722 "shape": "S3"
723 },
724 "ExperimentConfig": {
725 "shape": "Sb5"
726 }
727 }
728 },
729 "output": {
730 "type": "structure",
731 "required": [
732 "ProcessingJobArn"
733 ],
734 "members": {
735 "ProcessingJobArn": {}
736 }
737 }
738 },
739 "CreateTrainingJob": {
740 "input": {
741 "type": "structure",
742 "required": [
743 "TrainingJobName",
744 "AlgorithmSpecification",
745 "RoleArn",
746 "OutputDataConfig",
747 "ResourceConfig",
748 "StoppingCondition"
749 ],
750 "members": {
751 "TrainingJobName": {},
752 "HyperParameters": {
753 "shape": "S1t"
754 },
755 "AlgorithmSpecification": {
756 "shape": "Sba"
757 },
758 "RoleArn": {},
759 "InputDataConfig": {
760 "shape": "S1v"
761 },
762 "OutputDataConfig": {
763 "shape": "S2c"
764 },
765 "ResourceConfig": {
766 "shape": "S2e"
767 },
768 "VpcConfig": {
769 "shape": "S3v"
770 },
771 "StoppingCondition": {
772 "shape": "S2h"
773 },
774 "Tags": {
775 "shape": "S3"
776 },
777 "EnableNetworkIsolation": {
778 "type": "boolean"
779 },
780 "EnableInterContainerTrafficEncryption": {
781 "type": "boolean"
782 },
783 "EnableManagedSpotTraining": {
784 "type": "boolean"
785 },
786 "CheckpointConfig": {
787 "shape": "S78"
788 },
789 "DebugHookConfig": {
790 "shape": "Sbb"
791 },
792 "DebugRuleConfigurations": {
793 "shape": "Sbj"
794 },
795 "TensorBoardOutputConfig": {
796 "shape": "Sbo"
797 },
798 "ExperimentConfig": {
799 "shape": "Sb5"
800 }
801 }
802 },
803 "output": {
804 "type": "structure",
805 "required": [
806 "TrainingJobArn"
807 ],
808 "members": {
809 "TrainingJobArn": {}
810 }
811 }
812 },
813 "CreateTransformJob": {
814 "input": {
815 "type": "structure",
816 "required": [
817 "TransformJobName",
818 "ModelName",
819 "TransformInput",
820 "TransformOutput",
821 "TransformResources"
822 ],
823 "members": {
824 "TransformJobName": {},
825 "ModelName": {},
826 "MaxConcurrentTransforms": {
827 "type": "integer"
828 },
829 "MaxPayloadInMB": {
830 "type": "integer"
831 },
832 "BatchStrategy": {},
833 "Environment": {
834 "shape": "S2o"
835 },
836 "TransformInput": {
837 "shape": "S2r"
838 },
839 "TransformOutput": {
840 "shape": "S2v"
841 },
842 "TransformResources": {
843 "shape": "S2y"
844 },
845 "DataProcessing": {
846 "shape": "Sbt"
847 },
848 "Tags": {
849 "shape": "S3"
850 },
851 "ExperimentConfig": {
852 "shape": "Sb5"
853 }
854 }
855 },
856 "output": {
857 "type": "structure",
858 "required": [
859 "TransformJobArn"
860 ],
861 "members": {
862 "TransformJobArn": {}
863 }
864 }
865 },
866 "CreateTrial": {
867 "input": {
868 "type": "structure",
869 "required": [
870 "TrialName",
871 "ExperimentName"
872 ],
873 "members": {
874 "TrialName": {},
875 "DisplayName": {},
876 "ExperimentName": {},
877 "Tags": {
878 "shape": "S3"
879 }
880 }
881 },
882 "output": {
883 "type": "structure",
884 "members": {
885 "TrialArn": {}
886 }
887 }
888 },
889 "CreateTrialComponent": {
890 "input": {
891 "type": "structure",
892 "required": [
893 "TrialComponentName"
894 ],
895 "members": {
896 "TrialComponentName": {},
897 "DisplayName": {},
898 "Status": {
899 "shape": "Sc1"
900 },
901 "StartTime": {
902 "type": "timestamp"
903 },
904 "EndTime": {
905 "type": "timestamp"
906 },
907 "Parameters": {
908 "shape": "Sc5"
909 },
910 "InputArtifacts": {
911 "shape": "Sca"
912 },
913 "OutputArtifacts": {
914 "shape": "Sca"
915 },
916 "Tags": {
917 "shape": "S3"
918 }
919 }
920 },
921 "output": {
922 "type": "structure",
923 "members": {
924 "TrialComponentArn": {}
925 }
926 }
927 },
928 "CreateUserProfile": {
929 "input": {
930 "type": "structure",
931 "required": [
932 "DomainId",
933 "UserProfileName"
934 ],
935 "members": {
936 "DomainId": {},
937 "UserProfileName": {},
938 "SingleSignOnUserIdentifier": {},
939 "SingleSignOnUserValue": {},
940 "Tags": {
941 "shape": "S3"
942 },
943 "UserSettings": {
944 "shape": "S4l"
945 }
946 }
947 },
948 "output": {
949 "type": "structure",
950 "members": {
951 "UserProfileArn": {}
952 }
953 }
954 },
955 "CreateWorkteam": {
956 "input": {
957 "type": "structure",
958 "required": [
959 "WorkteamName",
960 "MemberDefinitions",
961 "Description"
962 ],
963 "members": {
964 "WorkteamName": {},
965 "MemberDefinitions": {
966 "shape": "Scn"
967 },
968 "Description": {},
969 "NotificationConfiguration": {
970 "shape": "Scu"
971 },
972 "Tags": {
973 "shape": "S3"
974 }
975 }
976 },
977 "output": {
978 "type": "structure",
979 "members": {
980 "WorkteamArn": {}
981 }
982 }
983 },
984 "DeleteAlgorithm": {
985 "input": {
986 "type": "structure",
987 "required": [
988 "AlgorithmName"
989 ],
990 "members": {
991 "AlgorithmName": {}
992 }
993 }
994 },
995 "DeleteApp": {
996 "input": {
997 "type": "structure",
998 "required": [
999 "DomainId",
1000 "UserProfileName",
1001 "AppType",
1002 "AppName"
1003 ],
1004 "members": {
1005 "DomainId": {},
1006 "UserProfileName": {},
1007 "AppType": {},
1008 "AppName": {}
1009 }
1010 }
1011 },
1012 "DeleteCodeRepository": {
1013 "input": {
1014 "type": "structure",
1015 "required": [
1016 "CodeRepositoryName"
1017 ],
1018 "members": {
1019 "CodeRepositoryName": {}
1020 }
1021 }
1022 },
1023 "DeleteDomain": {
1024 "input": {
1025 "type": "structure",
1026 "required": [
1027 "DomainId"
1028 ],
1029 "members": {
1030 "DomainId": {},
1031 "RetentionPolicy": {
1032 "type": "structure",
1033 "members": {
1034 "HomeEfsFileSystem": {}
1035 }
1036 }
1037 }
1038 }
1039 },
1040 "DeleteEndpoint": {
1041 "input": {
1042 "type": "structure",
1043 "required": [
1044 "EndpointName"
1045 ],
1046 "members": {
1047 "EndpointName": {}
1048 }
1049 }
1050 },
1051 "DeleteEndpointConfig": {
1052 "input": {
1053 "type": "structure",
1054 "required": [
1055 "EndpointConfigName"
1056 ],
1057 "members": {
1058 "EndpointConfigName": {}
1059 }
1060 }
1061 },
1062 "DeleteExperiment": {
1063 "input": {
1064 "type": "structure",
1065 "required": [
1066 "ExperimentName"
1067 ],
1068 "members": {
1069 "ExperimentName": {}
1070 }
1071 },
1072 "output": {
1073 "type": "structure",
1074 "members": {
1075 "ExperimentArn": {}
1076 }
1077 }
1078 },
1079 "DeleteFlowDefinition": {
1080 "input": {
1081 "type": "structure",
1082 "required": [
1083 "FlowDefinitionName"
1084 ],
1085 "members": {
1086 "FlowDefinitionName": {}
1087 }
1088 },
1089 "output": {
1090 "type": "structure",
1091 "members": {}
1092 }
1093 },
1094 "DeleteModel": {
1095 "input": {
1096 "type": "structure",
1097 "required": [
1098 "ModelName"
1099 ],
1100 "members": {
1101 "ModelName": {}
1102 }
1103 }
1104 },
1105 "DeleteModelPackage": {
1106 "input": {
1107 "type": "structure",
1108 "required": [
1109 "ModelPackageName"
1110 ],
1111 "members": {
1112 "ModelPackageName": {}
1113 }
1114 }
1115 },
1116 "DeleteMonitoringSchedule": {
1117 "input": {
1118 "type": "structure",
1119 "required": [
1120 "MonitoringScheduleName"
1121 ],
1122 "members": {
1123 "MonitoringScheduleName": {}
1124 }
1125 }
1126 },
1127 "DeleteNotebookInstance": {
1128 "input": {
1129 "type": "structure",
1130 "required": [
1131 "NotebookInstanceName"
1132 ],
1133 "members": {
1134 "NotebookInstanceName": {}
1135 }
1136 }
1137 },
1138 "DeleteNotebookInstanceLifecycleConfig": {
1139 "input": {
1140 "type": "structure",
1141 "required": [
1142 "NotebookInstanceLifecycleConfigName"
1143 ],
1144 "members": {
1145 "NotebookInstanceLifecycleConfigName": {}
1146 }
1147 }
1148 },
1149 "DeleteTags": {
1150 "input": {
1151 "type": "structure",
1152 "required": [
1153 "ResourceArn",
1154 "TagKeys"
1155 ],
1156 "members": {
1157 "ResourceArn": {},
1158 "TagKeys": {
1159 "type": "list",
1160 "member": {}
1161 }
1162 }
1163 },
1164 "output": {
1165 "type": "structure",
1166 "members": {}
1167 }
1168 },
1169 "DeleteTrial": {
1170 "input": {
1171 "type": "structure",
1172 "required": [
1173 "TrialName"
1174 ],
1175 "members": {
1176 "TrialName": {}
1177 }
1178 },
1179 "output": {
1180 "type": "structure",
1181 "members": {
1182 "TrialArn": {}
1183 }
1184 }
1185 },
1186 "DeleteTrialComponent": {
1187 "input": {
1188 "type": "structure",
1189 "required": [
1190 "TrialComponentName"
1191 ],
1192 "members": {
1193 "TrialComponentName": {}
1194 }
1195 },
1196 "output": {
1197 "type": "structure",
1198 "members": {
1199 "TrialComponentArn": {}
1200 }
1201 }
1202 },
1203 "DeleteUserProfile": {
1204 "input": {
1205 "type": "structure",
1206 "required": [
1207 "DomainId",
1208 "UserProfileName"
1209 ],
1210 "members": {
1211 "DomainId": {},
1212 "UserProfileName": {}
1213 }
1214 }
1215 },
1216 "DeleteWorkteam": {
1217 "input": {
1218 "type": "structure",
1219 "required": [
1220 "WorkteamName"
1221 ],
1222 "members": {
1223 "WorkteamName": {}
1224 }
1225 },
1226 "output": {
1227 "type": "structure",
1228 "required": [
1229 "Success"
1230 ],
1231 "members": {
1232 "Success": {
1233 "type": "boolean"
1234 }
1235 }
1236 }
1237 },
1238 "DescribeAlgorithm": {
1239 "input": {
1240 "type": "structure",
1241 "required": [
1242 "AlgorithmName"
1243 ],
1244 "members": {
1245 "AlgorithmName": {}
1246 }
1247 },
1248 "output": {
1249 "type": "structure",
1250 "required": [
1251 "AlgorithmName",
1252 "AlgorithmArn",
1253 "CreationTime",
1254 "TrainingSpecification",
1255 "AlgorithmStatus",
1256 "AlgorithmStatusDetails"
1257 ],
1258 "members": {
1259 "AlgorithmName": {},
1260 "AlgorithmArn": {},
1261 "AlgorithmDescription": {},
1262 "CreationTime": {
1263 "type": "timestamp"
1264 },
1265 "TrainingSpecification": {
1266 "shape": "Sg"
1267 },
1268 "InferenceSpecification": {
1269 "shape": "S1c"
1270 },
1271 "ValidationSpecification": {
1272 "shape": "S1o"
1273 },
1274 "AlgorithmStatus": {},
1275 "AlgorithmStatusDetails": {
1276 "type": "structure",
1277 "members": {
1278 "ValidationStatuses": {
1279 "shape": "Sdu"
1280 },
1281 "ImageScanStatuses": {
1282 "shape": "Sdu"
1283 }
1284 }
1285 },
1286 "ProductId": {},
1287 "CertifyForMarketplace": {
1288 "type": "boolean"
1289 }
1290 }
1291 }
1292 },
1293 "DescribeApp": {
1294 "input": {
1295 "type": "structure",
1296 "required": [
1297 "DomainId",
1298 "UserProfileName",
1299 "AppType",
1300 "AppName"
1301 ],
1302 "members": {
1303 "DomainId": {},
1304 "UserProfileName": {},
1305 "AppType": {},
1306 "AppName": {}
1307 }
1308 },
1309 "output": {
1310 "type": "structure",
1311 "members": {
1312 "AppArn": {},
1313 "AppType": {},
1314 "AppName": {},
1315 "DomainId": {},
1316 "UserProfileName": {},
1317 "Status": {},
1318 "LastHealthCheckTimestamp": {
1319 "type": "timestamp"
1320 },
1321 "LastUserActivityTimestamp": {
1322 "type": "timestamp"
1323 },
1324 "CreationTime": {
1325 "type": "timestamp"
1326 },
1327 "FailureReason": {},
1328 "ResourceSpec": {
1329 "shape": "S38"
1330 }
1331 }
1332 }
1333 },
1334 "DescribeAutoMLJob": {
1335 "input": {
1336 "type": "structure",
1337 "required": [
1338 "AutoMLJobName"
1339 ],
1340 "members": {
1341 "AutoMLJobName": {}
1342 }
1343 },
1344 "output": {
1345 "type": "structure",
1346 "required": [
1347 "AutoMLJobName",
1348 "AutoMLJobArn",
1349 "InputDataConfig",
1350 "OutputDataConfig",
1351 "RoleArn",
1352 "CreationTime",
1353 "LastModifiedTime",
1354 "AutoMLJobStatus",
1355 "AutoMLJobSecondaryStatus"
1356 ],
1357 "members": {
1358 "AutoMLJobName": {},
1359 "AutoMLJobArn": {},
1360 "InputDataConfig": {
1361 "shape": "S3f"
1362 },
1363 "OutputDataConfig": {
1364 "shape": "S3l"
1365 },
1366 "RoleArn": {},
1367 "AutoMLJobObjective": {
1368 "shape": "S3n"
1369 },
1370 "ProblemType": {},
1371 "AutoMLJobConfig": {
1372 "shape": "S3p"
1373 },
1374 "CreationTime": {
1375 "type": "timestamp"
1376 },
1377 "EndTime": {
1378 "type": "timestamp"
1379 },
1380 "LastModifiedTime": {
1381 "type": "timestamp"
1382 },
1383 "FailureReason": {},
1384 "BestCandidate": {
1385 "shape": "Se4"
1386 },
1387 "AutoMLJobStatus": {},
1388 "AutoMLJobSecondaryStatus": {},
1389 "GenerateCandidateDefinitionsOnly": {
1390 "type": "boolean"
1391 },
1392 "AutoMLJobArtifacts": {
1393 "type": "structure",
1394 "members": {
1395 "CandidateDefinitionNotebookLocation": {},
1396 "DataExplorationNotebookLocation": {}
1397 }
1398 },
1399 "ResolvedAttributes": {
1400 "type": "structure",
1401 "members": {
1402 "AutoMLJobObjective": {
1403 "shape": "S3n"
1404 },
1405 "ProblemType": {},
1406 "CompletionCriteria": {
1407 "shape": "S3q"
1408 }
1409 }
1410 }
1411 }
1412 }
1413 },
1414 "DescribeCodeRepository": {
1415 "input": {
1416 "type": "structure",
1417 "required": [
1418 "CodeRepositoryName"
1419 ],
1420 "members": {
1421 "CodeRepositoryName": {}
1422 }
1423 },
1424 "output": {
1425 "type": "structure",
1426 "required": [
1427 "CodeRepositoryName",
1428 "CodeRepositoryArn",
1429 "CreationTime",
1430 "LastModifiedTime"
1431 ],
1432 "members": {
1433 "CodeRepositoryName": {},
1434 "CodeRepositoryArn": {},
1435 "CreationTime": {
1436 "type": "timestamp"
1437 },
1438 "LastModifiedTime": {
1439 "type": "timestamp"
1440 },
1441 "GitConfig": {
1442 "shape": "S44"
1443 }
1444 }
1445 }
1446 },
1447 "DescribeCompilationJob": {
1448 "input": {
1449 "type": "structure",
1450 "required": [
1451 "CompilationJobName"
1452 ],
1453 "members": {
1454 "CompilationJobName": {}
1455 }
1456 },
1457 "output": {
1458 "type": "structure",
1459 "required": [
1460 "CompilationJobName",
1461 "CompilationJobArn",
1462 "CompilationJobStatus",
1463 "StoppingCondition",
1464 "CreationTime",
1465 "LastModifiedTime",
1466 "FailureReason",
1467 "ModelArtifacts",
1468 "RoleArn",
1469 "InputConfig",
1470 "OutputConfig"
1471 ],
1472 "members": {
1473 "CompilationJobName": {},
1474 "CompilationJobArn": {},
1475 "CompilationJobStatus": {},
1476 "CompilationStartTime": {
1477 "type": "timestamp"
1478 },
1479 "CompilationEndTime": {
1480 "type": "timestamp"
1481 },
1482 "StoppingCondition": {
1483 "shape": "S2h"
1484 },
1485 "CreationTime": {
1486 "type": "timestamp"
1487 },
1488 "LastModifiedTime": {
1489 "type": "timestamp"
1490 },
1491 "FailureReason": {},
1492 "ModelArtifacts": {
1493 "shape": "Seu"
1494 },
1495 "RoleArn": {},
1496 "InputConfig": {
1497 "shape": "S4b"
1498 },
1499 "OutputConfig": {
1500 "shape": "S4e"
1501 }
1502 }
1503 }
1504 },
1505 "DescribeDomain": {
1506 "input": {
1507 "type": "structure",
1508 "required": [
1509 "DomainId"
1510 ],
1511 "members": {
1512 "DomainId": {}
1513 }
1514 },
1515 "output": {
1516 "type": "structure",
1517 "members": {
1518 "DomainArn": {},
1519 "DomainId": {},
1520 "DomainName": {},
1521 "HomeEfsFileSystemId": {},
1522 "SingleSignOnManagedApplicationInstanceId": {},
1523 "Status": {},
1524 "CreationTime": {
1525 "type": "timestamp"
1526 },
1527 "LastModifiedTime": {
1528 "type": "timestamp"
1529 },
1530 "FailureReason": {},
1531 "AuthMode": {},
1532 "DefaultUserSettings": {
1533 "shape": "S4l"
1534 },
1535 "HomeEfsFileSystemKmsKeyId": {},
1536 "SubnetIds": {
1537 "shape": "S3y"
1538 },
1539 "Url": {},
1540 "VpcId": {}
1541 }
1542 }
1543 },
1544 "DescribeEndpoint": {
1545 "input": {
1546 "type": "structure",
1547 "required": [
1548 "EndpointName"
1549 ],
1550 "members": {
1551 "EndpointName": {}
1552 }
1553 },
1554 "output": {
1555 "type": "structure",
1556 "required": [
1557 "EndpointName",
1558 "EndpointArn",
1559 "EndpointConfigName",
1560 "EndpointStatus",
1561 "CreationTime",
1562 "LastModifiedTime"
1563 ],
1564 "members": {
1565 "EndpointName": {},
1566 "EndpointArn": {},
1567 "EndpointConfigName": {},
1568 "ProductionVariants": {
1569 "type": "list",
1570 "member": {
1571 "type": "structure",
1572 "required": [
1573 "VariantName"
1574 ],
1575 "members": {
1576 "VariantName": {},
1577 "DeployedImages": {
1578 "type": "list",
1579 "member": {
1580 "type": "structure",
1581 "members": {
1582 "SpecifiedImage": {},
1583 "ResolvedImage": {},
1584 "ResolutionTime": {
1585 "type": "timestamp"
1586 }
1587 }
1588 }
1589 },
1590 "CurrentWeight": {
1591 "type": "float"
1592 },
1593 "DesiredWeight": {
1594 "type": "float"
1595 },
1596 "CurrentInstanceCount": {
1597 "type": "integer"
1598 },
1599 "DesiredInstanceCount": {
1600 "type": "integer"
1601 }
1602 }
1603 }
1604 },
1605 "DataCaptureConfig": {
1606 "type": "structure",
1607 "required": [
1608 "EnableCapture",
1609 "CaptureStatus",
1610 "CurrentSamplingPercentage",
1611 "DestinationS3Uri",
1612 "KmsKeyId"
1613 ],
1614 "members": {
1615 "EnableCapture": {
1616 "type": "boolean"
1617 },
1618 "CaptureStatus": {},
1619 "CurrentSamplingPercentage": {
1620 "type": "integer"
1621 },
1622 "DestinationS3Uri": {},
1623 "KmsKeyId": {}
1624 }
1625 },
1626 "EndpointStatus": {},
1627 "FailureReason": {},
1628 "CreationTime": {
1629 "type": "timestamp"
1630 },
1631 "LastModifiedTime": {
1632 "type": "timestamp"
1633 }
1634 }
1635 }
1636 },
1637 "DescribeEndpointConfig": {
1638 "input": {
1639 "type": "structure",
1640 "required": [
1641 "EndpointConfigName"
1642 ],
1643 "members": {
1644 "EndpointConfigName": {}
1645 }
1646 },
1647 "output": {
1648 "type": "structure",
1649 "required": [
1650 "EndpointConfigName",
1651 "EndpointConfigArn",
1652 "ProductionVariants",
1653 "CreationTime"
1654 ],
1655 "members": {
1656 "EndpointConfigName": {},
1657 "EndpointConfigArn": {},
1658 "ProductionVariants": {
1659 "shape": "S52"
1660 },
1661 "DataCaptureConfig": {
1662 "shape": "S59"
1663 },
1664 "KmsKeyId": {},
1665 "CreationTime": {
1666 "type": "timestamp"
1667 }
1668 }
1669 }
1670 },
1671 "DescribeExperiment": {
1672 "input": {
1673 "type": "structure",
1674 "required": [
1675 "ExperimentName"
1676 ],
1677 "members": {
1678 "ExperimentName": {}
1679 }
1680 },
1681 "output": {
1682 "type": "structure",
1683 "members": {
1684 "ExperimentName": {},
1685 "ExperimentArn": {},
1686 "DisplayName": {},
1687 "Source": {
1688 "shape": "Sfc"
1689 },
1690 "Description": {},
1691 "CreationTime": {
1692 "type": "timestamp"
1693 },
1694 "CreatedBy": {
1695 "shape": "Sff"
1696 },
1697 "LastModifiedTime": {
1698 "type": "timestamp"
1699 },
1700 "LastModifiedBy": {
1701 "shape": "Sff"
1702 }
1703 }
1704 }
1705 },
1706 "DescribeFlowDefinition": {
1707 "input": {
1708 "type": "structure",
1709 "required": [
1710 "FlowDefinitionName"
1711 ],
1712 "members": {
1713 "FlowDefinitionName": {}
1714 }
1715 },
1716 "output": {
1717 "type": "structure",
1718 "required": [
1719 "FlowDefinitionArn",
1720 "FlowDefinitionName",
1721 "FlowDefinitionStatus",
1722 "CreationTime",
1723 "HumanLoopConfig",
1724 "OutputConfig",
1725 "RoleArn"
1726 ],
1727 "members": {
1728 "FlowDefinitionArn": {},
1729 "FlowDefinitionName": {},
1730 "FlowDefinitionStatus": {},
1731 "CreationTime": {
1732 "type": "timestamp"
1733 },
1734 "HumanLoopRequestSource": {
1735 "shape": "S5t"
1736 },
1737 "HumanLoopActivationConfig": {
1738 "shape": "S5v"
1739 },
1740 "HumanLoopConfig": {
1741 "shape": "S5y"
1742 },
1743 "OutputConfig": {
1744 "shape": "S6d"
1745 },
1746 "RoleArn": {},
1747 "FailureReason": {}
1748 }
1749 }
1750 },
1751 "DescribeHumanTaskUi": {
1752 "input": {
1753 "type": "structure",
1754 "required": [
1755 "HumanTaskUiName"
1756 ],
1757 "members": {
1758 "HumanTaskUiName": {}
1759 }
1760 },
1761 "output": {
1762 "type": "structure",
1763 "required": [
1764 "HumanTaskUiArn",
1765 "HumanTaskUiName",
1766 "CreationTime",
1767 "UiTemplate"
1768 ],
1769 "members": {
1770 "HumanTaskUiArn": {},
1771 "HumanTaskUiName": {},
1772 "CreationTime": {
1773 "type": "timestamp"
1774 },
1775 "UiTemplate": {
1776 "type": "structure",
1777 "members": {
1778 "Url": {},
1779 "ContentSha256": {}
1780 }
1781 }
1782 }
1783 }
1784 },
1785 "DescribeHyperParameterTuningJob": {
1786 "input": {
1787 "type": "structure",
1788 "required": [
1789 "HyperParameterTuningJobName"
1790 ],
1791 "members": {
1792 "HyperParameterTuningJobName": {}
1793 }
1794 },
1795 "output": {
1796 "type": "structure",
1797 "required": [
1798 "HyperParameterTuningJobName",
1799 "HyperParameterTuningJobArn",
1800 "HyperParameterTuningJobConfig",
1801 "HyperParameterTuningJobStatus",
1802 "CreationTime",
1803 "TrainingJobStatusCounters",
1804 "ObjectiveStatusCounters"
1805 ],
1806 "members": {
1807 "HyperParameterTuningJobName": {},
1808 "HyperParameterTuningJobArn": {},
1809 "HyperParameterTuningJobConfig": {
1810 "shape": "S6n"
1811 },
1812 "TrainingJobDefinition": {
1813 "shape": "S73"
1814 },
1815 "TrainingJobDefinitions": {
1816 "shape": "S79"
1817 },
1818 "HyperParameterTuningJobStatus": {},
1819 "CreationTime": {
1820 "type": "timestamp"
1821 },
1822 "HyperParameterTuningEndTime": {
1823 "type": "timestamp"
1824 },
1825 "LastModifiedTime": {
1826 "type": "timestamp"
1827 },
1828 "TrainingJobStatusCounters": {
1829 "shape": "Sfr"
1830 },
1831 "ObjectiveStatusCounters": {
1832 "shape": "Sft"
1833 },
1834 "BestTrainingJob": {
1835 "shape": "Sfv"
1836 },
1837 "OverallBestTrainingJob": {
1838 "shape": "Sfv"
1839 },
1840 "WarmStartConfig": {
1841 "shape": "S7a"
1842 },
1843 "FailureReason": {}
1844 }
1845 }
1846 },
1847 "DescribeLabelingJob": {
1848 "input": {
1849 "type": "structure",
1850 "required": [
1851 "LabelingJobName"
1852 ],
1853 "members": {
1854 "LabelingJobName": {}
1855 }
1856 },
1857 "output": {
1858 "type": "structure",
1859 "required": [
1860 "LabelingJobStatus",
1861 "LabelCounters",
1862 "CreationTime",
1863 "LastModifiedTime",
1864 "JobReferenceCode",
1865 "LabelingJobName",
1866 "LabelingJobArn",
1867 "InputConfig",
1868 "OutputConfig",
1869 "RoleArn",
1870 "HumanTaskConfig"
1871 ],
1872 "members": {
1873 "LabelingJobStatus": {},
1874 "LabelCounters": {
1875 "shape": "Sg1"
1876 },
1877 "FailureReason": {},
1878 "CreationTime": {
1879 "type": "timestamp"
1880 },
1881 "LastModifiedTime": {
1882 "type": "timestamp"
1883 },
1884 "JobReferenceCode": {},
1885 "LabelingJobName": {},
1886 "LabelingJobArn": {},
1887 "LabelAttributeName": {},
1888 "InputConfig": {
1889 "shape": "S7j"
1890 },
1891 "OutputConfig": {
1892 "shape": "S7p"
1893 },
1894 "RoleArn": {},
1895 "LabelCategoryConfigS3Uri": {},
1896 "StoppingConditions": {
1897 "shape": "S7q"
1898 },
1899 "LabelingJobAlgorithmsConfig": {
1900 "shape": "S7t"
1901 },
1902 "HumanTaskConfig": {
1903 "shape": "S7x"
1904 },
1905 "Tags": {
1906 "shape": "S3"
1907 },
1908 "LabelingJobOutput": {
1909 "shape": "Sg4"
1910 }
1911 }
1912 }
1913 },
1914 "DescribeModel": {
1915 "input": {
1916 "type": "structure",
1917 "required": [
1918 "ModelName"
1919 ],
1920 "members": {
1921 "ModelName": {}
1922 }
1923 },
1924 "output": {
1925 "type": "structure",
1926 "required": [
1927 "ModelName",
1928 "ExecutionRoleArn",
1929 "CreationTime",
1930 "ModelArn"
1931 ],
1932 "members": {
1933 "ModelName": {},
1934 "PrimaryContainer": {
1935 "shape": "S8c"
1936 },
1937 "Containers": {
1938 "shape": "S8h"
1939 },
1940 "ExecutionRoleArn": {},
1941 "VpcConfig": {
1942 "shape": "S3v"
1943 },
1944 "CreationTime": {
1945 "type": "timestamp"
1946 },
1947 "ModelArn": {},
1948 "EnableNetworkIsolation": {
1949 "type": "boolean"
1950 }
1951 }
1952 }
1953 },
1954 "DescribeModelPackage": {
1955 "input": {
1956 "type": "structure",
1957 "required": [
1958 "ModelPackageName"
1959 ],
1960 "members": {
1961 "ModelPackageName": {}
1962 }
1963 },
1964 "output": {
1965 "type": "structure",
1966 "required": [
1967 "ModelPackageName",
1968 "ModelPackageArn",
1969 "CreationTime",
1970 "ModelPackageStatus",
1971 "ModelPackageStatusDetails"
1972 ],
1973 "members": {
1974 "ModelPackageName": {},
1975 "ModelPackageArn": {},
1976 "ModelPackageDescription": {},
1977 "CreationTime": {
1978 "type": "timestamp"
1979 },
1980 "InferenceSpecification": {
1981 "shape": "S1c"
1982 },
1983 "SourceAlgorithmSpecification": {
1984 "shape": "S8n"
1985 },
1986 "ValidationSpecification": {
1987 "shape": "S8k"
1988 },
1989 "ModelPackageStatus": {},
1990 "ModelPackageStatusDetails": {
1991 "type": "structure",
1992 "required": [
1993 "ValidationStatuses"
1994 ],
1995 "members": {
1996 "ValidationStatuses": {
1997 "shape": "Sgb"
1998 },
1999 "ImageScanStatuses": {
2000 "shape": "Sgb"
2001 }
2002 }
2003 },
2004 "CertifyForMarketplace": {
2005 "type": "boolean"
2006 }
2007 }
2008 }
2009 },
2010 "DescribeMonitoringSchedule": {
2011 "input": {
2012 "type": "structure",
2013 "required": [
2014 "MonitoringScheduleName"
2015 ],
2016 "members": {
2017 "MonitoringScheduleName": {}
2018 }
2019 },
2020 "output": {
2021 "type": "structure",
2022 "required": [
2023 "MonitoringScheduleArn",
2024 "MonitoringScheduleName",
2025 "MonitoringScheduleStatus",
2026 "CreationTime",
2027 "LastModifiedTime",
2028 "MonitoringScheduleConfig"
2029 ],
2030 "members": {
2031 "MonitoringScheduleArn": {},
2032 "MonitoringScheduleName": {},
2033 "MonitoringScheduleStatus": {},
2034 "FailureReason": {},
2035 "CreationTime": {
2036 "type": "timestamp"
2037 },
2038 "LastModifiedTime": {
2039 "type": "timestamp"
2040 },
2041 "MonitoringScheduleConfig": {
2042 "shape": "S8u"
2043 },
2044 "EndpointName": {},
2045 "LastMonitoringExecutionSummary": {
2046 "shape": "Sgh"
2047 }
2048 }
2049 }
2050 },
2051 "DescribeNotebookInstance": {
2052 "input": {
2053 "type": "structure",
2054 "required": [
2055 "NotebookInstanceName"
2056 ],
2057 "members": {
2058 "NotebookInstanceName": {}
2059 }
2060 },
2061 "output": {
2062 "type": "structure",
2063 "members": {
2064 "NotebookInstanceArn": {},
2065 "NotebookInstanceName": {},
2066 "NotebookInstanceStatus": {},
2067 "FailureReason": {},
2068 "Url": {},
2069 "InstanceType": {},
2070 "SubnetId": {},
2071 "SecurityGroups": {
2072 "shape": "S4m"
2073 },
2074 "RoleArn": {},
2075 "KmsKeyId": {},
2076 "NetworkInterfaceId": {},
2077 "LastModifiedTime": {
2078 "type": "timestamp"
2079 },
2080 "CreationTime": {
2081 "type": "timestamp"
2082 },
2083 "NotebookInstanceLifecycleConfigName": {},
2084 "DirectInternetAccess": {},
2085 "VolumeSizeInGB": {
2086 "type": "integer"
2087 },
2088 "AcceleratorTypes": {
2089 "shape": "Sa2"
2090 },
2091 "DefaultCodeRepository": {},
2092 "AdditionalCodeRepositories": {
2093 "shape": "Sa5"
2094 },
2095 "RootAccess": {}
2096 }
2097 }
2098 },
2099 "DescribeNotebookInstanceLifecycleConfig": {
2100 "input": {
2101 "type": "structure",
2102 "required": [
2103 "NotebookInstanceLifecycleConfigName"
2104 ],
2105 "members": {
2106 "NotebookInstanceLifecycleConfigName": {}
2107 }
2108 },
2109 "output": {
2110 "type": "structure",
2111 "members": {
2112 "NotebookInstanceLifecycleConfigArn": {},
2113 "NotebookInstanceLifecycleConfigName": {},
2114 "OnCreate": {
2115 "shape": "Saa"
2116 },
2117 "OnStart": {
2118 "shape": "Saa"
2119 },
2120 "LastModifiedTime": {
2121 "type": "timestamp"
2122 },
2123 "CreationTime": {
2124 "type": "timestamp"
2125 }
2126 }
2127 }
2128 },
2129 "DescribeProcessingJob": {
2130 "input": {
2131 "type": "structure",
2132 "required": [
2133 "ProcessingJobName"
2134 ],
2135 "members": {
2136 "ProcessingJobName": {}
2137 }
2138 },
2139 "output": {
2140 "type": "structure",
2141 "required": [
2142 "ProcessingJobName",
2143 "ProcessingResources",
2144 "AppSpecification",
2145 "ProcessingJobArn",
2146 "ProcessingJobStatus",
2147 "CreationTime"
2148 ],
2149 "members": {
2150 "ProcessingInputs": {
2151 "shape": "San"
2152 },
2153 "ProcessingOutputConfig": {
2154 "shape": "Sat"
2155 },
2156 "ProcessingJobName": {},
2157 "ProcessingResources": {
2158 "shape": "Say"
2159 },
2160 "StoppingCondition": {
2161 "shape": "Sb0"
2162 },
2163 "AppSpecification": {
2164 "shape": "Sb2"
2165 },
2166 "Environment": {
2167 "shape": "Sb4"
2168 },
2169 "NetworkConfig": {
2170 "shape": "S9t"
2171 },
2172 "RoleArn": {},
2173 "ExperimentConfig": {
2174 "shape": "Sb5"
2175 },
2176 "ProcessingJobArn": {},
2177 "ProcessingJobStatus": {},
2178 "ExitMessage": {},
2179 "FailureReason": {},
2180 "ProcessingEndTime": {
2181 "type": "timestamp"
2182 },
2183 "ProcessingStartTime": {
2184 "type": "timestamp"
2185 },
2186 "LastModifiedTime": {
2187 "type": "timestamp"
2188 },
2189 "CreationTime": {
2190 "type": "timestamp"
2191 },
2192 "MonitoringScheduleArn": {},
2193 "AutoMLJobArn": {},
2194 "TrainingJobArn": {}
2195 }
2196 }
2197 },
2198 "DescribeSubscribedWorkteam": {
2199 "input": {
2200 "type": "structure",
2201 "required": [
2202 "WorkteamArn"
2203 ],
2204 "members": {
2205 "WorkteamArn": {}
2206 }
2207 },
2208 "output": {
2209 "type": "structure",
2210 "required": [
2211 "SubscribedWorkteam"
2212 ],
2213 "members": {
2214 "SubscribedWorkteam": {
2215 "shape": "Sgv"
2216 }
2217 }
2218 }
2219 },
2220 "DescribeTrainingJob": {
2221 "input": {
2222 "type": "structure",
2223 "required": [
2224 "TrainingJobName"
2225 ],
2226 "members": {
2227 "TrainingJobName": {}
2228 }
2229 },
2230 "output": {
2231 "type": "structure",
2232 "required": [
2233 "TrainingJobName",
2234 "TrainingJobArn",
2235 "ModelArtifacts",
2236 "TrainingJobStatus",
2237 "SecondaryStatus",
2238 "AlgorithmSpecification",
2239 "ResourceConfig",
2240 "StoppingCondition",
2241 "CreationTime"
2242 ],
2243 "members": {
2244 "TrainingJobName": {},
2245 "TrainingJobArn": {},
2246 "TuningJobArn": {},
2247 "LabelingJobArn": {},
2248 "AutoMLJobArn": {},
2249 "ModelArtifacts": {
2250 "shape": "Seu"
2251 },
2252 "TrainingJobStatus": {},
2253 "SecondaryStatus": {},
2254 "FailureReason": {},
2255 "HyperParameters": {
2256 "shape": "S1t"
2257 },
2258 "AlgorithmSpecification": {
2259 "shape": "Sba"
2260 },
2261 "RoleArn": {},
2262 "InputDataConfig": {
2263 "shape": "S1v"
2264 },
2265 "OutputDataConfig": {
2266 "shape": "S2c"
2267 },
2268 "ResourceConfig": {
2269 "shape": "S2e"
2270 },
2271 "VpcConfig": {
2272 "shape": "S3v"
2273 },
2274 "StoppingCondition": {
2275 "shape": "S2h"
2276 },
2277 "CreationTime": {
2278 "type": "timestamp"
2279 },
2280 "TrainingStartTime": {
2281 "type": "timestamp"
2282 },
2283 "TrainingEndTime": {
2284 "type": "timestamp"
2285 },
2286 "LastModifiedTime": {
2287 "type": "timestamp"
2288 },
2289 "SecondaryStatusTransitions": {
2290 "shape": "Sgz"
2291 },
2292 "FinalMetricDataList": {
2293 "shape": "Sh2"
2294 },
2295 "EnableNetworkIsolation": {
2296 "type": "boolean"
2297 },
2298 "EnableInterContainerTrafficEncryption": {
2299 "type": "boolean"
2300 },
2301 "EnableManagedSpotTraining": {
2302 "type": "boolean"
2303 },
2304 "CheckpointConfig": {
2305 "shape": "S78"
2306 },
2307 "TrainingTimeInSeconds": {
2308 "type": "integer"
2309 },
2310 "BillableTimeInSeconds": {
2311 "type": "integer"
2312 },
2313 "DebugHookConfig": {
2314 "shape": "Sbb"
2315 },
2316 "ExperimentConfig": {
2317 "shape": "Sb5"
2318 },
2319 "DebugRuleConfigurations": {
2320 "shape": "Sbj"
2321 },
2322 "TensorBoardOutputConfig": {
2323 "shape": "Sbo"
2324 },
2325 "DebugRuleEvaluationStatuses": {
2326 "shape": "Sh7"
2327 }
2328 }
2329 }
2330 },
2331 "DescribeTransformJob": {
2332 "input": {
2333 "type": "structure",
2334 "required": [
2335 "TransformJobName"
2336 ],
2337 "members": {
2338 "TransformJobName": {}
2339 }
2340 },
2341 "output": {
2342 "type": "structure",
2343 "required": [
2344 "TransformJobName",
2345 "TransformJobArn",
2346 "TransformJobStatus",
2347 "ModelName",
2348 "TransformInput",
2349 "TransformResources",
2350 "CreationTime"
2351 ],
2352 "members": {
2353 "TransformJobName": {},
2354 "TransformJobArn": {},
2355 "TransformJobStatus": {},
2356 "FailureReason": {},
2357 "ModelName": {},
2358 "MaxConcurrentTransforms": {
2359 "type": "integer"
2360 },
2361 "MaxPayloadInMB": {
2362 "type": "integer"
2363 },
2364 "BatchStrategy": {},
2365 "Environment": {
2366 "shape": "S2o"
2367 },
2368 "TransformInput": {
2369 "shape": "S2r"
2370 },
2371 "TransformOutput": {
2372 "shape": "S2v"
2373 },
2374 "TransformResources": {
2375 "shape": "S2y"
2376 },
2377 "CreationTime": {
2378 "type": "timestamp"
2379 },
2380 "TransformStartTime": {
2381 "type": "timestamp"
2382 },
2383 "TransformEndTime": {
2384 "type": "timestamp"
2385 },
2386 "LabelingJobArn": {},
2387 "AutoMLJobArn": {},
2388 "DataProcessing": {
2389 "shape": "Sbt"
2390 },
2391 "ExperimentConfig": {
2392 "shape": "Sb5"
2393 }
2394 }
2395 }
2396 },
2397 "DescribeTrial": {
2398 "input": {
2399 "type": "structure",
2400 "required": [
2401 "TrialName"
2402 ],
2403 "members": {
2404 "TrialName": {}
2405 }
2406 },
2407 "output": {
2408 "type": "structure",
2409 "members": {
2410 "TrialName": {},
2411 "TrialArn": {},
2412 "DisplayName": {},
2413 "ExperimentName": {},
2414 "Source": {
2415 "shape": "Shg"
2416 },
2417 "CreationTime": {
2418 "type": "timestamp"
2419 },
2420 "CreatedBy": {
2421 "shape": "Sff"
2422 },
2423 "LastModifiedTime": {
2424 "type": "timestamp"
2425 },
2426 "LastModifiedBy": {
2427 "shape": "Sff"
2428 }
2429 }
2430 }
2431 },
2432 "DescribeTrialComponent": {
2433 "input": {
2434 "type": "structure",
2435 "required": [
2436 "TrialComponentName"
2437 ],
2438 "members": {
2439 "TrialComponentName": {}
2440 }
2441 },
2442 "output": {
2443 "type": "structure",
2444 "members": {
2445 "TrialComponentName": {},
2446 "TrialComponentArn": {},
2447 "DisplayName": {},
2448 "Source": {
2449 "shape": "Shk"
2450 },
2451 "Status": {
2452 "shape": "Sc1"
2453 },
2454 "StartTime": {
2455 "type": "timestamp"
2456 },
2457 "EndTime": {
2458 "type": "timestamp"
2459 },
2460 "CreationTime": {
2461 "type": "timestamp"
2462 },
2463 "CreatedBy": {
2464 "shape": "Sff"
2465 },
2466 "LastModifiedTime": {
2467 "type": "timestamp"
2468 },
2469 "LastModifiedBy": {
2470 "shape": "Sff"
2471 },
2472 "Parameters": {
2473 "shape": "Sc5"
2474 },
2475 "InputArtifacts": {
2476 "shape": "Sca"
2477 },
2478 "OutputArtifacts": {
2479 "shape": "Sca"
2480 },
2481 "Metrics": {
2482 "shape": "Shm"
2483 }
2484 }
2485 }
2486 },
2487 "DescribeUserProfile": {
2488 "input": {
2489 "type": "structure",
2490 "required": [
2491 "DomainId",
2492 "UserProfileName"
2493 ],
2494 "members": {
2495 "DomainId": {},
2496 "UserProfileName": {}
2497 }
2498 },
2499 "output": {
2500 "type": "structure",
2501 "members": {
2502 "DomainId": {},
2503 "UserProfileArn": {},
2504 "UserProfileName": {},
2505 "HomeEfsFileSystemUid": {},
2506 "Status": {},
2507 "LastModifiedTime": {
2508 "type": "timestamp"
2509 },
2510 "CreationTime": {
2511 "type": "timestamp"
2512 },
2513 "FailureReason": {},
2514 "SingleSignOnUserIdentifier": {},
2515 "SingleSignOnUserValue": {},
2516 "UserSettings": {
2517 "shape": "S4l"
2518 }
2519 }
2520 }
2521 },
2522 "DescribeWorkforce": {
2523 "input": {
2524 "type": "structure",
2525 "required": [
2526 "WorkforceName"
2527 ],
2528 "members": {
2529 "WorkforceName": {}
2530 }
2531 },
2532 "output": {
2533 "type": "structure",
2534 "required": [
2535 "Workforce"
2536 ],
2537 "members": {
2538 "Workforce": {
2539 "shape": "Shx"
2540 }
2541 }
2542 }
2543 },
2544 "DescribeWorkteam": {
2545 "input": {
2546 "type": "structure",
2547 "required": [
2548 "WorkteamName"
2549 ],
2550 "members": {
2551 "WorkteamName": {}
2552 }
2553 },
2554 "output": {
2555 "type": "structure",
2556 "required": [
2557 "Workteam"
2558 ],
2559 "members": {
2560 "Workteam": {
2561 "shape": "Si4"
2562 }
2563 }
2564 }
2565 },
2566 "DisassociateTrialComponent": {
2567 "input": {
2568 "type": "structure",
2569 "required": [
2570 "TrialComponentName",
2571 "TrialName"
2572 ],
2573 "members": {
2574 "TrialComponentName": {},
2575 "TrialName": {}
2576 }
2577 },
2578 "output": {
2579 "type": "structure",
2580 "members": {
2581 "TrialComponentArn": {},
2582 "TrialArn": {}
2583 }
2584 }
2585 },
2586 "GetSearchSuggestions": {
2587 "input": {
2588 "type": "structure",
2589 "required": [
2590 "Resource"
2591 ],
2592 "members": {
2593 "Resource": {},
2594 "SuggestionQuery": {
2595 "type": "structure",
2596 "members": {
2597 "PropertyNameQuery": {
2598 "type": "structure",
2599 "required": [
2600 "PropertyNameHint"
2601 ],
2602 "members": {
2603 "PropertyNameHint": {}
2604 }
2605 }
2606 }
2607 }
2608 }
2609 },
2610 "output": {
2611 "type": "structure",
2612 "members": {
2613 "PropertyNameSuggestions": {
2614 "type": "list",
2615 "member": {
2616 "type": "structure",
2617 "members": {
2618 "PropertyName": {}
2619 }
2620 }
2621 }
2622 }
2623 }
2624 },
2625 "ListAlgorithms": {
2626 "input": {
2627 "type": "structure",
2628 "members": {
2629 "CreationTimeAfter": {
2630 "type": "timestamp"
2631 },
2632 "CreationTimeBefore": {
2633 "type": "timestamp"
2634 },
2635 "MaxResults": {
2636 "type": "integer"
2637 },
2638 "NameContains": {},
2639 "NextToken": {},
2640 "SortBy": {},
2641 "SortOrder": {}
2642 }
2643 },
2644 "output": {
2645 "type": "structure",
2646 "required": [
2647 "AlgorithmSummaryList"
2648 ],
2649 "members": {
2650 "AlgorithmSummaryList": {
2651 "type": "list",
2652 "member": {
2653 "type": "structure",
2654 "required": [
2655 "AlgorithmName",
2656 "AlgorithmArn",
2657 "CreationTime",
2658 "AlgorithmStatus"
2659 ],
2660 "members": {
2661 "AlgorithmName": {},
2662 "AlgorithmArn": {},
2663 "AlgorithmDescription": {},
2664 "CreationTime": {
2665 "type": "timestamp"
2666 },
2667 "AlgorithmStatus": {}
2668 }
2669 }
2670 },
2671 "NextToken": {}
2672 }
2673 }
2674 },
2675 "ListApps": {
2676 "input": {
2677 "type": "structure",
2678 "members": {
2679 "NextToken": {},
2680 "MaxResults": {
2681 "type": "integer"
2682 },
2683 "SortOrder": {},
2684 "SortBy": {},
2685 "DomainIdEquals": {},
2686 "UserProfileNameEquals": {}
2687 }
2688 },
2689 "output": {
2690 "type": "structure",
2691 "members": {
2692 "Apps": {
2693 "type": "list",
2694 "member": {
2695 "type": "structure",
2696 "members": {
2697 "DomainId": {},
2698 "UserProfileName": {},
2699 "AppType": {},
2700 "AppName": {},
2701 "Status": {},
2702 "CreationTime": {
2703 "type": "timestamp"
2704 }
2705 }
2706 }
2707 },
2708 "NextToken": {}
2709 }
2710 }
2711 },
2712 "ListAutoMLJobs": {
2713 "input": {
2714 "type": "structure",
2715 "members": {
2716 "CreationTimeAfter": {
2717 "type": "timestamp"
2718 },
2719 "CreationTimeBefore": {
2720 "type": "timestamp"
2721 },
2722 "LastModifiedTimeAfter": {
2723 "type": "timestamp"
2724 },
2725 "LastModifiedTimeBefore": {
2726 "type": "timestamp"
2727 },
2728 "NameContains": {},
2729 "StatusEquals": {},
2730 "SortOrder": {},
2731 "SortBy": {},
2732 "MaxResults": {
2733 "type": "integer"
2734 },
2735 "NextToken": {}
2736 }
2737 },
2738 "output": {
2739 "type": "structure",
2740 "required": [
2741 "AutoMLJobSummaries"
2742 ],
2743 "members": {
2744 "AutoMLJobSummaries": {
2745 "type": "list",
2746 "member": {
2747 "type": "structure",
2748 "required": [
2749 "AutoMLJobName",
2750 "AutoMLJobArn",
2751 "AutoMLJobStatus",
2752 "AutoMLJobSecondaryStatus",
2753 "CreationTime",
2754 "LastModifiedTime"
2755 ],
2756 "members": {
2757 "AutoMLJobName": {},
2758 "AutoMLJobArn": {},
2759 "AutoMLJobStatus": {},
2760 "AutoMLJobSecondaryStatus": {},
2761 "CreationTime": {
2762 "type": "timestamp"
2763 },
2764 "EndTime": {
2765 "type": "timestamp"
2766 },
2767 "LastModifiedTime": {
2768 "type": "timestamp"
2769 },
2770 "FailureReason": {}
2771 }
2772 }
2773 },
2774 "NextToken": {}
2775 }
2776 }
2777 },
2778 "ListCandidatesForAutoMLJob": {
2779 "input": {
2780 "type": "structure",
2781 "required": [
2782 "AutoMLJobName"
2783 ],
2784 "members": {
2785 "AutoMLJobName": {},
2786 "StatusEquals": {},
2787 "CandidateNameEquals": {},
2788 "SortOrder": {},
2789 "SortBy": {},
2790 "MaxResults": {
2791 "type": "integer"
2792 },
2793 "NextToken": {}
2794 }
2795 },
2796 "output": {
2797 "type": "structure",
2798 "required": [
2799 "Candidates"
2800 ],
2801 "members": {
2802 "Candidates": {
2803 "type": "list",
2804 "member": {
2805 "shape": "Se4"
2806 }
2807 },
2808 "NextToken": {}
2809 }
2810 }
2811 },
2812 "ListCodeRepositories": {
2813 "input": {
2814 "type": "structure",
2815 "members": {
2816 "CreationTimeAfter": {
2817 "type": "timestamp"
2818 },
2819 "CreationTimeBefore": {
2820 "type": "timestamp"
2821 },
2822 "LastModifiedTimeAfter": {
2823 "type": "timestamp"
2824 },
2825 "LastModifiedTimeBefore": {
2826 "type": "timestamp"
2827 },
2828 "MaxResults": {
2829 "type": "integer"
2830 },
2831 "NameContains": {},
2832 "NextToken": {},
2833 "SortBy": {},
2834 "SortOrder": {}
2835 }
2836 },
2837 "output": {
2838 "type": "structure",
2839 "required": [
2840 "CodeRepositorySummaryList"
2841 ],
2842 "members": {
2843 "CodeRepositorySummaryList": {
2844 "type": "list",
2845 "member": {
2846 "type": "structure",
2847 "required": [
2848 "CodeRepositoryName",
2849 "CodeRepositoryArn",
2850 "CreationTime",
2851 "LastModifiedTime"
2852 ],
2853 "members": {
2854 "CodeRepositoryName": {},
2855 "CodeRepositoryArn": {},
2856 "CreationTime": {
2857 "type": "timestamp"
2858 },
2859 "LastModifiedTime": {
2860 "type": "timestamp"
2861 },
2862 "GitConfig": {
2863 "shape": "S44"
2864 }
2865 }
2866 }
2867 },
2868 "NextToken": {}
2869 }
2870 }
2871 },
2872 "ListCompilationJobs": {
2873 "input": {
2874 "type": "structure",
2875 "members": {
2876 "NextToken": {},
2877 "MaxResults": {
2878 "type": "integer"
2879 },
2880 "CreationTimeAfter": {
2881 "type": "timestamp"
2882 },
2883 "CreationTimeBefore": {
2884 "type": "timestamp"
2885 },
2886 "LastModifiedTimeAfter": {
2887 "type": "timestamp"
2888 },
2889 "LastModifiedTimeBefore": {
2890 "type": "timestamp"
2891 },
2892 "NameContains": {},
2893 "StatusEquals": {},
2894 "SortBy": {},
2895 "SortOrder": {}
2896 }
2897 },
2898 "output": {
2899 "type": "structure",
2900 "required": [
2901 "CompilationJobSummaries"
2902 ],
2903 "members": {
2904 "CompilationJobSummaries": {
2905 "type": "list",
2906 "member": {
2907 "type": "structure",
2908 "required": [
2909 "CompilationJobName",
2910 "CompilationJobArn",
2911 "CreationTime",
2912 "CompilationTargetDevice",
2913 "CompilationJobStatus"
2914 ],
2915 "members": {
2916 "CompilationJobName": {},
2917 "CompilationJobArn": {},
2918 "CreationTime": {
2919 "type": "timestamp"
2920 },
2921 "CompilationStartTime": {
2922 "type": "timestamp"
2923 },
2924 "CompilationEndTime": {
2925 "type": "timestamp"
2926 },
2927 "CompilationTargetDevice": {},
2928 "LastModifiedTime": {
2929 "type": "timestamp"
2930 },
2931 "CompilationJobStatus": {}
2932 }
2933 }
2934 },
2935 "NextToken": {}
2936 }
2937 }
2938 },
2939 "ListDomains": {
2940 "input": {
2941 "type": "structure",
2942 "members": {
2943 "NextToken": {},
2944 "MaxResults": {
2945 "type": "integer"
2946 }
2947 }
2948 },
2949 "output": {
2950 "type": "structure",
2951 "members": {
2952 "Domains": {
2953 "type": "list",
2954 "member": {
2955 "type": "structure",
2956 "members": {
2957 "DomainArn": {},
2958 "DomainId": {},
2959 "DomainName": {},
2960 "Status": {},
2961 "CreationTime": {
2962 "type": "timestamp"
2963 },
2964 "LastModifiedTime": {
2965 "type": "timestamp"
2966 },
2967 "Url": {}
2968 }
2969 }
2970 },
2971 "NextToken": {}
2972 }
2973 }
2974 },
2975 "ListEndpointConfigs": {
2976 "input": {
2977 "type": "structure",
2978 "members": {
2979 "SortBy": {},
2980 "SortOrder": {},
2981 "NextToken": {},
2982 "MaxResults": {
2983 "type": "integer"
2984 },
2985 "NameContains": {},
2986 "CreationTimeBefore": {
2987 "type": "timestamp"
2988 },
2989 "CreationTimeAfter": {
2990 "type": "timestamp"
2991 }
2992 }
2993 },
2994 "output": {
2995 "type": "structure",
2996 "required": [
2997 "EndpointConfigs"
2998 ],
2999 "members": {
3000 "EndpointConfigs": {
3001 "type": "list",
3002 "member": {
3003 "type": "structure",
3004 "required": [
3005 "EndpointConfigName",
3006 "EndpointConfigArn",
3007 "CreationTime"
3008 ],
3009 "members": {
3010 "EndpointConfigName": {},
3011 "EndpointConfigArn": {},
3012 "CreationTime": {
3013 "type": "timestamp"
3014 }
3015 }
3016 }
3017 },
3018 "NextToken": {}
3019 }
3020 }
3021 },
3022 "ListEndpoints": {
3023 "input": {
3024 "type": "structure",
3025 "members": {
3026 "SortBy": {},
3027 "SortOrder": {},
3028 "NextToken": {},
3029 "MaxResults": {
3030 "type": "integer"
3031 },
3032 "NameContains": {},
3033 "CreationTimeBefore": {
3034 "type": "timestamp"
3035 },
3036 "CreationTimeAfter": {
3037 "type": "timestamp"
3038 },
3039 "LastModifiedTimeBefore": {
3040 "type": "timestamp"
3041 },
3042 "LastModifiedTimeAfter": {
3043 "type": "timestamp"
3044 },
3045 "StatusEquals": {}
3046 }
3047 },
3048 "output": {
3049 "type": "structure",
3050 "required": [
3051 "Endpoints"
3052 ],
3053 "members": {
3054 "Endpoints": {
3055 "type": "list",
3056 "member": {
3057 "type": "structure",
3058 "required": [
3059 "EndpointName",
3060 "EndpointArn",
3061 "CreationTime",
3062 "LastModifiedTime",
3063 "EndpointStatus"
3064 ],
3065 "members": {
3066 "EndpointName": {},
3067 "EndpointArn": {},
3068 "CreationTime": {
3069 "type": "timestamp"
3070 },
3071 "LastModifiedTime": {
3072 "type": "timestamp"
3073 },
3074 "EndpointStatus": {}
3075 }
3076 }
3077 },
3078 "NextToken": {}
3079 }
3080 }
3081 },
3082 "ListExperiments": {
3083 "input": {
3084 "type": "structure",
3085 "members": {
3086 "CreatedAfter": {
3087 "type": "timestamp"
3088 },
3089 "CreatedBefore": {
3090 "type": "timestamp"
3091 },
3092 "SortBy": {},
3093 "SortOrder": {},
3094 "NextToken": {},
3095 "MaxResults": {
3096 "type": "integer"
3097 }
3098 }
3099 },
3100 "output": {
3101 "type": "structure",
3102 "members": {
3103 "ExperimentSummaries": {
3104 "type": "list",
3105 "member": {
3106 "type": "structure",
3107 "members": {
3108 "ExperimentArn": {},
3109 "ExperimentName": {},
3110 "DisplayName": {},
3111 "ExperimentSource": {
3112 "shape": "Sfc"
3113 },
3114 "CreationTime": {
3115 "type": "timestamp"
3116 },
3117 "LastModifiedTime": {
3118 "type": "timestamp"
3119 }
3120 }
3121 }
3122 },
3123 "NextToken": {}
3124 }
3125 }
3126 },
3127 "ListFlowDefinitions": {
3128 "input": {
3129 "type": "structure",
3130 "members": {
3131 "CreationTimeAfter": {
3132 "type": "timestamp"
3133 },
3134 "CreationTimeBefore": {
3135 "type": "timestamp"
3136 },
3137 "SortOrder": {},
3138 "NextToken": {},
3139 "MaxResults": {
3140 "type": "integer"
3141 }
3142 }
3143 },
3144 "output": {
3145 "type": "structure",
3146 "required": [
3147 "FlowDefinitionSummaries"
3148 ],
3149 "members": {
3150 "FlowDefinitionSummaries": {
3151 "type": "list",
3152 "member": {
3153 "type": "structure",
3154 "required": [
3155 "FlowDefinitionName",
3156 "FlowDefinitionArn",
3157 "FlowDefinitionStatus",
3158 "CreationTime"
3159 ],
3160 "members": {
3161 "FlowDefinitionName": {},
3162 "FlowDefinitionArn": {},
3163 "FlowDefinitionStatus": {},
3164 "CreationTime": {
3165 "type": "timestamp"
3166 },
3167 "FailureReason": {}
3168 }
3169 }
3170 },
3171 "NextToken": {}
3172 }
3173 }
3174 },
3175 "ListHumanTaskUis": {
3176 "input": {
3177 "type": "structure",
3178 "members": {
3179 "CreationTimeAfter": {
3180 "type": "timestamp"
3181 },
3182 "CreationTimeBefore": {
3183 "type": "timestamp"
3184 },
3185 "SortOrder": {},
3186 "NextToken": {},
3187 "MaxResults": {
3188 "type": "integer"
3189 }
3190 }
3191 },
3192 "output": {
3193 "type": "structure",
3194 "required": [
3195 "HumanTaskUiSummaries"
3196 ],
3197 "members": {
3198 "HumanTaskUiSummaries": {
3199 "type": "list",
3200 "member": {
3201 "type": "structure",
3202 "required": [
3203 "HumanTaskUiName",
3204 "HumanTaskUiArn",
3205 "CreationTime"
3206 ],
3207 "members": {
3208 "HumanTaskUiName": {},
3209 "HumanTaskUiArn": {},
3210 "CreationTime": {
3211 "type": "timestamp"
3212 }
3213 }
3214 }
3215 },
3216 "NextToken": {}
3217 }
3218 }
3219 },
3220 "ListHyperParameterTuningJobs": {
3221 "input": {
3222 "type": "structure",
3223 "members": {
3224 "NextToken": {},
3225 "MaxResults": {
3226 "type": "integer"
3227 },
3228 "SortBy": {},
3229 "SortOrder": {},
3230 "NameContains": {},
3231 "CreationTimeAfter": {
3232 "type": "timestamp"
3233 },
3234 "CreationTimeBefore": {
3235 "type": "timestamp"
3236 },
3237 "LastModifiedTimeAfter": {
3238 "type": "timestamp"
3239 },
3240 "LastModifiedTimeBefore": {
3241 "type": "timestamp"
3242 },
3243 "StatusEquals": {}
3244 }
3245 },
3246 "output": {
3247 "type": "structure",
3248 "required": [
3249 "HyperParameterTuningJobSummaries"
3250 ],
3251 "members": {
3252 "HyperParameterTuningJobSummaries": {
3253 "type": "list",
3254 "member": {
3255 "type": "structure",
3256 "required": [
3257 "HyperParameterTuningJobName",
3258 "HyperParameterTuningJobArn",
3259 "HyperParameterTuningJobStatus",
3260 "Strategy",
3261 "CreationTime",
3262 "TrainingJobStatusCounters",
3263 "ObjectiveStatusCounters"
3264 ],
3265 "members": {
3266 "HyperParameterTuningJobName": {},
3267 "HyperParameterTuningJobArn": {},
3268 "HyperParameterTuningJobStatus": {},
3269 "Strategy": {},
3270 "CreationTime": {
3271 "type": "timestamp"
3272 },
3273 "HyperParameterTuningEndTime": {
3274 "type": "timestamp"
3275 },
3276 "LastModifiedTime": {
3277 "type": "timestamp"
3278 },
3279 "TrainingJobStatusCounters": {
3280 "shape": "Sfr"
3281 },
3282 "ObjectiveStatusCounters": {
3283 "shape": "Sft"
3284 },
3285 "ResourceLimits": {
3286 "shape": "S6p"
3287 }
3288 }
3289 }
3290 },
3291 "NextToken": {}
3292 }
3293 }
3294 },
3295 "ListLabelingJobs": {
3296 "input": {
3297 "type": "structure",
3298 "members": {
3299 "CreationTimeAfter": {
3300 "type": "timestamp"
3301 },
3302 "CreationTimeBefore": {
3303 "type": "timestamp"
3304 },
3305 "LastModifiedTimeAfter": {
3306 "type": "timestamp"
3307 },
3308 "LastModifiedTimeBefore": {
3309 "type": "timestamp"
3310 },
3311 "MaxResults": {
3312 "type": "integer"
3313 },
3314 "NextToken": {},
3315 "NameContains": {},
3316 "SortBy": {},
3317 "SortOrder": {},
3318 "StatusEquals": {}
3319 }
3320 },
3321 "output": {
3322 "type": "structure",
3323 "members": {
3324 "LabelingJobSummaryList": {
3325 "type": "list",
3326 "member": {
3327 "type": "structure",
3328 "required": [
3329 "LabelingJobName",
3330 "LabelingJobArn",
3331 "CreationTime",
3332 "LastModifiedTime",
3333 "LabelingJobStatus",
3334 "LabelCounters",
3335 "WorkteamArn",
3336 "PreHumanTaskLambdaArn"
3337 ],
3338 "members": {
3339 "LabelingJobName": {},
3340 "LabelingJobArn": {},
3341 "CreationTime": {
3342 "type": "timestamp"
3343 },
3344 "LastModifiedTime": {
3345 "type": "timestamp"
3346 },
3347 "LabelingJobStatus": {},
3348 "LabelCounters": {
3349 "shape": "Sg1"
3350 },
3351 "WorkteamArn": {},
3352 "PreHumanTaskLambdaArn": {},
3353 "AnnotationConsolidationLambdaArn": {},
3354 "FailureReason": {},
3355 "LabelingJobOutput": {
3356 "shape": "Sg4"
3357 },
3358 "InputConfig": {
3359 "shape": "S7j"
3360 }
3361 }
3362 }
3363 },
3364 "NextToken": {}
3365 }
3366 }
3367 },
3368 "ListLabelingJobsForWorkteam": {
3369 "input": {
3370 "type": "structure",
3371 "required": [
3372 "WorkteamArn"
3373 ],
3374 "members": {
3375 "WorkteamArn": {},
3376 "MaxResults": {
3377 "type": "integer"
3378 },
3379 "NextToken": {},
3380 "CreationTimeAfter": {
3381 "type": "timestamp"
3382 },
3383 "CreationTimeBefore": {
3384 "type": "timestamp"
3385 },
3386 "JobReferenceCodeContains": {},
3387 "SortBy": {},
3388 "SortOrder": {}
3389 }
3390 },
3391 "output": {
3392 "type": "structure",
3393 "required": [
3394 "LabelingJobSummaryList"
3395 ],
3396 "members": {
3397 "LabelingJobSummaryList": {
3398 "type": "list",
3399 "member": {
3400 "type": "structure",
3401 "required": [
3402 "JobReferenceCode",
3403 "WorkRequesterAccountId",
3404 "CreationTime"
3405 ],
3406 "members": {
3407 "LabelingJobName": {},
3408 "JobReferenceCode": {},
3409 "WorkRequesterAccountId": {},
3410 "CreationTime": {
3411 "type": "timestamp"
3412 },
3413 "LabelCounters": {
3414 "type": "structure",
3415 "members": {
3416 "HumanLabeled": {
3417 "type": "integer"
3418 },
3419 "PendingHuman": {
3420 "type": "integer"
3421 },
3422 "Total": {
3423 "type": "integer"
3424 }
3425 }
3426 },
3427 "NumberOfHumanWorkersPerDataObject": {
3428 "type": "integer"
3429 }
3430 }
3431 }
3432 },
3433 "NextToken": {}
3434 }
3435 }
3436 },
3437 "ListModelPackages": {
3438 "input": {
3439 "type": "structure",
3440 "members": {
3441 "CreationTimeAfter": {
3442 "type": "timestamp"
3443 },
3444 "CreationTimeBefore": {
3445 "type": "timestamp"
3446 },
3447 "MaxResults": {
3448 "type": "integer"
3449 },
3450 "NameContains": {},
3451 "NextToken": {},
3452 "SortBy": {},
3453 "SortOrder": {}
3454 }
3455 },
3456 "output": {
3457 "type": "structure",
3458 "required": [
3459 "ModelPackageSummaryList"
3460 ],
3461 "members": {
3462 "ModelPackageSummaryList": {
3463 "type": "list",
3464 "member": {
3465 "type": "structure",
3466 "required": [
3467 "ModelPackageName",
3468 "ModelPackageArn",
3469 "CreationTime",
3470 "ModelPackageStatus"
3471 ],
3472 "members": {
3473 "ModelPackageName": {},
3474 "ModelPackageArn": {},
3475 "ModelPackageDescription": {},
3476 "CreationTime": {
3477 "type": "timestamp"
3478 },
3479 "ModelPackageStatus": {}
3480 }
3481 }
3482 },
3483 "NextToken": {}
3484 }
3485 }
3486 },
3487 "ListModels": {
3488 "input": {
3489 "type": "structure",
3490 "members": {
3491 "SortBy": {},
3492 "SortOrder": {},
3493 "NextToken": {},
3494 "MaxResults": {
3495 "type": "integer"
3496 },
3497 "NameContains": {},
3498 "CreationTimeBefore": {
3499 "type": "timestamp"
3500 },
3501 "CreationTimeAfter": {
3502 "type": "timestamp"
3503 }
3504 }
3505 },
3506 "output": {
3507 "type": "structure",
3508 "required": [
3509 "Models"
3510 ],
3511 "members": {
3512 "Models": {
3513 "type": "list",
3514 "member": {
3515 "type": "structure",
3516 "required": [
3517 "ModelName",
3518 "ModelArn",
3519 "CreationTime"
3520 ],
3521 "members": {
3522 "ModelName": {},
3523 "ModelArn": {},
3524 "CreationTime": {
3525 "type": "timestamp"
3526 }
3527 }
3528 }
3529 },
3530 "NextToken": {}
3531 }
3532 }
3533 },
3534 "ListMonitoringExecutions": {
3535 "input": {
3536 "type": "structure",
3537 "members": {
3538 "MonitoringScheduleName": {},
3539 "EndpointName": {},
3540 "SortBy": {},
3541 "SortOrder": {},
3542 "NextToken": {},
3543 "MaxResults": {
3544 "type": "integer"
3545 },
3546 "ScheduledTimeBefore": {
3547 "type": "timestamp"
3548 },
3549 "ScheduledTimeAfter": {
3550 "type": "timestamp"
3551 },
3552 "CreationTimeBefore": {
3553 "type": "timestamp"
3554 },
3555 "CreationTimeAfter": {
3556 "type": "timestamp"
3557 },
3558 "LastModifiedTimeBefore": {
3559 "type": "timestamp"
3560 },
3561 "LastModifiedTimeAfter": {
3562 "type": "timestamp"
3563 },
3564 "StatusEquals": {}
3565 }
3566 },
3567 "output": {
3568 "type": "structure",
3569 "required": [
3570 "MonitoringExecutionSummaries"
3571 ],
3572 "members": {
3573 "MonitoringExecutionSummaries": {
3574 "type": "list",
3575 "member": {
3576 "shape": "Sgh"
3577 }
3578 },
3579 "NextToken": {}
3580 }
3581 }
3582 },
3583 "ListMonitoringSchedules": {
3584 "input": {
3585 "type": "structure",
3586 "members": {
3587 "EndpointName": {},
3588 "SortBy": {},
3589 "SortOrder": {},
3590 "NextToken": {},
3591 "MaxResults": {
3592 "type": "integer"
3593 },
3594 "NameContains": {},
3595 "CreationTimeBefore": {
3596 "type": "timestamp"
3597 },
3598 "CreationTimeAfter": {
3599 "type": "timestamp"
3600 },
3601 "LastModifiedTimeBefore": {
3602 "type": "timestamp"
3603 },
3604 "LastModifiedTimeAfter": {
3605 "type": "timestamp"
3606 },
3607 "StatusEquals": {}
3608 }
3609 },
3610 "output": {
3611 "type": "structure",
3612 "required": [
3613 "MonitoringScheduleSummaries"
3614 ],
3615 "members": {
3616 "MonitoringScheduleSummaries": {
3617 "type": "list",
3618 "member": {
3619 "type": "structure",
3620 "required": [
3621 "MonitoringScheduleName",
3622 "MonitoringScheduleArn",
3623 "CreationTime",
3624 "LastModifiedTime",
3625 "MonitoringScheduleStatus"
3626 ],
3627 "members": {
3628 "MonitoringScheduleName": {},
3629 "MonitoringScheduleArn": {},
3630 "CreationTime": {
3631 "type": "timestamp"
3632 },
3633 "LastModifiedTime": {
3634 "type": "timestamp"
3635 },
3636 "MonitoringScheduleStatus": {},
3637 "EndpointName": {}
3638 }
3639 }
3640 },
3641 "NextToken": {}
3642 }
3643 }
3644 },
3645 "ListNotebookInstanceLifecycleConfigs": {
3646 "input": {
3647 "type": "structure",
3648 "members": {
3649 "NextToken": {},
3650 "MaxResults": {
3651 "type": "integer"
3652 },
3653 "SortBy": {},
3654 "SortOrder": {},
3655 "NameContains": {},
3656 "CreationTimeBefore": {
3657 "type": "timestamp"
3658 },
3659 "CreationTimeAfter": {
3660 "type": "timestamp"
3661 },
3662 "LastModifiedTimeBefore": {
3663 "type": "timestamp"
3664 },
3665 "LastModifiedTimeAfter": {
3666 "type": "timestamp"
3667 }
3668 }
3669 },
3670 "output": {
3671 "type": "structure",
3672 "members": {
3673 "NextToken": {},
3674 "NotebookInstanceLifecycleConfigs": {
3675 "type": "list",
3676 "member": {
3677 "type": "structure",
3678 "required": [
3679 "NotebookInstanceLifecycleConfigName",
3680 "NotebookInstanceLifecycleConfigArn"
3681 ],
3682 "members": {
3683 "NotebookInstanceLifecycleConfigName": {},
3684 "NotebookInstanceLifecycleConfigArn": {},
3685 "CreationTime": {
3686 "type": "timestamp"
3687 },
3688 "LastModifiedTime": {
3689 "type": "timestamp"
3690 }
3691 }
3692 }
3693 }
3694 }
3695 }
3696 },
3697 "ListNotebookInstances": {
3698 "input": {
3699 "type": "structure",
3700 "members": {
3701 "NextToken": {},
3702 "MaxResults": {
3703 "type": "integer"
3704 },
3705 "SortBy": {},
3706 "SortOrder": {},
3707 "NameContains": {},
3708 "CreationTimeBefore": {
3709 "type": "timestamp"
3710 },
3711 "CreationTimeAfter": {
3712 "type": "timestamp"
3713 },
3714 "LastModifiedTimeBefore": {
3715 "type": "timestamp"
3716 },
3717 "LastModifiedTimeAfter": {
3718 "type": "timestamp"
3719 },
3720 "StatusEquals": {},
3721 "NotebookInstanceLifecycleConfigNameContains": {},
3722 "DefaultCodeRepositoryContains": {},
3723 "AdditionalCodeRepositoryEquals": {}
3724 }
3725 },
3726 "output": {
3727 "type": "structure",
3728 "members": {
3729 "NextToken": {},
3730 "NotebookInstances": {
3731 "type": "list",
3732 "member": {
3733 "type": "structure",
3734 "required": [
3735 "NotebookInstanceName",
3736 "NotebookInstanceArn"
3737 ],
3738 "members": {
3739 "NotebookInstanceName": {},
3740 "NotebookInstanceArn": {},
3741 "NotebookInstanceStatus": {},
3742 "Url": {},
3743 "InstanceType": {},
3744 "CreationTime": {
3745 "type": "timestamp"
3746 },
3747 "LastModifiedTime": {
3748 "type": "timestamp"
3749 },
3750 "NotebookInstanceLifecycleConfigName": {},
3751 "DefaultCodeRepository": {},
3752 "AdditionalCodeRepositories": {
3753 "shape": "Sa5"
3754 }
3755 }
3756 }
3757 }
3758 }
3759 }
3760 },
3761 "ListProcessingJobs": {
3762 "input": {
3763 "type": "structure",
3764 "members": {
3765 "CreationTimeAfter": {
3766 "type": "timestamp"
3767 },
3768 "CreationTimeBefore": {
3769 "type": "timestamp"
3770 },
3771 "LastModifiedTimeAfter": {
3772 "type": "timestamp"
3773 },
3774 "LastModifiedTimeBefore": {
3775 "type": "timestamp"
3776 },
3777 "NameContains": {},
3778 "StatusEquals": {},
3779 "SortBy": {},
3780 "SortOrder": {},
3781 "NextToken": {},
3782 "MaxResults": {
3783 "type": "integer"
3784 }
3785 }
3786 },
3787 "output": {
3788 "type": "structure",
3789 "required": [
3790 "ProcessingJobSummaries"
3791 ],
3792 "members": {
3793 "ProcessingJobSummaries": {
3794 "type": "list",
3795 "member": {
3796 "type": "structure",
3797 "required": [
3798 "ProcessingJobName",
3799 "ProcessingJobArn",
3800 "CreationTime",
3801 "ProcessingJobStatus"
3802 ],
3803 "members": {
3804 "ProcessingJobName": {},
3805 "ProcessingJobArn": {},
3806 "CreationTime": {
3807 "type": "timestamp"
3808 },
3809 "ProcessingEndTime": {
3810 "type": "timestamp"
3811 },
3812 "LastModifiedTime": {
3813 "type": "timestamp"
3814 },
3815 "ProcessingJobStatus": {},
3816 "FailureReason": {},
3817 "ExitMessage": {}
3818 }
3819 }
3820 },
3821 "NextToken": {}
3822 }
3823 }
3824 },
3825 "ListSubscribedWorkteams": {
3826 "input": {
3827 "type": "structure",
3828 "members": {
3829 "NameContains": {},
3830 "NextToken": {},
3831 "MaxResults": {
3832 "type": "integer"
3833 }
3834 }
3835 },
3836 "output": {
3837 "type": "structure",
3838 "required": [
3839 "SubscribedWorkteams"
3840 ],
3841 "members": {
3842 "SubscribedWorkteams": {
3843 "type": "list",
3844 "member": {
3845 "shape": "Sgv"
3846 }
3847 },
3848 "NextToken": {}
3849 }
3850 }
3851 },
3852 "ListTags": {
3853 "input": {
3854 "type": "structure",
3855 "required": [
3856 "ResourceArn"
3857 ],
3858 "members": {
3859 "ResourceArn": {},
3860 "NextToken": {},
3861 "MaxResults": {
3862 "type": "integer"
3863 }
3864 }
3865 },
3866 "output": {
3867 "type": "structure",
3868 "members": {
3869 "Tags": {
3870 "shape": "S3"
3871 },
3872 "NextToken": {}
3873 }
3874 }
3875 },
3876 "ListTrainingJobs": {
3877 "input": {
3878 "type": "structure",
3879 "members": {
3880 "NextToken": {},
3881 "MaxResults": {
3882 "type": "integer"
3883 },
3884 "CreationTimeAfter": {
3885 "type": "timestamp"
3886 },
3887 "CreationTimeBefore": {
3888 "type": "timestamp"
3889 },
3890 "LastModifiedTimeAfter": {
3891 "type": "timestamp"
3892 },
3893 "LastModifiedTimeBefore": {
3894 "type": "timestamp"
3895 },
3896 "NameContains": {},
3897 "StatusEquals": {},
3898 "SortBy": {},
3899 "SortOrder": {}
3900 }
3901 },
3902 "output": {
3903 "type": "structure",
3904 "required": [
3905 "TrainingJobSummaries"
3906 ],
3907 "members": {
3908 "TrainingJobSummaries": {
3909 "type": "list",
3910 "member": {
3911 "type": "structure",
3912 "required": [
3913 "TrainingJobName",
3914 "TrainingJobArn",
3915 "CreationTime",
3916 "TrainingJobStatus"
3917 ],
3918 "members": {
3919 "TrainingJobName": {},
3920 "TrainingJobArn": {},
3921 "CreationTime": {
3922 "type": "timestamp"
3923 },
3924 "TrainingEndTime": {
3925 "type": "timestamp"
3926 },
3927 "LastModifiedTime": {
3928 "type": "timestamp"
3929 },
3930 "TrainingJobStatus": {}
3931 }
3932 }
3933 },
3934 "NextToken": {}
3935 }
3936 }
3937 },
3938 "ListTrainingJobsForHyperParameterTuningJob": {
3939 "input": {
3940 "type": "structure",
3941 "required": [
3942 "HyperParameterTuningJobName"
3943 ],
3944 "members": {
3945 "HyperParameterTuningJobName": {},
3946 "NextToken": {},
3947 "MaxResults": {
3948 "type": "integer"
3949 },
3950 "StatusEquals": {},
3951 "SortBy": {},
3952 "SortOrder": {}
3953 }
3954 },
3955 "output": {
3956 "type": "structure",
3957 "required": [
3958 "TrainingJobSummaries"
3959 ],
3960 "members": {
3961 "TrainingJobSummaries": {
3962 "type": "list",
3963 "member": {
3964 "shape": "Sfv"
3965 }
3966 },
3967 "NextToken": {}
3968 }
3969 }
3970 },
3971 "ListTransformJobs": {
3972 "input": {
3973 "type": "structure",
3974 "members": {
3975 "CreationTimeAfter": {
3976 "type": "timestamp"
3977 },
3978 "CreationTimeBefore": {
3979 "type": "timestamp"
3980 },
3981 "LastModifiedTimeAfter": {
3982 "type": "timestamp"
3983 },
3984 "LastModifiedTimeBefore": {
3985 "type": "timestamp"
3986 },
3987 "NameContains": {},
3988 "StatusEquals": {},
3989 "SortBy": {},
3990 "SortOrder": {},
3991 "NextToken": {},
3992 "MaxResults": {
3993 "type": "integer"
3994 }
3995 }
3996 },
3997 "output": {
3998 "type": "structure",
3999 "required": [
4000 "TransformJobSummaries"
4001 ],
4002 "members": {
4003 "TransformJobSummaries": {
4004 "type": "list",
4005 "member": {
4006 "type": "structure",
4007 "required": [
4008 "TransformJobName",
4009 "TransformJobArn",
4010 "CreationTime",
4011 "TransformJobStatus"
4012 ],
4013 "members": {
4014 "TransformJobName": {},
4015 "TransformJobArn": {},
4016 "CreationTime": {
4017 "type": "timestamp"
4018 },
4019 "TransformEndTime": {
4020 "type": "timestamp"
4021 },
4022 "LastModifiedTime": {
4023 "type": "timestamp"
4024 },
4025 "TransformJobStatus": {},
4026 "FailureReason": {}
4027 }
4028 }
4029 },
4030 "NextToken": {}
4031 }
4032 }
4033 },
4034 "ListTrialComponents": {
4035 "input": {
4036 "type": "structure",
4037 "members": {
4038 "ExperimentName": {},
4039 "TrialName": {},
4040 "SourceArn": {},
4041 "CreatedAfter": {
4042 "type": "timestamp"
4043 },
4044 "CreatedBefore": {
4045 "type": "timestamp"
4046 },
4047 "SortBy": {},
4048 "SortOrder": {},
4049 "MaxResults": {
4050 "type": "integer"
4051 },
4052 "NextToken": {}
4053 }
4054 },
4055 "output": {
4056 "type": "structure",
4057 "members": {
4058 "TrialComponentSummaries": {
4059 "type": "list",
4060 "member": {
4061 "type": "structure",
4062 "members": {
4063 "TrialComponentName": {},
4064 "TrialComponentArn": {},
4065 "DisplayName": {},
4066 "TrialComponentSource": {
4067 "shape": "Shk"
4068 },
4069 "Status": {
4070 "shape": "Sc1"
4071 },
4072 "StartTime": {
4073 "type": "timestamp"
4074 },
4075 "EndTime": {
4076 "type": "timestamp"
4077 },
4078 "CreationTime": {
4079 "type": "timestamp"
4080 },
4081 "CreatedBy": {
4082 "shape": "Sff"
4083 },
4084 "LastModifiedTime": {
4085 "type": "timestamp"
4086 },
4087 "LastModifiedBy": {
4088 "shape": "Sff"
4089 }
4090 }
4091 }
4092 },
4093 "NextToken": {}
4094 }
4095 }
4096 },
4097 "ListTrials": {
4098 "input": {
4099 "type": "structure",
4100 "members": {
4101 "ExperimentName": {},
4102 "TrialComponentName": {},
4103 "CreatedAfter": {
4104 "type": "timestamp"
4105 },
4106 "CreatedBefore": {
4107 "type": "timestamp"
4108 },
4109 "SortBy": {},
4110 "SortOrder": {},
4111 "MaxResults": {
4112 "type": "integer"
4113 },
4114 "NextToken": {}
4115 }
4116 },
4117 "output": {
4118 "type": "structure",
4119 "members": {
4120 "TrialSummaries": {
4121 "type": "list",
4122 "member": {
4123 "type": "structure",
4124 "members": {
4125 "TrialArn": {},
4126 "TrialName": {},
4127 "DisplayName": {},
4128 "TrialSource": {
4129 "shape": "Shg"
4130 },
4131 "CreationTime": {
4132 "type": "timestamp"
4133 },
4134 "LastModifiedTime": {
4135 "type": "timestamp"
4136 }
4137 }
4138 }
4139 },
4140 "NextToken": {}
4141 }
4142 }
4143 },
4144 "ListUserProfiles": {
4145 "input": {
4146 "type": "structure",
4147 "members": {
4148 "NextToken": {},
4149 "MaxResults": {
4150 "type": "integer"
4151 },
4152 "SortOrder": {},
4153 "SortBy": {},
4154 "DomainIdEquals": {},
4155 "UserProfileNameContains": {}
4156 }
4157 },
4158 "output": {
4159 "type": "structure",
4160 "members": {
4161 "UserProfiles": {
4162 "type": "list",
4163 "member": {
4164 "type": "structure",
4165 "members": {
4166 "DomainId": {},
4167 "UserProfileName": {},
4168 "Status": {},
4169 "CreationTime": {
4170 "type": "timestamp"
4171 },
4172 "LastModifiedTime": {
4173 "type": "timestamp"
4174 }
4175 }
4176 }
4177 },
4178 "NextToken": {}
4179 }
4180 }
4181 },
4182 "ListWorkteams": {
4183 "input": {
4184 "type": "structure",
4185 "members": {
4186 "SortBy": {},
4187 "SortOrder": {},
4188 "NameContains": {},
4189 "NextToken": {},
4190 "MaxResults": {
4191 "type": "integer"
4192 }
4193 }
4194 },
4195 "output": {
4196 "type": "structure",
4197 "required": [
4198 "Workteams"
4199 ],
4200 "members": {
4201 "Workteams": {
4202 "type": "list",
4203 "member": {
4204 "shape": "Si4"
4205 }
4206 },
4207 "NextToken": {}
4208 }
4209 }
4210 },
4211 "RenderUiTemplate": {
4212 "input": {
4213 "type": "structure",
4214 "required": [
4215 "UiTemplate",
4216 "Task",
4217 "RoleArn"
4218 ],
4219 "members": {
4220 "UiTemplate": {
4221 "shape": "S6i"
4222 },
4223 "Task": {
4224 "type": "structure",
4225 "required": [
4226 "Input"
4227 ],
4228 "members": {
4229 "Input": {}
4230 }
4231 },
4232 "RoleArn": {}
4233 }
4234 },
4235 "output": {
4236 "type": "structure",
4237 "required": [
4238 "RenderedContent",
4239 "Errors"
4240 ],
4241 "members": {
4242 "RenderedContent": {},
4243 "Errors": {
4244 "type": "list",
4245 "member": {
4246 "type": "structure",
4247 "required": [
4248 "Code",
4249 "Message"
4250 ],
4251 "members": {
4252 "Code": {},
4253 "Message": {}
4254 }
4255 }
4256 }
4257 }
4258 }
4259 },
4260 "Search": {
4261 "input": {
4262 "type": "structure",
4263 "required": [
4264 "Resource"
4265 ],
4266 "members": {
4267 "Resource": {},
4268 "SearchExpression": {
4269 "shape": "Sn7"
4270 },
4271 "SortBy": {},
4272 "SortOrder": {},
4273 "NextToken": {},
4274 "MaxResults": {
4275 "type": "integer"
4276 }
4277 }
4278 },
4279 "output": {
4280 "type": "structure",
4281 "members": {
4282 "Results": {
4283 "type": "list",
4284 "member": {
4285 "type": "structure",
4286 "members": {
4287 "TrainingJob": {
4288 "shape": "Snk"
4289 },
4290 "Experiment": {
4291 "type": "structure",
4292 "members": {
4293 "ExperimentName": {},
4294 "ExperimentArn": {},
4295 "DisplayName": {},
4296 "Source": {
4297 "shape": "Sfc"
4298 },
4299 "Description": {},
4300 "CreationTime": {
4301 "type": "timestamp"
4302 },
4303 "CreatedBy": {
4304 "shape": "Sff"
4305 },
4306 "LastModifiedTime": {
4307 "type": "timestamp"
4308 },
4309 "LastModifiedBy": {
4310 "shape": "Sff"
4311 },
4312 "Tags": {
4313 "shape": "S3"
4314 }
4315 }
4316 },
4317 "Trial": {
4318 "type": "structure",
4319 "members": {
4320 "TrialName": {},
4321 "TrialArn": {},
4322 "DisplayName": {},
4323 "ExperimentName": {},
4324 "Source": {
4325 "shape": "Shg"
4326 },
4327 "CreationTime": {
4328 "type": "timestamp"
4329 },
4330 "CreatedBy": {
4331 "shape": "Sff"
4332 },
4333 "LastModifiedTime": {
4334 "type": "timestamp"
4335 },
4336 "LastModifiedBy": {
4337 "shape": "Sff"
4338 },
4339 "Tags": {
4340 "shape": "S3"
4341 },
4342 "TrialComponentSummaries": {
4343 "type": "list",
4344 "member": {
4345 "type": "structure",
4346 "members": {
4347 "TrialComponentName": {},
4348 "TrialComponentArn": {},
4349 "TrialComponentSource": {
4350 "shape": "Shk"
4351 },
4352 "CreationTime": {
4353 "type": "timestamp"
4354 },
4355 "CreatedBy": {
4356 "shape": "Sff"
4357 }
4358 }
4359 }
4360 }
4361 }
4362 },
4363 "TrialComponent": {
4364 "type": "structure",
4365 "members": {
4366 "TrialComponentName": {},
4367 "DisplayName": {},
4368 "TrialComponentArn": {},
4369 "Source": {
4370 "shape": "Shk"
4371 },
4372 "Status": {
4373 "shape": "Sc1"
4374 },
4375 "StartTime": {
4376 "type": "timestamp"
4377 },
4378 "EndTime": {
4379 "type": "timestamp"
4380 },
4381 "CreationTime": {
4382 "type": "timestamp"
4383 },
4384 "CreatedBy": {
4385 "shape": "Sff"
4386 },
4387 "LastModifiedTime": {
4388 "type": "timestamp"
4389 },
4390 "LastModifiedBy": {
4391 "shape": "Sff"
4392 },
4393 "Parameters": {
4394 "shape": "Sc5"
4395 },
4396 "InputArtifacts": {
4397 "shape": "Sca"
4398 },
4399 "OutputArtifacts": {
4400 "shape": "Sca"
4401 },
4402 "Metrics": {
4403 "shape": "Shm"
4404 },
4405 "SourceDetail": {
4406 "type": "structure",
4407 "members": {
4408 "SourceArn": {},
4409 "TrainingJob": {
4410 "shape": "Snk"
4411 }
4412 }
4413 },
4414 "Tags": {
4415 "shape": "S3"
4416 },
4417 "Parents": {
4418 "type": "list",
4419 "member": {
4420 "type": "structure",
4421 "members": {
4422 "TrialName": {},
4423 "ExperimentName": {}
4424 }
4425 }
4426 }
4427 }
4428 }
4429 }
4430 }
4431 },
4432 "NextToken": {}
4433 }
4434 }
4435 },
4436 "StartMonitoringSchedule": {
4437 "input": {
4438 "type": "structure",
4439 "required": [
4440 "MonitoringScheduleName"
4441 ],
4442 "members": {
4443 "MonitoringScheduleName": {}
4444 }
4445 }
4446 },
4447 "StartNotebookInstance": {
4448 "input": {
4449 "type": "structure",
4450 "required": [
4451 "NotebookInstanceName"
4452 ],
4453 "members": {
4454 "NotebookInstanceName": {}
4455 }
4456 }
4457 },
4458 "StopAutoMLJob": {
4459 "input": {
4460 "type": "structure",
4461 "required": [
4462 "AutoMLJobName"
4463 ],
4464 "members": {
4465 "AutoMLJobName": {}
4466 }
4467 }
4468 },
4469 "StopCompilationJob": {
4470 "input": {
4471 "type": "structure",
4472 "required": [
4473 "CompilationJobName"
4474 ],
4475 "members": {
4476 "CompilationJobName": {}
4477 }
4478 }
4479 },
4480 "StopHyperParameterTuningJob": {
4481 "input": {
4482 "type": "structure",
4483 "required": [
4484 "HyperParameterTuningJobName"
4485 ],
4486 "members": {
4487 "HyperParameterTuningJobName": {}
4488 }
4489 }
4490 },
4491 "StopLabelingJob": {
4492 "input": {
4493 "type": "structure",
4494 "required": [
4495 "LabelingJobName"
4496 ],
4497 "members": {
4498 "LabelingJobName": {}
4499 }
4500 }
4501 },
4502 "StopMonitoringSchedule": {
4503 "input": {
4504 "type": "structure",
4505 "required": [
4506 "MonitoringScheduleName"
4507 ],
4508 "members": {
4509 "MonitoringScheduleName": {}
4510 }
4511 }
4512 },
4513 "StopNotebookInstance": {
4514 "input": {
4515 "type": "structure",
4516 "required": [
4517 "NotebookInstanceName"
4518 ],
4519 "members": {
4520 "NotebookInstanceName": {}
4521 }
4522 }
4523 },
4524 "StopProcessingJob": {
4525 "input": {
4526 "type": "structure",
4527 "required": [
4528 "ProcessingJobName"
4529 ],
4530 "members": {
4531 "ProcessingJobName": {}
4532 }
4533 }
4534 },
4535 "StopTrainingJob": {
4536 "input": {
4537 "type": "structure",
4538 "required": [
4539 "TrainingJobName"
4540 ],
4541 "members": {
4542 "TrainingJobName": {}
4543 }
4544 }
4545 },
4546 "StopTransformJob": {
4547 "input": {
4548 "type": "structure",
4549 "required": [
4550 "TransformJobName"
4551 ],
4552 "members": {
4553 "TransformJobName": {}
4554 }
4555 }
4556 },
4557 "UpdateCodeRepository": {
4558 "input": {
4559 "type": "structure",
4560 "required": [
4561 "CodeRepositoryName"
4562 ],
4563 "members": {
4564 "CodeRepositoryName": {},
4565 "GitConfig": {
4566 "type": "structure",
4567 "members": {
4568 "SecretArn": {}
4569 }
4570 }
4571 }
4572 },
4573 "output": {
4574 "type": "structure",
4575 "required": [
4576 "CodeRepositoryArn"
4577 ],
4578 "members": {
4579 "CodeRepositoryArn": {}
4580 }
4581 }
4582 },
4583 "UpdateDomain": {
4584 "input": {
4585 "type": "structure",
4586 "required": [
4587 "DomainId"
4588 ],
4589 "members": {
4590 "DomainId": {},
4591 "DefaultUserSettings": {
4592 "shape": "S4l"
4593 }
4594 }
4595 },
4596 "output": {
4597 "type": "structure",
4598 "members": {
4599 "DomainArn": {}
4600 }
4601 }
4602 },
4603 "UpdateEndpoint": {
4604 "input": {
4605 "type": "structure",
4606 "required": [
4607 "EndpointName",
4608 "EndpointConfigName"
4609 ],
4610 "members": {
4611 "EndpointName": {},
4612 "EndpointConfigName": {},
4613 "RetainAllVariantProperties": {
4614 "type": "boolean"
4615 },
4616 "ExcludeRetainedVariantProperties": {
4617 "type": "list",
4618 "member": {
4619 "type": "structure",
4620 "required": [
4621 "VariantPropertyType"
4622 ],
4623 "members": {
4624 "VariantPropertyType": {}
4625 }
4626 }
4627 }
4628 }
4629 },
4630 "output": {
4631 "type": "structure",
4632 "required": [
4633 "EndpointArn"
4634 ],
4635 "members": {
4636 "EndpointArn": {}
4637 }
4638 }
4639 },
4640 "UpdateEndpointWeightsAndCapacities": {
4641 "input": {
4642 "type": "structure",
4643 "required": [
4644 "EndpointName",
4645 "DesiredWeightsAndCapacities"
4646 ],
4647 "members": {
4648 "EndpointName": {},
4649 "DesiredWeightsAndCapacities": {
4650 "type": "list",
4651 "member": {
4652 "type": "structure",
4653 "required": [
4654 "VariantName"
4655 ],
4656 "members": {
4657 "VariantName": {},
4658 "DesiredWeight": {
4659 "type": "float"
4660 },
4661 "DesiredInstanceCount": {
4662 "type": "integer"
4663 }
4664 }
4665 }
4666 }
4667 }
4668 },
4669 "output": {
4670 "type": "structure",
4671 "required": [
4672 "EndpointArn"
4673 ],
4674 "members": {
4675 "EndpointArn": {}
4676 }
4677 }
4678 },
4679 "UpdateExperiment": {
4680 "input": {
4681 "type": "structure",
4682 "required": [
4683 "ExperimentName"
4684 ],
4685 "members": {
4686 "ExperimentName": {},
4687 "DisplayName": {},
4688 "Description": {}
4689 }
4690 },
4691 "output": {
4692 "type": "structure",
4693 "members": {
4694 "ExperimentArn": {}
4695 }
4696 }
4697 },
4698 "UpdateMonitoringSchedule": {
4699 "input": {
4700 "type": "structure",
4701 "required": [
4702 "MonitoringScheduleName",
4703 "MonitoringScheduleConfig"
4704 ],
4705 "members": {
4706 "MonitoringScheduleName": {},
4707 "MonitoringScheduleConfig": {
4708 "shape": "S8u"
4709 }
4710 }
4711 },
4712 "output": {
4713 "type": "structure",
4714 "required": [
4715 "MonitoringScheduleArn"
4716 ],
4717 "members": {
4718 "MonitoringScheduleArn": {}
4719 }
4720 }
4721 },
4722 "UpdateNotebookInstance": {
4723 "input": {
4724 "type": "structure",
4725 "required": [
4726 "NotebookInstanceName"
4727 ],
4728 "members": {
4729 "NotebookInstanceName": {},
4730 "InstanceType": {},
4731 "RoleArn": {},
4732 "LifecycleConfigName": {},
4733 "DisassociateLifecycleConfig": {
4734 "type": "boolean"
4735 },
4736 "VolumeSizeInGB": {
4737 "type": "integer"
4738 },
4739 "DefaultCodeRepository": {},
4740 "AdditionalCodeRepositories": {
4741 "shape": "Sa5"
4742 },
4743 "AcceleratorTypes": {
4744 "shape": "Sa2"
4745 },
4746 "DisassociateAcceleratorTypes": {
4747 "type": "boolean"
4748 },
4749 "DisassociateDefaultCodeRepository": {
4750 "type": "boolean"
4751 },
4752 "DisassociateAdditionalCodeRepositories": {
4753 "type": "boolean"
4754 },
4755 "RootAccess": {}
4756 }
4757 },
4758 "output": {
4759 "type": "structure",
4760 "members": {}
4761 }
4762 },
4763 "UpdateNotebookInstanceLifecycleConfig": {
4764 "input": {
4765 "type": "structure",
4766 "required": [
4767 "NotebookInstanceLifecycleConfigName"
4768 ],
4769 "members": {
4770 "NotebookInstanceLifecycleConfigName": {},
4771 "OnCreate": {
4772 "shape": "Saa"
4773 },
4774 "OnStart": {
4775 "shape": "Saa"
4776 }
4777 }
4778 },
4779 "output": {
4780 "type": "structure",
4781 "members": {}
4782 }
4783 },
4784 "UpdateTrial": {
4785 "input": {
4786 "type": "structure",
4787 "required": [
4788 "TrialName"
4789 ],
4790 "members": {
4791 "TrialName": {},
4792 "DisplayName": {}
4793 }
4794 },
4795 "output": {
4796 "type": "structure",
4797 "members": {
4798 "TrialArn": {}
4799 }
4800 }
4801 },
4802 "UpdateTrialComponent": {
4803 "input": {
4804 "type": "structure",
4805 "required": [
4806 "TrialComponentName"
4807 ],
4808 "members": {
4809 "TrialComponentName": {},
4810 "DisplayName": {},
4811 "Status": {
4812 "shape": "Sc1"
4813 },
4814 "StartTime": {
4815 "type": "timestamp"
4816 },
4817 "EndTime": {
4818 "type": "timestamp"
4819 },
4820 "Parameters": {
4821 "shape": "Sc5"
4822 },
4823 "ParametersToRemove": {
4824 "shape": "Sox"
4825 },
4826 "InputArtifacts": {
4827 "shape": "Sca"
4828 },
4829 "InputArtifactsToRemove": {
4830 "shape": "Sox"
4831 },
4832 "OutputArtifacts": {
4833 "shape": "Sca"
4834 },
4835 "OutputArtifactsToRemove": {
4836 "shape": "Sox"
4837 }
4838 }
4839 },
4840 "output": {
4841 "type": "structure",
4842 "members": {
4843 "TrialComponentArn": {}
4844 }
4845 }
4846 },
4847 "UpdateUserProfile": {
4848 "input": {
4849 "type": "structure",
4850 "required": [
4851 "DomainId",
4852 "UserProfileName"
4853 ],
4854 "members": {
4855 "DomainId": {},
4856 "UserProfileName": {},
4857 "UserSettings": {
4858 "shape": "S4l"
4859 }
4860 }
4861 },
4862 "output": {
4863 "type": "structure",
4864 "members": {
4865 "UserProfileArn": {}
4866 }
4867 }
4868 },
4869 "UpdateWorkforce": {
4870 "input": {
4871 "type": "structure",
4872 "required": [
4873 "WorkforceName"
4874 ],
4875 "members": {
4876 "WorkforceName": {},
4877 "SourceIpConfig": {
4878 "shape": "Shz"
4879 }
4880 }
4881 },
4882 "output": {
4883 "type": "structure",
4884 "required": [
4885 "Workforce"
4886 ],
4887 "members": {
4888 "Workforce": {
4889 "shape": "Shx"
4890 }
4891 }
4892 }
4893 },
4894 "UpdateWorkteam": {
4895 "input": {
4896 "type": "structure",
4897 "required": [
4898 "WorkteamName"
4899 ],
4900 "members": {
4901 "WorkteamName": {},
4902 "MemberDefinitions": {
4903 "shape": "Scn"
4904 },
4905 "Description": {},
4906 "NotificationConfiguration": {
4907 "shape": "Scu"
4908 }
4909 }
4910 },
4911 "output": {
4912 "type": "structure",
4913 "required": [
4914 "Workteam"
4915 ],
4916 "members": {
4917 "Workteam": {
4918 "shape": "Si4"
4919 }
4920 }
4921 }
4922 }
4923 },
4924 "shapes": {
4925 "S3": {
4926 "type": "list",
4927 "member": {
4928 "type": "structure",
4929 "required": [
4930 "Key",
4931 "Value"
4932 ],
4933 "members": {
4934 "Key": {},
4935 "Value": {}
4936 }
4937 }
4938 },
4939 "Sg": {
4940 "type": "structure",
4941 "required": [
4942 "TrainingImage",
4943 "SupportedTrainingInstanceTypes",
4944 "TrainingChannels"
4945 ],
4946 "members": {
4947 "TrainingImage": {},
4948 "TrainingImageDigest": {},
4949 "SupportedHyperParameters": {
4950 "type": "list",
4951 "member": {
4952 "type": "structure",
4953 "required": [
4954 "Name",
4955 "Type"
4956 ],
4957 "members": {
4958 "Name": {},
4959 "Description": {},
4960 "Type": {},
4961 "Range": {
4962 "type": "structure",
4963 "members": {
4964 "IntegerParameterRangeSpecification": {
4965 "type": "structure",
4966 "required": [
4967 "MinValue",
4968 "MaxValue"
4969 ],
4970 "members": {
4971 "MinValue": {},
4972 "MaxValue": {}
4973 }
4974 },
4975 "ContinuousParameterRangeSpecification": {
4976 "type": "structure",
4977 "required": [
4978 "MinValue",
4979 "MaxValue"
4980 ],
4981 "members": {
4982 "MinValue": {},
4983 "MaxValue": {}
4984 }
4985 },
4986 "CategoricalParameterRangeSpecification": {
4987 "type": "structure",
4988 "required": [
4989 "Values"
4990 ],
4991 "members": {
4992 "Values": {
4993 "shape": "Ss"
4994 }
4995 }
4996 }
4997 }
4998 },
4999 "IsTunable": {
5000 "type": "boolean"
5001 },
5002 "IsRequired": {
5003 "type": "boolean"
5004 },
5005 "DefaultValue": {}
5006 }
5007 }
5008 },
5009 "SupportedTrainingInstanceTypes": {
5010 "type": "list",
5011 "member": {}
5012 },
5013 "SupportsDistributedTraining": {
5014 "type": "boolean"
5015 },
5016 "MetricDefinitions": {
5017 "shape": "Sw"
5018 },
5019 "TrainingChannels": {
5020 "type": "list",
5021 "member": {
5022 "type": "structure",
5023 "required": [
5024 "Name",
5025 "SupportedContentTypes",
5026 "SupportedInputModes"
5027 ],
5028 "members": {
5029 "Name": {},
5030 "Description": {},
5031 "IsRequired": {
5032 "type": "boolean"
5033 },
5034 "SupportedContentTypes": {
5035 "shape": "S13"
5036 },
5037 "SupportedCompressionTypes": {
5038 "type": "list",
5039 "member": {}
5040 },
5041 "SupportedInputModes": {
5042 "type": "list",
5043 "member": {}
5044 }
5045 }
5046 }
5047 },
5048 "SupportedTuningJobObjectiveMetrics": {
5049 "type": "list",
5050 "member": {
5051 "shape": "S1a"
5052 }
5053 }
5054 }
5055 },
5056 "Ss": {
5057 "type": "list",
5058 "member": {}
5059 },
5060 "Sw": {
5061 "type": "list",
5062 "member": {
5063 "type": "structure",
5064 "required": [
5065 "Name",
5066 "Regex"
5067 ],
5068 "members": {
5069 "Name": {},
5070 "Regex": {}
5071 }
5072 }
5073 },
5074 "S13": {
5075 "type": "list",
5076 "member": {}
5077 },
5078 "S1a": {
5079 "type": "structure",
5080 "required": [
5081 "Type",
5082 "MetricName"
5083 ],
5084 "members": {
5085 "Type": {},
5086 "MetricName": {}
5087 }
5088 },
5089 "S1c": {
5090 "type": "structure",
5091 "required": [
5092 "Containers",
5093 "SupportedTransformInstanceTypes",
5094 "SupportedRealtimeInferenceInstanceTypes",
5095 "SupportedContentTypes",
5096 "SupportedResponseMIMETypes"
5097 ],
5098 "members": {
5099 "Containers": {
5100 "type": "list",
5101 "member": {
5102 "type": "structure",
5103 "required": [
5104 "Image"
5105 ],
5106 "members": {
5107 "ContainerHostname": {},
5108 "Image": {},
5109 "ImageDigest": {},
5110 "ModelDataUrl": {},
5111 "ProductId": {}
5112 }
5113 }
5114 },
5115 "SupportedTransformInstanceTypes": {
5116 "type": "list",
5117 "member": {}
5118 },
5119 "SupportedRealtimeInferenceInstanceTypes": {
5120 "type": "list",
5121 "member": {}
5122 },
5123 "SupportedContentTypes": {
5124 "shape": "S13"
5125 },
5126 "SupportedResponseMIMETypes": {
5127 "type": "list",
5128 "member": {}
5129 }
5130 }
5131 },
5132 "S1o": {
5133 "type": "structure",
5134 "required": [
5135 "ValidationRole",
5136 "ValidationProfiles"
5137 ],
5138 "members": {
5139 "ValidationRole": {},
5140 "ValidationProfiles": {
5141 "type": "list",
5142 "member": {
5143 "type": "structure",
5144 "required": [
5145 "ProfileName",
5146 "TrainingJobDefinition"
5147 ],
5148 "members": {
5149 "ProfileName": {},
5150 "TrainingJobDefinition": {
5151 "type": "structure",
5152 "required": [
5153 "TrainingInputMode",
5154 "InputDataConfig",
5155 "OutputDataConfig",
5156 "ResourceConfig",
5157 "StoppingCondition"
5158 ],
5159 "members": {
5160 "TrainingInputMode": {},
5161 "HyperParameters": {
5162 "shape": "S1t"
5163 },
5164 "InputDataConfig": {
5165 "shape": "S1v"
5166 },
5167 "OutputDataConfig": {
5168 "shape": "S2c"
5169 },
5170 "ResourceConfig": {
5171 "shape": "S2e"
5172 },
5173 "StoppingCondition": {
5174 "shape": "S2h"
5175 }
5176 }
5177 },
5178 "TransformJobDefinition": {
5179 "shape": "S2k"
5180 }
5181 }
5182 }
5183 }
5184 }
5185 },
5186 "S1t": {
5187 "type": "map",
5188 "key": {},
5189 "value": {}
5190 },
5191 "S1v": {
5192 "type": "list",
5193 "member": {
5194 "type": "structure",
5195 "required": [
5196 "ChannelName",
5197 "DataSource"
5198 ],
5199 "members": {
5200 "ChannelName": {},
5201 "DataSource": {
5202 "type": "structure",
5203 "members": {
5204 "S3DataSource": {
5205 "type": "structure",
5206 "required": [
5207 "S3DataType",
5208 "S3Uri"
5209 ],
5210 "members": {
5211 "S3DataType": {},
5212 "S3Uri": {},
5213 "S3DataDistributionType": {},
5214 "AttributeNames": {
5215 "type": "list",
5216 "member": {}
5217 }
5218 }
5219 },
5220 "FileSystemDataSource": {
5221 "type": "structure",
5222 "required": [
5223 "FileSystemId",
5224 "FileSystemAccessMode",
5225 "FileSystemType",
5226 "DirectoryPath"
5227 ],
5228 "members": {
5229 "FileSystemId": {},
5230 "FileSystemAccessMode": {},
5231 "FileSystemType": {},
5232 "DirectoryPath": {}
5233 }
5234 }
5235 }
5236 },
5237 "ContentType": {},
5238 "CompressionType": {},
5239 "RecordWrapperType": {},
5240 "InputMode": {},
5241 "ShuffleConfig": {
5242 "type": "structure",
5243 "required": [
5244 "Seed"
5245 ],
5246 "members": {
5247 "Seed": {
5248 "type": "long"
5249 }
5250 }
5251 }
5252 }
5253 }
5254 },
5255 "S2c": {
5256 "type": "structure",
5257 "required": [
5258 "S3OutputPath"
5259 ],
5260 "members": {
5261 "KmsKeyId": {},
5262 "S3OutputPath": {}
5263 }
5264 },
5265 "S2e": {
5266 "type": "structure",
5267 "required": [
5268 "InstanceType",
5269 "InstanceCount",
5270 "VolumeSizeInGB"
5271 ],
5272 "members": {
5273 "InstanceType": {},
5274 "InstanceCount": {
5275 "type": "integer"
5276 },
5277 "VolumeSizeInGB": {
5278 "type": "integer"
5279 },
5280 "VolumeKmsKeyId": {}
5281 }
5282 },
5283 "S2h": {
5284 "type": "structure",
5285 "members": {
5286 "MaxRuntimeInSeconds": {
5287 "type": "integer"
5288 },
5289 "MaxWaitTimeInSeconds": {
5290 "type": "integer"
5291 }
5292 }
5293 },
5294 "S2k": {
5295 "type": "structure",
5296 "required": [
5297 "TransformInput",
5298 "TransformOutput",
5299 "TransformResources"
5300 ],
5301 "members": {
5302 "MaxConcurrentTransforms": {
5303 "type": "integer"
5304 },
5305 "MaxPayloadInMB": {
5306 "type": "integer"
5307 },
5308 "BatchStrategy": {},
5309 "Environment": {
5310 "shape": "S2o"
5311 },
5312 "TransformInput": {
5313 "shape": "S2r"
5314 },
5315 "TransformOutput": {
5316 "shape": "S2v"
5317 },
5318 "TransformResources": {
5319 "shape": "S2y"
5320 }
5321 }
5322 },
5323 "S2o": {
5324 "type": "map",
5325 "key": {},
5326 "value": {}
5327 },
5328 "S2r": {
5329 "type": "structure",
5330 "required": [
5331 "DataSource"
5332 ],
5333 "members": {
5334 "DataSource": {
5335 "type": "structure",
5336 "required": [
5337 "S3DataSource"
5338 ],
5339 "members": {
5340 "S3DataSource": {
5341 "type": "structure",
5342 "required": [
5343 "S3DataType",
5344 "S3Uri"
5345 ],
5346 "members": {
5347 "S3DataType": {},
5348 "S3Uri": {}
5349 }
5350 }
5351 }
5352 },
5353 "ContentType": {},
5354 "CompressionType": {},
5355 "SplitType": {}
5356 }
5357 },
5358 "S2v": {
5359 "type": "structure",
5360 "required": [
5361 "S3OutputPath"
5362 ],
5363 "members": {
5364 "S3OutputPath": {},
5365 "Accept": {},
5366 "AssembleWith": {},
5367 "KmsKeyId": {}
5368 }
5369 },
5370 "S2y": {
5371 "type": "structure",
5372 "required": [
5373 "InstanceType",
5374 "InstanceCount"
5375 ],
5376 "members": {
5377 "InstanceType": {},
5378 "InstanceCount": {
5379 "type": "integer"
5380 },
5381 "VolumeKmsKeyId": {}
5382 }
5383 },
5384 "S38": {
5385 "type": "structure",
5386 "members": {
5387 "EnvironmentArn": {},
5388 "InstanceType": {}
5389 }
5390 },
5391 "S3f": {
5392 "type": "list",
5393 "member": {
5394 "type": "structure",
5395 "required": [
5396 "DataSource",
5397 "TargetAttributeName"
5398 ],
5399 "members": {
5400 "DataSource": {
5401 "type": "structure",
5402 "required": [
5403 "S3DataSource"
5404 ],
5405 "members": {
5406 "S3DataSource": {
5407 "type": "structure",
5408 "required": [
5409 "S3DataType",
5410 "S3Uri"
5411 ],
5412 "members": {
5413 "S3DataType": {},
5414 "S3Uri": {}
5415 }
5416 }
5417 }
5418 },
5419 "CompressionType": {},
5420 "TargetAttributeName": {}
5421 }
5422 }
5423 },
5424 "S3l": {
5425 "type": "structure",
5426 "required": [
5427 "S3OutputPath"
5428 ],
5429 "members": {
5430 "KmsKeyId": {},
5431 "S3OutputPath": {}
5432 }
5433 },
5434 "S3n": {
5435 "type": "structure",
5436 "required": [
5437 "MetricName"
5438 ],
5439 "members": {
5440 "MetricName": {}
5441 }
5442 },
5443 "S3p": {
5444 "type": "structure",
5445 "members": {
5446 "CompletionCriteria": {
5447 "shape": "S3q"
5448 },
5449 "SecurityConfig": {
5450 "type": "structure",
5451 "members": {
5452 "VolumeKmsKeyId": {},
5453 "EnableInterContainerTrafficEncryption": {
5454 "type": "boolean"
5455 },
5456 "VpcConfig": {
5457 "shape": "S3v"
5458 }
5459 }
5460 }
5461 }
5462 },
5463 "S3q": {
5464 "type": "structure",
5465 "members": {
5466 "MaxCandidates": {
5467 "type": "integer"
5468 },
5469 "MaxRuntimePerTrainingJobInSeconds": {
5470 "type": "integer"
5471 },
5472 "MaxAutoMLJobRuntimeInSeconds": {
5473 "type": "integer"
5474 }
5475 }
5476 },
5477 "S3v": {
5478 "type": "structure",
5479 "required": [
5480 "SecurityGroupIds",
5481 "Subnets"
5482 ],
5483 "members": {
5484 "SecurityGroupIds": {
5485 "type": "list",
5486 "member": {}
5487 },
5488 "Subnets": {
5489 "shape": "S3y"
5490 }
5491 }
5492 },
5493 "S3y": {
5494 "type": "list",
5495 "member": {}
5496 },
5497 "S44": {
5498 "type": "structure",
5499 "required": [
5500 "RepositoryUrl"
5501 ],
5502 "members": {
5503 "RepositoryUrl": {},
5504 "Branch": {},
5505 "SecretArn": {}
5506 }
5507 },
5508 "S4b": {
5509 "type": "structure",
5510 "required": [
5511 "S3Uri",
5512 "DataInputConfig",
5513 "Framework"
5514 ],
5515 "members": {
5516 "S3Uri": {},
5517 "DataInputConfig": {},
5518 "Framework": {}
5519 }
5520 },
5521 "S4e": {
5522 "type": "structure",
5523 "required": [
5524 "S3OutputLocation",
5525 "TargetDevice"
5526 ],
5527 "members": {
5528 "S3OutputLocation": {},
5529 "TargetDevice": {}
5530 }
5531 },
5532 "S4l": {
5533 "type": "structure",
5534 "members": {
5535 "ExecutionRole": {},
5536 "SecurityGroups": {
5537 "shape": "S4m"
5538 },
5539 "SharingSettings": {
5540 "type": "structure",
5541 "members": {
5542 "NotebookOutputOption": {},
5543 "S3OutputPath": {},
5544 "S3KmsKeyId": {}
5545 }
5546 },
5547 "JupyterServerAppSettings": {
5548 "type": "structure",
5549 "members": {
5550 "DefaultResourceSpec": {
5551 "shape": "S38"
5552 }
5553 }
5554 },
5555 "KernelGatewayAppSettings": {
5556 "type": "structure",
5557 "members": {
5558 "DefaultResourceSpec": {
5559 "shape": "S38"
5560 }
5561 }
5562 },
5563 "TensorBoardAppSettings": {
5564 "type": "structure",
5565 "members": {
5566 "DefaultResourceSpec": {
5567 "shape": "S38"
5568 }
5569 }
5570 }
5571 }
5572 },
5573 "S4m": {
5574 "type": "list",
5575 "member": {}
5576 },
5577 "S52": {
5578 "type": "list",
5579 "member": {
5580 "type": "structure",
5581 "required": [
5582 "VariantName",
5583 "ModelName",
5584 "InitialInstanceCount",
5585 "InstanceType"
5586 ],
5587 "members": {
5588 "VariantName": {},
5589 "ModelName": {},
5590 "InitialInstanceCount": {
5591 "type": "integer"
5592 },
5593 "InstanceType": {},
5594 "InitialVariantWeight": {
5595 "type": "float"
5596 },
5597 "AcceleratorType": {}
5598 }
5599 }
5600 },
5601 "S59": {
5602 "type": "structure",
5603 "required": [
5604 "InitialSamplingPercentage",
5605 "DestinationS3Uri",
5606 "CaptureOptions"
5607 ],
5608 "members": {
5609 "EnableCapture": {
5610 "type": "boolean"
5611 },
5612 "InitialSamplingPercentage": {
5613 "type": "integer"
5614 },
5615 "DestinationS3Uri": {},
5616 "KmsKeyId": {},
5617 "CaptureOptions": {
5618 "type": "list",
5619 "member": {
5620 "type": "structure",
5621 "required": [
5622 "CaptureMode"
5623 ],
5624 "members": {
5625 "CaptureMode": {}
5626 }
5627 }
5628 },
5629 "CaptureContentTypeHeader": {
5630 "type": "structure",
5631 "members": {
5632 "CsvContentTypes": {
5633 "type": "list",
5634 "member": {}
5635 },
5636 "JsonContentTypes": {
5637 "type": "list",
5638 "member": {}
5639 }
5640 }
5641 }
5642 }
5643 },
5644 "S5t": {
5645 "type": "structure",
5646 "required": [
5647 "AwsManagedHumanLoopRequestSource"
5648 ],
5649 "members": {
5650 "AwsManagedHumanLoopRequestSource": {}
5651 }
5652 },
5653 "S5v": {
5654 "type": "structure",
5655 "required": [
5656 "HumanLoopActivationConditionsConfig"
5657 ],
5658 "members": {
5659 "HumanLoopActivationConditionsConfig": {
5660 "type": "structure",
5661 "required": [
5662 "HumanLoopActivationConditions"
5663 ],
5664 "members": {
5665 "HumanLoopActivationConditions": {
5666 "jsonvalue": true
5667 }
5668 }
5669 }
5670 }
5671 },
5672 "S5y": {
5673 "type": "structure",
5674 "required": [
5675 "WorkteamArn",
5676 "HumanTaskUiArn",
5677 "TaskTitle",
5678 "TaskDescription",
5679 "TaskCount"
5680 ],
5681 "members": {
5682 "WorkteamArn": {},
5683 "HumanTaskUiArn": {},
5684 "TaskTitle": {},
5685 "TaskDescription": {},
5686 "TaskCount": {
5687 "type": "integer"
5688 },
5689 "TaskAvailabilityLifetimeInSeconds": {
5690 "type": "integer"
5691 },
5692 "TaskTimeLimitInSeconds": {
5693 "type": "integer"
5694 },
5695 "TaskKeywords": {
5696 "type": "list",
5697 "member": {}
5698 },
5699 "PublicWorkforceTaskPrice": {
5700 "shape": "S68"
5701 }
5702 }
5703 },
5704 "S68": {
5705 "type": "structure",
5706 "members": {
5707 "AmountInUsd": {
5708 "type": "structure",
5709 "members": {
5710 "Dollars": {
5711 "type": "integer"
5712 },
5713 "Cents": {
5714 "type": "integer"
5715 },
5716 "TenthFractionsOfACent": {
5717 "type": "integer"
5718 }
5719 }
5720 }
5721 }
5722 },
5723 "S6d": {
5724 "type": "structure",
5725 "required": [
5726 "S3OutputPath"
5727 ],
5728 "members": {
5729 "S3OutputPath": {},
5730 "KmsKeyId": {}
5731 }
5732 },
5733 "S6i": {
5734 "type": "structure",
5735 "required": [
5736 "Content"
5737 ],
5738 "members": {
5739 "Content": {}
5740 }
5741 },
5742 "S6n": {
5743 "type": "structure",
5744 "required": [
5745 "Strategy",
5746 "ResourceLimits"
5747 ],
5748 "members": {
5749 "Strategy": {},
5750 "HyperParameterTuningJobObjective": {
5751 "shape": "S1a"
5752 },
5753 "ResourceLimits": {
5754 "shape": "S6p"
5755 },
5756 "ParameterRanges": {
5757 "shape": "S6s"
5758 },
5759 "TrainingJobEarlyStoppingType": {},
5760 "TuningJobCompletionCriteria": {
5761 "type": "structure",
5762 "required": [
5763 "TargetObjectiveMetricValue"
5764 ],
5765 "members": {
5766 "TargetObjectiveMetricValue": {
5767 "type": "float"
5768 }
5769 }
5770 }
5771 }
5772 },
5773 "S6p": {
5774 "type": "structure",
5775 "required": [
5776 "MaxNumberOfTrainingJobs",
5777 "MaxParallelTrainingJobs"
5778 ],
5779 "members": {
5780 "MaxNumberOfTrainingJobs": {
5781 "type": "integer"
5782 },
5783 "MaxParallelTrainingJobs": {
5784 "type": "integer"
5785 }
5786 }
5787 },
5788 "S6s": {
5789 "type": "structure",
5790 "members": {
5791 "IntegerParameterRanges": {
5792 "type": "list",
5793 "member": {
5794 "type": "structure",
5795 "required": [
5796 "Name",
5797 "MinValue",
5798 "MaxValue"
5799 ],
5800 "members": {
5801 "Name": {},
5802 "MinValue": {},
5803 "MaxValue": {},
5804 "ScalingType": {}
5805 }
5806 }
5807 },
5808 "ContinuousParameterRanges": {
5809 "type": "list",
5810 "member": {
5811 "type": "structure",
5812 "required": [
5813 "Name",
5814 "MinValue",
5815 "MaxValue"
5816 ],
5817 "members": {
5818 "Name": {},
5819 "MinValue": {},
5820 "MaxValue": {},
5821 "ScalingType": {}
5822 }
5823 }
5824 },
5825 "CategoricalParameterRanges": {
5826 "type": "list",
5827 "member": {
5828 "type": "structure",
5829 "required": [
5830 "Name",
5831 "Values"
5832 ],
5833 "members": {
5834 "Name": {},
5835 "Values": {
5836 "shape": "Ss"
5837 }
5838 }
5839 }
5840 }
5841 }
5842 },
5843 "S73": {
5844 "type": "structure",
5845 "required": [
5846 "AlgorithmSpecification",
5847 "RoleArn",
5848 "OutputDataConfig",
5849 "ResourceConfig",
5850 "StoppingCondition"
5851 ],
5852 "members": {
5853 "DefinitionName": {},
5854 "TuningObjective": {
5855 "shape": "S1a"
5856 },
5857 "HyperParameterRanges": {
5858 "shape": "S6s"
5859 },
5860 "StaticHyperParameters": {
5861 "shape": "S1t"
5862 },
5863 "AlgorithmSpecification": {
5864 "type": "structure",
5865 "required": [
5866 "TrainingInputMode"
5867 ],
5868 "members": {
5869 "TrainingImage": {},
5870 "TrainingInputMode": {},
5871 "AlgorithmName": {},
5872 "MetricDefinitions": {
5873 "shape": "Sw"
5874 }
5875 }
5876 },
5877 "RoleArn": {},
5878 "InputDataConfig": {
5879 "shape": "S1v"
5880 },
5881 "VpcConfig": {
5882 "shape": "S3v"
5883 },
5884 "OutputDataConfig": {
5885 "shape": "S2c"
5886 },
5887 "ResourceConfig": {
5888 "shape": "S2e"
5889 },
5890 "StoppingCondition": {
5891 "shape": "S2h"
5892 },
5893 "EnableNetworkIsolation": {
5894 "type": "boolean"
5895 },
5896 "EnableInterContainerTrafficEncryption": {
5897 "type": "boolean"
5898 },
5899 "EnableManagedSpotTraining": {
5900 "type": "boolean"
5901 },
5902 "CheckpointConfig": {
5903 "shape": "S78"
5904 }
5905 }
5906 },
5907 "S78": {
5908 "type": "structure",
5909 "required": [
5910 "S3Uri"
5911 ],
5912 "members": {
5913 "S3Uri": {},
5914 "LocalPath": {}
5915 }
5916 },
5917 "S79": {
5918 "type": "list",
5919 "member": {
5920 "shape": "S73"
5921 }
5922 },
5923 "S7a": {
5924 "type": "structure",
5925 "required": [
5926 "ParentHyperParameterTuningJobs",
5927 "WarmStartType"
5928 ],
5929 "members": {
5930 "ParentHyperParameterTuningJobs": {
5931 "type": "list",
5932 "member": {
5933 "type": "structure",
5934 "members": {
5935 "HyperParameterTuningJobName": {}
5936 }
5937 }
5938 },
5939 "WarmStartType": {}
5940 }
5941 },
5942 "S7j": {
5943 "type": "structure",
5944 "required": [
5945 "DataSource"
5946 ],
5947 "members": {
5948 "DataSource": {
5949 "type": "structure",
5950 "required": [
5951 "S3DataSource"
5952 ],
5953 "members": {
5954 "S3DataSource": {
5955 "type": "structure",
5956 "required": [
5957 "ManifestS3Uri"
5958 ],
5959 "members": {
5960 "ManifestS3Uri": {}
5961 }
5962 }
5963 }
5964 },
5965 "DataAttributes": {
5966 "type": "structure",
5967 "members": {
5968 "ContentClassifiers": {
5969 "type": "list",
5970 "member": {}
5971 }
5972 }
5973 }
5974 }
5975 },
5976 "S7p": {
5977 "type": "structure",
5978 "required": [
5979 "S3OutputPath"
5980 ],
5981 "members": {
5982 "S3OutputPath": {},
5983 "KmsKeyId": {}
5984 }
5985 },
5986 "S7q": {
5987 "type": "structure",
5988 "members": {
5989 "MaxHumanLabeledObjectCount": {
5990 "type": "integer"
5991 },
5992 "MaxPercentageOfInputDatasetLabeled": {
5993 "type": "integer"
5994 }
5995 }
5996 },
5997 "S7t": {
5998 "type": "structure",
5999 "required": [
6000 "LabelingJobAlgorithmSpecificationArn"
6001 ],
6002 "members": {
6003 "LabelingJobAlgorithmSpecificationArn": {},
6004 "InitialActiveLearningModelArn": {},
6005 "LabelingJobResourceConfig": {
6006 "type": "structure",
6007 "members": {
6008 "VolumeKmsKeyId": {}
6009 }
6010 }
6011 }
6012 },
6013 "S7x": {
6014 "type": "structure",
6015 "required": [
6016 "WorkteamArn",
6017 "UiConfig",
6018 "PreHumanTaskLambdaArn",
6019 "TaskTitle",
6020 "TaskDescription",
6021 "NumberOfHumanWorkersPerDataObject",
6022 "TaskTimeLimitInSeconds",
6023 "AnnotationConsolidationConfig"
6024 ],
6025 "members": {
6026 "WorkteamArn": {},
6027 "UiConfig": {
6028 "type": "structure",
6029 "required": [
6030 "UiTemplateS3Uri"
6031 ],
6032 "members": {
6033 "UiTemplateS3Uri": {}
6034 }
6035 },
6036 "PreHumanTaskLambdaArn": {},
6037 "TaskKeywords": {
6038 "type": "list",
6039 "member": {}
6040 },
6041 "TaskTitle": {},
6042 "TaskDescription": {},
6043 "NumberOfHumanWorkersPerDataObject": {
6044 "type": "integer"
6045 },
6046 "TaskTimeLimitInSeconds": {
6047 "type": "integer"
6048 },
6049 "TaskAvailabilityLifetimeInSeconds": {
6050 "type": "integer"
6051 },
6052 "MaxConcurrentTaskCount": {
6053 "type": "integer"
6054 },
6055 "AnnotationConsolidationConfig": {
6056 "type": "structure",
6057 "required": [
6058 "AnnotationConsolidationLambdaArn"
6059 ],
6060 "members": {
6061 "AnnotationConsolidationLambdaArn": {}
6062 }
6063 },
6064 "PublicWorkforceTaskPrice": {
6065 "shape": "S68"
6066 }
6067 }
6068 },
6069 "S8c": {
6070 "type": "structure",
6071 "members": {
6072 "ContainerHostname": {},
6073 "Image": {},
6074 "Mode": {},
6075 "ModelDataUrl": {},
6076 "Environment": {
6077 "shape": "S8e"
6078 },
6079 "ModelPackageName": {}
6080 }
6081 },
6082 "S8e": {
6083 "type": "map",
6084 "key": {},
6085 "value": {}
6086 },
6087 "S8h": {
6088 "type": "list",
6089 "member": {
6090 "shape": "S8c"
6091 }
6092 },
6093 "S8k": {
6094 "type": "structure",
6095 "required": [
6096 "ValidationRole",
6097 "ValidationProfiles"
6098 ],
6099 "members": {
6100 "ValidationRole": {},
6101 "ValidationProfiles": {
6102 "type": "list",
6103 "member": {
6104 "type": "structure",
6105 "required": [
6106 "ProfileName",
6107 "TransformJobDefinition"
6108 ],
6109 "members": {
6110 "ProfileName": {},
6111 "TransformJobDefinition": {
6112 "shape": "S2k"
6113 }
6114 }
6115 }
6116 }
6117 }
6118 },
6119 "S8n": {
6120 "type": "structure",
6121 "required": [
6122 "SourceAlgorithms"
6123 ],
6124 "members": {
6125 "SourceAlgorithms": {
6126 "type": "list",
6127 "member": {
6128 "type": "structure",
6129 "required": [
6130 "AlgorithmName"
6131 ],
6132 "members": {
6133 "ModelDataUrl": {},
6134 "AlgorithmName": {}
6135 }
6136 }
6137 }
6138 }
6139 },
6140 "S8u": {
6141 "type": "structure",
6142 "required": [
6143 "MonitoringJobDefinition"
6144 ],
6145 "members": {
6146 "ScheduleConfig": {
6147 "type": "structure",
6148 "required": [
6149 "ScheduleExpression"
6150 ],
6151 "members": {
6152 "ScheduleExpression": {}
6153 }
6154 },
6155 "MonitoringJobDefinition": {
6156 "type": "structure",
6157 "required": [
6158 "MonitoringInputs",
6159 "MonitoringOutputConfig",
6160 "MonitoringResources",
6161 "MonitoringAppSpecification",
6162 "RoleArn"
6163 ],
6164 "members": {
6165 "BaselineConfig": {
6166 "type": "structure",
6167 "members": {
6168 "ConstraintsResource": {
6169 "type": "structure",
6170 "members": {
6171 "S3Uri": {}
6172 }
6173 },
6174 "StatisticsResource": {
6175 "type": "structure",
6176 "members": {
6177 "S3Uri": {}
6178 }
6179 }
6180 }
6181 },
6182 "MonitoringInputs": {
6183 "type": "list",
6184 "member": {
6185 "type": "structure",
6186 "required": [
6187 "EndpointInput"
6188 ],
6189 "members": {
6190 "EndpointInput": {
6191 "type": "structure",
6192 "required": [
6193 "EndpointName",
6194 "LocalPath"
6195 ],
6196 "members": {
6197 "EndpointName": {},
6198 "LocalPath": {},
6199 "S3InputMode": {},
6200 "S3DataDistributionType": {}
6201 }
6202 }
6203 }
6204 }
6205 },
6206 "MonitoringOutputConfig": {
6207 "type": "structure",
6208 "required": [
6209 "MonitoringOutputs"
6210 ],
6211 "members": {
6212 "MonitoringOutputs": {
6213 "type": "list",
6214 "member": {
6215 "type": "structure",
6216 "required": [
6217 "S3Output"
6218 ],
6219 "members": {
6220 "S3Output": {
6221 "type": "structure",
6222 "required": [
6223 "S3Uri",
6224 "LocalPath"
6225 ],
6226 "members": {
6227 "S3Uri": {},
6228 "LocalPath": {},
6229 "S3UploadMode": {}
6230 }
6231 }
6232 }
6233 }
6234 },
6235 "KmsKeyId": {}
6236 }
6237 },
6238 "MonitoringResources": {
6239 "type": "structure",
6240 "required": [
6241 "ClusterConfig"
6242 ],
6243 "members": {
6244 "ClusterConfig": {
6245 "type": "structure",
6246 "required": [
6247 "InstanceCount",
6248 "InstanceType",
6249 "VolumeSizeInGB"
6250 ],
6251 "members": {
6252 "InstanceCount": {
6253 "type": "integer"
6254 },
6255 "InstanceType": {},
6256 "VolumeSizeInGB": {
6257 "type": "integer"
6258 },
6259 "VolumeKmsKeyId": {}
6260 }
6261 }
6262 }
6263 },
6264 "MonitoringAppSpecification": {
6265 "type": "structure",
6266 "required": [
6267 "ImageUri"
6268 ],
6269 "members": {
6270 "ImageUri": {},
6271 "ContainerEntrypoint": {
6272 "shape": "S9k"
6273 },
6274 "ContainerArguments": {
6275 "type": "list",
6276 "member": {}
6277 },
6278 "RecordPreprocessorSourceUri": {},
6279 "PostAnalyticsProcessorSourceUri": {}
6280 }
6281 },
6282 "StoppingCondition": {
6283 "type": "structure",
6284 "required": [
6285 "MaxRuntimeInSeconds"
6286 ],
6287 "members": {
6288 "MaxRuntimeInSeconds": {
6289 "type": "integer"
6290 }
6291 }
6292 },
6293 "Environment": {
6294 "type": "map",
6295 "key": {},
6296 "value": {}
6297 },
6298 "NetworkConfig": {
6299 "shape": "S9t"
6300 },
6301 "RoleArn": {}
6302 }
6303 }
6304 }
6305 },
6306 "S9k": {
6307 "type": "list",
6308 "member": {}
6309 },
6310 "S9t": {
6311 "type": "structure",
6312 "members": {
6313 "EnableNetworkIsolation": {
6314 "type": "boolean"
6315 },
6316 "VpcConfig": {
6317 "shape": "S3v"
6318 }
6319 }
6320 },
6321 "Sa2": {
6322 "type": "list",
6323 "member": {}
6324 },
6325 "Sa5": {
6326 "type": "list",
6327 "member": {}
6328 },
6329 "Saa": {
6330 "type": "list",
6331 "member": {
6332 "type": "structure",
6333 "members": {
6334 "Content": {}
6335 }
6336 }
6337 },
6338 "San": {
6339 "type": "list",
6340 "member": {
6341 "type": "structure",
6342 "required": [
6343 "InputName",
6344 "S3Input"
6345 ],
6346 "members": {
6347 "InputName": {},
6348 "S3Input": {
6349 "type": "structure",
6350 "required": [
6351 "S3Uri",
6352 "LocalPath",
6353 "S3DataType",
6354 "S3InputMode"
6355 ],
6356 "members": {
6357 "S3Uri": {},
6358 "LocalPath": {},
6359 "S3DataType": {},
6360 "S3InputMode": {},
6361 "S3DataDistributionType": {},
6362 "S3CompressionType": {}
6363 }
6364 }
6365 }
6366 }
6367 },
6368 "Sat": {
6369 "type": "structure",
6370 "required": [
6371 "Outputs"
6372 ],
6373 "members": {
6374 "Outputs": {
6375 "type": "list",
6376 "member": {
6377 "type": "structure",
6378 "required": [
6379 "OutputName",
6380 "S3Output"
6381 ],
6382 "members": {
6383 "OutputName": {},
6384 "S3Output": {
6385 "type": "structure",
6386 "required": [
6387 "S3Uri",
6388 "LocalPath",
6389 "S3UploadMode"
6390 ],
6391 "members": {
6392 "S3Uri": {},
6393 "LocalPath": {},
6394 "S3UploadMode": {}
6395 }
6396 }
6397 }
6398 }
6399 },
6400 "KmsKeyId": {}
6401 }
6402 },
6403 "Say": {
6404 "type": "structure",
6405 "required": [
6406 "ClusterConfig"
6407 ],
6408 "members": {
6409 "ClusterConfig": {
6410 "type": "structure",
6411 "required": [
6412 "InstanceCount",
6413 "InstanceType",
6414 "VolumeSizeInGB"
6415 ],
6416 "members": {
6417 "InstanceCount": {
6418 "type": "integer"
6419 },
6420 "InstanceType": {},
6421 "VolumeSizeInGB": {
6422 "type": "integer"
6423 },
6424 "VolumeKmsKeyId": {}
6425 }
6426 }
6427 }
6428 },
6429 "Sb0": {
6430 "type": "structure",
6431 "required": [
6432 "MaxRuntimeInSeconds"
6433 ],
6434 "members": {
6435 "MaxRuntimeInSeconds": {
6436 "type": "integer"
6437 }
6438 }
6439 },
6440 "Sb2": {
6441 "type": "structure",
6442 "required": [
6443 "ImageUri"
6444 ],
6445 "members": {
6446 "ImageUri": {},
6447 "ContainerEntrypoint": {
6448 "shape": "S9k"
6449 },
6450 "ContainerArguments": {
6451 "type": "list",
6452 "member": {}
6453 }
6454 }
6455 },
6456 "Sb4": {
6457 "type": "map",
6458 "key": {},
6459 "value": {}
6460 },
6461 "Sb5": {
6462 "type": "structure",
6463 "members": {
6464 "ExperimentName": {},
6465 "TrialName": {},
6466 "TrialComponentDisplayName": {}
6467 }
6468 },
6469 "Sba": {
6470 "type": "structure",
6471 "required": [
6472 "TrainingInputMode"
6473 ],
6474 "members": {
6475 "TrainingImage": {},
6476 "AlgorithmName": {},
6477 "TrainingInputMode": {},
6478 "MetricDefinitions": {
6479 "shape": "Sw"
6480 },
6481 "EnableSageMakerMetricsTimeSeries": {
6482 "type": "boolean"
6483 }
6484 }
6485 },
6486 "Sbb": {
6487 "type": "structure",
6488 "required": [
6489 "S3OutputPath"
6490 ],
6491 "members": {
6492 "LocalPath": {},
6493 "S3OutputPath": {},
6494 "HookParameters": {
6495 "type": "map",
6496 "key": {},
6497 "value": {}
6498 },
6499 "CollectionConfigurations": {
6500 "type": "list",
6501 "member": {
6502 "type": "structure",
6503 "members": {
6504 "CollectionName": {},
6505 "CollectionParameters": {
6506 "type": "map",
6507 "key": {},
6508 "value": {}
6509 }
6510 }
6511 }
6512 }
6513 }
6514 },
6515 "Sbj": {
6516 "type": "list",
6517 "member": {
6518 "type": "structure",
6519 "required": [
6520 "RuleConfigurationName",
6521 "RuleEvaluatorImage"
6522 ],
6523 "members": {
6524 "RuleConfigurationName": {},
6525 "LocalPath": {},
6526 "S3OutputPath": {},
6527 "RuleEvaluatorImage": {},
6528 "InstanceType": {},
6529 "VolumeSizeInGB": {
6530 "type": "integer"
6531 },
6532 "RuleParameters": {
6533 "type": "map",
6534 "key": {},
6535 "value": {}
6536 }
6537 }
6538 }
6539 },
6540 "Sbo": {
6541 "type": "structure",
6542 "required": [
6543 "S3OutputPath"
6544 ],
6545 "members": {
6546 "LocalPath": {},
6547 "S3OutputPath": {}
6548 }
6549 },
6550 "Sbt": {
6551 "type": "structure",
6552 "members": {
6553 "InputFilter": {},
6554 "OutputFilter": {},
6555 "JoinSource": {}
6556 }
6557 },
6558 "Sc1": {
6559 "type": "structure",
6560 "members": {
6561 "PrimaryStatus": {},
6562 "Message": {}
6563 }
6564 },
6565 "Sc5": {
6566 "type": "map",
6567 "key": {},
6568 "value": {
6569 "type": "structure",
6570 "members": {
6571 "StringValue": {},
6572 "NumberValue": {
6573 "type": "double"
6574 }
6575 }
6576 }
6577 },
6578 "Sca": {
6579 "type": "map",
6580 "key": {},
6581 "value": {
6582 "type": "structure",
6583 "required": [
6584 "Value"
6585 ],
6586 "members": {
6587 "MediaType": {},
6588 "Value": {}
6589 }
6590 }
6591 },
6592 "Scn": {
6593 "type": "list",
6594 "member": {
6595 "type": "structure",
6596 "members": {
6597 "CognitoMemberDefinition": {
6598 "type": "structure",
6599 "required": [
6600 "UserPool",
6601 "UserGroup",
6602 "ClientId"
6603 ],
6604 "members": {
6605 "UserPool": {},
6606 "UserGroup": {},
6607 "ClientId": {}
6608 }
6609 }
6610 }
6611 }
6612 },
6613 "Scu": {
6614 "type": "structure",
6615 "members": {
6616 "NotificationTopicArn": {}
6617 }
6618 },
6619 "Sdu": {
6620 "type": "list",
6621 "member": {
6622 "type": "structure",
6623 "required": [
6624 "Name",
6625 "Status"
6626 ],
6627 "members": {
6628 "Name": {},
6629 "Status": {},
6630 "FailureReason": {}
6631 }
6632 }
6633 },
6634 "Se4": {
6635 "type": "structure",
6636 "required": [
6637 "CandidateName",
6638 "ObjectiveStatus",
6639 "CandidateSteps",
6640 "CandidateStatus",
6641 "CreationTime",
6642 "LastModifiedTime"
6643 ],
6644 "members": {
6645 "CandidateName": {},
6646 "FinalAutoMLJobObjectiveMetric": {
6647 "type": "structure",
6648 "required": [
6649 "MetricName",
6650 "Value"
6651 ],
6652 "members": {
6653 "Type": {},
6654 "MetricName": {},
6655 "Value": {
6656 "type": "float"
6657 }
6658 }
6659 },
6660 "ObjectiveStatus": {},
6661 "CandidateSteps": {
6662 "type": "list",
6663 "member": {
6664 "type": "structure",
6665 "required": [
6666 "CandidateStepType",
6667 "CandidateStepArn",
6668 "CandidateStepName"
6669 ],
6670 "members": {
6671 "CandidateStepType": {},
6672 "CandidateStepArn": {},
6673 "CandidateStepName": {}
6674 }
6675 }
6676 },
6677 "CandidateStatus": {},
6678 "InferenceContainers": {
6679 "type": "list",
6680 "member": {
6681 "type": "structure",
6682 "required": [
6683 "Image",
6684 "ModelDataUrl"
6685 ],
6686 "members": {
6687 "Image": {},
6688 "ModelDataUrl": {},
6689 "Environment": {
6690 "shape": "S8e"
6691 }
6692 }
6693 }
6694 },
6695 "CreationTime": {
6696 "type": "timestamp"
6697 },
6698 "EndTime": {
6699 "type": "timestamp"
6700 },
6701 "LastModifiedTime": {
6702 "type": "timestamp"
6703 },
6704 "FailureReason": {}
6705 }
6706 },
6707 "Seu": {
6708 "type": "structure",
6709 "required": [
6710 "S3ModelArtifacts"
6711 ],
6712 "members": {
6713 "S3ModelArtifacts": {}
6714 }
6715 },
6716 "Sfc": {
6717 "type": "structure",
6718 "required": [
6719 "SourceArn"
6720 ],
6721 "members": {
6722 "SourceArn": {},
6723 "SourceType": {}
6724 }
6725 },
6726 "Sff": {
6727 "type": "structure",
6728 "members": {
6729 "UserProfileArn": {},
6730 "UserProfileName": {},
6731 "DomainId": {}
6732 }
6733 },
6734 "Sfr": {
6735 "type": "structure",
6736 "members": {
6737 "Completed": {
6738 "type": "integer"
6739 },
6740 "InProgress": {
6741 "type": "integer"
6742 },
6743 "RetryableError": {
6744 "type": "integer"
6745 },
6746 "NonRetryableError": {
6747 "type": "integer"
6748 },
6749 "Stopped": {
6750 "type": "integer"
6751 }
6752 }
6753 },
6754 "Sft": {
6755 "type": "structure",
6756 "members": {
6757 "Succeeded": {
6758 "type": "integer"
6759 },
6760 "Pending": {
6761 "type": "integer"
6762 },
6763 "Failed": {
6764 "type": "integer"
6765 }
6766 }
6767 },
6768 "Sfv": {
6769 "type": "structure",
6770 "required": [
6771 "TrainingJobName",
6772 "TrainingJobArn",
6773 "CreationTime",
6774 "TrainingJobStatus",
6775 "TunedHyperParameters"
6776 ],
6777 "members": {
6778 "TrainingJobDefinitionName": {},
6779 "TrainingJobName": {},
6780 "TrainingJobArn": {},
6781 "TuningJobName": {},
6782 "CreationTime": {
6783 "type": "timestamp"
6784 },
6785 "TrainingStartTime": {
6786 "type": "timestamp"
6787 },
6788 "TrainingEndTime": {
6789 "type": "timestamp"
6790 },
6791 "TrainingJobStatus": {},
6792 "TunedHyperParameters": {
6793 "shape": "S1t"
6794 },
6795 "FailureReason": {},
6796 "FinalHyperParameterTuningJobObjectiveMetric": {
6797 "type": "structure",
6798 "required": [
6799 "MetricName",
6800 "Value"
6801 ],
6802 "members": {
6803 "Type": {},
6804 "MetricName": {},
6805 "Value": {
6806 "type": "float"
6807 }
6808 }
6809 },
6810 "ObjectiveStatus": {}
6811 }
6812 },
6813 "Sg1": {
6814 "type": "structure",
6815 "members": {
6816 "TotalLabeled": {
6817 "type": "integer"
6818 },
6819 "HumanLabeled": {
6820 "type": "integer"
6821 },
6822 "MachineLabeled": {
6823 "type": "integer"
6824 },
6825 "FailedNonRetryableError": {
6826 "type": "integer"
6827 },
6828 "Unlabeled": {
6829 "type": "integer"
6830 }
6831 }
6832 },
6833 "Sg4": {
6834 "type": "structure",
6835 "required": [
6836 "OutputDatasetS3Uri"
6837 ],
6838 "members": {
6839 "OutputDatasetS3Uri": {},
6840 "FinalActiveLearningModelArn": {}
6841 }
6842 },
6843 "Sgb": {
6844 "type": "list",
6845 "member": {
6846 "type": "structure",
6847 "required": [
6848 "Name",
6849 "Status"
6850 ],
6851 "members": {
6852 "Name": {},
6853 "Status": {},
6854 "FailureReason": {}
6855 }
6856 }
6857 },
6858 "Sgh": {
6859 "type": "structure",
6860 "required": [
6861 "MonitoringScheduleName",
6862 "ScheduledTime",
6863 "CreationTime",
6864 "LastModifiedTime",
6865 "MonitoringExecutionStatus"
6866 ],
6867 "members": {
6868 "MonitoringScheduleName": {},
6869 "ScheduledTime": {
6870 "type": "timestamp"
6871 },
6872 "CreationTime": {
6873 "type": "timestamp"
6874 },
6875 "LastModifiedTime": {
6876 "type": "timestamp"
6877 },
6878 "MonitoringExecutionStatus": {},
6879 "ProcessingJobArn": {},
6880 "EndpointName": {},
6881 "FailureReason": {}
6882 }
6883 },
6884 "Sgv": {
6885 "type": "structure",
6886 "required": [
6887 "WorkteamArn"
6888 ],
6889 "members": {
6890 "WorkteamArn": {},
6891 "MarketplaceTitle": {},
6892 "SellerName": {},
6893 "MarketplaceDescription": {},
6894 "ListingId": {}
6895 }
6896 },
6897 "Sgz": {
6898 "type": "list",
6899 "member": {
6900 "type": "structure",
6901 "required": [
6902 "Status",
6903 "StartTime"
6904 ],
6905 "members": {
6906 "Status": {},
6907 "StartTime": {
6908 "type": "timestamp"
6909 },
6910 "EndTime": {
6911 "type": "timestamp"
6912 },
6913 "StatusMessage": {}
6914 }
6915 }
6916 },
6917 "Sh2": {
6918 "type": "list",
6919 "member": {
6920 "type": "structure",
6921 "members": {
6922 "MetricName": {},
6923 "Value": {
6924 "type": "float"
6925 },
6926 "Timestamp": {
6927 "type": "timestamp"
6928 }
6929 }
6930 }
6931 },
6932 "Sh7": {
6933 "type": "list",
6934 "member": {
6935 "type": "structure",
6936 "members": {
6937 "RuleConfigurationName": {},
6938 "RuleEvaluationJobArn": {},
6939 "RuleEvaluationStatus": {},
6940 "StatusDetails": {},
6941 "LastModifiedTime": {
6942 "type": "timestamp"
6943 }
6944 }
6945 }
6946 },
6947 "Shg": {
6948 "type": "structure",
6949 "required": [
6950 "SourceArn"
6951 ],
6952 "members": {
6953 "SourceArn": {},
6954 "SourceType": {}
6955 }
6956 },
6957 "Shk": {
6958 "type": "structure",
6959 "required": [
6960 "SourceArn"
6961 ],
6962 "members": {
6963 "SourceArn": {},
6964 "SourceType": {}
6965 }
6966 },
6967 "Shm": {
6968 "type": "list",
6969 "member": {
6970 "type": "structure",
6971 "members": {
6972 "MetricName": {},
6973 "SourceArn": {},
6974 "TimeStamp": {
6975 "type": "timestamp"
6976 },
6977 "Max": {
6978 "type": "double"
6979 },
6980 "Min": {
6981 "type": "double"
6982 },
6983 "Last": {
6984 "type": "double"
6985 },
6986 "Count": {
6987 "type": "integer"
6988 },
6989 "Avg": {
6990 "type": "double"
6991 },
6992 "StdDev": {
6993 "type": "double"
6994 }
6995 }
6996 }
6997 },
6998 "Shx": {
6999 "type": "structure",
7000 "required": [
7001 "WorkforceName",
7002 "WorkforceArn"
7003 ],
7004 "members": {
7005 "WorkforceName": {},
7006 "WorkforceArn": {},
7007 "LastUpdatedDate": {
7008 "type": "timestamp"
7009 },
7010 "SourceIpConfig": {
7011 "shape": "Shz"
7012 }
7013 }
7014 },
7015 "Shz": {
7016 "type": "structure",
7017 "required": [
7018 "Cidrs"
7019 ],
7020 "members": {
7021 "Cidrs": {
7022 "type": "list",
7023 "member": {}
7024 }
7025 }
7026 },
7027 "Si4": {
7028 "type": "structure",
7029 "required": [
7030 "WorkteamName",
7031 "MemberDefinitions",
7032 "WorkteamArn",
7033 "Description"
7034 ],
7035 "members": {
7036 "WorkteamName": {},
7037 "MemberDefinitions": {
7038 "shape": "Scn"
7039 },
7040 "WorkteamArn": {},
7041 "ProductListingIds": {
7042 "type": "list",
7043 "member": {}
7044 },
7045 "Description": {},
7046 "SubDomain": {},
7047 "CreateDate": {
7048 "type": "timestamp"
7049 },
7050 "LastUpdatedDate": {
7051 "type": "timestamp"
7052 },
7053 "NotificationConfiguration": {
7054 "shape": "Scu"
7055 }
7056 }
7057 },
7058 "Sn7": {
7059 "type": "structure",
7060 "members": {
7061 "Filters": {
7062 "shape": "Sn8"
7063 },
7064 "NestedFilters": {
7065 "type": "list",
7066 "member": {
7067 "type": "structure",
7068 "required": [
7069 "NestedPropertyName",
7070 "Filters"
7071 ],
7072 "members": {
7073 "NestedPropertyName": {},
7074 "Filters": {
7075 "shape": "Sn8"
7076 }
7077 }
7078 }
7079 },
7080 "SubExpressions": {
7081 "type": "list",
7082 "member": {
7083 "shape": "Sn7"
7084 }
7085 },
7086 "Operator": {}
7087 }
7088 },
7089 "Sn8": {
7090 "type": "list",
7091 "member": {
7092 "type": "structure",
7093 "required": [
7094 "Name"
7095 ],
7096 "members": {
7097 "Name": {},
7098 "Operator": {},
7099 "Value": {}
7100 }
7101 }
7102 },
7103 "Snk": {
7104 "type": "structure",
7105 "members": {
7106 "TrainingJobName": {},
7107 "TrainingJobArn": {},
7108 "TuningJobArn": {},
7109 "LabelingJobArn": {},
7110 "AutoMLJobArn": {},
7111 "ModelArtifacts": {
7112 "shape": "Seu"
7113 },
7114 "TrainingJobStatus": {},
7115 "SecondaryStatus": {},
7116 "FailureReason": {},
7117 "HyperParameters": {
7118 "shape": "S1t"
7119 },
7120 "AlgorithmSpecification": {
7121 "shape": "Sba"
7122 },
7123 "RoleArn": {},
7124 "InputDataConfig": {
7125 "shape": "S1v"
7126 },
7127 "OutputDataConfig": {
7128 "shape": "S2c"
7129 },
7130 "ResourceConfig": {
7131 "shape": "S2e"
7132 },
7133 "VpcConfig": {
7134 "shape": "S3v"
7135 },
7136 "StoppingCondition": {
7137 "shape": "S2h"
7138 },
7139 "CreationTime": {
7140 "type": "timestamp"
7141 },
7142 "TrainingStartTime": {
7143 "type": "timestamp"
7144 },
7145 "TrainingEndTime": {
7146 "type": "timestamp"
7147 },
7148 "LastModifiedTime": {
7149 "type": "timestamp"
7150 },
7151 "SecondaryStatusTransitions": {
7152 "shape": "Sgz"
7153 },
7154 "FinalMetricDataList": {
7155 "shape": "Sh2"
7156 },
7157 "EnableNetworkIsolation": {
7158 "type": "boolean"
7159 },
7160 "EnableInterContainerTrafficEncryption": {
7161 "type": "boolean"
7162 },
7163 "EnableManagedSpotTraining": {
7164 "type": "boolean"
7165 },
7166 "CheckpointConfig": {
7167 "shape": "S78"
7168 },
7169 "TrainingTimeInSeconds": {
7170 "type": "integer"
7171 },
7172 "BillableTimeInSeconds": {
7173 "type": "integer"
7174 },
7175 "DebugHookConfig": {
7176 "shape": "Sbb"
7177 },
7178 "ExperimentConfig": {
7179 "shape": "Sb5"
7180 },
7181 "DebugRuleConfigurations": {
7182 "shape": "Sbj"
7183 },
7184 "TensorBoardOutputConfig": {
7185 "shape": "Sbo"
7186 },
7187 "DebugRuleEvaluationStatuses": {
7188 "shape": "Sh7"
7189 },
7190 "Tags": {
7191 "shape": "S3"
7192 }
7193 }
7194 },
7195 "Sox": {
7196 "type": "list",
7197 "member": {}
7198 }
7199 }
7200}
\No newline at end of file