machinelearning-2014-12-12.min.json 25 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114
  1. {
  2. "version": "2.0",
  3. "metadata": {
  4. "apiVersion": "2014-12-12",
  5. "endpointPrefix": "machinelearning",
  6. "jsonVersion": "1.1",
  7. "protocol": "json",
  8. "serviceFullName": "Amazon Machine Learning",
  9. "serviceId": "Machine Learning",
  10. "signatureVersion": "v4",
  11. "targetPrefix": "AmazonML_20141212",
  12. "uid": "machinelearning-2014-12-12"
  13. },
  14. "operations": {
  15. "AddTags": {
  16. "input": {
  17. "type": "structure",
  18. "required": [
  19. "Tags",
  20. "ResourceId",
  21. "ResourceType"
  22. ],
  23. "members": {
  24. "Tags": {
  25. "shape": "S2"
  26. },
  27. "ResourceId": {},
  28. "ResourceType": {}
  29. }
  30. },
  31. "output": {
  32. "type": "structure",
  33. "members": {
  34. "ResourceId": {},
  35. "ResourceType": {}
  36. }
  37. }
  38. },
  39. "CreateBatchPrediction": {
  40. "input": {
  41. "type": "structure",
  42. "required": [
  43. "BatchPredictionId",
  44. "MLModelId",
  45. "BatchPredictionDataSourceId",
  46. "OutputUri"
  47. ],
  48. "members": {
  49. "BatchPredictionId": {},
  50. "BatchPredictionName": {},
  51. "MLModelId": {},
  52. "BatchPredictionDataSourceId": {},
  53. "OutputUri": {}
  54. }
  55. },
  56. "output": {
  57. "type": "structure",
  58. "members": {
  59. "BatchPredictionId": {}
  60. }
  61. }
  62. },
  63. "CreateDataSourceFromRDS": {
  64. "input": {
  65. "type": "structure",
  66. "required": [
  67. "DataSourceId",
  68. "RDSData",
  69. "RoleARN"
  70. ],
  71. "members": {
  72. "DataSourceId": {},
  73. "DataSourceName": {},
  74. "RDSData": {
  75. "type": "structure",
  76. "required": [
  77. "DatabaseInformation",
  78. "SelectSqlQuery",
  79. "DatabaseCredentials",
  80. "S3StagingLocation",
  81. "ResourceRole",
  82. "ServiceRole",
  83. "SubnetId",
  84. "SecurityGroupIds"
  85. ],
  86. "members": {
  87. "DatabaseInformation": {
  88. "shape": "Sf"
  89. },
  90. "SelectSqlQuery": {},
  91. "DatabaseCredentials": {
  92. "type": "structure",
  93. "required": [
  94. "Username",
  95. "Password"
  96. ],
  97. "members": {
  98. "Username": {},
  99. "Password": {
  100. "type": "string",
  101. "sensitive": true
  102. }
  103. }
  104. },
  105. "S3StagingLocation": {},
  106. "DataRearrangement": {},
  107. "DataSchema": {},
  108. "DataSchemaUri": {},
  109. "ResourceRole": {},
  110. "ServiceRole": {},
  111. "SubnetId": {},
  112. "SecurityGroupIds": {
  113. "type": "list",
  114. "member": {}
  115. }
  116. }
  117. },
  118. "RoleARN": {},
  119. "ComputeStatistics": {
  120. "type": "boolean"
  121. }
  122. }
  123. },
  124. "output": {
  125. "type": "structure",
  126. "members": {
  127. "DataSourceId": {}
  128. }
  129. }
  130. },
  131. "CreateDataSourceFromRedshift": {
  132. "input": {
  133. "type": "structure",
  134. "required": [
  135. "DataSourceId",
  136. "DataSpec",
  137. "RoleARN"
  138. ],
  139. "members": {
  140. "DataSourceId": {},
  141. "DataSourceName": {},
  142. "DataSpec": {
  143. "type": "structure",
  144. "required": [
  145. "DatabaseInformation",
  146. "SelectSqlQuery",
  147. "DatabaseCredentials",
  148. "S3StagingLocation"
  149. ],
  150. "members": {
  151. "DatabaseInformation": {
  152. "shape": "Sy"
  153. },
  154. "SelectSqlQuery": {},
  155. "DatabaseCredentials": {
  156. "type": "structure",
  157. "required": [
  158. "Username",
  159. "Password"
  160. ],
  161. "members": {
  162. "Username": {},
  163. "Password": {
  164. "type": "string",
  165. "sensitive": true
  166. }
  167. }
  168. },
  169. "S3StagingLocation": {},
  170. "DataRearrangement": {},
  171. "DataSchema": {},
  172. "DataSchemaUri": {}
  173. }
  174. },
  175. "RoleARN": {},
  176. "ComputeStatistics": {
  177. "type": "boolean"
  178. }
  179. }
  180. },
  181. "output": {
  182. "type": "structure",
  183. "members": {
  184. "DataSourceId": {}
  185. }
  186. }
  187. },
  188. "CreateDataSourceFromS3": {
  189. "input": {
  190. "type": "structure",
  191. "required": [
  192. "DataSourceId",
  193. "DataSpec"
  194. ],
  195. "members": {
  196. "DataSourceId": {},
  197. "DataSourceName": {},
  198. "DataSpec": {
  199. "type": "structure",
  200. "required": [
  201. "DataLocationS3"
  202. ],
  203. "members": {
  204. "DataLocationS3": {},
  205. "DataRearrangement": {},
  206. "DataSchema": {},
  207. "DataSchemaLocationS3": {}
  208. }
  209. },
  210. "ComputeStatistics": {
  211. "type": "boolean"
  212. }
  213. }
  214. },
  215. "output": {
  216. "type": "structure",
  217. "members": {
  218. "DataSourceId": {}
  219. }
  220. }
  221. },
  222. "CreateEvaluation": {
  223. "input": {
  224. "type": "structure",
  225. "required": [
  226. "EvaluationId",
  227. "MLModelId",
  228. "EvaluationDataSourceId"
  229. ],
  230. "members": {
  231. "EvaluationId": {},
  232. "EvaluationName": {},
  233. "MLModelId": {},
  234. "EvaluationDataSourceId": {}
  235. }
  236. },
  237. "output": {
  238. "type": "structure",
  239. "members": {
  240. "EvaluationId": {}
  241. }
  242. }
  243. },
  244. "CreateMLModel": {
  245. "input": {
  246. "type": "structure",
  247. "required": [
  248. "MLModelId",
  249. "MLModelType",
  250. "TrainingDataSourceId"
  251. ],
  252. "members": {
  253. "MLModelId": {},
  254. "MLModelName": {},
  255. "MLModelType": {},
  256. "Parameters": {
  257. "shape": "S1d"
  258. },
  259. "TrainingDataSourceId": {},
  260. "Recipe": {},
  261. "RecipeUri": {}
  262. }
  263. },
  264. "output": {
  265. "type": "structure",
  266. "members": {
  267. "MLModelId": {}
  268. }
  269. }
  270. },
  271. "CreateRealtimeEndpoint": {
  272. "input": {
  273. "type": "structure",
  274. "required": [
  275. "MLModelId"
  276. ],
  277. "members": {
  278. "MLModelId": {}
  279. }
  280. },
  281. "output": {
  282. "type": "structure",
  283. "members": {
  284. "MLModelId": {},
  285. "RealtimeEndpointInfo": {
  286. "shape": "S1j"
  287. }
  288. }
  289. }
  290. },
  291. "DeleteBatchPrediction": {
  292. "input": {
  293. "type": "structure",
  294. "required": [
  295. "BatchPredictionId"
  296. ],
  297. "members": {
  298. "BatchPredictionId": {}
  299. }
  300. },
  301. "output": {
  302. "type": "structure",
  303. "members": {
  304. "BatchPredictionId": {}
  305. }
  306. }
  307. },
  308. "DeleteDataSource": {
  309. "input": {
  310. "type": "structure",
  311. "required": [
  312. "DataSourceId"
  313. ],
  314. "members": {
  315. "DataSourceId": {}
  316. }
  317. },
  318. "output": {
  319. "type": "structure",
  320. "members": {
  321. "DataSourceId": {}
  322. }
  323. }
  324. },
  325. "DeleteEvaluation": {
  326. "input": {
  327. "type": "structure",
  328. "required": [
  329. "EvaluationId"
  330. ],
  331. "members": {
  332. "EvaluationId": {}
  333. }
  334. },
  335. "output": {
  336. "type": "structure",
  337. "members": {
  338. "EvaluationId": {}
  339. }
  340. }
  341. },
  342. "DeleteMLModel": {
  343. "input": {
  344. "type": "structure",
  345. "required": [
  346. "MLModelId"
  347. ],
  348. "members": {
  349. "MLModelId": {}
  350. }
  351. },
  352. "output": {
  353. "type": "structure",
  354. "members": {
  355. "MLModelId": {}
  356. }
  357. }
  358. },
  359. "DeleteRealtimeEndpoint": {
  360. "input": {
  361. "type": "structure",
  362. "required": [
  363. "MLModelId"
  364. ],
  365. "members": {
  366. "MLModelId": {}
  367. }
  368. },
  369. "output": {
  370. "type": "structure",
  371. "members": {
  372. "MLModelId": {},
  373. "RealtimeEndpointInfo": {
  374. "shape": "S1j"
  375. }
  376. }
  377. }
  378. },
  379. "DeleteTags": {
  380. "input": {
  381. "type": "structure",
  382. "required": [
  383. "TagKeys",
  384. "ResourceId",
  385. "ResourceType"
  386. ],
  387. "members": {
  388. "TagKeys": {
  389. "type": "list",
  390. "member": {}
  391. },
  392. "ResourceId": {},
  393. "ResourceType": {}
  394. }
  395. },
  396. "output": {
  397. "type": "structure",
  398. "members": {
  399. "ResourceId": {},
  400. "ResourceType": {}
  401. }
  402. }
  403. },
  404. "DescribeBatchPredictions": {
  405. "input": {
  406. "type": "structure",
  407. "members": {
  408. "FilterVariable": {},
  409. "EQ": {},
  410. "GT": {},
  411. "LT": {},
  412. "GE": {},
  413. "LE": {},
  414. "NE": {},
  415. "Prefix": {},
  416. "SortOrder": {},
  417. "NextToken": {},
  418. "Limit": {
  419. "type": "integer"
  420. }
  421. }
  422. },
  423. "output": {
  424. "type": "structure",
  425. "members": {
  426. "Results": {
  427. "type": "list",
  428. "member": {
  429. "type": "structure",
  430. "members": {
  431. "BatchPredictionId": {},
  432. "MLModelId": {},
  433. "BatchPredictionDataSourceId": {},
  434. "InputDataLocationS3": {},
  435. "CreatedByIamUser": {},
  436. "CreatedAt": {
  437. "type": "timestamp"
  438. },
  439. "LastUpdatedAt": {
  440. "type": "timestamp"
  441. },
  442. "Name": {},
  443. "Status": {},
  444. "OutputUri": {},
  445. "Message": {},
  446. "ComputeTime": {
  447. "type": "long"
  448. },
  449. "FinishedAt": {
  450. "type": "timestamp"
  451. },
  452. "StartedAt": {
  453. "type": "timestamp"
  454. },
  455. "TotalRecordCount": {
  456. "type": "long"
  457. },
  458. "InvalidRecordCount": {
  459. "type": "long"
  460. }
  461. }
  462. }
  463. },
  464. "NextToken": {}
  465. }
  466. }
  467. },
  468. "DescribeDataSources": {
  469. "input": {
  470. "type": "structure",
  471. "members": {
  472. "FilterVariable": {},
  473. "EQ": {},
  474. "GT": {},
  475. "LT": {},
  476. "GE": {},
  477. "LE": {},
  478. "NE": {},
  479. "Prefix": {},
  480. "SortOrder": {},
  481. "NextToken": {},
  482. "Limit": {
  483. "type": "integer"
  484. }
  485. }
  486. },
  487. "output": {
  488. "type": "structure",
  489. "members": {
  490. "Results": {
  491. "type": "list",
  492. "member": {
  493. "type": "structure",
  494. "members": {
  495. "DataSourceId": {},
  496. "DataLocationS3": {},
  497. "DataRearrangement": {},
  498. "CreatedByIamUser": {},
  499. "CreatedAt": {
  500. "type": "timestamp"
  501. },
  502. "LastUpdatedAt": {
  503. "type": "timestamp"
  504. },
  505. "DataSizeInBytes": {
  506. "type": "long"
  507. },
  508. "NumberOfFiles": {
  509. "type": "long"
  510. },
  511. "Name": {},
  512. "Status": {},
  513. "Message": {},
  514. "RedshiftMetadata": {
  515. "shape": "S2i"
  516. },
  517. "RDSMetadata": {
  518. "shape": "S2j"
  519. },
  520. "RoleARN": {},
  521. "ComputeStatistics": {
  522. "type": "boolean"
  523. },
  524. "ComputeTime": {
  525. "type": "long"
  526. },
  527. "FinishedAt": {
  528. "type": "timestamp"
  529. },
  530. "StartedAt": {
  531. "type": "timestamp"
  532. }
  533. }
  534. }
  535. },
  536. "NextToken": {}
  537. }
  538. }
  539. },
  540. "DescribeEvaluations": {
  541. "input": {
  542. "type": "structure",
  543. "members": {
  544. "FilterVariable": {},
  545. "EQ": {},
  546. "GT": {},
  547. "LT": {},
  548. "GE": {},
  549. "LE": {},
  550. "NE": {},
  551. "Prefix": {},
  552. "SortOrder": {},
  553. "NextToken": {},
  554. "Limit": {
  555. "type": "integer"
  556. }
  557. }
  558. },
  559. "output": {
  560. "type": "structure",
  561. "members": {
  562. "Results": {
  563. "type": "list",
  564. "member": {
  565. "type": "structure",
  566. "members": {
  567. "EvaluationId": {},
  568. "MLModelId": {},
  569. "EvaluationDataSourceId": {},
  570. "InputDataLocationS3": {},
  571. "CreatedByIamUser": {},
  572. "CreatedAt": {
  573. "type": "timestamp"
  574. },
  575. "LastUpdatedAt": {
  576. "type": "timestamp"
  577. },
  578. "Name": {},
  579. "Status": {},
  580. "PerformanceMetrics": {
  581. "shape": "S2q"
  582. },
  583. "Message": {},
  584. "ComputeTime": {
  585. "type": "long"
  586. },
  587. "FinishedAt": {
  588. "type": "timestamp"
  589. },
  590. "StartedAt": {
  591. "type": "timestamp"
  592. }
  593. }
  594. }
  595. },
  596. "NextToken": {}
  597. }
  598. }
  599. },
  600. "DescribeMLModels": {
  601. "input": {
  602. "type": "structure",
  603. "members": {
  604. "FilterVariable": {},
  605. "EQ": {},
  606. "GT": {},
  607. "LT": {},
  608. "GE": {},
  609. "LE": {},
  610. "NE": {},
  611. "Prefix": {},
  612. "SortOrder": {},
  613. "NextToken": {},
  614. "Limit": {
  615. "type": "integer"
  616. }
  617. }
  618. },
  619. "output": {
  620. "type": "structure",
  621. "members": {
  622. "Results": {
  623. "type": "list",
  624. "member": {
  625. "type": "structure",
  626. "members": {
  627. "MLModelId": {},
  628. "TrainingDataSourceId": {},
  629. "CreatedByIamUser": {},
  630. "CreatedAt": {
  631. "type": "timestamp"
  632. },
  633. "LastUpdatedAt": {
  634. "type": "timestamp"
  635. },
  636. "Name": {},
  637. "Status": {},
  638. "SizeInBytes": {
  639. "type": "long"
  640. },
  641. "EndpointInfo": {
  642. "shape": "S1j"
  643. },
  644. "TrainingParameters": {
  645. "shape": "S1d"
  646. },
  647. "InputDataLocationS3": {},
  648. "Algorithm": {},
  649. "MLModelType": {},
  650. "ScoreThreshold": {
  651. "type": "float"
  652. },
  653. "ScoreThresholdLastUpdatedAt": {
  654. "type": "timestamp"
  655. },
  656. "Message": {},
  657. "ComputeTime": {
  658. "type": "long"
  659. },
  660. "FinishedAt": {
  661. "type": "timestamp"
  662. },
  663. "StartedAt": {
  664. "type": "timestamp"
  665. }
  666. }
  667. }
  668. },
  669. "NextToken": {}
  670. }
  671. }
  672. },
  673. "DescribeTags": {
  674. "input": {
  675. "type": "structure",
  676. "required": [
  677. "ResourceId",
  678. "ResourceType"
  679. ],
  680. "members": {
  681. "ResourceId": {},
  682. "ResourceType": {}
  683. }
  684. },
  685. "output": {
  686. "type": "structure",
  687. "members": {
  688. "ResourceId": {},
  689. "ResourceType": {},
  690. "Tags": {
  691. "shape": "S2"
  692. }
  693. }
  694. }
  695. },
  696. "GetBatchPrediction": {
  697. "input": {
  698. "type": "structure",
  699. "required": [
  700. "BatchPredictionId"
  701. ],
  702. "members": {
  703. "BatchPredictionId": {}
  704. }
  705. },
  706. "output": {
  707. "type": "structure",
  708. "members": {
  709. "BatchPredictionId": {},
  710. "MLModelId": {},
  711. "BatchPredictionDataSourceId": {},
  712. "InputDataLocationS3": {},
  713. "CreatedByIamUser": {},
  714. "CreatedAt": {
  715. "type": "timestamp"
  716. },
  717. "LastUpdatedAt": {
  718. "type": "timestamp"
  719. },
  720. "Name": {},
  721. "Status": {},
  722. "OutputUri": {},
  723. "LogUri": {},
  724. "Message": {},
  725. "ComputeTime": {
  726. "type": "long"
  727. },
  728. "FinishedAt": {
  729. "type": "timestamp"
  730. },
  731. "StartedAt": {
  732. "type": "timestamp"
  733. },
  734. "TotalRecordCount": {
  735. "type": "long"
  736. },
  737. "InvalidRecordCount": {
  738. "type": "long"
  739. }
  740. }
  741. }
  742. },
  743. "GetDataSource": {
  744. "input": {
  745. "type": "structure",
  746. "required": [
  747. "DataSourceId"
  748. ],
  749. "members": {
  750. "DataSourceId": {},
  751. "Verbose": {
  752. "type": "boolean"
  753. }
  754. }
  755. },
  756. "output": {
  757. "type": "structure",
  758. "members": {
  759. "DataSourceId": {},
  760. "DataLocationS3": {},
  761. "DataRearrangement": {},
  762. "CreatedByIamUser": {},
  763. "CreatedAt": {
  764. "type": "timestamp"
  765. },
  766. "LastUpdatedAt": {
  767. "type": "timestamp"
  768. },
  769. "DataSizeInBytes": {
  770. "type": "long"
  771. },
  772. "NumberOfFiles": {
  773. "type": "long"
  774. },
  775. "Name": {},
  776. "Status": {},
  777. "LogUri": {},
  778. "Message": {},
  779. "RedshiftMetadata": {
  780. "shape": "S2i"
  781. },
  782. "RDSMetadata": {
  783. "shape": "S2j"
  784. },
  785. "RoleARN": {},
  786. "ComputeStatistics": {
  787. "type": "boolean"
  788. },
  789. "ComputeTime": {
  790. "type": "long"
  791. },
  792. "FinishedAt": {
  793. "type": "timestamp"
  794. },
  795. "StartedAt": {
  796. "type": "timestamp"
  797. },
  798. "DataSourceSchema": {}
  799. }
  800. }
  801. },
  802. "GetEvaluation": {
  803. "input": {
  804. "type": "structure",
  805. "required": [
  806. "EvaluationId"
  807. ],
  808. "members": {
  809. "EvaluationId": {}
  810. }
  811. },
  812. "output": {
  813. "type": "structure",
  814. "members": {
  815. "EvaluationId": {},
  816. "MLModelId": {},
  817. "EvaluationDataSourceId": {},
  818. "InputDataLocationS3": {},
  819. "CreatedByIamUser": {},
  820. "CreatedAt": {
  821. "type": "timestamp"
  822. },
  823. "LastUpdatedAt": {
  824. "type": "timestamp"
  825. },
  826. "Name": {},
  827. "Status": {},
  828. "PerformanceMetrics": {
  829. "shape": "S2q"
  830. },
  831. "LogUri": {},
  832. "Message": {},
  833. "ComputeTime": {
  834. "type": "long"
  835. },
  836. "FinishedAt": {
  837. "type": "timestamp"
  838. },
  839. "StartedAt": {
  840. "type": "timestamp"
  841. }
  842. }
  843. }
  844. },
  845. "GetMLModel": {
  846. "input": {
  847. "type": "structure",
  848. "required": [
  849. "MLModelId"
  850. ],
  851. "members": {
  852. "MLModelId": {},
  853. "Verbose": {
  854. "type": "boolean"
  855. }
  856. }
  857. },
  858. "output": {
  859. "type": "structure",
  860. "members": {
  861. "MLModelId": {},
  862. "TrainingDataSourceId": {},
  863. "CreatedByIamUser": {},
  864. "CreatedAt": {
  865. "type": "timestamp"
  866. },
  867. "LastUpdatedAt": {
  868. "type": "timestamp"
  869. },
  870. "Name": {},
  871. "Status": {},
  872. "SizeInBytes": {
  873. "type": "long"
  874. },
  875. "EndpointInfo": {
  876. "shape": "S1j"
  877. },
  878. "TrainingParameters": {
  879. "shape": "S1d"
  880. },
  881. "InputDataLocationS3": {},
  882. "MLModelType": {},
  883. "ScoreThreshold": {
  884. "type": "float"
  885. },
  886. "ScoreThresholdLastUpdatedAt": {
  887. "type": "timestamp"
  888. },
  889. "LogUri": {},
  890. "Message": {},
  891. "ComputeTime": {
  892. "type": "long"
  893. },
  894. "FinishedAt": {
  895. "type": "timestamp"
  896. },
  897. "StartedAt": {
  898. "type": "timestamp"
  899. },
  900. "Recipe": {},
  901. "Schema": {}
  902. }
  903. }
  904. },
  905. "Predict": {
  906. "input": {
  907. "type": "structure",
  908. "required": [
  909. "MLModelId",
  910. "Record",
  911. "PredictEndpoint"
  912. ],
  913. "members": {
  914. "MLModelId": {},
  915. "Record": {
  916. "type": "map",
  917. "key": {},
  918. "value": {}
  919. },
  920. "PredictEndpoint": {}
  921. }
  922. },
  923. "output": {
  924. "type": "structure",
  925. "members": {
  926. "Prediction": {
  927. "type": "structure",
  928. "members": {
  929. "predictedLabel": {},
  930. "predictedValue": {
  931. "type": "float"
  932. },
  933. "predictedScores": {
  934. "type": "map",
  935. "key": {},
  936. "value": {
  937. "type": "float"
  938. }
  939. },
  940. "details": {
  941. "type": "map",
  942. "key": {},
  943. "value": {}
  944. }
  945. }
  946. }
  947. }
  948. }
  949. },
  950. "UpdateBatchPrediction": {
  951. "input": {
  952. "type": "structure",
  953. "required": [
  954. "BatchPredictionId",
  955. "BatchPredictionName"
  956. ],
  957. "members": {
  958. "BatchPredictionId": {},
  959. "BatchPredictionName": {}
  960. }
  961. },
  962. "output": {
  963. "type": "structure",
  964. "members": {
  965. "BatchPredictionId": {}
  966. }
  967. }
  968. },
  969. "UpdateDataSource": {
  970. "input": {
  971. "type": "structure",
  972. "required": [
  973. "DataSourceId",
  974. "DataSourceName"
  975. ],
  976. "members": {
  977. "DataSourceId": {},
  978. "DataSourceName": {}
  979. }
  980. },
  981. "output": {
  982. "type": "structure",
  983. "members": {
  984. "DataSourceId": {}
  985. }
  986. }
  987. },
  988. "UpdateEvaluation": {
  989. "input": {
  990. "type": "structure",
  991. "required": [
  992. "EvaluationId",
  993. "EvaluationName"
  994. ],
  995. "members": {
  996. "EvaluationId": {},
  997. "EvaluationName": {}
  998. }
  999. },
  1000. "output": {
  1001. "type": "structure",
  1002. "members": {
  1003. "EvaluationId": {}
  1004. }
  1005. }
  1006. },
  1007. "UpdateMLModel": {
  1008. "input": {
  1009. "type": "structure",
  1010. "required": [
  1011. "MLModelId"
  1012. ],
  1013. "members": {
  1014. "MLModelId": {},
  1015. "MLModelName": {},
  1016. "ScoreThreshold": {
  1017. "type": "float"
  1018. }
  1019. }
  1020. },
  1021. "output": {
  1022. "type": "structure",
  1023. "members": {
  1024. "MLModelId": {}
  1025. }
  1026. }
  1027. }
  1028. },
  1029. "shapes": {
  1030. "S2": {
  1031. "type": "list",
  1032. "member": {
  1033. "type": "structure",
  1034. "members": {
  1035. "Key": {},
  1036. "Value": {}
  1037. }
  1038. }
  1039. },
  1040. "Sf": {
  1041. "type": "structure",
  1042. "required": [
  1043. "InstanceIdentifier",
  1044. "DatabaseName"
  1045. ],
  1046. "members": {
  1047. "InstanceIdentifier": {},
  1048. "DatabaseName": {}
  1049. }
  1050. },
  1051. "Sy": {
  1052. "type": "structure",
  1053. "required": [
  1054. "DatabaseName",
  1055. "ClusterIdentifier"
  1056. ],
  1057. "members": {
  1058. "DatabaseName": {},
  1059. "ClusterIdentifier": {}
  1060. }
  1061. },
  1062. "S1d": {
  1063. "type": "map",
  1064. "key": {},
  1065. "value": {}
  1066. },
  1067. "S1j": {
  1068. "type": "structure",
  1069. "members": {
  1070. "PeakRequestsPerSecond": {
  1071. "type": "integer"
  1072. },
  1073. "CreatedAt": {
  1074. "type": "timestamp"
  1075. },
  1076. "EndpointUrl": {},
  1077. "EndpointStatus": {}
  1078. }
  1079. },
  1080. "S2i": {
  1081. "type": "structure",
  1082. "members": {
  1083. "RedshiftDatabase": {
  1084. "shape": "Sy"
  1085. },
  1086. "DatabaseUserName": {},
  1087. "SelectSqlQuery": {}
  1088. }
  1089. },
  1090. "S2j": {
  1091. "type": "structure",
  1092. "members": {
  1093. "Database": {
  1094. "shape": "Sf"
  1095. },
  1096. "DatabaseUserName": {},
  1097. "SelectSqlQuery": {},
  1098. "ResourceRole": {},
  1099. "ServiceRole": {},
  1100. "DataPipelineId": {}
  1101. }
  1102. },
  1103. "S2q": {
  1104. "type": "structure",
  1105. "members": {
  1106. "Properties": {
  1107. "type": "map",
  1108. "key": {},
  1109. "value": {}
  1110. }
  1111. }
  1112. }
  1113. }
  1114. }