lookoutequipment-2020-12-15.examples.json 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219
  1. {
  2. "version": "1.0",
  3. "examples": {
  4. "CreateRetrainingScheduler": [
  5. {
  6. "input": {
  7. "ClientToken": "sample-client-token",
  8. "LookbackWindow": "P360D",
  9. "ModelName": "sample-model",
  10. "PromoteMode": "MANUAL",
  11. "RetrainingFrequency": "P1M"
  12. },
  13. "output": {
  14. "ModelArn": "arn:aws:lookoutequipment:us-east-1:123456789012:model/sample-model/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111",
  15. "ModelName": "sample-model",
  16. "Status": "PENDING"
  17. },
  18. "comments": {
  19. "input": {
  20. },
  21. "output": {
  22. }
  23. },
  24. "description": "",
  25. "id": "creates-a-retraining-scheduler-with-manual-promote-mode-1694018486212",
  26. "title": "Creates a retraining scheduler with manual promote mode"
  27. },
  28. {
  29. "input": {
  30. "ClientToken": "sample-client-token",
  31. "LookbackWindow": "P360D",
  32. "ModelName": "sample-model",
  33. "RetrainingFrequency": "P1M",
  34. "RetrainingStartDate": "2024-01-01T00:00:00Z"
  35. },
  36. "output": {
  37. "ModelArn": "arn:aws:lookoutequipment:us-east-1:123456789012:model/sample-model/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111",
  38. "ModelName": "sample-model",
  39. "Status": "PENDING"
  40. },
  41. "comments": {
  42. "input": {
  43. },
  44. "output": {
  45. }
  46. },
  47. "description": "",
  48. "id": "creates-a-retraining-scheduler-with-a-specific-start-date-1694018790519",
  49. "title": "Creates a retraining scheduler with a specific start date"
  50. }
  51. ],
  52. "DeleteRetrainingScheduler": [
  53. {
  54. "input": {
  55. "ModelName": "sample-model"
  56. },
  57. "comments": {
  58. "input": {
  59. },
  60. "output": {
  61. }
  62. },
  63. "description": "",
  64. "id": "deletes-a-retraining-scheduler-1694019240097",
  65. "title": "Deletes a retraining scheduler"
  66. }
  67. ],
  68. "DescribeRetrainingScheduler": [
  69. {
  70. "input": {
  71. "ModelName": "sample-model"
  72. },
  73. "output": {
  74. "CreatedAt": "2023-10-01T15:00:00Z",
  75. "LookbackWindow": "P360D",
  76. "ModelArn": "arn:aws:lookoutequipment:us-east-1:123456789012:model/sample-model/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111",
  77. "ModelName": "sample-model",
  78. "PromoteMode": "MANAGED",
  79. "RetrainingFrequency": "P1M",
  80. "RetrainingStartDate": "2023-11-01T00:00:00Z",
  81. "Status": "RUNNING",
  82. "UpdatedAt": "2023-10-01T15:00:00Z"
  83. },
  84. "comments": {
  85. "input": {
  86. },
  87. "output": {
  88. }
  89. },
  90. "description": "",
  91. "id": "describes-a-retraining-scheduler-1694019344252",
  92. "title": "Describes a retraining scheduler"
  93. }
  94. ],
  95. "ListRetrainingSchedulers": [
  96. {
  97. "input": {
  98. "MaxResults": 50
  99. },
  100. "output": {
  101. "RetrainingSchedulerSummaries": [
  102. {
  103. "LookbackWindow": "P180D",
  104. "ModelArn": "arn:aws:lookoutequipment:us-east-1:123456789012:model/sample-model-1/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111",
  105. "ModelName": "sample-model-1",
  106. "RetrainingFrequency": "P1M",
  107. "RetrainingStartDate": "2023-06-01T00:00:00Z",
  108. "Status": "RUNNING"
  109. },
  110. {
  111. "LookbackWindow": "P180D",
  112. "ModelArn": "arn:aws:lookoutequipment:us-east-1:123456789012:model/sample-model-2/a1b2c3d4-5678-90ab-cdef-EXAMPLE22222",
  113. "ModelName": "sample-model-2",
  114. "RetrainingFrequency": "P30D",
  115. "RetrainingStartDate": "2023-08-15T00:00:00Z",
  116. "Status": "RUNNING"
  117. },
  118. {
  119. "LookbackWindow": "P360D",
  120. "ModelArn": "arn:aws:lookoutequipment:us-east-1:123456789012:model/sample-model-3/a1b2c3d4-5678-90ab-cdef-EXAMPLE33333",
  121. "ModelName": "sample-model-3",
  122. "RetrainingFrequency": "P1M",
  123. "RetrainingStartDate": "2023-09-01T00:00:00Z",
  124. "Status": "STOPPED"
  125. }
  126. ]
  127. },
  128. "comments": {
  129. "input": {
  130. },
  131. "output": {
  132. }
  133. },
  134. "description": "",
  135. "id": "listing-retraining-schedulers-1694016740503",
  136. "title": "Listing retraining schedulers"
  137. }
  138. ],
  139. "StartRetrainingScheduler": [
  140. {
  141. "input": {
  142. "ModelName": "sample-model"
  143. },
  144. "output": {
  145. "ModelArn": "arn:aws:lookoutequipment:us-east-1:123456789012:model/sample-model/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111",
  146. "ModelName": "sample-model",
  147. "Status": "PENDING"
  148. },
  149. "comments": {
  150. "input": {
  151. },
  152. "output": {
  153. }
  154. },
  155. "description": "",
  156. "id": "starts-a-retraining-scheduler-1694019629413",
  157. "title": "Starts a retraining scheduler"
  158. }
  159. ],
  160. "StopRetrainingScheduler": [
  161. {
  162. "input": {
  163. "ModelName": "sample-model"
  164. },
  165. "output": {
  166. "ModelArn": "arn:aws:lookoutequipment:us-east-1:123456789012:model/sample-model/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111",
  167. "ModelName": "sample-model",
  168. "Status": "STOPPING"
  169. },
  170. "comments": {
  171. "input": {
  172. },
  173. "output": {
  174. }
  175. },
  176. "description": "",
  177. "id": "stops-a-retraining-scheduler-1694019734149",
  178. "title": "Stops a retraining scheduler"
  179. }
  180. ],
  181. "UpdateModel": [
  182. {
  183. "input": {
  184. "LabelsInputConfiguration": {
  185. "LabelGroupName": "sample-label-group"
  186. },
  187. "ModelName": "sample-model"
  188. },
  189. "comments": {
  190. "input": {
  191. },
  192. "output": {
  193. }
  194. },
  195. "description": "",
  196. "id": "updates-a-model-1694020683458",
  197. "title": "Updates a model"
  198. }
  199. ],
  200. "UpdateRetrainingScheduler": [
  201. {
  202. "input": {
  203. "ModelName": "sample-model",
  204. "RetrainingFrequency": "P1Y",
  205. "RetrainingStartDate": "2024-01-01T00:00:00Z"
  206. },
  207. "comments": {
  208. "input": {
  209. },
  210. "output": {
  211. }
  212. },
  213. "description": "",
  214. "id": "updates-a-retraining-scheduler-1694019840918",
  215. "title": "Updates a retraining scheduler"
  216. }
  217. ]
  218. }
  219. }